/**
    Primarios: 
        #2B2A29 
        #F5F8FD 
        #F59C2D
    Secundarios:
        #25B6BC 
        #E62B2A 
        #223B83
*/

*{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
h1,h2,h3,h4,h5,h6,b,strong, thead th, thead td{
    font-weight: 600;
}
html, body {
    background: #F5F8FD;
}
.skin-josh .right-side > .content-header {
    background: #F5F8FD;
}
.btn {
    font-size: 12px !important;
    padding: 7px 12px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field{
    padding: 8px 8px;
    height: 34px;
    font-size: 12px;
}
.select2-container--bootstrap .select2-selection--single{
    padding: 8px 8px;
    height: 34px;
    font-size: 12px;
}
input.form-control{
    padding: 8px 8px;
    height: 34px;
    font-size: 12px !important;
}
.form-control{
    border-radius: 30px;
    padding-left: 25px;
    padding-right: 25px;
}
.active-element{
    color: #00bc8c;
    cursor: pointer;
    font-size: 1.2em;
}
.punch-type-btn{
    border-radius: 25px;    
}
.inactive-element{
    color: #E62B2A;
    cursor: pointer;
    font-size: 1.2em;
}
#detail-tab{
    margin: 0 0 1em;
    border-bottom: 2px solid #223B83;
}
#detail-tab .nav-link, #extra-tab .nav-link{
    padding: .75em 1.5em;
    width: auto;
    margin: 0 auto;
    color: #888; 
    font-size: 12px !important;
    border-width: 2px;
    margin-bottom: -2px;
}
#detail-tab .nav-link i, #extra-tab .nav-link i{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2em;
    margin: .2em 0 .2em;
}
.dataTables_scrollHeadInner, div.dataTables_scrollHead table.table-bordered{
    min-width: 100%;
}
td > span.btn-warning,td > span.btn-danger ,td > span.btn-success {
    padding: 5px 10px;
    border-radius: 5px;
}
.right-side{
    min-width: 80%;
    max-width: 100%;
}
.btn-secondary:not(:disabled):not(.disabled):hover, .btn-secondary{
    border-color: #8C8C8C;
    background: white;
    color: #8C8C8C;
}
.btn-secondary:disabled{
    background: #F5F8FD;
}
.buttons-modal-container.detail button:last-child {
    border-bottom-right-radius: 25px !important;
}
.buttons-modal-container.detail button:first-child {
    border-bottom-left-radius: 25px !important;
}
@media only screen and (min-width: 1200px){
   .avatar_aux{
        height: 61px;
    }
   .avatar_container{
        height: 60px;
        z-index: 99;
    }
}
@media only screen and (max-width: 1199px){
   .avatar_aux{
        display: none;
    }
}
.image-preview-opti{
    width: 100%;
    min-height: 182px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    color: #ecf0f1;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 5px;
}
.image-preview-opti .delete-logo-avatar{
    display: none;
}
.no-padding{
    padding: 0;
}
#detail-tab .nav-link:hover, #extra-tab .nav-link:hover{
    color: #223B83 !important;
}
#detail-tab .nav-link.active, #detail-tab .nav-link.active:hover, #extra-tab .nav-link.active, #extra-tab .nav-link.active:hover{
    border-width: 2px;
    border-color: #223B83 #223B83 #fff;
    color: #223B83 !important;
    font-weight: bold;
}
.dropdown-item:hover{ 
    background-color: #223B83 !important;
    color: white;
}
.dropdown-item.active, .dropdown-item:active{ 
    background-color: #25B6BC;
    color: white !important;
}
.alert-danger{
    background-color: #E62B2A;
    border-color: #E62B2A;
}
#delete_confirm .modal-body{
    padding: 15px;
}
#delete_confirm .modal-footer{
    padding: 0;
}
#delete_confirm .modal-footer button{
    border-radius: 0;
    border-bottom-left-radius: 25px;
    display: block;
    margin: 0;
    width: 50%;
}
#delete_confirm .modal-footer a{
    border-radius: 0;
    border-bottom-right-radius: 25px;
    display: block;
    width: 50%;
    margin: 0;
}
#delete_confirm .modal-footer button i, #delete_confirm .modal-footer a i, #delete_confirm .modal-footer button br, #delete_confirm .modal-footer a br{
    display: none;
}
.pull-left{
    float: left;
    margin: 10px 0;
}
.range_inputs .applyBtn, .range_inputs .cancelBtn{
    display: none;
}
.range_inputs .applyBtn.custom-apply-btn, .range_inputs .cancelBtn.custom-apply-btn{
    display: inline-block;
}
table.table-bordered.dataTable thead th,table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td{
    vertical-align: middle;
    text-align: center;
}
.range_inputs .cancelBtn.custom-apply-btn{
    float: right;
}
.daterangepicker.dropdown-menu.single .ranges{
    float: none;
}
.table-custom-selector{
    display: block;
    cursor: pointer;
    width: 1em;
    margin: 0 auto;
    font-size: 1.5em;
}
.pull-right{
    float: right;
    margin: 10px 0;
}
.dropdown-toggle.nav-link{
    display: flex !important;
}
.toggle .dropdown-toggle::after{
    top: 16px !important;
    color: #2B2A29;
}
.skin-josh .navbar, body > .header .logo{
    background-color: #F5F8FD;
}
.user_name_max{
    color: #2B2A29;
    font-weight: 600;
    font-size: 12px;
    margin-top: .5em;
    max-width: 150px;
    width: 150px;
}
.toggle .dropdown-toggle::after{
    color: #8C8C8C;
}
.riot{
    padding: 10px 4px 5px 4px !important;
}
.user_name_max span{
    font-weight: 500;
    font-size: 10px;
}
body > .header .navbar, body > .header .logo{
    height: 70px;
    padding: 10px 0 0;
    width: auto;
    margin: 0;
    min-width: 200px;
    text-align: left;
}
body > .header .logo{
    max-width: 200px;
}
.sidebar{
    min-height: auto;
}
body > .header .navbar .sidebar-toggle{
    padding: 2px 10px 5px !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
}
body > .header .navbar .sidebar-toggle i{
    font-size: 1.5em; 
    margin-top: -10px;
    color: #2B2A29
}
.navbar-right .nav .open > a, .navbar-right .nav .open > a:hover, .navbar-right .nav .open > a:focus, .navbar-right .nav > li > a:hover, .navbar-right .nav > li > a:focus{
    background: none;
}
.bootstrap-switch-container{
    width: 170% !important;
}
.buttons-modal-container{

    padding: 0;
    text-align: center;
    margin-top: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.buttons-modal-container button{
    font-size: 1.2em;
}
.quadrant-user{ 
    padding-bottom: 1em;
    padding-top: 1em;
}
.limit-width + .select2-container--bootstrap{
    max-width: 25em;
}
.quadrant-selector{
    cursor: pointer;
}
.row{
    clear: both;
}
label{
    cursor: pointer;
    color: #454545;
    padding-left: 5px;
    font-weight: 500;
}
.navbar-nav > .user-menu > .dropdown-menu{
    -webkit-box-shadow: 10px 10px 5px -8px rgba(85,85,5,1);
    -moz-box-shadow: 10px 10px 5px -8px rgba(85,85,5,1);
    box-shadow: 10px 10px 5px -8px rgba(85,85,5,1);
}
.approval-requests, .cancel-requests, .one-approval-thumb, .one-cancel-thumb{
    cursor:pointer;
}
.user-menu .dropdown-menu > li > a{
    text-align: center;
}
.delete-input{
    color: #E62B2A;
    cursor: pointer;
    margin-left: 1em;
    font-size: 1.2em;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle{
    background-color: #2B2A29;
    border-color: #2B2A29;
}
.border-primary{
    padding-bottom: 0;
}
.daterangepicker td.active, .daterangepicker td.active:hover{
    background: #1CD3C6 !important
}
.no-datatable-buttons .pull-left, .no-datatable-buttons .pull-right{
    display: none;
}
#detail-tab-content{
    padding: 0;
    border-radius: 25px;
    border-radius: 25px;
}
.ranges li{
    color: #2B2A29;
    background-color: #FFF;
    border: 1px solid #FFF;
}
.daterangepicker td.in-range{
    background: #F5F8FD
}
.ranges li.active, .ranges li:hover{
    background-color: #25B6BC;
    border: 1px solid #25B6BC;
}
.flex-center{
    
  display: flex !important;
  align-items: center;
  justify-content: center;
}
#image-avatar-miniheader{
    border: none;
    width: 40px;
    border-radius: 100%;
    height: 40px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    color: #ecf0f1;
    display: inline-block;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    margin-right: .5em;
}
.header .punches-container{
    height: 51px;
    align-items: center;
}
.header .punches-container .flex-center{
    align-items: center;
}
.punch-launch{
    line-height: 32px;
    padding: .75em 2em;
    width: 14em;
    margin: 0 auto;
    justify-content: space-between !important;
    color: white !important;
    border-radius: 35px;
    cursor: pointer;
    font-weight: 600;
}
.punch-launch:hover, .punch-launch:hover i{
    color: #FFF !important;
}
header .punch-launch{
    padding: 4px 4px;
    width: 2.6em;
    font-size: .8em;
}
header .punched-time-container{
    padding: 0 20px ;
    font-size: 1em;
}
.skin-josh .sidebar a, .right-side > .content-header > .breadcrumb > li + li:before, .skin-josh .sidebar .active > a , .skin-josh .sidebar #menu li:hover > a {
    color: white;
    text-align: left;
}
.skin-josh .sidebar .active > a svg, .skin-josh .sidebar .active > a path{
    fill: #FFF !important;
}
.skin-josh .left-side,.page-sidebar .page-sidebar-menu .sub-menu li{
    background: #223B83;
}
.skin-josh .sidebar li ul{
    border-color: #CCC;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header{
    background: white;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p, .user-menu .dropdown-menu > li > a, .skin-josh .navbar .nav a{
    color: #6b7a8c;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer{
    padding: 0;
}
.skin-josh .navbar .nav  .dropdown-menu a{
    display: block;
    width: 100%;
    padding: 10px 15px;
}
.right-side > .content-header{
    padding: 5px 0 10px;
    margin-bottom: 0 !important;
    min-height: 47px !important;
    box-shadow: none !important;
    border: none !important;
}
.right-side > .content-header > .breadcrumb{
    display: none;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary{
    background-color: #25B6BC;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger{
    background-color: #E62B2A;
}
.bootstrap-switch .bootstrap-switch-label{
    background: #F5F8FD;
}
.select2-container--bootstrap .select2-selection{
    border-radius: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
div.dataTables_wrapper div.dataTables_length select{
    text-align: right;
    padding-right: 25px;
}
.modal-body{
    padding: 0;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.modal-body .card-body{
    padding: 0;
    overflow-x: hidden;
}
.buttons-modal-container button{
    width: 50%;
    float: none !important;
    border-radius: 0 !important;
}
.buttons-modal-container.detail button{
    width: 33.33333333%;
    float: none !important;
    border-radius: 0 !important;
}
#detail-tab, #extra-tab{
    background: #25B6BC;
    border-top-left-radius: 25px;
    border: none;
    border-top-right-radius: 25px;
    padding: 2em 2em 0;
    border-bottom: 3px solid #25B6BC;
}
#detail-tab .nav-item .nav-link, #extra-tab .nav-item .nav-link{
    border: none !important;
    cursor: pointer;
}
#detail-tab .nav-item .nav-link:hover, #detail-tab .nav-item .nav-link.active{
    background: #1CD3C6 !important;
    color: #F5F8FD !important;
    border: none !important;
    cursor: pointer !important;
}
#extra-tab-content .fade:not(.show){
    display: none;
}
.status_clinic_action{
    width: 7.5em !important;
}
#extra-tab{
    background: #F5F8FD;
    border-color: #F5F8FD;
    padding: 0;
    border-radius: 0;
    margin-top: -30px;
}
#extra-tab .nav-item .nav-link:hover, #extra-tab .nav-item .nav-link.active{
    background: #F9C481 !important;
    color: #F5F8FD !important;
    border: none !important;
}
#detail-tab .nav-link i, #extra-tab .nav-link i{
    display: none;
}
#detail-tab-content form .row, #extra-tab-content form .row{
    padding: 0 25px;
}
.modal-body form > .row{
    padding: 1em 1em 0;
    margin: 0;
}
.skin-josh .right-side > .content-header h1,.right-side > .content-header > .breadcrumb, .right-side > .content-header > .breadcrumb > li + li:before, .right-side > .content-header > .breadcrumb > li > a{
    color: white;
}
.left-side li a {
    font-size: 12px;
}
.left-side li a .title{
    line-height: 28px;
}
.left-side li a .fa.arrow{
    margin-top: 8px;
}
.skin-josh .right-side > .content-header h1{
    color: #2B2A29;
    font-size: 22px;
    padding-left: 18px;
    padding-bottom: 0;
}
.skin-josh .navbar .nav .dropdown-menu a:hover, .user-menu .dropdown-menu > li a:hover , .user-menu .dropdown-menu > li a:hover{
    background: #223B83;
    color: white !important;
}
.skin-josh .sidebar .page-sidebar-menu > li{
    border-color: #CCC;
    background: #223B83! important;
}
.skin-josh .left-side .sidebar li.active, .left-side #menu li:hover {
    background: #424754 !important;
}
.skin-josh .sidebar li ul a{
    color: white;
}
header > .navbar{
    align-items: flex-end;
    justify-content: flex-end;
}
.punch-location, .punched-time-container{
    padding: 8px 24px;
    line-height: 32px;
    font-size: 1.2em;
    font-weight: normal;
    text-align: left;
}
header .punched-time-container{
    font-weight: bold;
}
.maxed-width{
    max-width: 1200px !important;
}
.margin-bottom-custom{
    margin-bottom: 2em;
}
.punch-launch:hover i svg, #menu svg, #menu path{
    fill: #FFFFFF !important;
}
.presence-table{
    margin: 0;
}
.presence-table td{
    border: none;
    padding: 0.5em;
    text-align: right;
    font-weight: bold;
    width: 50%;
}
.presence-table td + td{
    text-align: left;
    font-weight: normal;
}
#web-map .presence-table td{
    width: 42%;
    padding: .5em .25em;
    font-size: 12px;
}
#web-map .presence-table td + td{
    width: 58%;
}
.punch-type-btn{
    color: #000 !important;
    width: auto;
    display: block;
    padding: 5px 10px;
}
aside.right-side{
    position: relative;
    padding-bottom: 100px;
}
a{
    color: #454545;
}
td a{
    color: #445DA5;
    font-weight: bold !important;
}
td .align-center a, #clinic_action td a, .budget-lines-container td a, td a.btn, #clinic_action_planes td a{
    border-bottom: none !important;
}
a:hover{
    color: #CCC;
}

