/* CSS Reset */
* {margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none}legend{color:#000}table{border-collapse:collapse}caption,th,td{text-align:left}
img {display:block;}

/* -------------------- GENERAL ------------------------ */
html, body {
    background-color:#eee;
}
img{
    margin: 0;
    padding: 0;
    border: none;
}
html, body {
    height:100%;
    min-height: 100%;
    font-family:'Roboto', sans-serif;
}
form {
    display:inline;
}
a, a:visited {
    outline: none;
    color: #bf1e2e;
}
.clear {
    clear: both;
}
.clearboth{
    clear: both;
}
.nobreak {
    white-space:nowrap;
}
.hide {
    display: none;
}

.fa {
    margin-right: 5px;
}

#logo {
    position: absolute;
    left: 21px;
    top: 51px;
}

.firstcharacter { 
    float: left; 
    color: #bf1e2e; 
    font-size: 75px; 
    line-height: 60px; 
    padding-top: 4px; 
    padding-right: 8px; 
    padding-left: 3px; 
    font-family: Georgia; 
}
blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 20px;
    padding: 15px 20px 15px 30px;
    quotes: "\201C""\201D""\2018""\2019";
    font-size: 21px;
    line-height: 28px;
}
.nowrap {
    white-space: nowrap;
}

.float-right { float: right; }
.float-left { float: left; }
.margin-right-10 { margin-right: 10px; }
.margin-right-20 { margin-right: 20px; }
.margin-left-10 { margin-left: 10px; }
.margin-left-20 { margin-left: 20px; }
.padding-5-20 { padding: 5px 20px; }
.cursor-pointer { cursor: pointer; }
.hidden { display: none; }

.button-hover:hover { 
    border: 1px solid #bf1e2e; 
    background-color: #eee;
}

/* ------------------------- TESTING ------------------------------------- */
.test { display: none !important; }


/* ------------------------- FOOTER -------------------------------------- */
#footer {
    width: 960px;
    background-color: #666;
    color: white;
    font-weight: bold;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    text-align:center;
    padding:40px 0 10px 0;
    font-size:11px;
    position:relative;
    xleft:50%;
    xmargin-left:-480px;
    margin-left: auto;
    margin-right: auto;
    border-top: 4px solid #bf1e2e;
}



/* -------------------- FONTS / STYLES / COLORS------------------------ */
body, p, th, td, textarea, select{
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}
p{
    margin-bottom: 10px;
}
/* Used in eBids as main headlines */
h1{
    font-size:18px;
    line-height: 18px;
    text-align: center;
    margin:0;
    margin-bottom: 20px;
    text-transform: uppercase;
}
h1.front{
    font-size:18px;
    line-height: 18px;
    text-align: center;
    margin:0;
    margin-bottom: 10px;
    text-transform: uppercase;
}
h2{
    font-size:13px;
    line-height: 17px;
    text-align: center;
    margin:0;
    margin-bottom: 20px;
}
/* Used in Admin section as a sub-heading, Edit Job, View Job */
h3 {
    font-weight: bold;
    text-align: center;
    clear: left;
    font-size: 14px;
    margin-bottom: 5px;
}
.justified{
    text-align: justify;
}
input {
    color: #000000;
    font-size:12px;
    line-height: 16px;
}
button, select, textarea, input {
    font: 100%;
}
a, a:visited {
    color:#bf1e2e;
}
.align-center{
    text-align: center;
}
.div-align-center{
    margin: 0 auto;
    display: block;
}

button.cart {
    padding: 5px 20px;
    margin-left: 10px;
    cursor: pointer;
}
button.cart:hover { 
    border: 1px solid #bf1e2e; 
    background-color: #eee;
}



/* ----------------------------------- GENERAL TABLE STYLES -------------------------------- */
#content table {
    margin: 0 auto;
}
#content table th {
    font-weight: bold;
    padding: 5px 5px;
}
#content table td {
    padding: 5px 5px;
}
/* Used in Admin section, Edit Job, My Jobs, My Projects, Search Jobs, Search Projects, View Job */
#content table td.editlink {
    text-align: center;
    padding: 0;
}
#content table td.editlink a {
    padding: 0.2em 0.5em;
}
/* Used for Orders section */
#content table tr.row_red td {
    color: #FF0000;
}
#content table tr.row_blue td {
    color: #0000FF;
}
#content table tr.row_green td {
    color: #00C853;
}





/* ------------------------- HEADER AND NAVIGATION STYLES ------------------------------------ */
#main {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top;
    width: 960px;
    min-height:70%;
    margin-right: auto;
    margin-left: auto;
    position:relative;
    xleft:50%;
    xmargin-left:-480px;
    padding-bottom:40px !important;
}
#menu {
    text-align: left;
    background-image: url(/images/haldeman-head.png);
    /* must match html background-color */
    background-color: #eee;
}

#nav, #nav ul {
    float: left;
    list-style: none;
    width: 100%;
    padding: 0;
    margin-top: 170px;
    font-weight: bold;
    background:#bf1e2e;
    margin-bottom: 0;
}

#nav a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    text-align: left;
    padding: 5px 10px 5px 5px;
}

#nav a:hover{
/*    color: #bf1e2e;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
*/
    text-decoration: underline;
}

#nav li {
    float: left;
    width: auto;
    margin-left: 10px;
    line-height: 30px;
}
#nav li:first-child {
    margin-left: 40px;
}

#logout_links {
    float: right !important;
    margin-right: 40px;
}

#secndmenu {
    text-align: left;
    padding-left: 0;
}

#secndnav, #secndnav ul {
    background: #931723;
    float: left;
    list-style: none;
    width: 100%;
    _margin-top:0;
    font-weight: bold;
}


#secndnav a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    display: block;
    text-align: left;
    padding: 5px;
}

#secndnav a:hover{
/*    color: #000000;
    background-color: #e3e2e2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
    text-decoration: underline;
}

#secndnav li {
    float: left;
    width: auto;
    margin-left: 10px;
}
#secndnav li:first-child {
    padding-left: 30px;
}







/* -------------------- HERO ------------------------ */

.hero-outer {
    width: auto;
    height: 440px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}
