﻿@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');

body {
    font-family: 'Source Sans Pro', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

/*** CUSTOM SCROLL BAR [LIGHT GRAY | HIDDEN] *************************************************************/
html {
    /*position: fixed;*/
    overflow: hidden !important;
    overflow-x: hidden !important;
    margin: 0 auto;
    font-size: 14px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    /*border-radius: 10px;*/
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px; /*height: auto;*/
    background-color: #777;
    /*border-radius: 10px;
    background-color: #cfcfcf;*/
}

/* optional: show position indicator in blue */
::-webkit-scrollbar-thumb {
    /*border-radius: 10px;*/
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #777;
    cursor: default;
}

.fixed-wrapper {
    position: fixed !important;
    width: 100% !important;
    overflow: hidden;
}

section.content.container-fluid.scrollable {
    margin-top: 6px;
    overflow-y: scroll;
    height: calc(85vh - 50px) !important;
}

/**ADD SCROLL FOR OVERFLOW ON SUBMENU ITEMS IN _APPNAV **/
.treeview .menu-open > .treeview-menu {
    overflow-y: scroll;
    max-height: calc(45vh - 10px);
}

body.skin-blue.sidebar-mini .wrapper .main-sidebar .sidebar .sidebar-menu.tree {
    overflow-y: auto;
    height: calc(90vh - 50px) !important;
}

body.skin-blue.sidebar-mini.sidebar-collapse .wrapper .main-sidebar .sidebar .sidebar-menu.tree {
    overflow-y: inherit;
}
/** ADD SCROLLBAR TO ECO APP NAVIGATION */
.control-sidebar-menu.scrollable {
    margin-top: 4px;
    overflow-y: scroll;
    height: calc(-60px + 65vh) !important;
}


@media(min-width: 1024px) {
    .control-sidebar-menu.scrollable {
        margin-top: 4px;
        overflow-y: scroll;
        height: calc(-100px + 60vh) !important;
    }
}

@media(max-width: 768px) {
    .control-sidebar-menu.scrollable {
        margin-top: 4px;
        overflow-y: scroll;
        height: calc(-160px + 70vh) !important;
    }
}

/**********************************************************************************************************/

/*** OVERLAY HEADER & APP NAME */
.main-header .logo .base-logo {
    background: url("../../img/_eco/ServiceMac-Logo-Dark-2020.png") no-repeat top left;
    background-size: contain !important;
    max-height: 42px !important;
}

    .main-header .logo .base-logo .logoTextOverlay {
        z-index: -1;
        /*color: #19618e;*/
        color: #c1dce5;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 0.70em;
        font-weight: 700;
        text-align: right;
        height: 40px;
        /* width: 200px; */
        overflow: visible;
        /* margin-top: 10px; */
        word-wrap: break-word;
        padding-top: 22px;
    }

.sub-header .content-header {
    padding: 0px !important;
}

.main-sidebar {
    padding-top: 115px;
}

.main-header .navbar {
    min-height: 60px;
    margin-left: 165px;
}

.sub-header .navbar {
    min-height: 45px !important;
}

.main-header .logo {
    height: 65px !important;
}

/*.content-wrapper {
    margin-top: 29px;
}*/

.main-header .logo {
    padding-top: 0px;
}

    .main-header .logo .logo-lg {
        padding-top: 10px;
    }

.sub-header .sidebar-toggle {
    position: relative;
    z-index: 9999999;
}

.main-header .navbar-nav > li > a {
    padding: 18px 16px 18px;
}

.main-header {
    min-height: 110px;
}

/* Top Menu */
.user-menu:hover {
    outline: 1px dotted #0073b7;
}

.cdx-user-name {
    font-size: 14px;
    color: #fff !important;
}

.cdx-company-name {
    text-transform: uppercase;
    font-size: 12px;
    color: #999;
}


/*Side Menu*/
.first-aside-item {
    height: 35px;
    line-height: 35px;
    margin-top: 2px;
    border-bottom: 1px solid #444;
    padding: 0 15px;
}

.sidebar-menu > li > a {
    padding: 15px 5px 15px 15px;
    text-decoration: none !important;
}

.sidebar-menu .treeview-menu > li > a {
    text-decoration: none !important;
}

.sidebar-menu > li > a > .fa, .sidebar-menu > li > a > .glyphicon, .sidebar-menu > li > a > .ion {
    width: 35px;
    /*font-size: 25px;*/
}

.dropdown-toggle::after {
    display: none;
}
/*End: Side Menu*/
.cdx-content-commandBarContainer {
    height: 35px;
    border-bottom: 1px solid #bbb !important;
    width: 100%;
}

.cdx-commandBar-target {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.cdx-commandBar {
    position: relative;
    /*padding: 0 0 0 15px;*/
    display: -webkit-flex;
    display: flex;
    margin: 0px !important;
}

.cdx-commandBar-itemList {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none;
    height: 35px;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

    /** FLOAT BUTTONS TO THE RIGHT OF THE COMMAND BAR [BEGIN]**/

    .cdx-commandBar-itemList li.cdx-pullright {
        position: absolute;
        float: right !important;
        margin: 0 auto !important;
        right: 0 !important;
        list-style: none;
        min-width: 200px;
    }

        .cdx-commandBar-itemList li.cdx-pullright ul {
            right: 0 !important;
            margin: 0 auto;
            padding: 0;
        }

        .cdx-commandBar-itemList li.cdx-pullright li {
            display: table-cell;
            margin: 0 auto;
        }

/** END **/

.cdx-commandBar-item {
    font-size: 12px;
    line-height: normal;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
    border: 0;
    overflow: visible;
    text-align: left;
    height: 35px;
    cursor: pointer;
    outline: 0px;
}

li.cdx-commandBar-item.cdx-pullright {
    position: absolute;
    float: right !important;
    margin: 0 auto !important;
    right: 0 !important;
}

.cdx-commandBar-item-buttoncontainer {
    display: -webkit-flex;
    display: flex;
    padding: 5px 10px 5px 5px;
    cursor: pointer;
    height: inherit;
    width: inherit;
    max-width: 300px;
    min-width: 20px;
}

    .cdx-commandBar-item-buttoncontainer:hover {
        background-color: #99bcdb !important;
    }

    .cdx-commandBar-item-buttoncontainer > span {
        padding-top: 5px !important;
    }


.cdx-commandBar-item-text {
    font-size: 14px;
    font-weight: bolder;
    color: #000;
    position: relative;
    background-color: inherit;
    line-height: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: inherit;
    min-width: 18px;
    max-width: 290px;
    padding-left: 5px;
    height: 100%;
    padding-top: 5px;
}

    .cdx-commandBar-item-text a {
        color: inherit !important;
    }
/*
.cdx-commandBar-item-text a:hover {
    color: #0073b7 !important;
    text-decoration: none; 
}*/

/* Command Bar sub-select menu item */

.cdx-commandBar-select {
    background: #fff !important;
    border: 1px dotted #333;
    height: 30px !important;
    position: absolute;
    top: 36px !important;
    width: 100%;
    padding: 4px 0px 0px 4px;
    text-align: left;
    color: #000 !important;
}

    .cdx-commandBar-select > a {
        color: #000 !important;
        font-weight: bolder;
    }


/*Header notification sections*/
.main-header .navbar-custom-menu > .navbar-nav {
    position: relative;
}

    .main-header .navbar-custom-menu > .navbar-nav > li {
        /*position: initial;*/
        position: static;
    }

.main-header .navbar .nav > li > a {
    border-right: 0.5px dotted #555;
    color: #0073b7 !important;
}

.main-header .navbar-nav > li.user-menu {
    min-width: 295px;
    /*position: relative;*/
}

    .main-header .navbar-nav > li.user-menu > a {
        padding-top: 15px;
        padding-bottom: 11px;
        min-height: 66px;
    }

.navbar-nav > .user-menu .user-image {
    float: right;
    width: 45px !important;
    height: 45px !important;
}

.main-header .navbar .dropdown-menu {
    background-color: #1c1c1c !important;
    color: #fff !important;
    position: absolute;
    top: 100%;
    left: 0 !important;
    right: -1px !important;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 5px;
    margin: 0px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    border: 1px solid rgba(0,0,0,.15) !important;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    /*width: 100% !important;*/
    width: auto;
}

.cdx-search-box {
    margin: 5px 10px;
}

.main-header .navbar li a:focus, .main-header .navbar li a:hover, .main-header .navbar li a:active {
    background-color: #1c1c1c !important;
    color: #ccc !important;
}

.main-header .navbar .menu-item {
    width: 100% !important;
    height: 30px !important;
    color: #eee !important;
    font-size: 90% !important;
    padding: 6px 10px 2px 10px;
    cursor: pointer;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.header, .navbar-nav > .messages-menu > .dropdown-menu > li.header, .navbar-nav > .tasks-menu > .dropdown-menu > li.header {
    background-color: #1C1C1C;
    color: #fff !important;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a, .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    background-color: #1C1C1C !important;
    color: #fff !important;
    border-bottom: none;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #1C1C1C;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    color: #fff !important;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
    color: #fff;
}

.blue {
    color: #0073b7 !important;
}

.light-blue {
    color: #3c8dbc !important;
}

.grey {
    color: #999 !important;
}

.red {
    color: #b30000;
}

.dark-red {
    color: #8b0000;
}

.yellow {
    color: #e2de6a !important;
}

.green {
    color: #3cb371 !important;
}

.purple {
    color: #7f38b3 !important;
}

.dark-grey {
    color: #666 !important;
}

.bold {
    font-weight: bolder !important;
}

.dropdown-menu .menu-item span {
    padding-top: 3px;
    padding-right: 5px;
}

.content-wrapper {
    margin-top: 6px;
}

/*.main-header .navbar li.messages-menu .dropdown-menu {
    left: 6px !important;
}

.main-header .navbar li.notifications-menu .dropdown-menu {
    left: 60px !important;
}

.main-header .navbar li.tasks-menu .dropdown-menu {
    left: 128px !important;
}

.main-header .navbar li.user-menu .dropdown-menu {
    left: 186px !important;
}*/

.main-header .navbar li.messages-menu .dropdown-menu {
    left: 64px !important;   
}

.main-header .navbar li.notifications-menu .dropdown-menu {
    left: 136px !important;
}

.main-header .navbar li.tasks-menu .dropdown-menu {
    left: 194px !important;
}

.main-header .navbar li.user-menu .dropdown-menu {
    left: 250px !important;
}

.main-sidebar {
    font-size: 13px !important;
}

.sidebar-mini.sidebar-collapse .main-sidebar {
    width: 65px !important;
}

.sidebar-mini.sidebar-collapse .main-header .logo {
    width: 230px;
}

.sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 230px;
}

.sidebar-mini.sidebar-collapse .sub-header .navbar {
    margin-left: 0px;
}

/*Menu Right Arrow*/
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    left: 169px !important;
    top: -36px !important;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
    min-width: 190px !important;
}


.sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
    display: block;
}

.user-profile-image {
    background-color: #ccc;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #aaa;
}

#ExternalAccess li a {
    padding-bottom: 21px;
}

