body {
    background: #293949 !important;
}

h4 a,
#side-menu li .nav-second-level li a,
table.dataTable thead > tr > th {
    color: #8f939e !important;
}

.sidebar .nav > li.active > a,
.sidebar .nav > li.active > a:focus,
.sidebar .nav > li.active > a:hover {
    color: #fff;
    border-left: solid 4px #1abc9c;
}

#header {
    background: #1abc9c !important;
}

#side-menu {
    background: #293949 !important;
    text-transform: none !important;
}


::placeholder {
    color: #fff !important;
}

.sidebar .nav>li>a {
    padding: 12px 10px;
    font-size: 14px;
    border-left: solid 4px #293949;
    border-radius: 0;
}

.sidebar .nav .nav-second-level li {
    list-style: none;
    padding: 0;
    background: #2e4051;
}

.nav-second-level > li:hover,
.nav-second-level > li > a:hover,
.sub-menu-text:hover {
    background: #293949 !important;
    color: #fff !important;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

#side-menu {
    background: #293949 !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

#side-menu > li + li {
    margin-top: 2px;
    margin-left: 0;
}

#side-menu li.active > a {
    border-radius: 0;
    color: #fff;
    background: #293949;
}

#side-menu li .nav-second-level li {
    border-bottom: 0 !important;
}

#side-menu.nav > li > a:hover,
#side-menu.nav > li > a:focus {
    background: #293949;
    border-bottom: 0 !important;
    color: #fff;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

#side-menu li.active,
li .nav-second-level li {
    background: #fff;
    border-bottom: 0;
}

.nav-second-level li a {
    padding: 7px 10px 7px 45px;
    color: #8f939e;
    text-transform: none;
    font-size: 14px;
}

#side-menu li .nav-second-level li.active a {
    color: #fff !important;
    background-color: #2E4051 !important; /*293949*/
    border-radius: 0px;
    border-left: 0 !important;
    display: inline-block;
    padding: 5px 15px;
    margin: 8px 0 8px 35px;
}

#side-menu li .nav-second-level li.active {
    color: #fff !important;
    background-color: #2E4051 !important; /*293949*/
}

#side-menu li .nav-second-level li.active a {

}

#side-menu li, .nav-second-level a:hover {
    /*background-color: #293949;*/
}

.sidebar .nav > li > a:hover {
    color: #fff;
    border-left: solid 4px #1abc9c;
    background-color: #293949;
}

#side-menu li.quick-links {
    left: -12px;
    position: absolute;
    top: 0;
    border-bottom: 0 !important;
}

#side-menu li.dashboard_user {
    padding: 11px 10px 11px 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

#side-menu li.quick-links a {
    padding: 10px 10px 11px 23px;
    font-size: 17px;
}

#side-menu li.quick-links .dropdown-toggle {
    line-height: 40px;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
    background-color: #1abc9c !important;
}

.btn-info {
    background-color: #1abc9c !important;
    border-color: #1abc9c !important;
}

div.filters div.dropdown ul.dropdown-menu li.disabled a span {
    text-decoration: line-through;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: #1abc9c;
}

.table-orders a,
.table-db_flo_reports a,
.sbt-links a {
    color: #0eb090 !important;
}

.btn-default-dt-options span,
.dt-button-collection.dropdown-menu a {
    color: #0eb090;
}

div.dataTables_wrapper div.dataTables_length select {
    color: #0eb090;
}

div.dataTables_length select option:not(:checked) {
    background-color: #fff;
}

.dataTables_paginate {
    /*max-width: calc(100% - 80px);*/
    float: right;
}
.dt-page-jump {
    float: right;
}

.input-group-addon {
    color: #0eb090;
}

.modal-header {
    background: linear-gradient(to right, #0ca98a 0, #12bf9e 37%, #8adccb 100%) !important;
}

#header #logo a {
    color: #fff;
    white-space: nowrap;
    max-width: calc(100vw - 740px);
    overflow: hidden;
    text-overflow: ellipsis;
}

#header .small-logo {
    max-width: calc(100vw - 155px);
}

#header .small-logo a {
    width: 100%;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pagination > li > a,
.pagination > li > a:hover {
    color: #1abc9c;
}

input.form-control:focus {
    border-color: #1abc9c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(26, 188, 156, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(26, 188, 156, .6);
}

.radio input[type="radio"]:checked + label::after {
    background-color: #1abc9c;
}

textarea.form-control:focus, select.form-control:focus, .dataTables_length select:focus, input[type="text"]:focus, input[type="file"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, input[type="color"]:focus {
    border-color: #1abc9c;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #ffffff;
    background-color: #1abc9c;
    border-color: #1abc9c;
}

#top_search input {
    border-radius: 0;
    background: transparent;
    height: 63px;
    border: 0;
    width: 100%;
    color: #000;
    font-size: 15px;
}

.clear-after:after {
    content: "";
    clear: both;
    display: table;
}

.clear {
    clear: both;
}

.is-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.pointer-events-none {
    pointer-events: none;
}

.displayNone {
    display: none !important;
}

.dataTables_info {
    display: none;
}

body.ticket .client-reply .tc-content {
    overflow-x: auto;
}

.green-font {
    color: #19bc9c;
}

.red-font {
    color: #e62828;
}

.blank-font {
    color: #000000;
}

i.fa.green-icon {
    text-decoration: none;
    outline: 0;
    color: #1abc9c;
}

.clickable-green-icon {
    text-decoration: none;
    outline: 0;
    color: #1abc9c;
    cursor: pointer;
}


/***************** 3 dots css ******************************************/
    .validating {
        display: inline-block;
    }

    .validating span {
        font-size: 36px;
        line-height: 0;
        animation-name: blink_3_dots;
        animation-duration: 1.4s;
        animation-iteration-count: infinite;
        animation-fill-mode: both;
    }

    .validating span:nth-child(2) {
        animation-delay: .2s;
    }

    .validating span:nth-child(3) {
        animation-delay: .4s;
    }

    @keyframes blink_3_dots {
        0% {
            opacity: .2;
        }
        20% {
            opacity: 1;
        }
        100% {
            opacity: .2;
        }
    }
/***********************************************************/

/***************** RESPONSIVE CSS ******************************************/
@media (max-width: 991px) {
    #header ul.nav li#top_search {
        width: 150px;
    }
    #header #logo a {
        max-width: calc(100vw - 570px);
    }
}