.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
  border-bottom: 2px solid #009efb;
  border-top: 2px solid #009efb;
  background-color: #D8F5FF;
}

.table-condensed th{
  font-size: 12px !important;
}

.headt td {
  padding: 5px;
}




table.gridtable {
    table-layout: auto;
    width: 100%;
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 2px;
	border-color: #ededed;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 2px;
    font-size:12px;
	padding: 3px;
	border-style: solid;
	border-color: #ffffff;
    background-color: #006699;
    color: white;
}
table.gridtable td {
	border-width: 2px;
	padding: 3px;
	border-style: solid;
	border-color: #e5e5e5;

}

fieldset{
   border: 1px solid #0c62d1 !important;
   margin: 0;
   min-width: 0;
   padding: 5px;
   position: relative;
   background-color:#ffffff;
   padding-left:10px!important;
 }

 legend{
   font-size:14px;
   font-weight:bold;
   margin-bottom: 0px;
   width: 35%;
   border: 1px solid #0c62d1;
   border-radius: 4px;
   padding: 5px 5px 5px 10px;
   background-color: #e5e4e2;
 }

 .content-2 {
   height: 500px;
   background-color: white;
 }



  #map{ position:absolute; top:0; bottom:0; width:100%; height: 550px; }

  .marker {
    background-image: url('https://zakautoleasing.com/wp-content/uploads/2015/11/map-marker-icon-e1478108390345.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
  }
  .mapboxgl-popup {
    max-width: 200px;
  }
  .mapboxgl-popup-content {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
  }


/*** ************************* ***/
/*** ESTILO PARA EL ORGANIGRAMA ***/
/*** ************************* ***/

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}





#container {
    margin: 0 auto;
    width: 95%;
}

#link {
    color: black;
    text-decoration: none;
}
#link:hover {
    color: white;
    text-decoration: none;
}

ol.organizational-chart,
ol.organizational-chart ol,
ol.organizational-chart li,
ol.organizational-chart li > div {
    position: relative;
}

ol.organizational-chart,
ol.organizational-chart ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.organizational-chart {
    text-align: center;
}

ol.organizational-chart ol {
    padding-top: 1em;
}

ol.organizational-chart ol:before,
ol.organizational-chart ol:after,
ol.organizational-chart li:before,
ol.organizational-chart li:after,
ol.organizational-chart > li > div:before,
ol.organizational-chart > li > div:after {
    background-color: #000000;
    content: '';
    position: absolute;
}

ol.organizational-chart ol > li {
    padding: 0.7em 0 0 0.7em;
}

ol.organizational-chart > li ol:before {
    height: 1em;
    left: 50%;
    top: 0;
    width: 3px;
}

ol.organizational-chart > li ol:after {
    height: 3px;
    left: 3px;
    top: 1em;
    width: 50%;
}

ol.organizational-chart > li ol > li:not(:last-of-type):before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 0.7em;/* original 1 cambiado por link*/
}

ol.organizational-chart > li ol > li:not(:last-of-type):after {
    height: 100%;
    left: 0;
    top: 0;
    width: 3px;
}

ol.organizational-chart > li ol > li:last-of-type:before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 1em;
}

ol.organizational-chart > li ol > li:last-of-type:after {
    height: 2em;
    left: 0;
    top: 0;
    width: 3px;
}

ol.organizational-chart li > div {
    background-color: #fff;
    border-radius: 2px;
    min-height: 2em;
    padding: 0.2em; /*** 0.5 ***/
}

/*** PRIMARY ***/
ol.organizational-chart > li > div {
    background-color: #28a745;
    color: #ffffff;
    margin-right: 1em;
    border-width: 1px;
    border-style: solid;
    border-color: black;

}

ol.organizational-chart > li > div:before {
    bottom: 2em;
    height: 3px;
    right: -1em;
    width: 1em;
}

ol.organizational-chart > li > div:first-of-type:after {
    bottom: 0;
    height: 2em;
    right: -1em;
    width: 3px;
}

ol.organizational-chart > li > div + div {
    margin-top: 1em;
}

ol.organizational-chart > li > div + div:after {
    height: calc(100% + 1em);
    right: -1em;
    top: -1em;
    width: 3px;
}

/*** SECONDARY ***/
ol.organizational-chart > li > ol:before {
    left: inherit;
    right: 0;
}

