/* Minification failed. Returning unminified contents.
(220,26): run-time error CSS1030: Expected identifier, found '.'
(220,38): run-time error CSS1031: Expected selector, found ')'
(220,38): run-time error CSS1025: Expected comma or open brace, found ')'
(325,13): run-time error CSS1030: Expected identifier, found '.'
(325,22): run-time error CSS1031: Expected selector, found ')'
(325,22): run-time error CSS1025: Expected comma or open brace, found ')'
(466,25): run-time error CSS1030: Expected identifier, found '*'
(466,26): run-time error CSS1030: Expected identifier, found ','
(466,67): run-time error CSS1031: Expected selector, found ')'
(466,67): run-time error CSS1025: Expected comma or open brace, found ')'
(1057,30): run-time error CSS1030: Expected identifier, found '.'
(1057,50): run-time error CSS1031: Expected selector, found ')'
(1057,50): run-time error CSS1025: Expected comma or open brace, found ')'
(1065,33): run-time error CSS1030: Expected identifier, found ','
(1065,134): run-time error CSS1031: Expected selector, found ')'
(1065,134): run-time error CSS1025: Expected comma or open brace, found ')'
(1151,20): run-time error CSS1030: Expected identifier, found '.'
(1151,33): run-time error CSS1031: Expected selector, found ')'
(1151,33): run-time error CSS1025: Expected comma or open brace, found ')'
(1289,10): run-time error CSS1030: Expected identifier, found '.'
(1289,21): run-time error CSS1031: Expected selector, found ')'
(1289,21): run-time error CSS1025: Expected comma or open brace, found ')'
(2072,22): run-time error CSS1030: Expected identifier, found ':'
(2072,31): run-time error CSS1031: Expected selector, found ')'
(2072,31): run-time error CSS1025: Expected comma or open brace, found ')'
(2211,19): run-time error CSS1030: Expected identifier, found '#ModifyClaimForm'
(2211,54): run-time error CSS1031: Expected selector, found ')'
(2211,54): run-time error CSS1025: Expected comma or open brace, found ')'
(2319,50): run-time error CSS1030: Expected identifier, found '.'
(2319,78): run-time error CSS1031: Expected selector, found ')'
(2319,78): run-time error CSS1025: Expected comma or open brace, found ')'
(2324,30): run-time error CSS1030: Expected identifier, found '.'
(2324,64): run-time error CSS1031: Expected selector, found ')'
(2324,64): run-time error CSS1025: Expected comma or open brace, found ')'
(2380,17): run-time error CSS1030: Expected identifier, found '*'
(2380,18): run-time error CSS1030: Expected identifier, found ','
(2380,47): run-time error CSS1031: Expected selector, found ')'
(2380,47): run-time error CSS1025: Expected comma or open brace, found ')'
(2384,23): run-time error CSS1030: Expected identifier, found '*'
(2384,24): run-time error CSS1030: Expected identifier, found ','
(2384,35): run-time error CSS1031: Expected selector, found ')'
(2384,35): run-time error CSS1025: Expected comma or open brace, found ')'
(2389,23): run-time error CSS1030: Expected identifier, found '*'
(2389,24): run-time error CSS1030: Expected identifier, found ','
(2389,35): run-time error CSS1031: Expected selector, found ')'
(2389,35): run-time error CSS1025: Expected comma or open brace, found ')'
(2395,31): run-time error CSS1030: Expected identifier, found '*'
(2395,32): run-time error CSS1030: Expected identifier, found ','
(2395,122): run-time error CSS1031: Expected selector, found ')'
(2395,122): run-time error CSS1025: Expected comma or open brace, found ')'
(2447,23): run-time error CSS1030: Expected identifier, found ','
(2447,39): run-time error CSS1031: Expected selector, found ')'
(2447,39): run-time error CSS1025: Expected comma or open brace, found ')'
(2499,33): run-time error CSS1030: Expected identifier, found '.'
(2499,34): run-time error CSS1030: Expected identifier, found 'k-input-inner'
(2499,47): run-time error CSS1031: Expected selector, found ')'
(2499,47): run-time error CSS1025: Expected comma or open brace, found ')'
(2516,24): run-time error CSS1030: Expected identifier, found ','
(2516,31): run-time error CSS1030: Expected identifier, found '.'
(2516,43): run-time error CSS1031: Expected selector, found ')'
(2516,43): run-time error CSS1025: Expected comma or open brace, found ')'
(2563,23): run-time error CSS1030: Expected identifier, found '['
(2563,33): run-time error CSS1031: Expected selector, found '"datepicker"'
(2563,33): run-time error CSS1025: Expected comma or open brace, found '"datepicker"'
(2572,28): run-time error CSS1030: Expected identifier, found '#ModifyGrid'
(2572,41): run-time error CSS1031: Expected selector, found ')'
(2572,41): run-time error CSS1025: Expected comma or open brace, found ')'
(2581,28): run-time error CSS1030: Expected identifier, found '#ModifyGrid'
(2581,41): run-time error CSS1031: Expected selector, found ')'
(2581,41): run-time error CSS1025: Expected comma or open brace, found ')'
(2586,19): run-time error CSS1030: Expected identifier, found '#PaymentPostingCheckEntryGrid'
(2586,124): run-time error CSS1031: Expected selector, found ')'
(2586,124): run-time error CSS1025: Expected comma or open brace, found ')'
(2664,15): run-time error CSS1030: Expected identifier, found '.'
(2664,38): run-time error CSS1031: Expected selector, found ')'
(2664,38): run-time error CSS1025: Expected comma or open brace, found ')'
(2668,15): run-time error CSS1030: Expected identifier, found '.'
(2668,24): run-time error CSS1031: Expected selector, found ')'
(2668,24): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/*FR.11 BRITS header background color changes from light green to Grass green*/
.nav-container {
    position: relative;
    background-color: #319831;
}

.navbar-nav > li:hover {
    background-color: #E0F4DA;
}

/*FR.9 BRITS user menu bar Create referral button backgorund color change to Dark grey with white text*/
.nav-darkgreen a {
    background-color: #49776C !important;
    color: #fff !important;
}


.logo {
    width: 105px;
    padding: 10px;
    position: relative;
}

.logowrapper {
    position: relative;
    border-left: 1px solid #d9eadd;
    border-right: 1px solid #d9eadd;
}

.logowrapper .btn-toolbar {
    float: right;
}

.logowrapper .btn-group-sm .btn {
    padding: 0.45rem 0.80rem;
}

.logowrapper .btn-group-sm .btn:last-child {
    border-top-right-radius: 0;
}

.applicationsection {
    position: absolute;
    top: 5px;
    padding-left: 110px;
    width: 75%;
}

.applicationtitle {
    font-weight: bold;
    font-size: 1.4em;
    padding-right: 150px;
}

