﻿* {
    font-family: Tahoma
}

.cb {
    clear: both
}

body {
    background: none;
    font-size: 12px;
    font-family: Tahoma
}

img {
    display: block;
    border: none
}

h1, h2, h3, h4, h5, h6 p {
    margin: 0;
    padding: 0
}

* {
    margin: 0;
    padding: 0
}

:focus {
    outline: none
}

.left {
    float: left
}

.right {
    float: right
}

.spacer {
    clear: both;
    height: 10px
}

.spacer1 {
    clear: both;
    height: 20px
}

.main {
    width: 100%
}

.header {
    height: 58px;
    background: none
}

.Masterheader {
    height: 113px;
    background: url(Images/ms-login.png) repeat-x
}

    .Masterheader .Headtitle {
        padding-top: 40px;
        text-align: center
    }

        .Masterheader .Headtitle h2 {
            color: #464646;
            font-size: 22px
        }

    .Masterheader .MSlogo {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        margin-top: 10px;
        margin-left: 15px;
        width: 363px;
        height: 307px;
        background: url(Images/ms-logo.png) no-repeat
    }

.header .logo {
    margin-top: 3px;
    margin-left: 8px
}

.header .welcomPanel {
    margin-top: 8px;
    margin-right: 8px
}

    .header .welcomPanel .welcome {
        width: 158px;
        color: #464646;
        font-size: 11px
    }

        .header .welcomPanel .welcome a {
            margin-left: 6px;
            padding: 4px 30px 5px 30px;
            background: url(Images/logout.png)
        }

        .header .welcomPanel .welcome em {
            color: #4bcdde;
            font-weight: bold;
            font-size: 12px
        }

    .header .welcomPanel .logout {
        margin-top: 12px;
        margin-right: 2px;
        color: #464646;
        text-align: right;
        font-size: 11px
    }

        .header .welcomPanel .logout span {
            color: #4bcdde;
            font-weight: bold;
            font-size: 12px
        }

.center {
    margin: 0 auto;
    width: 93%
}

.content_panel {
    position: relative;
    clear: both
}

    .content_panel .tab_panel {
        position: absolute;
        top: -20px;
        left: 12px;
        z-index: 1000;
        clear: both
    }

        .content_panel .tab_panel ul {
        }

        .content_panel .tab_panel li {
            float: left;
            padding: 1px 0;
            list-style: none
        }

            .content_panel .tab_panel li a {
                position: relative;
                display: block;
                margin-right: 2px;
                padding: 8px 15px !important;
                -moz-border-radius: 10px 10px 0 0;
                -webkit-border-radius: 10px 10px 0 0;
                border-radius: 10px 10px 0 0;
                background: #002855;
                -webkit-box-shadow: #777 0 0 10px;
                box-shadow: #777 0 0 10px;
                color: #fff;
                text-decoration: none;
                font-weight: bold;
                font-size: 12px
            }

                .content_panel .tab_panel li a.selected {
                    background: #fff;
                    color: #002855
                }

.whitebox {
    position: absolute;
    top: 32px;
    left: 12px;
    z-index: 1001;
    display: block;
    clear: both;
    width: 700px;
    height: 10px;
    background: #fff
}

.whitebox2 {
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 500;
    display: block;
    clear: both;
    width: 20px;
    height: 10px;
    background: #fff
}

.content_panel .tab_panel li a:hover {
}

.TabItems {
    position: relative;
    padding: 4px 0;
    width: 200px;
    border: 1px solid #696;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #002855;
    -moz-box-shadow: #666 0 2px 3px;
    -webkit-box-shadow: #666 0 2px 3px;
    box-shadow: #666 0 2px 3px;
    text-align: center
}

#Menu1 ul {
}

#Menu1 li {
}

    #Menu1 li a {
    }

        #Menu1 li a:active {
        }

.btn_search {
    position: relative;
    padding-right: 0;
    width: 100%;
    border: 1px solid #002855;
    font-weight: bold;
    background: #c5cfda;
    color: #000 !important;
    height: 30px !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif
}

    .btn_search:hover {
        position: relative;
        background: #cdcdcd;
        border: 1px solid #696565;
        color: #000 !important;
        cursor: pointer;
        font-family: "Segoe UI",Arial,Helvetica,sans-serif
    }

    .btn_search:active {
        position: relative;
        background: #002855;
        border: none medium;
        color: #fff !important;
        cursor: pointer;
        font-family: "Segoe UI",Arial,Helvetica,sans-serif
    }

.leftPanel .btn_search {
    position: relative;
    padding-right: 0;
    width: 100%;
    border: 1px solid #002855;
    font-weight: bold;
    background: #fff;
    color: #000 !important;
    height: 30px !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif
}

    .leftPanel .btn_search:hover {
        position: relative;
        background: #cdcdcd;
        border: 1px solid #696565;
        color: #000 !important;
        cursor: pointer;
        font-family: "Segoe UI",Arial,Helvetica,sans-serif
    }

    .leftPanel .btn_search:active {
        position: relative;
        background: #002855;
        border: none medium;
        color: #fff !important;
        cursor: pointer;
        font-family: "Segoe UI",Arial,Helvetica,sans-serif
    }

.leftPanel .btn_red {
    position: relative;
    padding: 4px 0;
    width: 200px;
    border: 1px solid #696;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #f52083;
    -moz-box-shadow: #666 0 2px 3px;
    -webkit-box-shadow: #666 0 2px 3px;
    box-shadow: #666 0 2px 3px;
    text-align: center
}

.btn_red {
    position: relative;
    padding: 4px 0;
    width: 200px;
    border: 1px solid #696;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #ff253a;
    -moz-box-shadow: #666 0 2px 3px;
    -webkit-box-shadow: #666 0 2px 3px;
    box-shadow: #666 0 2px 3px;
    text-align: center
}

    .btn_red:hover {
        position: relative;
        background: #ff253a;
        cursor: pointer
    }

.doc_input {
    position: relative;
    margin-top: 3px;
    padding: 3px;
    border: 1px solid #48b6cf;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.doc1_input {
    margin-top: 3px;
    padding: 3px;
    border: 1px solid #48b6cf
}

.login {
    position: relative;
    z-index: 12;
    margin: 5% auto;
    padding: 10px;
    width: 200px;
    background: url(Images/Login-asp.png) repeat-x
}

    .login .user-text {
        padding-top: 4px;
        padding-bottom: 8px;
        color: #fff;
        font-weight: bold
    }

    .login .user-input {
    }

        .login .user-input input {
            padding: 2px;
            width: 192px
        }

    .login .user-button {
    }

    .login .user-dropdown select {
        padding: 2px;
        width: 200px;
        border: none;
        background: #cbd8e6;
        color: #8c0080
    }

.borderBox {
    clear: both;
    margin-top: 30px
}

    .borderBox .TopCenter {
        background: url(Images/borderTopCenter.jpg) repeat-x top left
    }

    .borderBox .BottomCenter {
        background: url(Images/borderBottomCenter.jpg) repeat-x bottom left
    }

    .borderBox .MiddleLeft {
        background: url(Images/borderMiddleLeft.jpg) repeat-y top left
    }

    .borderBox .MiddleRight {
        background: url(Images/borderMiddleRight.jpg) repeat-y top right
    }

    .borderBox .TopLeft {
        background: url(Images/borderTopLeft.jpg) no-repeat top left
    }

    .borderBox .TopRight {
        background: url(Images/borderTopRight.jpg) no-repeat top right
    }

    .borderBox .BottomLeft {
        background: url(Images/borderBottomLeft.jpg) no-repeat bottom left
    }

    .borderBox .BottomRight {
        background: url(Images/borderBottomRight.jpg) no-repeat bottom right
    }

    .borderBox .borderContent {
        padding: 28px 28px 28px 28px;
        min-height: 630px
    }

        .borderBox .borderContent strong {
            font-size: 15px
        }

.data_table {
    clear: both;
    overflow: auto;
    width: auto;
    height: auto
}

.data_tab {
    border: 1px solid #002855;
    border-collapse: collapse
}

    .data_tab th {
        padding: 6px;
        border-right: 1px solid #fff;
        background: #002855;
        color: #fff
    }

    .data_tab td {
    }

.data_tab1 {
    overflow: auto;
    height: 370px;
    border: 1px solid #002855;
    border-collapse: collapse
}

    .data_tab1 th {
        padding: 6px;
        border-right: 1px solid #fff;
        background: #002855;
        color: #fff
    }

    .data_tab1 td {
        padding: 5px;
        border-right: 1px solid #a0fcff
    }

    .data_tab1 tr.rowColor {
        background: #EDEDED
    }

.doc_panel {
    position: relative;
    padding: 12px;
    border: 1px solid #c5cfda;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #74d2e7;
}

