
body {
    /* overflow: hidden; */
    max-width: 100%;
    height: 100%;
    /*padding-top: 50px;
    -webkit-overflow-scrolling: touch;*/
    /*overflow-scrolling: touch;*/
    margin: auto;
    display: block;
}
body * {
    /*font-family:400 14px/20px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;*/
    font-family: "Raleway", Verdana, Arial;
    font-weight: 300;
}
* {
    outline: 0 !important;
}
img,
a img {
    border: 0;
}
img.size-full,
img.size-large {
    max-width: 100%;
}
th {
    font-weight: bold !important;
}
.cleaner {
    clear: both;
}
.cursorpointer {
    cursor: pointer;
}
.transizionale {
    transition: 1s;
}
.onlyForMobile {
    display: block;
}
.onlyForDesktop {
    display: none;
}
.sxSide .titolo_modulo .onlyForDesktop {
    display: none !important;
}
.sxSide .titolo_modulo .contenuto_titolo {
    margin-left: 11px;
}
.centraverticale {
    display: flex;
    justify-content: center;
    align-items: center;
    /* Internet Explorer 10 */
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
}
#oscuratore {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(33, 33, 33, 1.0);
    opacity: 0.7;
    z-index: 35;
    display: none;
    top: 0;
}
#copri_oscuratore {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 36;
    opacity: 0;
    display: none;
    top: 0;
    left: 0;
}
.boxCircle {
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    padding-top: 5px;
    cursor: pointer;
    text-align: center;
}
.boxCircle .fa-angle-right {
    padding: 5px 0 0 3px;
}
.boxCircle .fa-angle-left {
    padding: 5px 0 0 0px;
}
#handler-menu .boxCircle .fa-angle-left {
    padding: 1px 0 0 1px;
}
.slidePanel .boxCircle,
#modulesPanel .boxCircle,
.handler-panel-modal .boxCircle {
    min-height: 40px;
    max-height: 40px;
    min-width: 40px;
    max-width: 40px;
    margin: 7px 0 0 8px;
}
#modulesPanel .icomodules .boxCircle {
    margin-top: 16px;
    margin: 0 auto;
}
.loaderBox {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    background-image: url(../images/loading.gif);
    background-size: 80px 80px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.7;
}
.loaderBoxOver {
    position: fixed;
    z-index: 300;
}
.loaderBoxInt {
    position: relative;
    z-index: 300;
    background-color: transparent;
}
/******* Loader importato ********/
.loader2 {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    /*    width: 11em;    height: 11em; */
    border-radius: 50%;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}
.loader2:before {
    width: 50%;
    height: 50%;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.loader2:after {
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/******* Fine nuovo loader ********/
#modaltoclone .loader2 {
    display: none;
}
.elmLeft {
    float: left;
}
.contents .box .elmRight {
    float: right;
}
#finestra {
    width: 100%;
    height: 100%;
}
#header {
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative !important;
    z-index: 30;
    padding: 8px;
    height: 54px;
    top: 0;
}
#header .int {
    max-width: 768px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#header .boxCircle,
#modulesPanel .boxCircle {
    min-height: 40px;
    max-height: 40px;
    min-width: 40px;
    max-width: 40px;
}
#header.ombrato,
.modalOrange .head_modal.ombrato,
#orangeSelect .head_modal.ombrato {
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
}
#header .sxSide .boxCircle {
    margin-right: 12px;
    padding-top: 7px;
}
#header .sxSide h1 {
    font-size: 16px;
    margin-top: 12px;
}
#header .sxSide h1 .contenuto_titolo {
    line-height: 20px;
}
#header .sxSide h1,
#header .sxSide h1 span,
.head_modal .etichetta,
.handler-panel-modal .etichetta,
#handler-menu .logo {
    font-weight: 200;
}
#header .sxSide .titolo_modulo {
    margin-left: 1px;
    display: none;
}
@media (min-width: 480px) {
    #header .sxSide .titolo_modulo {
        margin: 1px 0 0 -5px;
    }
}
#header .sxSide .titolo_modulo span {
    display: inline-block;
}
#header .dxSide .mediano {
    margin: 0 10px 0 20px;
}
#header .dxSide .nome_loggato {
    padding-top: 11px;
}
#header .boxCircle.header-icon img {
    padding-top: 7px;
}
#header .boxCircle .glyphicon-user {
    padding-top: 7px;
}
.glyphicon-bell {
    padding-top: 8px;
}
.header-icon {
    margin-left: 2px;
}
#header .dxSide .onlyForDesktop {
    margin-right: 14px;
}
#wrapper,
.wrapper,
#orangeSelect .centra {
    width: 100%;
    /* height: 90vh; */
    /* overflow-y: auto; */
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    position: relative;
}
.modalOrange .wrapper {
    margin-top: -30px;
}
.wrapper section {
    width: 100%;
}
.wrapper section.prima,
#orangeSelect .contentSelect {
    padding: 24px 0 100px 0;
    margin-top: -12px;
    position: relative;
}
@media (min-width: 768px) {
    .wrapper section.prima,
    #orangeSelect .contentSelect {
        padding-top: 50px;
    }
}
.wrapper section.prima .contents {
    text-align: center;
}
.wrapper section.seconda {
    position: relative;
    z-index: 10;
    margin-top: -60px;
    margin-bottom: 80px;
}
.contents {
    width: 730px;
    max-width: 96%;
    box-sizing: border-box;
    /*background-color:#000000;*/
    font-size: 14px;
    margin: 0 auto;
    padding-bottom:50px;
}

