.PopUp {
    background-color: Silver;
    border-width: 2px;
    border-color: #000000;
    border-style: solid;
    padding: 2px;
}

.ImagePopUp {
    background-color: Silver;
    border-width: 2px;
    border-color: #000000;
    border-style: solid;
    padding: 2px;
    min-width: 300px;
    min-height: 100px;
}

#headerimage {
    background-image: url('../images/techinspectbanner.jpg');
    background-repeat: no-repeat;
}

/* Navbar */
.navbar > .container {
    margin-top: 5px;
    margin-bottom: 5px;
}

a.brand > #ctl00_logo {
    height: 25mm;    
}

.navbar > .container > .collapse {
    max-height: 25mm;
    padding-right: 0;
}

.navbar > .container > #main-menu > #main-menu-left {
    margin-left: 15px;
    margin-top: 20px;
}

.navbar > .container > #main-menu > #main-menu-right {
    margin-top: 20px;
}

.navbar > .container > #main-menu > #main-menu-right > li {
    height: 50px;
    vertical-align: middle;
    line-height: 30px;
}

/*.navbar > .container > #main-menu {
    border: 1px solid #fff;
    padding-right: 0;
    vertical-align: middle;
    display: block; 
}

.navbar > .container > #main-menu > #main-menu-left {
    border: 1px solid #fff;
    margin-left: 15px;
}

.navbar > .container > #main-menu > #main-menu-left > li > a {
    
}

.navbar > .container > #main-menu > #main-menu-right {
    border: 1px solid #fff;
    line-height: 71.488px;
}*/

.navbar-default {
    background-color: #004489;
}

.navbutton {
    color: white;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a {
    color: white;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a:focus {
    color: white;
    font-weight:bold;
    background-color: transparent;
}

.nav .navbar-nav > li > a:hover, .nav .navbar-nav > li > a:focus {
    color: #004489;
    text-decoration: none;
    background-color: #FFF;
}

.nav a {
    color:#FFF;
    font-weight:bold;
}

.nav a:hover {
    color: #004489;
    text-decoration: none;
    background-color: #FFF;
}

.nav .navbar-nav > li > a {
    color:white;
    font-weight:bold;
    position: relative;
    display: block;
    height:20px;
    width:50px;
}

.nav-tabs > li > a {
    color: #004489;
}

.nav .nav-tabs .nav-stacked a {
    color: #004489;
    font-weight:bold;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.nav-stacked > li a:hover,
.nav-stacked > li a:focus {
    background-color: #ececec;
    border: 1px solid #ddd;
    border-radius: 0;
}

.nav .nav-tabs .nav-stacked a:hover {
    background-color: #004489;
    color: white;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #004489;
    text-decoration: none;
    background-color: #FFF;
}

.hr1 {
    border: 0;
    height: 1px;
    background: #ddd none no-repeat scroll 0% 0%;
}

.overflow-y {
    max-height:500px;
    overflow-y: auto;
}

.min-width-70 {
    min-width: 70px;
}

td > input[type=checkbox] {
    margin-left:10px;
    margin-right:5px;
}

/* Luke's code!!! */
.page-header {
    margin: 20px 0 0 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.nav-tabs {
    border-bottom: 0;
}

span.breadcrumbs > span a {
    color: #004489;
}

span.breadcrumbs > span a:hover,
span.breadcrumbs > span a:focus {
    text-decoration: underline;
}

/* Tables - TH */
table.table > thead > tr > th > a,
table.table > tbody > tr > th > a {
    color: #004489;
}

table.table > thead > tr > th > a:hover,
table.table > thead > tr > th > a:focus,
table.table > tbody > tr > th > a:hover,
table.table > tbody > tr > th > a:focus {
    text-decoration: underline;
}

.well {
    padding: 10px;
}

/* View Inspection Buttons */
.close {
    opacity: 1;
    padding: 0;
}