.applicationsummary {
    font-size: small;
    display: none;
}

    .applicationsummary .environment {
        padding-left: 10px;
    }

        .applicationsummary .environment > span {
            font-weight: bold;
        }

.list-group-style {
    padding-top: 3px;
    padding-left: 35px;
}

    .list-group-style ul {
        list-style-type: none;
    }

    .list-group-style li {
        float: left;
        padding-right: 30px;
        padding-top: 5px;
    }

@media (min-width: 768px) {
    .applicationsection {
        top: 16px;
    }

    .applicationsummary {
        display: block;
    }
}
/*FR.11.1 BRITS header login summary text color changes from light green to black text*/
.loginsummary {
    color: #000000;
    font-style: italic;
    text-align: right;
    padding-right: 20px;
    position: absolute;
    top: 36px;
    padding-left: 110px;
    width: 100%;
}

    .loginsummary .loginuser {
    }

    .loginsummary .logindate {
    }

.loginwrapper {
    float: right;
    clear: right;
}

.wrap {
    right: 0;
    line-height: 9px;
    position: absolute;
    padding-right: 8px;
}

.wrapitem {
    float: right;
    clear: right;
}

/* For navigation auto drop submenu */
.sidebar-nav {
    padding: 9px 0;
}

.pdf-page {
    position: relative;
    box-sizing: border-box;
}

.k-pdf-export .greenSection {
    background-color: #49776C;
    color: white;
    margin-bottom: 0;
    padding-bottom: 0;
}

.pdf-header {
    padding-bottom: .2in;
    margin-bottom: .3in;
    border-bottom: 1px solid #e5e5e5;
}

.grid-page-template {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .grid-page-template .header {
        position: absolute;
        top: 30px;
        left: 30px;
        right: 30px;
        border-bottom: 1px solid #888;
        text-align: center;
        font-size: 18px;
    }

.custom-content {
    position: absolute;
    top: 0px;
    left: 30px;
    right: 30px;
    background-color: #319831;
}

.custom-control {
    position: absolute;
    bottom: 50px;
    left: 30px;
    right: 30px;
}

.grid-page-template .footer {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    border-top: 1px solid #888;
}

.main-page-template {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .main-page-template .footer {
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
        border-top: 1px solid #888;
    }

div#gridComment.k-grid table tbody tr[data-uid] td {
    max-width: 251px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.k-pdf-export td {
    white-space: normal !important;
    word-break: break-all !important;
    word-wrap: break-word !important;
}

.k-pdf-export td:has(div .fullComment) {
    white-space: normal !important;
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.wordWrap {
    word-wrap: break-word;
}

div#gridComment.k-pdf-export colgroup > col:nth-child(4),
div#gridComment.k-pdf-export colgroup > col:nth-child(5) {
    width: 0px !important;
}

.k-pdf-export .k-header-column-menu {
    display: none;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.dropdown-toggle:hover ~ .dropdown-menu {
    display: block;
}

.dropdown-menu:hover {
    display: block;
}

.weather {
    margin: 0 auto 30px;
    text-align: center;
}

#tabstrip h2 {
    font-weight: lighter;
    font-size: 5em;
    line-height: 1;
    padding: 0 0 0 30px;
    margin: 0;
}

    #tabstrip h2 span {
        background: none;
        padding-left: 5px;
        font-size: .3em;
        vertical-align: top;
    }

#tabstrip p {
    margin: 0;
    padding: 0;
}

.applicationsection .navbar-form {
    padding-left: 0px;
}

.k-selected, .k-selected:link, .k-selected:visited, .k-list > .k-selected, .k-list > .k-highlight, .k-panel > .k-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-selected:hover, .k-scheduler .k-scheduler-toolbar .k-selected, .k-scheduler .k-today.k-selected, .k-marquee-color {
    color: #000 !important;
    background-color: #EDFFEF !important;
    border-color: #EDFFEF !important;
}

a:hover:not(:disabled) {
    cursor: pointer !important;
}

a:hover:has(.k-i-info) {
    cursor: not-allowed !important;
    color: inherit;
    text-decoration: inherit;
}

.k-panelbar > li > .k-link.k-selected {
    color: #000;
}

#panelbar .k-content {
    padding: 1em;
}

.k-selected > .k-link, .k-panelbar > li > .k-selected, .k-panelbar > li.k-default > .k-link.k-selected {
    color: #000;
}

.k-panelbar .k-focused {
    -webkit-box-shadow: inset 0 0 7px 0 #EDFFEF;
    box-shadow: inset 0 0 7px 0 #EDFFEF
}

.k-link.k-focus, .k-list-item.k-focus {
    -webkit-box-shadow: inset 0 0 7px 0 #EDFFEF;
    box-shadow: inset 0 0 7px 0 #EDFFEF !important;
}

    .k-panelbar .k-focused.k-selected, td.k-focused.k-selected, .k-selected td.k-focused, .k-listview > .k-focused.k-selected {
        -webkit-box-shadow: inset 0 0 10px 3px #EDFFEF;
        box-shadow: inset 0 0 10px 3px #EDFFEF;
    }

    .k-panelbar .k-focused.k-hover {
        background: #EDFFEF;
    }

.k-hover, .k-hover:hover, .k-splitbar-horizontal-hover:hover, .k-splitbar-vertical-hover:hover, .k-list > .k-hover, .k-scheduler .k-scheduler-toolbar ul li.k-hover, .k-pager-wrap .k-link:hover, .k-dropdown .k-focused, .k-imagebrowser-dropzone, .k-mobile-list .k-item > .k-link:active, .k-mobile-list .k-item > .k-label:active, .k-mobile-list .k-edit-label.k-check:active, .k-mobile-list .k-scheduler-timezones .k-edit-field:nth-child(2):active, .k-mobile-list .k-recur-view .k-check:active {
    color: #333;
    background-color: #EDFFEF !important;
    border-color: #adadad;
}

h1.nav-title {
    font-size: 18px;
    background-color: #49776C;
    color: #fff;
}

.nav-title .glyphicon {
    color: #42a74e;
}

h1, .h1, h2, .h2, h3, .h3 {
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0;
    padding-left: 5px;
}

.nav-toolbar {
    color: #fff;
    float: right;
    margin-top: -38px;
}

    .nav-toolbar .glyphicon {
        color: #fff;
        font-size: 1.7em;
        padding: 0px 12px 0px;
        border-left: 1px solid #84B38A;
        line-height: 1.8em;
    }

    .nav-toolbar a:hover .glyphicon {
        color: #42a74e;
        background-color: #eee;
    }

    .nav-toolbar .disabled .glyphicon, .nav-toolbar a.disabled:hover .glyphicon {
        color: #cccccc;
        background-color: #adadad;
        cursor: not-allowed;
    }

