@import url(reset.css);
@import url(https://fonts.googleapis.com/css?family=Muli:300,400,300italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Karla:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,400italic,700,700italic);
/* -----------------------------------------------------------------
	GLOBAL STYLES
	--------------------------------------------------------------- */
html {
    color: #505050;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
}
body {
}
h1 {
    font-size: 32px;
}
.logo {
    margin: 0;
    display: block;
    padding: 15px 0;
}
#main_nav {
    width: 100%;
    background-color: #F1EFE7;
    background-color: #00386b;
}
#main_nav ul {
    margin-left: 25px;
}
#main_nav li {
    float: left;
    font-size: 13px;
}
#main_nav li a {
    padding: 10px 30px 10px 0;
    display: block;
    text-decoration: none;
    color: #A5A08D;
}
#main_nav li a {
    padding: 10px 30px 10px 0;
    display: block;
    text-decoration: none;
    color: #f6d386;
}
#main_nav li a:hover {
    padding: 10px 30px 10px 0;
    display: block;
    text-decoration: none;
    color: #f6d386;
    text-decoration: underline;
}
#page-wrapper {
    width: 996px;
    margin: 0 auto;
    position: relative;
}
#content-wrapper {
    min-height: 600px;
}
/* -----------------------------------------------------------------
	LOGIN PAGE
	--------------------------------------------------------------- */
#login-wrapper {
    position: relative;
    min-height: 700px;
}
#login-description {
    float: left;
    width: 345px;
    margin-top: 87px;
    margin-left: 66px;
}
#login-description h2 {
    color: #666666;
    font-size: 24px;
    margin-bottom: 14px;
    font-weight: 300;
}
#login-description p {
    line-height: 1.8em;
    font-size: 14px;
    color: #999999;
}
#login-description li {
    list-style: none;
    font-size: 15px;
    line-height: 1.3em;
    padding-bottom: 14px;
    margin-left: 21px;
    color: #999;
    font-weight: lighter;
}
#login {
    float: right;
}
#login-form {
    width: 300px;
    background-color: #F1EFE7;
    margin-top: 0;
    padding: 30px;
    border: 3px solid #E0DED5;
}
#login-form h3 {
    font-size: 12px;
    margin-top: 35px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 12px;
}
#login-form p {
    font-size: 10px;
    line-height: 1.3em;
    margin-top: 3px;
}
#login-form a {
    color: #333;
}
#login-form a:hover {
    color: #999;
}
#login .label {
    font-size: 14px;
    font-weight: normal;
    color: #B5B3AD;
    display: block;
    background-color: transparent;
    text-shadow: none;
    margin: 0;
}
#login input[type="text"],
#login input[type="password"] {
    background-color: #fff;
    border: 1px solid #D6D3C4;
    width: 275px;
    padding: 12px;
    margin-top: 6px;
}
.btn_main {
    padding: 11px 41px;
    background-color: #0378AD;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 20px auto;
    border-radius: 0px;
}
.btn_main:hover {
    background-color: #3593BD;
    cursor: pointer;
    text-decoration: none;
}
.failureNotification {
    color: red;
}
#login .user-logo {
    margin: 0 20px 15px;
}
/* -----------------------------------------------------------------
	USER LANDING PAGE
	--------------------------------------------------------------- */

