@charset "utf-8";
/* CSS Document */

/* MDT */
.egovfooter {
    background:white !important;
    color: #6E9699 !important;
    border-top:1px solid #E0E0E0 !important; border-top:none;
    padding:0;
}
.egovfooter .nav-item:hover {background:#eee; text-decoration: none; }
.egovfooter	a { display:block; font-size:1em; color: #005288 !important; }
.egovfooter .nav-item {height:50px;}

.version {color:#494848; font-style:italic;}

.app-name {font-weight: 500; }

.bg-road {
    background: url(../images/bg-road.png) bottom right no-repeat;
    background-color: var(--mdtBlue) !important;
    background-size: auto 100%;
}
.bg-road2 {
    background: url(../images/bg-road2.png) bottom right no-repeat;
    background-color: var(--mdtBlue) !important;
    background-size: auto 100%;
}

.bg-bridge {
    background: url(../images/bg-bridge.png) bottom right no-repeat;
    background-size: auto 100%;
}

.bg-plow {
    background: url(../images/bg-plow.png) bottom right no-repeat;
    background-size: auto 100%;
}

.nav-link{
    font-weight: 500 !important;
    color: #ffffff;
}

img.small-loading {
    max-height: 20px;
    max-width: 20px;
}

.mdt-db {
    font-size: 11px;
    margin-top: 5px;
    cursor: pointer;
}

input.uppercase {
    text-transform: uppercase;
}

textarea.uppercase {
    text-transform: uppercase;
}

div.grid-cell-renderer {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 2px;
    text-align: left;
    margin-right: 2px;
    margin-left: 4px;
    margin-top: 4px;
}

.modal-xx-large {
    width: 1024px;
}

#overlay {
    background-color: black;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.2; /* also -moz-opacity, etc. */
    z-index: 99999;
    background-image: url("../images/loader.gif");
    background-repeat: no-repeat;
    background-position: center;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.mdt-row-edit {
    background-color: #00CCFF;
}

.ui-autocomplete {
    z-index: 10020;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

td.details-control {
    background: url('../images/icon-right.png') no-repeat
    center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../images/icon-down.png') no-repeat
    center center;
}

.jqx-widget {
    font-size: inherit;
    z-index: 998;
}

.jqx-widget-content {
    font-size: inherit;
    z-index: 999;
}

.jqx-grid-load {
    width: 100% !important;
    padding: 5px 0px 0px 20px;
}

.bring-to-front {
    z-index: 1002 !important;
}

.jqx-grid-table {
    font-size: inherit;
}

.ui-widget {
    font-size: inherit;
    z-index: 1001 !important;
}

.ui-widget.ui-autocomplete {
    z-index: 99999 !important;
}

.ui-widget button {
    font-size: inherit;
}

.mdt-required-field:before {
    content: "• ";
}

.popover {
    z-index: 999999;
}

.card-help {
    font-size: 1em;
    text-decoration: none;
}

.card-help a {
    color: var(--mdtBlue);
}
.card-help a:hover {
    cursor: pointer;
    color: #e55302;
    text-decoration: none;
}

.card-title {
    margin-bottom: 0.20rem !important; }

.system-help {
    font-size: 1.25em;
    text-decoration: none;
    padding: 0 8px 0 8px;
}
.system-help a {
    color: white;
}
.system-help a:hover {
    cursor: pointer;
    color: green;
    text-decoration: none;
}

.dropdown .open {
    z-index: 10002;
}

#gritter-notice-wrapper {
    z-index: 10003;
}

span.mdt-field-error::before {
    content: "ERROR: ";
}

span.mdt-field-warning::before {
    content: "WARNING: ";
}

.nav-tabs {
    margin-bottom: 0;
}

.table {
    width: 100%;
}

table.dataTable thead>tr>th {
    padding-left: 6px;
    padding-right: 18px;
}

.nav-link h1 {
    font-size: 1.25rem;
}


.green {
    color: black \9;
    background-color: #b6ff00 \9;
}

.yellow {
    color: black \9;
    background-color: yellow \9;
}

.red {
    color: black \9;
    background-color: #e83636 \9;
}

/* /\/\/\/\/\/ Custom Folder Tree Dropdown Styles \/\/\/\/\/\/\/ */
.placeholder-text-container {
    margin-top: 7px;
}

.placeholder-text-container, .jqx-tree-item-li.jqx-tree-item-li-bootstrap {
    font-size: .875rem;
}

/* override jqx-fill-state-disabled */
.jqx-fill-state-disabled {
    background-color: #e9ecef !important;
    opacity: 1.0 !important;
}

p.table-user {
    display: inline;
}

/* \/\/\/\/ Version container on the document details modal \/\/\/\/\/ */
#versionContainer h6, #referenceContainer h6 {
    font-size: 24px;
    font-weight: normal;
}