﻿/* DEFAULTS
----------------------------------------------------------*/
body {
    background: #b6b7bc;
    background: white;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: black;
}

a:link, a:visited {
}

a:hover {
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Tahoma;
    letter-spacing: -1px;
    color: black;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px
}

h1 {
    font-family: Arial, Tahoma;
    font-weight: bold;
    font-size: 47px;
    padding-bottom: 0px;
    margin: 0px;
}

h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 0px 0px 12px 0px;
}

h3 {
    font-size: 1.2em;
    margin-bottom:12px;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    max-width: 1200px;
    min-height: 600px;
    background-color: #fff;
    margin: 20px auto 0px auto;
}

.header {
    margin: 0px;
    padding: 0px;
    height: 30px;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    margin: 12px 12px 8px 12px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: black;
    padding: 8px 12px 8px 12px;
    margin: 0px auto;
    line-height: normal;
}

    .footer span {
        margin-right: 12px;
        line-height: normal;
    }


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            background-color: white;
            border: 1px #0070C0 solid;
            color: #0070C0;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            margin-left: 1px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #0070C0;
                color: white;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1em;
    display: inline;
    float: right;
    margin-right: 6px;
    text-align: right;
    color: gray;
}

    .loginDisplay a:link {
        color: maroon;
        font-weight: bold;
    }

    .loginDisplay a:visited {
        color: maroon;
        font-weight: bold;
    }

    .loginDisplay a:hover {
        color: red;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

/* --------------- Login ----------------*/
.login {
    margin: 0px auto 0px auto;
    width: 800px;
}

.loginLogo {
    background: url(images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 155px;
    width: 100%;
    margin: 0px 0 6px 0;
}

.loginLogoSub {
    font-weight: bold;
    font-size: 3.5em;
    text-align: center;
    margin-bottom: 24px;
}

.loginTable {
    margin: 0px auto 0px auto;
}

.loginTableSub {
    text-align: center;
    font-size: 0.9em;
}

.LoginTxtBox {
    font-size: 1.4em;
    font-weight: normal;
    border: solid 1px gray;
    margin-bottom: 6px;
    border-radius: 3px;
    color: #6D6D6D;
    padding-left: 6px;
}

.LoginChkbox {
    font-size: 11px;
    text-align: left;
    padding: 0px 9px 1px 0px;
}

.LoginBtn {
    font-size: 1.4em;
    font-weight: bold;
    margin: 48px 24px 0px 0px;
    width: 130px;
    height: 48px;
    display: block;
    text-align: center;
    cursor: pointer;
    color: black;
    background-color: white;
    padding: 6px 12px 6px 12px;
    border: 1px solid gainsboro;
    border-radius: 6px;
    float: right;
}

.LoginLabel {
    font-family: Arial;
    font-size: 2em;
    font-weight: bold;
    padding-bottom: 6px;
    padding-right: 16px;
    text-align: left;
}

    .LoginLabel label {
        width: 100px;
        text-align: left;
        display: block;
    }



/* --------------- Site Custom ----------------*/
.mainMenuOptions {
    font-size: 28px;
}

    .mainMenuOptions td {
        width: 50%;
        padding: 12px;
    }

        .mainMenuOptions td input {
            height: 25px;
            width: 25px;
            margin: 0px;
            padding: 0px;
            color: blue;
        }

        .mainMenuOptions td label {
            padding-left: 12px;
        }

div.navLinks {
    font-size: 0.7em;
    font-weight: normal;
    float: right;
}

    div.navLinks a, div.navLinks a:visited {
        color: aliceblue;
        margin-right: 12px;
    }

.datepicker {
    text-align: center;
}

.timepicker {
    width: 50px;
    text-align: center;
}

.description {
    width: 220px;
}

.date {
}

.center {
    text-align: center;
}

.button, a.button {
    color: White;
    background-color: #265a88;
    text-decoration: none;
    padding: 6px 30px 6px 30px;
    border: none;
    border-radius: 5px;
}

.MenuButton, a.MenuButton {
    display: block;
    width: 170px;
    min-height: 40px;
    margin: 12px auto 12px auto;
    text-align: center;
    color: White;
    background-color: #17375E;
    text-decoration: none;
    padding: 6px 30px 6px 30px;
    border: none;
    border-radius: 5px;
}

    a.MenuButton:hover {
        background-color: royalblue;
        color: aliceblue;
    }

    .MenuButton span {
        display: inline;
        display: inline-table;
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
    }

.buttonPanel {
    margin: 12px 0px 24px 0;
}

    .buttonPanel.bottom {
        margin-top: 60px;
    }

.tableListing {
    width: 100%;
    font-size: 20px;
    margin: 12px 0px 12px 0;
}

    .tableListing .headerRow th {
        font-weight: bold;
        color: White;
        background-color: #558ED5;
        text-align: center;
    }

        .tableListing .headerRow th a {
            font-weight: bold;
            color: White;
            background-color: #558ED5;
            text-decoration: underline;
            text-align: center;
        }

    .tableListing td {
        text-align: center;
        border: none;
        padding: 6px;
    }


    .tableListing tr:hover {
        background-color: #ffff99;
    }

.tableInfo {
}

    .tableInfo td {
        padding: 3px;
    }

.packing .tableInfo {
}

    .packing .tableInfo td {
        vertical-align: top;
    }

.tableInfo td.fieldLabel {
    vertical-align: top;
    width: 80px;
}


.large {
    font-size: 20px !important;
}

.large TD {
    font-size: 20px !important;
}

.medium {
    font-size: 14px !important;
}

.medium TD {
    font-size: 14px !important;
}

.small {
    font-size: 14px !important;
}

.small TD, .small TH {
    font-size: 13px !important;
}

span.medium input[type=checkbox] {
    height:18px;
    width:18px;
}

.tableListing .large td {
    padding: 6px;
}

.tablePaging {
    text-align: right;
    margin: 12px 0px 12px 0;
}

    .tablePaging a.disabled {
        color: gainsboro;
    }

.fieldLabel {
    padding-right: 24px;
    min-width: 60px;
}

span.fieldLabel {
    display: inline-block;
}

.error {
    color: red;
}

.success {
    color: blue;
}

/*Search*/
.searchPanel {
    padding: 12px;
    margin: 12px 0 12px 0;
    border: solid 1px gainsboro;
    border-radius: 12px;
}

.searchlink {
    cursor: pointer;
}

.panel {
    padding: 6px;
    border: solid 1px gainsboro;
}

table.searchFields {
    width: 100%;
}

    table.searchFields tr.headerRow td {
        font-weight: bold;
        text-align: center;
    }

    table.searchFields tr.fieldsRow td {
        text-align: center;
        padding: 3px 3px 3px 3px;
    }

        table.searchFields tr.fieldsRow td input, table.searchFields tr.fieldsRow td select {
            border: solid 1px gray;
            width: 100%;
        }

.searchButtons {
    text-align: right;
    margin-top: 6px;
}


table.schedule {
    margin-top: 12px;
}

    table.schedule td {
        vertical-align: top;
        padding: 3px;
    }

        table.schedule td br {
            margin-bottom: 9px;
        }

        table.schedule td.fieldLabel {
            padding-right: 24px;
        }

table.waybill {
    margin-top: 6px;
}

    table.waybill td {
        padding: 3px;
        font-size: 11px;
        font-weight: bold;
        vertical-align: top;
    }

div.waybill {
    margin-right: auto;
    margin-left: auto;
    width: 420px;
    border: 1px solid black;
    border-radius: 12px;
    padding: 12px;
    height: 320px;
}

div.waybillHeader {
    font-size:20px;
    font-weight:bold;
    text-align:left;
}

div.waybillHeader img {
    margin-left:-6px;
    margin-right:-24px;
    height:40px;
}

div.waybillBarcode {
    font-family: '3 of 9 Barcode';
    font-size: 40px;
    margin-top: -10px;
    margin-bottom: -10px;
}

div.waybillZone {
    font-size: 20px;
    font-weight: bold;
    float:right;
}

div.waybillfooter {
    font-size: 10px;
}

ul.roles {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

    ul.roles li {
        display: inline-block;
        list-style-type: none;
        margin: 0px 12px 0px 0px;
        padding: 0px;
    }

table.roles {
    margin-left: auto;
    margin-right: auto;
}

    table.roles td {
        padding: 0px 6px 0px 0px;
        text-align: left;
    }

.btn {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    border: 1px solid gainsboro;
    border-radius: 6px;
}

.pagebtnpanel {
}

.pagecontentpanel {
    min-height: 330px;
}

.control-label {
    font-size: 16px;
}

.form-control {
    font-size: 14px;
    height: auto;
}

.radioBtn {
    border: solid 1px gainsboro;
    border-radius: 24px;
    display: inline-block;
    height: 38px;
    padding: 0px;
}

    .radioBtn input {
        height: 28px;
        width: 28px;
        padding: 0px 0px 0px 0px;
        margin: 6px 2px 0px 2px;
        position: relative;
        top: -2px;
    }

    .radioBtn label {
        font-size: 20px;
        font-weight: normal;
        padding: 0px 6px 0px 6px;
        position: relative;
        top: -8px;
    }

.itemQty {
    font-family: Arial;
    font-size: 120px;
    font-weight: bold;
}

.itemQtyPackRow {
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
}

    .itemQtyPackRow.large {
        font-size: 120px;
    }

.boxQtyPackRow {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
}

.packageWeight {
    font-family: Arial;
    font-size: 70px;
    font-weight: bold;
}

    .packageWeight input {
        width: 240px;
        margin-right: 12px;
    }

.packagefailed {
    margin-top: 12px;
    font-family: Arial;
    font-size: 40px;
    font-weight: bold;
    color: red;
}

.packagepassed {
    margin-top: 12px;
    font-family: Arial;
    font-size: 40px;
    font-weight: bold;
    color: green;
}

.aspNetDisabled {
    color: gainsboro;
}

.desaturate {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

table.alignTop TD {
    vertical-align: top;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
}

.clickable {
     cursor: pointer;
}

