/*
IBMS Green #268C0B
IBMS Dark Green #0C2E04
IBMS Pale Green #DBE4D9
IBMS Sky Blue #C6D7E7
*/

/* all hyperlinks by default */
a:link {
    color: #0C2E04;
}

a:visited {
    color: #0C2E04;
}

a:hover {
    color: #0C2E04;
}

a:active {
    color: #0C2E04;
}


/* main menu hyperlinks (currently not used) */
a.mainmenu:link {
    color: #A48AB6;
    font-weight: bold;
    text-decoration: none;
}

a.mainmenu:visited {
    color: #A48AB6;
    font-weight: bold;
    text-decoration: none;
}

a.mainmenu:hover {
    color: #0C2E04;
    font-weight: bold;
    text-decoration: none;
}

a.mainmenu:active {
    color: #A48AB6;
    font-weight: bold;
    text-decoration: none;
}


/* navigation hyperlinks */
td.nav a:link {
    color: #0C2E04;
}

td.nav a:visited {
    color: #A48AB6;
}

td.nav a:hover {
    color: #0C2E04;
}

td.nav a:active {
    color: #66CC00;
}


/* gnav (?) navigation hyperlinks */
td.gnav a:link {
    color: #FFFFFF;
    font-family: Arial,Helvetica,Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

td.gnav a:visited {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

td.gnav a:hover {
    color: #E1F5CE;
    font-weight: bold;
    text-decoration: none;
}

td.gnav a:active {
    color: #66CC00;
    font-weight: bold;
    text-decoration: none;
}


/* the following need to be documented */

B {
    color: #0C2E04;
    margin-bottom: 20px;
}

ol {
    color: #333333;
    font-family: Arial,Helvetica,Verdana, sans-serif;
    font-size: 12px;
}

ol {
    margin-left: 30px;
    margin-top: 5px;
}

p {
    color: #0C2E04;
    font-family: Arial,Helvetica,Verdana, sans-serif;
    font-size: 12px;
}

td {
    color: #333333;
    font-family: Arial,Helvetica,Verdana, sans-serif;
    font-size: 12px;
}

ul {
    color: #333333;
    font-family: Arial,Helvetica,Verdana, sans-serif;
    font-size: 12px;
}

ul {
    list-style-type: square;
    margin-left: 30px;
    margin-top: 5px;
}

form fieldset {
    top: 5px;
    border: solid 1px #268C0B;
    /*background-color:#FCFCFC;*/
    margin: 5px 0px 5px 0px;
    padding: 0px 10px 10px 10px;
    position: relative;
    display: inline;
}

    form fieldset legend {
        font-size: 11px;
        /*background-color:#268C0B;*/
        font-variant: small-caps;
        margin: 2px 0px 2px 0px;
        padding: 0px 4px 0px 4px;
        position: relative;
        border: 1px solid green;
        color: Black;
    }

.copy {
    color: #333333;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 12px;
}

.editbox {
    background-color: #F5FFF3;
    border-bottom: #66CC00 1px solid;
    border-left: #66CC00 1px solid;
    border-right: #66CC00 1px solid;
    border-top: #66CC00 1px solid;
    color: #333333;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 12px;
}

.flags {
    border-left: #D4F1B9 1px solid;
    border-top: #D4F1B9 1px solid;
    color: #0C2E04;
}

.helpbox {
    background-color: #FFFFCC;
    border-bottom: #66CC00 1px solid;
    border-left: #66CC00 1px solid;
    border-right: #66CC00 1px solid;
    border-top: #66CC00 1px solid;
    color: #333333;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 12px;
}

.pagehead {
    color: #66CC00;
    font-size: 18px;
    font-weight: bold;
}

.tinytext {
    color: #0C2E04;
    font-size: 9px;
}

.txt100 {
    width: 100px;
}

.txt200 {
    width: 200px;
}

.txt285 {
    width: 285px;
}

.txt335 {
    width: 335px;
}

.griditem {
    font-size: 11px;
    color: #333333;
    font-family: Arial;
    font-weight: normal;
    text-align: left;
}

div.log {
    border-style: solid;
    border-color: #dbd0e2;
    border-width: 2px;
    font-family: Arial;
    font-size: 12px;
    overflow: auto;
    height: 525px;
    width: 400px;
    padding-left: 5px;
    padding-right: 5px;
}

td.review {
    font-family: Arial;
    font-size: 11px;
}

.home_table {
    background-color: #C6D7E7;
    width: auto;
}

.table_edit {
    border: 1px solid #000000;
    background: #ececd8;
    padding: 3px;
}

.table_edit_600 {
    border: 1px solid #000000;
    background: #ececd8;
    padding: 3px;
    width: 600px;
}

.table_edit_nowidth {
    border: 1px solid #000000;
    background: #ececd8;
    padding: 3px;
}

.table_edit_auto {
    white-space: nowrap;
}

.table_edit_green_border_no_padding {
    border: solid 1px #268C0B;
    background: #ececd8;
    padding: 0px;
    margin: 0px;
}

.table_edit_no_border_no_padding {
    background: #ececd8;
    padding: 0px;
    margin: 0px;
}

.table_contacts {
    border: 1px solid #000000;
    background: #ececd8;
    padding: 3px;
    white-space: nowrap;
}

.table_order {
    border: 1px solid #000000;
    background: #ececd8;
    padding: 3px;
    min-width: 700px;
    white-space: nowrap;
}

.table_filter {
    border: 1px solid #000000;
    background: #ececd8;
    padding: 3px;
    border-collapse: unset;
}

.table_filter_nowidth {
    border: 1px solid #000000;
    background: #ececd8;
    padding: 3px;
}

.table_grid {
    border: 1px solid #000000;
    background: #ececd8;
}

.table_panel {
    border: 1px solid #000000;
    background: #ececd8;
}

table.portal {
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}

    table.portal th {
        background: #e0e0e0;
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #666666;
        background-color: #dedede;
    }

    table.portal td {
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #666666;
    }


table.freight_booking {
    text-align: center;
    border-style: solid;
    border-color: green;
    border-collapse: collapse;
    border-spacing: 0px;
    border-width: 0px;
}

    table.freight_booking th:first-child {
        border-left-width: 1px;
        border-top-width: 1px;
    }

    table.freight_booking th {
        padding: 0px 5px 2px 5px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
    }

    table.freight_booking td:first-child {
        border-left-width: 1px;
        font-weight: bold;
    }

    table.freight_booking td {
        padding: 2px 5px 2px 5px;
        border-right-width: 1px;
        border-bottom-width: 1px;
    }


table.tooltip_invoice {
    font-family: Arial,Helvetica,Verdana, sans-serif;
    font-size: 10pt;
    text-align: center;
    border-style: solid;
    border-color: lightgray;
    border-collapse: collapse;
    border-spacing: 0px;
    border-width: 0px;
    width: 100%;
    margin-top: 5px;
}

    table.tooltip_invoice th:first-child {
        border-left-width: 1px;
        border-top-width: 1px;
    }

    table.tooltip_invoice th {
        background-color: #c8e0c8;
        padding: 0px 5px 2px 5px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
    }

    table.tooltip_invoice td:first-child {
        border-left-width: 1px;
        font-weight: bold;
    }

    table.tooltip_invoice td {
        padding: 2px 5px 2px 5px;
        border-right-width: 1px;
        border-bottom-width: 1px;
    }


table.tooltip_document {
    font-family: Arial,Helvetica,Verdana, sans-serif;
    font-size: 9pt;
    text-align: center;
    background-color: white;
    border-style: solid;
    border-color: lightgray;
    border-collapse: collapse;
    border-spacing: 0px;
    border-width: 0px;
    width: 100%;
}

    table.tooltip_document th:first-child {
        border-left-width: 1px;
        border-top-width: 1px;
    }

    table.tooltip_document th {
        background-color: #c8e0c8;
        padding: 0px 5px 2px 5px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
    }

    table.tooltip_document td:first-child {
        border-left-width: 1px;
        font-weight: bold;
    }

    table.tooltip_document td {
        padding: 2px 5px 2px 5px;
        border-right-width: 1px;
        border-bottom-width: 1px;
    }


table.tooltip_booking {
    font-family: Arial,Helvetica,Verdana, sans-serif;
    font-size: 10pt;
    text-align: center;
    border-style: solid;
    border-color: lightgray;
    border-collapse: collapse;
    border-spacing: 0px;
    border-width: 0px;
    width: 100%;
    margin-top: 5px;
}

    table.tooltip_booking th:first-child {
        border-left-width: 1px;
        border-top-width: 1px;
    }

    table.tooltip_booking th {
        background-color: #c8e0c8;
        padding: 0px 5px 2px 5px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
    }

    table.tooltip_booking td:nth-child(2) {
        border-left-width: 1px;
        font-weight: bold;
    }

    table.tooltip_booking td {
        padding: 2px 5px 2px 5px;
        border-right-width: 1px;
        border-bottom-width: 1px;
    }


table.tooltip_rates {
    font-family: Arial,Helvetica,Verdana, sans-serif;
    font-size: 9pt;
    text-align: center;
    border-style: solid;
    border-color: lightgray;
    border-collapse: collapse;
    border-spacing: 0px;
    border-width: 0px;
    width: 100%;
}

    table.tooltip_rates th:first-child {
        border-left-width: 1px;
        border-top-width: 1px;
        text-align: left;
    }

    table.tooltip_rates th {
        background-color: #c8e0c8;
        padding: 0px 5px 2px 5px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
    }

    table.tooltip_rates td:first-child {
        border-left-width: 1px;
    }

    table.tooltip_rates td {
        padding: 2px 5px 2px 5px;
        border-right-width: 1px;
        border-bottom-width: 1px;
    }

    table.tooltip_rates td:last-child {
        font-weight: bold;
        width: 100px;
    }


table.tooltip_package {
    font-family: Arial,Helvetica,Verdana, sans-serif;
    font-size: 9pt;
    text-align: center;
    background-color: white;
    border-style: solid;
    border-color: lightgray;
    border-collapse: collapse;
    border-spacing: 0px;
    border-width: 0px;
    width: 100%;
}

    table.tooltip_package th:first-child {
        border-left-width: 1px;
        border-top-width: 1px;
        width: 150px;
    }

    table.tooltip_package th {
        background-color: #c8e0c8;
        padding: 0px 5px 2px 5px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
    }

    table.tooltip_package td:first-child {
        border-left-width: 1px;
        font-weight: bold;
    }

    table.tooltip_package td {
        padding: 2px 5px 2px 5px;
        border-right-width: 1px;
        border-bottom-width: 1px;
    }

    table.tooltip_package .missing {
        color: red !important;
        font-weight: bold;
    }

    table.tooltip_package .updated {
        color: darkorange !important;
        font-weight: bold;
    }


table.tooltip_recipients {
    font-family: Arial,Helvetica,Verdana, sans-serif;
    font-size: 9pt;
    background-color: white;
    border-style: solid;
    border-color: lightgray;
    border-collapse: collapse;
    border-spacing: 0px;
    border-width: 0px;
    width: 100%;
}

    table.tooltip_recipients th:first-child {
        border-left-width: 1px;
        border-top-width: 1px;
        text-align: left;
        width: 225px;
    }

    table.tooltip_recipients th {
        background-color: #c8e0c8;
        padding: 0px 5px 2px 5px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
    }

    table.tooltip_recipients td:first-child {
        border-left-width: 1px;
        font-weight: bold;
    }

    table.tooltip_recipients td {
        padding: 2px 5px 2px 5px;
        border-right-width: 1px;
        border-bottom-width: 1px;
    }

    table.tooltip_recipients .missing {
        color: red !important;
        font-weight: bold;
    }


table.tooltip_document_attribute {
    font-family: Arial,Helvetica,Verdana, sans-serif;
    font-size: 9pt;
    background-color: white;
    border-style: solid;
    border-color: lightgray;
    border-collapse: collapse;
    border-spacing: 0px;
    border-width: 0px;
    width: 100%;
}

    table.tooltip_document_attribute td:first-child {
        border-width: 1px;
        font-weight: bold;
    }

    table.tooltip_document_attribute td {
        padding: 2px 5px 2px 5px;
        border-width: 1px;
    }


.div_order_contact {
    border: 1px solid #58AB58;
    padding: 3px 1px, 3px, 1px;
}

.div_commanditemtemplate {
    padding: 2px 2px;
    white-space: nowrap;
}

.span_LastUpdatedBy {
    position: relative;
    top: 8px;
    border: 1px dotted #000000;
    padding: 8px 4px 8px 4px;
    margin-right: 2px;
}

.pnlOrderUserInfo {
    border: 1px solid #000000;
    background: #ececd8;
    width: 400px;
}

.table_form {
}

.table_auto {
    width: auto;
}

.nowrap {
    white-space: nowrap;
}

.wrap {
    white-space: normal;
}

.td_Line_Interex {
    background: #268C0B;
}

.td_Line_Inhaus {
    background: #B4AE9E;
}

.td_Summary {
    border: 1px solid #000000;
    padding: 2px 5px 2px 5px;
    background: #ececd8;
    text-align: center;
}

.td_Summary_Warning {
    border: 1px solid #000000;
    padding: 2px 5px 2px 5px;
    background: yellow;
    text-align: center;
}

.tr_MenuBar_Interex {
    background: #DBE4D9;
}

.tr_MenuBar_Inhaus {
    background: #B4AE9E;
}

.viewonly {
    border-color: ActiveBorder;
    border-style: solid;
    border-width: 0;
    padding: 2px 2px 2px 2px;
}

.viewonlybox {
    border-color: ActiveBorder;
    border-style: solid;
    border-width: 1px;
    padding: 2px 2px 2px 2px;
}

.viewonlyNoBoldHover {
    border-color: ActiveBorder;
    border-style: solid;
    color: inherit;
    text-decoration: inherit;
    border-width: 0;
    padding: 2px 2px 2px 2px;
}

    .viewonlyNoBoldHover:hover {
        font-weight: normal;
    }

/* J007934: Test UI without borders on input boxes */
html body .RadInput_Default .riRead, html body .RadInput_IBMS .riRead {
    border-width: 0 !important;
}

.NestedViewPanel {
    padding: 2px, 50px, 2px, 2px;
}

.NestedViewSeparatorTop {
    height: 0px;
    color: Black;
    padding: 0px;
    margin: 0px;
}

.NestedViewSeparatorBottom {
    height: 2px;
    color: Black;
    padding: 0px;
    margin: 5px 0px 0px 0px;
}

.OrderTotalPanel {
    border-color: Gray;
    border-width: 1px;
    border-style: dotted;
}

.CommandItemTitle {
    position: relative;
    top: 7px;
    font-family: Arial !important;
    font-size: 20pt !important;
    color: #444444 !important;
}

.InformationTitle {
    position: relative;
    top: 7px;
    font-family: Arial !important;
    font-size: 16pt !important;
    color: #444444 !important;
}

.FormTitle {
    position: relative;
    font-family: Arial !important;
    font-size: 16pt !important;
    color: #444444 !important;
}

.AutoCompleteTextBox {
    background-color: #DBE4D9;
}

.StaleMessage {
    padding: 6px 5px 5px 5px;
    position: relative;
    top: 7px;
}

.ShowSize {
    border-color: ActiveBorder;
    border-style: solid;
    border-width: 1px;
}

.rcbGoogleFilter {
}

.btnGoogleFilter {
}

/* required for Chrome browsers */
.rgFilterWrapper {
    white-space: normal;
}

/* required to style RadGrid filter row - J5915 */
.rgFilterBox {
    min-width: 10px;
}

/* required to style RadGrid filter row - J5915 [DO NOT CHANGE!] */
.RadGrid .rgFilterRow td {
    padding: 0px !important;
}


/* header row */
.pt_row_hdr {
    font-size: 9pt;
    font-weight: bold;
    margin: 2px;
    background-color: #E1F5CE;
}

/* even rows */
.pt_row_even {
    font-size: 9pt;
    margin: 1px;
}

/* old rows */
.pt_row_odd {
    font-size: 9pt;
    margin: 1px;
    background-color: #DDDDDD;
}

/* label */
.pt_hdr_qty {
    text-align: right;
}

/* label */
.pt_qty {
    text-align: right;
}

/* label */
.pt_hdr_wgt {
    text-align: right;
}

/* label */
.pt_wgt {
    text-align: right;
}

.FXAllocationTitle {
    font-family: Arial !important;
    font-size: 14pt !important;
    color: #444444 !important;
}

.Right {
    text-align: right;
}

.calc_pricing {
    vertical-align: bottom;
    font-size: 18px;
}

.btnSearchOrderNo {
    vertical-align: middle;
}

.pnlSearch {
    margin: 50px 0px 0px 50px;
}

.OrderSummaryTaxes {
    color: blue;
}

#message {
    color: blue;
}

.forceWrap {
    display: inline-block;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/** Excel-Like RadGrid styling **/
.gridExcel .RadGrid:active,
.gridExcel .RadGrid:focus {
    outline-style: none !important;
    -moz-outline-style: none !important;
}

.gridExcel .rgEditRow {
    /*background: none !important;*/
}

    .gridExcel .rgRow td,
    .gridExcel .rgAltRow td,
    .gridExcel .rgEditRow td,
    .gridExcel .rgFooter td {
        border: 2px solid #CFD9E7 !important;
        padding: 0px 2px 0px 0px !important;
    }

    .gridExcel .rgRow .singleSelect,
    .gridExcel .rgAltRow .singleSelect,
    .gridExcel .rgEditRow .singleSelect,
    .gridExcel .rgRow .doubleSelect,
    .gridExcel .rgAltRow .doubleSelect,
    .gridExcel .rgEditRow .doubleSelect {
        border: 2px solid #00a956 !important;
    }

.warning-label {
    color: darkorange !important;
    font-weight: bold !important;
}

.warning-input {
    color: black !important;
    background-color: yellow !important;
    font-weight: normal !important;
}

.danger-label {
    color: red !important;
    font-weight: bold !important;
}

.info-label {
    color: blue !important;
}

.rbCheckBox, .rbRadioButton, .rbToggleButton {
    padding: 0px 0px !important;
}

/** workaround for RadCheckBoxList double border **/
.rbToggleCheckbox, 
.RadButton_Default 
.rbToggleCheckboxChecked, 
.RadButton_Default 
.rbToggleCheckboxFilled, 
.RadButton_Default 
.rbToggleRadio, 
.RadButton_Default 
.rbToggleRadioChecked {
    background-image: none !important;
    margin: 0px !important;
}

.disabled {
    color: gray !important;
}

/** new styles **/

.title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    border-bottom: 1px solid #404040;
    background-color: #c8e0c8;
    padding: 2px 6px;
}


/** temporarily override bootstrap settings **/

body {
    line-height: normal !important;
}

table {
        border-collapse: separate !important;
}

legend {
    float: none !important;
    width: auto !important;
}

input[type="checkbox" i] {
    margin: 3px 3px 0px 0px;
}
