@import url("fonts.css");

body {
    width: inherit;
    background: #dae7e8 url("../images/bg-wave.png") top center no-repeat;
    background-size: 100% auto;
    font-family: 'Lato-Regular';
}

.clearfix {
    clear: both;
}
div#left {
    border: 1px solid red; 
    display: none;
}
div#content {
    left: 0px;
/*    border: 1px solid red;*/
/*    background: pink;*/
    height: calc(100vh - 110px);
}
div.orgChart {
    border: none;
    background-color: transparent;
    margin: 0px;
    padding: 0px;
}
div.orgChart div.node {
/*    height: auto;*/
    position: relative;
/*    border: none;*/
/*    background-color: #e6eeef;*/
    background-color: #fff;
    box-shadow: 0 6px 20px -6px rgba(0,0,0,0.2);
    padding: 0 0;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
/*    width: 79px;*/
    width: 75px;
/*    width: 60px;*/
/*    width: 70px;*/
/*    height: 150px;*/
    height: auto;
    
/*    display: inherit;*/
    
    margin: 0 auto;
    float: none;
    display: block;
    
    border: 2px solid #275c8e;
    overflow: hidden;
}

div.orgChart div.node.asosiasi {
/*    border: 2px solid #00a7b9;*/
}
div.orgChart div.node.cucu {
/*    border: 2px solid #00abe3;*/
}

td.node {
/*    border: 1px solid green;*/
/*    background: pink;*/
}
/*td::has( > div.level1) {*/
/*    border: 1px solid red;*/
    /* styles to apply to the li tag */ 
/*}*/

.node.tingkat0 {
/*    background-color: red !important;*/
}

.node.tingkat0 .line {
/*    border-color: red !important;*/
}