.doc_panel_hdr {
    position: relative;
    padding: 12px;
    border: 1px solid #002855;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #002855;
    color: #ffffff;
}

    .doc_panel td {
        margin-left: 3px
    }

    .doc_panel .doc_input {
        margin-top: 3px;
        padding: 3px;
        width: 97%;
        border: 1px solid #6A6A6A;
        background-color: #fff
    }

.footer {
    vertical-align: bottom;
    text-align: center
}

.DataGridCSS td {
    border: 1px solid #002855;
    border-collapse: collapse
}

.DataGridCSS th {
    border-collapse: collapse;
    border-top: none;
    border-right: 1px solid #fff;
    text-align: center
}

.DataGridCSS {
    border: 1px solid #002855;
    border-collapse: collapse
}

    .DataGridCSS tr {
        position: relative;
        top: expression(this.offsetParent.scrollTop)
    }

.Navigation li {
}

.textTopCombo {
    font-weight: bold;
    font-size: small;
    font-family: Tahoma
}

.combo_topDiv {
    margin-right: 10px;
    margin-left: 10px
}

.combo_top {
    position: relative;
    margin-top: 3px;
    padding: 3px;
    border: 1px solid #000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.TextHeader {
    vertical-align: top;
    font-weight: bold;
    font-size: 21.333px;
    font-family: Tahoma
}

.LabelViews {
    margin-right: 5px;
    text-align: right;
    font-weight: bold;
    font-size: 9px;
    font-family: Tahoma
}

.TextboxViews {
    margin-left: 5px;
    text-align: left;
    font-weight: bold;
    font-size: 9px;
    font-family: Tahoma
}

.LablesInfo {
    vertical-align: middle;
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma
}

.HeaderPage {
    color: #0047bb;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    padding-left: 100px;
    text-transform: uppercase;
}

.txtbox {
    padding: 3px;
    width: 90%;
    border: 1px solid #ccc;
    font-size: 12px;
    background-color: #fff !important;
    background: url(https://i.imgur.com/z7ZSYjt.png) no-repeat right -10px center;
    transition: background 0.4s;
}

    .txtbox.x {
        background-position: right 5px center;
    }

    .txtbox.onX {
        cursor: pointer;
    }

    .txtbox:focus {
        padding: 3px;
        border: 1px solid #002855;
        -webkit-box-shadow: #002855 0 0 5px;
        box-shadow: #002855 0 0 5px
    }

    .txtbox.error {
        padding: 3px;
        border: 1px solid red !important;
        -webkit-box-shadow: red 0 0 5px;
        box-shadow: red 0 0 5px
    }

.txtboxWaterMark {
    padding: 3px;
    width: 90%;
    border: 1px solid #ccc;
    color: gray;
    font-size: 12px
}

    .txtboxWaterMark:focus {
        padding: 3px;
        border: 1px solid #002855;
        -webkit-box-shadow: #002855 0 0 5px;
        box-shadow: #002855 0 0 5px;
        color: gray
    }

    .txtboxWaterMark.error {
        padding: 3px;
        border: 1px solid red;
        -webkit-box-shadow: red 0 0 5px;
        box-shadow: red 0 0 5px;
        color: gray
    }

.txtbox1 {
    text-align: center
}

.drpbox {
    background-color: #f9f9f9;
    border: 1px solid #cdcdcd;
    padding: 3px;
    position: relative;
    width: 100%
}

    .drpbox:focus {
        padding: 3px;
        border: 0 medium;
        color: #000
    }

    .drpbox.error {
        padding: 3px;
        border: 1px solid red
    }

.drpbox1 {
    padding: 3px;
    width: 100%;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

    .drpbox1:focus {
        padding: 3px;
        border: 1px solid #002855;
        -webkit-box-shadow: #002855 0 0 5px;
        box-shadow: #002855 0 0 5px
    }

    .drpbox1.error {
        padding: 3px;
        border: 1px solid red;
        -webkit-box-shadow: red 0 0 5px;
        box-shadow: red 0 0 5px
    }

.formTable * {
    text-align: left
}

.formTable {
    border-collapse: collapse
}

    .formTable th, .formTable td {
        margin: 0;
        padding: 2px;
        border: 1px solid #ccc;
        border-collapse: collapse
    }

    .formTable th {
        border-left: none;
        text-align: right
    }

    .formTable td {
        border-right: none
    }

        .formTable th.bordertopnone, .formTable td.bordertopnone {
            border-top: none !important
        }

        .formTable th.borderbottomnone, .formTable td.borderbottomnone {
            border-bottom: none !important
        }

        .formTable th.borderleftnone, .formTable td.borderleftnone {
            border-left: none !important
        }

        .formTable th.borderrightnone, .formTable td.borderrightnone {
            border-right: none !important
        }

        .formTable th.borderallnone, .formTable td.borderallnone {
            border: none !important
        }

    .formTable table td, .formTable table th {
        padding: 0;
        border: none !important
    }

    .formTable.padding th, .formTable.padding td {
        padding: 2px !important
    }

.forTable2 {
    text-align: center !important
}

.tdLeft {
    width: 120px !important
}

.tdSpacer {
    width: 100px !important
}

.tdDetail {
    width: 100% !important
}

.lblView {
    Width: 120px !important
}

.txtboxView {
    margin-left: 10px;
    padding: 3px;
    border: 1px solid #ccc
}

    .txtboxView:focus {
        padding: 3px;
        border: 1px solid #002855;
        -webkit-box-shadow: #002855 0 0 5px;
        box-shadow: #002855 0 0 5px
    }

    .txtboxView.error {
        padding: 3px;
        border: 1px solid red;
        -webkit-box-shadow: red 0 0 5px;
        box-shadow: red 0 0 5px
    }

.leftPanel {
    position: relative;
    z-index: 5;
    margin-right: 28px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
}

.tradingpartner_image {
    border: 2px solid #fff !important;
    border-radius: 20px 20px 20px 20px !important;
}

.expenderFieldset {
    border: none
}

    .expenderFieldset legend {
        border: none;
        text-align: left;
        text-transform: uppercase;
        font-size: 15px
    }

        .expenderFieldset legend span {
            display: inline-block;
            width: 19px;
            height: 19px;
            background: url(Images/arrowexpender.jpg) no-repeat top left
        }

.checkBoxExists {
    margin-right: 5px
}

.ui-widget-header {
    width: 230px;
    text-align: left
}

    .ui-widget-header legend {
        text-transform: uppercase;
        font-size: 15px
    }

.ui-icon-triangle-1-e {
    width: 19px;
    height: 19px;
    background: url(Images/arrowexpender.jpg) no-repeat 0 0;
    text-indent: -9999px
}

.ui-icon-triangle-1-s {
    width: 19px;
    height: 19px;
    background: url(Images/arrowexpender.jpg) no-repeat 0 -19px;
    text-indent: -9999px
}

.bottomBtn {
    position: absolute;
    left: 33px;
    z-index: 1000
}

.cont {
    padding-bottom: 20px
}

.rgNoRecords {
    height: 300px;
    background-color:#ffffff !important;
}

#ctl00_contentArea_dataGridCA_GridData .rgNoRecords {
    height: 120px
}

.RadGrid .rgDetailTable {
    border-collapse: inherit
}

#content {
}

.RadGrid_Windows7 {
    color: #002855 !important
}

.rgHeaderDiv {
    background: #002855 !important
}

#ctl00_contentArea_ucNewDocuments_dataGrid_ctl00 {
    border: none;
    color: #fff
}

#ctl00_contentArea_ucNewDocuments_dataGrid {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_ucDocumentManagementV_dataGrid_ctl00 {
    border: none;
    color: #fff
}

#ctl00_contentArea_ucDocumentManagementV_dataGrid {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_ucDocumentManagementR_dataGrid_ctl00 {
    border: none;
    color: #fff
}

#ctl00_contentArea_ucDocumentManagementR_dataGrid {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_DocumentDetailsGridView_ctl00 {
    border: none;
    color: #fff
}

#ctl00_contentArea_DocumentDetailsGridView {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_ucShipTraceR_dataGrid {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_ucShipTraceR_dataGrid_ctl00 {
    border: none;
    color: #fff
}

#ctl00_contentArea_ucReportsR_dataGrid2 {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_ucReportsR_dataGrid2_ctl00 {
    border: none;
    color: #fff
}

#ctl00_contentArea_ucReportsR_dataGrid1 {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_ucReportsR_dataGrid1_ctl00 {
    border: none;
    color: #fff
}

#ctl00_contentArea_InboundGrid {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_InboundGrid_ctl00 {
    border: none;
    color: #fff
}

