/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC (contact@vinades.vn)
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate 31/05/2010, 00:36
 */

/*Custom*/
.users-info-head{
    position: relative;
    padding: 16px 0 25px;
}

.users-info-head .avatar{
    position: relative;
    height: 85px;
    width:  84px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 20px 0 0;
    overflow: hidden;
}

.users-info-head .avatar img{
    height: 82px;
    position: absolute;
    width: 80px;
    left: 0;
    top: 0;
}

.users-info-head h1{
    font-size: 22px;
    letter-spacing: 0.4px;
}

.users-info-head .more-info{
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 20px;
}

.money-info{
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 4px rgb(8 0 17 / 17%);
    box-shadow: 1px 1px 4px rgb(8 0 17 / 17%);
    border-radius: 4px;
    padding: 12px 20px;
}

.money-info h2{
    display: inline-block;
}

.money-info span{
    float: right;
    color: #eb1010;
    font-weight: 700;
}

.money-info-item{
    position: relative;
    text-align: center;
    margin-top: 15px;
}

.money-info-item img{
    max-height: 55px;
}

.money-info-item h3{
    font-size: 17px;
    font-weight: 400;
    margin-top: 2px;
    color: #333;
}

.referral{
    position: relative;
    padding: 20px 0;
}

.referral img{
    width: 100%;
}

.levels{
    position: relative;
}

.levels-item{
    position: relative;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 4px rgb(8 0 17 / 17%);
    box-shadow: 1px 1px 4px rgb(8 0 17 / 17%);
}

.levels-item .levels-item-head{
    position: relative;
    margin-bottom: 2px;
}

.levels-item h2{
    display: inline-block;
    font-weight: 400;
        font-size: 22px;
}

.more{
    position: absolute;
    right: 10px;
    top: 0;
}

.levels-item span{
    color: #eb1010;
    font-size: 20px;
    font-weight: 600;
}

.list-info{
    position: relative;

    padding:0px 5px;
    margin: 20px 0 12px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 4px rgb(8 0 17 / 17%);
    box-shadow: 1px 1px 4px rgb(8 0 17 / 17%);
}

.last{
    padding-bottom: 75px;
}

.list-info h3{
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    margin: 0 -15px 15px -15px;
    padding: 0 20px 10px
}

.list-info ul{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 35px;
}
.list-info span{
	float:right;
}

.list-info ul li{
    position: relative;
    display: inline-block;
    text-align: center;
}

.list-info ul li img{
    width: 80px;
    height: 80px;
    margin-bottom: 6px;
}

.list-info ul li a{
    display: block;
    color: #fff;
    font-size:17px;
}

.list-info1 h3{
    font-size: 23px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    margin: 0 -15px 15px -15px;
    padding: 0 20px 10px
}

	