.logo {
/*    border: 1px solid red;*/
    padding-top: 10px;
    padding-top: 0px;
    
    display: none;
}
.logo img {
/*    width: 50%;*/
/*    height: 100%;*/
    width: 45%;
}
.title {
    font-family: 'Lato-Bold';
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    padding: 10px 4px 25px;
/*    background: #F4F4F4;*/
    
    background-color: #e5e5e5;
    background: url(images/linear_bg_2.png);
    background-repeat: repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5e5e5), to(#fff));
    background: -webkit-linear-gradient(top, #e5e5e5, #fff);
    background: -moz-linear-gradient(top, #e5e5e5, #fff);
    background: -ms-linear-gradient(top, #e5e5e5, #fff);
    background: -o-linear-gradient(top, #e5e5e5, #fff);

}
.title {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.title.with-persen-title {
    padding-bottom: 37px;
}

.logo ~ .title {
    -webkit-border-radius: 0px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius: 0px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    
/*    padding-bottom: 40px;*/
    padding-bottom: 10px;
    font-size: 9px;
    text-transform: uppercase;
    
    min-height: 42px;
}
.persentase {
/*                border: 1px solid green;*/
/*    position: absolute;*/
    bottom: 0;
    left: 0;
/*    top: 10px;*/
/*    right: -60px;*/

/*    width: 60px;*/
/*    width: calc(50% - 1px);*/
    width: 100%;
    font-size: 8px;
    font-weight: normal;
    background: #275c8e;
    color:  #FFFFFF;
    
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 4px;
    padding-right: 4px;
    
    line-height: normal;
    min-height: 48px;
    
    
    -webkit-border-radius: 7px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius: 7px;
    -moz-border-radius-topleft: 0px;
    border-radius: 7px;
    border-top-left-radius: 0px;

}

.persentase ~ .persentase {
/*    border: 1px solid red;*/
    clear: both;
    left: auto;
    right: 0;
    
    -webkit-border-radius: 7px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius: 7px;
    -moz-border-radius-topright: 0px;
    border-radius: 7px;
    border-top-right-radius: 0px;
}
.cucu .persentase {
/*    background: #00abe3;*/
}
.asosiasi .persentase {
/*    background: #00a7b9;*/
}
.afiliasi .persentase {
/*    background: #72349e;*/
}

div.orgChart div.node.kosong {
/*    border: 1px solid red;*/
    float: none;
    height: 120px;
    
    border: 2px solid black;
    border-width: 0 2px 0;
    width: 0;
    
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
div.orgChart div.node.level0 {
    height: auto;
}
div.orgChart div.node.level0 .logo {
    padding-bottom: 10px;
}

/****/
.eksternal {
/*    border: 10px solid red !important;*/
    padding: 10px 100px;
/*    border: 1px solid purple;*/
    
    position: relative;
}
.eksternal .item {
/*    border: 1px solid red;*/
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #FFFFFF;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; 
    border-radius: 50%;
    
    position: relative;
    
    border: 2px solid #8b164d;
    box-sizing: border-box;
    
}
.eksternal .item .logo {
/*    border: 1px solid cyan;*/
/*    text-align: center;*/
    padding-top: 0px;
    height: 100%;
    
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */

}
.eksternal .item .logo img {
    width: 60%;
}
.eksternal .item .persentase {
/*    border: 2px solid red;*/
/*    position: relative;*/
    top: calc(50% - 14px);
/*    right: calc(-50% + 2px);*/
    right: calc(-100% + 2px);
    left: auto;
    bottom: auto;
    
    -webkit-border-radius: 0px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius: 0px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-radius: 0px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    
    background: #8b164d;
}

/****/
.vr-line {
/*    background: pink;*/
    float: left;
    width: 80px;
    height: 20px;
/*    border: 1px solid blue;*/
}
.vr-line span {
    border: 2px solid black;
    margin-left: calc(40px - 2px);
    
}
.vr-line.kosong {
/*    border: 1px solid green;*/
    border-width: 1px 0 1px 0;
    float: left;
    width: 80px;
    
/*    border: 1px solid yellow;*/
}
.area-child {
/*    border: 2px solid green;*/
    clear: both;
}
.area-child .item {
    float: left;
}
.area-child .item:nth-child(1) .persentase {
/*    border: 1px solid red;*/
    right: auto;
/*    left: calc(-50% + 2px);*/
    left: calc(-100% + 2px);
    
    -webkit-border-radius: 7px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius: 7px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-radius: 7px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.t-line {
/*    border: 1px solid red;*/
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    
    float: left;
}
.t-line span {
    display: inline-block;
/*    border: 1px solid cyan;*/
    width: 80px;
    height: 80px;
    line-height: 80px;
  background: url("../images/t-line.png") top left;
    background-size: 100% auto;
}

.top-line-kanan {
    background: url("../images/hr-line.png")  left 38px top no-repeat;
    background-size: 100% auto;
/*    height: 4px;*/
}
.top-line {
    border-top: 4px solid black !important;
}

/****/
.area-legend-jenis-perusahaan {
/*    border: 1px solid red;*/
    position: absolute;
/*    right: 40px;*/
/*    background: rgba(255,255,255,0.5);*/
    background: rgba(0,0,0,0.05);
/*    padding: 25px 30px;*/
/*    padding-top: 10px;*/
/*    padding-bottom: 5px;*/
    
    right: 30px;
    bottom: 30px;
    z-index: 11;
    width: 25vw;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.area-legend-jenis-perusahaan .item {
/*    float: left;*/
/*    border: 1px solid cyan;*/
/*    margin-left: 15px;*/
/*    margin-bottom: 5px;*/
    font-size: 14px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.area-legend-jenis-perusahaan .item i {
    font-size: 18px;
    margin-right: 5px;
}
.area-legend-jenis-perusahaan .item.anak i {
    color: #275c8e;
}
.area-legend-jenis-perusahaan .item.cucu i {
    color: #00abe3;
}
.area-legend-jenis-perusahaan .item.asosiasi i {
    color: #00a7b9;
}

.area-legend-jenis-perusahaan table {
    font-size: 12px;
    border-collapse: collapse;
    width: 100%;
}
.area-legend-jenis-perusahaan table td {
    padding: 6px 4px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.area-legend-jenis-perusahaan table td:nth-child(1) {
    width: 10px;
}
.area-legend-jenis-perusahaan table td:nth-child(2) {
    width: 90px;
}
.area-legend-jenis-perusahaan table td:nth-child(3) {
    width: 10px;
}

/****/
.area-legend-jenis-perusahaan .accordion.active {
    background-color: #3a80a7;
    
/*    background-color: #cccccc;*/
    color: #FFFFFF;
}
.area-legend-jenis-perusahaan .accordion.active::after {
    color: #FFFFFF;
}

/****/
#main {
/*    margin-top: -50px; */
    position: absolute;
/*    border: 1px solid red;*/
/*    width: calc(100% - 0px);*/
    padding-bottom: 30px;
    
    z-index: 10;
    
/*    width: calc(100vw - 200px);*/
}

/****/
.node.level1.node4.level1-node4 {
/*    border: 2px solid yellow !important;*/
    margin-right: 30px !important;
}
.node.level1.node4.level1-node4:after {
/*    content:"";*/
    position: absolute;
    bottom: 0;
/*    left: 0;*/
/*    right: 0;*/
/*    height: 0.5em;*/
    
    border-top: 4px solid black;
    z-index: -1;
    
    width: 40px;
    height: calc(150px / 2);
    right: -40px;
    left: auto;
/*    background: red;*/

    
    content: "11,10%";
    font-size: 9px;
}

/****/
.logo-header {
    display: inline-block;
    padding: 5px 0 0;
    width: 225px;
    background: #3a80a7;
    text-align: center;
/*    border: 1px solid cyan;*/
/*    border: 1px solid cyan;*/
    float: left;
}
.nama-header {
/*    border: 1px solid red;*/
    display: inline-block;
    height: 58px;
    line-height: 58px;
    color: #fff;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

/****/
.container-full-hight {
    border: 2px solid green;
    height: calc(100vh - 60px);
}

/****/
.area-profil {
    background: #FFFFFF;
    border: 1px solid red;
    height: calc(50vh - 60px);
    padding: 20px;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
}

/****/
.area-modul-lain {
    border: 1px solid green;
    height: calc(50vh - 60px);
}
.area-modul-lain .judul {
    background: #4dbab2;
    color: #fff;
    padding: 10px;
    width: 50%;
    font-weight: bold;
    text-transform: uppercase;
    
    -webkit-border-radius: 1px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius: 1px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-radius: 1px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}