.control-sidebar .external-app {
    padding-left: 2px !important;
    margin-top: -40px;
    position: relative;
    /*float: left;*/
}

.app-icon-image {
    background-color: #f9f9f9;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /*border:  1px solid #444;*/
}


/* Layout for Forms */
.tbl-display {
    display: grid;
    vertical-align: top;
}

.tbl-row {
    display: table-row;
    padding-bottom: 4px;
}

.tbl-label {
    display: table-cell;
    width: 100px;
    font-weight: bold;
}

.tbl-data {
    display: table-cell;
    padding-left: 10px;
}

/*Sub Menu*/
.dropdown-nav {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        font-weight: 600;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #444444;
            color: #fff;
        }

.dropdown-nav:hover .dropdown-content {
    display: block;
}

li.dropdown-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    li.dropdown-nav ul li {
        margin: 0px;
    }

ul.design_icon {
    list-style: none;
}

.design_icon li {
    float: left;
    min-width: 200px;
    margin: 0px 0px 11px 0;
}

    .design_icon li img {
        width: 25px !important;
        height: auto;
        padding: 0px;
        margin: 0px 5px 5px 0;
    }

.title-icon img {
    width: 25px !important;
    height: auto;
    padding: 0px;
    margin: 0px 5px 0px 0;
}
/*Documentation Management System*/
.dropdown-content-customer-portal > li {
    position: relative;
    width: 100%;
}

