/* Body and structure
-------------------------------------------------- */

body {
    background-color: #fff;
    font-size: 14px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 25px;
    font-weight: 300;
}

/*------ Content add to make it look like the preview site ------  */

#coh-mediaFooter {
    padding: 20px 0 40px 0;
    position: relative;
    width: 100%;
}

/*.twitterHeader { background-image: url('/Content/images/icons/HeaderTwitter.png');}
.youtubeHeader  {   background-image:url('/Content/images/icons/HeaderYouTube.png');   }
.linkedInHeader { background-image: url('/Content/images/icons/HeaderLinkedIn.png');}*/

.twitterFooter {
    background-image: url('/Content/images/icons/FooterTwitter.png');
}

.youtubeFooter {
    background-image: url('/Content/images/icons/FooterYouTube.png');
}

.linkedInFooter {
    background-image: url('/Content/images/icons/FooterLinkedIn.png');
}

#coh-socialmedia .menu li {
    color: white;
    display: inline-block;
    list-style: none;
    overflow: visible;
    height: 32px;
    width: 32px;
    vertical-align: top;
}

    #coh-socialmedia .menu li a {
        background-position: 0 0;
        background-repeat: no-repeat;
        color: white !important;
        display: block;
        font-size: 18px;
        line-height: 32px;
        padding-left: 0px !important;
        /*padding-left: 30px;*/
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
        width: 30px;
        word-wrap: normal;
    }

#coh-mediaFooter .menu.right {
    position: absolute;
    right: 65px;
    top: 20px;
}

#coh-mediaFooter .menu li {
    color: white;
    display: inline-block;
    list-style: none;
    overflow: visible;
    height: 32px;
    width: 32px;
}

    #coh-mediaFooter .menu li a {
        background-position: 0 0;
        background-repeat: no-repeat;
        color: black !important;
        display: block;
        font-size: 18px;
        line-height: 34px;
        text-align: center;
        padding-left: 0px !important;
        text-decoration: none;
        white-space: nowrap;
        word-wrap: normal;
    }

#coh-mediaFooter .menu.right li + li {
    margin-left: 20px;
}

.form-submit {
    font-weight: 500;
    width: auto;
    margin: 0 2% 0 0;
    padding: 8px 12px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.button-primary {
    background-color: #00578d;
    color: white;
}

.darkerfont {
    font-weight: bold;
}

.tblTaxCols {
    background-color: #f7fcff;
}

.taxDollarColumn {
    width: 8%;
}
/*------ Content pre-existed in the website template  ------  */

#header-container {
    height: 89px;
    margin-top: 25px;
    border-bottom: 8px solid #00578d;
    margin-bottom: 20px;
}

#header-fixed-image {
    height: 64px;
    width: 310px;
    background-image: url('/Content/images/header/coh-logo.png');
    background-repeat: no-repeat;
}

.header-left-section {
}

.header-center-section {
}

.header-sub-title {
    font-weight: bold;
    margin-top: 2px;
    margin-left: -15px;
    color: #00578d;
}

.header-title {
    margin-top: -8px;
    color: #00578d;
}

.header-right-section {
    font-size: 75%;
    text-align: right;
}

.footer {
    color: white;
    background-color: #00578d;
    height: 84px;
}

#header-repeat-image {
    height: 89px;
    background-image: url('/Content/images/header/Blue_Bar_Spacer.jpg');
    background-repeat: repeat-x;
}

/* Modal help modifications 
-------------------------------------------------- */
#ModalHelpBox .modal-header {
    background-color: #a9b9d0;
}

/* Druth some hacks to move into another css file */

.control-group {
    display: inline-block;
    vertical-align: top;
}

.required {
    color: red;
}

.noborder, table.results tr.noborder td {
    border: 0;
}

table.results, table.results th, table.results tr td {
    border: 1px solid #CCCCCC;
}

table.results {
    margin-bottom: 15px;
}

tr.pager td table tr td a, tr.pager td table tr td {
    border: 0;
}

    tr.pager td table tr td a {
        padding-right: 0px;
        padding-left: 0px;
    }

tr.pager td table tr td {
    padding-left: 5px;
    padding-right: 5px;
}

table.results tr.gvfooter td input.btn-primary {
    margin: 0px;
}

div.alert ul {
    padding-top: 5px;
    padding-bottom: 8px;
}

    div.alert ul li {
        padding-bottom: 2px;
    }

div.alert a {
    text-decoration: underline;
    color: #b94a48;
}

.modal-body {
    max-height: 800px;
}

.popover-content {
    border: 1px solid #CCCCCC;
}

.popover-title {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

textarea {
    width: 475px;
}

.btn-primary {
    margin-bottom: 10px;
}

.smallerfont {
    font-size: smaller;
}

.hidden {
    display: none;
}

label {
    margin-bottom: 2px;
}

#chkLabel {
    margin-top: 4px;
}
