﻿@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Source+Sans+Pro');

.chat {
    display: none;
}

body {
    background-color: white;
    font-family: 'Source Sans Pro', sans-serif;
    background: #fff url(/images/4573/bg.png) repeat-x top center;
}


html, body {
    height: 100%;
}

#wrapper {
    min-height: calc(100vh - 140px);
}

a {
    color: rgb(0, 117, 193);
    text-decoration: none;
}

    a:hover, a:active, a:focus {
        color: rgb(0, 117, 193);
        text-decoration: underline;
    }


#header_title {
    color: #042950 !important;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0;
    font-weight: bold;
}

#header-title {
    color: #042950 !important;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0;
    font-weight: bold;
}

#header-text {
    text-align: left;
    padding-left: 0;
    margin: 0;
    font-size: 32px;
    line-height: 0px;
    color: #042950 !important;
    font-weight: 300;
}

.HeaderStyle {
    background-color: #333;
    color: #FFFFFF;
    text-align: left;
}

    .HeaderStyle a {
        color: rgb(0, 117, 193);
        text-align: left;
    }

.headertext {
    color: #ea5429;
    font-size: 20px;
    font-weight: bold;
}

.GridHeader {
    font-weight: bold;
    background-color: #333;
    color: #FFFFFF;
    border: 1px solid #333;
}

.Grid {
    border: solid 1px #000;
}

table.Grid th {
    font-weight: bold;
    background-color: #333;
    color: White;
}

thead.td {
    font-weight: bold;
    background-color: #333;
    color: White;
}

.GridHeader a {
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #333;
}

    .GridHeader a:hover {
        font-size: 14px;
    }

#footer {
    min-height: 110px;
}

#footer_text {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    text-align: center;
    padding-top: 20px;
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    width: 1200px;
}

    #footer_text a {
        text-decoration: none;
        color: rgb(0, 117, 193);
    }

#wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    padding-top: 1px;
}

#wrapper2 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: #ffffff;
}

#content_main {
    background-color: #FFFFFF;
    border-width: 3px;
    color: #333333;
    margin-bottom: 30px;
    margin-top: 113px;
    min-height: 420px;
    padding: 30px;
    width: 94%;
}

.CAPTextBox {
    width: 800px;
}

.clientLogo {
    background-image: url(/images/4573/logo.png);
    background-repeat: no-repeat;
    height: 100px;
    width: 90px;
    float: left;
    margin-top: 4px;
    margin-bottom: 5px;
    margin-left: 30px;
    background-size: cover;
}

.HeaderRegistrationComplete {
    padding-top: 10px;
    padding-bottom: 15px;
}

/* *************** PERSISTENT NAV *************** */
#uber_header {
    clear: both;
    float: right;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
    padding-bottom: 4px;
    margin-top: 0px;
    height: 93px;
}

#nav {
    width: 1000px !important;
    float: right !important;
    margin-top: 0px;
    padding-left: 100px;
}

#pers_nav {
    height: 34px;
    background-repeat: repeat-x;
    padding-left: 250px !important;
}



#uber_header #pers_nav {
    float: right;
    text-align: right;
    clear: both;
    position: relative;
    width: 1000px !important;
    padding-left: 20px;
}

    #uber_header #pers_nav ul {
        float: right;
        padding: 0;
        margin: 21px 44px 0 0;
        height: 93px;
        list-style: none;
        padding-left: 120px;
    }

    #uber_header #pers_nav li {
        display: inline;
        position: relative;
        height: 34px;
        top: 24px;
        padding-top: 44px;
        padding-bottom: 30px;
    }

    #uber_header #pers_nav a {
        color: #ffffff;
        text-transform: uppercase;
        transition: all linear 0.1s;
        font-size: 14px;
        letter-spacing: 2px;
        text-decoration: none;
        padding-left: 15px;
        padding-right: 15px;
    }

        #uber_header #pers_nav a:hover {
            color: rgb(0, 117, 193);
        }

.button {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #5cb85c !important;
    font-size: 14px;
    height: 15px;
    padding: 0px 20px 25px 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    margin: 3px;
}

    .button:hover {
        background-color: #4cae4c !important;
    }

.btn-default {
    color: #ffffff;
    background-color: rgb(0, 117, 193);
    border-color: rgb(0, 117, 193);
    transition: all .1s ease;
    padding: 1em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .btn-default:hover, .btn-default:active, .btn-default:focus {
        color: #ffffff;
        background: rgb(0, 130, 214);
        border-color: rgb(0, 130, 214);
    }


#content_submit {
    width: 1000px;
    padding-bottom: 5px;
    padding-top: 10px;
    text-align: center;
}

#content-submit {
    width: 950px;
    padding-bottom: 5px;
    padding-top: 10px;
    text-align: center;
}

.content-waiting {
    background-image: url(/images/loaders/ajax-loader_black_transbak.gif);
    height: 50px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}

