body {
    font-family: Verdana;
    font-size: 7.5pt;
    background-color: #fafafa;
}

input, select, textarea, button {
    font-family: inherit;
    font-size: 7.5pt;
}


/* Dropdown Button */
.dropbtn {
    background-color: Transparent;
    background-repeat: no-repeat;
    color: #e8672c;
    font-size: 7.5pt;
    border: none;
    font-weight:bold;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown 
.dropdown:hover .dropbtn {
    background-color: #e8672c;
}
    */
.padtop {
    padding-top: 5px;
}

.common_borders {
    /*  border-color: red;     background-color: blue; */
    border-top-color: red;
    border-right-color: red;
    border-bottom-color: red;
    border-left-color: red;
    background-color: blue;
}

.objectspan {
    background-color: Gray;
}

/* added by mohan krishna on 01-03-2013 */
.SubTitleHeader {
    color: white;
    line-height: 20px;
    font-size: 8pt;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    background-color: #E86C24;
    text-align: left;
}


.username {
    color: black;
    font-weight: bold;
}

.redlink {
    color: red;
    font-weight: bold;
}

.homebarbg {
    background-color: #31699C;
}

.nodata {
    color: black;
    text-align: left;
}

.day_title {
    font-size: 10px;
    font-weight: BOLD;
    text-decoration: underline;
    color: navy;
}

.day_number {
    cursor: pointer;
    color: navy;
}

.day_number_highlight {
    cursor: pointer;
    background-color: #94bee7;
}

.templatetables {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-top: 1px solid black;
    text-align: left;
}

.buttonslist {
    position: absolute;
    z-index: -1;
    width: 200;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: #c8c8c8;
    border: solid 1px Gray;
    padding: 5px;
}

.exception {
    color: red;
    font-size: 12px;
    background-color: #cde0f3;
}

.homepage_welcome, .homepage_innovative, .homepage_greentext,
.modulepage_header, .modulepage_text1 {
    color: #e8672c;
}

.homepage_welcome {
    font-size: 14pt;
    font-weight: bold;
}

    .homepage_welcome.homepage_smalltext,
    .homepage_innovative, .homepage_greentext {
        font-weight: bold;
        font-size: 11pt;
        text-align: left;
    }
/*.homepage_innovative {
    font-weight: bold;
    font-size: 12pt;
    text-align: left;
}*/
/*.homepage_greentext
{
    font: bold 10pt/30px Verdana;
    color: #e8672c;
    text-decoration: underline;
    
    text-align: left;
}*/
.homepage_serviceprovided {
    padding-left: 5px;
    font: bold 8pt Verdana;
    color: white;
    text-align: left;
}

.homepage_serviceprovided1body {
    font-size: 8pt;
    padding: 5;
    text-align: justify;
}

.homepage_smalltext {
    font-size: 7.5pt;
    font-weight: bold;
    text-align: justify;
    color: Black;
}

.blankbg {
    background-color: white;
}

.header-td {
    background-color: rgb(243,241,237);
}

.middle-td {
    background-color: #fafafa;
}

.center1 {
    /*border: 1px solid black;     border-collapse: collapse;*/
    border-top-color: black;
    border-right-color: black;
    border-bottom-color: black;
    border-left-color: black;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-collapse: collapse;
}

.center2 {
    background-image: none;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
}

.sction-tab {
    border: 0px solid #31699C;
    border-collapse: collapse;
    background-color: #E86C24;
    color: white;
}

.sction-tab-bg {
    padding-left: 5px;
    font-size: 7pt;
    color: black;
    font-style: normal;
    background-color: rgb(243,241,237);
    font-variant: normal;
    text-align: left;
}

.calendar-tab-bg {
    padding-top: 5px;
    padding-left: 5px;
    font-size: 7pt;
    color: black;
    font-style: normal;
    font-variant: normal;
    background-color: #EAE8F7;
}

.mainmenuon {
    color: black;
    text-align: center;
    vertical-align: baseline;
    cursor: pointer;
    background-color: #fafafa;
}

.mainmenuoff {
    color: black;
    background-color: #c8c8c8;
    text-align: center;
    vertical-align: baseline;
    cursor: pointer;
}

A.mainmenuon:link, A.mainmenuon:visited {
    color: black;
    font-weight: bold;
}

A.mainmenuon:hover {
    text-decoration: none;
}

.mainmenuarrow {
    color: black;
    text-align: center;
    vertical-align: center;
    cursor: pointer;
}

A.submenuon {
    color: #31699C;
    text-decoration: none;
    font-weight: bold;
}

    A.submenuon:link {
        background-color: #c0c0c0;
        color: black;
        text-decoration: none;
    }

    A.submenuon:active {
        color: black;
        text-decoration: none;
    }

    A.submenuon:visited {
        text-decoration: underline;
    }

    A.submenuon:hover {
        color: #E86C24;
        text-decoration: underline;
    }

A.submenuoff {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

    A.submenuoff:link {
        color: black;
        text-decoration: none;
    }

    A.submenuoff:active {
        color: black;
        text-decoration: none;
    }

    A.submenuoff:visited {
        color: black;
        text-decoration: none;
    }

    A.submenuoff:hover {
        color: #E86C24;
        text-decoration: underline;
    }

A.menu {
    color: black;
    font-size: 10px;
    text-decoration: none;
    font-weight: bold;
}

    A.menu:link {
        color: black;
        text-decoration: none;
        font-size: 10px;
    }

    A.menu:active {
        color: red;
        text-decoration: none;
        font-size: 10px;
    }

    A.menu:visited {
        color: #0000ff;
        text-decoration: none;
        font-size: 10px;
    }

    A.menu:hover {
        color: red;
        text-decoration: none;
        font-size: 10px;
    }

.topheader {
    text-align: right;
}

A.links1:link {
    color: black;
    text-decoration: none;
    font-size: 11px;
}

A.links1:active {
    color: red;
    text-decoration: none;
    font-size: 11px;
}

A.links1:visited {
    color: #0000ff;
    text-decoration: none;
    font-size: 11px;
}

A.links1:hover {
    color: red;
    text-decoration: underline;
    font-size: 11px;
}

.mcbutton {
    margin: 0 10px 0 0;
    background: #c8c8c8;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    border-top: 1px solid;
    color: black;
    height: 19px;
    text-decoration: none;
    cursor: pointer;
}

.copyright {
    font-size: 9pt;
    text-align: left;
}

A.site-links:link, A.site-links:active, A.site-links:visited, A.site-links:hover {
    color: #e8672c;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}

.list_titles {
    padding-left: 5px;
    font-weight: bold;
    color: black;
}

.form_field_label_red {
    padding-left: 5px;
    color: red;
    font-weight: bold;
    background-color: #deebf7;
    text-align: left;
}

.form_field_label {
    padding-left: 5px;
    color: black;
    font-weight: bold;
    text-align: left;
}

.view_ipvr_footer {
    padding-left: 5px;
    color: black;
    font: 7.5pt/20px verdana;
    background-color: white;
}

.view-text-pad {
    padding-left: 5px;
    font-weight: bold;
    font-size: 8pt;
    color: white;
    text-align: left;
    background-color: #E86C24;
}

#sction-tab .view-text-pad {
    background-color: #E86C24;
}

.view-text {
    padding-left: 5px;
    color: black;
    text-align: left;
}

.view-text-red {
    padding-left: 5px;
    color: red;
    background-color: #deebf7;
}

.view-text-redbold {
    padding-left: 5px;
    color: red;
    font: bold 8pt/20px verdana;
    background-color: #deebf7;
}

.mcontent-text {
    padding-left: 5px;
    color: black;
    font-style: normal;
    font-variant: normal;
    white-space: nowrap;
}

.mcontent-text-red {
    padding-left: 5px;
    font-size: 7.5pt;
    color: red;
    font-style: normal;
    font-variant: normal;
}

.textbox {
    font-size: 8.5pt;
    color: Black;
    font-style: normal;
    font-variant: normal;
}

.flattextbox {
    font-size: 8.5pt;
    color: Black;
    font-style: normal;
    font-variant: normal;
    font-weight: BOLD;
    border-style: none;
}

.textarea {
    font-size: 8.5pt;
    color: Black;
    font-style: normal;
    font-variant: normal;
    background-color: #deebf7;
}

.greenbg-color {
    /*#E77830*/
}

.linebg-color {
    background-color: #E86C24;
}

.ltgreenbg-color {
    background-color: #cde0f3;
    font-weight: normal;
    font-size: 8pt;
    font-style: normal;
    font-variant: normal;
}

.bOver {
    font-size: 10px;
    font-weight: bold;
    color: white;
    padding-top: 3px;
    padding-left: 5px;
    padding-bottom: 3px;
    padding-right: 5px;
    background-color: #99ccff;
    cursor: pointer;
}

.bOut {
    font-size: 10px;
    font-weight: bold;
    color: white;
    padding-top: 3px;
    padding-left: 5px;
    padding-bottom: 3px;
    padding-right: 5px;
    background-color: #5389bc;
    cursor: pointer;
}

A.treeLink:link {
    color: black;
    text-decoration: none;
    font-size: 11px;
}

A.treeLink:active {
    color: red;
    text-decoration: none;
    font-size: 11px;
}

A.treeLink:visited {
    color: #0000ff;
    text-decoration: none;
    font-size: 11px;
}

A.treeLink:hover {
    color: red;
    text-decoration: underline;
    font-size: 11px;
}

.treeTD {
    padding-left: 7px;
    font-size: 11px;
    font-color: black;
}

.form_confirmation {
    padding-left: 10px;
    color: black;
    font: bold 10pt/20px Verdana;
    background-color: #deebf7;
}

.modulepage_header {
    padding-left: 25px;
    font-weight: bold;
    font-size: 14pt;
    text-align: left;
}

.modulepage_text1 {
    padding-left: 25px;
    font-weight: bold;
    font-size: 12pt;
    text-align: left;
}

.modulepage_text2 {
    padding-left: 25px;
    text-align: left;
    font-size: 10pt;
}

.modulepage_links {
    padding-left: 25px;
    color: #6666cc;
    font: bold 7pt/20px Verdana;
    text-decoration: underline;
    text-align: left;
}

A.ml:link {
    color: black;
    text-decoration: none;
}

A.ml:active {
    color: red;
    text-decoration: none;
}

A.ml:visited {
    color: #0000ff;
    text-decoration: none;
}

A.ml:hover {
    color: red;
    text-decoration: underline;
}

.clsDLbl {
    background-color: white;
    border-bottom: #006699 1px solid;
    border-left: #006699 1px solid;
    border-right: #006699 1px solid;
    border-top: #006699 1px solid;
    color: black;
    font-weight: normal;
    font-size: 7.5pt;
}

.autotextbox {
    color: #0000ff;
    font-weight: bold;
    background-color: #fafafa;
    font-style: normal;
    font-variant: normal;
}

.RPFform_field_label {
    padding-left: 5px;
    color: #0000ff;
    font: bold 7.5pt/20px verdana;
}

.errorpage_header {
    font: bold 10pt/30px Tahoma;
    color: navy;
}

.errorpage_links {
    color: #6666cc;
    font: bold 9pt/20px Verdana;
    background-color: white;
    text-decoration: underline;
}

.linkbutton {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    padding: 0; /*border is optional*/
    border-bottom: 1px solid #444;
    cursor: pointer;
    color: #0000ff;
    text-decoration: underline;
    font-weight: bold;
}

A:link {
    color: #1974ad;
    text-decoration: none;
}

A:active {
    color: #31699C;
    text-decoration: none;
}

A:visited {
    color: #0000ff;
    text-decoration: none;
}

A:hover {
    color: #E86C24;
    text-decoration: underline;
}


A.white-links {
    color: white;
    font-size: 10px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}


.sptexts {
    font-size: 7.5pt;
    color: Black;
    font-style: normal;
    font-variant: normal;
    border-bottom-style: window-inset;
    border-right-style: window-inset;
    border-top-style: outset;
    border-left-style: outset;
}


Input[type='button'][disabled] {
    color: Gray;
}

Input[type='submit'][disabled] {
    color: Gray;
}

.center {
    text-align: center;
}

#FormTable_DetailInvoiceFr #ListPanelID2EC, #FormTable_InvoiceFr #ListPanelID2EC {
    text-align: center;
}

td#InvEntityCostsLs_title, td#InvoiceCostDetailsLs_title, td#InvCostDetailsLs_title, td#InvEntityCostsLs {
    background-color: #b85014;
}

