﻿/************************/
/* Expand all bootstrap */
/* panels for printing  */
@media print {
    .panel-group .panel-collapse.collapse {
        display: inline;
    }

    p {
        font-size: 90%;
    }

        p.oir-page-break {
            page-break-before: always
        }
}

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;
}

.OIRHeader {
    background-color: #165C7D;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 5px;
    min-height: 100px;
}

.OIRlogo .wrapperContainer {
    width: 80%;
    margin: 0 auto;
}

/* prevents older applications from applying blue hyperlink border on linked images */
.OIRlogo img {
    border: 0px;
    margin: 15px 0;
    min-width: 250px;
}

.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-toolbar-item {
    margin-bottom: 10px;
}

.oir-alert_icon {
    padding-right: 10px;
    vertical-align: middle
}

.oir-rates-table {
    font-size: 100%
}

.oir-example-desc {
    padding: 10px;
}

.oir-row {
    padding: 5px;
}

.oir-nowrap {
    white-space: nowrap;
}

.oir-legend {
    padding-top: 5px;
    border-top: solid 1px #dddddd;
    font-size: 85%;
}

.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-old {
    padding-top: 10px;
    font-size: 90%;
}

    .oir-footer-old a {
        text-decoration: underline;
        color: Black;
    }

    .oir-footer-old img {
        border: 0px;
        margin-right: 5px;
    }

.oir-footer {
    padding-top: 5px;
    font-size: 90%;
    background-color: #505759;
    color: #fff
}

    .oir-footer a {
        text-decoration: none;
        color: #8db9ca;
    }

    .oir-footer img {
        border: 0px;
        /*margin-left: 20px;*/
        margin-right: 5px;
    }

.oir-content {
    border: solid 1px #898d8d;
    margin-left: 5px;
    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;
}

/************************/
/* Font Awesome overrides*/
.fa-warning {
    color: #9a3324;
}

.fa-check {
    color: green;
}

/************************/
/* Bootstrap overrides */
.table-condensed-more thead > tr > th,
.table-condensed-more tbody > tr > th,
.table-condensed-more tfoot > tr > th,
.table-condensed-more thead > tr > td,
.table-condensed-more tbody > tr > td,
.table-condensed-more tfoot > tr > td {
    padding: 3px;
}

.popover {
    max-width: 400px;
}

.form-control[readonly] {
    cursor: default;
}

.modal-header {
    padding: 9px 15px;
    /*border-bottom:1px solid #eee;*/
    background-color: #eeeeee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.panel-group {
    margin-top: 5px;
    margin-bottom: 0;
}

.label {
    padding: .2em .6em .2em;
}

.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: 0;
    border: none;
    background-color: #165c7d
}

.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;
}

.policy-type-image {
    margin-right: 15px;
    height: 64px;
    width: 64px;
}

.env-badge {
    border-radius: 3px;
    background-color: red;
    color: white;
    padding: 0 6px;
    font-weight: bold;
}

.env-badge span {
    padding: 0 0.1em;
    font-weight: bold;
}

.model-image {
    margin-left: 10px;
    margin-top: 5px;
    width: 48px;
    height: 48px;
}

.centered-container {
    width: 250px;
    margin: 0 auto;
}

.no-border {
    border: none;
}

.padding-right-5px {
    padding-right: 5px;
}

.hidden {
    display: none;
}

.italic-bold {
    font-style: italic;
    font-weight: bold;
}

.footer-heading {
    color: #fff;
}

.footer-text {
    font-size: 10pt;
}

.footer-link {
    color: #fff;
}

.footer-margin-top {
    margin-top: 15px;
}

.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;
}
