﻿@import url("atlas-font.css");

hr {
    color: var(--atlas-standard-light-gray);
}

/*jQuery UI Grid Overrides*/
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0px;
}

#lower-details-container .divtoolbarStyle {
    color: var(--atlas-white);
    background-color: var(--atlas-standard-gray);
    margin-bottom: 10px;
}
.ui-widget-content {
    border: 1px solid var(--atlas-standard-light-gray);
}

.ui-widget-header {
    border: 1px solid var(--atlas-standard-light-gray);
    background: var(--atlas-standard-gray);
}


.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid var(--atlas-standard-gray);
    background: var(--atlas-standard-gray);
}

.ui-button.ui-state-default {
    border: 1px solid var(--atlas-standard-black);
    background: var(--atlas-standard-black);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid var(--atlas-teal);
    background: var(--atlas-teal);
}
.ui-widget-content .ui-state-hover {
    border: 1px solid var(--atlas-light-teal);
    background: var(--atlas-light-teal);
}

.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-state-hover, .ui-state-hover > span, .ui-widget-content .ui-state-hover > td,
.ui-state-active, .ui-widget-content .ui-state-active > td,
.ui-state-highlight > td, .ui-state-highlight > div, .ui-state-highlight.pq-grid-row-hover > td {
    color: var(--atlas-white);
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
    color: var(--atlas-white);
}

.ui-dialog .ui-dialog-titlebar {
    border-top: 4px solid var(--atlas-standard-black);
    border-bottom: 1px solid var(--atlas-standard-light-gray);
}
/*PQ Grid Overrides*/
.pq-grid span.pq-grid-header, table.pq-grid-header-table {
    background: var(--atlas-white);
}
table.pq-grid-header-table {
    border-top: 1px dashed var(--atlas-standard-gray);
    border-bottom: 1px solid var(--atlas-standard-gray);
}

.pq-grid td.pq-grid-col {
    border-right: 1px solid var(--atlas-standard-light-gray);
    border-top: none;
}

.pq-grid td.pq-grid-col:last-child {
    border-right: 1px solid var(--atlas-white);
}

table.pq-grid-header-table div.pq-grid-header-table-div {
    padding-bottom: 2px;
}
.pq-grid td.pq-grid-number-cell {
    border-color: var(--atlas-white);
    border-bottom: 1px solid var(--atlas-standard-gray);
    background: var(--atlas-white);
    color: var(--atlas-standard-text-gray);
    font-weight: bold;
}
.pq-grid-col.ui-state-active {
    border: none;
    background: var(--atlas-white);
    color: var(--atlas-standard-text-gray);
    font-weight: bold;
}

.pq-header-outer.ui-widget-header {
    background: var(--atlas-white);
    height:25px !important;
}
.pq-grid span.pq-grid-header {
    top: 0px;
}


.pq-grid-header-table div {
    text-transform: uppercase;
}

/*Facility Drop Down Styles*/
#facilitySelection {
    border: 1px solid var(--atlas-standard-light-gray);
    color: var(--atlas-standard-text-gray);
}

/*Menu/Login bar Styles*/
.menuLabeltoolbarStyle {
    background: var(--atlas-standard-black);
    position: relative;
    height: 40px;
}

.menuLabeltoolbarStyle > span {
    position: absolute;
    bottom: 0;
}

#login-bar-page-title {
    left: 16em;
   
}
#temp-Additional-warning {
    left: 25em;
    color: orange;
    position: absolute !important;
    top: 50%;
    left: 40%;
    text-transform:none;
    margin-top: -10px;
    font-size:large;
    margin-left: -50px;
    width: auto !important;
    height: 100px;
}

#login-bar-logo {
    padding-left: 1em;
    height: inherit;
}

#login-bar-logo > img {
    height: fit-content;
    width: fit-content;
    padding-top: 0.15em;
}

table.pq-grid-header-table td {
    color: var(--atlas-standard-text-gray);
    font-weight: bold;
}

/*Quick view Styles*/
.divtoolbarQuick {
    color: var(--atlas-standard-text-gray);
}

.quick-view-info-block table td {
    border-bottom: 1px solid var(--atlas-standard-light-gray);
}

/*Toolbar Styles*/
.divtoolbarStyle {
    color: var(--atlas-white);
    background: var(--atlas-standard-gray);
}
/*Submit button*/
/*.submitButtonStyle {
    background: var(--atlas-standard-black);
}
#cs-file-upload-input-file {
    background: var(--atlas-standard-black);
}*/

/*Menu Tree Styles*/
.JSTreeDiv.jstree-default li > a, .JSTreeDiv.jstree li[aria-level="1"] > a {
    color: var(--atlas-standard-text-gray);
}

