/* Customer Template Base */
@media screen and (min-width:1024px){
    .container{width: 100%}
}

.login {
    background-color: #000000;
}

#signin_container{
    background-color: #000000;
    border-color: #000000;
    max-width: 350px;
    margin: 100px auto 0 auto;
}


#login_title{
    margin-bottom: 15px;
    color: white;
    border:0;
}

#signin_form legend,
#signin_container h2
{
    margin-bottom:10px;
    color:white;
    border:0;
}

#signin_container p{
    color: white;
}

.login .box {
    border-color: #4D9268 #D9D9D9 #D9D9D9;
    width:300px;
    margin:0 auto 0 auto;
    padding:10px;
}

.btn-primary {
    background-color: #4D9268;
    color: #FFFFFF;
    z-index: 2;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: darkgray;
    color: #FFFFFF;
}
.btn-primary:active, .btn-primary.active {
    background-color: #335EB2;
    border-top: 1px solid #1C3463;
}
.btn-primary.disabled, .btn-primary.btn[disabled] {
    background-color: #3968C6;
    box-shadow: none;
}

.navbar {
    background-color: #4D9268;
    /*background-color: dodgerblue;*/
}

#ui-datepicker-div{
    z-index: 2000!important;
}

.datepicker{z-index: 2000!important;}

.comment_text{
    border: 1px solid #cccccc;
    padding: 0.5em;
}

.comment_header{
    font-weight: bold;
}

#comment_save_div,
.save_div{margin: 5px 0 -10px 0!important;
                  padding-top:8px;
                  padding-bottom:8px;
}

.comment_header{margin-bottom:3px;}


#div_id_text label{margin-bottom:3px;
                   padding-bottom: 0;
}

.totals_row {
    background-color: #cde5d7;
    color: black;
}

.grand_totals_row {
    background-color: #96c8a9;
    color: black;
}

caption{
    font-size: 18px;
    font-weight: bold;
    margin-top: 0.5em;
    text-align: left;
}

table.dataTable tr.odd {
    background-color: #cde5d7;
}

table.dataTable tr.odd td.sorting_1 {
    background-color: #a6e5c1;
}

table.dataTable tr.even td.sorting_1 {
    background-color: #ddf6e7;
}

.errorlist{
    color:red;
    font-size: smaller;
}

.error, .alert{
    color:red;
    font-size: smaller;
}

h4.panel-heading {
    padding: 0 0;
    margin: 0;
}

div.panel-heading{
    padding: 10px 10px;
}

@media screen and (min-width:500px){
    .form-control{
        padding: 2px 12px;
        height: auto;
    }
}

.help-block{
    font-size: x-small;
    margin-bottom: 0;
}

.modal-header{
    background-color: #4D9268;
}

.modal-title{
    color: white;
}

.page-links a{
    border: 1px #cccccc solid;
    padding: 2px 6px;
    line-height: 2em;
}

.selected_page_number{
    color: white;
    font-weight: bold;
    background-color: #52ABF0;;
}

.pagination{
    margin: 0;
}

.system_message{
    border: solid red 1px;
    border-radius: 5px;
    padding: 3px;
    margin: 3px;
    color: red;
}

.print_link{
    font-size: 12px;
}

/* For printing */
@media print {
    .print_hide{display: none;}
}

@media screen{
    .print_show{display: none;}
}

.sub_table{
    width: 100%;
}

.busy{
    margin: 10px auto 10px auto;
    background: url('../images/busy.gif') no-repeat;
    width: 66px;
    height: 66px;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.associated_option{color: white; background-color: blue;}

.notes{font-size: 0.75em; color: #808080}

.form_errors_banner{
    background-color: red;
    color: white;
    margin: 0;
    text-align: center;
    padding:3px;
}

/* http://stackoverflow.com/questions/19227496/scrollable-menu-with-bootstrap-3-menu-expanding-its-container-when-it-should-n */
.scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}

.unpriced{
    background-color: #ccaaaa!important;
}

.error_cell{
    background-color: #ffaaaa !important;
}

#help_dialog h1{font-size: 20px; font-weight: bold}
#help_dialog h2{font-size: 16px; font-weight: bold}

.job{max-width:250px; overflow: hidden; white-space: nowrap;}
.phase{max-width:150px; overflow: hidden; white-space: nowrap;}
.description{max-width:350px; overflow: hidden; white-space: nowrap;}
.vendor{max-width:250px; overflow: hidden; white-space: nowrap;}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #CDE5D7;
}

.my_nav{
    font-size: smaller;
    margin-bottom: 0;
}

.header_line{
    margin: 3px 0 3px 0;
}

.header_line span{font-weight: bold;}

.header_line span:not(:first-child){padding-left: 50px;}

.static_label{
    text-align: right;
}

.to_excel{
    margin: 0;
    font-size: small;
    font-style: italic;
}

.delegate_notice{
    color:red;
    padding: 0;
    margin: 0 0 0 20px;
    font-size: smaller;
}

.amount{
    text-align: right;
}

.pseudo_form_label{
    font-size: 14px;
    font-weight: 700;
}

@media (min-width: 768px){
    .pseudo_form_label{ text-align: right; }
}