.contents h3{
    font-size: 18px;
    margin-top: 0px;
    font-weight: 400;
}


.contents .box {
    font-weight: 200;
    /*font-size:16px;*/
    font-size: 14px !important;
    text-align: justify;
    padding: 15px;
    margin: 0 auto;
    margin-bottom: 5px;
    position: relative;
    line-height: 1.8;
    border: none !important;
}
@media only screen and (min-width: 960px) {
    .contents .box {
        padding: 30px 30px 30px 30px;
    }
}
.contents h3.titolo_azzurro {
    font-size: 18px;
    margin-top: 0px;
    font-weight: 400;
}
.contents .box.widthTools {
    padding-bottom: 0;
}
.contents .box-large {
    width: 100%;
}
.contents .box-left,
.contents .box-right,
.contents .box_incolonna {
    width: 100%;
}
.contents .box-left {
    float: left;
}
.contents .box-right {
    float: right;
}
.box .riga {
    width: 100%;
    padding: 5px 0 5px 0;
    margin-bottom: 5px;
}
.box .riga .elmLeft {
    max-width: 75%;
}
.box .riga_titolo {
    width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
    border-bottom: solid thin #ddd;
    margin-bottom: 10px;
}
.box .iconBox {
    width: 20%;
    text-align: right;
    padding-top: 14px;
    font-weight: 400;
}
.box .riga_titolo .iconBox {
    padding-top: 4px;
}
.box .riga_titolo .iconBox .fa,
.box .riga_titolo .iconBox .glyphicon {
    font-size: 20px;
    cursor: pointer;
    line-height: 30px
}
.box .elenco_show {
    width: 100%;
}
.box .elenco_show .elmLeft {
    width: 73%;
}
.box .elenco_show .elmRight {
    width: 27%;
}
.box .riga.riga_toDelete .icone_action_riga {
    display: none;
    font-size: 20px;
    margin-top: 3px;
}
.box .riga.riga_toDelete:hover .icone_action_riga {
    display: block;
}
.box .riga.riga_toDelete .icone_action_riga .boxCircle {
    float: right;
    margin-rigth: 10px;
    width: 34px;
    height: 34px;
}
.risultati_rest .boxCircle {
    width: 34px !important;
    height: 34px !important;
    margin-top: 5px;
}
.risultati_rest .boxCircle i {
    display: block;
    padding: 4px 0 0 1px;
}
.box .riga.riga_toDelete .icone_action_riga .boxCircle i {
    display: block;
    padding: 1px 3px 3px 3px;
}
.box .riga.riga_toDelete .icone_action_riga .boxCircle.second i {
    padding-top: 2px;
}
.box .riga.riga_toDelete .icone_action_riga .boxCircle.first i {
    padding-top: 2px;
    padding-left: 4px;
}
.contents .spaziologoModulo {
    width: 97px;
    height: 97px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
    margin-top: -86px;
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.contents .spaziologoModulo .acconciatore {
    width: 101px;
    height: 101px;
    border: solid 2px #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 100;
}
.contents img.logomodulo,
.contents .spaziologoModulo div.picture_bg,
.overProfileImage {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: -86px;
    position: relative;
    display: block;
    z-index: 20;
    border: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.overProfileImage {
    position: absolute;
    margin-top: -100px;
    /*background-color:transparent;*/
    background-color: #000000;
    text-align: center;
    z-index: 21;
    opacity: 0.4;
    visibility: hidden;
}
.overProfileImage .fa-camera {
    display: block;
    padding-top: 40px;
    color: #ffffff;
    opacity: 1.0;
}
.contents .spaziologoModulo div.picture_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.contents .spazioSovrapposto {
    width: 100%;
    position: relative;
    z-index: 20;
    margin-top: -86px;
}
.contents .box .whiteContent {
    width: 100%;
}
.contents .box.afterLogo {
    margin-top: -50px;
    /*padding-top:80px;*/
    padding-top: 36px;
    padding-bottom: 10px;
    font-size: 18px !important;
}
.contents .box.afterLogo.widthTools {
    padding-top: 80px;
    padding-bottom: 0;
}
.box.afterLogo .titolo_della_coroncina {
    font-size: 20px;
}
@media (min-width: 997px) {
    .box.afterLogo .titolo_della_coroncina {
        font-size: 26px;
    }
}
section.prima .contents h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 0.7;
}
section.prima .contents h3 {
    font-size: 20px;
    font-weight: 100;
    margin: 5px 0 0 0;
}
table.cellseparate td {
    padding: 2px;
}
.contscroll {
    overflow: auto;
    height: 100vh;
}
.box p.paragrafo {
    margin-bottom: 30px;
    text-align: justify;
}
.head_modal {
    position: fixed;
    z-index: 20;
    max-width: 768px;
    min-width: 768px;
    height: 55px;
    top: 0;
    left: 0;
}
.head_modal .int,
.handler-panel .int {
    /*padding:12px 24px 12px 24px;*/
    padding: 9px 0 9px 0;
    width: 90%;
    margin: 0 auto;
}
.head_modal .icon {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: normal;
    margin-top: 3px;
}
.head_modal .int .form-group {
    margin-top: -4px;
}
.head_modal .etichetta,
.handler-panel-modal .etichetta {
    padding-top: 15px !important;
    margin-left: 5px;
    font-size: 18px;
}
.head_modal .etichetta-right {
    margin-right: 20px;
    padding-top: 2px;
}
.head_modal .etichettaCenter {
    margin-left: 25px;
}
.head_modal .pulsante_testo {
    margin-right: 5px;
}
.head_modal .pulsante_testo a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}
.window_manager {
    border: 1px solid #ccc;
    border-color: rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    display: none;
    outline: none;
    overflow: hidden;
    position: absolute;
    -webkit-animation: gb__a .2s;
    animation: gb__a .2s;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: text;
    top: 50px;
}
.window_manager .int {
    width: 100%;
}
.window_manager_arrow {
    border-color: transparent;
    border-bottom-color: #fff;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    display: none;
    position: absolute;
    z-index: 1;
    height: 0;
    width: 0;
    -webkit-animation: gb__a .2s;
    animation: gb__a .2s;
}
#account_manager {
    right: 14px;
    text-align: center;
    width: 270px;
}
#account_manager .top {}#account_manager .foot {
    background-color: #f5f5f5;
    border-top: 1px solid #cccccc;
    padding: 12px 0 12px 0 !important;
}
#account_manager .int .content {
    width: 230px;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
}
#account_manager_arrow {
    top: 43px;
}
#notifiche_manager {
    right: 56px;
    text-align: center;
    width: 250px;
    padding: 26px 0 26px 0;
}
#notifiche_manager_arrow {
    top: 43px;
}
#modules_manager {
    right: 97px;
    padding: 25px 0 20px 0;
    max-width: 400px;
}
#modules_manager .text-center {
    margin-bottom: 20px;
    text-align: center;
}
#modules_manager img.icon {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
}
#modules_manager_arrow {
    top: 43px;
}
form .errorMessage {
    min-height: 0;
    padding: 0;
    margin: 0;
    color: #DD4B39;
    text-align: left;
    font-size: 11px;
    font-weight: normal;
    width: 100%;
    padding-top: 6px;
    color: #FF0000 !important;
}
form .errorMessage .help-block{
color: #FF0000 !important;
}
/*.birthGroup {        margin-bottom:8px;} */
.birthGroup .pull-left {
    width: 30%;
}
.birthGroup .objright {
    width: 30%;
    float: right;
}
.birthGroup .middleBox {
    width: 34%;
    float: left;
    margin-left: 3%;
}
.birthGroup .objright {
    margin-right: 0;
}
.formGroup {
    /*margin-bottom:15px; */
    text-align: left;
    font-size: 14px;
    /*height: 100px;*/
}
.formGroup .input {
    max-width: 100%;
    margin: 0;
}
.formGroup.large,
.formGroup.large .input,
.formGroup.large .input input.input__field,
.formGroup.large .input input.input__field .input__label,
.formGroup.large .cs-select {
    width: 100%;
    font-size: 18px;
}
.formGroup.middle,
.formGroup.middle .input,
.formGroup.middle .input input.input__field,
.formGroup.middle .input input.input__field .input__label,
.formGroup.middle .cs-select {
    float: none;
}
@media (min-width: 992px) {
    .formGroup.large.middle,
    .large.middle {
        width: 47%;
    }
    .formGroup.middle.fLeft,
    .middle.fLeft {
        float: left;
    }
    .formGroup.middle.fRight,
    .middle.fRight {
        float: right;
    }
}
.formGroup .input__label {
    font-size: 14px;
}
/*.formGroup .errorMessage.piusopra {        margin-top:-11px;} */
.formGroup .input.input--hoshi {
    width: 100%;
}
.formGroup .errorMessage {
    margin-top: -3px;
}
.formGroup.typeText .errorMessage {
    margin-top: -8px;
}
.formGroup.distanzia-top {
    /*padding-top:30px; */
}
.select.formcontrol {}.service {
    width: 100%;
    /*height:auto;*/
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    display: none;
    opacity: 0;
    background-color: #FFFFFF;
    overflow: none;
    padding: 25px;
    box-sizing: border-box;
}
.service .fissato {
    position: relative;
}
.service .service_body {
    /*overflow:auto;*/
    padding-top: 20px;
    margin-top: 5px;
}
.service .service_bottoni {
    /*bottom:30px;*/
    padding-top: 20px;
    background-color: #FFFFFF;
    position: fixed;
    box-sizing: border-box;
    bottom: 25px;
}
/*.titolo_service {        padding-bottom:20px;}*/
#header_service {
    padding-bottom: 20px;
}
.service .sbordante.sbordato {
    box-sizing: border-box;
    padding-right: 25px;
}
@media (min-width: 1025px) {
    .service {
        width: 480px;
        /*height:90vh;*/
        max-height: 90vh !important;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }
    .service .service_body {
        overflow-y: auto;
    }
    .service .service_bottoni {
        display: block;
        width: 430px;
        bottom: 25px;
        position: absolute;
    }
}
.box {
    text-align: left!important;
}
.box .row {
    margin-bottom: 10px;
}
box_titolo {
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
}
box_label {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.54);
    text-align: left;
    font-size: 120%;
}
box_button,
.forDatePicker input {
    padding: 6px 0 6px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    display: block;
}
box_button.ctlSelect {
    font-size: 18px;
}
box_button.Large,
.forDatePicker input {
    width: 100%;
}
input.box_button {
    background: #fff;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: none;
}
.forDatePicker {
    margin-top: 30px;
}
.forDatePicker input {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    box-shadow: 0;
    position: relative;
    z-index: 1000000;
}
.tabs box_titolo {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.54);
}
.tabs box_titolo:active,
.tabs li.active box_titolo {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
}
.tabs li.not_working box_titolo:active {
    font-weight: 400 !important;
    color: rgba(0, 0, 0, 0.54);
    ;
}
box_value,
box_value span {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
    text-align: left;
    font-weight: 500 !important;
}
.risultati_rest box_label {
    font-size: 13px;
}
.risultati_rest box_value,
.risultati_rest box_value span {
    font-size: 14px;
}
box_ico {
    font-size: 18px;
}
.risultati_riga {
    border: 1px solid #E5E5E5;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    cursor: pointer;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    padding: 2px 30px;
}
.risultati_riga:hover {
    background-color: #F4F4F4 !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}
.content .box.risultati_rest {
    border: 1px solid #E5E5E5;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    cursor: pointer;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    padding: 0px;
}
.risultati_rest:hover {
    background-color: #dbdbdb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.risultato_selected {
    background-color: #dbdbdb!important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 0;
    cursor: default;
}
.risultato_selected:hover {
    background-color: #dbdbdb;
}
.foto_profilo {
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    background-color: rgba(255, 0, 0, 0);
}
.lista_users .foto_profilo,
.lista_bikes .foto_profilo {
    /*box-shadow: 0 6px 5px 0 rgba(0,0,0,0.3);*/
    /*border:1px solid #e5e5e5; */
    /*padding:30px;*/
}
.lista_users .foto_profilo {
    width: 30px;
    height: 30px;
    margin-top: 10px;
}
.lista_bikes .foto_profilo,
.list_in_dashboard .foto_profilo {
    width: 50px;
    height: 50px;
    margin-top: 5px;
    margin-left: 10px;
    background-size: cover;
    background-position: center center;
}
.list_in_dashboard .foto_profilo.user {
    width: 30px;
    height: 30px;
    margin-top: 10px;
}
.list_in_dashboard {
    width: 100%;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #e5e5e5;
}
.list_in_dashboard .foto_profilo {
    float: left;
}
.list_in_dashboard .dati {
    float: left;
    margin-left: 50px;
    max-width: 150px;
}
.risultati_rest .itemLista {
    padding: 12px 0 12px 0;
}
.content .box.risultati_rest .elmLeft {
    float: left;
}
.risultati_rest .itemLista .firstElm {
    width: 20%;
}
.risultati_rest .itemLista .bodyElm {
    width: 80%;
    float: right;
}
.risultati_rest .itemLista .bodyElm .item {
    width: 100%;
}
.risultati_rest .itemLista .bodyElm .item.item_pulsanti,
.riga_lista .item_pulsanti {
    padding-top: 20px;
}
.risultati_rest .itemLista .bodyElm .item.item_pulsanti a .fa,
.riga_lista .item_pulsanti a .fa {
    font-size: 22px;
}
@media (min-width: 736px) {
    .risultati_rest .itemLista .firstElm {
        width: 10%;
    }
    .risultati_rest .itemLista .bodyElm {
        width: 88%;
    }
    .risultati_rest .itemLista .bodyElm .item {
        width: 33%;
        float: left;
    }
    .risultati_rest .itemLista .bodyElm .item .inside {
        display: inline;
        margin: 0 auto;
    }
    .list_in_dashboard .dati {
        max-width: 180px;
    }
}
.risultati_rest .media .media-left .foto_profilo {
    width: 30px;
    height: 30px;
    /*    margin-top:13px;    margin-right:15px; */
    margin: 13px 15px 0 15px;
}
.scrittaBluGG {
    color: #4285f4;
}
.box_ricerca_container {
    cursor: text;
    height: 40px;
    width: 248px;
    background: rgba(255, 255, 255, .15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-left: 10px;
    margin-top: -9px;
    display: block;
    float: right;
    padding: 10px 10px 10px 20px;
    color: #FFFFFF;
}
.search_glass {
    display: block;
    height: 24px;
    width: 24px;
    margin-top: -5px;
    float: right;
    cursor: pointer;
}
.search_glass .glyphicon {
    font-size: 16px;
    ;
    opacity: 0.8;
}
.search_glass .glyphicon:hover {
    opacity: 1;
}
.service .service_bottoni {
    display: block;
}
.box_ricerca_container input,
.box_ricerca_container input:focus,
.box_ricerca_container input:active {
    background-color: transparent;
    width: 80%;
    color: #FFFFFF;
    float: left;
    border: 0;
    outline: 0;
    font-size: 14px;
}
.box_ricerca_container input::-webkit-input-placeholder {
    color: #ffffff !important;
}
.box_ricerca_container input:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff !important;
}
.box_ricerca_container input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff !important;
}
.box_ricerca_container input:-ms-input-placeholder {
    color: #ffffff !important;
}
.box_ricerca_container input:placeholder-shown {
    color: #ffffff !important;
}
.back_to_search {
    background: rgba(255, 255, 255, .15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: text;
    height: 40px;
    width: 40px;
    border: 0;
    cursor: pointer;
}
.da_mostrare {
    display: none;
}
.wrapper::-webkit-scrollbar,
.service .service_body::-webkit-scrollbar,
#orangeSelect .centra::-webkit-scrollbar {
    width: 4px;
    height: 6px;
    background-color: #dddddd;
    opacity: 0.5;
}
.wrapper::-webkit-scrollbar-track,
#orangeSelect .centra::-webkit-scrollbar-track,
.service .service_body::-webkit-scrollbar-track {
    background-color: transparent;
}
.wrapper::-webkit-scrollbar-thumb,
#orangeSelect .centra::-webkit-scrollbar-thumb {
    background-color: transparent;
    opacity: 0.2;
    -webkit-border-radius: 4px;
}
.service .service_body::-webkit-scrollbar-thumb {
    background-color: rgba(120, 120, 120, 0.3);
    -webkit-border-radius: 4px;
}
.wrapper::-webkit-scrollbar-thumb:hover,
.service .service_body::-webkit-scrollbar-thumb:hover,
#orangeSelect .centra::-webkit-scrollbar-thumb:hover {
    background-color: #bbb;
    opacity: 0.4;
}
@media (max-width: 667px) {
    .contents {
        width: 91%;
    }
    #header {
        padding-left: 0;
        padding-right: 0;
    }
    #header .int {
        width: 96%;
        padding: 0;
        margin: auto;
    }
    #header .window_box_manager .int {
        width: 100%;
    }
    .wrapper section.prima h2 {
        line-height: 1.3;
    }
}
@media (min-width: 780px) {
    .contents .box-left,
    .contents .box-right,
    .contents .box_incolonna {
        width: 362px;
    }
    .contents .box_incolonna {
        width: 362px;
    }
}
/************ SIDEBAR MENU and leftmodals ********************/
.slidePanel {
    position: fixed;
    top: 0;
    width: 540px;
    height: 100%;
    z-index: 50;
    display: none;
}
.slidePanelLeft {
    left: -560px;
}
#fixedMenuMob .userCircleIcon {
    margin-right: 15px;
}
#handler-menu .boxCircle {
    margin-top: -1px;
}
#fixedMenuMob .fa-chevron-right {
    float: right;
    padding-top: 4px;
}
#fixedMenuMob .account_email {
    padding-top: 4px;
}
#fixedMenuMob ul.menu {
    width: 100%;
    min-height: 20px;
    cursor: pointer;
}
#fixedMenuMob ul.menu li {
    width: 86%;
    margin: 0 auto;
}
#fixedMenuMob ul.menu li .iconmenu {
    display: inline-block;
    width: 20px;
}
#fixedMenuMob .foot_istituzionale {
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    height: 44px;
    padding: 14px 0 0 16px;
}
#fixedMenuMob .foot_istituzionale .FooterSpacer {
    display: inline-block;
    width: 20px;
    text-align: center;
}
#handler-menu,
.handler-panel-modal {
    height: 54px;
    width: 100%;
}
#handler-menu {
    z-index: 41;
    width: 288px;
    position: absolute;
}
.returnback {
    min-height: 44px;
    max-height: 44px;
    min-width: 44px;
    max-width: 44px;
    font-size: 22px;
}
#modulesPanel .returnback {
    /*padding-left:45%;*/
    padding: 6px 0 0 0;
    margin: auto;
}
#modulesPanel .footModules {
    min-height: 30px;
}
#handler-menu .handler,
.handler-panel-modal .handler {
    text-align: center;
    padding: 0;
}
#handler-menu .handler .icon,
.icon-right-small,
.head_modal .icon,
.handler-panel-modal .icon {
    font-size: 30px;
}
#handler-menu .handler .icon {
    display: inline-block;
    margin: -3px 0 0 -4px;
}
#modulesPanel .icomodules .boxCircle .icon {
    display: inline-block;
    margin: 0 0 0 -3px;
}
#handler-menu .logo {
    margin: 4px 0 0 3px;
    font-size: 18px;
}
.modalOrange .handler-panel-modal .handler .logoOrange {
    margin: 14px 15px 0 0;
    min-height: 26px;
    max-height: 26px;
    min-width: 26px;
    max-width: 26px;
}
#handler-menu .logo img,
.modalOrange .handler-panel-modal .handler .logoOrange img {
    width: 100%;
    height: 100%;
}
#fixedMenuMob a,
.modalOrange ul.submenu a {
    text-decoration: none;
}
#fixedMenuMob ul,
#fixedMenuMob ul li,
.modalOrange ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
#fixedMenuMob .item,
.modalOrange ul {
    width: 86%;
    margin: 0 auto;
    padding-bottom: 26px;
}
.content-paginator {
    width: 100%;
    text-align: center;
}
.modalOrange ul.pagination {
    width: auto !important;
    margin-top: 30px;
}
#fixedMenuMob .itemGuida,
#right .itemGuida {
    line-height: 2.5;
}
#fixedMenuMob ul.menu li {
    cursor: pointer;
    /* 	height:20px; */
    /* le regole seguenti rendono l'elemento cliccabile in tutta la sua superficie */
    /* e sono correlate al padding non commentato in #fixedMenuMob ul.menu */
    height: 100%;
    padding: 16px 0 16px 16px;
    width: 100%;
}
#fixedMenuMob .gliphicon {
    display: inline-block;
    width: 60px;
}
#fixedMenuMob ul.menu {
    /*            padding:6px 0 6px 0;                margin-bottom:20px;            margin-top:20px; */
    padding: 0;
}
#fixedMenuMob .separatorFix {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #f5f5f5;
    border-bottom-color: rgba(0, 0, 0, 0.12);
}
#fixedMenuMob .parte_istituzionale {
    position: relative;
    bottom: 0;
    width: 289px;
}
#fixedMenuMob ul.menu li .iconmenu {
    display: inline-block;
    margin-right: 14px;
}
#fixedMenuMob ul.submenu,
.modalOrange ul.submenu {
    margin-bottom: 30px;
    padding-left: 20px;
}
#fixedMenuMob ul.submenu li,
.modalOrange ul.submenu li {
    cursor: pointer;
    padding: 4px 10px 4px 10px;
}
#fixedMenuMob ul li a {
    font-weight: 400 !important;
}
ul.submenu {
    display: block;
}
.modalOrange ul.submenu {
    display: block;
    width: 92%;
    margin: 0 auto;
    padding: 100px 0 50px 0;
}
.modalOrange ul.submenu li {
    color: #FFFFFF;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}
#modalsBox {
    display: none;
    position: fixed;
    z-index: 59;
    max-width: 768px;
    min-width: 768px;
    height: 100%;
    background-image: url(../images/opacity0.png);
    background-repeat: repeat;
}
.modalOrange {
    width: 0;
    height: 0;
    background-color: #FFFFFF;
    position: fixed;
    display: block;
    /*overflow:auto;*/
    top: 0;
}
#modulesPanel {
    display: none;
    padding: 12px;
    background-color: #FFFFFF;
    /*width:200px;*/
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0px;
    top: 0;
    z-index: 50;
    overflow: auto;
}
#modulesPanel img.icon {
    width: 70px;
    margin-bottom: 12px;
}
#modulesPanel .icomodules {
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
#menuIst1 {
    width: 290px;
    float: right;
    height: 100%;
    background-color: #ffffff;
    /*    border-right:1px solid #E5E5E5;    border-bottom:1px solid #E5E5E5;*/
}
#menuIst1 .scrollableElm {
    padding-top: 6px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
