﻿body {
    /*iOS momentum based scrolling*/
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    font-family: Arial, Helvetica, Verdana, sans-serif !important;
}

.modal-header {
    background-color: #0D3B66;
    color: #fff;
    border-radius: 4px 4px 0px 0px;
}

    .modal-header .logo {
        margin-right: 15px;
        height: 50px;
        width: 50px;
    }

    .modal-header button.close, .modal-header button.close span {
        color: #fff !important;
        opacity: 1;
    }


.visible-xs.collapse.in {
    display: block !important;
}

.visible-xs.collapse {
    display: none !important;
}


body {
    background-color: #FFF;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #505060;
    background-color: #FFF;
}



.inputWIcon {
    position: relative;
    padding-left: 40px !important;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
}

.inputIcon {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100;
    color: #505060;
}

.resetLink, .resetLink:hover, .resetLink:focus {
    padding-top: 5px;
    color: #fff;
}


input {
    border-radius: 0px !important;
    height: 30px;
}

#brandBar {
    position: static !important;
}

.miniBrandBar {
    height: 20px;
    width: 100%;
    color: #fff;
    background-color: #505060;
}







@media screen and (max-width:767px) {

    html, body {
        overflow-x: hidden;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
        color: #699630;
    }

    #brandBar {
        position: fixed !important;
    }


    .topPlaceHolder {
        width: 100%;
        height: 55px;
    }

    .noPadMobile {
        padding: 0px;
    }

    .noMarginMobile {
        margin: 0px
    }
}

@media screen and (min-width: 768px) {

    .noPad {
        padding: 0px;
    }

    .inputIcon {
        left: 20px;
    }
}

.footer {
    display: inline-block;
    width: 100%;
    clear: both;
}

.border-bottom {
    border-bottom: 1px solid #0d7848;
    margin-bottom: 10px;
}

.required .control-label:before, .form-group.required .control-label:before, .form-group .required-label {
    content: "* ";
    color: #a94442;
}

.noUnderline {
    text-decoration: none;
}

.blackLink {
    color: #000;
}

.boxShadow {
    box-shadow: rgba(0,0,0,0.2) 0px 0px 10px;
}

.helpLink {
    color: #000;
    text-decoration: none;
}

    .helpLink .fa {
        color: #138808;
    }

input[type='date'] {
    /*This removes the default iOS date input look and keeps our style*/
    -webkit-appearance: none;
    -moz-appearance: none;
}


.modalMessage ul li {
    margin: 10px 0px;
}

.modalMessage .emphasisText {
    font-size: 1.5em;
}

.modalMessage .modalMessageHeader {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}




.navbar-inner button, button.switchListMapView {
    border: none;
    background-color: transparent;
}

.navbar-inner button {
    padding: 0px;
}


.alert {
    color: black !important;
}

button.close {
    opacity: 1 !important;
}


.posRelative {
    position: relative;
}



/* OVERRIDING the 'initial' value because it doesn't work in IE....at all; */
.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}


.modal .modal-content, .modal .modal-dialog {
    min-height: 100%;
    height: auto;
}


.bold {
    font-size: 1em;
    font-weight: bold;
}

.italic {
    font-style: italic;
}


/***************************************************************/
/* Globally used result lists                                  */
/***************************************************************/

.tblHeader {
    background-color: #0D3B66;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 5px;
    margin-bottom: 10px;
}

.resultList div[class^="col-"] {
    padding: 10px 5px;
}

.resultList .row.odd {
    background: #F7F7F7;
}

.resultList .visible-xs {
    margin-top: 10px;
}


/***************************************************************/
/* Globally used form elements                                 */
/***************************************************************/
.searchContainer {
    border-left: 6px solid #0D3B66;
}

.searchBox {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #dedede;
    box-shadow: none;
}

.right-inner-addon {
    position: relative;
}

    .right-inner-addon input {
        padding-right: 30px;
    }

    .right-inner-addon i {
        position: absolute;
        right: 0px;
        padding: 10px 12px;
        pointer-events: none;
    }

.title {
    font-size: 1.4em;
    font-weight: bold;
    color: #0D3B66;
}

.jumbotron.smalltext {
    font-size: 1em;
    font-weight: normal;
    padding: 10px;
    margin-top: 0px;
}

.marginTop {
    margin-top: 15px;
}

.tableHeader {
    margin-top: 15px;
    font-size: 1.6em;
    display: block;
    border-left: 6px solid #0D3B66;
    padding-left: 15px;
    color: #0D3B66;
}

.breadcrumb {
    background-color: #fff;
}

.MOECSLargeBold {
    font-family: arial, helvetica, sans-serif;
    font-size: large;
    font-weight: bold;
}
