body {
    font-size: 14px;
    /*ont-weight: 800;*/
	font-family: "Noto Sans","Arial","Helvetica Light", Helvetica, "Droid Sans", "Arial Unicode MS", sans-serif;
}

.seccion-TB
{
	color: #2a6b77;
	font-weight: 1000;
	font-size:23px;
}
.seccion-SMM
{
	color:rgba(157,93,7);
	font-weight: 1000;
	font-size:23px;
}

.seccion-NVC
{
	color:#961526;
	font-weight: 1000;
	font-size:23px;
}

.report-general {
    width: 100%;
    margin-top: 25px;
}

.report {
    width: 100%;
    margin-top: 25px;
    border: 2px solid #000;
}

.report-sin-bordes {
    border: 0;
    width: 925px;
    margin: 0 auto;
}

.tope {
    border-top: 1px solid #000;
}

.izquierdo {
    border-left: 1px solid #000;
}

.izquierdo-sin-borde {
    border-left: 0px;
}

.derecho {
    border-right: 1px solid #000;
}

.bottom {
    border-bottom: 1px solid #000;
}

.bottom-punteado {
    border-bottom: 1px solid #000;
    border-bottom-style: dotted;
}

.padding-30 {
    margin-left: 30px;
    margin-right: 30px;
}

margin-top-30 {
    margin-top: 30px;
}

.interno {
    margin-left: 15px;
    margin-right: 15px;
}

.interno-padding {
    padding-left: 15px;
    padding-right: 15px;
}

.interno-padding-grande {
    padding-left: 50px;
    padding-right: 50px;
}

.texto {
    font-size: 15px;
}

.conborde {
    border: 1px solid #003d99;
    border-collapse: collapse;
}

.conborderojo {
    border: 1px solid #ebccd1;
    border-collapse: collapse;
    background-color: #f2dede;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

table.conborde th,
table.conborde td {
    border: 1px solid gainsboro;
}

.tabla-center {
    margin: 0px auto;
}

.tabla-header-lateral {
    text-align: right;
    font-weight: bold;
}

table.conborde th {
    background-color: gainsboro;
}

.titulo {
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.content-general {
    width: 100%;
}

.linea {
    display: inline-block;
}

.float-left {
    float: left;
}

.width-6 {
    width: 49%;
}

.width-4 {
    width: 24%;
}

.tabla-VMC {
	padding:0px;
	width:96%;
    margin: 15px auto;
	border:1px solid #7f7f7f;

	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;

	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;

	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;

	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}.tabla-VMC table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.tabla-VMC tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.tabla-VMC table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.tabla-VMC table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.tabla-VMC tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.tabla-VMC tr:hover td{
	background-color:gainsboro;


}
.tabla-VMC td{
	vertical-align:middle;
	background-color:#ffffff;
	border:1px solid gainsboro;
	/* border-width:0px 1px 1px 0px; */
	padding:3px;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	width:20%;
}.tabla-VMC tr:last-child td{
	border-width:0px 1px 0px 0px;
}.tabla-VMC tr td:last-child{
	border-width:0px 0px 1px 0px;
}.tabla-VMC tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.tabla-VMC tr:first-child td{

	background-color:gainsboro;
	border:0px solid gainsboro;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.tabla-VMC tr:first-child:hover td{

	background-color:gainsboro;
}
.tabla-VMC tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.tabla-VMC tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.semaforosVYM{
    display:inline-block;
    margin-left:10px;
    padding-left:10px;
    padding-right:10px;
    border-radius: 25px;
    border: 2px solid gainsboro;
}

.fc-today {
    background: #ffcc99 !important;
    border: none !important;
    border-top: 1px solid #ddd !important;
    font-weight: bold;
}

.direction{
	background-color: #04AA6D;
  	color: white;
  	position:absolute;
  	top:50%;
  	opacity: 0.6;
}

.direction.previousNavigate  {
  left:10px;
}

.direction.nextNavigate {
  right:10px;
}

a.direction{
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

a.direction:hover {
  background-color: #ddd;
  color: black;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.previousNavigate, .nextNavigate {

  cursor: pointer;
  position: -webkit-sticky;
  position: fixed;
  top: 50%;
  width: auto;
  padding: 5px;

  color: green;
  font-weight: bold;
  font-size: 58px;/* size buttons */
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index:9999;
}

/* Position the "next button" to the right */
.nextNavigate {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.previousNavigate:hover, .nextNavigate:hover {
  background-color: rgba(0,0,0,0.8);
}

.table-vym td{
    padding-left: 10px!important;
}

.table-vym .icono{
    padding-left: 0px!important;
    border-color:#615C64;
    border-width: 0px 0px 2.5px 1px;
}

.sin-border-laterales{
    border-left:0px!important;
    border-right:0px!important
}

#toast-container{
    width:600px!important;
}

.table td {
    vertical-align: middle !important;
}

.table td label{
    display: inline;
}

.borde-abajo{
    border-bottom: 1px solid gainsboro;
}

.nowrap{
    white-space: nowrap;
}

.fc td.fc-sun, .fc td.fc-sat {
    background-color:#e6e6e6;
}

.margin-auto {
    margin: 5px auto;
}

.colorCerca1Mes{
    background-color:#E9967A;
}

.colorCerca2Meses{
    background-color:#FFE4B5;
}

.blueColor{
    color:#378BF3!important;
}

.ancho-fijo {
    width: 180px !important;
}

.text-bg-light{
    background-color:white!important;
}

.timer-time {
    font-size: 2em;
}

#bloquea {
    display: none;
    position: fixed;
    inset: 0; /* atajo para top: 0; left: 0; bottom: 0; right: 0 */
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.6); /* Más estándar */
}

#bloqueaOld {
    display: none;
    width: 100%;
    height: 110%;
    position: fixed;
    z-index: 10000;
    background-color: black;
    zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

#actualizando {
    text-align: center;
    display: none;
    z-index: 10001;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

#divMapaFlotante {
    position: absolute;
    width: 320px;
    height: 182px;
    overflow-y: scroll;
    padding:10px;
    top: 200px;
    left: 25px;
    z-index: 10000;
    background-color: white;
    display:block;
}


#tablaMapaFlotante {
    width: 100%;
    border: 1px solid gainsboro;
}

#containerPrecursorAuxiliar {
    padding-top: 8px;
}

