:root {/* light */
	--text-color: rgba(0 0 0 / 90%);
	--scrollbar-bg: rgb(1 2 3 / 40%);
	--form-bg-color: rgba(0,0,0,0.05);

	--red: rgba(128,0,0, 1);

	--light:rgba(255,255,255,0.9);
	--dark:rgba(0,0,0,0.8);
}

@media (prefers-color-scheme: dark){
	:root{
		--text-color: rgba(255 255 255 / 90%);
		--scrollbar-bg: rgb(255 253 253 / 57%);
		--form-bg-color: rgba(255,255,255,0.25);

		--red: rgba(255,128,128, 1);

		--border-color: rgba(255,255,255,0.25);

	}/* root */

}/* media */





.rv3formStacked{
	-webkit-border-radius: 8px;border-radius: 8px;

/* 	font-size:16px; */

	margin:0 auto;
	padding:1%;
	display:block;
}

.rv3formStacked.inline1-3{
	display: inline-block;
	width:calc(30% - 2em);
	min-width: 300px;
	text-align: left;
	vertical-align: top;
	background-color: var(--form-bg-color);
	margin: 1em;
}


.rv3formStacked h3{
	margin:1em 0;
}

.rv3formStacked h3 span{
	font-weight: bold;
}

.rv3formStacked fieldset{
	border:0 none;
	margin:0;
	padding:0;
	position:relative;
}

.rv3formStacked.rv3singleItem fieldset{
	z-index: 2;
}

.rv3formStacked.rv3singleItem .btnInline{
	position:relative;
	top:-38px;
	z-index: 1;
	transition:all 1s ease-out;
}

.rv3formStacked.rv3singleItem:hover > .btnInline{
	top:0;
	transition:all 0.3s ease-in;
}

