/*
green : #6DA413
blue : #0A5A95
grey : #8D8D8D
 */
html {
    color: #686868;
}

html, h1, h2, h3, h4, h5, h6 {
    font-family: "Rubik", sans-serif;
}

body {
    background-color: #fff !important;
}

#header .header-search-wrapper.sideNav-lock {
    margin: 10px auto 0 260px;
    width: 35%;
}

#breadcrumbs-wrapper {
    margin-bottom: 10px;
    height: 31px;
    background: #fff;
}
/*.loader-section  {
    opacity: 0.2;
}*/

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 35%;
    width: 80px;
    height: 80px;
    margin: 1px 0 0 -75px;
    border-radius: 50%;
    border: 8px solid transparent;
    border-top-color: #8D8D8D;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    z-index: 1002;
    border-left-color: #8D8D8D;
    border-bottom-color: #8D8D8D;
}

#loaderimg {
    display: block;
    position: absolute;
    left: 50%;
    top: 35%;
    width: 140px;
    height: 140px;
    margin: 1px 0 0 -70px;
    z-index: 1001;

}


#waiter .messages {
    position: absolute;
    left: 0;
    top: calc(50% + 80px);;
    /* margin: 1px 0 0 -70px; */
    z-index: 1001;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-style: italic;
    font-weight: bold;
}

.loaded #loaderimg {
    display: none;
}
#loader::before, #loader::after {
    content: none;
}

ul.side-nav.leftside-navigation {
    top: 88px;
    overflow: hidden;
    height: 100%;
}

.background-grey {
    background-color: #D6DCE5;
    color: #000;
}

.background-blue {
    background-color: #0A5A95;
    color: #fff;
}

/*================================================================================
HEADER && MENU
**********************************************************************************/
#header {
    height: 75px;
}

/*================================================================================
CARDS
**********************************************************************************/
.card-content {
    padding-top: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 4px 2px #ccc;
    border-radius: 20px;
    margin-top: 10px;
    padding: 19px;
}

/*================================================================================
TABS
**********************************************************************************/
.green {
    background-color: #53A5E0  !important;
    color: #fff;
}

.tabs.tabs-fixed-width {
    display: flex;
    overflow-x: hidden;
}

.tabs .tab a:hover, .tabs .tab a.active {
    background-color: #0A5A95;
    color: #ffffff;
}

.tabs .tab a {
    color: #0A5A95;
}

.tabs .indicator {

    background-color: #ffffff;
}

/*****************************************************************
BUTTONS
/*****************************************************************/
.btn:hover, .btn-large:hover {
    background-color: #0A5A95;
}

.btn-primary {
    background-color: #0A5A95;
    color: #fff;
}

.btn-floating {
    background-color: #0A5A95;
}

a {
    color: #0A5A95;
}

.content-buttons {
    margin-top: 10px;
    text-align: right;
}

.brand-sidebar .logo-wrapper {
    padding-top: 15px;
}

.brand-sidebar .logo-wrapper a.brand-logo img {
    height: 56px;
}

.nav-expanded .brand-sidebar, .nav-expanded .brand-sidebar {
    background: #fff !important;
}

.brand-sidebar {
    background: #fff !important;
}

.brand-sidebar .logo-wrapper a.navbar-toggler i {
    color : #616161
}

.background-cf-blue {
    background: #203864;
}

.background-cf-green {
    background: #53A5E0 ;
}

.btn.background-cf-green:hover {
    background: #95bf43 !important;
}

.font-cf-blue {
    color: #203864;
}

.font-cf-green {
    color: #53A5E0 ;
}

.side-nav li > a, #slide-out li a i {
    color: #0A405D;
}

ul.side-nav .collapsible-header:after {
    color: #0A405D;
}

nav{
    background-color: #8d8d8d4a;
    background-color: #fff;
    color: #0a5a95;
    box-shadow: 0px 2px 5px 0px rgba(141, 141, 141, 0.76);
    /*box-shadow: none;*/
}

.nav-wrapper h4 {
    margin-top: 0;
}

.side-nav .li-hover {
    color: #ffffff;
}


.table-button {
    margin-top:10px;
    border: 2px solid #203864;
    margin-top: 0px;
    padding: 3px 5px;
    border-radius: 10px;
    margin-right: 30px;
}

.table-button i {
    font-size: 16px;
    margin-right: 0px !important;
}

