html, body{
	background-color:#000000;	
}
.container{
    background-color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	margin:20px auto;
	max-width:980px;
}


.profile #content-page{
    padding-top: 70px;
}
.prof-menu{
    background-color: #313742;
}
.prof-pic{
    margin: 30px auto;
    display: table;
    text-align: center;
    background-color: #8d898a;
    border-radius: 50%;
    padding: 4px;
}
.link-green{
    color: #79c143;
}
.link-green:hover{
    color: #4c792a;
}
.link-red{
    color: #f15a29;
}
.link-red:hover{
    color: #8d371b;
}
.prof-pic img{
    width: 120px;
    height: 120px;
    background-color: #8d898a;
    border-radius: 50%;
    border: 4px solid #393536;
}
.prof-menu ul{
    list-style: none;
    padding: 0;
}
.prof-menu ul li{
    float: right;
}
.prof-menu ul li a{
    float: right;
    width: 100%;
    display: block;
    border-top: 1px solid #696d75;
    height: 50px;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease-out;
    padding-right: 60px;  
    background-repeat: no-repeat;
    background-position: 98% top;
}
.prof-menu ul li a:hover{
    background-position: 98% -50px;
    background-color: #fff;
    color: #313742;
    padding-right: 70px;
}
.prof-menu ul li a{
    color: #fff;
}
.prof-menu ul li.active a{
    background-position: 98% -50px;
    background-color: #fff;
    color: #313742;
}
.prof-menu ul li.item1 a{
    background-image: url(../images/profile/menu-item1.png);
}
.prof-menu ul li.item2 a{
    background-image: url(../images/profile/menu-item2.png);
}
.prof-menu ul li.item3 a{
    background-image: url(../images/profile/menu-item3.png);
}
.prof-menu ul li.item4 a{
    background-image: url(../images/profile/menu-item4.png);
}
.prof-menu ul li.item5 a{
    background-image: url(../images/profile/menu-item5.png);
}
.prof-menu ul li.item6 a{
    background-image: url(../images/profile/menu-item6.png);
}
.prof-menu ul li.item7 a{
    background-image: url(../images/profile/menu-item7.png);
}
.prof-menu ul li.item8 a{
    background-image: url(../images/profile/menu-item8.png);
}
.prof-menu ul li.item9 a{
    background-image: url(../images/profile/menu-item9.png);
}
.prof-menu ul li.item10 a{
    background-image: url(../images/profile/menu-item10.png);
}
.prof-content{
    padding-right: 15px;
    padding-top: 30px;
}
.prof-head{
    line-height: 50px;
    background-color: #0c3355;
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
}
.prfo-sep-line{
    border-bottom: 1px dashed #c9c9c9;
    margin-bottom: 15px;
}
#no-more-tables{
    background-color: #fff;
}
#no-more-tables tr{
    line-height: 30px;
}
#no-more-tables tr td{
    padding: 10px;
    text-align: right;
}
#no-more-tables thead tr{
    background-color: #000;
    color: #fff;
    line-height: 40px;
}
#no-more-tables thead tr th{
    text-align: center !important;
    font-weight: normal;
}
#no-more-tables .more-bt{
    background-color: #0c3355;
    color: #fff;
    padding: 5px 10px;
    font-weight: normal;
    font-size: 12px;
    white-space: nowrap;
    border-radius: 3px;
    transition: all 0.2s ease-out;
}
#no-more-tables .more-bt:hover{
    background-color: #115188;
}
#no-more-tables .st-green{
    color: #79c143;
    font-weight: bold;
}
#no-more-tables .st-red{
    color: #f15a29;
    font-weight: bold;
}

