﻿/*****Confirmation********/

.confPlace {
    font-size: 12px;
    border: 1px solid black !important;
}

.modalBackground {
    background-color: gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

input[type=text] { padding: 1px; }

input[type=text][disabled], input[type=text][readonly],
select[disabled], select[readonly],
textarea[disabled], textarea[readonly] {
    color: black;
    background-color: rgb(242, 240, 241);
    border: rgb(191, 189, 190) 1px solid;
    cursor: default;
    padding: 2px;
}

.navigationPanel { margin-left: 90px; }

.formContainer {
    border:4px solid #b0b0b0;
    background-color: #dfdfdf;
    margin: 5px;
    padding: 5px;
}
.formContainer2 {
    border:4px solid #b0b0b0;
    background-color: #dfafdf;
    margin: 5px;
    padding: 5px;
}

#loadInfoBlock a {
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: underline;
    cursor: pointer !important;
}


.adminTitle {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}

#stopsLinks a {
    margin-left: 3px;
    margin-right: 3px;
    text-decoration: underline;
    cursor: auto;
}

.carrierBlock a {
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: underline;
    font-size: 15px !important;
    cursor: pointer !important;
}

#carrierBlock { min-width: 880px; }

.Link {
    padding: 2px;
    color: rgb(59, 59, 242);
    text-decoration: underline;
    cursor: pointer !important;	
}

.multilineLabel { vertical-align: top; }

.multilineBox { margin-bottom: 3px; }

.headLabel {
    color: #065AB7;
    font: 12px Arial;
    margin: 5px;
}

.bigHeadLabel {
    color: #065AB7;
    font: 14px Arial;
    margin: 8px;
}

/***************************** Buttons ****************************/

/******************************************************************/

.buttonStd {
    min-width: 55px;
    height: 25px;
    border-width: 2px;
    text-align: center;
    vertical-align: middle;
    padding: 5px 5px 5px 5px;  
    margin: 3px;
    cursor: pointer !important;	
}
 
 
.Button {
    background-image: url('img/button_bg.gif');
    height: 27px;
    width: 71px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: Black;
    border-width: 0px;
    margin: 3px;
    cursor: pointer !important;	
}

.ButtonLarge {
    background-image: url('img/button_bg_big.gif');
    height: 27px;
    width: 120px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: Black;
    border-width: 0px;
    margin: 3px;
    cursor: pointer !important;	
}
.ButtonXXLarge {
    background-image: url('img/button_bg_big2.gif');
    height: 27px;
    width: 160px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: Black;
    border-width: 0px;
    margin: 3px;
    cursor: pointer !important;	
}

.ButtonMedium {
    background-image: url('img/button_bg_big.gif');
    height: 27px;
    width: 85px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: Black;
    border-width: 0px;
    margin: 3px;
    cursor: pointer !important;	
}
 


.buttonEmail {
    background-image: url('img/Email.png');
    height: 24px;
    width: 24px;
    border-width: 0px;
    margin: 3px;
    cursor: pointer !important;
    vertical-align: middle;
    text-decoration: none;
    background-color: transparent;
}

.ButtonBig {
    background-image: url('img/button_bg_big.gif');
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: Black;
    border-width: 0px;
    margin: 3px;
    cursor: pointer !important;	
}

.buttonAdjust {
    background-image: url('img/button_bg_big.gif');
    height: 27px;
    min-width: 139px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: Black;
    border-width: 0px;
    margin: 3px;
    cursor: pointer !important;
}

.RedBoldTextColor {
    color: red;
    font-weight: bold;
    font-size: 15px;
}

.leftTopBottomMargin {
    margin: 10px 0 10px 140px;
}

.buttonLink { padding: 3px; }

.buttonLink a em {
    display: block;
    float: left;
    background: url(img/em_bg.jpg) no-repeat;
    width: 6px;
    height: 27px;
}

.buttonLink a span {
    display: block;
    float: left;
    background: url(img/span_bg.jpg) repeat-x;
    color: black !important;
    text-decoration: none;
    height: 27px;
}