#back-to-top{
    background: #2B2A29;
    border-color: #2B2A29;
    padding: 13px 0;
}
footer{
    padding: 1em;
    text-align: center;
}
footer a{
    color: #223B83;
}
#back-to-top:hover{
    background:  #223B83;
    border-color:  #223B83;
}
aside.right-side > footer{
    position: absolute;
    bottom: 0;
    color: #2B2A29 !important;
    padding: 1.5em 1em;
    width: 100%;
    background: #F5F8FD;
    text-align: center;
}
aside.right-side > footer a{
    color: #2B2A29 !important ;
}
#image-avatar-header{
    border:3px solid #DDD;
    width: 90px;
    border-radius: 100%;
    height: 90px;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    background-color: #ffffff;
    color: #ecf0f1;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}
.image-preview-opti input {
    position: absolute;
    opacity: 0;
    z-index: 0;
}
.loading-screen{
    position: fixed;
    background: rgba(255,255,255,0.75);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}
.loading-screen i{
    display: block;
    width: 100px;
    height: 100px;
}
.form-control[readonly]{
    background: #F5F8FD;
}
.iconpicker-popover.popover.fade.in{
    opacity: 1;
}
.popover span{
    font-size: 1.1em;
}
.form-control[disabled] {
    background: #F5F8FD;
    opacity: 1;
}
td img{
    background-size: cover;
}
#code[readonly]{
    background: #F5F8FD;
}
.btn-info.disabled, .btn-info:disabled{
    background: #CCC;
    border-color: #CCC;
}
.bootstrap-tagsinput {
    width: 100%;
    padding: 8px;
    font-size: 18px;
    min-height: 42px;
    height: auto;
}
.image-preview-opti label {
    position: absolute;
    z-index: 5;
    opacity: 0.8;
    cursor: pointer;
    color: white;
    background-color: #223B83;
    width: auto;
    padding: .5em 2em;
    border-radius: 5px;
    font-size: 20px;
    text-transform: uppercase;
    left: 0;
    top: 0;
    margin: auto;
    border: none;
    text-align: center;
    cursor: pointer;
}
.image-preview-opti label:hover{
    background: #FFF;
    color: #223B83;
}