label {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.selectIndividualHeader {
    margin-left: -14px;
}

#selectLiableListView .highlightIndividual > div {
    background-color: #b6ffc0;
    height: 25px;
    padding-top: 8px;
}

#SearchTextlabel {
    font-weight: bold;
    padding-left: 60px;
    text-align: right;
}

.redButton {
    color: red !important;
}

.k-grid-header .k-header, .k-window-title, .k-link.k-header, label.control-label {
    font-weight: bold;
}

.k-window-title {
    font-size: 14.4px;
}

.k-panelbar > .k-panelbar-header > .k-link {
    font-weight: bold;
}

.k-button {
    border-radius: 4px;
    border-color: #ccc;
    color: #333;
    background-color: #fff;
    background-position: 50% 50%;
    background-image: none;
    margin: 0;
    padding: 4px 7px;
    font-family: inherit;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-size: inherit;
}

.k-button:not(:where(td *, .k-input-button, .windowButtonWrapper *)) {
    line-height: 1.72em;
    margin-right: 1rem;
    margin-top: .25rem;
    margin-bottom: .25rem;
}

.k-panelbar > .k-item > .k-link {
    display: block;
    position: relative;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 0 1em;
    padding-top: 0px;
    padding-right: 1em;
    padding-bottom: 0px;
    padding-left: 1em;
    line-height: 2.34em;
    text-decoration: none;
    zoom: 1;
}

#selectLiableListView .k-state-selected {
    background-color: #EDFFEF;
    padding-block: 2px;
}

.k-content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    overflow: hidden;
}

.k-toolbar.k-grid-toolbar.k-grid-top {
    text-align: right;
}

.k-grid td {
    padding-top: 0;
    padding-bottom: 0;
}

.k-i-add, .k-i-plus-outline {
    margin-top: -1px;
}


div > input.k-textbox.readonly,
.noborder {
    border: 0;
}

.noresize {
    resize: none;
}

.greenSection > .form-group:first-child > .col-sm-3 {
    font-weight: bold;
    padding-top: 6px;
}

.greenSection a {
    color: #99FF99;
    text-decoration: none;
}

    .greenSection a:hover,
    .greenSection a:focus {
        color: #66FF66;
        text-decoration: underline;
    }

    .greenSection a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.k-file-name {
    max-width: 35em;
}

/* BEGIN: Font size css overrides*/
body {
    font-size: 12px;
}

parent * {
    font-size: inherit !important;
}

