﻿.navbar-estash {
    color: rgba(0,0,.9);
    background-color: #ffffff;
    border-bottom-color: rgba(255,255,255,.1);
}

.navbar-logo img {
    height: 3.500rem;
    padding: 10px;
}

.padded-div {
    padding: 30px;
}

.button-div {
    margin-top: 10px;
}

.sidebar_gee {
    display: ms-flexbox;
    display: flex;
    ms-flex-direction: column;
    flex-direction: column;
    ms-flex-negative: 0;
    flex-shrink: 0;
    width: 13.75rem;
    position: fixed;
    top: 0;
    bottom: 0;
    box-sizing: content-box;
    background-color: #1A5A73; /* updated to requested sidebar color */
    color: #ffffff;
}

.margin-bottom-4 {
    margin-bottom: 1.5rem !important;
}

.mb-small {
    margin-top: 0.85rem !important;
}

.one-third-width {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.two-thirds-width {
    flex: 0 0 auto;
    width: 66.66666667%;
}

a.link-button:link, a.link-button:visited {
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
}

a.link-button:hover, a.link-button:active {
    background-color: blue;
}

.sidebar-content-gee {
    background-color: #1A5A73; /* updated to requested sidebar color */
    color: #fff;
}

.sidebar-light-gee {
    background-color: #1A5A73; /* updated to requested sidebar color */
    color: #fff;
}

a.nav-link {
    color: #ffffff;
}

a.reject-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    background-color: #f44336;
}

a.confirm-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    background-color: #069c42;
}

a.custom-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    background-color: #870a3c;
}

.custom-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    color: #fff;
    appearance: button;
    background-color: #1A5A73;
}

.custom-button:hover {
    -webkit-appearance: button;
    -moz-appearance: button;
    color: #fff;
    appearance: button;
    background-color: #7EA5B4;
}

.btn-primary-custom {
    color: #fff;
    background-color: #1A5A73;
    border-color: #870a3c;
}

.scrollable-div {
    overflow-y: auto;
    overflow-x: auto;
}

.report-header-card {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 50%;
}

/* shows the active or inactive badge*/
.status-active {
    color: #fff;
    background-color: #147724;
}

.status-inactive {
    color: #fff;
    background-color: #bf2e2e;
}

.custom-background {
    background-color: #ffffff;
}

.dialog-header {
    background-color : #870a3c;
    color: #ffffff;
}
/*----------------------------------------------------------------------------------
    content for dialog
*/

#sendButton {
    top: 2px;
    position: relative;
}

.e-footer-content .e-input-group {
    width: 75%;
    float: left;
}

#target {
    min-height: 400px;
}

.e-dialog .e-dlg-header-content {
    background-color: #7EA5B4;
}

.layout-header {
    background-color: #7EA5B4;
    border-bottom: 2px solid #000000;
}

    .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
        top: 5px;
        left: -11px;
    }

.e-dialog .e-dlg-header {
    position: relative;
}

.e-dialog .e-footer-content {
    padding: 15px;
}

.e-dialog .e-dlg-content {
    padding: 10;
}

.e-dialog .e-dlg-header-content {
    padding: 6px;
}

.e-open-icon::before {
    content: "\e782";
}

#template {
    display: inline-block;
    padding: 0px 10px;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
}

input {
    width: 75%;
    float: left;
}

.e-icon-settings.e-icons {
    float: left;
    position: relative;
    left: 14%;
    top: -33px;
}

.dialogContent .dialogText {
    font-size: 13px;
    padding: 5%;
    word-wrap: break-word;
    border-radius: 6px;
    text-align: justify;
    font-style: initial;
    display: block;
}

.e-dlg-header .e-icon-settings, .e-icon-btn {
    color: #fff;
}

.dialogContent .dialogText, .dialogContent .dialogText {
    background-color: #f5f5f5;
}

.e-dialog .e-footer-content {
    border-top: 0.5px solid rgba(0, 0, 0, 0.42);
}

.dialogContent {
    display: block;
    font-size: 15px;
    word-wrap: break-word;
    text-align: center;
    font-style: italic;
    border-radius: 6px;
    padding: 3%;
    position: relative;
    top: 25px;
}

.bootstrap .dialogContent {
    top: 7px;
}

.control-wrapper .e-control.e-dialog {
    width: 30%;
}

.e-dialog .e-dlg-header-content .e-icon-dlg-close {
    color: #fff;
}

.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn:hover,
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn:focus {
    background-color: rgba(255,255,255, 0.10);
}

    .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn:active .e-icon-dlg-close,
    .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn:focus .e-icon-dlg-close,
    .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
        color: #fff;
    }

.e-dialog .e-dlg-header-content .e-dlg-header .e-avatar.template-image {
    background-image: url("/images/custom/logo_small.png");
    vertical-align: middle;
    display: inline-block;
    width: 36px;
    height: 36px;
}

.grid-icon-label {
    display: flex; /* Makes the container a flex container */
    /* Optional properties for alignment and spacing */
    justify-content: left; /* Distributes space between items */
    align-items: center; /* Aligns items vertically in the center */
    gap: 20px; /* Adds space between items */
}

.half-column-div {
    display: flex; /* Makes the container a flex container */
    /* Optional properties for alignment and spacing */
    justify-content: left; /* Distributes space between items */
    align-items: center; /* Aligns items vertically in the center */
    gap: 10px; /* Adds space between items */
}

/* this deals witih the status text in the grid */

.statustxt {
    position: static !important; /* Ensure no conflicting positioning */
    vertical-align: middle; /* Generally unnecessary with flexbox */
    display: inline-block; /* Ensure it's treated as a block element */
}

td.e-rowcell .statustxt.e-activecolor {
    color: #007d00;
}

td.e-rowcell .statustxt.e-inactivecolor {
    color: #c40000;
}

.statustemp.e-inactivecolor {
    background-color: #ffd7cc;
    width: 80px;
}

.statustemp.e-activecolor {
    background-color: #ccffcc;
    width: 57px;
}

.statustxt.e-activecolor {
    color: #00cc00;
}

.statustxt.e-inactivecolor {
    color: #e60000;
}

.statustemp {
    position: relative;
    height: 23px;
    border-radius: 5px;
    text-align: center
}

#myProgress {
    position: relative;
    height: 18px;
    width: 10em;
    text-align: left;
    background-color: white;
}

.highcontrast .e-grid #myProgress {
    background-color: black;
}

.e-dddata {
    padding-bottom: 10px;
}

/* progress bar on the grid*/
#myBar {
    position: absolute;
    width: 10%;
    height: 100%;
    background-color: #00b300;
}

    #myBar.progressdisable {
        background-color: #df2222;
    }

#label {
    position: relative;
    left: 10px;
    line-height: 18px;
    font-size: 10px;
    color: white;
}