#ctl00_contentArea_TabContainer1_tbASNs_dataGridASN {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_TabContainer1_tbASNs_dataGridASN_ctl00 {
    border: none;
    color: #fff
}

#cctl00_contentArea_TabContainer1_tbAcks_dataGridAck {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_TabContainer1_tbAcks_dataGridAck_ctl00 {
    border: none;
    color: #fff
}

#ctl00_contentArea_dataGrid2 {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_dataGrid2_ctl00 {
    border: none;
    color: #fff
}

#ctl00_contentArea_dataGrid1 {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_dataGrid1_ctl00 {
    border: none;
    color: #fff
}

#ctl00_contentArea_dataGridACKExc {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_dataGridACKExc_ctl00 {
    border: none;
    color: #fff
}

#ctl00_contentArea_ucStatusUpdateR_dataGrid {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_ucStatusUpdateR_dataGrid_ctl00 {
    border: none;
    color: #fff
}

#ctl00_contentArea_ucArchiveSearchV_dataGrid {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_ucArchiveSearchV_dataGrid_ctl00 {
    color: #fff
}

#ctl00_contentArea_ucArchiveSearchR_dataGrid {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_ucArchiveSearchR_dataGrid_ctl00 {
    color: #fff
}

#ctl00_contentArea_GridView1 {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_GridView1_ctl00 {
    color: #fff
}

#ctl00_contentArea_GridView1_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

#ctl00_contentArea_ucViewAcknowledgement_GridView1 {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_ucViewAcknowledgement_GridView1_ctl00 {
    color: #fff
}

#ctl00_contentArea_ucViewAcknowledgement_GridView1_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

#ctl00_contentArea_ViewInvoice_GridView1 {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_ViewInvoice_GridView1_ctl00 {
    color: #fff
}

#ctl00_contentArea_ViewInvoice_GridView1_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

#ctl00_contentArea_ucViewShipNotices_GridView1 {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_ucViewShipNotices_GridView1_ctl00 {
    color: #fff
}

#ctl00_contentArea_ucViewShipNotices_GridView1_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

#ctl00_contentArea_ucCreateAcknowledgement_datagrid {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_ucCreateAcknowledgement_datagrid_ctl00 {
    color: #fff
}

#ctl00_contentArea_ucCreateAcknowledgement_datagrid_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

#ctl00_contentArea_CreateInvoice_dataGrid {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_CreateInvoice_datagrid_ctl00 {
    color: #fff
}

#ctl00_contentArea_CreateInvoice_datagrid_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

#ctl01_contentArea_GridView1 {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl01_contentArea_GridView1_ctl00 {
    color: #fff
}

#ctl01_contentArea_GridView1_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

#ctl00_contentArea_dataGrid_ctl00 {
    color: #fff
}

#ucViewPurchaseOrder_GridView1 {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ucViewPurchaseOrder_GridView1_ctl00 {
    color: #fff
}

#ucViewPurchaseOrder_GridView1_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

#ctl00_contentArea_dataGrid_ctl00 {
    color: #fff
}

#ctl00_contentArea_CreateInvoice_dataGrid {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_CreateInvoice_dataGrid_ctl00 {
    color: #fff
}

#ctl00_contentArea_CreateInvoice_dataGrid_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

#ctl00_contentArea_dataGrid_ctl00 {
    color: #fff
}

#ctl00_contentArea_BuyerPOList_dataGrid {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_BuyerPOList_dataGrid_ctl00 {
    color: #fff
}

#ctl00_contentArea_BuyerPOList_dataGrid_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

#ctl00_contentArea_SelectedPOGrid {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_SelectedPOGrid_ctl00 {
    color: #fff
}

#ctl00_contentArea_SelectedPOGrid_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

#ctl00_contentArea_dataGridEdit {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_dataGridEdit_ctl00 {
    color: #fff
}

#ctl00_contentArea_dataGridEdit_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

#ctl00_contentArea_dataGrid_ctl00 {
    color: #fff
}

#ctl00_contentArea_dataGrid_ctl06_lblItemDesc2 {
    color: #000
}

#ctl00_contentArea_dataGrid {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_datagrid_ctl00 {
    color: #fff
}

#ctl00_contentArea_datagrid_ctl06_lblItemDesc2 {
    color: #000
}

#ctl00_contentArea_datagrid {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_dataGridCA {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

.contactWrap {
    margin-bottom: 0;
    border-width: 1px;
    border-style: solid !important;
    background: #fff
}

    .contactWrap td {
        padding: 0;
        border: 0;
        color: #000
    }

        .contactWrap td td {
            padding: 0;
            color: #000
        }

    .contactWrap img {
        border: 1px solid #05679d
    }

.rgExpandCol {
}

.RadGrid_Windows7 .rgAltRow td {
    border-color: #EDEDED !important
}

.RadGrid .rgMasterTable, .RadGrid .rgDetailTable {
    border-collapse: collapse !important
}

.RadGrid .rgRow td, .RadGrid .rgAltRow td, .RadGrid .rgEditRow td, .RadGrid .rgFooter td {
    padding-top: 2px !important;
    padding-bottom: 3px !important
}

.listboxCSS {
    overflow: auto;
    border: 0;
    font-size: 8pt;
    font-family: Arial
}

.divBorderCSS {
    position: relative;
    overflow: auto;
    width: 300px;
    height: 100px;
    border-style: solid;
    border-color: #7f9db9;
    border-top: thin;
    border-right-width: thin;
    border-bottom: thin;
    border-left-width: thin
}

.selectscrollhide {
    width: 110%
}

.MyRadGridStyle table {
    border: none !important
}

.rgDataDiv {
    overflow-x: hidden !important
}

.DetailGridCSS td {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.RadPicker table.rcTable .rcInputCell {
    padding: 0 1px 0 0 !important
}

.pnlCSS {
    cursor: pointer
}

#contentArea_CalendarExtender5_popupDiv table tr td {
    margin: 0 !important;
    padding: 0 !important
}

#contentArea_CalendarExtendertxtstartD_popupDiv table tr td {
    margin: 0 !important;
    padding: 0 !important
}

#contentArea_CalendarExtender1_popupDiv table tr td {
    margin: 0 !important;
    padding: 0 !important
}

#contentArea_CalendarExtender33_popupDiv table tr td {
    margin: 0 !important;
    padding: 0 !important
}

#contentArea_CalendarExtender66_popupDiv table tr td {
    margin: 0 !important;
    padding: 0 !important
}

#contentArea_CalendarExtender2_popupDiv table tr td {
    margin: 0 !important;
    padding: 0 !important
}

#contentArea_CalendarExtender3_popupDiv table tr td {
    margin: 0 !important;
    padding: 0 !important
}

#ctl00_contentArea_BuildShipment_CalendarExtender5_popupDiv table tr td {
    margin: 0 !important;
    padding: 0 !important
}

#ctl00_contentArea_BuildShipment_CalendarExtendertxtstartD_popupDiv table tr td {
    margin: 0 !important;
    padding: 0 !important
}

#ctl00_contentArea_BuildShipment_CalendarExtender1_popupDiv table tr td {
    margin: 0 !important;
    padding: 0 !important
}

.NoteBox {
    max-height: 60px !important;
    height: auto !important
}

.NoteBox1 {
    margin-left: 5px !important
}

.noPadding {
    padding: 0 !important
}

.RadPicker td a {
    margin: 0 6px !important
}

.GridCellLeftAlign {
    margin-left: 5px !important
}

.reportPnl {
    padding: 12px;
    border-radius: 10px 10px 10px 10px;
    background: none repeat scroll 0 0 #74d2e7
}

.SuperAdminControlPanel {
    padding: 12px;
    border-radius: 10px 10px 10px 10px;
    background: none repeat scroll 0 0 #abb8ee
}

.rgEditForm {
    display: none !important
}

.Tab .ajax__tab_header {
    color: #000;
    font-weight: bold;
    font-size: 13px;
    font-family: Sans-Serif
}

.Tab .ajax__tab_body {
    padding-top: 0;
    height: 400px;
    border: 5px solid #b4cbdf
}

.Tab .ajax__tab_active .ajax__tab_tab {
    height: 31px;
    background: #0047BB;
    color: #fff
}

.Tab .ajax__tab_active .ajax__tab_inner {
    position: relative;
    padding-left: 18px;
    height: 31px;
    border-radius: 5px 5px 0 0;
    background: #0047BB;
    color: #fff;
    vertical-align: middle
}

    .Tab .ajax__tab_active .ajax__tab_inner span {
        display: inline-block;
        margin-top: 7px
    }

.Tab .ajax__tab_hover .ajax__tab_inner span {
    display: inline-block;
    margin-top: 7px
}

.Tab .ajax__tab_inner span {
    display: inline-block;
    margin-top: 7px
}

