﻿.mainBody{
    padding-top: 87px;
}
body.busy-cursor {
    cursor: progress;
}

.accountForm{
    width: 300px;
}

.jumbotron {
    border-radius: 1.5rem;
    padding: 2rem 1rem;
    margin-bottom: 0;
}
.navbar-brand img {
    height: 50px;
}

.border-bottom {
    border-bottom: 1px solid #808080 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #333333;
    font-size: 1.2em;
    font-family: inherit;
    font-weight: 700;
    padding: 0 0.5rem;
}

.nav-item {
    border-left: 1px solid #000000;
    max-width: 126px;
    text-align: center;
    font-size: 14px;
    /*padding: 0 10px;*/
}
.nav-item:first-child {
    border-left: none;
    /*padding: 0 10px;*/
}
@media (max-width: 992px) {
    .nav-item {
        border-left: none;
        max-width: 100%;
        text-align: left;
        padding: 10px;
    }

        .nav-item:first-child {
            padding: 10px;
            margin-top: 10px;
            border-top: 1px solid #808080;
        }
        .nav-item a:hover {
            text-decoration: underline;
        }
}

.fsi-flag {
    margin: 10px;
}

    .fsi-flag img {
        padding: 0 10px;
        height: 50px;
    }
.orgLogo {
    border-left: 1px solid #808080;
}
.orgLogo img{
    height: 60px;
    padding-left: 15px;
}

@media (max-width: 992px) {
    .orgLogo {
        border: none;
    }
}

@media (max-width: 576px) {
    .orgLogo img{
        max-width: 175px;
        height: auto;
        padding: 0;
    }
    .fsi-flag {
      margin: 0;
    }
        .fsi-flag img {
            padding: 0;
            width: 30px;
            height: auto;
        }

}
.required:after {
    content: " *";
    font-weight: bold;
    color: red;
}
.decorative-text {
    font-size: 25px;
    margin-bottom: 1em;
}
.text-secondary {
    /*color: #ff6358;*/
    color: #ee514a !important;
}
.text-red {
    color: red !important;
}

.decorative-element-right::before {
    height: 10px;
}

.decorative-element-left::before {
    height: 10px;
}

.text-primary {
    color: #6a8044 !important;
}

.footer-row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 3px;
}

.textbox-tall {
    height: 40px !important;
    font-size: 16px;
}

.textarea-tall {
    height: 75px !important;
    font-size: 16px;
    line-height: 1.65em;
    padding: 10px;
}

.textarea-xl-tall {
    height: 125px !important;
    font-size: 16px;
    line-height: 1.65em;
    padding: 10px;
}
.textbox-100{
    width: 100%;
}
.textbox-75 {
    width: 75%;
}
.textbox-50 {
    width: 50%;
}
.textbox-noborder {
    border: none !important;
}


.text-gray-500 {
    color: #333333 !important;
}
.check-box-label {
    font-weight: bold; 
    color: #666;
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
    color: #ffffff;
    background: #6a8044;
    border-color: #6a8044;
}

    .btn-primary:hover {
        color: #ffffff;
        background: #4e5e32;
        border-color: #4e5e32;
    }

.button-enroll-now a, a:focus, a:active {
    color: #fff;
}

.button-enroll-now, button-enroll-now:focus, button-enroll-now:visited {
    color: #fff;
    background-color: #ee514a;
    border-color: #ee514a;
}
    .button-enroll-now:hover {
        color: #fff;
        border-color: #b7b7b7;
    }


.box-number .box-number-content {
    color: #6a8044;
    height: 125px;
}

.box-number ul, ol {
    list-style: disc;
    padding: 0;
    margin: 0;
}

.box-number ul li, ol li {
    display: list-item;
    padding: 5px 0;
    }

.box-number ul ul {
        list-style: circle;
        padding: 0 0 0 2em;
    }

.plan-detail-container .box-lola {
    max-width: unset;
}

.plan-detail-container .box-2 {
    max-width: unset;
    padding: 10px;
}
    .plan-detail-container .box-2 ul, ol {
        list-style: disc;
        padding: 0;
        margin: 20px;
    }

        .plan-detail-container .box-2 ul li, ol li {
            display: list-item;
            padding: 5px 0;
        }

.plan-detail-container .box-lola-text {
    position: relative;
}

.resource-index-container {
    width: 80%;
    margin: 0 auto;
}


.btn-link {
    color: #212529;
}

    .btn-link:hover,
    .btn-link:focus {
        color: #ee514a;
        text-decoration: underline;
        background-color: transparent;
    }
