﻿
/*** COLOURS

red highlight:  #ec1c23;
red:            #cc3333;
dark gray:         #333;
medium gray:    #dee1e4;
light gray:     #ededed;

 ***/


/*** GENERAL ***/
@font-face {
    font-family: 'arialmtcondensed';
    src: url('fonts/arialmtcon-webfont.eot');
    src: url('fonts/arialmtcon-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/arialmtcon-webfont.woff') format('woff'), url('fonts/arialmtcon-webfont.ttf') format('truetype'), url('fonts/arialmtcon-webfont.svg#arialmtcondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arialmtcondensedbold';
    src: url('fonts/arialmtconbol-webfont.eot');
    src: url('fonts/arialmtconbol-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/arialmtconbol-webfont.woff') format('woff'), url('fonts/arialmtconbol-webfont.ttf') format('truetype'), url('fonts/arialmtconbol-webfont.svg#arialmtcondensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    background-color: #f3f3f3;
    font-family: Arial, sans-serif;
    height: 100%;
    width: 100%;
}

a {
    text-decoration: none !important;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.ddlInvalid {
    border: 1px solid #cc3333;
}

a:hover {
    color: #cc3333;
}

.fRight {
    float: right;
}

.fLeft {
    float: left;
}

.noMargin {
    margin: 0;
}

.fullWidth {
    width: 100%;
}

.shortWidth {
    width: 150px;
}

.mediumWidth {
    width: 300px;
}

.longWidth {
    width: 600px;
}

.spacerWidth {
    width: 50px;
}

.alignRight {
    text-align: right;
}

.alignLeft {
    text-align: left;
}

.alignCenter {
    text-align: center;
}

.clear {
    clear: both;
}

.bgGrey {
    background-color: #f3f3f3;
}

.bgStripes {
    background: url('images/bgStripes.gif');
}

input, textarea, select {
    height: 21px;
    border: 1px solid #999;
    padding-left: 5px;
    font-weight: normal;
}

.dropdown select {
    background: transparent;
    width: 270px;
    padding: 5px;
    font-size: 14px;
    border: 0;
    height: 34px;
    -webkit-appearance: none;
    color: #cc3333;
}

    .dropdown select option {
        color: #333;
    }

.stddropdown select {
    background: #dee1e4;
    width: auto;
    padding: 5px;
    border: 0;
    height: 34px;
    -webkit-appearance: none;
    color: #000;
}

.numberLeft {
    margin-left: 5px;
}

.dropdown.ddPrimary {
    width: 240px;
    height: 35px;
    overflow: hidden;
    background: url(images/dropdown.png) no-repeat 96% #dee1e4;
    margin-bottom: 15px;
}

.dropdown.ddWarehouse {
    width: 240px;
    height: 25px;
    overflow: hidden;
    background: url(images/dropdown.png) no-repeat 96% #dee1e4;
    margin-bottom: 15px;
}

.dropdown select[disabled] {
    background: transparent;
    width: 270px;
    padding: 5px;
    font-size: 16px;
    border: 0;
    height: 34px;
    -webkit-appearance: none;
    color: #cc3333;
    margin-left: 0px;
    margin-top: -1px;
}

    .dropdown select[disabled]:first-child {
        font-weight: bold;
    }

.dropdown.ddPrimaryStatic {
    width: 240px;
    height: 35px;
    margin-left: 0px;
    overflow: hidden;
    background: url(images/dropdown.png) no-repeat 96% #dee1e4;
}

.dropdown.ddSecondary {
    background: url(images/dropdown_grey.png) no-repeat 96% #dee1e4;
}

div.dropdown.noMargin, div.dropdown.noMargin select {
    margin: 0;
}

input[type="checkbox"] {
    border: 0;
}

.inputAlign input[type="checkbox"] {
    top: 7px;
    position: relative;
}

.inputPadding input[type="checkbox"] {
    margin-left: 10px;
}

input:focus {
    border: 1px solid #333;
}

label, dd, dt {
    font-family: Arial, sans-serif;
    font-size: 13px;
}

label {
    font-weight: bold;
    margin-bottom: 3px;
}

dd input, dt input, dd select, dt select {
    font-weight: normal;
    width: 200px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.borderTop {
    border-top: 1px solid #9f9f9f;
}

.borderLeft {
    border-left: 1px solid #9f9f9f;
}

strong {
    font-weight: bold;
}

i {
    font-style: italic;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.add5MarginTB {
    margin: 5px 0px;
}

table {
    border-collapse: inherit;
    font-size: 12px;
    font-weight: normal;
}

/*** TEXT ***/
h1, .titleLarge {
    font-size: 18px;
    font-weight: bold;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

h4 {
    font-size: 14px;
}

.titleSmall {
    font-size: 10px;
}

.textGrey {
    color: #999;
}

.textRed {
    color: #cc3333;
}

span.textRed {
    font-weight: bold;
}

.headingText {
    font-size: 12px;
    font-weight: bold;
}

.copyBold {
    font-size: 13px;
    font-weight: bold;
}

.copyNormal {
    font-size: 12px;
    font-weight: 100;
}

.divHalveSplit {
    width: 50%;
    display: block;
    float: left;
}

    .divHalveSplit:first-child {
        clear: none;
    }

sup {
    line-height: 0;
}


/*** BUTTONS ***/
.button {
    display: inline-block;
}

.btnFullWidth a {
    width: 100%;
}

.button a, .ui-tabs .ui-tabs-nav li a {
    font-size: 12px;
    font-family: ArialMT, 'arialmtcondensed', Arial, sans-serif;
    margin-right: 1px;
    display: inline-block;
    padding: 10px;
}

.tabsBreadcrumbs li a label {
    font-size: 12px;
    font-family: ArialMT, 'arialmtcondensed', Arial, sans-serif;
    padding-right: 25px;
    cursor: pointer;
}

.button a label, #tabs li a label {
    font-family: ArialMT, 'arialmtcondensed', Arial, sans-serif;
}

.btnRed a {
    background-color: #cc3333;
    color: #fff;
}

.btnGray a {
    background-color: #dee1e4;
    color: #333;
}

.searchBox {
    font-size: 12px;
    font-family: ArialMT, 'arialmtcondensed', Arial, sans-serif;
    text-transform: uppercase;
    text-align: right;
    margin-right: 10px;
    max-width: 1270px;
    display: none;
}

    .searchBox .button {
        background-image: url(images/icon_search.png);
        width: 20px;
        height: 20px;
        margin-left: 8px;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
    }

.clientCatalogueSearch .button {
    background-image: url(images/icon_search.png);
    width: 20px;
    height: 20px;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.searchBox .button:hover {
    background-image: url(images/icon_search_over.png);
}

.clientCatalogueSearch .button:hover {
    background-image: url(images/icon_search_over.png);
}

.searchBox #searchInput {
    margin-left: 5px;
    background: url(images/searchBox.png);
    border: 0;
    height: 20px;
    width: 148px;
    padding-left: 10px;
    text-indent: 0;
}

.clientCatalogueSearch #searchInput {
    margin-left: 5px;
    background: url(images/searchBox.png);
    border: 0;
    height: 20px;
    width: 148px;
    padding-left: 10px;
    text-indent: 0;
}

.btnRed.button:hover a {
    background-color: #333;
    color: #fff;
}

.btnGray.button:hover a {
    background-color: #999;
    color: #FFF;
}


.btnGray.button label {
    padding-left: 0;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}

.submitButton {
    background-image: url('images/btn_bg.png');
    padding: 5px 5px 10px 5px;
    display: inline-block;
    min-width: 80px;
}

    .submitButton.btnGray {
        background-image: url('images/btn_bg_gray.png');
    }

    .submitButton.equalPadding {
        padding: 5px;
    }

    .submitButton a, .submitButton label, .submitButton button, .submitButton input {
        border: 1px solid #cc3333;
        background-color: #fff;
        font-size: 14px;
        font-family: ArialMT, 'arialmtcondensed', Arial, sans-serif;
        display: block;
        text-align: center;
        font-weight: bold;
        color: #990000;
        width: 100%;
        height: 35px;
        cursor: pointer;
    }

    .submitButton.btnGray a, .submitButton.btnGray label, .submitButton.btnGray button, .submitButton.btnGray input {
        border: 1px solid #999;
        color: #666;
    }

        .submitButton.btnGray a:hover, .submitButton.btnGray label:hover, .submitButton.btnGray button:hover {
            color: #333;
        }

    .submitButton a:hover, .submitButton label:hover, .submitButton button:hover, .submitButton input:hover {
        color: #cc3333;
    }

    .submitButton label, .submitButton button, .submitButton input {
        cursor: pointer;
        text-transform: uppercase;
    }

.inputBtnCenter {
    margin-top: 7px;
    margin-right: 10px;
}

.btnShort {
    /* width: 100px; */
    padding-left: 10px;
    padding-right: 10px;
}

.btnLong {
    /*   width: 200px; DO not set buttons to fixed width: Customer decision */
    padding-left: 10px;
    padding-right: 10px;
}

.btnTrack {
    height: 20px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    display: none;
    background-color: yellow;
    -moz-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
}

    .btnTrack:hover {
        background-color: #fff;
    }

        .btnTrack:hover a {
            color: #000;
        }

.checkimage .btnTrack {
    display: block;
}

.btnTrack a {
    margin: 0;
    padding: 2px;
    display: block;
}

.notBtnTrack {
    height: 20px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    display: none;
    background-color: yellow;
    -moz-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
}

.checkimage .notBtnTrack {
    display: block;
}

.notBtnTrack a {
    margin: 0;
    padding: 2px;
    display: block;
    cursor: default;
}

.notBtnTrack:hover a {
    color: #000;
}

.submitButton.btnShort a, .submitButton.btnShort label, .submitButton.btnShort button .submitButton.btnLong a, .submitButton.btnLong label, .submitButton.btnLong button {
    height: auto;
    min-height: 35px;
}

.submitFullWidth {
    width: 100%;
}

    .submitFullWidth button, .submitFullWidth input, .submitFullWidth a {
        width: auto;
        float: right;
    }

.btnsRightBottom {
    /*position: fixed;
	bottom: 1.5%;*/
    width: 100%;
    max-width: 1306px;
    clear: both;
}

    .btnsRightBottom > div {
        margin-left: 30px;
    }

        .btnsRightBottom > div:first-child {
            margin: 0;
        }

        .btnsRightBottom > div.submitButton {
            margin: 10px 25px 10px 0px;
            float: right;
        }

/*View Attachments*/
.documents tr td {
    padding: 5px;
}

/* JQUERY SUBMIT BUTTONS */

.ui-dialog-buttonset button.ui-button {
    padding: 0;
    margin-right: 0;
    display: inline-block;
    border: 0;
}

    .ui-dialog-buttonset button.ui-button:first-child {
        margin: 0 10px 0 0;
    }

    .ui-dialog-buttonset button.ui-button span {
        background-color: #dee2e5;
        font-size: 12px;
        font-family: ArialMT, 'arialmtcondensed', Arial, sans-serif;
        display: block;
        text-align: center;
        font-weight: normal;
        color: #323230;
        width: auto;
        height: 30px;
        cursor: pointer;
        padding: 5px 15px 5px 15px;
        line-height: 30px;
        text-transform: uppercase;
    }

    .ui-dialog-buttonset button.ui-button:first-child span {
        color: #990000;
        background-color: #fff;
        font-weight: 600;
    }

.ui-dialog .ui-dialog-buttonpane {
    padding: 20px;
    margin: 0;
    margin-top: 10px;    
    background: url(images/bgStripes_modal.gif);
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable {
    padding: 0;
    min-width: 300px;
}

/*** LISTS ***/

dd {
    margin-bottom: 6px;
}

.dl40 {
    width: 40%;
    float: left;
}

dl.DlWidthFull dt {
    margin-top: 10px;
}

dl.DlWidthFull dd input, dl.DlWidthFull dd select {
    width: 99%;
    margin-top: 3px;
}

    dl.DlWidthFull dd input[type="radio"] {
        width: 30px;
        position: relative;
        top: 5px;
    }

.dlBlanktitle {
    height: 13px;
}

.dlBlankInput {
    height: 27px;
}

dl.dlWidthShort dd {
    margin-bottom: 15px;
}

    dl.dlWidthShort dt input, dl.dlWidthShort dd input, dl.dlWidthShort dd select {
        width: 20%;
        margin-top: 8px;
    }

    .dlTwoColumn dt {
        float: left;
        clear: left;
        margin-right: 25px;
        margin-bottom: 15px;
    }

    .dlTwoColumn dd {
        float: left;
    }

dl.dlTwoColumn label {
    float: left;
    margin-bottom: 7px;
}

dl.dlTwoColumn input {
    float: left;
    clear: left;
}

dl.dlTwoColumn select {
    float: left;
    clear: left;
}
    .dlThreeColumn dt {
        float: left;
        width: 13.333%;
        margin-bottom: 30px;
    }

    .dlThreeColumn dd {
        width: 20%;
        float: left;
    }

dt.dtTitle {
    margin-bottom: 15px;
    width: auto;
}

.dtNarrowPadding > dt.dtTitle {
    margin-bottom: 10px;
    width: auto;
    margin-top: 10px;
}

.dtFixed120 dt {
    width: 120px;
}

.dtFixed230 dt {
    width: 230px;
}

.dtNarrowPadding dt {
    margin-bottom: 20px;
}

.calendarImg {
    position: relative;
    top: 21px;
    left: 6px;
}

.trashIcon {
    background: url(images/trashIcon.png) no-repeat;
    width: 16px;
    height: 20px;
    display: block;
}

    dl.dlOneLine dd {
        float: left;
        margin-right: 20px;
    }

        dl.dlOneLine dd input {
            width: 50px;
        }

dl.dlFullandHalves {
    max-width: 400px;
}

    dl.dlFullandHalves dt, dl.dlFullandHalves dd {
        margin-bottom: 20px;
    }

        dl.dlFullandHalves dt input, dl.dlFullandHalves dt select, dl.dlFullandHalves dd input, dl.dlFullandHalves dd select {
            width: 100%;
        }

    dl.dlFullandHalves dd {
        width: 48%;
        float: left;
        margin-right: 2%;
    }

        dl.dlFullandHalves dd.ddFHTwo {
            width: 50%;
            float: left;
            margin-right: 0%;
        }

    dl.singleLine dt {
        float: left;
        clear: left;
        margin-right: 25px;
        margin-bottom: 30px;
    }

    dl.singleLine dd {
        float: left;
    }
/*** HEADER ***/

.headerSection {
    height: 60px;
    background-color: #fff;
    position: fixed;
    z-index: 100;
    -moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.5);
    width: 100%;
}

.logo {
    height: 60px;
    width: 270px;
    background: url('images/logo_TR.png') no-repeat;
    cursor: pointer;
    margin-left: 3px;
    float: left;
}

.logIn {
    line-height: 60px;
    text-align: right;
    max-width: 1360px;
    min-width: 400px;
    margin-right: 10px;
    /*float:left;*/
}

.systemMessageHeader {
    text-align: center;
    width: 660px;
    min-width: 400px;
    margin-right: 10px;
    float: left;
    padding: 20px;
    color: red;
}

/*** MENU ***/

.menu {
    position: fixed;
    top: 60px;
    bottom: 0px;
    z-index: 100;
}

.menuCollapseBar {
    width: 60px;
    float: left;
    height: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 100;
    -moz-box-shadow: 7px 0px 5px -3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 7px 0px 5px -3px rgba(0,0,0,0.5);
    box-shadow: 7px 0px 5px -3px rgba(0,0,0,0.5);
}

.menuBtn a {
    display: block;
    height: 55px;
    /*width:60px;*/
    font-size: 12px;
    font-family: ArialMT, 'arialmtcondensed', Arial, sans-serif;
    text-align: center;
    padding-top: 5px;
    color: #fff;
    -webkit-transition: 0;
    -moz-transition: 0;
    -ms-transition: 0;
    -o-transition: 0;
    transition: 0;
}

.mCollapsed a {
    background: url('images/menu_arrowCollapsed.png') #ec1c23 no-repeat 24px 25px;
}

.mExpanded a {
    background: url('images/menu_arrowExpanded.png') #ec1c23 no-repeat 24px 25px;
}

.mCollapsed a:active {
    color: #ec1c23;
    background: url('images/menu_arrowCollapsed_down.png') #fff no-repeat 24px 25px;
}

.mExpanded a:active {
    color: #ec1c23;
    background: url('images/menu_arrowExpanded_down.png') #fff no-repeat 24px 25px;
}

.menuMain, .menuSecondary, .menuTertiary {
    min-width: 160px;
    height: 100%;
    background-color: #dee1e4;
    float: left;
    left: 60px;
    position: relative;
    z-index: 98;
    -moz-box-shadow: 10px 0px 6px -5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 10px 0px 6px -5px rgba(0,0,0,0.5);
    box-shadow: 10px 0px 6px -5px rgba(0,0,0,0.5);
}

.menuSecondary {
    z-index: 97;
}

.menuTertiary {
    z-index: 96;
    overflow-y: auto;
    min-width: 180px;
}

.menuListPrim a {
    height: 30px;
    background-color: #ededed;
    display: block;
    line-height: 30px;
    font-weight: bold;
    font-size: 12px;
    padding-left: 23px;
    padding-right: 15px;
    border-top: 1px solid #fff;
}

/* For menu group titles (see Warehouse menu) */
#formWarehouseCreate .btnsRightBottom {
    top: -100px !important;
}

.menuListPrim div {
    height: 30px;
    background-color: #ededed;
    display: block;
    line-height: 30px;
    font-weight: bold;
    font-size: 12px;
    padding-left: 23px;
    padding-right: 15px;
    border-top: 1px solid #fff;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.menuListPrim:first-child div {
    border-top: 0;
}
/* END */

.menuListPrim:first-child a {
    border-top: 0;
}

.menuListPrim a:hover {
    background-color: #ffffff;
    color: #cc3333;
}

.menuListPrim.active a {
    background-color: #ffffff;
    color: #cc3333;
}

.menuListSec a {
    height: 30px;
    background-color: #cc3333;
    display: block;
    line-height: 30px;
    font-weight: bold;
    font-size: 12px;
    padding-left: 23px;
    padding-right: 15px;
    border-top: 1px solid #fff;
    color: #fff;
}

.menuListSec:first-child a {
    border-top: 0;
}

.menuListSec a:hover {
    background-color: #ec1c23;
}

.menuListSec.active a {
    background-color: #ec1c23;
}


/*** CONENT ***/
.contentContainer {
    /*position: absolute;
	height: 590px;*/
    width: 100%;
    /*background-color: #f3f3f3;*/
    overflow: auto;
}

.containerMargin {
    margin-left: 60px;
    margin-top: 60px;
}

.titlePane {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ccc;
    padding-left: 22px;
}

    .titlePane h1, .titlePane h3 {
        float: left;
    }

.primaryList {
    background-color: #dee1e4;
}

.secondaryList {
    background-color: #FFF;
    /*height: 37px;*/
}

.secondaryListGrey {
    /*height: 37px;*/
}

.secondaryListDisplay {
    max-width: 1306px;
    height: 37px;
    background-color: rgb(222, 225, 228);
}

    .secondaryListDisplay div {
        font-size: 16px;
        margin-top: 10px;
        margin-left: 15px;
        color: #cc3333;
    }

.secondaryList.fullWidthBtnBar, .secondaryListGrey.fullWidthBtnBar {
    max-width: 1306px;
    width: 100%;
    min-width: 730px;
}

.secondaryList > * > select {
    margin: 7px 0 0 10px;
}

.secondaryList > div {
    margin-left: 10px;
}

#tabs.secondaryList > div {
    margin-left: 0;
}

.tabsList, .tabsList ul {
    background-color: transparent;
    border: 0;
}

    .tabsList li.ui-state-active a {
        background-color: #333;
        color: #fff;
    }

    .tabsList a {
        background-color: #DEE1E4;
    }

.primaryList a {
    background-color: #cc3333;
    color: #fff;
}

.secondaryList a, .secondaryListGrey a {
    background-color: #dee1e4;
    color: #333;
}

.breadcrumbs * {
    -webkit-transition: 0;
    -moz-transition: 0;
    -ms-transition: 0;
    -o-transition: 0;
    transition: 0;
}

div.secondaryList.breadcrumbs, .tabsBreadcrumbs {
    background-color: #fff;
}

    div.secondaryList.breadcrumbs li.button a, .tabsBreadcrumbs li.button a, .tabsBreadcrumbs li a {
        padding-right: 25px;
        background: url('images/nav_breadcrumb_tip.png') #dee1e4 no-repeat right;
        cursor: pointer;
    }

        div.secondaryList.breadcrumbs li.button:hover a, div.secondaryList.breadcrumbs li.button.active a,
        .tabsBreadcrumbs li.button.ui-tabs-active a, .tabsBreadcrumbs li.button a:hover, .tabsBreadcrumbs li.ui-tabs-active a, .tabsBreadcrumbs li.active a, .tabsBreadcrumbs li:hover a {
            background: url('images/nav_breadcrumb_tip_hover.png') #333 no-repeat right;
        }

.primaryList a:hover, .primaryList li.active a {
    background-color: #333;
    color: #fff;
}

.secondaryList a:hover, .secondaryList li.active a, .tabsBreadcrumbs .ui-state-active a, .secondaryList .ui-tabs-active a .secondaryListGrey a:hover, .secondaryListGrey li.active a, .secondaryListGrey .ui-state-active a, .secondaryListGrey .ui-tabs-active a, .secondaryListGrey .ui-tabs-anchor:hover {
    background-color: #333;
    color: #FFF;
}

.primaryList li.active a {
    pointer-events: none;
    cursor: default;
}

.fullWidthBtnBar {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

    .fullWidthBtnBar ul li {
        float: left;
    }

.projectTitle {
    float: left;
    height: 26px;
    line-height: 26px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

    .projectTitle span {
        margin-left: 15px;
    }

.validation-summary-errors {
    position: absolute;
    left: 27%;
    background-color: #fff;
    padding: 10px 0 0;
    background-image: url('images/btn_bg.png');
    color: #FF0000;
    font-weight: bold;
    font-size: 1.1em;
}

    .validation-summary-errors ul {
        background-color: #fff;
        padding: 20px;
        border: 1px solid #ccc;
        border-top: 0;
        color: #990000;
        font-size: 12px;
        font-weight: bold;
    }

        .validation-summary-errors ul li {
            margin-bottom: 25px;
        }

            .validation-summary-errors ul li:last-child {
                margin-bottom: 0px;
            }

.gridMessage {
    color: #c33;
    margin-top: 10px;
    font-size: 13px;
}

/* Toggle switch CSS */
input[type="checkbox"].switch {
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
    border: 0;
    display: none;
}

.switch {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 69px;
    height: 23px;
    vertical-align: middle;
    border: 1px solid #999;
}
    /* Background image */
    .switch .background {
        background: url('images/switch-background.png');
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 229px;
        height: 30px;
    }

    /* Background image for custom widget*/
    .switch .backgroundWidget {
        background: url('images/switch-background-widget.png');
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 229px;
        height: 30px;
    }

    /* Mask */
    .switch .mask {
        background: url('images/switch-mask.png');
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 105px;
        height: 30px;
    }

    .switch .toggleSwitchChecked {
        margin-top: 5px;
        position: absolute;
        left: 10px;
    }

    .switch .toggleSwitchunChecked {
        margin-top: 5px;
        position: absolute;
        left: 80px;
    }

    .switch .toggleSwitchDisabled {
        margin-top: 5px;
        position: absolute;
        left: -115px;
    }

    .switch .toggleSwitchDisabledLabel {
        margin-top: 5px;
        position: absolute;
        right: 50px;
    }

        .switch .toggleSwitchDisabledLabel label {
            z-index: 11;
        }

    .switch .toggleSwitchSeparator {
        position: absolute;
        z-index: 10;
        right: 5px;
        width: 20px;
        height: 30px;
        background: url('images/switch-background-separator.png') no-repeat;
    }

/*Autocomplete*/
.custom-combobox {
    background: #fff;
    border: 1px solid #999;
    padding: 3px;
    position: relative;
}

    .custom-combobox .error {
        border: 1px solid red;
    }

.custom-combobox-input:focus {
    border: none;
}


ul.ui-autocomplete {
    font-family: Arial, sans-serif;
    font-size: 13px;
    background-color: #fff;
    max-height: 110px;
    width: auto;
    overflow: auto;
    border: 1px solid #000;
}

.custom-combobox-toggle {
    width: 7px;
    padding-right: 2px;
}

.ui-autocomplete .ui-menu-item > a {
    padding: 3px;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.ui-autocomplete .ui-menu-item a.ui-state-focus {
    border: 0;
    color: #990000;
}

.ui-autocomplete .ui-menu-item {
    cursor: pointer;
}

    .ui-autocomplete .ui-menu-item:hover {
        border: 0;
        color: #990000;
        background: #eee;
    }

ul.ui-autocomplete li {
    padding-top: 3px;
    padding-bottom: 3px;
}

.custom-combobox-addbutton {
    bottom: 0;
    background-color: #ec1c23;
    margin: 0;
    width: 100%;
}

ul.ui-autocomplete .ui-icon {
    float: right;
    display: inline-table;
}

.custom-combobox-addbutton a:first-child {
    padding: 0;
}

.custom-combobox-addbutton a:last-child {
    display: block;
    color: #fff;
    font-family: ArialMT, 'arialmtcondensed', Arial, sans-serif;
    text-transform: uppercase;
    padding: 10px;
}

/*.ui-autocomplete-loading {
    background: white url('images/waiting16x16.gif') right center no-repeat;
}



*/

ol.list {
    display: block;
    background: #fff;
}

    ol.list li {
        list-style: decimal;
        list-style-position: inside;
        margin-left: 0px;
    }

/*.autoCompleteButton {
    border: 1px solid #ec1c23;
    background-color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: 35px;
    cursor: pointer;
    padding: 10px;
}*/

/* LAYOUT COLUMNS */

/* 100 */
.widthFull {
    width: 97%;
    min-width: 200px;
    max-width: 1287px;
    margin: 15px 0 0 15px;
    float: left;
}
/* 33% - 66% */
.widthOneThird {
    width: 31.833%;
    min-width: 200px;
    margin: 1% 0 0 1.5%;
    float: left;
    max-width: 405px;
}

    .widthOneThird input, .widthOneThird select {
        min-width: 155px;
    }

.widthTwoThirds {
    width: 63.666%;
    max-width: 850px;
    margin: 1% 0 0 1.5%;
    float: left;
}
/* 25% - 75% */
.widthOneQuarter {
    width: 23.5%;
    min-width: 200px;
    max-width: 300px;
    margin: 1% 0 0 1.5%;
    float: left;
}

.widthThreeQuarters {
    width: 72%;
    max-width: 950px;
    margin: 1% 0 0 1.5%;
    float: left;
}

/*50% - 50%*/
.widthHalf {
    width: 47%;
    min-width: 200px;
    max-width: 605px;
    margin: 1% 1.5% 0 1.5%;
    float: left;
}
/* 20% - 80% */
.widthOneFifth {
    width: 18.5%;
    min-width: 200px;
    margin: 1% 0 0 1.5%;
    float: left;
}

.widthFourFifths {
    width: 77%;
    margin: 1% 1.5% 0 1.5%;
    float: left;
}

/* TABLES */
th {
    /*padding: 10px; TEMP REMOVE */
    font-weight: bold;
    min-height: 26px;
    padding: 2px;
}

#productDimensionGrid {
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

    #productDimensionGrid th {
        width: 50px;
        padding: 5px;
        font-weight: bold;
        vertical-align: top;
    }

    #productDimensionGrid tr, tr {
        border-bottom: 1px solid #ccc;
    }

    #productDimensionGrid th:last-child {
        background-color: transparent;
    }

td {
    /*text-indent: 10px; TEMP REMOVE */
    height: 30px;
    padding: 2px 0px;
}

#productDimensionGrid td {
    width: 50px;
    text-indent: 10px;
    height: 30px;
    font-weight: normal;
    padding: 2px 0px;
}

    #productDimensionGrid td label {
        font-weight: normal;
    }

    #productDimensionGrid td > div.button, td > div.button {
        text-indent: 0px;
    }

    #productDimensionGrid td.tableButtons, td.tableButtons {
        width: 128px;
    }


