/* Minification failed. Returning unminified contents.
(1145,41): run-time error CSS1030: Expected identifier, found '.'
(1145,51): run-time error CSS1031: Expected selector, found ')'
(1145,51): run-time error CSS1025: Expected comma or open brace, found ')'
(1149,21): run-time error CSS1030: Expected identifier, found '>'
(1149,38): run-time error CSS1031: Expected selector, found ')'
(1149,38): run-time error CSS1025: Expected comma or open brace, found ')'
(1165,33): run-time error CSS1030: Expected identifier, found '.'
(1165,58): run-time error CSS1031: Expected selector, found ')'
(1165,58): run-time error CSS1025: Expected comma or open brace, found ')'
 */
body {
	font-size: .80em;
	font-family: "Segoe UI", Sans-Serif;
	color: #232323;
	background-color: #fff;
}

header, footer, nav, section {
	display: block;
}

h2 {
	color: #004E8E;
}

a {
	text-decoration: underline;
}

	a:link:not(.k-link):not(.k-button):not(.k-header-column-menu) {
		color: #0000EE;
	}

	a:visited:not(.k-link):not(.k-button):not(.k-header-column-menu) {
		color: #0000EE;
	}

	a:hover {
		cursor: pointer;
	}

	a.k-button:link {
		color: #003f59;
	}

	a.k-button:visited {
		color: #003f59;
	}

	a.k-button:hover {
		cursor: pointer;
	}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
	color: #003f59;
}

.k-state-highlight > .k-link {
	color: #003f59;
}
.k-selected > .k-link, .k-state-selected > .k-link{
	color: #fff;
}
/* styles for basic forms
-----------------------------------------------------------*/
fieldset {
	border: 1px solid #ddd;
	padding: 0 1.4em 1.4em 1.4em;
	margin: 0 0 1.5em 0;
}

legend {
	font-size: 1.2em;
	font-weight: bold;
	color: #004E8E;
}

	legend.inset {
		font-size: 1em;
		font-weight: bold;
		color: #004E8E;
	}

.editor-label {
	margin: 1em 0 0 0;
}

.editor-field {
	margin: 0.5em 0 0 0;
}

label {
	margin: 1em 0 0 0;
}

input.masked-number[type=number]  {
	padding: 5px;
	border: 1px solid #a4bed4;
	border-radius: 4px;
    width: 96%;
}

input[type=text]:not(.k-input-inner) {
	padding: 5px;
	border: 1px solid #a4bed4;
	border-radius: 4px;
}

input[type=email] {
	padding: 5px;
	border: 1px solid #a4bed4;
	border-radius: 4px;
}

input[type=search] {
	padding: 3px;
	border: 1px solid #a4bed4;
	border-radius: 4px;
}

input[type=password] {
	padding: 5px;
	border: 1px solid #a4bed4;
	border-radius: 4px;
}

input[data-val-required] {
	background-image: url(/content/images/req-field-indicator.png);
	background-repeat: no-repeat;
	background-size: 1em;
	background-position-y: center;
	background-position-x: right;
}

textarea[data-val-required] {
	background-image: url(/content/images/req-field-indicator.png);
	background-repeat: no-repeat;
	background-size: 1em;
	background-position-y: center;
	background-position-x: right;
}

input:disabled {
    background-color: #f7f7f7 !important;
    color: #000 !important;
    opacity: 1 !important;
}

input.currency {
	text-align: right;
}

td.currency {
	text-align: right;
}

td.convert-to-upper-class {
	text-transform: uppercase;
}

select {
	border: 1px solid #d3d3d3;
}

textarea {
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	color: #232323;
	background-color: #fff;
	min-height: 75px;
	border: 1px solid #a4bed4;
	border-radius: 4px;
}

.groupLabel {
	font-weight: bolder;
	font-size: 1em;
}

.dp-header {
	font-weight: bold;
	font-size: 1em;
	color: #004E8E;   
}

