﻿body {
    font-family: 'Segoe UI',Tahoma, Arial;
    font-size: 11pt;
}

/*This is to get the borders to show right on Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    table {
        border: 2px solid rgb(212,212,212);
    }
}

input[type="submit"] {
    width: 65px;
    height: 25px;
}

a {
    font-size: 12pt;
    text-decoration: none;
    color: rgb(0, 112, 192);
}

input {
    background-color: rgb(222,235,247);
    border-collapse: collapse;
    border: 1px solid rgb(127,127,127);
    height: 20px;
    padding: 2px;
}

    input.btnLogin[type="submit"] {
        float: left;
        position: relative;
    }

    input[Type="text"], input[type="password"] {
        width: 155px;
    }

    input[type="checkbox"] {
        background-color: rgb(222,235,247);
        border-collapse: collapse;
        border: 0px solid rgb(127,127,127);
    }

    input[type="radio"] {
    }

.hr1 {
    float: left;
    height: 1px;
    margin-top: 10px;
    position: relative;
    width: 995px;
}

table {
    position: relative;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    /*border: 0;*/
    overflow: hidden;
    white-space: nowrap;
    border-spacing: 0;
    vertical-align: middle;
    table-layout: fixed;
}

tr:nth-child(even) {
    /*This sets alternating row color to gray*/
    background-color: rgb(231,231,231);
}

td:nth-child(1) {
    padding: 3px;
    padding-left: 10px;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
    /*This sets column 1 in every table to 150px*/
}

td:nth-child(2) {
    /*This sets column 2 in every table to 340px*/
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
}

td {
    border: 1px solid rgb(212,212,212);
    padding-left: 10px;
    margin: 0px;
    height: 29px;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
}

th {
    background-color: rgb(191,191,191);
    padding: 5px;
    margin: 0px;
    border: 0px;
    border: 1px solid rgb(212,212,212);
}

tr {
    padding: 0px;
    margin: 0px;
    border: 0px;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    height: 36px;
}

select {
    background-color: rgb(222,235,247);
    border-collapse: collapse;
    border: 1px solid rgb(127,127,127);
    height: 27px;
    width: 181px;
    padding: 2px;
}

textarea {
    background-color: rgb(222,235,247);
    border-collapse: collapse;
    border: 1px solid rgb(127,127,127);
    height: 20px;
    width: 175px;
    padding: 2px;
}

h1 {
    float: left;
    font-size: 14pt;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 10px;
}

h2 {
    font-size: 14pt;
    font-weight: normal;
}

h3 {
    font-size: 12pt;
    font-weight: normal;
}

h4 {
    font-size: 12pt;
    font-weight: bold;
}

.divOuterWrapper {
    position: relative;
    margin: 0 auto;
    width: 995px;
    top: 0px;
}

.pnlLoginHeader {
    float: left;
    height: 150px;
    position: relative;
    width: 600px;
}

.lblLoginHeader {
    float: left;
    font-size: large;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 110px;
    position: relative;
    text-align: center;
}

.pnlLoginForm {
    border-radius: 10px 10px / 10px;
    width: 265px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    background-color: rgb(165, 196, 221);
    display: inline-block;
    float: left;
}

.cusreqInvalidUserNamePassword {
    float: left;
    margin-bottom: 10px;
    position: relative;
    width: 250px;
}

.pnlLoginWrapper {
    position: relative;
    margin: 0 auto;
    width: 600px;
}

.pnlMaine {
    position: relative;
    float: left;
}

.btnChangePassword {
    position: absolute;
    top: 0px;
    left: 0px;
}

/* Password Change Modal*/

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=95);
    opacity: 0.6;
}

.modalpopup {
    background-color: White;
    padding: 12px 12px 12px 12px;
    width: 225px;
}

    .modalpopup input[Type="text"], .modalpopup input[type="password"] {
        width: 187px;
    }

/* End Password Change Modal*/

.divLogOffIndicator {
    right: 0px;
    top: 0px;
    position: absolute;
}

.divMaine {
    display: inline-block;
    position: absolute;
    width: 250px;
}

#LoginView1_ctlUserName {
    font-size: 12pt;
    text-decoration: none;
    color: rgb(0, 112, 192);
}



.divNavigation {
    position: relative;
    height: 60px;
    top: 0px;
}

.divMainContent {
    position: relative;
    width: 995px;
    height: auto;
    margin: 0 auto;
}

.pCenter {
    text-align: center;
    margin: 0;
    padding: 0;
}

