/* @import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* tree */
.tree{
    --spacing : 1.5rem;
    --radius  : 9px;
    padding-left: 0 !important;
}
.tree li{
    display      : block;
    position     : relative;
    padding-left : calc(2 * var(--spacing) - var(--radius) - 2px);
}
.tree ul{
    /*margin-left  : calc(var(--radius) - var(--spacing));*/
    margin-left  : calc(var(--spacing) / -2);
    padding-left : 0;
}
.tree ul li {
    left: -.1px;
    border-left : 2px solid #ddd;
} 
.tree ul li:last-child{
    border-color : transparent;
}
.tree ul li::before{
    content      : '';
    display      : block;
    position     : absolute;
    top          : calc(var(--spacing) / -2);
    left         : -2px;
    width        : calc(var(--spacing));
    height       : calc(var(--spacing) + 1.5px);
    /* width        : calc(var(--spacing) + 2px);
    height       : calc(var(--spacing) + 1px); */
    border       : solid #ddd;
    border-width : 0 0 2px 2px;
}
.tree summary{
    display : grid;
    cursor  : pointer;
}
.tree summary a{
    font-weight: 400;
    color: #696767;
}
.tree summary::marker,
.tree summary::-webkit-details-marker{
    display : none;
}
.tree summary:focus{
    outline : none;
}
.tree summary:focus-visible{
    outline : 1px dotted #000;
}
.tree li::after,
.tree summary::before{
    content       : '';
    display       : block;
    position      : absolute;
    top           : calc(var(--spacing) / 2 - var(--radius) + 2.5px);
    /*left          : calc(var(--spacing) - var(--radius) - 2px);*/
    left          : calc(var(--spacing) - var(--radius) + 4px);
    width         : calc(1.6 * var(--radius));
    height        : calc(1.6 * var(--radius));
    border-radius : 50%;
}
.tree summary::before{
    z-index    : 1;
    background : #696 0 0;
}
.tree summary[data-ubicacion]::before {
    background : transparent  !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
    content: "\f3c5";
    top: -.1px;
    font-size: 17px;
    color:  #e73a15;/*e73a15*/
} 
.tree summary[data-ubicacion] a {
    color: #000;
    font-weight: 500; 
} 
.tree summary[data-activo]::before {
    background : transparent  !important;
    content: " ";
}
.tree summary[data-activo] {
    margin-left: -15px !important;
}
/* .tree summary[data-activo]::before {
    background : transparent  !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
    content: "\e066";
    top: -.1px;
    font-size: 15px;
    color: #473ede;
}  */
.tree summary[data-zona]::before {
    background : transparent  !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f21d";
    top: -.1px;
    font-size: 15px;
    color:  #0b6f09;
} 
.tree summary a {
    font-size: 13px;
}
.tree details[open] > summary::before{
    background-position : calc(-2 * var(--radius)) 0;
}
.tree ul li a:hover {
    color: #032fba;
    font-weight: 500;
}
.tree ul li a.active {
    color: #032fba;
    font-weight: 500;
}
#wrapper-tree {
    width: 100%;
    min-height: 88vh;
    max-height: 88vh;
    background: grey;
    overflow: auto;
}
#wrapper-tree summary {
    display: table;
    max-width: 50vw;
    table-layout: fixed;
    white-space: nowrap;
    padding-right: 15px;
}
/* #wrapper-tree ul li a {
    display: block;
    white-space: nowrap;
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
} */

