﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #ffffff;
    font-size: 10pt;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #01435b;
}

a:link, a:visited {
    color: #0a728f;
    cursor: pointer;
}

a:hover {
    color: #f49600;
    text-decoration: none;
    cursor: pointer;
}

a:active {
    color: #f49600;
    cursor: pointer;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #f49600;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: normal;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

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;
}

hr {
    border: none;
    border-bottom: solid 1px silver;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

div.page {
    width: 960px;
    margin: 0px auto 0px auto;
}

div.header {
    float: left;
    margin: 0px;
    background-color: #01435b;
    padding: 0px;
    width: 100%;
    height: 170px;
    border-bottom: solid 1px #fff;
    background-image: url('/assets/images/Cog.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
}

    div.header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

div.Content {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: solid 1px #d3d6da;
    padding: 10px;
    min-height: 800px;
}

div.main {
    float: left;
    min-height: 420px;
}

div.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

div.footer {
    float: left;
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.menu {
    float: left;
    padding: 35px 0px 4px 8px;
    height: 28px;
    height: 40px;
    clear: both;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        div.menu ul li {
            float: left !important;
            margin: 0px;
            margin-right: 4px;
        }

            div.menu ul li a, div.menu ul li a:visited {
                background-color: #01526d;
                color: #ffffff;
                width: 95px;
                padding: 12px 16px;
                line-height: 1.35em;
                text-decoration: none;
                cursor: pointer;
            }

                div.menu ul li a:hover {
                    background-color: #f49600;
                }

/* 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%;
}

input.labelHighlight {
    color: #999999;
}

/* MISC  
----------------------------------------------------------*/

.clear1 {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

input[type="button"] {
    color: #ffffff;
    padding: 7px 20px 7px 20px !important;
    background-image: url('/assets/images/Button.jpg');
    background-repeat: repeat-x;
    background-color: #dfe2f1;
    border: solid 1px #4a7693;
    color: #01415a;
    font-size: 11pt;
    font-weight: bold;
    font-family: Arial, Sans-Serif;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    input[type="button"].small {
        padding: 5px 10px 5px 10px !important;
        font-size: 10pt !important;
    }


    input[type="button"]:hover {
        cursor: pointer;
    }

input[type="text"] {
    padding: 5px;
    border: solid 1px #adb0ba;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input[type="password"] {
    padding: 5px;
    border: solid 1px #adb0ba;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

[readonly="readonly"] {
    color: #808080;
    background-color: #EBEBE4;
}

textarea, select {
    padding: 4px;
    border: solid 1px #adb0ba;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input.Form {
    padding: 3px;
    border: solid 1px Silver;
}

    input.Form:hover {
        padding: 3px;
        border: solid 1px #adb0ba;
    }

input.Error, select.Error {
    border: solid 1px Red !important;
}

    input.Error:hover {
        border: solid 1px Orange !important;
    }

table {
    border: none;
}

    table tr td {
        border: none;
        margin: 0px;
        padding: 3px 5px 3px 5px;
    }

ul.HomepageLinks li a {
    cursor: pointer;
}

table.Grid, table#Grid {
    width: 100%;
}

    table.Grid tr td, table#Grid tr td {
        border-bottom: solid 1px Silver !important;
        padding: 7px;
    }

    table.Grid tr th, table#Grid tr th {
        background-color: #01435b;
        border-left: 0;
        border-top: 0;
        font-weight: bold;
        padding: 10px 5px 10px 5px !important;
        text-align: left;
        color: #ffffff;
    }

    table.Grid tr:hover td {
        background-color: #eee;
        color: #000;
    }

    table.Grid tbody tr.Selected, table#Grid tbody tr.Selected {
        background-color: silver;
        color: #fff;
    }

    table.Grid tr.Selected a, table#Grid tr.Selected a {
        color: #fff;
    }

ul.SubMenu {
    border-top: solid 1px Silver;
    border-left: solid 1px Silver;
    border-right: solid 1px Silver;
}

    ul.SubMenu li {
        list-style: none;
        border-bottom: solid 1px Silver;
        margin: 0px;
        background-color: #01435b;
        color: #fff;
        padding: 15px;
    }

        ul.SubMenu li.selected, ul.SubMenu li.selected:hover {
            list-style: none;
            border-bottom: solid 1px Silver;
            background-color: #f49600;
            margin: 0px;
            color: #fff;
        }

        ul.SubMenu li:hover {
            list-style: none;
            border-bottom: solid 1px Silver;
            background-color: Silver;
            margin: 0px;
            color: #fff;
        }

            ul.SubMenu li:hover a:hover {
                color: #fff;
            }

div.Title {
    border-bottom: solid 1px Silver;
    padding-bottom: 10px;
}

/*
 Popout
*/


div#Popout {
    background-color: #ffffff;
    position: fixed;
    z-index: 1001;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div#Popout-Message {
    background-color: #ffffff;
    margin: 10px !important;
    overflow: auto;
    width: 100%;
}

div#PopoutBg {
    background-color: #000000;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 90;
    display: none;
    zoom: 1;
    opacity: 0.8 !important;
    filter: alpha(opacity=80) !important;
    -moz-opacity: 0.8 !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80) !important;
    -khtml-opacity: 0.8 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
}


