/*
A1 color scheme
*/
/*Plus icon in datatables*/
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, .dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    background: #F44336 !important;
    color: white !important;
    border-radius: 2px !important;
    border: none !important;
    top: 0px !important;
    left: -16px !important;
    line-height: 16px !important;
    box-shadow: none !important;
    font-weight: 700 !important;
    height: 16px !important;
    width: 16px !important;
    text-align: center !important;
    text-indent: 0 !important;
    font-size: 14px !important;
}
.theme_color {
    color: #da291c;
}
.checkbox.checkbox-css input:checked + label:before {
    background: #da291c;
    border-color: #da291c;
}
.radio.radio-css input:checked + label:before {
    background: #da291c;
    border-color: #da291c;
}
.radio.radio-css input:checked:disabled + label:before {
    background: #808080;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background: #da291c !important;
    color: #fff !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover, .nav-pills > li > a.active, .nav-pills > li > a.active:focus, .nav-pills > li > a.active:hover {
    background: #da291c !important;
    color: #fff !important;
}
.table_header_color {
    background: #da291c !important;
}
.table_header_color > th {
    color: #fff !important;
}
/*Datetime picker*/
datepicker table tr td span.active.active, .datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active:hover:hover, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover, .open .dropdown-toggle.datepicker table tr td.active:hover {
    background: #da291c !important;
    color: #fff !important;
}
.datepicker table tr td span.active.active, .datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active:hover:hover, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover, .open .dropdown-toggle.datepicker table tr td.active:hover {
    background: #da291c!important;
    color: #fff!important;
}
.navbar-logo,
.coming-soon .brand .logo,
.login .login-header .brand .logo {
    border-color: #E57373 #da291c #D32F2F;
}
.sidebar .nav > li.active > a, 
.sidebar .nav > li.active > a:focus, 
.sidebar .nav > li.active > a:hover,
.page-sidebar-minified .sidebar .nav > li.has-sub.active:focus > a, 
.page-sidebar-minified .sidebar .nav > li.has-sub.active:hover > a, 
.page-sidebar-minified .sidebar .nav > li.has-sub.active > a,
.label.label-theme,
.btn.btn-scroll-to-top {
    background: #da291c;
}
.navbar.navbar-inverse .navbar-brand {
    color: #fff !important;
}
.sub-menu-button {
    background: #da291c !important;
}
.text-theme,
.sidebar .sub-menu > li.active > a:before {
    color: #da291c;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-header {
        background: #da291c;
    }
}
.dropdown-menu.media-list .dropdown-header {
    background: #da291c !important;
    font-size: 10px;
    color: #fff;
}

/* Added in v1.5 */

.gradient-enabled .navbar.navbar-inverse .navbar-brand,
.gradient-enabled .sidebar .nav > li.active > a, 
.gradient-enabled .sidebar .nav > li.active > a:focus, 
.gradient-enabled .sidebar .nav > li.active > a:hover,
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active:focus > a, 
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active:hover > a, 
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active > a,
.gradient-enabled .label.label-theme,
.gradient-enabled .btn.btn-scroll-to-top,
.gradient-enabled .top-menu .nav > li.active > a, 
.gradient-enabled .top-menu .nav > li.active > a:focus, 
.gradient-enabled .top-menu .nav > li.active > a:hover {
    background: #e57373; /* Old browsers */
    background: -moz-linear-gradient(top,  #e57373 0%, #e53935 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e57373 0%,#e53935 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e57373 0%,#e53935 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e57373', endColorstr='#e53935',GradientType=0 ); /* IE6-9 */
}
.pace-progress {
    background: #da291c;
}
.pace .pace-activity {
    border-top-color: #da291c;
    border-left-color: #da291c;
}


/* Added in v1.7 */

.page-with-light-sidebar .sidebar .nav > li.active > a > i {
    color: #da291c;
}
.page-with-light-sidebar .sidebar .nav > li.active > a .badge,
.page-with-light-sidebar .sidebar .nav > li.active > a .label.label-theme {
    background: #da291c;
}


/* Added in v1.9 */

.top-menu .nav > li.active > a, 
.top-menu .nav > li.active > a:focus, 
.top-menu .nav > li.active > a:hover {
    background: #da291c;
}

/* RED ELEMENTS*/

.btn.btn-info,
.btn.btn-info.disabled,
.btn.btn-info.disabled:hover,
.btn.btn-info.disabled:focus,
.btn.btn-info[disabled],
.btn.btn-info[disabled]:hover,
.btn.btn-info[disabled]:focus {
    color: #fff;
    background: #da291c !important;
    border-color: #da291c !important;
}
.btn.btn-success,
.btn.btn-success.disabled,
.btn.btn-success.disabled:focus,
.btn.btn-success.disabled:hover,
.btn.btn-success[disabled],
.btn.btn-success[disabled]:focus,
.btn.btn-success[disabled]:hover {
    color: #fff;
    background: #da291c;
    border-color: #da291c;
}
.pace-progress {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    text-align: center;
    height: 3px;
    background: #da291c;
    transition: width 1s;
    z-index: 2000;
}
.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 75px;
    right: 8px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #da291c;
    border-left-color: #da291c;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}
.header .navbar-logo {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    background: #da291c;
    border: 10px solid transparent;
    border-color: rgba(0,0,0,0) rgba(0,0,0,0.15) rgba(0,0,0,0.3);
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.header .navbar-logo {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    background: #da291c;
    border: 10px solid transparent;
    border-color: rgba(0,0,0,0) rgba(0,0,0,0.15) rgba(0,0,0,0.3);
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.float-sub-menu li.active:after {
    border-color: #da291c;
}
.has-success .input-group-addon {
    color: #025656;
    background-color: #bfe5e1;
    border-color: #da291c;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background: #da291c !important;
    color: #fff;
}
.selected_row {
    background: #da291c !important;
    color: #fff;
}
.ui-stats-hover,
.ui-widget-header .ui-stats-hover,
.ui-widget-content .ui-stats-hover,
.ui-stats-focus,
.ui-widget-header .ui-stats-focus,
.ui-widget-content .ui-stats-focus {
    border: none !important;
    background: #da291c !important;
    color: #fff !important;
    margin: 0 !important;
    border-radius: 0 !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active,
.ui-button.ui-state-active:hover {
    background: #da291c !important;
    border-color: #da291c !important;
}