.control-sidebar {
       .tab-content {
               height: calc(100vh - 135px);
               overflow-y: scroll;
               overflow-x: hidden;
        }
}

@media (min-width: 768px) {
  #ListaDeProyectos {
    left: 50%;
    transform: translateX(-50%);
  }
  .usuario-realtime {
    padding-left: 0px;
    padding-right: 5px;
    width: 20%;
  }
  .control-sidebar {
         .tab-content {
                 height: calc(100vh - 85px);
          }
  }
}

@media (min-width: 1400px) {
  .usuario-realtime {
    padding-left: 0px;
    padding-right: 5px;
    width: 16.6666%;
  }
}

#divContenidoMail .contenedor-mail { width: auto !important; padding: 10px !important;}

@media (max-width: @screen-xs-min) {
  .modal-xs { width: @modal-sm; }
}

@media (max-width: 767px) {
  #ListaDeProyectos {
    right: 0;
  }
  #BotonesChanSpy {
    margin-top: 3px !important;
    text-align: center;
    margin-bottom: 3px !important;
  }
}

.m-lr-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-r-5 {
  margin-right: 5px;
}

.info-sylar-box{
    display: block;
    min-height: 58px;
    background: #fff;
    background-color: rgb(255, 255, 255);
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 5px;
}

.dropdown-menu > div > li > a {
  color: #777;
}

.dropdown-menu > div > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: @line-height-base;
  color: @dropdown-link-color;
  white-space: nowrap; // prevent links from randomly breaking onto new lines
}

.proyectos{
  list-style: none;
}

.time-box-realtime{
    margin-right: 2px;
    padding: 0px;
}

.no-padding-b-t{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 4px;
    padding-right: 4px;
}



/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey; */
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #666; 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #1e282c; 
}

.table-autosize{
  max-width:50px;
  width:auto;
  min-width:10px;
}

.select2-results__option .wrap:before{
    font-family:fontAwesome;
    content:"\f096";
    width:25px;
    height:25px;
    padding-right: 10px;
    
}

.select2-results__option[aria-selected=true] .wrap:before{
    content:"\f14a";
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
input[type=date]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    display: none;
}

.round-timereal{
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    background: #d2d6de;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
}

.cut-text {
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.overflow-hidden{
  overflow: hidden;
}

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

.border-colas{
    border: 1px solid #000000;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  color: #dd4b39;
  position: absolute;
  border: 4px solid currentColor;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.wrapper[data-popper-placement] {
  z-index: 10000;
  background-color: #ffffff00 !important;
}

.text-center{
  text-align: center;
}

.ImageChat{
    max-width: 100%; 
    border-radius: 4px;
}

.d-none{
  display: none !important;
}

.center-both {
  display: flex;
  justify-content: center; /* Centra horizontalmente */
}

.dropzone-img-miniatura {
  width: 120px; /* Ancho deseado */
  height: 120px; /* Alto deseado */
  object-fit: cover; /* O 'contain' según lo que necesites */
}


.logo-cabezote {
  width: 30%;
}

@media (min-width: 768px) {
  .logo-cabezote {
      width: 50%;
  }
}