body{
	font-size: 14px;
}
a{
    color: #9B4355;
}
a:hover{
    color: #7d3745;
}
a.btn:visited{
	color: #fff;
}

.clearing{
	display: block; clear: both; height: 1px; float: none;
}

.bigtxt{
    font-size: 20px;
}
    
@media (min-width: 768px) {
    .biggerTxt{
        font-size: 120%;
    }
}

.txtGray{
    color: #acacac;
}
.required{
    color: red;
}

.mb-1{
    margin-bottom: 5px;
}
.mb-2{
    margin-bottom: 10px;
}
.mb-3{
    margin-bottom: 15px;
}
.mb-4{
    margin-bottom: 20px;
}

.box-shadow{
    box-shadow: 0 1px 20px 0px rgb(0 0 0 / 15%);
}
    


.badge-funded-active{
    background: #6396D8 !important;
}

.badge-funded-inactive{
    background: #afafaf !important;
}

.badge-closed{
    background: #dd4b39 !important;
}

.box-header{
    padding: 15px 10px;
}

.box.box-solid.box-default>.box-header{
    /*background: #bbbbbb;*/
    /*background-color: #bbbbbb;*/

    background: #9b4355;
    background-color: #555;
    color: #fff;
    /*border-radius: 10px;*/
    box-shadow: 1px 1px 20px #909090;
    border: none;
}


a.btn_with_label{
    position: relative;
}
a.btn_with_label .badge{
    position: absolute;
    top: auto;
    bottom: 70%;
    left: 70%;
    text-align: center;
    padding: 5px;
    line-height: .9;

    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}


.ajax_result{
	position: fixed; top: 56px; right: 0px;
	width: 95%; z-index: 999999; max-width: 300px;
	background: rgba(0, 0, 0, 0.71);

	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.ajax_result .alert-success{
	padding: 10px 30px 10px 10px; color: #fff; position: relative;
	border: solid 1px green;
	background: #75923C;
	max-width: 90%;
	margin: 8px auto; font-size: 15px;
}

.ajax_result .alert-danger{
	padding: 10px 30px 10px 10px; color: #fff; position: relative;
	/*border: solid 1px red;*/
	background: #953735;
	max-width: 90%;
	margin: 8px auto;
	font-size: 15px;
}

.ajax_result .alert-warning{
    padding: 10px 30px 10px 10px; 
    margin:10px;
}

.ajax_result a.close_msg{
	display: inline-block;  padding: 0; margin: 0;
	background: #FFFFFF; border-radius: 50%;
	position: absolute; top: 10px; right: 10px;
	width: 20px; height: 20px;
	font-size: 12px; color: red; text-decoration: none; font-weight: bold;
	line-height: 20px; text-align: center;
}

.ajax_result a.close_msg:hover{
	background: #ccc;
}


.ajax_result .alert-danger a.close_msg{
	background: #F2DDDC; color: #953735; font-weight: bold;
}
.ajax_result .alert-danger a.close_msg:hover{
	background: #fff;
}



.taCenter{
	text-align: center;
}

.loader_box{
	position: fixed;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.75);
	z-index: 99999; top: 0px; left: 0px;
}

.loader_box span{
	display: block; text-align: center;
	margin-top: 20%; color: #fff; font-size: 20px;
}

.packages_list_wrap .package_item_wrap{
	min-height: 300px;
}

.packages_list_wrap .package_item_wrap h3.box-title .badge{
	margin-top: 5px;
}

.raffle_packages_list_wrap .package_item_wrap,
.cryptomining_packages_list_wrap .package_item_wrap{
    min-height: 200px;
}


.cryptomining_packages_list_wrap_admin .package_item_wrap{
    min-height: 60px; margin-bottom: 15px;
    box-shadow: 1px 1px 20px rgb(0 0 0 / 0.1);
}
.cryptomining_packages_list_wrap_admin .item_content h3{
    margin-top: 0px;
} 


.pagination>li>span.current{
	background: #ccc;
}
.pagination>li.active>span.current{
    background: #9B4355;
    border-color: #9B4355;
}


.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #EAE9E9;
}

.btn:hover{
	box-shadow: none;
}

ul.margin-bottom-list > li,
ol.margin-bottom-list > li{
    margin-bottom: 10px;
}


.content-header>h1{
}

.downline_tree{

}

.downline_tree li {
    list-style-type: none;
    margin: 0;
    padding: 10px 5px 0 5px;
    position: relative;
}
.downline_tree li > span {
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    padding: 5px;
    text-decoration: none;
}
.downline_tree > ul > li::before, 
.downline_tree > ul > li::after {
    border: 0;
}