div#PopoutDialog {
    background-color: #ffffff;
    position: fixed;
    z-index: 1001;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div#PopoutDialog-Message {
    background-color: #ffffff;
    margin: 10px !important;
    overflow: auto;
    width: 100%;
}

div#PopoutDialogBg {
    background-color: #000;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 1001;
    display: none;
    zoom: 1;
    opacity: 0.2 !important;
    filter: alpha(opacity=80) !important;
    -moz-opacity: 0.2 !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80) !important;
    -khtml-opacity: 0.2 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
}


/*
 Popout
*/


div#MessageConfirm {
    background-color: #ffffff;
    position: fixed;
    z-index: 1001;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div#MessageConfirm-Message {
    background-color: #ffffff;
    margin: 10px !important;
    overflow: auto;
    width: 100%;
}

div#MessageConfirmBg {
    background-color: #000000;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 90;
    display: none;
    zoom: 1;
    opacity: 0.8 !important;
    filter: alpha(opacity=80) !important;
    -moz-opacity: 0.8 !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80) !important;
    -khtml-opacity: 0.8 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
}

div#MessageConfirm-Buttons {
    padding: 3px;
    margin: 10px !important;
    overflow: auto;
    width: 100%;
}

    div#MessageConfirm-Buttons input:first-child {
        float: left;
    }

    div#MessageConfirm-Buttons input {
        float: right;
        margin: 2px 3px;
    }

/*********************/

span#Account-Search-Alphabet {
    letter-spacing: 10px;
}

    span#Account-Search-Alphabet a {
        text-decoration: none;
    }

.Message {
    float: left;
    width: 100%;
}

.info, .success, .warning, .error, .validation {
    display: block;
    border: 1px solid;
    margin: 10px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/assets/images/icons/Knob Info.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('/assets/images/icons/Knob Valid Green.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/assets/images/icons/Knob Attention.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/assets/images/icons/Knob Cancel.png');
}

/*
Form objects
*/
input[type="text"].Small, select.Small {
    width: 30px;
}

input[type="text"].SmallMedium, input[type="text"].MediumSmall, select.MediumSmall, select.SmallMedium {
    width: 60px;
}

input[type="text"].Medium, select.Medium {
    width: 120px;
}

input[type="text"].MediumLarge, input[type="text"].LargeMedium, select.LargeMedium, select.MediumLarge {
    width: 200px;
}

input[type="text"].Large, select.Large {
    width: 300px;
}


input.Money {
    text-align: right;
}

/*
Tables
*/

.tablescroll td, .tablescroll_wrapper, .tablescroll_head, .tablescroll_foot {
    border: 1px solid #ccc;
    cursor: pointer;
}

.tablescroll td {
    padding: 3px 5px;
    border-bottom: 0;
    border-right: 0;
    font-size: 8pt;
}

.tablescroll_wrapper {
    background-color: #fff;
    border-left: 0;
}

.tablescroll_head, .tablescroll_foot {
    background-color: #eee;
    background-image: url('/assets/images/TableBar.jpg');
    border-left: 0;
    border-top: 0;
    font-weight: bold;
    font-size: 8pt;
}

table.tablescroll_head thead tr th {
    padding-top: 8px;
    padding-bottom: 8px;
}

.tablescroll tbody tr.first td {
    border-top: 0;
}

div.StartBoxOuter {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    display: block;
}

div.StartBox {
    float: left;
    width: 260px;
    text-align: center;
    font-size: 16pt;
}

div#System {
    clear: both;
}


input.SearchIcon {
    background-image: url('/assets/images/SearchIcon.jpg');
    width: 124px;
    height: 51px;
    border: none;
}


div.TopBar {
    margin-top: 15px;
    clear: both;
    width: 100%;
    display: block;
    text-align: right;
}

div.TopBarLine {
    position: relative;
    width: 800px;
    top: 20px;
    border-bottom: solid 1px Silver;
}

div#displayBox {
    display: none;
    width: 100%;
    background-color: White;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div#wait-message {
    display: block;
    width: 1000px;
    text-align: center;
    color: #f49600;
    font-size: 20px;
    position: relative;
}

.divTransaction-Payment-AuthCode {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('/assets/images/icons/Knob Valid Green.png');
}