.Tab .ajax__tab_active .ajax__tab_outer {
    position: relative;
    padding-right: 18px;
    height: 31px;
    border-radius: 5px 5px 0 0;
    background: #0047BB;
    color: #fff;
    vertical-align: middle
}

.Tab .ajax__tab_hover .ajax__tab_tab {
    height: 31px;
    background: #5db5e7;
    color: #000
}

.Tab .ajax__tab_hover .ajax__tab_inner {
    position: relative;
    padding-left: 18px;
    border-radius: 5px 5px 0 0;
    background: #5db5e7;
    color: #000;
    vertical-align: middle
}

.Tab .ajax__tab_hover .ajax__tab_outer {
    position: relative;
    padding-right: 18px;
    border-radius: 5px 5px 0 0;
    background: #5db5e7;
    color: #000;
    vertical-align: middle
}

.Tab .ajax__tab_tab {
    height: 31px;
    background: #3392BB;
    color: #fff
}

.Tab .ajax__tab_inner {
    position: relative;
    padding-left: 18px;
    height: 31px;
    border-radius: 5px 5px 0 0;
    background: #3392BB;
    color: #fff;
    vertical-align: middle
}

.Tab .ajax__tab_outer {
    position: relative;
    margin-right: 2px;
    padding-right: 18px;
    height: 31px;
    border-radius: 5px 5px 0 0;
    background: #3392BB;
    color: #fff;
    vertical-align: middle
}

.TabInner {
    margin: 20px !important
}

    .TabInner .ajax__tab_header {
        color: #000;
        font-weight: bold;
        font-size: 13px;
        font-family: Sans-Serif
    }

    .TabInner .ajax__tab_body {
        padding-top: 0;
        height: 400px;
        border: 5px solid #778e95
    }

    .TabInner .ajax__tab_active .ajax__tab_tab {
        height: 31px;
        background: #435792;
        color: #fff
    }

    .TabInner .ajax__tab_active .ajax__tab_inner {
        position: relative;
        padding-left: 18px;
        height: 31px;
        border-radius: 5px 5px 0 0;
        background: #435792;
        color: #fff;
        vertical-align: middle
    }

        .TabInner .ajax__tab_active .ajax__tab_inner span {
            display: inline-block;
            margin-top: 7px
        }

    .TabInner .ajax__tab_hover .ajax__tab_inner span {
        display: inline-block;
        margin-top: 7px
    }

    .TabInner .ajax__tab_inner span {
        display: inline-block;
        margin-top: 7px
    }

    .TabInner .ajax__tab_active .ajax__tab_outer {
        position: relative;
        padding-right: 18px;
        height: 31px;
        border-radius: 5px 5px 0 0;
        background: #435792;
        color: #fff;
        vertical-align: middle
    }

    .TabInner .ajax__tab_hover .ajax__tab_tab {
        height: 31px;
        background: #5db5e7;
        color: #000
    }

    .TabInner .ajax__tab_hover .ajax__tab_inner {
        position: relative;
        padding-left: 18px;
        border-radius: 5px 5px 0 0;
        background: #5db5e7;
        color: #000;
        vertical-align: middle
    }

    .TabInner .ajax__tab_hover .ajax__tab_outer {
        position: relative;
        padding-right: 18px;
        border-radius: 5px 5px 0 0;
        background: #5db5e7;
        color: #000;
        vertical-align: middle
    }

    .TabInner .ajax__tab_tab {
        height: 31px;
        background: #3392BB;
        color: #fff
    }

    .TabInner .ajax__tab_inner {
        position: relative;
        padding-left: 18px;
        height: 31px;
        border-radius: 5px 5px 0 0;
        background: #3392BB;
        color: #fff;
        vertical-align: middle
    }

    .TabInner .ajax__tab_outer {
        position: relative;
        margin-right: 2px;
        padding-right: 18px;
        height: 31px;
        border-radius: 5px 5px 0 0;
        background: #3392BB;
        color: #fff;
        vertical-align: middle
    }

.arSellerCheckBox input {
    margin-right: 3px
}

.arSellerCheckBox label {
    margin-right: 3px
}

.noBorder {
    border: 1px solid #fff !important
}

.docBuyerR .doc_input {
    margin-top: 0
}

.mech select {
    width: 40% !important
}

.sspPopup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    background: none;
    text-align: center
}

    .sspPopup .ssPopup_content {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-shadow: 0 0 25px 5px;
        margin: 0 auto;
        padding: 30px;
        position: relative;
        text-align: left;
        top: 20%;
        width: 70%
    }

    .sspPopup .cancel {
        position: absolute;
        top: 5px;
        right: 5px;
        display: block;
        width: 26px;
        height: 26px;
        background: url("Images/cancel.png") repeat-x scroll 0 0 transparent;
        cursor: pointer
    }

.sspPopup2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    background: none;
    text-align: center
}

    .sspPopup2 .ssPopup_content2 {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-shadow: 0 0 25px 5px;
        margin: 0 auto;
        padding: 30px;
        position: relative;
        text-align: left;
        top: 20%;
        width: 70%
    }

    .sspPopup2 .cancel2 {
        position: absolute;
        top: 5px;
        right: 5px;
        display: block;
        width: 26px;
        height: 26px;
        background: url("Images/cancel.png") repeat-x scroll 0 0 transparent;
        cursor: pointer
    }

.sspPopup3 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    background: none;
    text-align: center
}

    .sspPopup3 .ssPopup_content3 {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-shadow: 0 0 25px 5px;
        margin: 0 auto;
        padding: 30px;
        position: relative;
        text-align: left;
        top: 20%;
        width: 70%
    }

    .sspPopup3 .cancel3 {
        position: absolute;
        top: 5px;
        right: 5px;
        display: block;
        width: 26px;
        height: 26px;
        background: url("Images/cancel.png") repeat-x scroll 0 0 transparent;
        cursor: pointer
    }

.sspPopup4 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    background: none;
    text-align: center
}

    .sspPopup4 .ssPopup_content4 {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-shadow: 0 0 25px 5px;
        margin: 0 auto;
        padding: 30px;
        position: relative;
        text-align: left;
        top: 20%;
        width: 70%
    }

    .sspPopup4 .cancel4 {
        position: absolute;
        top: 5px;
        right: 5px;
        display: block;
        width: 26px;
        height: 26px;
        background: url("Images/cancel.png") repeat-x scroll 0 0 transparent;
        cursor: pointer
    }

.MessageBox {
    width: 400px !important
}

.ajax__calendar_body {
    width: auto !important
}

.ajax__calendar_container {
    width: 200px !important
}

.preline {
    display: block;
    padding: 2px 5px;
    white-space: pre-line
}

.printBorderNone td {
    border: none !important
}

.innermenu .innersubmenu ul ul {
    right: -17px !important;
    left: auto !important;
    float: left !important;
    padding: 0 0 10px 0 !important;
    width: 298px !important;
    background: #0047bb;
}

    .innermenu .innersubmenu ul ul li {
        background: #ffffff !important;
        border: dashed 1px #c5cfda;
    }
        .innermenu .innersubmenu ul ul li:first-child {
            background: #ffffff !important;
            border-top: none !important
        }

.innermenu ul ul ul li {
    float: none;
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding: 0;
    vertical-align: top;
    background: #ffffff;
}

    .innermenu ul ul ul li a {
        font-weight: bold !important;
        font-size: 11px;
    }

.modalBackground {
    background-color: #000;
    opacity: .7;
    filter: alpha(opacity=70)
}

.black_overlay {
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background-color: #000;
    -moz-opacity: .8;
    opacity: .8;
    filter: alpha(opacity=80)
}

.white_content {
    position: fixed;
    top: 40%;
    z-index: 1002;
    overflow: auto;
    padding: 0;
    width: 99.7%;
    height: 20%;
    border: 2px solid #ffa500;
    background-color: #fff;
    text-align: center
}

.RList label {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    padding-left: 25px;
    font-size: 13px;
    cursor: pointer
}

.RList input[type=radio] {
    display: none
}

.RList label:before {
    position: absolute;
    bottom: 1px;
    left: 0;
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    background-color: #a8a8a8;
    -webkit-box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.3),0 1px 0 0 rgba(255,255,255,.8);
    box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.3),0 1px 0 0 rgba(255,255,255,.8);
    content: ""
}

.RList label:before {
    border-radius: 8px
}

.RList input[type=radio]:checked + label:before {
    color: #f3f3f3;
    content: "•";
    text-align: center;
    font-size: 16px;
    line-height: 13px
}

.Chk input[type=checkbox] {
    display: none
}

.Chk label:before {
    border-radius: 3px
}

.Chk input[type=checkbox]:checked + label:before {
    color: #f3f3f3;
    content: "✓";
    text-align: center;
    -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    font-size: 15px;
    line-height: 15px
}