.rv3formStacked label{
	display:block;
	margin:0;
	width:100%;
	position:relative;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.rv3formStacked label.break{
	margin:1em 0 0 0;
}

.rv3formStacked label.hoverHighlight{
	transition:all 0.8s ease-out;
}
.rv3formStacked label.hoverHighlight input[type='checkbox']{
	margin:0.5em 0 0.25em;
}

.rv3formStacked label.hoverHighlight:hover{
	background-color:rgba(0,62,100,0.25);
	transition:all 0.3s ease-in;
}

.rv3formStacked label.rv3auto{
	display: inline-block;
	width:auto;
}

.rv3formStacked label span{
	color: rgba(125,125,125,1);
	font-size: 1.2em;
	font-weight: 400;
	position:absolute;
	margin: 1.75em 0 0 0.35em;
	left: 0;
	top: 0;
	padding:0;

	transition: all 0.6s ease-out;-webkit-transition: all 0.6s ease-out;
}
.rv3formStacked label span.alwaysOn{
	margin:0.5em 0 0 0.5em;
	color: #129FEA;
	font-size: 0.8em;
}

.rv3formStacked label span.checkbox{
	margin: 1.35em 0 0 1.5em;
	font-size: 12px;
	color:rgba(64, 64, 64, 1)
}



.rv3formStacked .required{
	background-image:url(/www/owl-media/required.png);
	background-repeat: no-repeat;
	background-position:right 0.5em center;
	background-size:auto 64%;
}

.rv3formStacked .required.passed{
	background-image:url(/www/owl-media/required-passed.png);
}

.rv3formStacked .required.failed{
	background-image:url(/www/owl-media/required-failed.png);
}

.rv3formStacked textarea{
	line-height: 1.3;
}


.rv3formStacked input[type='text'],
.rv3formStacked input[type='number'],
.rv3formStacked input[type='email'],
.rv3formStacked input[type='password'],
.rv3formStacked input[type='checkbox'],
.rv3formStacked input[type='range'],
.rv3formStacked select,
.rv3formStacked textarea
{
	background-color: rgba(255, 255, 255, 0.9);
	border: 1px solid #eee;
	border-radius: 5px;-webkit-border-radius: 5px;
	font-family: inherit;
	font-size: 1em;
	margin: 1.75em 0 0.125em;
	padding: 0.5em;
	position: relative;
	box-shadow: 0 0 0 transparent;
	width:calc(98% - 0.25em);

	transition: all 0.6s ease-out;-webkit-transition: all 0.6s ease-out;
	-webkit-appearance: none;
}

	.rv3formStacked input[type='checkbox']{
		-webkit-appearance: checkbox;
	}

	.rv3formStacked select{
		margin: 1.75em 0 0 0;
	}


.rv3formStacked input[type='text']::-webkit-input-placeholder,
.rv3formStacked input[type='number']::-webkit-input-placeholder,
.rv3formStacked input[type='email']::-webkit-input-placeholder,
.rv3formStacked input[type='password']::-webkit-input-placeholder,
.rv3formStacked textarea::-webkit-input-placeholder{
	color:rgba(0,0,0,0);
}
.rv3formStacked input[type='text']::-moz-placeholder,
.rv3formStacked input[type='number']::-moz-placeholder,
.rv3formStacked input[type='email']::-moz-placeholder,
.rv3formStacked input[type='password']::-moz-placeholder,
.rv3formStacked textarea::-moz-placeholder{
	color:rgba(0,0,0,0);
}



.rv3formStacked input:read-only{
	margin:0;
}

.rv3formStacked input[type='checkbox']{
	font-size: 1em;
	margin: 1em 0 0.5em;
	padding: 1%;
	position: relative;
	box-shadow: 0 0 0 transparent;
	width:auto;
}

.rv3formStacked div.divValue{
	border-radius: 5px;-webkit-border-radius: 5px;
	border: 1px solid #eee;
	color: #333;
	font-size: 1em;
	padding: 1%;
	box-shadow: 0 0 0 transparent;
	margin-bottom:0.5em;
}

.rv3formStacked div.divValueInline{
	border-radius: 5px;-webkit-border-radius: 5px;
	border: 1px solid #eee;
	box-shadow: 0 0 0 transparent;
	color: #333;
	display: inline-block;
	font-size: 1em;
	margin:1% 1% 0.5em 0;
	padding: 1%;
}

.rv3formStacked input[type='text']:focus,
.rv3formStacked input[type='number']:focus,
.rv3formStacked input[type='email']:focus,
.rv3formStacked input[type='password']:focus,
.rv3formStacked textarea:focus
{
	border-color: #129FEA;
	box-shadow: 0 0 0.5em #129FEA;
	outline: 0 none;
	margin: 1.75em 0 0.125em 0;

	transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;
}

.rv3formStacked input[type='text']:focus::-webkit-input-placeholder,
.rv3formStacked input[type='number']:focus::-webkit-input-placeholder,
.rv3formStacked input[type='email']:focus::-webkit-input-placeholder,
.rv3formStacked input[type='password']:focus::-webkit-input-placeholder,
.rv3formStacked textarea:focus::-webkit-input-placeholder{
	color:rgba(0,0,0,0.5);
}
.rv3formStacked input[type='text']:focus::-moz-placeholder,
.rv3formStacked input[type='number']:focus::-moz-placeholder,
.rv3formStacked input[type='email']:focus::-moz-placeholder,
.rv3formStacked input[type='password']:focus::-moz-placeholder,
.rv3formStacked textarea:focus::-moz-placeholder{
	color:rgba(0,0,0,0.5);
}



.rv3formStacked input[type='text']:focus + span,
.rv3formStacked input[type='number']:focus + span,
.rv3formStacked input[type='email']:focus + span,
.rv3formStacked input[type='password']:focus + span,
.rv3formStacked textarea:focus + span
{
	color: #129FEA;
	font-size: 0.8em;;
	margin:0 0 0 0.35em;

	transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;
}

.rv3formStacked input[type='checkbox']:focus + span{
	color: #129FEA;
	font-weight: 700;

	transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;
}


.rv3formStacked input[type='text']:valid,
.rv3formStacked input[type='number']:valid,
.rv3formStacked input[type='email']:valid,
.rv3formStacked input[type='password']:valid,
.rv3formStacked textarea:valid
{
	margin: 1.75em 0 0.125em 0;

	transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;
}

.rv3formStacked input[type='text']:valid + span,
.rv3formStacked input[disabled]:valid + span,
.rv3formStacked input[type='number']:valid + span,
.rv3formStacked input[type='email']:valid + span,
.rv3formStacked input[type='password']:valid + span,
.rv3formStacked textarea:valid + span
{
	color: rgba(0,192,0, 1);
	font-size: 0.8em;
	margin: 0.5em 0 0 0.5em;

	transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;
}


.rv3formStacked input[type='text']:invalid + span,
.rv3formStacked input[disabled]:invalid + span,
.rv3formStacked input[type='number']:invalid + span,
.rv3formStacked input[type='email']:invalid + span,
.rv3formStacked input[type='password']:invalid + span,
.rv3formStacked textarea:invalid + span
{
	color: var(--red);
	font-size: 0.8em;
	margin: 0.5em 0 0 0.5em;

	transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;
}



.rv3formStacked input[type='text'],
.rv3formStacked input[type='email'],
.rv3formStacked input[type='password'],
.rv3formStacked input[type='color']
{
	font-size:1em;
}

.rv3formStacked input[type='text'].rv3auto
{
	width:auto;
}

.rv3formStacked input[type='number'].rv3auto{
	width: auto;
}

.rv3formStacked input[type='number'].rv3auto::-webkit-outer-spin-button{
	display: none;
}

.rv3formStacked p.ctrl{
	text-align: center;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

hr.left-to-right{
border: 0; height: 1px; float:none; clear:both; 
background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
}

hr.fancy { border: 0; height: 1px; float:none; clear:both; 
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
}


.btnInline {
	background-color: #52a8e8;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #52a8e8), color-stop(100%, #377ad0));
	background-image: -webkit-linear-gradient(top, #52a8e8, #377ad0);
	background-image: -moz-linear-gradient(top, #52a8e8, #377ad0);
	background-image: -ms-linear-gradient(top, #52a8e8, #377ad0);
	background-image: -o-linear-gradient(top, #52a8e8, #377ad0);
	background-image: linear-gradient(top, #52a8e8, #377ad0);
	border-top: 1px solid #4081af;
	border-right: 1px solid #2e69a3;
	border-bottom: 1px solid #20559a;
	border-left: 1px solid #2e69a3;
	border-radius: 4px;-webkit-border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
	box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 2px #b3b3b3;
	color: #fff;
	padding: 4px 16px;
	text-align: center;
	text-shadow: 0 -1px 1px #3275bc;
	-webkit-background-clip: padding-box;
	margin: 4px;
	font-size:1em;
}

.btnInline:hover {
	background-color: #3e9ee5;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e9ee5), color-stop(100%, #206bcb));
	background-image: -webkit-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
	background-image: -moz-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
	background-image: -ms-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
	background-image: -o-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
	background-image: linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
	border-top: 1px solid #2a73a6;
	border-right: 1px solid #165899;
	border-bottom: 1px solid #07428f;
	border-left: 1px solid #165899;
	-webkit-box-shadow: inset 0 1px 0 0 #62b1e9;
	box-shadow: inset 0 1px 0 0 #62b1e9;
	cursor: pointer;
	text-shadow: 0 -1px 1px #1d62ab;
}

.btnInline:active,
.btnInline.active {
	background: #3282d3;
	border: 1px solid #154c8c;
	border-bottom: 1px solid #0e408e;
	-webkit-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 white;
	box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 white;
	text-shadow: 0 -1px 1px #2361a4;
	-webkit-background-clip: padding-box;
}

.btnInline[disabled],
.btnInline[disabled]:hover,
.btnInline[disabled]:active,
.redBtn[disabled],
.redBtn[disabled]:hover,
.redBtn[disabled]:active {
	background-color: #dadada;

	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dadada), color-stop(100%, #f3f3f3));
	background-image: -webkit-linear-gradient(top, #dadada 0%, #f3f3f3 100%);
	background-image: -moz-linear-gradient(top, #dadada 0%, #f3f3f3 100%);
	background-image: -ms-linear-gradient(top, #dadada 0%, #f3f3f3 100%);
	background-image: -o-linear-gradient(top, #dadada 0%, #f3f3f3 100%);
	background-image: linear-gradient(top, #dadada 0%, #f3f3f3 100%);

	border-top: 1px solid #c5c5c5;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #cecece;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #8f8f8f;
	cursor: not-allowed;
	text-shadow: 0 -1px 1px #ebebeb;
}

.btnInline::-moz-focus-inner {
  border: 0;
  padding: 0; }

.btnInline.working{
	background-image: url(media/waiting.gif);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: right top;
}


.btnInline .glyph {
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.btnInline .glyph.info {
	background-image:url('media/btn-info.png');
}

.btnInline .glyph.back {
	background-image:url('media/btn-back.png');
}

.btnInline:hover .glyph.info{
	background-image:url('media/btn-info-hover.png');
}

.btnInline .btnGrey{
	background-color: #F5F5F5 !important;
	background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6) !important;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset,  2px 2px 2px rgba(0, 0, 0, 0.05) !important;
	border: 1px solid #ccc !important;
	color: #444 !important;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) !important;
}

.btnInline .btnGrey:hover{
	background-image: linear-gradient(to bottom, #e6e6e6,#ffffff) ;
	box-shadow: inset 0 1px 0 0 #ccc;
	border: 1px solid #ccc !important;
	text-shadow: 0 -1px 1px #ccc !important;
}

.btnInline .btnInline.btnGrey:active
/* .btnInline.btnGrey:focus */
{
	background: #D1D1D1;
	border: 1px solid #898989;
	border-bottom: 1px solid #8C8C8C;
	-webkit-box-shadow: inset 0 0 6px 3px #B2B2B2, 0 1px 0 0 white;
	box-shadow: inset 0 0 6px 3px #B2B2B2, 0 0 2px 2px #b3b3b3;
	text-shadow: 0 -1px 1px #A3A3A3;
	-webkit-background-clip: padding-box;
}



