body {
    font-family:Roboto, Verdana, Arial;
    /*color:#666666;*/
    color:#737373;
    width:100%;
    height:100%;
}
.slidePanel {
    display:none;
}

img, a img {
    border:0;
}
input, select {
    -webkit-appearance: caret;
    -moz-appearance: caret;
}
/*
.loaderBox {
        
        width:100%;
        height:100%;
        background-color:#FFFFFF;
        background-image:url(../images/loading.gif);
        background-size:40px 40px;
        background-position:center center;
        background-repeat:no-repeat;
        
        opacity:0.7;
        
}
.loaderBoxOver {
        position:fixed;
        z-index:300;	
}
*/
.loaderBox {

    width:100%;
    height:100%;
    background-color:#FFFFFF;

    background-size:40px 40px;
    background-position:center center;
    background-repeat:no-repeat;

    opacity:0.7;

}
.loaderBoxOver {
    position:fixed;
    z-index:300;	
}
/******* 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;
}
.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;
}

.loader2 {

    background: #448CCB;
    background: -moz-linear-gradient(left, #448CCB 10%, rgba(0, 101, 203, 0) 42%);
    background: -webkit-linear-gradient(left, #448CCB 10%, rgba(0, 101, 203, 0) 42%);
    background: -o-linear-gradient(left, #448CCB 10%, rgba(0, 101, 203, 0) 42%);
    background: -ms-linear-gradient(left, #448CCB 10%, rgba(0, 101, 203, 0) 42%);
    background: linear-gradient(to right, #448CCB 10%, rgba(0, 101, 203, 0) 42%);

}
.loader2:before {
    background: #448CCB;
}
.loader2:after {
    /*background: #FFFFFF;*/
    background: #f1f1f1;

}
@-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);
    }
}

.righina_sep {
    padding-top:0;
    margin-bottom:20px;
    border-bottom:1px solid #e6e6e6;
    width:100%;
}

.btn {
    line-height:2.2;
}

.btn-grey {
    background-color:#E1E1E1;
}
.btn-grey:hover {
    background-color:#D4D4D4;
}

#header {

    width:100%;
    /*height:30px; */
    /*
    -webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    */

    min-height:70px;
    display:fixed;
    top:0;
    left:0;
    font-size:100%;

}

#header .int {
    padding:3px;	
}

#header .int .logoorange {
    height:40px;
    margin:12px 0 0 20px;
}
#mobileicon {

    display:none;
}

#loginHeaderBox {
    display:none;
    position:absolute;
    z-index:20;
    top:10px;
    right:10px;
    min-width:250px;
}

.elmClassicGG {
    background-color:#F5F5F5;
    border-bottom:1px solid #E5E5E5;
}
#userTopIcon {
    margin-right:25px;
}
.objleft {


    margin-right:20px;
}
.objright {
    margin-right:18px;
    float:right;
}
.cleaner {

    clear:both;
}
.centrato {

    text-align:center;
}

.greyBox {
    background-color:#F5F5F5;
}

.btn {
    border:0;
}
.form-group .selectpicker {
    margin-bottom:15px;
    boder:1px solid #CCCCCC;
}
/*
a.userbutton, a.menubutton {
        display:block;
        padding-top:12px;
        height:50px;
}
a.userbutton span, a.menubutton span {
        font-size:1.3em;
        color:#1569C7;
}
*/

.userbutton {

    margin-top:10px;

}

.onlyForDesktop {
    display:none;
}
.onlyForMobile {
    display:block;
}

.itemmodulo {
    float:left;
    width:30px;
    height:30px;
    -moz-border-radius:999em;  
    -webkit-border-radius:999em; 
    -o-border-radius: 999em;
    margin:8px 0 0 10px;	

}
.modulo_bikes {
    background-color:#747170;	
}

.modulo_parking {
    background-color:#151B8D;	
}
.modulo_3 {
    background-color:#C35817;	
}

