/*! Customs Page v1.0.0 */
/* 
    Created on : 5 January  2021
    Company:   : Stellionet
    Developer  : Developer Jofrank Gomez Guerra
    Mail       : JofrankGG@gmail.com 
*/

.org_chart * {
  margin: 0px;
  padding: 0px;
}

.org_chart ul {
	padding-top: 12px;
  position: relative;
}

.org_chart li {
	float: left;
  text-align: center;
	list-style-type: none;
	padding: 12px 4px 0px 4px;
  position: relative;
}

.org_chart li::before, .org_chart li::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 49%;
    border-top: 1px solid #313131;
    width: 51%;
    height: 12px;
}

/*
.org_chart li::before, .org_chart li::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 50%;
    border-top: 1px solid #313131;
    width: 50%;
    height: 12px;
}


*/

.org_chart li::after{
    right: auto;
    left: 50%;
    border-left: 1px solid #313131;
}

.org_chart li:only-child::before, .org_chart li:only-child::after {
    display: none;
}

.org_chart li:only-child {
    padding-top: 0;
}

.org_chart li:first-child::before, .org_chart li:last-child::after{
    border: 0 none;
}

span.classy {
  background-color: DodgerBlue;
}

.org_chart li:last-child::before{
    border-right: 1px solid #313131;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

.org_chart li:first-child::after{
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

.org_chart ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #313131;
    width: 0;
    height: 12px;
}

.org_chart li button {
    border: 1px solid #fff;
    padding: 1em 0.75em;          
    text-decoration: none;
    color: #fff;
    background: #45484d; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #414345 0%, #232526 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  #414345 0%,#232526 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  #414345 0%,#232526 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414345', endColorstr='#232526',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    font-family: arial, verdana, tahoma;
    font-size: 0.85em;   
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
    font-weight: bold;
    min-height: 50px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
}

/* display: inline-block;*/

#tab_content_org_charts_general li button{
    padding: 0px 10px !important;     
}


.org_chart li button:hover {
    border: 1px solid #fff;
    color: #313131;
    background: #fff;
    background: -webkit-linear-gradient(to right, #fff, #fff);
    background: linear-gradient(to right, #fff, #fff);
}

.org_chart li button span {
    font-size: 1.0rem;
}

/*background-color: rgba(255,128,0,0.7);*/
.org_chart > ul > li > ul > li > a {
  width: 8em;
}

.org_chart .h--90{
  height: 94px;
}

.org_chart .h--80{
  height: 80px;
}

#tab_org_charts_general {  
    width: 1125px;
    padding: 0px;
    margin: 0px;  
}

#tab_content_org_charts_general{
    width: 1125px; 
    padding-top: 12px;
}

.org_chart_break {
    height: 30px;
    padding: 0px !important;
    border: 0px solid #313131!important;
    border-left: 1px solid #313131!important;
    margin: 0px -1px 0px 0px!important;
    border-top: 3px solid #313131!important;
    display: inline-block;
}

.org_chart ul {
    width: max-content;
    margin-left: auto!important;
    margin-right: auto!important;
}

.w--105{
    width: 105px !important;
}

.w--130{
    width: 130px !important;
}

.h--130{
    height: 130px !important;
}