tr#Form_TitleContainerInvoiceCostDetailsFr, tr#Form_TitleContainerDetailInvoiceCostFr, tr#Form_TitleContainerInvoiceDetailsFr, tr#Form_TitleContainerDetailInvoiceRevFr, #Form_TitleContainerInvoicePgFooter, #Form_TitleContainerDetailInvoiceFrPgFooter, tr#Form_TitleContainerNoneTransportInvoiceDetailsFr, tr#Form_TitleContainerNoneTransportInvoiceCostDetailsFr, #Form_TitleContainerNoneTransportInvoicePgFooter, .hidden, tr#Form_TitleContainerSamplesFr, tr#Form_TitleContainerBookingFrPgFooter, tr#Form_TitleContainerNoneTransportBrokerageJobDetailsFr, tr#Form_TitleContainerInvoiceDocsFr, tr#Form_TitleContainerDetailInvoiceDocsFr, tr#Form_TitleContainerNoneTransportInvoiceDocsFr {
    display: none;
}

div#EnclRow_BookingSamplesLs_Table .totalItems {
    width: 50px !important;
}

div#EnclRow_BookingSamplesLs_Table td.list_titles {
    width: 150px;
}

div#EnclRow_BookingSamplesLs_Table td#List_BookingSamplesLs_ColHeader_ParameterCell {
    width: 180px;
}