#blank {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9001;
    width: 100%;
    *background: none;
    background-color: #111;
    opacity: .65
}

#DivAnnouncements {
    position: absolute;
    z-index: 9002;
    width: 600px;
    height: 250px;
    border: 1px solid #000;
    border-radius: 10px 10px 10px 10px;
    background: none repeat scroll 0 0 #fff;
    -webkit-box-shadow: 0 1px 15px 6px #002d4a;
    box-shadow: 0 1px 15px 6px #002d4a
}

#popUpDiv {
    position: absolute;
    z-index: 9002;
    width: 400px;
    height: 400px;
    border: 1px solid #000;
    border-radius: 10px 10px 10px 10px;
    background: none repeat scroll 0 0 #fff;
    -webkit-box-shadow: 0 1px 15px 6px #002d4a;
    box-shadow: 0 1px 15px 6px #002d4a
}

#DivPrint {
    position: absolute;
    z-index: 9002;
    width: 475px;
    height: 115px;
    border: 1px solid #000;
    border-radius: 10px 10px 10px 10px;
    background: none repeat scroll 0 0 #fff;
    -webkit-box-shadow: 0 1px 15px 6px #002d4a;
    box-shadow: 0 1px 15px 6px #002d4a
}

#DivSelect {
    position: absolute;
    z-index: 9002;
    width: 400px;
    height: 120px;
    border: 1px solid #000;
    border-radius: 10px 10px 10px 10px;
    background: none repeat scroll 0 0 #fff;
    -webkit-box-shadow: 0 1px 15px 6px #002d4a;
    box-shadow: 0 1px 15px 6px #002d4a
}

#DivSaved {
    position: absolute;
    top: 276.5px;
    left: 716.5px;
    z-index: 9002;
    display: block;
    width: 475px;
    height: 105px;
    border: 1px solid #000;
    border-radius: 10px 10px 10px 10px;
    background: none repeat scroll 0 0 #fff;
    -webkit-box-shadow: 0 1px 15px 6px #002d4a;
    box-shadow: 0 1px 15px 6px #002d4a
}

#DivCSVOption {
    position: absolute;
    top: 276.5px;
    left: 716.5px;
    z-index: 9002;
    display: block;
    width: 475px;
    height: 105px;
    border: 1px solid #000;
    border-radius: 10px 10px 10px 10px;
    background: none repeat scroll 0 0 #fff;
    -webkit-box-shadow: 0 1px 15px 6px #002d4a;
    box-shadow: 0 1px 15px 6px #002d4a
}

#divMsg {
    position: absolute;
    z-index: 9002;
    width: 400px;
    height: 80px;
    border: 1px solid #000;
    border-radius: 10px 10px 10px 10px;
    background: none repeat scroll 0 0 #fff;
    -webkit-box-shadow: 0 1px 15px 6px #002d4a;
    box-shadow: 0 1px 15px 6px #002d4a
}

.load {
    position: absolute;
    top: 30%;
    left: 45%;
    z-index: 1000;
    display: none;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: #ccc 0 0 10px;
    box-shadow: #ccc 0 0 10px;
    color: #333;
    text-align: center;
    font-size: 20px
}

.load2 {
    position: absolute;
    top: 30%;
    left: 45%;
    z-index: 1000;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: #ccc 0 0 10px;
    box-shadow: #ccc 0 0 10px;
    color: #333;
    text-align: center;
    font-size: 20px
}

.Add_User {
    margin: auto;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #999;
    border: inset 1px solid #333;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.3);
    box-shadow: 0 0 8px rgba(0,0,0,.3)
}

.tbx {
    position: relative;
    padding: 3px;
    font-size: 12px;
    width: 300px;
    display: block;
    border: 1px solid #999;
    height: 20px;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.3);
    box-shadow: 0 0 8px rgba(0,0,0,.3)
}

.dbox {
    position: relative;
    padding: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 375px;
    display: block;
    border: 1px solid #999;
    height: 25px;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.3);
    box-shadow: 0 0 8px rgba(0,0,0,.3)
}

.RadToolTip_Silk {
    border: 1px solid #d7d7d7;
    border-radius: 10px 10px 10px 10px !important;
    box-shadow: 0 1px 10px #000 !important
}

.ButtonPan {
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    margin-right: 28px;
    padding: 10px;
    z-index: 10007 !important
}

.tableTDsLeftPadding td {
    padding-left: 5px !important;
    font-size: 11px !important
}

.tableTDsLeftPadding {
    font-size: 11px !important
}

.noleftpadding td {
    padding-left: 0 !important
}

.noleftpadding input {
    padding: 3px;
    font-size: 11px
}

.popup {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 25px 5px;
    padding: 30px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%
}

.RadGrid_Metro .rgMasterTable td.rgGroupCol, .RadGrid_Metro .rgMasterTable td.rgExpandCol {
    background: #ffffff !important;
    border-color: transparent !important
}

.RadGrid_Metro .rgHeader:first-child, .RadGrid_Metro th.rgResizeCol:first-child, .RadGrid_Metro .rgFilterRow > td:first-child, .RadGrid_Metro .rgRow > td:first-child, .RadGrid_Metro .rgAltRow > td:first-child {
    border-left-width: 0;
    padding-left: 2px !important
}

.RadGrid_Metro .rgMasterTable .rgSelectedCell, .RadGrid_Metro .rgSelectedRow {
    background-color: #008ad8 !important;
    color: #fff !important
}

    .RadGrid_Metro .rgMasterTable .rgSelectedCell, .RadGrid_Metro .rgSelectedRow a {
        color: #fff !important
    }

.doc_panel .btn_search {
    position: relative;
    padding-right: 0;
    width: 100%;
    border: 1px solid #6A6A6A;
    font-weight: bold;
    background: #fff;
    color: #000 !important;
    height: 30px !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif
}

    .doc_panel .btn_search:hover {
        position: relative;
        background: #cdcdcd;
        border: 1px solid #696565;
        color: #000 !important;
        cursor: pointer;
        font-family: "Segoe UI",Arial,Helvetica,sans-serif
    }

    .doc_panel .btn_search:active {
        position: relative;
        background: #002855;
        border: none medium;
        color: #fff !important;
        cursor: pointer;
        font-family: "Segoe UI",Arial,Helvetica,sans-serif
    }

.ButtonPan .btn_search {
    background: none repeat scroll 0 0 #002855;
    border: 1px solid #002855;
    color: #FFFFFF !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-weight: bold;
    height: 30px !important;
    padding-right: 0;
    position: relative;
    width: 100%;
}

    .ButtonPan .btn_search:hover {
        background: none repeat scroll 0 0 #9CBADB;
        border: 1px solid #002855;
        color: #000 !important;
        font-family: "Segoe UI",Arial,Helvetica,sans-serif;
        font-weight: bold;
        height: 30px !important;
        padding-right: 0;
        position: relative;
        width: 100%;
    }

.leftPanel .btn_search {
    background: none repeat scroll 0 0 #002855;
    border: 1px solid #002855;
    color: #FFFFFF !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-weight: bold;
    height: 30px !important;
    padding-right: 0;
    position: relative;
    width: 100%;
}

    .leftPanel .btn_search:hover {
        background: none repeat scroll 0 0 #9CBADB;
        border: 1px solid #002855;
        color: #000 !important;
        font-family: "Segoe UI",Arial,Helvetica,sans-serif;
        font-weight: bold;
        height: 30px !important;
        padding-right: 0;
        position: relative;
        width: 100%;
    }

.doc_panel .btn_search {
    background: none repeat scroll 0 0 #002855;
    border: 1px solid #002855;
    color: #FFFFFF !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-weight: bold;
    height: 30px !important;
    padding-right: 0;
    position: relative;
    width: 100%;
}

    .doc_panel .btn_search:hover {
        background: none repeat scroll 0 0 #9CBADB;
        border: 1px solid #002855;
        color: #000 !important;
        font-family: "Segoe UI",Arial,Helvetica,sans-serif;
        font-weight: bold;
        height: 30px !important;
        padding-right: 0;
        position: relative;
        width: 100%;
    }

.btn_search {
    background: none repeat scroll 0 0 #002855;
    border: 1px solid #002855;
    color: #FFFFFF !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-weight: bold;
    height: 30px !important;
    padding-right: 0;
    position: relative;
    width: 100%;
}

    .btn_search:hover {
        background: none repeat scroll 0 0 #9CBADB;
        border: 1px solid #002855;
        color: #000 !important;
        font-family: "Segoe UI",Arial,Helvetica,sans-serif;
        font-weight: bold;
        height: 30px !important;
        padding-right: 0;
        position: relative;
        width: 100%;
    }