.hero-outer .scroller {
    position: absolute;
    height: 40px;
    width: 320px;
    top: 400px;
    z-index: 10;
    color: #bf1e2e;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    padding: 0 60px;
}
.hero-outer .scroller:hover {
    text-decoration: underline;
}
.hero-outer .scroller.disabled {
    color: #aaa;
    text-decoration: none !important;
    cursor: default;
}
.hero-inner {
    overflow: hidden;
}
.hero-outer #left {
    left:0;
    text-align: right;
}
.hero-outer #right {
    right:0;
    text-align: left;
}
.hero {
    width: 2700px;
}
.hero .panel {
    background:#eee;
    height: 400px;
    float: left;
    margin-right:20px;
    width: 280px;
    position: relative;
    overflow: hidden;
}
.hero .panel:last-child {
    margin-right: 0;
}
.hero .panel-footer {
    background:#bf1e2e;
    background-color: rgba(191,30,46,0.75);
    color:white;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    position: absolute;
    bottom: 0px;
    width: 100%;

    /*background: #ff1c24; /* Old browsers */*/
    /*background: -moz-linear-gradient(top, #ff1c24 0%, #ba141a 100%); /* FF3.6-15 */*/
    /*background: -webkit-linear-gradient(top, #ff1c24 0%,#ba141a 100%); /* Chrome10-25,Safari5.1-6 */*/
    /*background: linear-gradient(to bottom, #ff1c24 0%,#ba141a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1c24', endColorstr='#ba141a',GradientType=0 ); /* IE6-9 */*/

}
.hero .panel-footer.two-line {
    font-size: 25px;
    line-height: 30px;
}

/* -------------------- HOME PAGE 3 Columns ------------- */
.columns3 {
    margin: 40px 20px;
}
.columns3:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
 }
.columns3 div {
    float: left;
    width: 280px;
    margin-right: 20px;
    text-align: center;
}
.columns3 div:last-child {
    margin-right: 0;
}
.columns3 a {
    text-decoration: none;
}
.columns3 a:hover p {
    text-decoration: underline;
}
.columns3 span {
    font-size: 50px;
}
.columns3 p {
    font-weight: bold;
    font-size: 20px !important;
}

/* -------------------- HOME PAGE------------------------ */
body.page-home h2 {
    display: none;
}
body.page-home p{
    font-size: 18px;
    word-spacing: normal;
    letter-spacing: normal;
    vertical-align: baseline;
    line-height: 1.4em;
    margin-right: 20px;
    margin-left: 20px;
}
body.page-home p+p {
    padding-top: 1em;
}
body.page-home .home-bottom-left{
    clear: both;
    float: left;
    width: 450px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}
body.page-home .home-bottom-right{
    float: left;
    width: 450px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}
body.page-home .home-bottom-center{
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}
body.page-home .home-bottom-left img{
    margin-top: -10px;
    margin-left: 70px;
}
body.page-home .company-name{
    color: #bf1e2e;
    font-weight: bold;
    font-size: 18px;
}
body.page-home #intro .hcolor {
    color: #bf1e2e;
}
body.page-home #intro a {
    text-decoration: none;
}
body.page-home #intro a:hover {
    text-decoration: underline;
}






/* -------------------- PRODUCTS AND MANUFACTURERS PAGE------------------------ */
body.page-products .row{
    clear: both;
    padding-top: 40px;
}
body.page-products .row div{
    float: left;
    width: 435px;
    margin-right: 25px;
    margin-left: 10px;
}
body.page-products .row div.right-side{
    margin-right: 0;
    margin-left: 0;
}
body.page-products img{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
body.page-products p{
    line-height: 24px;
}







/* -------------------- CONTACTS PAGE------------------------ */
body.page-contacts p{
    line-height: 24px;
}
body.page-contacts .left {
    width: 400px;
    float: left;
    margin-left: 40px;
}
body.page-contacts .right {
    width: 400px;
    float: right;
    margin-right: 40px;
}
body.page-contacts h2.location {
    clear: both;
    text-align: left;
    padding: 30px 0 0 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid black;
    color: #bf1e2e;
}
body.page-contacts h2.divide {
    padding: 0;
    margin: 30px auto;
    border-bottom: 1px solid black;
    width: 840px;
}
body.page-contacts .address{
    margin-top: 20px;
    float: left;
    width: 230px;
}
body.page-contacts .phone{
    float: left;
    margin-top: 20px;
}
body.page-contacts .mapquest-img{
    margin: 20px auto 0px auto;
}
body.page-contacts .maphelp {
    text-align: center;
    font-style: italic;
}
body.page-contacts .list-of-contacts{
    clear: both;
    width: 550px;  
    margin: 0 auto;
    margin-top: 20px;
}
body.page-contacts .list-of-contacts td{
    padding-bottom: 4px;
    font-size: 13px;
    line-height: 18px;
    padding-right: 12px;
}
body.page-contacts .list-of-contacts td.division{
    padding-top: 20px !important;
    font-weight: bold;
    color: #bf1e2e;
    font-size: 1.2em;
}


/* -------------------- Videos Page ----------------------------------- */
.anchor-link {
    color: #000 !important;
}
.video-layout {
    margin-top: 30px
}
.video-layout img {
    width: 200px;
}
.video-layout .panel-title a {
    color: #000 !important;
}
.video-layout #video-list {
}
.video-layout iframe {
    margin: 0 auto 40px auto;
    display: block;
}
.video-layout .flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.video-layout .video-item {
}
.video-layout .video-item a {
    margin: 0 10px 20px 0;
    display: block;
    width: 200px;
}
.video-layout .video-item a:hover {
    background-color: #eee;
}
.video-layout .video-item a .item-title {
    text-align: center;
    padding: 10px;
    display: block;
    min-height: 40px;
}

/* bootstrap fixes */
.video-layout .panel-heading {
    padding: 0;
}
.video-layout .panel-title a {
    padding: 10px 15px;
    display: block;
}