#pager {
    float: left;
}

.ui-pager-control tr {
    border: 0;
}

#listUsersTab .ui-jqgrid-bdiv, #gview_RolesGrid .ui-jqgrid-bdiv {
    min-height: 300px;
}

#listUsersTab .ui-jqgrid tr.jqgfirstrow td {
    border-right-width: 0px !important;
}

/*
#UserGrid {
	min-height: 300px;
}

#ClientGrid {
	min-height: 300px;
}
*/

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #ccc;
    /* Remove hover effect for grid*/
    background: transparent;
}

.ui-widget-header {
    border: 0;
}

.ui-datepicker table {
    font-size: 13px;
}

.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
    background: none;
    border: 0;
}

table.ui-datepicker-calendar td a.ui-state-default {
    border: 1px solid #fff;
}

    table.ui-datepicker-calendar td a.ui-state-default:hover {
        border: 1px solid #cc3333;
    }

.ui-tabs {
    background: transparent;
    padding: 0;
    border: 0;
    position: static;
}

.ui-tabs-nav {
    border-bottom: 1px solid #ccc;
    background: none;
    background-color: #fff;
}

.secondaryListGrey .ui-tabs-nav {
    border-bottom: 1px solid #ccc;
    background: none;
    background-color: #f3f3f3;
}

