@font-face {
    font-family: Rockwell;
    src: url(..\..\fonts\Rockwell.woff);
}

h2 {
    font-size: 16px;
    color: #0081c6;
    padding-right: 10px;
}

.expandHeader {
    padding: 0px;
    height: 50px;
    background-color: #5AB2E4;
    color: white;
    font-size: large;
    font-weight: bold;
    border-radius: 10px;
}

.filterDiv {
    width:300px;
    padding:5px;
    margin-bottom: 10px;
}

    .filterDiv label {
        width: 50px;
        float: left;
        padding: 15px;
    }

    .filterDiv .dropdown {
        width: 200px;
        padding: 10px;
        margin-left: 60px;
    }

.resultDiv {
    padding : 5px;
    font-weight:400;
}

table {
    width:100%;
    
}

th, td {
    padding: 15px;
    font-size:12px;
}

.navbar-home {
       border-bottom: 1px solid #e7e7e7;
}

.navbar-home .nav {
    margin-top: 100px;
}

.navbar-home .nav li a {
    color: #0081c6;
    font-weight: 600;
}

#sidebar {
	background-color: #fff;
	border-left: 1px solid #f5f5f5;
	padding: 0 8px 0 10px;
	width: 100%;
	float: right;
}

.widget h2 {
    font-size: 14px;
    font-weight: 700;
    color: white;
    line-height: 18px;
    background: #009D56;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 13px 9px;
    margin-top: 0px;
}

@media screen and (max-width: 480px) and (max-width: 768px) {
    .navbar-home .nav {
        margin-top: 20px;
    }
}

.documentLinks {
    font-size : 12px;
}

.logo {
    margin-top: 80px;
    float:left;
}

.page {
    text-align : center;
}

.selectedNav {
    font-weight: 900;
}

.downTimeMessage {
    width: 40%;
    float: left;
    margin-top: 50px;
    padding: 30px;
    font-size: 30px;
    color: #009D56;
    border-left: 2px solid;
    border-color: #5AB2E4;
    margin-left: 20px;
    cursor: pointer;
}

.hideOnMobile {
    display: block;
}

@media screen and (max-width: 480px) {
    .downTimeMessage {
        display: none;
    }

    .hideOnMobile {
        display: none;
    }
}

.error-list {
    color: red;
    font-weight: bolder;
}

.error-container{margin:100px auto;max-width:850px;display:table;width:100%;height:100%}
.error-container .error-img{margin:0 auto 25px;display:table-cell;vertical-align:middle;width:30%;height:100%}.error-container .error-text-box{text-align:center}.error-container .error-text-box{display:table-cell;vertical-align:middle;width:100%;height:100%;padding-left:50px}
.error-container .error-text-box p{margin-top:20px;font-size:1.25em;text-align:left}
.error-container .error-text-box h3{font-size:3.5em;text-align:left}
h3 {
    color: #00a94f;
    font-family: Nunito, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 26.3999996185303px;
}

@media (min-width: 768px) {
    .error-container .error-text-box h3, .error-container .thank-you-text-box h3, .thank-you-container .error-text-box h3, .thank-you-container .thank-you-text-box h3 {
        font-size: 3.5em;
        text-align: left;
    }
}

.indexPageLink {
    text-decoration: underline;
    padding-left: 20px;
}