.k-panelbar {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: normal;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.navbar-nav {
    font-size: 14px;
}

.form-group {
    margin-bottom: 10px;
}

/* END: Font size css overrides*/

/* BEGIN: Kendo grid edit and delete icon style overrides */

.k-button.k-button-icontext.k-grid-edit,
.k-button.k-button-icontext.k-grid-delete,
.k-button.k-button-icontext.delete {
    min-width: 100%;
    width: 100%;
    margin: 0;
    margin-left: 0;
    border: 0px;
}

.k-font-icon.k-i-edit,
.k-font-icon.k-i-save,
.k-font-icon.k-i-delete {
    position: relative;
    top: 1px;
    left: 0px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    background-image: none;
}

.k-button.k-button-icontext.k-grid-edit:hover,
.k-button.k-button-icontext.k-grid-delete:hover,
.k-button.k-button-icontext.delete:hover {
    color: #42a74e;
}

.k-font-icon.k-i-save:before {
    content: "\e172";
}

.k-grid td.command {
    padding: 0px;
}

@media (min-width: 768px) {
    .k-font-icon.k-i-edit,
    .k-font-icon.k-i-delete {
        left: 4px;
    }
}

/* END: Kendo grid edit and delete icon style overrides */


.k-window {
    width: 95%;
    height: auto;
}

.k-edit-form-container {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
}

.k-edit-form-container .k-edit-buttons {
    clear: both;
    text-align: right;
    border-width: 1px 0 0;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-style: solid;
    position: relative;
    padding: 0.6em;
    display: block;
}

@media (min-width: 768px) {
    .k-window {
        width: 800px;
        height: auto;
        font-size: 12px;
    }
}

.k-textbox:focus, .k-autocomplete.k-focused, .k-picker-wrap.k-focused, .k-numeric-wrap.k-focused, .k-dropdown-wrap.k-focused, .k-multiselect.k-header.k-focused {
    background-color: #fff;
    background-image: none;
    border-color: #ccc;
    background-position: 50% 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.k-window .col-md-12 {
    overflow: hidden;
    padding: 0;
}

.k-window .k-editor-toolbar .k-widget.k-editor-widget {
    width: auto;
}

@media (min-width: 768px) {
    .container-fluid, .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .nav-search {
        margin-top: 6px;
        float: right;
        padding-right: 5px;
        width: 360px;
    }

    .navbar {
        min-height: 45px;
    }

        .navbar .btn-sm {
            padding: 4px 10px 3px 10px;
        }
}

.required:before {
    color: #FF5C5C;
    content: "\2a ";
    position: relative;
    top: -4px;
    left: 0px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 8px;
    background-image: none;
}

.help:after {
    color: #84b38a;
    content: "  \e085";
    position: relative;
    top: 2px;
    left: 15px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    background-image: none;
    margin-left: -13px;
}


.k-widget.k-tooltip {
    border-color: #ebebeb;
    background-color: #F9FFD8;
    color: #000;
    text-align: left;
}

.k-tooltip-validation .k-callout-n {
    border-bottom-color: #c4c4c4;
}

.k-tooltip-validation .k-callout-s {
    border-top-color: #c4c4c4;
}

.gridTitle {
    text-align: left;
    font-weight: bold;
    padding: 3px;
    font-size: 14px;
    float: left;
}

.claimFormspadding {
    padding-top: 8px;
}

.flag {
    padding-right: 4px;
}

    .flag:after {
        position: relative;
        top: 1px;
        left: 0px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 14px;
        background-image: none;
        content: "\e034";
    }

    .flag.a:after {
        color: #42a74e;
    }

    .flag.b:after {
        color: red;
    }

    .flag.z:after {
        color: transparent;
    }

    .flag.RMD_PRIORITY_A_HIGH:after,
    .subscript-glyphicon.RMD_PRIORITY_A_HIGH {
        color: #f54d4d;
    }

    .flag.RMD_PRIORITY_B_MEDIUM:after,
    .subscript-glyphicon.RMD_PRIORITY_B_MEDIUM {
        color: #d6d600;
    }

    .flag.RMD_PRIORITY_C_LOW:after,
    .subscript-glyphicon.RMD_PRIORITY_C_LOW {
        color: #6EB86E;
    }

    .flag.RMD_PRIORITY_D_NONE:after,
    .flag.null:after {
        color: transparent;
    }

.flag-filter .flag.undefined:after,
.flag-filter .flag.null:after {
    color: transparent;
    content: "";
    padding-right: 0px;
}

.flag-filter {
    padding: 3px;
}

    .flag-filter input {
        vertical-align: bottom;
    }


.priority-RP_A_HIGH {
    color: #f54d4d;
}

.priority-RP_B_MEDIUM {
    color: #d6d600;
}

.priority-RP_C_LOW {
    color: #6EB86E;
}

.priority-null {
    color: transparent;
}

.priority-updateby-info {
    box-shadow: none;
    border-radius: 4px;
    background-color: #EDFFEF;
    padding: 3px 2px;
    border: 1px solid #ccc;
    float: right;
    margin-right: 50px;
    width: 300px;
}

.checkbox-container {
    max-height: 200px;
    overflow: auto;
}

.priority-indicator-column-menu-active {
    background-color: #aaffa3;
}

@media (min-width: 992px) {
    .form-horizontal .control-label {
        line-height: 1.6em;
    }
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 19px;
}


input[type="radio"], input[type="checkbox"] {
    margin: 1px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.bs-callout {
    padding: 20px;
    border-left: 3px solid #eee;
}


.bs-callout-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}

.bs-callout-success {
    background-color: #dff0d8;
    border-color: #3c763d;
    color: #3c763d;
}

.form-horizontal.zeropadding {
    padding-left: 0px;
    padding-right: 0px;
}

a[disabled], button[disabled], html input[disabled], .k-button:disabled, .k-button[disabled], a:disabled {
    background-color: #f5f5f5;
    pointer-events: unset !important;
    opacity: 0.6;
}

a[disabled]:hover, button:disabled:hover, button[disabled]:hover, html input[disabled]:hover {
    cursor: not-allowed !important;
    text-decoration: none;
    color: inherit;
}

.validation-summary-valid, .validation-summary-errors {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    border-radius: 4px;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    padding: 10px 10px 1px 0px;
    background-color: #FCFCC4;
    margin: 0 0 10px 0;
}

.informational-summary {
    background-color: lightgoldenrodyellow;
    padding: 15px;
    border-radius: 4px;
}


@media (min-width: 768px) {
    .col-sm-offset-4 {
        padding-left: 44px;
    }
}

.k-tooltip-validation .k-warning {
    margin-left: 5px;
}

.alert.margin-fix {
    margin-top: 10px;
    margin-bottom: 10px;
}

.alert.margin-right {
    margin-right: 20px;
}

.alert-migrate {
    background-color: #DEE5F2;
    color: #344571;
    border-color: #C5D4E6;
}

.k-grid .alert.margin-right {
    margin-right: 0;
    margin-bottom: 0;
}

span.k-textbox.noborder,
input.k-textbox.readonly,
div.k-textbox.readonly,
label.k-textbox.readonly,
a.k-textbox.noborder,
div.k-listview-content:where(.listview-noborder *):not(.programStateViewWrapper *) {
    line-height: 1.9em;
    background-color: #f5f5f5 !important;
    cursor: not-allowed;
    font-size: 12px;
    border-style: none !important;
}

a span:not(.k-panelbar-item-text, .k-font-icon, .glyphicon, .subscript-glyphicon, .k-button, .k-svg-icon, .k-input *, .greenSection *) {
    color: #428bca !important;
}

textarea.k-textbox.readonly {
    line-height: 1.9em;
    background-color: #f5f5f5;
    cursor: not-allowed;
}


span.k-textbox.noborder {
    padding-left: 0.6em;
}

.k-dropzone {
    padding-block: 0 !important;
    font-size: 12px;
}

.k-upload-status.k-upload-status-total {
    color: #42a74e;
}

.k-widget.k-upload.k-header {
    border: 0;
    background-color: transparent;
}

.k-file-name {
    font-size: 12px;
}

.k-file-error {
    color: #d92800;
    border-color: #d92800
}

.k-file-error .k-file-icon svg {
    fill: #d92800 !important;
}

.k-upload-status .k-icon.k-svg-i-exclamation-circle svg {
    fill: #42a74e;
}

.k-file {
    align-items: center !important;
}

.k-file-success .k-progress {
    background-color: #42a74e;
}

.k-textbox.readonly:hover,
.k-autocomplete.readonly.k-hover,
.k-picker-wrap.readonly.k-hover,
.k-numeric-wrap.readonly.k-hover,
.k-dropdown-wrap.readonly.k-hover {
    background-color: #f5f5f5;
}

.k-numerictextbox .k-disabled {
    border: 0px;
}

    .k-numerictextbox .k-disabled .k-input[disabled='disabled']::-ms-value {
        color: black;
        -webkit-text-fill-color: black
    }

.cursorclick {
    cursor: pointer;
}

.commentheader {
    text-align: right;
    font-style: oblique;
    font-size: 0.9em;
    color: #42A74E;
}

.commentcontent {
    padding-bottom: 10px;
}

.k-multiselect:has(.k-chip-solid) {
    height: min-content !important;
}

.k-multiselect .k-chip-solid {
    color: #fff;
    border-color: #357ebd;
    background-color: #428bca;
}

.k-multiselect .k-chip-solid.k-hover {
    color: #333;
    border-color: #285e8e;
    background-color: #3276b1 !important;
}

.k-multiselect-wrap .k-font-icon.k-i-delete {
    font-size: 0.9em;
    left: 3px;
    top: 3px;
    color: transparent;
}

    .k-multiselect-wrap .k-font-icon.k-i-delete:before {
        color: #fff;
    }

.no-padding {
    padding: 0;
}

.no-padding-x {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-inherit {
    float: inherit;
}

.padding-fix-bottomspace {
    padding-bottom: 3px;
}

.col-sm-11-padding-fix {
    padding-left: 1.2em;
}

.col-sm-12-padding-fix {
    margin-left: -14px;
}

@media (min-width: 768px) {
    .col-sm-11-padding-fix {
        padding-left: 0.8em;
    }

    .referralHistory .col-sm-2,
    .program-list .col-sm-2 {
        width: 14.66666667%;
    }
}

@media (min-width: 992px) {
    .col-sm-11-padding-fix {
        padding-left: 0.3%;
    }
}

@media (min-width: 768px) {
    .col-md-8.col-md-8-5 {
        width: 71.33333333333334%;
    }
}

@media (min-width: 992px) {
    .col-md-8.col-md-8-5 {
        width: 70.66666667%;
    }
}

.selectLiableListViewStyle > .col-sm-11-padding-fix .col-sm-1,
.selectLiableListViewStyle > .col-sm-11-padding-fix .col-sm-2,
.selectLiableListViewStyle > .col-sm-11-padding-fix .col-sm-3,
.selectLiableListViewStyle > .col-sm-11-padding-fix .col-sm-4 {
    padding: 2px;
}

.selectLiableListViewStyle > .col-sm-11-padding-fix .date-padding {
    padding-left: 10px;
}

.currentJALListViewStyle > .col-sm-11-padding-fix .col-sm-1,
.currentJALListViewStyle > .col-sm-11-padding-fix .col-sm-2,
.currentJALListViewStyle > .col-sm-11-padding-fix .col-sm-3 {
    padding: 2px;
}

.pointer {
    cursor: pointer;
}

.k-multiselect.k-header,
.k-combobox.k-header {
    background-color: #fff;
}

#panelbar ul.k-tabstrip-items {
    margin-bottom: 0px;
}

.k-tabstrip .k-item {
    border-color: #ccc;
}

.k-tabstrip-items .k-active .k-link {
    font-weight: bold;
}

.k-tabstrip:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

input.k-checkbox {
    margin-top: 7px;
    padding: 6px;
    border-radius: 2px;
}

span:has(.k-checkbox):where(.form-group *) {
    border: none;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .col-sm-2 {
        padding-left: 20px;
    }
}

.form-section {
    border: 1px solid #adadad;
    padding-left: 10px;
}

    .form-section .k-widget {
        border: 0;
    }

    .form-section .form-group {
        margin-bottom: 0;
    }

    .form-section .header {
        padding-bottom: 10px;
        font-weight: bold;
        font-style: italic;
    }

.form-section-header {
    font-size: 12px;
    color: #3c763d;
    font-weight: bold;
    padding-bottom: 2px;
}

.selectLiableListViewStyle .form-section-header {
    font-size: 12px;
    color: #3c763d;
    font-weight: bold;
}

.form-horizontal .control-label.listview-header {
    text-align: left;
}

.form-horizontal .control-label.listview {
    text-align: left;
    font-weight: normal;
}

.listview-noborder .k-listview {
    border: 0;
}

.form-horizontal .control-label.listview-row {
    float: left;
}

.listview-row.k-textbox {
    border-color: transparent;
}

    .listview-row.k-textbox:hover {
        background-color: #f5f5f5;
    }

.listview-row > a {
    position: absolute;
}

.listview-row > div {
    padding-left: 75px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .form-section {
        border: 1px solid #adadad;
        padding-left: 0;
    }

        .form-section .header {
            padding-bottom: 0;
            padding-top: 5px;
            font-style: normal;
        }
}

.subscript-glyphicon {
    font-size: 1em;
    font-family: 'Glyphicons Halflings';
    margin-left: -16px;
    padding-top: 18px;
    position: absolute;
    color: #FF7676;
    cursor: pointer;
}

    .subscript-glyphicon.green {
        color: #97CF72;
    }

/* Fix for Chrome */
.k-window .k-picker-wrap.k-default {
    height: 25px;
}

.panel .radioButtonGroup {
    border: 1px solid #e7e7e7;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.radioButtonGroup {
    padding-top: 6px;
}

    .radioButtonGroup input {
        margin-left: 4px;
        margin-right: 15px;
        vertical-align: top;
    }

.k-dropdown-wrap.k-default.k-focused {
    background-color: #EDFFEF;
}

.nav-toolbar .glyphicon {
    cursor: pointer;
}

.investigationCompleteDate {
    box-shadow: none;
    border-radius: 4px;
    background-color: #EDFFEF;
    padding: 4px 10px;
    border: 1px solid #ccc;
    position: absolute;
    margin-left: 14px;
    margin-top: 4px;
}

.updatedbyInfo {
    box-shadow: none;
    border-radius: 4px;
    background-color: #EDFFEF;
    padding: 4px 10px;
    border: 1px solid #ccc;
    position: absolute;
    margin-left: 0px;
    margin-top: 4px;
}

.pISeparator {
    margin-top: 0;
    margin-bottom: 8px;
    color: green;
    border-color: #ccc;
}

.piDeterminationDate {
    box-shadow: none;
    border-radius: 4px;
    background-color: #EDFFEF;
    padding: 4px 10px;
    border: 1px solid #ccc;
    position: absolute;
    margin-left: -17px;
}

.decisionDate {
    box-shadow: none;
    border-radius: 4px;
    background-color: #EDFFEF;
    padding: 4px 10px;
    border: 1px solid #ccc;
    position: absolute;
    margin-left: -7px;
    width: 275px;
}

.piFraudCommittedDate {
    margin-left: 15px;
}

.piClaimNeededDate {
    margin-left: 15px;
    margin-top: -10px;
}

.piFraudCommittedDateWrapper {
    position: relative;
    right: 15px;
    padding-bottom: 15px;
}

#programGatekeeperOfficeView, #ReferralHistoryListView {
    border: none;
    margin: auto;
    font-size: 12px;
}

#ReferralHistoryListView {
    width: 97%;
}

    @media (min-width: 768px) {
        .piFraudCommittedDateWrapper {
        position: absolute;
        right: 5px;
        top: 1px;
        white-space: nowrap;
    }

    .piFraudCommittedDate {
        margin-left: 1.9em;
    }

    .piClaimNeededDate {
        margin-left: -17px;
        margin-top: 0px;
    }
}

