﻿/************************/
/* Expand all bootstrap */
/* panels for printing  */
@media print {
    .panel-group .panel-collapse.collapse {
        display: inline;
    }
}

body {
    font-family: OpenSans,sans-serif;
}

address {
    color: #fff;
    font-size: 1.2rem;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

.row {
    margin-right: 0;
}

h4 {
    font-size: 2rem;
}

a {
    color: #165c7d;
    text-decoration: none;
}

a:hover, a:focus {
    color: #898d8d;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    margin: 15px 0 18px 0;
}

hr {
    margin-top: 10px;
    margin-bottom: 0;
}

#toast-container > div {
    opacity: .97;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #8db9ca;
}

.alert-danger {
    color: #9a3324;
}

.form-group .k-widget {
    width: 100%;
}

.has-error .k-picker-wrap.k-state-default {
    border-color: #843534;
}

.has-error .k-picker-wrap.k-state-focused {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

.has-error .k-numeric-wrap.k-state-default {
    border-color: #843534;
}

.has-error .k-numeric-wrap.k-state-focused {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

.OIRHeader {
    background-color: #165C7D;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 5px;
    min-height: 100px;
}

.OIRlogo .wrapperContainer {
    width: 80%;
    margin: 0 auto;
}

.OIRlogo img {
    border: 0px;
    margin: 15px 0;
    min-width: 250px;
}
/* prevents older applications from applying blue hyperlink border on linked images */

.OIRFooter {
    background-color: #505759;
    color: #fff;
    width: 100%;
    min-height: 150px;
    padding: 10px 0;
}

.wrapperContainer {
    width: 70%;
    margin: 0 auto;
}

.footerLogo {
    float: left
}

.footerLogo img {
    max-width: 120px;
    border: 0px;
}

.footerContact {
    float: left;
    color: #fff;
}

.footerContent {
    text-align: right;
    /*float: right;
    clear: right;*/
}

.clear {
    clear: both
}

.footerContent #OIRComm {
    text-align: right;
    font-size: 11pt;
    font-weight: bold;
}

.copyright {
    color: #FFF;
    font-size: small;
}


.m-md {
    margin: 10px;
}

.m-t-md {
    margin-top: 10px;
}

.p-t-sm {
    margin-top: 5px;
}

.p-md {
    padding: 10px;
}

.p-t-sm {
    padding-top: 5px;
}

.p-l-sm {
    padding-left: 5px;
}

.p-t-md {
    padding-top: 10px;
}

.p-t-lg {
    padding-top: 15px;
}

.p-b-sm {
    padding-bottom: 5px;
}

.font-italic {
    font-style: italic !important;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

/************************/
/* Custom styles */
.oir-row {
    padding: 5px;
}
.oir-nowrap {
    white-space: nowrap;
}

.oir-legend {
    border-top: solid 1px #dddddd;
}

.oir-highlight {
    background-color: lightgoldenrodyellow;
    font-style: italic;
    font-weight: bold;
}

.oir-disclaimer {
	min-height: 20px;
	margin: 0;
    padding: 10px 15px 10px 15px;	
	clear: both;
    font-size: 75%;
}
    .oir-disclaimer p {
        font-style: italic;
        font-family: Verdana, Geneva, sans-serif;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 5px 0px;
        text-align: left;
    }
    .oir-disclaimer a {
        background-position: 0px 0px;
        font-weight: bold;
        color: #142850;
        text-decoration: underline;
        white-space: normal;
        background-repeat: repeat;
        background-attachment: scroll;
    }
    .oir-disclaimer a:hover {
        color: #0066CC;
        font-weight: bold;
        text-decoration: underline;
    }

.oir-footer {
    padding-top: 20px;
    font-size: 90%;
}
    .oir-footer a {
        text-decoration: underline;
        color: Black;
    }
    .oir-footer img {
        border: 0px;
        /*margin-left: 20px;*/
        margin-right: 5px;
    }

.oir-content {
    border: solid 1px #898d8d;
    /*border-left: solid 1px #c0c0c0;
    border-right: solid 1px #c0c0c0;
    border-bottom: solid 1px #c0c0c0;*/
    background-color: #e0e0e0;
    padding: 15px;
    border-radius: 2px;
}

#alertError, #alertWarning {
    display: none;
}

.oir-nopadding {
    padding-left: 15px;
}

.oir-jumbotron {
    padding: 20px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.25;
    color: inherit;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.oir-detail-total-row{
    font-weight: bold;
    border-top: solid 2px #C0C0C0;
}
.oir-tooltip, .oir-popover {
    text-decoration: underline;
}
.oir-popover-special {
    max-width: 400px;
}

.oir-county-map{
    display: inline;
}

.oir-county-dropdown{
    display: none;
}

.oir-table-sm{
    font-size: 85%;
}

.oir-employee {
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 16px;
    color: #575757;
}
.oir-alert {
    margin-top: 10px;
}


/************************/
/* Font Awesome overrides*/
.fa-warning {
    color: #9a3324;
}
.fa-check{
    color:green;
}

/************************/
/* Bootstrap overrides */
.label-info2 {
  background-color: #6666CC;
}
.label-info2[href]:hover,
.label-info2[href]:focus {
  background-color: #6666CC;
}

.popover {
    min-width: 300px;
    max-width: 400px;
}
.popover-content {
    font-weight: normal;
}
.form-control[readonly] {
    cursor: default;
}
.modal-header {
    padding:9px 15px;
    /*border-bottom:1px solid #eee;*/
    background-color: #eeeeee;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
 }
.panel-group {
    margin-top: 5px;
    margin-bottom: 0;
}
.label{
    padding-top:2px;
}
.table{
    margin-bottom:5px;
}
.panel-title {
    color: #505759;
}
.panel-title a{
    color: #505759;
    text-decoration: underline;
}
.panel-title a:hover {
    color: #8db9ca;
    /*background-color: Silver;*/
}
.input-group-addon {
    font-weight: bold;
}
.has-error {
    border-color: red;
}
.page-header {
    margin: 2px 0 0 0;
    border: none;
    padding-bottom: 2px;
}
.navbar {
    margin-bottom: 15px;
    border: 1px solid #dddddd ;
    border-radius: 3px;
    /*font-size: 90%;*/
}
/*.navbar-nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 10px !important;
}*/
.nav > li > a {
    padding: 10px 20px;
}
.navbar {
    min-height: 40px !important;
}
.navbar-default{
    background-color:#f5f5f5;
}
.navbar-collapse {
    padding-left: 0;
}

/************************/
/* Bootstrap additions */
.badge-error {
    background-color: #9a3324;
}

.badge-danger {
    color: #ffffff;
    background-color: #9a3324;
    border-color: #76281d;
}
.badge-warning {
  background-color: #f89406;
}
.badge-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-inverse {
  background-color: #333333;
}

.blockui-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0);
    opacity: 0.599408;
    z-index: 9000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blockui-message {
    background-color: #2e2e2e;
    border: none;
    border-radius: 10px;
    color: #FFF;
    cursor: wait;
    font-size: 16px;
    left: 35%;
    margin: 0px;
    opacity: 0.798767;
    padding: 15px;
    position: fixed;
    text-align: center;
    top: 40%;
    width: 30%;
    z-index: 9010;
}

/* Styles added for CSP Compliance (Removing inline styles) */
.footer-heading {
    color: #fff;
}

.footer-text {
    font-size: 10pt;
}

.footer-link {
    color: #fff;
}

.footer-margin-top {
    margin-top: 15px;
}

.navbar-icon {
    margin-left: 10px;
    margin-top: 2px;
    width: 48px;
    height: 48px;
}

.header-icon {
    margin-right: 15px;
    width: 64px;
    height: 64px;
}

.env-badge {
    border-radius: 3px;
    background-color: red;
    color: white;
    padding: 0 6px;
    font-weight: bold;
}

.hidden {
    display: none;
}

.no-border {
    border: none;
}

.spacing-sm {
    height: 10px;
}

.italic {
    font-style: italic;
}

.age-dropdown {
    width: 140px;
}

.popover-content {
    margin-bottom: 5px;
}

.jQuery-fade-out {
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.jQuery-fade-in {
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

.jQuery-opacity-0 {
    opacity: 0;
}

.jQuery-opacity-1 {
    opacity: 1;
}