.error-text{
    color: #E62B2A;
}
.align-center{
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
.select2-container--bootstrap{
    width: 100% !important;
}
div.dataTables_wrapper div.dataTables_processing{
    z-index: 999;
}
fieldset{
    padding: 1em;
    margin: 2em 0;
    /*AMÍLCAR*/
    /*
    border: 2px solid #CCC;
    */
    border: none;
}
legend{
    padding: 0 1em;
    width: auto;
    margin: 0 auto;
    text-transform: none;
    font-weight: 600;
    color: #2B2A29;
    font-size: 24px;
}
.detail-title{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}
.modal-dialog{
    max-width: 100%;
    width: 900px;
}
.widget, .chart-box .card, .modal-content, .card.border-primary {
    border-radius: 25px;
    border: none;
    box-shadow: none;
    overflow: hidden;
}
.modal-header, .card.border-primary .card-header{
    
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.alert >ul{
    margin:0;
}
.modal-footer{
    justify-content: space-between;
    border: none;
}

#delete_confirm .modal-dialog{
    width: 550px;
}
.hidden{
    display: none;
}
.custom-clear{
    clear: both;
} 
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder, .form-control{
    color: #454545;
    font-family: 'Poppins', sans-serif;
}
.edit-privileges .custom-clear{
    height: 200px;
} 
.edit-privileges.container{
    border-radius: 30px;
    padding: 25px 15px;
    background: white;
}
.edit-privileges a.parent-toggler{
    padding: 1em 2em;
    color: #2B2A29 !important;
    width: 100%;
    display: block;
    text-transform: none !important;
}
.edit-privileges a.parent-toggler:hover{
    color: #F59C2D !important;
}
.edit-privileges a.parent-toggler h4{
    margin: 0;
    text-transform: uppercase;
}
.edit-privileges .parent-toggler + div{
    width: 95%;
    margin-left: 2.5%;
}
.edit-privileges .parent-toggler + div > .row.col-12{
    padding: 1em 0;
    font-size: 1.1em;
    width: 100%;
    margin-left: 0;
}
body{
    margin: 0;
}
.color-box-table{
    width: 33px;
    height: 33px;
    border: 1px solid #BBB;
    border-radius: 5px;
    display: block;
    color: white;
    text-align: center;
    padding: 4px;
    margin: 0 auto;
}
.no-opacity{
    opacity: 0 !important;
    display: none;
}
.left-side li a i {
    padding-top: 0;
    display: inline-block;
    width: 1em;
    font-size: 18px;
    margin: 0 .5em;
}
.color-changer{
    width: 33px;
    height: 33px;
    border: 1px solid #BBB;
    cursor: pointer;
    border-radius: 5px;
    float: right;
}
.edit-privileges .group-toggler{
    padding: 1em 2em;
    color: #2B2A29 !important;
    width: 100%;
    display: block;
    text-transform: none !important;
}
.edit-privileges .group-toggler:hover{
    color: #F59C2D !important;
}
.edit-privileges .group-toggler h4{
    margin: 0;
    text-transform: uppercase;
}
.edit-privileges .group-toggler + div{
    width: 95%;
    margin-left: 2.5%;
}
.edit-privileges .group-toggler + div > .row.col-12{
    padding: 1em 0;
    font-size: 1.1em;
    width: 100%;
    margin-left: 0;
}
#map{
    width: 100% !important;
    min-height: 300px !important;
}
.add-vacation, .edit-vacation{
    cursor: pointer;
}
.timetable_days_container{
    display: block;
    margin: 1em auto;
    text-align: center;
}
.timetable_days{
    display: inline-block;
}
.timetable_days thead th{
    font-weight: bold;
    padding: 0.5em 2em;
    text-align: center;
    font-weight: 1.2em;
    text-transform: uppercase;
}
.working-days .color-box-table.holiday{
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.timetable_days td{
    vertical-align: top;
}
.schedule-problem{
    color: #E62B2A!important;
    text-align: center;
    opacity: 0;
}
.weekday_time_container{
    position: relative;
}
.weekday_time_container .input-group{
    width: 10em;
    padding: .5em 1.5em .5em 1em;
    text-align: center;
    margin: 0 auto;
}
.weekday_time_container .input-group-addon{
    font-size: 1.2em;
    padding-right: .3em;
    padding-top: .5em;
    background: #F5F8FD;
    padding-left: 1em;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
input.total-time, input.weekday_time{
    padding: 5px;
}
.weekday_time_container .fa-sign-out-alt{
    color: #2B2A29!important;
}
.weekday_time_container .fa-sign-out-alt.fa-rotate-180{
    color: #2B2A29!important;
}
div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td, table.table-bordered.dataTable th, table.table-bordered.dataTable td, .table-bordered{
    border: none;
    text-align: left !important;
}
div.dataTables_scrollBody table tbody tr:first-child th.align-center.no-sort.sorting_disabled:last-child{
    text-align:center !important;
}.pull-left + .pull-left{
    margin-left: 2em;
}
.table-striped tbody tr:nth-of-type(odd) {
    background: none;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice{
    color: #454545;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.form-control, .select2-container--bootstrap .select2-selection{
    background: #F5F8FD !important;
    border-color: transparent;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered{
    color: #454545;
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection, .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection, .select2-container--bootstrap .select2-selection{
    box-shadow: none;
    border-color: transparent;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected], .select2-container--bootstrap .select2-results__option[aria-selected=true]{
    background: none;
    color: #1CD3C6 !important;
}
.user-menu .dropdown-menu > li > a{
    text-align: left;
}
.header .user-menu .dropdown-menu .livicon{
    margin-right: 7px;
}
.navbar-nav > .user-menu > .dropdown-menu{
    box-shadow: none;
    border: none;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    overflow: hidden;
}
.select2-container--bootstrap .select2-dropdown{
    padding: 0 20px;
    border-color:  transparent;
    background: #F5F8FD;
}
.table-striped tbody tr{
    border-top: 1px solid #CCC;
    padding: 15px 0;
}
.table th, .table td{
    padding: 5px 10px;
    font-size: 12px !important;
}
.dataTables_wrapper  .table td .bootstrap-switch .bootstrap-switch-handle-on, .dataTables_wrapper  .table td .bootstrap-switch .bootstrap-switch-handle-off, .dataTables_wrapper  .table td .bootstrap-switch .bootstrap-switch-label{
    font-size: 11px; padding: 3px 7px;
}
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting{
    padding-right: 10px;
    padding-left: 10px;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after{
    bottom: .5em;
}
.dataTables_wrapper  .table td .punch-type-btn{
    font-size: 12px !important;
}
.dropdown-item.active, .dropdown-item:active{
    color: #2B2A29;
}
.btn-group > .btn{
    border-radius: 25px !important;
}
.btn-group > .btn + .btn, .btn-group .btn-group .btn{
    margin: 0 0 0 1em;
}
div.dataTables_wrapper div.dataTables_length select, div.dataTables_wrapper div.dataTables_filter input{
    margin-left: 1em;
}
.bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}
.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-handle-off{
    border-radius: 25px !important;
    width: 70px !important;
    padding: 4px 15px 4px 10px !important;
}
.bootstrap-switch{
    width: 80px !important;
}
table .bootstrap-switch .bootstrap-switch-handle-on,table  .bootstrap-switch .bootstrap-switch-handle-off{
    width: 55px !important;
    padding: 6px 15px 5px 10px !important;
}

table .bootstrap-switch-container {
    width: 178% !important;
}
table .bootstrap-switch{
    width: 60px !important;
}
.bootstrap-switch{
    border-radius: 25px;
    border-color: #888;
}
.bootstrap-switch > div{
    border: none !important;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after{
    bottom: 1.5em;
}
#toast-container > .toast-success{
    background-color:  #FFF !important;
    background-image: url('/images/nuevo-check.PNG') !important;
    background-repeat: no-repeat;
    background-size: 25px;
    opacity: 1 !important;
    color: #343434 !important;
}
#toast-container > .toast-error{
    background-color:  #E62B2A;
    opacity: 0.9 !important;
}
.add-shift{
    color: white;
    font-size: 1em;
    background: #25B6BC!important;
    padding: .5em;
    margin: .5em 0;
    border-radius: 100%;
    cursor: pointer;
    width: 2em;
}
.weekday_time_container .fa-times{
    color: white;
    background: #E62B2A !important;
    padding: .2em .4em;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    right: -.2em;
    top: 3.2em;
}
.max-height-custom{
    max-height: 500px;
    overflow-y: scroll;
}
h3.totalWeekdays{
    margin: 1em auto;
}

h3.totalWeekdays span{
    font-weight: bolder;
    margin: 0 .5em;
}
.custom-tooltip{
    margin: 0 5px;
    padding: 2px 4px 0em;
    border-radius: 100%;
    font-size: .6em;
    color: white;
    position: relative;
    bottom: 2px;
    background: #d37e06;
}
.tooltip-inner{
    background: white;
    font-size: 1.2em;
    color: #343434;
    border-bottom: 2px solid white;
    opacity: 1;
    border-radius: 25px;
    box-shadow: 1px 1px 10px #888;
}
.tooltip.show{
    opacity: 1;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before{
    border-top-color: white;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before{
    border-bottom-color: white;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before{
    border-right-color: white;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field{
    width: 100% !important;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice + .select2-search--inline .select2-search__field{
    width: 100% !important;
}
th {
    white-space: nowrap;
}
.btn.go_to_tab, #save-filters + .btn, .content-header h1 a{
    margin-left: 2em;
    background: white;
    color: #F59C2D !important;
    cursor: pointer;
    text-decoration: none !important;
    border-radius: 25px;
    padding: .65em 1.5em;
}
.content-header h1 a{
    background: #F59C2D !important;
    font-weight: normal;
    border: none !important;
    color: #FFF !important;
    padding: 0.65em 1.5em !important;
    margin-bottom: 1em;
}
.content-header h1 a:hover{
    background: #FFF !important;
    color: #F59C2D !important
}
label {
    font-size: 13px !important;
}
.btn.go_to_tab:hover, #save-filters + .btn:hover, .content-header h1 a:hover{
    background: white;
    border-color: #F59C2D !important;
    color: #F59C2D !important;
}
#save-filters + .btn + .btn, .content-header h1 a + a{
    background: #F59C2D;
    color: white;
}
#save-filters + .btn + .btn:hover, .content-header h1 a + a:hover{
    background: white;
    border-color: #F59C2D;
    color: #F59C2D;
}
.date-today-changer{
    border-radius: 25px;
    margin: 0 15px;
}
.date-today-changer:hover{
    color: white;
    border-color: #F59C2D;
    background-color: #F59C2D;
}
.move-filters-here{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.move-filters-here > div{
    padding-left: 0;
}
#save-filters + .btn + .btn + .btn,  .content-header h1 a + a + a{
    background: #223B83;
    color: white;
}

#save-filters + .btn + .btn + .btn,  .content-header h1 a + a + a + a{
    background: #2B2A29;
    color: white;
}
#save-filters + .btn + .btn + .btn:hover, .content-header h1 a + a:hover{
    background: white;
    border-color: #2B2A29;
    color: #2B2A29;
}
.btn.go_to_tab i{
    font-size: 1.2em;
    margin-left: 1em;
}
.tabs-container{
    margin: 0;
    padding: 0 !important;
}
.tabs-container h2{
    padding: .5em;
    margin: 0;
    font-size: 1.2em;
}
.tabs-container + .card.border-primary{
    border-top: 20px solid #418bca   !important;
}
.tabs-container span{
    padding: .5em 1em;
    color: #418bca !important;
    background: white;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.tabs-container span.active{
    color: white !important;
    background: #418bca !important;
    font-size: 1.2em;
}
h3.totalWeekdays strong {
    font-weight: normal;
}
h3.totalWeekdays strong + strong{
    margin-left: 2em;
}
.position-h3{
    color: #0190BF;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
table.working-shift-plan {
    table-layout: fixed;
}
.working-shift-plan, .shift-holidays, .working-days, .totalizers{
    width: 100%;
    margin: 2em 0;
}
.working-shift-plan td, .working-shift-plan th, .shift-holidays th, .shift-holidays td, .shift-holidays th, .working-days td, .working-days th, .totalizers td, .totalizers th{
    text-align: center;
    font-size: 1.1em;
}
.shift-holidays td, .shift-holidays th, .working-days td, .working-days th, .totalizers td, .totalizers th{
    border: 1px solid #CCC;
    padding: 5px;
}
.working-shift-plan th{
    text-transform: uppercase;
}
.working-shift-plan td{
    padding: .2em;
    cursor: pointer;
    border-radius: 5px;
    padding: .5em;
    border: 3px solid white;
    color: white;
    background: #AAA;
    text-transform: uppercase;
}
.dataTables_wrapper{
    max-width: 100%;
    width: 100%;
    overflow-x: scroll;
}
.select2-selection--multiple{
    max-height: 1.5em;
    overflow: hidden;
}
.select2-selection--multiple[aria-expanded=true]{
    max-height: none;
    overflow: hidden;
}
.select2-selection--multiple .select2-selection__rendered{
    padding-top: 15px;
}
.select2-selection--multiple .select2-selection__choice{
    font-size: 8px;
}
::-webkit-scrollbar {
  width: 3px;
  height: 2px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #FFF; 
  border-radius: 2px;
}
::-webkit-scrollbar-thumb {
  background:#2B2A29; 
  border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover {
  background:#2B2A29; 
}
.dt-button-collection.dropdown-menu{
    max-height: 200px;
    overflow-y: scroll;
}
.dataTables_wrapper {
    position: relative;
    overflow: hidden;
    min-height: 220px;
}

div.dataTables_wrapper div.dataTables_processing {
    width: 120%;
    height: 100%;
    top: 114px;
    border: none;
    font-size: 5em;
    color: #25B6BC;
    left: 0;
    overflow: hidden;
}
.togglerResponsive{
    display: none !important;
}
.working-days .color-box-table{
    margin: 0 auto;
    width: 75px;
}
.working-shift-plan td.date{
    color: #2B2A29;
    background: white;
    cursor: default;
}
.working-shift-plan td.selected{
    background: #418bca;
}
.day-selector{
  -webkit-transition: opacity 1s; 
  transition: opacity 1s; 
  -webkit-transition: display 1s; 
  transition: display 1s; 
}
.avatar .image-preview-opti{
    border-radius: 100% !important;
}
.avatar .image-preview-opti #image-label{
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: none;
}
.btn-custom-select{
    background: #EEE;
    margin: 0 !important;
    width: 50%;
    border: none !important;
}
.avatar .image-preview-opti #image-label i{
    position: absolute;
    top: 75%;
    left: 44%;
}
#filter-form{
    padding: 0 2em;
}
.quadrant-table{
    margin: 1.5em;
}
.quadrant-selector.selected{
    color: #2B2A29;
    background: white !important;
    box-shadow: inset 0px 0px 23px #444;
    border: 1px solid #CCC !important;
}
.quadrant-table thead th{
    background: #223B83 !important;
    color:white;
    border-collapse: collapse;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    border: 1px solid #CCC !important;
}
.quadrant-table thead tr + tr th{
    background: #FFF !important;
    color:#223B83;
    border: none !important;
}
.quadrant-table tr {
    border: 1px solid #CCC !important;
}
.flex-center{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.quadrant-table tbody td{
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
    color: #2B2A29;
    border: 1px solid #CCC !important;
}
.quadrant-table tbody td{
    background: white;
}
.quadrant-table .unavailable{
    background: rgb(245,245,245);
}

#filter-form{
    padding: 15px 15px 25px ;
}
h3, .h3 {
    font-size: 1.3rem;
}
.no-tabs-detail .row{
    padding: 15px 30px;
    margin: 0;
}
.dataTables_length select{
    cursor: pointer;
}
#filter-bar{
    z-index: 2;
    background: white;
    width: 100%;
    bottom: 0;
    left: 0;
    font-size: 13px;
    border-radius: 25px;
    padding: 10px 0;
}
.filter-bar-text{
    padding: 0;
}
.filter-bar-controller{
    color: white;
    padding: 0;
    font-weight: bold;
}
.btn-rounded{
    border-radius: 30px;
}
.buttons-copy.buttons-html5{
    display: none !important;
}
 .btn-rounded{
    padding: .75em 2em !important;
}
.observation-date-changer{
    cursor: pointer;
    min-height: 20px;
}
.observation-date-final-changer{
    width: 100%;
    border-radius: 25px;
    padding: 5px 10px;
}
.observation-date-final-changer::-webkit-scrollbar{
    width: 0;
}
.description-date-changer{
    cursor: pointer;
}
.description-date-final-changer{
    width: 100%;
    border-radius: 25px;
    padding: 5px 10px;
}
.description-date-final-changer::-webkit-scrollbar{
    width: 0;
}
.new-date-status-changer,.new-request-status-changer, .new-recordatory-status-changer, .new-patient-status-changer, .new-produced-status-changer, .new-filter-color-changer, .automated-debtor-reditor-changer, .new-filter-areas-changer {
    border: none !important;
    margin: 0 2px;
    color: #000 !important;
    border-radius: 25px;
    opacity: 1;
    padding: 0.75em 1.5em;
    font-weight: normal !important;
}
#lightboxOverlay{
    opacity: 1;
}
#lightbox {
    height: 100vh !important;
    padding: 0 0 2vh;
}
#lightbox .lb-container{
    background: black;
}
#lightbox .lb-outerContainer, #lightbox .lb-container, #lightbox .lb-image{
    width: auto !important;
    height: 94vh !important;
    margin: 2px auto 0;
}
.daterangepicker .ranges + .ranges{
    display: none;
}
.recordatorychanger{
    width: 10em;
    cursor: pointer;
}
.new-date-status-changer:hover, .new-date-status-changer.active, .new-request-status-changer:hover, .new-request-status-changer.active, .new-produced-status-changer:hover, .new-filter-areas-changer:hover, .new-filter-areas-changer.active, .new-filter-color-changer:hover, .new-filter-color-changer.active, .new-produced-status-changer.active, .new-recordatory-status-changer:hover, .new-recordatory-status-changer.active
, .new-patient-status-changer:hover, .new-patient-status-changer.active, .automated-debtor-reditor-changer:hover, .automated-debtor-reditor-changer.active{
    opacity: .5;
    color: #333 !important;
}
.filter-bar-controller a, .content-header h1 a{
    padding: 8px 25px 8px 12px !important;
}
.filter-bar-controller a span,.filter-bar-controller a i , .content-header h1 a i{
    font-size: 12px;
}
.filter-bar-controller a,.filter-bar-controller a i , .btn-rounded i, .content-header h1 a i{
    margin-left: 1em;
    font-weight: bold;
    border-radius: 30px;
}
.filter-bar-controller a + a, .btn-rounded + .btn-rounded{
    margin-left: 2em;
}
.content-header h1 a {
    padding: 8px 15px 8px 12px !important;
    margin-right: 2em;
    margin-left: 0;
}
.content-header h1 a + a{
    margin-right: 15px;
}
#collapse-filter-bar{
    background: white;
    padding: 15px;
    margin: 0 0px 0px;
    border-radius: 25px;
    max-width: 100%;
}
.tooltip.fade:not(.show) {
    opacity: 0;
    display: none;
}
.dataTables_length select{
    text-align: center;
}
.punch-launch{
    border: 1px solid white;
}
.punch-launch.btn-success:hover, .punch-launch.btn-success:hover i, .punch-type-btn.btn-success:hover{
    color: #25B6BC !important;
}
.punch-launch.btn-danger:hover, .punch-launch.btn-danger:hover i, .punch-type-btn.btn-danger:hover{
    color: #E62B2A !important;
}
.punch-launch.btn-success:hover{
    border-color: #25B6BC !important;
}
.punch-launch.btn-danger:hover{
    border-color: #E62B2A !important;
}
.punch-launch.btn-success:hover i svg, .punch-launch.btn-danger:hover i path{
    fill: #25B6BC !important;
}
.punch-launch.btn-danger:hover i svg, .punch-launch.btn-danger:hover i path{
    fill: #E62B2A !important;
}
.header .punch-launch{
    border-radius: 7px;
}
.table th{
    font-size: 14px !important;
}
span.required-field {
    color: #454545;
    font-weight: bolder;
    padding: 0 0 0 .2em;
    font-size: 1em;
}
.card-title + .float-right .btn{
    padding: 0.5rem 0.75rem;
    font-size: 12px !important;
}
.filter-bar-controller > a{
    margin-top: .5em;
    margin-bottom: .5em;
}
.filter-bar-text > div{
    background: white;
    background-color: #fff;
    height: 90px;
    margin: 20px 0;
    box-shadow: none;
    border-radius: 20px;
    margin: 0em 9px 0;
    padding: 10px;
    color: #2B2A29;
    height: auto;
}
.filter-bar-text > div h4{
    color: #2B2A29 !important;
    font-size: 14px;
    margin: 0;
}
.filter-bar-text > div > span{
    margin: 2px 8px 2px 0;
}
.dropdown-menu .menu a.mark_as_read{
    line-height: 1.5;
    white-space: normal !important;
    text-align: left;
}
.table-striped tr td:last-child div.align-center > a i[data-name=trash] svg path{
    fill: #E62B2A  !important;
}
.table-striped tr td:last-child div.align-center{
    display:flex;
    justify-content: center;
}
.table-striped tr td:last-child div.align-center > a{
    transform: scale(1.4);
}
.table-striped tr td:last-child div.align-center > a + a{
    margin-left: 1em;
}
.notifications-menu .footer:hover a{
    background: #223B83 !important;
}
.custom-blue-notif{
    color: #223B83;
}
a.info{
    
    color: #223B83;
}
.mark_as_read .fa-times{
    position: absolute;
    top: 10px;
    right: 10px;
    color: white !important;
    font-size: 15px !important;
    cursor: pointer;
    padding: 0 !important;
    width: auto !important;
    background: none !important;
}
a:hover > .custom-blue-notif, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover span{
    color: white !important;
}
.custom-blue-button {
    color: #223B83 !important;
    border-color: #223B83 !important;
    box-shadow: none;
    border-radius: 5px;
}
.custom-blue-button:hover{
    color: #fff !important;
    border-color: #fff !important;
    background: #223B83 !important;
}
table.dataTable thead .no-sort.sorting_asc:before, table.dataTable thead .no-sort.sorting_desc:after, table.dataTable thead .no-sort.sorting_desc:before, table.dataTable thead .no-sort.sorting_asc:after{
    display: none;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove{
    transform: scale(1.4);
}
.modal-body{
    
    max-height: 90vh;
    overflow-y: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px){
    body > .header .navbar .sidebar-toggle{
        padding: 2px 10px 2px !important;
    }
   .quadrant-table {
        margin: 0.5em;
    }
   .dashboard-dates{
        font-size: .8em !important;
    }
   .container.edit-privileges .col-lg-2{
        padding: 0;
        transform: scale(0.7);
    }
   .widget_circle{
        padding: 4px 7px !important;
    }.square_box > span {
        font-size: 12px !important;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px){
   .dataTables_scroll th, .dataTables_scroll td {
        font-size: 0.75em;
    }
   .dataTables_scroll td div {
        transform: scale(0.8);
    }
   .container.edit-privileges{
        font-size: 0.8em !important;
    }
}
@media only screen and (max-width: 1199px){
   .timetable_days{
        max-width: 100%;
        overflow: scroll;
    }
}
@media only screen and (max-width: 900px){
   .dashboard-dates{
        font-size: .9em !important
    }
   .modal-content{
        max-height: 100vh;
        overflow-y: scroll;
    }
    #detail-tab .nav-link {
        font-size: 1.2em;
    }
    #detail-tab .nav-link.active, #detail-tab .nav-link.active:hover{
        border: none !important;
        background: #EEE;
        width: 100%;
        border-radius: 15px;
    }
    #detail-tab{
        border: none !important;
    }
}
@media only screen and (max-width: 767px){
   .modal-dialog{
        margin: 0;
    }
    .nav-tabs .nav-item{
         width: 100%;
     }
   .hidden-xs{
        display: none !important;
    }
    h3.totalWeekdays strong{
        text-align: left;
    }
    h3.totalWeekdays strong + strong{
        margin-left: 0;
        margin-top: 1em;
    }
    section.content{
        padding-bottom: 3em;
    }
   .header .user_name_max{
        display: none;
    }
    header > .navbar {
        align-items: center;
        transform: scale(1.1);
        justify-content: space-around;
    }
    header .punched-time-container {
        padding: 0 10px;
        font-size: 1em;
    }
   .content .punch-location, .content .punched-time-container{
        display: none;
    }
    fieldset{
        padding: 0;
        border: none;
        clear: both;
    }
   .buttons-modal-container button{
        font-size: .7em !important;
        padding: 0.5rem 0.5em;
    }
   .buttons-modal-container{
        padding: 0;
        justify-content:space-between;
    }
   .buttons-modal-container .clearfix{
        display: none;
    }
   .dt-buttons .btn + .btn-group{
        margin-top: 1em;
    }
    legend{
        padding: 0 0 1em;
        text-align: center;
    }
   .content-header .breadcrumb{
        display: none !important;
    }
   .detail-title{
        margin: 0;
    }
   .card-body > .card-body{
        padding: 0;
    }
   .hide-mobile{
        display: none;
    }
   .filter-bar-controller a i{
        margin: 0;
        font-size: 1.5em;
    }
    div.dt-buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
   .filter-bar-controller{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}
.page-item.active .page-link, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover, .pagination a:hover{
    background: none !important;
    color: #25B6BC !important;
}
.pagination a{
    background: none !important;
    border: none !important;
    color: #2B2A29 !important;
}
.page-item.disabled .page-link{
    color: #D5F8FD  !important;
}
.skin-josh .sidebar a, .right-side > .content-header > .breadcrumb > li + li:before, .skin-josh .sidebar .active > a , .skin-josh .sidebar #menu li:hover > a {
    color: #F5F8FD;
}
.wrapper {
    display: flex;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0px;
    justify-content: flex-start;
    align-items: flex-start;
}
.wrapper.hide_menu .left-side span, .wrapper.hide_menu .page-sidebar .page-sidebar-menu .sub-menu{
    display: none !important;
}
.left-side .sidebar-nav ul{
    padding-left: .8em;
    padding-top: 0.2em;
}
section.sidebar{
    background: #2B2A29;
    padding: 2.5em 0 1em;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    margin: 0;
}
.left-side .sidebar-nav ul, .left-side .sidebar-nav ul li, .left-side .sidebar-nav ul a, .skin-josh .sidebar .page-sidebar-menu > li, .sidebar-nav,.skin-josh .left-side, .page-sidebar .page-sidebar-menu .sub-menu li, .skin-josh .left-side .sidebar li.active a, .left-side #menu li:hover a, .skin-josh .left-side .sidebar li.active, .left-side #menu li:hover{
    background: none !important;
    border: none !important;
}
.skin-josh .left-side .sidebar li.active a, .left-side #menu li:hover a{
    background: #F5F8FD !important;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.skin-josh .left-side .sidebar li.active a, .left-side #menu li:hover i, .left-side #menu li:hover span{
    color: #2B2A29 !important;
}
.skin-josh .left-side .sidebar li.active a, .left-side #menu li:hover svg *, .left-side  #menu  li.active path{
    fill: #2B2A29 !important;
}
.wrapper.hide_menu .left-side .sidebar-nav ul li, .wrapper.hide_menu .left-side .sidebar-nav ul a, .wrapper.hide_menu .sidebar #menu li:hover > a{
    width: 70px;
    max-width: 70px;
    text-align: left;
}
.wrapper.hide_menu .sidebar, .wrapper.hide_menu .left-side{
    width: 75px;
    max-width: 75px;
}
.wrapper.hide_menu .left-side{
    display: block;
    position: relative;
    top: 0;
}
.page-sidebar-menu .livicon{
    margin-top: -1px;
    margin-left: 10px;
}
.wrapper.hide_menu .left-side .page-sidebar-menu .livicon{
    margin-top: 0 !important;
    margin-right: 0 !important;
}
.wrapper .left-side{
    transition-property: width;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
}
.skin-josh .left-side .sidebar li.active a:before, .left-side #menu li:hover a:before{
    position: absolute;
    top: -40px;
    right: 0;
    background: transparent;
    height: 40px;
    width: 40px;
    content: ' ';
    box-shadow: 15px 15px 5px #F5F8FD ;
    border-radius: 100%;
    pointer-events:none,
}
.skin-josh.left-hidden .left-side .sidebar li.active a:before,.left-hidden .left-side #menu li:hover a:before{
    right: 7px;
}
.page-sidebar .page-sidebar-menu li.active > .sub-menu{
    background: #2B2A29 !important;
}
.wrapper .right-side{
    background: #F5F8FD
}
.skin-josh .left-side .sidebar #menu > li > a{
    position: relative;
    min-height: 40px;
}
.sidebar-nav ul a{
    padding: 5px;
}
.dataTables_info{
    color: #8C8C8C;
}
.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{
    padding: 9px 10px 5px 20px;
    font-size: 12px;
}
.skin-josh .left-side .sidebar li.active a:after, .left-side #menu li:hover a:after{
    position: absolute;
    bottom: -40px;
    right: 0;
    background: transparent;
    height: 40px;
    width: 40px;
    content: ' ';
    box-shadow: 15px -15px 5px #F5F8FD ;
    border-radius: 100%;

}
.skin-josh.left-hidden .left-side .sidebar li.active a:after,.left-hidden .left-side #menu li:hover a:after{
    right: 7px;
}
.page-sidebar-menu .livicon{
    width: 22px;
}
.navbar-btn.sidebar-toggle > i{
    font-size: 20px;
}
.sidebar{
    position: relative;
}
.sidebar .sidebar-toggle{
    position: absolute;
    top: 1em;
    right: 1.8em;
    z-index: 2;
}
.skin-josh .sidebar .page-sidebar-menu > li{
    margin: 5px 0 5px;
}
.sidebar{
    width: 210px;
}
.skin-josh .hide_menu .left-side .sidebar li:hover ul li a,.skin-josh .left-side .sidebar li.active li a, .skin-josh .left-side .sidebar li:hover li a, .skin-josh .left-side .sidebar li.active li a, .left-side #menu li:hover li a{
    background: none !important;
    color: #F5F8FD !important;
}
.skin-josh .left-side .sidebar li:hover{
    position: relative;
}
.skin-josh .hide_menu .left-side .sidebar li:hover ul{
    position: absolute;
    display: block !important;
    top: auto;
    right: auto;
    left: 62px;
    top: -20px;
    width: 280px;
    padding: 15px 0;
    z-index: 999;
    background: #2B2A29 !important;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.skin-josh .hide_menu .left-side .sidebar li:hover ul li, .skin-josh .hide_menu .left-side .sidebar li:hover ul li a{
    width: 100% !important;
    max-width: 100% !important;
}
.skin-josh .left-side .sidebar li li:hover a, .left-side #menu li li:hover a{
    color: #F59C2D !important;
}
.skin-josh .left-side .sidebar li li.active a, .skin-josh .left-side .sidebar li li.active a, .skin-josh .left-side .sidebar li li.active a, .skin-josh .left-side .sidebar li:hover li.active a, .skin-josh .left-side .sidebar li.active li.active a, .left-side #menu li:hover li.active a{
    color: #25B6BC !important;
}
.skin-josh .left-side .sidebar li.active li a::after, .skin-josh .left-side .sidebar li.active li a::before, .skin-josh .left-side .sidebar li:hover li a::after, .skin-josh .left-side .sidebar li:hover li a::before{
    display: none;
}