ol.organizational-chart > li > ol:after {
    left: 0;
    width: 100%;
}

ol.organizational-chart > li > ol > li > div {
    background-color: #0693e3;
    padding: 1px 1px 1px 1px;
    color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: black;

}

/*** TERTIARY ***/
ol.organizational-chart > li > ol > li > ol > li > div {
    background-color: #dce1e6;
    padding: 1px 1px 1px 1px;
    color: #000000;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    font-size: small;
}

ol.organizational-chart > li > ol > li > ol > li > div:hover {
	border: 1px solid #0693e3;
	color: #ffffff;
  background-color: #0693e3;
}




/*aumentado para el link */

ol.organizational-chart > li > ol > li > ol > li > a> div {
    background-color: #dce1e6;
    padding: 1px 1px 1px 1px;
    color: #000000;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    font-size: small;
}

ol.organizational-chart > li > ol > li > ol >  li > a>div:hover {
	border: 1px solid #0693e3;
	color: #ffffff;
    background-color: #0693e3;
}
/*******************/







/*** QUATERNARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > div {
    background-color: #fca858;
}

/*** QUINARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > ol > li > div {
    background-color: #fddc32;
}

/*** MEDIA QUERIES ***/
@media only screen and ( min-width: 64em ) {

    ol.organizational-chart {
        margin-left: -1em;
        margin-right: -1em;
    }

    /* PRIMARY */
    ol.organizational-chart > li > div {
        display: inline-block;
        float: none;
        margin: 0 1em 1em 1em;
        vertical-align: bottom;
    }

    ol.organizational-chart > li > div:only-of-type {
        margin-bottom: 0;
        width: calc((100% / 1) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2) ~ div {
        width: calc((100% / 2) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3) ~ div {
        width: calc((100% / 3) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4) ~ div {
        width: calc((100% / 4) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5) ~ div {
        width: calc((100% / 5) - 2em - 4px);
    }

    ol.organizational-chart > li > div:before,
    ol.organizational-chart > li > div:after {
        bottom: -1em!important;
        top: inherit!important;
    }

    ol.organizational-chart > li > div:before {
        height: 1em!important;
        left: 50%!important;
        width: 3px!important;
    }

    ol.organizational-chart > li > div:only-of-type:after {
        display: none;
    }

    ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after,
    ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        bottom: -1em;
        height: 3px;
        width: calc(50% + 1em + 3px);
    }

    ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after {
        left: calc(50% + 3px);
    }

    ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        left: calc(-1em - 3px);
    }

    ol.organizational-chart > li > div + div:not(:last-of-type):after {
        height: 3px;
        left: -2em;
        width: calc(100% + 4em);
    }

    /* SECONDARY */
    ol.organizational-chart > li > ol {
        display: flex;
        flex-wrap: nowrap;
    }

    ol.organizational-chart > li > ol:before,
    ol.organizational-chart > li > ol > li:before {
        height: 1em!important;
        left: 50%!important;
        top: 0!important;
        width: 3px!important;
    }

    ol.organizational-chart > li > ol:after {
        display: none;
    }

    ol.organizational-chart > li > ol > li {
        flex-grow: 1;
        padding-left: 0.2em;
        padding-right: 0.2em;
        padding-top: 1em;
    }

    ol.organizational-chart > li > ol > li:only-of-type {
        padding-top: 0;
    }

    ol.organizational-chart > li > ol > li:only-of-type:before,
    ol.organizational-chart > li > ol > li:only-of-type:after {
        display: none;
    }

    ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after,
    ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        height: 3px;
        top: 0;
        width: 50%;
    }

    ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after {
        left: 50%;
    }

    ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        left: 0;
    }

    ol.organizational-chart > li > ol > li + li:not(:last-of-type):after {
        height: 3px;
        left: 0;
        top: 0;
        width: 100%;
    }

}
/*** ************************* ***/
/*** FIN ORGRANIGRAMA ***/
/*** ************************* ***/

#addShortcutIconContainer {
    width: 45px;
    height: 45px;
    background-color: #fff;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

#addShortcutIcon {
    width: 40px;
    height: 40px;

    background-image: url('https://estadis.es/assets/img/link.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    filter: invert(32%) sepia(98%) saturate(2000%) hue-rotate(180deg) brightness(95%) contrast(90%);
}