/* strategy: set body margin to 0px so the top/bottom bars are margin-less, then wrap the rest of the page content in a div with margins. */
body {  
    padding:0px;
    font-size:100%; 
    /* background:#e9dfc2; */
    background:#d2c9af; /* 10% darker */
    color:black; 
    font-family:Arial,sans-serif;
    
}
#header { 
    /* border-bottom:1px solid gray; */
    margin:0; padding:0; 
}
#main { 
    margin:5px 5px; 
    border:1px solid rgb(186,178,155); /* 20% darker */
    background:rgb(233,223,194); /* WYDOT beige */
   
}

#menulist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menulist li {
	display: inline;
	float: right;
	margin-right: 5px;
	
}

/* Strategy: set body font-size to 100%, then establish relative sizes using em values.  Plays well with all browsers and text zooming. */
/* div { margin-left:10px; margin-right:10px; }  this messes up ESRI map div for the ArcGIS JavaScript API */
p { margin-left:10px; margin-right:10px; }
p { font-size: 1.0em; }
h1 { font-size:1.5em; text-align:center; font-weight:bold; margin-top:5px; margin-bottom:5px; }
h2 { font-size:1.4em; text-align:center; font-weight:bold; margin-top:5px; margin-bottom:5px; }
h3 { font-size:1.3em; text-align:left; font-weight:bold; margin:10px; }
h4 { font-size:1.2em; /* text-align:left; */ font-weight:bold; margin:10px; }
h5 { font-size:1.1em; text-align:left; font-weight:bold; margin:10px; }

#not_in_production { 
    position:fixed; top:0; left:0; 
    padding:2px 5px; 
    background:red; color:white; 
    font-weight:bold; font-size:0.8em; 
}
#top_wyolinks { 
    background:#003366; 
    color:white; text-align:center; 
    font-size:0.8em; 
    padding:2px 5px;
    margin:-8px;
    padding-left: 25px;
}

#top_wyolinks a { color:white; font-weight:bold; margin:0px 10px; text-decoration:none; }
#top_wyolinks a:hover { text-decoration:underline; }

#top_controls { 
    float:right; 
    color:#666666; 
    font-size:0.8em; 
    margin-right:5px; 
    margin-left:5px;
    margin-top: 8px; 
}

/* ------------ */

#footer_bar {
    padding:2px 5px;
    margin:0px;
    padding-top:10px;
}

#footer_bar_b {
	
    position: absolute;
    top: 93vh;
    right: 0;
    width: 100%;
    
}

#footer_wyolinks {
    background:#003366; 
    color:white; 
    text-align:center; 
    font-size:0.8em; 
    padding:2px 5px; /* top/bottom then left/right */
    margin:0px; 
    
}

#footer_wyolinks a { color:white; font-weight:bold; margin:0px 10px; text-decoration:none; }
#footer_wyolinks a:hover { text-decoration:underline; }

#footer_info {
    padding:0; margin:0; 
    font-size:0.8em; font-color:gray; font-style:italic; 
    text-align:center;
}

.ui_dialogBox
{
    text-align: center;
    margin: auto;
}

/* ------------ */

table,tr,td,th { border-color:black; border-style:solid; border-width:1px; }
table { 
    border-collapse:collapse; 
    border-width:2px; 
    margin:5px; 
}
table.horiz { 
    border-collapse:collapse; 
    border-width:2px; 
    margin:5px; 
}
th, td { 
    padding:3px 5px 3px 5px; 
    vertical-align:top; 
}
th { 
    border-top-width:2px; border-bottom-width:2px;
    border-left-width:1px; border-right-width:1px; 
    font-weight:bold;
}
table.zebra>tbody>tr:nth-child(even) { background: #e9dfc2; } /* WYDOT beige */
table.zebra>tbody>tr:nth-child(odd) { background: #fff5d5; }  /* 10% lighter */
table.zebra>tbody>tr>th { background: #d2c9af; } /* 10% darker */
/*
td { 
font-weight:normal; 
}
 */
table.horiz th { 
    text-align:left; 
    border-top-width:1px; border-bottom-width:1px;
    border-left-width: 2px; border-right-width: 2px;
}
table.vert th { 
    text-align:left; 
    border-top-width:2px; border-bottom-width:2px;
    border-left-width:1px; border-right-width:1px;
}
th.norm_bot {
    border-bottom-width:1px;
}
th.norm_top {
    border-top-width:1px;
}
th.center {
    text-align:center;
}
td.center { 
    text-align:center; 
}
td.right { 
    text-align:right; 
    border-top-width:2px;
}
td.right_only { 
    text-align:right; 
}
td.bold_left { 
    text-align:left; 
    font-weight:bold;
}
td.bold_center { 
    text-align:center; 
    font-weight:bold;
}
td.bold_left_bottom { 
    text-align:left; 
    font-weight:bold;
    border-bottom-width:2px;
}
td.bold_center_bottom { 
    text-align:center; 
    font-weight:bold;
    border-bottom-width:2px;
}
td.no_borders {
    border: none;
}
td.top_left { 
    vertical-align:top; 
    text-align:left;
}
.bold { font-weight:bold; }
.dev { background:yellow; color:blue; font-size:0.8em; }
dt { font-weight:bold; margin: 5px 0px; }
dd dt { font-style:italic; }
dt { margin-top:20px; }
.bad { background:#FFCCCC; }
.good { background:#CCFFCC; }
.note { font-style:italic; }
p.offline { background:#FF3333; color:white; font-weight:bold; }
ul.menu li {margin-top:10px; margin-bottom:10px; }
.impact_L    { background:#ccFFcc; }
.impact_M    { background:#FFFF99; }
.impact_H    { background:#FFcccc; }
.impact_E    { background:#9999ff; }
.impact_none { background:#CCCCFF; }

/* th.impact_L { text-align:right; font-style:italic; } */

td div { margin:0; }
.tech { font-size:0.8em; font-style:italic; color:#333333; }
.comment { font-style:italic; }

.infowindow .window .top .right .user .content p {
    color:green;
    margin:0;
}

.quote { font-style:italic; }
.rj { text-align:right; }

.outOfService{
    text-align: center;
    margin-top: 1em;
    border: 2px solid black;
    background: #FFC107;
    padding: 0.3em;
}

.outOfService_approved{
    background: pink !important;
}

.outOfService p{
    margin: 0;
}

.outOfService img{
    width: 35px;
}

.sButton{
    width: 3.5em;
    height: 2em;
    background: black;
    color: white;
    font-weight: bolder;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
}

.sButton_disabled{
    background: #868686 !important;
}

#autoapprovalTextDisplay{
    font-weight: bold;
    font-size: 1em;
}