@media (max-width: 1200px) {

    .piFraudCommittedDate {
        margin-left: 1em;
    }
}

.headerlabel.control-label {
    background-color: #eee;
    margin-top: 10px;
    padding: 4px 10px 3px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -ms-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -ms-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.workloadlabel.control-label {
    font-size: 18px;
}

#PostInvestigation.k-header {
    background-color: #E8FFEE;
}

.renderHidden {
    display: none;
}

.workloadSectionWrapper {
    left: 20px;
    right: 20px;
    margin-top: -18px;
    position: absolute;
    padding-bottom: 20px;
}

.workloadKendoSearchButton {
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
}

#PaymentEntryPanel {
    position: absolute;
    padding-bottom: 20px;
    border-width:0.5px;
    border-style:solid;
    border-color:lightgray;
}

#paymentAmountError {
    margin: 0
}

.gridCellError {
    color: #d92800;
    font-style: italic;
    font-size: 12px;
}

#paymentSourceError {
    margin-top: 0px;
    margin-left: -3px;
    margin-right: 0px;
}

.workloadGridTitle {
    float: left;
    padding: 5px;
    font-weight: bold;
}

.assignReassignGridTitle {
    float: left;
    padding: 5px;
    font-weight: bold;
}

.assignReassignGridSectionWrapper .k-grid-toolbar {
    background-color: #49776C;
    color: white;
}

.assignReassignButton {
    float: right;
    margin-bottom: 8px;
}

.actionItemMessage {
    color: #a94442;
    font-weight:bold;
}

.actionItemPopupMessage {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 10px;
    margin-right: 17px;
    border-radius: 4px;
}

.actionItemGridButton {
    color: #333;
}

.actionitem-column-menu-active {
    background-color: #aaffa3;
}

