@charset "utf-8";
/* CSS Document */


.boton_plus
{
	background-color:#CCC;
	color:#333;
	padding:.6rem;
	text-align:center;
	cursor:pointer;
	width:150px;
	margin-left:auto;
	margin-right:auto;
	margin-top:.5rem;
	cursor:pointer;
	border-radius:.5rem;

}
.boton_plus:hover
{
	background-color:#333;
	color:#FFF;
}

.fondo_total
{
	position:fixed;
	top:0px;
	left:0px;
	margin:0px;
	width:100%;
	height:100%;
	background-color:#000;
	opacity: 0.5;
	z-index:1;
	display:none;
}

.modal_plus
{
	z-index:1500;
	position:fixed;
	left:0px;
	top:10%;
	background-color:#036;
	color:#FFF;
	font-size:1.1rem;
	text-align:center;
	padding:1rem;
	display:none;
}

.contenedor_roles
{
	width:80%;
	margin-top:.4rem;
	margin:auto;
}
.cabecera_rol
{
	background-color:#333;
	color:#FFF;
}
.cabecera_rol_etiqueta
{
	display:inline-table;
	width:20%;
	padding:.2rem;
	text-align:center;
	border-right:1px solid #CCC;
}
.fila_rol
{
	border-bottom:1px solid #777;
}
.fila_rol_contenido
{
	width:20%;
	text-align:center;
	border-left:1px solid #CCC;
	display:inline-table;
	cursor:pointer;
}


.fila_rol_nombre
{
	text-align:center;
}


.panel_lat_derecha
{
	width:40%;
	position:fixed;
	top:0px;
	left:60%;
	height:100%;
	background-color:#06C;
	color:#FFF;
	padding:1rem;
	z-index:300;
	display:none;
	
}
.panel_lat_derecha_contenido
{
	height:100%;
	width:100%;
}
.panel_lat_derecha_top
{
	float:right;
	margin-right:2rem;
}
.panel_lat_derecha_top::after
{
	clear:both;
}
.res_busqueda_inventario
{
	margin-top:1rem;
	background-color:#FFF;
	color:#333;
	padding:.5rem;
	height:60%;
	width:95%;
	overflow-y:auto;
}
.historico_acciones
{
	width:100%;
	background-color:#FFF;
	color:#333;
	font-family:.8rem;
	padding:.2rem;
	height:228px;
	overflow-y:auto;
	border-radius:.3rem;
}

.bloque_campos
{
	/*background-color:#d2e5f9;*/
	border:1px #ccc solid;
	border-radius:.4rem;
	margin-bottom:.2rem;
	color:#000;
	padding:.5rem;
}