.gradient-bg{
  	background: rgb(46,50,134);
	background: -moz-linear-gradient(151deg, rgba(46,50,134,1) 0%, rgba(23,25,67,1) 50%, rgba(46,50,134,1) 100%);
	background: -webkit-linear-gradient(151deg, rgba(46,50,134,1) 0%, rgba(23,25,67,1) 50%, rgba(46,50,134,1) 100%);
	background: linear-gradient(151deg, rgba(46,50,134,1) 0%, rgba(23,25,67,1) 50%, rgba(46,50,134,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e3286",endColorstr="#2e3286",GradientType=1);
}

.account-card {
	width: 400px;
    max-width: 400px;
    height: auto;
    padding: 2rem;
    background-color: rgba(46, 50, 134, 0.5);
    border-radius: 5px;
    -webkit-box-shadow: 0 0 45px 0 rgba(0,0,0,.12);
    box-shadow: 0 0 45px 0 rgba(0,0,0,.12);
}

.full-height-account{
	height: 100vh;
	display: flex;
    justify-content: center;
    align-items: center;
}

.input-container {
  padding: 0rem;
  color: #59595BCC;
}

.field-wraper-with-icon{
  position: relative;
  margin-bottom: 1rem;
}

.icon-inside-input{
  position: absolute;
  top: 35%;
  left: 16px;
  color: rgba(255,255,255, 0.5);
}

.field-wrapper-with-icon input{
  border: 1px solid rgba(255,255,255, 0.5);
  padding: 1rem 1rem 1rem 3rem;
  border-radius: 0.25rem;
  background-color: transparent;
  width: 100%;
  color: rgba(255,255,255, 0.5);
  outline: transparent;
  font-size: 14px;
}
 
.field-wrapper-with-icon .field-placeholder{
  font-size: 1rem;
  position: absolute;
  bottom: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(255,255,255, 0.5);
  left: 48px;
  -webkit-transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
  transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
  z-index: 1;
  text-align: left;
  line-height: 1.3;
}        
        
.field-wrapper-with-icon .field-placeholder span{
  background: none !important;
}
 
.field-wrapper-with-icon input:not([disabled]):focus~.field-placeholder{
  color: #59595BCC;
  border-radius: 7px;
}
 
.field-wrapper-with-icon input:not([disabled]):focus~.field-placeholder, .field-wrapper-with-icon.hasValue input:not([disabled])~.field-placeholder{
  -webkit-transform: scale(.79) translateY(-33px) translateX(-20px);
  transform: scale(.79) translateY(-33px) translateX(-20px);
  color: #ffffff;
  background-color: #2E3286;
  padding: 0rem 0.313rem;
} 

.field-wrapper-with-icon input:focus {
  border: 2px solid #ffffff;
  padding: 1rem 1rem 1rem 3rem;
  border-radius: 5px;
  width: 100%;
  background-color: transparent;
  outline-offset: 4px;
  outline: transparent;
}

.field-wrapper-with-icon{
  margin-bottom: 1.5rem;
  position: relative;
}

.btn-primary {
    color: #fff;
    background-color: #00549C;
    border-color: #00549C;
}

.btn-white {
    color: #00549C;
    background-color: rgba(255, 255, 255, 0.5);
    border-color: transparent;
}

.btn-white:hover {
    color: #00549C;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-white:focus {
    color: #00549C;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-white-active {
    color: #00549C;
    background-color: #ffffff;
    border-color: #ffffff;
}

.scroll-table {
    table-layout: fixed;
    overflow: auto; 
    height: 60vh;
    width: 100%;
}



@media screen and (max-width: 400px) {
	.account-card {
	    width: 330px;
	    max-width: 400px;
	    height: auto;
	    background-color: transparent;
	    border-radius: 0px;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    padding: 0rem;
	}
}

@media screen and (min-width: 401px) and (max-width: 580px) {
	.account-card {
	    width: 360px;
	    max-width: 400px;
	    height: auto;
	    background-color: transparent;
	    border-radius: 0px;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    padding: 0rem;
	}
}

div#breadcrumbs-veritcal>.breadcrumbs,
.breadcrumbs * {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding-left: 0 !important;
}

div#breadcrumbs-veritcal>.breadcrumbs a {
    text-decoration: none !important;
    margin: 4px !important;
    color: #000;
    font-size: 13px;
    /*white-space: nowrap;*/
}

div#breadcrumbs-veritcal>.breadcrumbs>li.active {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
}

div#breadcrumbs-veritcal>.breadcrumbs>li.active>a {
    color: #fff !important;
}

div#breadcrumbs-veritcal>.breadcrumbs>li {
    margin-bottom: 5px !important;
}

div#breadcrumbs-veritcal>.breadcrumbs>li:hover:not(li.active) {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
}

div#breadcrumbs-veritcal>.breadcrumbs>li:hover:not(li.active) a {
    color: #fff;
}

.no-padding-col {
    padding-right: 0;
    padding-left: 0;
}

.no-margin-card {
    margin-right: 0;
    margin-left: 0;
    padding: 35px 50px 35px 50px;
}

.no-radius-card {
    border-radius: 0;
}

.text-normal {
    text-transform: capitalize;
}

[data-tip] {
    position: relative;
}

[data-tip]:before {
    content: '';
    /* hides the tooltip when not hovered */
    display: none;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #9f2b12;
    position: absolute;
    top: 30px;
    left: 35px;
    z-index: 8;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

[data-tip]:after {
    display: none;
    content: attr(data-tip);
    position: absolute;
    top: 35px;
    left: 0px;
    padding: 5px 8px;
    background: #9f2b12;
    color: #fff;
    z-index: 9999;
    font-size: 0.75em;
    min-height: 28px;
    line-height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    word-wrap: normal;
}

[data-tip]:hover:before,
[data-tip]:hover:after {
    display: block;
}

#multi-seleccion {
    display: none;
}
#data-div-options {
    position: absolute;
    z-index: 99999 !important;
    background-color: #eeeded;
    width: 87%;
}
#data-div-options ul li {
    padding: 3px 9px 3px 9px;
}
#data-div-options ul li:hover {
    background-color: #0d6efd;
    color: white;
}
span.badge-option {
    padding: 7px !important;
}
input:not([type=date]):not([type=datetime-local]).has-input-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.95em + .395rem) calc(.95em + .395rem);
}
select.has-input-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(1.475em + .1875rem) center;
    background-size: calc(.95em + .395rem) calc(.95em + .395rem);
}

div.dataTables_length {
    font-size: 10pt !important;
    margin-bottom: 15px !important;
}
div.dataTables_filter {
    font-size: 10pt !important;
    margin-bottom: 15px !important;
}
div.dataTables_info {
    font-size: 10pt !important;
}
div.dataTables_paginate {
    font-size: 10pt !important;
}
table.datatable-aling thead tr th {
    text-align: center !important;
}
a.paginate_button {
    padding: 3px !important;
    font-size: 9pt;
}