/* ******* FONT **********/
@font-face {
	font-family: 'AvenirLT';
	src: url('../fonts/avenir/AvenirLTStd-Book.eot');
	src: local('☺'), url('../fonts/avenir/AvenirLTStd-Book.woff') format('woff'), 
	url('../fonts/avenir/AvenirLTStd-Book.ttf') format('truetype'), 
	url('../fonts/avenir/AvenirLTStd-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.cdborder {
    border: 1px dashed #000;
}

.cdborder_b {
    border-bottom: 1px solid #CCCCCC;
} 

/* ******* STRUTTURA **********/
body {
    /*background: #d9d8cb;
    font-family: 'AvenirLT';*/
    color: #222222;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    overflow-y: scroll;
}

#page {
    /*
    overflow: scroll;
    overflow-x: hidden;
    */
}


h1 {
    color: #61865c;
    font-weight: bold;
    font-family: "Lato", Arial, sans-serif;
    font-size: 16px;
}

h2 {
    color: #61865c;
    font-weight: bold;
    font-family: "Lato", Arial, sans-serif;
    font-size: 20px;
    line-height: 26px;
}

.cntarea {
    position: relative;
    margin: 0 auto;
}

.login_area { 
    padding: 25px 35px;
    margin-bottom: 40px;
    background: url(../../repository/images/bg_login.png) left center no-repeat;
    background-size: 100% 100%;
}

.cd-container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
    background: none !important;
}

.cd-section {
    padding-left: 25px;
    padding-right: 25px;
}



/* ******* HEADER **********/
.header_bar {
    height: 60px;
    border-top: 0px solid #FFFFFF;
    /*width: calc(100% - 15px);*/
    width: 100%;
}
.header_bar .cd-container {
    background: #FFFFFF;
}

.header_bar .row-eq-height {
    height: 110px;
}

.header_bar a {
    color: #6a3575;
}
.subheader {
    height: 55px;
    width: 100%;
    position: relative;
    margin-top: 0px;
    text-align: center;
    display: table;
    vertical-align: center;
    background: #dfbed3 !important;
}

.footer_bar {
    border-top: 1px solid #CCCCCC;
    padding-top: 30px;
    width: 100%;
    margin-bottom: 80px;
    color: #B2B2B2;
    font-size: 12px;
}


.footer_bar a {
    color: #a5a07b;
}

a {
    color: #000000;
}

#page {
    padding-top: 60px;
}

/* ******* MENU **********/
.cd-nav {
    border: 0px dashed #000000;
    width: 98%;
}

.cd-nav ul {
   padding-top: 0px;
   height: 45px;
}

.cd-nav ul li {
    margin-top: 0px;
    height: 120px;
    line-height: 40px;
    width: 20%;
}

.cd-nav ul li img {
    margin-top: 4px;
    position: absolute;
    top: 25px;
    left: calc((100% - 35px)/2);
    width: 35px;
}

.bgmenu {
    background: #9e9c7a;
    height: 40px;
}

.cd-nav ul li.sel {
    /*
    background: url(../../repository/images/menu_on.png) bottom center no-repeat;
    */
    background: url(../../repository/images/menu_on_sm.png) bottom center no-repeat;
    background-size: 100% 90%;
}

.cd-nav li .icon {
    width: 100%;
    height: 38px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 8px;
    margin-top: 18px;
    background: url(../../repository/images/academy.png) center no-repeat;
    background-size: auto 100%;
}

.cd-nav li p {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    border: 0px solid #000000 !important;
    margin-bottom: 2px;
}


.cd-nav ul li.sel p {
    color: #a59f7d;
}



/* ******* ELEMENTI **********/
.logo_sito {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    display: table;
}