.submenu-level3 {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 180px;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content-customer-portal > li.dropdown-nav:hover .submenu-level3 {
    display: block;
}

}

/*Document Content*/
.screenshot img {
    margin: 15px;
    width: 400px;
    height: auto;
}

.wk-editor img {
    margin: 15px;
    width: 400px;
    height: auto;
}
/*SignalR Progress Notification*/
ul#task_notification_area .header {
    padding-left: 13px;
    text-decoration: underline;
    color: #fff;
}

.refresh-notification {
    color: #ccc;
    margin: -5px 0px 0px -5px;
    float: right;
    font-size: 1.40em;
    font-weight: normal;
}

/*Action Menu*/
li.cdx-commandBar-item, .cdx-commandBar-item-buttoncontainer, .cdx-commandBar-item-text {
    padding: 0 !important;
}

    .cdx-commandBar-item-text a {
        display: block !important;
        padding: 10px 8px 10px 8px !important;
    }

.cdx-commandBar-item-text {
    max-width: 270px;
}

    .cdx-commandBar-item-text > select {
        margin-top: 7px;
        margin-right: 5px;
    }

.cdx-select-control .cdx-commandBar-item-buttoncontainer {
    padding: 0 !important;
}

.cdx-select-control form {
    padding-left: 10px !important;
}

.cdx-select-control .cdx-commandBar-item-buttoncontainer select {
    height: 35px !important;
}

.cdx-commandBar-item-buttoncontainer a[disabled='disabled']:hover {
    background: #d2d6de !important;
    cursor: not-allowed;
}

/*Tab Panel Search box styles */
.text-box-with-icon-for {
    /*display: inline;*/
    display: table;
    float: left;
    margin-right: 16px;
}

    .text-box-with-icon-for i {
        margin-left: -20px;
    }

/*Action Menu Dropdownlist Select2 Style*/
.cdx-commandBar .select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 1px solid #d2d6de;
}

.cdx-commandBar .select2-container .select2-selection--single {
    height: 35px;
}

.cdx-commandBar .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
}

/* Left Sidebar Collased submenu Style */
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    width: 240px;
    left: 65px;
}

.treeview-menu {
    margin-top: -3px;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    left: 240px !important;
}

.sidebar-menu li > a > .pull-right-container {
    margin-top: -6px;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span {
    padding: 13px 5px 13px 20px;
}

/* Right sidebar Segment Header */
#control-sidebar-home-tab h3[data-toggle="collapse"] {
    cursor: pointer;
}


/* w2ui grid on all the listing page - STARTS */
.w2uiGrid-partial {
    height: 340px !important;
    min-height: 340px !important;
    /*max-height: 700px !important;*/
}

.w2uiGrid {
    /*height: 700px !important;*/
    height: calc(75vh - 20px) !important;
    max-height: 98% !important;
    min-height: 98% !important;
}

.w2ui-odd, .w2ui-even {
    height: 50px !important;
}

    .w2ui-odd td, .w2ui-even td {
        font-size: 12px !important;
    }

.w2ui-col-header {
    font-size: 12px !important;
    font-weight: 600;
}

.w2ui-grid .w2ui-grid-body table td {
    border-right: 0px !important;
}

.w2ui-grid-box {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Subgrid font-awesome icon size */
[id^=grid_subgrid] i.fa {
    font-size: 14px !important;
}

/* Subgrid Background color on Expand */
.w2ui-expanded, .w2ui-expanded-row > td.w2ui-grid-data {
    background-color: #CCDCF0 !important;
    border-bottom: 0.5px solid #b4c3d6 !important;
    background-image: linear-gradient(#dae6f3,#c2d5ed);
}

/* Grid "Expand" icon (+) Link padding */
td.w2ui-grid-data.w2ui-col-expand div {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

/* Expand column style fix */
.w2ui-grid .w2ui-grid-body table .w2ui-col-expand {
    height: 26px;
}
/* w2ui grid on all the listing page - END */

/* File Upload Button Style - STARTS */
.spUploadedFileName {
    line-height: 55px;
}

.errorStatus {
    color: #D9534F;
}

#bulk-upload-users-form input[type="file"] {
    display: none !important;
}

#bulk-upload-users-form .commonFileRemove {
    margin-top: 2px;
}

#bulk-upload-users-form .custom-file-upload {
    margin-top: 4px;
}

.custom-file-upload {
    border: 1px solid #90D8FA;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background-color: #BFEFFF;
}
/* File Upload Button Style - STARTS */

/* Panel sub menu settings icon style */
.dropdown.tasks-menu.panel-sub-menu > a {
    padding: 6px !important;
    padding-bottom: 5px !important;
}

.set-panel-readonly {
    pointer-events: none;
    color: #999 !important;
}

/*Page Load Progress Bar*/
.pageLoadProgress {
    margin: 0 auto !important;
    padding: 0 !important;
    background-color: #151821;
    height: 100%;
    z-index: 999999 !important;
    /*top: 116px;*/
    top: 0 auto;
    position: absolute;
    vertical-align: middle;
    width: 100%;
    opacity: 0.95;
}

.loadProgress-bar {
    height: 100%;
    position: relative;
    width: 100%;
    background-color: #151821;
    color: #0073b7 !important;
    font-family: 'Source Sans Pro', 'Segoe UI', Tahoma, Geneva, Verdana !important;
    font-variant: small-caps !important;
}

    .loadProgress-bar img {
        position: absolute;
        left: 0;
        right: 0;
        top: 10%;
        margin: 0 auto;
        height: 60%;
        object-fit: cover;
        /*opacity: inherit; 
            border: 2px solid #000; 
            border-radius: 10px;*/
        background-color: #151821;
        display: inline-flex;
        /*top: 18%;
        left: 37%;*/
    }

