body
{
    font-family: arial;
    font-size: 20px;
    color:#000000;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;   
    overflow-x:hidden;
    scrollbar-base-color: rgba(0,66,136,1);
    scrollbar-base-color: rgba(0,66,136,1);
    scrollbar-3dlight-color: rgba(0,66,136,1);
    scrollbar-highlight-color: rgba(0,66,136,.1);
    scrollbar-track-color: white;
    scrollbar-arrow-color:rgba(0,66,136,1);

}

/* Let's get this party started */
::-webkit-scrollbar
{
    width: 14px;
}
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0,66,136,1);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 

}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0,66,136,.1);
}
img {
    -ms-interpolation-mode: bicubic;
}
html
{
    -webkit-text-size-adjust: none;
} 

body #menudiv
{
    font-size: 18px;
    display:block;
}
.disclaimer {

    background-color: rgba(0,66,136,.6);
    width:80%;
    max-width:800px;
    height:auto;
    display:block;
    margin-right:auto;
    margin-left:auto;
    text-align: center;
    border-radius: 25px;
    margin-top:5%;
    padding-left:5px;
    padding-right:5px; 
}
.modal-text{
    display: none;
    padding-left: 10px;
    border-left: solid 5px rgba(0,66,136,1);
}
.modebutton
{
    display: block!important;
}
.mach_container, .mach_con
{
    width:32%;
    float:left;
    border:solid 1px #D4D4D4;
    box-shadow: 2px 2px 5px #D4D4D4;
    padding:5px;
    margin:5px;
    border-radius:5px;
    
    
}
.machText
{
    float:left;
    width:100%;
}
#mach_2, #mach_3{display:none;}
.mach_container:focus{border:solid 1px rgba(0,66,136,1);}
.maintxt
{
    font-size:17px;
    text-decoration:none;
}
ui-tooltip, .arrow:after
{
    background: white;
    border: 1px solid #D4D4D4;
}
.ui-tooltip
{
    padding:15px;    
    color: black;
    border-radius: 5px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow:4px 4px 12px rgba(0,0,0,.175);
}
.disclaimerTitle {
    font-weight: bold;
    font-size:20px;
    text-align:center;
    margin-left:7%;
}
.disclaimercopyright 
{
    font-weight:bold;
    font-size:17px;
    text-align:center;

}

a:link 
{
    cursor: pointer;
}
a:focus
{
    outline:none;
    text-decoration:none;
}
a.navBtn:focus {
    border:solid 1px #000;
    color:white;
    background-color:rgba(0,66,136,1);
}
.pdf-link
{
    padding:5px;
    box-shadow: 2px 2px 4px #D4D4D4;
    border:solid 1px #D4D4D4;
    display:inline-block;
    margin:10px auto;
    width:49.5%;
    text-align: center;
    border-radius:5px;
}
.pdf-link:hover
{
    text-decoration:none;
    border:solid 1px rgba(0, 66,136,1);
    cursor:pointer;
}
a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 110px;
    background: rgba(0,66,136,1) url("up-arrow.png") no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.disclaimerbtn:hover  {
    background-color:rgba(0,66,136,1);
    border-radius: 10px;
    color:#fff;

}
.disclaimer:pressed
{
    border:none;  
}

.versionNum 
{
    float:right;
    font-size: 12px;
    padding-right:10px;
    padding-top:10px;
}

header
{
    background-color: #FFFFFF;
    color: #fff;
}

.header
{
    width: 100%;
    color: #fff;
    background-color: #FFFFFF;
}

#menudiv
{
    background-color: rgba(132,132,132,1);
    border: none;
    min-height: 30px;
    margin-bottom: 30px;
    width:100%;
}
.navbar-default .navbar-toggle .icon-bar
{
    background-color:white;
}
.navbar-nav>li>a
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right:12px;
    padding-left:12px;
}
.navbar-title
{
    text-align:center;
    line-height:50px;
    display:none;
}

td.rightcell
{
    width: 100%;
    padding: 0px 10px 0px 10px;
}


div.rightcell-container-addresss
{
    font-size: 20px;
    width:50%;
    padding-top:10px;
    float:left;
}

