/* popup */
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.popupWr {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*font-family: Tahoma, inherit;*/
	z-index: 1000000;
}
/*.popupWr, .popupWr * {
	box-sizing: content-box;
}*/
.popupAttentionBlock {
    font-weight: bold;
    font-size: 18px!important;
    padding-top: 22px;
    padding-bottom: 10px;
}
.popupText {
    font-size: 14px!important;
}
.popupDelExtension {
    padding-left: 25px!important;
    text-align: left!important;
}
.popupBg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.popupTable {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
.popupArea {
	display: inline-block;
	overflow: hidden;
	text-align: left;
	/*background: url(/img/transparent-white-90.png);*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;
	/*-webkit-box-shadow: 0 8px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 8px 6px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 8px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 6px rgba(0, 0, 0, 0.3);*/
    -webkit-box-shadow: 4px 6px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 6px 5px rgba(0, 0, 0, 0.5);
    
    /*box-shadow: 4px 6px 5px rgba(0, 0, 0, 0.5);*/
    box-shadow: 1px 6px 5px rgba(0, 0, 0, 0.3);
}
.popupInner {
	padding: 6px;
}
.popupWait {
	margin: 5px 0 0 0;
}
.popupLoadingWr {
	padding: 20px;
	background: #fff;
}
.popupLoading {
	position: relative;
	top: -8px;
	font-size: 20px;
}
.popupHeader {
	height: 31px;
	background: -webkit-linear-gradient(top, #2f5a9f, #3a67a9);
	background: -moz-linear-gradient(top, #2f5a9f, #3a67a9);
	background: -ms-linear-gradient(top, #2f5a9f, #3a67a9);
	background: linear-gradient(top, #2f5a9f, #3a67a9);
}
.popupCaption {
	display: inline-block;
	margin: 7px 0 0 12px;
	color: #fff;
	font-size: 14px;
}
.popupContent {
	padding: 9px 0 5px;
	font-size: 13px;
	/*background: #f5f5f5;*/
}
#waErrCloseBtn {
    position: absolute;
    right: 9px;
    top: 10px;
    cursor: pointer;
}
.popupModalContent {
	width: 448px; /*300*/
	background: #f7f7f7;
}
.popupCloseWr {
	float: right;
	display: inline-block;
	width: 24px;
	height: 23px;
}
.popupClose {
	display: inline-block;
	margin: 9px 0 0 3px;
	width: 11px;
	height: 11px;
	background: url(/img/close11.png);
	cursor: pointer;
	opacity: 0.8;
}
.popupClose:hover {
	opacity: 1;
}
.popupModalMsg {
	padding: 10px 15px 15px;
	font-size: 15px;
	color: #576a78;
	word-wrap: break-word;
	text-align: center;
        font-family: Yekan;
}
.popupControl {
	padding: 3px;
	outline: none;
}
.popupModalTf, .popupModalBrand {
	margin: 0 25px;
	padding: 3px 5px;
	width: 384px; /*237*/
	outline: none;
}
.popupModalTf::-webkit-input-placeholder {
	font-style: italic;
}
.popupModalTf:-moz-placeholder {
	font-style: italic;
}
.popupModalTf::-moz-placeholder {
	font-style: italic;
}
.popupModalTf:-ms-input-placeholder {
	font-style: italic;
}
.popupModalRememberWr {
	position: absolute;
	margin: 7px 0 0 0;
}
.popupModalRememberWr label {
	position: relative;
	top: -2px;
}
.popupModalBtnWr {
	padding: 25px 98px 15px; /*25*/
	text-align: center;
}
.popupModalBtn {
	display: inline-block;
	padding: 4px 0 3px;
	width: 88px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}
.popupModalBtn:hover {
	opacity: 0.7;
}
.clear-height {
    height: 7px;
}
.popupModalOkBtn {
	color: #fff;
	background: #2ecc71;
	border-radius: 3px;
}
.popupModalCancelBtn {
	color: #fff;
	/*background: #BDC3C7;*/
    background: #e4486b;
	border-radius: 3px;
}
.popupInformedBtn {
    width: 180px;
    background: #3498db!important;
}
.popupSupportLink {
    color: #50afef;
}
.stButton {
	display: inline-block;
	position: relative;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 55px;
	height: 23px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	background: #3674a4;
	border: 1px solid #2b4b7d;
	cursor: pointer;
	border-radius: 3px;
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
    -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
    -ms-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
	background: -webkit-linear-gradient(top, #3674a4, #2c699c);
    background: -moz-linear-gradient(top, #3674a4, #2c699c);
    background: linear-gradient(top, #3674a4, #2c699c);
}
.stButton:hover {
	background: #3f7aa8;
}
.stButton:active {
	top: 1px;
	background: #29608b;
}
.stButtonGray {
	display: inline-block;
	position: relative;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 55px;
	height: 23px;
	color: #333;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	background: #d7d7d7;
	border: 1px solid #c5c5c5;
	cursor: pointer;
	border-radius: 3px;
	background: -webkit-linear-gradient(top, #d7d7d7, #d5d5d5);
}
.stButtonGray:hover {
	background: #c9c9c9;
}
.stButtonGray:active {
	top: 1px;
	background: #b7b7b7;
}
.miniPopup {
    position: relative;
    top: 15px;
}
.updPrelContent {
	color: #6d7783;
	background: #fff;
    margin: 0 auto;
    width: 390px;
    height: 330px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
}
.socialShareBut {
	padding: 30px 0 10px;
}
/*.updPrelContent.withBoxShadow {
	-webkit-box-shadow: 0 8px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0 8px 6px rgba(0, 0, 0, 0.3);
    -ms-box-shadow:     0 8px 6px rgba(0, 0, 0, 0.3);
	box-shadow:         0 8px 6px rgba(0, 0, 0, 0.3);
}*/
#warning {
    margin-top: 10px;
}
.window-loader {
	margin-top: 13px;
}
#updatePreloaderWr {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/img/overlay.png);
    z-index: 1000000;
}

/* sign up popup */
.spBox {
	padding-top: 10px;
	height: 353px;
	background-color: #FFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	width: 650px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.spForm {
	margin: 0 auto;
	width: 255px;
}
.spForm input[type="text"],
.spForm input[type="password"] {
	margin: 6px 0;
	width: 100%;
	height: 41px;
	font-family: "Roboto Light", Arial, sans-serif;
	font-size: 18px;
	background-color: #F5F4F4;
	background-repeat: no-repeat;
	background-position: 0 3px;
	border: 1px solid #D8D8D8;
	outline: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 43px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.spTfSep {
	position: absolute;
	margin: 6px 0 0 0;
	width: 37px;
	height: 40px;
	border-right: 1px solid #D8D8D8;
}
#spLogTf {
	background-image: url(/img/auth-mail.png) !important;
	background-position: 12px 15px;
}
#spPassTf {
	background-image: url(/img/auth-pass.png) !important;
	background-position: 13px 11px;
}
#spNameTf {
	background-image: url(/img/auth-name.png) !important;
	background-position: 15px 11px;
}
.spHeader {
	padding: 15px 0;
	font-weight: bold;
	text-align: center;
	font-family: "Ebrima", Arial, Tahoma, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #576A78;
}
#spArrowLeft {
	position: absolute;
	margin: 68px 0 0 31px;
	width: 137px;
	height: 176px;
	background: url(/img/last-step.png);
}
#spArrowRight {
	position: absolute;
	margin: 170px 0 0 480px;
	width: 144px;
	height: 156px;
	background: url(/img/sign-social.png);
}
.spSubmit {
	padding-top: 25px;
}
#spSignBtn, #spRegBtn, #spSignInBtn {
	width: 100%;
	height: 40px;
	font-family: "Roboto Light", Arial, sans-serif;
	font-size: 18px;
	background: #344B5D;
	background: -webkit-linear-gradient(left, #34495E, #34575B, #34495E);
	background: -moz-linear-gradient(left, #34495E, #34575B, #34495E);
	background: linear-gradient(left, #34495E, #34575B, #34495E);
	border: 1px solid #1D2E40;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #CCC;
	cursor: pointer;
}
.lsSocBtn {
	opacity: 0.6;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.lsSocBtn:hover {
	opacity: 1;
}
#spFbBtn {
	background: url(/img/facebook-bright-32.png) no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
	cursor: pointer;
	top: 10px;
	margin-left: 6px;
	position: relative;
}
#spGpBtn {
	background: url(/img/google-bright-32.png) no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
	cursor: pointer;
	top: 10px;
	margin-left: 11px;
	position: relative;
}
#spMsBtn {
	background: url(/img/windows-bright-32.png) no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
	cursor: pointer;
	top: 10px;
	position: relative;
	margin-left: 11px;
}
.spConnectLabel {
	font-family: "Roboto Light", Arial, sans-serif;
	font-size: 18px;
}
#spSocBox {
	margin: 10px 0 0 0;
}


.nfblock .scrollable-area-wrapper {
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
	box-sizing: border-box!important;
}