.searchWaiting {
    background-image: url(/images/loaders/ajax-loader_black_transbak.gif);
    height: 50px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}



.logout {
    float: right;
    padding-right: 5px;
    margin-top: 5px;
}

    .logout a {
        padding-right: 5px;
    }

input[type="text"], input[type="password"] {
    font-size: 12px;
    border: 1px;
    border: 1px solid #333;
}

input.reqd {
    background-position: center center;
    background-image: url('/Images/required.gif');
    background-repeat: no-repeat;
    font-size: 12px;
    border: 1px;
    border: 1px solid #333;
}

input[type=checkbox], input[type="radio"] {
    font-size: 12px;
    border: 0px;
}

select {
    font-size: 12px;
    border: 1px solid #333;
}

table.CarrierStatus {
    width: 900px !important;
    margin-left: 5px;
    text-align: left;
}

    table.CarrierStatus thead {
        background-color: #333;
        color: #FFFFFF;
        text-align: left;
    }

    table.CarrierStatus td.label {
        background-color: #CBCBCB;
        color: #000000;
        width: 20%;
        text-align: left;
    }

    table.CarrierStatus td.label_nowidth {
        background-color: #CBCBCB;
        color: #000000;
        text-align: left;
    }

    table.CarrierStatus td.label_width1 {
        background-color: #CBCBCB;
        color: #000000;
        width: 50%;
        text-align: left;
    }

    table.CarrierStatus td.label_width2 {
        text-align: center;
        background-color: #FFFFFF;
        color: #000000;
        width: 50%;
        text-align: left;
    }

    table.CarrierStatus td.data {
        background-color: #E1E1E1;
        text-align: left;
    }

    table.CarrierStatus td.data2 {
        text-align: right;
        background-color: #E1E1E1;
        width: 50%;
        text-align: left;
    }

.data {
    background-color: #E1E1E1;
    text-align: left;
}

table.CarrierStatus a.StatusItem {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}

    table.CarrierStatus a.StatusItem:hover {
        font-size: 11px;
        color: #E1E1E1;
    }

.matrixoddrow {
    background-color: #CBCBCB;
}

.matrixevenrow {
    background-color: #E1E1E1;
}

.evenrow {
    background-color: #E1E1E1;
}

.oddrow {
    background-color: #CBCBCB;
}

table.TblListResults {
    width: 100%;
    color: #6C6F70;
}

    table.TblListResults thead {
        background-color: #333;
        color: #ffffff;
    }

    table.TblListResults tr.oddrow {
        background-color: #AED1E1;
    }

    table.TblListResults tr.evenrow {
        background-color: #F7F7FF;
    }

.header-bar {
    background-color: #6b6b6b;
    color: #FFFFFF;
    width: 98%;
    text-align: center;
    font-weight: bold;
}

.SearchContainer {
    border: 0px;
    margin-left: 15px;
    padding-left: 10px;
    width: 1000px;
}

.SearchBody {
    padding-left: 200px;
    padding-bottom: 10px;
}

.searchResults {
    margin-left: 15px;
    width: 900px;
}

#SearchTitleBar {
    font-weight: bold;
    padding: 5px;
    margin-left: 15px;
}

table th {
    vertical-align: middle !important;
    background-color: #333;
    color: white;
    font-weight: bold;
}

.statusBlock {
    /* border-bottom: 1px solid rgb(224, 215, 180);*/
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    background-color: #333;
}

.statusBlockTop {
    border-top: 2px solid #dee9f1;
}



.statusBlockTitle {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

    .statusBlockTitle:hover {
        color: #999;
    }

#HeaderRegistrationComplete_Percent {
    border: 0px !important;
    font-weight: bold;
}

.page-instructions {
    color: #808080 !important;
    font-weight: 700 !important;
}

.rmis-status-page {
    font-weight: normal;
    color: #333333;
}

    .rmis-status-page:hover {
        font-weight: bold;
        cursor: pointer;
    }


input {
    margin: 3px;
}

select {
    color: #514325;
    border-color: #ccc !important;
    padding: 6px;
    border-radius: 3px;
    margin: 2px;
}



.col-md-12 > .statusCoName.col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.statusCoName {
    color: rgb(0, 117, 193);
    font-weight: bold;
    font-size: 1.75em;
    font-family: 'Fjalla One', arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 41px;
}

#ctl00_ContentPlaceHolderMain_resendPasswordSection {
    margin-top: 8px;
}

.login-box {
    padding: 30px !important;
}

.pull-right .btn.btn-default {
    margin-right: 0;
}

.col-xs-5.col-xs-offset-3.login-box {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

@media (min-width: 992px) {
    .col-md-5.col-md-offset-3.login-box {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}

.LoginSubheader {
    text-align: center;
}

hr {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    border-top: 2px solid rgb(226,226,226);
}