#matrizColorSpan{
    color: #f5f6fa;
}

#matrizColorSinInformacionSpan{
    color: gray;
}

.columns1 {
    float: left;
    width: 75%;
  }

.columns2 {
    float: center;
    width: 25%;
    padding: 10px;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

 
@media only screen and (max-width: 600px) {
    .columns2 {
      width: 100%;
      text-align: center;
    }
  }

.logo-empresa
{
    display: block;
    padding: 0px;
    height: 60px;
}
.dropdown-menu {
    min-width: 16rem !important;
}
.logo-empresa img
{
    height: 90%;
}

.avatar img {
    width: 100% !important;
    /*height: 100% !important;*/
}

.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit-with-icons .fas .dx-link-icon {
    margin: 0 3px !important;
}

/* a.dx-link.dx-icon.fas.dx-link-icon {
    height: 6px !important;
}
a.dx-link.dx-icon-trash.dx-link-icon{
    color: #C4314B;
} */


.filemgr-wrapper {
    position: unset;
}

@media (min-width: 1200px) {
    .filemgr-content-body > div:first-child {
       max-width: 100%; 
      } 
    }
ul.ul-table{
    padding-left: 0px;
    margin-bottom: 0px;
}
/* solución implementada para textos extensos en menú */
ul > li.nav-item.with-sub > a
{
    white-space: pre-wrap; 
    white-space: -moz-pre-wrap; 
    white-space: -pre-wrap; 
    white-space: -o-pre-wrap; 
    word-wrap: break-word; 
}

ul > li.nav-item.with-sub > ul > li > a
{
    white-space: pre-wrap; 
    white-space: -moz-pre-wrap; 
    white-space: -pre-wrap; 
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
/*******************************************************/
ul > li.nav-item.with-sub > ul > li
{
    border-left: 1px solid #CCCCCC;
    padding-left: 10px;
    word-wrap: break-word;
}
ul > li.nav-item.with-sub > ul > li.active
{
    border-left: 2px solid #00A99A;
}

ul > li.nav-item.with-sub.show > ul
{
    padding-left: 10px;
}

.aside-body {
    padding: 20px;
}
.sidebar-nav .nav-link {
    padding-left: 10px;
}
.sidebar-nav .nav-link.active {
    left: -20px;
    padding-left: 25px;
    border-left: 5px solid #00A99A;
}
.sidebar-nav .nav {
    margin-left: 20px;
}

a svg.feather{
    width: 17px;
    height: 17px;
    margin-right: 5px;
    font-weight: normal;
}

button svg.feather
{
    width: 17px;
    height: 17px;
    margin-right: 5px;
    font-weight: normal;
}

.rounded-circle
{
    border: 1px solid #CCC;
}
a.avatar img.rounded-circle{
    background-color: #CCCCCC;
}

.list-avatar li
{
    display: inline;
    margin: 10px; 
}

.list-avatar li img
{
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: #FFFFFF;
}

.list-avatar li img:hover
{
    border: 1px solid #CCC;  
}

.aside-header
{
    background-color: #00A99A;
    color: #FFFFFF;
    margin: none;
}

.aside-header a img {
    width: 90%;
}
.aside-header .aside-menu-link {
    color: #FFFFFF;
}

.aside-body {
    background-color: #FFFFFF;
}

.tx-color-02 {
    color:  #00A99A;
}
.calendar-inline .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a, .calendar-inline .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a:hover, .calendar-inline .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a:focus {
    background-color: #00A99A;
    color:  #FFFFFF;
    font-weight: 500;
}
.calendar-content-body td.fc-today .fc-day-number, .calendar-content-body td.fc-today .fc-day-number:hover, .calendar-content-body td.fc-today .fc-day-number:focus {
    background-color: #00A99A;
    color: #fff;
    border-radius: 1px;
}

.ui-datepicker .ui-datepicker-calendar td span, .ui-datepicker .ui-datepicker-calendar td a {
    color: #707070;
}

.list-group-item .avatar img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.dx-treelist .dx-row > td, .dx-treelist .dx-row > tr > td {
    padding: 3x;
}

.dx-datagrid .dx-link {
    text-decoration: none;
    /* font-weight: bold; */
}

table.dx-treelist-table > tbody > tr > td > div.auditor {
    display: inline-block;
    width: 100%;
}

.navbar-header-fixed{
    z-index: 999;
}

.aside .aside-fixed {
    z-index: 99999;
}
.modal-open .modal {
    z-index: 9999999;
}
.modal-backdrop {
    z-index: 999999;
}

.leaflet-popup-content-wrapper > div > div > table > tbody > tr > td {
    padding: 2px;
}

.leaflet-popup-content-wrapper > div > div > table > thead > tr > th {
    padding: 2px;
}

.leaflet-popup {
    width: 250px;
}

.nroTablaPriorizacion{
    font-size: 20px;
    font-weight: bold;
}

.input-group-addon {
    display: flex;
    align-items: center;
    padding: 0.36875rem 0.625rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #596882;
    text-align: center;
    white-space: nowrap;
    background-color: #f5f6fa;
    border: 1px solid #c0ccda;
    border-left: none;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius:0.25rem;
}

ul.sin-margen{
    padding-left: 15px;
    margin: 5px;
    text-align: left;
}

.custom-switch {
    padding-left: 3.25rem;
}

@media (max-width: 1090px)
{
    
    body.show-aside .aside-header a img
    {
        visibility: visible;
    }

    /*.aside-header a img
    {
        visibility: hidden;
    }*/
}

/* .leaflet-container a {
    color: #00A99A !important; 
} */

.bg-alta-alta{
    background-color: #C4314B;
    color: #FFFFFF;
}
.bg-alta{
    background-color: #FF6961;
    color: #FFFFFF;
}
.bg-media-alta{
    background-color: #FF7575;
    color: #FFFFFF;
}
.bg-media{
    background-color: #FFC107;
    color: #6D6D6D;
}
.bg-media-baja{
    background-color: #FABF8F;
    color: #6D6D6D;
}
.bg-baja-media{
    background-color: #F2F391;
    color: #6D6D6D;
}
.bg-baja{
    background-color: #00A99D;
    color: #FFFFFF;
}
.bg-baja-baja{
    background-color: #5BCEC0;
    color: #FFFFFF;
}
.bg-sinasignar{
    background-color: #CCCCCC;
    color: #6D6D6D;
}
.bg-sininfo{
    background-color: #F0F0F0;
    color: #6D6D6D;
}

canvas {
    height: 100% !important;
  }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #00A99D;
    border-color: #00A99D;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #FFFFFF  !important;
    position: static !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5BCEC0;
    color: white;
}


div.button-group.div-middle{
    padding-top: 8% !important;
}


button.btn-icon > svg.feather{
    margin: 0px;
}


.divider-text {
    font-weight: bold !important;
    font-size: 12px !important;
}

/* Investigar según index modal - aside  */
.dx-overlay-content .dx-popup-content{
    z-index: 100000;
}

#menu-doc{
    white-space: inherit;
}
.dx-data-row .cell-wordWrap {
    white-space: normal;  
    word-wrap: break-word;  
}