.buttonLink a b {
    display: block;
    float: left;
    background: url(img/b_bg.jpg) no-repeat;
    width: 7px;
    height: 27px;
    cursor: pointer !important;	
}

.buttonRange { padding: 3px; }

.buttonRange i {
    display: block;
    float: left;
    background: url(img/em_bg.jpg) no-repeat;
    width: 5px;
    height: 27px;
    cursor: pointer !important;	
}

.buttonRange input {
    display: block;
    float: left;
    background: url(img/span_bg.jpg) repeat-x;
    height: 27px;
    border-width: 0px;
    cursor: pointer !important;
	
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.buttonRange b {
    display: block;
    float: left;
    background: url(img/b_bg.jpg) no-repeat;
    width: 7px;
    height: 27px;
    cursor: pointer !important;	
}


/***************************** Labels *****************************/

/******************************************************************/

.likelabel { line-height: 27px; }

.extraMinilLabel {
    text-align: right;
    display: inline-block;
    width: 15px;
    height: 27px;
    margin-right: 3px;
    line-height: 27px;
    font-weight: bolder;
}

.spacer-left-10 {
    margin-left: 10px;
}
.spacer-left-20 {
    margin-left: 20px;
}

.extraSmallLabel {
    text-align: right;
    display: inline-block;
    width: 30px;
    line-height: 27px;
    font-weight: bolder;
}

.extraSmallLabelfix {
    text-align: right;
    display: inline-block;
    width: 34px;
    line-height: 27px;
    font-weight: bolder;
}

.noWidthLabel {
    display: inline-block;
    line-height: 27px;
    font-weight: bolder;
}

.miniLabel {
    text-align: right;
    display: inline-block;
    width: 45px;
    line-height: 27px;
    font-weight: bolder;
}

.smallLabel {
    text-align: right;
    display: inline-block;
    width: 50px;
    line-height: 27px;
    font-weight: bolder;
}

.smallLabel2 {
    line-height: 27px;
    font-weight: bolder;
}

.mediumLabel {
    text-align: right;
    display: inline-block;
    width: 70px;
    line-height: 27px;
    font-weight: bolder;
}

.mediumPhoneFaxLabel {
    text-align: right;
    display: inline-block;
    width: 50px;
    line-height: 27px;
    font-weight: bolder;
}

.medium2Label {
    text-align: right;
    display: inline-block;
    width: 80px;
    height: 27px;
    line-height: 27px;
    font-weight: bolder;
}

.medium3Label {
    text-align: right;
    display: inline-block;
    width: 85px;
    height: 27px;
    line-height: 27px;
    font-weight: bolder;
}
.medium4Label {
    text-align: right;
    display: inline-block;
    width: 120px;
    height: 27px;
    line-height: 27px;
    font-weight: bolder;
}

.medium4Label {
    text-align: right;
    display: inline-block;
    width: 125px;
    height: 27px;
    line-height: 27px;
    font-weight: bolder;
}

.edi-message {
    color: red;
    font-size: 12px;
    font-weight: bold;
}

.edi-td-text {
    text-align:right;
    padding-bottom:10px;
    width: 150px;
    vertical-align:middle;
}

.edi-td-control {
    padding-bottom: 10px;
    width: 260px;
     vertical-align:middle;
}

.edi-td-checkbox {
    width: 164px;
    vertical-align:middle;
}

.edi-text {
    font-size: 12px;
    font-weight: bolder;
}

.edi-required {
    color: red;
    font-size: 13px;
    font-weight: bold;
    margin-left: 5px;
}

.edi-span {
    padding-left: 20px;
    line-height: 40px; 
    font-weight: bolder;
    font-size: 13px;
}

.edi-title {
    font-size: 13px;
    font-weight: bold;
}

.home-admin-report-title {
    font-size: 16px;
    font-weight: bold;
}
.home-admin-report-title-big {
    font-size: 18px;
    font-weight: bold;
}

.home-admin-report-underline {
    text-decoration: underline;
}

.edi-spacer {
    margin-bottom: 34px;
}

.edi-spacer-top-left {
    margin-bottom: 40px;
    margin-left: 50px;
}

.edi-checkbox {
    font-weight:bold;
}

.edi-blue {
    color: blue;
    font-size: 13px;
    font-weight: bold;
}

.edi-green {
    color: green;
    font-size: 13px;
    font-weight: bold;
}

.edi-red {
    color: red;
    font-size: 13px;
    font-weight: bold;
}

.edi-config-bottom-margin{
    margin-bottom: 13px;
}

.message {
    margin-left: 30px;
}

.edi-config-bottom-margin-extra{
    margin-bottom: 15px;
}

.edi-config-top-margin{
    margin-top: 30px;
}

.edi-config-left-bottom-margin{
    margin-bottom: 10px;
    margin-left: 150px;
}

.edi-config-left-padding {
    padding-left: 20px;
}

.leftLabel {
    text-align: left;
    display: inline-block;
    height: 27px;
    line-height: 27px;
    font-weight: bolder;
}

.fakeTxtbox {
    background-color: rgb(244, 241, 241);
    padding: 3.5px;
}

.checkBoxLabel {
    text-align: right;
    display: inline-block;
    width: 50px;
    height: 27px;
    line-height: 27px;
    font-weight: bolder;
}

.normalSubLabel {
    text-align: right;
    display: inline-block;
    width: 50px;
    height: 27px;
    line-height: 27px;
    font-weight: bolder;
}

.normalLabel {
    text-align: right;
    display: inline-block;
    width: 90px;
    height: 27px;
    line-height: 27px;
    font-weight: bolder;
}

.normal2Label {
    text-align: right;
    display: inline-block;
    width: 100px;
    height: 27px;
    line-height: 27px;
    font-weight: bolder;
}

.normal3Label {
    text-align: right;
    display: inline-block;
    width: 110px;
    height: 27px;
    line-height: 27px;
    font-weight: bolder;
}

.bigLabel {
    text-align: right;
    display: inline-block;
    width: 120px;
    height: 27px;
    line-height: 27px;
    font-weight: bolder;
}

.largeLabel {
    text-align: right;
    display: inline-block;
    width: 140px;
    height: 27px;
    line-height: 27px;
    font-weight: bolder;
}

.slightlyLargerLabel {
    text-align: right;
    display: inline-block;
    width: 158px;
    height: 27px;
    line-height: 27px;
    font-weight: bolder;
}

.large2Label {
    text-align: right;
    display: inline-block;
    width: 175px;
    height: 27px;
    line-height: 27px;
    font-weight: bolder;
}

.extralargeLabel {
    text-align: right;
    display: inline-block;
    width: 190px;
    height: 27px;
    line-height: 27px;
    font-weight: bolder;
}

.defaultLabel {
    width: 190px;
    display: inline-block;
    padding: 5px;    
}

.normalLabelNoHeight {
    min-width: 135px;
    min-height: 10px;
    display: inline-block;
    padding: 5px;
}

.bigLabelNoHeight {
    min-width: 250px;
    min-height: 10px;
    display: inline-block;
    padding: 5px;
}

.phoneLabel {
    min-width: 75px;
    min-height: 10px;
    display: inline-block;
    padding: 5px;
}

/***************************** Boxes ******************************/

/******************************************************************/

.smallBox { width: 50px; }

.smallBox2 {
    width: 47px;
    width: 45px\9;
}

.smallBox3fix {
    width: 54px;
    width: 52px\9;
}

.smallBox2fix { width: 57px; }

.litBox { width: 30px; }

.mediumBox { width: 70px; }

.medium2Box {
    width: 80px;
}
.extentsionBox { width: 50px; }

.medium2fixBox {
    width: 78px;
    width: 77px\9;
}

.medium3Box {
    width: 88px;
    width: 87px\9;
}

.normalBox {
    width: 90px;
}
.TelFaxBox { width: 108px; }

.normalBox2 {
    width: 90px;
    width: 92px\9;	
}

.normal3Box {
    width: 107px;
    width: 104px\9;
}

.normal3fixBox { width: 67px; }

.normal2Box { width: 110px; }

.normal4fixBox { width: 130px; }

.norbalBigBox { width: 140px; }

.normal5Box { width: 160px; }

.normalBig2Box { width: 204px; }

.normalMedBox {
    width: 180px;
}

.fakeTxtbox2 {
    width: 200px;
    height: 13px;
    background-color: rgb(242, 240, 241);
    float: right;
    padding: 5px 5px 5px 0;
}

.fakeTxtbox90 {
    text-align: right;
    display: inline-block;
    width: 90px;
    line-height: 22px;
    padding-right: 5px;
    background-color: rgb(242, 240, 241);
}

.normalBig2DropBox {
    width: 210px;
    width: 212px\9;
}

/* carrier office textbox size */

.officeName { width: 230px; }

.emailBoxSize { width: 170px; }

.textCenter { text-align: center; }

.textRignt { text-align: right; }

.textLeft { text-align: left !important; }


.colorLightGray { background-color: rgb(242, 240, 241); }

.colorGrey { background-color: rgb(193, 190, 190); }

.colorYellow { background-color: rgb(226, 246, 87); }

.colorRed { background-color: rgb(255, 163, 163); }

.colorGreen { background-color: rgb(197, 249, 196); }

.colorTextRed { color: red !important; }

.bigBox { width: 280px; }

.bigBox2 {
    width: 263px;
    width: 270px\9;
}

.largeBox { width: 330px; }

.large2Box { width: 380px; }

.large2Boxfix {
    width: 354px;
    width: 356px\9;
}

.large3Box { width: 400px; }

.extraLargeBox { width: 550px; }

.fullWidthTextBox {
    width: 90%;
    height: 20px;
    vertical-align: top;
    font-size: 10pt;
}

/******************************************************************/

/******************************************************************/

.dxFormSpan
{
    width: 170px;
    height: 17px;
    display: inline-block;
}

.formField {
    min-height: 27px;
    line-height: 27px;
    margin: 2px 0 2px 0;
}

.profitBlockNoMargin {
    text-align: left;
}

.profitBlock {
    margin: 5px;
    text-align: center;
}

.loadLargeBox {
    width: 424px;
    width: 431px\9;
}
.loadMediumBox {
    width: 385px;
    height: 40px;
}
.loadMediumBox3 {
    width: 385px;
}

.smallSize {
    width: 30px;
    text-align: center;
    font-weight: bolder;
}

.smallSize2 {
    width: 45px;
    text-align: center;
    font-weight: bolder;
}

.view {
    width: 650px;
    height: 90px;
    vertical-align: top;
    font-size: 10pt;
}

.view2 {
    width: 650px;
    vertical-align: top;
    font-size: 10pt;
}

.finNotes {
    width: 650px;
    vertical-align: top;
    font-size: 10pt;
    background-color: white;
}

.padding5 { padding: 5px; }

.padding5top { padding-top: 5px; }

.pading { padding: 10px; }

.padding10top { padding-top: 10px; }

.leftPadding5 { padding-left: 5px; }

.leftPadding { padding-left: 10px; }

.leftPaddingBig {
    padding-left: 190px;
    padding-left: 190px;
}

.leftPaddingExtraBig { padding-left: 280px; }

.rightPadding5 { padding-right: 5px; }

.rightPadding10 { padding-right: 10px; }

.margin { margin: 5px; }

.leftmargin5 { margin-left: 5px; }

.leftmargin10 { margin-left: 10px; }

.mediumView {
    width: 550px;
    height: 90px;
    vertical-align: top;
    font-size: 10pt;
}

.smallView {
    width: 330px;
    height: 70px;
    vertical-align: top;
    font-size: 10pt;
}

.smallView2 {
    width: 350px;
    height: 70px;
    vertical-align: top;
    font-size: 10pt;
}

.leadNote {
    width: 600px;
    height: 20px;
    vertical-align: top;
    font-size: 10pt;
}

.drayNote {
    width: 520px;
    height: 60px;
    vertical-align: top;
    font-size: 10pt;
}
.notesBlock { min-height: 150px; }

.statusDrop {
    width: 148px;
    width: 155px\9;
}

.masterCustomer {
    margin-left: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-color: #EEE;
    min-width: 210px;
    width: 100px;
}

.carrier_info2 {
    margin-left: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-color: #EEE;
    min-width: 210px;
    width: 100px;
    line-height: 90%;
}

.billingAddress {
    margin-left: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-color: #EEE;
    width: 250px;
}

.noCarrierField {
    height: 250px;
    text-align: center !important;
    font-size: 20px;
    width: 470px;
    padding: 30px;
}

.carrierInfoBlock {
    height: 350px;
    width: 470px;
}

.carrierInfoBlockEdit {
    min-height: 378px;
    width: 470px;
}

.carrierlink {
    padding: 10px;
    font-size: 16px;
}


.mGrid {
    margin: 5px 0 10px 0;
    border: none;
    border-collapse: collapse;
}

.mGrid td {
    padding: 2px;
    border: none;
}

.mGrid th {
    padding: 2px;
    border: none;
}

.loadInfoBlock { width: 880px; }

.carrierTableBlock { width: 750px; }

.customerInfoBlock { width: 1100px; }

#cargoinfo { width: 780px; }


/*************************** Validation ***************************/

/******************************************************************/

.valsummary ul {
    display: none;
    visibility: hidden;
}

.CustomValidatorCalloutStyle div,
.CustomValidatorCalloutStyle td {
    color: DarkRed;
    border: solid 1px DarkSalmon;
    background-color: Bisque;
}

.highlight {
    color: DarkRed !important;
    border: solid 1px DarkSalmon !important;
    background-color: Bisque !important;
    padding: 2px !important;
}

.validation-message {
    position: absolute;
    left: 5px;
    top: -20px;
    padding: 1px 3px 1px 3px;
    color: DarkRed;
    background-color: Bisque;
	
    border: solid 1px DarkSalmon;
}

.validation-host { position: relative; }

.required-star {
    color: red;
    position: relative;
}

/******************************************************************/

/******************************************************************/

.officeNotesGridBlock {width: 1000px}
/*changed size to accomodate new grid - JO - 04/23/2015 */
.carrierGridBlock { width: 850px; }

.textBolt { font-weight: bold; }

.largeText { font-size: 20px;
		font-family: 'Open Sans', sans-serif;
        color: black;
		display:inline-block; }

.largeTextRed {
		font-size: 20px;
		font-family: 'Open Sans', sans-serif;
		color: red;
		display:inline-block;
}

.mediumText { font-size: 15px;
		font-family: 'Open Sans', sans-serif;
        color: black;
        font-weight: bold;}

.mediumTextWhite { font-size: 14px;
		font-family: 'Open Sans', sans-serif;
        color: white;
}

.mediumTextRed {
		font-size: 15px;
		font-family: 'Open Sans', sans-serif;
		color: red;
        font-weight: bold;}

.disableTextBox {
    font-weight: bold;
    background-color: white;
}

#li-tables table { border: solid #90908b 1px; }

#li-tables tr { border: solid #90908b 1px; }

#li-tables td { border: solid #90908b 1px; }

.liDataBlock { width: 800px; }

.financeNotesBlock { width: 750px; }

.agentNotesBlock {
    width: 90%;
    min-height: 250px;
}

.textItalic { font-style: italic; }

.setLeadBlock { width: 320px; }

.quoteSmallBlock { width: 560px; }

.quoteBigBlock { width: 730px; }

.monospace { font-family: monospace; }

.notVisible { visibility: hidden; }

.visible { visibility: visible; }

.allNotes {
    background-color: white;
    padding: 10px;
}

.allNotes.preLine {
    white-space: pre-line;
}

.divNotes {
    height: 200px; 
    border: 1px solid black;
    background-color: white; 
    overflow-y: scroll;
    white-space: pre-line;
}

    

/*********** Reports *************/
.reportContainer 
{
    width: 1095px;
    margin: 5px;
    padding: 5px;
    background-color: white;
}