div#EnclRow_BookingSamplesLs_Table .clsDLbl {
    width: 100px !important;
}

div#EnclRow_BookingSamplesLs_Table .sptexts {
    width: 80px;
}

div#EnclRow_SampleTimingLs_Table td[name='DayNameCell'] {
    width: 80px !important;
}

div#EnclRow_SampleTimingLs_Table td[name='FromTimeCell'], div#EnclRow_SampleTimingLs_Table td[name='ToTimeCell'] {
    width: 100px;
}

div#EnclRow_SampleTimingLs_Table td[name='FromDateCell'], div#EnclRow_SampleTimingLs_Table td[name='ToDateCell'] {
    width: 120px;
}

.chosen-container {
    min-width: 220px !important;
    font-size: 7.5pt !important;
}

li.ui-timepicker-am, li.ui-timepicker-pm, .ui-datepicker td a {
    font-size: 7.5pt;
}

div#EnclRow_BookingSamplesLs_Table tr.DataGridItem_Row td {
    vertical-align: middle;
}

ui-timepicker-list {
    z-index: 9999;
}

#tblBookingPlan {
    border-collapse: collapse;
    width: 100%;
}

    #tblBookingPlan td, #tblBookingPlan th {
        border: 1px solid #ddd;
        height: 20px;
    }

    #tblBookingPlan th {
        text-align: center;
        background-color: #709bc3;
        font-weight: bold;
        font-size: 12px;
        color: White;
        width: 100px;
    }

    #tblBookingPlan tbody tr.Sortable:hover {
        cursor: move;
    }

    #tblBookingPlan tbody tr.Sortable input[type='checkbox']:hover {
        cursor: auto !important;
    }

    #tblBookingPlan th#SerialNo {
        width: 20px;
    }