.table-button:hover {
    background-color: #203864;
    color: #fff;
}
/*****************************************************************************
MATERIAL DROPDOWN
 */

.select-wrapper + label {
    top: -15px;
}

.dropdown-content li {
    min-height: 20px;
    line-height: 1rem;
}

.dropdown-content li > a, .dropdown-content li > span {
    font-size: 12px;
    color: #203864;
    display: block;
    line-height: 16px;
    padding: 5px 16px;
}

/*****************************************************************************
MATERIAL ICONES
 */
.material-icons.connfood-blue:hover {
    color: #fff;
    background-color: #0A5A95;
}

.material-icons.connfood-blue {
    font-size: 17px;
    color: #8D8D8D;
    border: 2px solid #0A5A95;
    border-radius: 50%;
    padding: 3px;
}

.material-icons.connfood-blue.small {
    font-size: 13px;
    border: 0px solid #0A5A95;
    padding: 1px;
}

.material-icons.connfood-red:hover {
    color: #fff;
    background-color: #B71C1C;
}

.material-icons.connfood-red {
    font-size: 17px;
    color: #B71C1C;
    border: 2px solid #B71C1C;
    border-radius: 50%;
    padding: 3px;
}

.material-icons.connfood-red.small {
    font-size: 13px;
    border: 1px solid #B71C1C;
    padding: 1px;
}

.material-icons.no-border {
    border: none !important;
}

.material-icons.connfood-liveaudit-alert {
    font-size: 12px;
    color: #B71C1C;
    padding: 0px;
}

/*****************************************************************************
MATERIAL ICONES
 */
.material-tooltip .backdrop {
    background-color: #53A5E0 ;
}

/******************************************************************************
ACTIVE INACTIVE Table buttons
 */

.activeicon {
    color : #95bf43;
    font-weight: bold;
}

.inactiveicon {
    color : #b71c1c;
    font-weight: bold;
}

/******************************************************************************
DATATABLES common css
 */

.dataTables_wrapper .dataTables_filter {
    float: left;
}

.dataTables_wrapper .dataTables_filter label {
    display: inline-flex;
    font-size: inherit;
}

.dataTables_wrapper .dataTables_filter input {
    margin-top: -4px !important;
    margin-left: 10px !important;
}

#data-table-simple_length, .dataTables_length {
    display: none;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 3px 10px !important;
    border-bottom: 1px dotted #ccc;
}

table.dataTable tbody tr.odd {
    background-color: #dedede4a;
}

table.dataTable tbody tr:hover {
    background-color: #0a5a9526;
}

/******************************************************************************
ACTOR EDIT
 */
#sites .btn-floating {
    margin-top: 10px;
}

/******************************************************************************
MODAL
 */

.modal.modal-fixed-footer {
    overflow: visible;
}

.modal-fixed-footer .modal-header2 {

    position: absolute;
    width: 90%;
    border: 1px solid #203864;
    background-color: #203864;
    color: #fff;
    /* margin: 0 auto; */
    margin-left: 5%;
    /* padding-left: 50%; */
    box-shadow: 10px 5px 5px #20386469;
    top: -22px;
    z-index: 10000;
}

.modal-fixed-footer.with-header .modal-content {
    height: calc(100% - 66px);
}

#BKmodalActor {
    max-height: 85%;
    top : 5%;
    height:90%;
}

.jstree-default .jstree-node.objdata .jstree-themeicon {
    background-position: -100px -68px;;
    background-repeat: no-repeat;
}

/**********************************************************************************
JSGRID
 */

.jsgrid-edit-row input {
    margin-bottom: 0 !important;
}

/******************************************************************************
CDC INDEX
 */
.cdc-block .card-image {
    height: 60px;
}

.cdc-block .card-image h5 {
    padding: 0 !important;
    color: #fff;
    padding-top: 10px !important;
    margin-left: 10px !important;
}

.cdc-block .card-content div {
    text-align: center;
}
.cdc-block .card-content div img {
    max-height: 150px;
    max-width: 100%;
}

/******************************************************************************
Max-width 1050px
 */

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

    #header .header-search-wrapper.sideNav-lock {
        margin: 10px auto 0 260px;
        width: 35%;
    }

    .nav-wrapper ul li.action-buttons a {
        max-width: 50px;
    }
}