


.menuMember{
    margin-bottom: 30px;
}
.menuMember ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menuMember ul li{
    margin: 0 30px;
}
.menuMember ul li:first-child{
    margin-left: 0;
}
.menuMember ul li:last-child{
    margin-right: 0;
}
.menuMember ul li a{
    display: block;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
}
.menuMember ul li:hover a{
    color:#0e862f;
}
.menuMember ul li.current a{
    color:#0e862f;
}
.menuMember ul li a span {

}


.boxAccount {
    background: #f5f5f5;
}
.boxAccount .m-title {
    padding: 13px 20px;
    background-color: #fff;
}
.boxAccount .m-title .fTitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #343399;
    text-transform: uppercase;
}
.boxAccount .wrap {
    padding: 30px 15px 35px;
}
.boxAccount .wrapS{
    max-width: 600px;
    margin: 0 auto;

    padding: 25px 60px 35px;
    background: #f5f5f5;
}
.boxAccount .row{
    margin-left: -30px;
    margin-right: -30px;
}
.boxAccount .row *[class^="col-"]{
    padding-left: 30px;
    padding-right: 30px;
}
.boxAccount label, .boxMember label{
    min-height: 21px;
    display: block;
    font-weight: bold;
}
.boxAccount label span{
    color:#ff0000;
}

.boxAccount input[type="text"],
.boxAccount input[type="password"],
.boxAccount input[type="tel"],
.boxAccount input[type="email"],
.boxAccount select{
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border: solid 1px #dddddd;
}
.boxAccount .faline {
    position: relative;
}
.boxAccount .faline::before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #999999;
}
.boxAccount .faline input{
    padding: 0 10px 0 40px;
}
.boxAccount .grid{
    margin: 0 -5px;
}
.boxAccount .grid:after{
    content: "";
    display: block;
    clear: both;
}
.boxAccount .grid .col{
    width: 33.333333%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}
.boxAccount .checkbox label{
    font-weight: normal;
    line-height: 21px;
}

.boxAccount button {
    width: 100%;
    height: 45px;
    text-transform: uppercase;
    background-color: #fe0000;
    color: #fff;
    border: none;
    border-radius: 3px;
    margin: 0 auto;
}
.boxAccount button:hover {
    background-color: #343399;
}



.tpcontaccinfoa {
    max-width: unset;
}
.check_agree {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #333333;

    position: relative;
    cursor: pointer;
    font-weight: 400;
    padding-right: 30px;

}
.check_agree input {
    display: inline-block;
    margin-right: 5px;
}
.check_agree.has-error , .check_agree.has-error a {
    color: #a94442 !important
}



.step.active .txt {
    font-weight: bold;
}

.mess-complete , .box_announce {
    margin: 0 auto;
    padding: 20px; 
}

.tpmenumber ul li.v5 a span {
    background-image: url('../images/i-sigin.svg');
}
.tpmenumber ul li.v5 a span::before{
    /*position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f2f5' ;
    left: 0;
    font-size: 25px;*/
}

.changeAvatar{
    position: relative;
}
.changeAvatar .img {
    position: relative;
    width: 120px;
    height: 120px;
    background: #ffffff;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 100%;
}

.changeAvatar .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}

.formMember .change_avatar {
    position: relative
}
.profile-avatar-changer{position: relative}
.profile-avatar-changer input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    outline: 0;
    background: #fff;
    cursor: inherit;
    display: block;
}


.user-avatar-uploading-container{background-color:rgba(0,0,0,.5);height:100%;width:100%;position:absolute;display:none;border-radius:50%}
.user-avatar-uploading-progress{color:#fff;font-size:30px;text-align:center;width:100%;position:absolute;display:none}
.user-avatar-uploading-progress .ball-pulse{display:block;margin:60px auto;float:none;line-height:0}
.user-avatar-uploading-progress .ball-pulse>div{background-color:#dcdcdc}
.user-cover-uploading-container{position:absolute;width:100%;height:100%;opacity:.6;background-color:rgba(0,0,0,.7);display:none}
.user-cover-uploading-progress{color:#fff;width:100%;position:absolute;z-index:2;display:none;background-color:rgba(0,0,0,.23);height:100%}

.ball-pulse{float:left;line-height:30px;margin-left:10px;display:none}
.ball-pulse>div{background-color:#3a3c3f;border-radius:100%;margin:0 1px;display:inline-block;width:8px;height:8px;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.ball-pulse>div:nth-child(1){-webkit-animation:scale-pulse .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale-pulse .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08)}
.ball-pulse>div:nth-child(2){-webkit-animation:scale-pulse .75s -.15s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale-pulse .75s -.15s infinite cubic-bezier(.2,.68,.18,1.08)}
.ball-pulse>div:nth-child(3){-webkit-animation:scale-pulse .75s -.11s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale-pulse .75s -.11s infinite cubic-bezier(.2,.68,.18,1.08)}
@-webkit-keyframes scale-pulse {
    0%,80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}
    45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}
}
@keyframes scale-pulse {
    0%,80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}
    45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}
}


