a {
    color: #c9252c
}

.sidebar .nav>li.active>a i,
.top-menu .nav>li.active>a i {
    color: #fff /* ff5b57 */
}

.sidebar .nav>li.active>a {
    background-color: #444
}

a:focus,
a:hover {
    color: #b10d14 /* cc4946 */
}

.coming-soon .brand .logo,
.header .navbar-brand .navbar-logo,
.header .navbar-nav>li>a .label,
.pace .pace-progress {
    background: #c9252c
}

.gradient-enabled .sidebar .nav>li.active>a,
.gradient-enabled .sidebar .nav>li>a .label.label-theme {
    background: -webkit-linear-gradient(to bottom, #ff7471 0%, #ff423e 100%);
    background: -moz-linear-gradient(to bottom, #ff7471 0%, #ff423e 100%);
    background: -o-linear-gradient(to bottom, #ff7471 0%, #ff423e 100%);
    background: linear-gradient(to bottom, #ff7471 0%, #ff423e 100%)
}

.float-sub-menu-container .float-sub-menu li.active:after,
.page-with-light-sidebar .sidebar .sub-menu>li.active:after,
.sidebar .sub-menu>li.active:after {
    border-color: #c9252c
}

.bg-theme {
    background-color: #c9252c!important
}

.label-theme,
.login.login-v1 .login-container .login-header .brand .logo,
.login.login-v2 .login-header .brand .logo,
.login.login-with-news-feed .right-content .login-header .brand .logo {
    background-color: #c9252c
}

.sidebar .nav > li.active > a .badge,
.sidebar .nav > li.active > a .label {
    background-color: #c9252c
}

.text-theme {
    color: #c9252c
}

.todolist>li.active>a i:before {
    content: '\f14a';
    color: #c9252c
}

.todolist>li.active>a:focus i:before,
.todolist>li.active>a:hover i:before {
    color: #ff5b57
}

.pace .pace-activity {
    border-top-color: #ff5b57;
    border-left-color: #ff5b57;
    display: none !important;
}

/* Added CSS */

.header.navbar-default {
    box-shadow: 0 3px 3px rgba(0,0,0,0.14);
}

@media(max-width:480px) {
    .page-header small {
        display: none;
        visibility: hidden
    }
}

.btn-primary {
    background-color: #c9252c;
    border-color: #c9252c
}

.btn-primary:hover {
    color: #fff;
    background-color: #b10d14;
    border-color: #b10d14
}

.btn-primary.focus, 
.btn-primary:focus {
    box-shadow: 0 0 0 0 rgba(82, 160, 230, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #c9252c;
    border-color: #c9252c
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #b10d14;
    border-color: #b10d14
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(82, 160, 230, .5)
}

a.btn-primary:active,
a.btn-primary:visited {
    color: #fff;
}

.checkbox.checkbox-css input:checked + label::before {
    background: #c9252c;
    border-color: #c9252c;
}

.page-header small {
    font-size: 40%;
    letter-spacing: 2px;
    margin-left: 10px;
    text-transform: uppercase
}

.panel-body-header-icon {
    margin: 20px auto 40px;
    color: rgba(0,0,0,.15)!important;
    font-size: 10em
}

.alert i.fab,
.alert i.far,
.alert i.fas {
    position: relative;
    top: 3px;
    margin-right: 12px;
    font-size: 1.5em;
    line-height: 0
}

/*.pace-no */.pace.pace-active,
.pace-overlay {
    display: none !important;
}

div dl:last-child {
    margin-bottom: 0
}

dl dd:last-child {
    margin-bottom: 0
}

/* Tables */

td.with-btn a.btn {
    width: 60px;
    margin-right: 10px
}

td.with-btn a.btn:last-of-type {
    margin-right: 0
}

@media (max-width:480px) {
    .table tbody tr td.with-btn {
        padding-top: 8px;
        padding-bottom: 8px
    }
    
    td.with-btn a.btn {
        display: block;
        margin-right: 0;
        margin-bottom: 10px
    }

    td.with-btn a.btn:last-of-type {
        margin-bottom: 0
    }
}

.function-row {
    margin-bottom: 15px
}

.function-row .btn {
    margin-right: 5px;
    margin-bottom: 10px
}

.function-row .btn:last-child {
    margin-right: 0
}

@media (max-width:480px) {
    .function-row .btn {
        width: 100%;
    }
    
    .function-row .btn:last-child {
        margin-bottom: 0
    }
}
    
.profile-image {
    margin-bottom: 20px;
    width: 100%;
    max-width: 300px;
}

.company-image {
    margin-bottom: 20px;
    width: 100%;
    max-width: 300px;
}

.table.table-fields>thead>tr>th {
    border: none;
    border-bottom: none!important;
    color: #333;
    background: 0 0
}

.table.table-fields>thead>tr>th h4 {
    font-size: 20px;
    margin-top: 0
}

.table.table-fields>thead>tr>th h4 small {
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px
}

.table.table-fields tbody>tr td {
    border: none;
    color: #333;
    background: 0 0
}

.table.table-fields tbody>tr td .form-control {
    border-color: #cfcfcf
}

/*.table.table-fields tbody>tr td .form-control:focus {
    border-color: #5db0ff
}*/

.table.table-fields tbody>tr td.field {
    width: 150px;
    text-align: right;
    font-size: 13px;
    font-weight: 600;
    color: #777
}

@media (max-width:991.98px) {
    .table.table-fields tbody>tr td.field {
        width: 35%
    }
}

.table.table-fields tbody>tr.highlight>td {
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf
}

.table.table-fields tbody>tr.divider>td {
    padding: 0!important;
    height: 10px
}

.sidebar,
.sidebar-bg {
    width: 240px
}

.content {
    margin-left: 240px
}

@media(max-width: 767.98px) {
    .sidebar,
    .sidebar-bg {
        left: -240px
    }
    
    .content {
        margin-left: 0
    }
}