body {
    background-color: #0A7ACC;
    font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    margin-bottom: 30px;
}

.headDiv{
    width:100%;
    height: 100px;
    text-align: center;
    padding: 20px 0px 0px 0px;
}

/* Contains size differences in media queries */
.orHeaderDiv {
    text-align: center;
    font-family: "Titan One", "Helvetica Neue", "Helvetica Black", "Helvetica Bold", "Arial Black", "Arial Bold";
    color: #fff;
    width: 150px;
    font-size: 30px;
}

.whiteBoxDiv {
    width: 340px;
    height: 320px;
    font-size: 120%;
    border-radius: 20px;
    background-color: #fff;
    margin: 0 auto;
}

.signInHeader{
    text-align: center;
    font-family: "Titan One", "Helvetica Neue", "Helvetica Black", "Helvetica Bold", "Arial Black", "Arial Bold";
    color: #E07119;
    margin: 0px;
    padding: 10px;
}

.quickLaunchHeader{
    text-align:center;
    font-family: "Titan One", "Helvetica Neue", "Helvetica Black", "Helvetica Bold", "Arial Black", "Arial Bold";
    color: #94C326;
    margin: 0px;
    padding: 10px;
}

.tableLoginTable {
    margin: 0px 0px 15px 23px;
}
.tableLoginTable td.tdIcon {
    padding: 15px 0px 0px 0px;
}
.tableLoginTable td.tdTextbox {
    padding: 15px 0px 0px 10px;
}

.usernameIcon{
    background: url(../images/username_icon.svg) no-repeat center center;
}
.passwordIcon{
    background: url(../images/password_icon.svg) no-repeat center center;
}
.quickLaunchIcon{
    background: url(../images/quick_launch_icon.svg) no-repeat center center;
}


.textboxStyle {
    padding: 5px;
    margin: 0px;
    border-radius: 4px;
    border: 1px solid #999;
    font-size: 18px;
    width: 214px;
}
.emailAddressTextboxStyle {
    padding: 7px;
    margin: 0px;
    border-radius: 4px;
    border: 1px solid #999;
    font-size: 18px;
    width: 250px;
}


.btnSignIn {
    width: 214px;
    height: 37px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    border-radius: 4px;
    border:none;
    background-color: #E07119;
}
.btnSignIn:hover {
    background-color: #C45D18;
}

.btnGo {
    width: 214px;
    height: 37px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    border-radius: 4px;
    border:none;
    background-color:#94C326;
}
.btnGo:hover {
    background-color: #85AA21;
}

.whiteBoxBottomLinks {
    margin:15px auto 0px auto;
    text-align: center;
}
.whiteBoxBottomLinks a {
    color: black;
    font-size: 12px
}

#container {
    display: table;
    margin: 0px auto;
}

#row  {
    display: table-row;
}

#left, #right, #middle {
    display: table-cell;
}

#middle {
    vertical-align: middle;
}
  


.btn-modal{
    border: none;
    background-color:#fff;
    font-size: 13px;
    color: #000;
    cursor: pointer;
}

.messageHolder {
    width: 830px;
    margin: 0 auto;
}

/* These are copied from Bootstrap since we aren't using it anymore */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 8px;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}








.modalShell {
    background-color: #fff;
    width: 560px;
    border-radius: 15px;
    border: 1px solid #ddd;
}
.modalHeader {
    text-align: center;
    font-family: "Titan One", "Helvetica Neue", "Helvetica Black", "Helvetica Bold", "Arial Black", "Arial Bold";
    color: #E07119;
    margin-top: 0px;
}
.btnX {
    border: none;
    background-color: #fff;
    font-family: "Titan One", "Helvetica Neue", "Helvetica Black", "Helvetica Bold", "Arial Black", "Arial Bold";
    color: #808080;
}
.modalShellInner {
    padding: 0px 20px 20px 20px;
}
.textboxEmail {
    padding:5px;
    padding-right: 60px;
    margin-left: 85px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 2px solid #ddd;
}
.btnRequestDetails {
    margin-left: 85px;
    margin-top: -10px;
    padding: 3px 9px 3px 8px;
    font-size: 16px;
    font-weight: bold;
    color:white;
    background-color: #E07119;
    border-radius: 5px;
}
.forgotPasswordNotesSection {
    font-size: 12px;
    color: #000;
    font-style: italic;
    margin-bottom: 0px;
}
.ulNotes {
    margin-top: 0px;
    margin-bottom: 0px;
}
.ulNotes li {
    font-size: 13px;
    color: #000;
    font-style: italic;
}
.modalBackground{
    background-color: black;
    filter: alpha(opacity=90) !important;
    opacity:0.6 !important;
    z-index:20;
}


#forgotPasswordParagraph {
    text-align: justify;
}





/*=========================================================================
    Anything smaller than 870px
  =========================================================================*/
@media (max-width: 870px) {

    #container {
        display: block;
        margin: 0px auto;
        text-align: center;
    }

    #row  {
        display: block;
    }

    #left, #right, #middle {
        display: block;
    }

    #middle {
        vertical-align: middle;
    }

    .headDiv{
        height: 100px;
        padding: 0px 0px 0px 0px;
    }

    .orHeaderDiv {
        height: 40px;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px;
        display: block;
    }

    .whiteBoxDiv {
        width: 260px;
        height: 280px;
        font-size: 14px;
    }
    .shortenHeightWhenSmall {
        height: 220px;
    }

    .textboxStyle {
        font-size: 14px;
        width: 170px;
    }
    .emailAddressTextboxStyle {
        font-size: 14px;
        width: 170px;
    }

    .btnSignIn {
        width: 170px;
        height: 33px;
        font-size: 18px;
    }
    .btnGo{
        width: 214px;
        height: 37px;
        font-size: 18px;
    }

    .tableLoginTable {
        margin: 0px 0px 15px 10px;
    }
    .tableLoginTable td.tdIcon {
        padding: 15px 0px 0px 0px;
    }
    .tableLoginTable td.tdTextbox {
        padding: 15px 0px 0px 10px;
    }

    .messageHolder {
        width: 260px;
    }


    .modalShell {
        width: 265px;
        font-size: 12px;
    }
    .modalShellInner {
        padding: 0px 15px 5px 15px;
    }
    .forgotPasswordNotesSection {
        display: none;
    }
    #forgotPasswordParagraph {
        text-align: center;
    }
    .emailAddressTextboxStyle {
        margin-bottom: 10px;
    }
    .alert {
        padding: 5px 9px;
        margin: 0px;
    }

}