body {
    font-weight: 400;
    color: #777;
    background: #f9fcff;
    font-size: 15px;
    line-height: 1.5;
    background: #FFFFFF;
}

#page {
    position: relative;
    /*
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    */
}

.offcanvas #page {
    overflow: hidden;
    position: absolute;
}

.offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: #EFEFEF;
    content: "";
}

.header_bar {
    position: absolute;
    height: 75px;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 1001;
    border: 0px solid #777;
}

.cd-section {
    width: 100%;
    border: 0px solid #000;
    padding-left: 15px;
    padding-right: 15px;
}

.cd-page-box {
    max-width: 1024px;
    position: relative;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    border: 0px dashed #000000;
    margin-top: 70px;
    display: table;
    width: 100%;
    background: #FFFFFF;
}

.cd-page-box .cd-section {
    display: table-cell;
}

.cd-container {
    max-width: 1024px;
    position: relative;
    margin: 0 auto;
}

h1,
.spanh1 {
    color: #0067B2;
    font-weight: bold;
}

h2,
.spanh2 {
    color: #0067B2;
    font-weight: bold;
}

h4,
.spanh4 {
    color: #777;
    font-size: 22px;
    margin-top: 20px;
}

.spanh1 {
    font-size: 26px;
    line-height: 25px;
}

a {
    color: #711e82;
}


/*MENU'*/

.cd-nav-toggle {
    position: fixed;
    top: 30px;
    /*left: 10px;*/
    right: 30px;
}

.cd-nav-toggle.cd-nav-white>i {
    background: #FFFFFF;
}

.cd-nav-toggle.cd-nav-white>i::before,
.cd-nav-toggle.cd-nav-white>i::after {
    background: #FFFFFF;
}

.cd-nav-toggle.cd-nav-white.active>i {
    background: #a59f7d;
}

.cd-nav-toggle.cd-nav-white.active>i::before,
.cd-nav-toggle.cd-nav-white.active>i::after {
    background: #FFF;
}

.cd-nav ul {
    margin: 0px 0 0 0;
    width: 100%;
    display: table;
}

.cd-nav ul li {
    font-size: 12px;
    margin-left: 0px;
    padding-bottom: 2px;
    padding-top: 8px;
    color: #FFFFFF;
    display: table-cell;
    text-align: center;
    width: 14%;
    height: 39px;
    line-height: 14px !important;
    /*border-left: 0.5px solid #AAA;*/
    position: relative;
}

.cd-nav ul a {
    display: table-cell;
    width: 20%;
    color: #FFFFFF !important;
    font-size: 12px !important;
}



.cd-nav ul li:first-child {
    padding-left: 0px;
}

.cd-nav ul li:last-child {
    /*border-right: 0.5px solid #AAA;*/
}

.cd-nav ul li.sm {
    width: 130px;
    padding-top: 2px;
}

.cd-nav a {

}

.cd-nav ul li.big {
    width: 80%;
}

.subm {
    position: absolute;
    width: 200px !important;
    top: 43px;
    background: #EFEFEF;
    padding: 0px;
    left: 2px;
    display: none !important;
}

.subm li {
    width: 100% !important;
    float: left;
    padding: 10px 8px 10px 10px !important;
    list-style: none;
    color: #0067B2 !important;
    /*border-bottom: 1px solid #0067B2 !important;*/
    text-align: left !important;
    height: auto !important;
    font-size: 13px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    cursor: pointer;
}

.subm.view_on {
    display: inline-table !important;
}

.subm li a {
    color: #0067B2 !important;
    font-size: 13px !important;
}


/*
.cd-nav ul a {
	border: 1px dashed #FC0;
	padding: 0px;
	border-right: 1px solid #FFF;
  	padding-right: 15px;
 	padding-left: 15px;
	margin-left: 0px;
	padding-bottom: 4px;
}
.cd-nav ul a:first-child {
  	padding-left: 0px;
}
*/

#cd-offcanvas {
    background: #333;
    padding: 60px 20px 20px 20px;
    font-size: 14px;
}

#cd-offcanvas ul li {
    color: #FFF;
    border-bottom: 1px solid #EFEFEF;
    padding: 5px 0px;
}

#cd-offcanvas ul li .intm.sup {
    background: #EFEFEF;
    color: #333;
}

#page.index .cd-nav-toggle {
    /*display: none !important;*/
}

#page.index .cd-nav {
    /*display: none !important;*/
}

