body {
    background-color: #f6f9fb;
}

/*----------------MENU-----------------*/
/*MENU APERTO*/
.page-sidebar .page-sidebar-menu > li > a {
    border-top: 0 !important;
}

.page-sidebar .page-sidebar-menu > li:first-child  > a{
    border-top: 0;
}

.page-sidebar .page-sidebar-menu > li.open > a,
.page-sidebar .page-sidebar-menu > li:hover > a {
    background: #5a94c7;
}

.page-sidebar .page-sidebar-menu > li.active.open > a,
.page-sidebar .page-sidebar-menu > li.active > a {
    background-color: #235a89;
}

.page-sidebar .page-sidebar-menu > li.active.open > a:hover,
.page-sidebar .page-sidebar-menu > li.active > a:hover {
    background-color: #235a89;
}

page-sidebar .page-sidebar-menu:hover .sub-menu {
    background: #235a89;
}

.page-sidebar .page-sidebar-menu ul.sub-menu > li > a {
    background-color: #019ef7;
}

.page-sidebar .page-sidebar-menu ul.sub-menu {
    margin: 0;
    margin-left: 2px;
    overflow:hidden;
    border-radius: 3px !important;
    background: transparent;
}

.page-sidebar .page-sidebar-menu ul.sub-menu > li.active > a,
.page-sidebar .page-sidebar-menu ul.sub-menu > li.open > a {
    background-color: #0a4272;
}

.page-sidebar .page-sidebar-menu ul.sub-menu > li:hover > a {
    background: #5a94c7;
}

.page-sidebar .page-sidebar-menu > li > a > img, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > img {
    width: 25px;
}

/*MENU CHIUSO*/
.page-sidebar .page-sidebar-menu li > a > .arrow.open:before,
.page-sidebar .page-sidebar-menu li > a > .arrow:before {
    display: none;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a {
    border-top: 1px solid #235a89;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar .page-sidebar-menu > li.active.open > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar .page-sidebar-menu > li.active > a {
    background-color: #235a89;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a:hover,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a:hover,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a {
    background-color: #235a89;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.open > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:hover > a {
    background: #5a94c7;
}

.page-sidebar-closed .page-sidebar .page-sidebar-menu:hover .sub-menu,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu:hover .sub-menu{
    background: #235a89;
}

.page-sidebar .page-sidebar-menu.page-sidebar-menu-closed ul.sub-menu > li.open > a,
.page-sidebar .page-sidebar-menu.page-sidebar-menu-closed ul.sub-menu > li.active > a {
    background-color: #397ab2;
}

.page-sidebar .page-sidebar-menu ul.sub-menu > li:hover > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu ul.sub-menu > li:hover > a {
    background: #5a94c7;
}

.page-sidebar .page-sidebar-menu a.nav-link[href="#preventChangePage"] {
    background-color: #6f8597;
}

/*PER MENU MOBILE*/
.page-sidebar, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover {
/*    background-color: #397ab2;
*/
    background: transparent;
}
@media (max-width: 991px) 
{
    .page-sidebar .page-sidebar-menu > li.active.open > a:hover,
    .page-sidebar .page-sidebar-menu > li.active > a:hover {
        background: #5a94c7;
    }

    .page-sidebar .page-sidebar-menu .sub-menu li > a,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li > a {
        background-color: #235a89;
    }

    .page-sidebar .page-sidebar-menu li > a > .arrow.open:before, 
    .page-sidebar .page-sidebar-menu li > a > .arrow:before,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow.open:before, 
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow:before{
        display:none;
    }

    .page-sidebar .page-sidebar-menu > li.active.open > a,
    .page-sidebar .page-sidebar-menu > li.active > a,
    .page-sidebar .page-sidebar-menu ul.sub-menu > li.active > a,
    .page-sidebar .page-sidebar-menu ul.sub-menu > li.open > a,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu ul.sub-menu > li.open > a,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu ul.sub-menu > li.active > a {
        background-color: #0a4272;
    }
}

@media (max-width: 767px) {
    #form-header-search #txt-header-search.form-control.typeahead {
        background-color: #397ab2 !important;
       
    }

    .page-header.navbar li.dropdown-inbox i,
    #form-header-search #txt-header-search.form-control.typeahead::placeholder {
        color: #fff;
    }
   
}