#fixedMenuMob ul.submenu li,
.modalOrange ul.submenu li {
    cursor: pointer;
    padding: 4px 10px 4px 10px;
}
.button_arrow {
    width: 46px;
    height: 46px;
    cursor: pointer;
    background-image: url(../images/orange_sprite.png);
    background-repeat: no-repeat;
}
.button_arrow-left-b {
    background-position: -133px -41px;
    width: 10px;
    height: 18px;
}
.button_arrow-right-b {
    background-position: -133px -23px;
    width: 10px;
    height: 18px;
}
.button_arrow-closer-g {
    background-position: -91px 0px;
}
.button_arrow-left-g {
    background-position: 0px 0px;
}
.button_arrow-right-g {
    background-position: -46px 0px;
}
.button_arrow-closer-w {
    background-position: -92px 0;
}
.button_arrow-left-w {
    background-position: 0px 0px;
}
.button_arrow-right-w {
    background-position: -46px 0;
}
.handler-panel .button_arrow {
    margin: 10px 10px 0 0;
}
.handler-panel-modal .handler.closerButton {
    margin-right: 12px;
}
.fa_arrow_button {
    display: inline-block;
    color: #FFFFFF;
}
.fa_arrow_closer {
    font-size: 2.5em;
    color: #FFF;
    display: block;
    /*line-height:35px;*/
    margin-top: -7px;
}
.service .fa_arrow_closer {
    font-size: 2.5em;
    color: #AAA;
    display: inline-block;
    /*line-height:35px;*/
    margin-top: -12px;
}
.head_modal .boxCircle.elmRight,
#modulesPanel .boxCircle.elmRight,
.handler-panel-modal .boxCircle.elmRight {
    margin-right: 13px;
}
.btn {
    /*border: 0;*/
}
.btn-max {
    width: 100%;
}
/********************* OVERRIDE DEGLI STILI PER SELECT *********************/
.chzn-container {
    width: 100% !important;
}
.chzn-container-single .chzn-single {
    border: none;
    background: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #B9C1CA;
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 35px;
}
.chzn-container-single .chzn-single span {
    /*color: #6a7989;    font-size: 14px;*/
    font-weight: 400;
    margin-left: 0;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
}
.chzn-container-single.chzn-with-drop .chzn-single {
    border: none;
    background: none;
}
.chzn-container .chzn-drop {
    box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-top: 1px solid #B9C1CA;
}
.chzn-container-single .chzn-search input[type="text"] {
    background: none;
    height: 36px;
    font-size: 16px;
}
.chzn-container .chzn-drop .chzn-results {
    width: 100%;
    padding: 0;
    margin: 0;
}
.chzn-container .chzn-drop .chzn-results li {
    padding: 15px;
}
.chzn-container .chzn-drop .chzn-results li.highlighted {
    background-color: #ddd;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ddd), color-stop(90%, #ddd));
    background-image: -webkit-linear-gradient(#ddd 20%, #ddd 90%);
    background-image: -moz-linear-gradient(#ddd 20%, #ddd 90%);
    background-image: -o-linear-gradient(#ddd 20%, #ddd 90%);
    background-image: linear-gradient(#ddd 20%, #ddd 90%);
    color: #6a7989;
}
/********************* FINE OVERRIDE DEGLI STILI PER SELECT *********************/
@media (min-width: 992px) {
    .slidePanel {
        position: fixed;
        z-index: 40;
        top: 0;
        width: 540px;
        display: none;
    }
    .slidePanelLeft .dragableObj {
        width: 290px;
        float: right;
        height: 100%;
        background-color: #ffffff;
        border-right: 1px solid #E5E5E5;
        border-bottom: 1px solid #E5E5E5;
        /*        -webkit-box-shadow: 0 0px 4px 2px #e5e5e5;    -moz-box-shadow: 0 0px 4px 2px #e5e5e5;    box-shadow: 0 0px 2px 4px #e5e5e5;        */
    }
    .slidePanelLeft {
        left: -560px;
    }
    .slidePanelLeft .dragableObj {
        width: 290px;
        float: right;
        height: 100%;
        background-color: #ffffff;
        border-right: 1px solid #E5E5E5;
        border-bottom: 1px solid #E5E5E5;
        /*        -webkit-box-shadow: 0 0px 4px 2px #e5e5e5;    -moz-box-shadow: 0 0px 4px 2px #e5e5e5;    box-shadow: 0 0px 2px 4px #e5e5e5; */
    }
    .titolo_modulo {
        margin-left: 19px;
    }
    .box_ricerca_container {
        width: 720px;
        margin-top: -5px;
    }
    .box_ricerca_container input,
    .box_ricerca_container input:focus,
    .box_ricerca_container input:active {
        width: 650px;
    }
    section.prima .contents h3 {
        margin: 20px 0 10px 0;
    }
}
/************fine SIDEBAR MENU and left modals ********************/
@media (min-width: 321px) and (max-width: 480px) {
    .dashboard img.iconModulo {
        width: 45%;
        height: 45%;
    }
}
@media (min-width: 481px) {
    .dashboard img.iconModulo {
        width: 80%;
        max-width: 370px;
    }
    .onlyForMobile {
        display: none;
    }
    .onlyForDesktop {
        display: block;
    }
    .sxSide .titolo_modulo .onlyForDesktop {
        display: inline !important;
    }
}
@media (min-width: 381px) and (max-width: 989px) {
    .dashboard img.iconModulo {
        width: 40%;
        height: 40%;
    }
    #modules_manager {
        max-width: 320px;
        height: 300px;
        overflow-y: auto;
    }
}
@media (min-width: 628px) {
    #header .sxSide h1 {
        font-size: 21px;
        margin-top: 8px;
    }
    .head_modal .etichetta,
    .handler-panel-modal .etichetta {
        padding-top: 13px !important;
        margin-left: 5px;
        font-size: 21px;
    }
    #handler-menu .logo {
        font-size: 21px;
        margin-top: 4px;
    }
    .modalOrange ul.submenu li {
        width: 48%;
        float: left;
        margin-left: 5px;
    }
}
@media (max-width: 320px) {
    #header .sxSide h1 {
        font-size: 14px;
        margin-top: 14px;
    }
    .head_modal .etichetta,
    .handler-panel-modal .etichetta {
        padding-top: 17px !important;
        margin-left: 5px;
        font-size: 14px;
    }
    #handler-menu .logo {
        font-size: 14px;
        margin-top: 12px;
    }
    #modules_manager {
        max-width: 250px;
        max-height: 320px;
        overflow-y: auto;
    }
}
@media (min-width: 992px) {
    .onlyForDesktop {
        display: block;
    }
    .onlyForMobile {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .btn-largeNormal {
        /*width:38px; */
        width: 128px;
    }
}
@media (max-height: 320px) {
    #modules_manager {
        height: 260px;
        overflow-y: auto;
    }
}
@media (min-height: 321px) and (max-height: 380px) {
    #modules_manager {
        max-width: 250px;
        height: 300px;
        overflow-y: auto;
    }
}
@media (max-width: 420px) {
    #modules_manager {
        right: 0;
        left: 0;
        max-width: 90%;
        margin: auto;
    }
    .btn-largeNormal {
        /*width:38px; */
        width: 34px;
    }
    #header .sxSide .elmLeft.titolo_modulo,
    #header .sxSide .elmLeft.titolo_modulo .contenuto_titolo,
    #header .sxSide {
        margin-left: 0;
    }
    #header .sxSide .elmLeft.titolo_modulo .contenuto_titolo {
        text-overflow: ellipsis;
        max-width: 180px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
