﻿html {
	height: 100%;
}
body {
	height: 100%;
}

input:read-only{
    border: 0px;
    cursor: default;
    background-color: transparent;
}
.form-control:disabled {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
}

.barnhartRedBg {
    background-color: rgb(228, 25, 55);
    color: white;
}

/*.bcrCard {
    width:1500px;
    padding:0,5%,0,5%;
}*/

#mainPageWrapper {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    /*outline: 1px solid red;*/
}
#mainPageWrapper > nav {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}
#mainPageWrapper > nav + div {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 100%;
}

#confirm {
    display: none;
    background-color: #ABABAB;
    border: 1px solid #aaa;
    position: fixed;
    width: 250px;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    padding: 6px 8px 8px;
    box-sizing: border-box;
    text-align: center;
}

#confirm button {
    background-color: #EAEAEA;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #aaa;
    padding: 5px;
    text-align: center;
    width: 80px;
    cursor: pointer;
}

#confirm .message {
    padding: 10px;
    text-align: center;
}

.nav-link {
color: white;
}

.elmLabel {
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.clickable {
    cursor: pointer;
}

.switch-field {
    font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
    overflow: hidden;
}

.switch-title {
    margin-bottom: 6px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
	float: left;
}

.switch-field label {
    display: inline-block;
	min-width: 5em;
    max-width: 10em;
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    text-align: center;
    text-shadow: none;
    padding: 6px 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.switch-field-large label {
    display: inline-block;
    width: 15em;
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
    padding: 6px 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    background-color: rgb(228, 25, 55);
    color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

.note {
	font-size: 8pt;
	font-style: italic;
}

.dxsplPane_Moderno, .dxsplPaneCollapsed_Moderno {
	border: none !important;
}

.dxsplVSeparator_Moderno {
	border: 1px solid #d1d1d1 !important;
	background-color: rgba(209, 209, 209, .5);
}

.dxgvTable_Moderno .fa {
	font-size: 1.25rem;
}

.dxeErrorCellSys {
	display: none;
}

.dxbDisabled_Moderno {
	opacity: .1 !important;
}

.UnderRangeError {
	background-color: blue;
	color: white;
	font-weight: bold;
}
.OverRangeError {
	background-color: red;
	color: white;
	font-weight: bold;
}
.InvalidReadingError {
	background-color: yellow;
	color: black;
	font-weight: bold;
}

.hiddenGridCell {
	display: none;
	visibility: hidden;
}
.InputWarn {
	background-color: rgba(255, 104, 62, .25) !important;
}
.InputWarn input {
	background-color: rgba(255, 104, 62, 0) !important;
}
.InputError {
	background-color: rgba(255, 0, 0, .25) !important;
}
.InputError input {
	background-color: rgba(255, 0, 0, 0) !important;
}
.InputControlError {
	background-color: rgba(255,140,0,.25);
}
.InputControlError input {
	background-color: rgba(255,140,0,0) !important;
}
.DevX_Cmb_ReadOnly, .DevX_Cmb_ReadOnly input {
	background-color: #e9ecef !important;
}

input[type="checkbox"]:not(.onoffswitch-checkbox):not(.toggleButton) {
	display: none;
}
input[type="checkbox"]:not(.onoffswitch-checkbox):not(.toggleButton) + label {
	display: inline-block;
	position: relative;
	margin-left: 15px;
	margin-bottom: 20px;
	font: 14px/20px 'Open Sans', Arial, sans-serif;
	color: #ddd;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
input[type="checkbox"]:not(.onoffswitch-checkbox):not(.toggleButton) + label:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid Black;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}
input[type="checkbox"]:not(.onoffswitch-checkbox):not(.toggleButton):checked + label:before {
	width: 10px;
	top: -5px;
	left: 5px;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ProspectCustomer {
	font-style:italic;
	padding: 8px 10px 9px;
}
.btn-separator:after {
	content: ' ';
	display: block;
	float: left;
	background: #c4c7cb;
	height: 38px;
	width: 1px;
	border-left: 2px solid #c4c7cb;
}
.processEvent {
	z-index: 9000;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba( 169,169,169, .75);
	color: white;
	text-align: center;
	display: none;
	min-height: 53px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
}
.processEvent * {
	pointer-events: none;
}

/*  BEGIN Loader */
.loader {
    margin: auto auto;
    width: 75px;
    height: 75px;
    text-align: center;
    font-size: 10px;
}
.loader > div {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 6px;
    margin: 3px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.loader .load_rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.loader .load_rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.loader .load_rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.loader .load_rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}
@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
/*  END Loader */

/* Horizontal Loader */

.lds-ellipsis {
    position: relative;
    margin: 0 auto;
    width: 150px;
}
.lds-ellipsis div {
    position: absolute;
    top: 5px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgba(117, 117, 117, 0.86);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(5) {
    left: 80px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(6) {
    left: 104px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
/* END Horizontal Loader */


/* Button */
.button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.button {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 6px 20px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #bbb;
    overflow: visible;
    font: bold 13px arial, helvetica, sans-serif;
    text-decoration: none;
    white-space: nowrap;
    color: #555;
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
    background-image: -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
    background-image: linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    background-clip: padding-box; /* Fix bleeding */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
    text-shadow: 0 1px 0 rgba(255,255,255, .9);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button:hover {
    background-color: #eee;
    color: #555;
}
.button:active {
    background: #e9e9e9;
    position: relative;
    top: 1px;
    text-shadow: none;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}
.button[disabled], .button[disabled]:hover, .button[disabled]:active {
    border-color: #eaeaea;
    background: #fafafa;
    cursor: default;
    position: static;
    color: #999;
    /* Usually, !important should be avoided but here it's really needed :) */
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
.button.small {
    padding: 4px 12px;
}
.button.large {
    padding: 12px 30px;
    text-transform: uppercase;
}
.button.large:active {
    top: 2px;
}
.button.green, .button.red, .button.blue {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.3)), to(rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image: -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image: linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
}
.button.green {
    background-color: #57a957;
    border-color: #57a957;
}

.button.green:hover {
    background-color: #62c462;
}

.button.green:active {
    background: #57a957;
}
.button.red {
    background-color: #ca3535;
    border-color: #c43c35;
}
.button.red:hover {
    background-color: #ee5f5b;
}
.button.red:active {
    background: #c43c35;
}
.button.blue {
    background-color: #269CE9;
    border-color: #269CE9;
}
.button.blue:hover {
    background-color: #70B9E8;
}
.button.blue:active {
    background: #269CE9;
}
.green[disabled], .green[disabled]:hover, .green[disabled]:active {
    border-color: #57A957;
    background: #57A957;
    color: #D2FFD2;
}
.red[disabled], .red[disabled]:hover, .red[disabled]:active {
    border-color: #C43C35;
    background: #C43C35;
    color: #FFD3D3;
}
.blue[disabled], .blue[disabled]:hover, .blue[disabled]:active {
    border-color: #269CE9;
    background: #269CE9;
    color: #93D5FF;
}
.button-group,
.button-group li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.button-group {
    font-size: 0; /* Inline block elements gap - fix */
    margin: 0;
    padding: 0;
    padding: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.button-group li {
    margin-right: -1px; /* Overlap each right button border */
}
.button-group .button {
    font-size: 13px; /* Set the font size, different from inherited 0 */
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.button-group .button:active {
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 5px 0 5px -3px rgba(0, 0, 0, .2) inset, -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 5px 0 5px -3px rgba(0, 0, 0, .2) inset, -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 5px 0 5px -3px rgba(0, 0, 0, .2) inset, -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}
.button-group li:first-child .button {
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.button-group li:first-child .button:active {
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}
.button-group li:last-child .button {
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.button-group li:last-child .button:active {
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 5px 0 5px -3px rgba(0, 0, 0, .2) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 5px 0 5px -3px rgba(0, 0, 0, .2) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}

.actionButton {
	cursor: pointer;
	color: rgb(228, 25, 55);
}
.actionButton:hover {
	color: black;
}
.gridActionButton {
	cursor: pointer;
	color: #045cad;
}
.gridActionButton:hover {
	color: #0577DF;
}
.hide {
	display: none;
	visibility: hidden;
}

/* Tabs */
.dxtc-tab {
	background-color: whitesmoke !important;
	border: 1px solid rgb(211, 211, 211);
	font-weight: bold;
}
.dxtc-activeTab {
	background-color: lightgray !important;
	border: 1px solid lightgrey;
	font-weight: bold;
}
.dxtcLite_Moderno > .dxtc-stripContainer .dxtc-tab, .dxtcLite_Moderno > .dxtc-stripContainer .dxtc-activeTab,
.dxtcLite_Moderno > .dxtc-stripContainer .dxtc-leftIndent, .dxtcLite_Moderno > .dxtc-stripContainer .dxtc-spacer, .dxtcLite_Moderno > .dxtc-stripContainer .dxtc-rightIndent, .dxtcLite_Moderno > .dxtc-stripContainer .dxtc-sbWrapper, .dxtcLite_Moderno > .dxtc-stripContainer .dxtc-sbIndent, .dxtcLite_Moderno > .dxtc-stripContainer .dxtc-sbSpacer {
	border-bottom: 0 !important;
}
.dxtcLite_Moderno > .dxtc-content {
	overflow: visible !important;
}
.dxtc-tab.dxtcLiteDisabled_Moderno {
	border: 0px;
	font-style: italic;
}

.SearchTextBox {
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
	background-color: white;
	background-image: url('/Images/searchicon.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding: 12px 20px 12px 40px;
}
.LabelNote {
	font-style: italic;
	color: darkgray;
	font-size: .75em;
}
.impersonateLabel {
	font-weight: bold;
	font-size: 3rem;
	text-align: center;
}

.Processing_Overlay {
	z-index: 9999;
	background-color: rgba(210, 211, 212, 0.87);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tblAttachFileList {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 40px 40px 500px 200px;
	grid-template-columns: 40px 40px 500px 200px;
	width: 740px;
}
.colAttachRevise {
	-ms-grid-column: 1;
	grid-column: 1;
	text-align: center;
}
.colAttachRevise .fa {
	cursor: pointer;
	color: blue;
}
.colAttachRev {
	-ms-grid-column: 2;
	grid-column: 2;
	text-align: center;
}
.colAttachTitle {
	-ms-grid-column: 3;
	grid-column: 3;
}
.colAttachUser {
	-ms-grid-column: 4;
	grid-column: 4;
}
.TableRows > div:nth-child(even) {
	background-color: whitesmoke;
}

.bcr-form-control {
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.fileDrop {
	width: 100%;
	height: 100%;
	background-color: #d8d8d8;
	padding: 10px;
	display: table;
}
.fileDropInner {
	border: 10px dashed gray;
	border-radius: 25px;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.mainText {
	color: gray;
	font-size: 50px;
	font-style: italic;
	font-weight: bold;
}
#fileResult {
	visibility: hidden;
	display: none;
	margin-left: auto;
	margin-right: auto;
}
#FileName {
	font-weight: bold;
}
#clProcessed,
#clError,
#clException,
#clSkipped {
	width: 50px;
	text-align: right;
	font-weight: bold;
}

.rainbowButton button {
	margin: 3px;
}
.rainbowButton button:nth-of-type(1) {
	background-color: #30ADE2;
	border-color: #30ADE2;
}
.rainbowButton button:nth-of-type(2) {
	background-color: #E2B230;
	border-color: #E2B230;
}
.rainbowButton button:nth-of-type(3) {
	background-color: #7AE230;
	border-color: #7AE230;
}
.rainbowButton button:nth-of-type(4) {
	background-color: #30E27F;
	border-color: #30E27F;
}
.rainbowButton button:nth-of-type(5) {
	background-color: #4C30E2;
	border-color: #4C30E2;
}
.rainbowButton button:nth-of-type(6) {
	background-color: #E230DF;
	border-color: #E230DF;
}
.rainbowButton button:nth-of-type(7) {
	background-color: #E23047;
	border-color: #E23047;
}

.rotate90 {
	transform: rotate(90deg);
}
.rotate180 {
	transform: rotate(180deg);
}
.rotate270 {
	transform: rotate(270deg);
}

.barnhartColor_Primary {
	background-color: rgb(228, 25, 55);
	color: white;
}

.barnhartColor_Secondary {
	background-color: black;
}

.accordionToggle {
	font-size: 1em;
	display: inline;
	vertical-align: text-top;
	cursor: pointer;
}
.accordionHeaderLabel {
	display: inline;
}
.editToggle {
    font-size: 1em;
    display: inline;
    vertical-align: text-top;
    cursor: pointer;
}
.icon:hover {
    cursor:pointer;
}
.offScreen {
    display:none;
}
.onScreen {
    display:inline;
}
.Lock {
    position: fixed;
    float: right;
}
.SaveBarTable {
    float: right;
    /*border: 2px lightgray solid;
    border-radius: 5px;*/
    /*border: thin lightgray solid;*/
    background-color: white;
}
.SaveBarTd {
    float: right;
    /*border: 2px lightgray solid;*/
    border: 2px black solid;
    /*border: thin lightgray solid;*/
    border-radius: 5px;
    background-color: white;
    width: 80px;
    text-align: center;
}
.SaveBarTd:hover {
    filter: brightness(0.8);
}
.WrappedColumnClass {
    white-space: normal;
    word-wrap: break-word;
}
.dx-datagrid .dx-row > td {
    font: 14px helvetica;
}
.dx-texteditor-input {
    font: 14px helvetica;
    border: 1px lightgray solid;
    border-radius:  3px;
    background-color: white;
}
.tablefield {
    padding-left: 5px;
}
.tablelabel {
    text-align: end;
    font-weight: bold;
}
.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 99;
}
.header {
    background-color: #FFFFFF;
    grid-row: 1;
}
.footer {
    grid-row: 3 !important;
}
.content {
    overflow: scroll;
    grid-row: 2;
}
#bigdiv {
    display: grid;
    grid-template-rows: 100px auto 30px;
    height: 100%;
}
#bigdiv.showBanner {
    grid-template-rows: 120px auto 30px;
}

.hoverInvert:hover {
    /*filter: invert(1);*/
    /*filter: sepia(50%);*/
    filter: brightness(0.8);
}

input[type="password"]::-ms-reveal {
    display: none;
}

.customPassword {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.revealPassword {
    width: auto;
    height: 100%;
    filter: grayscale(100%) invert(100%);
}

.modalButton {
    /*display: block;*/
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    padding: 10;
    outline: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    /*color: rgba(0,0,0,.87);*/
    font-weight: 400;
    font-size: 14px;
    font-family: Roboto,RobotoFallback,"Noto Kufi Arabic",Helvetica,Arial,sans-serif;
    line-height: 1.2857;
    box-sizing: border-box;
    
    border: none;
    background: none;
    
    display: inline-flex;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    /*min-width: 36px;
    height: 36px;
    position: relative;
    border-radius: 0px;
    background-color: #fff;*/
    /*color: rgba(0,0,0,.87);*/
    /*border-radius: 4px;
    background-color: #03a9f4;*/
    /*color: #fff;*/

    height: 36px;
    position: relative;
    min-width: 64px;
    box-shadow: 0 1px 3px rgba(0,0,0,.24);
    border-radius: 4px;
    background-color: #03a9f4;
    color: #fff;
}

.buttonText {
    flex: 1 1 auto;
    height: 100%;
    max-height: 100%;
    display: inherit;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 0;

    line-height: normal;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .04em;
    padding: 10px;
}

.missingReq {
    color: red;
    font-size: 12px;
    font-weight: bold;
}

.metReq {
    color: green;
    font-size: 12px;
    font-weight: bold;
}

.dxDataGridRowError {
    background-color: yellow;
}

.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    font-weight: bold !important;
}

.card-header {
    background-color: rgba(0, 0, 0, 0.15);
}