﻿/*normalize*/
html {
    min-height: 100%;
    position: relative;
}

body {
    height: 100%;
}

form {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    /*background-color: #45180a;*/
    font: normal 16px "Segoe UI", Arial, sans-serif;
    color: #555555;
}


/*----------------------------------- Begin Media Queries -----------------------------------*/


/*-------- Begin iPhone 6 Media Queries --------*/

/* Landscape */
/*@media only screen and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation : landscape) {
    body {
        font-size: 14px;
    }

    #titleContainer {
        top: 10px;
        left: 10px;
        width: 150px;
    }

        #titleContainer h2 {
            font-size: 1.75em;
        }

    #imgHeader {
        display: none;
    }
}*/

/* Portrait */
/*@media only screen and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation : portrait) {
    body {
        font-size: 14px;
    }

    #titleContainer {
        display: none;
    }

    #imgHeader {
        display: none;
    }
}*/

/*-------- End iPhone 6 Media Queries --------*/



/*-------- Begin iPhone 6 Plus Media Queries --------*/

/* Landscape */
/*@media screen and (min-device-width : 414px) and (-webkit-device-pixel-ratio: 3) and (orientation : landscape) {

    body {
        font-size: 14px;
    }

    #titleContainer {
        top: 10px;
        left: 10px;
        width: 150px;
    }

        #titleContainer h2 {
            font-size: 1.75em;
        }

    #imgHeader {
        display: block;
    }
}*/

/* Portrait */
/*@media screen and (min-device-width : 414px) and (-webkit-device-pixel-ratio: 3) and (orientation : portrait) {
    body {
        font-size: 14px;
    }

    #titleContainer {
        display: none;
    }

    #imgHeader {
        display: none;
    }
}*/

/*-------- End iPhone 6 Plus Media Queries --------*/



/*-------- Begin iPad Media Queries --------*/

/* Landscape */
/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    body {
        font-size: 14px;
    }

    #titleContainer {
        top: 10px;
        left: 10px;
        width: 150px;
    }

        #titleContainer h2 {
            font-size: 1.75em;
        }

    #imgHeader {
        display: block;
    }
}*/

/* Portrait */
/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    body {
        font-size: 14px;
    }

    #titleContainer {
        top: 10px;
        left: 10px;
        width: 150px;
    }

        #titleContainer h2 {
            font-size: 1.75em;
        }

    #imgHeader {
        display: block;
    }
}*/

/*-------- End iPad Media Queries --------*/

/*-------- Begin Screen Media Queries --------*/

@media only screen and (min-width: 481px) and (max-width: 1024px) {
    body {
        font-size: 16px;
    }

    #titleContainer {
        bottom: 10px;
        left: 10px;
        width: 125px;
        text-wrap: normal;
    }

        #titleContainer h2 {
            font-size: 1.75em;
        }

    #imgHeader {
        display: block;
    }
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    body {
        font-size: 16px;
    }

    #titleContainer {
        display: none;
    }

    #imgHeader {
        display: none;
    }
}

/*-------- End Screen Media Queries --------*/

/*----------------------------------- End Media Queries -----------------------------------*/

a {
  background: transparent;
}

/*a:link {
    text-decoration: none;
    color: #4a90cc;
    border: none;
}

a:hover {
    text-decoration: underline;
    color: #4a90cc;
    border: none;
}

a:visited {
    text-decoration: none;
    color: #4a90cc;
    border: none;
}

a:active {
    text-decoration: none;
    color: #4a90cc;
    border: none;
}*/

img {
    border: 0;
}

button,
input text {
    -webkit-appearance: none;
    cursor: pointer;
}

hr {
    border-width: 1px 0 0 0;
    border-color: #767676;
    border-style: solid;
}

/*typography*/
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}

h1, h2, h3 {
    font-weight: normal;
    margin: .5em 0;
}

h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-size: 2.25em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.125em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .875em;
}

/*template*/
#wrapper .t-container-fluid {
    max-width: 100%;
}

#wrapper .RadButton {
    font-size: 1em;
}

#wrapper .RadMenu,
div.RadMenuPopup,
#wrapper .RadMenu_Default, #wrapper .RadMenu_Default a.rmLink {
    font-size: 1em;
}