#password_requirements {
    display: none;
}
.bold_underline {
    font-weight: bold;
    text-decoration: underline;
}
.landing-page .user-wrapper {
    margin-top: 20px;
    float: left;
    margin-bottom: 30px;
}
.landing-page .user-logo {
    float: right;
}
.landing-page h1 {
    color: #777;
    font-weight: 500;
    font-size: 28px;
}
h3 {
    font-size: 18px;
    line-height: 40px;
}
#help-width {
    width: 75%;
    margin:0 auto;
    padding: 10px 50px;
}
#help-width ul {
    margin: 20px 0px;
    padding: 20px;
    border-left: 2px solid #fff;
    background-color: #fff;
}
#user-wrapper {
    font-size: 11px;
    margin-top: 45px;
    margin-bottom: 50px;
}
#help-width .txtSubHeadingDefault {
    color: #000;
}
#help-width .txtDefault {
    color: #777;
}
#user-wrapper .user-info {
    float: left;
    margin-right: 30px;
}
.user-info .title {
    color: #b9b9b9;
}
#header .user-controls {
    float: right;
    font-size: 12px;
    margin-top: 15px;
}
#header .user-controls li {
    float: left;
    margin-left: 15px;
}
#header .user-controls a,
#header .user-controls a:visited {
    color: #31648C;
}
.dashboard-wrapper {
    clear: both;
}
.dashboard-wrapper p {
    font-size: 12px;
    line-height: 1.3em;
}
/*.module-container {
    background-color: #3593BD;
    padding: 12px;
    float: left;
    height: 390px;
    margin-right: 20px;
    width: 290px;
}
.module-container.disabled {
    background-color: #efefef;
}
.module-container.disabled img {
}
.module-container.disabled h2 {
    color: #ccc;
}
.module-container.disabled h3 {
    color: #ccc;
    border-color: #ccc;
}
.module-container.last {
    margin: 0;
}
.module-container h2 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 28px;
    line-height: 1.1em;
    color: #EBF4F9;
}
.module-container h3 {
    color: #9AC9DE;
    border-bottom: 1px solid #9AC9DE;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 19px;
}
.module-container .module-icon {
    float: right;
}
.module-container a,
.module-container a:visited {
    color: #EBF4F9;
    text-decoration: none;
}
.module-container .module-info a:visited{
    color:#000;
}
.module-container h2 a:hover {
    color: #ffffff;
}
.module-container li {
    font-size: 12px;
    line-height: 1.8em;
}
.module-container .title {
    color: #CDE4EF;
}
.module-container .text {
    color: #fff;
}
.module-container .environmental-db {
    background-image: url(../../images/icon_db.png);
    background-repeat: no-repeat;
    height: 53px;
    width: 47px;
}
.module-container.disabled .environmental-db {
    background-image: url(../../images/icon_db_disabled.png);
}
.module-container .documents {
    background-image: url(../../images/icon_documents.png);
    background-repeat: no-repeat;
    height: 53px;
    width: 41px;
}
.module-container.disabled .documents {
    background-image: url(../../images/icon_documents_disabled.png);
}
.module-container .reports {
    background-image: url(../../images/icon_reports.png);
    background-repeat: no-repeat;
    height: 53px;
    width: 41px;
}
.module-container.disabled .reports {
    background-image: url(../../images/icon_reports_disabled.png);
}
.module-info {
    background-color: white;
    height: 190px;
    padding: 10px;
    position: relative;
}
.docs .module-info {
    overflow: auto;
}
.module-container ul {
    margin: 0;
}
.module-info a.report {
    color: black;
}
.module-container .module-info img {
    margin-right: 6px;
    white-space: nowrap;
    display: inline-block;
    float: left;
}
.modal-header {
}
.module-info .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.module-info .footer a {
    color: #fff;
    float: right;
    font-size: 12px;
    margin-right: 17px;
    margin-bottom: 8px;
    padding: 10px;
}
.module-info .title {
    color: #999;
}
.module-info .text {
    color: #333;
}
.docs.module-info a {
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    display: inline-block;
    float: left;
}*/
/* -----------------------------------------------------------------
	USER LANDING PAGE
	--------------------------------------------------------------- */

.copyright {
    font-size: 11px;
    color: #999;
    margin: 60px auto;
    text-align: center;
}
.copyright a {
    color: #333;
}
.bg {
    position: absolute;
    z-index: -1;
    left: -150px;
    top: -40px;
}
.clear,
.clearfix {
    clear: both;
}
#bottomBar {
    background-color: #00386b;
    height: 100px;
    width: 100%;
    top: 85%;
    position: absolute;
    left: 0px;
}
#topbar {
    height: 100px;
    width: 100%;
    padding: 0 0 0 0;
    position: absolute;
    left: 0px;
    top: 0px
}
#Main {
    position: absolute;
    top: 107px;
    left: 0px;
    height: 85%;
}
#topBar {
    margin-top: 0px;
}
.color1 {
    background-color: #00386b;
}
.color2 {
    background-color: #577c9d;
}
.color3 {
    background-color: #bad2de;
}
.color4 {
    background-color: #00386b;
}
.cssSource {
    border-style: solid;
    border-width: 1px;
    border-color: Gray;
}
.dlg {
    background-color: White;
    width: 550px;
    height: 370px;
    padding: 10px;
    border: 10px solid #BBD1DE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.dlg .header {
    background-color: #00386b;
    width: 100%;
    position: relative;
    top: 0;
    left: 0px;
    height: 20px;
    color: White;
}
.dlg .header .headerText {
    cursor: move;
    font-size: 14px;
    font-weight: bold;
}
.dlg .close {
    background-image: url('../../images/btn_popup_close.png');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    position: absolute;
    top: -15px;
    right: -15px;
    text-indent: -9999px;
    cursor: pointer;
}
.comparisonResults {
    margin: 20px 40px;
}
#compValueTypes {
    position: relative;
    left: -330px;
    color: white;
    width: 150px;
    top: -20px;
    text-align: left;
}
.docs.module-info .desc{
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
    color: #999;
}
/* -----------------------------------------------------------------
	REPORTS DIALOG
	--------------------------------------------------------------- */