.fc-toolbar .btn-primary{
    color:#2B2A29;
    background:#F5F8FD;
    border-color: #F5F8FD;
}
.fc-toolbar .btn-primary:hover{
    color: #25B6BC !important;
    border-color: #25B6BC !important;
    background: white !important;
}
.fc-toolbar .btn-primary.disabled, .fc-toolbar .btn-primary.active{
    color: white !important;
    border-color: #F59C2D !important;
    background: #F59C2D !important;
}
#filter-dates-caducidad-copy-2{
    font-size: 13px;
    color: #8D8D8D;
    background: white;
    margin: 0 2px;
    border-color: #8C8C8C !important;
    border: 1px solid #8C8C8C;
    border-radius: 25px;
    padding: 0.5em 1em;
    width: auto;
    cursor: pointer;
    width: 12em;
    margin-top: -10px;
}
.automated-caducidad .fa-times{ 
    cursor: pointer;
    color: red;
    position: absolute;
    font-size: 18px;
    bottom: 25px;
    left: 135px;
}
.fc-event,
.fc-event:hover {
    color:#2B2A29;
}
.alert-info.fc-today{
    background-color: #FFF;
}
.fc-agendaDay-view .fc-day-header, .fc-agendaDay-view .fc-head tr, .fc-agendaDay-view .fc-head, .fc-agendaDay-view .fc-view .table-bordered, .fc-agendaDay-view .fc-head-container  {
    border: none !important;
}
.fc-day-header{
    padding: 15px !important;
}
#calendar{
    background: white;
    padding: 25px;
    border-radius: 25px;
}
.fc-head-container .table-bordered tr th span{
    font-size: 22px;
    font-weight: 600;
}
tr > td > .fc-day-grid-event, .fc-time-grid .fc-event, tr > td > .fc-day-grid-event{
    margin:2px;
    border: none;
    padding: 5px;
    border-radius:0;
    border-top-right-radius: 8px;
    padding: 2px 5px 10px 10px;
    border-bottom-right-radius: 8px;
    position: relative;
}
.fc-ltr .fc-time.fc-axis{
    border: none !important;
}
.fa-plus, .fa-minus{
    font-size: 14px;
}
.fc-divider, .fc-license-message{
    display: none !important;
}
.fc-time-grid .fc-slats td.fc-axis.fc-time, #calendar .table-bordered th.fc-axis, #calendar .table-bordered td.fc-axis{
    position: relative;
    border: none !important;
}
.context-menu-icon.context-menu-icon--fa::before{
    font-family: "Font Awesome 5 Free"!important;
}
.fc-time-grid .fc-slats td.fc-axis.fc-time span{
    position: absolute;
    left: 0;
    top: 1em;
}
.fc-time-grid .fc-slats td.fc-axis.fc-time span{
    width: 6em;
    text-align: center;
}
.fc-time-grid .fc-bgevent{
    opacity: .75;
}
tr > td > .fc-day-grid-event:after, .fc-time-grid .fc-event:after{
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    top: 0;
    left: 6px;
}
tr > td > .fc-day-grid-event i, .fc-time-grid .fc-event i{
    margin-right: 3px;
}
.fc-body > tr > td{
    border: none;
}
.left-side li a i[class^="fi-rs-"]:before, .left-side li a i[class*=" fi-rs-"]:before{
    position: absolute;
    top: 10px;
}
.close{
    text-shadow: none;
}
.filter-bar i{
    position: relative;
}
.filter-bar i::before{
    position: absolute;
    top: 3px;
}
.filter-bar i.fi-rs-angle-right::before{
    top: 5px;
}
span.fa.arrow:before{
    font-family: uicons-regular-straight !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f10d";
}
.active > a > span.fa.arrow:before{
    content: "\f10c";
}
a#back-to-top:hover i{
    color: #FFF !important;
}
.move-filters-here{
    width: 100%;
}
@media only screen and (min-width: 1700px){
    .quadrant-table.col-3, .quadrant-table.col-2{
        flex: 0 0 15%;
        margin: .5em;
        max-width: 100%;
    }
    .pressence-block{
        flex: 0 0 19%;
    }
    body > .header .navbar{
        max-width: 36%;
    }
    .objective-container{
        max-width: 56% !important;
    }
}
@media only screen and (min-width: 1900px){
    body > .header .navbar{
        max-width: 33%;
    }
    .objective-container{
        max-width: 59% !important;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1699px){
    .quadrant-table.col-3, .quadrant-table.col-2{
        flex: 0 0 23%;
        margin: .5em;
        max-width: 100%;
    }
    .pressence-block{
        flex: 0 0 24%;
    }
}
@media only screen and (max-width: 992px){
    .wrapper > .right-side {
        width: 100%;
        min-width: 0;
    }
    .pressence-block{
        flex: 0 0 32%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px){
    .quadrant-table.col-3, .quadrant-table.col-2{
        flex: 0 0 33%;
        margin: .5em;
        max-width: 100%;
    }
    .pressence-block{
        flex: 0 0 49%;
    }
}
@media only screen and (max-width: 767px){
    .quadrant-table.col-3, .quadrant-table.col-2{
        flex: 0 0 90%;
        margin: .5em;
        max-width: 100%;
    }
    .pressence-block{
        flex: 0 0 100%;
        margin: .5em 0;
    }
}
.table-title-h3{
    padding-left: 12px;
}
@media only screen and (max-width: 767px){
    .btn.go_to_tab, #save-filters + .btn{
        padding: 3px 10px 10px !important;
    }
    .left-side{
        z-index: 999;
        margin-top: 5px;
    }
    .right-side{
        width: 100vw !important;
        position: absolute !important;
        left: 0;
        padding-left: 50px;
    }
    body > .header .navbar, body > .header .logo{
        height: 55px;
        padding: 0px 5px;
        width: auto;
        float: none;
        min-width: 150px;
        text-align: left;
    }
    .skin-josh .right-side > .content-header h1{
        font-size: 22px;
    }
    .filter-bar-controller > a {
        margin-bottom: 1em;
        position: relative;
        height: 2.5em;
        text-align: center;
        font-size: 0.8em !important;
        padding: 7px 8px !important;
    }
    .filter-bar-controller a i{
        font-size: 1em;
    }
    .filter-bar i::before {
        position: relative;
        top: 0;
    }
    .skin-josh .hide_menu .left-side .sidebar li:hover ul{
        left: 3.5em;
    }
    div.dt-buttons > .btn{
        display: none;
    }
    .sidebar .sidebar-toggle {
        position: absolute;
        top: 1em;
        right: 0.6em;
    }
    .filter-bar-controller a i{
        margin: .5em;
    }
    .wrapper.hide_menu .sidebar, .wrapper.hide_menu .left-side{
        width: 50px;
        max-width: 50px;
    }
    .left-side .sidebar-nav ul{
        padding-left: 0;
    }
    body > .header .navbar{
        
        flex-direction: column-reverse;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0px 5px;
        align-items: flex-end;
        display: flex;
        width: 100%;
    }
    .header .punch-launch span{
        display: none;
    }
    .header .punches-container{
        
        margin-top: -6px;
    }
}
#search_patient_container{
    position: absolute;
    top: 50px;
    display: none;
    left: 0;
    padding: 0;
    border-radius: 25px;
    width: 100%;
    background: white;
    z-index: 999;
}
#search_patient_container .patient-block{
    cursor: pointer;
    padding: 7px 25px;
}
#search_patient_container .patient-block:hover{
    color: white;
    background: #F59C2D;
}
#search_patient_container .patient-block:first-child{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
#search_patient_container .patient-block:last-child{
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
table.table tbody tr:hover{
    background: #F5F8FD;
}
table, table td{
    color: #454545;
}
.cke_button__link, .cke_button__unlink, .cke_button__anchor, .cke_button__image{
    display: none !important;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected], .select2-container--bootstrap .select2-results__option[aria-selected=true], .select2-container--bootstrap .select2-results__option{
    font-size: .8em;
    text-align: left;
    padding: 5px 0;
    color: #454545;
}