.page-footer {
    background: #fff;
    width: 100%;
    display:flow-root;
}

.page-footer .page-footer-inner {
    color: lightslategray;
    float:right;
}

.page-footer a {
    color: dimgray;
}


/*--------------------------------------*/
/*-------------ACCORDION---------------------*/
.accordion-heading {
    background-color: #60b2ea !important;
    color: #fff;
    cursor: pointer;
    padding: 8px 16px;
    font-size: 18px;
}

.accordion-heading:hover {
    /* color: #000 !important; */
    background-color: #60b2ea8a !important;
    color: #fff !important;
}

.accordion-body {
    border: 1px solid #60b2ea8a;
    padding: 18px;
}

.panel-title > a {
    color: #337ab7;
}
/*--------------------------------------*/
span.label-title {
    color: #3598dc;
}

#tab-title span{
    color: #3598dc;
}

.color-blue{
   color: #3598dc;
}

.color-green {
    color: #26c281;
}

.color-orange {
    color: #ff4f0c;
}

span.label-voice
{
    color: #5f5f5f;
    display: block;
    font-weight: 600;
    font-size: 16px;    
}

.page-container-bg-solid .page-content {
    background-color: white;
}

.row2
{
    margin-left:0px;
    margin-right:0px;
}

.tab-second-wrapper .tabbable-line>.nav-tabs>li.active {
    background-color:white;
    border-bottom: 4px solid #3598dc;
    border-radius:2px;
}
.tab-second-wrapper .tabbable-line>.nav-tabs>li.active span{
    color:#305772;
    font-weight:500;
}

.tabbable-line>.nav-tabs>li.open, .tabbable-line>.nav-tabs>li:hover {
    border-bottom: 4px solid #84c5f1;
}

.tabbable-line>.nav-tabs>li.open, .tabbable-line>.nav-tabs>li:hover span{
    /*color:#84c5f1;*/
}

.tabs-left.nav-tabs > li.active > a,
.tabs-left.nav-tabs > li.active > a:hover > li.active > a:focus {
    color: #3598dc;
    font-weight: 900;
}

.profile-sectionbar {
    /*margin-top:15px;*/
    height: 45px;
    background-color: #b2e4fc;
    border-bottom: 2px solid #70c3e9;
}
.profile-sectionbar-bottom-box
{
     padding-top:35px;
     margin-top:-25px;
     height:80px;
     background-color:#ffffff;
}
.profile-sectionbar-bottom
{
    height:45px;
    background-color:#b2e4fc;
    border-top:2px solid #70c3e9;
}


.profile-sectionbar .topbtnbox, .profile-sectionbar-bottom .topbtnbox{
    padding-right:5px!important;
}

.profile-sectionbar .btn{
     margin:10px 10px 0px 10px;
     border-width:2px;
     border-color:#70c3e9;
}

.profile-sectionbar-bottom .btn {
     margin:1px 10px 0px 10px;
     border-width:2px;
     border-color:#70c3e9;
}


.profile-sectionbar .btn-icon-only, .profile-sectionbar-bottom .btn-icon-only {
    width: 52px;
    height: 52px;
    font-size: 26px;
}


.profile-sectionbar h1
{
    margin:4px 0 0 0;
       
    color:#489fc8;
}

/*.profile-sectionbar .btn-label, .profile-sectionbar-bottom .btn-label
{
    float:right;
}*/
.profile-sectionbar .btn-label .labelbtn
{
  text-align:center;
  font-size:10px;
}

.profile-sectionbar-bottom .btn-label .labelbtn
{
    margin-top:-34px;
  text-align:center;
  font-size:10px;
}

/*#region file-input-boostrap sezione colori per OD*/
.file-input .progress-bar-success {
    background-color: #60b2ea;
}
/*#endregion*/

.align-right{
    text-align:right;
}

/*#region button*/
.btn-primary, .btn-success {
    color: #fff !important;
    background-color: #60b2ea;
    border-color: #019ef7;
    background: #019ef7;
}

    .btn-primary.active,
    .btn-primary:active,
    .btn-primary:hover,
    .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #019ef7;
        border-color: #019ef7;
    }

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #5c9ac3;
    border-color: #5c9ac3;
}