.tabsList.ui-tabs-nav {
    background: transparent;
    border: 0;
}
/*.ui-tabs-nav li.btnGray.button {
	background: none;
}
.ui-tabs-nav li.btnGray.button a {
	padding:10px;
}*/


/*.ui-tabs-nav li.btnGray.button.ui-tabs-active a {
	background-color: #f3f3f3;
	position: relative;
	top: 1px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.ui-tabs-nav li.btnGray.button.ui-tabs-active a:hover {
	color:#212121;
}*/

/*.ui-tabs .ui-tabs-nav {
	padding: 0;
}



.ui-tabs-active {
}*/

.ui-tabs .ui-tabs-panel {
    padding: 0;
}

.ui-tabs .ui-tabs-nav li {
    margin: 0;
}

    .ui-tabs .ui-tabs-nav li.ui-tabs-active {
        margin: 0;
        padding: 0;
    }

#tabs > ul {
    margin: 0;
    padding: 0;
    max-width: 1306px;
}

#tabs1 > ul {
    position: relative;
    top: -51px;
    background: transparent;
    border: 0;
    padding: 0;
}

    #tabs1 > ul > li {
        float: none;
    }

        #tabs1 > ul > li > a {
            height: 35px;
            line-height: 35px;
            padding: 0 10px 0 10px;
            margin: 0;
        }