/* -------------------- PASSWORD RETRIEVAL PAGE------------------------ */
body.page-password-retrieval .user-pass-form{
    width: 550px;
    background-color: #E1E1E1;
    margin: 0 auto;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
body.page-password-retrieval h1{
    margin-bottom: 20px;
}
body.page-password-retrieval label{
    display: block;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}
body.page-password-retrieval input{
    width: 200px;
} 
body.page-password-retrieval input.submit{
    width: auto;
    margin-top: 10px;
} 
body.page-password-retrieval .errorMsg {
    color: #FF0000;
    display: block;
    text-align: center;
    margin: 1em auto;
    font-weight: bold;
}






/* -------------------- THANK YOU PAGE------------------------ */
body.page-thank-you p{
    text-align: center;
}
body.page-thank-you h1{
    margin-bottom: 20px;
}





/*------------------------ REGISTRATION PAGE ----------------------------- */
body.page-registration .error-msg{
    color: red;
    font-weight: bold;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    display: block;
}
body.page-registration .required-fields{
    font-weight: bold;
    color: #f00; 
    font-size: 9px;
    display: block;
    text-align: center;
}
body.page-registration .req{
    font-weight: bold;
    color: #f00; 
    font-size: 12px;
}
body.page-registration .registration-form{
    width: 400px;
    margin: 0 auto;
    margin-top: 10px;
}
body.page-registration .registration-form td{
    font-weight: bold;
    vertical-align: top;
    padding-bottom: 5px;
    padding-right: 5px;
}
body.page-registration .reg-send-to{
    color: #004040;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}
body.page-registration td.buttons{
    text-align: center;
    padding-top: 15px;
}
body.page-registration select{
    width: 100px;
}
body.page-registration textarea{
    width: 250px;
    height: 150px;
}








/* ------------------------------------- LOGIN PAGE -------------------------------------------*/
form.login {
    display: block;
    margin-left: 177px; /* IE6 didn't want to listen to "width:250px; margin: 0 auto;" */
}
form.login fieldset {
    border: 3px solid #d8d8d8;
    display: block;
    width: 250px;
    padding: 15px;
    background-color: #f6f6f6;
    margin-bottom: 1em;
}
form.login h2 {
    font-size: 18px;
    margin: 1em;
    margin-bottom: 20px;
    margin-right: 327px !important;
    text-align: center;
}
form.login button {
    margin-left: 0;
    margin-right: auto;
    display: block;
}
form.login p {
    color: #9d9d9d;
    text-align: left;
    display: block;
    width: 250px;
    font-size: 11px;
    margin: 0;
    line-height: 1.5em;
}
form.login fieldset p {
    font-size: 11px;
    text-align: left;
    display: block;
    margin-top: 1.5em;
    color: #000000;
    text-align: 0;
}
form.login fieldset p strong {
    display: block;
}
form.login a.fliplink {
    color: #9d9d9d;
}
form.login a.fliplink:hover {
    color: #1cc91c;
}
form.login label {
    display: block;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 1.5em 0;
}
form.login label input {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: .5em 0;
}
legend{
    height: 0;
}




/* ------------------------------------- TERMS OF ACCESS -------------------------------------------*/
dl#terms-of-access dd{
    margin-bottom: 10px;
}
dl#terms-of-access dt{
    margin-bottom: 10px;
    font-weight: bold;
}





/* --------------------------- CONTENT BOX ------------------------------ */
#content {
    clear:left;
    padding: 35px 20px 20px 20px;
    position: relative;

}







/* -------------------------- ADMIN - REPORTS --------------------------------- */

/* Used in Customer Details and Submittal Report */
#content table.report_grid td {
    border: 1px solid;
    padding: 2px 4px;
}
#content table.report_grid thead td {
    font-weight: bold;
    text-align: center;
    min-width:65px;
}
#content table.report_grid{
    clear: left;
    margin-top: 20px;
}
#content #double_report table.report_grid {
    float: left;
    /*    width: 95%; */
}
#content table.report_grid caption {
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
}
#content table.report_grid td {
    border: 1px solid;
    padding: 2px 4px;
}
#content table.report_grid thead td {
    font-weight: bold;
    text-align: center;
    min-width:65px;
}

/* Used in Customer Summary and Product Report */
#content table.report_table thead td {
    font-weight: bold;
}
#content table.report_table tfoot td {
    border-top: 1px solid #000;
}
#content table.report_table {
    clear: left;
    margin-top: 20px;
}
#content table.report_table thead td {
    font-weight: bold;
}
#content table.report_table tfoot td {
    border-top: 1px solid #000;
}

/* Used in Customer Summary, Customer Summary Options, Manufacturers Specified, Product and Submittal Reports */
#content form.wideFilterForm span select {
    width: 190px;
}
#content form.wideFilterForm {
    width: 680px;
}


/* Used in Customer Summary, Customer Summary Options, Manufacturers Specified, Product Report and Submittal Report */
#content form#filterForm span {
    display: block;
    float: left;
    width: 340px;
}
#content form#filterForm span input,
#content form#filterForm span select {
    left: 140px;
}
#content form#filterForm span input {
    width: 80px;
}
#content form#filterForm span label {
    float: left;
    width: 220px;
}
#content form#filterForm span label+label {
    width: 100px;
    padding-left: 4px;
}
#content form#filterForm span label+label input {
    left: 20px;
}
#content form#filterForm input.validation-failed {
    background-color: #ffffaa;
}
#content form#filterForm .custom-advice {
    color: #ff0000;
    display: none;
    clear: left;
}
#content form#filterForm #show-active {
    clear: left;
    text-align: center;
}











/* ---------------------------- EBIDS SECTION ---------------------------------------------- 

Includes Search Projects, Edit Project, New Project, View Job, Submittal Request 

------------------------------------------------------------------------------------------*/
  
/* --------------------- EDIT JOB ------------------------- */
body.edit-job dl dt{
    float: left;
    width: 42%;
    clear: both;
}
body.edit-job dl dd{
    float: left;
    width: 58%;
}
#printjob button {
    position:absolute;
    left:880px;
    bottom:auto;
    right:20px;
    top:20px;
}
body.edit-job .popup_contents{
    width: 500px;
    height: 400px;
}
/* Add New Customer to Job / Suggest form */
form.add-customer-to-job {
    margin-top: 20px;
    display: block;
}
form.add-customer-to-job .search_heading {
    font-weight: bold;
    font-style: italic;
}
/* Scanned Documents */
#job-documents{
    width: 500px;
}
#job-documents td{
    padding: 3px;
}
#job-documents-archive{
    width: 500px;
}
#job-documents-archive td{
    padding: 3px;
}
.doc_upload dt{
    float: left;   
    clear: both;
    width: 180px;
}
.doc_upload dd{
    float: left;

}
#tbl-doc-upload{
    float: left;
}
#tbl-doc-upload td{
    width:180px;
}



/* Revisions */
#revisions{
    min-width: 600px;
}
#revisions td{
    padding: 3px;
}
/* Customer Follow Up Status */
#customer-follow-up{
    width: 800px;
}
#customer-follow-up td{
    padding-right: 15px;
}

/* Send Copy of Revisions */
.send-copy-table {
    width: 100%;
}
.send-copy-table tr th,
.send-copy-table tr td {
    border: 1px solid #999;
    padding: 3px;
}
.send-copy-table thead tr {
    background: #ccc;
}
.send-copy-table tbody tr:nth-child(even) {
    background: #eee;
}
.send-copy-table tbody tr:hover {
    background: #FFEBEE !important;
}
.send-copy-table tr th:nth-child(3),
.send-copy-table tr th:nth-child(4),
.send-copy-table tr td:nth-child(3),
.send-copy-table tr td:nth-child(4) {
    text-align: center;
}
.send-copy-table button {
    cursor: pointer;
}


