/* 
    Document   : estilos
    Created on : 5/01/2010, 04:28:27 PM
    Author     : acuevas
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#header{
    border:0 none;
    background:#1E4176 url(hd-bg.gif) repeat-x 0 0;
    padding-top:3px;
    padding-left:3px;
}
.satl-title{
    font-family: Arial;
    font-size: 11.5px;
    font-weight: bold;
}
.LineRojo{
    background-color:#F00;
    color:#FFFFFF;
}
.LineVerde{
    background-color:#390;
    color:#FFFFFF;
}
.LinkVerde{
    color:yellow;
    cursor:hand;
}
.LineVerdeNormal{
    color:#39F;
    cursor:hand;
}
.LinkVerde2{
    color:yellow;
    cursor:hand;
}
.LineVerdeNormal2{
    color:#39F;
    cursor:hand;
}
.x-btn-textDef{
    color: #eeeef0;
    font-weight: bold !important;
}
.back{
    background-color: #FC8413;
}
.x-grid3-hd-CustomColumn{
    text-align: center;
    background: #f9f9f9 url(../images/default/grid/grid3-hrow.gif) repeat-x 0 bottom;
    cursor: default;
    zoom: 1;
    padding: 1px 0 0 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #d0d0d0;
    line-height: 15px;
    vertical-align: middle;
}
.x-grid3-td-CustomColumn{
    text-align: center;
    background-color: #F8E4AB; 
}
.status-emitido .x-grid3-col-idEstatusRec {
    background-color: #AEC3F2;
}
.estatus-surtido .x-grid3-col-idEstatusRec {
    background-color: #C0F7AD;
}
.estatus-no-surtido .x-grid3-col-idEstatusRec {
    background-color: #F7ADAE;
}
.estatus-surtido-parcial .x-grid3-col-idEstatusRec {
    background-color: #F7D4AD;
}
hr.style-one { border: 0; height: 1px; background: #333; background-image: linear-gradient(to right, #666, #999, #ccc); }
/*hr.style-one { border: 0; border-bottom: 1px dashed #ccc; background: #999; }*/
h3.subtitle {color:#666;}

.rowClass1 {
    background-color: #FFFFFF;
}

.rowClass2 {
    background-color: #C7F1C7;
}
/*calculadora*/

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 750px;
        height: 70%;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background:#ffffff;
/*	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);*/
  -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}
.close {
    background: #ffffff;
	color: #000;
	line-height: 25px;
	position: absolute;
	right: -5px;
	text-align: center;
	top: -10px;
	width: 24px;
        height: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #ffffff; }

.label{ 
    font-size: 14px;
    font-weight: normal;
}

.contenedor_tres_columnas{ 
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 10px;
}

.contenedor_dos_columnas{ 
    display: grid;
    grid-template-columns: 25% 75%;
    gap: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
}

.contenedor {
  padding: 10px;
}

.contenedor_dos_columnas > input {
  height: 15px;
}



