.validateError {
	box-shadow: 0 0 2px 2px #e94f44;
	-moz-box-shadow: 0 0 2px 2px #e94f44;
	-webkit-box-shadow: 0 0 2px 2px #e94f44;
}
.DarkRed { box-shadow: 0 0 2px 2px #9f1425; -moz-box-shadow: 0 0 2px 2px #9f1425; -webkit-box-shadow: 0 0 2px 2px #9f1425; }

.errorPanelWrapper { background: rgba(0,0,0,0.4);  position: fixed; top: 0; left: 0; z-index: 1050;   width: 100%; height: 100%; overflow: hidden; outline: 0; }
/*aspx errors*/
/* Error Panel
.errorPanelWrapper { width: 100%; height: 100%; background: rgba(0,0,0,0.4); position: fixed; top: 0; left: 0; z-index: 10000; position: fixed; top: 0; left: 0; z-index: 1050; display: none; width: 100%; height: 100%; overflow: hidden; outline: 0; }

.errorPanel { display: flex; align-items: center; min-height: calc(100% - 1rem); position: relative; width: auto; margin: .5rem; pointer-events: none; transform: none; }
.errorPanel span { color: #dd5044; font: bold 13px Arial; display: block; margin: 5px; }

.errorPanelWrapper .btn { background: #dd5044; color: white; font: bold 13px Arial; border: none; outline: none; padding: 5px 10px; margin: 5px; }

*/