/* BEGIN FROM GRID.CSS - ADDING TO BASE */

#wrapper .header {
    background-color: black; /* WAS #2a2d33 #4a90cc*/
    padding: 10px 10px;
    margin: 0;
}

    #wrapper .header .RadMenu {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

#wrapper .logo {
    padding: 5px 0;
    display: block;
    width: 375px;
}

#wrapper .companyname{
    width: 100%;
    text-align: right;
}

#wrapper .jumbotron {
    margin-bottom: 20px;
    padding: 0;
    border: 1px solid transparent;
    overflow: hidden;
}

    #wrapper .jumbotron img {
    float: right;
    margin: 20px 0 0 0;
    margin: 0;
    max-width: 100%;
}

    #wrapper .jumbotron h1 {
        border-bottom: 1px solid #767676;
        display: inline-block;
        padding-bottom: 20px;
    }

#wrapper .grid_wrapper {
    margin: 0 40px;
}

#wrapper .footer {
    padding: 20px 15px;
    line-height: 30px;
}

.welcomeOuter {
    position:relative;
    float: right;
    padding-top: 5px;
}

#welcomeMessage {
    position:absolute;
    display: block;
    top: 10px;
    right: 10px;
    height:50px;
    margin-top: 0;
}

/* END FROM GRID.CSS - ADDING TO BASE */

/* BEGIN CUSTOM STYLES */

/* BEGIN CUSTOM RADCAPTCHA STYLES */
.RadCaptcha span
    {
        color:Red;
    }
/* END CUSTOM RADCAPTCHA STYLES */

/* BEGIN CUSTOM TYPOGRAPHY */

.copyrightText {
    font-size: small;
}

.inlineError {
    color: red;
}

.inlineSuccess {
    color: blue;
}

.editResponse {
    color: blue;
}

.requiredFlag {
    font-size: small;
    float: right;
}

.requiredError {
    font-size: small;
    float: right;
    color: red;
}

.requiredErrorLt {
    font-size: small;
    color: red;
}

.parenSubText {
    font-size: .75em;
}

.parenSubTextRed {
    font-size: .75em;
    color: red;
}

.parenSubTextBlue {
    font-size: .75em;
    color: blue;
}

.floatTextRt{
    float: right;
}

.smallImportantText{
    font-size: .75em;
    color: red;
}

.importantTextRed {
    color: red;
}

/* END CUSTOM TYPOGRAPHY */

/* BEGIN CSS FOR DEFAULT PAGE */

#contentContainer {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 10px 0 0 0;
}

/*#megaHeader {
    top: 0;
    left: 0;
    height: 325px;
    margin-left: 0;
    margin-right: 0;
    opacity: .40;
}*/

/*#titleContainer {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50%;
}*/

#loginContainer {
    /*position: absolute;
    top: 20px;
    right: 0;
    margin: 10px 10px 10px 10px;
    height: 275px;
    width: 250px;
    background-color: rgba(192,192,192,0.65);*/

    position: absolute;
    top:15px;
    left:20px;
    height: 350px;
    width: 300px;
    background-color: rgba(74,144,204,0.90);
}

#loginHeader {
    position: absolute;
    left: 10px;
    top: 30px;
    font-size: 1.3em;
    color: black;
}

#loginLabel {
    position: absolute;
    top: 60px;
    right: 10px;
    width: 100%;
    font-size: .8em;
    text-align: right;
}

#unameTextBox {
    position: absolute;
    left: 10px;
    top: 75px;
    font-size: .90em;
    color: black;
}

#pwTextBox {
    position: absolute;
    left: 10px;
    top: 135px;
    font-size: .90em;
    color: black;
}

#loginButton {
    position: absolute;
    right: 10px;
    top: 225px;
}

#forgotPassword {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: small;
}

#rememberMe {
    position: absolute;
    left: 10px;
    top: 235px;
    font-size: small;
    color: black;
    font-size:.90em;
}

/* END CSS FOR DEFAULT PAGE */

#headerWrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

#headerImage {
    position: absolute;
    display: block;
    opacity: 0.65;
    z-index: 1;
}

/* END CUSTOM STYLES */
