﻿html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
}


body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #F4F6F9;
    margin: 0;
}




* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


a {
    background-color: transparent;
}



.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}


.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: inline-block;
    max-width: 100%;
}
a {
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #204d74;
    text-decoration: underline;
}


.text-right {
    text-align: right;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 10px;
}

.row:after, .row:before {
    display: table;
    content: " ";
}

.col-xs-6 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-12 {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.logoContainer {
    margin: 20px;
}

.loginBoxContainer {
    width: 450px;
    border: 1px solid #D8DDE6;
    font-family: Arial;
    padding: 10px 30px 10px 30px;
    background-color: white;
    border-radius: .25rem;
    margin-top: 75px;
}
.taglineContainer {
    border-style: solid;
    border-width: 1px;
    border-color: #2e2e2e;
    border-radius: 3px;
    width: 420px;
    height: 50px;
    margin-left: -15px;
    margin-top: -35px;
    background-color: #890800;
}

.copyContainer {
    margin-top: 25px;
    font-family: Arial;
    font-size: x-small;
    color: #2e2e2e;
    text-align: center;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}




.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    color: white;
    background: #2e2e2e;
    color: #cbcbcb;
}

.linkContainer {
    position: absolute;
    display: inline-block;
    width: 550px;
    height: 25px;
    left: 50%;
    bottom: 0px;
    margin-left: -275px;
    margin-bottom: 10px;
    font-family: Arial;
    font-size: x-small;
    color: #2e2e2e;
    text-align: center;
}

.footer-link {
    display: inline-block;
    width: 130px;
}

.footer-link-small {
    display: inline-block;
    width: 80px;
}

.footer a {
    text-decoration: none;
    font-family: Arial;
    font-size: 10pt;
    color: WhiteSmoke;
}

.footer a:link {
    font-weight: lighter;
}
/* mouse over link */
    .footer a:hover {
    font-weight: bolder;
}

/* selected link */
.footer a:active {
    font-weight: bolder;
}


/* small looking form label;s at top of elements*/
.login-form-label {
    font-size: 12px;
    font-weight: normal;
    color: #2e2e2e;
    margin: 0 0 8px 0;
    line-height: inherit;
}

/* for swapping out login button during ajax */
.hide-element {
    display:none !important;
}
.show-element {
    display:block !important;
}



/* Alert Classes*/
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -1px;
    color: inherit;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;

}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}






.form-control {
    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: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    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,-webkit-box-shadow ease-in-out .15s;
}

    .form-control:focus {
        box-shadow: 0px 1px 1px rgba(128, 128, 128, 0.075) inset, 0px 0px 8px rgba(0, 100, 255, 0.5);
    }

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input {
    line-height: normal;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}



.tooltip {
    position: absolute;
    background: #2e2e2e;
    border-radius: 4px;
    padding: 6px 12px;
    font-family: arial;
    font-size: 12px;
    text-shadow: 0px 1px 1px #000;
    color: #fff;
    width:250px;
    text-align:center;
}

.tooltip:before {
    content: " ";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2e2e2e;
    position: absolute;
    bottom: -5px;
    left: 5px;
}


.push-right {
    float:right !important;
}


.login-btn {
    background-image: url(images/sign-in-alt-solid.svg);
    width: 16px;
    height: 16px;
}

.spin {
    background-image: url(images/spinner-solid.svg);
    width: 32px;
    height: 32px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}