input,select,textarea{
	font-family: verdana;
	border-radius: 0;
}

label{
	vertical-align: middle;
}

input[type=button],textarea{
	-webkit-appearance: none;
}

select,input[type=text],input[type=password],select,textarea{
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 12px;
	border-radius: 5px;
}

input[type=text],input[type=password],textarea{
	padding:5px 10px;
	width: 100%;
	max-width: 400px;
}

textarea{
	height: 150px;
	max-width: 600px;
}

select{
	padding: 4px;
	max-width: 400px;
	cursor: pointer;
}

input[type=text]:focus,input[type=password]:focus{
	border-color: #999;
}

input[type=checkbox]{
	vertical-align: middle;
	margin-right: 3px;
}

input[type=button],input[type=submit]{
	background-color: #00cc33;
	cursor: pointer;
	color: white;
	border: 0;
	padding: 8px 18px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	-webkit-appearance: none;
	border-radius: 5px;

}

input[type=button]:hover,input[type=submit]:hover{
	background-color: #3775A8;
}

input[type=submit].highlight{
	background-color: #f09;
}


input[type=checkbox]{
	cursor:pointer;
	margin-top: 5px;
}

.spnHelp{
	background-color:grey;
	display:inline-block;
	color:white;
	background-color: #0e84b5;
	border-radius: 16px;
	font-size:10px; ;
	width:16px;
	line-height:16px;
	text-align: center;
	cursor: pointer;
	 vertical-align: middle;
	margin-left:5px;
}

.spnHelp::after {
	content: "?";
}

.spnHelp:hover{
	background-color:red;
}


input[name=butSubmit]{
	position:fixed !important;
	bottom:50px !important;
	opacity: 0.5 !important;

}
input[name=butSubmit]:hover{
	opacity: 1 !important;
}

input[type=button][disabled]{
	opacity:0.5;
}

.checkbox_locked{
	cursor: cross;
	background-color: #bbb;
	color: #e5e5e5;
}


input.butSmall{
	font-size: 12px;
	padding: 4px 12px;
}

input[readonly=readonly],textarea[readonly=readonly],select[readonly=readonly]{
	color: #069;

/*	text-shadow: #fff 1px 1px;*/
	background-image: url('/modules/admin/images/assets/lock.png');
	background-repeat: no-repeat;
	background-size: 12px;
	background-color: #eee;
	background-position: right 10px center;
	cursor: not-allowed;
}


select[readonly=readonly]{
	background-position: right 20px center;
	padding-right:10px;
}

input[type="checkbox"][readonly=readonly] {
	pointer-events: none;
	cursor: not-allowed;
}
input[type="checkbox"][readonly=readonly] + label {
	pointer-events: none;
	cursor: not-allowed;

}

.required.highlight{
	border:1px solid red;
}







table.tblForm{
	width: 100%;
}

table.tblForm th,
table.tblForm td{
	vertical-align: top;
}

table.tblForm th{
	text-align: right;
	width: 115px;
	font-size: 11px;
	font-weight: normal;
	padding-right: 15px;
	padding-top: 16px;
}

table.tblForm td{
	padding-top: 12px;
}

table.tblForm tr:first-child td:not(.tdCheckRadio){
	/*padding-top: 0;*/
}

table.tblForm tr:first-child th{
/*	padding-top: 7px;*/
}

table.tblForm tr td.tdCheckRadio{
	padding-top: 19px;
}

table.tblForm tr:first-child td.tdCheckRadio{
	padding-top: 8px;
}

table.tblFormInfo th{
	font-weight: bold;
}

table.tblFormInfo td{
	font-size: 14px;
	line-height: 1.2em;
	padding-top: 18px;
}

table.tblFormInfo tr:first-child td{
	padding-top: 6px !important;
}

@media (min-width: 800px) {
	.tblForm50{
		width: 48% !important;
		max-width: auto;
		float: left;
	}
}





div.divFormLineBreak{
	border-top: 1px solid #ccc;
	margin: 15px 0;
	clear: both;
}













a.aSmallButton{
	display: inline-block;
	color: white;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 12px;
	padding: 7px 10px;
	background-color: #4A8BC2;
	text-decoration: none;
	font-weight: 600;
}

a.aSmallButton:hover{
	background-color: #3775A8;
}

a.aSmallButton.disabled{
	background-color: #ccc;
	cursor: default;
}