.dp-data {
	font-weight: normal;
	font-size: 1.5em;
	color: #004E8E;    
}                

div.field-left {
	height: 35px;
}

div.field-left-label {
	color: #004e8e;
	height: 35px;
}

.pad-popup-border {
    padding: 1.4em !important;
}

.col1 {
    float: left;
    width: 16.5%;
}
.col1 input[type=text] {
    width: 88%;
}
.col1.mmsBluelabel label {
	color: royalblue;
}

.col2 {
    float: left;
    width: 33%;
}
.col2 input[type=text] {
    width: 94%;
}
.col2 .k-numerictextbox {
    margin-left: 8px;
}
.col2.mmsBluelabel label {
	color: royalblue;
}

.col3 {
    float: left;
    width: 49.5%;
}
.col3 input[type=text] {
    width: 96%;
}
.col3 .k-numerictextbox {
    margin-left: 8px;
}
.col3.mmsBluelabel label {
	color: royalblue;
}

.col4 {
    float: left;
    width: 66%;
}
.col4 input[type=text] {
    width: 97%;
}
.col4.mmsBluelabel label {
	color: royalblue;
}

.col5 {
    float: left;
    width: 83%;
}
.col5 input[type=text] {
    width: 94%;
}
.col5.mmsBluelabel label {
	color: royalblue;
}

.col6 {
    float: left;
    width: 100%;
}
.col6 input[type=text] {
    width: 97%;
}
.col6 textarea {
    width: 97.5% !important;
}
.col6 .k-grid {
    width: 97%;    
}
.col6 .k-upload {
    width: 97%; 
}
.col6.mmsBluelabel label {
	color: royalblue;
}

.border {
    border: 1px solid #a3d0e4;
    padding: .22em .2em .28em;
}

.row {
    clear: both;
    padding-top: 10px;
}
.row .mms-radio-label {
    width: auto !important;
    margin-left: 0px !important;
}

.row.mms label {
    color: royalblue;
} 


/* styles for validation helpers
-----------------------------------------------------------*/
/*.field-validation-error {
	color: #f00;
}*/

.field-validation-valid {
	display: none;
}

input[type=text].input-validation-error {
	border: 2px solid #f00;
}

.input-validation-error {
	border: 2px solid #f00;
}

.validation-summary-errors {
	font-weight: bold;
	color: #f00;
}

.validation-summary-valid {
	display: none;
}

.field-validation-error {
	position: absolute;
	background: #ffec85;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	/*top: -90px;*/
    width: 240px;
    bottom: 20px;
	display: inline-table;
	z-index: 10;
}

.field-validation-error:after, .field-validation-error:before {
	position: absolute;
	border: solid transparent;
	height: 0;
	width: 0;
	top: 100%;
	content: '';
	pointer-events: none;
}

.field-validation-error:after {
	border-color: rgba(136,183,213,0);
	border-top-color: #ffec85;
	border-width: 8px;
	left: 25px;
	margin-left: -8px;
}

.field-validation-error:before {
	border-color: rgba(194,225,245,0);
	border-top-color: #ccc;
	border-width: 11px;
	left: 25px;
	margin-left: -11px;
}

.field-validation-error > span > strong {
	font-weight: normal !important;
}
.mms-validator-control {
    position: relative;
}

/* site level styles 
----------------------------------------------------------*/
#page-container {
	width: 972px;
	margin-left: auto;
	margin-right: auto;
}

#chrome-ctrl-placeholder {
	height: 30px;
}

#header-container {
	height: 63px;
    width: 100%;
    background-repeat: repeat-x;
    background-image: url("/content/images/mms_header_fill.gif");
}

