html{}

body{
    margin: 0;
    padding: 0;
    /*background-color: #F8F8F8;*/
    font-family: "Helvetica", Arial, sans-serif;
    text-rendering: geometricPrecision;
}

a {
    color: #66CD00;
    text-decoration: none;
}

h3 {
    text-align: center;
    font-size: x-large;
}

h4 {
    text-align: center;
    font-size: large;
}

#wrap {
    clear: both;
    margin: 0 auto;
    width: 100%;
    padding: 4px;
    background-color: #ffffff;
    height: auto;
    display: table;
    overflow: auto;
}
.topnav {
    float:right;
}

#topnav{
    width: 100%;
    padding: 5px 0 0 0;
    margin: 0 auto;
    display: block;
    clear: both;
    float: right;
    /*border-bottom: 3px solid #1B5BA0;*/
    height: 90px;
    background-color: #ffffff;
    margin-bottom: 5px;
}
.main {
    width: 100%;
    vertical-align: top;
}
.leftnav{
    width: 15%;
    float: left;
}
#topnav ul a:hover {
    /*color: #1B5BA0;*/
}

.topnav-right {
    float: right;
}

.topnav-left {
    padding: 5px;
    float: left;
}

#topnav ul {
    width: 100%;
    height: 82px;
    list-style: none;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    padding: 0;
    clear: both;
    display: block;
    /*position: relative;*/
    color: #000000;
}
#topnav ul li {
    display: inline-block;
    text-align: center;
    height: 82px;
    padding: 5px 0 0 0;
    float:left;
    margin-right: 3px;
    width: 125px;
}

#topnav ul li.current-page {
    border-bottom: 1px solid #000000;
}
#topnav ul li:hover {
    margin-right: 3px;
    background-color: #fafafa;
    color: #1B5BA0;
    border-bottom: 2px solid #b2b2b2;
}
#topnav ul li img {
    max-height: 50px;
    /*max-width: 100px;*/
    clear: both;
}
#topnav ul li.horizontal-li-logo {
    color: #000000;
    background-color: #ffffff;
    width: auto;
    /*height: 200px;*/
    padding: 0 0 0 30px;
    border-bottom: 0;
    margin-left: 5px;
    text-transform: none;
}
#topnav ul li.horizontal-li-logo img {
    height: 200px;
    max-height: 80px;
    /*max-width: 210px;*/
    clear: both;
}
#topnav ul li.horizontal-li-search {
    color: #000000;
    width: 180px;
    padding: 0px 0px 0px 10px;
}
#topnav ul li.horizontal-li-search img {
    max-height: 60px;
    max-width: 180px;
    clear: both;
}
#topnav ul li a {
    width: 120px;
    height: auto;
}
#topnav ul li ul {
    display:none;
    position:relative;
    top: 0;
    left: -3px;
    padding:0px;
    width: 200px;
    text-align: left;
    clear:both;
    font-size: 14px;
    color: #000000;
    z-index: 2;
}
#topnav ul li ul li {
    float:left;
    width: 200px;
    height: 40px;
    clear:both;
    border-radius: 0;
    border: none;
    background-color: #e0e0e0;
    padding: 10px 10px 10px 30px;
    margin: 0 auto;
    text-align: left;
    border-top: 1px solid #b2b2b2;
    color: #000000;
}
#topnav a {
    color: #000000;
    text-decoration: none;
}
#topnav a:hover {
    color: #1B5BA0;
    text-decoration: none;
}
#topnav ul li ul li:first-child {
    border-top: 3px solid #b2b2b2;
    border-radius: 0 8px 0 0;
}
#topnav ul li ul li:first-child:hover {
    border-top: 3px solid #b2b2b2;
    border-radius: 0 8px 0 0;
}
#topnav ul li ul li:last-child {
    border-radius: 0 0 8px 8px;
}
#topnav ul li ul li:hover {
    width: 200px;
    height: 40px;
    clear: both;
    border: none;
    background-color: #e2e2e2;
    padding: 10px 10px 10px 30px;
    margin: 0 auto;
    text-align: left;
    border-top: 1px solid #b2b2b2;
    color: #1B5BA0;
}
#topnav ul li ul li:hover > a{
    color: #1B5BA0;
}

#topnav ul li:hover > ul {
    display:block;
}

#menu-left {
    width: 200px;
    padding: 0 20px 0 30px;
    margin: auto;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0 20px 0 30px;
}
.menu-left-current-page{
    width: 200px;
    background-repeat: no-repeat;
    background-position: 70% 50%;
    background-size: 20%;
}
#menu-left img {
    max-height: 50px;
    max-width: 75px;
    margin-top: 20px;
}