.var-table td{
    padding: 15px 10px;
    vertical-align: middle;
    text-align: left;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before{
    background-color: #25B6BC;
    top: 10px;
    cursor: pointer;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child{
    cursor: auto;
}
table .fa-whatsapp{
    color: #1DBE44;
    font-size: 1.15em;
}
.navbar-nav > li > a{
    line-height: 15px;
}
#patient_search{
    box-shadow: 1px 0px 10px #1e3888;
    border: none;
    padding-left: 25px;
}
.acciones_agrupadas .select2-container, .acciones_agrupadas_presupuesto .select2-container, #acciones_agrupadas_archivos + .select2-container{
    box-shadow: 1px 0px 10px #1e3888;
    border-radius: 25px;
}
.card-header h3{
    font-size: 17px;
}
.small-column{
    max-width: 9em !important;
    
}
td .open-modal-edit .fa-times{
    color: #E62B2A;
}
.small-s-column{
    width: 5em !important;
}
.date-new-changer, .date-new-picker{
    background: white;
    margin: 0 2px;
    border-color: #8C8C8C !important;
    border: 1px solid #8C8C8C;
    border-radius: 25px;
    padding: 0.75em 1.5em;
    width: auto;
}
.more-filters{
    cursor: pointer;
    padding-top: 10px !important;
    position: relative;
}
.more-filters .fa-times{
    background: #E62B2A
}
.more-filters .fa-check{
    background: #25B6BC
}
.more-filters .fa-times, .more-filters .fa-check{
    position: absolute;
    font-size: 10px;
    top: 30px;
    right: -5px;
    display: block;
    width: 15px;
    height: 15px;
    padding-top: 2px;
    text-align: center;
    color: white;
    border-radius: 100%;
}
.date-new-changer.active, .date-new-picker.active, .date-new-changer:hover, .date-new-picker:hover{
    background: #F59C2D  !important;
    color: white !important;
    border-color: #F59C2D  !important;
}
.datetypechanger{
    width: 11em !important;
    max-width: 11em !important;
    cursor: pointer;
}
.not-exportable.align-center.no-sort.sorting_disabled:last-child{
    width: 9em !important;
}
.big.not-exportable.align-center.no-sort.sorting_disabled:last-child{
    width: 14em !important;
}
.date_additional_info a{
    color: rgb(13,13,14);
    text-decoration: none !important;
    margin: 0 10px;
}
.date_additional_info .fa-whatsapp{
    font-size: 1.2em;
    color: #1DBE44 !important;
    cursor: pointer;
}
.anular-factura{
    color: #e93733 !important;
}
.numInputWrapper span{
    width: 24px;
}
.numInputWrapper span.arrowUp:after, .numInputWrapper span.arrowDown:after{
    left: 6px;
}
.fc-toolbar h2{
    font-size: 18px;
}
.fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
}
.fc-head-container .table-bordered tr th span {
    font-size: 18px;
    font-weight: 600;
}
.togglerResponsive{
    margin-left: 10px !important;
}
tr > td > .fc-day-grid-event .fc-title{
    padding-left: 8px;
}
.editarCalendario{
    font-size: 1.5em;
    cursor: pointer;
    color: #000;
}
.editarCalendario:hover{
    color: #F59C2D ;
}
.pulsable{
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}
.pulsable:hover{
    color: #F59C2D !important;
}
.fast-filter{
    color: #454545 !important;
    cursor: pointer;
}
.fast-filter:hover, .fast-filter.active{
    color: #f89a14 !important;
}
.content-header h1 a{
    float: right;
}
#detail-tab .nav-tabs .nav-item, .nav-tabs .nav-item a, #detail-tab .nav-tabs .nav-item:hover, #detail-tab .nav-tabs .nav-item:hover a, #detail-tab .nav-tabs .nav-item a.active{
    border-radius: 10px !important;
    background: #D3D9E5 !important;
    color: black !important;
    font-size: 12px !important;
    font-weight: normal !important;
    margin: 0 2px 0 !important;
}
#extra-tab.nav-tabs .nav-item a.nav-link{
    background: #DDD !important;
}
.card-body{
    border-radius: 25px;
    background: white;
    margin-bottom: 2em;
}
#extra-tab.nav-tabs .nav-item a.nav-link.active, #extra-tab.nav-tabs .nav-item a.nav-link:hover{
    background: #F59C2D !important;
}
#detail-tab .nav-tabs .nav-item:hover, #detail-tab .nav-tabs .nav-item:hover a, #detail-tab .nav-tabs .nav-item a.active{
    background: #1CD3C6 !important;
    color: white !important;
}
#detail-tab{
    background: transparent;
    border-color: transparent;
    padding: 10px 0 !important;
}
.card{
    background: transparent;
}
.select2-selection__rendered li.select2-selection__choice[title="Selecciona una opción"]{
    display: none !important;
}
.buttons-modal-container.detail button{
    border-radius: 25px !important;
    width: 15em !important;
    margin: 15px 25px; 
}
.buttons-modal-container.detail{
    justify-content: flex-end;
}
.select2-container--bootstrap .select2-dropdown{
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
input:focus + datalist{
    z-index: 999998 !important;
    display: block !important;
    position: absolute;
    width: 10em;
    padding: 10px 15px;
    background: white;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 1px 1px 3px #ccc;
    max-height: 8em;
    overflow-y: scroll;
    cursor: pointer;
}
input:focus + datalist option:hover{
    color: white;
    background: #CCC;
}
/*[custom-title]:hover::after {
    content: attr(custom-title);
    position: absolute;
    font-weight: normal !important;
    padding: 5px 10px;
    border: 1px solid gray;
    background: white !important;
    border-radius: 25px;
    font-size: 14px;
    z-index: 9999;
}
*/
.icon-select .icon img{
    height: 100% !important;
    width: 100% !important;
}
*[custom-title]:hover{
    position: relative;
}
*[custom-title]:hover::after {
    content: attr(custom-title);
    padding: 4px 8px;
    color: #000;
    position: absolute;
    right: 0;
    top: 100%;
    max-width: 250px;
    z-index: 999 !important;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background:#eee;
    font-size: 12px;
}.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 5px;
    height: 14px;
    font-size: 12px; 
}
.card-body{
    min-height: 500px;
}
.card-body > .card-body, .card-body + .card-body, .card-body.no-datatable-buttons, .tab-pane .card-body, .modal-body .card-body{
    min-height: 0;
}
.modal-body .card-body{
    margin: 0;
    border-radius: 0;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field{
    border: none;
    border-radius: 25px;
}
.select2-dropdown{
    border: none;
}
.select2-container--bootstrap .select2-dropdown{
    
    -webkit-box-shadow: 0 12px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 12px 12px rgb(0 0 0 / 18%);
}
table .bootstrap-switch, table .bootstrap-switch > div{
    border-color: #8C8C8C;
}
.fc-agendaDay-view th.fc-resource-cell{
    border: none !important;
    padding: 10px 5px !important;
    overflow: hidden !important;
}
.fc-agendaDay-view th.fc-resource-cell:nth-child(2){
    border-top-left-radius: 25px;
}
.fc-agendaDay-view th.fc-resource-cell:last-child{
    border-top-right-radius: 25px;
}
.fc-agendaWeek-view, .fc-month-view {
    border: 1px solid #8C8C8C !important;
}
.fc-day-header {
    border-top: 1px solid #8C8C8C !important;
}
.fc-agendaDay-view .fc-day-header{
    border: none !important;
}
.fc-body > tr > td, .fc-head-container {
    border: none !important;
}
.fc-scroller::-webkit-scrollbar {
    width: 2px;
}
.fc-scroller::-webkit-scrollbar-thumb {
    background: #454545;
}
.fc-toolbar .btn-primary{
    background: none !important;
    border: 1px solid #8C8C8C !important;
    color: #8C8C8C !important;
    font-size: 14px !important;
    padding: 2px 15px;
    border-radius: 25px !important;
    margin: 0 3px !important;
}
.fc-toolbar .btn-primary.active, .fc-toolbar .btn-primary.active, .fc-toolbar .btn-primary.disabled, .fc-toolbar .btn-primary:hover{
    background: #F59C2D !important;
    border: 1px solid #F59C2D !important;
    color: white !important;
}
.fc-toolbar .btn-primary.fc-today-button{
    margin-left: 4em !important;
}
.fc-toolbar .btn-primary.fc-customCalendarPick-button, .fc-toolbar .btn-primary.fc-customConfig-button{
    width: 2em;
    border-radius: 0% !important;
    text-align: center !important;
    padding: 5px 0;
}
.fc-toolbar .btn-primary.fc-customConfig-button{
    margin-left: 2em !important;
}
.fc-toolbar h2{
    font-size: 22px;
    padding: 2px 0 0 95px;
}
.fc .fc-toolbar .fc-left >div{
    width: auto !important;
    min-width: 17em;
}
body .fc#calendar-container{
    padding: 0 !important;
}
.content-header h1 a.imprimir-agenda{
    color: white !important;
    border: 1px solid #2B2A29 !important;
    background: #2B2A29 !important;
    border-radius: 100%;
    width: 3em;
    padding: 6px 0px 1px !important;
    text-align: center;
}
.content-header h1 a.imprimir-agenda:hover{
    color: #2B2A29 !important;
    background: white !important;
}
.content-header h1 a.imprimir-agenda i{
    margin: 0;
    font-size: 16px;
}
body > .header .navbar .nav > li > a > .label{
    top: 3px !important;
    right: 3px !important;
}
aside.left-side .logo, aside.left-side .logo-small{
    display: none;
}
div.dataTables_wrapper div.dataTables_info{
    font-weight: normal;
}
@media only screen and (min-width: 1200px){
   .container{
        width: 100%;
        max-width: none;
    }
    aside.left-side{
        position: fixed !important;
        top: 25px !important;
        left: 0;
        z-index: 999;
        max-height: 100vh;
        overflow-y: scroll;
    }
    aside.left-side .logo{
        display: block;
    }
    .hide_menu aside.left-side .logo{
        display: none;
    }
    .hide_menu aside.left-side .logo-small{
        display: block;
    }
    aside.right-side{
        padding-left: 220px;
    }
    aside.left-side::-webkit-scrollbar {
      width: 0;
      height: 0;
    }
    .hide_menu aside.right-side{
        padding-left: 85px;
    }
}
.dataTables_length{
    position: relative;
}
.dataTables_length .form-control{
    background: white !important;
    color: #8C8C8C !important;
    border-color: #8C8C8C !important;
    padding-right: 15px;
}
.dataTables_length::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    color: #8C8C8C;
    border-left: 0.3em solid transparent;
    top: 13px;
    right: 9px;
    position: absolute;
}
.buttons-html5.buttons-excel span, .buttons-html5.buttons-pdf span, .dt-buttons .buttons-print span{
    display: none;
}
.buttons-html5.buttons-excel{
    width: 36px;
    border: none;
    height: 34px;
    background: url(/img/excel.svg) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0;
    margin: 0 2px !important;
}
.buttons-html5.buttons-pdf{
    width: 36px;
    border: none;
    height: 34px;
    background: url(/img/pdf.svg) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0; 
    margin: 0 2px !important;
}
.dt-buttons .buttons-print{
    width: 36px;
    border: none;
    height: 34px;
    background: url(/img/impresion.svg) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0;
    margin: 0 10px 0 2px !important;
}
div.dataTables_wrapper div.dataTables_filter input{
    margin: 0 !important;
    border: 1px solid #8C8C8C !important;
    background: white !important;
}
.dataTables_filter{
    position: relative;
}
.dataTables_filter:after{
    font-family: uicons-regular-straight !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f207";
    position: absolute;
    top: 9px;
    right: 9px;
    transform: scaleX(-1);
}
.topbarnew{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.topbarnew a{
    color: white;
    margin: 0 15px;
    font-size: 12px;
}
.topbarnew a:hover{
    color: #F59C2D !important;
}
.topbarnew a i{
    font-size: 10px;
    margin: 0 5px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered{
    padding: 5px;
}
.fc-time-grid .fc-bgevent.fc-nonbusiness{
    opacity: 1;
}
.hide_menu aside.left-side{
    overflow: visible;
}
.change-clinic > a{
    color: white !important;
    cursor: pointer;
}
.change-clinic:hover  ul, .change-clinic ul:hover{
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    background: #333;
    z-index: 1;
    padding: 5px 15px 10px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    color: white;
}
.change-clinic ul li{
    list-style: none;
    cursor: pointer;
}
@media print {
    body, td, * {-webkit-print-color-adjust: exact;}
    html, body{
        background: white;
    }
    header, .skin-josh .left-side, .content-header, #filter-form, .go_to_tab.btn, footer{
        display: none;
    }
   .working-days tbody{
        display: table-row-group !important;
    }
   .form-group, .m-t-10, .move-filters-here{
        display: none;
    }
   .container{
        margin: 0;
    }
   .quadrant-table{
        margin: 1em;
    }
    table th, table td, table tr, table{
        border: none !important;
    }
   .quadrant-table tbody td, .quadrant-table thead th{
        padding: 0.55rem;
        font-size: .8em;
        border: 1px solid #2B2A29;
        border-collapse: collapse;
    }
    table th, table td{
        width: auto !important;
        border-bottom: 1px solid #CCC;
    }
    td.no-export{
        display: none !important;
    }
    table th{
        overflow: hidden !important;
    }
}
.colorpicker-saturation, .colorpicker-hue, .colorpicker-alpha, .colorpicker-color{
    display: none !important;
}
.fc-list-item-title {
    position: relative;
}
.fc-list-item-title  .iniciales_lista{
    position: absolute;
    display: block !important;
    left: -16px;
    font-weight: bold;
}
.colorpicker-selectors i{
    border-radius: 25px;
    height: 25px;
    width: 25px;
    margin: 10px;
    border: 1px solid #CCC;
}
.fc-event-dot {
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    border-radius: 100% !important;
}
.colorpicker-selectors{
    max-width: 350px;
    overflow: auto;
    height: 155px;
    padding: 10px;
    border-radius: 25px;
}
.colorpicker-selectors i+i{
    margin-left: 10px;
}

.colorpicker.dropdown-menu{
    border-radius: 25px;
}
.colorpicker-selectors i:hover{
    border-color: #343434;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container{
    background: white;
}
.move-filters-here{
    padding: 25px;
    margin-bottom: 2em;
    border-radius: 25px;
    background: white;
}
.card-body .move-filters-here{
    padding: 0;
    margin: 0;
    border-radius: 0;
    
}
.totalizer-table tbody tr, .totalizer-table thead tr{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.totalizer-table tr{
    border: none !important;
}
.totalizer-table td{
    display: block;
    width: 160px !important;
    font-size: 18px !important;
    margin: 0 auto;
    border: none !important;
    font-weight: bold;
    padding: 4px 0 10px !important;
}
.totalizer-table.table thead th{
    display: block;
    width: 160px !important;
    font-size: 14px !important;
    margin: 0 auto;
    border: none !important;
    border-radius: 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    font-weight: normal;
    padding: 10px 0 0 !important;
}
.totalizer-table.table19 td, .table19.totalizer-table.table thead th{
    width: 16.5% !important;
}
.dataTables_scrollBody .totalizer-table.table thead th{
    border: none !important;
}
.no-footer + .no-footer{
    margin-top: 1em;
}
.totalizer-table.table tbody tr:hover{
    background: none !important;
}
.totalizer-table.table-striped tbody tr:nth-of-type(odd){
    padding: 0;
}

div.dataTables_scrollBody table.totalizer-table tbody tr:first-child th, div.dataTables_scrollBody table.totalizer-table tbody tr:first-child td, table.table-bordered.totalizer-table.dataTable th, table.totalizer-table.table-bordered.dataTable td, .table-bordered{
    text-align:center !important;
}
.dataTables_scrollBody .totalizer-table thead tr{
    border: none !important;
}
.totalizer-table tbody tr td{
    padding-bottom: 0 !important;
    margin-bottom: 5px !important;
}
.totalizer-table.table thead tr th{
    padding-top: 0 !important;
    margin-top: 5px !important;
    border-radius: 0 !important;
}
.totalizer-table tbody tr td + td{
    border-left: 1px solid #CCC !important;
}

.fc-toolbar .btn-primary.fc-customCalendarPick-button{
    border-left: none !important;
    border-right: none !important;
}
.filterdates-copy, .filterdates-post-copy,.filterdatesnota-copy,.filterdatessalida-copy,.filterdatesentrega-copy,.filterdatesestimada-copy, .filterpreviousdates-copy{
    font-size: 13px;
    color: #8D8D8D;
    background: white;
    margin: 0 2px;
    border-color: #8C8C8C !important;
    border: 1px solid #8C8C8C;
    border-radius: 25px;
    padding: 0.75em 1.5em;
    width: auto;
    cursor: pointer;
}
.filterdatesnota-copy,.filterdatessalida-copy,.filterdatesentrega-copy,.filterdatesestimada-copy{
    padding: 0.5em 1em;
    margin-top: .5em;
}
.hidden-always {
    display: none !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.child, table.dataTable.dtr-inline.collapsed>tbody>tr>th.child, table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty{
    width: 100% !important;
}
@media only screen and (min-width: 1300px) and (max-width: 1700px){
    .full-tooth-container{
        left: 23.5% !important;
    }
}
@media only screen and (max-width: 1024px){
    .navbar > .hidden-xs{
        display: none !important;
    }
    .move-filters-here{
        flex-wrap: wrap !important;
    }
    .tooth_filters{
        width: 100% !important;
    }
    .col-xl-12.col-lg-2{
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .budget-detail-container div + div{
        display: none !important;
    }
    .budget-detail-container div + div +  div{
        display: block !important;
    }
    .nav-tabs .nav-item {
        margin: 5px;
    }
    .row{
        max-width: 100%;
    }
    #clinic_action ul.nav-tabs {
        justify-content: flex-end !important;
    }
    .acciones_agrupadas{
        position: static !important;
    }
    #odonts > div{
        display: none !important;
    }
    #odonts > div + div{
        display: block !important;
    }
}
@media only screen and (max-width: 767px){
    .skin-josh .left-side .sidebar li.active a:after, .left-side #menu li:hover a:after,.skin-josh .left-side .sidebar li.active a:before, .left-side #menu li:hover a:before {
        display: none;
    }
    .wrapper.hide_menu .sidebar, .wrapper.hide_menu .left-side{
        overflow: hidden;
        min-height: 0;
    }
    .visible-xs{
        display: block !important;
    }
    body > .header .logo,.hide_menu .page-sidebar .page-sidebar-menu, .automated-date-status{
        display: none !important;
    }
    .right-side{
        padding-left: 0;
    }
    .left-side {
        z-index: 9999;
    }
    .wrapper.hide_menu .sidebar, .wrapper.hide_menu .left-side{
        width: 30px;
    }
    section.sidebar{
        position: fixed;
        top: 24px;
        z-index: 99999;
        left: 0;
    }
    .btn.cambia-paciente, .btn.ver-disponibilidad{
        margin: 5px 0 !important;
    }
    .btn.cambia-paciente + .cambia-paciente{
        margin-left: 10px !important;
    }
    .container{
        padding: 0;
    }
    .date-new-changer, .automated-date-status, .automated-patient-status {
        flex-wrap: wrap;
    }
    .filterdates-copy{
        width: 100%;
        text-align: center;
        margin-bottom: 1em;
        border: none;
    }
    .right-side, .wrapper{
        min-height: 100vh;
    }
    .new-produced-status-changer, .new-date-status-changer, .new-recordatory-status-changer, .new-patient-status-changer, .automated-debtor-reditor-changer, .new-produced-status-changer, .new-filter-color-changer, .new-filter-areas-changer{
        margin: 0.4em 0.2em;
    }
    .pull-left{
        width: 50%;
        margin: 5px 0px 0 !important;
    }
    .pull-left + .pull-left{
        margin: -10px 0px !important;
    }
    .nav-tabs .nav-item{
        margin-bottom: 0.5em;
    }
    .automated-today, table.dataTable.dtr-inline.collapsed>tbody>tr>td.child, table.dataTable.dtr-inline.collapsed>tbody>tr>th.child, table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty{
        width: 100% !important;
    }
    .dataTables_scroll + .pull-left + .pull-right{
        margin-top: 2em;
    }
    .totalizer-table.table19 td, .table19.totalizer-table.table thead th{
        width: inherit !important;
    }
    .totalizer-table.table thead tr th + th, .totalizer-table tbody tr td + td{
        border-left: none !important;
    }
    div.dt-buttons{
        justify-content: flex-end;
    }
    #detail-tab {
        float: left;
        width: 100%;
        padding: 0 20px !important;
    }
    .tab-content > .active{
        clear: both;
    }
    .col-xs-12 * {
        max-width: 100% !important;
    }
    .totalizer-table td, .totalizer-table th{   
        font-size: 14px !important;
    }
    .move-filters-here > div{
        flex-wrap: wrap;
    }
}
.progress{
    background-color: #CDCDCD;
    border-radius: 25px;
}
.objective-container{
    display: flex;
    width: 1800px;
    min-width: 300px;
    max-width: 45%;
    align-items: flex-end;
    justify-content: center;
    padding: 0px 15px 5px;
    background: #F5F8FD;
    float: left;
    
    min-height: 70px;
}
@media only screen and (max-width: 1700px){
    .objective-container{
        max-width: 40%;
    }
}
@media only screen and (max-width: 1024px){
    .objective-container{
        display: none;
    }
}
.objective-row h4{
    margin-bottom: 0;
}
.objective-row span{
    text-align: center !important;
}
.objective-row{
    width: 300px;
    text-align: center;
}
.objective-row + .objective-row{
    margin-left: 15px;
}
@media only screen and (max-width: 767px){
    .more-filters, .topbarnew > a{
        display: none !important;
    }
    .navbar .navbar-nav > li.hidden-always.visible-xs{
        margin-left: 30px;
        position: absolute;
        top: 0px;
        left: 25px;
    }
    body > .header .navbar{
        flex-direction: column-reverse;
        flex-wrap: inherit;
        justify-content: flex-end !important;
        padding: 0px 5px;
        align-items: flex-end;
        display: flex;
        width: 100%;
        height: 110px;
    }
    .messages-menu > .dropdown-menu, .notifications-menu > .dropdown-menu, .notifications-menu > .dropdown-menu{
        right: -90px !important;
    }
    .col-xs-buscador{
        width: 75% !important;
        padding: 0 !important;
        margin: 5px 12.5% 15px 12.5% !important;
    }
    .objective-container {
        position: fixed;
        width: 100vw !important;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100vw;
        display: block;
        max-width: none !important;
    }
    .nav-item{
        position: static !important;
    }
    .objective-row{
        width: 93vw;
        text-align: center;
        margin: 5px 0 !important;
    }
    .objective-container > h3{
        text-align: center;
    }
    .objective-container > h3 i{
        margin-right: 1em;
    }
    .wrapper > .right-side{
        padding: 150px 0 0;
    }
    header.header{
        position: fixed;
        top: 0;
        left: 0;
    }
    body,html{
        overflow: visible;
    }
    table thead th, table tbody td{
        min-width: 100px;
    }
    .totalizer-table.table19 td, .table19.totalizer-table.table thead th{
        width: 175px !important;
        padding: 5px 10px !important;
    }
    .dataTables_wrapper{
        overflow: scroll;
        position: static;
    }
    table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
        right: 0 !important;
        bottom: 1.2em !important;
    }
    th .table-custom-selector{
        display: inline-block;
        width: 0;
        margin-left: 1em;
        font-size: 14px;
    }
    .table-responsive.no-datatable-buttons > div{
        padding: 20px 0 !important;
    }
    .m-t-10{
        position: absolute;
    }
    .m-t-10.pl1 {
        top: 45px;
        left: 0;
        width: 100%;
    }
    div.dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_filter input{
        width: 100%;
    }
    .m-t-10.pl2 {
        top: 0;
        left: 0;
    }
    .m-t-10.pl2 button{
        margin-left: 0 !important;
    }
    div.dt-buttons{
        justify-content: flex-start;
        margin-left: 5px;
    }
    .m-t-10.pr1 label{
        color: transparent;
    }
    .m-t-10.pl3 {
        display: none !important;
    }
    .m-t-10.pr1 {
        top: 0;
        right: 0;
    }
    .m-t-10.pr2 {
        bottom: 0;
        right: 0;
    }
    .dataTables_wrapper{
        position: relative;
        padding: 100px 0 50px !important;
    }
    .no-datatable-buttons .dataTables_wrapper{
        padding: 5px 0 15px !important;
    }
}