/*  pop up for edit customer follow up status  */
.followUpStatusForm label{
    display: block;
    margin-bottom: 10px;
}
.followUpStatusForm span{
    width: 100px;
    display: inline-table;
    vertical-align: top;
}
.followUpStatusForm textarea{
    width: 250px;
    height: 100px;
}
.followUpStatusForm select{
    width: 250px;
}
.edit-cust-followup-headline span{
    width: 100px;
    display: inline-table;
}
#edit_cust_follow td{
    vertical-align: top;
    padding-bottom: 3px;
}

/* Revisions - mouse-over for note */
.add_container{
    bordeR: 1px solid black;
    position: absolute;
    top: -100px;
    left: 0;
    width: 200px;
    height: auto;
    background-color: #999;
    padding: 3px;
}
.displayme{
    visibility: visible;    
}
.hideme{
    visibility: hidden;    
}


/* -------------------------------------- VIEW JOB ----------------------------------- */
body.view-job .popup_contents{
    width: 500px;
    height: 400px;
}
#dl-view-job{
    width: 40%;
    margin: 0 auto;
}
#dl-view-job dt{
    float: left;
    clear: both;
    width: 200px;
    margin-bottom: 5px;
}
#dl-view-job dd{
    float: left;
    margin-bottom: 5px;
}




/* --------------------------------- SUBMITTAL REQUEST ------------------------------- */
form#submittalForm {
    display: block;
    margin: 0 165px;
}
form#submittalForm dl {
    margin: 0;
    width: 100%;
    padding-bottom: 20px;
    float: left;
    clear: left;
}
form#submittalForm dl#submittalInfo {
    width: 420px;
}
form#submittalForm dl dt {
    width: 110px;
    float: left;
    clear: both;

}
form#submittalForm dl dd {
    width: 250px;
    float: left;
}
form#submittalForm table {
    clear:left;
    margin: 0 0 20px 0;
}
form#submittalForm input.largeInput {
    width: 300px;
}
form#submittalForm input.medInput {
    width: 180px;
}
form#submittalForm input.tinyInput {
    width: 50px;
    text-align: center;
}
form#submittalForm label {
    padding-right: 20px;
    float: left;
    display: block;
}
form#submittalForm #finishing {
    width:620px;
    float: left;
    padding-bottom: 20px;
}
form#submittalForm #finishing label {
    padding-bottom: 10px;
}
form#submittalForm #finishing+label {
    clear: left;
    width:600px;
}
form#submittalForm #finishing input {
    margin-right: 2px;
}
form#submittalForm input+button{
    clear: left;
    display: block;
}
form#submittalForm textarea {
    width: 580px;
    height: 200px;
}
form#submittalForm th, form#submittalForm td {
    padding-left:0;
    white-space:nowrap;
}
form#submittalForm dd+dd {
    padding-left: 100px !important;
}
form#submittalForm dt, form#submittalForm  dd {
    padding: .2em 0;
}
table.submittal-request-table td{
    padding-bottom: 0 !important;
}
#print-customer{
    display: none;
}
                  
#print-salesperson{
    display: none;
}




.SR-td-label{
    width: 120px;

}
#submittal-request-top td{
    padding: 5px 5px 0px 0px !important;
}
#submittal-request-middle td{
    padding: 5px 5px 0px 0px !important;

}




/* -------------------------------- MODIFY QUOTE ---------------------------------- */
dl#quote_header {
    width: 80%;
    float: left;
    padding: 10px 90px 40px;
    margin:0;
}

dl#quote_header dt {
    clear: none;
    width: 20%;
    font-weight: bold;
    float: left;
}

dl#quote_header dd {
    width: 30%;
    float: left;
    margin-bottom: 5px;
}

dl#quote_view_header {
    width: 40%;
    float: left;
    margin: 10px 90px 40px;
}

dl#quote_view_header dt {
    clear: none;
    width: 40%;
    font-weight: bold;
}

dl#quote_view_header dd {
    width: 60%;
}

/* modify quote form bottom elements (links / total) */
#lotControls dl {
    float: left;
    width: 100%;
    margin:0;
    margin-bottom: 10px;
}

#lotControls dt {
    width: 585px;
    text-align: right;
    font-weight: bold;
    float: left;
}

#lotControls dd {
    width: 300px;
    padding-left: 35px;
    text-align: left;
    float: left;
}

#lotControls {
    margin-top: 20px;
    text-align: center;
}

#lotControls button {
    margin: 0 10px;
    display: inline;
}

/* Pop-up window for saving the quote */
#quoteSaveAddendumForm label,
#quoteSaveAddendumForm input,
#quoteSaveAddendumForm textarea {
    display: block;
    width: 400px;
}
#quoteSaveAddendumForm label {
    padding-bottom: 20px;
}
#quoteSaveAddendumForm textarea {
    height: 100px;
}




/* Used in Edit Job, Submittal Request, View Job*/
table#jobSummaryTable tfoot td {
    font-weight: bold;
    padding-top: 15px;
}
table#jobSummaryTable td {
    padding-bottom: 10px;
    padding-right: 5px;
}
table#jobSummaryTable tfoot td:first-child {
    text-align: right;
}

/* ----- CUSTOMER - JOB PAGE -------- */
dl#customer_job {
    width: 500px;
    margin:0;
    margin: 0 auto;
}
dl#customer_job+table+p {
    text-align: center;
}
dl#customer_job dt{
    float: left;
    clear: both;
    width: 150px;
    margin-bottom: 8px;
}
dl#customer_job dd{
    float: left;
    margin-bottom: 8px;
}
table#customer_manufacturers {
    clear: left;
    width: 500px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}
table#customer_status, table#customer_get_quote {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
}
#customer_get_quote .td-left{
    width: 150px;
}
table#customer_status button {
    display: inline;
    margin-left: 1em;
    padding: 4px;
}


/* ------- MODIFY CONTACT PREFERENCES ----------- */
dl#modify-contact-prefs{
    width: 500px;
    margin: 0 auto;
}
dl#modify-contact-prefs dt{
    float: left;
    clear: both;
    width: 150px;
    margin-bottom: 3px;
}
dl#modify-contact-prefs dd{
    float: left;
}
div#contact-pref-question{
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 500px;
    margin: 0 auto;
}
body.change-contact-prefs form#editForm{
    width: 500px;
    margin: 0 auto;
    
}





