/*================================================================================
	Item Name: Robust - Responsive Admin Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.navbar-light{
    background-color: #2295ad;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
}



.btn-info {
    color: #fff;
    border-color: #2295ad !important;
    background-color: #2295ad !important;
}

.btn-primary {
    color: #fff;
    border-color: #2295ad !important;
    background-color: #2295ad !important;
}

.bg-info {
    background-color: #2295ad !important;
}

#navbar-mobile li{
    color: #fff !important;
}


.table_dashboard th, .table_dashboard td{
    padding: 1rem 0.6rem 0.5rem 0.6rem !important;
}

.smallHeight{
    height: 30px;
}

.info-status-chart{
    float: right;
}

.card-header-section{
    height: 42px;
}

.dot-orange {
    height: 25px;
    width: 25px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.dot-yellow {
    height: 25px;
    width: 25px;
    background-color: yellow;
    color: black;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.dot-red {
    height: 25px;
    width: 25px;
    background-color: red;
    color: white;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.dot-green {
    height: 25px;
    width: 25px;
    background-color: green;
    color: white;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.grid_header{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
}

.header_title{
    grid-column-start: 1;
    grid-column-end: 2;
}

.header_search{
    grid-column-start: 2;
    grid-column-end: 6;
}

.header_actions{
    grid-column-start: 5;
    grid-column-end: 6;
}

.header_search form{
    float: right;
}

.inner{
    width: 50%; float:left;
    display: inline-block;
 }
 .outer{
    width: 100%;
 }

 .list-group-item.active_client {
    z-index: 2;
    color: #3bafda !important;
    border: 2px solid #3bafda !important;
    background-color: white !important;
}

.active_client h5 {
    color: #3bafda !important;
    font-weight: bold !important;
}

 .nav.nav-pills .nav-item .nav-link.active.button-tab{
    color: #3bafda;
    background-color: white !important;
    border-bottom: none !important;
    border: 1px solid white;
    border-top: 3px solid #3bafda !important;
 }

 .nav.nav-pills .nav-item .nav-link.button-tab{
    color: black;
 }

 .nav.nav-pills.nav-pill-bordered .nav-item.button-tabs {
    border: 1px solid #d3d3d3;
    border-bottom: none !important;
}

.repeater-default .row{
    background-color: #f9f9f9;
    padding: 10px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
    margin-bottom: 10px;
}

.card-bordered{
    border: 1px solid #d3d3d3 !important;
    border-top: none !important;
 }

.btn_delete_items{
    float: right;
}

.newVisit{
    margin-top: 20px;
}

.table-responsive tbody, .table-responsive thead{
    width: 100% !important;
}

.header_search form input, .header_search form select {
    margin-right: 5px;
    margin-bottom: 5px;
}

.header_search form button{
    margin-left: 10px;
    margin-bottom: 5px;
}

.table th {
    background-color: #dce6eb;
}

.table .btn{
    padding: .3rem .5rem !important;
    margin-bottom: 0px !important;
}

.dataTables_length .custom-select{
    width: 60px !important;
    height: 25px !important;
}

.btn_delete_items {
    padding: .4rem .5rem !important;
}

.horizontal-top-icon-menu #main-menu-navigation li.nav-item .nav-link i {
    font-size: 1.5rem;
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: .5rem;
    text-align: center;
}

.header-navbar  .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    padding: 5px 20px;
}

.header-navbar .dropdown .dropdown-menu li > a.nav-link {
    padding: 1rem 1rem !important;
    min-width: 180px;
}

.header-navbar .dropdown .dropdown-menu li > a.nav-link:hover {
    background-color: #f5f5f5;
}

#header_search input, #header_search select{
    margin-right: 10px;
}

.grid_search_button{
    margin-top: 28px;
    display: inline-block;
}

.bold{
    font-weight: bold;
    color: #333;
}

.my_btn_export{
    margin-top: 28px;
    display: inline-block;
}

.canbill{
    float: left;
}

.pagination a{
    padding: 10px 15px;
    border: 1px solid #ddd;
}

.pagination li.active a{
    padding: 10px 15px;
    border: 1px solid #2295ad;
    background-color: #2295ad;
    color: #fff;
    font-weight: bold;
}

.nav_pagination nav{
    display: inline-block;
    width: auto;
}

.normal-text {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.blink_me {
    animation: blinker 2s linear infinite;
    color: red;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }

  .active_filter{
    border: 1px solid #2295ad !important;
    background-color: rgba(34,149,173, .1);
 }
   
  .searchoptions{
      float: left;
  }

  .gridColumnOptions{
    float: left;
    display: inline;
}  

  #visible_columns_options{
    float: left;
  }

#form .nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link{
    border-right: none !important;
}

#form .nav-vertical .nav-left ~ .tab-content{
    margin-left: 250px !important;
}

#form .tab-content .tab-pane{
    min-height: 400px;
}

.custom-link-tab{
    min-width: 251px !important;
}

.custom_checkboxes .tags input + label
{
    background: #fff;
    height: 38px;
    width: auto;
    display:inline-block;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    color: #646464;
    border: 1px solid #d7d7d7;
    min-width: 200px;
}

.custom_checkboxes .tags input:checked + label
{
    background: #2295ad;
    border: 1px solid #2295ad;
    height: 38px;
    width: auto;
    display:inline-block;
    padding: 5px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}

.label_bold label{
    font-weight: bold;
}


.rejected_bkg {background-color: #ff443e;}
.corrected_bkg {background-color: #f0a8f0;}
.pending_bkg {background-color: #fe8640;}
.approved_bkg {background-color: #10b165; }
.billed_bkg {background-color: #10b165; }
.archived_bkg {background-color: #358fff;}
.missing_bkg {background-color: #fd0c04;}

.rejected_color {color: #ff443e;}
.corrected_color {color: #fe8640;}
.pending_color {color: #f9cd43;color: #897022;}
.approved_color {color: #10b165; }
.billed_color {color: #10b165; }
.archived_color {color: #358fff;}


.badge-filters{
    background-color: #8596b5;
    padding: 5px !important;
}

.filters input[type=checkbox] {
    display:none;
}

.filters label
{
    background: #fff;
    height: 35px;
    min-width: 120px;
    display:inline-block;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    color: #8596b5;
    border: 1px solid #8596b5;
}

.filters input:checked + label
{
    background: #8596b5;
    border: 1px solid #8596b5;
    height: 35px;
    min-width: 120px;
    display:inline-block;
    padding: 5px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}


.display_mode input[type=radio] {
    display:none !important;
}

.display_mode label
{
    background: #fff;
    height: 35px;
    min-width: 120px;
    display:inline-block;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    color: #8596b5;
    border: 1px solid #8596b5;
    float: left;
    margin-right: 15px;
}

.display_mode input:checked + label
{
    background: #8596b5;
    border: 1px solid #8596b5;
    height: 35px;
    min-width: 120px;
    display:inline-block;
    padding: 5px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    float: left;
    margin-right: 15px;
}

.custom_checkboxes .tags input[type=checkbox] {
    display:none;
}

.custom-card-content{
    background-color: #f9f9f9;
}

.assesments_files_select input[type="file"]#file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.p07{
    padding: .7rem !important;
}

.assesments_files_select label[for="file"] {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #78909c;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    padding: 15px 40px !important;
    text-transform: uppercase;
    width: fit-content;
    text-align: center;
}

.text-custom-color{
    color: #78909c;
}

.fc-header-toolbar h2{
    padding: 10px;
    width: 100%;
    background-color: #2295ad;
    margin-bottom: 15px;
    color: #fff;
}

.fc-unthemed .fc-today {
    color: #fff;
    background: #2295ad ;
}

.btn-outline-primary.disabled, .fc button.disabled, .btn-outline-primary:disabled, .fc button:disabled{
    color: #2295ad;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead{
    border-color: #ccc;
}

.fc-left{
    width: 100%;
}

.fc button {
    color: #2295ad;
    border-color: #2295ad;
    background-color: transparent;
    background-image: none;
}

.fc-button-group {
    margin-right: 15px;
}

.fc-modal-footer{
    display: inline-block;
}

.fc-modal-header{
    background-color: #2295ad;
}

.fc-modal-header .modal-title{
    color: #fff;
}

.fc-modal-header{
    border-radius: 0px !important;
}

.fc-modal-header button{
    color: #fff;
    font-size: 2rem !important;
    padding-top: .9rem !important;
}

.calendar-sidebar, .calendar-sidebar > span#sidebarToggler, #eventListToggler{
    background-color: #78909c !important;
}

#eventListToggler, .calendar-sidebar, .calendar-sidebar > span#sidebarToggler, .evo-calendar{
    box-shadow: none !important;
}

.calendar-table th[colspan="7"], .event-list > .event-empty > p{
    color: #78909c !important;
}

.event-list > .event-empty {
    background-color: rgba(120,144,156,.15) !important;
    border: 1px solid #78909c !important;
}

.calendar-sidebar > .month-list > .calendar-months > li.active-month, .calendar-sidebar > .month-list > .calendar-months > li:hover{
    background-color: #6a7e88 !important;
}

.calendar-sidebar > .month-list > .calendar-months > li{
    padding: 5px 30px !important;
}

input.status_modal[type=radio] {
    display:none;
}

input.status_modal + label
{
    background: #fff;
    height: 33px;
    width: 19%;
    display:inline-block;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    color: #646464;
    border: 1px solid #d7d7d7;
}

input.status_modal:checked + label
{
    border: 1px solid #78909c;
    height: 33px;
    width: 19%;
    display:inline-block;
    padding: 5px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}

#calendar-visits .event-container > .event-info > p.event-title {
    font-size: 17px !important;
}

#visits_modal i{
    color: #78909c;
}

.img_choice{
    position: absolute;
    left: -20px;
    top: -30px;
    z-index: 10;
    width: 100px;
}
.text-color-basic{
    color: #78909c;
}
.img_new_choice{
    position: absolute;
    left: -20px;
    top: -30px;
    z-index: 10;
    width: 120px;
}

.border-custom{
    border: 1px solid rgba(120, 144, 156, .5);
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0 !important;
    margin-right: 8px !important;
    margin-bottom: 2px;
    padding: 2px 6px !important;
    color: #fff;
    border-color: #78909c !important;
    background-color: #78909c !important;
}
.display-inline label{
    display: inline !important;
}

.not_incident_report_url label{
    margin-top: 6px;
}

.select2{
    max-width: 100%;
}

.background-pyramid{
    background-color: #78909c !important;
}

input.actions[type=checkbox] {
    display:none;
}

input.actions + label
{
    background: #fff;
    height: 33px;
    display:inline-block;
    width: 100%;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    color: #646464;
    border: 1px solid #d7d7d7;
}

input.actions:checked + label
{
    border: 1px solid #78909c;
    background-color: #78909c !important;
    height: 33px;
    width: 100%;
    display:inline-block;
    padding: 5px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}

form .form-section1
{
    line-height: 3rem;

    margin-bottom: 20px;

    color: #1d2b36;
    border-bottom: 1px solid #1d2b36;
}

form .form-section2
{
    line-height: 3rem;

    margin-bottom: 20px;

    color: #1d2b36;
    border-bottom: 2px solid #1d2b36;
}

form .form-section3
{
    line-height: 4rem;

    margin-bottom: 20px;

    color: #1d2b36;
    border-bottom: 3px solid #1d2b36;
}

.alert-info {
    color: #104153 !important;
    border-color: #3bafda !important;
    background-color: #77c8e5 !important;
}

.bs-callout-success {
    display: block;
    color: black;
    border-color: #37bc9b !important;
    border-radius: .25rem;
    background-color: #afe8d9;
}

.bs-callout-success {
    color: black;
}

[class*="bs-callout"].callout-bordered {
    border: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-right-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
}

.client_list_mobile{
    display: none !important;
}

.client_list_desktop{
    display: block;
}

.blockOverlay{
    opacity: 0 !important;
}

.blockUI{
    position: fixed !important;
    padding: 5px !important;
    margin: 0px !important;
    width: 8% !important;
    top: 345px !important;
    left: 43% !important;
    text-align: center !important;
    color: rgb(0, 0, 0) !important;
    border: none !important;
    background-color: rgb(255, 255, 255) !important;
    cursor: wait !important;
}

.brand-text{
    line-height: 1 !important;
}

.brand-text small{
    font-size: 70% !important;
}

#modal_notification .modal-header, #modal_notification_single .modal-header{
    background-color: #78909c;
    text-align: center !important;
    border-radius: 0px;
}

#modal_notification .modal-header h4, #modal_notification_single .modal-header h4{
    color: #fff;

}

#modal_notification .modal-dialog, #modal_notification_single .modal-dialog{
    margin-top: 10%;
}

#notification_title, #notification_title_single{
   margin: auto;
}

.border-light-modal{
    border: 1px solid rgba(120,144,156, .2) !important;
}

.color-primary-pyr{
    color: #78909c;
}


.client_emp_relation .card{
    border: 1px solid #ddd;
    min-height: 200px;
}

.bg-gray{
    background-color: #f5f5f5;
}

.btn_home_active{
        background-color: #c76d58;
        color: #fff !important;
        border: none;
}

.timeline > li {
    list-style: none;
}

@media only screen and (max-width: 600px) {
    .grid_header{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .header_title{
        grid-column-start: 1;
        grid-column-end: 6;
        margin-top: 20px;
    }

    .header_search{
        grid-column-start: 1;
        grid-column-end: 6;
    }

    .header_search .btn-success{
        margin-top: 10px !important;
        float: right;
    }

    .header_actions{
        grid-column-start: 1;
        grid-column-end: 6;
    }

    .document_name{
        font-size: .6rem !important;
    }

    .horizontal-top-icon-menu #main-menu-navigation li.nav-item .nav-link i {
        display: inline-block !important;
        margin-right: 10px;
    }

    .fa-ellipsis-v{
        display: none !important;
    }

    #header_search input, #header_search select{
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .client_list_mobile{
        display: block !important;
    }

    .client_list_desktop{
        display: none !important;
    }



}


@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {

    .grid_header{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .header_title{
        grid-column-start: 1;
        grid-column-end: 6;
        margin-top: 20px;
    }

    .header_search{
        grid-column-start: 1;
        grid-column-end: 6;
    }

    .header_search .btn-success{
        margin-top: 10px !important;
        float: right;
    }

    .header_actions{
        grid-column-start: 1;
        grid-column-end: 6;
    }

    form .form-section{
        line-height: 1.6rem;
    }


}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 600px) {
    /* Styles */
   .clock_hours {
       display: inline-block;
       width: 60px;
       height: calc(2.75rem + 2px);
   }

    .clock_minutes {
        display: inline-block;
        width: 60px;
        height: calc(2.75rem + 2px);
    }

    .clock_ampm {
        display: inline-block;
        width: 60px;
        height: calc(2.75rem + 2px);
    }
    .dropzone .dz-message {
        font-size: 1.2rem !important;
    }
    .custom-link-tab{
        min-width: 115px !important;
    }

    #form .nav-vertical .nav-left ~ .tab-content{
        margin-left: 50px !important;
    }

    .header-actions{
        display: inline-block !important;
    }

    .header-actions-container{
        position: relative !important;
        top: 10px !important;
    }

    .table-responsive-custom {
        display: block;
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }


    #sendInvite{
        float: right;
        margin-top: 10px;
    }

    .inner{
        width: 100%; float:left;
     }
     .outer{
        width: 100%;
     }    


}


/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
    /* Styles */
    .clock_hours {
        display: inline-block;
        width: 42px;
        height: calc(2.75rem + 2px);
    }

    .clock_minutes {
        display: inline-block;
        width: 42px;
        height: calc(2.75rem + 2px);
    }

    .clock_ampm {
        display: inline-block;
        width: 47px;
        height: calc(2.75rem + 2px);
    }


}


