.cerrar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1A478B;
}
.cerrar_peque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1A478B;
}
.cerrar_grande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1A478B;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1A478B;
}
.txtgris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}
.normal12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.normal14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}
.bold12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
}
.tituloslista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1A478B;
}
.normal11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.normal9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
input.enviar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #009900;
}

input.eliminar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC0000;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}
.LinkBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-style: normal;
	font-weight: bold;
	color: #00349C;
	text-align: left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.LinkBold a:link		{color: #00349C; text-decoration:none}
.LinkBold a:visited		{color: #00349C; text-decoration:none}
.LinkBold a:hover		{color: #00349C; text-decoration:underline}
.LinkBold a:active		{color: #00349C; text-decoration:underline}

.LinkBold2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 13px;
	font-style: normal;
	font-weight: bold;
	color: #00349C;
	text-align: left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.LinkBold a:link		{color: #00349C; text-decoration:none}
.LinkBold a:visited		{color: #00349C; text-decoration:none}
.LinkBold a:hover		{color: #00349C; text-decoration:underline}
.LinkBold a:active		{color: #00349C; text-decoration:underline}

.capturaGuia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	letter-spacing: 0px;
	word-spacing: normal;
	margin: 0px;
}

#texto_ciudad_0, #texto_ciudad_1,#texto_ciudad_2,#texto_ciudad_3,#texto_ciudad_4,#texto_ciudad_5,#texto_ciudad_6,#texto_ciudad_7,#texto_ciudad_8,#texto_ciudad_9,#texto_ciudad_10, ul { padding: 3px; width: 450px; border: 1px solid #00349C; font-family: verdana; arial, sans-serif; font-size: 11px;}
	ul { list-style-type: none; font-family: verdana; arial, sans-serif; font-size: 12px;  background: #fff; margin: 5px 0 0 0}
	li { margin: 0 0 5px 0; cursor: default; color: #00349C; }
	li:hover { background: #FFCC00; }

.captura_verde
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-color: none;
	color: #339900;
	letter-spacing: 0px;
	word-spacing: normal;
	margin: 0px;
}
.captura_
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-color: none;
	letter-spacing: 0px;
	word-spacing: normal;
	margin: 0px;
}

.SI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #33CC00;
}

.NO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
}

option.mas {
	font-weight: bold;
	color: #33CC00;
}

option.menos {
	font-weight: bold;
	color: #CC0000;
}

/* the overlayed element */
div.overlay {

	/* growing background image */
	background-image:url(white.png);

	/* dimensions after the growing animation finishes  */
	width:600px;
	height:470px;

	/* initially overlay is hidden */
	display:none;

	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* black */
div.overlay.black {
	background:url(white.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(petrol.png) no-repeat !important;
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;
}

.hidden {
	display:none;
}

#tabla-trabajadores-nomina .inactivo td {
	color:#CC0000;
}
.txt14px {
	font-size:14px !important;
}
.row-marker-title:hover {
	background:#FFFF00;
}
.row-marker-title td{
	padding-top: 4px;
	padding-bottom: 4px;
}
#tabla-captura-salida.manual .salida-inventario{
	display: none;
}
#tabla-captura-salida.manual .salida-manual{
	display: table-row;
}
#tabla-captura-salida .salida-manual{
	display: none;
}

#lista-productos.inventario .agregar-producto-salida[data-cantidad_maxima='0'] {
	color: #ccc !important;
}
.refresh-icon {
	width: 20px;
	display: inline-block;
	line-height: 1em;
	vertical-align: bottom;
}
.bedisa-bootstrap-small-text {
	font-size: 0.8rem;
}
.bedisa-bootstrap-normal-text {
	font-size: 1.2rem;
}
.bedisa-bootstrap-paginador {
	font-size: 1.1rem;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

a.disabled {
    pointer-events: none;
}