/* ------- EDIT FORM STYLES ----------- */
/* Used in Add Project, Change Contact Preferences, Document Upload, Edit Job, My Account */
form#editForm dl {
    width: 360px;
    padding: 2px;
    float: left;
    margin:0;
}
form#editForm dt, form#editForm dd {
    margin-bottom: 8px;
}
form#editForm {
    display: block;
    margin: 0 0 0 30%;
    width: 60%;
    padding: 10px 0px 20px 0px;
    clear: left;
}
form#editForm label, form#editForm input {
    margin: 0 auto;
}
form#editForm span.add_new {
    display: block;
    position: absolute;
    top: 2px;
    left: 365px;
    width: 100px;
}
form#editForm label {
    display: block;
    position: relative;
    margin-bottom: 5px;
    padding: 2px 2px 4px;
    clear: left;
    width: 360px;
    float: left;
}
form#editForm .buttonAlign {
    width: 360px;
}
form#editForm input, form#editForm select {
    width: 55%;
    display: inline;
    position: absolute;
    left: 13em;
}
form#editForm label.radio_outer_label {
    display: inline;
    width: 150px;
}
form#editForm .radiogroup label {
    margin-bottom: 5px;
    position: static;
    clear: none;
    float: left;
    width: 40%;
}
form#editForm .radiogroup input {
    width: 25px;
    position: static;
}
form#editForm .radiogroup {    
    float: left;
    width: 360px;
}
form#editForm .radiogroup .radiocontrols {
    left: 13em;
    float: left;
    width: 50%;
}
form#editForm textarea {
    width: 30em;
    height: 5em;
}
form#editForm label.error span.error_title {
    font-weight: bold;
    color: #ff0000;
    font-size: 11px;
    display: block;
    text-transform: uppercase;
}
form#editForm label.error span.error_desc {
    color: #ff0000;
    display: block;
    padding-bottom: 10px;
}
form#editForm label.error input,
form#editForm label.error select {
    background-color: #ffffaa;
}
form#editForm input#real_name {
    left: 0;
    margin-top: 25px;
    width: 100%;
}
/* button alignment fixes */
.buttonAlign {
    text-align: center;
    clear: left;
    padding: 15px 0 10px 0;
}

.buttonAlign button {
    display: inline;
    margin: 0 5px;
}
button {
    padding: 1px 4px;
}






/* --------------------------------- E-TOOLS MENU -----------------------------------------------*/
.e-tools-menu #content{
    margin-top: 20px;
}
.e-tools-menu #content h2 {
    clear:both;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    margin: 20px 0 0 3px;
    padding-bottom: 2px;
}
.e-tools-menu #content hr {
    margin:0 0 10px 0;
}
.e-tools-menu #content p {
    display: block;
    /*    float:left;
    width: 300px;
    min-height: 40px; */
    line-height: 12px;
    padding: 10px 0px 30px 20px !important;
}
.e-tools-menu #content p small, .e-tools-menu #content p a {
    display: block;
    float: left;
    clear: left;
}
.e-tools-menu #content p small {
    font-size: 12px;
    margin-top: .25em;
}
/* Welcome {Name} text */
.e-tools-menu #content h1:first-child {
    xcolor:#0000FF;
    color: #1F5598;
    float:right;
    margin-bottom:-18px;
    text-transform: none;
}


/*---------------------------------------------------------------------------------------------------------------------------------------------

Catalog Styles

---------------------------------------------------------------------------------------------------------------------------------------------*/


/* --------------------------- CATALOG - BROWSE STYLES------------------------------------ */
table.browsecategories ul {
    margin-top: 10px;
    margin-bottom: 3em;
    margin-left: 10px;
}
table.browsecategories img {
    margin-bottom: -2px;
    margin-left: .5em;
    display: inline;
}
table.browsecategories td {
    vertical-align: top;
    white-space: nowrap;
}
table.browsecategories a:link, table.browsecategories a:visited {
    color: #FF0000;
    font-size:10px;
}
table.browsecategories caption{
    text-align: center;
    margin-bottom: .5em;
}
.pop-up-image{
    z-index: 100;
    border: 1px solid #000;
    max-width: 200px;
}












/* ----- INSTRUCTIONS ------- */
#content #instructions span.row_red strong {
    color: #FF0000;
}

#content #instructions span.row_blue strong {
    color: #0000FF;
}

#content #instructions span.row_green strong {
    color: #00C853;
}

#content #instructions span {
    display: block;
}

#content #instructions span.foot {
    font-size: 11px;
    padding-top: 5px;
}

#content #instructions {
    padding: 0 0 20px 270px;
}














/* ---------------------------- CATALOG - SEARCH RESULTS --------------------------------- */
#content table.searchresults {
    font-size: 11px;
    border-collapse:collapse;
    width: 800px;
    overflow:visible;
    margin-bottom: 30px;
}
#content table.searchresults.salesPerson {
    width: 100%;
}

table.searchresults caption {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
table.searchresults thead th {
    padding: 0 .5em;
    border-bottom: 1px solid #000000;
}
table.searchresults thead tr.no-bottom-border th {
    border-bottom: none;
}
table.searchresults tbody td, table.searchresults tbody th {
    padding: .5em;
    border-bottom: 1px solid #000000;
    xvertical-align: top;
}
table.searchresults tbody tr td, table.searchresults tbody tr th {
    background-color: #e0e0e0;
}
table.searchresults tbody tr.odd td, table.searchresults tbody tr.odd th {
    background-color: #f0f0f0;
}

table.searchresults tbody tr td:first-child {
    border-left:5px solid transparent;
}
table.searchresults tbody tr.accessory td:first-child {
    border-left:5px solid #000099;
}
table.searchresults tbody tr.accessory td:last-child {
    border-right:5px solid #000099;
}
table.searchresults tbody tr.accessory td {
    /*border-bottom:2px solid #000099;*/
    background: #ddddff; /*#e0e0e0;*/
}
table.searchresults tbody tr.accessory.odd td {
    background: #f3f3ff; /*f0f0f0;*/
}
table.searchresults tbody tr.wasAccessory td {
    border-top:5px solid #000099;
    padding-top: 20px !important;
}

table.searchresults tbody tr.highlight td, table.searchresults tbody tr.highlight th {
    background-color: #FFFFCC;
}
table.searchresults tbody th {
    font-weight: normal;
    text-align:right;
}
table.searchresults tfoot td {
    padding: .5em;
}
table.searchresults tbody td:first-child a {
    background: transparent url(/images/icon-image.png) no-repeat center center;
    display: block;
    width: 16px;
    height: 16px;
}
table.searchresults tbody td:first-child a img {
    position: absolute;
    left: -9000px;
}
table.searchresults tbody td:first-child a:hover img {
    left: auto;
    margin-left: 30px;
    border: 1px solid #000000;
    margin-top: -100px;
}
table.searchresults tbody tr.pdfrow td a {
    width: auto;
    background: transparent url(/images/page_white_acrobat.png) center left no-repeat;
    height: 16px;
    line-height: 16px;
    padding-left: 24px;
    display: inline-block;
}
table.searchresults tbody tr.noborder td {
    border-bottom-width: 0;
}
table.searchresults tbody tr.pdfrow.noborder td {
    border-top: 0;
    border-bottom-width: 1px;
}
table.searchresults a:link, table.searchresults a:visited{
    color: #FF0000;
    font-size:10px;
}
table.searchresults caption {
    text-align: center;
    margin-bottom: .5em;
}
table.searchresults input{
    margin-left: 10px;
    margin-right: 5px;
    xpadding-bottom: 3px;
}
table.searchresults td.td-centered,
table.searchresults th.td-centered{
    text-align: center;
}
table.searchresults td.td-right, 
table.searchresults thead th.td-right{
    text-align: right;
}
.catalog_search_input{
    xwidth: 300px;
}
table.searchresults .nowrap {
    white-space: nowrap;
}



/* ----------------------------- GENERATE QUOTE PAGE --------------------------------- */
#generate_estimate input{
    width: 200px;
}




