﻿:root {
    --primary-sas: #FF750F;
    --primary-sas-2: #C75B0C;
    --secondary-sas: #0f2c3c;
    --secondary-sas-2: #57839e;
    --callout-shadow-color: rgba(0, 0, 0, .132);
    --callout-shadow-secondary-color: rgba(0, 0, 0, .108);
    --sidebar-transition: .15s ease;
}

body { }

.adjPage {
   margin-top: 25px !important;
   margin-bottom: 5px;
}

.wrapper { }

#navigationBar {
    max-height: 57px !important;
}

#sideBar { }

#sideBar #brandLogoXs,
#sideBar #brandLogoXl {
    max-height: 45px;
    margin-left: -12px;
}

#sideBar #brandLogoXl {
    top: 8px;
    left: 16px;
}

#sideBar .brand-image {
    height: 45px !important;
}


.sidebar-overlay-icon {
    font-size: 14px;
    color: #fff;
    margin-left: -17px;
    padding: 0;
    position: relative;
    bottom: -5px;
    opacity: .5;
}

/* Override bg color of brand icon*/
.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]) {
    background-color: var(--secondary-sas);
}

/*Override color of background */
[class*=sidebar-dark-] {
    background-color: var(--secondary-sas) !important;
}

#navigationBar a.dropdown-item:hover {
    background-color: var(--primary-sas);
    color: #fff;
}

#navigationBar a.dropdown-item:active {
    background-color: var(--primary-sas-2);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
    background-color: var(--secondary-sas);
}

/* Set Nav Buttons */
.nav-pills .nav-link.active:hover,
.nav-pills .show > .nav-link:hover {
    background-color: var(--secondary-sas);
}

.layout-navbar-fixed .wrapper .content-wrapper {
    margin-top: 30px !important;
}

.content-wrapper { }

.content-wrapper > .content {
    overflow: hidden;
    background-color: #f8f8f8;
}


.main-footer {
}

.dashboard-item {
    border: 1px solid #fff;
}

.dashboard-item:hover {
    background-color: #ddd;
    border: 1px solid #ccc;
    cursor: pointer;
}

/* Set RadChart cursor to pointer */
.cursorPointer svg path {
    cursor: pointer;
    box-shadow: 5px 10px #888888;
}

#page-title {
    height: 50px !important;
}

#page-title h1 {
    font-size: 1.5rem !important;
}