.exceedance_report .modal-header .icon-excel,
.gaseous-effluent-report .modal-header .icon-excel,
.liquid-effluent-report .modal-header .icon-excel,
.collected-samples-report .modal-header .icon-excel,
.effluent-release .modal-header .icon-excel ,
.dose_compliance_report .modal-header .icon-excel{
    background-image: url(../../images/racer_icon_excel.jpg);
    background-repeat: no-repeat;
    width: 24px;
    height: 27px;
    text-indent: -9999px;
    opacity: 1;
    margin: 0 12px 0 0;
}
.exceedance_report .modal-header .minmax,
.gaseous-effluent-report .modal-header .minmax,
.liquid-effluent-report .modal-header .minmax,
.collected-samples-report .modal-header .minmax,
.effluent-release .modal-header .minmax,
.dose_compliance_report .modal-header .minmax {
    background-image: url(../../images/racer_icon_minmax.jpg);
    background-repeat: no-repeat;
    width: 24px;
    height: 26px;
    text-indent: -9999px;
    opacity: 1;
    margin: 0 12px 0 0;
}
.exceedance_report .modal-header .minimize,
.gaseous-effluent-report .modal-header .minimize,
.liquid-effluent-report .modal-header .minimize,
.collected-samples-report .modal-header .minimize,
.effluent-release .modal-header .minimize,
.dose_compliance_report .modal-header .minimize {
    background-image: url(../../images/racer_icon_minimize.png);
    background-repeat: repeat;
    width: 24px;
    height: 26px;
    text-indent: -9999px;
    opacity: 1;
    margin: 0 12px 0 0;
}
.exceedance_report .modal-header .report-options,
.gaseous-effluent-report .report-options,
.liquid-effluent-report .report-options,
.collected-samples-report .report-options,
.effluent-release .modal-header .report-options,
.dose_compliance_report .modal-header .report-options {
    background-image: url(../../images/racer_icon_options.jpg);
    background-repeat: no-repeat;
    width: 24px;
    height: 27px;
    opacity: 1;
    margin: 0 12px 0 0;
    text-indent: -9999px;
}
.exceedance_report .modal-header button[type="button"]:hover,
.gaseous-effluent-report .modal-header button[type="button"]:hover,
.liquid-effluent-report .modal-header button[type="button"]:hover,
.collected-samples-report .modal-header button[type="button"]:hover,
.effluent-release .modal-header button[type="button"]:hover,
.dose_compliance_report .modal-header button[type="button"]:hover {
    opacity: .5;
}
/* -----------------------------------------------------------------
	Database Selection page
	--------------------------------------------------------------- */
.racerlogo {
    padding: 11px 30px 15px;
}
.databases.container {
    width: 400px;
    margin: 30px auto;
    line-height: 1.3em;
    border: 5px solid #e9e9e9;
    padding: 20px;
    background-color: #efefef;
}
.databases .list td {
    padding: 8px;
    font-size: 14px;
    word-break: keep-all;
}
.databases.container input {
    word-break: keep-all;
}
.databases.container input[type="submit"] {
}
table.list {
    width: 100%;
}
/* -----------------------------------------------------------------
	GRAPHING PAGE
	--------------------------------------------------------------- */
