﻿.Theme_LOS-2020 .form_list{
	margin:0;
	padding:0;
	font-size:0;
	letter-spacing:normal;
	list-style:none;
	margin-right:-10px;
}
.Theme_LOS-2020 li {
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	margin-bottom: 15px;
}
.Theme_LOS-2020 .form_row {
	padding:0px 10px 10px 0;
}
.Theme_LOS-2020 .form_label{
	font-size:14px;
	font-weight:normal;
	margin:4px 0 5px;
	color:#9b9b9b;
	line-height:1;
	font-family:Arial, Helvetica, sans-serif;
}
.Theme_LOS-2020 .form_label label{
	font-weight:600;
	color: #000;
}
.Theme_LOS-2020 .form_input {
	font-size:14px;
	position:relative;
	padding:0!important;
	margin:0!important;
}

.Theme_LOS-2020 .form_input span {
	line-height: 150%;
}

.Theme_LOS-2020 .form_input:after {
	clear:both;
	content:".";
	height:0px;
	font-size:0px;
	visibility:hidden;
	display:block;
}

.Theme_LOS-2020 .form_input label {
	font-weight: 400;
}


.Theme_LOS-2020 select,
.Theme_LOS-2020 textarea,
.Theme_LOS-2020 input[type="text"],
.Theme_LOS-2020 input[type="password"],
.Theme_LOS-2020 input[type="datetime"],
.Theme_LOS-2020 input[type="datetime-local"],
.Theme_LOS-2020 input[type="date"],
.Theme_LOS-2020 input[type="month"],
.Theme_LOS-2020 input[type="time"],
.Theme_LOS-2020 input[type="week"],
.Theme_LOS-2020 input[type="number"],
.Theme_LOS-2020 input[type="email"],
.Theme_LOS-2020 input[type="url"],
.Theme_LOS-2020 input[type="search"],
.Theme_LOS-2020 input[type="tel"],
.Theme_LOS-2020 input[type="color"],
.Theme_LOS-2020 .uneditable-input{
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
	padding:10px 12px 10px 5px;
	margin:0;
	line-height:18px;
	background-color:#F5F5F5;
	font-size:14px;
	color:#555555;
	line-height:20px;
	transition: 		all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	font-family:Arial, Helvetica, sans-serif;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

.Theme_LOS-2020 textarea:hover,
.Theme_LOS-2020 input[type="text"]:hover,
.Theme_LOS-2020 input[type="password"]:hover,
.Theme_LOS-2020 input[type="datetime"]:hover,
.Theme_LOS-2020 input[type="datetime-local"]:hover,
.Theme_LOS-2020 input[type="date"]:hover,
.Theme_LOS-2020 input[type="month"]:hover,
.Theme_LOS-2020 input[type="time"]:hover,
.Theme_LOS-2020 input[type="week"]:hover,
.Theme_LOS-2020 input[type="number"]:hover,
.Theme_LOS-2020 input[type="email"]:hover,
.Theme_LOS-2020 input[type="url"]:hover,
.Theme_LOS-2020 input[type="search"]:hover,
.Theme_LOS-2020 input[type="tel"]:hover,
.Theme_LOS-2020 input[type="color"]:hover,
.Theme_LOS-2020 .uneditable-input:hover,
.Theme_LOS-2020 textarea:focus,
.Theme_LOS-2020 input[type="text"]:focus,
.Theme_LOS-2020 input[type="password"]:focus,
.Theme_LOS-2020 input[type="datetime"]:focus,
.Theme_LOS-2020 input[type="datetime-local"]:focus,
.Theme_LOS-2020 input[type="date"]:focus,
.Theme_LOS-2020 input[type="month"]:focus,
.Theme_LOS-2020 input[type="time"]:focus,
.Theme_LOS-2020 input[type="week"]:focus,
.Theme_LOS-2020 input[type="number"]:focus,
.Theme_LOS-2020 input[type="email"]:focus,
.Theme_LOS-2020 input[type="url"]:focus,
.Theme_LOS-2020 input[type="search"]:focus,
.Theme_LOS-2020 input[type="tel"]:focus,
.Theme_LOS-2020 input[type="color"]:focus,
.Theme_LOS-2020 .uneditable-input{
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	border-color:rgb(82, 168, 236);	
	border-color: rgba(82, 168, 236, 0.8);
		 outline: 0;
		 outline: thin dotted \9;
}


.Theme_LOS-2020 .PowerForms_Calendar {
	background-image:url(images/calendar.png);
	background-position:center right;
	background-repeat:no-repeat;
}
 
 

.Theme_LOS-2020 .form_required{
	color:#F00;
	overflow:hidden;
	vertical-align:middle;
} 
.Theme_LOS-2020 .form_input textarea+.Powerform_required{
	top:15px;
}
.Theme_LOS-2020 .Powerform_but input{
	padding:10px 20px;
	background:none;
	border:none;
	background-color:#3cceda;
	color:#FFF;
	font-size:14px;
	cursor:pointer;
	transition: 		all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}
.Theme_LOS-2020 .Powerform_but input:hover{
	background-color:#555;
}

.Theme_LOS-2020 .form_captcha input,
.Theme_LOS-2020 .form_captcha img{
	vertical-align:middle;
	margin:0 5px 0 0;
}
.Theme_LOS-2020 .form_captcha input{
	padding:6px 10px;
}

.Theme_LOS-2020 .form_submit .btn{
	/* display: inline-block;
	padding: 10px 30px;
	margin:0 8px 8px 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background:#3cceda;
	border:none;
	border-radius: 4px;
    color: #FFF;
	transition: 		all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; */
}
.Theme_LOS-2020 .form_submit .btn:hover{
	/* color:#FFF;
	background-color:#2e2e2e; */
}


@media only screen and (max-width: 767px) {
	.Theme_LOS-2020 li {
		width:100%!important;
	}
}





.formError { z-index: 990; }
.formError .formErrorContent { z-index: 991; }
.formError .formErrorArrow { z-index: 996; }

.ui-dialog .formError { z-index: 5000; }
.ui-dialog .formError .formErrorContent { z-index: 5001; }
.ui-dialog .formError .formErrorArrow { z-index: 5006; }

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