.btn-border-custom-1 {
    color: #019ef7;
    background-color: #fff;
    border-color: #60b2ea;
}

/*.btn-border-custom-1.active,
.btn-border-custom-1:active,*/
    .btn-border-custom-1:hover,
    .open > .btn-border-custom-1.dropdown-toggle {
        color: #fff;
        background-color: #019ef7;
        border-color: #019ef7;
    }

.btn-border-custom-1.focus, 
.btn-border-custom-1:focus {
    color: #60b2ea;
    background-color: white;
    border-color: #60b2ea;
}

#layout-user-toolbar-bottom .btn{
    border-color: #3598dc;
    color: #767676;
}

#layout-user-toolbar-bottom span{
    color: #3598dc;
}
/*#endregion button*/

@media(min-width: 1200px) {
    /*.profile-topbar-portlet .item-data-infobar {
        margin-top: -5px;
    }*/

    /*#infobar-main-div>div:first-child {
        margin-top: -20px;
    }*/
}

.profiletab{
    /*margin-left:-15px;
    margin-right:-15px;*/
    /*background-color:#e3e3e3;*/
}

circle {
    z-index:999;
    /* fill: white; */
    stroke: #000000cf;
    stroke-width: 1;
    stroke-dasharray: 120;
    stroke-dashoffset:15;
}

.page-content-wrapper .page-content{
    /*padding-top:0px;*/
}

.circleicon {
height: 50px;
   width: 50px;
   border-radius: 50%;
   position: absolute;
   border-color: #70c3e9;
   background-color:#FFFFFF;
   border-style: solid;
   border-width: 2px;
 
}

/*.form-group.form-md-line-input .form-control {
    font-size: 17px;
    font-weight: 600;
    padding-left: 6px;
    padding-bottom: 4px;
}*/

.tabbable-line > .tabbable > .nav-tabs > li.active {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 4px solid #36c6d3;
    position: relative;
}

.tabbable > .nav-tabs > li.active > a, .tabbable > .nav-tabs > li.active > a:focus, .tabbable > .nav-tabs > li.active > a:hover {
    border-color: white;
}

.nav-tabs,
.nav-pills {
  position: relative;
}

/* adjust as needed so the tab text displays */
.tabdrop{
  width: 120px;
}

/* hide any icons found in tabs not on first line */
.nav-tabs li li i{
  visibility: hidden;
}

.portlet > .portlet-title {
    border:0px;
}

.label_blu{
    color:#27a4b0!important;
}

@media (max-width: 991px){
.page-content-wrapper .page-content {
    padding:0 0 20px 0;
    
    }
}

@media (max-width: 768px) {
     /*.pic-chart-infobar {
        margin-top:-5px;
    }
    .pic-chart-infobar-button {    
        min-width: 135px;
        max-width: 250px;
        margin-top:-30px;
    }*/
    .labelbtn
    {
        visibility:hidden;
    }
    .profile-sectionbar .btn {
        margin:2px 10px 0px 0px;    
    }

    .profile-sectionbar .btn-icon-only{
        width:38px!important;
        height:38px!important;
        font-size:17px!important;
    }

      .profile-sectionbar-bottom .btn {
        margin:21px 10px 0px 0px;    
    }

    .profile-sectionbar-bottom .btn-icon-only{
        width:38px;
        height:38px;
        font-size:17px;
    }

    /*.profile-topbar-portlet .item-data-infobar
    {
        margin-top:0px;
    }*/
   
    /*.profiletab .tabbable-custom>.nav-tabs>li{    
        min-width:70px;
    }
   .profiletab .tabbable-custom > .nav-tabs > li  span {
        display:none;
    }*/

}

/*@media (min-width: 768px) and (max-width: 768px) {

    .pic-chart-infobar-button{
        margin-top:-40px;

    }
    .item-data-infobar h4{
       margin-top:6px;
    }
}*/