.action-item-existing-items {
    background-color:lightgray; 
    width:100%; 
    border-radius: 5px; 
    font-weight: bold;
}

.action-item-help:after {
    color: #84b38a;
    position: relative;
    top: 2px;
    left: 15px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    background-image: none;
    margin-left: -13px;

}

.workload-search-button{
    margin:10px 0px 0px 0px;
}

.workloadpanelDisplay {
    border-bottom-style: none;
}

.workloadpanelColor {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
    margin-left: 7px;
    width: 65%;
}

.workload-message-ul {
    list-style: none;
    line-height: 1.43;
}

.workload-message-li::before {
    content: "\2022";
    color: #a94442;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.k-grid-content .k-auto-scrollable {
    height: 100px;
}

.dynamicLabelPadding {
    padding-right: 7px;
}

.workloadSectionWrapper .k-grid-toolbar {
    /* background-color: #DEDEDE; */
    background-color: #49776C;
    color: white;
}

.program-placeholder-wrapper {
    border: 0;
    border-top: 1px solid #adadad;
}

.program-placeholder {
    height: 70px;
    padding-top: 50px;
    font-style: italic;
    text-align: center;
    background-color: transparent;
}

.program-list {
    padding-bottom: 10px;
}

.control-label.program-header {
    padding-top: 12px;
}

.control-label.program-invalid {
    padding-top: 15px;
}


body {
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -moz-animation: fadein 1s; /* Firefox */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera */
    animation: fadein 1s;
}

.k-edit-form-container .k-edit-buttons.k-edit-buttons-padding-fix {
    bottom: 0;
}

.windowButtonWrapper {
    clear: both;
    text-align: right;
    border-width: 1px 0 0;
    border-style: solid;
    position: relative;
    bottom: -1em;
    padding: .6em 1.2em 1em 0.6em;
    border-color: #ccc;
}

.paymentTotalWrapper {
    clear: both;
    text-align: right;
    border-width: 1px 0 0;
    border-style: solid;
    position: relative;
    padding: .6em 1.2em 1em 0.6em;
    border-color: #ccc;
}

.externalPaymentPostingWrapper {
    clear: both;
    position: relative;
    bottom: -1em;
    padding: .6em 1.2em 1em 0.6em;
    border-color: #ccc;
}

/* Fixes for kendo upgrade 2014.2.923 */
.k-primary,
.k-primary:hover,
.k-overflow-container .k-primary,
.k-button:active:hover,
.k-button.k-active:hover {
    background-color: #ffffff;
    color: #000000;
}

.k-grid-toolbar > .k-button {
    float: right;
}

.text-align-right {
    text-align: right;
}

.textindent {
    text-indent: 0px;
}

@media (min-width: 768px) {
    .textindent {
        text-indent: 40px;
    }
}

a.k-textbox {
    height: 2.13em;
    text-indent: 0.5em;
    line-height: 2.2em;
}

.greenSection > .form-group,
.greenSection input.k-textbox,
.greenSection input.k-textbox:hover {
    background-color: #49776C;
    color: white;
    margin-bottom: 0;
    padding-bottom: 0;
}

.greenSection.form-horizontal .control-label {
    padding-top: 4px;
}

#ClaimInfoCreationWrapper #Void {
    margin-top: 9px;
}

.greenSection input.k-textbox {
    line-height: 2.3em;
}

.greenSection > .form-group:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.greenSection > .form-group:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #49776C;
}

.greenSection input {
    text-align: right;
}

.top-border {
    border-top: solid 1px #fff;
}

.top-doubleborder {
    border-top: double 3px #fff;
}

@media print {
    a[href]:after {
        content: "";
    }

    @page {
        margin: 0;
        margin-top: 100em;
        margin-bottom: 100em;
    }
}

.program-label-fix {
    line-height: 1.7em;
}

/* Temp. quick fix for ext prg not filling up space */
#ExternalPrograms {
    min-height: 26px;
}

/* To set the icon before webi report link*/
span.webi-report-icon:before {
    display: inline-block;
    width: 13px;
    height: 13px;
    content: "";
    background: url("/Images/WebI_48x48.png") no-repeat 0 0;
    background-size: 100%;
}

.invalidProgramIndicator {
    background-color: #fbff1b;
}

.k-active > .invalidProgramIndicator {
    background-color: #feffc7;
}

/* Font fix for Investigation Reasons help icon */
@media (max-width: 1200px) {
    body {
        font-size: 11px;
    }

    h1.nav-title {
        font-size: 15px;
    }

    .nav-toolbar {
        margin-top: -34px;
    }

    .navbar-nav {
        font-size: 13px;
    }

    .applicationtitle {
        font-size: 1.2em;
    }

    .dropdown-menu, .btn {
        font-size: 12px;
    }

    .form-control {
        height: 31px;
    }
}

/*FR.10 , when a user hover on Help icon-pop up window the icon should change the background to mint green.*/
.k-widget.k-tooltip.k-popup {
    padding: 15px;
    border: 1px solid #e0f4da;
    background-color: #e0f4da;
}

.k-popup .k-list .k-focused {
    -webkit-box-shadow: inset 0 0 0 0 transparent, inset 0 0 0 0 transparent;
    box-shadow: inset 0 0 0 0 transparent, inset 0 0 0 0 transparent;
    border: 1px solid #ccc;
}

.k-primary:focus, .k-focused.k-primary {
    color: #2a6496;
}

.reminderContentWrapper {
    height: 540px;
}

.linkDisabled {
    pointer-events: none;
}

.console {
    background-color: transparent;
    color: #333;
    font: 11px Consolas, Monaco, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
    margin: 0;
    overflow-x: hidden;
    text-align: left;
    height: 200px;
    background-color: #ffffff;
    text-indent: 0;
    min-width: 200px;
    z-index: 3;
    display: none;
}

    .console .count {
        background-color: #26c6da;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        color: #ffffff;
        font-size: 10px;
        margin-left: 5px;
        padding: 2px 6px 2px 5px;
    }

    .console div {
        background-position: 6px -95px;
        border-bottom: 1px solid #DDD;
        padding: 5px 0px 5px 5px;
        line-height: 1em;
        vertical-align: middle;
    }

    .console .error {
        background-position: 6px -135px;
    }

/*TODO:   remove messages from "FROM" and "To" dates instead of hiding it.*/
#ReferralFromDate_validationMessage,
#ReferralToDate_validationMessage {
    position: absolute;
    visibility: hidden;
}

.k-header-column-menu.k-active {
    background-color: #aaffa3;
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

.save-toolbar-pending {
    color: #fff;
    float: right;
    margin-top: -29px;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}

.tempProgramClaimLink {
    width: 1px;
}

#EditAddressWindow .editAddressPadding,
#AddRepInfoWindow .editAddressPadding {
    padding-left: 14px;
}

