@font-face{font-family:'DejaVuSans';src:url('../fonts/DejaVuSans-webfont.woff2') format('woff2'),
url('../fonts/DejaVuSans-webfont.woff') format('woff');
 font-weight:normal;
 font-style:normal
}
form > input:first-child {
	display: none
}
.simple_loading_bar {
	position: fixed;
	background: #17181b url('../img/loader-send.gif') 50% 50% no-repeat;
	width: 100%;
	height: 100%;
	top: 0px;
	opacity: 0.9;
	z-index: 900000;
	display: none;
}
/* BEGIN Modal window */
.simple_modal_dialog {
	font-family: 'DejaVuSans' !important;
	width: 400px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 35%;
	margin-left: -200px;
	display: none;
	z-index: 5;
	transform: translate(0, 0);
	transition: transform .3s ease-out;
	transform: translate(0, -25%)
}
.simple_modal_content {
	border: 1px solid rgba(0, 0, 0, .2);
	box-shadow: none;
	border-radius: 0px;
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0
}
.simple_modal_header {
	min-height: 16.43px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}
.simple_modal-header .simple_close {
	margin-top: -2px
}
.simple_close {
	padding: 0;
	background: 0 0;
	border: 0;
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0 1px 0 #fff;
	opacity: .2
}
.simple_close:hover,
.simple_close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5
}
.simple_modal_title {
	margin: 0;
	line-height: 1.42857143;
	font-size: 18px;
	font-weight: 300;
	color: #505458
}
.simple_modal_body {
	padding: 15px;
	margin-top: 10px
}
.simple_form_control {
	margin-bottom: 15px;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.simple_form_control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.simple_modal_footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}
.simple_btn {
	background: rgba(35, 183, 229, 1.0);
	color: #fff;
	width: 100%;
	border-radius: 0px;
	text-shadow: none;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent
}
.simple_btn:hover,
.simple_btn:active,
.simple_btn:focus {
	background: rgba(5, 153, 199, 1.0);
	color: #fff
}
.simple_overlay {
	z-index: 3;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none
}
/* END Modal window */

/* BEGIN Toast */
.simple_toast {
	font-family: 'DejaVuSans' !important;
	position: fixed;
	border-radius: 33px;
	color: white;
	left: 50%;
	text-align: center;
	padding: 10px 20px;
	opacity: 0;
	z-index: 99999;
	transition: transform .25s, opacity .25s, top .25s
}
.simple_toast_bottom {
	bottom: 50px;
	transform: translateX(-50%) translateY(50px)
}
.simple_toast_bottom.simple_toast_shown {
	opacity: 1;
	transform: translateX(-50%) translateY(0)
}
.simple_toast_top {
	top: 50px;
	transform: translateX(-50%) translateY(-50px)
}
.simple_toast_top.simple_toast_shown {
	opacity: 1;
	transform: translateX(-50%) translateY(0)
}
.simple_toast_center {
	top: 0;
	transform: translateX(-50%) translateY(-50px)
}
.simple_toast_center.simple_toast_shown {
	opacity: 1;
	top: 50%;
	transform: translateX(-50%) translateY(-50%)
}
.simple_toast_black {
	background-color: rgba(50, 50, 50, 0.8);
}
/* END Toast */