.btn_Red {
    background: none repeat scroll 0 0 #ff6720;
    border: 1px solid #ff6720;
    color: #FFFFFF !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-weight: bold;
    height: 30px !important;
    padding-right: 0;
    position: relative;
    width: 100%;
    cursor: pointer;
}

    .btn_Red:hover {
        background: none repeat scroll 0 0 #ff6f6f;
        border: 1px solid #ff6720;
        color: #000 !important;
        font-family: "Segoe UI",Arial,Helvetica,sans-serif;
        font-weight: bold;
        height: 30px !important;
        padding-right: 0;
        position: relative;
        width: 100%;
        cursor: pointer;
    }

.btn_Amber {
    background: none repeat scroll 0 0 #fedB00;
    border: 1px solid #fedB00;
    color: #FFFFFF !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-weight: bold;
    height: 30px !important;
    padding-right: 0;
    position: relative;
    width: 100%;
    cursor: pointer;
}

    .btn_Amber:hover {
        background: none repeat scroll 0 0 #e5df1d;
        border: 1px solid #fedB00;
        color: #000 !important;
        font-family: "Segoe UI",Arial,Helvetica,sans-serif;
        font-weight: bold;
        height: 30px !important;
        padding-right: 0;
        position: relative;
        width: 100%;
        cursor: pointer;
    }

#TabMenu a.popout {
    background-image: none !important;
}

.RadGrid_Metro .rgPager .rgPagerButton {
    background: none repeat scroll 0 0 #002855 !important;
    border-color: #002855 !important;
}

#ctl00_contentArea_dataGrid_ctl00_ctl03_ctl01_ChangePageSizeTextBox_wrapper {
    width: 50px !important;
}

#usercontrols_poview_ascx_GridView1 {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#usercontrols_poview_ascx_GridView1_ctl00 {
    color: #fff
}

#usercontrols_poview_ascx_GridView1_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

#usercontrols_quickviews_poview_ascx_GridView1 {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#usercontrols_quickviews_poview_ascx_GridView1_ctl00 {
    color: #fff
}

#usercontrols_quickviews_poview_ascx_GridView1_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

#usercontrols_quickviews_poviewfull_ascx_GridView1 {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#usercontrols_quickviews_poviewfull_ascx_GridView1_ctl00 {
    color: #fff
}

#usercontrols_quickviews_poviewfull_ascx_GridView1_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

#usercontrols_quickviews_invviewfull_ascx_GridView1 {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#usercontrols_quickviews_invviewfull_ascx_GridView1_ctl00 {
    color: #fff
}

#usercontrols_quickviews_invviewfull_ascx_GridView1_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

#usercontrols_quickviews_ackviewfull_ascx_GridView1 {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#usercontrols_quickviews_ackviewfull_ascx_GridView1_ctl00 {
    color: #fff
}

#usercontrols_quickviews_ackviewfull_ascx_GridView1_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

#usercontrols_quickviews_asnviewfull_ascx_GridView1 {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#usercontrols_quickviews_asnviewfull_ascx_GridView1_ctl00 {
    color: #fff
}

#usercontrols_quickviews_asnviewfull_ascx_GridView1_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

#usercontrols_quickviews_invview_ascx_GridView1 {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#usercontrols_quickviews_invview_ascx_GridView1_ctl00 {
    color: #fff
}

#usercontrols_quickviews_invview_ascx_GridView1_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

#usercontrols_quickviews_ackview_ascx_GridView1 {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#usercontrols_quickviews_ackview_ascx_GridView1_ctl00 {
    color: #fff
}

#usercontrols_quickviews_ackview_ascx_GridView1_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

#usercontrols_quickviews_asnview_ascx_GridView1 {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#usercontrols_quickviews_asnview_ascx_GridView1_ctl00 {
    color: #fff
}

#usercontrols_quickviews_asnview_ascx_GridView1_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

#ctl00_contentArea_dataGridICR {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_dataGridICR_ctl00 {
    color: #fff
}

#ctl00_contentArea_dataGridICR_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

#ctl00_contentArea_GridViewDetails {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_GridViewDetails_ctl00 {
    color: #fff
}

#ctl00_contentArea_GridViewDetails_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

#ctl00_contentArea_GridViewSelectPOs {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_GridViewSelectPOs_ctl00 {
    color: #fff
}

#ctl00_contentArea_GridViewSelectPOs_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

#usercontrols_quickviews_asnviewwithoutacceptreject_ascx_GridView1 {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#usercontrols_quickviews_asnviewwithoutacceptreject_ascx_GridView1_ctl00 {
    color: #fff
}

#usercontrols_quickviews_asnviewwithoutacceptreject_ascx_GridView1_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

#ctl00_contentArea_dataGridAddLines {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_dataGridAddLines_ctl00 {
    color: #fff
}

#ctl00_contentArea_dataGridAddLines_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

#ctl00_contentArea_dgExceptionLog_ctl00_ctl06_dgExceptionLogDet {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_dgExceptionLog_ctl00_ctl06_dgExceptionLogDet_ctl00 {
    color: #fff
}

#ctl00_contentArea_dgExceptionLog_ctl00_ctl06_dgExceptionLogDet_ctl06_lblItemDesc2 {
    color: #000
}

#ctl00_contentArea_dgExceptionLog_ctl00 {
    border-width: 0px !important;
}

#usercontrols_quickviews_dy_poview_ascx_GridView1 {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#usercontrols_quickviews_dy_poview_ascx_GridView1_ctl00 {
    color: #fff
}

#usercontrols_quickviews_dy_poview_ascx_GridView1_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

#ctl00_contentArea_dataGridPacks {
    border-style: solid !important;
    border-color: #002855 !important;
    color: #002855 !important
}

#ctl00_contentArea_dataGridPacks_ctl00 {
    color: #fff
}

#ctl00_contentArea_dataGridPacks_ctl00_ctl06_lblItemDesc2 {
    color: #000
}

.active-header {
    background: none;
    background-color: #002855 !important;
}

.RadNotification_Metro {
    background-color: #0C87C1 !important;
    border: 1px solid #CDCDCD;
    color: #000000;
}

.rgDataDiv a {
    color: blue;
    /* First we need to help some browsers along for this to work. Just because a vendor prefix is there, doesn't mean it will work in a browser made by that vendor either, it's just for future-proofing purposes I guess. */
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    /* ...and now for the proper property */
    transition: .5s;
}

    .rgDataDiv a:hover {
        color: #c6007e !important;
        font-size: 15px !important;
    }

.RadButton_Metro.rbSkinnedButton, .RadButton_Metro .rbDecorated, .RadButton_Metro .rbSecondaryIcon, .RadButton_Metro.rbVerticalButton, .RadButton_Metro.rbVerticalButton .rbDecorated {
    background: none repeat scroll 0 0 #002855;
    border: 1px solid #002855 !important;
    color: #FFFFFF;
    font-weight: bold;
    height: 30px !important;
}

.Tab .ajax__tab_body {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    -moz-border-image: none !important;
    -o-border-image: none !important;
    -webkit-border-image: none !important;
    border-image: none !important;
    border-style: solid !important;
    border-top: 3px solid #002855 !important;
    border-bottom: 1px solid #002855 !important;
    border-left: 1px solid #002855 !important;
    border-right: 1px solid #002855 !important;
}

.Tab .ajax__tab_outer {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    border-color: #CDCDCD #CDCDCD -moz-use-text-color !important;
    border-radius: 0 !important;
    border-style: solid solid none !important;
    border-width: 1px 1px 0 !important;
    padding-right: 18px !important;
    margin-right: 0px !important;
}

.Tab .ajax__tab_active .ajax__tab_inner {
    border: 1px solid #002855 !important;
}

.RadButton_Metro.rbSkinnedButton, .RadButton_Metro.rbVerticalButton, .RadButton_Metro .rbDecorated {
    background-color: #002855 !important;
}

.btn_disabled {
    position: relative;
    padding-right: 0;
    width: 100%;
    border: 1px solid #bfbfbf;
    font-weight: bold;
    background: #CCC;
    color: #5d5d5d !important;
    height: 30px !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif
}

    .btn_disabled:hover {
        position: relative;
        background: #ccc;
        border: 1px solid #bfbfbf;
        color: #5d5d5d !important;
        font-family: "Segoe UI",Arial,Helvetica,sans-serif
    }

    .btn_disabled:active {
        position: relative;
        background: #CCC;
        border: 1px solid #bfbfbf;
        color: #5d5d5d !important;
        font-family: "Segoe UI",Arial,Helvetica,sans-serif
    }