/*Popup*/
.divPopup { padding:15px;}


.popup-avatar {}
.popup-avatar .div-preview  { margin-right:20px; width:180px;}


.preview_container{
    width:180px;
    height:180px;
    overflow:hidden;
}

#cropattrform img { max-width:none !important;}

.CropImage {  width:500px; margin:0px auto; }
.image_container { margin-bottom:5px;  }

.popup-avatar .div-upload {width:500px; font-size:12px;}
.popup-avatar .div-upload h3 { margin-bottom:5px; font-size:14px;}

.popup-avatar .div-upload #span_image_action { margin:10px 0px;}
.popup-avatar .div-upload #inform-main { margin-bottom:10px;}
.popup-avatar .div-upload .div-button { text-align:center;}

.popupCover { padding: 10px; text-align: center}


/*----------- Browse -------------*/
.input-file {position:relative; max-width: 500px}
.input-file .file-label{
    float:right; white-space:nowrap; position:relative; z-index:1; left:0; top:0; overflow:hidden;
    width:100px;
    background:#00397c;
    color: #FFFFFF;
    line-height:34px;
    height:34px;
    text-align:center;
    font-size:14px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}

.input-file-no-path .file-label{
    float:left;
}
.input-file .file-label span{ display:inline;  color: #fff ;  -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0; }
.input-file .file-label input{ width:auto; position:absolute; right:0; top:0; border:none; font-size:11px; line-height:12px; opacity:0; zoom:1; filter:alpha(opacity=0); cursor:pointer; font-weight: normal; color: #333333; height:34px;
   }
.input-file var{ display:block;   position:relative; overflow:hidden; border:solid 1px #d6d6d6; height:34px; line-height:34px; font-size:14px;}

.input-file-no-path .label{   }
.input-file var input{ display:block; width:100%; position:absolute; padding:0; border:none; font-size:14px; color:#333333; top:0; left:0;  height:100%;  font-weight: normal; background-color: #FFFFFF; text-indent: 40px; }

.input-file.file-attach .text-file { }
.input-file.file-attach .delete {
    position:absolute;
    left:1px ;
    top:1px;
    width:32px;
    height:32px;
}
#upload_result{ padding-top:5px;}
.upload_result { padding-top:10px; font-weight: bold}






/*Bootstrap Calendar*/

.datepicker {
    border-radius: 0;
    padding: 0;
}

.datepicker-days table thead,
.datepicker-days table tbody,
.datepicker-days table tfoot {
    padding: 10px;
    display: list-item;
}

.datepicker-days table thead,
.datepicker-months table thead,
.datepicker-years table thead,
.datepicker-decades table thead,
.datepicker-centuries table thead {
    background: #3546b3;
    color: #ffffff;
    border-radius: 0;
}

.datepicker-days table thead tr:nth-child(2n+0) td,
.datepicker-days table thead tr:nth-child(2n+0) th {
    border-radius: 3px;
}

.datepicker-days table thead tr:nth-child(3n+0) {
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 11px 13px;
}

.datepicker-months table thead td,
.datepicker-months table thead th,
.datepicker-years table thead td,
.datepicker-years table thead th,
.datepicker-decades table thead td,
.datepicker-decades table thead th,
.datepicker-centuries table thead td,
.datepicker-centuries table thead th {
    border-radius: 0;
}

.datepicker td,
.datepicker th {
    border-radius: 50%;
    padding: 0 12px;
}

.datepicker-days table thead,
.datepicker-months table thead,
.datepicker-years table thead,
.datepicker-decades table thead,
.datepicker-centuries table thead {
    background: #3546b3;
    color: #ffffff;
    border-radius: 0;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-image: none;
}

.datepicker .prev,
.datepicker .next {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    width: 37px;
    height: 37px;
}

.datepicker .prev:hover,
.datepicker .next:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.99);
    font-size: 21px;
}

.datepicker .datepicker-switch {
    font-size: 24px;
    font-weight: 400;
    transition: 0.3s;
}

.datepicker .datepicker-switch:hover {
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
}

.datepicker table tr td span {
    border-radius: 2px;
    margin: 3%;
    width: 27%;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #3546b3;
    background-image: none;
}

.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0, 0, 0, .1);
}

