.rounded-circle-violet {
    border: 1px solid #957fb0;
    border-radius: 50% !important;
  }

  .rounded-circle-green {
    border: 1px solid #2aa960;
    border-radius: 50% !important;
  }

  .rounded-circle-orange {
    border: 1px solid #f27c03;
    border-radius: 50% !important;
  }

  .rounded-circle-greeno {
    border: 1px solid #6ca24e;
    border-radius: 50% !important;
  }
  
  .rounded-circle-yellow {
    border: 1px solid #e9d95b;
    border-radius: 50% !important;
  }

  .rounded-circle-blue {
    border: 1px solid #0188d0;
    border-radius: 50% !important;
  }

  .rounded-circle-violet {
    border: 1px solid #394baa;
    border-radius: 50% !important;
  }

  .rounded-circle-black {
    border: 1px solid #010001;
    border-radius: 50% !important;
  }

  .rounded-circle-red {
    border: 1px solid #d92550;
    border-radius: 50% !important;
  }


  .icon-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .icon-wrapper {
    width: 54px;
    height: 54px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  
  .icon-wrapper-alt {
    margin: 0;
    height: 44px;
    width: 44px;
    text-align: center;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
  }
  
  .icon-wrapper-alt .icon-wrapper-bg {
    opacity: 0.1;
    transition: opacity 0.2s;
    border-radius: 40px;
  }
  
  .icon-wrapper .icon-wrapper-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;
    opacity: 0.2;
  }
  
  .btn_notif {
    font-size: 0.8rem;
    font-weight: 500;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-decoration: none !important;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s,
    box-shadow 0.15s;
    border: none;
    background: transparent;
    height: 53px;
    display: flex;
    align-items: center;
  }

 .btn_update {
  border: 1px solid #687e9b; 
  width: 36px; 
  height: 36px; 
  border-radius: 50%; 
  display: flex; 
  justify-content: center; 
  align-items: center;
 }

  .badge_notif {
    position: relative;
    top: -1px;
    /* text-indent: -999em; */
    padding: 0;
    width: 8px;
    height: 8px;
    border: transparent solid 1px;
    border-radius: 30px;
    min-width: 2px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    min-width: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .badge-dot-sm {
    width: 6px;
    height: 6px;
  }
  
  .badge-dot.badge-dot-sm {
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
  
  .icon-wrapper-alt .badge-dot {
    top: -3.5px;
    right: -6.5px;
    width: 2.5rem;

  }
  
  .badge-dot {
    position: absolute;
    border: #fff solid 2px;
    top: -5px;
    right: -5px;
    width: 11px;
    height: 11px;
  }
  
  .badge_notif {
    margin-left: 8px;
  }
  
  .badge_red {
    color: #fff;
    background-color: #d92550;
  }
  
  .bg_red:hover {
    color: #fff;
    background-color: #d92550 !important;
  }
  
  .icon_red {
    color: #d42345;
  }
  
  .badge_green {
    color: #fff;
    background-color: #2ca961;
  }
  
  .bg_green:hover {
    color: #fff;
    background-color: #2ca961;
  }
  
  .icon_green {
    color: #2ca961;
  }
  
  .bg_info:hover {
    color: #fff;
    /*background-color: #ECD360;*/
    background-color: #9b8a3e;
  }
  
  .icon_info {
    color: #9b8a3e;
    /*color: #ECD360;*/
  }
  
  .badge_info {
    color: #fff;
    background-color: #9b8a3e;
    /*background-color: #ECD360;*/
  }
  
  .icon_orange {
    color: #f57c00;
  }
  
  .badge_orange {
    color: #fff;
    background-color: #f57c00;
  }
  
  .bg_orange:hover {
    color: #fff;
    background-color: #f57c00;
  }
  
  .icon_gray {
    color: #7e7e7e;
  }
  
  .badge_gray {
    color: #fff;
    background-color: #7e7e7e;
  }
  
  .bg_gray:hover {
    color: #fff;
    background-color: #7e7e7e;
  }
  
  .icon_violet {
    color: #3949ab;
  }
  
  .badge_violet {
    color: #fff;
    background-color: #3949ab;
  }
  
  .bg_violet:hover {
    color: #fff;
    background-color: #3949ab;
  }
  
  .icon_blue {
    color: #0288d1;
  }
  
  .badge_blue {
    color: #fff;
    background-color: #0288d1;
  }
  
  .bg_blue:hover {
    color: #fff;
    background-color: #0288d1;
  }
  
  .icon_lila {
    color: #947eb0;
  }
  
  .badge_lila {
    color: #fff;
    background-color: #947eb0;
  }
  
  .bg_lila:hover {
    color: #fff;
    background-color: #947eb0;
  }
  
  .icon_light_green {
    color: #abcda2;
  }
  
  .badge_light_green {
    color: #fff;
    background-color: #abcda2;
  }
  
  .bg_light_green:hover {
    color: #fff;
    background-color: #abcda2;
  }
  
  .li_notificacion {
    position: relative;
    display: flex;
    justify-content: center;
  }

  .skin-yellow-light .main-header .navbar {
    background-color: white;
}

.icon_greenc {
    color: #6da34d;
  }
  
  .badge_greenc {
    color: #fff;
    background-color: #6da34d;
  }
  
  .bg_greenc:hover {
    color: #fff;
    background-color: #6da34d;
  }

  .icon_yellow {
    color: #e8d859;
  }
  
  .badge_yellow {
    color: #fff;
    background-color: #e8d859;
  }
  
  .bg_yellow:hover {
    color: #fff;
    background-color: #e8d859;
  }

  .icon_black {
    color: black;
  }
  
  .badge_black {
    color: #fff;
    background-color: black;
  }
  
  .bg_black:hover {
    color: #fff;
    background-color: black;
  }

.hidden-xs {
    color: black !important;
}

.popover-x.top-right .arrow, .popover-x.bottom-right .arrow {
  left: auto !important;
  right: 1.6rem !important;
}

table.dataTable thead .sorting {
  background-image: none !important;
  position: relative;
}

/* Triángulo hacia arriba */
table.dataTable thead .sorting::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #888;
  width: 0;
  height: 0;
}

/* Triángulo hacia abajo */
table.dataTable thead .sorting::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 18px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #888;
  width: 0;
  height: 0;
}

table.dataTable thead .sorting_asc {
  background-image: none !important;
  position: relative;
}

/* Triángulo hacia arriba */
table.dataTable thead .sorting_asc::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #888;
  width: 0;
  height: 0;
}

table.dataTable thead .sorting_desc {
  background-image: none !important;
  position: relative;
}

/* Triángulo hacia abajo */
table.dataTable thead .sorting_desc::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 18px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #888;
  width: 0;
  height: 0;
}