.downline_tree li::before, 
.downline_tree li::after {
    content: '';
    left: -30px;
    position: absolute;
    right: auto;
}

.downline_tree li::before {
    border-left: 1px solid #ccc;
    bottom: 50px;
    height: 100%;
    top: 0;
    width: 1px;
}
.downline_tree li::after {
    border-top: 1px solid #ccc;
    height: 20px;
    top: 25px;
    width: 35px;
}
.downline_tree li:last-child::before {
    height: 26px;
}



/*ADMIN - Edit Capabilities*/
.capabilities_wrap .control-label{
	text-align: left;
}


.fake_input{
	display: block; border: solid 1px #d2d6de; background: #eee;
	padding: 7px 15px;
}

.label-disabled{
    background: #a2a0a0;
}

.bank_balance_parts a.filter_btn,
.bank_balance_parts a.bank_filter_btn,
.bank_balance_parts a.bank_filter_btn2{
    color: #000000;
    font-weight: 700;
}

.bank_balance_parts a.filter_btn:hover,
.bank_balance_parts a.bank_filter_btn:hover,
.bank_balance_parts a.bank_filter_btn2:hover{
    color: #BF2633;
}

.global_ajax_loader{
    position: fixed;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99999; top: 0px; left: 0px;
}
.global_ajax_loader span{
    display: block; text-align: center;
    margin-top: 20%; color: #fff; font-size: 30px;
}


/* ------------------------ 
 LPJ MODAL
------------------------ */
.lpj_dialog{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    top: 0; left: 0;
}


.lpj_dialog .lpj_dialog_content_wrap{
    max-width: 900px;
    width: 90%; max-height: 90%;
    margin: 2.5% auto;
    background: #FFFFFF;
    position: relative;
    overflow-y: auto; 
}

.lpj_dialog .lpj_dialog_content{
    width: 100%;
    height: 100%;
    background-size: 100%;

    overflow-y: auto;
    position: relative;
}

.lpj_dialog .lpj_dialog_content .content{
    padding: 35px;
}

.lpj_dialog .close_btn_wrap{
    width: 30px; height: 30px;
    background: #5FC438; border-radius: 50%;
    
    position: absolute; top: 10px; right: 10px;
}

.lpj_dialog .lpj_dialog_close_btn{
    width: 30px; height: 30px;
    color: #fff; font-size: 20px; display: block; text-align: center;
    line-height: 1.3; border-radius: 50%;
}

.lpj_dialog .lpj_dialog_close_btn:hover{
    background: #BB394D;
}

.countdown_wrap{
    font-size: 20px;
    text-align: center;
    padding: 20px; 
}
.countdown_wrap #countdown_display{
    color: #aa0000; font-weight: bold;
}
.countdown_wrap strong{
    color: #009852;
}



.nav-tabs-custom>.nav-tabs{
    background: #ecf0f5;
}

.nav-tabs-custom>.nav-tabs>li{
    /*background: #d8d8d8;*/
}

.nav-stacked>li>div{
    position: relative;
    display: block;
    padding: 10px 15px;
}

.mbot_10{
    margin-bottom: 10px;
}

h2.page-title{
    margin-top: 0px; margin-bottom: 20px;
}






/* Larger than mobile */
@media (min-width: 480px) {

}

/* Larger than phablet */
@media (min-width: 550px) {
    
}

/* Larger than tablet */
@media (min-width: 768px) {

}

@media (min-width: 801px) {
    
}

/* Larger than desktop */
@media (min-width: 960px) {
	
}

@media (min-width: 1024px) {
    .nav-tabs-custom>.nav-tabs>li>a{
        font-size: 14px;
    }
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
    .nav-tabs-custom>.nav-tabs>li>a{
        font-size: 20px;
    }
}



@media (max-width: 767px) {
    .skin-red .main-header .logo{
        display: none;
    }

    .main-sidebar, 
    .left-side{
        padding-top: 50px;
    }

    .fixed .content-wrapper, 
    .fixed .right-side{
        padding-top: 50px;
    }

    .content{
        padding-bottom: 40px;
    }
}


/* ------------------------ 
TABS RESPONSIVE FIX 
------------------------ */
@media (max-width: 480px) {
    .box {
        overflow-y: scroll;
    }

    .nav-tabs-custom>.nav-tabs>li{
        border-bottom: solid 1px #e0e0e0; 
        margin-bottom: 0px;
    }

    .nav-tabs-custom>.nav-tabs>li.active{
        border-top: 0px;
    }

    .tab-content>.tab-pane{
        display: block !important;
    }
}




