@CHARSET "UTF-8";

.column-mlm {
width:50px;
}

.column-mlm img {
width:20px;
height:20px;
}

.column-mlm img:hover {
cursor:help;
}

.admin-settings
{
	text-align:right; 
	vertical-align:top;
}
.toggle-visibility
{
	max-width: 500px; 
	text-align: left; 
	display: none; 
}

.gen_username{
width: 100% !important;
font-weight: bold !important;
display:block !important;
font-size: 14px !important;
}



.msgsuccess {
    border: 1px solid #c1d779;
    background: #effeb9 url('../images/success.png') no-repeat 0 0;
}
.notibar {
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    padding: 0px 0 20px 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    line-height: 21px;
    -moz-box-shadow: inset 0 1px 0 rgba(250, 250, 250, 0.8);
    -webkit-box-shadow: inset 0 1px 0 rgba(250, 250, 250, 0.8);
    box-shadow: inset 0 1px 0 rgba(250, 250, 250, 0.8);
}
.notibar a.close {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 5px;
    right: 5px;
    background-image: url('../images/close.png');
    background-repeat: no-repeat;
}
.notibar p { margin: 15px 10px 0 55px!important; font-size: 13px; color: #333; }
.notibar a.close { 
    position: absolute; width: 14px; height: 14px; top: 5px; right: 5px; background-image: url('../images/close.png'); background-repeat: no-repeat; }
.notibar a.close:hover { cursor: pointer; }
@media screen and (max-width: 782px){ 
/*For Mobile*/
#dashboard_right_now li{width:100%!important;}

}


/*Style for responsiveness - by Aashutosh Kr Yadav 22112016 */
.responsive-table{overflow-x:auto;display: block;width: 100%;min-height: 0%;}
.columnsingle{width:100%;}
.columnhalf{width:50%;float:left;}
.columnpad{padding:15px!important;}
.columnpadleft{padding-left:15px;}
.columnpadright{padding-right:15px;}
.columnpadtop{padding-top:15px;}
.columnpadbottom{padding-bottom:15px;}

.righttable{padding:15px 0px 0px 0px;}
.columnsingle table{border-collapse:collapse;}
.columnhalf table{border-collapse:collapse;}

.columnsingle table, .columnsingle th, .columnsingle td{border: 1px solid #d2d2d2!important;}
.columnhalf table, .columnhalf th, .columnhalf td {border: 1px solid #d2d2d2!important;}

.columnsingle th{background:#e2e2e2;height:auto;padding:5px!important;}
.columnhalf th{background:#e2e2e2;height:auto;padding:5px!important;}
.columnsingle td{height:auto;padding:5px!important;}
.columnhalf td{height:auto;padding:5px!important;}
.columnhalf table{padding:20px;}


.columnswidth10{width:10%;}
.columnswidth15{width:15%;}
.columnswidth20{width:20%;}
.columnswidth25{width:25%;}
.columnswidth30{width:30%;}
.columnswidth35{width:35%;}
.columnswidth40{width:40%;}
.righttable{padding:0px 0px 0px 15px;}
.columnsingle .rowstrip{background-color:#f6f6f6!important;;}
.striptable tr:nth-child(even){background-color: #faf8f8}
.columnhalf input[type=text], input[type=number], textarea {
  width: 90%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.columnhalf input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}



.columnsingle .formfield, .columnhalf .formfield{margin-bottom:9px;}
.form-basic .form-row{margin-bottom:9px;}
.form-basic .form-row > label span{
    display: inline-block;
    box-sizing: border-box;
    color: #5F5F5F;
    width: 225px;
    text-align: right;
    vertical-align: top;
    padding: 12px 25px;

}

.form-basic input{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 50%!important;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px;
    border: 1px solid #dbdbdb;
}

.form-basic input[type=radio],
.form-basic input[type=checkbox]{
    box-shadow: none;
    width: auto!important;
}

.form-basic input[type=checkbox]{
    margin-top: 13px;
}

.form-basic select{
    
    color:  #5f5f5f;
    box-sizing: border-box;
     width: 50%!important;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px 8px;
    border: 1px solid #dbdbdb;
height:45px;
}

.form-basic textarea{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 50%!important;
    height: 80px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    font: normal 13px sans-serif;
    padding: 12px;
    border: 1px solid #dbdbdb;
    resize: vertical;
}

.form-basic .form-radio-buttons{
    display: inline-block;
    vertical-align: top;
}

.form-basic .form-radio-buttons > div{
    margin-top: 10px;
}

.form-basic .form-radio-buttons label span{
    margin-left: 8px;
    color: #5f5f5f;
    font-weight: normal;
}

.form-basic .form-radio-buttons input{
    width: auto;
}

.form-basic button{
    display: block;
    border-radius: 2px;
    background-color:  #6caee0;
    color: #ffffff;
    font-weight: bold;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 14px 22px;
    border: 0;
    margin: 40px 183px 0;
}
.form-basic [type=submit]{
margin-left:230px;width:auto!important;
}
.form-basic .introinput{font-size:11px;font-style:italic; margin-left:230px;color:#006633!important;}
.columnsingle fieldset{border:1px solid #cccccc!important;margin-top:15px;margin-bottom:15px;padding:15px 10px 10px 10px;}
.fsborder{border:1px solid #cccccc!important;margin-top:15px;margin-bottom:15px;padding:15px 10px 10px 10px;}
.columnhalf fieldset{border:1px solid #cccccc!important;margin-top:15px;margin-bottom:15px;padding:15px 10px 10px 10px;}
.columnsingle legend{margin-left:10px;}
.columnhalf legend{margin-left:10px;}
.form-basic fieldset{border:1px solid #cccccc!important;margin-top:15px;margin-bottom:15px;padding:15px 10px 10px 10px;}
.form-basic legend{font-size:12px;margin-left:10px;}
.responsive-fieldset{min-width: 100%!important;border:1px solid #dedede;padding:15px 10px 10px 10px;}/*For responsive table in fieldset*/
.fieldset-responsive{min-width: 100%!important;border:1px solid #dedede;padding:15px 10px 10px 10px;}/*For responsive table in fieldset*/



#table .google-visualization-table{width:100%;}
.form-basic .introinput{font-size:11px;font-style:italic; margin-left:230px;color:#006633!important;}
.colgap{margin-left:10px;width:98%;}


@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .columnhalf{
        width: 100%;
    }
#table .google-visualization-table{width:100%;overflow-x:auto;}
.righttable{padding:15px 0px 0px 0px;}
.form-basic{
        
        /*max-width: 80%;*/
    }


    .form-basic .form-row{
            text-align: left;
    }

    

    .form-basic .form-row > label span{
        display: block;
        text-align: left;
        padding: 0 0 15px;
    }

    .form-basic select{
       width:100%!important;
    }

    .form-basic input[type=checkbox]{
        margin-top:0;
    }
 .form-basic input[type=text]{
        width:100%!important;
    }
 .form-basic input[type=password]{
        width:100%!important;
    }
 .form-basic input[type=email]{
        width:100%;
    }

.form-basic textarea{
        width:100%!important;
    }

.form-basic select{
 width:100%;
font-size:12px;
    }

    .form-basic .form-radio-buttons > div{
        margin: 0 0 10px;
    }

    .form-basic button{
        margin: 0;
    }
.form-basic [type=submit]{
margin:0px;width:50%!important;
}

.geneologytext{margin:10px 0px 10px 0px;font-size:13px!important;}
/*.wrap{display:block!important;}*/
.form-basic .introinput{margin-left:0px;}
.affiliate_url{font-size:11px;}
.colgap{margin-left:0px;width:100%;}



}

.registration .form-table th {width: 119px !important;}
table label {

    cursor: pointer;
    font-size: 11px !important;
	font-weight: 600;
}

.google-visualization-table {width: 100% !important;}

.payouttable .google-visualization-table-th.gradient.unsorted {font-size: 11px !important;}
.payouttable .google-visualization-table-td {font-size: 11px !important;}

.gridtable {
height: auto;
background: #F1F1F1;
border: solid 1px #E0E0E0;
margin: 20px auto;
padding: 10px;
border-radius: 5px;
}

.gridtable .paging {
    border: solid 1px #CCCCCC !important;
    background: #FFFFFF !important;
    text-align: left !important;
    line-height: 30px !important;
    margin-bottom: 5px !important;
}

.mlm-settings input[type=text] {
    padding: 3px 5px !important;
    border: 1px solid #ccc;
    width: auto !important;
}

 .mlm-settings select {
       padding: 3px 5px !important;
       
    border: 1px solid #ccc;
width: auto !important;}

.withdrawal_only select {
    width: 100% !important;
}
.withdrawal_only input {
    width: 100% !important;
}
.withdrawal_only textarea {
	
    width: 100% !important;
}
.withdrawal_only [type=submit] {
    margin-left: 0px !important;
}
.mlm-settings .mediuminput, form textarea.mediuminput {
    width: auto !important;
    padding: 3px 5px !important;
}
.user_image img{
	display:inline-block !important;
}

.user_genealogy .google-visualization-orgchart-nodesel {
    border: 0px solid #e3ca4b !important;
    background-color: none !important;
    background: none !important;
}

.user_genealogy .google-visualization-orgchart-node {
    
    border: 0px solid #b5d9ea !important;
    box-shadow: none !important;
    background: none !important;
    border-radius: 0px !important;
	vertical-align:top !important;
}

.user_genealogy table tbody td {
  background-color: transparent !important;
}

.user_genealogy table tbody tr:nth-child(2n) td {
    background-color: transparent !important;
}

 
.binary-mlm-ecom_page_wpmlm-mlmsettings .nav-tab-wrapper, .binary-mlm-ecom_page_wpmlm-mlmsettings .wrap h2.nav-tab-wrapper, .binary-mlm-ecom_page_wpmlm-mlmsettings h1.nav-tab-wrapper {
    padding-top: 0px !important;
    float: left;
    width: 17%;
    margin-top: 25px;
}

.binary-mlm-ecom_page_wpmlm-mlmsettings .nav-tab-small .nav-tab, .binary-mlm-ecom_page_wpmlm-mlmsettings h3 .nav-tab {
    padding: 14px 10px;
    font-size: 14px;
    line-height: 14px;
    float: none !important;
    display: block;
}

.binary-mlm-ecom_page_wpmlm-mlmsettings .wrap {
    margin: 0px 0px 0 22px;
    width: 78%;
    float: left;
}
.binary-mlm-ecom_page_wpmlm-mlmsettings fieldset.mlm-settings {
    margin-left: 0px !important;
    padding-top: 0px !important;
}
.mobile_layout{
	  display:none !important;
  }
  div#eligibility-form {
    margin-top: 0px;
}

  
h3.d_active.tab_drawer_heading {
    display: none;
}

h3.tab_drawer_heading {
    display: none !important;
}
select#aff_comm_type {
    width: 20%; 
	height:35px;
}
.tab_content {
    display: block;
}
.desktop_layout{
	  display:block !important;
  }
  .mobile_layout1 {
    display: none !important;
}
.desktop_layout1 {
	display: block;
	
	
}
@media screen and (max-width: 1597px){
 
td.unit_forfirst {
    width: 11% !important;
}
th.service_charge {
    width: 20%;
}
td.äffiliate_comm {
    width: 20%;
}
}
@media screen and (max-width: 800px) {
	.nav-tab-wrapper {
		display: none;
	}
	.desktop_layout1{
		display:none !important;
	}
	.mobile_layout1{
		display:block  !important;
	}
	.desktop_layout {
    display: none !important;
}
	.binary-mlm-ecom_page_wpmlm-mlmsettings fieldset.mlm-settings {
    padding-left: 10px !important;
    margin-left: 0px !important;
    padding-right: 0px !important;
    margin: 0px !important;
}
 .binary-mlm-ecom_page_wpmlm-mlmsettings .wrap {
    margin: 0px 0px 0 20px !important;
    width: auto !important;
    float: none !important;
	padding-bottom: 15px;
}
	
  .tab_container {
    display: block;
    margin: 0 auto;
    width: 95%;
    border-top: none;
    border-radius: 0;
    box-shadow: 0px 0px 10px black;
  }
 
  
  .mobile_layout{
	  display:block !important;
  }
  
  h3.tab_drawer_heading {
    float: none !important;
	display:block !important;
    border: 1px solid #ccc;
    border-bottom: none;
    margin-left: 0px !important;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 24px;
    background: #e5e5e5;
    color: #555;
    cursor: pointer;
}
body select#aff_comm_type {
    width: 100% !important;
}
.active{
	display:block !important;
}

input#wpmlm_bonus_add {
    width: 80px;
    font-size: 12px;
}
input#setunit {
    width: 80px !IMPORTANT;
}

input#setamount {
    width: 80px !important;
}

fieldset#ewallet-transfer-settings th {
    text-align: left !important;
    width: auto;
}
#general-form {
    width: auto;
    margin: 0px;
}
.binary-mlm-ecom_page_wpmlm-mlmsettings .wrap {
    margin: 0px 0px 0 10px !important;
}

td.res_setting {
    width: 100%;
    float: left;
}

.binary-mlm-ecom_page_wpmlm-mlmsettings .wrap {
  padding-right: 12px;
}
.registration .form-table th {
    width: auto !important;
}

fieldset.mlm-settings .form-table td {
  
display: inline-block;
}
fieldset.mlm-settings .form-table th {
    
    font-size: 12px !important;
   
}
fieldset.mlm-settings legend {
    font-size: 13px !important;
}
.binary-mlm-ecom_page_wpmlm-mlmsettings h2 {
  font-size:18px !important;
}
fieldset.mlm-settings .form-table td {
   
    height: auto !important;
}
.mlm-settings input[type=text] {
   
    font-size: 13px !important;
  
}
fieldset.mlm-settings .form-table th {
   
    width: auto !important;
    
}
th.left_space {
    display: none !important;
}
textarea#runpayout_email_message {
    font-size: 13px !important;
}
textarea#withdrawalintiate_email_message {
    font-size: 13px !important;
}
textarea#withdrawalProcess_email_message {
    font-size: 13px !important;
}
textarea#wallettranfer_email_message {
    font-size: 13px !important;
}
textarea#networkgrowing_email_message {
    font-size: 13px !important;
}
#wpbody select {
    height: 25px !important;
    font-size: 11px !important;
}
input#enable_ewallet_transfer {
    width: 26px;
}
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
.mobile_deduction {
    width: 25em !important;
    overflow-x: auto;
    white-space: nowrap;
	
}
.binary-mlm-ecom_page_wpmlm-mlmsettings h1 {
    font-size: 19px !important;
}
input#enable_ewallet_transfer {
    width: 26px;
}
}
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) { 
.mobile_deduction {
    width: 30em !important;
    overflow-x: auto;
    white-space: nowrap;
}
.binary-mlm-ecom_page_wpmlm-mlmsettings h1 {
    font-size: 19px !important;
}
input#enable_ewallet_transfer {
    width: 26px;
}
}