.range_inputs .applyBtn{
    display: block;
}
.tooltip-bold{
    min-width: 5em;
    display: inline-block;
}
td .pulsable{
    cursor: pointer;
    color: #445DA5;
}
body > .header .navbar{
    justify-content: space-between;
}
.novisible{
    visibility: hidden !important;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear{
    margin-top: 0;
}
.toast-bottom-right{
    transform: scale(.8)
}
.select2-selection__rendered .select2-selection__choice{
    display: none;
}.fc-now-indicator.fc-now-indicator-arrow {
    display: none;
}
.fi-sr-money-check-edit-alt{
    background: url(/money-cheque.png);
    display: block;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    padding: 5px;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true]{
    color: #F59C2D !important;
}
@media only screen and (max-width: 1250px) and (min-width: 1025px){
    .navbar-nav > .nav-item{
        margin-right: 0;
    }
    body > .header .navbar{
        width: 60%;
    }
    .objective-container {
        max-width: 29%;
    }
    .navbar-nav > .nav-item{
        margin-left: -10px;
    }
}
@media only screen and (max-width: 1350px) and (min-width: 1251px){
    
    .dataTables_wrapper{
        overflow: scroll;
    }
}

@media only screen and (max-width: 1250px) and (min-width: 768px){
    li.nav-item{
        position: relative !important;
    }
    .dataTables_wrapper{
        overflow: scroll;
    }
    .move-filters-here > div{
        flex-wrap: wrap;
    }.totalizer-table.table19 td, .table19.totalizer-table.table thead th {
        width: 16.5% !important;
        min-width: 220px !important;
    }
    .new-date-status-changer,.new-request-status-changer, .new-recordatory-status-changer, .new-patient-status-changer, .new-produced-status-changer, .new-filter-color-changer, .automated-debtor-reditor-changer, .new-filter-areas-changer{
        width: auto;
        margin: 5px;
    }
    .message_alert_tooth_container{
        display: none !important;
    }
    .patient_ficha > div{
        max-width: 95%;
    }
    #detail-tab .nav-link, #extra-tab .nav-link{
        margin: 0 !important;
        padding: 7px 14px !important;
    }
}
.new-produced-status-changer, .new-date-status-changer,.new-request-status-changer, .new-recordatory-status-changer, .new-patient-status-changer,.automated-debtor-reditor-changer, .new-produced-status-changer, .new-filter-color-changer, .new-filter-areas-changer{
    opacity: 1 !important;
    border: 2px solid white;
}
.automated-debtor-reditor-changer{
    border: 1px solid #454545 !important;
}
.new-produced-status-changer.active, .new-date-status-changer.active,.new-request-status-changer.active, .new-recordatory-status-changer.active, .new-patient-status-changer.active, .automated-debtor-reditor-changer.active,.new-produced-status-changer.active, .new-filter-color-changer.active, .new-filter-areas-changer.active{
    position: relative;
    opacity: .9 !important;
    border: 2px double white;
}
.new-produced-status-changer.active:after, .new-date-status-changer.active:after,.new-request-status-changer.active:after, .new-recordatory-status-changer.active:after, .new-patient-status-changer.active:after, .automated-debtor-reditor-changer.active:after, .new-produced-status-changer.active:after, .new-filter-color-changer.active:after, .new-filter-areas-changer.active:after{
    position: absolute;
    color: white;
    background: #555;
    border-radius: 100%;
    padding: 0px 3px;
    content: 'x';
    font-size: 12px;
    line-height: 12px;
    bottom: -5px;
    right: 0px;
    border: 2px solid white;
    box-shadow: 2px 2px 4px #aaa;
}
.active-changer {
    
  position: relative;
  display: inline-block;
  width: 40px;
  height: 18px;
}
.active-changer input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
.activeslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.activeslider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: -4px;
    bottom: -4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #CCC;
  }
  input:checked + .activeslider {
    background-color: #1CD3C6   ;
  }
  
  input:focus + .activeslider {
    box-shadow: 0 0 1px #1CD3C6   ;
  }
  
  input:checked + .activeslider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  
  /* Rounded sliders */
  .activeslider.round {
    border-radius: 34px;
  }
  
  .activeslider.round:before {
    border-radius: 50%;
  }
  .move-filters-here .select2-container--bootstrap .select2-selection__clear{
    
    margin-right: 4px;
    font-size: 18px;
    line-height: 1.2em;
    width: 1.2em;
    text-align: center;
    color: #FD161B;
  }
  .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field{
    
    font-size: 13px;
  }
  .select2-container .select2-search--inline{
    width: 80%;
  }
  .select2-container .select2-search__field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #545454;
    opacity: 1; 
  }
  td .align-center .fi-rs-settings{
    font-size: 15px;
    cursor: pointer;
    line-height: .8em;
    padding: 0 5px;
    margin-left: 5px;
  }
  table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before{
    display: none !important;
  }
  table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
    font-family: "Font Awesome 5 Free"!important;
    content: '\f0dc';
    color: #545454 !important;
    opacity: .3;
    right: 0.2em;
    bottom: 0.7em !important;
  }    
  table.dataTable thead .sorting_asc:after{
    content:   "\f0d8";
    opacity: 1;
  }
  table.dataTable thead .sorting_desc:after{
    content:   "\f0d7";
    opacity: 1;
  }
  /**
  fa-sort "\f0dc";
  down "\f0d7"
  up 
  "\f0d8"
  */
