﻿.product-outer {
    background: #d4d3d3;
    border: 1px solid #525252;
    padding: 2px;
    margin-top:10px;
}

.productlabel {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 8pt;
    font-weight: bold;
    color: #fff;
    background-color: #606060;
    margin-bottom: 5px;
    font-family: sans-serif, Arial;
    letter-spacing: 0.1em;
}

.productimg-wrapper {
    text-align: center;
}

.productimg {
    margin-top: 1px;
    margin-bottom: 4px;
    border: 1px solid #525252;
}

.product-price {
    text-align: center;
    margin: 4px;
    font-weight: bold;
    font-size: 9pt;
}

.logobar {
    padding-left: 14px;
}

.logoimg {
    padding-top:20px;
    padding-bottom:3px;
}

.slogan {
    font-family: Helvetica, sans-serif;
    font-size: 11pt;
    color: #00538F;
    padding-left: 20px;
    padding-top:10px;
    line-height: 20px;
    padding-bottom:20px;
}

.dragmsg {
    font-family: Helvetica, sans-serif;
    font-size: 9pt;
    color: #525252;
    padding: 4px;
    background-color: #deeaf4;
    margin-bottom: 10px;
}

@media only screen and (max-width : 800px) {
    .logobar {
        padding-left: 30px;
        padding-top:5px;
    }

    .logoimg {
        padding:0;
    }

    .slogan {
        padding-left: 30px;
        padding-top: 4px;
    }
}


.usertop {
    padding-top: 14px;
}

#banner {
    background-image: url('../images/Banners/4.jpg');
    width: 1025px;
    height: 181px;
    font-size: 22pt;
    font-style: italic;
    font-weight: bold;
    color: #ffffff;
    padding-left: 480px;
    padding-top: 50px;
    text-align: center;
    margin-top: -20px;
}

.banner_light {
    color: #ffe17f;
}

/* the title of the page */
.pagetitle {
    font-size: larger;
    font-weight: bold;
}

.sectiontitle {
    font-size: large;
    font-weight: bold;
    padding-bottom:10px;
}

.sectionintro {
    font-style: italic;
    padding-bottom:10px;
}

.homenews {
    max-height: 200px;
    overflow-y: scroll;
    padding: 20px;
}

.quote {
    font-style: italic;
    font-weight: bold;
}

/** blockquote styles **/
.bq { 
    max-width: 490px; 
    background: url('../images/Quotes/quote1.png') top left no-repeat; 
    line-height: 18px;  
    padding-left: 60px;
    padding-top: 20px;
}
    .bq p { 
        line-height: 18px; 
        background: url('../images/Quotes/quote2.png') bottom right no-repeat; 
        font-size: 12pt;
        font-weight: bold;
    }

.bqlegend {
    font-style: italic;
    font-weight: normal;
    padding-top: 10px;
}

.aboutyouform {
    padding-left: 30px;
    width:80%;
}

.aboutyouform .control-label {
     text-align:left !important; 
     color: #525252;
     font-weight: normal;
}


.divider-dots {
    background: url('../images/divider.png') no-repeat;
    margin-top:10px;
    margin-bottom:10px;
    height:10px;
    text-align: center;
}



.regulartext {
    font-size: smaller;
}

.boxheader {
    background-color:#00ADEF;
    color: #ffffff;
    font-size:large;
    padding:10px;
}

.white {
    color: #ffffff;
}

.gray {
    color: #696969;
}

.userquotes {
    font-style:normal;
}

.datarowheader {
    background: darkorange!important;  /* on striped tables, it needs to have the important fella here! */
    color: #ffffff;
    border: 1px solid #696969;
    padding: 5px;
}


.datarowfooter1 {
    background: #EBEBEB;
    padding: 5px;
}

.datarowfooter2 {
    background: #CCCACB;
    padding: 5px;
}

.datarowfooter2_extradeep {
    background: #CCCACB;
    padding: 5px;
    margin-bottom: 30px;
}

.row-warning {
    background: #feb750 !important; /* on striped tables, it needs to have the important fella here! */
}

.row-locked {
    background: #cacaca !important; /* on striped tables, it needs to have the important fella here! */
}

.titletext {
    background-color: #00467f;
}

.table tbody>tr>td.center-middle{
    vertical-align: middle;
    text-align: center;
}


.inputgroup-titlebar {
    background-color: #e7962b;
    color: #ffffff;
    font-size: small;
    font-weight: bold;
    margin-left: 5px; /* to match the inputgroup block*/
    margin-right: 5px;
    padding-left: 4px;  /* space before the title text starts on the left */
}

.inputgroup {
    border: 1px dashed #e7962b;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px; /* space between title and start of body */
    margin-left: 5px; 
    margin-right: 5px; 
    margin-bottom: 10px; /* space between vertical blocks */
}

.inputgroup-break {
    border-top: 1px dashed #e7962b;
    padding-bottom: 10px;
}

/* only allow preview of files to get to a max size */
.file-preview {
    max-width: 300px;
}

/* tighter panels */
.panel-tight .panel-heading {
    padding: 5px 5px 0px 5px;
}

    /* set the style of the panel content */
    .panel-tight .panel-body {
        padding: 2px;
    }

    /* keep controls tighter together vertically */
        .panel-tight .panel-body .form-control {
            margin-bottom: -10px;
        }


/* this makes the tables have far less white space and no top border */
table.table-supercondensed tr > td {
    border-top: none !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

/* the above affects nested tables, so you can reset using this  */
table.table-supercondensed-reset tr > td {
    border-top: 1px solid #696969 !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

table.table-smallfont tr > td {
    font-size: smaller;
}

.rb {
    text-align: right;
    font-weight: bold;
}

/* subtle border around any div */
.border-subtle {
    border: 1px solid #bababa;
}

.indent-arrow {
    color: #999999;
}

.indent-openclose {
    color: #4dad2a;
}

.unit-highlight {
    background: #FEEFB3 !important; /* on striped tables, it needs to have the important fella here! */
    border: 1px solid #696969;
}

.unit-focus {
    background: #c0bebe !important; /* on striped tables, it needs to have the important fella here! */
    color: #ffffff;
    border: 1px solid #696969;
}

.unit-customised {
    font-weight: bolder;
    color: darkorange;
}

.unit-customised-factory {
    font-weight: bolder;
}

.info-box {
    padding: 20px;
    background-color: #ffffff;
    color: darkgreen;
    font-size: large;
    border: 1px dashed #696969;
}

.purchaseorder-outerbox {
    border: 1px solid #999999;
    padding: 10px;
    margin: 30px;
}

.visible-email {
    display: none;
}

.ordered-products {
    min-height: 550px;
    margin-top: 4px;
}

.pod-docket table.tc-table td {
    font-size: 10pt;
    padding: 0;
    margin: 0;
    padding-top: 1px;
    padding-bottom: 1px;
}

table.tc-table td.linkedunits {
    font-size: 9pt;
    color: #696969;
    padding: 0;
    margin: 0;
    padding-top: 1px;
    padding-bottom: 1px;
}

.pod-docket .control-label {
    font-size: 9pt;
}

.pod-docket .input-group-addon {
    display: none;  /* hide the calendar icon on printed PODs */
}

.pod-docket .form-control {
    padding: 0;
    padding-left: 4px;
    margin: 0;
    height: 24px;
}