/* Invoice Styles */
#invoice-details .table.table-footer {
    width: auto;
    margin-bottom: 0;
    margin-top: -5px;
}

    #invoice-details .table.table-footer td hr {
        margin-bottom: 0;
        margin-top: 3px;
        border-top: 1px solid #ddd;
    }

    #invoice-details .table.table-footer td {
        padding-bottom: 0px;
        border-top: 0px solid transparent !important;
    }

#invoiceLookupForm .Zebra_DatePicker {
    top: -110px !important;
    left: 50% !important;
    transform: translate(-50%,0);
    width: 220px !important;
}


/* ========================================================================== */
/* STYLED CHECKBOX: START*/
/* ========================================================================== */
/* Remove default checkbox */
input[type="checkbox"][class^="styled-checkbox-"]:not(:checked),
input[type="checkbox"][class^="styled-checkbox-"]:checked,
input[type="checkbox"][class="filled-in"]:not(:checked),
input[type="checkbox"][class="filled-in"]:checked {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
}

[class^="styled-checkbox-"] {
    /* checkbox aspect */
}

    [class^="styled-checkbox-"] + label,
    [class^="styled-checkbox-"] + [type="hidden"] + label {
        font-weight: bold !important;
        font-size: 14px !important;
    }

    [class^="styled-checkbox-"] + label,
    [class^="styled-checkbox-"] + [type="hidden"] + label {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        font-size: 1rem;
        -webkit-user-select: none;
        /* webkit (safari, chrome) browsers */
        -moz-user-select: none;
        /* mozilla browsers */
        -khtml-user-select: none;
        /* webkit (konqueror) browsers */
        -ms-user-select: none;
        /* IE10+ */
    }

        [class^="styled-checkbox-"] + label:before,
        [class^="styled-checkbox-"]:not(.filled-in) + label:after,
        [class^="styled-checkbox-"] + [type="hidden"] + label:before,
        [class^="styled-checkbox-"]:not(.filled-in) + [type="hidden"] + label:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 18px;
            height: 18px;
            z-index: 0;
            border: 2px solid #5a5a5a;
            border-radius: 1px;
            margin-top: 2px;
            transition: .2s;
        }

    [class^="styled-checkbox-"]:not(.filled-in) + label:after,
    [class^="styled-checkbox-"]:not(.filled-in) + [type="hidden"] + label:after {
        border: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    [class^="styled-checkbox-"]:not(:checked):disabled + label:before,
    [class^="styled-checkbox-"]:not(:checked):disabled + [type="hidden"] + label:before {
        border: none;
        background-color: rgba(0, 0, 0, 0.26);
    }

    [class^="styled-checkbox-"][readonly='readonly']:not(:checked) + label:before,
    [class^="styled-checkbox-"][readonly='readonly']:not(:checked) + [type="hidden"] + label:before {
        border: none;
        background-color: rgba(0, 0, 0, 0.26);
    }

    [class^="styled-checkbox-"].tabbed:focus + label:after,
    [class^="styled-checkbox-"].tabbed:focus + [type="hidden"] + label:after {
        -webkit-transform: scale(1);
        transform: scale(1);
        border: 0;
        border-radius: 50%;
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
        background-color: rgba(0, 0, 0, 0.1);
    }

    [class^="styled-checkbox-"]:checked + label:before,
    [class^="styled-checkbox-"]:checked + [type="hidden"] + label:before {
        top: -4px;
        left: -5px;
        width: 12px;
        height: 22px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid #26a69a;
        border-bottom: 2px solid #26a69a;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    [class^="styled-checkbox-"]:checked:disabled + label:before,
    [class^="styled-checkbox-"]:checked:disabled + [type="hidden"] + label:before {
        border-right: 2px solid rgba(0, 0, 0, 0.26);
        border-bottom: 2px solid rgba(0, 0, 0, 0.26);
    }

    [class^="styled-checkbox-"][readonly='readonly']:checked:disabled + label:before,
    [class^="styled-checkbox-"][readonly='readonly']:checked:disabled + [type="hidden"] + label:before {
        border-right: 2px solid rgba(0, 0, 0, 0.26);
        border-bottom: 2px solid rgba(0, 0, 0, 0.26);
    }

    /* Indeterminate checkbox */
    [class^="styled-checkbox-"]:indeterminate + label:before,
    [class^="styled-checkbox-"]:indeterminate + [type="hidden"] + label:before {
        top: -11px;
        left: -12px;
        width: 10px;
        height: 22px;
        border-top: none;
        border-left: none;
        border-right: 2px solid #26a69a;
        border-bottom: none;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    [class^="styled-checkbox-"]:indeterminate:disabled + label:before,
    [class^="styled-checkbox-"]:indeterminate:disabled + [type="hidden"] + label:before {
        border-right: 2px solid rgba(0, 0, 0, 0.26);
        background-color: transparent;
    }

    [class^="styled-checkbox-"].filled-in + label:after,
    [class^="styled-checkbox-"].filled-in + [type="hidden"] + label:after {
        border-radius: 2px;
    }

    [class^="styled-checkbox-"].filled-in + label:before,
    [class^="styled-checkbox-"].filled-in + label:after,
    [class^="styled-checkbox-"].filled-in + [type="hidden"] + label:before,
    [class^="styled-checkbox-"].filled-in + [type="hidden"] + label:after {
        content: '';
        left: 0;
        position: absolute;
        /* .1s delay is for check animation */
        transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
        z-index: 1;
    }

    [class^="styled-checkbox-"].filled-in:not(:checked) + label:before,
    [class^="styled-checkbox-"].filled-in:not(:checked) + [type="hidden"] + label:before {
        width: 0;
        height: 0;
        border: 3px solid transparent;
        left: 6px;
        top: 10px;
        -webkit-transform: rotateZ(37deg);
        transform: rotateZ(37deg);
        -webkit-transform-origin: 20% 40%;
        transform-origin: 100% 100%;
    }

    [class^="styled-checkbox-"].filled-in:not(:checked) + label:after,
    [class^="styled-checkbox-"].filled-in:not(:checked) + [type="hidden"] + label:after {
        height: 20px;
        width: 20px;
        background-color: transparent;
        border: 2px solid #5a5a5a;
        top: 0px;
        z-index: 0;
    }

    [class^="styled-checkbox-"].filled-in:checked + label:before,
    [class^="styled-checkbox-"].filled-in:checked + [type="hidden"] + label:before {
        top: 0;
        left: 1px;
        width: 8px;
        height: 13px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotateZ(37deg);
        transform: rotateZ(37deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    [class^="styled-checkbox-"].filled-in:checked + label:after,
    [class^="styled-checkbox-"].filled-in:checked + [type="hidden"] + label:after {
        top: 0;
        width: 20px;
        height: 20px;
        border: 2px solid #26a69a;
        background-color: #26a69a;
        z-index: 0;
    }

    [class^="styled-checkbox-"].filled-in.tabbed:focus + label:after,
    [class^="styled-checkbox-"].filled-in.tabbed:focus + [type="hidden"] + label:after {
        border-radius: 2px;
        border-color: #5a5a5a;
        background-color: rgba(0, 0, 0, 0.1);
    }

    [class^="styled-checkbox-"].filled-in.tabbed:checked:focus + label:after,
    [class^="styled-checkbox-"].filled-in.tabbed:checked:focus + [type="hidden"] + label:after {
        border-radius: 2px;
        background-color: #26a69a;
        border-color: #26a69a;
    }

    [class^="styled-checkbox-"].filled-in:disabled:not(:checked) + label:before,
    [class^="styled-checkbox-"].filled-in:disabled:not(:checked) + [type="hidden"] + label:before {
        background-color: transparent;
        border: 2px solid transparent;
    }

    [class^="styled-checkbox-"][readonly="readonly"].filled-in:not(:checked) + label:before,
    [class^="styled-checkbox-"][readonly="readonly"].filled-in:not(:checked) + [type="hidden"] + label:before {
        background-color: transparent;
        border: 2px solid transparent;
    }

    [class^="styled-checkbox-"].filled-in:disabled:not(:checked) + label:after,
    [class^="styled-checkbox-"].filled-in:disabled:not(:checked) + [type="hidden"] + label:after {
        border-color: transparent;
        background-color: #BDBDBD;
    }

    [class^="styled-checkbox-"][readonly="readonly"].filled-in:not(:checked) + label:after,
    [class^="styled-checkbox-"][readonly="readonly"].filled-in:not(:checked) + [type="hidden"] + label:after {
        border-color: transparent;
        background-color: #BDBDBD;
    }

    [class^="styled-checkbox-"].filled-in:disabled:checked + label:before,
    [class^="styled-checkbox-"].filled-in:disabled:checked + [type="hidden"] + label:before {
        background-color: transparent;
    }

    [class^="styled-checkbox-"][readonly="readonly"].filled-in:checked + label:before,
    [class^="styled-checkbox-"][readonly="readonly"].filled-in:checked + [type="hidden"] + label:before {
        background-color: transparent;
    }

    [class^="styled-checkbox-"].filled-in:disabled:checked + label:after,
    [class^="styled-checkbox-"].filled-in:disabled:checked + [type="hidden"] + label:after {
        background-color: #BDBDBD !important;
        border-color: #BDBDBD !important;
    }

    [class^="styled-checkbox-"][readonly="readonly"].filled-in:checked + label:after,
    [class^="styled-checkbox-"][readonly="readonly"].filled-in:checked + [type="hidden"] + label:after {
        background-color: #BDBDBD !important;
        border-color: #BDBDBD !important;
    }

    /* Checkbox Different Styles ============================ */
    /*[class^="styled-checkbox-"] + label, 
[class^="styled-checkbox-"] + [type="hidden"] + label {
    font-family: 'Roboto', Arial, Tahoma, sans-serif !important;
}*/

    [class^="styled-checkbox-"] + label,
    [class^="styled-checkbox-"] + [type="hidden"] + label {
        padding-left: 26px;
        height: 25px;
        line-height: 15px;
        font-size: 13px;
        font-weight: normal;
        min-width: 150px;
        text-align: left;
    }

    [class^="styled-checkbox-"]:checked + label:before,
    [class^="styled-checkbox-"]:checked + [type="hidden"] + label:before {
        top: -4px;
        left: -2px;
        width: 11px;
        height: 19px;
    }

    [class^="styled-checkbox-"]:checked.styled-checkbox-red + label:before,
    [class^="styled-checkbox-"]:checked.styled-checkbox-red + [type="hidden"] + label:before {
        border-right: 2px solid #F44336;
        border-bottom: 2px solid #F44336;
    }

    [class^="styled-checkbox-"]:checked.styled-checkbox-pink + label:before,
    [class^="styled-checkbox-"]:checked.styled-checkbox-pink + [type="hidden"] + label:before {
        border-right: 2px solid #E91E63;
        border-bottom: 2px solid #E91E63;
    }

    [class^="styled-checkbox-"]:checked.styled-checkbox-purple + label:before,
    [class^="styled-checkbox-"]:checked.styled-checkbox-purple + [type="hidden"] + label:before {
        border-right: 2px solid #9C27B0;
        border-bottom: 2px solid #9C27B0;
    }

    [class^="styled-checkbox-"]:checked.styled-checkbox-deep-purple + label:before,
    [class^="styled-checkbox-"]:checked.styled-checkbox-deep-purple + [type="hidden"] + label:before {
        border-right: 2px solid #673AB7;
        border-bottom: 2px solid #673AB7;
    }

    [class^="styled-checkbox-"]:checked.styled-checkbox-indigo + label:before,
    [class^="styled-checkbox-"]:checked.styled-checkbox-indigo + [type="hidden"] + label:before {
        border-right: 2px solid #3F51B5;
        border-bottom: 2px solid #3F51B5;
    }

    [class^="styled-checkbox-"]:checked.styled-checkbox-blue + label:before,
    [class^="styled-checkbox-"]:checked.styled-checkbox-blue + [type="hidden"] + label:before {
        border-right: 2px solid #2196F3;
        border-bottom: 2px solid #2196F3;
    }

    [class^="styled-checkbox-"]:checked.styled-checkbox-light-blue + label:before,
    [class^="styled-checkbox-"]:checked.styled-checkbox-light-blue + [type="hidden"] + label:before {
        border-right: 2px solid #03A9F4;
        border-bottom: 2px solid #03A9F4;
    }

    [class^="styled-checkbox-"]:checked.styled-checkbox-cyan + label:before,
    [class^="styled-checkbox-"]:checked.styled-checkbox-cyan + [type="hidden"] + label:before {
        border-right: 2px solid #00BCD4;
        border-bottom: 2px solid #00BCD4;
    }

    [class^="styled-checkbox-"]:checked.styled-checkbox-teal + label:before,
    [class^="styled-checkbox-"]:checked.styled-checkbox-teal + [type="hidden"] + label:before {
        border-right: 2px solid #009688;
        border-bottom: 2px solid #009688;
    }

    [class^="styled-checkbox-"]:checked.styled-checkbox-green + label:before,
    [class^="styled-checkbox-"]:checked.styled-checkbox-green + [type="hidden"] + label:before {
        border-right: 2px solid #4CAF50;
        border-bottom: 2px solid #4CAF50;
    }

    [class^="styled-checkbox-"]:checked.styled-checkbox-light-green + label:before,
    [class^="styled-checkbox-"]:checked.styled-checkbox-light-green + [type="hidden"] + label:before {
        border-right: 2px solid #8BC34A;
        border-bottom: 2px solid #8BC34A;
    }

    [class^="styled-checkbox-"]:checked.styled-checkbox-lime + label:before,
    [class^="styled-checkbox-"]:checked.styled-checkbox-lime + [type="hidden"] + label:before {
        border-right: 2px solid #CDDC39;
        border-bottom: 2px solid #CDDC39;
    }

    [class^="styled-checkbox-"]:checked.styled-checkbox-yellow + label:before,
    [class^="styled-checkbox-"]:checked.styled-checkbox-yellow + [type="hidden"] + label:before {
        border-right: 2px solid #ffe821;
        border-bottom: 2px solid #ffe821;
    }

    [class^="styled-checkbox-"]:checked.styled-checkbox-amber + label:before,
    [class^="styled-checkbox-"]:checked.styled-checkbox-amber + [type="hidden"] + label:before {
        border-right: 2px solid #FFC107;
        border-bottom: 2px solid #FFC107;
    }

    [class^="styled-checkbox-"]:checked.styled-checkbox-orange + label:before,
    [class^="styled-checkbox-"]:checked.styled-checkbox-orange + [type="hidden"] + label:before {
        border-right: 2px solid #FF9800;
        border-bottom: 2px solid #FF9800;
    }

    [class^="styled-checkbox-"]:checked.styled-checkbox-deep-orange + label:before,
    [class^="styled-checkbox-"]:checked.styled-checkbox-deep-orange + [type="hidden"] + label:before {
        border-right: 2px solid #FF5722;
        border-bottom: 2px solid #FF5722;
    }

    [class^="styled-checkbox-"]:checked.styled-checkbox-brown + label:before,
    [class^="styled-checkbox-"]:checked.styled-checkbox-brown + [type="hidden"] + label:before {
        border-right: 2px solid #795548;
        border-bottom: 2px solid #795548;
    }

    [class^="styled-checkbox-"]:checked.styled-checkbox-grey + label:before,
    [class^="styled-checkbox-"]:checked.styled-checkbox-grey + [type="hidden"] + label:before {
        border-right: 2px solid #9E9E9E;
        border-bottom: 2px solid #9E9E9E;
    }

    [class^="styled-checkbox-"]:checked.styled-checkbox-blue-grey + label:before,
    [class^="styled-checkbox-"]:checked.styled-checkbox-blue-grey + [type="hidden"] + label:before {
        border-right: 2px solid #607D8B;
        border-bottom: 2px solid #607D8B;
    }

    [class^="styled-checkbox-"]:checked.styled-checkbox-black + label:before,
    [class^="styled-checkbox-"]:checked.styled-checkbox-black + [type="hidden"] + label:before {
        border-right: 2px solid #000000;
        border-bottom: 2px solid #000000;
    }

    [class^="styled-checkbox-"]:checked.styled-checkbox-white + label:before,
    [class^="styled-checkbox-"]:checked.styled-checkbox-white + [type="hidden"] + label:before {
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
    }

    [class^="styled-checkbox-"].filled-in:checked + label:after,
    [class^="styled-checkbox-"].filled-in:checked + [type="hidden"] + label:after {
        top: 0;
        width: 20px;
        height: 20px;
        border: 2px solid #26a69a;
        background-color: #26a69a;
        z-index: 0;
    }

    [class^="styled-checkbox-"].filled-in:checked + label:before,
    [class^="styled-checkbox-"].filled-in:checked + [type="hidden"] + label:before {
        border-right: 2px solid #fff !important;
        border-bottom: 2px solid #fff !important;
    }

    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-red + label:after,
    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-red + [type="hidden"] + label:after {
        border: 2px solid #F44336;
        background-color: #F44336;
    }

    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-pink + label:after,
    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-pink + [type="hidden"] + label:after {
        border: 2px solid #E91E63;
        background-color: #E91E63;
    }

    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-purple + label:after,
    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-purple + [type="hidden"] + label:after {
        border: 2px solid #9C27B0;
        background-color: #9C27B0;
    }

    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-deep-purple + label:after,
    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-deep-purple + [type="hidden"] + label:after {
        border: 2px solid #673AB7;
        background-color: #673AB7;
    }

    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-indigo + label:after,
    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-indigo + [type="hidden"] + label:after {
        border: 2px solid #3F51B5;
        background-color: #3F51B5;
    }

    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-blue + label:after,
    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-blue + [type="hidden"] + label:after {
        border: 2px solid #2196F3;
        background-color: #2196F3;
    }

    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-light-blue + label:after,
    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-light-blue + [type="hidden"] + label:after {
        border: 2px solid #03A9F4;
        background-color: #03A9F4;
    }

    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-cyan + label:after,
    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-cyan + [type="hidden"] + label:after {
        border: 2px solid #00BCD4;
        background-color: #00BCD4;
    }

    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-teal + label:after,
    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-teal + [type="hidden"] + label:after {
        border: 2px solid #009688;
        background-color: #009688;
    }

    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-green + label:after,
    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-green + [type="hidden"] + label:after {
        border: 2px solid #4CAF50;
        background-color: #4CAF50;
    }

    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-light-green + label:after,
    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-light-green + [type="hidden"] + label:after {
        border: 2px solid #8BC34A;
        background-color: #8BC34A;
    }

    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-lime + label:after,
    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-lime + [type="hidden"] + label:after {
        border: 2px solid #CDDC39;
        background-color: #CDDC39;
    }

    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-yellow + label:after,
    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-yellow + [type="hidden"] + label:after {
        border: 2px solid #ffe821;
        background-color: #ffe821;
    }

    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-amber + label:after,
    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-amber + [type="hidden"] + label:after {
        border: 2px solid #FFC107;
        background-color: #FFC107;
    }

    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-orange + label:after,
    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-orange + [type="hidden"] + label:after {
        border: 2px solid #FF9800;
        background-color: #FF9800;
    }

    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-deep-orange + label:after,
    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-deep-orange + [type="hidden"] + label:after {
        border: 2px solid #FF5722;
        background-color: #FF5722;
    }

    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-brown + label:after,
    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-brown + [type="hidden"] + label:after {
        border: 2px solid #795548;
        background-color: #795548;
    }

    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-grey + label:after,
    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-grey + [type="hidden"] + label:after {
        border: 2px solid #9E9E9E;
        background-color: #9E9E9E;
    }

    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-blue-grey + label:after,
    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-blue-grey + [type="hidden"] + label:after {
        border: 2px solid #607D8B;
        background-color: #607D8B;
    }

    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-black + label:after,
    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-black + [type="hidden"] + label:after {
        border: 2px solid #000000;
        background-color: #000000;
    }

    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-white + label:after,
    [class^="styled-checkbox-"].filled-in:checked.styled-checkbox-white + [type="hidden"] + label:after {
        border: 2px solid #ffffff;
        background-color: #ffffff;
    }
/* ========================================================================== */
/* STYLED CHECKBOX: END*/
/* ========================================================================== */

.permission-checkbox {
    padding-top: 3px;
    margin-bottom: 0;
    height: 21px !important;
}

.sub-permission-checkbox {
    padding-top: 3px;
    margin-bottom: 0;
    height: 17px !important;
    min-width: inherit !important;
}

/* ToolTip Style */
.tooltip-inner {
    background-color: #464646;
    border: 1px solid #464646;
    max-width: 400px;
    padding: 0;
}

.tooltip-alert {
    background-color: #464646 !important;
    padding: 5px 10px 6px 10px;
    font-weight: bolder;
    color: #ffffff;
}

    .tooltip-alert i.fa {
        margin-right: 6px !important;
        font-size: 16px !important;
    }

.tooltip-arrow {
    border-top-color: #464646 !important;
}

/** COUNTER VALUES FOR TOP MENU **/
span.fa-layers-counter.counter-style {
    color: #000;
    background-color: #ffa500;
    font-weight: bold;
    font-size: 0.75em;
    height: 18px;
    width: 18px;
    border-radius: 4px;
    padding: 0px 2px 1px 2px;
    margin: -6px -4px 0 0;
    float: right;
}

/* Notification Model Window Style */
#notificationModalWindow .modal-header.alert {
    margin-bottom: 0 !important;
}

/** MODAL BACKDROP OVERRIDE */
.modal-backdrop.in {
    z-index: -1;
}

/**  ------------------------------------------  **/
.blue {
    color: #3498DB;
}

.purple {
    color: #9B59B6;
}

.green {
    color: #00a65a;
}

.aero {
    color: #9CC2CB;
}

.red {
    color: #E74C3C;
}

.dark {
    color: #34495E;
}

.pink {
    color: #ff48aa;
}

.mint {
    color: #3eb489;
}

.orange {
    color: #F39C12;
}

.yellow {
    color: #f0ad4e
}


.border-blue {
    border-color: #3498DB !important;
}

.border-purple {
    border-color: #9B59B6 !important;
}

.border-green {
    border-color: #00a65a !important;
}

.border-aero {
    border-color: #9CC2CB !important;
}

.border-red {
    border-color: #E74C3C !important;
}

.border-dark {
    border-color: #34495E !important;
}

.bg-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #73879C;
}

.bg-grey {
    background: #ececec !important;
    border: 1px solid #ccc !important;
    color: #000;
}

.bg-darkgrey {
    background: #444 !important;
    border: 1px solid #444 !important;
    color: #fff;
}

.bg-green {
    background: #00a65a !important;
    border: 1px solid #00a65a !important;
    color: #fff;
}

.bg-red {
    background: #E74C3C !important;
    border: 1px solid #E74C3C !important;
    color: #fff;
}

.bg-blue {
    background: #3498DB !important;
    border: 1px solid #3498DB !important;
    color: #fff;
}

.bg-dark-blue {
    background: #175782 !important;
    border: 1px solid #175782 !important;
    color: #fff;
}

.bg-orange {
    background: #F39C12 !important;
    border: 1px solid #F39C12 !important;
    color: #000;
}

.bg-dark-orange {
    background: #eb611c !important;
    border: 1px solid #eb611c !important;
    color: #000;
}

.bg-purple {
    background: #9B59B6 !important;
    border: 1px solid #9B59B6 !important;
    color: #fff;
}

.bg-blue-sky {
    background: #50C1CF !important;
    border: 1px solid #50C1CF !important;
    color: #000;
}

.bg-yellow {
    background: #f0ad4e !important;
    border: 1px solid #f0ad4e !important;
    color: #333 !important;
}

.bg-black {
    background: #333 !important;
    border: 1px solid #111 !important;
    color: #fff;
}

.bg-slate {
    background: #34495E !important;
    border: 1px solid #22303d !important;
    color: #fff;
}

.bg-pink {
    background: #ff7bc2 !important;
    border: 1px solid #ff48aa !important;
    color: #000;
}

.bg-mint {
    background: #3eb489 !important;
    border: 1px solid #3eb489 !important;
    color: #fff;
}

.bg-aqua {
    background: #00c0ef !important;
    border: 1px solid #00c0ef !important;
    color: #000;
}

.bg-lime {
    background: #01ff70 !important;
    border: 1px solid #01ff70 !important;
    color: #000;
}

.bg-teal {
    background: #39cccc !important;
    border: 1px solid #39cccc !important;
    color: #000;
}

.bg-dark-teal {
    background: #155353 !important;
    border: 1px solid #155353 !important;
    color: #fff;
}

.bg-olive-drab {
    background: #3f3f00 !important;
    border: 1px solid #3f3f00 !important;
    color: #fff;
}

.bg-maroon {
    background: #880000 !important;
    border: 1px solid #880000 !important;
    color: #fff;
}

.bg-navy {
    background: #001f3f !important;
    border: 1px solid #001f3f !important;
    color: #fff;
}


.w2ui-grid .w2ui-grid-data .alert {
    padding: 6px !important;
    margin-right: 10px !important;
    color: #ffffff !important;
}

.w2ui-grid .w2ui-grid-data .alert-darkgray {
    background-color: #757575 !important;
}

.w2ui-grid .w2ui-grid-data .alert-lightblue {
    background-color: #0288D1 !important;
}

.w2ui-grid .w2ui-grid-data .alert-bluegray {
    background-color: #607D8B !important;
}

.w2ui-grid .w2ui-grid-data .alert-blue {
    background-color: #2962FF !important;
}

.w2ui-grid .w2ui-grid-data .alert-lime {
    background-color: #827717 !important;
}

.w2ui-grid .w2ui-grid-data .alert-brown {
    background-color: #4E342E !important;
}

.w2ui-grid .w2ui-grid-data .alert-teal {
    background-color: #00796B !important;
}

.w2ui-grid .w2ui-grid-data .alert-darkpink {
    background-color: #9C27B0 !important;
}

.w2ui-grid .w2ui-grid-data .alert-yellow {
    background-color: #f0ad4e !important;
    color: #000 !important;
}

/**Notifications ****/
li.notification-box {
    font-size: 0.90em;
    font-weight: normal;
    width: 100%;
    display: inline-flex;
    padding: 6px 0px;
    border-bottom: 1px solid #444;
}

    li.notification-box:nth-child(odd) {
        background-color: #282828;
        border-bottom: 1px solid #444;
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
    }

.actionMarkRead {
    cursor: pointer;
}

.control-label-float {
    display: flex;
    /*padding-left: 15px;*/
}

.control-label-sm {
    font-size: 0.95em;
    font-style: italic;
}

/* Override for text sizing */
.control-label-float.override {
    font-size: 1.1125em !important;
    font-weight: 600 !important;
}

.control-label-float.override-lg {
    font-size: 1.5em !important;
    font-weight: 600 !important;
}

.control-label-italics {
    font-size: 1.0em !important;
    font-weight: 500 !important;
    font-style: italic;
}


.form-row {
    line-height: 2.0 !important;
}

/*** VALIDATION ERROR BORDER */
.input-error,
.input-validation-error {
    border: 2px solid #b94a48 !important;
}

textarea.input-error,
textarea.input-validation-error {
    border: 2px solid #b94a48 !important;
}

select.input-error + span.select2,
select.input-validation-error + span.select2 {
    border: 2px solid #b94a48 !important;
}

/*span.reqIndicator {
    position: relative;
    font-size: 0.90em;
    margin: -50px 0 0 0 !important;
    z-index: 10000 !important;
    float: right;
    background: #E74C3C !important;
    border: 1px solid #E74C3C !important;
    color: #fff;
}*/

span.reqIndicator, span.invalidIndicator {
    position: relative;
    font-size: 0.90em;
    margin: -35px 0 0 0 !important;
    z-index: 10000 !important;
    float: right;
    background: #E74C3C !important;
    border: 1px solid #E74C3C !important;
    color: #fff;
}


a.badge.badgelargecontent {
    border-radius: 3px !important;
    padding: 2px 6px !important;
    min-width: 100px !important;
    font-size: 12px !important;
}

#impersonateModal .modal-lg {
    width: calc(40% - 100px) !important;
}

.ck-powered-by {
    display: none !important;
}

/*Bootstrap 5 Update*/

.card {
    margin-bottom: 10px;
}

a {
    text-decoration: none !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/*Forms*/

.form-group {
    margin-bottom: 15px;
}

.form-control[disabled], .form-control[readonly] {
    background-color: #eee;
    opacity: 1;
}


/** MODAL BACKDROP OVERRIDE */
.modal-backdrop {
    z-index: -1;
}

.modal-md, .modal-dialog {
    max-width: 600px;
}

.modal-title {
    width: 100% !important;
    font-size: 18px;
}

.modal-header {
    border-radius: unset;
}

    .modal-header .btn-close {
        padding: calc(var(--bs-modal-header-padding-y)* .3) calc(var(--bs-modal-header-padding-x)* .3);
        margin-right: 3px;
        width: 1em;
        height: unset;
    }

h4, .h4 {
    font-size: 18px;
}

.tempus-dominus-widget .calendar-header {
    margin-top: 10px;
}

h3.control-sidebar-heading {
    cursor: pointer;
}

.right-settings a {
    display: flex;
}

.main-header .sub-header {
    display: flex;
    height: 46px;
}

.sub-header .sidebar-toggle {
    padding: 13px 26px 15px;
}

@media (max-width: 992px) {
    .main-header .navbar {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .skin-blue .main-header .logo .base-logo {
        margin-top: 8px;
        background-size: contain !important; 
    }
}

/*Bootstrap 5 Update*/