textarea::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.3);
    border-radius: 25px;
}
textarea::-webkit-scrollbar {
    width: 10px;
    /* background: rgba(0,0,0,0.1); */
}
button.control-manana{
    box-shadow: none;
    border: 1px solid #565656;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    color: #343434;
    background: white;
    margin-top: 20px;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 15px;
}
button.control-manana + button.control-manana{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}
button.control-manana + button.control-manana + button.control-manana{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
button.control-manana.active, button.control-manana:hover{
    color: white;
    border-color: #F59C2D;
    background: #F59C2D;
}
.context-menu-item{
    text-align: left;
}

@media only screen and (min-width: 500px) and (max-width: 992px){
    .notifications-menu{
        display: none !important;
    }
    .wrapper.hide_menu .sidebar, .wrapper.hide_menu .left-side{
        width: 50px;
        max-width: 50px;
    }
    .left-side .sidebar-nav ul{
        padding-left: 0;
    }
    .sidebar .sidebar-toggle{
        right: 1em;
    }
    #detail-tab .nav-link, #extra-tab .nav-link{
        padding: 6px 10px !important;
        font-size: 11px !important;
    }
    body > .header .logo > img{
        max-width: 150px !important;
    }
    .nav-tabs .nav-item{
        margin: 2px;
    }
    .btn{
        font-size: 11px !important;
    }
    .fc-toolbar .btn-primary{
        font-size: 11px !important;
    }
    .fc-toolbar .btn-primary{
        padding: 2px 10px;
    }
    .fc-toolbar h2{
        font-size: 18px;
        padding: 2px 0 0 55px;
    }
    .dataTables_wrapper .table td .punch-type-btn{
        font-size: 10px !important;
    }
    .btn{
        padding: 5px 10px;
    }
    .table th, .table td{
        font-size: 10px !important;
    }
    .no-padding-left-th th {
        padding: 5px 12px !important;
    }
    table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{ 
        right: 0em;
        bottom: 0.3em !important;
    }
    .fc-listDay-view .fc-scroller{
        max-width: 100%;
        overflow-x: scroll !important;
    }
    .modal-header h4 button.pulsable{
        font-size: 11px !important;
        padding: 2px 8px !important;
    }
    .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field{
        font-size: 11px;
        padding: 0px;
    }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered{
        padding: 3px 0;
    }
    .select2-container--bootstrap .select2-selection{
        padding-left: 10px;
        padding-right: 10px;
    }
    .select2-container--bootstrap .select2-selection--multiple{
        min-height: 30px;
    }
    label{
        font-size: 11px !important;
    }
    .card-body{
        padding: 10px 5px;
    }
    .filterdates-copy, .filterdates-post-copy, .filterdatesnota-copy, .filterdatessalida-copy, .filterdatesentrega-copy, .filterdatesestimada-copy, .filterpreviousdates-copy{
        font-size: 11px;
    }
    .automated-dates{
        max-width: 180px !important;
        padding: 5px 0 0 !important;
    }
    .form-control{
        font-size: 11px !important;
    }
    .new-date-status-changer, .new-request-status-changer, .new-recordatory-status-changer, .new-patient-status-changer, .new-produced-status-changer, .new-filter-color-changer, .automated-debtor-reditor-changer, .new-filter-areas-changer{
        margin: 4px 2px;
        padding: 0.5em .7em;
    }
    input.form-control {
        padding: 4px 4px;
        height: 30px;
        font-size: 11px !important;
    }
    .buttons-html5.buttons-excel,.buttons-html5.buttons-pdf,.dt-buttons .buttons-print{
        width: 28px;
        height: 27px;
    }
    .dataTables_info {
        font-size: 11px;
    }
    ul li{
        font-size: 11px;
    }
    .skin-josh .hide_menu .left-side .sidebar li:hover ul{
        left: 50px;
    }
    .totalizer-table.table19 td, .table19.totalizer-table.table thead th{
        min-width: 130px !important;
    }
    .custom-tooltip{
        display: none !important;
    }
    .totalizer-table.table td{
        font-size: 14px !important;
    }
    h3, .h3{
        font-size: 18px;
    }
    .automated-debtor-reditor{
        padding: 0px 0 !important;
        max-width: 230px !important;
    }
    .automatednota-dates, .automatedsalida-dates, .automatedestimada-dates, .automatedentrega-dates{
        max-width: 170px !important;
    }
    button.control-manana{
        margin-top: 25px;
        cursor: pointer;
        padding: 5px 5px;
        font-size: 9px;
    }
    .automated-today{
        max-width: 200px;
    }
    .date-today-text input{
        font-size: 12px;
        width: 6.5em;
        margin-top: 10px;
    }
    .automated-today button{
        font-size: 9px !important;
        padding: 2px 5px;
        margin: 10px 4px 0;
    }
    .form-group {
        margin-bottom: 0.5rem;
    }
    .skin-josh .right-side > .content-header h1{
        font-size: 18px;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1200px){
    .new-date-status-changer, .new-request-status-changer, .new-recordatory-status-changer, .new-patient-status-changer, .new-produced-status-changer, .new-filter-color-changer, .automated-debtor-reditor-changer, .new-filter-areas-changer{
        padding: 0.5em 0.7em;
        margin: 2px;
    }
    .btn {
        font-size: 11px !important;
    }
    .pull-left + .pull-left {
        margin-left: 1.2em;
    }
    .pull-left {
        margin: 5px 0;
    }
    .content-header h1 a{
        padding: 8px 8px 8px 10px !important;
    }
    body > .header .navbar{
        justify-content: flex-end;
    }
    button.control-manana.active, button.control-manana, button.control-manana:hover{
        margin-top: 26px;
        padding: 5px 8px;
        font-size: 10px;
    }
    .automated-today{
        width: 260px;
    }
    .date-today-changer{
        margin: 0 5px;
        padding: 4px 7px;
    }
    .custom-tooltip{
        display: none !important;
    }
    .automated-patient-status{
        max-width: 610px !important;
    }
    .automated-debtor-reditor{
        max-width: 215px !important;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px){
    body > .header .navbar {
        width: 51%  !important;
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1400px){
    
    body > .header .navbar {
        width: 44%;
    }
    .objective-container {
        max-width: 38.5%;
    }
    .nav-tabs .nav-item {
        margin-left: 2px;
    }
    .btn {
        font-size: 11px !important;
    }
    #detail-tab .nav-link, #extra-tab .nav-link {
        margin: 1px !important;
        padding: 6px 8px !important;
    }
}
@media only screen and (max-width: 499px){
    .content-header h1{
        overflow: auto;
    }
    .content-header h1 a{
        margin-top: 5px !important;
        float: right !important;
    }
    .contraer #calendar-container{
        margin-left: 87% !important;
    }
    button.control-manana{
        padding: 5px 8px;
        font-size: 10px;
    }
    .date-today-changer{
        margin: 0 5px;
    }
    .btn {
        font-size: 10px !important;
    }
    .new-date-status-changer, .new-request-status-changer, .new-recordatory-status-changer, .new-patient-status-changer, .new-produced-status-changer, .new-filter-color-changer, .automated-debtor-reditor-changer, .new-filter-areas-changer{
        padding: 0.5em 0.8em;
    }
    .new-date-status-changer, .new-request-status-changer, .new-recordatory-status-changer, .new-patient-status-changer, .new-produced-status-changer, .new-filter-color-changer, .automated-debtor-reditor-changer, .new-filter-areas-changer{
        margin: 2px 2px;
    }
    .custom-tooltip{
        display: none !important;
    }
    .skin-josh .right-side > .content-header h1{
        font-size: 18px;
    }
    .message_alert_tooth_container{
        width: 100% !important;
    }
    table, table td {
        color: #454545;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 1024px){
    .objective-container{
        max-width: 100% !important;
        width: 100% !important;
        padding: 5px 3%;
    }
    body > .header .navbar {
        width: 80% !important;
    }
}
.modal-open .modal{
    background: rgba(0,0,0,0.4) !important;
}
.no_label_form label{
    display: none !important;
}
@media only screen and (max-width: 1699px) and (min-width: 1550px){
    body > .header .logo {
        max-width: 150px;
        width: 150px;
        min-width: 150px;
    }
    .objective-container {
        max-width: 55% !important; 
    }
}
@media only screen and (max-width: 1549px) and (min-width: 1350px){
    body > .header .logo {
        max-width: 100px;
        width: 100px;
        min-width: 100px;
    }
    .objective-container {
        max-width: 60% !important; 
    }
    .messages-menu, .notifications-menu {
        display: none !important;
    }
}

.btn-secondary.refresherTable, .btn-secondary.refresherTable:hover{
    border: none !important;
    margin-left: -4px !important;
    padding: 3px 10px 3px !important;
    background: #F59C2D !important;
    color: white !important;
}
 .btn-secondary.refresherTable i{
    font-size: 1.2em !important;
    display: block;
    margin-top: 5px;
}

.modal.show{
    display: block !important;
}