/* ELEMENTI BASE */
html, body {margin: 0; border: 0; padding: 0;}
body {
    color: #666;
    font-size: 16px;
    /*font-family: 'Lato', 'sans-serif';*/
    font-family: 'Roboto', 'Open Sans', 'sans-serif';
    /*line-height: 23px;*/
    line-height: 18px;
    background-color: #FAFAFA;
}
a {
    /* color: #1fae66; */
    color: #9e9e9e;
    transition: all .3s ease 0s;
}

a:hover, a:focus {
    text-decoration: none;
    /* color: #0D9C54; */
    color: #616161;
    outline: none;
}

/* DIMENSIONAMENTI BASE */
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.row {margin:0;}

.mgl-10 { margin-left: 10px !important; }
.mgr-10 { margin-right: 10px !important; }

.bd-red {color: #f85d2c !important;}

.bg-green { background-color: #1fae66 !important }
.bg-grey { background-color: #777777 !important; }

.cl-red {color: #f85d2c !important;}
.cl-white { color: #ffffff !important; }

.mgtp-30 {
  margin-top: 30px !important;
}

.fixed-row {max-width: 940px;margin:0 auto;}

/* HELPERS */
.disabled, .disabled * {
    color: #e0e0e0 !important;
    cursor: default;
}

hr.dashed {border-style: dashed;}

/* COMPONENTI */

/* -- header -- */
.content-menu .list-wrapper li {padding-top: 0;padding-bottom: 0;}
.content-list .list-wrapper > li > a {padding-top: 3px;padding-bottom: 3px;}

/* -- alert-dismissable -- */
.alert-dismissable .close {top: 0;}

/* -- nav -- */
.nav li a {
    padding: 7px 15px;
}

/* -- button -- */
/*.btn { padding: 6px 15px; }*/
.btn-light-grey {
    background-color: #dedede;
    border-color: #ccc;
    color:#333;
}

/* -- vd_input-wrapper -- */
.vd_input-wrapper .menu-icon {top:9px;}
.vd_input-wrapper.light-theme {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.vd_input-wrapper select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 6px 6px 7px 38px;
    background: none;
    border: none;
    /*border-radius: 0;*/
    box-shadow: none;
}
.vd_input-wrapper select.form-control + .caret {
    /*font: normal normal normal 14px/1 FontAwesome;*/
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 15px;
    border-top-width: 6px;
    border-left-width: 6px;
    border-right-width: 6px;
    transition: transform ease .3s;
}
/*.vd_input-wrapper select.form-control:focus {
    box-shadow: inset 0 0 8px rgba(102,175,233,1), 0 0 8px rgba(102,175,233,1)
}*/
.vd_input-wrapper select.form-control:active + .caret {
    transform: rotate(180deg);
}
/*.vd_input-wrapper select.form-control + .caret:before {
    content: "\f0d7";
}*/


/* -- radio -- */
.vd_radio {padding-left: 0;}
.vd_radio input[type=radio] { display: none; }
.vd_radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 6px;
    color: #777a80;
}
.vd_radio label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #fff;
    border: 1px solid #c2c6cb;
    border-radius: 99px;
}
.vd_radio label:after {
    font-size: 13px;
    content: "";
    text-align: center;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 99px;
    left: 0px;
    top: 3px;
    background-color: #6f7b8a;
    border: 1px solid #6f7b8a;
}
.vd_radio.radio-success label:after {
    background-color: #1FAE66;
    border: 1px solid #1FAE66;
}
.vd_radio input[type=radio]:checked + label { color: #4d5056; }
.vd_radio input[type=radio]:checked + label:before { border: 1px solid #8e9095; }
.vd_radio.radio-success input[type=radio]:checked + label:before { border: 1px solid #1FAE66; }
.vd_radio input[type=radio]:checked + label:after {
    -o-transform: scale(0.63);
    -ms-transform: scale(0.63);
    -moz-transform: scale(0.63);
    -webkit-transform: scale(0.63);
    transform: scale(0.63);
    line-height: 18px;
    -o-transition: -o-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -ms-transition: -ms-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -moz-transition: -moz-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -webkit-transition: -webkit-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -o-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -ms-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -moz-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -webkit-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}

/* -- checkbox -- */
.vd_checkbox label::after {left:-1px;top:3px;}
.vd_checkbox.checkbox-primary input[type=checkbox]:checked + label:before {
  background-color: #337ab7;
  border: 1px solid #337ab7;
}

/* -- checkbox e radio -- */
.vd_radio label,
.vd_checkbox label {font-weight: normal;}

/* -- progres -- */
.progress {
    background-image: -webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
    background-image: -o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));
    background-image: linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
}


/* -- form wizard -- */
.form-wizard .nav > li > a {
    color: #AAA;
    padding: 15px;
    text-align: center;
}

.form-wizard .nav .menu-icon {
    border-radius: 30px;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    margin: 0 auto 5px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    font-size: 16px;
    background: #F5F5F5;
    color: #AAA;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background: none;
}

.form-wizard .nav > li.active .menu-icon {
    background: #0F4373;
    color: #FFF;
}
/*.form-wizard .wizard .btn {
    background-color: #aaa;
    color: #ffffff;
}*/




/* SEZIONI DI PAGINA */
.header-wrapper { position: relative; clear:both;/*margin-left:-15px;margin-right: -15px;*/}
.header {padding-left: 30px;padding-right: 30px; border-top: 4px solid #1a80b6; background-color: #fff;}

.header .fixed-row {max-width:1100px;}
.header-social {min-height: 43px;    border-bottom: 1px solid #e5e5e5;}
.header-social .social-links-header {margin:13px 0 8px;max-width: 400px;}
.social-links-header .social-network-icon {
    margin: 0 20px 5px 0;
    font-size: 16px;
    color: #bebdbd;
    display: inline-block;
}

.vd_mega-menu-wrapper {width: auto;top:2px;}
.vd_mega-menu-content {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border: 1px solid rgb(204,204,204);
    /*background-color: rgb(204,204,204);*/
}
.vd_mega-menu-content:before {
    border-color: transparent transparent rgb(204,204,204);
    top:-11px;
}
.vd_mega-menu-content:after {
    top:-9px;
    border-color: transparent transparent #fff;
}

.header .user-info {
    /*float: right;*/
    display: table;
    width: auto;
    position: relative;
    margin: 1px 0;
}
.user-info .text-info {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    max-width: 50%;
    text-align: right;
}
.user-info .text-info a {
    display: block;
    font-size: 14px;
    color: #31708f;
}
.user-info .avatar {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.user-info .avatar .icon {
    height: 34px;
    width: 34px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 34px 34px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /* top: 20px; */
    /* bottom: 0; */
    display: block;
    /* left: -100%; */
    margin: 0 auto;
    /* position: absolute; */
    /* right: -100%; */
    background-image: url(/img/test-user-photo.png);
}

.top-bar {border-bottom: 1px solid #e5e5e5;}

.logo {position: relative;display:inline-block}
.logo img {max-width: 100%; /*max-height: 100%;*/max-height: 100px;}

.header .logo {margin: 5px 10px 0 0;}
.header .logo img {height: auto;max-height:68px;}

#nav ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
#nav ul li {
    float: left;
    margin: 0;
    padding: 0;
    padding-right: 45px;
    position: relative;
}
#nav ul li:last-of-type {padding-right:0;}
#nav ul.menu > li > a { display:block; height: 78px;line-height: 78px; border-bottom: 3px solid transparent; color:#333;}
#nav ul.menu > li > a:hover,
#nav ul.menu > li > a.active {
    color: #1a80b6;
    border-color: #1a80b6;
}

.form-horizontal .vd_radio {padding-top: 4px;}

#beta-label {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 90px;
    height: 100px;
    background: transparent url('/img/beta_label.png') top right no-repeat;
    background-size: contain;
    /*z-index: 99;*/
}

.clearbox {
    color: #333;

    padding: 43px 50px 26px;
    position: relative;

    background: #fff;
    border: 1px solid;
    border-color: #e5e5e5 #dbdbdb #d2d2d2;
    -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
    box-shadow: rgba(0,0,0,0.3) 0 1px 3px;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.flag-icon {display: table;margin:-6px 0;}
.flag-icon img {width: 22px;display: table-cell;vertical-align: middle;margin-right: 5px;max-width: none;}
.flag-icon span {display: table-cell;vertical-align: middle;width:50px;}
.flag-icon span span {width:100%;}


.footer {width:100%;margin-top: 15px;margin-bottom:10px;font-size: 12px;color:#999;text-align: center}
.footer .footer-language {/*float:left;*/display: inline-block;white-space: nowrap;}
.footer .footer-legal {display: inline-block;}
.footer .footer-legal-copyright,
.footer .footer-legal-links {/*float:left;*/margin-right: 25px;display: inline-block;}
.footer .footer-legal-link {
  display: inline-block;
  border-right: 1px solid #d6d6d6;
  margin-right: 10px;
  padding-right: 12px;
  white-space: nowrap;
}
.footer .footer-legal-link:last-child {border-right: 0;margin-right: 0;padding-right: 0;}



body.maintenance {}