.navbar-default .navbar-nav>li> a:focus, .navbar-default .navbar-nav > li > a:hover
{
    color: #fff;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li:a:hover
{
    color:#fff;
}
.navbar-default .navbar-nav>li>a
{
    color: #fff;
}
.navbar-default .navbar-nav>li>a:hover
{
    color: #ccc;
}
.navbar
{
    border: none;
    margin-bottom: 0px;
}

.leftmenu
{

    width:300px;
    padding-right: 5px;
    min-width: 300px;
    height:612px;
    padding-top: 2px;
    display:none;

}
td
{
vertical-align: top;    
}
#sidenavopen
{
    font-size: 16px;
    color:white;
    border-color: #ccc;
    border-radius: 4px;
    float: left;
    position: relative;
    margin-top: 2px;
    display:none;

}
#sidenavclose
{
    font-size: 16px;
    border-color: #ccc;
    border-radius: 4px;
    min-width:120px;
    display:none;

}

.headerleft
{
    float: left;
    width: 20%;
}
h1
{
    margin-top: 0px;
    font-weight:bold;
    text-shadow:1px 1px 1px #d4d4d4;
}
h3
{
    margin-top: 0px;
    padding-top: 10px;
    font-size: 24px;
    font-weight: bold;
}
h4
{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
}
h5 
{
    font-weight:bold;
    text-transform: uppercase;
    font-size:24px;
    text-shadow: 1px 1px 1px #d4d4d4;
}
.accordion .ui-accordion-header
{
    font-weight: 500;
    font-size: 20px;
    padding-left: 1.5em;
}
.left_accordion 
{
    width:63.7%;
    padding:5px;
    border:solid 1px #d4d4d4;
    box-shadow: 2px 2px 5px #D4D4D4;
    float:left;
    margin:5px;
}
.right_accordion
{
    width:34.5%;
    padding:5px;
    border:solid 1px #d4d4d4;
    box-shadow: 2px 2px 5px #D4D4D4;
    float:left;
    margin:5px;
}

.right_accordion ul li
{
    margin-left: 25px;
}

.right_accordion ul li ul li
{
    margin-left: 25px;
}

.bottom_accordion
{
    width:99%;
    margin:5px;
    padding:5px;
    border:solid 1px #d4d4d4;
    box-shadow: 2px 2px 5px #D4D4D4;
    float:left;
}
.middle_accordion
{
    width:100%;
    max-width:800px;
    padding:5px;
    border:solid 1px #d4d4d4;
    box-shadow: 2px 2px 5px #D4D4D4;
    margin:0 auto;
    display:block;
}
video
{
    width:100%;
    background-color:rgba(255,255,255,.8);
}
.wrapper{
    display:table;
    width:auto;
    position:relative;
    width:100%;
}

#docSelect
{
    padding:10px;
    border-top:solid 8px rgba(0,66,136,1);
    border-radius:5px;
    box-shadow: 2px 2px 4px #d4d4d4;
}
.tileText{border:solid 1px #d4d4d4; box-shadow:2px 2px 5px #D4D4D4; max-width:800px; padding:5px}
h2.proc_title{background-color: rgba(0,66,136,1); color:white; text-transform: capitalize; padding:4px; text-shadow:1px 1px 1px rgba(0,0,0,.65); width:80%; border:solid 1px rgba(0,66,136,1); box-shadow:2px 2px 5px rgba(0,0,0,.7); border-radius:5px; text-align:center;}
div.proc_icon{width:20%; padding:10px; display:inline-block; float:left}
div.proc_text{width:75%; padding:10px; display:inline-block;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{border:solid 1px #d4d4d4;}
.ui-accordion .ui-accordion-content {box-shadow:2px 2px 5px #D4D4D4;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{box-shadow: 2px 0px 5px #D4D4D4 }

table.danger, table.caution, table.warning, table.note
{
    margin:0 0 10px 0 !important ;
    width: 80%;
    max-width: 800px;
    border: 1px solid #000000;
}
th.warning
{
    padding-left:30px; 
    text-align:left; 
    background-color:#ff6600;
    text-transform:uppercase;
}
th.caution
{
    padding-left:30px; 
    text-align:left; 
    background-color:#ffff00;
    text-transform:uppercase;
}
th.danger
{
    padding-left:30px; 
    text-align:left; 
    background-color:#ff0000;
    color:#FFFFFF;
    text-transform:uppercase;
}
th.note
{
    padding-left:30px; 
    text-align:left; 
    background-color:#ffff00;
    text-transform:uppercase;
}
td.warning, td.caution, td.danger, td.note
{
    padding-left:30px  !important; 
    padding-top:10px  !important;
    padding-right:10px !important;
    text-align: left !important;
}
table.stacklight
{
    width:100%; 
    font-size: 18px; 
    margin-top:30px;
    text-align:left; 
}
table.stacklight td
{
    padding:5px 5px 0px;
}
table.content
{
    margin: 10px auto;
    width: 80%;
    border: 1px solid #000000;
}
table.content .contentTR td, table.content .intervalcolor td
{
    text-align: center;
    vertical-align: middle;
    border: 1px solid #000000;
    padding: 4px;
}

table.content
{

    text-align: center;
}
th.headercolor, tr.headercolor
{
    color: #ffffff;
    background-color: #0054a6;
    text-align: center;
}
tr.intervalcolor
{
    background-color: #B3D2F0;
}
tr.contentTR
{
    border: 1px solid #000000;
}
#faulttable td
{
    vertical-align: middle;
}
.tablesorter-default td
{
     padding:10px 5px 10px 5px !important;
}
.tablesorter-default th, .tablesorter-default thead td
{
    text-align: left;
}
.first, .prev, .next, .last
{
    cursor: pointer;
}
img.center
{
    display:block;
    margin-left:auto;
    margin-right: auto;
}
img#center
{
    display:block;
    margin-left:auto;
    margin-right: auto;
    padding-bottom:10px;  
}
img.resize
{
    width: fit-content;
    height: auto;
}
img#resize
{
    width: 100%;
    height: auto;
}
.dropdown-menu li li a
{
    text-decoration: none;
    padding-bottom: 5px;
}
.dropdown-menu li ul
{
    padding-left: 15px;
    padding-right: 15px;
}
.dropdown-menu li ul li
{
    padding-bottom: 5px;
}
.dropdown-menu>li
{	
    position:relative;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor:pointer;
}
.dropdown-menu .sub-menu 
{
    left: 94%;
    position: absolute;
    top: 0;
    display:none;
    margin-top: -1px;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    border-left-color:#fff;
    box-shadow:none;
    min-width:360px;
}
.right-caret:after,.left-caret:after
{
    content:"";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
    margin-left:5px;
}
.right-caret:after
{	border-left: 5px solid rgba(0,66,136,1);
}
.left-caret:after
{	border-right: 5px solid rgba(0,66,136,1);
}
div.leftdiv
{
    width: 70%;
    float: left;
}
div.rightdiv
{
    width: 30%;
    float: right;
}
div.rightdiv p
{
    padding:0 0 0 10px;
}
.left_20
{
    width:20%;
   float:left;
}
.right_70
{
    width:70%;
    float:left;
}
.leftnav
{
    position: absolute;
    width: 360px;
    overflow-y:scroll;
    font-size: 14px;
    border: 1px solid #d4d4d4;
    border-left: none;
    border-radius: 0 15px 15px 0;
    min-height: 300px;
    background-color:white;
    z-index: 10;
    left:-15px;
    box-shadow:0 0 5px rgba(0,0,0,.175);
    height:650px;
}

.leftnav ul
{
    list-style: none;
    padding: 10px 0;
    margin: 0;

}


.leftnav a
{
    padding: 3px 20px 5px 20px;
    display: block;
    text-decoration: none;
    color: black;
    cursor:pointer;

}

.leftnav a:hover
{
    background-color:rgba(0,66,136,1);
    color:white;
}

.leftnav a.active
{
    background-color: rgba(0,66,136,1);
    color: white;
}

.navlabel
{
    -ms-transform:rotate(90deg); /* IE 9 */
    -moz-transform:rotate(90deg); /* Firefox */
    -webkit-transform:rotate(90deg); /* Safari and Chrome */
    -o-transform:rotate(90deg); /* Opera */
    /*transform origin to bottom left*/
    transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%; /* IE 9 */
    -webkit-transform-origin: 0% 100%; /* chrome */
    color:white;
    background-color:rgba(0,66,136,1) ;
    font-size: 14px;
    font-weight:bold;
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
    padding: 5px 10px;
    top: 0px;
    left: 345px;
    z-index: 10;
    cursor: pointer;
    white-space: nowrap;
    box-shadow:0 0 2px rgba(0,0,0,.175);
}
#wholepage{overflow: hidden;}
#navslider{
    position: relative; 
    left: -360px;
    transition: .3s left ease;
}

#navslider.open{left: 0; }
.center
{
    text-align: center;
}
p.inst_txt
{
    font-style: italic;
    color:rgba(136,0,0,1);
}
/*container to put image and callouts in (must be nearest positioned ancestor)*/
.callout-container{
    position: relative;
    display: inline-block;
}
/*a box to indicate something on an image*/
/*must specify the top, right, width, and height with inline style*/
.callout-box{
    position: absolute;
}
.callout-box:hover
{
    border: 1px solid rgba(255,0,0,1);
    cursor:pointer;
}
.selected {
    border: 1px solid rgba(57,255,20,1);
    background-color: rgba(57,255,20,.6); 
}
.part_container, .p_container
{
    width:100%;
    padding:15px;
    border:solid 1px #d4d4d4;
    box-shadow: 2px 2px 5px rgba(0,0,0,.175);
    border-radius:5px;
}

.p_container
{
    overflow-y: auto;
    height: 500px;
}

.screenheader
{
    background-color: blue !important;
}

.screenheader a
{
    color: #fff !important;
}

.arrow {
    width: 70px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    left: -69px;
}
.arrow:after {
    content: "";
    position: absolute;
    right: -17px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}
.ui-tooltip-content {
    position: relative;
    padding: 1em;
}
.modal-body img
{
    border-radius:5px;
}
.modal-footer 
{
    border-top:1px solid rgba(0,66,136,1);
}
.modal-header
{
    border-bottom: 1px solid rgba(0,66,136,1);
}
div.twocolumnleft
{
    float:left;
    width:60%;
}
div.twocolumnright
{
    float:right;
    width:40%;
    padding-left:10px;
}
div.twocolumn{width:49%; margin:5px; float:left;}
form
{
    display:inline-block;
    padding-left:10px;
    padding-top:5px;
}
div.threecolumn
{
    float:left;
    width:33%;
    display:inline-block;
}
.tileBtn, .tileButton
{
    width:250px;
    display:inline-block;
    padding:10px;
    margin: 0 1px 4px 1px;
    text-decoration:none;
    cursor:pointer;
    border:solid 1px #D4D4D4;
    box-shadow: 2px 2px 12px rgba(0,0,0,.175);
    color:black;
    font-size:18px;
    border-radius:5px;
}
.tileBtn:hover, .tileBtn:focus, .tileButton:hover, .tileButton:focus
{
    text-decoration: none;
    border:solid 1px rgba(0,66,136,1);
    color:white;
    background-color:rgba(0,66,136,1);
}
.tileText
{
    display:none;
}
.navBtn
{
    width:350px;
    padding:15px;
    border-radius:5px;
    border:solid 1px #d4d4d4;
    box-shadow: 2px 2px 12px rgba(0,0,0,.175);
    color:black;
    margin-top:10px;
    display:inline-block;
    float:left;
    margin-right:10px;
}
span.glyphicon
{
    font-size:24px;
    padding:5px;
    vertical-align:bottom;
}
.navBtn:hover, .navBtn:focus
{
    border-color:rgba(0,66,136,1);
    background-color:rgba(0,66,136,1);
    text-decoration: none;
    color:white;
}
#thumbwrap {
	position:relative;
	margin:75px auto;
	width:252px; height:252px;
}
.thumb img { 
	border:1px solid #000;
	margin:3px;
	float:left;
}
.thumb span { 
	position:absolute;
	visibility:hidden;
}
.thumb:hover, .thumb:hover span { 
	visibility:visible;
	top:0; left:250px; 
	z-index:1;
}
.mach_container:hover{
    text-decoration: none;
}

.address
{
    font-size: 16px;
}