.list-info1 ul{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.list-info1 ul li{
    position: relative;
    display: inline-block;
    text-align: center;
}

.list-info1 ul li img{
    width: 30px;
    height: 30px;
    margin-bottom: 6px;
}

.list-info1 ul li a{
    display: block;
    color: #fff;
    font-size:20px;
}

/*End Custom*/

.plupload_start,
.plupload_filelist_header,
.plupload_header,
.plupload_filelist {
    display: none !important;
}

.plupload_filelist_footer .plupload_file_name {
    display: block;
}

.plupload_filelist_footer>div {
    display: none;
}

.content_img_upload {
    background: #fa5230;
    padding: 10px;
}

.content_img_upload:hover {
    background: #fa5230;
}

.title_re_img_store {
    text-align: left;
    color: white;
    margin-bottom: 5px;
}

.required_title_img {
    color: #feb811
}

.plupload_container {
    padding: 0px !important;
    background: none !important;
}

.plupload_filelist_footer {
    border-top: 0px !important;
    background: none !important;
    padding: 0px !important;
}

.content_img_upload.required {
    background: red;
}

.is_shop_detail .contact-result {
    position: fixed !important;
    z-index: 99;
}

@media (max-width:480px) {
    .title_re_img_store {
        height: 60px;
    }
}


/* Upload, crop avatar */

.body_block_user .list-group a {
    margin-bottom: 10px;
    display: block;
}



.body_block_user .list-group a i {
    color: #0300e1;
    font-size: 20px;
    padding-right: 5px;
}
.body_block_user .list-group span{
	float:right;
}

.is_user_detail .form-group .label {
    padding: 0px 6px;
    color: #333;
    margin-bottom: 10px;
    display: block;
    text-align: left;

}

.is_user_detail .form-group {
    margin-bottom: 30px;
    padding: 10px 34px;

}

.title_dk_user_form {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #333;
    font-weight: 700;
}

.is_user_detail {
    text-align: left;
    color: black;
}

.btn.btn-primary {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

}
.btn.btn-primary1{
    background: #1016d7;
    border-radius: 30px;
    padding: 10px 10px;
    font-size: 20px;
    color:#fff;
}

.btn.btn-primary:hover {
    background: #fa5230;
    border: 1px solid #9e2007;
}

.title_register_new {
    background: #fa5230;
    color: white;
    padding: 10px;
    text-transform: uppercase;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: 0px;
    background: none;
    border-bottom: 2px solid #ff8700;
    color: #ff8700;
	font-size: 18px;
    font-weight: 700;
}

.form_register_tab .nav-tabs>li>a {
    text-transform: uppercase;
    color: black;
    font-weight: 700;
}

.form_register_tab .tab-content>.tab-pane {
    margin-top: 20px;
}

.form_register_tab .btn-primary {
    color: #fff !important;
    background-color: #ff8700;
    border-color: #ff8700;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    padding: 10px;
    border-radius: 0px;
}

.form_register_tab .btn-primary,
.form_register_tab .margin-bottom-lg .btn-default {
    color: #fff !important;
    background-color: #fa5230;
    border-color: #c94c33;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    padding: 10px;
    border-radius: 0px;
}

.users-av-wraper {
    position: relative;

    min-height: 100%;
    background: #f7f7f7;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 13px
}

.users-av-wraper>form>div {
    position: relative;
    padding: 15px 0 0 15px
}

.users-av-wraper>form>div:first-child {
    background-color: #efefef;
    min-height: 400px;
    border: 1px solid #D0D0D0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    padding: 0
}

.users-avupload {
    position: relative;
    width: 100%;
    height: 100%;
}

.users-avupload .upload-button {
    display: table;
    width: 100%;
    height: 380px;
    cursor: pointer;
}

.users-avupload .upload-button>div {
    display: table-row
}

.users-avupload .upload-button>div>span {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.users-avupload .upload-button>div>span>em {
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 40px;
    text-align: center;
    color: #fff;
    background-color: #1182C8;
    line-height: 100px;
    border-radius: 50px
}

.users-avupload .upload-button:hover em {
    background-color: #205FA0;
}

.users-avupload .img-area {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 10px
}

.users-avupload .img-area img {
    width: 100%;
}

.users-av-wraper .guide {
    padding: 8px;
    background: #D8EAF8;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.users-av-wraper .exit-bt {
    position: fixed;
    top: 370px;
    right: 23px
}


/* EDIT INFO */

#change-photo {
    display: none;
}

.users-menu>li>a {
    padding: 8px 10px !important;
}


/*Login-box*/

@media (max-width:399px) {
    .login-box {
        width: 100%
    }
}

.openid-btns {
    border-top: 1px #fff solid;
    padding-top: 15px;
}

.openid-btns .btn-group {
    display: flex;
    width: 100%;
}

.openid-btns .btn-group button.btn {
    width: 40px;
    text-align: center;
}

.openid-btns .btn-group a.btn {
    flex-grow: 1;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.openid-google {
    color: #ffffff !important;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.openid-google:focus {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #761c19;
}

.openid-google:hover {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.openid-google:active {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.openid-google:active:hover,
.openid-google:active:focus {
    color: #ffffff;
    background-color: #ac2925;
    border-color: #761c19;
}

.openid-google:active {
    background-image: none;
}

.openid-google.disabled:hover,
.openid-google[disabled]:hover,
fieldset[disabled] .openid-google:hover,
.openid-google.disabled:focus,
.openid-google[disabled]:focus,
fieldset[disabled] .openid-google:focus {
    background-color: #d9534f;
    border-color: #d43f3a;
    cursor: inherit;
}

.openid-facebook {
    color: #ffffff !important;
    background-color: #428bca;
    border-color: #357ebd;
}

.openid-facebook:focus {
    color: #ffffff;
    background-color: #3071a9;
    border-color: #193c5a;
}

.openid-facebook:hover {
    color: #ffffff;
    background-color: #3071a9;
    border-color: #285e8e;
}

.openid-facebook:active {
    color: #ffffff;
    background-color: #3071a9;
    border-color: #285e8e;
}

.openid-facebook:active:hover,
.openid-facebook:active:focus {
    color: #ffffff;
    background-color: #285e8e;
    border-color: #193c5a;
}

.openid-facebook:active {
    background-image: none;
}

.openid-facebook.disabled:hover,
.openid-facebook[disabled]:hover,
.openid-facebook.disabled:focus,
.openid-facebook[disabled]:focus,
fieldset[disabled] .openid-facebook:focus {
    background-color: #428bca;
    border-color: #357ebd;
    cursor: inherit;
}

.openid-single-sign-on {
    color: #ffffff !important;
    background-color: #fa5230;
    border-color: #cc381a;
}

.openid-single-sign-on:focus {
    color: #ffffff;
    background-color: #fa5230;
    border-color: #cc381a;
}

.openid-single-sign-on:hover {
    color: #ffffff;
    background-color: #fa5230;
    border-color: #fa5230;
}

.openid-single-sign-on:active {
    color: #ffffff;
    background-color: #fa5230;
    border-color: #cc381a;
}

.openid-single-sign-on:active:hover,
.openid-single-sign-on:active:focus {
    color: #ffffff;
    background-color: #fa5230;
    border-color: #cc381a;
}

.openid-single-sign-on:active {
    background-image: none;
}

.openid-single-sign-on.disabled:hover,
.openid-single-sign-on[disabled]:hover,
.openid-single-sign-on.disabled:focus,
.openid-single-sign-on[disabled]:focus,
fieldset[disabled] .openid-single-sign-on:focus {
    background-color: #fa5230;
    border-color: #cc381a;
    cursor: inherit;
}

.is_shops input {
    position: relative;
    top: -2px;
    left: 10px;
}

.is_shops.tien_an {
    margin-top: 34px;
    line-height: 26px;
}

.is_shop_detail {
    display: none;
}

.is_shops_class {
    display: block;
}

.select2-container {
    width: 100% !important;
}

.link_dn {
    margin-bottom: 30px;
}

.filepond--root .filepond--drop-label {
    min-height: 4.75em;
    background: #248426;
    color: white;
}

.page_opentime {
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 20px;
}

.page_opentime.setting_opentime .item_setting_time {
    margin-top: 20px;
}

.users-info-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    visibility: hidden;
    transform: translateX(100%)
}
.users-info-wrap.animate {
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    -o-transform: translateX(-280px);
    transform: translateX(-280px)
}

.open-users-info .users-info-wrap {
    visibility: visible;
    transform: translateX(0);
    background-color: #f8f8f8
}

.open-users-info .users-info-head{
    text-align: center;
    font-weight: 600;
    padding: 15px 0;
	font-size:30px;
    color: #f70a0a;
}

.users-info-wrap ul{
    margin: 0;
    padding: 0
}

.users-info-wrap ul li{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 20px;
}

.users-info-wrap ul li:first-child{

}

.users-info-wrap ul li:last-child{
    border: none;
}

.users-info-wrap ul li span{
    float: right;
}

.users-info-wrap figure{
    position: relative;
    height: 71px;
    width: 72px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}

.users-info-wrap figure img{
    max-height: 67px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}


.close-info{
    position: absolute;
    font-size: 20px;
    top: 12px;
    left: 20px;
}

.login-form{
    position: relative;
    height: 100vh;
    width: 100%;

    padding: 164px 12px 30px;

}

.login-logo{
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 15px;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    margin: 0 auto 30px;
    overflow: hidden;
}

.login-logo img{
    max-width: 95%;
    height: auto;
    object-fit: cover;
}

.login-form-content{
    position: relative;
    padding: 50px 0;
}

#nv-block-login .btn-login{
   display: inline-block;
    height: auto;
    color: #333;
    font-size: 15px;
    min-width: 30px;
}
.btn.btn-primary {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	margin-top: 14px;
}
.is_shops{
    margin-bottom: 12px;
}

.login-list-info{
    position: relative;
    background-color: #fff;
    padding: 15px 10px;
    margin: 20px 0 12px;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 4px rgb(8 0 17 / 17%);
    box-shadow: 1px 1px 4px rgb(8 0 17 / 17%);
}

.login-list-info ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-column-gap: 10px;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.login-list-info ul li{
    text-align: center;
}

.login-list-info ul li h3{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 10px;
}

.login-list-info ul li a{
    color: #333;
}

.login-list-info ul li img{
    height: 45px;
    width: auto;
}

@media (max-width:768px) {
    .page_opentime .row .col-md-6 {
        margin-top: 10px;
    }

}
@media (max-width:499px) {
.list-info ul li a{
    font-size: 16px;
}
.list-info ul li img{
    width: 68px;
    height: 64px

}
.list-info ul{
    grid-column-gap: 0px;
    grid-template-columns: repeat(2, minmax(0, 1fr));

}
.is_user_detail .form-group {
    padding: 0px 10px;
}
}
@media (max-width:320px) {
	.users-av-wraper .exit-bt{
		    position: fixed;
    top: 418px;
    right: 3px;
	}
	
	