@media (max-width: 375px) {
    #header .sxSide .elmLeft.titolo_modulo .contenuto_titolo {
        text-overflow: ellipsis;
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
@media (min-height: 560px) and (max-height: 740px) {
    #modules_manager {
        height: 500px;
        max-height: 500px;
    }
}
/***************************************************************************************************************Media Query relativi agli arrows del manager della head  #account_manager_arrow#notifiche_manager_arrow#modules_manager_arrow****************************************************************************************************************/
#account_manager_arrow {
    right: 19px;
}
#notifiche_manager_arrow {
    right: 61px;
}
#modules_manager_arrow {
    right: 102px;
}
@media (min-width: 375px) {
    #account_manager_arrow {
        right: 20px;
    }
    #notifiche_manager_arrow {
        right: 62px;
    }
    #modules_manager_arrow {
        right: 104px;
    }
}
@media (min-width: 480px) {
    #account_manager_arrow {
        right: 22px;
    }
    #notifiche_manager_arrow {
        right: 64px;
    }
    #modules_manager_arrow {
        right: 104px;
    }
}
@media (min-width: 568px) {
    #account_manager_arrow {
        right: 24px;
    }
    #notifiche_manager_arrow {
        right: 66px;
    }
    #modules_manager_arrow {
        right: 106px;
    }
}
@media (min-width: 667px) {
    #account_manager_arrow {
        right: 25px;
    }
    #notifiche_manager_arrow {
        right: 67px;
    }
    #modules_manager_arrow {
        right: 107px;
    }
}
@media (min-width: 736px) {
    #account_manager_arrow {
        right: 21px;
    }
    #notifiche_manager_arrow {
        right: 63px;
    }
    #modules_manager_arrow {
        right: 104px;
    }
    #modules_manager {
        max-width: 350px;
    }
}
@media (min-width: 768px) {
    #account_manager_arrow {
        right: 20px;
    }
    #notifiche_manager_arrow {
        right: 62px;
    }
    #modules_manager_arrow {
        right: 104px;
    }
    #modules_manager {
        max-width: 400px;
        max-height: none;
    }
}
@media (min-width: 1025px) {
    #account_manager_arrow {
        right: 19px;
    }
    #notifiche_manager_arrow {
        right: 61px;
    }
    #modules_manager_arrow {
        right: 103px;
    }
}
/******* FINE Media Query relativi agli arrows del manager della head ****************/
.attivo_Desktop_modulo,
#header .titolo_piattaforma.attivo_Desktop_modulo,
#header .titolo_modulo .onlyForDesktop.attivo_Desktop_modulo {
    display: none !important;
}
@media (min-width: 850px) {
    .attivo_Desktop_modulo,
    #header .titolo_piattaforma.attivo_Desktop_modulo {
        display: block !important;
    }
    #header .titolo_modulo .onlyForDesktop.attivo_Desktop_modulo {
        display: inline !important;
    }
}
/***********************************************************        Pulsanti Rotondi fixed        ************************************************************/
#pulsanti_actions {
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 60;
}
#pulsanti_actions a.pulsante_tondo {
    width: 56px;
    height: 56px;
    text-decoration: none;
    /*display:block;*/
    text-align: center;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    margin-top: 10px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
}
#pulsanti_actions a.pulsante_tondo i {
    font-size: 1.3em;
}
@media (min-width: 990px) {
    #pulsanti_actions {
        bottom: 32px;
        right: 32px;
    }
    #pulsanti_actions a.pulsante_tondo {} #pulsanti_actions a.pulsante_tondo i {
        font-size: 1.5em;
    }
}
/***********************************************************                FINE FINE FINE                Pulsanti rotondi fixed        ************************************************************/
/****** Sistemo i modal di bootstrap ************/
.modal-backdrop.in {
    display: none !important;
}
.modal {
    padding-top: 100px !important;
    /*background-color:rgba(33,33,33,0.7);*/
}
#modal-form-picture {
    top: 0;
    background-color: rgba(33, 33, 33, 0.7);
}
#pbOverlay {
    visibility: hidden;
}
.modal-content {
    height: 50% !important;
}
.coroncina_scheda {
    display: none;
}
b.grassetto,
strong.grassetto {
    font-weight: bold;
}
.area_uploader {
    width: 100%;
    height: 100px;
    border: 3px dashed #d5d4d3;
}
.immagine_del_profilo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.fondo_pulsante_accordion {
    background-color: #ffffff;
    padding-bottom: 12px;
}
.fondo_pulsante_accordion.selected {
    background-color: #ffffff !important;
}
.accordionContent {
    display: none;
}
div#mia_mappa {
    width: 100%;
    height: 420px;
    margin: 0px auto;
}
iframe {
    border: 0;
}
#iframe {
    height: 1000px;
    width: 100%;
    z-index: -7;
    position: absolute;
    margin-top: -15px;
    border-radius: 4px;
}
#overlay_master {
    top: 0;
    display: none;
    z-index: 400;
    opacity: 1.0;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    position: fixed;
}
separatore {
    width: 100%;
    background: #ddd;
    height: 1px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}