.doc_panel .btn_disabled {
    position: relative;
    padding-right: 0;
    width: 100%;
    border: 1px solid #bfbfbf;
    font-weight: bold;
    background: #CCC;
    color: #5d5d5d !important;
    height: 30px !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif
}

    .doc_panel .btn_disabled:hover {
        position: relative;
        background: #ccc;
        border: 1px solid #bfbfbf;
        color: #5d5d5d !important;
        font-family: "Segoe UI",Arial,Helvetica,sans-serif
    }

    .doc_panel .btn_disabled:active {
        position: relative;
        background: #CCC;
        border: 1px solid #bfbfbf;
        color: #5d5d5d !important;
        font-family: "Segoe UI",Arial,Helvetica,sans-serif
    }

.dialog-overlay {
    /* set it to fill the whil screen */
    width: 100%;
    height: 100%;
    /* transparency for different browsers */
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background: #000;
    /* make sure it appear behind the dialog box but above everything else */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    /* hide it by default */
    display: none;
}

.dialog-overlay2 {
    /* set it to fill the whil screen */
    width: 100%;
    height: 100%;
    /* transparency for different browsers */
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background: #000;
    /* make sure it appear behind the dialog box but above everything else */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    /* hide it by default */
    display: none;
}

.dialog-overlay3 {
    /* set it to fill the whil screen */
    width: 100%;
    height: 100%;
    /* transparency for different browsers */
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background: #000;
    /* make sure it appear behind the dialog box but above everything else */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    /* hide it by default */
    display: none;
}

.dialog-box {
    /* css3 drop shadow */
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    /* css3 border radius */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #eee;
    /* styling of the dialog box, i have a fixed dimension for this demo */
    width: auto;
    /* make sure it has the highest z-index */
    position: absolute;
    z-index: 1002;
    /* hide it by default */
    display: none;
    top: 45%;
    left: 40%;
}

    .dialog-box .dialog-content {
        /* style the content */
        text-align: left;
        padding: 10px;
        margin: 13px;
        color: #666;
        font-family: arial;
        font-size: 11px;
    }
        /* extra styling */
        .dialog-box .dialog-content p {
            font-weight: 700;
            margin: 0;
        }

        .dialog-box .dialog-content ul {
            margin: 10px 0 10px 20px;
            padding: 0;
            height: 50px;
        }

.imgDisabled {
    filter: url("data:image/svg+xml; utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
}
/*Text Color Animation*/
.TextAnim {
    -webkit-animation: color-change 1s infinite;
    -moz-animation: color-change 1s infinite;
    -o-animation: color-change 1s infinite;
    -ms-animation: color-change 1s infinite;
    animation: color-change 1s infinite;
}

@-webkit-keyframes color-change {
    0% {
        color: orangered;
    }

    50% {
        color: darkcyan;
    }

    100% {
        color: orangered;
    }
}

@-moz-keyframes color-change {
    0% {
        color: red;
    }

    50% {
        color: blue;
    }

    100% {
        color: red;
    }
}

@-ms-keyframes color-change {
    0% {
        color: red;
    }

    50% {
        color: blue;
    }

    100% {
        color: red;
    }
}

@-o-keyframes color-change {
    0% {
        color: red;
    }

    50% {
        color: blue;
    }

    100% {
        color: red;
    }
}

@keyframes color-change {
    0% {
        color: red;
    }

    50% {
        color: blue;
    }

    100% {
        color: red;
    }
}
/*Text Color Animation*/
.panel-primary {
    border-color: #002855;
}

.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.panel-primary > .panel-heading {
    background-color: #002855 !important;
    border-color: #002855;
    color: #fff;
}

.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}
/*Dock and Yard CSS - START*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 34px;
}
    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(45px);
    -ms-transform: translateX(45px);
    transform: translateX(45px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 1px;
    padding: 1px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 10px;
        background-color: #002855;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #000 none repeat scroll 0 0;
    border-color: -moz-use-text-color #999999;
    border-image: none;
    border-radius: 0;
    border-style: none;
    border-width: medium 2px;
    bottom: 0;
    display: block;
    margin: 0;
    position: absolute;
    right: 72px;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 18px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.radioBtn label {
    margin-left: 5px;
    vertical-align: top;
}
/*YesNo*/
.yesnoswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.yesnoswitch-checkbox {
    display: none;
}

.yesnoswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 1px;
    padding: 1px;
}

.yesnoswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .yesnoswitch-inner:before, .yesnoswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .yesnoswitch-inner:before {
        content: "YES";
        padding-left: 10px;
        background-color: #002855;
        color: #FFFFFF;
    }

    .yesnoswitch-inner:after {
        content: "NO";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.yesnoswitch-switch {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #000 none repeat scroll 0 0;
    border-color: -moz-use-text-color #999999;
    border-image: none;
    border-radius: 0;
    border-style: none;
    border-width: medium 2px;
    bottom: 0;
    display: block;
    margin: 0;
    position: absolute;
    right: 72px;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 18px;
}

.yesnoswitch-checkbox:checked + .yesnoswitch-label .yesnoswitch-inner {
    margin-left: 0;
}

.yesnoswitch-checkbox:checked + .yesnoswitch-label .yesnoswitch-switch {
    right: 0px;
}
/*YesNo*/
/*Expand/Collapse*/
.expandswitch {
    position: relative;
    width: 110px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.expandswitch-checkbox {
    display: none;
}

.expandswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 1px;
    padding: 1px;
}

.expandswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .expandswitch-inner:before, .expandswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .expandswitch-inner:before {
        content: "Expanded";
        padding-left: 10px;
        background-color: #002855;
        color: #FFFFFF;
    }

    .expandswitch-inner:after {
        content: "Collapsed";
        padding-right: 10px;
        background-color: #002855;
        color: #FFFFFF;
        text-align: right;
    }

.expandswitch-switch {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #000 none repeat scroll 0 0;
    border-color: -moz-use-text-color #999999;
    border-image: none;
    border-radius: 0;
    border-style: none;
    border-width: medium 2px;
    bottom: 0;
    display: block;
    margin: 0;
    position: absolute;
    right: 92px;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 18px;
}

.expandswitch-checkbox:checked + .expandswitch-label .expandswitch-inner {
    margin-left: 0;
}

.expandswitch-checkbox:checked + .expandswitch-label .expandswitch-switch {
    right: 0px;
}
/*Green Switch*/
.tgl {
    display: none;
}

    .tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
        box-sizing: border-box;
    }

        .tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
            background: none;
        }

        .tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
            background: none;
        }

        .tgl + .tgl-btn {
            outline: 0;
            display: block;
            width: 4em;
            height: 2em;
            position: relative;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
                position: relative;
                display: block;
                content: "";
                width: 50%;
                height: 100%;
            }

            .tgl + .tgl-btn:after {
                left: 0;
            }

            .tgl + .tgl-btn:before {
                display: none;
            }

        .tgl:checked + .tgl-btn:after {
            left: 50%;
        }