input.larger {
    transform: scale(2);
    float: center;
    margin: 0 auto;
    width: 100%;
}

.temaTB {
    font-weight: bold;
    color: #2a6b77;
}

.temaSMM {
    font-weight: bold;
    color: #9b6d17;
}

.temaNVC {
    font-weight: bold;
    color: #942926
}

.table-hover-no tbody tr:hover,
.table-hover-no tbody td:hover {
    background-color: transparent;
}

.table-hover-no thead tr:hover,
.table-hover-no thead td:hover {
    background-color: transparent;
}

.greenColor{
    color:#00b300!important;
    font-weight: bold;
}

.circle {
    width: 15px;       /* Ancho del círculo */
    height: 15px;      /* Alto del círculo */
    border-radius: 50%;    /* Hace que el div sea redondo */
    display: inline-block; /* Para que el div se comporte como un elemento en línea */
}

.highlight-green {
    background-color: #b2d8d8;
    color: blue!important;
    border: 1px solid #a3c6c6;
    padding: 20px;
    border-radius: 5px;
}

.detalleNVC-container {
    margin-left: 20px !important;
}

.detalleNVC {
    color: #626262 !important;
}

.nvc-header{
	margin-left:5px;margin-left:15px!important;margin-right:15px!important
}

.sin-border-top{
	border-top:0px!important
}
.sin-border-bottom{
	border-bottom:0px!important
}

.depto-disabled {
    background-color: gainsboro!important;
}

.depto-enabled {
    background-color: white!important;
}

.depto-atiendoyo {
    background-color: #8cd98c!important;
}

.depto-atendio {
    background-color: #8cd98c!important;
}

.depto-novisitar {
    background-color: #ffb3b3!important;
}

.depto-noencasa {
   background-color: #fcd668!important;
}

.indicador1 {
    width: 20px; /* Ancho del cuadrado */
    height: 20px; /* Alto del cuadrado */
    background-color: #3498db; /* Color de fondo */
}