.pCenter2 {
    text-align: center;
    padding: 0;
    margin: 0;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        /* display: none;*/
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

.GvGridViewSelectedRowColor {
    background-color: rgb(222, 235, 247);
}

.pnlDataSources {
    position: relative;
    float: left;
    height: 150px;
    width: 995px;
    padding: 0px;
    margin: 0px;
}

.pipeDisplay {
    color: rgb(0, 112, 192);
}


input.txtExt[type="text"] {
    width: 30px;
    text-align: right;
}

.hidden {
    display: none;
}

.txtNewPassword {
    margin-left: 10px;
}

/* Ajax Calendar */
.ajaxCalendar {
    z-index: 1000;
}

    .ajaxCalendar tr {
        height: 12px;
    }

    .ajaxCalendar th {
        height: 12px;
    }

    .ajaxCalendar td {
        height: 10px;
    }

    .ajaxCalendar .ajax__calendar_container {
        background-color: #e2e2e2;
        border: solid 1px #cccccc;
    }

    .ajaxCalendar .ajax__calendar_header {
        background-color: #ffffff;
        margin-bottom: 4px;
    }

    .ajaxCalendar .ajax__calendar_title,
    .ajaxCalendar .ajax__calendar_next,
    .ajaxCalendar .ajax__calendar_prev {
        color: #004080;
        padding-top: 3px;
    }

    .ajaxCalendar .ajax__calendar_body {
        background-color: #e9e9e9;
        border: solid 1px #cccccc;
    }

    .ajaxCalendar .ajax__calendar_dayname {
        text-align: center;
        font-weight: bold;
        margin-bottom: 4px;
        margin-top: 2px;
    }

    .ajaxCalendar .ajax__calendar_day {
        text-align: center;
    }

    .ajaxCalendar .ajax__calendar_hover .ajax__calendar_day,
    .ajaxCalendar .ajax__calendar_hover .ajax__calendar_month,
    .ajaxCalendar .ajax__calendar_hover .ajax__calendar_year,
    .ajaxCalendar .ajax__calendar_active {
        color: #004080;
        font-weight: bold;
        background-color: #ffffff;
    }

    .ajaxCalendar .ajax__calendar_today {
        font-weight: bold;
    }

    .ajaxCalendar .ajax__calendar_other,
    .ajaxCalendar .ajax__calendar_hover .ajax__calendar_today,
    .ajaxCalendar .ajax__calendar_hover .ajax__calendar_title {
        color: #bbbbbb;
    }

.StrikeThrough{
    text-decoration:line-through;
}

/*Audit Log Table CSS*/

.pnlRevisions {
    float: left;
    padding: 0px;
    clear: both;   


    max-height: 245px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    margin-top: 10px;
}

.lblRevisionsHeader {
    float: left;
    position: relative;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 10px;
    clear: both;
    margin-left: 1px;
    color: rgb(237,125,49);
}

.tblRevisions {
    font-size: 10pt;
    width: 995px;
    table-layout: fixed;
    white-space: normal;   
}

.tblRevisions tr {
        height: 20px;
        padding: 0px;
    }

    .tblRevisions td {
        height: 20px;
        padding-top: 1px;
        padding-bottom: 1px;
        font-size: 10pt;
        white-space: normal;
        word-wrap: break-word;
    }

    .tblRevisions th {
        /*This sets alternating row color to gray*/
        background-color: rgb(237,125,49);
        color: white;
    }

        .tblRevisions th:nth-child(1) {
            text-align: left;
            width: 360px;
        }

        .tblRevisions th:nth-child(2) {
            text-align: center;
            width: 116px;
        }

        .tblRevisions th:nth-child(3) {
            text-align: center;
            width: 150px;
        }

        .tblRevisions th:nth-child(4) {
            text-align: center;
            width: 150px;
        }

        .tblRevisions th:nth-child(5) {
            text-align: center;
            width: 161px;
        }

    .tblRevisions td:nth-child(1) {
        text-align: left;
    }

    .tblRevisions td:nth-child(2) {
        text-align: center;
        padding: 0px;
    }

    .tblRevisions td:nth-child(3) {
        text-align: right;
        padding-right: 5px;
    }

    .tblRevisions td:nth-child(4) {
        text-align: right;
        padding-right: 5px;
    }

    .tblRevisions td:nth-child(5) {
        text-align: center;
        margin: 0px;
        padding: 0px;
    }

/*End Audit Log Table CSS*/
.pnlShipAddress {
    float: left;
    position: relative;
    width: 325px;
    margin-left: 10px;
}

.pnlBillAddress {
    float: left;
    position: relative;
    width: 325px;
    margin-left: 10px;
}

.tblShipAddress td:nth-child(1) {
    width: 115px;
}

.tblShipAddress td:nth-child(2) {
    width: 200px;
}

.tblBillAddress td:nth-child(1) {
    width: 115px;
}

.tblBillAddress td:nth-child(2) {
    width: 200px;
}

.ddlShipState, .ddlBillState {
    width: 50px;
}

input[type=text].txtPhone1, input[type=text].txtPhone2, input[type=text].txtFax {
    width: 114px;
}

input[type=text].txtPhone1Ext, input[type=text].txtPhone2Ext {
    width: 40px;
}

input[type=text].txtEmail {
    width: 175px;
}

input[type=submit].btnNewShipAddress, input[type=submit].btnNewBillAddress {
    position: relative;
    width: 150px;
    float: right;
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 10px;
}

input[type=submit].btnSameAddress {
    width: 150px;
    position: relative;
    margin-top: 10px;
    float: right;
}

.ddlCompanyList {
    position: relative;
    width: 315px;
    margin-top: 5px;
    float: right;
}

