
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

hr.left-to-right{
	border: 0; height: 1px; float:none; clear:both; 
	background: linear-gradient(to right, light-dark(rgba(0,0,0,1), rgba(255,255,255,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), light-dark(rgba(0,0,0,1), rgba(255,255,255,1)), rgba(0, 0, 0, 0)); 
}


.btnInline {
	background-color: #52a8e8;
	background-image: linear-gradient(to bottom,  rgba(82,168,232,1) 0%,rgba(55,122,208,1) 100%);
;
	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;
	box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 2px light-dark(#b3b3b3, rgba(255,255,255,0.125));
	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;
}


.newelement {
  width: 2em;
  height: 2em;
  padding: 0.2em;
  line-height: 1em;
  margin-left: 1em;
  border-color: #f00 !important;
  color: #f00;
}

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

.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;
	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.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;
}



.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;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.rv3formStackedV2{
	border-radius: 1rem;
	margin: 0 auto;
	padding: 1rem;
	display: block;
}

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

.rv3formStackedV2 label{
	display: flex;
	flex-direction: column-reverse;
	margin:1rem 0 0 0;
	width:100%;
	position:relative;
	top:0;
	left:0;
	right:0;
	bottom:0;
}


.rv3formStackedV2 label.chkbx{
	flex-wrap: wrap;
	flex-direction: row;
	border: 1px solid rgba(0,0,0,0.125);
	border-radius:0.25rem;

	justify-content: flex-start;
	align-items: inherit;
	display: inline-flex;
	width: auto;
	padding-right: 0.5rem;
}

.rv3formStackedV2 label.chkbx:hover{
	border: 1px solid rgba(0,0,0,0.25);
}


.rv3formStackedV2 label.break{
	margin:3rem 0 0 0;
}

.rv3formStackedV2 label span.name{
	color: light-dark(rgba(92,92,92,1), rgba(192,192,192,1));
	font-size: 1rem;
	font-weight: 400;
	margin: 0.125rem 0 0 0.125rem;
	padding: 0 0.5rem;

	transition: all 0.6s ease-out;
}

.rv3formStackedV2 label span.description,
.rv3formStackedV2 label span.description p{
	color: rgba(128,128,128,1);
	font-size: 0.9rem;
	font-weight: 400;
	margin: 0.125rem 0 0 0.125rem;
	padding: 0 0.5rem 0.25rem 0.5rem;
	line-height: 1.2;

	transition: all 0.6s ease-out;
}


.rv3formStackedV2 div.htmlEdit ul,
.rv3formStackedV2 div.htmlEdit ol{
	margin-left: 1rem;
}



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

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

	.rv3formStackedV2 input[type='checkbox']{
		-webkit-appearance: checkbox;
		width: 1em;
		height: 1em;
		margin: 0.33rem 0.5rem;
	}

	.rv3formStackedV2 input[type='radio']{
		-webkit-appearance: radio;
		width: 1em;
		height: 1em;
		margin: 0.33rem 0.5rem;
	}

	.rv3formStackedV2 select{
		-webkit-appearance: auto;
	}



.rv3formStackedV2 div.htmlEdit:focus,
.rv3formStackedV2 input[type='text']:focus,
.rv3formStackedV2 input[type='number']:focus,
.rv3formStackedV2 input[type='email']:focus,
.rv3formStackedV2 input[type='password']:focus,
.rv3formStackedV2 input[type='checkbox']:focus,
.rv3formStackedV2 input[type='radio']:focus,
.rv3formStackedV2 input[type='range']:focus,
.rv3formStackedV2 select:focus,
.rv3formStackedV2 textarea:focus
{
	border-color: #129FEA;
	box-shadow: 0 0 0.5em #129FEA;
	outline: 0 none;

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


.rv3formStackedV2 div.htmlEdit:focus ~ span.name,
.rv3formStackedV2 input[type='text']:focus ~ span.name,
.rv3formStackedV2 input[type='number']:focus ~ span.name,
.rv3formStackedV2 input[type='email']:focus ~ span.name,
.rv3formStackedV2 input[type='password']:focus ~ span.name,
.rv3formStackedV2 input[type='checkbox']:focus ~ span.name,
.rv3formStackedV2 input[type='radio']:focus ~ span.name,
.rv3formStackedV2 input[type='range']:focus ~ span.name,
.rv3formStackedV2 select:focus ~ span.name,
.rv3formStackedV2 textarea:focus ~ span.name
{
	color: rgba(18, 159, 234, 0.9);
}

.rv3formStackedV2 .htmlCtrl{
	position: sticky;
	top: 0;
	align-self: flex-start;
}