footer {
	clear: both;
	width: 972px;
	bottom: 10px;
	/*position: fixed;*/
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.body {
	padding: 0px 5px 5px 5px;
	margin-bottom: 25px;
	clear: both;
}

.container-padding {
	padding-top: 8px;
}

.container-padding_bottom {
	padding-bottom: 8px;
}

.container-padding-top {
	padding-top: 8px;
}

.container-padding-left {
    clear: both;
    padding-left: 8px;
}

.container-padding-right {
    padding-right: 8px;
}

/* MMS Controls specific Styles */
.mms-textbox-container {
	margin-left: 8px;
	height: 55px;
}

.mms-textbox-label {
}

.mms-textbox-control {
}

.mms-textarea-container {
	margin-left: 8px;
}

.mms-textarea-label {
}

.mms-textarea-control {
}

.mms-checkbox-container {
	margin-left: 8px;
}

.mms-checkbox-label {
}

.mms-checkbox-control {
}

.mms-chkboxlist-label {
	margin-left: 15px;
}

.mms-chkboxlist-container {
	padding: 8px 0;
}

.mms-chkboxlist-control {
	margin-left: 90px;
}

.mms-chkboxlist-control ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.mms-chkboxlist-control ul li {

}


.mms-dropdown-container {
	margin-left: 8px;
	height: 55px;
}

.mms-dropdown-label {
}

.mms-dropdown-control span.k-dropdownlist {
	width: 200px;
}

.mms-datepicker-container {
	margin-left: 8px;
	height: 55px;
}

.mms-datepicker-label {
}

.mms-datepicker-control {
}

.mms-radio-container {
	margin-left: 8px;
	height: 55px;
}

.mms-radio-label {
}

.mms-radio-control {
	padding: 4px;
}

.mms-imagelink {
	padding: 4px;
    cursor: pointer;
}

/* Initial Claim Notice Specific Styles */
.cost-projection-label {
	float: left;
	height: 27px;
	padding-top: 5px;
	width: 200px;
}

.cost-projection-field {
	float: left;
	text-align: center;
	height: 27px;
	width: 200px;
}

.cost-projection-input {
	height: 32px;
}

.attachmentPanel .doctype {
	width: 400px;
}

.attachmentPanel .k-upload .k-dropzone {
	background: none;
	background-color: white;
}

.attachmentPanel .k-grid-toolbar.k-button {
	font-size: .80em;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	color: #232323;
	background: inherit;
	border: none;
}

.attachmentPanel k-grid-Delete, k-grid-Replace {
	display: inline-block;
}

.attachmentPanel .k-grid .k-command-cell > .k-button + .k-button {
	margin-left: 8px;
	margin-inline-end: unset;
	margin-inline-start: 0px;
}

/* Claim Data Page */
.cdp-tabs {
	width: 100px;
}
.cdp-tabs .k-link{
	justify-content: center;
}

.claimdata-details-text {
	width: 188px;
}

.k-widget.k-dropdown.k-header.claimdata-details-dropdown {
	width: 200px;
}

.claimantDetails-container {
	float: left;
	margin-left: 7px;
}

.paidtodate {
	width: 100px !important;
}

#claimDataTabs {
	border-style: none !important;
	background: none;
}

/* Landing Page */
#pb-tasks > li {
	padding-bottom: 15px !important;
}

/* Full Text Search Styles */
#search-text {
	-webkit-appearance: textfield;
	/*background-image: url(../content/icons/16/049.png);
	background-position: 150px;
	background-repeat: no-repeat;*/
	width: 170px;
}

#search-button {
    top: 3px;
    position: relative;
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
}

/* turns off the "X" clear button at the end of input field */
#search-text::-webkit-search-cancel-button {
    display: none;
}

#search-text::-ms-clear {
    display: none;
}

#fullTextSearch {
    float: right;
    padding-right: 5px;
	position: relative;
	top: -27px;
}

/* Login */
.login-container {
	width: 400px;
	height: 250px;
	position: absolute;
	background-color: rgb(218, 236, 244);
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -125px;
	border: 1px solid #94c0d2;
}

/* Claimant Care Fields */
.care-field {
	float: left;
	margin-left: 9px;
    height: 30px;
}