table.location {
    border-collapse: separate;
    border-spacing: 8px;
}

.divHalveSplit > div, .divPadding {
    padding: 5px;
}

td.locationCell {
    width: 110px;
    min-width: 110px;
    vertical-align: top;
    position: relative;
    border: 1px solid #c0c0c0;
    background: url('images/bgStripes_dark.gif');
}

.locationHeading {
    padding: 5px 5px 40px 5px;
    min-height: 50px;
}

td.locationCell.checkimage {
    background: url(images/bgStripesGreen.png);
    background-color: #fff;
    border: 1px solid #9f9f9f;
    padding: 0;
}

.leftHeading {
    text-align: center;
}

    .leftHeading input {
        text-align: center;
    }

.spaced {
    margin: 0;
    padding: 0;
}

    .spaced table tr {
        border: 0;
    }

td.spaced {
    vertical-align: top;
}

.spaced, .leftHeading {
    width: 250px;
    min-width: 250px;
    text-indent: 0;
}

    .spaced, .leftHeading ~ td {
        background-color: #fff;
        border: 1px solid #9f9f9f;
        background-image: none;
    }

.checkimage .tickLarge {
    background-color: #349800;
    margin: 0;
}

.tickLarge {
    background: none;
    height: 100%;
    min-height: 100px;
    margin: 0;
    display: block;
}

.hoursBar {
    background-color: #666;
    color: #fff;
    text-align: center;
    line-height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-indent: 0;
}

.checkimage {
    background-image: url('images/checkmark.png');
    background-repeat: no-repeat;
    background-position: center;
}

.mapCostingMark {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -1px;
    right: -1px;
    display: none;
    background-image: url(images/locations_corner.png);
    background-position: left bottom;
    -moz-transition: background-position 0.2s ease-out;
    -o-transition: background-position 0.2s ease-out;
    -webkit-transition: background-position 0.2s ease-out;
    transition: background-position 0.2s ease-out;
}

    .mapCostingMark.mapCostingChecked {
        background-position: top right;
    }

    .mapCostingMark:active {
        background-image: url(images/locations_corner_down.png);
    }

.checkimage .mapCostingMark {
    display: block;
}

.mapCostingDollar {
    background: url(images/locations_dollar_dark.png) no-repeat right top;
    width: 30px;
    height: 30px;
    float: right;
    cursor: pointer;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.mapCostingMark:hover .mapCostingDollar, .mapCostingMark.mapCostingChecked .mapCostingDollar {
    background: url(images/locations_dollar_light.png) no-repeat right top;
}

.smallColumn {
    width: 60px;
}

.mediumColumn, #productDimensionGrid td.mediumColumn {
    width: 160px;
}

.largeColumn, #productDimensionGrid td.mediumColumn {
    width: 200px;
}

.largeColumn {
    width: 200px;
}
/*** JQUERY OVERRIDING ***/

.hint {
    color: #ccc;
    font-style: italic;
}

.placeholder {
    color: #ccc !important;
    font-style: italic;
    padding-left: 3px;
}

    .placeholder:focus {
        color: #000;
        font-style: normal;
    }

.ui-menu-item a {
    text-transform: capitalize;
}

    .ui-menu-item a:hover {
        background: none;
    }

.ui-jqgrid .loading {
    background: #000;
}

.ui-jqgrid .ui-jqgrid-titlebar {
    display: none;
}

.ui-jqgrid tr.jqgrow td {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none;
}

.ui-widget-content {
    background: none;
    border: 0;
}

div.ui-datepicker {
    background-color: #fff;
    font-family: ArialMT, 'arialmtcondensed', Arial, sans-serif;
}

.ui-datepicker-header {
    background: none;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-radius: 0px;
}

.jqgridCustomLoader .ui-jqgrid-btable {
    background: #f3f3f3;
    border: 1px solid #000;
    opacity: 0.8;
    height: 16px;
    padding: 5px;
}

.jqgridCustomLoader img {
    padding-right: 15px;
}

.ui-jqgrid, .ui-jqgrid-sortable {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-indent: 5px;
}

.ui-jqgrid-view table#RoleGrid tr, .ui-jqgrid-view table#RoleGrid tr td {
    background: none;
    outline: none;
    border: 0;
}

    .ui-jqgrid-view table#RoleGrid tr.ui-state-highlight {
        background-color: #f3f3f3;
    }

/* Modal pop-up styling*/
.ui-dialog {
    background-color: #cd3333;
    border: 2px solid;
}

.ui-dialog-title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

/* Chat-widget start*/
.ui-dialog-chat-widget {
    background-color: #FFF !important;
    border: 2px solid;
}
/* Chat-widget end*/

.ui-dialog .ui-dialog-titlebar {
    padding: 10px 10px 0px 10px;
    padding-bottom: 0px;
}

.ui-dialog-titlebar {
    background: none;
}

.ui-dialog-content {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}

.ui-dialog .ui-dialog-titlebar .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png);
}

.ui-jqgrid .ui-jqgrid-title {
    text-indent: 0px;
}

.ui-jqgrid-htable {
    border-top: 1px solid #ccc;
    border: 0; /* TABLE BORDER */
}

.ui-jqgrid .ui-jqgrid-htable th div {
    height: 28px;
    line-height: 28px;
}

.s-ico {
    position: relative;
    top: 4px;
    left: 10px;
}

.ui-dialog-titlebar, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-dialog-buttonpane {
    border: 0;
}

.ui-draggable {
    border: 1px #ccc solid;
}

.ui-widget {
    font-family: Arial, sans-serif;
}

.ui-widget-overlay {
    opacity: .6;
}

table.ui-pg-table td.ui-pg-button {
    border: 0;
}

.ui-jqgrid tr.ui-row-ltr td {
    border: 0px solid #333;
    border-bottom: 1px solid rgb(204, 204, 204);
    border-left: none;
    height: 40px;
}

.ui-jqgrid tr.ui-row-ltr:hover {
    background-color: #fff;
    border: 0;
}


tr.ui-widget-content.jqgrow.ui-row-ltr.ui-state-highlight td {
    background-color: #f3f3f3;
}

.ui-slider-handle {
    background: #000 !important;
    margin-left: -0.1em;
}


/* MODAL ROLES POP UP*/
#rolePopup {
    width: 200px;
    background-color: #f3f3f3;
}

#RoleListGrid tr {
    cursor: pointer;
}

/*.userAdminList was removed*/
.ui-jqgrid-labels {
    border: 0;
}

/* CONTENT SNIPPETS */

/*Sales Campaing create */
#campaignForm {
    width: 100%;
}

.visibleForm {
    float: left;
    width: 100%;
}

.jqte {
    margin: 2px 0 20px;
    min-width: 400px;
}

    .jqte ol {
        margin-left: 10px;
    }

        .jqte ol li {
            list-style: decimal;
            list-style-position: outside;
            margin-left: 10px;
        }

    .jqte ul {
        margin-left: 10px;
    }

        .jqte ul li {
            list-style: disc;
            list-style-position: outside;
            margin-left: 10px;
        }

.campaignNrPane {
    line-height: 30px;
    border-bottom: 1px solid #999;
    clear: left;
    padding: 0 0 0 35px;
    background: url('images/profileIcon.png') no-repeat 10px center;
}

    .campaignNrPane.bgGrey {
        background: url('images/profileIcon.png') #f3f3f3 no-repeat 10px center;
    }

    .campaignNrPane span {
        margin-right: 40px;
    }

.login-form {
    width: 310px;
}

    .login-form input[type=text], .login-form input[type=password] {
        width: 100%;
        height: 40px;
    }

    .login-form input[type=checkbox] {
        position: relative;
        top: 6px;
    }

    .login-form ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .login-form .float-right {
        margin-top: 10px;
        margin-right: 48px;
    }

.loginForgot {
    margin-top: 8px;
    border-bottom: 1px dotted #000;
    cursor: pointer;
}

    .loginForgot label {
        display: block;
        cursor: pointer;
    }

#dimensionPopup dl {
    margin-left: 5px;
}



.mapCostingsTemp {
    position: absolute;
    right: 0;
    bottom: 0;
}

.CostingsMenuItems {
    border-bottom: 1px solid #cfcacc;
    border-top: 1px solid #cfcacc;
    margin-left: 0px !important;
    margin-top: 0px !important;
}

.break {
    padding-bottom: 10px;
}

.CostingMenu {
    float: left;
    width: 200px;
}

.DisbursementMenuItem ul {
    margin: 0px;
    padding: 0px;
}

    .DisbursementMenuItem ul li {
        display: inline;
    }

.DisbursementMenuItem {
    float: right;
    width: 125px;
}

.FreightDisbursementMenuItem ul {
    margin: 0px;
    padding: 0px;
}

    .FreightDisbursementMenuItem ul li {
        display: inline;
    }

.FreightDisbursementMenuItem {
    float: right;
    width: 320px;
}

.CostingSubMenu {
    display: inline-block;
    background-color: #dee1e4;
    color: #333;
    font-size: 12px;
    font-family: ArialMT, 'arialmtcondensed', Arial, sans-serif;
    margin-right: -2px;
    padding: 10px;
}

    .CostingSubMenu:hover {
        display: inline-block;
        background-color: #999;
        color: white;
        font-size: 12px;
        font-family: ArialMT, 'arialmtcondensed', Arial, sans-serif;
        margin-right: -2px;
        padding: 10px;
    }

    .CostingSubMenu a:hover {
        color: white;
    }

.CostingSubMenuActive {
    display: inline-block;
    background-color: #999;
    color: white;
    font-size: 12px;
    font-family: ArialMT, 'arialmtcondensed', Arial, sans-serif;
    margin-right: -2px;
    padding: 10px;
}

    .CostingSubMenuActive a {
        color: white;
    }

        .CostingSubMenuActive a:hover {
            color: white;
        }

    .CostingSubMenuActive:hover {
        display: inline-block;
        background-color: #999;
        color: white;
        font-size: 12px;
        font-family: ArialMT, 'arialmtcondensed', Arial, sans-serif;
        margin-right: -2px;
        padding: 10px;
    }