/* Limit height of client dropdown. */
.k-dropdowntree {
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.text-sm-1 {
    font-size: .80rem !important;
}


.text-xs {
    font-size: .75rem !important;
}

/* Div container for Mass Edit etc. */
.box-1 {
    background-color: #eee;
    border-color: #ddd;
}

/* Div container for Mass Edit etc. */
.grid-controls {
    position: absolute;
    top: 10px;
    right: 23px;
    z-index: 1;
}

/* Make the filter/search input stick to the top */
.multiselect-filter {
    position: sticky;
    top: 0;
    z-index: 1;
}

.multiselect-all {
    position: sticky;
    top: 38px;
    z-index: 1;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

/* Car Header */
.card {
    border: thin solid #eee !important;
    box-shadow: none;
    box-shadow: 0 3.2px 7.2px 0 var(--callout-shadow-color,rgba(0, 0, 0, .132)),0 .6px 1.8px 0 var(--callout-shadow-secondary-color,rgba(0, 0, 0, .108));
}

.card-header {
    padding: .5rem 1rem !important;
    border-bottom: 1px solid #eee !important;
}

.card-title {
    font-size: 1rem;
    font-weight: 500;
}

.card-body {
    border: 0 !important;
    padding: .3rem .5rem !important;
}


.custom-control-button-1 {
    background-color: #555 !important;
    color: #fff !important;
}

.custom-control-button-1:hover {
    background-color: #777 !important;
    color: #fff;
}

.custom-control-button-3 {
    background-color: #777 !important;
    color: #fff !important;
}

.custom-control-button-3:hover {
    background-color: #555 !important;
    color: #fff;
}

 /* Client Selection Apply */
.custom-control-button-2 {
    background-color: #189AD6 !important;
    color: #fff !important;
}

.custom-control-button-2:hover {
    background-color: #183965 !important;
    color: #fff;
}

.custom-control-button-undo {
    background-color: #006cbe !important;
    color: #fff !important;
}

.custom-control-button-undo:hover {
    background-color: #0586e8 !important;
    color: #fff;
}

.custom-control-button-success {
    background-color: #028A0F !important;
    color: #fff !important;
}

.custom-control-button-success:hover {
    background-color: #03AC13 !important;
    color: #fff;
}

.custom-control-button-cancel {
    background-color: #B90E0A !important;
    color: #fff !important;
}

.custom-control-button-cancel:hover {
    background-color: #E3242B !important;
    color: #fff;
}

.custom-control-button-edit {
    background-color: #ffca18 !important;
    color: #000 !important;
}

.custom-control-button-edit:hover {
    background-color: #e7b716 !important;
    color: #000;
}

.custom-link-button-1 {
    color: #222 !important;
}

.custom-link-button-1:hover {
    text-decoration: underline;
}

.multiselect-option .form-check .form-check-input {
    background-color: var(--primary-sas) !important;
}


/* Set background color of input text selection. */
::selection {
    background: lightgrey !important;
    color: #000 !important;
}


.disabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

.link {
    color: #4f9fcf !important;
}

.link:hover {
    text-decoration: underline !important;
}

.bg-yellow-light {
    background-color: #ffe69f;
    color: #1f2d3d !important;
}

.readonly {
    background-color: #dfdfdf !important;
    color: #000 !important;
}


.multiselect-reset {
    width: 100px !important;
    flex: none !important;
    margin-left: 5px;
    margin-top: 5px;
}

.Applicationtooltip .ToolTipDescription {
    visibility: hidden;
    opacity: 0;
    transition: opacity var(--sidebar-transition);
    width: 84%;
    color: #000;
    z-index: 99999;
    bottom: 0px;
    right: 12px;
    margin-left: -90px;
    background-color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: fixed;
    height: 53px;
    padding-left: 12px;
    font-size: .875rem !important;
    font-weight: 400;
}

.Applicationtooltip {
    position: absolute;
    display: inline-block;
    margin-top: 50px;
}

.Applicationtooltip:hover .ToolTipDescription {
    visibility: visible;
    opacity: 1;
}

div.content-wrapper {
    padding-bottom: 2.5rem !important;
}

.lbl1 {
    font-weight: 400 !important;
    margin-bottom: 5px !important;
    font-size: 14px !important;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: normal;
}

.opened, .opened:hover {
    background-color: #028a0f;
    color: #fff;
    pointer-events: none;
    cursor: default;
}

.modal {
    font-size: 13px !important;
}

#sideBar .nav-sidebar > .nav-item > .nav-link {
    border: 0 !important;
    margin-bottom: 0.38rem;
    transition: background-color var(--sidebar-transition), border-color var(--sidebar-transition), box-shadow var(--sidebar-transition);
}

#sideBar .nav-sidebar > .nav-item > .nav-link p {
    color: #eef5f8;
}

#sideBar .nav-sidebar > .nav-item > .nav-link .right {
    color: #c8dde7;
}

#sideBar .nav-sidebar > .nav-item:hover > .nav-link,
#sideBar .nav-sidebar > .nav-item > .nav-link:focus {
    background-color: #2b5568 !important;
    box-shadow: none;
}

#sideBar .nav-sidebar > .nav-item > .nav-link.active,
#sideBar .nav-sidebar > .nav-item.menu-open > .nav-link {
    background: linear-gradient(90deg, #3c6275 0%, #365c70 100%) !important;
    box-shadow: none;
}

#sideBar .nav-treeview > .nav-item > .nav-link {
    color: #d8e8ef !important;
    display: flex;
    align-items: center;
    padding: 5px 0;
}

#sideBar .nav-treeview > .nav-item > .nav-link:hover {
    background-color: rgba(142, 188, 206, 0.2) !important;
    color: #ffffff !important;
    transition: background-color var(--sidebar-transition), color var(--sidebar-transition);
}

#sideBar .nav-treeview > .nav-item > .nav-link.active {
    background-color: rgba(162, 203, 218, 0.35) !important;
    color: #ffffff !important;
    margin-right: 8px !important;
    border-left: 3px solid #fff;
    transition: background-color var(--sidebar-transition), border-color var(--sidebar-transition), color var(--sidebar-transition);
}

#sideBar .nav-treeview > .nav-item > .nav-link > p {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
    width: calc(100% - 1.25rem) !important;
    margin-bottom: 0 !important;
}

/* Kendo chart no-data overlay defaults to z-index:10000, which covers the expanded sidebar (z-index:1038). */
.k-chart-overlay {
    z-index: 1 !important;
}