﻿body {
    padding-right: 0 !important;
    min-height: 400px;
    margin-bottom: 40px;
}

    body.loading {
        overflow: hidden;
    }

input[type=button], input[type=submit], a[role=button] {
    /*border-radius: 5px;
    background-color: #cacaca;
    color: #000;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;*/
    /*min-width: 150px;*/
}

/*.main-body {
    position: absolute;
    top: 0px;
    bottom: 45px;
    left: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: auto;
    padding-top: 20px;
}*/

.site-header {
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    overflow: hidden;*/
    border-bottom: 2px solid #cccccc;
    background-color: #286090;
    z-index: 10;
}

.footer {
    overflow: hidden;
    border-top: 2px solid #cccccc;
    text-align: center;
    padding-top: .25em;
    padding-bottom: .25em;
    color: #777777;
    text-shadow: 1px 2px 1.5px rgba(0,0,0,0.3) !important;
    background-color: #286090;
    height: 2.3em !important;
    min-height: 2.3em !important;
}

.copywrite-text {
    font-size: 10px;
    font-weight: bold;
    display: block;
}

.version-text {
    font-size: 10px;
    font-weight: bold;
    display: block;
}

.home {
    padding-top: 15px;
    font-size: 1.5em;
}

.login-input-panel {
    height: 220px;
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.input-panel {
    height: 100%;
    width: 1300px;
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    background-color: #f5f5f5;
    border-radius: 10px;
}

/***********************************************************
 ******************* Progress Indicators *******************
 ***********************************************************/
div.progress {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999 !important;
    background-color: #000000;
    opacity: 0.2;
}

img.progress-img {
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999 !important;
}

#loadingOverlay {
    position: fixed;
    z-index: 999999 !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
    transition: 1s 0.4s;
}

#loadingProgstat {
    font-size: 1.7em;
    letter-spacing: 3px;
    z-index: 999999 !important;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 100%;
    text-align: center;
    color: #bcd7ff;
}

/***********************************************************
 ********************** Global Styles **********************
 ***********************************************************/
.error {
    color: #CC0000;
    font-weight: bold;
}

.centered-text {
    text-align: center;
}

.centered {
    margin: 0 auto;
}

/* Primarily for disabling hover events on anchor tags */
.no-highlight {
    pointer-events: none;
}

.tb-upper {
    text-transform: uppercase;
}

.padding-sm {
    padding: 7px;
}

.padding-md {
    padding: 12px;
}

.bold {
    font-weight: bold;
}

.small {
    font-size: small;
}

.fa-left {
    padding-right: 8px;
}

.pad-right-sm {
    padding-right: 6px;
}

.blue {
    color: blue;
}

.green {
    color: green;
}

.red {
    color: red;
}

.gray {
    background-color: gray;
}

.ig-calendar {
    cursor: pointer;
}

.right-buffer-sm {
    margin-right: 5px;
}

.left-right-buffer-md {
    margin-left: 15px;
    margin-right: 15px;
}

.page-header-margins {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

.margin-top-md {
    margin-top: 16px;
}

.margin-top-lg {
    margin-top: 26px;
}

.bottom-margin-sm {
    margin-bottom: 10px;
}

.radio-btn-padding label {
    padding-left: 5px;
}

/* Emulate some of the newer bootstrap classes */
.mb-1 {
    margin-bottom: 6px;
}

.mb-2 {
    margin-bottom: 12px;
}

.mt-1 {
    margin-top: 4px;
}

.mt-2 {
    margin-top: 8px;
}

.mt-3 {
    margin-top: 18px;
}

.mt-5 {
    margin-top: 30px;
}

.full-width {
    width: 100%;
}

/* Boostrap 3.3.6 uses 768px and smaller for xs/sm */
@media only screen and (max-width: 768px) {
    .mb-xs-1 {
        margin-bottom: 6px !important;
    }

    .mb-xs-2 {
        margin-bottom: 12px !important;
    }

    .mb-xs-3 {
        margin-bottom: 18px !important;
    }
}

.col-centered {
    float: none;
    text-align: center;
    border: 1px black solid;
}

.center {
    margin: 1px;
    text-align: center;
}

.row-centered {
    margin: 0 auto;
    float: none;
    text-align: center;
}

.p-5 {
    padding: 5px;
}

.heading {
    background: #337ab7;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    font-size: 18px;
}

.row-updates {
    padding: 10px;
}


.table-border {
    border-style: solid;
    border-width: 1px;
}


/***********************************************************
 ********************** Result Tables **********************
 ***********************************************************/

.resulttable {
    background-color: white;
}

.headerrow {
    background-color: #337ab7;
}

.resulttable th {
    background-color: #337ab7;
    font-weight: bold;
    text-align: center;
    padding: 2px 4px 2px 4px;
    border-style: solid;
    border-color: black;
    border-width: 1px;
}

.resulttable td {
    padding: 2px 4px 2px 4px;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    text-align: center;
}

.resulttable tr:nth-child(even) {
    background-color: #F2F2F2;
}

.resulttable tr:nth-child(odd) {
    background-color: #D4D6CD;
}

.rowcolor {
    background-color: #F2F2F2;
}

.rowcoloralt {
    background-color: #D4D6CD;
}


/***********************************************************
 ********************** Control Group **********************
 ***********************************************************/

.control-group-box {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border: 1px solid black;
}

.modal-box-group {
    border: 1px solid black;
    border-radius: 5px;
    padding-left: 0;
    padding-right: 0;
}

.control-group-header {
    background-color: #337ab7;
    font-size: small;
    font-weight: bold;
    text-align: center;
    height: 20px;
    width: 100%;
}

center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.uppercase {
    text-transform: uppercase;
}

/***********************************************************
 ********************** Result Tables **********************
 ***********************************************************/

.resulttable {
    background-color: white;
}

.headerrow {
    background-color: #337ab7;
}

.resulttable th {
    background-color: #337ab7;
    font-weight: bold;
    text-align: center;
    padding: 2px 4px 2px 4px;
    border-style: solid;
    border-color: black;
    border-width: 1px;
}

.resulttable td {
    padding: 2px 4px 2px 4px;
    border-style: solid;
    border-color: black;
    border-width: 1px;
}

.resulttable tr:nth-child(even) {
    background-color: #F2F2F2;
}

.resulttable tr:nth-child(odd) {
    background-color: #D4D6CD;
}

.rowcolor {
    background-color: #F2F2F2;
}

.rowcoloralt {
    background-color: #D4D6CD;
}