.card-header {
    padding: 0;
}

.card-header .btn-link {
    text-align: left;
}

.card-body {
    padding: 1rem;
}

.servicePolicy-table {
}

    .servicePolicy-table tr {
        text-align: left;
    }

    .servicePolicy-table td {
        padding-left: 10px;
        font-size: 1rem;
    }

        .servicePolicy-table td:first-child {
            width: 25%;
            font-weight: bold;
            padding-left: 10px;
        }

        .servicePolicy-table td:last-child {
            width: 35%;
        }

.resource-table {
}

.resource-table tr {
    text-align: left;
}

.resource-table td {
    padding-left: 10px;
    font-size: 1rem;
}

.resource-table td:first-child {
    width: 25%;
/*    font-weight: bold;
*/    padding-left: 10px;
}

.resource-table td:last-child {
    width: 35%;
}


.staff-table {
    border: solid 2px #555;
}

    .staff-table tr {
        text-align: center;
        padding: 0;
    }

    .staff-table td {
        padding: 0 3px;
        border-right: solid 1px #555;
        line-height: 17px;
        vertical-align: top;
    }

        .staff-table td:first-child {
            background-color: #dce6f0;
        }

        .staff-table td:nth-child(2) {
            background-color: #e0e0e0;
        }

        .staff-table td:nth-child(3) {
            background-color: #e0e0e0;
        }

        .staff-table td:nth-child(4) {
            background-color: #ffcc99;
        }

        .staff-table td:nth-child(5) {
            background-color: #ffcc99;
        }

    .staff-table tr:first-child td {
        border-bottom: solid 1px #555;
    }

    .staff-table td:last-child {
        border: none;
    }

/*.box-icon > .text-primary {
    transition: color 0.35s ease;
}

.box-icon:hover > .text-primary {
    color: #ee514a !important;
}*/


/*Toggle icon bootstrap accordian */
[data-toggle="collapse"] .fa:before {
    content: "\f068";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f067";
}

.admin-form{
    max-width: 1250px;
    margin: 0 auto 30px;
    font-size: 14px;
    padding: 10px;
}
.admin-form h4{
    text-decoration: underline;
    margin-bottom: 1rem;
}
    .admin-form ul, ol {
        list-style: disc;
        padding: 0;
        margin: 0 0 0 30px;
    }
        .admin-form ul li, ol li {
            display: list-item;
            padding: 5px;
        }

    .admin-form input[type="radio"], input[type="checkbox"] {
        vertical-align: middle;
        margin-bottom: 3px;
    }

.admin-form-wide {
    max-width: 97%;
    margin: 0 auto 30px;
    font-size: 14px;
    padding: 10px;
}
    .admin-form-wide ul, ol {
        list-style: disc;
        padding: 0;
        margin: 0 0 0 30px;
    }
        .admin-form-wide ul li, ol li {
            display: list-item;
            padding: 5px;
        }

    .admin-form-wide input[type="radio"], input[type="checkbox"] {
        vertical-align: middle;
        margin-bottom: 3px;
    }

.grid-table {
    border-collapse: collapse;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 11px;
    color: #333;
    margin: 2px !important;
}

table.grid-table thead {
    border-bottom: 1px solid #A8A8A8;
}

table.grid-table th {
    font-size: 12px;
    text-align: center;
    border: 1px solid #A8A8A8;
    padding: 0;
    line-height: 14px;
}

table.grid-table td {
    text-align: center;
    border: 1px solid #A8A8A8 !important;
    padding: 1px;
}

table.grid-table tr.alt td {
    background-color: #EAF2D3;
    border: 1px solid #A8A8A8 !important;
}

.tool-tip {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}

    .tool-tip .tool-tip-text {
        visibility: hidden;
        width: 120px;
        background-color: #fff;
        color: #666;
        text-align: center;
        box-shadow: 0 0 0 1px #555;
        transition: all 200ms ease-out;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -56px;
        opacity: 0;
        /*transition: opacity 0.3s;*/
    }

        .tool-tip .tool-tip-text::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tool-tip:hover .tool-tip-text {
        visibility: visible;
        opacity: 1;
    }

.doNotCallInfo {
    visibility: visible;
}

.html-editor li {
    display: inline-block !important;
    padding: .1em 0;
}


/*Kendo Grid custom icons*/
.kendogrid,
div.k-grid .k-grid-edit,
div.k-grid .k-grid-delete,
div.k-grid .k-grid-cancel,
div.k-grid .k-grid-update {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    text-indent: -444px;
    min-width: 0;
    border: 0;
}