#mobileModulewPanel {

    display:none;
    width:280px;
    position:absolute;
    top:30px;
    left:-310px;
    border-right:1px solid #333333;
    border-bottom:1px solid #333333;
    height:80%;
    z-index:10;
    background-color:#FFFFFF;
    margin-top:25px;
    /*overflow:auto;*/
    -webkit-box-shadow: 0 0px 2px 2px #CCCCCC;
    -moz-box-shadow: 0 0px 2px 2px #CCCCCC;
    box-shadow: 0 0px 2px 2px #CCCCCC;

}

#mobileModulewPanel .setitems {
    width:88%;
    margin:0 auto;

    padding:10px 0 10px 0;
    margin-bottom:30px;


}
#mobileModulewPanel .itemmodulo {

    width:100px;
    height:100px;
    float:none;
    margin:0 auto;
    margin-bottom:15px;	

}



#contents {
    width:100%;
    margin:0 auto;	
}
.topLogo {
    width:100%;
    text-align:center;
}
.topLogo img {

    /*width:120px;*/ 
    margin:24px 0 2px 0;
}
h1.responsiveTitle, h2.banner {
    color: #555;
    font-weight:100;
    -webkit-font-smoothing: antialiased;
    width:100%;
    text-align:center;
}
h1.responsiveTitle  {
    font-size:24px;
    width:100%;
    text-align:center;

}
h1.titleLogin {
    display:none;
}
.rowWidthH2 {
    width:90%;
    height:30px;
    margin:0 auto;
    background-image:url(../images/1px.png);
    background-repeat:repeat-x;
    background-position:0 8px;
    margin-top:50px;
}
.rowWidthH2 h2.banner {
    width:30%;
    background-color:#FFFFFF;
    text-align:center;
    margin:0 auto;
    font-size:14px;
}
/*
input.form-control {
        border-color:#E5E5E5;
} */
h2.reg {

    color: #737373;
    font-size: 20px;
    font-weight: 100;
    margin:6px 0 15px 0;
    text-align: center;
    -webkit-font-smoothing: antialiased;

}

h2.banner {

    font-size: 18px;
    font-weight: fine;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
}

.separator {
    width:70%;
    margin:0 auto;
    padding-top:25px;
    margin-bottom:25px;
    border-bottom:2px solid #E5E5E5;
}



.tuttoMinuscolo {
    text-transform:lowercase;
}
.primeMaiuscole {
    text-transform:capitalize;
}

.onerowinput .col-xs-6 {

    /*margin-left:10px;
    margin-right:10px; */
    padding-left:5px;
    padding-right:5px;

}
.onerowinput .pull-left, .onerowinput .pull-right {
    width:48%;
}

.formcontent input, .formcontent select {
    height: 46px;
    padding: 0 15px;
}

.formcontent input[type='text'], .formcontent input[type='password'] {
    width:100%;
}

form .error, .formcontent .error, form .errorButton14 {

    /*border:1px solid #DD4B39;*/
}

.btn {
    /*font-weight:bold;*/
    font-weight:600;
}

.btn-primary {

    /*background-color:#4d90fe; */
    background-color:#4d90fe;


}

.btn-grey {
    color:#2c2e2f;
}

.btn-primary:hover, .btn-primary:active,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.btn-primary:focus
{
    background-color:#3079ed;

}
.btn-social:focus {
    color:#FFFFFF;
}

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;
}

.container.addPadding {
    padding-bottom:120px;
}

.container .LoginHelpers {

    width:96%;
    text-align:right;
    padding-top:8px;	
    line-height:2.1;
}
.container .LoginHelpers a, a.linkArancio {
    color:#f18702;
    text-decoration:none;	
}
.container .LoginHelpers a:hover, footer ul li a:hover, a.linkArancio:hover {
    text-decoration:underline;
    color:#f18702;	
}

.formcontent .int, .BoxShadow {
    margin:0 auto;
    -webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    /*padding:22px 18px 12px 18px;*/
    padding:24px;


}
.BoxShadow {
    padding-bottom: 0;	
}