.tgl-flip + .tgl-btn {
    padding: 2px;
    transition: all .2s ease;
    font-family: sans-serif;
    -webkit-perspective: 100px;
    perspective: 100px;
}

    .tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
        display: inline-block;
        transition: all .4s ease;
        width: 100%;
        text-align: center;
        position: absolute;
        line-height: 2em;
        font-weight: bold;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 4px;
    }

    .tgl-flip + .tgl-btn:after {
        content: attr(data-tg-on);
        background: #02C66F;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }

    .tgl-flip + .tgl-btn:before {
        background: #FF3A19;
        content: attr(data-tg-off);
    }

    .tgl-flip + .tgl-btn:active:before {
        -webkit-transform: rotateY(-20deg);
        transform: rotateY(-20deg);
    }

.tgl-flip:checked + .tgl-btn:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.tgl-flip:checked + .tgl-btn:after {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    left: 0;
    background: #7FC6A6;
}

.tgl-flip:checked + .tgl-btn:active:after {
    -webkit-transform: rotateY(20deg);
    transform: rotateY(20deg);
}
/*Green Switch*/
/*Expand/Collapse*/
.metro-dropdown option, .metro-dropdown:after, .metro-dropdown::after, .metro-dropdown select {
    color: #333;
}

.metro-dropdown select, .metro-dropdown:after, .metro-dropdown::after {
    display: block;
    background: #fff;
}

.metro-dropdown select, .metro-dropdown option {
    padding: 8px;
}

.metro-dropdown {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
}

    .metro-dropdown::after {
        content: "\25bc";
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 32px;
        font-size: 9px;
        line-height: 35px;
        text-align: center;
        -webkit-pointer-events: none;
        -moz-pointer-events: none;
        pointer-events: none;
        color: #707070;
        background-color: rgb(242, 242, 242);
    }

    .metro-dropdown select {
        height: 35px;
        border: 0;
        vertical-align: middle;
        font: normal 12px/14px "Tahoma", Arial, Helvetica, Sans-serif;
        outline: 0 none;
    }

    .metro-dropdown option {
        background: #fff;
        color: #333;
    }
/* more colors */
.metro-dropdown-color-ff1d77 select, .metro-dropdown-color-ff1d77:after, .metro-dropdown-color-ff1d77::after {
    background: #ff1d77;
}

.metro-dropdown-color-2673ec select, .metro-dropdown-color-2673ec:after, .metro-dropdown-color-2673ec::after {
    background: #2673ec;
}

.metro-dropdown-color-ff2e12 select, .metro-dropdown-color-ff2e12:after, .metro-dropdown-color-ff2e12::after {
    background: #ff2e12;
}

.metro-dropdown select:disabled, .metro-dropdown::after, .metro-dropdown::after {
    background: #eee none repeat scroll 0 0;
    display: block;
}

.disableImage {
    -webkit-filter: grayscale(1);
    filter: gray;
    filter: grayscale(1);
}

.rsModalInner h1 {
    color: #00cfb4;
    font-size: 17px !important;
    font-weight: normal;
    margin: -20px -20px 20px !important;
    padding: 5px !important;
}

.listName {
    color: #019CC2;
    font-size: 15px;
    display: table;
    margin-left: 10px;
    margin-top: 5px;
}

.listNum {
    color: #00597f;
    display: block;
    margin-bottom: 5px;
    margin-left: 10px;
    opacity: 0.5;
}

.listBtn {
    margin-bottom: 5px;
    display: block;
}

.lItem {
    background: #f6f6f6 none repeat scroll 0 0;
}

.lAitem {
    background: #e7e7e7 none repeat scroll 0 0;
    margin-top: 10px;
    opacity: 0.86;
}

.listButton {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #002855;
    cursor: pointer;
    display: block;
    font-family: Tahoma;
    margin-right: 10px;
    padding: 4px;
    width: 110px;
}

    .listButton:hover {
        background-color: #f2f2f2;
        border: 1px solid #939393;
    }

    .listButton:active {
        background-color: #ececec;
        border: 1px solid #939393;
    }

    .listButton:disabled {
        background-color: #e1e1e1;
        border: 1px solid #ccc;
        color: #888;
        cursor: no-drop;
    }

.defaultIcon {
    display: inline-block !important;
    margin-left: 10px !important;
    vertical-align: middle !important;
}

.displayNone {
    display: none !important;
}

.pointer {
    cursor: pointer;
}

.lItem img, .lAitem img {
    height: 20px;
    margin-right: 3px;
}

    .lItem img:hover, .lAitem img:hover {
        opacity: 0.6;
    }

.marginRight12 {
    margin-right: 12px !important;
}

.positionRelative {
    position: relative !important;
}

.imgBtnHover:hover {
    opacity: 0.6;
}

.imgBtnHover:active {
    opacity: 1;
}

.monthSelector {
    position: relative !important;
    left: 0 !important;
    top: 0 !important
}

.arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.arrowRight {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.arrowLeft {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.arrowUp {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.arrowDown {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.requiredSymbol {
    color: red;
    font-size: 14px;
    font-weight: bold;
}

.paddingZero {
    padding: 0 !important;
}

.paddTop10 {
    padding-top: 10px;
}

.sspPopup {
    background: transparent url("Images/popupBack.png") repeat scroll 0 0 !important;
}

.lnkHover:hover {
    text-decoration: underline;
}

.tblParentFilters .metro-dropdown::after {
    line-height: 35px !important;
}

.linkHover:hover {
    text-decoration: underline;
}

.cool-link {
    display: inline-block;
    color: rgb(0, 199, 255);
    text-decoration: none;
    font-size: large;
    font-family: 'Tahoma';
    cursor: pointer;
}

    .cool-link::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: rgb(0, 199, 255);
        transition: width .3s;
    }

    .cool-link:hover::after {
        width: 100%;
        transition: width .3s;
    }

.inputErrbubble {
    position: relative;
    background: rgb(193, 0, 0);
    border-radius: .4em;
}

    .inputErrbubble:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 35%;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-top-color: rgb(193, 0, 0);
        border-bottom: 0;
        margin-left: -26px;
        margin-bottom: -6px;
    }

.inputErrbubble2 {
    position: relative;
    background: rgb(193, 0, 0);
    border-radius: .4em;
}

    .inputErrbubble2:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 20%;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-top-color: rgb(193, 0, 0);
        border-bottom: 0;
        margin-left: -26px;
        margin-bottom: -6px;
    }

.inputWarnigbubble {
    position: relative;
    background: rgb(244, 109, 31);
    border-radius: .4em;
}

    .inputWarnigbubble:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 26%;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-top-color: rgb(244, 109, 31);
        border-bottom: 0;
        margin-left: -26px;
        margin-bottom: -8px;
    }

.sspPopup {
    -webkit-transition: all .5s linear;
    /* Safari */
    transition: all .5s linear;
}

.option-label {
    display: block;
    line-height: 40px;
}

.option-input + label {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 3px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 25px;
    width: 25px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #efefef;
    border: 2px solid #cbd1d8;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    margin-right: 0.2rem;
    /*z-index: 1000;
    */
}

    .option-input + label span {
        position: absolute;
        left: 100%;
        color: #000;
        margin-left: 6px;
        margin-top: 3px;
    }

    .option-input + label:hover {
        background: #9faab7;
    }

    .option-input + label.radio {
        border-radius: 50%;
    }

        .option-input + label.radio::before {
            border-radius: 50%;
        }

        .option-input + label.radio::after {
            border-radius: 50%;
        }

.option-input:checked + label {
    background: #4289c6;
}

    .option-input:checked + label::before {
        height: 25px;
        width: 25px;
        position: absolute;
        content: '✔';
        display: inline-block;
        font-size: 18.66667px;
        text-align: center;
        line-height: 25px;
        left: 0;
    }

.option-input + label.radio::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #4289c6;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
    pointer-events: none;
}

.option-input + label.checkbox {
    border-radius: 3px;
}

    .option-input + label.checkbox::after {
        border-radius: 3px;
    }

.PONumAnch {
    color: blue;
    cursor: pointer;
    margin-top: 3px !important;
}

    .PONumAnch:hover {
        text-decoration: underline;
    }

.tblReportFilter th {
    text-align: right;
}

.tblReportFilter td {
    display: block;
    margin-right: 20%;
}

.tblReportFilter .ajax__calendar_container td {
    display: inline-block !important;
    margin: 0 !important;
}

.asnMatchBar {
    background-color: rgb(227, 41, 41);
}

    .asnMatchBar:hover {
        background-color: rgb(255, 100, 100);
    }

.chkDays input {
    margin-right: 4px;
    margin-left: 10px;
}

.chkDays label {
    vertical-align: super;
    font-weight: bold;
}

.range input {
    margin-left: 10px;
}

.spnCheck label {
    font-weight: bold;
    font-size: 12px;
    margin-left: 5px;
    vertical-align: top;
}

.lnkDisabled {
    text-decoration: none !important;
    color: #333 !important;
}

.lnkEnabled {
    text-decoration: underline !important;
    color: blue !important;
    cursor: pointer;
}

#ctl00_contentArea_cmbPersonnel_DropDown .rcbImage {
    height: 12px !important;
    display: inline !important;
}

.RadMenu_MetroTouch {
    z-index: 9999999 !important;
}

.RadMenu_Context {
    z-index: 9999999 !important;
}

.highlightGreen {
    border: 1px solid green !important;
    box-shadow: 0px 0px 5px 1px green;
}

.highlightRed {
    border: 1px solid #b00202 !important;
    box-shadow: 0px 0px 5px 1px #b00202;
}

.highlightWarning {
    border: 1px solid orange !important;
    box-shadow: 0px 0px 5px 1px orange;
}

.toast-message {
    font-size: 13px !important;
}

.scale_1-5 {
    transform: scale(1.5);
}

.hover-to90:hover {
    height: 90px !important;
}

.hover-to120:hover {
    height: 120px !important;
}

.rotate90 {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/*Dock and Yard CSS - END*/
.RadToolTip_Silk table.rtWrapper tr td a.rtCloseButton {
    background-position: -115px -1965px;
    width: 20px;
    height: 20px;
    border-radius: 45px;
    margin: -5px -3px 0 0;
    background-color: #ff6720 !important;
}

.RadGrid_Metro .rgRow > td:first-child.rgExpandCol, .RadGrid_Metro .rgAltRow > td:first-child.rgExpandCol {
    padding-left: 2px !important;
    background-color: #ffffff;
}

.rgPager .riSingle .riTextBox {
    padding-right: 2px !important;
    padding-left: 2px !important;
}

.RadTabStrip_MetroTouch .rtsLevel1 {
    border-color: #0047bb !important;
}