.cd-nav ul li.on {
    font-weight: bold;
    text-decoration: underline;
}

.cd-nav a {
    padding: 0px 0px;
    color: #333;
}

.cd-nav ul li a {
    font-size: 16px;
    padding: 0px 0px;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


input[type="text"],
input[type="password"],
input[type="button"] {
    padding: 25px 10px;
    line-height: 28px;
    color: #333333;
    width: 100%;
    height: 30px;
    font-size: 18px !important;
    outline: none !important;
    border-radius: 0px solid #FFFFFF;
    background-color: #FFFFFF !important;
    -moz-appearance: none !important;
    -webkit-appearance: none;
    font-weight: normal !important;
    border: 2px solid #DDDDDD;
}

input[type="file"] {
    border: 0px solid #DDDDDD !important;
    padding-left: 0px;
    height: 36px;
}


input.sel,
textarea.sel {
    background: #FFCC00 !important;
}

input[type="button"] {
    color: #FFFFFF;
    width: 98%;
    border-radius: 0px solid #FFFFFF;
    border: 1px solid #FFFFFF;
    background-color: #29529c !important;
    -moz-appearance: none !important;
    -webkit-appearance: none;
    font-size: 16px;
    font-weight: bold;
    max-width: 200px;
}



select.form-control {
    padding: 5px 10px;
    line-height: 28px;
    height: 55px;
    font-size: 18px !important;
    outline: none !important;
    border-radius: 0px solid #FFFFFF;
    background-color: #FFFFFF !important;
    border: 2px solid #DDDDDD;
}

.form-control.sm {
    width: 100px;
}

.form-control {
    border-radius: 8px;
}


.boxslider {
    float: left !important;
    margin-left: 10px;
}

.ref_slider {
    float: left;
    width: 80px;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    padding-left: 15px;
}

.form-check-group {
    display: table !important;
    width: 100%;
    margin-left: 5px;
    border: 0px dashed #000000;
    margin-top: 5px;
}

.form-check-group label {
    color: #666666;
    font-weight: normal;
    margin-top: 3px;
}

.box_input {
    float: left;
    width: calc(100% - 40px);
    display: table-cell;
}

.form-check-group .box_input:first-child {
    width: 40px;
}

.form-check-group input[type="radio"] {
    
}

.form-check-group input {
    margin-top: 5px;
}


input[type="radio"],
input[type="checkbox"]{
    -ms-transform: scale(0.6); /* IE 9 */
    -webkit-transform: scale(0.6); /* Chrome, Safari, Opera */
    transform: scale(0.6);
    outline: none !important;;
    width: 50px;
    margin-left: -10px;
    float: left;
    height: 50px;
}

.labcheck {
    float: left;
    width: 60px;
    height: 32px;
    margin-top: 10px;
    line-height: 32px;
    font-size: 15px;
    font-weight: bold;
}


textarea {
    color: #333333;
    width: 100%;
    font-size: 14px;
    outline: none;
    border-radius: 2px;
    border: 2px solid #DDDDDD;
    background: #FFFFFF !important;
    -moz-appearance: none !important;
    -webkit-appearance: none;
    height: 120px;
}


.labform {
    line-height: 18px;
    font-size: 14px;
}

.form-check-input {
    border: 0px solid #000000 !important;
    width: 30px;
    float: left;
}

.cd-nav-toggle {
    display: none;
}


.embed-container {
    position: relative;
    padding-bottom: calc(70vh - 6.7em);
    height: 100%;
    /*overflow: hidden;*/
    max-width: 100%;
}

.embed-container .vcontent {
    position: absolute;
    /*overflow: hidden;*/
    height: calc(70vh - 6.2em);
    width: 100%;
    /*margin-top: -0.5em;*/
    display: none;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    padding: 0;
    margin: -3em 0;
}


.cd_page_loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../repository/template/load-icon.gif) center no-repeat #fff;
    background-size: 100px;
    opacity: 0.6;
}


.dis {
    opacity: 0.3;
}





/*UPLOAD AREA*/
.cd_upload_box {
    width: 99%;
    height: 38px;
    position: relative;
    float: left;
    overflow: hidden;
    z-index: 100;
    cursor: pointer;
    background: #00598b;
    text-align: center;
    color: #FFF;
    line-height: 38px;
    border-radius: 6px;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 3px;
}

.cd_upload_box input {
    margin-top: 80px;
}