@media screen and (max-width: 480px){
.mobile_deduction {
    width: 24em !important;
    overflow-x: auto;
    white-space: nowrap;
}
#bonus-form .mobile_deduction {
    width: 24em !important; 
   
}
#tab9 input[type="text"] {
    width: 252px !important;
}
#tab9 textarea {
    width: 252px !important;
}
}

@media screen and (max-width: 320px){
.mobile_deduction {
    width: 23em;
    overflow-x: auto;
    white-space: nowrap;
}
#tab9 input[type="text"] {
    width: 252px !important;
}
#tab9 textarea {
    width: 252px !important;
}
#general-form {
    width: auto;
    margin: 10px 0px !important;
}
.binary-mlm-ecom_page_wpmlm-mlmsettings fieldset.mlm-settings {
    padding-left: 0px !important;
}
fieldset.mlm-settings .form-table td {
   padding-right: 0px !important;
}
#bonus-form {
   margin-right:0px !important;
}
input#setunit {
    width: 60px !IMPORTANT;
}
input#setamount {
    width: 60px !important;
}
#bonus-form .mobile_deduction {
    width: 22em;
   
}
div#bonus-form table {
    width: 95% !important;
}
.binary-mlm-ecom_page_wpmlm-mlmsettings h1 {
    font-size: 19px !important;
}
input#enable_ewallet_transfer {
    width: 26px;
}

}


 td.res_setting {
    width: 100% !important;
    float: left;
}

.affiliate_url_msg {
    background: #fff;
    border-left: 4px solid #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    padding: 1px 12px;
    margin: 26px 0 15px;
    border-left-color: #46b450;
}

.desktop_layout .wrap1 {
    float: left;
    width: 72%;
    margin-left: 20px;
}
.binary-mlm-ecom_page_wpmlm-mlmsettings h2 {
    margin-top: 28px;
}
.binary-mlm-ecom_page_wpmlm-withdrawal-page th {
    font-size: 13px !important;
}
div#tab1 .notibar.msgsuccess {
    margin-top: 24px;
}
.user_labels img{
	float:left;
}
span.paging-input input#current-page-selector {
    width: auto;
    padding: 5px;
}
input#back {
    display: inline-block !important;
    float: left;
}
.binary-mlm-ecom_page_wpmlm-mlmsettings table th {
    font-size: 13px !important;
}
.binary-mlm-ecom_page_wpmlm-mlmsettings td {
    padding: 0;
    font-size: 13px;
}
.binary-mlm-ecom_page_wpmlm-member-profile th {
    font-size: 13px;
}
.binary-mlm-ecom_page_wpmlm-member-profile td {
    font-size: 13px;
}
fieldset#create-first-user-setting table th {
    text-align: right !important;
}