.care-field-index {
	float: left;
	margin-left: 9px;
	height: 27px;
	padding-top: 5px;
}

.care-field-label {
	float: left;
	width: 170px;
	margin: 0px auto;
	font-weight: bolder;
	font-size: 1em;
	text-align: center;
	padding-bottom: 8px;
}

.care-field-totals-label {
	font-weight: bolder;
	font-size: 1em;
	width: 355px;
	float: left;
	text-align: center;
	padding-top: 10px;
}

.care-field-totals {
	padding-top: 8px;
	float: left;
	width: 165px;
	text-align: right;
}

.resident-care-container {
	clear: both;
	padding-top: 8px;
}

.resident-care-label {
	clear: both;
	float: left;
	padding-top: 5px;
}

.resident-care-field {
	float: right;
	width: 170px;
	margin: 0px auto;
	font-weight: bolder;
	font-size: 1em;
	text-align: center;
	padding-bottom: 8px;
	padding-right: 195px;
}

.resident-care-disclaimer {
	clear: both;
	text-align: center;
	padding-top: 8px;
}
/* End Claimant Care Fields */
.not-displayed {
    display: none;
}

#alert-window .k-button {
	margin-right: 4px;
	margin-left: 4px;
}

#confirm-window .k-button {
	margin-right: 4px;
	margin-left: 4px;
}

.convert-to-upper-class {
	text-transform: uppercase;
}
/* Session Manager Styles */
.session-timeout-container {
    padding: 10px;
    text-align: center;
}

.session-timeout-content {
}

.session-timeout-button-container {
    margin-top: 10px;
}

.session-timeout-button {
    margin: 0px 4px 0px 4px !important;
}
/* /Session Manager Styles */

/* help icon styles */
.help-toolbar {
    float: right;
}
.help-mcca {
    padding: 0 5px 0 0
}
.help-mcca img {
	/*background-image: url(/content/images/mcca-help.png);
	background-repeat: no-repeat;
	background-size: 1em;
	background-position-y: center;
	background-position-x: left;*/
    border: none;
    width: 24px;
}
.help-carrier img {
	/*background-image: url(/content/images/carrier-help.png);
	background-repeat: no-repeat;
	background-size: 1em;
	background-position-y: center;
	background-position-x: left;*/
    border: none;
    width: 24px;
}

/* Grid styles */
.grid-header-wrap, .grid-header-wrap-3 {
    overflow: visible !important;
    white-space: normal !important;
}
	.grid-header-wrap .k-column-title, .grid-header-wrap-3 .k-column-title {
		white-space: normal !important;
	}


.modal-popup-header{
    margin: 0 auto;
    font-weight: bold;
    text-align:center;
    padding-top:5px;
    padding-bottom:5px;
    font-size:1.2em;
    color:#004E8E;
    background-color: #daecf4;
}

.publications {
    width: 152px;
    margin-top: 40px;
    border: solid 1px #94c0d2;
    padding-bottom:4px;
}
.publications div {
    margin-top: 5px;
    padding-left: 4px;
}
div.publications-header {
    margin-top: 0px;
    padding-left: 5px;
    padding-top:5px;
    padding-bottom:5px;
    color:#004E8E;
    background-color: #daecf4;
}

div#find-claim-container {
	clear: both;
	padding: 0px 5px 5px 5px;
    margin-bottom: 10px; 
    width: 425px;
}
div#find-claim-container > div.fields {
    display: inline-block;
}

.text-wrap {
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}

.text-nowrap{
	white-space: nowrap;
}

.word-wrap {
    word-wrap: normal;       /* Internet Explorer 5.5+ */
    word-break: normal;
}

.input-title-tooltip {
	position: absolute;
	background: #ffec85;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	top: -70px;
    width: 240px;
    bottom: 20px;
	display: inline-table;
	z-index: 10;
}

