﻿body {
    font: 12pt Verdana !important;
}

ul{
    margin-top: 10px !important;
}
    ul li {
        margin-bottom: 10px;
    }

.phone, 
.fax {
    display: inline-block;
}

.clearfix {
    clear: both;
}

    .clearfix:after,
    .clearfix:before {
        content: " ";
        display: table;
    }

.header h3 {
    margin-top: 10px;
}

.header h2 {
    color: #9a2e00;
    font-weight: bold;
    vertical-align: middle;
}

.header .left,
.header .right {
    float: left;
    width: 50%;
    vertical-align: top;
    display: table;
    height: 93px;
}

.header .clear-heading {
    height: 150px;
}

.header .left {
    text-align: left;
}

.header .right {
    text-align: right;
}

.header .left .middle,
.header .right .middle{
    height: 90px;
}

.brown-heading,
.green-heading {
    padding: 10px;
}

.brown-heading {
    background-color: #9a2e00;
    color: #fff;
    height: 40px;
    text-align: center;
}

.brown-heading p{
    display: none;
}

.brown-border-thick {
    border: 3px solid #9a2e00;
}

.brown-border-top, .brown-border-bottom {
    border-color: #9a2e00;
}

.brown-border-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.brown-border-top {
    border-top-width: 1px;
    border-bottom-style: solid;
}

.green-heading {
    background-color: rgb(0,129,138);
    color: #fff;
    min-height: 40px;
}

.green-border-top {
    border-top: 1px solid rgb(0,129,138);
}

.green-border-bottom {
    border-bottom: 1px solid rgb(0,129,138);
}

.green-heading .left,
.green-heading .right{
    display: table;
    width: 50%;
    height: auto;
}

.navbar {
    margin-bottom: 0;
}

.info-section {
    margin-bottom: 20px;
}

ul.nav li:hover {
    background-color: #333;
}

ul.nav li.selected {
    background-color: #444;
}

    ul.nav li.selected a {
        color: #fff;
        cursor: text;
    }

.align-bottom {
    vertical-align: bottom !important;
}

.content {
    padding-top: 10px;
    vertical-align: top;
    position: relative;
}
.form-label{
    display: inline-block;
    min-width: 150px;
    text-align: right;
    vertical-align:top;
}
.form-value{
    display: inline-block;
    text-align: left;
}

.form-value input[type=text],
.form-value input[type=email],
.form-value textarea {
    width: 100%;
}

.form-value label{
    margin-right: 10px;
    font-weight: normal !important;
}

.quote .form-label {
    min-width: 180px;
}

.italic-header {
    font-size: smaller;
    font-style: italic;
    font-weight: normal;
}

.row {
    margin: 0 0 20px 0;
    padding: 0 10px;
}

.row.top {
    margin-top: 20px;
}

.content .body {
    padding: 0 10px;
}

.vendors {
    width: 133px;
    display: table;
    padding: 10px;
}

    .vendors .left-50,
    .vendors .right-50 {
        display: table-cell;
        width: 50%;
    }

/* Angular */
textarea.ng-invalid,
input.ng-invalid {
    border-color: rgba(255, 106, 0, .5);
}

textarea.ng-dirty,
input.ng-dirty {
    background-color: rgba(255, 255, 0, .5);
}
/* End Angular */