/*Costing Grid */
.CostingGridContainer {
    border: 1px solid #cfcacc;
    height: 420px;
    width: 700px;
    float: left;
    vertical-align: top;
    position: relative;
    background-color: transparent;
    z-index: 0;
}

    .CostingGridContainer .GreyBackground {
        position: absolute;
        width: 200px;
        height: 354px;
        background-color: #DBD9DA;
        float: right;
        z-index: -1;
        left: 500px;
    }

    .CostingGridContainer .CostingGridHeaders {
        border-bottom: 1px solid #cfcacc;
        height: 30px;
    }

        .CostingGridContainer .CostingGridHeaders .CostEstimateHeader {
            font-weight: bold;
            font-size: 20px;
            width: 500px;
            float: left;
            height: inherit;
            position: relative;
            top: 5px;
        }

            .CostingGridContainer .CostingGridHeaders .CostEstimateHeader h2 {
                margin-left: 250px;
            }

        .CostingGridContainer .CostingGridHeaders .GPHeaders {
            width: 185px;
            float: right;
            height: inherit;
            position: relative;
            top: 5px;
        }

            .CostingGridContainer .CostingGridHeaders .GPHeaders ul {
                padding: 0;
                margin: 0;
                list-style-type: none;
                float: left;
                padding-top: 5px;
            }

                .CostingGridContainer .CostingGridHeaders .GPHeaders ul li {
                    padding-left: 5px;
                    padding-right: 15px;
                    display: inline;
                    font-weight: bold;
                    font-size: 12px;
                }

    .CostingGridContainer .CostingGridBody {
        border-bottom: 1px solid #cfcacc;
        height: 280px;
    }

        .CostingGridContainer .CostingGridBody .InfoColumn {
            width: 120px;
        }

            .CostingGridContainer .CostingGridBody .InfoColumn .InfoBlocks {
                border-right: 1px solid #cfcacc;
                border-bottom: 1px solid #cfcacc;
                float: left;
                width: 120px;
                height: 92px;
            }

                .CostingGridContainer .CostingGridBody .InfoColumn .InfoBlocks .Header {
                    text-align: center;
                    padding-top: 20px;
                }

                .CostingGridContainer .CostingGridBody .InfoColumn .InfoBlocks .Content {
                    text-align: center;
                    font-size: 22px;
                }

            .CostingGridContainer .CostingGridBody .InfoColumn .InfoBlockNoBottomBorder {
                border-right: 1px solid #cfcacc;
                float: left;
                width: 120px;
                height: 93px;
            }

                .CostingGridContainer .CostingGridBody .InfoColumn .InfoBlockNoBottomBorder .Header {
                    text-align: center;
                    padding-top: 20px;
                }

                .CostingGridContainer .CostingGridBody .InfoColumn .InfoBlockNoBottomBorder .Content {
                    text-align: center;
                    font-size: 20px;
                }

        .CostingGridContainer .CostingGridBody .CostContent {
            width: 570px;
            float: right;
            height: 274px;
            vertical-align: top;
            overflow-y: auto;
        }

            .CostingGridContainer .CostingGridBody .CostContent table {
                vertical-align: top;
            }

                .CostingGridContainer .CostingGridBody .CostContent table td {
                    font-size: 14px;
                }

            .CostingGridContainer .CostingGridBody .CostContent .CostItem {
                text-align: right;
                width: 240px;
            }

            .CostingGridContainer .CostingGridBody .CostContent .CostItemDisbusement {
                text-align: right;
                width: 240px;
                font-style: italic;
            }

            .CostingGridContainer .CostingGridBody .CostContent .Currency {
                width: 50px;
                text-align: center;
            }

            .CostingGridContainer .CostingGridBody .CostContent .Amount {
                width: 77px;
                text-align: right;
            }

            .CostingGridContainer .CostingGridBody .CostContent .ActualGP {
                padding-left: 20px;
                width: 65px;
                text-align: right;
            }

            .CostingGridContainer .CostingGridBody .CostContent .MinGP {
                width: 65px;
                padding-left: 10px;
                text-align: right;
            }

    .CostingGridContainer .CostingGridFooter {
        height: 65px;
    }

        .CostingGridContainer .CostingGridFooter .ProjectTotal {
            height: 30px;
            width: 500px;
            padding-top: 10px;
        }

            .CostingGridContainer .CostingGridFooter .ProjectTotal .ProjectTotalLabel {
                font-weight: bold;
                font-size: 20px;
                float: left;
                height: inherit;
                margin-left: 150px;
            }

            .CostingGridContainer .CostingGridFooter .ProjectTotal table {
                margin-left: 130px;
                width: 570px;
                position: relative;
                bottom: 10px;
            }

                .CostingGridContainer .CostingGridFooter .ProjectTotal table td {
                    font-size: 14px;
                    font-weight: bold;
                }

            .CostingGridContainer .CostingGridFooter .ProjectTotal .CostItem {
                text-align: right;
                width: 240px;
                font-size: 20px;
            }

                .CostingGridContainer .CostingGridFooter .ProjectTotal .CostItem p {
                    font-size: 11px;
                    float: right;
                    padding-top: 8px;
                    padding-left: 10px;
                }

            .CostingGridContainer .CostingGridFooter .ProjectTotal .Currency {
                width: 50px;
                text-align: center;
            }

            .CostingGridContainer .CostingGridFooter .ProjectTotal .Amount {
                width: 77px;
                text-align: right;
            }

            .CostingGridContainer .CostingGridFooter .ProjectTotal .ActualGP {
                padding-left: 20px;
                width: 65px;
                text-align: right;
            }

            .CostingGridContainer .CostingGridFooter .ProjectTotal .MinGP {
                width: 65px;
                padding-left: 10px;
                text-align: right;
            }

        .CostingGridContainer .CostingGridFooter .SaveBlock {
            height: 100%;
            border-top: 2px solid #cfcacc;
            background-color: transparent;
            border-bottom: 2px solid #cfcacc;
        }

            .CostingGridContainer .CostingGridFooter .SaveBlock .InfoBlocks {
                border-right: 2px solid #cfcacc;
                float: left;
                width: 120px;
                height: 67px;
            }

                .CostingGridContainer .CostingGridFooter .SaveBlock .InfoBlocks .Header {
                    text-align: center;
                    padding-top: 10px;
                }

                .CostingGridContainer .CostingGridFooter .SaveBlock .InfoBlocks .Content {
                    text-align: center;
                    font-size: 19px;
                }

            .CostingGridContainer .CostingGridFooter .SaveBlock .SaveButton {
                float: right;
                width: 120px;
                background-image: url('images/btn_bg.png');
                padding: 5px 5px 10px 5px;
                display: inline-block;
                min-width: 100px;
                padding-top: 10px;
                background-color: white;
            }

            .CostingGridContainer .CostingGridFooter .SaveBlock .CostingGridMessageArea {
                text-transform: uppercase;
                font-size: 14px;
                color: red;
                font-weight: bold;
                width: 350px;
                float: left;
                height: 40px;
                padding: 10px;
            }

            .CostingGridContainer .CostingGridFooter .SaveBlock button {
                border: 1px solid #cc3333;
                background-color: #fff;
                font-size: 14px;
                font-family: ArialMT, 'arialmtcondensed', Arial, sans-serif;
                display: block;
                text-align: center;
                font-weight: bold;
                color: #990000;
                width: 100%;
                height: 45px;
                text-transform: uppercase;
                cursor: pointer;
            }