.boxlogo {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.mtdgtbutton {
    text-align: center;
    padding: 10px 6px;
    background: #711e82 !important;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    width: 180px;
    border-radius: 6px;
    font-weight: bold;
}

.padt0 {
    padding-top: 0px;
}

.padb0 {
    padding-bottom: 0px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb5 {
    margin-bottom: 5px;
    font-weight: bold;
}

.txtinfo {
    color: #FFF;
    margin: 0px auto;
    width: 180px;
}
.txtinfo a {
    color: #FFF;
}

.txtinfo i {
    font-size: 28px;
    line-height: 16px;
    margin-top: 7px;
    float: left;
    border: 0px solid #000;
}

.txtinfo .labeli {
  height: 30px;
  width: auto;
  float: left;
  line-height: 30px;
  border: 0px solid #000;
  margin-left: 10px;
}

.col25 {
    width: 25% !important;
    padding: 0px !important;
}


.col25.box {
    width: 23% !important;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 4px;
    background: #FF0000;
    color: #FFFFFF;
}

.col25.box.on{
    background: #024817;
    color: #FFFFFF;
}

.col25.box.dis{
    background: #666666;
    color: #FFFFFF;
}

.box a {
    color: #FFFFFF;
}


@media screen and (max-width: 1140px) {
    
}


@media screen and (max-width: 992px) {
    
}


@media screen and (max-width: 768px) {
    
}


@media screen and (max-width: 640px) {
    
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.bgpage {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url('../../repository/images/bg.jpg') center no-repeat;
    background-size: 100% 100%;
}

body.login .bgpage {
    background: url('../../repository/images/bg.jpg') center no-repeat;
    background-size: 100% 100%;
}

@media screen and (min-width: 1540px) {
    body.login .bgpage {
        background: url('../../repository/images/bg.jpg') center no-repeat;
        background-size: 100% 100%;
    }
}


.subh {
    height: 100%;
    position: relative;
    height: 55px;
    border: 1px solid #000;
}

.tit_head {
    color: #b03d86 !important;
    padding-top: 10px;
    font-size: 24px;
    font-weight: bold;
}


.big_title {
    font-weight: 700;
    font-size: 56px;
    line-height: 1.2em;
    color: #FFF;
    margin-top: 80px;
}

.homedata {
    font-size: 19px;
}

.homedata h3 {
    color: #FFF;
    line-height: 1.2em;
    font-weight: 300;
    font-size: 23px;
}

.homedata h4 {
    color: #FFF;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 300;
}

.homedata h5 {
    color: #FFF;
    font-size: 15px;
    font-weight: 300;
}

.boxline {
    width: 8%;
    border-top: 5px solid #FFF;
}

.pattern_home {
    position: absolute;
    top: -80px;
    left: 0px;
    width: 30%;
    height: 100%;
    background: url('../../repository/images/pattern_home.png') top center no-repeat;
    background-size: 170px;
}

.no-d {
    display: none;
}

.mtdgtico {
    color: #FFFFFF;
    font-size: 22px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}

.mtdgtico2 {
    color: #6a3575;
    font-size: 22px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}

.control-label {
    color: #61865c;
}

.control-label.obb {
    color: #FF0000;
    text-decoration: underline;
}


.form-control.md {
    width: 160px;
}

.mtdgticob {
    color: #000;
    font-size: 19px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}

.cntpaziente {
    width: 20%;
    float: left;
    margin-top: 20px;
}

.boxpaziente {
    width: 90%;
    margin-left: 5%;
    padding: 20px 10px 1px 10px;
    border-radius: 8px;
    text-align: center;
    font-size: 15px;
    color: #333333;
    background: #dfbed3;
}

.boxpaziente.on {
    background: #b5c0ab;
    color: #FFFFFF;
}

.boxpaz {
    padding: 5px 10px;
    background: none;
    color: #333333;
    font-weight: bold;
    border-radius: 5px;
}

.boxpaziente.on .boxpaz {
    color: #FFFFFF;
}


.temptext {
    font-style: italic;
    color: #333333;
    font-size: 12px;
    text-align: right;
}

.box_clearfix {  
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #283583;
}

.label_section {
    font-size: 16px;
    font-weight: bold;
    color: #b03d86;
    margin-top: 85px;
    background: #dfbed3;
    padding-top: 5px;
    padding-bottom: 5px;
}

.label_section.sm{
    font-size: 13px;
    margin-top: 35px;
    background: #283583;;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 5px;
}

.firstrow {
    margin-top: 35px;
}

.label_section.sm.firstrow {
    margin-top: 5px;
}


.backb {
    font-size: 14px;
    font-weight: bold;
}

a .backb:hover {
    color: #00a878;
}

.subt {
    color: #00b482;
    font-size: 16px;
}

.subt2 {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
}


.bigt {
    color: #00b482;
    font-size: 20px;
    font-weight: bold;
}

.smallt {
    color: #000000;
    font-size: 15px;
}

.smalltxt {
    font-size: 11px;
}

textarea.big {
    height: 380px;
}


textarea.med {
    height: 190px;
}

hr.reflist {
    height: 1px;
    color: #000;
    border-top: 1px solid #AAA;
    margin-top: 5px;
    margin-bottom: 5px;
}

.subl {
    color: #555555;
}

.modal {
    overflow: revert !important;
    max-width: 640px !important;
    font-size: 15px;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .blocker {
    background-color: #00b481bb !important;
}

.bgupload {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #ccccccb2;
    z-index: 1000;
    display: none;
}


.boxupload {
    position: fixed;
    width: 400px;
    height: 200px;
    left: calc((100% - 400px)/2);
    bottom: calc((100% - 200px)/2);
    background: #FFF;
    border-radius: 8px;
    z-index: 1001;
    display: none;
}

.boxfilename {
    position: absolute;
    width: 80%;
    height: 40px;
    left: 10%;
    top: 20px;
    text-align: center;
    line-height: 40px;
}

.boxloadingbar {
    position: absolute;
    width: 80%;
    height: 24px;
    left: 10%;
    top: 65px;
    overflow: hidden;
    border-radius: 8px;
    background: #B2B2B2;
}

.loadingbar {
    position: absolute;
    width: 0px;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #00a878;
    line-height: 22px;
    padding-right: 10px;
    text-align: right;
    color: #FFF;
}

.boxloading {
    position: absolute;
    width: 100px;
    height: 100px;
    left: calc((100% - 100px)/2);
    bottom: 10px;
    background: url('../../repository/images/loading_prel.gif') center no-repeat;
    background-size: 100%;
}

.boxinput {
    width: 65%;
    float: left;
}

.boxfile {
    width: 35%;
    float: left;
    text-align: center;
    background: #FFFFFF;
    border-radius: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.boxfile img {
    max-height: 70px;
    max-width: 90%;
}

.service_button {
    width: 100%;
    border-radius: 0px;
    max-width: 220px;
    line-height: 45px;
    height: 42px;
    background: url('../../repository/images/button.png') center no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
    margin: 0px auto;
}

.pd0 {
    padding: 0px !important;
}

.cnt_int {
    background: #FFFFFF;
}

.fullrow {
    /*float: left;*/
    width: 100%;
    display: inline-block;
}
.fullrow .labcheck {
    width: calc(100% - 60px);
    font-weight: normal;
}

.tit_sec {
    margin-top: 40px;
    font-weight: bold;
    color: #666666;
    font-size: 16px;
    margin-bottom: -20px;
}

.descr_form {
    margin-top: 25px;
    font-size: 14px;
    margin-bottom: -15px;
}

.slider-container {
    margin-bottom: 25px;
    margin-left: 5px;
}

.slider-container .scale ins {
    font-size: 13px !important;
    left: -1px !important;
    top: 5px !important;
    color: #000000 !important;
}

.slider-container .back-bar .pointer-label {
    top: -20px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    display: none;
}

.theme-green .back-bar {
    height: 12px !important;
    border-radius: 4px !important;
}

.theme-green .back-bar .pointer {
    top: -1px !important;
}

.theme-green .back-bar .selected-bar {
    background-color: #323194 !important;
    background-image: linear-gradient(to bottom, #6766cd, #323194) !important;
    background-repeat: repeat-x;
}

.banner_logo {
    width: 100%;
    text-align: center;
    margin-top: -80px;
}

.banner_logo img {
    width: 100%;
}

.logo_survey {
   width: 80%;
   max-width: 500px;
   margin-bottom: 15px;
}

#DN4_result,
#NPSI_result {
    font-size: 16px;
    margin-top: 20px;
    width: 100%;
    border-top: 1px solid #AAA;
    padding-top: 10px;
}

#DN4_result i,
#NPSI_result i{
   color: #FF0000;
}



.w15 {
    width: 20%;
    float: left;
    font-style: italic;
}

.w70 {
    width: 60%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.htextarea {
    height: 160px !important;
}


@media screen and (max-width: 800px) {

    .cntpaziente {
        width: 33%;
    }

}


@media screen and (max-width: 640px) {
    
    .banner_logo {
        width: 100%;
        left: 0px;
        text-align: center;
    }

    .banner_logo img,
    .logo_survey img {
        width: 100%;
    }
    
    .logo_survey {
        width: 100%;
     }

    .login_area { 
        padding: 25px 15px;
        margin-bottom: 60px;
        background: url(../../repository/images/bg_login.png) left center no-repeat;
        background-size: 100% 100%;
    }

    .hide_sm {
        display: none;
    }

    .cntpaziente {
        width: 50%;
    }

    .sm_w85 {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .cd_box_input.checkrow,
    .cd_box_input.checkrow.nobg {
        height: auto !important;
    }

    .slider-container {
        margin-left: 0px;
    }
}

.scale span:first-child {
    display: none !important;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

input[type="text"], 
input[type="password"], 
input[type="button"],
input[type=number] {
    padding: 19px 10px;
    line-height: 28px;
    font-weight: normal !important;
    border: 2px solid #DDDDDD;
    font-size: 16px !important;
}



.boxesp {
    width: 94% !important;;
    margin-left: 3%;
    float: left;
    border-radius: 4px;
    background: #FF0000;
    color: #FFFFFF;
    text-align: center;
    font-size: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.boxesp.on {
    background: #024817;
}



@media screen and (max-width: 480px) {

    .cntpaziente {
        width: 100%;
    }

}


.checkrow .control-label.w80 {
  width: calc(100% - 50px) !important;
}

.checkrow .control-label {
  margin-bottom: 10px;
}

.control-label {
  line-height: 24px;
}