.userCircleIcon {
    min-height:80px;
    max-height:80px;
    min-width:80px;
    max-width:80px;
    background-color:#E1E1E1;
    -moz-border-radius:999px;  
    -webkit-border-radius:999px; 
    border-radius: 999px;
    padding-top:12px;
}

#formlogin {
    width:90%;
    margin:0 auto;
}
#formlogin .userCircleIcon {
    margin:0 auto;
}

#formlogin .userCircleIcon .glyphicon-user {
    font-size:350%;
    color:#BDBDBD;
}

.bootstrap-select .dropdown-toggle {
    color:#999999;
}


/****** scrollbars ******/

.scrollablebox3 {
    overflow: auto;

}

.track3 {
    width: 10px;
    background: rgba(0, 0, 0, 0);
    margin-right: 2px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}

.track3:hover,
.track3.dragging {
    background: #d9d9d9; 
    background: rgba(0, 0, 0, 0.15);
}

.handle3 {
    width: 7px;
    right: 0;
    background: #999;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.track3:hover .handle3,
.track3.dragging .handle3 {
    width: 10px;
}

footer {
    background-color:#FFFFFF;
    width:100%;
    padding:8px 0 16px 0;
    border-top:1px solid #E5E5E5;
    /*position:fixed;*/
    bottom:0px;
    max-height:40px;
    font-size:11px;
    z-index:10;
}

footer ul, footer ul li {
    list-style:none;
    margin:0;
    padding:0;	
}
footer ul li {
    display:inline;
    margin-right:8px;	
}
footer ul {
    margin:4px 0 0 7px;
}

footer ul li a {
    color:#737373;
    text-decoration:none;
    font-size:11px;
}

/****** FINE scrollbars ******/

@media (min-width: 768px) {

    h1.responsiveTitle {
        font-size:38px;
    }

    .formcontent {
        max-width:400px;
        margin:0 auto;
    }

    #userTopIcon {
        float:right;
    }

    .formcontent input[type='text'], .formcontent input[type='password'], .buttonLogin, #buttonLogin {
        /*width:350px;*/
        max-width:350px;
    }
    .formcontent .errorMessage, .container .LoginHelpers  {

        margin:0 auto;
    }
    .formcontent .errorMessage {
        width:350px;
    }	

    footer ul {
        margin-left:20px;
    }
    #header .int .logoorange {
        margin-left:40px;
    }
    .onlyForDesktop {
        display:block;
    }
}

/********** Registration styles *****************/

.greyContainer {

    background-color:#f5f5f5;

}

.infoGraficaOrange {
    margin-top:30px;
    max-height:500px;	
}

.noMarginBottom {
    margin-bottom:0;
}

.RegistrationBox {

    width:96%;
    margin:0 auto;
    /*min-height:850px;*/
}

.RegFormContent {

    padding:22px 18px 22px 18px;

    /*min-height:650px;*/
}
.RegFormContent .container {
    max-width:100%;
}

.RegFormContent h3, .RegFormContent h4 {
    /*color:#F39200;*/
    color:#286090;
}


.birthGroup {
    margin-bottom:8px;
}

.birthGroup .pull-left {
    width:30%;

}
.birthGroup .objright {
    width:30%;

    float:right;
}
.birthGroup .middleBox {
    width:40%;
    float:left;
    /*margin-left:3%;*/
}

.addPadding {

    padding:25px;
}
.addMargin {
    margin-left:8px;	
}

.birthGroup .objright {
    margin-right:0;
}

select.phonePrefixField {

    width:50px;
}
select.phonePrefixField option {

    width:150px;
}

.GGRecaptcha {

    margin:15px 0 15px 0;

}

.boxFieldDescription {

    width:250px;
    padding:15px;
    border:1px solid #E5E5E5;
    position:absolute;
    background-color:#FFFFFF;
    z-index:10;
    top:0;
    left:0;
    display:none;
    visibility:hidden;

}