/*Freight Costing Grid*/
/*Costing Grid */
.FreightCostingGridContainer {
    border: 1px solid #cfcacc;
    height: 324px;
    width: 600px;
    float: left;
    vertical-align: top;
    position: relative;
    background-color: transparent;
    z-index: 100;
}

    .FreightCostingGridContainer .GreyBackground {
        position: absolute;
        width: 200px;
        height: 276px;
        background-color: #DBD9DA;
        float: right;
        z-index: -1;
        left: 400px;
    }

    .FreightCostingGridContainer .CostingGridHeaders {
        border-bottom: 2px solid #cfcacc;
        height: 30px;
    }

        .FreightCostingGridContainer .CostingGridHeaders .CostEstimateHeader {
            font-weight: bold;
            font-size: 20px;
            width: 400px;
            float: left;
            height: inherit;
            position: relative;
            top: 5px;
        }

            .FreightCostingGridContainer .CostingGridHeaders .CostEstimateHeader h2 {
                margin-left: 150px;
            }

        .FreightCostingGridContainer .CostingGridHeaders .GPHeaders {
            width: 185px;
            float: right;
            height: inherit;
            position: relative;
            top: 5px;
        }

            .FreightCostingGridContainer .CostingGridHeaders .GPHeaders ul {
                padding: 0;
                margin: 0;
                list-style-type: none;
                float: left;
                padding-top: 5px;
            }

                .FreightCostingGridContainer .CostingGridHeaders .GPHeaders ul li {
                    padding-left: 5px;
                    padding-right: 15px;
                    display: inline;
                    font-weight: bold;
                    font-size: 12px;
                }

    .FreightCostingGridContainer .CostingGridBody {
        border-bottom: 2px solid #cfcacc;
        height: 180px;
    }

        .FreightCostingGridContainer .CostingGridBody .InfoColumn {
            width: 120px;
        }

            .FreightCostingGridContainer .CostingGridBody .InfoColumn .InfoBlocks {
                border-right: 2px solid #cfcacc;
                border-bottom: 2px solid #cfcacc;
                float: left;
                width: 120px;
                height: 92px;
            }

                .FreightCostingGridContainer .CostingGridBody .InfoColumn .InfoBlocks .Header {
                    text-align: center;
                    padding-top: 20px;
                }

                .FreightCostingGridContainer .CostingGridBody .InfoColumn .InfoBlocks .Content {
                    text-align: center;
                    font-size: 22px;
                }

            .FreightCostingGridContainer .CostingGridBody .InfoColumn .InfoBlockNoBottomBorder {
                border-right: 2px solid #cfcacc;
                float: left;
                width: 120px;
                height: 93px;
            }

                .FreightCostingGridContainer .CostingGridBody .InfoColumn .InfoBlockNoBottomBorder .Header {
                    text-align: center;
                    padding-top: 20px;
                }

                .FreightCostingGridContainer .CostingGridBody .InfoColumn .InfoBlockNoBottomBorder .Content {
                    text-align: center;
                    font-size: 20px;
                }

        .FreightCostingGridContainer .CostingGridBody .CostContent {
            width: 570px;
            float: right;
            height: 174px;
            vertical-align: top;
            overflow-y: auto;
        }

            .FreightCostingGridContainer .CostingGridBody .CostContent table {
                vertical-align: top;
            }

                .FreightCostingGridContainer .CostingGridBody .CostContent table td {
                    font-size: 14px;
                }

            .FreightCostingGridContainer .CostingGridBody .CostContent .CostItem {
                text-align: right;
                width: 240px;
            }

            .FreightCostingGridContainer .CostingGridBody .CostContent .CostItemDisbusement {
                text-align: right;
                width: 240px;
                font-style: italic;
            }

            .FreightCostingGridContainer .CostingGridBody .CostContent .Currency {
                width: 50px;
                text-align: center;
            }

            .FreightCostingGridContainer .CostingGridBody .CostContent .Amount {
                width: 77px;
                text-align: right;
            }

            .FreightCostingGridContainer .CostingGridBody .CostContent .ActualGP {
                padding-left: 20px;
                width: 65px;
                text-align: right;
            }

            .FreightCostingGridContainer .CostingGridBody .CostContent .MinGP {
                width: 65px;
                padding-left: 10px;
                text-align: right;
            }

    .FreightCostingGridContainer .CostingGridFooter {
        height: 45px;
    }

        .FreightCostingGridContainer .CostingGridFooter .ProjectTotal {
            height: 30px;
            width: 400px;
        }

            .FreightCostingGridContainer .CostingGridFooter .ProjectTotal .ProjectTotalLabel {
                font-weight: bold;
                font-size: 20px;
                float: left;
                height: inherit;
            }

            .FreightCostingGridContainer .CostingGridFooter .ProjectTotal table {
                margin-left: 30px;
                width: 570px;
                position: relative;
            }

                .FreightCostingGridContainer .CostingGridFooter .ProjectTotal table td {
                    font-size: 14px;
                }

            .FreightCostingGridContainer .CostingGridFooter .ProjectTotal .CostItem {
                text-align: right;
                width: 240px;
                font-size: 17px;
            }

                .FreightCostingGridContainer .CostingGridFooter .ProjectTotal .CostItem p {
                    font-size: 11px;
                    float: right;
                    padding-top: 8px;
                    padding-left: 10px;
                }

            .FreightCostingGridContainer .CostingGridFooter .ProjectTotal .Currency {
                width: 50px;
                text-align: center;
            }

            .FreightCostingGridContainer .CostingGridFooter .ProjectTotal .Amount {
                width: 77px;
                text-align: right;
            }

            .FreightCostingGridContainer .CostingGridFooter .ProjectTotal .ActualGP {
                padding-left: 20px;
                width: 65px;
                text-align: right;
            }

            .FreightCostingGridContainer .CostingGridFooter .ProjectTotal .MinGP {
                width: 65px;
                padding-left: 10px;
                text-align: right;
            }

        .FreightCostingGridContainer .CostingGridFooter .AEProjectTotal {
            height: 30px;
            width: 400px;
        }

            .FreightCostingGridContainer .CostingGridFooter .AEProjectTotal table {
                margin-left: 30px;
                width: 570px;
                position: relative;
            }

                .FreightCostingGridContainer .CostingGridFooter .AEProjectTotal table td {
                    font-size: 14px;
                }

            .FreightCostingGridContainer .CostingGridFooter .AEProjectTotal .CostItem {
                text-align: right;
                width: 240px;
                font-size: 17px;
            }

                .FreightCostingGridContainer .CostingGridFooter .AEProjectTotal .CostItem p {
                    font-size: 11px;
                    float: right;
                    padding-top: 8px;
                    padding-left: 10px;
                }

            .FreightCostingGridContainer .CostingGridFooter .AEProjectTotal .Currency {
                width: 50px;
                text-align: center;
            }

            .FreightCostingGridContainer .CostingGridFooter .AEProjectTotal .Amount {
                width: 77px;
                text-align: right;
            }

            .FreightCostingGridContainer .CostingGridFooter .AEProjectTotal .ActualGP {
                padding-left: 20px;
                width: 65px;
                text-align: right;
            }

            .FreightCostingGridContainer .CostingGridFooter .AEProjectTotal .MinGP {
                width: 65px;
                padding-left: 10px;
                text-align: right;
            }

        .FreightCostingGridContainer .CostingGridFooter .SaveBlock {
            height: 100%;
            border-top: 2px solid #cfcacc;
            background-color: transparent;
            border-bottom: 2px solid #cfcacc;
        }

            .FreightCostingGridContainer .CostingGridFooter .SaveBlock .InfoBlocks {
                border-right: 2px solid #cfcacc;
                float: left;
                width: 120px;
                height: 67px;
            }

                .FreightCostingGridContainer .CostingGridFooter .SaveBlock .InfoBlocks .Header {
                    text-align: center;
                    padding-top: 10px;
                }

                .FreightCostingGridContainer .CostingGridFooter .SaveBlock .InfoBlocks .Content {
                    text-align: center;
                    font-size: 19px;
                }

            .FreightCostingGridContainer .CostingGridFooter .SaveBlock .SaveButton {
                float: right;
                width: 120px;
                background-image: url('images/btn_bg.png');
                padding: 5px 5px 7px 5px;
                display: inline-block;
                min-width: 100px;
                padding-top: 7px;
                background-color: white;
            }

            .FreightCostingGridContainer .CostingGridFooter .SaveBlock .CostingGridMessageArea {
                text-transform: uppercase;
                font-size: 14px;
                color: red;
                font-weight: bold;
                width: 400px;
                float: left;
                height: 25px;
                padding: 10px;
            }

            .FreightCostingGridContainer .CostingGridFooter .SaveBlock button {
                border: 1px solid #cc3333;
                background-color: #fff;
                font-size: 14px;
                font-family: ArialMT, 'arialmtcondensed', Arial, sans-serif;
                display: block;
                text-align: center;
                font-weight: bold;
                color: #990000;
                width: 100%;
                height: 30px;
                text-transform: uppercase;
                cursor: pointer;
            }

.warehouseGridContainer {
    height: 100%;
    overflow-y: auto;
}

/* MAPPING MODAL POPUP */
#assetTracking {
    /*width:800px;*/
}

.dynamicList {
    height: 150px;
    max-height: 150px;
    overflow: auto;
    width: 99%;
    border: 0;
    background-color: #fff;
    color: #000;
    padding: 1%;
}

    .dynamicList li.item {
        cursor: pointer;
        border: 1px solid #fff;
    }

        .dynamicList li.item:first-child {
            margin-top: 0;
        }

        .dynamicList li.item:hover {
            background-color: #eee;
        }

    .dynamicList li.selected {
        border: 1px solid #cd3333;
        color: #000;
    }

        .dynamicList li.selected:hover {
            background-color: #eee;
        }

.serialBox {
    width: 50%;
    min-width: 160px;
}

    .serialBox:first-child {
        width: 49%;
        margin-right: 1%;
        min-width: 160px;
    }

    .serialBox input {
        width: 100%;
    }

.dynamicListItem {
    margin: 3px;
}

.modalList > div, ul.dynamicList div.dynamicListItem > div {
    width: 16%;
    display: inline-block;
    margin-right: -4px;
}

    .modalList > div:first-child, .dynamicListItem > div:first-child {
        width: 36%;
        display: inline-block;
        margin-right: -4px;
    }

.titlesHalfWidth > div {
    width: 50%;
    display: inline-block;
    margin-right: -4px;
}

/* end MAPPING MODAL POPUP */
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #cc3333;
    color: #000;
    background: #fff;
}
/* SETTINGS PAGE */
#SettingsGrid td[title=Edit], #SettingsGrid_Edit div {
    text-align: right;
}


/*/*Validator styling
.jqte_error {
	border-color: #000;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}*/
/*  SALES TARGETS PAGE  */
#salesTargetForm {
    position: relative;
    width: 1250px;
    /* Client requested that the height of window be full so she can see all targets for the year
    height: 370px; 
    overflow-y: auto;*/
    margin-top: 50px !important;
}

.salesTargetCounter {
    width: 240px;
    height: 34px;
    background-color: #dee1e4;
    display: table;
    float: left;
}

    .salesTargetCounter > div {
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        width: 33.3333%;
        text-align: center;
    }

        .salesTargetCounter > div img {
            vertical-align: middle;
        }

.salesTitle {
    float: left;
    height: 27px;
}

.salesYear {
    color: #cc3333;
}

div.salesLeftArrow {
    text-align: left;
    cursor: pointer;
    background: url(images/arrow_left.png) no-repeat 15%;
}

    div.salesLeftArrow:hover {
        background: url(images/arrow_left_over.png) no-repeat 15%;
    }

div.salesRightArrow {
    text-align: right;
    cursor: pointer;
    background: url(images/arrow_right.png) no-repeat 85%;
}

    div.salesRightArrow:hover {
        background: url(images/arrow_right_over.png) no-repeat 85%;
    }


/*  New Column Layouts */

.w100 {
    width: 100%;
    max-width: 1270px;
    float: left;
}

    /** CSS to fix Edit contact page **/
    .w100#companyEditHolder {
        max-width: 1366px !important;
    }

    .w100 #contact {
        margin-left: 0px !important;
    }

        .w100 #contact .formHolder {
            margin-left: 15px !important;
        }
/** CSS to fix Edit contact page **/

/** CSS to fix Route/Distribution **/
#contentHolder {
    width: 1265px;
    height: 340px;
    overflow-y: auto;
}
/** CSS to fix Route/Distribution **/

/** CSS to scrolling to action points **/
dd#scrolling {
    height: 100px !important;
    overflow-y: auto;
}
/** CSS to scrolling to action points **/

.w25 {
    width: 25%;
    max-width: 326px;
    min-width: 210px;
    float: left;
}

    .w25 + .w25 + .w25 + .w25 {
        max-width: 328px;
    }

.w75 {
    width: 75%;
    max-width: 980px;
    min-width: 630px;
    float: left;
}

