.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    /*display: none;*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-header {
    padding: 2px 16px;
    border: solid 1px #888;
    /*color: white;*/
    background-color: #ffffff;
    color: #000;
}

.selector-header{
    background-color: #256a9c;
    color: #fffdfd;
}

.dialogFooter{
    position: relative;
    bottom: 0;
    height: 30px;
    margin-bottom: 4px;
    width: 94%;
    clear: both;
}

#logo{
    width: 20%;
    height: 35px;
    position: relative;
    left: -7px;
}

#ssg{
    font-weight: bold;
    width: 70%;
    position: relative;
    left: -7px;
}

/* Modal Content */
.selector-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 460px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.modal-dialog {
    /*position: relative;*/
    /*width: auto;*/
    /*margin: 10px;*/
}
@media (min-width: 768px){
    .modal-dialog {
        width: auto;
        margin: 4px 4px;
    }
}

#permitModal{
    width: 420px;
    left: 36%;
}

#caseNo{
    margin-left: 11px;
    text-transform: uppercase;
}

#permNo{
    text-transform: uppercase;
}

.modal-footer {
    border-top: none;
}

.modal-content{
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 8px;
    margin-right: 8px;
    overflow-y: auto;
    overflow-x: hidden;
}
/*.ui-dialog[aria-describedby='vehicleMetricsDialog']{*/
    /*top: 140px !important;*/
/*}*/

.vehicleMetricsTlc1Content{
    padding: 0 4px 0 4px;
}

.modal-contents {
    position: relative;
    top: -32px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}



#modalLoadLimit-new{
    height: 555px;
}



.about-content {
     background-color: #fefefe;
     margin: auto;
     padding: 10px;
     border: 1px solid #888;
     width: 380px;
     -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
     border-radius: 6px;
 }

.abouttxt{
    position: relative;
    float: right;
    top: 0;
}

.matrixModal{
    /*position: fixed;*/
    /*z-index: 2;*/
    /*padding-top: 100px;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*overflow: hidden;*/
    /*background-color: rgb(0,0,0);*/
    /*background-color: rgba(0,0,0,0.4);*/
    /*z-index: 5;*/
}

.matrix-content {
    /*background-color: #fefefe;*/
    /*position: fixed;*/
    /*left: 40%;*/
    /*width: 700px;*/
    /*height: 700px;*/
    /*margin: auto;*/
    /*padding: 5px;*/
    /*overflow: hidden;*/
    /*border: 1px solid #888;*/
    /*-webkit-border-radius: 4px;*/
    /*-moz-border-radius: 4px;*/
    /*border-radius: 4px;*/
}
.img-contents{
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}
#matrixImg{
    width:100%;
}
.notice-link, .notice-link-small{
    color: #307bf1 !important;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
}

.notice-link{
    font-size: 1.0em;
}

#theNotice, #aboutTheNotice,
#theGuide{
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: top;
}

#theNotice, #aboutTheNotice,
#theGuide,.nhvrlink,
#feedback, .updateText{
    color: #307bf1;
}

#theNotice, #aboutTheNotice,
#theGuide,.keylinktxt, .nhvrlink, .abouttxt{
    font-size: 1.0em;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
}

.updateText2, .netupdate{
    font-size: 0.9em;
    font-weight: bold;
    position: relative;
    color: #02b630;
}

.updateText2{
    left: 28%;
}

.netupdate{
    left: 30%;
    top: -6px;
}

em{
    cursor: pointer;
    font-style: normal;
    color: #307bf1;

}
p.keylinktxt.days {
    text-align: left;
    line-height: 0.5em;
    margin-left: 32px;
    position: relative;
    top: -10px;
}

.nhvrlink{
    vertical-align: baseline;
}

#feedback {
    font-size: 10px;
    float: right
}

.llmtlinks{
    font-size: 1.0em;
    font-weight: bolder;
    margin-left: 0;
    margin-right: 4px;
    vertical-align: top;
}

.vm-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 812px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    /*display: none;*/
    position: fixed;
    left: 20%;
    top: 5%;
    overflow-y: auto;
}

.img-content {
    max-height: 665px;
}

.aboutInfo{
    text-align: justify;
    padding: 0 10px 0 10px;
    line-height: 1.3em;
}

#divStatus{
    position: absolute;
    top:140px;
    width:100%;
    text-align: center;
    z-index: 100;
    opacity:0;
}

#divWarning, #coords{
    display: inline-block;
    margin: 5px;
    text-align: center;
    background-color: white;
    opacity: 0.9;
    border-radius: 5px;
    padding: 5px;
    font-family: Calibri;
    font-size: 12px;
    white-space: nowrap;
    pointer-events: none;
    box-shadow: 2px 2px grey;
}
#coords {
    background-color: white;
    opacity: 8;
}

