.popupOverlay, .mn_popupOverlay {
    background: none repeat scroll 0 0 #000;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1000;
}
.popupBox {
    border-radius: 3px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1001;
}
.popupBox.fixed{
    position: fixed !important;
}
.popupBox .popup-title {
	/*
    background: url("../images/bg_title_popup.jpg") repeat-x 10px center;
    */
    background: #0092dd;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    padding-right: 75px;
    position: relative;
    color: #fff;
    border-bottom: 2px solid #03b384;
}
.popupBox .popup-title .popup-close {
    border-left: 1px solid #c4c4c4;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 24px;
    font-weight: bold;
    height: 44px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 44px;
}
.popupBox .popup-title .popup-close:hover {
    color: #e20000;
}
.popupBox .popup-content {
    background: none repeat scroll 0 0 #fff;
    padding: 25px;
    position: relative;
    font-size: 13px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
}
.popupBox.skill_clear{
    padding: 4px !important; background: #fff !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: inherit;
}
.popupBox.skill_clear .popup-content {
    padding: 0 !important;
    background: none !important;
}
.popupBox.skill_clear .popup-title{
    background: none !important;
    border-bottom: none;
    color: inherit;
}
.popupBox.skill_clear .popup-close{
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-size: 25px;
    text-align: center;
    border: none !important;
    position: absolute;
    top: -15px !important; right: -15px !important; z-index: 999 !important;
    box-shadow: 1px 1px 2px #f1f1f1;
    background: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #343434;
    cursor: pointer;
    text-decoration: none;
}
.popupBox.skill_clear .popup-close:hover, .popupBox.skill_clear .popup-close:active{
    color: red;
}
.box-error {
    background: none repeat scroll 0 0 #fdebeb;
    border: 1px solid #fe9393;
    color: #ff0000;
    font-size: 12px;
    margin: 0 auto 20px;
    padding: 5px 10px;
}
.box-message {
    background: none repeat scroll 0 0 #eeffee;
    border: 1px solid green;
    color: green;
    font-size: 12px;
    margin: 0 auto 20px;
    padding: 5px 10px;
}
.popupBox .popup-content .loading {
    background: url("../images/ajax-loader.gif") no-repeat scroll center center #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.popupBox .popup-content .form-button {
    font-size: 13px;
    font-weight: bold;
    text-align: right;
}
.popupBox .popup-content .register-button {
    background: none repeat scroll 0 0 #e5e5e5;
    font-size: 13px;
    font-weight: bold;
    margin: 25px -40px -25px;
    padding: 5px 0;
    text-align: center;
}
.popupBox .popup-content .register-button p {
    margin: 10px;
}
.popupBox .popup-content .register-button .btn-register {
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    height: 46px;
    padding: 0 25px;
}
.popupBox .popup-button {
    background: none repeat scroll 0 0 #e5e5e5;
    margin: 0 -25px;
    padding: 10px;
    text-align: right;
}
.popupBox fieldset {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border: 1px solid #DEDEDE;
}
.popupBox fieldset legend {
    color: #0e71b4;
    font-size: 16px;
    margin-bottom: 10px;
    border: none;
}
.popupBox .form-item {
    margin: 8px 0;
    position: relative;
}
.popupBox .form-item label {
    color: #cfcfcf;
    font-size: 14px;
    line-height: 35px;
    padding-left: 15px;
    position: absolute;
    font-weight: normal;
}
.popupBox .form-item input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #cfcfcf;
    font-size: 17px;
    height: 30px;
    padding-left: 14px;
    position: relative;
    width: 320px;
    text-align: left;
}
.popupBox .form-item input.small {
    width: 150px;
}
.popupBox .form-desc {
    color: #757575;
    font-size: 12px;
}
.popupBox .form-item .error, .popupBox .form-item input.error:focus {
    border: 1px solid #fe9393;
}
.popupBox .user_address .form-select {
    display: inline;
    float: left;
    margin-right: 10px;
}
.popupBox .user_address .form-select.last {
    margin-right: 0;
}
.popupBox .form-item select {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #cfcfcf;
    font-size: 18px;
    padding: 7px;
    position: relative;
    width: 189px;
}
.popupBox a{
    color: #006FAA; text-decoration: none;
}
.popupBox a:hover{
    color: #09A9FF; text-decoration: underline;
}
#popup_forgot-password, #popup_register, #popup_login, #popup_result {
    width: 440px;
}
#popup_image{
    width: 640px;
}
#popup_account-select {
    /*width: 650px;*/
}
#popup_walletdeposit .admin-tablet {
    margin-bottom: 25px;
}
.popupBox .account-type-form .account-type {
    padding: 10px 0;
    width: 350px; height: 150px;
}
.popupBox .account-type-form .account-type .type label {
    font-size: 20px;
    font-weight: bold;
    margin-left: 5px;
}
.popupBox .account-type-form .account-type .desc {
    color: #585858;
    font-size: 14px;
    margin-left: 20px;
}
.popupBox .account-type-form .account-69 {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
}
.popupBox .account-type-form .account-365 {
    padding-top: 15px;
}
#popup_account-select .popup-button {
    margin: 10px -25px -25px;
}
#popup_account-select .account-type-form {
	background: url("../images/bg_card.png") no-repeat scroll right top rgba(0, 0, 0, 0);
}
.popupBox .account-type .col {
    display: inline;
    float: left;
    width: 410px;
}
.popupBox .account-type .col.first {
    border-right: 1px solid #d5d5d5;
    padding-right: 25px;
}
.popupBox .account-type .col.last {
    padding-left: 25px;
}
.popupBox .account-type .col .account-title {
    font-size: 20px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    margin-bottom: 20px;
    padding-left: 70px;
}
.popupBox .account-type .account-type-free .account-title {
    background-position: -955px -360px;
    padding-left: 55px;
}
.popupBox .account-type .account-type-paid .account-title {
    background-position: -945px -130px;
}
.popupBox .account-type .account-content {
    font-size: 14px;
}
.popupBox .account-type .account-content li {
    margin-bottom: 20px;
    padding-left: 25px;
}
.popupBox .account-type .account-content span {
    color: #e77006;
    font-weight: bold;
}
.popupBox .account-type .account-note {
    background: none repeat scroll 0 0 #f9f4ed;
    margin-bottom: 38px;
    padding: 20px;
}
.popupBox .account-type .account-note span {
    color: #cc0a0a;
    font-weight: bold;
}
.popupBox .with-button, .popupBox .payment-method-wrapper {
    margin: -25px 0;
    width: 720px;
}
.popupBox .with-button .select-item, .popupBox .payment-method-wrapper .payment-method {
    border-bottom: 1px solid #e5e5e5;
    border-right: 6px solid #fff;
    cursor: pointer;
    margin: 0 -25px;
    padding: 20px 20px 20px 110px;
    position: relative;
}
.popupBox .payment-method-wrapper .payment-method.isHover {
    background: url("../images/payment-method-hover.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    border-right: 6px solid #ff9e05;
}
.popupBox .with-button .select-item .logo, .popupBox .payment-method-wrapper .payment-method .logo {
    height: 60px;
    left: 25px;
    position: absolute;
    top: 20px;
    width: 60px;
}
.popupBox .with-button .select-item .select-type, .popupBox .payment-method-wrapper .payment-method .payment-type {
    font-size: 14px;
    font-weight: bold;
}
.popupBox .with-button .select-item .select-desc, .popupBox .payment-method-wrapper .payment-method .payment-desc {
    color: #5b5b5b;
    height: 36px;
    padding-right: 70px;
}
.popupBox .with-button .select-item .select-desc {
    margin-left: 17px;
    padding-right: 0;
}
.popupBox .payment-method-wrapper .payment-method.active .activediv {
    background: url("../images/payment-method-active.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}
.popupBox .payment-sohapay .logo {
    background-position: -860px -480px;
    height: 38px !important;
    left: 10px !important;
    width: 84px !important;
}
.popupBox .product-ship .logo, .popupBox .payment-cod .logo {
    background-position: -700px -480px;
}
.popupBox .payment-company .logo {
    background-position: -780px -480px;
}
.popupBox .product-quantity .logo {
    background-position: -860px -410px;
}
.popupBox .payment-wallet .logo, .popupBox .product-total-price .logo {
    background-position: -780px -410px;
}
.popupBox .product-quantity .select-type {
    font-size: 18px !important;
}
.popupBox .product-total-price .select-desc {
    height: 20px;
}
.popupBox .payment-sohapay .payment-desc {
    background: url("../images/list_bank.png") no-repeat left 30px;
    padding-bottom: 175px;
}
.popupBox .with-button .select-item h2 {
    color: #1286c3;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.popupBox .with-button .select-item h2 span {
    color: #db0000;
}
.popupBox label {
    display: inline;
}
.popupBox .btn{
    width: 165px; height: 36px; line-height: 36px; margin-left: 5px; padding: 0 15px 0 10px; position: relative; text-align: center;
    background-color: #029900;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#02ae00), to(#029900));
    background: -webkit-linear-gradient(top, #029900, #02ae00);
    background: -moz-linear-gradient(top, #029900, #02ae00);
    background: -ms-linear-gradient(top, #029900, #02ae00);
    background: -o-linear-gradient(top, #029900, #02ae00);
    color: #fff; font-size: 15px; cursor: pointer;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.popupBox .btn:hover{
    background-color: #02b200;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#02ca00), to(#02b200));
    background: -webkit-linear-gradient(top, #02b200, #02ca00);
    background: -moz-linear-gradient(top, #02b200, #02ca00);
    background: -ms-linear-gradient(top, #02b200, #02ca00);
    background: -o-linear-gradient(top, #02b200, #02ca00);
}
.popupBox .btn.btn-primary{
    background-color: #3168c9;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#3571da), to(#3168c9));
    background: -webkit-linear-gradient(top, #3168c9, #3571da);
    background: -moz-linear-gradient(top, #3168c9, #3571da);
    background: -ms-linear-gradient(top, #3168c9, #3571da);
    background: -o-linear-gradient(top, #3168c9, #3571da);
}
.popupBox .btn.btn-primary:hover{
    background-color: #3570d9;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#3978e8), to(#3570d9));
    background: -webkit-linear-gradient(top, #3570d9, #3978e8);
    background: -moz-linear-gradient(top, #3570d9, #3978e8);
    background: -ms-linear-gradient(top, #3570d9, #3978e8);
    background: -o-linear-gradient(top, #3570d9, #3978e8);
}
.popupBox .btn.btn-danger{
    background-color: #e62924;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f82c26), to(#e62924));
    background: -webkit-linear-gradient(top, #e62924, #f82c26);
    background: -moz-linear-gradient(top, #e62924, #f82c26);
    background: -ms-linear-gradient(top, #e62924, #f82c26);
    background: -o-linear-gradient(top, #e62924, #f82c26);
}
.popupBox .btn.btn-danger:hover{
    background-color: #f42b26;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff2d28), to(#f42b26));
    background: -webkit-linear-gradient(top, #f42b26, #ff2d28);
    background: -moz-linear-gradient(top, #f42b26, #ff2d28);
    background: -ms-linear-gradient(top, #f42b26, #ff2d28);
    background: -o-linear-gradient(top, #f42b26, #ff2d28);
}

/*-- Popup City --*/
.welcome-inner .select_city .selectbox {
	background: url("../images/selectbox-district.png") no-repeat 98% center !important;
	width: 281px !important;
	border: 1px solid #CCCCCC !important;
	padding: 6px 8px !important;
	cursor: pointer !important
}

.welcome-inner .select_city .selectbox-wrapper {
	border: 1px solid #cccccc !important;
	border-top: none !important
}

.welcome-inner {
	height: 33px;
	border: 1px solid #fff;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background: #fff;
}

.welcome-top {
	border-bottom: 1px solid #CCCCCC;
	border-radius: 7px 7px 7px 7px;
	color: white;
	float: left;
	font-size: 26px;
	font-weight: bold;
	height: 47px;
	padding: 9px 0 0 20px;
	width: 299px
}

.welcome-slogan {
	text-align: center;
	width: 100%;
	margin: 20px 0pt
}

.welcome-city {
	color: #336600;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	width: 100%
}

.welcome-inner .select_city {
	width: 280px; position: relative;
}
.select_city .selectbox-wrapper {
	background: #FFF;
	display: block;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD
}

.select_city .selectbox-wrapper ul li {
	padding: 8px 10px;
	border-bottom: 1px dashed #CCC;
	cursor: pointer
}
.select_city .selectbox-wrapper ul li:hover {
	background: #EEE;
}

.welcome-inner .select_city .selectbox-wrapper {
	width: 278px; height: 280px; position: absolute; z-index: 100; overflow: hidden;
}

.welcome-button {
	background: no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 20px;
	left: 173px;
	margin: 5px;
	padding: 7px 13px 9px 0;
	position: absolute;
	text-align: center;
	top: 220px;
	width: 113px
}

.welcome-button:hover {
	text-decoration: none
}

.welcome-button:visited,.welcome-button:link {
	color: #FFF
}

#welcome-subscription {
	position: fixed;
	right: -600px;
	left: auto;
	top: 50%
}

.welcome-close {
	position: absolute;
	right: 0;
	top: 3px
}

.welcome-inner .register_email {
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 10px;
	text-align: center;
	float: none
}

.container_form_opt
{
    display: inline-block;
    padding: 25px;
    position: relative;
}
.container_form_opt .text_description
{
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #000;
}
.container_form_opt .blok-fied
{
    float:left;
    margin-top: 5px;
    width: 100%;
}
.container_form_opt .blok-fied label
{
    float: left;
    width: 100%;
    color: #626161;
    font-size: 13px; font-weight: 600;
    padding: 5px 0;
}
.container_form_opt .blok-fied input
{
    padding: 10px;
    float: left;
    width: 98%;
    border:1px solid #bcbbbb;
    border-radius: 10px;
}
.container_form_opt .blok-fied button
{
    float: left;
    padding: 10px;
    background: #ff2f27;
    color: #fff;
    width: 80%;
    text-align: center;
    border-radius: 10px;
    border:none;
    margin: 20px 10% 10px 10%;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
}
.container_form_opt .blok-fied button:hover, .blok-fied button:active{
    background: #ffdc22;
}
.ajax-loading{
    width: 100px; height: 100px; background: url("../images/loader.GIF");
    background-size: 100px 100px;
    position: absolute;
    bottom: 36%;
    left: 38%;
    z-index: 99999;
    display: none;
}

/*-----------------Mobile---------------*/
@media (max-width:767px){
    #popup_forgot-password, #popup_register, #popup_login, #popup_result{
        width: 88%; margin-left: 2.5%;
    }
    #popup_image{
        width: 96%;
    }
    #popup_image img{
        max-width: 100% !important;
    }
    .popupBox .popup-content{
        padding: 15px;
    }
    .popupBox.skill_clear{
        width: 86%;
    }
    .container_form_opt
    {
        width: 100%; float: left;
        padding: 25px 0;
    }
    .container_form_opt .text_description{
        margin: 0; padding: 0;
    }
    .container_form_opt .blok-fied label{
        font-weight: bold;
    }
    .container_form_opt .blok-fied input{
        width: 93%; padding: 10px;
    }
    .container_form_opt .blok-fied button{
        width: 60%; padding: 10px; margin-left: 20%; font-size: 20px; line-height: 22px; color:#fff; background: #ff2f27;
    }
    .container_form_opt .blok-fied button:hover, .blok-fied button:active{
        background: #ffdc22;
    }
}