:root {
    --subang-green: #07502c;
    --subang-green-dark: #04381e;
    --subang-green-light: #0b683b;
    --subang-yellow: #f5b300;
    --subang-gold: #d97706;
    --subang-teal: #0b5368;
    --subang-teal-dark: #073b4b;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555 !important;
}

body {
    background: #f8fafc !important;
}

html {
    background: #f8fafc;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}

.dataTable td {
    transition: opacity 1s ease 0s;
}

body,
html {
    overflow-x: hidden;
}

.well {
    background-color: #fff;
}

/* TOP HEADER - SUBANG THEME */
#header {
    background-image: none !important;
    background: linear-gradient(90deg, #07502c 0%, #04381e 100%) !important;
    border-bottom: 3.5px solid #f5b300 !important;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2) !important;
    height: 49px !important;
}

.container {
    height: 100%;
}

.fixed-navigation nav>ul {
    height: auto;
}

#header #logo-group {
    padding: 2px 10px;
}

#header #logo-group #logo {
    margin: 0;
}

#header #logo-group #logo img {
    height: 38px;
    width: auto;
    margin-top: -2px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.25));
}

.project-context .title-page {
    font-weight: 700;
    color: #ffffff !important;
    font-size: 15px;
    line-height: 40px;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.project-context .label {
    background-color: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 6px !important;
    padding: 5px 10px !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    text-shadow: none;
}

.project-context .project-selector {
    background: #f5b300 !important;
    color: #04381e !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
    padding: 5px 12px !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2) !important;
    border: none !important;
    transition: all 0.2s ease;
}

.project-context .project-selector:hover {
    background: #e5a800 !important;
    color: #000000 !important;
}

#header #fullscreen a,
#header #hide-menu a {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.18) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    transition: all 0.2s ease;
}

#header #fullscreen a:hover,
#header #hide-menu a:hover {
    background-color: #f5b300 !important;
    color: #04381e !important;
    border-color: #f5b300 !important;
}

#header .header-dropdown-list > li > a {
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 6px !important;
    color: #ffffff !important;
    padding: 6px 14px !important;
    margin-top: 8px !important;
    font-weight: 600;
}

#header .header-dropdown-list > li > a:hover {
    background: rgba(255, 255, 255, 0.25) !important;
}

/* SIDEBAR NAVIGATION - SUBANG THEME */
#left-panel {
    background-color: #042f1b !important;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

aside#left-panel nav > ul > li > a {
    color: #e2e8f0 !important;
    font-weight: 500;
}

aside#left-panel nav > ul > li > a:hover {
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
}

aside#left-panel nav > ul > li.active > a {
    background: linear-gradient(90deg, #07502c 0%, #0d7a46 100%) !important;
    border-left: 4.5px solid #f5b300 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.15);
}

aside#left-panel nav > ul > li.active > a i {
    color: #f5b300 !important;
}

aside#left-panel nav > ul > li > ul {
    background-color: #032415 !important;
}

aside#left-panel nav > ul > li > ul > li > a {
    color: #cbd5e1 !important;
}

aside#left-panel nav > ul > li > ul > li > a:hover {
    color: #f5b300 !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
}

aside#left-panel nav > ul > li > ul > li.active > a {
    color: #f5b300 !important;
    font-weight: 700 !important;
}

.minifyme {
    background: #032415 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #94a3b8 !important;
}

.minifyme:hover {
    color: #f5b300 !important;
    background: #07502c !important;
}

.footer-side {
    background: #021a0f !important;
    color: #64748b !important;
}

/* BUTTONS & ALERTS */
.alert {
    border-left-width: 0;
    border-radius: 8px !important;
}

.btn-primary {
    background-color: #07502c !important;
    color: #fff !important;
    border: 1px solid #04381e !important;
    border-radius: 4px;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(7, 80, 44, 0.2);
    transition: all 0.2s ease;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #0b683b !important;
    border-color: #07502c !important;
    color: #ffffff !important;
}

.btn-default {
    background-color: #f1f5f9 !important;
    color: #334155 !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 4px;
}

.btn-default:hover {
    background-color: #e2e8f0 !important;
}

.alert-info,
.btn-info {
    background-color: #0b5368 !important;
    border: 1px solid #073b4b !important;
    color: #fff !important;
}

.alert-success,
.btn-success {
    background-color: #059669 !important;
    border: 1px solid #047857 !important;
    color: #fff !important;
}