#coords:hover {
    opacity: 1;
}

#vehicleSelectorDialog{
    /*position:fixed;*/
    overflow-x:hidden;
    overflow-y:auto;
    /*!*bottom:0;*!*/
    /*left:0;*/
    /*right:0;*/
    /*top:0;*/
}

.desktop
{
    right: 25px !important;
    top:289px !important;
}

.key-content {
    background-color: #fefefe;
    position: absolute;
    right: 15px;
    margin: auto;
    padding: 5px;
    border: 1px solid #888;
    width: 283px;
    z-index: 2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.permit-key-content{
    position: absolute;
    left: 3%;
    top: 65px;
    width:300px;
    z-index: 5;
}

#keyModal{
    margin: 0 0 4px 4px;
}

.loadlimit-content {
    background-color: #fefefe;
    position: fixed;
    left: 40%;
    width: 550px;
    margin: auto;
    padding: 5px;
    z-index: 3;
    border: 1px solid #888;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#loadLimitModal{
    z-index: 3;
}
.indented{
    margin-left: 20px;
}

#ifapproved{
    float: left;
}

h2{
    font-weight: bold;
    font-size: 16px;
}

h4{
    margin-left: 5px;
    line-height: 1em;
    margin-bottom: 2px;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
}

img.travel{
    width:22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 5px;
    object-fit: contain;
}
img.worksIcon{
    width: 14px;
    height: 14px;
    vertical-align: middle;
}
img.works{
    width: 25px;
    height: 4px;
    vertical-align: middle;
    margin-right: 10px;
}

p.keytxt, p.keylinktxt{
    margin-left: 4px;
}

p.keytxt{
    font-size: 11px;
    text-align: left;
}
p.keylinktxt {
    margin-top: 4px;
    font-size: 11px;
    text-align: left;
}
em:hover {
    text-decoration:  underline;
}

div#picture{
    border: solid 1px #565656;
}
div.noaccess{
    border-top: solid 2px #565656;
}
.naun{
    border-bottom: none 2px #565656;
}
.button2{
    background-color: #256a9c; /* blue */
    color: white;
    border: solid 1px lightgray;
    padding: 1px 4px;
    text-align: center;
    margin: 4px 16px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    opacity: 1.0;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    width: 280px;
}

.modal-footer {
    padding: 5px;
}

#OS{
    display:inline-block;
}
#TLC{
    /*display: none;*/
}
#ULLLC{
    display:inline-block;
}

#ulllc:focus, #osonly:focus, #osom:focus, #osom:active{
    background-color: #05ce5c;
}

.vm-content {
    width: auto;
}

div#readaccept {
    border: lightgray solid 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 4px 4px 8px 3px #a89fa8;
    border-radius: 4px;
    padding: 5px 5px 8px;
    text-align: center;
}

/* Add Animation */
@-webkit-keyframes animatetop {
   from {top:-300px; opacity:0}
   to {top:0; opacity:1}
}
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}
#divContainer {
    position: absolute;
    z-index: 9;
    top: 0px;
    width: 100%;
    pointer-events: none;
}

#divInfo {
    max-width: 400px;
    min-height: 100px;
    max-height: 144px;
    height: auto;
    margin-bottom: 0px;
    /*display: none;*/
    z-index: 9;
    user-select: none;
    pointer-events: auto;
    box-shadow: 3px 3px 5px #888888;
}
.panel {
    margin-bottom: 2px;
    margin-right: auto;
    margin-left: auto;
}

.bridgecondition{
    display: block;
}

#bridgeextracondition{
    /*display: none;*/
}

#conditiondiv{
    max-height: 240px;
    overflow-y: auto;
}

#bridgeCondBody{
    color: black;
    /*width: 30%;*/
    /*margin-left:35%;*/
    /*margin-right:35%;*/
}

.txt-default{
    margin-left: 2%;
    font-size: 13px;
}

.keyelem-highlight{
    display: block;
    border: solid 1px #131313;
    background-color: #9acfea;
    box-shadow: 3px 3px 5px #888888;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: white;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

div[aria-describedby="futureDialog"] .ui-dialog-titlebar-close {
    /*display: none;*/
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.3);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.5);
}

td{
    padding: 2px 0 0 0;
}

.info-row{
    width: 280px;
}
#name{
	margin-left:20%;
	margin-bottom: 6%;
}
#asset-owner-link{
	margin: 0;
}

.col-lg-4{
	width:39%;
}
.col-lg-8{
	width:61%;
}

#noticeTxt-large{
    font-size:12px;
}
.notices, #noticeTxt, .notice-link-small{
    font-size:10px;
}
.notice-link-small{
    vertical-align: text-top;
}