.highlight-search{
    background:#fff4cc;
    color:#665000;
}
.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.switch{
	display: grid !important;
}

/* Input image */
	.image-input [data-kt-image-input-action] {
		position: relative !important;
	}
	.image-input [data-kt-image-input-action="cancel"]{
		top: calc(100% - 25px);
	}

	.image-input [data-kt-image-input-action="remove"]{
		left: 96.5%;
	}
/* Input image */

.scroll-menu {
	overflow: auto;
	white-space: nowrap;
}

/* Works on Firefox */
.scroll-menu {
	scrollbar-width: thin;
	scrollbar-color: #e2e2e280 #f6f9fa80;
}

/* Works on Chrome, Edge, and Safari */
.scroll-menu::-webkit-scrollbar {
	height: 4px;
}

.scroll-menu::-webkit-scrollbar-track {
	background:  #f6f9fa80;
}

.scroll-menu::-webkit-scrollbar-thumb {
	background-color: #e2e2e280;
}
.noHover{
    pointer-events: none;
}
.no_checkbox > i.jstree-checkbox {
	display: none;
}

.disabled{
  pointer-events: none;
  opacity: 0.5 !important;
}

.box{
	max-width: 300px;
	width: 100%;
	padding: 0 15px;
}

/*Css para el efecto de carga tipo Skeleton*/
.skeleton {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  background-color: #9B9B9B;
  opacity: 0.1;
  height: 40px;
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
}

.skeleton-10 {
  width: 10%;
}

.skeleton-20 {
  width: 20%;
}

.skeleton-30 {
  width: 30%;
}

.skeleton-40 {
  width: 40%;
}

.skeleton-50 {
  width: 50%;
}

.skeleton-60 {
  width: 60%;
}

.skeleton-70 {
  width: 70%;
}

.skeleton-80 {
  width: 80%;
}

.skeleton-90 {
  width: 90%;
}

.skeleton-100 {
  width: 100%;
}

.skeleton-loading::before {
  content: '';
  display: block;
  position: absolute;
  left: -150px;
  top: 0;
  height: 100%;
  width: 150px;
  background: linear-gradient(to right, transparent 0%, #e6e4e4  50%, transparent 100%);
  animation: load 1.5s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}

@keyframes load {
  from {
      left: -150px;
  }
  to   {
      left: 100%;
  }
}
/*####### Fin loading Skeleton ##############*/

@media (max-width: 400px) {
  #my_camera video {
      max-width: 80%;
      max-height: 80%;
  }

  #results img {
      max-width: 80%;
      max-height: 80%;

  }
}

/* Estilos para los badge de dispersion */
  span.badge-success.dispersion-SI{
    border-radius: .475rem 0 0 .475rem;
  }

  span.badge-warning.dispersion-NO{
    border-radius: 0;
  }

  span.badge-danger.dispersion-ERROR{
    border-radius: 0 .475rem .475rem 0;
  }

  .contenedor-dispersion span{
    font-size: 9px;
  }
  .contenedor-dispersion{
    display: block-ruby;
  }
/* Estilos para los badge de dispersion */

.drawer-jstree{
  overflow-y: scroll;
  max-height: calc(100vh - 280px);
}

.drawer-jstree-permisos{
  overflow-y: scroll;
  max-height: calc(100vh - 360px);
}

.drawer-jstree-plantillas{
  overflow-y: scroll;
  max-height: calc(100vh - 430px);
}

.en-revision{
  color: #3f4254 !important;
  background-color: #eff2f5 !important;
}

.badge-en-revision{
  position: absolute;
  margin-top: 40px;
}

.fs10{
  font-size: 10px !important;
}

hr.gris{
  border-top: 1px solid #d9dcde
}

.disabledbutton {
  pointer-events: none;
  opacity: 0.4;
}

#contador-notificaciones{
  position: absolute;
  margin-left: 30px;
  margin-top: 5px;
}

.ql-video {
	display: block;
	max-width: 100%;
}
.ql-video.ql-align-center {
	margin: 0 auto;
}
.ql-video.ql-align-right {
	margin: 0 0 0 auto;
}
.ql-bg-black {
	background-color: #000;
}

.ql-bg-red {
	background-color: #e60000;
}
.ql-bg-orange {
	background-color: #f90;
}
.ql-bg-yellow {
	background-color: #ff0;
}
.ql-bg-green {
	background-color: #008a00;
}
.ql-bg-blue {
	background-color: #06c;
}
.ql-bg-purple {
	background-color: #93f;
}
.ql-color-white {
	color: #fff;
}
.ql-color-red {
	color: #e60000;
}
.ql-color-orange {
	color: #f90;
}
.ql-color-yellow {
	color: #ff0;
}
.ql-color-green {
	color: #008a00;
}
.ql-color-blue {
	color: #06c;
}
.ql-color-purple {
	color: #93f;
}
.ql-color-gray {
	color: rgb(161, 161, 161);
}
.ql-font-serif {
	font-family: Georgia, Times New Roman, serif;
}
.ql-font-monospace {
	font-family: Monaco, Courier New, monospace;
}
.ql-size-small {
	font-size: 0.75em;
}
.ql-size-large {
	font-size: 1.5em;
}
.ql-size-huge {
	font-size: 2.5em;
}
.ql-direction-rtl {
	direction: rtl;
	text-align: inherit;
}
.ql-align-center {
	text-align: center;
}
.ql-align-justify {
	text-align: justify;
}
.ql-align-right {
	text-align: right;
}

.dataTables_paginate .paginate_button {
  font-weight: 500;
  cursor: pointer;
  color: #5e6278;
  font-size: 13px !important;
}

.dataTables_paginate .paginate_button:hover {
  color: #009ef7;
}

.dataTables_paginate .paginate_input {
  background-color: #f5f8fa;
  color: #5e6278;
  padding: 0.55rem 0.75rem;
  border-radius: 0.475rem;
  font-size: 1.1rem;
  border: 0px;
  appearance: none;
  width: 60px;
  display: inline;
}

.dataTables_paginate .paginate_input:focus {
  border: 0px;
  outline: none !important;
  border-color: #f5f8fa;
}

.dataTables_paginate .paginate_button:hover{
  color: #009ef7 !important;
}

#editor {
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}