.JSTreeDiv.jstree {
    border-top: 1px solid var(--atlas-standard-light-gray) !important;
    border-right: 2px solid var(--atlas-standard-light-gray) !important;
}

.JSTreeDiv.jstree li ul li {
    border-bottom: 1px solid var(--atlas-standard-light-gray) !important;
}

/*Notification Styles*/
.cs-notif-info,
.ui-widget-content .cs-notif-info,
.ui-widget-header .cs-notif-info,
.cs-notif-dlginfo,
.ui-widget-content .cs-notif-dlginfo,
.ui-widget-header .cs-notif-dlginfo {
    color: var(--atlas-teal);
}


/*a {
    color: var(--atlas-standard-text-gray);
}*/


/*PQ Grid Scrollbar Styles*/
.pq-scrollbar-horiz,
.pq-scrollbar-vert {
    background: var(--atlas-white);
}

div.pq-hscroll,
div.pq-vscroll {
    border: 1px solid var(--atlas-standard-light-gray);
}

.pq-sb-slider-h .horiz-slider-bg,
.pq-sb-slider-h .horiz-slider-left,
.pq-sb-slider-h .horiz-slider-center,
.pq-sb-slider-h .horiz-slider-right,
.pq-sb-slider .vert-slider-center,
.pq-sb-slider .vert-slider-top,
.pq-sb-slider .vert-slider-bottom,
.pq-sb-slider .vert-slider-bg  {
    background: var(--atlas-standard-gray-less-opaque);
}

.pq-scrollbar-horiz div.left-btn {
    background: url('../Images/page-prev-gray.gif');
    background-color: var(--atlas-standard-light-gray);
}

.pq-scrollbar-horiz div.right-btn {
    background: url('../Images/page-next-gray.gif');
    background-color: var(--atlas-standard-light-gray);
}

.pq-scrollbar-vert div.top-btn,
.pq-scrollbar-vert div.bottom-btn {
    background: var(--atlas-standard-light-gray);
}

div.pq-grid-footer .ui-button {
    background-color: var(--atlas-white);
}


/*Report, File Upload Table Styles*/
#divFileList table th {
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid var(--atlas-standard-gray);
    border-top: 1px dashed var(--atlas-standard-gray);
    border-right: 1px solid var(--atlas-standard-light-gray);
    padding: 3px;
    padding-right: 10px;
}

#divFileList table th:last-child {
    border-right: 1px solid var(--atlas-white);
}

#divFileList table tr.odd-row {
    background-color: var(--atlas-standard-light-gray);
}

#divFileList table tr:not(.odd-row) {
    background: var(--atlas-white);
}

#divFileList table {
    background-color: var(--atlas-white);
}

/*Date Picker Styles*/
.ui-datepicker.ui-widget-content {
    background-color: var(--atlas-white);
}

.ui-datepicker .ui-datepicker-header.ui-widget-header {
    background: var(--atlas-white);
    border: none;
}

.ui-datepicker.ui-widget-content .ui-state-hover {
    border: 1px solid var(--atlas-standard-black);
    background: var(--atlas-white);
}

.ui-datepicker.ui-widget-content td a {
    text-align: center;
}

.ui-datepicker.ui-widget-content td .ui-state-hover {
    border: 1px solid var(--atlas-standard-black);
    background: var(--atlas-standard-black);
    color: var(--atlas-white);
}

.ui-datepicker.ui-widget-content .ui-state-default {
    border: 1px solid var(--atlas-white);
    background: var(--atlas-white);
    color: var(--atlas-standard-text-gray);
}

.ui-datepicker.ui-widget-content .ui-state-active,
.ui-datepicker.ui-widget-content .ui-state-focus {
    background: var(--atlas-standard-black);
    color: var(--atlas-white);
}

.ui-datepicker table thead {
    border-bottom: 0.5px solid var(--atlas-standard-light-gray);
}

/*Buttons Styles*/
button, .submitButtonStyle {
    background: var(--atlas-standard-black);
    background: black;
    border: none;
    color: white;
    text-transform: capitalize;
    font-weight: normal;
}

#btnDocsDateRefresh, #btnPayoffsDateRefresh, #fundingStatusDateRefresh {
    height: 23px;
}

#tabs-refresh-btn {
    margin-bottom: 4px;
    background-color: var(--atlas-white);
}

/*Quick view Styles*/
.quick-view-row {
    width: 100%;
}
.quick-view-info-block {
    width: 45%;
}


/*Access Denied,Utility Pages*/
.tableCenter {
    top: 45%;
    left: 45%;
}

#AccessDeniedHeader {
    color: var(--atlas-standard-text-gray);
}

/*Search Functionality Styles*/
.select-editable {
    height: 21px;
    border: 1px solid var(--atlas-standard-light-gray);
}

/*temp - to be removed*/
.searchButtonStyle {
    background: var(--atlas-white);
}