.graphing .header-container {
    background-color: #448ABB;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 50px;
    background-color: #00386b;
}
.header-container .logo {
    padding: 7px 0 10px 15px;
    float: left;
}
.graphing .header-container .main-nav {
    float: right;
    margin-top: 6px;
    margin-right: 6px;
}
.graphing .header-container ul {
    float: right;
}
.graphing .header-container li {
    display: inline-block;
    margin-left: 7px;
}
.graphing .main-nav .icon:hover {
    opacity: .5;
}
.graphing .side-bar .side-bar-wrapper {
    background: #ffffff;
    background-color: #f6f4f4;
}
.graphing .side-bar .side-bar-wrapper h3 * {
    display: inline-block;
}
.graphing .side-bar {
    width: 261px;
    position: fixed;
    height: 100%;
    left: 0;
    background: #EFEFEF;
    box-shadow: 6px 4px 11px rgba(0,0,0,.15);
    border-right: 1px solid #aaa;
    min-height: 500px;
    font-size: 12px;
    top: 50px;
    box-shadow: none;
    border-right: 2px solid #ddd;
}
.graphing .side-bar li {
    line-height: 1.7em;
}
.graphing .side-bar .search {
    border: 1px solid #ccc;
    padding: 7px;
    background-color: #f9f9f9;
    color: #999;
    width: 222px;
}
.graphing .side-bar .search-wrap {
    position: relative;
    padding: 10px 10px 5px 10px;
}
.graphing .side-bar .search-wrap .search-text {
    color: #999;
    position: absolute;
    top: 20px;
    font-size: 13px;
    left: 18px;
}
.graphing .side-bar .search-wrap .search-submit {
    background-image: url(../../images/graphing_search_icon.png);
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    width: 22px;
    height: 17px;
    position: absolute;
    right: 16px;
    top: 17px;
}
.graphing .side-bar .search-wrap .search-submit:hover {
    background-position: 0 -19px;
    cursor: pointer;
}
.graphing .side-bar .content {
    position: relative;
    padding: 5px;
    overflow: hidden;
}
.graphing .side-bar .header {
    background-color: #2F6893;
    color: #fff;
    min-height: 16px;
    vertical-align: middle;
    color: #fff;
    padding: 7px 0 7px 10px;
    font-size: 14px;
    border-bottom: 2px solid #c3c3c3;
    cursor: pointer;
    padding: 0px 0 0px 10px;
    background-color: #DA8B2D;
    border-bottom: 3px solid rgb(230, 180, 64);
    margin: 0px 0px 2px 0px;
}
.graphing .side-bar .container .legend-wrap {
    width: 230px;
    padding: 10px;
}
.slick-header-column {
    background-color: #D3D3D3;
}
.graphing .side-bar .toggle {
    float: right;
    margin-top: 4px;
    margin-right: 7px;
}
.graphing .side-bar .container {
    width: 250px;
    height: 70%;
    overflow-x: auto;
    background-color: #fff;
}
.odd {
    background-color: #FAFAFA;
}
.graphing .side-bar .footer {
    height: 100px;
    background-repeat: no-repeat;
    background-color: #efefef;
    box-shadow: -4px -6px 15px rgba(0,0,0,0.2);
    box-shadow: none;
}
.graphing .side-bar .footer .logo {
    margin: 38px 0 0 20px;
}
.graphing .tooltip-result {
    width: 100%;
    margin: 2px;
    border-bottom: solid 1px black;
}
.graphing .tooltip-result .bold {
    font-weight: bold;
}
.graphing .tooltip-result.last {
    width: 100%;
    border-bottom: none;
}

/*
    Main page modal, results and documents
*/
.modal {
    /*min-height: 450px;*/
    overflow: hidden;
}
.modal.max {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    margin: 0px;
}
.modal.max .modal-body {
    height: 75%;
    max-height: 100%;
    overflow: hidden;
}
.ui-jqgrid-htable th {
    background-color: lightGrey;
    color: black;
    border-right: 1px solid silver;
}
.ui-jqgrid-btable tr {
    border-color: silver;
}.icon-upload
/* -----------------------------------------------------------------
	MODAL
	--------------------------------------------------------------- */
.modal .modal-footer .btn_main {
    float: left;
}
.modal-body {
    min-height: 270px;
    font-size: 12px;
    line-height: 1.7em;
}
.modal-body td {
    padding: 0 12px 0 0;
	text-align: left;
}
.modal-body th {
    text-align: left;
}
.docs ul {
    max-height: 160px;
    overflow: auto;
}
.docs a {
    color: #000;
}
.docs a:visited{
    color: #000;
}



/*
    Report exceedance
*/

.ui-jqgrid tr.jqgrow {
    height: 35px;
}


/*
    Bootbox modals
*/

.bootbox-small {
    min-height: 250px;
}

.bootbox-small .modal-dialog,
.bootbox-small .modal-content,
.bootbox-small .modal-body{
    min-height: 100px;
    max-height: 100px;
    height: 100px;
}
#reportsContentsList li{
    display:block;
}
#reportsContentsList a.complianceReport {
    display: block;
    padding: 5px 0px;
}

.choose-location {
    border: 1px solid gray;
}

.choose-location-list-heading {
    float:left;
    width:150px;
    height:30px;
    line-height: 30px;
    text-align:center;
}
.choose-location-list-item{
    float:left;
    width:150px;
    height:30px;
    line-height: 30px;
    text-align:center;
    border: 2px solid gray;
}
.choose-location-list-item span {
    float: right;
}
.choose-location-list-item li {
    color: gray;
    display:none;
}
.choose-location-list-heading:hover{
}
.choose-location-list-item li:hover {
    background: #999999;
}
.choose-location-list-item li a{
    text-decoration:none;
    color: gray;
}
.choose-location-list-item-anchor{
    text-decoration:none;
    color: gray;
}


#password-reset {
    width: 400px;
}
input #password {
    width: 150px;
}
.form-control:not([id*='password']) {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 400px;
        margin: 30px auto;
    }
}
#password-reset .modal-dialog {
    width: 400px;
}

.bootbox.modal {
    overflow: visible !important;
}