.smallHint {
    margin-bottom: -2px;
    text-align: left;
    font-size: 10px;
    color: Gray;
    font-weight: bold;
}

.full-width {
    width: 100% !important;
    max-width: 100%;
}

.noWrap {
    white-space: nowrap;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

#divPlanning .clsDLbl {
    width: 220px;
}

th.tableHeader1 {
    font-weight: bold;
    text-align: center;
}

.bold1 {
    font-weight: bold;
}

.orderOtherInfo {
    padding-top: 10px;
}

.padding-right-10 {
    padding-right: 10px;
}


.padding-right-20 {
    padding-right: 20px;
}

.topValign {
    vertical-align: top;
}

.paramCellWidth {
    max-width: 80px;
}

.txt-right {
    text-align: right;
}


.ui-widget-content a.ml2, a.ml2 {
    color: blue;
    text-decoration: underline;
    font-size: 11px;
    cursor: pointer;
}

#CustomerOrdersVDDocsFr_FormBodyTable {
    display: none;
}

.hide {
    display: none;
}

.wrapText {
    white-space: pre-wrap;
}

.searchLabel {
    font-weight: bold;
    font-size: 7.5pt;
}

.mtFooter {
    color: black;
    font-weight: bold;
}

.vMiddle {
    vertical-align: middle;
}

