﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
    /*max-width: 400px;*/
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

#PumpServiceContainer{
    width:1050px;
    margin-left:20px;
    margin-right :20px;
    margin-top :3px;
    margin-bottom :0px;
    font-family:Calibri;
}

#PumpServiceHeaderLogo{
    float:left;
    display:inline-block;
    text-align:left;
}

#PumpServiceHeaderTitle{
    float:right;
    display:inline-block;
    text-align:right;
    margin-right:20px;

    font-size: 50px;
    font-weight:bold;
    

}

/*#PumpServiceSectionHeader{
    clear:both;
    text-align:center;
    background-color:lightgray ;
    font-weight:bold;
    font-size:16px;
    border: 2px solid black;
}
changed to class
*/

.PumpServiceSectionHeader {
    clear: both;
    text-align: center;
    background-color: lightgray;
    font-weight: bold;
    font-size: 16px;
    border: 2px solid black;
}

#PumpServiceReport{
    clear:both;
    float:left;
    display:inline-block;
    text-align:left;
    font-weight:bold;
    
}

#PumpServiceParts{
    clear:both;
    font-size:12px;
}

#PumpServiceSubTotals{
    float:right;
    display:inline-block;
    text-align:right;
    /*border:2px solid black;*/
}

#PumpServicePostService{
    clear:right;
    float:left;
    display:inline-block;
    text-align:left;
}

#PumpServiceImages{
     clear:left;
     float:left;
     display:inline-block;
     margin-top: 20px;
}

#GeneralAttachments {
    clear: left;
    float: left;
    display: inline-block;
    margin-top: 20px;
}

.GeneralAttachmentsSectionHeader {
    clear: both;
    text-align: center;
    background-color: lightgray;
    font-weight: bold;
    font-size: 16px;
    border: 2px solid black;
}

/* nav bar background color and height settings*/
.navbar { 
    background-color: #ccc !important;
    min-height: 100px;
    /*max-height: 100px;*/
    /*max-height: 800px;
    height: 100px;*/
}

/*logo settings*/
.navbar-brand {
  padding: 0 15px;
  height: 100px;
  line-height: 100px;
}

/*sets the background color of the menu options in the navbar */
.navbar-inverse .navbar-nav > li > a {
  color: black;
  background-color: #ccc;
}

/*sets the background color and text of the drop down menu in the nav bar when menu is loaded from button.*/
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a { 
    /*background-color: #ccc !important;*/
    color: black;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        /* (80px - line-height of 27px) / 2 = 26.5px */
        /*padding-top: 26.5px;
    padding-bottom: 26.5px;*/
        padding-top: 36.5px;
        padding-bottom: 36.5px;
        line-height: 27px;
    }

    .navbar-toggle {
        /* (80px - button height 34px) / 2 = 23px */
        margin-top: 33px;
        margin-top: 33px;
        padding: 9px 10px !important;
    }

    #printOnly {
        display: none;
    }

    @media print {
        #printOnly {
            display: block;
        }
    }


}