.tooltip-inner {
    color: #000;
    background: #fff;
    border: solid 1px #E5E5E5;
    width:250px;
    visibility:hidden;
}
.tooltip-arrow {
    visibility:hidden;
}

.g-recaptcha {
    width:100%;
}

.btn-social {
    width: 90%;
    margin: 5px 0;

}
.btn-social .fa {
    color: #ffffff;
    margin-right: 10px;
    float:left;

    width:20px;
    padding:5px 22px 3px 2px;
    margin-top:3px;

}
.btn-google {
    background-color: #EA4335;
}
.fa-facebook {
    border-right:1px solid #204070;	
}
.fa-google-plus {
    border-right:1px solid #C9302C;	
}
.btn-facebook {
    background-color: #3B5998;
    color: #ffffff;
}

.btn-facebook:hover {
    color: #ffffff;
    background-color:#204070;		
}
.btn-social .contenitore_button {
    display:inline-block;

}
.btn-facebook .contenitore_button {
    padding-right:20px;	
}
.btn-google .contenitore_button {
    padding-right:18px;	
}

.inlblock {

    display:inline-block;
    padding-top:6px;
}

@media (max-width: 767px) {
    .RegFormContent {
        padding:10px;

    }
    .addPadding {
        max-width:400px;
        margin:0 auto;
        padding-bottom:0;
    }		
}
@media (max-width: 480px) {
    .elmClassicGG {
        background-color:#FFFFFF;
    }
    h2.banner, h1.responsiveTitle {
        margin-top:0px;
        margin-bottom:15px;	
    }


    h1.responsiveTitle {
        margin-top:20px;
    }
    .addPadding {
        padding-top:5px;
    }
    footer ul {
        margin-top:-3px;
    }
    .topLogo img {

        margin-bottom:15px;
    }
}

@media (min-width: 481px) {
    h1.titleLogin {
        display:block;
    }
    .onlyForMobile {
        display:block;
    }
    .onlyForMobilePlus {
        display:none;
    }
}
@media (min-width: 768px) {

    .addPadding {
        width:96%;
        padding:0px;
    }

    .greyContainer {
        background-color:#FFFFFF;

    }
    .titleBox {
        width:100%;
        margin-top:18px;
    }
    body.greyContainer h1.responsiveTitle {
        width:100%;
        text-align:center;
        padding-bottom:35px;
    }

    .RegFormContent {
        max-width:350px;
    }


    #userTopIcon {
        margin-right:12px;
    }
    #header .int .logoorange {
        height:40px;
        margin:12px 0 0 12px;
    }
    .boxFieldDescription {
        display:block;
    }
    .tooltip-inner, .tooltip-arrow {
        visibility:visible;
    }

}

@media (max-width: 991px) {

    .slidePanel {
        position:fixed;
        z-index:40;
        top:50px;
        width:540px;


        height:80%;
        z-index:50;

        display:none;
    }

    .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;
    }

}

@media (min-width: 992px) {


    .slidePanel {
        display:none;
    }

    .RegFormContent {
        max-width:450px;
    }
    #userTopIcon {
        margin-right:25px;
    }
    #header .int .logoorange {
        height:40px;
        margin:12px 0 0 25px;
    }
}

@media (min-width: 1200px) {
    .infoGraficaOrange {
        max-height:530px;
    }
}

@media (min-width:481px) and (max-width: 760px) {
    h1.responsiveTitle {

        margin:5px 0 0 0;	
    }
    h2.banner {
        margin-top:-5px;
        margin-bottom:20px;
    }
    .topLogo img {

        margin-bottom:20px;
    }	
}

/* GESTORI CHECKBOX E RADIO BUTTON */
.checkbox_medium label {
    font-size:1.5em;
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

/* fine  GESTORI CHECKBOX E RADIO BUTTON */

.tooltip.left {
    left: -230px!important;
}