.cd_upload_box_bar {
    width: calc(100% - 2px);
    height: 16px;
    border: 1px solid #CCC;
    float: left;
    margin-bottom: 2px;
    margin-top: 2px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.cd_upload_bar {
    position: absolute;
    top: 0px;
    height: 16px;
    background: #693;
    width: 0px;
    text-align: right;
    color: #FFF;
    font-size: 11px;
}

.cd_upload_bar.compl {
    background: #693;
}

.cd_upload_bar p {
    margin-top: 0px;
    margin-right: 5px;
    line-height: 20px;
}

.cd_upload_name_file {
    width: calc(100% - 2px);
    height: 24px;
    border: 0px solid #CCC;
    float: left;
    margin-bottom: 5px;
    margin-top: 1px;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #555555;
    font-size: 12px;
}

.upload_area {
    display: none;
}

.service_button {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 15px;
    max-width: 280px;
    cursor: pointer;
    line-height: 48px;
    height: 48px;
    background: #00b482;
    font-size: 16px;
}


.serv_b {
    width: 100%;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 15px;
    max-width: 280px;
    cursor: pointer;
    line-height: 44px;
    height: 45px;
    font-size: 14px;
    float: left;
    margin-right: 15px;
    background: #22beca;
    color: #FFFFFF;
    opacity: 0.7;
}





.textmsg {
    width: 100%;
    height: 100px;
    font-size: 16px;
    border: 1px solid #CCCCCC;
}

.row_msg {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.msg_body {
    padding: 5px 15px 25px 15px;
    border-radius: 8px;
    width: 80%;
    color: #222222;
    position: relative;
    border: 1px solid #CCCCCC;
}

.msg_body .datamsg {
    width: 100%;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px;
    color: #777777;
}

.msg_local.msg_body {
    float: right;
    background: #dcf8c7;
    text-align: left;
}

.msg_remote.msg_body {
    float: left;
    /*background: #fef2be;*/
    background: #FFFFFF;
    text-align: left;
}

#msg_list {
    width: 100%;
    padding: 15px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 350px;
}

.delmsg {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 3px;
    top: 3px;
    display: none;
    cursor: pointer;
    background: url(../../assets/img/del.png) center no-repeat;
    background-size: 20px;
}

.msg_body:hover .delmsg {
    display: block;
}

#mtdgt_msg_box {
    border: 1px solid #AAAAAA;
    border-radius: 10px;
    position: relative;
    height: 560px;
    overflow: hidden;
    margin-bottom: 50px;
}

#msgbadge {
    position: absolute;
    width: 80%;
    height: 30px;
    background: #FF0000;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 14px;
    left: 10%;
    top: calc(80% - 30px);
    border-radius: 4px;
    display: none;
}

.control-label {
    border: 0px solid #000000;
    width: 100%;
    margin-top: 35px;
    text-align: left;
    padding-left: 0px;
    font-size: 15px;
    margin-bottom: 0px;
    color: #711e82;
    text-align: left !important;
    height: 38px;
    line-height: 19px;
    font-weight: bold !important;
    font-family: Arial;
}

.control-label.sm {
    height: 21px;
    margin-top: 20px;
}

.custom-control-label {
    float: left;
    width: calc(100% - 60px);
    margin-top: 13px;
    font-size: 14px;
}

label {
    font-weight: normal;
}


.row_int {
    padding: 25px;
}

.buttoncns {
    width: 300px;
    border-radius: 16px;
    height: 60px;
    background: #22beca;
    color: #FFFFFF;
    text-align: center;
    margin: 0px auto;
    border: 1px solid #22beca;
    display: block;
    margin-bottom: 20px;
}

.buttoncns.fulllg {
    width: 100%;
}



.stdtit {
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
}

.smalltit {
    width: 100%;
    margin-top: 9px;
    font-size: 12px;
}

.bigtit {
    width: 100%;
    margin-top: -2px;
    font-size: 18px;
    font-weight: 500;
}

.checkb {
    width: 280px;
    margin: 0px auto;
}

.box_partecipa {
    margin-bottom: 30px;
}



@media screen and (max-width: 1140px) {
    .cd-container {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        margin: 100%;
    }

    .cntarea {
        width: 100%;
        margin: 0px;
    }
}

@media screen and (max-width: 1024px) {
    .buttoncns.fulllg {
        width: 240px;
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 768px) {
    .sm-hide {
        display: none;
    }
}

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