.upDownIcon {
    width: 20px;
    height: 20px;
}

.upDownLoginContainer {
    text-align: right;
    padding-right: 5px;
}

.homePageImageContainer {
    padding-right: 2px;
    vertical-align: middle;
}

    .homePageImageContainer img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

.padding-top-2 {
    padding-top: 2px;
}

#mm_top_InnerDiv {
    padding-top: 2px;
}

.homeHeight {
    line-height: 2.5;
}

input[type='text'].bookingTotalItems, input[type='number'].bookingTotalItems {
    width: 30px;
    margin-right: 2px;
}

select.bookingTotalItems {
    height: 20px;
    width: 70px;
}

input[type='text'].bookingLocation {
    width: 110px;
    margin-right: 1px;
}

input[type='text'].bookingTimeCtl {
    width: 50px;
    margin-right: 2px;
}

.inlineBlock {
    display: inline;
}

.bookingDatePicker {
    width: 70px;
}

.datePikcerMargin {
    margin-right: 3.5px;
}

a.listLink {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

label.list_label {
    color: black;
    font-weight: bold;
    background-color: transparent;
}

.bookingDetailsEditCtl {
    width: 180px;
}

textarea.bookingDetailsEditCtl {
    height: 44px;
    width: 95%;
}
#detailsItemsListTbl input[type='text'], #detailsItemsListTbl input[type='number']{
    width:95%;
}

#detailsItemsListTbl {
    border-collapse: collapse;
    width: 100%;
    margin-top: 5px;
}

    #detailsItemsListTbl th {
        background-color: #E86C24;
        width: 120px;
        text-align: center;
    }
        #detailsItemsListTbl th#detailsDescriptionHeader{
            width:160px;
        }
        #detailsItemsListTbl th#detailsActionsHeader {
            width: 80px;
        }

        #detailsItemsListTbl th, #detailsItemsListTbl td {
            border: 1px solid black;
        }

.text-right {
    text-align: right;
}
.margin-t-5{
    margin-top:5px;
}
#orderDetailsFieldSet{
    min-height:100px;
    border:1px solid black;
}
#orderDetailsFieldSet legend {
    font-weight:bold;
    font-size:8pt;
}
.margin-bottom-10{
    margin-bottom:10px;
}
.bookingOrderOtherInfo tr{
    height: 30px;
}
a.activeLink{
    text-decoration:underline;
 color:blue;
 cursor:pointer;
}
table#ViewTable_ViewCustomerOrdersInfo td.form_field_label {
    padding-bottom:5px;
    padding-top:5px;
}
#EnclRow_CustomerOrdersLs_Table td#ListPanelID2EBAAABA {
    padding-top: 5px;
    padding-bottom: 5px;
}
.pointer{
    cursor:pointer;
}
.vtop{
    vertical-align:top;
}
.underline{
    text-decoration:underline;
}