﻿.pnlMaintenance {
    background-color: #e8effa;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0px;
    border-top: solid 1px #134995;
    height: 90px;
    z-index: 100;
}
.pnlMaintenance div:first-of-type {
    background-color: Black;
    height: 21px;
}
.pnlMaintenance div:first-of-type span:first-of-type {
    float: left;
    color: White;
    font-weight: bold;
    padding-left: 6px;
}
.pnlMaintenance div:first-of-type span:nth-of-type(2) {
    float: right;
    text-align: right;
}
.pnlMaintenance div:first-of-type span:nth-of-type(2) a {
    color: Red;
    font-weight: bold;
    padding-right: 6px;
}
.pnlMaintenance div:nth-of-type(2) {
    float: left;
    clear: left;
}
.pnlMaintenance div:nth-of-type(3) {
    padding: 3px 0px 0px 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 68px;
    padding-top: 6px;
    clear: inline-end;
}
.pnlMaintenance div:nth-of-type(2) span:first-of-type {
    font-weight: bold;
}
.pnlMaintenance div:nth-of-type(2) a {
    margin-left: 12px;
}
.pnlMaintenanceAuth {
    width: 258px;
    margin: 0px 6px 16px 6px;
    background-color: #e8effa;
    border: solid 1px #134995;
    padding: 6px;
}
.pnlMaintenanceAuth div:first-of-type span {
    font-weight: bold;
}
.pnlMaintenanceAuth div:nth-of-type(2) {
    padding-left: 40px;
}
.pnlMaintenanceAuth div:nth-of-type(2) a {
    margin-left: 12px;
}
.lblMaintenanceMoreInfo {
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 300px;
    padding-right: 6px;
}