.hyphenicon {
    border: white;
    background-color: white;
}

.tempProgramClaimLink a {
    float: left;
    width: 40px;
    background-color: #e0f4da;
    padding: 2px;
}

.claimCreatedForMoreThan60days {
    float: right;
    margin-top: -16px;
    margin-right: 225px;
    position: absolute;
}

.claimCreatedForLessThan60days {
    float: right;
    margin-top: -50px;
    margin-right: 200px;
    position: absolute;
}

.k-datepicker.inlinefield {
    width: 128px;
    margin: 0 10px;
}

.claimInfoCreationWrapper #OverpaymentFrom_validationMessage,
.claimInfoCreationWrapper #OverpaymentTo_validationMessage {
    left: 160px;
    top: 30px;
}

.margin-bottom-large {
    margin-bottom: 20px;
}

.margin-bottom-small {
    margin-bottom: 10px;
}

.k-input:disabled, .k-textbox:disabled, .k-textbox:disabled:hover {
    color: #000;
    background-color: rgb(241, 241, 241);
    border-style: none !important;
    cursor: not-allowed;
}

.k-checkbox:has(input:disabled), .k-state-disabled *, .k-state-disabled .k-icon {
    cursor: not-allowed !important;
}

.k-multiselect.k-header.k-state-disabled .k-multiselect-wrap {
    background-color: rgb(241, 241, 241);
}

.greenhighlight,
input.k-textbox.greentextbox,
input.k-textbox.greentextbox:hover {
    background-color: #e0f4da !important;
}

input.k-textbox.redtextbox,
input.k-textbox.redtextbox:hover {
    color: Red;
}

.currentJALLabelFix {
    margin-bottom: -9px;
}

.header-amount-padding {
    padding-left: 35px;
}

.amount-float-right {
    float: right;
}

.totalJALAmountValueStyle {
    font-weight: bold;
    padding-top: 5px;
    border-top-style: double;
    margin-left: 1.05em;
}

#LoanPayment .k-font-icon.k-i-calculator {
    vertical-align: sub;
}

#LoanPayment {
    background-color: antiquewhite;
}

#ClientCorrespondenceHistorySearch {
    float: right;
}

.cchNoticeAddressIcon {
    width: 50%;
    display: block;
    float: left;
}

.cch-searchby-section {
    padding-left: 45px;
    padding-top: 6px;
}

    .cch-searchby-section > div {
        padding-bottom: 10px;
    }

.k-i-line.repay-style {
    margin-right: -15px;
    float: right;
    margin-top: -21px;
}

.sendForApprovalSectionStyle {
    border: 1px solid #c0c0c0;
    padding-top: 4px;
    background-color: #e0f4da;
    margin-top: -7px;
}

.sendForApprovalStyle {
    padding-top: 7px;
}

#itemJALRepayment .loanRepaymentSectionStyle {
    border: 1px solid #c0c0c0;
    padding-top: 10px;
    background-color: #e0f4da;
}

#itemJALRepayment .cashRepaymentSectionStyle {
    padding-top: 9px;
    border-bottom-style: none;
}

.inValidPinPadding {
    display: none;
    width: 149px;
}

span.pauseCircleOutline:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    background: url('/images/pause_circle_outline.png') no-repeat 0 0;
    background-size: 100%;
}

.eaAdditionAddress {
    width: 50%; 
    display:block;
    float: left
}
#PaymentPostingCheckInformationWrapper {
    height: 155px;
}

#PaymentPostingCheckInformationWrapper .form-horizontal:last-of-type {
    bottom: 1px;
}

.toolTipTable table {
    border: 1px solid;
}

.toolTipTable th, .toolTipTable td {
    border: 1px solid;
    padding: 3px;
}

#StopRecoveryClaimsWrapper .radio-label {
    display: flex;
}

#StopRecoveryClaimsWrapper .radio-label label {
    padding-right: 5px;
    margin-bottom: 0;
}

