﻿.ipr-modal-header {
    background-color: aliceblue !important;
    color: black !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.ipr-modal-footer {
    background-color: aliceblue !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.ipr-black {
    color: black;
}

.ipr-navy {
    color: navy;
}

.ipr-not-authorized {
    color: darkred;
    text-decoration: underline;
}

.ipr-navy-bg {
    background-color: #368bbc;
    color: rgb(240,240,240);
}

.ipr-report-category {
    color: navy;
    font-weight: bold;
    margin-bottom: 10px;
}

.ipr-ready {
    color: olivedrab;
}

.ipr-assigned {
    color: navy;
}

.ipr-grid-title {
    color: darkgreen;
}

.ipr-icon-gap {
    padding-right: 7px;
}

.ipr-well-primary {
    background-color: #adcee9; /*#337ab7; #dff0d8*/
}

.ipr-danger-hdr {
    background-color: rgb(212, 63, 58);
    color: white;
}

.ipr-small-title {
    font-size: small;
}

.ipr-field-required {
    color: darkred;
}

.ipr-add-or-drop {
    background-color: rgb(220, 90, 54);
    border-color: rgb(220, 90, 54);
    color: white;
}

    .ipr-add-or-drop:hover, .ipr-add-or-drop:active, .ipr-add-or-drop:focus {
        background-color: rgb(193, 84, 53);
        border-color: rgb(220, 90, 54);
        color: white;
    }

.ipr-section-hdr {
    background-color: #adcee9;
    border-radius: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.ipr-section-cap {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ipr-section-hdr-cap {
    background-color: #adcee9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ipr-dfa-cases-cap {
    color: white;
    background-color: #758c9f;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ipr-no-resize {
    resize: none;
}

.ipr-vertical-top {
    vertical-align: top;
}

.ipr-default-title {
    font-size: 24pt;
}
