header.navbar {
    background: linear-gradient(269.99deg, #ED1C24 0.01%, #EF4029 19.15%, #FF671F 99.99%);
    box-shadow: 0 4px 10px rgba(255, 103, 31, 0.1);
    color: #fff;
}

header.navbar .header-nav {
    background-color: transparent;
}

body #form-canvas .form-section-title span,
body #form-canvas .subform-section-title span {
    background: #f95922;
    color: #ffffff;
    border-radius: 6px;
}

body .dataList thead tr {
    background-color: #f95922;
}

header.navbar .header-nav .nav > .inbox-notification {
    display: none;
}

.dataList .table-wrapper {
    overflow-x: auto;
    width: 100%;
    border-radius: 6px;
}

body .form-cell .grid thead tr {
    background: #deb29d;
}

body .form-cell .grid thead tr, body .subform-cell .grid thead tr {
    background: white;
    color: black;
}

/*.main-menu .menu-container .active{*/
/*    background-color: blanchedalmond;*/
/*    color: white;*/
/*}*/

body.horizontal_menu #sidebar a, #sidebar li ul li.active a, #sidebar li ul li.active a, #sidebar li ul a:focus, #sidebar li ul a:hover, .main-menu.nav > li > a:focus, .main-menu.nav > li > a:hover, .main-menu.nav-tabs > li.active > a, .main-menu.nav-tabs > li.active > a:focus, .main-menu.nav-tabs > li.active > a:hover, .main-menu.nav-tabs .active > a, .main-menu.nav-tabs a.active, .main-menu.nav-tabs a:hover {
    color: #f95922;
}

li.active > a .rowCount {
    background-color: #f95922;
}