.SiteInfoColumn {
    min-width: 250px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Credit Card Auth */

div.divCardImageContainer {
}

div.divVisa-Selected {
}

div.divVisa-NonSelected {
}

div.divMaestro-Selected {
}

div.divMaestro-NonSelected {
}

div.divMasterCard-Selected {
}

div.divMasterCard-NonSelected {
}

#divAdmin-Create-BankAccount .error {
    padding: 5px;
    margin: 5px 0;
    border: 1px solid #f00;
}

.RegistrationCurrent {
    background-image: url('../images/Registration/Header-Selected.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    float: left;
    min-height: 56px;
    min-width: 151px;
    margin-right: 2px;
    color: #003750;
}

.RegistrationCompleted {
    background-image: url('../images/Registration/Header-Completed.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    float: left;
    min-height: 56px;
    min-width: 151px;
    margin-right: 2px;
    color: #003750;
}

.RegistrationDefault {
    background-image: url('../images/Registration/Header-Default.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    float: left;
    min-height: 56px;
    min-width: 151px;
    margin-right: 2px;
    color: #ef8a05;
}

.RegistrationHeaderInner {
    padding: 10px;
    padding-top: 13px;
    float: left;
}

#BackToHome:hover {
    cursor: pointer;
}

select option.highlight {
    color: red;
}

#MessageAlert {
    border: 1px solid silver;
}

    #MessageAlert p {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    #MessageAlert h3 {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

input.err {
    border-color: red;
}

/* Customer Search Style */
.ui-autocomplete .ui-menu-item {
    padding: 10px !important;
    background: #fff !important;
    color: #01435b !important;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

    .ui-autocomplete .ui-menu-item:first-child {
        border-top: 1px solid #bbb;
    }

    .ui-autocomplete .ui-menu-item:hover {
        cursor: pointer;
        background: #ddd !important;
    }

.keyCode {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: solid 1px #adb0ba;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ReportTypeContainer {
    float: left;
    height: 96px;
}

    .ReportTypeContainer input[type=radio] {
        margin-top: 34px;
        margin-left: 40px;
    }

        .ReportTypeContainer input[type=radio] + label {
            border: 1px solid #01526d;
            padding: 30px 40px;
            border-radius: 4%;
            margin-left: -36px;
            cursor: pointer;
            font-size: 10pt;
            font-weight: bold;
            font-family: Arial, Sans-Serif;
        }

/*Bank Screen Stuff*/

.PaymentSelected {
    background-color: #f49600;
}

/*End Bank Screen Stuff*/


#GridUsers tr:hover td {
    background-color: #eee;
}

#GridUsers th {
    background-color: #eee;
    background-image: url(/assets/images/TableBar.jpg);
    border: 1px solid #ccc;
    font-size: 8pt;
    padding: 6px 5px;
}

#GridUsers td {
    padding: 6px 5px;
    border: 1px solid #ccc;
    font-size: 8pt;
}

    #GridUsers td a {
        margin: 3px;
        display: inline-block;
    }

.mapInfo h3 {
    margin-top: 5px;
    margin-bottom: 8px;
}

.mapInfo table td {
    padding: 0;
}





#lightbox-container-image img {
    width: 100%;
}

#divMetals-List li {
    list-style: none;
    margin: 0;
}

#divMetals-List.group li {
    list-style: none;
    margin: 0px;
    background-color: #eee;
    padding: 10px;
    margin-bottom: 6px;
}


    #divMetals-List.group li ul {
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }


    #divMetals-List.group li table {
        margin-top: 7px;
        margin-bottom: 7px;
    }

#Admin-CreateUser-DepotReports .Checkbox {
    width: 100%;
    float: left;
}



.ul-col-3 {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .ul-col-3 li {
        margin-left: 0;
    }


.select2-container {
    text-align: left;
}
.select2-dropdown ul li {

margin-left:0px;
}


.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 32%;
}

.modal-content h3 {
    margin-bottom: 1rem;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }


input[type="number"] {
    padding: 5px;
    border: solid 1px #adb0ba;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

table#hazardous-metals-table th, table#hazardous-metals-table td {
    text-align: center; 
    vertical-align: middle; 
    padding: 10px;
}

#hazardous-metals-table tr:hover td {
    background-color: #eee;
}

#hazardous-metals-table th {
    background-color: #eee;
    background-image: url(/assets/images/TableBar.jpg);
    border: 1px solid #ccc;
    font-size: 8pt;
    padding: 6px 5px;
}

#hazardous-metals-table td {
    padding: 6px 5px;
    border: 1px solid #ccc;
    font-size: 8pt;
}

    #hazardous-metals-table td a {
        margin: 3px;
        display: inline-block;
    }




.calendar-table table th, .calendar-table table td {
    min-width: 26px!important;
    width: 28px!important;
}