/* ---------------------------- CATALOG - SEARCH (CUSTOMER AND ADMIN) --------------------------------- */
table.search {
    font-size: 11px;
    border-collapse: separate;
}
table.search input.wider {
    width: 350px;
}
table.search button{
    vertical-align:baseline !important;
    margin-top: 20px;
}


/* ---- view model ---- */
img.product {
    margin-top: 1em;
    max-width: 300px;
}
/* ---- display order info ---- */
#content table.ordertable {
    width: 600px;
    margin: 10px auto 20px auto;
}
table.ordertable td {
    padding: 2px 1em;
    width: 425px;
}
table.ordertable td.td-label{
    width: 175px;
    vertical-align: top;
}
table.ordertable input {
    width: 20em;
}
table.ordertable caption{
    text-align: center;
    margin-bottom: .5em;
}





/* --------------------------------------- CART STYLES ------------------------------------------------ */
p.breadcrumb {
    font-size: 11px;
    margin-top: 0;
    margin-left: -.5em;
}
p.breadcrumb a, p.breadcrumb a:hover, p.breadcrumb a:visited, p.breadcrumb a:active {
    margin: 0 .5em;
    color: #ff0000;
}
/* breadcrumb */
#breadcrumb, #submenu {
    display:block;
    width:900px;
    margin: 0 0 10px 0;
    font-size: 11px;
    padding-top: 162px;
}
#breadcrumb a, #submenu a {
    margin: 0 .5em;
}
#breadcrumb a:first-child, #submenu a:first-child {
    margin-left:0;
}

div.browse p {
    margin-top: 0;
    margin-bottom: 2em;
}

.noninventory {
    color:#0000FF;
}

input.formError {
    border: 1px solid #ff0000;
}

strong.hide {
    display: none;
}

#previewImg {
    position: absolute;
    top: 0;
    left: -1000px;
    border: 1px solid #000000;
    height: 200px;
    width: 200px;
}


.noninventory { font-size: 8pt; }
.searchresults .noninventory { font-size: 9pt; }
.nowrap { white-space:nowrap; }

.cartoptions {
    background-color: #eaebeb;
    border-top: 1px solid #000000;
    height: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.cartoptions .saveorder,
.cartoptions .submitorder { float: left; }
.cartoptions .saveorder,
.cartoptions .submitorder,
.contshopping,
.updatequant {
    display:block;
    height: 24px;
    text-indent: -9000em;
    background-image: url(/images/cart-buttons-v3.png);
    background-repeat:no-repeat;
    margin: 0 8px;
}

.cartoptions .saveorder {
    width: 93px;
    background-position: 0 -24px;
}
.cartoptions .saveorder:hover {
    background-position: -203px -24px;
}
.cartoptions .submitorder {
    width: 203px;
    background-position: 0 0;
}
.cartoptions .submitorder:hover {
    background-position: -203px 0;
}

a.contshopping {
    float:right;
    width: 133px;
    height: 22px;
    background-position: -1px -73px;
}
a.contshopping:hover {
    background-position: -204px -73px;
}

.updatequant {
    width: 130px;
    background-position: 0 -48px;
    margin: 0;
}
.updatequant:hover {
    background-position: -203px -48px;
}

/* Add to cart styles */
form.tagcfmsp label {
    xdisplay: block;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 1.5em 0;
}
table#tag-table{
    margin-bottom: 20px;
}
table#tag-table td{
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    padding: 0 0 1.5em 0;
    padding-right: 15px;
}
form.tagcfmsp label input {
    font-size: 14px;
    font-weight: normal;
}








/* ------------------------------ SUBMITTED ORDERS ---------------------------------------- */
table.submittedorders {
    margin: 1em auto;
}
table.submittedorders tbody th {    
    text-align: left;
}
table.submittedorders tbody td {
    text-align: left;
}
table.submittedorders tbody td,
table.submittedorders tbody th {
    padding-left: 2em;
    padding-right: 2em;
}




#savecart{
    width: 600px;
    margin-left: 260px;

}




a.admin-sort {
    color: #000000;
}
#AutoNumber1 strong {
    font-size: 12px;
}






/* --------------------------------------------- Admin --------------------------------------------------------- */





form.login {
    display: block;
    margin-left: 327px; /* IE6 didn't want to listen to "width:250px; margin: 0 auto;" */
}
form.login label{
    display: block;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 1.5em 0;
}
form.login label input {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: .5em 0;
}
form.login fieldset {
    border: 3px solid #d8d8d8;
    display: block;
    width: 250px;
    padding: 15px;
    background-color: #f6f6f6;
    margin-bottom: 1em;
}
.error-msg{
    font-weight: bold;
    color:#FF0000; 
    font-size: 11px;
}
.login .error-msg{
    margin-bottom: 15px;
}
form.login button {
    margin-left: 0;
    margin-right: auto;
    display: block;
}
form.login p {
    color: #9d9d9d;
    text-align: left;
    display: block;
    width: 250px;
    font-size: 11px;
    margin: 0;
    line-height: 1.5em !important;
}
form.login fieldset p {
    font-size: 11px;
    text-align: left;
    display: block;
    margin-top: 1.5em;
    color: #000000;
    text-align: 0;
}
form.login fieldset p strong {
    display: block;
}
form.login a.fliplink {
    color: #9d9d9d;
}
form.login a.fliplink:hover {
    color: #1cc91c;
}