.academi-box{
    background-color: #1665ab;
    border: 5px solid #194a73;
    background-image: url(../images/profile/pattern.png);
    min-height: 100px;
    margin-bottom: 15px;
    padding: 15px 0;
}
.academi-tx-box{
    text-align: center;
}
.academi-tx-box h3{
    color: #89d6f8;
    font-size: 18px;
    margin: 15px auto;
    line-height: 30px;
    max-width: 600px;
}
.academi-tx-box h2{
    color: #fff;
    font-size: 20px;
    margin: 15px 0;
    line-height: 40px;
    margin: 15px auto 0 auto;
}
.academi-bt{
    width: 240px;
    height: 42px;
    background-image: url(../images/profile/academi-bt.png);
    display: block;
    margin: 0 auto;
}
.academi-bt:hover{
    background-position: 0 -100%;
}
.error-text span{
    display: inline-block;
    margin: 30px auto;
    font-size: 22px;
    padding-bottom: 5px;
    color: #be1e2d;
    border-bottom: 1px solid #be1e2d;
}
.academi-cap-box{
    text-align: center;
}
.academi-cap-box img{
    
}
.academi-cap-box h3{
    color: #fcb614;
    margin: 10px auto 0 auto;
}
.academi-cap-img{
    width: 186px;
    height: 60px;
    display: inline-block;
    background-image: url(../images/profile/cap-num.png);
    background-repeat: no-repeat;
    font-family: arial;
    font-weight: bolder;
    color: #0c3355;
    line-height: 60px;
    font-size: 40px;
    letter-spacing: 40px;
    text-indent: -39px;
    margin-top: 60px;
}
.prof-menu-bt{
    width: 30px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #525259;
    box-sizing: border-box;
    background-image: url(../images/profile/menu-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #313742;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 30px;
}
.prof-menu-bt:hover{
    background-color: #19212f;
}
.prof-menu-bt:hover .pics-select-box{
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}
.pics-select-box{
    min-width: 260px;
    display: table;
    position: absolute;
    bottom: -20px;
    right: 100%;
    background-color: #fff;
    padding: 15px 0;
    z-index: 2;
    box-shadow: -3px 3px 8px rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-30px);
}
.pics-select-box .trig-img{
    position: absolute;
    right: -9px;
    bottom: 24px;
}
.prof-pic-select{
    margin: 0 auto;
    display: table;
    text-align: center;
    background-color: #fff;
    border: 3px solid #8d898a;
    border-radius: 50%;
    padding: 3px;
}
.prof-pic-select img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid #393536;
}
.pics-select-box button{
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #0f3355;
    color: #fff;
    margin: 10px auto 0 auto;
    border: none;
}
.pics-select-box button:hover{
    background-color: #115188;
}
.prof-content .nav-tabs{
    padding: 0 15px;
    border-bottom: 1px solid #a7a9ac;
}
.prof-content .nav-tabs li{
    float: right;
    font-size: 16px;
}
.prof-content .nav-tabs li a{
    color: #808080;
    transition: color 0.2s ease-out , background-color 0.2s ease-out;
}
.prof-content .nav-tabs li a:hover{
    background-color: #e2e2e2;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #000;
    cursor: default;
    background-color: #f1f1f1;
    border: 1px solid #a7a9ac;
    border-bottom-color: transparent;
    border-top: 3px solid #0c3355;
    border-radius: 0;
}
.challange-bt{
    background-color: #8dc63f !important;
}
.challange-bt:hover{
    background-color: #679529 !important;
}
.prof-ct-title{
    height: 16px;
    border-bottom: 1px dashed #a7a7a7;
    margin: 30px 0;
}
.prof-ct-title span{
    background-color: #f1f1f1;
    color: #0c3355;
    padding-left: 15px;
    font-size: 18px;
}
.table-form{
    background-color: transparent !important;
}
.table-form td{
    position: relative;
    vertical-align: initial;
}
.table-form input{
    width: 100%;
    height: 40px;
    background-color: #f5f7f7;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    padding: 0 10px;
    outline: none;
    color: #838383;
}
.table-form select{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #313742;
    border-radius: 5px;
    padding: 0 10px;
    outline: none;
    color: #a5a5a5;
}
.table-form td p{
    font-size: 12px;
    margin: 0;
}
.prof-submit-bt1{
    background-color: #8dc63f;
    border: none;
    outline: none;
    color: #fff;
    padding: 5px 30px;
    border-radius: 5px;
    font-size: 18px;
    
}
.prof-submit-bt1:hover{
    background-color: #679529;
}
.itm-success{
    color: #8dc63f;
}
.itm-success input{
    color: #8dc63f !important;
    border-color: #8dc63f !important;
}
.itm-error{
    color: #ef4036;
}
.itm-error input{
    color: #ef4036 !important;
    border-color: #ef4036 !important;
}
.prof-wallet-box{
    margin-top: 15px;
}
.prof-wallet-box h4{
    color: #58585a;
    margin-bottom: 15px;
}
.prof-wallet-box h4 span{
    color: #ef4036;
}
.vitrin-item{
    padding: 10px;
    background-color: #0c3355;
}
.vitrin-item a img{
    width: 25%;
    max-width: 100px;
    float: right;
    transition: opacity 0.2s ease-out;
}
.vitrin-item a:hover img{
    opacity: 0.8;
}
.vitrin-item-ct{
    width: 75%;
    float: right;
    padding-right: 10px;
}
.vitrin-item-ct a{
    float: right;
    color: #fff;
    font-size: 12px;
    margin: 0;
}
.vitrin-item-ct a:hover{
    color: #ffce00;
}
.vitrin-item-ct ul{
    clear: both;
    float: right;
    list-style: none;
    padding: 7px 0;
    display: inline-block;
    position: relative;
}
.vitrin-item-ct ul span{
    position: absolute;
    bottom: -10px;
    left: 1px;
    color: #fff;
    font-size: 8px;
}
.vitrin-item-ct ul li{
    width: 22px;
    height: 22px;
    line-height: 25px;
    font-size: 10px;
    margin: 0 0 0 4px;
    float: right;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
.vitrin-item-ct ul li.design {
    background-color: #df6c4f;
}
.vitrin-item-ct ul li.creativity {
    background-color: #ecd06f;
}
.vitrin-item-ct ul li.usability {
    background-color: #409f89;
}
.vitrin-item-ct ul li.packaging {
    background-color: #1a99aa;
}
.vitrin-item-ct ul li.functionality {
    background-color: #473193;
}
.vitrin-item-ct ul li.total {
    background-color: #cfd1d0;
}

.prof-brand-box{
    padding: 0 15px;
    margin-top: 15px;
}
.prof-brand-img{
    background-color: #fff;
    border: 1px solid #ccc;
}
.prof-brand-img img{
    width: 100%;
    height: 100%;
}
.prof-brand-name h3{
    color: #0c3355;
}
.prof-brand-name h3 span{
    color: #7c7c7c;
}
.modal-dialog{
    min-width: 750px;
    margin: 90px auto;
}
.modal-content{
    border-radius: 0;
}
.modal-body{
    width: 100%;
    padding: 0;
}
.prof-pop-img{
    min-height: 380px;
}
.prof-pop-img .pop-img{
    max-width: 95%;
    max-height: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.prof-pop-img .pop-tr{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.prof-pop-ct{
    text-align: right;
}
.prof-pop-ct hr{
    background-color: #e9e9e9;
    margin: 15px 0;
    width: 100%;
    height: 1px;
    display: inline-block;
}
.pop-cur-box{
    background-color: #e9e9e9;
}
.pop-cur-box h3{
    color: #c4161c;
    margin: 0;
}
.pop-cur-box h3 span{
    color: #686868;
}
.pop-red{
    color: #c4161c;
}
.prof-pop-download{
    list-style: none;
    padding: 0;
}
.prof-pop-download li{
    float: right;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e9e9e9;
    margin-bottom: 15px;
    overflow: hidden;
}
.prof-pop-download li .dl-num{
    background-color: #e9e9e9;
    height: 100%;
    text-align: center;
    float: right;
}
.prof-pop-download li .dl-txt{
    color: #585959;
    padding: 0 10px;
    float: right;
}
.prof-pop-download li .dl-txt span{
    color: #c4161c;
}
.prof-pop-download li .dl-ico{
    height: 100%;
    background-color: #39b54a;
    background-image: url(../images/profile/download-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
}
.prof-pop-download li .dl-ico:hover{
    background-color: #22772e;
}
.pop-scroll-box{
    max-height: 380px;
    direction: ltr;
}
.pop-scroll-box div,
.pop-scroll-box p{
    direction: rtl;
}
.pop-scroll-box.mCustomScrollbar{
    padding-right: 3px;;
}
.pop-scroll-box.mCS_no_scrollbar{
    padding-right: 15px;;
}
.pop-prod-box{
    background-color: #e9e9e9;
    direction: rtl;
}
.pop-prod-box h3{
    color: #686868;
    margin: 0;
}
.pop-prod-box h3 span{
    color: #143a5c;
}
.pop-dark{
   color: #143a5c; 
}
h3.pop-dark{
   color: #143a5c; 
}
.modal-close-bt{
    width: 40px;
    height: 40px;
    position: absolute;
    top: -5px;
    right: -5px;
    background-image: url(../images/profile/close-bt.png);
    background-position: 0 0;
    background-size: 100% 200%;
    cursor: pointer;
    z-index: 3;
}
.modal-close-bt:hover{
    background-position: 0 -100%;
}

.pop-gift-box{
    background-color: #ff5a5a;
    direction: rtl;
    padding-left: 100px;
    margin-top: 10px;
}
.pop-gift-box h3{
    color: #fff;
    margin: 0;
    font-size:18px;
    line-height: 22px;
}
.pop-gift-img{
    height: 130%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-5%,-11%);
}
.pop-ticket-box{
    padding: 15px 0;
    margin: 15px 0;
    border: 2px dashed #c2c0c0;
    border-right: none;
    border-left: none;
}
.tick-title{
    float: right;
    height: 79px;
    line-height: 79px;
    color: #fff;
    text-align: center;
    padding: 0 0 0 15px;
    border-left: 2px dashed #fff;
    background-color: #515151;
    font-weight: bold;
    font-size: 20px;
}
.tick-num{
    float: right;
    height: 79px;
    line-height: 79px;
    color: #fff;
    text-align: center;
    padding: 0 15px;
    background-color: #ff5a5a;
    font-size: 20px;
    border-radius: 5px 0 0 5px;
}
.pop-gift-buy{
    height: 50px;
    float: right;
    border-radius: 5px;
    background-color: #4caf50;
    border: none;
    outline: none;
    padding: 0;
    
}
.pop-gift-buy:hover{
    background-color: #368039;
    
}
.pop-gift-buy img{
    float: right;
    margin: 12px 12px 0 12px;
}
.pop-gift-buy span{
    float: right;
    display: block;
    line-height: 50px;
    height: 50px;
    padding: 0 15px;
    color: #fff;
    border-right: 1px dashed #fff;
    font-size: 16px;
}
.pop-arrow-red{
    position: absolute;
    top: 50px;
    right: 200px;
}
.pop-ac-box{
    background-color: #e9e9e9;
    direction: rtl;
}
.pop-ac-box h3{
    color: #143a5c;
    margin: 0;
}
.pop-ac-box h4{
    color: #686868;
    margin: 15px 0 0 0;
}
.pop-ac-box h4 span{
    color: #143a5c;
}
p.pop-gray{
    color: #686868;
    margin: 0;
}
.ac-dl-item{
    width: 100%;
    min-height: 50px;
    background-color: #52829f;
    padding-right: 65px;
    margin-top: 18px;
    display: inline-block;
    position: relative;
}
.ac-dl-item:hover{
    background-color: #2d5e7c;
    padding-right: 75px;
}
.ac-dl-item img{
    width: 55px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.ac-dl-item p{
    line-height: 25px;
    color: #fff;
    margin: 0;
}
.dl-item-ft-box{
    line-height: 25px;
    color: #b1c7d4;
}
.dl-item-ft-box span{
    float: right;
    margin-left: 20px;
}
.dl-item-ft-box b{
    color: #cdd6db;
    font-weight: normal;
}

#no-more-tables thead tr th{
	font-size:18px;	
}

#no-more-tables tr td{
	font-size:16px;	
}


.codeButton, .continueButton {
    cursor: pointer;
    margin: 0 0 0 15px;
    padding: 3px 15px 4px;
}
.codeButton, .continueButton, .upsellButton {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #777777, #444444) repeat scroll 0 0;
    border: 1px solid #666;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.codeButton:hover, .continueButton:hover, .upsellButton:hover {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #888888, #555555) repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}