.input-title-tooltip:after, .input-title-tooltip:before {
	position: absolute;
	border: solid transparent;
	height: 0;
	width: 0;
	top: 100%;
	content: '';
	pointer-events: none;
}

.input-title-tooltip:after {
	border-color: rgba(136,183,213,0);
	border-top-color: #ffec85;
	border-width: 8px;
	left: 25px;
	margin-left: -8px;
}

.input-title-tooltip:before {
	border-color: rgba(194,225,245,0);
	border-top-color: #ccc;
	border-width: 11px;
	left: 25px;
	margin-left: -11px;
}

.input-title-tooltip > span > strong {
	font-weight: normal !important;
}

.input-title-tooltip-none {
	display: none;
}


/* media queries for printing PDF */
@media print {
	.printOnSamePage {
		break-inside: avoid;
	}
	.printAvoidBreakAfter {
		break-after: avoid;
	}
	.printPageBreakBefore {
		clear: both;
		break-before: always;
	}
	.printPageBreakAfter {
		clear: both;
		break-after: always;
	}
    #header {
		display: none;
	}

    #menu {
		display: none;
	}

    #userContainer {
		display: none;
	}

    #logout {
		display: none;
	}

    #fullTextSearch {
		display: none;
	}

	#footer {
		display: none;
	}

	#page-container {
		display: block;
	}

    input:disabled {
        opacity: 1 !important;
        background-color: #fff !important;
        color: #000;
    }

    input[data-val-required] {
        background-image: none;
    }

	
}

/* These are overrides to the OOB functionality */
.k-upload-button {
    margin: 0px !important;
}

ul.k-panelbar > li > div.k-content {
    padding: 2px 0px 0px 0px;
}

.k-panelbar > li {
    padding-bottom: 5px !important;
}

.k-panelbar {
    border-color: #ffffff !important;
}

    .k-panelbar > .k-item > .k-link, .k-panel > .k-item > .k-link {
        border: 1px solid #94c0d2 !important;
    }

.k-widget.k-tooltip-validation {
    display: none !important;
}

.k-widget.k-dropdown.k-header.k-invalid {
    border: 2px solid #f00;
}

.k-numerictextbox.k-invalid {
    border: 2px solid #f00;
}

.k-widget.k-listview.k-selectable.k-invalid {
    border: 2px solid #f00;
}

.k-widget.k-datepicker.k-header.k-input {
    padding: 0 !important;
}

.k-invalid {
    border: 2px solid #f00;
}

input[type=text].k-invalid {
	border: 2px solid #f00 !important;
}

input[data-val-required].k-invalid {
    border: 2px solid #f00;
}

.k-input.input-validation-error {
    border: 2px solid #f00;
    background-color: #fee !important;
}

.k-select {
    right: -2px !important;
}

.k-state-disabled {
    color: #000 !important;
    pointer-events: auto;
}

input.k-input {
    color: #000 !important;
}

.k-numeric-wrap {
    background-image: none !important;
    background-color: #f7f7f7 !important;
}

.k-numerictextbox.k-expand-padding .k-input-inner {
    /*background-image: url(/content/images/req-field-indicator.png);*/
    background-repeat: no-repeat;
    background-size: 1em;
    background-position-y: center;
    background-position-x: right;
    box-sizing: border-box;
}

.k-state-disabled {
    opacity: 1 !important;
    background-color: #F7F7F7 !important;
}

button.k-state-disabled {
    opacity: .5 !important;
}

span.k-numerictextbox.k-state-disabled {
    background-color: transparent !important;
    opacity: 1 !important;
}