.justify-content-center,
.form-group:where(#ModifyClaimForm *, #CommentPopup *) {
    display: flex;
    justify-content: center;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-1 {
    padding-left: 0.25em !important;
}

.pl-2 {
    padding-left: 0.5em !important;
}

.pl-3 {
    padding-left: 0.75em !important;
}

.pl-4 {
    padding-left: 1.25em;
}

.pl-6 {
    padding-left: 1.75em !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-3 {
    padding-right: 1.25rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-1 {
    padding-top: .25rem !important;
}

.pt-2 {
    padding-top: .5rem !important;
}

.pt-3 {
    padding-top: .75rem !important;
}

.pt-4 {
    padding-top: 1em !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.ml-1 {
    margin-left: 0.25em !important;
}

.ml-2 {
    margin-left: 0.5em !important;
}

.ml-6 {
    margin-left: 1.75em !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mt-1 {
    margin-top: 0.25em !important;
}

.p-1 {
    padding: .25rem;
}

.w-100 {
    width: 100%;
}

.tcenter {
    text-align: center;
}

span.badge[contenteditable], span.k-select:has(+ .span.badge[contenteditable]) {
    display: inline-block;
    background-color: #fff !important;
}

span.k-dropdown-wrap:has(span.badge[contenteditable], .k-select) {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: #ccc;
    height: 1.8em;
    cursor: pointer;
}

span.badge[contenteditable]:empty::before {
    content: attr(data-placeholder);
    color: gray;
    padding-left: 4px;
}

input[type='checkbox']:checked[disabled].greenCheckBox {
    height: 14px;
    width: 14px;
    appearance: none;
    border-radius: 3px;
    background: #84b38a;
    position: relative;
}

input[type='checkbox']:checked[disabled].greenCheckBox:before,
input[type='checkbox']:checked[disabled].greenCheckBox:after {
    content: "";
    position: absolute;
    height: 2px;
    background: white;
}

input[type='checkbox']:checked[disabled].greenCheckBox:before {
    width: 6px;
    top: 8px;
    left: 2px;
    transform: rotate(44deg);
}

input[type='checkbox']:checked[disabled].greenCheckBox:after {
    width: 10px;
    top: 6px;
    left: 4px;
    transform: rotate(-50deg);
}

.k-table, .k-table-td {
    font-size: 12px;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.k-table-row .k-table-td, .k-cell-inner .k-link {
    padding-inline: 6px !important;
}

a:not(:where(li *, .k-button, .k-calendar-td *)) {
    color: #428bca !important;
}

a:hover:not(:where(li *, .k-button)), a:focus:not(:where(li *, .k-button)) {
    color: #2a6496 !important;
    text-decoration: underline !important;
}

a:focus:not(:where(li *, .k-button)) {
    outline: thin dotted !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px !important;
}

.k-svg-icon:not(:where(button *, .k-button *, .k-clear-value *, .k-panelbar-toggle, .k-chip-action *, .k-hierarchy-cell *)) > svg {
    fill: #428bca;
    flex: 1 1 auto;
}

col.k-sorted, .k-table-th.k-sorted, .k-selected .k-link {
    background-color: inherit !important;
    border-color: inherit !important;
    color: inherit !important;
}

.k-checkbox:checked, .k-checkbox.k-checked {
    border-color: #2a6496;
    color: white;
    background-color: #2a6496;
}

.k-calendar-view {
    min-height: max-content;
}

.k-calendar .k-footer {
    color: #333;
    text-decoration: none;
    background-color: #f5f5f5;
    padding-block: 0;
}

.k-grid {
    border-radius: 4px;
}

.k-toolbar, .k-toolbar-item {
    padding-block: 0;
    padding-inline: 4px;
    display: flow;
    font-size: 12px;
}

.k-input, .k-picker, .k-list-item, .k-chip-content, .k-widget.k-tabstrip.k-tabstrip-top, .k-tooltip-validation *, .k-listview-content *, #gridErrors {
    font-size: 12px;
}

.k-input, .k-picker {
    font-size: 12px;
    padding-block: 3px !important;
}

.k-input:not(.k-textbox), .k-picker:not(.k-textbox) {
    height: 26px;
}

.k-input:not(.readonly, .k-input-inner) {
    border-width: 1px !important;
    border-style: solid !important;
}

.k-datepicker.k-input.k-input-inner {
    border-width: 1px !important;
    border-style: solid !important;
}

.k-picker-solid:not(:disabled) {
    background-color: inherit;
}

.k-tooltip-error {
    border-color: #ebebeb;
    background-color: #F9FFD8;
    color: #C24F4F;
    font-size: 12px;
}

.k-tooltip-error .k-svg-icon svg {
    fill: #C24F4F;
}

.k-tooltip-error .k-callout-n {
    border-bottom-color: #c4c4c4;
}

.k-button-solid-primary:hover {
    border-color: #428bca;
    background-color: #d9eadd;
}

td .k-button {
    border: none;
    padding: 0 !important;
    background-color: inherit;
}

td.k-command-cell {
    text-align: center !important;
}

a.k-button, a.k-link {
    font-size: 12px;
}

#gridComment .k-toolbar .k-button {
    float: right;
}

.form-group .k-textbox:not(:has(.k-input-inner)), label.k-textbox {
    width: 100%;
    padding-left: 6px;
}

.k-child-animation-container {
    width: max-content;
}

.k-child-animation-container .k-tooltip.k-popup {
    padding: 10px;
    border: 1px solid #e0f4da;
    background-color: #e0f4da;
    color: black;
    font-size: 12px;
}

.k-grid a:not(.k-button, :has(.k-font-icon)) {
    color: #428bca;
}

.k-grid-header th.k-header {
    overflow: hidden;
    border-style: solid;
    border-width: 0 0 1px 1px;
    padding: 0.5em 0.6em 0.4em 0.6em;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.k-other-month {
    opacity: 0.6;
}

.d-grid {
    display: grid;
}

span.k-datepicker {
    padding-inline: 0;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none !important;
}

#simulationButtons.k-edit-buttons {
    margin: 0;
}

.k-listview-bordered {
    border-width: 0;
}

.k-input .k-input-inner {
    padding-inline: 4px !important;
}

.k-toolbar-md::before {
    margin-inline-start: unset;
}

span.k-datepicker:has([data-role"datepicker"]) {
    border-style: solid !important;
    border-width: 1px !important;
}

.largeLeftMargin {
    margin-left: 3.75em;
}

span.k-dropdown-wrap:where(#ModifyGrid *) {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: #ccc;
    padding-left: 4px;
    height: 2em;
}

span.k-dropdown-wrap:where(#ModifyGrid *) span.k-input {
    border-style: none !important;
    border-width: 0 !important;
}

.k-table-td:where(#PaymentPostingCheckEntryGrid *, #PaymentPostingThirdPartySearchGrid *, #PaymentPostingCRESExcludesGrid *) {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.k-table-td input.GridInlineEdit {
    width: 100%;
    height: 20px;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: #ccc;
}

.k-table-td input.GridInlineEdit:focus-visible {
     outline: none;
}

.k-table-td .k-input {
    height: 20px !important;
}

.k-table-td .k-dropdown .k-dropdown-wrap .k-input {
    border: none !important;
}

.k-edit-cell .k-tooltip.k-tooltip-error.k-invalid-msg {
    width: 100% !important;
}

.k-tooltip.k-tooltip-error.k-invalid-msg, .k-widget.k-tooltip.k-tooltip-validation {
    position: inherit;
    background: none;
    box-shadow: none;
    padding-inline: 0;
    width: max-content;
    margin-top: 0;
    color: #d92800;
    font-style: italic;
    font-size: 12px;
}

.k-tooltip.k-tooltip-error.k-invalid-msg .k-icon.k-svg-icon.k-svg-i-exclamation-circle.k-tooltip-icon {
    display: none;
}

.k-tooltip.k-tooltip-error.k-invalid-msg .k-callout.k-callout-n {
    display: none;
}

.k-grid-save-command span.k-button-text {
    text-indent: -9999px;
    line-height: 0;
}

.k-grid-save-command span.k-button-text:after {
    content: 'Update';
    text-indent: 0;
    display: block;
    line-height: initial;
}

.k-grid-save-command span.k-svg-i-save svg {
    display: none;
}

.k-grid-save-command span.k-svg-i-save:before, .k-button .k-i-check:before {
    content: "\e119";
}

.k-font-icon.k-i-edit:before {
    content: "\e10b";
}

.k-font-icon.k-i-delete:before, .k-font-icon.delete:before {
    content: "\e11b";
}

textarea:has(+.field-validation-error) {
    border-color: #d92800 !important;
}

textarea:has(+.k-hidden) {
    border-color: lightgray !important;
}

.k-grid-save-command span.k-svg-i-save, .k-font-icon.k-i-edit, .k-font-icon.k-i-delete, .k-font-icon.delete {
    font-size: 16px;
    font-family: "WebComponentsIcons";
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
}

.k-actions-stretched.k-actions {
    display: block;
    font-size: 12px;
}

.k-chip .k-chip-label {
    overflow: unset;
    white-space: inherit;
    text-align: center;
}

.k-cell-inner .k-link {
    display: block !important;
}

.k-grid .k-dirty {
    border-width: .5rem;
    border-block-start-color: red;
    border-inline-start-color: red;
}

.k-picker.k-dropdownlist.k-disabled, .k-input.k-combobox.k-disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
    pointer-events: unset;
}

.k-widget.k-dropdown.k-disabled {
    cursor: not-allowed;
    pointer-events: unset;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
} @-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
} @keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Firefox */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Safari and Chrome */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