.w75forCosting {
    width: 75%;
    max-width: 500px;
    margin-left: 10px;
    float: left;
}

.w70 {
    width: 70%;
    float: left;
}

.w33 {
    width: 33.33333%;
    max-width: 435px;
    float: left;
}

.w66 {
    width: 66.666666%;
    max-width: 870px;
    float: left;
}

.w60 {
    width: 59%;
    max-width: 783px;
    float: left;
}

.w15 {
    width: 15%;
    float: left;
}


.w20 {
    width: 20%;
    float: left;
}

    .w20 + .w20 + .w20 + .w20 + .w20 {
        width: 262px;
    }

.w80 {
    width: 80%;
    float: left;
}

.w40 {
    width: 40%;
    max-width: 61px;
    float: left;
}

.w50 {
    width: 50%;
    float: left;
    max-width: 653px;
}

    .w100 > *, .w25 > *, .w75 > *, .w33 > *, .w66 > *, .w60 > *, .w20 > *, .w15 > *, .w80 > *, .w40 > *, .w50 > * {
        margin-left: 15px;
    }


/* REvenue stream drop-down just not be indented */
.w100 > .dropdown.ddPrimary {
    margin-top: 0px;
    margin-left: 0px;
}

.w100 > *:first-child, .w25 > *:first-child, .w75 > *:first-child, .w33 > *:first-child, .w66 > *:first-child, .w60 > *:first-child, .w20 > *:first-child, .w15 > *:first-child, .w80 > *:first-child, .w40 > *:first-child, .w50 > *:first-child {
    margin-top: 15px;
}

.w100 > label, .w25 > label, .w75 > label, .w33 > label, .w66 > label, .w20 > label, .w15 > label, .w80 > label, .w40 > label, .w60 > label, .w50 > label {
    display: block;
}

@media only screen and (max-width: 1366px), only screen and (max-device-width: 1366px) {

    .widthFull {
        margin: 15px 0 0 1.5%;
    }
    /* 33% - 66% */
    .widthOneThird {
        width: 31.833%;
        min-width: 200px;
        margin: 1% 0 0 1.5%;
        float: left;
        max-width: 405px;
    }

        .widthOneThird input, .widthOneThird select {
            min-width: 155px;
        }

    .widthTwoThirds {
        width: 63.666%;
        max-width: 850px;
        margin: 1% 0 0 1.5%;
        float: left;
    }
    /* 25% - 75% */
    .widthOneQuarter {
        width: 23.5%;
        min-width: 200px;
        max-width: 300px;
        margin: 1% 0 0 1.5%;
        float: left;
    }

    .widthThreeQuarters {
        width: 72%;
        max-width: 950px;
        margin: 1% 0 0 1.5%;
        float: left;
    }

    /*50% - 50%*/
    .widthHalf {
        width: 47%;
        min-width: 200px;
        max-width: 605px;
        margin: 1% 1.5% 0 1.5%;
        float: left;
    }
    /* 20% - 80% */
    .widthOneFifth {
        width: 18.5%;
        min-width: 200px;
        margin: 1% 0 0 1.5%;
        float: left;
    }

    .widthFourFifths {
        width: 77%;
        margin: 1% 1.5% 0 1.5%;
        float: left;
    }
}

@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {

    .widthFull {
        margin: 15px 0 0 15px;
    }
    /* 33% - 66% */
    .widthOneThird, .widthTwoThirds {
        margin: 10px;
    }

    /* 25% - 75% */
    .widthOneQuarter, .widthThreeQuarters {
        margin: 10px;
    }

    /*50% - 50%*/
    .widthHalf {
        margin: 10px;
    }

    /* 20% - 80% */
    .widthOneFifth, .widthFourFifths {
        margin: 10px;
    }
}

@media only screen and (max-width: 1100px), only screen and (max-device-width: 1100px) {
    .salesTargetCounter {
        float: left;
    }
}
/*Drag n drop files*/
#dropbox {
    min-height: 100px;
    border: 2px solid #DDD;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #FEFFEC;
    text-align: center;
    color: #BBB;
    font-size: 2em;
    font-family: Arial, sans-serif;
}

.progress {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    top: 75%;
    background: #333;
}

#droplabel {
    position: relative;
    top: 40%;
}

dl.DlWidthFull dd div {
    width: 100%;
}

dl.DlWidthFull dd input.ui-hourminuteInput-Hours,
dl.DlWidthFull dd input.ui-hourminuteInput-Minutes {
    margin-left: 5px;
    margin-right: 5px;
    width: 40px;
}

.FieldSetForm {
    width: 100%;
}

    .FieldSetForm legend {
        display: none;
    }

    .FieldSetForm ul li {
        height: 25px;
        width: 100%;
        padding-bottom: 5px;
        position: relative;
    }

        .FieldSetForm ul li h4 {
            font-size: 15px;
            padding-bottom: 3px;
            border-bottom: 1px solid #cfcacc;
        }

        .FieldSetForm ul li select {
            width: 270px;
            padding: 5px;
            font-size: 16px;
            height: 27px;
            border: 0;
            -webkit-appearance: none;
            color: #cc3333;
            overflow: hidden;
            background: url(images/dropdown.png) no-repeat 96% #dee1e4;
            float: right;
            font-family: Arial, sans-serif;
            text-align: left;
        }

        .FieldSetForm ul li .dropdown select option {
            color: #333;
        }

        .FieldSetForm ul li #DisbursmentName {
            font-family: Arial, sans-serif;
            font-size: 13px;
            float: left;
            width: 300px;
        }

        .FieldSetForm ul li label {
            font-family: Arial, sans-serif;
            font-size: 13px;
            text-align: left;
            text-wrap: normal;
        }

        .FieldSetForm ul li input {
            font-family: Arial, sans-serif;
            font-size: 13px;
            float: right;
            width: 80px;
        }

        .FieldSetForm ul li p {
            font-family: Arial, sans-serif;
            font-size: 13px;
            float: right;
            width: 80px;
        }

        .FieldSetForm ul li input[type='checkbox'] {
            font-family: Arial, sans-serif;
            font-size: 13px;
            text-align: left;
            border: none;
        }

        .FieldSetForm ul li div {
            float: right;
        }

        .FieldSetForm ul li img {
            float: none;
            display: block;
            margin-top: 80px;
            position: relative;
            bottom: 80px;
            left: 150px;
        }

        .FieldSetForm ul li .loading {
            cursor: auto;
            background: url('/Content/images/waiting16x16.gif') no-repeat center;
        }


        .FieldSetForm ul li .field-validation-error {
            display: none;
        }

        .FieldSetForm ul li .input-validation-error {
            border: 1px solid red;
            background-color: #ffeeee;
        }

        .FieldSetForm ul li .validation-summary-errors {
            float: left;
            margin-left: 0px;
            left: 0%;
            position: relative;
            width: inherit;
        }

#FreightCostigAttachments {
    border: 1px solid black;
}

.brandCategoryButtons {
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 5px;
}

.brandCategoryInput {
    width: 255px;
}

/* All data picker fields must be the same length*/
.hasDatepicker, dl.DlWidthFull dd input.hasDatepicker {
    width: 120px;
}

dl.DlWidthFull dd input.monetaryField, .monetaryField {
    width: 120px;
}

dl.DlWidthFull dd input.telephoneNumber, .telephoneNumber {
    width: 150px;
}

/* Style Date Picker */
.ui-datepicker {
    width: 216px;
    height: auto;
    margin: 5px auto 0;
    font: 9pt Arial, sans-serif;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

.FreighCosting {
    width: 900px;
    margin: 0 auto 0 auto;
    border: 2px solid black;
    padding: 0px;
}

#FreightCostingsHeader {
    border-bottom: 2px solid black;
    padding: 3px;
    width: 900px;
}

    #FreightCostingsHeader h2 {
        font-size: 20px;
        font-weight: bold;
    }

    #FreightCostingsHeader .ElementHeader {
        float: left;
        text-transform: uppercase;
    }

    #FreightCostingsHeader .RPFHeader {
        float: right;
    }

    #FreightCostingsHeader .ElementSubText {
        float: left;
        font-weight: bold;
    }

    #FreightCostingsHeader .RFPHeaderSubText {
        float: right;
        font-weight: bold;
    }

.SubHeaderDescription .ScopeOfWork h2 {
    font-size: 15px;
    font-weight: bold;
}

.SubHeaderDescription .DescriptionOfService h2 {
    font-weight: bold;
    font-size: 15px;
}

.SubHeaderDescription .DescriptionOfService ul {
    width: 300px;
}

.SubHeaderDescription .DescriptionOfService .Label {
    float: left;
    width: 50%;
}

.SubHeaderDescription .DescriptionOfService .Info {
    float: right;
    width: 50%;
}

.SubHeaderDescription .Content {
    border: 1px solid black;
    min-height: 100px;
    max-height: 100px;
    overflow: auto;
    width: 900px;
    padding: 5px;
}

.SubHeaderDescription .ContentHeader {
    font-weight: bold;
}

.SubHeaderDescription .Content table {
    width: 100%;
}

.SubHeaderDescription .Content .RowBorder {
    border-bottom: 1px solid black;
}

.SubHeaderDescription .QuoteButton {
    position: relative;
    top: -10px;
    float: right;
    padding: 10px;
}

.AddUnitGlow {
    background-color: #1f5afe;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75);
    -moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75);
    box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75);
}

.InstallationHoursDiv {
    width: 85%;
    height: 46px;
    float: right;
    position: relative;
    top: -20px;
    left: 15px;
    display: none;
}

    .InstallationHoursDiv h2 {
        font-weight: bold;
        font-size: 14px;
    }

    .InstallationHoursDiv .content {
        height: 40px;
        border-top: 1px solid #cfcacc;
        border-bottom: 1px solid #cfcacc;
        margin-top: 2px;
    }

        .InstallationHoursDiv .content .LeftScroll {
            background: url('images/menu_arrowExpanded.png') #ec1c23 no-repeat 18px 9px;
            color: white;
            border-left: 1px solid #cfcacc;
            border-right: 1px solid #cfcacc;
            height: 40px;
            width: 4%;
            float: left;
            font-size: 60px;
            text-align: center;
            cursor: pointer;
        }

        .InstallationHoursDiv .content .ElementContent {
            border: 1px solid black;
            height: 40px;
            width: 91.52%;
            float: left;
        }

        .InstallationHoursDiv .content .RightScroll {
            background: url('images/menu_arrowCollapsed.png') #ec1c23 no-repeat 20px 9px;
            color: white;
            border-left: 1px solid #cfcacc;
            border-right: 1px solid #cfcacc;
            height: 40px;
            width: 4%;
            float: right;
            cursor: pointer;
        }