.fondex
{
        background: url('./imagenes/fondex.jpg') no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

input[type="date"] {
	 font-size:1rem;
     -webkit-align-items: center;
     padding: .1rem;
     -webkit-padding-start: 1px;
	 -webkit-inner-spin-button: none;
	 width:130px;
}


.panel_flotante
{
	position:fixed;
	top:10%;
	left:1%;
	width:70%;
	background-color:#cedff0;
	color:#353535;
	padding:1rem;
	z-index:100;
	display:none;
	border-radius:.4rem;
}

.sub_incidencias
{

	margin-top:.75rem;
	font-size:0.6rem;
	display:none;
	margin-left:.1rem;
	padding:0px;
	
}
.sub_incidencias:hover
{
	background-color:#333;
}

.sub_incidencias li
{
	list-style:none;
	background-color:#FFC;
	color:#333;
	cursor:pointer;
		font-size:0.85rem;
}

.sub_incidencias li:hover
{
	background-color:#333;
	color:#fff;
}

.titulo_zona
{
	background-color:#92bce7;
	color:#000;
	padding:0.3rem;
}
.zona
{
	background-color:#FFF;
	color:#000;
	padding:.4rem;
	
}

.menu_lateral
{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:35%;
	height:100%;
	background-color:#333;
	color:#FFF;
}

.menu_lateral ul li
{
	list-style-image:none;
	list-style:none;
	padding:10px;
	border-bottom:1px solid #CCC;
	cursor:pointer;
}
.menu_lateral ul li:hover
{
	background-color:#CCC;
	color:#fff;
}

body
{
	font-family: 'Raleway', sans-serif;
	font-size:1rem;
	margin:0px;
}
h2
{
	font-size:1.1rem;
	color:#333;
	margin-top:.1rem;
	margin-bottom:0px;
}
.menu_top
{
	position:fixed;
	z-index:10;
	top:0px;
	left:0px;
	width:100%;
	background-color:#333;
	color:#FFF;
	padding:.5rem;
}

.menu_top ul li
{
	float:left;
	margin-right:1.5rem;
	cursor:pointer;
	padding:.3rem;
	list-image:none;
	list-style:none;
}
.menu_top ul li:hover
{
	background-color:#B9D1D2;
	color:#333;
}

.contenedor
{
	width:99%;
	margin:auto;
	min-width:1120px;
	margin-top:3rem;
}

.fondo_total
{
	z-index:11;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#333;
	opacity:.5;
	display:none;
}

.vemergente
{
	z-index:100;
	border-radius:.4rem;
	position:absolute;
	top:10%;
	left:25%;
	width:50%;
	background-color:#C9EAED;
	color:#222;
	display:none;
	padding:1rem;
	font-size:.9rem;
}
.vemergente_contenido
{
	text-align:center;
}


.contenedor_extra
{
	width:99%;
	margin:auto;
	min-width:1120px;
	display:none;
}
.fondo_total
{
	z-index:11;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#333;
	opacity:.5;
	display:none;
}
.boton
{
	border-radius:5;
	background-color:#999;
	padding:10px;
	width:100px;
	color#FFF;
	cursor:pointer;
	text-align:center;
	display:inline-grid;
	margin-top:.5rem;
	border-radius:1rem;
	color:#FFF;
}
.boton:hover
{
	background-color:#FFC;
	color:#000;
}
.botones_modal
{
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	width:300px;
	padding:5px;
}
.modal
{
	z-index:400;
	margin-top:5%;
	position:fixed;
	width:50%;
	margin-left:20%;
	min-height:80px;
	padding:10px;
	background-color:#333;
	color:#FFF;
	display:none;
}
.contenido_modal
{
	width:90%;
	margin:auto;
}

.formulario_plus
{
	padding:.1rem;
	width:100%;
	background-color:#06C;
}
.formulario
{
	padding:5px;
	width:99%;
	margin-auto;
	background-color:#fff;
}



.pestas ul
{
	margin:0px;
	padding:0px;
}

.pestas li
{
	float:left;
	padding:0.4rem;
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #333;
	list-style:none;
	list-image:none;
	cursor:pointer;
	background-color:#CCC;
}
.pestas li:hover
{
	background-color:#333;
	color:#FC0;
}

.cont_pestas
{
	background-color:#FFF;
	padding:1rem;
	min-height:300px;
	overflow-y:auto;
	border:1px solid #333;
}
.registro
{
	padding:10px;
	border-bottom:#333 1px solid;
	cursor:pointer;
}
.registro_select
{
	background-color:#036;
	color:#FFF;
}
.registro:hover
{
	background-color:#ccc;
}

/* formularios */

.fila
{
	margin-top:.5rem;
	margin-bottom:.5rem;
}
.fila_plus
{
	margin-top:.5rem;
	margin-bottom:.3rem;
	padding-bottom:.3rem;
	border-bottom:1px solid #CCC;
}

.label_plus
{
	display:inline-grid;
	font-size:.9rem;
	width:130px;
}
.label_sub
{
	display:inline-grid;
	font-size:.9rem;
	width:70px;
}
.label_ext
{
	display:inline-block;
	width:115px;
}
.label_ext_red
{
	display:inline-block;
	width:80px;
}
.label_ext_int
{
	display:inline-block;
	width:120px;
	margin-left:.3rem;
}
input
{
	border:1px #AAA solid;
	padding:.1rem;
	font-size:.9rem;
	margin-right:.5rem;
	border-radius:.2rem;
}
input:selected
{
	background-color:#FFC;
	border:1px #777 solid;
}
input:focus
{
	background-color:#FFC;
}
.info
{
	color:#C00;
	display:inline;
	margin-left:15px;
}

select
{
	border:1px solid #AAA;
	padding:.1rem;
	font-size:.9rem;
	border-radius:.2rem;
	min-width:105px;
}

label
{
	display:inline-block;
}


.menu_lateral
{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	z-index:10000;
	padding:10px;
	background-color:#DDD;
	width:30%;
	color:#000;
	font-size:14px;
	height:100%;
}


.menu_op
{
	float:left;
	margin-right:10px;
	cursor:pointer;
	font-size:12px;
	font-weight:500;
}

.menu_op:hover
{
	background-color:#333;
	color:#FFF;
}
.menu_op_noc
{
	float:left;
	margin-right:2rem;
	cursor:pointer;
	font-size:12px;
	font-weight:800;
}

.can1
{
	width:100%;
	height:90%;
	overflow-y:auto;
	display:none;
	z-index:100;
}
.can2
{
	width:100%;
	height:90%;
	overflow-y:auto;
	z-index:200;
}

/*login*/

h1
{
	color:#333;
	font-size:1.6em;
	width:450px;
	margin:auto;
	margin-top:20px;
	text-align:center;
}
h2, h3
{
	color:#333;
	font-size:1.3em;
	width:450px;
	margin:auto;
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
}

.login
{
	margin-top:3%;
}

.login .marco
{
	width:35%;
	margin:auto;
	padding:20px;
	border:2px solid #aaa;
	border-radius:1rem;
}

.login .marco input
{
	border:1px solid #000;
	padding:5px;
	width:85%;
	margin-left:10px;
	color:#777
}

.login .marco input:focus
{
	color:#036;
	font-weight:600;
	background-color:#E9E8CF;
}

.login .marco .fila
{
	margin-bottom:10px;
}

.login .marco .boton
{
	width:150px;
	margin-top:20px;
	margin-bottom:10px;
	margin:auto;
	padding:5px;
	cursor:pointer;
	background-color:#333;
	color:#FC0;
	text-align:center;
}

.login .marco .boton:hover
{
	background-color:#999;
}
.logo_login
{}

input[type=checkbox].css-checkbox {
							position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
						}

						input[type=checkbox].css-checkbox + label.css-label {
							padding-left:18px;
							height:14px; 
							display:inline-block;
							line-height:14px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:14px;
							vertical-align:middle;
							cursor:pointer;

						}

						input[type=checkbox].css-checkbox:checked + label.css-label {
							background-position: 0 -14px;
						}
						label.css-label {
				background-image:url(http://www.amgor.com/sicaplus/imagenes/micheck_mini.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}

/* grid */
div.blueTable {
  /*font-family: Arial, Helvetica, sans-serif */;
  font-size:.9rem;
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead {
  border: 1px solid #AAAAAA;
  padding-left:.3rem;
  padding-top:.1rem;
  padding-bottom:.1rem;
}
.divTable.blueTable .divTableBody .divTableCell {
  font-size: .9rem;
}
.divTable.blueTable .divTableRow:nth-child(even) {
  background: #D0E4F5;
}
.divTable.blueTable .divTableHeading {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
.divTable.blueTable .divTableHeading .divTableHead {
  font-size: .9rem;
  color: #FFFFFF;
  border-left: 1px solid #D0E4F5;
}
.divTable.blueTable .divTableHeading .divTableHead:first-child {
  border-left: none;
}

.blueTable .tableFootStyle {
  font-size: 1rem;
}
.blueTable .tableFootStyle .links {
	 text-align: right;
}
.blueTable .tableFootStyle .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.blueTable.outerTableFooter {
  border-top: none;
}
.blueTable.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

.rTable {
		    	display: table;
		    	width: 100%;
		}
		.rTableRow {
		    	display: table-row;
		}
		.rTableHeading {
		    	display: table-header-group;
		    	background-color: #ddd;
		}
		.rTableCell, .rTableHead {
		    	display: table-cell;
		    	padding: 3px 10px;
		    	border: 1px solid #999999;
		}
		.rTableHeading {
		    	display: table-header-group;
		    	background-color: #ddd;
		    	font-weight: bold;
		}
		.rTableFoot {
		    	display: table-footer-group;
		    	font-weight: bold;
		    	background-color: #ddd;
		}
		.rTableBody {
		    	display: table-row-group;
		}

