
nav.menu--main ul.dropdown-menu {
    background-color: #000;
}

table tr.row-expanded {
    border-top: 5px solid black;
    border-left: 5px solid black;
    border-right: 5px solid black;
}
table tr.row-details {
    border-bottom: 5px solid black;
    border-left: 5px solid black;
    border-right: 5px solid black;
}

#block-languageswitcher {
    float: right;
}
#block-languageswitcher li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.navbar-dark .navbar-brand img {
    filter: none!important;
}

.container-dashboard .card {
    padding-top: 15px;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.container-ewallet-dashboard #edit-description-0-format {
    display: none;
}

.container-ewallet-dashboard div.description {
    display: none;
}

.container-ewallet-dashboard #edit-files-0--description {
    display: block;
}


.container-dashboard .card .amount {
    font-size: 1.75rem;
}

.container-dashboard .card-ewallet .amount, .container-dashboard .card-ewallet .icon-topleft {
    color: #9C67CE;
}

.container-dashboard .card-commision-earned .amount, .container-dashboard .card-commision-earned .icon-topleft {
    color: #428FA8;
}

.container-dashboard .card-payout-released .amount, .container-dashboard .card-payout-released .icon-topleft {
    color: #3F80B0;
}

.container-dashboard .card-payout-pending .amount, .container-dashboard .card-payout-pending .icon-topleft {
    color: #BDAD28;
}

.container-dashboard .card-payout-onhold .amount, .container-dashboard .card-payout-onhold .icon-topleft {
    color: #AA0000;
}

.container-dashboard.container-transactions {
    background-color: #f6f6f6;
    padding-top: 10px
}


.container-dashboard.container-transactions .views-element-container {
    margin: 15px;
}


.icon-topleft {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 50px;    
}

.icon-profile {
    font-size: 50px;
}
.icon-shop {
    max-width: 100px;
    margin: auto;
}


.view-mlm-transactions .form-item-email {
    clear: both;
}
.view-mlm-transactions .views-field-month {
    min-width: 60px;
}
.view-mlm-transactions .views-field-earliestpayout {
    min-width: 80px;
}
.view-mlm-transactions .views-field-price, .view-mlm-transactions .views-field-points  {
    text-align: right;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

body { background: #fff; }
/* optional Container STYLES */
.chart { height: 550px; margin: 5px; width: 100%;  }
.Treant > .node {  }
.Treant > p { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: bold; font-size: 12px; }
.node-name { font-weight: bold;}


.Treant .collapse-switch { width: 100%; height: 100%; border: none; }
.Treant .node.collapsed { background-color: #DEF82D; }
.Treant .node.collapsed .collapse-switch { background: none; }

.Treant p.node-name, .Treant p.node-title, .Treant p.node-pv, .Treant p.node-gv, .Treant p.node-payup { margin: 0px; }
.Treant p.node-pv, .Treant p.node-gv {
    display: inline-block; 
    width: 50%;
    font-weight: bold;
}
.Treant p.node-pv {
    background-color: #afa;
}
.Treant p.node-gv {
    background-color: #def82d;
}
.Treant p.node-pv:before {
    content: "PV: ";    
}
.Treant p.node-gv:before {
    content: "GV: ";    
}
.Treant .node.locked:before {
    content: "lock";
    position: relative;   
    float: left;
    width: 20px;
    height: 19px;
    cursor: pointer;
    text-indent: -9999px;
    direction: ltr;
    border: 0;
    outline: 0;
    background: url(/core/modules/color/images/lock.png) no-repeat 50% 0;
} 
.Treant p.node-payout-pv {
    position: absolute;
    top:0px;
    right: 0px;
    background-color: #afa;
    padding: 2px;
    width: 60px;
    text-align: right;
}
.Treant p.node-payout-gv {
    position: absolute;
    top:20px;
    right: 0px;
    background-color: #def82d;
    padding: 2px;
    width: 60px;
    text-align: right;
}
.Treant p.node-refcode {
    position: absolute;
    top: 40px;
    right: 0px;
    background: #000;
    color: #fff;
    padding: 0px 2px 0px 2px;
    font-weight: bold;
    width: 60px;
    text-align: right;
}

.Treant .node.employee {
    background-color:#ddd;
}

.Treant .node.hotel {
    background-color:#DEF82D;
}

.nodeExample1 {
    padding: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #000;
    width: 200px;
    font-family: Tahoma;
    font-size: 12px;
}

.nodeExample1 img {
    margin-right:  10px;
}




.gray {
    background-color: #909090;
}

.light-gray {
    background-color: #D3D3C7;
}

.blue {
    background-color: #A2BDFD;
}