/* ------------------------
HEADER
------------------------ */
.tpo_red_note{
    color: red; font-size: 12px; display: block;
}

.main-header {
    position: fixed;
    max-height: 100px;
    z-index: 1030;
    width: 100%;
    top: 0px;
}
.content-wrapper, .right-side{
    padding-top: 50px; background: #e3e9f1;
}

.small-box h3 sup{
    font-size: 20px;
}

@media (max-width: 767px) {
    .content-header>h1{
        font-size: 10px;
        color: #555;
        text-align: center;
    }
}


/* ------------------------
SIDEBAR
------------------------ */
.main-sidebar{
    padding-bottom: 50px;
}



/* ------------------------
MEMBER HOME
------------------------ */

@media (max-width: 767px) {
    .small-box h3{
        font-size: 20px;
    }

    .small-box h3 sup,
    .small-box h3 .currency_sign{
        font-size: 12px;
    }
}

/* ------------------------
 Member Home Mobile
------------------------ */
.home-mobile{

}

.small-box.bg-white{
    background-color: #FFF;
}

.home-mobile .wallet-balance a{
    color: #000;
}


.home-mobile .shortcuts-list .sh-item{
    width: 25%;
    text-align: center;
    float: left;
}

.home-mobile .shortcuts-list .sh-item a{
    display: block;
    margin: 10px;
    color: #000;
}   

.home-mobile .shortcuts-list .sh-item a i{
    display: block;
    font-size: 25px;
}

.home-mobile .shortcuts-list .sh-item a i img{
    max-width: 100%;
}

.home-mobile .shortcuts-list .sh-item a span{
    display: block;
    font-size: 10px;
    min-height: 35px;
}

.home-mobile .shortcuts-list .sh-item a:hover,
.home-mobile .shortcuts-list .sh-item a:active{
    box-shadow: 0 1px 20px 0px rgb(0 0 0 / 15%);
}
.home-mobile .shortcuts-list .sh-item a:hover span{
    color: #9B4355;
}

.home-mobile .box-header .box-tools a.btn{
    color: #9B4355;
}

.home-mobile .box-header .box-tools a.btn:hover{
    color: #000;
}


@media (min-width: 992px) {
    .home-mobile .wallet-balance{
        min-height: 116px;
    }
    .home-mobile .shortcuts-list .sh-item{
        width: 12%;
    }
    .home-mobile .shortcuts-list .sh-item a{
        padding: 10px;
    }
}






/* ------------------------
 FAQ 
------------------------ */
.faq_list_wrap ul li a.faq_item_btn{
    font-size: 14px;
}

.faq_list_wrap ul li.active a.faq_item_btn{
    color: #FFF; padding: 0 10px;
}
.faq_list_wrap ul li.active a.btn{
    margin: 0 10px;
}

.faq_detail_content_wrap{
    padding: 20px;
}
.faq_detail_content_wrap img{
    max-width: 100%; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.69);
    height: auto;
}




/* ------------------------
MY WALLET 
------------------------ */
.bank_balance_parts{
    margin-top: 1px;
}

@media (max-width: 992px) {
    .bank_balance_parts{
        display: nonex;
    }
}

.bank_balance_parts .list-group-item .amount{
    float: right;
}
.bank_balance_parts .list-group-item .amolabel_wrapunt{
    
}

#add_fund_2_modal .modal-body{
    background: #ddd;
}

#addfund-accordion{

}

.add_fund_wrap .panel-group{
    margin-bottom: 10px;
}

.add_fund_wrap .panel-group .panel-heading{
    padding: 0px;
}

.add_fund_wrap .panel-group .panel-heading h4 a{
    display: block;
    padding: 15px 10px;
}

.my_wallet_box{

}

.box.box-solid.box-default.my_wallet_box .box-header{
    background: #729056;
    background-color: #729056;
    color: #FFF;
    text-align: center;
}

.my_wallet_box .box-header h3{
    font-size: 30px;
    font-weight: bold;
}

.bank_transactions table tr td a.edit_banktrxdesc_btn{
    display: none;
}
.bank_transactions table tr:hover td a.edit_banktrxdesc_btn{
    display: inline-block;
}


.bank_transactions .tranx_in{
    font-weight: bold;
}
.bank_transactions .tranx_in_completed{
    color: #00a65a;
}
.bank_transactions .tranx_in_cancelled{
    color: #acacac;
}

