.form .row {
	margin-bottom: 17px;
}
label {
	font-weight: bold;
}
label::after {
	content: ":";
}
.label-after::after {
	content: "";
}
input[type="text"], input[type="password"], input[type="email"], textarea, select, input[type=number] {
	border: 1px solid #888f93;
	border-radius: 0;
	font-size: 14px;
	padding: 5px 0 8px 7px;
	background-clip: padding-box; /*REMOVE INPUT TOP SHADOWS ON IOS DEVICES*/
}
input[type="text"], input[type="password"], input[type="email"] {
	width: 268px;
}
input[type="submit"] {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #26c5e4;
	border: 0;
	border-radius: 0;
	padding: 6px 15px 7px 15px;
	min-width: 140px;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-appearance: none;
}
.span-loading {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	text-align: center;
}

.span-loading > span {
	-webkit-animation: slbdelay 1.4s infinite ease-in-out;
	animation: slbdelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	background-color: #26c5e4;
	border-radius: 100%;
	display: inline-block;
	font-size: 0;
	height: 18px;
	vertical-align: middle;
	width: 18px;
}
.span-loading .slb1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.span-loading .slb2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes slbdelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(0.7) }
}
@keyframes slbdelay {
	0%, 80%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 40% {
		  transform: scale(0.7);
		  -webkit-transform: scale(0.7);
	  }
}

.fld {
	background: #000;
}
.code .fld4 {
	display: inline-block;
	vertical-align: middle;
	width: 53px;
	height: 22px;
	background: #ecf1f4 url("../images/icons/field_arrow.png") no-repeat 57px 12px;
	padding: 7px 0 1px 17px;
	border-left: 1px solid #888f93;
	border-top: 1px solid #888f93;
	border-bottom: 1px solid #888f93;
}
.code .field {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}

.code .field input[type="text"] {
	width: 196px;
}

.chr {
	border-collapse: collapse !important;
	float: left !important;
	margin-right: 3px !important;
	padding: 0 !important;
	width: 5px !important;
}

.chr td {
	width: 3px !important;
	height: 3px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}

.arr-r {
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #fff;
}
.arr-r-g {
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #798083;
}
.readonly {
	background: #eee;
}
.nopp-currencies select {
	padding: 2px 0 2px 2px;
	max-width: 150px;
}
.nopp-currencies .currency select {
	padding: 0;
	font-size: 12px;
}