.alert-warning,
.btn-warning {
    background-color: #f5b300 !important;
    border: 1px solid #d97706 !important;
    color: #04381e !important;
    font-weight: 700;
}

.btn-warning:hover {
    background-color: #e5a800 !important;
    color: #000000 !important;
}

.alert-danger,
.btn-danger {
    background-color: #dc2626 !important;
    border: 1px solid #b91c1c !important;
    color: #fff !important;
}

.btn {
    border-radius: 4px;
}

.help-block {
    color: #dc2626 !important;
}

nav ul li a i {
    width: 24px !important;
}

@media only screen and (max-width:768px) {
    #header #fullscreen a,
    #header #hide-menu a {
        background-image: none;
        background-color: rgba(255, 255, 255, 0);
        border: 0;
    }
    #hide-menu i {
        color: #fff !important;
    }
}

.btn,
a:link,
button {
    -webkit-tap-highlight-color: rgba(7, 80, 44, .5);
}

/* JARVISWIDGET & PANELS */
.jarviswidget > header {
    background: linear-gradient(90deg, #07502c 0%, #0c6a3c 100%) !important;
    border-bottom: 2.5px solid #f5b300 !important;
    color: #ffffff !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.jarviswidget > header h2 {
    color: #ffffff !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px;
}

.jarviswidget > header .jarviswidget-ctrls a {
    color: #ffffff !important;
}

/* RIBBON BAR */
#ribbon {
    background: #ffffff !important;
    border-bottom: 1px solid #e2e8f0 !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

#ribbon .breadcrumb li,
#ribbon .breadcrumb li a {
    color: #475569 !important;
    font-weight: 500;
}

#ribbon .breadcrumb li:last-child {
    color: #07502c !important;
    font-weight: 700;
}

/* TABLES & DATATABLES */
.table > thead > tr > th {
    background-color: #f1f5f9;
    color: #07502c;
    font-weight: 700;
    border-bottom: 2px solid #07502c !important;
}

.pagination > .active > a,
.pagination > .active > span {
    background-color: #07502c !important;
    border-color: #07502c !important;
    color: #ffffff !important;
}

.panel {
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px;
}

.panel-danger {
    border-color: #dc2626;
}

.panel-success {
    border-color: #059669;
}

.panel-info {
    border-color: #0b5368;
}

.panel-warning {
    border-color: #f5b300;
}

.panel-danger>.panel-heading {
    color: #fff;
    background-color: #dc2626;
    border-color: #dc2626;
}

.panel-success>.panel-heading {
    color: #fff;
    background-color: #059669;
    border-color: #059669;
}

.panel-info>.panel-heading {
    color: #fff;
    background-color: #0b5368;
    border-color: #0b5368;
}

.panel-warning>.panel-heading {
    color: #04381e;
    background-color: #f5b300;
    border-color: #f5b300;
    font-weight: 700;
}

.form-control-static {
    border: 1px solid #ccc;
    padding: 6px 12px;
    background-color: #ccc;
}

table.dataTable tr.selected td {
    background-color: #bbf7d0;
}

:fullscreen #fullscreen>:first-child>a {
    color: #6d6a69;
}

.select2-selection__rendered {
    padding-left: 0;
}

.select2-selection--single {
    height: 32px !important;
    border-radius: 4px !important;
    border: 1px solid #cbd5e1 !important;
}

div.toolbar::after {
    content: "\0020";
    width: 100vw;
    display: block;
    clear: both;
}

div.dataTables_length select,
div.dataTables_filter input {
    display: inline;
}

div.dataTables_length label {
    margin-bottom: 10px;
}

.dataTables_wrapper {
    overflow-x: scroll !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 7px;
    padding-right: 7px;
}

.dataTables_length {
    margin-left: 10px;
}

.ui-autocomplete-loading { 
    padding-right: 10px;
    background: url(../img/loading.gif) right 10px center no-repeat !important; 
}

.ui-autocomplete {
    max-height: 200px; 
    overflow-y: auto; 
    overflow-x: hidden; 
}

.panel-body {
  margin: 0 auto !important;
}

label.control-label {
  padding: 1px 7px !important;
}

.col-md-5 {
  padding: 0px 15px !important;
}

form.form-horizontal {
  padding: 0 !important;
}

div.col-md-6 {
  padding-right: 12px !important;
  padding-left: 15px !important;
}

.form-group {
  text-align: left;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    padding: .25rem .5rem !important;
    line-height: normal;
    font-size: 12px;
    border-radius: 0 !important;
}