tr.k-selected {
    background-image: none,linear-gradient(to bottom,#58a5c6 0,#58a5c6 100%) !important;
}

.k-tabstrip:focus {
    box-shadow: none !important;
}
.k-dropzone {
    padding: .8em 0 .8em 0 !important;
}

/* media queries for printing PDF */
@media print {
    .k-state-disabled {
        opacity: 1 !important;
        background-color: #fff !important;
        color: #000;
    }

    span.k-numerictextbox.k-state-disabled {
        opacity: 1 !important;
        background-color: #fff !important;
        color: #000;
    }
}

.k-no-data, .k-nodata{
    min-height: 0;
}

.k-list{
    font-size: 100%;
}
.k-list-item{
    padding: 4px;
}
.k-list-optionlabel {
    padding: 4px;
    font-weight: 400;
}
.k-picker.k-focus, .k-picker:focus, .k-widget.k-picker.k-focus, .k-widget.k-picker:focus,
.k-picker.k-hover, .k-picker:hover, .k-widget.k-picker.k-hover, .k-widget.k-picker:hover {
    background-color: #7ad2f7;
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.4) 0,rgba(255,255,255,0) 100%);
    background-position: 50% 50%;
}
.k-picker.k-focus, .k-picker:focus, .k-widget.k-picker.k-focus, .k-widget.k-picker:focus{
    border-color: #bdbdbd;
}
.k-picker.k-hover, .k-picker:hover, .k-widget.k-picker.k-hover, .k-widget.k-picker:hover{
    border-color: #8bc4dd;
}
.k-dropzone .k-dropzone-hint{
    display: none;
}
.k-command-cell{
    white-space: nowrap;
}
.k-command-cell.text-wrap {
    white-space: normal;
}
.k-widget .k-validator-tooltip {
    display: none !important;
}

.k-dropdownlist .k-input-inner{
    padding: 4px;
}
.k-button {
    border-radius: 4px;
    border-color: #a3d0e4;
    color: #003f59;
    background-color: #daecf4;
    background-position: 50% 50%;
    background-image: url(textures/highlight.png);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.45) 0,rgba(255,255,255,0) 100%);
}

.k-numerictextbox, .k-dropdownlist, .k-datepicker {
    width: 12.6em;
}

.k-panelbar > .k-item > .k-link, .k-panelbar > .k-panelbar-header > .k-link{
    font-weight: 400;
}

.k-grid tbody button.k-button:not(.k-icon-button) {
    min-width: 78px;
    margin-top: 0;
    margin-right: 0.16em;
    margin-bottom: 0;
    margin-left: 0;
}

.k-listbox .k-list-scroller:has(+ select.k-invalid) {
    border: 2px solid #f00 !important;
}

.k-dropdownlist:has(> input.k-invalid) {
    border: 2px solid #f00 !important;
}

.k-dropzone{
    justify-content: normal;
}

.k-columns-item .k-menu-group .k-menu-item .k-menu-link{
    display: block;
}

.k-columns-item .k-menu-group .k-menu-item .k-menu-link .k-menu-link-text{
    display: inline;
}

.k-tabstrip-items-wrapper:has(+ .k-tabstrip-items-wrapper)
{
    border-bottom-width: 0;
}

textarea.k-state-disabled{
    pointer-events: auto !important;
}
div#page-container {
    width: 100%;
    padding-top: 10px;
}

.forgot-password-container, .reset-password-container {
    margin: 0px auto;
	width: 400px;
    min-height: 200px;
    padding: 0px;
	position: relative;
	background-color: rgb(218, 236, 244);
	border: 1px solid #94c0d2;
}
.reset-password-container .fields {
    padding-top: 20px;
}

.reset-password-container #button-submit {
    width: 120px; 
}

.form-buttons > div {
    margin-right: 8px;
    float: right;
}
.form-buttons button {
    width: 100px; 
}
.instructions {
    margin: 4px 10px 4px 10px;
}
.fields {
    width: 380px;
    margin: 0px 10px 0px 0px;
}
.fields > div {
    width: 380px;
}
.fields.center > div {
    width: 65%;
    margin: 0px auto;
}
.fields input {
    width: 100%;
}
.center {
    margin: 0px auto;
}
.center-text {
    text-align: center;
}
#Email {
    width: 98%;
}
.clear-float {
    clear: both;
    padding-top: 8px;
}

