﻿html,
body {
    height: 100%;
    font-size: 14px;
    font-family: 'Conv_Proxima Nova Black', Georgia, Serif;
    src: url('/Content/fonts/Proxima Nova Black.eot');
    src: local('☺'), url('/Content/fonts/Proxima Nova Black.woff') format('woff'), url('/Content/fonts/Proxima Nova Black.ttf') format('truetype'), url('/Content/fonts/Proxima Nova Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.viewwidth {
    width: 1390px;
}
.blockHead{
    background-color: #022b57;
    color: #ffffff;
    text-align: center;
    margin-right: 12px;
    margin-top:10px;
}
#message {
    color: #cc0000;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.validation-summary-errors ul {
    list-style-type: none;
}

.SiteDisplay {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding-top: 12px;
}

.Copyright {
    font-style: italic;
    color: #ffffff;
}

input::-ms-clear { /* this gets rid of the i.e. 'x' in the input field*/
    display: none;
    width: 0;
    height: 0;
}

input::-ms-reveal { /* this gets rid of the i.e. 'eye' in the password field*/
    display: none;
    width: 0;
    height: 0;
}

#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -200px;
    /* Pad bottom by footer height */
    padding: 0 0 200px;
}

#footer {
    height: 200px;
    background-color: #003471;
}

.footerText {
    color: #ffffff;
}

.italic {
    font-style: italic;
}

.padding6 {
    padding-left: 6px;
    padding-right: 6px;
}

.wrapInside {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -35px;
    /* Pad bottom by footer height */
    padding: 0 0 35px;
}

.wrapFooter {
    height: 35px;
}

.sectionTag {
    font-size: 32px;
    font-style: italic;
    color: #003471;
}

.sectionText {
    font-size: 16px;
    color: #003471;
}

.hRow {
    background-color: #003471;
    height: 3px;
}

.topbar {
    min-height: 110px;
    height: 114px;
    background-color: #0054a6;
}

.cursor {
    cursor: pointer;
    cursor: hand;
}

.linkButton {
    color: #ffffff;
    text-decoration: none;
}

    .linkButton:hover {
        color: #f8f0f0;
        text-decoration: none;
    }

.DisplayLabelMid {
    font-weight: bold;
    vertical-align: middle;
    text-align: right;
    line-height: 34px;
}

.DisplayLabelItal {
    font-size: 20px;
    font-style: italic;
    color: #FFFFFF;
}

.popover.error-popover {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    box-shadow: none;
    color: #B94A48;
    cursor: pointer;
    max-width: none;
    z-index: 1099;
}

.btn-font {
    color: #0054a6;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }
.editItem {
    display: none;
}

.editing .editItem {
    display: block;
}

.editing .viewItem {
    display: none;
}