div.k-grid .k-grid-edit {
    background: url('/icons/Edit.png');
}

div.k-grid .k-grid-delete {
    background: url('/icons/Delete.gif');
}

div.k-grid .k-grid-cancel {
    background: url('/icons/delete.gif');
}

div.k-grid .k-grid-update {
    background: url('/icons/Save.png');
}

.kendogrid.delete {
    background: url('/icons/Delete.gif');
}

.kendogrid.edit {
    background: url('/icons/Edit.png');
}

.kendogrid.update {
    background: url('/icons/Save.png');
}

.kendogrid.cancel {
    background: url('/icons/delete.gif');
}

.k-multicheck-wrap .k-item {
    line-height: 1.2em;
}

.k-grid-header th.k-header > .k-link {
    margin: -.5em -.8em -.4em 0;
    padding: .5em 0 .4em 0;
}
.k-grid td {
    padding: .4em .2em;
}
.stage-grid-coverage{
    width: 65px;
    font-weight:bold;
}
.pruEnrollment{
    background-color: aliceblue;
}
.pruNumGrid {
    background-color: lightskyblue;
}
.stagedEnrollment{
    background-color: lightgoldenrodyellow;
}
.stagedBackground {
    background-color: lightgoldenrodyellow;
}
.stagedDsiLabel {
    color: royalblue;
}
.stagedDsiValue {
    color: royalblue;
    /*font-weight: bold;*/
    display: inline-block;
    padding: 5px 0 0 5px;
}
.pruBackground {
    background-color: aliceblue;
}
.jconfirm-content {
    overflow: visible !important;
}
    .jconfirm-content ul {
        list-style: disc;
        margin-left: 20px;
    }
    .jconfirm-content ul li, ol li {
        display: list-item;
        padding: 5px 0;
    }

input[type="checkbox"][readonly] {
    pointer-events: none;
}

.doNotCallBackground{
    background-color: #ffcccb;
}

.k-edit-form-container .editor-label, .k-edit-label {
    padding: 0 0 1em;
}

/*Icon for html editor - Insert Video */
.k-editor .k-i-insert-video:before {
    font-family: FontAwesome;
    content: "\f16a";
}

.resources-index-box {
    background: #6c8746;
    text-align: center;
}

.resources-index-title {
    color: #1e2a5c;
    text-align: center;
    font-weight: bold;
}

.resources-read-more:hover, .resources-read-more:active {
    background-color: #6c8746;
    border-color: #6c8746;
}

.icon-blue {
    color: #0366d6;
}

.rate-table table{

}
.rate-table tr:nth-of-type(1) th {
    background-color: wheat;
}

.rate-table tr:nth-of-type(2) th {
    background-color: aliceblue;
}

.rate-table th {
    font-weight: bold;
    text-align: center;
}

.rate-table td {
    font-size: 1rem;
    text-align: center;
}

.rate-table td:first-child {
    width: 25%;
    font-weight: bold;
    padding-left: 10px;
    text-align: center;
}

@media (max-width: 992px) {
    .rate-table td {
        font-size: .85rem;
        padding: 3px;
    }
    .rate-table th {
        font-size: .75rem;
        padding: 1px;
    }

}

.health-form-container {
    width: 100%;
}
/*@media (max-width: 1024px) {
    .health-form-container {
        width: 75%;
    }
}

@media (max-width: 768px) {
    .health-form-container {
        width: 100%;
    }
}
*/

.k-form-error {
    font-size: inherit;
}

.health-btn-normal {
    float: left;
}

.health-btn-solo {
    float: right;
    margin-right: 12% !important;
}

.jconfirm-buttons:has(.health-btn-normal) {
    width: 100% !important;
}


/*   Telerik Report Viewer  */

.report-viewer-container {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 10px;
    bottom: 5px;
    overflow: hidden;
    font-family: Verdana, Arial;
    width: 98%;
    height: 950px;
}

.report-viewer-container-with-menu {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 220px;
    bottom: 5px;
    overflow: hidden;
    font-family: Verdana, Arial;
    width: 98%;
    height: 950px;
}

/* Hide Html5 Report Viewer icons */

.trv-menu-large [aria-label="Navigate backward"] {
    display: none;
}

.trv-menu-large [aria-label="Navigate forward"] {
    display: none;
}

.trv-menu-large [aria-label="Stop rendering"] {
    display: none;
}

.trv-menu-large [aria-label="Toggle document map"] {
    display: none;
}

.trv-menu-large [aria-label="Toggle parameters area"] {
    display: none;
}

