
.full-screen-helper {
    background-color: white;
}


.container-error { 
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;    
}

.container-error .icon-error .glyphicon {
    font-size: 6em;
    color: #d29494;
    margin-bottom: 15px;
}



.loading-container {
    margin-top: 40px;
    margin-bottom: 40px;
    z-index: 1050;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: #000000b3;
}


.loading-container .loading-item {
    position: relative;
    width: auto;
    margin: 0 auto;
    color: white;
}

.loading-container.sub-modal {
    width: 100%;
    height: 43vw;
    position: absolute;
    top: 0;
    margin: 0;
    padding-top: 124px;
}

.modal-header .close, .modal-header .close:hover, .modal-header .close:focus {
    background-color: #e83d3d;
    opacity: 1;
    color: white;
    padding: 2px 10px;
    font-weight: normal;
    font-size: 34px;
}

.loading-container,
#modal-orgchart.modal {
    z-index: 99999;
}

#modal-orgchart button.close {
    font-size: 43px;
    position: absolute;
    right: 20px;
    top: 10px;
    color: white;
}

#modal-orgchart .modal-content {
    border-radius: 0;
}

#modal-orgchart .modal-title{
    color: #057696;
}

#modal-orgchart .modal-footer {
    border: none;
}

.orgchart-container,
.centered{
	max-width: 100%;
	margin: 0 auto;	
	position: relative;	
}

.centered{
	overflow-x: auto;
    overflow-y: hidden;
	margin-bottom:20px;	
	border: 3px solid #ccc;
	position: relative;
}

.orgchart-container .btn-zoom-container{
	visibility: hidden;
}

.orgchart-container:hover .btn-zoom-container{
	visibility: visible;
}

.btn-zoom-container {
    position: absolute;
    display: inline-block;
	text-align: left;
	z-index: 99999;
    top: 100px;
    right: 5%;
	opacity: 0.4;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;		
}

.btn-zoom-container:hover,
.btn-zoom-container:focus{
	opacity: 1;
}

.btn-opt,
.btn-zoom {
    background-color: #d8d8d8;	
	display: block;
    cursor: pointer;
    padding: 7px 10px;
    color: #333;	
	border: 1px solid #a9a6a6;	
	font-size: 20px;
}

.btn-opt.btn-fullscreen,
.full-screen-helper .btn-compress{
	margin-bottom: 10px;
}

.btn-zoom:hover {
    background-color: #a7a7a7;
}

.btn-zoom.btn-zoom-in {
    border-bottom: none;
}

.full-screen-helper .btn-fullscreen, 
.btn-exit-fullscreen,
.btn-compress{
	display: none!important;
}

.full-screen-helper .btn-compress,
.full-screen-helper .btn-exit-fullscreen {
    display: block !important;
}

.full-screen-helper .btn-exit-fullscreen {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    text-transform: uppercase;
    padding-right: 25px;
    padding-left: 25px;
}

.btn-container-footer{
	text-align: center;
}

.orgchart .root-chart:focus{	
	outline: none;
}

.orgchart .nodecontent{
	max-width: 90px;
	font-size: 12px;
    background-color: white;
    color: #333;
    box-shadow: 0 0 0px 1px #ccc;
    border-radius: 5px;
    box-sizing: unset;    
    cursor: pointer;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;	
	
	user-select: none; /* supported by Chrome and Opera */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none;	
	
	
}

.orgchart .nodecontent:hover {
    background: none;
}

.orgchart .nodecontent .sigla-node {
    background-color: #0080a5;	
	color: white;
    border-radius: 3px 3px 0 0;	
    margin: -10px -10px 0 -10px;
	padding: 10px 10px 5px 10px;
}
.orgchart .nodecontent .name-node {
    font-size: 10px;
    margin: 0;
    margin-top: 6px;
    overflow: hidden;	
}

ul.level-0 .nodecontent .sigla-node{background-color:#c15362;}
/*ul.level-1 .nodecontent .sigla-node{background-color:#2a435d;}*/
ul.level-2 .nodecontent .sigla-node{background-color:#0080a5;}
ul.level-3 .nodecontent .sigla-node{background-color:#00a594;}
ul.level-4 .nodecontent .sigla-node{background-color:#775486;}
ul.level-5 .nodecontent .sigla-node{background-color:#677079;}
ul.level-6 .nodecontent .sigla-node{background-color:#8e9194;}



.btn-zoom-container-top {
    visibility: visible;
    top: 0;
    position: relative;
    right: 0;
    opacity: 1;
    margin-bottom: 0px;
    text-align: right;
}

.btn-zoom-container-top .btn-opt, 
.btn-zoom-container-top .btn-zoom {
    display: inline-block;
    margin-right: -1px;
    margin-bottom: 0px;
    font-size: 0.9em;
    text-decoration: none;
    background-color: #e6e6e6;
    border: 1px solid #dcdcdc;
    color: #4d4d4d;
}

.btn-zoom-container-top .btn-opt:hover, 
.btn-zoom-container-top .btn-zoom:hover {
    background-color: #c86673;
    border-color: #c1636f;
    color: #fff;
    text-decoration: none;
}

.btn-zoom-container-top .btn-opt i,
.btn-zoom-container-top .btn-zoom i {
    margin-right: 7px;
}

.btn-zoom-container-top .btn-zoom.btn-zoom-in {
    border-bottom: 1px solid #dcdcdc;
}


@media (min-width: 992px) {
    .organograma-modal .modal-full {
        width: 90%;
    }
}