@media (max-width: 480px) {
      .profile-sectionbar .btn {
        margin:3px 7px 0px 0px!important;    
    }
      .profile-sectionbar-bottom .btn {
        margin:22px 7px 0px 0px;    
    }

      .profile-sectionbar .topbtnbox, .profile-sectionbar-bottom .topbtnbox{
        padding-right:0px!important;
    }
     .profile-sectionbar .btn-icon-only, .profile-sectionbar-bottom .btn-icon-only{
        width:26px!important;
        height:36px!important;
        font-size:12px!important;
    }
     .profile-sectionbar h1
     {
         font-size:26px;
     }
     .page-content-wrapper .page-content {
        padding: 0px 0px 10px 0px!important;
    }
     /*.item-data-infobar 
     {
         text-align:center;
     }
   .section-sms-call-email
   {
       text-align:center;
   }
   /*.profiletab .tabbable-custom>.nav-tabs>li{    
        min-width:60px;
    }*/
}


/* Custom */
.container-main-botton-page {
    float: right;
}

.btn.green-medium.active:not(.btn-outline), .btn.green-medium:active:not(.btn-outline), .btn.green-medium:hover:not(.btn-outline), .open > .btn.green-medium.dropdown-toggle:not(.btn-outline) {
    background-color: #2d862d;
    border-color: #2d862d;
    color: #fff;
}

.btn.green-medium:not(.btn-outline) {
    background-color: #39ac39;
    border-color: #2d862d;
    color: #fff;
}

.portlet > .portlet-title {
    /* min-height: 25px; */
}

.portlet > .portlet-title > .tools {
    padding: 6px 0;
}

.portlet.box > .portlet-title > .caption {
    padding: 4px 0 9px;
}

.btn {
    /* margin: 0px; */
    /* display: inline-block; */
}

/*#g_ddlUsers > div > button,
div.form-control > button.btn.dropdown-toggle.btn-default
{
    border: 0px!important;
    background-color: transparent;
    outline-color: transparent!important;
}*/

/*#g_ddlUsers > div > button > span,
div.form-control > button.btn.dropdown-toggle.btn-default > span {
    font-weight: 600;
    font-size: 17px;
    color: rgb(85,85,85);
}

#g_ddlUsers > div > button > span > span:before,
div.form-control > button.btn.dropdown-toggle.btn-default > span > span:before{
    content: "\f0d7"!important;
}*/



.filter-area .filter-option, .filter-area .pull-left, .filter-area .text {
    /*font-weight:600 !important;*/
    font-size: 14px !important;
    color: black!important;
}

.fa-select, .fa-select .text {
    font-family: sans-serif, 'FontAwesome';
}


.modal-confirm {
    width: 600px;
}

/* Agenda popover */

/*#popoverTitle, #poTitle {
    background-color: #f7f7f7;
    padding: 8px 14px;
    color: black;
    font-weight: bold;
}

#popoverTop {
    float: left;
}

#popoverTitleTime, #poTitleTime {
    float: left;
    font-weight: bold;
}

#popoverTitleDate, #poTitleDate {
    float: right;
    font-weight: bold;
}

#popoverTitleUser, #poTitleUser {
    float: left;
    font-weight: bold;
}

#popoverTitleSeat, #poTitleSeat {
    float: right;
    font-weight: bold;
}

#popoverContainer {
    clear: both;
    width: 350px;
}

#popoverContent {
    float: left;
    padding-left: 10px;
}

#popoverPatientName {
    font-size: 16px;
    font-weight: bold;
    margin-left: 7px;
}*/

/*.post-thumb {
    float: left;
    margin-left: 7px;
}*/

.post-thumb img {
    display: block;
    width: 64px;
}

.popover {
    max-width: 2500px;
}

.popover.translator {
    /*max-width: 2500px;*/
    min-width: 30%;
}

.btn-popover {
    margin-left: 15px;
}

.avatar-profile-search {
    width: 32px;
}

label.error {
    color: red !important;
}


.datepicker table td, .datepicker table th, .datetimepicker table td, .datetimepicker table th {
    font-family: "Lato",sans-serif;
}

