/*
 *  -------------------------------------------------
 *  Hybrid MLM  Copyright (c) 2018 All Rights Reserved
 *  -------------------------------------------------
 *
 *  @author Acemero Technologies Pvt Ltd
 *  @link https://www.acemero.com
 *  @see https://www.hybridmlm.io
 *  @version 1.00
 *  @api Laravel 5.4
 */


section {
    min-height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /*padding: 50px 0;*/
    position: relative;
}

section .github-badge {
    position: absolute;
    top: 0;
    left: 0;
}

section h1 {
    text-align: center;
    margin-bottom: 70px;
}

section .hv-container {
    flex-grow: 1;
    overflow: auto;
    justify-content: center;
    box-shadow: 0px 2px 14px inset #e6e6e6;
    border-radius: 9px !important;
}

.basic-style {
    background-color: #EFE6E2;
}

.basic-style > h1 {
    color: #ac2222;
}

p.simple-card {
    margin: 0;
    background-color: #fff;
    color: #DE5454;
    padding: 30px;
    border-radius: 7px;
    min-width: 100px;
    text-align: center;
    box-shadow: 0 3px 6px rgba(204, 131, 103, 0.22);
}

.hv-item-parent p {
    font-weight: bold;
    color: #DE5454;
}

.management-hierarchy {
    background-color: #fff;
}

.management-hierarchy > h1 {
    color: #303840;
}

.management-hierarchy .person {
    text-align: center;
    cursor: pointer;
}

.management-hierarchy .person > img {
    width: 60px;
    height: 60px;
    border: 1px solid #8a8a8a;
    border-radius: 50% !important;
    overflow: hidden;
    padding: 3px;
    background-color: #fff;
}

.management-hierarchy .person > p.name {
    background-color: #ffffff;
    margin-top: 7px !important;
    padding: 5px 10px;
    border-radius: 5px !important;
    font-size: 12px;
    border: 1px solid #c3c3c3 !important;
    font-weight: normal !important;
    color: #353638 !important;
    margin: 0;
    position: relative;
}

.management-hierarchy .person > p.name b {
    color: rgba(59, 170, 157, 0.5);
}

.management-hierarchy .person > p.name:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 8px;
    background-color: #303840;
    left: 50%;
    top: 0;
    transform: translateY(-100%);
}

.hv-item-parent.noChildren {
    margin-bottom: 25px !important;
}

.hv-item-child.emptyNode:before {
    height: 35px !important;
    top: 10px !important;
}

.hv-item-child.emptyNode .hv-item {
    margin-top: 10px !important;
}

button.btn.btn-outline.expandNode {
    bottom: 25px;
    position: relative;
    border-radius: 50% !important;
}

button.registerNode {
    background: #fff;
    border: 1px solid black;
}

.hv-item button {
    width: 35px;
    float: none !important;
    height: 35px;
    display: block;
    margin: auto;
    text-align: center;
    background: white;
    border: 1px solid #7f7e7e;
    padding: 5px !important;
    color: #868686;
}

span.childCollapse {
    height: 11px;
    display: block;
    background: white;
    top: 0px;
    margin: auto;
    position: relative;
    z-index: 99;
    width: 12px;
    line-height: 1;
}

.hv-item-children.closed {
    transform: scale(0);
}

.treeWrapper {
    margin-top: 20px;
}

.treeOptions {
    position: absolute;
    right: 6px;
    top: 5px;
    z-index: 999;
}

span.trigger {
    padding: 3px 9px;
    font-weight: 600;
    display: block;
    background: #fff;
    box-shadow: 0px 1px 12px #ddd;
    border: 1px solid #e8e8e8;
    color: #8c8c8c;
    font-size: 13px;
    cursor: pointer;
    border-radius: 5px !important;
}

.treeSwitches {
    position: absolute;
    left: 0;
    display: flex;
    padding: 10px;
   /* z-index: 9999;*/
    z-index: 1;
}

.treeSwitches .switch {
    font-size: 26px;
    cursor: pointer;
    margin-right: 10px;
    display: inline-block;
    color: #b3b3b3;
}

.treeSwitches .switch:hover {
    color: #666;
}
.tree-outer-wrapper.portlet.light {
    padding: 12px 0px 15px;
}
