@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;
}

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;
}

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

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

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

.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;
}

.mdt-card .card-header {
    background-color: rgb(15 113 178);
    color: white;
}

.modal-header {
    background-color: rgb(15 113 178);
    color: white;
}

#viewPrintModal .close {
    opacity: 1 !important;
}

.btn-view {
    color: #fff;
    background: #ae1cdf linear-gradient(180deg, #a81bd6, #8917af) repeat-x;
    border-color: #ae1cdf;
}

.view-doc {
    text-decoration: underline;
    color: #0f71b2;
    font-weight: bold;
    margin-left: 10px;
}

.row-checkbox {
    vertical-align: middle;
}