table.table.table-box {
    border: 1px solid #e5e5e5;
    cursor: pointer;
    margin-bottom: 5px;
}
table.table.table-box tr th,
table.table.table-box tr td {
    border: none;
    border-bottom: 1px solid #e5e5e5 !important;
}
.table-responsive {
/*    padding: 5px !important;
    min-height: 150px !important;*/
}
/*Aggiungo istruzioni pe raccomodare la grafica e gli z-index di timepicker e datepicker*/
.ui-datepicker {
    z-index: 200 !important;
}
.ui-timepicker-table {
    width: 200px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    width: 100%;
}
input.orario,
input.minuti {
    width: 180px !important;
}
.ui-menu .ui-menu-item {
    font-size: 11px;
}
#loader-container {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999999;
}
#loader-container #loader img {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
}
.material-card {
    background-color: #fff !important;
    overflow: hidden;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 0 2px rgba(0,0,0,0.12),0 2px 2px rgba(0,0,0,0.26);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.12),0 2px 2px rgba(0,0,0,0.26);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.12),0 2px 2px rgba(0,0,0,0.26);
}
.material-card h4.material-title {
    font-weight: 400;
    font-size: 1.5rem;
}
.material-card label.material-content {
    font-size: 1.4rem;
}


.alternativebox
{
    background-color: #C6C6C6;
    padding:5px;
    padding-top:10px;
}

input.sosta{
    font-size: 120%;    
}

label.sosta{
    font-size: 120%;    
}

.rowmargin
{
    margin-bottom:10px;
}

box_label.secondary
{
    font-size:80%;
}

input.form-control, select.form-control
{
    font-size:14px;
}

div.hide
{
    display:none;
}