/* ------------------------------------- EBIDS -------------------------------------------------------------------*/
.validation-advice {
    color: #ff0000;
    padding-top: 3px;
}

.validation-failed {
    background-color: #ffffaa;
}





hr {
    clear: left;
    height: 1px;
    color: #999;
    background-color: #999;
    margin: 20px 0;
}
#content p.notes {
    clear: left;
    margin: 0 auto;
    width: 40%;
    line-height: 18px;
    padding-top: 10px;
}










#customer_service .hilite {
    font-weight: bold;
    color: #ff0000;
}




table#customerRecQuote {
    width: 100%;
}

form button,
table tfoot button {
    margin: 10px auto;
    display: block;
}


form.docuForm label+label {
    height: 40px;
}

.multBtns{
    text-align: center;
}








table#customerRecQuote ~ form .suggestResults .faxno,
table#customerRecQuote ~ form .suggestResults .company_suspended,
table#customerRecQuote ~ form .suggestResults .sales_name,
table#customerRecQuote ~ form .suggestResults .quote_destination {
    display:none;
}

.suggestResults{
    z-index:100;
}

.suggestResults span.size {
    text-align:right;
    float:right;
    margin-top: -1.8em;
}


.flipstudios_suggest {
    display:block;
}


.printonly {
    display:none;
}





/* ---------------------------------- SEARCH JOBS ----------------------------------- */
#display-bid-list td{
    padding-right: 20px !important;
}



/* ---------------------------------- PAGING ----------------------------------- */
#paging {
    text-align: center;
    clear: left;
    padding: 20px 0;
}

#paging li {
    display: inline;
    padding: 0 5px;
}

#paging li#current {
    font-weight: bold;
}




/* ----------------------------- REPORT STYLES -------------------------------- */
/* Used on Customer Summary Options                                             */
/*------------------------------------------------------------------------------*/
body#bodyReport #main {
    padding: 0;
    min-width: 90%;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    xbackground-color: transparent;
    background-position: center top;
    margin-top: -45px;
}
#bodyReport #nav, #bodyReport #secndnav {
    position:relative;
    left:50%;
    margin-left: -480px;
}
body#bodyReport #footer {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    min-width: 90%;
}
/*
body#bodyReport #main {
    padding: 0;
    min-width: 100%;
    left: 0;
    margin-left: 0;
    xbackground-color: transparent;
    background-position: center top;
    margin-top: -45px;
}
#bodyReport #nav, #bodyReport #secndnav {
    position:relative;
    left:50%;
    margin-left: -480px;
}
#bodyReport #main {
    min-height: 100%;
    margin-bottom: -16px;
}
#bodyReport #footer {
    padding:0;
    clear:both;
    float: left;
}
body#bodyReport {
    min-width:960px;
    max-width:none;
}
body#bodyReport #content {
    padding: 20px 0 0 0;
    min-width: 100%;
}
body#bodyReport #content > * {
    margin: 0 auto;
}
body#bodyReport #content table {
    max-width: 98%;
}
body#bodyReport #footer {
    left: 0;
    margin-left: 0;
    min-width: 100%;
}
body#bodyReport h1#logo {
    top: 0;
    position: fixed;
    z-index: 100;
}
body#bodyReport #logout {
    position: fixed;
    z-index: 100;
    width: 200px;
}
*/




/* report style additions */
body#bodyReport p {
    text-align: center;
    font-weight: bold;
    clear: left;
}
body#bodyReport dl {
    display: block;
    margin: 0 auto;
    width: 500px;
    padding-left: 250px;
    overflow: auto;
}

body#bodyReport dl dt {
    font-weight: bold;
    width: 150px;
    clear: left;
}

body#bodyReport dl dd {
    width: 350px;
}



/*------------------------------ Manufacturers Specified Report--------------------------------------------- */
.summary-report-opts{
    width: 800px;
}
.summary-report-opts td.job_num{
    width: 100px;

}






/* ------------- logo ------------------- */
h1#logo {
    height:121px;
    width: 100%;
    position:absolute;
    left: 0;
    top: 20px;
    display:block;
    background-repeat:repeat-x;
    background-position:0 0;
    background-image:url(../images/header-bkg.jpg);
    border-bottom: 1px solid #666666;
}
h1#logo a {
    display:block;
    width:202px;
    height:92px;
    text-indent: -9000em;
    background-repeat: no-repeat;
    background-position:0 0;
    xbackground-image:url(../images/ebids-logo.jpg);    
    position: relative;
}





/* --------------------------------- MOBILE ----------------------------- */
#logout {
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 11px;
    text-decoration:underline;
}



/* tab menu */
#tabmenu {
    position: absolute;
    top: 120px;
    left: 20px;
    font-size: 10px;
    font-family: Verdana;
    font-weight: bold;
}
body #tabmenu {
    top: 100px; 
    position: fixed;
    z-index: 100;
}
#tabmenu li {
    display:block;
    position:relative;
    float:left;
    margin-right: 1px;
}
#tabmenu b {
    display: block;
    height: 21px;
    width: 10px;
    position:absolute;
    top:0;
    right:0;
    background-position: -390px 0;
}
#tabmenu a b:first-child {
    background-position:0 0;
    left:0;
}
#tabmenu a {
    display: block;
    float:left;
    background-position: 100% 0;
    padding: 0 15px;
    line-height: 21px;
    height:21px;
    width:auto;
    position:relative;
    text-decoration:none;
}
#tabmenu a, #tabmenu a:visited, #tabmenu a:link, #tabmenu a:active {
    color: #666666;
}
#tabmenu a:hover {
    color:#FFFFFF;
    background-position: 100% -21px;
}
#tabmenu a:hover b {
    background-position:0 -21px;
}




/* modify quote form/table */
.modify-quote {
    width: 100%;
    clear: left;
}
#content table.modify-quote {
    padding-bottom: 20px;
    display: block;
}

#content table.modify-quote:nth-child(even) {
    background: #eee;
}
table.modify-quote caption {
    padding-left: 10px;
    padding-bottom: 10px;
}

.modify-quote+.modify-quote caption {
    margin-top: 20px;
}
.modify-quote caption {
    font-weight: bold;
    font-size: 12px;
}

.modify-quote caption .captionLarger {
    font-weight: bold;
    font-size: 15px;
}

.modify-quote caption a,
.modify-quote caption span.move {
    font-weight: bold;
    font-size: 12px;
    padding: 0 10px;
}
.modify-quote caption span.move {
    color: #bf1e2e;
    text-decoration: underline;
    cursor: pointer;
}

