﻿body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
a:link, a:visited {
    color: #4da6e7;
}
/********************************************/
.row:after {
  content: "";
  display: table;
  clear: both;
}
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}
.col-50 {
  float: left;
  width: 55%;
  margin-top: 6px;
}
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}
@media screen and (max-width: 600px) {
  .col-25, col-50, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
/********************************************/
.header {
    display: inline-block;
    width: 100%;
    background-color: #efefef;
    padding: 10px;
    box-sizing: border-box;
}
.header_logoContainer {
    float: right;
    margin-top: 8px;
    margin-right: 8px;
}
.header_logo {
    width: 100px;
}
.header_slogan {
    margin: 0px;
    font-weight: 300;
    color: #328377;
}
.header_user {
    float: left;
    text-align: left;
    font-size: small;
    text-transform: capitalize;
}
.header_sub {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 2em;
}
.header_sub .active {
    border-bottom: 1px solid #CCC;
}
.header_sub > a:link , .header_sub > a:visited {
    text-decoration: none;
    color: #2a2a2a;
    margin-left: 10px;
    margin-right: 10px;
}
.content {
    text-align: center;
    width: 95%;
    display: inline-block;
}
.dashboard_titles {
    text-align: left;
    /*margin-left: 20px;*/
    font-size: medium;
}
/********************************************/
.buyin_ico {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    padding-right: 10px;
}
.buyin_ico_header {
    width: 100%;
}
.buyin_ico_header > img {
    float: left;
    width: 90px;
}
.buyin_ico_header > p {
    float: left;
    text-align: left;
    margin-top: 11px;
    margin-left: 20px;
}
.buyin_ico_buy:link , .buyin_ico_buy:visited {
    float: right !important;
    background-color: #42c8b5;
    border-radius: 10px;
    padding: 8px;
    font-size: small;
    color: #FFF;
    margin-top: 20px !important;
    text-decoration: none;
}
.buyin_ico_bought {
    background-color: #4da6e7 !important;
}
/********************************************/
.report {
    width: 100%;
    background-color: #328377;
    border: 1px solid #CCC;
    border-radius: 5px;
    text-align: left;
    padding: 7px;
    padding-top: 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
}
.report > p {
    font-size: small;
}
/********************************************/
.request {
    display: inline-block;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    clear: both;
}
.request:hover {
    background-color: #f1f1f1;
}
.request_user_icon {
    float: left;
    width: 40px;
    margin-top: 4px;
}
.request_user_details {
    float: left;
    text-align: left;
    font-size: small;
    margin-left: 10px;
    line-height: 5px;
    text-transform: capitalize;
}
.request_button {
    float: right;
    width: 20px;
    margin-right: 10px;
    margin-top: 15px;
    cursor: pointer;
}
/********************************************/
.form1 {
    margin-top:100px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.form1_logo {
    text-align: center;
    width: 200px;
    margin-bottom: 20px;
}
.form1_body {
    background-image: url(/assets/images/quote-bg-v3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 120px 0px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.form1 p {
    color: #FFF;
}
.form1_error {
    color: #bd1d1d !important;
    font-size: small;
    visibility: hidden;
}
.form1 input[type=text] , .form1 input[type=password] , .form1 select, .buyinPage_select, .buyInPage_text {
    width: 225px;
    color: #afafaf;
    font-weight: 400;
    font-size: 15px;
    height: 40px;
    background-color: #FFF;
    border: 1px solid #eee;
    border-radius: 25px;
    text-align: center;
    position: relative;
    z-index: 2;
    outline: none;
    margin-bottom: 20px;
    font-family: inherit;
}
.form1 input[type=button] , .buyinPage_button {
    width: 225px;
    color: #FFF;
    font-weight: 400;
    font-size: 15px;
    height: 40px;
    background-color: #4da6e7;
    border: 1px solid #eee;
    border-radius: 25px;
    text-align: center;
    position: relative;
    z-index: 2;
    outline: none;
    margin-bottom: 20px;
    font-family: inherit;
    cursor: pointer;
}
.form1 input[type=button]:disabled , .buyinPage_button:disabled {
    background-color: #808080;
}
.form1 select {
    width: 307px;
}
/********************************************/
.form2 {
    text-align: left;
    font-family: 'Poppins', sans-serif;
}
.form2 p {
    /*color: #FFF;*/
}
.form2_error {
    color: #bd1d1d !important;
    font-size: small;
    visibility: hidden;
}
.form2 label {
    font-size: small;
    margin-right: 10px;
}
.form2 input[type=text] , .form2 input[type=password] , .form2 select {
    display: block;
    width: 300px;
    color: #555;
    font-weight: 400;
    font-size: 15px;
    height: 30px;
    background-color: #FFF;
    border: 1px solid #999;
    border-radius: 10px;
    text-align: left;
    position: relative;
    outline: none;
    /*margin-bottom: 20px;*/
    font-family: inherit;
    padding-left: 10px;
}
.form2 input[type=button], .form2 input[type=submit] {
    width: 225px;
    color: #FFF;
    font-weight: 400;
    font-size: 15px;
    height: 40px;
    background-color: #4da6e7;
    border: 1px solid #eee;
    border-radius: 10px;
    text-align: center;
    outline: none;
    margin-top: 40px;
    font-family: inherit;
    cursor: pointer;
}
/********************************************/
#register_panel3 input[type=text] , #register_panel3 input[type=password] {
    width: 300px;
}
/********************************************/
.privacyPolicy {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    padding: 20px;
    line-height: 1.4em;
}
/********************************************/
#Tamarix {
    background-image: url(/Images/TamarixBackground.jpeg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 20px 0px;
    text-align: center;
    position: relative;
    z-index: 2;
}
#Tamarix > div {
    background-color: #FFF;
    display: inline-block;
    border-radius: 10px;
    width: 95%;
    opacity: 0.7;
}
.buyinPage_titles {
    float: left;
    margin-left: 20px;
}
.buyinPage_terms {
    clear: both;
    text-align: left;
    padding: 20px;
    font-size: smaller;
    height: 200px;
    overflow-y: scroll;
    border: 1px solid #808080;
    margin-right: 10px;
    margin-left: 10px;
}
.buyinPage_checkbox {
    margin-top: 20px;
    margin-bottom: 20px;
}
.buyinPage_select {
    color: #000;
    border-color: #4da6e7;
    background-color: #4da6e7;
}
.buyInPage_text {
    border-color: #888;
    width: 450px;
    color: #666;
}
/********************************************/
.myTreeContainer {
    width: 100%;
    overflow: scroll;
    margin-top: 20px;
}
.myTree,
.myTree ul,
.myTree li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.myTree {
    margin: 0 0 1em;
    text-align: center;
}
.myTree,
.myTree ul {
    display: table;
}
.myTree ul {
    /*display: none;*/
    width: 100%;
}
.myTree li {
    display: table-cell;
    padding: .5em 0;
    vertical-align: top;
}
.myTree li:before {
    outline: solid 1px #666;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.myTree li:first-child:before {
    left: 50%;
}
.myTree li:last-child:before {
    right: 50%;
}
.myTree code,
.myTree node {
    border: solid .1em #666;
    border-radius: .2em;
    display: inline-block;
    margin: 0 .2em .5em;
    padding: .2em .5em;
    position: relative;
    cursor: pointer;
    text-transform: capitalize;
}
.myTree ul:before,
.myTree code:before,
.myTree node:before {
    outline: solid 1px #666;
    content: "";
    height: .5em;
    left: 50%;
    position: absolute;
}
.myTree ul:before {
    top: -.5em;
}
.myTree code:before,
.myTree node:before {
    top: -.55em;
}
.myTree>li {
    margin-top: 0;
}
.myTree>li:before,
.myTree>li:after,
.myTree>li>code:before,
.myTree>li>node:before {
    outline: none;
}
.myTree .nodeLevel0 {
    color: #FFF;
    background-color: #478e98;
}
.myTree node:after {
    opacity: 0.15;
    font-size: 2em;
    position: absolute;
    padding-bottom: 0px;
    padding-left: 10px;
    text-align: left;
    /*top: 0;*/
    left: 0;
    /*right: 0;*/
    bottom: 0;
    z-index: -1;
}
.myTree .nodeLevel1:after { content: "1"; }
.myTree .nodeLevel2:after { content: "2"; }
.myTree .nodeLevel3:after { content: "3"; }
.myTree .nodeLevel4:after { content: "4"; }
.myTree .nodeLevel5:after { content: "5"; }
.myTree .nodeLevel6:after { content: "6"; }
.myTree .nodeLevel7:after { content: "7"; }
.myTree .nodeLevel8:after { content: "8"; }
.myTree .nodeLevel9:after { content: "9"; }
.myTree .nodeLevel10:after { content: "10"; }
.myTree amount {
    font-size: small;
    color: #4da6e7;
}
.myTree date {
    font-size: small;
    color: #666
}
.myTree_button {
    font-size: small;
    margin-left: 10px;
    margin-right: 10px;
    background-color: green;
    color: #FFF;
    padding: 5px 10px 5px 10px;
    border-radius: 9px;
    cursor: pointer;
}
.myTree_info {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #515666;
    padding: 15px;
    border-radius: 13px;
    background-color: #cfd4d5;
    color: #505050;
    text-align: left;
}
.myTree_info > img {
    float: right;
    cursor: pointer;
}
/********************************************/
.progressbar-wrapper {
    background: #fff;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 5px;
}
.progressbar li {
    list-style-type: none;
    width: calc(100% / 10);
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}
.progressbar li:before {
    width: 30px;
    height: 30px;
    content: "";
    line-height: 60px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 3px auto;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 17px;
    left: -50%;
    z-index: 0;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active {
    color: green;
    font-weight: bold;
}
.progressbar li.active:before {
    background: #55b776  url(/Images/Icons/dollar.png) no-repeat center center;
}
.progressbar li.active + li:after {
    background-color: #f7b82e;
}
/********************************************/
#generationTableReport {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-collapse: collapse;
}
#generationTableReport th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
  padding: 5px;
}
#generationTableReport td, #generationTableReport th { 
  padding: 5px; 
  border: 1px solid #ccc; 
}
/********************************************/
.blog_uploadImage {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #515666;
    padding: 15px;
    border-radius: 13px;
    background-color: #cfd4d5;
    color: #505050;
    text-align: left;
}
.blog_uploadImage > img {
    float: right;
    cursor: pointer;
}
.blog_uploadImage > p {
    margin-top: 0px;
}
/********************************************/
/********************************************/
@media (max-width: 767px) {
    .buyin_ico_header > img {
        margin-right: 7px;
    }
    .buyin_ico_header > p {
        float: none;
    }
    .buyin_ico_buy:link, .buyin_ico_buy:visited {
        margin-top: 4px !important;
    }
    .myTree_info {
        width: 88vw;
    }
    .progressbar {
        margin-left: -35px;
    }
    .buyInPage_text {
        width: 90%;
    }
    .buyInPage_walletAddress {
        font-size: 0.8em;
    }
    /********************************************/
    #generationTableReport table, #generationTableReport thead, #generationTableReport tbody, #generationTableReport th, #generationTableReport td, #generationTableReport tr { 
		display: block; 
	}
    #generationTableReport thead tr { 
		position: absolute;
		/*top: -9999px;
		left: -9999px;*/
        width: 50%;
	}
	
	#generationTableReport tr { border: 1px solid #ccc; }

    #generationTableReport th { border: 0; padding-bottom: 6px;}
	
	#generationTableReport td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	#generationTableReport td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
}