#menu-left div {
    width: 200px;
    text-align: center;
    padding-right: 30px;
}
#menu-left div:hover {
    width: 200px;
    background-repeat: no-repeat;
    background-position: 70% 50%;
    background-size: 20%;
    background-blend-mode: lighten;
}

#right-content {
    max-width: 1100px;
    padding-left: 30px;
    margin-left: 30px;
    float: left;
    display: inline-block;
    vertical-align: top;
}

#container {
    padding-left: 30px;
    margin-left: 30px;
}

.container p, ol {
    font-size: large;
}

#import-form {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.datatable-style {
    border: 0;
}

#table-first-row{
    background: #889aab;
}

#capacity-table-first-row{
    background: #B5E9FF;
    vertical-align: top;
    font-weight: normal;
}

#capacity-table-td {
    border: 1px solid #414649;
    padding: 6px;
}

#capacity-table{
    border: 0px;
}

#capacity-calc-bignum {
    background: #D5E5EF;
    border-radius: 15px;
    color: #00AF4A;
    font-size: 65px;
    font-weight: bold;
    padding: 5px 0 5px 0;
    margin: -15px 0 0 0;
    text-align: center;
    text-shadow: -1px 0 #007030,0 1px #007030,1px 0 #007030,0 -1px #007030;
}

#capacity-button-blue {
    background: #01B0F1;
    border-radius: 8px;
    color: black;
    font-weight: bold;
    border: 0;
    padding: 7px 15px 7px 15px;
    font-size: 20px;
    margin-right: 10px;
}

#capacity-button-blue:hover {
    background: #1CC6FF;
}

#capacity-button-light-blue {
    background: #6acee8;
    border-radius: 8px;
    color: black;
    font-weight: bold;
    border: 0;
    padding: 7px 15px 7px 15px;
    font-size: 20px;
    margin-right: 10px;
}

#capacity-button-light-blue:hover {
    background: #4fceef;
}

#capacity-button-blue-submit {
    background: #0190C4;
    border-radius: 8px;
    color: black;
    font-weight: bold;
    border: 0;
    padding: 7px 15px 7px 15px;
    font-size: 20px;
    margin-right: 10px;
}

#capacity-button-blue-submit:hover {
    background: #1CC6FF;
}

.capacity-text-input {
    width: 70px;
    text-align: right;
    margin: 0 auto;
    padding: 0px;
    font-size: 18px;
}

#capacity-footnote {
    background: #D5E5EF;
    width: 100%;
    margin-top: 10px;
    font-weight: bold;
    padding: 10px;
    font-size: 14px;
}

.capacity-table {
    border: 2px solid #000000;
    border-collapse: collapse;
}

#prefName {

}

#prefVal {
    border: 0;
    border-radius: 5px;
    background: #96eaff;
    padding: 8px 0 8px 0;
    width: 100px;
}

#confVal {
    border: 0;
    border-radius: 5px;
    background: #96eaff;
    padding: 8px 0 8px 0;
    width: 100px;
    margin: 0 0 8px 0;
}

#confVal2 {
    border: 0;
    border-radius: 5px;
    background: #1CC6FF;
    padding: 8px 0 8px 0;
    width: 100px;
    margin: 0 0 8px 0;
}

.confColumn {
    text-align: center;
    width: 175px;
}

#h3blue {
    color: #1875bc;
}

/* Customize the label (the container) */
.radiocontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-right: 20px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
}

/* Hide the browser's default radio button */
.radiocontainer input {
    position: absolute;
    opacity: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: #bbb;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #222;
}

/* On mouse-over, add a grey background color */
.radiocontainer:hover input ~ .checkmark {
    background-color: #aaa;
    background-color: #96eaff;
}

/* When the radio button is checked, add a blue background */
.radiocontainer input:checked ~ .checkmark {
    /*background-color: #2196F3;
    border: 2px solid #0e6ab2;*/
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radiocontainer .checkmark:after {
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    /* border-radius: 50%;
    background: white; */

}

#foot{
    width: 100%;
    padding: 5px 0 5px 0;
    margin: 20px 0 0 0;
    display: block;
    clear: both;
    /*border-top: 3px solid #1B5BA0;*/
    height: 20px;
    background-color: #ffffff;
    font-size: 12px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
    color: #1B5BA0;
}
#searchInput {
    background-position: right;
    background-size: 30%;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

/* Formatting search box */
.search-box{
    width: 300px;
    position: relative;
    display: inline-block;
    font-size: 14px;
}
.search-box input[type="text"]{
    height: 32px;
    padding: 5px 10px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
}
.result{
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 0;
}
.search-box input[type="text"], .result{
    width: 100%;
    box-sizing: border-box;
}
/* Formatting result items */
.result p{
    margin: 0;
    padding: 7px 10px;
    border: 1px solid #CCCCCC;
    border-top: none;
    cursor: pointer;
}
.result p:hover{
    background: #f2f2f2;
}