.daterangepicker .ranges .range_inputs > div:nth-child(2) {
    margin-bottom: 10px;
    padding-left: 0;
}
.daterangepicker .ranges label {
    padding-bottom: 0;
    padding-top: 8px;
}
.daterangepicker td.active, .daterangepicker td.active:hover, .datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active.active:hover, .datepicker td.active.disabled, .datepicker td.active.disabled:hover, .datepicker td.active[disabled], .datepicker td.active[disabled]:hover, .datepicker td span.active:hover, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled] {
    background: #5dbfdc none repeat scroll 0 0;
}
.daterangepicker .calendar th, .daterangepicker .calendar td {
    font-family: "Lato",sans-serif;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
}
.daterangepicker td.active, .daterangepicker td.active:hover, .datepicker td.active, .datepicker td.active:hover, .datepicker td span.active {
    text-shadow: none;
}
.datepicker th.switch {
    width: 125px;
}
.datepicker td span {
    height: 40px;
    line-height: 40px;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}



/*@media (max-width: 1199px) {
    .pic-chart-infobar {
        margin-top:-10px;
    }
}*/

#map {
    border-radius: 5px;
}


.valign-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.no-lateral-padding {
    padding-left: 0px!important;
    padding-right: 0px!important;
}


#toolbar-container, div[id$="toolbar-container"] {
    /*bottom:auto!important;*/
    /*display: flex;*/
}

@media (max-width: 767px) {
    /*#toolbar-container, div[id$="toolbar-container"] {
        position: absolute;
        right: 0px;
        bottom:auto!important;
    }*/
}

@media (min-width: 768px) {
    .profile-topbar {
        margin-bottom: 35px;
    }
}


/*.multiselect.dropdown-toggle.btn.btn-link {
    padding-left: 0px!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}*/

.btn.btn-default.multiselect-clear-filter {
    border-color: #3598dc;
    /*border-left: none;
    border-right: none;
    border-top: none;
    border-bottom-right-radius: 0 !important;*/
    border-bottom-left-radius: 0 !important;
}

.tooltiptopicevent {
    display: none;
    width: auto;
    background-color: #3475a2;
    color: #fff;

    padding: 5px;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
}

.tooltiptopicevent.left::after {
    content: "";
    position: absolute;
    bottom: 60%;
    /*right:100%;*/
    left: 100%;
    margin-top: -5px;
    border-width: 7px;
    border-style: solid;
    /*border-color: transparent #3475a2 transparent transparent;*/
    border-color: transparent transparent transparent #3475a2;
}

.tooltiptopicevent::after {
    content: "";
    position: absolute;
    bottom: 60%;
    right:100%;
    /*left: 100%;*/
    margin-top: -5px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent #3475a2 transparent transparent;
    /*border-color: transparent transparent transparent #3475a2;*/
}
.tooltip.tooltip-feature {
    opacity: 1;
    font-size: 18px;
    z-index:10000;
}

.tooltip.tooltip-feature a {
    color: #b2e4fc;
}

.tooltip.tooltip-feature .tooltip-inner {
    opacity: 1;
    background-color: #2795e0;
    border-radius: 7px;
}

.tooltip.tooltip-feature.left > .tooltip-arrow {
    border-left: 5px solid #2795e0;
}

.tooltip.tooltip-feature.right > .tooltip-arrow {
    border-right: 5px solid #2795e0;
}

.tooltip.tooltip-feature.top > .tooltip-arrow {
    border-top: 5px solid #2795e0;
}

.tooltip.tooltip-feature.bottom > .tooltip-arrow {
    border-bottom: 5px solid #2795e0;
}

.labelLink {
    cursor: pointer;
    color: #3475a2;
    text-decoration: none;
}

.labelLink:hover {
     text-decoration:underline;
     text-shadow: 1px 1px 1px #aaa;
}

.labelLink:active {
     text-decoration:underline;
     text-shadow: 1px 1px 1px #aaa;
     color: #70c3e9;
}

div.select-autocomplete div.dropdown-menu.open{
    top: 0px;
}

.icon-title-custom
{
    display:block;
    width:70px;
    margin: -25px 0px 0;
}

span.label-title-custom
{
    display:inline-block;
    font-weight: 700;
    font-size: 30px;
    margin: 3px 0px 15px 15px;
}