.costingModelRow {
    border-bottom: 1px solid #ccc;
}

.costingModelTopHeading td {
    background: rgb(189, 189, 189);
    border: 1px solid rgb(150, 150, 150);
}

.costingModelHeadings td {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-indent: 5px;
    height: 15px;
}

#costingModelTable input {
    width: 50px;
    text-align: right;
    padding-right: 5px;
    margin: 2px;
}

/* Field Services Operations */

.filterContainer label {
    margin-left: 5px;
}

.filterContainer .ddlFieldServices {
    width: 185px;
    margin-left: 5px;
    margin-right: 5px;
}

.fieldOpsPlanner {
    height: 452px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .fieldOpsPlanner .stackTitle {
        font-weight: bold;
        clear: both;
        margin-top: 5px;
        cursor: pointer;
        padding: 5px;
        padding-left: 10px;
        border-bottom: 1px solid #000;
    }

        .fieldOpsPlanner .stackTitle span {
            font-size: 10pt;
            margin-left: 40px;
        }

    .fieldOpsPlanner .stackFooter {
        border: 1px solid;
        max-height: 250px;
        overflow: auto;
        margin-top: 5px;
        cursor: pointer;
        padding: 2px;
        text-indent: 10px;
    }

        .fieldOpsPlanner .stackFooter span b {
            font-size: 15px;
        }

    .fieldOpsPlanner .total {
        float: right;
        margin-right: 15px;
        width: 170px;
        text-align: right;
    }

    .fieldOpsPlanner .awaitingPlanning {
        background: #FFFF66;
    }

    .fieldOpsPlanner .tradereachHighlight {
        color: #e72c2c !important;
    }

    .fieldOpsPlanner .awaitingPlanningLighter {
        background: #FFFFB3;
    }

    .fieldOpsPlanner .weeks {
        background: #B8CCE4;
    }

    .fieldOpsPlanner .weeksLighter {
        background: #D2E6FE;
    }

    .fieldOpsPlanner .incomplete {
        background: #E6B8B8;
    }

    .fieldOpsPlanner .incompleteLighter {
        background: #F3DCDC;
    }

    .fieldOpsPlanner .withdrawn {
        background: #ee7600;
    }

    .fieldOpsPlanner .pendingwithdrawn {
        background: #ffb74c;
    }

    .fieldOpsPlanner .completed {
        background: #92D050;
    }

    .fieldOpsPlanner .completedLighter {
        background: #ACEA6A;
    }

    .fieldOpsPlanner .invoiceable {
        background: #B1A0C7;
    }

    .fieldOpsPlanner .invoiceableLighter {
        background: #CBBAE1;
    }

    .fieldOpsPlanner .removed {
        background: #BFBFBF;
    }

    .fieldOpsPlanner .removedLighter {
        background: #D9D9D9;
    }

    .fieldOpsPlanner .beingPlanned {
        background: #9591d3;
    }

    .fieldOpsPlanner .beingPlannedLighter {
        background: #9591d3;
    }

    .fieldOpsPlanner .totalInst {
        background: #A3A3A3;
    }

    .fieldOpsPlanner .gridView {
        width: 100%;
        margin-left: 0px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

        .fieldOpsPlanner .gridView tr {
            vertical-align: bottom;
        }

        .fieldOpsPlanner .gridView:first-child {
            margin-top: 0px;
        }

        .fieldOpsPlanner .gridView thead tr td {
            padding: 5px 3px;
            font-weight: bold;
            text-align: left;
        }

        .fieldOpsPlanner .gridView tbody tr {
            cursor: pointer;
        }

            .fieldOpsPlanner .gridView tbody tr:hover {
                background: #fff;
            }

            .fieldOpsPlanner .gridView tbody tr td {
                padding: 5px 3px;
                text-align: left;
            }

        .fieldOpsPlanner .gridView tbody .dayName td {
            height: 15px !important;
            padding-top: 5px !important;
            padding-bottom: 0 !important;
            font-weight: bold;
            cursor: default !important;
            text-transform: uppercase;
        }

        .fieldOpsPlanner .gridView tbody .dayName:hover {
            background: inherit !important;
        }

        .fieldOpsPlanner .gridView tbody tr td a {
            font-weight: bold;
        }

.fieldOpsPlannerPopup {
    margin-left: 20px;
}

    .fieldOpsPlannerPopup .switch {
        opacity: 1;
    }

        .fieldOpsPlannerPopup .switch label {
            font-size: 11px;
            color: black;
        }

    .fieldOpsPlannerPopup .toggleSwitchDisabledLabel {
        right: 60px;
    }

    .fieldOpsPlannerPopup .title {
        padding-bottom: 3px;
    }

    .fieldOpsPlannerPopup .fieldContainer {
        padding-bottom: 10px;
    }

        .fieldOpsPlannerPopup .fieldContainer select {
            width: 215px;
        }

        .fieldOpsPlannerPopup .fieldContainer input[type="text"] {
            width: 208px;
        }

    .fieldOpsPlannerPopup .noImage {
        display: block;
        position: relative;
        float: right;
        width: 150px;
        height: 180px;
        color: #000;
        background-color: #fff;
        text-align: center;
        border: 1px solid #999;
        padding: 5px;
        margin-right: 20px;
    }

    .fieldOpsPlannerPopup .loading {
        cursor: auto;
        background: url('../Content/images/waiting16x16.gif');
        background-repeat: no-repeat;
        background-position: center;
        background-color: #fff;
    }

/* Field Services Operations*/

/* Freight Tickets */

.freightDetailsTable td {
    height: 15px;
    padding-right: 30px;
}

.freightDetailsIndent {
    padding-left: 10px;
}

.freightDetails {
    display: inline-block;
    vertical-align: top;
}

    .freightDetails p {
        font-size: 12px;
        font-weight: normal;
        font-family: Arial, sans-serif;
        height: 30px;
        margin-left: 10px;
    }

.freightParcels {
    overflow-y: auto;
    height: 145px;
    border: 1px solid #7A7A7A;
    width: 450px;
}

/* Freight Tickets End */

/* Styles for Validation */
.field-validation-error {
    color: #FF0000;
    font-weight: normal;
    font-style: italic;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #FF0000;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

select.input-validation-error {
    border: 1px solid #FF0000;
}

textarea.input-validation-error {
    border: 1px solid #FF0000;
}

.validation-summary-valid {
    display: none;
}
/* Styles for Validation End */

/* Styles for Generic Table (Mimics JQGrid) */
.genericSummaryTable {
    border-collapse: collapse;
}

    .genericSummaryTable thead {
        font-size: 12px;
        font-weight: bold;
        text-align: left;
        color: #555555;
    }


    .genericSummaryTable th {
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 3px;
    }

    .genericSummaryTable td {
        padding-left: 2px;
    }

/* Styles for Generic Table (Mimics JQGrid) END*/


.quantityTextBoxRed {
    width: 50px !important;
    height: 30px !important;
    padding: 0px !important;
    text-align: center !important;
    font-size: 20px !important;
    color: #ec1c23 !important;
    vertical-align: middle !important;
}

.quantityTextBoxGreen {
    width: 50px !important;
    height: 30px !important;
    padding: 0px !important;
    text-align: center !important;
    font-size: 20px !important;
    color: green !important;
    vertical-align: middle !important;
}


/* warehousing */
.inboundScheduledSummaryTable thead {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-indent: 0px;
    color: #555555;
    margin-bottom: 10px;
}

.inboundScheduledSummaryRow {
    background-color: White;
    font-size: 14px;
    font-weight: bold;
    color: #555555;
    border-width: 2px;
    border-style: solid;
    border-color: #cc3333;
    border-collapse: collapse;
}

.filterLabel {
    font-size: 14px;
    font-weight: bold;
    color: #555555;
}

.whQty {
    text-align: right;
    padding-right: 20px;
}


/* warehousing - stock adjustment */

.adjustmentLabel {
    font-weight: bold;
    font-size: 11pt;
}

.packagesView {
    width: 69%;
    display: inline-block;
    vertical-align: top;
    height: 225px;
}

    .packagesView div {
        overflow-y: auto;
        height: 190px;
        background: white;
    }

    .packagesView table {
        width: 100%;
    }

        .packagesView table tr:nth-child(n+2) th,
        .packagesView table tr td {
            border-bottom: 1px solid #ccc;
        }

        .packagesView table tr th {
            font-size: 12px;
            font-weight: bold;
            text-align: left;
            color: #555555;
            background: lightgray;
            padding-top: 6px;
            padding-bottom: 6px;
        }

    .packagesView td {
        background: white;
    }

    .packagesView select {
        width: 230px;
    }

    .packagesView a {
        text-transform: none;
        padding-left: 10px;
        color: blue;
        text-decoration: underline;
    }

.packagesHeader-border {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.quantityLabels {
    text-align: center !important;
    width: 60px;
    padding: 4px;
}

.adjustmentConfiguration {
    width: 28%;
    margin: 0 !important;
    display: inline-block;
    vertical-align: top;
    height: 305px;
}

    .adjustmentConfiguration table {
        width: 100%;
    }

    .adjustmentConfiguration input[type=text] {
        width: 35px;
    }

    .adjustmentConfiguration input[type=radio] {
        float: right;
        margin-right: 10px;
        position: relative;
    }

.specialRadio {
    top: 8px;
}

.adjustmentConfiguration span {
    position: relative;
    top: 8px;
}

.adjustmentConfiguration select {
    width: 100%;
    margin-right: 10px;
}

    .adjustmentConfiguration select:disabled {
        background: #DDD;
    }

.adjustmentComments {
    margin: 0px;
    width: 218px;
    height: 75px;
}

.sizeAndLocation td {
    width: 25%;
}

.sizeAndLocation input[type=text] {
    padding-left: 2px !important;
    padding-right: 2px !important;
    text-align: center;
    width: 85%;
}

/* --------------- Copy modal over client --------------- */
.copy-modal td {
    color: white;
}