.bank_transactions .tranx_out{
    font-weight: bold;
}
.bank_transactions .tranx_out_completed{
    color: #9B4355;
}
.bank_transactions .tranx_out_cancelled{
    color: #acacac;
}

.bank_transactions .bank_tr_date,
.tr_date{
    color: #acacac;
}

.bank_transactions .bank_tr_desc_wrap .bank_tr_user{
    font-size: 95%;
}

.bank_transactions .bank_tr_desc_wrap .bank_tr_desc{
    font-size: 115%;
}

.transaction_details_wrap{
    text-align: center;
}

.transaction_details_wrap .tr_row{
    margin-bottom: 20px;
}

.transaction_details_wrap .tr_row strong{
    display: block;
    font-size: 20px;
}

.transaction_details_wrap .tr_row span{
    display: block;
    margin-bottom: 5px;
}

.transaction_details_wrap span.label{
    font-size: 20px;
    line-height: 30px;
}


.form-inline .form-group {
     margin-right:10px; 
 }
.well-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
    border-color: rgb(53, 126, 189);
}
.glyphicon { 
    margin-right:5px; 
}

@media (min-width: 990px) {
    #help_topic_modal .modal-dialog{
        width: 900px;
    }
}


    




/* ------------------------
 login and register page
------------------------ */
.login-box-body, 
.register-box-body{
    border-radius: 10px !important;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.15);
}







/* Ripple effect */
.ripple {
    background-position: center;
    transition: background 0.8s;
}
.ripple:hover {
    background: #73303d radial-gradient(circle, transparent 1%, #c75755 1%) center/15000%;
}
.ripple:active {
    background-color: #c75755;
    background-size: 100%;
    transition: background 0s;
}

/**
 * Utility: Ripple
 * --------------------------------------------------
 */
.c-ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
}

.c-ripple__circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
}
.c-ripple.is-active .c-ripple__circle {
    -webkit-animation: a-ripple 0.4s ease-in;
            animation: a-ripple 0.4s ease-in;
}

/**
 * Animation: Ripple
 * --------------------------------------------------
 */
@-webkit-keyframes a-ripple {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}
@keyframes a-ripple {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}



/* ------------------------
 flex scroll default styles
------------------------ */
.flex-scroll-container {
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    width: calc(100% + 15px);

    display: flex;
    overflow: auto;
}

@media (min-width: 990px) {
    .flex-scroll-container{
        justify-content: center;
    }
}


.flex-scroll {
    /* inside spacing */
    padding: 10px 0 30px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.flex-scroll-box {
    width: 135px;
    min-height: 100px;
    margin-right: 10px;
}








/* ------------------------
 Bottom Mobile Menu
------------------------ */
.bottom-mobile-menu{
    display: none;

    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 0 15px;
    background-color: #9B4355;
    z-index: 999;
    box-shadow: 0 0 9px rgba(0,0,0,.50);
}

.bottom-mobile-menu .flex-scroll-box{
    width: 70px;
    min-height: 35px;
}

.bottom-mobile-menu .flex-scroll{
    padding: 0px;
}

.bottom-mobile-menu .mobile-menu-item a{
    color: #FFF;
    display: block;
    text-align: center;
    padding: 10px 0 5px;
    position: relative;
}

.bottom-mobile-menu .mobile-menu-item a .fa{
    font-size: 20px;
}

.bottom-mobile-menu .mobile-menu-item a span{
    font-size: 10px;
    display: block;
}


@media (max-width: 767px) {
    .bottom-mobile-menu{
        display: block;
    }
}
    


.lpj-tabs .lpj-nav-tabs{
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9991;

    background-color: #efefef;
    text-align: center;
    min-height: 45px;
}

.lpj-tabs .lpj-nav-tabs li{
    display: inline-block;
}

.lpj-tabs .lpj-nav-tabs li a{
    display: inline-block;
}

.lpj-tabs .bottom-mobile-menu .flex-scroll-box{
    width: 115px;
}

.lpj-tabs .bottom-mobile-menu .mobile-menu-item a{
    background: #729056;
    margin: 8px 5px;
    box-shadow: 1px 1px 10px #0006;
    border-radius: 3px;
    min-height: 43px;
    padding: 8px;
}


@media (max-width: 767px) {
    .lpj-tabs .lpj-nav-tabs{
        bottom: 0px;
    }

}


/* ------------------------
 Account Manager Dashboard
------------------------ */
.pm_list_item{
    position: relative;
}

.pm_list_item .action_btns_wrap{
    
}