.leaflet-control-attribution.leaflet-control {
	z-index: 0;
}

.dx-data-row .cell-noWordWrap {
    white-space: nowrap;  
    word-wrap: normal;  
}

.dx-datagrid-total-footer > .dx-datagrid-content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.card-header {
    padding-top: 10px;
    padding-bottom: 5px;
}

.card-body {
    padding-top: 10px;
    padding-bottom: 10px;
}

.card-body2{
    padding-top: 10px;
    padding-bottom: 10px;
}

.input-resumen{
    min-width: 50px;
}


.bg-gris-fondo{
    background-color: #F0F0F0;
    color: #6D6D6D;
}
.bg-gris-black-fondo{
    background-color: #9b9797;
    color: #FFFFFF;
}
.tx-danger{
    color: #C4314B;
}

iframe{
    border: none;
}

a.dx-link.dx-icon.fas.fa-trash.dx-link-icon{
    color: #C4314B;
}


/* a.dx-link.dx-icon.fas.fa-toggle-off.dx-link-icon{
    color: #C4314B;
} */

.dx-link.dx-icon.dx-link-icon{
    color: #00A99A;
}

.nav-aside .nav-link::before {
    bottom: auto;
}

.nav-aside .nav-item ul a {
    display: flex;
}
/* 
.card-title {
    color: white;
    font-weight: bold;
    background-color: #00A99A;
} */

@media (min-width: 564px){
.daterangepicker {
    width: 550px;
}}

span.tx-14{
    font-size: 14px !important;
}

/* SCROLL NOTIFICACIONES SEGUIMIENTOs */
.scrollable {
    max-height: 300px;
    overflow-y: scroll;
}

/* ESTILOS MODULO SEGUIMIENTO -> MIS SEGUIMIENTOS -> ESTADO SEGUIMIENTO */

#grid_procedimientos_sancionatorios_siguiendo span.current-value {
    margin-left: 5px;
}

#grid_procedimientos_sancionatorios_siguiendo .inc {
    color: #2ab71b;
}

#grid_procedimientos_sancionatorios_siguiendo .dec {
    color: #f00;
}

#grid_procedimientos_sancionatorios_siguiendo .inc .arrow,
#grid_procedimientos_sancionatorios_siguiendo .dec .arrow {
    display: inline-block;
    height: 10px;
    width: 10px;
    background-repeat: no-repeat;
    background-size: 10px 10px;
}

#grid_procedimientos_sancionatorios_siguiendo .inc .arrow {
    background-image: url('https://static.vecteezy.com/system/resources/previews/009/356/889/non_2x/check-mark-icon-sign-symbol-design-free-png.png');
}

#grid_procedimientos_sancionatorios_siguiendo .dec .arrow {
    background-image: url('https://w7.pngwing.com/pngs/380/139/png-transparent-x-red-mark-incorrect.png');
}