.modify-quote thead th {
    font-size: 11px;
    font-weight: bold;
}
#content .modify-quote td, #content .modify-quote th {
    padding: 2px 15px;
    vertical-align:top;
}
#content table.mceLayout td {
    padding: 0;
}
.modify-quote textarea {
    width: 750px;
    height: 12em;
}
.modify-quote th+th, .modify-quote td+td {
    padding-left: 1%;
}
.modify-quote th.qty {
    width: 30px;
}
.modify-quote th.desc {
    width: 310px;
}
.modify-quote th {
    width: 140px;
}
.modify-quote tfoot td:first-child {
    text-align: right;
    font-weight: bold;
}
.modify-quote tfoot td {
    vertical-align: bottom;
}
.modify-quote input {
    width:150px;
}
.modify-quote input.item_qty {
    width: 30px;
}
.modify-quote textarea.item_desc {
    width: 320px;
    height: 74px;
}

.modify-quote button {
    margin: 0px;
}
.displayHelperText {
    color: #aaa;
}


p#no_lots_found {
    clear: left;
    text-indent: 90px;
}









/* modify quote form popups */
form#quoteSaveForm p,
form#quoteAddLot p,
form#submittalEmail p {
    margin-bottom: 20px;
}

form#quoteSaveForm button,
form#quoteAddLot button,
form#submittalEmail button {
    margin: 20px auto;
    padding: 4px;
}

form#quoteAddLot label,
form#submittalEmail label {
    display: block;
    position: relative;
    margin-bottom: 5px;
    padding: 2px 30px 4px;
    clear: left;
}

form#quoteAddLot input, form#quoteAddLot select,
form#submittalEmail input {
    width: 200px;
    display: inline;
    position: absolute;
    left: 12em;
}




/* --------------------------------- LITERATURE --------------------------------- */
#content .lit-man-list td {
    padding: 10px;
}
#content .lit-edit-man button {
    margin-top: 40px;
}
.lit-edit-man a,
.lit-back-to-list {
    position: absolute;
    left: 50%;
    margin-left: -450px;
    top: 0px;
}
.lit-back-to-list {
    top: -32px;
}
.lit-back-to-documents{
    top: 0px;
    position: absolute;
    left: 50%;
    margin-left: -450px;
}


/* ------------------------------------- SEARCH JOBS ---------------------------------------------- */
#search-jobs{
    width: 666px;
    margin: 0 auto;
}
#search-jobs td{
    padding: 0 0 5px 0 !important;
}
#search-jobs input, #search-jobs select{
    position: relative;
    left: auto;
    top: auto;
    display: inline;
}
#form-search-jobs{
    margin: 0;
    width: auto;
}
.search-narrow{
    width: 70px;
}
#search-jobs td{
    text-align: left;
}
#search-jobs input.checkbox{
    width: auto;
}
#search-jobs input td.label{
    width: 152px;
}
#search-jobs input td.data{
   width: 181px;
}
#search-jobs #job-search-btn{
    margin: 0 auto;
    width: 100px;
}
.searchresults td{
    xborder:1px solid #CCC;
}



#haldeman-pricing-level input, #haldeman-pricing-level select{
    position: relative !important;
    width: auto;
    left: 0 !important;
}
#haldeman-pricing-level{
    width: auto !important;
    padding: 20px 0 20px !important;
}

#printnotes{
    display: none;
}

.manufacturer-list .odd,
.linecard-list .odd,
.category-list .odd{
    background-color: #DDD;
}

.linecard-cell {
    display: inline-table;
    width: 45%;
    margin-left: 2%;
    margin-top: 40px;
}
.linecard-cell:nth-child(even) {
    margin-left: 3%;
}
.linecard-list img,
.linecard-cell img, 
.logo_img {
    max-width: 150px;
    max-height: 75px;
}

.red-btn,
.red-btn:visited,
.red-btn:active,
.red-btn:hover{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #bf1e2e;
    behavior: url(/js/PIE.htc);
    color: #FFF; 
    padding: 10px; 
    text-decoration: none;
}

.editmodel td{
    vertical-align: top;
}


table.browsecategories tbody tr.odd td, 
table.browsecategories tbody tr.odd th {
    background-color: #DDD;
}


/* specifically add more space above shipping section and company on the order details page */
/* /catalog/checkout.php */
tr.field-shipping_company,
tr.field-company {
    border-top: 10px solid transparent;
}


/* Quick Quote */
table#linedata td {
    padding: 0 5px 5px 5px;
    vertical-align: top;
}
table#linedata input,
table#linedata textarea {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
}

/* Job Tracker */
table.job-tracker {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
table.job-tracker, 
table.job-tracker th, 
table.job-tracker td {
    border: 1px solid black;
}
table.job-tracker td.no-border {
    border: none;
}table.job-tracker td.white-border-ll {
    border-left: 1px solid white;
    border-bottom: 1px solid white;
}
table.job-tracker td.white-border-r {
    border-right: 1px solid white;
}
table.job-tracker thead th {
    background: #ccc;
    text-align: center;
}
table.job-tracker tbody tr:nth-child(odd) {
    background: #eee;
}
table.job-tracker tbody td {
    padding: 4px !important;
    font-size: 14px;
    line-height: 18px;
}
table.job-tracker input,
table.job-tracker textarea {
    width: 100%;
    border: none;
    background: none;
    font-size: 14px;
    line-height: 18px;
}
table.job-tracker input:focus,
table.job-tracker textarea:focus {
    outline: none;
}
/* auto height text area */
textarea.autoheight {
    overflow: hidden;
    resize: none;
    width: 100%;
}

.negative {
    color: #bf1e2e;
}

#cloneRow {
    display: none;
}

.zebra thead tr {
    background:#CCC;
}
.zebra tbody tr:nth-child(even) {
    background:#EEE;
}

.nowrap-strong strong {
    white-space: nowrap;
}
.vert-top td {
    vertical-align: top;
}

.alertify h1 {
    text-transform: none;
}

/*------- Contact Form ----------*/
.contact-form {
    width: 400px;
    margin: 0 auto;
}
.contact-form h2 {
    margin-bottom: 10px !important;
}
.contact-form label {
    display: block;
    padding: 10px 40px;
    font-weight: bold;
    position: relative;
}
.contact-form label input {
    position: absolute;
    right: 40px;
    width: 250px;
    border: 1px solid #999;
    padding: 3px;
}
.contact-form label textarea {
    display: block;
    width: 314px;
    margin-top: 5px;
    height: 100px;
    border: 1px solid #999;
    padding: 3px;
}
.contact-form button {
    padding: 10px 20px;
}
.contact-thank-you {
    width: 50%;
    padding: 15px;
    background: #efefef;
    color: #bf1e2e;
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    margin: 0 auto 30px auto;
}