﻿.hover_pointer {
    cursor: pointer;
}

input {
    font-size: 12px;
    font-family: Verdana, Helvetica, sans-serif;
}

.bluelink {
    color: Blue;
    font-size: 12px;
}

.RequiredText {
    color: darkred;
}

.BlackHeaderBackGround {
    background-color: #404040;
}

.BlackHeaderText {
    color: White;
}

.login_background_gray {
    background-color: #efefef;
}

.body_background_white {
    background-color: White;
}

.signInButton {
    background-color: #B6121B;
    width: 80px;
    height: 22px;
    margin-right: 10px;
    text-align: center;
    padding: 4px;
    color: White;
    font-weight: bold;
    font-size: 16px;
    border-radius: 3px;
    box-shadow: 1px 1px 2px 1px #b3b1b1;
}

    .signInButton:hover {
        background-color: #5E5E5E;
    }

.login_background_darkred {
    background-color: #B6121B;
}

.login_background_darkgray {
    background-color: #5E5E5E;
    /*padding: 5px;*/
    background-image: linear-gradient(to bottom, #807d7d, #5E5E5E);
}

.login_backgrond_blue {
    background-color: #DCE6F2;
}

.login_bluebox_position {
    margin-left: -40px;
    width: 320px;
}

.loginpanel {
    background-image: url(/Images/bg-onboarding-login.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
    height: 55vh;
    padding-top: 5%;
    padding-left: 15%;
}

.goldhover:hover {
    background-color: #FFD700;
}

.navbuttonhover:hover {
    background-color: #D7E4BD;
}

.navbuttonhovercurrent {
    background-color: #D7E4BD;
}

.link_no_underline {
    text-decoration: none;
}

.text_underline {
    text-decoration: underline;
}

.zero_border {
    border: 0;
}

.white_border_1px {
    border: solid 1px white;
}

.white_border_2px {
    border: solid 2px white;
}

.white_border_3px {
    border: solid 3px white;
}

.blue_border_1px {
    border: solid 1px #B9CDE5;
}

.blue_border_2px {
    border: solid 2px #B9CDE5;
}

.gray_border_2px {
    border: solid 2px gray;
}

.gray_border_1px {
    border: solid 1px gray;
}

.size9 {
    font-size: 9px;
}

.size10 {
    font-size: 10px;
}

.size12 {
    font-size: 12px;
}

.size14 {
    font-size: 14px;
}

.size16 {
    font-size: 16px;
}

.size18 {
    font-size: 18px;
}

.size14GrayBold {
    color: #C4C4C4;
    font-size: 14px;
    font-weight: bold;
}

.size14DarkGray {
    color: #7F7F7F;
    font-size: 14px;
}

.size14DarkGrayBold {
    color: #7F7F7F;
    font-size: 14px;
    font-weight: bold;
}

.size12BlueItalics {
    color: #0099D9;
    font-size: 12px;
    font-style: italic;
}

.size14BlueItalics {
    color: #0099D9;
    font-size: 14px;
    font-style: italic;
}

.margin_center {
    margin-left: auto;
    margin-right: auto;
}

.text_center {
    text-align: center;
}

.nl_companyLogo_container {
    background-image: url(../Images/carrier_logo_container.png);
    background-repeat: no-repeat;
    height: 90px;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
}

.button_color_green {
    background-color: #00B050;
    color: Black;
    text-decoration: none;
    padding: 2px;
    border: solid 2px white;
    text-align: center;
}

.button_color_lightgreen {
    background-color: #B2FCA1;
    color: Black;
    text-decoration: none;
    padding: 2px;
    border: solid 1px gray;
    text-align: center;
}

.button_color_gray {
    background-color: #D8D8D8;
    color: Black;
    text-decoration: none;
    padding: 2px;
    border: solid 1px gray;
    text-align: center;
}

.LightGray {
    background-color: #E0E0E0;
}

.MediumGray {
    background-color: #BCBCBC;
}

.DarkGray {
    background-color: #404040;
}

.padding5px {
    padding: 5px;
}

.homepagetop4buttons {
    font-size: 16px;
	color: white;
}

.homepagetop4buttonsbackground {
    cursor: pointer;
    text-align: center;
}

    .homepagetop4buttonsbackground:hover {
        background: #827a7a;
        box-shadow: inset 0px 0px 4px 1px #fdfdfd;
    }

.homepagetop4buttonsselected {
    background: #672929 !important;
    box-shadow: inset 0px 0px 4px 2px #3e1e1e !important;
}

.bnr-txt-top {
    font-size: 22px;
    color: #3e3e3e;
}

.colorred {
    color: #b6121b;
}

.colorWhite {
    color: White;
    font-weight: normal;
}

.afterlogintopbuttonsbackground {
    padding: 10px;
    cursor: pointer;
}

    .afterlogintopbuttonsbackground:hover {
        box-shadow: inset 0px 0px 6px 1px #d48c90;
        border-radius: 5px;
    }

.afterlogintopbuttonsbackgroundselected {
    /*box-shadow: 0px 0px 3px 2px #c4c4c4;*/
    background-image: linear-gradient(to bottom,#b3b3b3, #E2E2E2);
    border-radius: 5px;
}


.afterloginsecondbuttonsbackground {
    padding: 8px;
    margin: 2px;
}

    .afterloginsecondbuttonsbackground:hover {
        background: #827a7a;
        box-shadow: inset 0px 0px 4px 1px #fdfdfd;
        cursor: pointer;
    }

.afterloginsecondbuttonsbackgroundselected {
    background: #672929 !important;
    box-shadow: inset 0px 0px 4px 2px #3e1e1e !important;
}

.SectionText {
    color: #B6121B;
    font-size: 16px;
    font-weight: bold;
}

.SectionTextMeduim {
    color: #B6121B;
    font-size: 12px;
    font-weight: bold;
}

.ITSBackColor {
    background-color: #98ACBF;
}

.bottomborder_gray1px {
    border-bottom: solid 1px gray;
}

.topborder_gray1px {
    border-top: solid 1px gray;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.ViewCarrierDetailsButton {
    width: 80px;
    text-align: left;
    padding: 3px;
    color: Black;
    font-size: 12px;
    border: solid 1px gray;
    text-decoration: none;
}

.breakWord120 {
    max-width: 120px !important;
    word-break: break-all !important;
    word-wrap: break-word !important;
    vertical-align: top;
    line-height: 15px;
}
