﻿body {
    padding-top: 0px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 15px;
    max-width: 1000px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* Set font-size of input text fields */
input[type="text"] {
    font-size: 1.2em;
    padding: 2px;
}

input[type="number"] {
    font-size: 1.2em;
    padding: 2px;
}

.form-control:focus {
    border-color: black;
}

table.default {
    font-family: arial, sans-serif;
    font-size: 13px;
    border-collapse: collapse;
    width: 100%;
    height: 100%;
}

    table.default td {
        border: 1px solid #dddddd;
        text-align: left;
        padding: 4px;
    }

    table.default th {
        border: 1px solid #6B6B6B;
        background-color: #6B6B6B;
        text-align: left;
        padding: 4px;
        color: white;
    }

    table.default tr:nth-child(even) {
        background-color: #ddddff;
    }

    table.default td:nth-child(2n+1) {
        background-color: #0598CB;
        color: white;
        font-weight: bold;
        width: 400px;
    }

table.orderTables {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    table.orderTables td {
        text-align: left;
        padding: 8px;
        text-align: center;
    }

    table.orderTables th {
        border: 1px solid white;
        background-color: #0598CB;
        text-align: center;
        padding: 8px;
        color: white;
    }

    table.orderTables tr:nth-child(even) {
        background-color: #dddddd;
    }

table th.customerHeader {
    border: 1px solid white;
    background-color: #6B6B6B;
    text-align: left;
    padding: 8px;
    color: white;
}

.atlasCopcoForm {
    /*background-color: #0099cc;
    border: 15px solid #0099cc;*/
    padding: 15px;
    /*color: white;*/
    margin-top: 0;
    font-size: 1em;
    font-family: sans-serif;
    /*margin-left: 150px;*/
    width: 830px;
}

.transportQuotationForm {
    /*background-color: #0099cc;
    border: 15px solid #0099cc;*/
    padding: 15px;
    /*color: white;*/
    margin-top: 0;
    font-size: 1em;
    font-family: sans-serif;
    /*margin-left: 150px;*/
    width: 930px;
}

.backgroundForm {
    background-color: white;
}

.field-validation-valid {
    display: none;
}

.field-validation-error {
    display: block;
}

.text-danger {
    font-size: 9pt;
}

.cursor-point {
    cursor: pointer;
}

/*.validation-error {
    color: red;
    font-weight: 600;
}

    .validation-error:before {
        margin-right: 5px;
        content: "\e101";
        font-family: "Glyphicons Halflings";
    }*/

.hr {
    display: block;
    height: 1px;
    width: 696px;
    border: 0;
    border-top: 10px solid #FFCC33;
    margin: 1em 0;
    padding: 0;
}

.hrLong {
    display: block;
    height: 1px;
    border: 0;
    border-top: 10px solid #FFCC33;
    margin: 1em 0;
    padding: 0;
}

.hrSeparator {
    display: block;
    height: 3px;
    width: 800px;
    margin: 1em 0;
}

.row {
    margin-top: 5px;
}

.static-size-elg {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 620px;
}

.static-size-lg {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 390px;
}

.static-size-sm {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 295px;
}

.static-size-xs {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 200px;
}

.hasTooltip {
    position: relative;
    display: inline-block;
}

    .hasTooltip .tooltiptext {
        visibility: hidden;
        width: 400px;
        background-color: #444;
        border: 5px solid #444;
        color: #fff;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 50%;
        margin-left: -140px;
    }

    .hasTooltip .tooltipstatus {
        visibility: hidden;
        width: 200px;
        background-color: #444;
        border: 5px solid #444;
        color: #fff;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 50%;
        margin-left: -70px;
    }

    .hasTooltip:hover .tooltiptext,
    .hasTooltip:hover .tooltipstatus {
        visibility: visible;
    }

h4, hasTooltip {
    display: inline;
}

div.blue-heading {
    background-color: #0099cc;
    color: white;
    padding-left: 2px;
}

div.green-heading {
    background-color: #1e9600;
    color: white;
    padding-left: 2px;
}

div.yellow-heading {
    background-color: #FFCC33;
    color: white;
    padding-left: 2px;
}

div.red-heading {
    background-color: red;
    color: white;
    padding-left: 2px;
}

.atlasCopcoForm div[data-toggle*=collapse] {
    margin-bottom: 5px;
    margin-top: 5px;
}

span.anchorHighLow {
    color: black;
}
    span.anchorHighLow:hover {
        
    }

span.anchor {
    cursor: pointer;
    color: #008cba;
}

    span.anchor:hover {
        
    }
