/*
 STYLING GENERAL SISTEMA LABORATORIO
*/
html, body {
	font:normal 12px verdana;
	margin:0;
	padding:0;
	border:0 none;
	overflow:auto;
	height:100%;
	background:url(images/bgrayada.jpg) repeat;
	
}
fieldset{
	border:0px;
	
}
.clsInvertColorImg{
	filter:invert(100%); width: 25px;
}
.clsInvertColorImg2{
	filter:invert(10%); width: 25px;
}
p {
	margin:5px;
}
.settings {
	background-image:url(extjs/shared/icons/fam/folder_wrench.png);
}
.nav {
	background-image:url(extjs/shared/icons/fam/folder_go.png);
}
#header {
    background:#D10600 ; /*7F99BE  url(images/layout-browser-hd-bg.gif) repeat-x center*/
}
#header h1 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding: 5px 10px;
}
#header input[type=button] {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    padding: 7px;
	margin-left:5px;
	background:url(images/bgBotonOn.png) repeat #D3D3D3;
	border:1px solid #888888;
	border-radius:4px;
	cursor:pointer;
}
#header input[type=button]:hover{
	background:url(images/bgBotonOver.png) repeat #F3CC72;
}
/**************** MENU LATERAL *************/

.clsMenuPrin{
	list-style: none;
	padding:0;
	margin: 0;
}
.clsMenuPrin li{
	padding:8px;
	border-bottom:1px solid #999;
	vertical-align:middle;
	text-shadow:none;
	color:#FFF;
	padding-top:12px;
	padding-bottom:12px;
}
.clsMenuPrin a:link, a:visited, a:active{
	text-decoration: none;
	font-size:14px;

}
.liSubMenu{
	background:#09F ; /*url(images/layout-browser-hd-bg.gif) repeat-x center*/
}
.liSubMenuChild{
	background-color:#DDDAE1; /*99BBE8;*/
	color:#000;


}
.liSubMenuChild:hover{
	background-color:#FFD23A;
}

.clsItemDatePicker {
    float: left;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    padding: 4px;
}

.search-item{
	width:300px;
	height:30px;
}

.divContenedor{
	width:97%;
	height:93%;
	overflow:hidden;
	
	margin:10px;
	padding:10px;
	background-color:#EFF2FB;
}

.btnesGuardarFmt{
	background-image:url(images/bgBoton.png);
	background-repeat:no-repeat;
	width:113px;
	height:34px;
	background-color: transparent;
	border:1px;
	color:#FFF;
	font-weight:bold;
}
.btnes{
	padding:8px; padding-left:14px; padding-right:14px;
	background-color:#5B739B;
	border:1px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
}
.btnes:hover{
	color:red;
	text-decoration:none;
}
#tblGridEstadistica{
	width:100%;
	border:1px #666666 solid;
	border-collapse:collapse; 
	color:#999;
	font-size: 13px;
}
#tblGridEstadistica a{
	color:#999;
}
#tblGridEstadistica th{
	padding:5px;
	text-align:center;
	color:#000;
	font-weight:bold;
}
#tblGridEstadistica td{
	padding:5px;
	border-bottom:1px #EDEDED solid;
}
.tdStrong{
	color:#282828;
	font-weight:bold;
	text-align:right;
	padding-right:30px;
	
}
.divFloat{ position:relative; float:left; width:90px; border:0px solid #000; text-align:center; line-height:22px;}
a:link{color:#000;}
a:visited{color:#000;}

#divDetalleCampania{
	width:98%; height:100%; background:#FFF; padding:10px; font-size:16px; color:#333; overflow:hidden;
}
#tblDetalleCampania{
	width:98%;
	
	border-collapse:collapse;
	border-radius:4px;
}
#tblDetalleCampania td{
	padding:10px;
	background-color:#F0F3FC;
	border-bottom:1px solid #D9D9D9;

}
.divDetCamDatos1{
	float:left; border-radius:5px; margin-left:20px; width:43%; height:35px; text-align:center; padding:20px; padding-top:30px; border:1px solid #CCC;
	background-color:#F60;

}
#divContenedorDatos2{
	margin:auto;
	width:500px;
}
.divDetCamDatos2{
	float:left; border-radius:5px; width:100px; height:50px; text-align:center; padding:20px; border:1px solid #CCC; font-weight:bold;
	background-color:#093;
}
.divDetCamVisitante{
	height:23px;
	border-bottom:1px solid #CCC;
	padding:4px;
	
}
.custom-combobox2{
	padding:4px;
	border:1px solid #CCC;
	background:#F4F4F4;/*#EFEFEF*/
	border-radius:4px;
}
.clsUls{
	padding:6px; width:auto; height:auto;
}
.clsUls li{
	padding:6px; border:1px solid #CCC; margin-left:-1px; margin-top:-1px; float:left; width:auto; 
}
.clsUls li label{
	margin-left:6px;
	width:80%;
	display:inline;
	font-size:12px;'`¡
}
.clsBgColor1{
	background-color:#F4F1D2;
}
.clsBgColor2{
	background-color:#B1C4E7;
}
.custom-button2{
	/*width:20px;*/
	padding:4px;
	border:1px solid #CCC;
	background: url(css/expand2.gif) center center no-repeat #EFEFEF;
	margin-left:-1px;
	border-radius:4px;
	cursor:pointer;
}
.custom-button{
	/*width:20px;*/
	padding:8px;
	border:1px solid #CCC;
	background:url(images/bgBotonOn.png) repeat #EFEFEF;
	margin-left:-1px;
	border-radius:4px;
	cursor:pointer;
}
.custom-button:hover{
	background:#E8DFAE;
	background:url(images/bgBotonOver.png) repeat #EFEFEF;
}
.clsBtnGuardar{
	background:url(images/bgBotonGuardarOn.png) repeat #B4D205;
}
.clsBtnGuardar:hover{
	background:url(images/bgBotonGuardarOver.png) repeat #E8DFAE;
}
.clsBtnEliminar{
	background:url(images/bgBotonEliminarOn.png) repeat #F30;
}
.clsBtnEliminar:hover{
	background:url(images/bgBotonEliminarOver.png) repeat #E8DFAE;
}

.custom-buttonBuscar{
	padding:6px;
	padding-left:15px;
	padding-right:15px;
	border:1px solid #999;
	background:#B6B6B6;
	border-radius:4px;
	cursor:pointer;
}
.custom-buttonBuscar:hover{
	background:#E8DFAE;
}

/*-------------- Login --------------*/
.clsDivForm{
	position:relative; margin-left:auto; margin-right:auto; width:50%; height:270px;
}
.clsUl{
	list-style: none; width: 98%; padding: 0; margin: 5px; margin-top: 110px;
}

@media (min-width: 100px) {
  .clsDivForm {
    width: 90%;
  }
  .clsUl{
	margin-top: 240px;
  }
}
@media (min-width: 768px) {
  .clsDivForm {
    width: 80%;
  }
  .clsUl{
	margin-top: 240px;
  }
}
@media (min-width: 992px) {
  .clsDivForm {
    width: 400px;
  }
  .clsUl{
	margin-top: 110px;
  }
}
@media (min-width: 1200px) {
  .clsDivForm {
    width: 400px;
  }
  .clsUl{
	margin-top: 110px;
  }
}

#divForm label{
	font-family:Arial, Verdana;
	font-size:22px;
}
#divLoginForm{
	background:#E3E3E3;
	width:100%;
	height:100%;
	border-radius:8px;
	color:#000;
	
	padding:0px;
	border:1px solid #999;
}
#divLoginForm table{
	width:auto;
	height:180px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#divLoginForm table th{
	border-bottom:1px #6A7386 solid;
	text-align:left;
	height:30px;
	letter-spacing:1px;
	font-size:15px;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
}
#divLoginForm input[type=text], input[type=password]{
	width:200px;
	height:25px;
	background-color:#FAFAFA;
	border:1px solid #999;
	color:#000;
	font-size:13px;
	border-radius:4px;
}

/* -------  */
.smallTitleStuff .ui-dialog-titlebar { 	background:url(images/bgBotonOn.png) repeat #EFEFEF; height:20px; padding-left:6px; padding:3px; margin:0px; }
.smallTitleStuff .ui-widget-content { background:#E9E9E9; }
.ui-widget-overlay { background: #333; opacity: .5; filter: Alpha(Opacity=50);}
.noTitleStuff .ui-dialog-titlebar {display:none}
.ui-widget{ margin-top:6px; }

/* ADD PEDIDOS */

#divInventarioEvento{
	height:360px;
}
.clsDivEquipo{
	background-color:#F9F9F9; float:left; width:340px; padding-left:10px; padding-top:5px; padding-bottom:5px; border:1px solid #ccc; margin-right:0px;
}
#divInventarioEvento td{
	padding:3px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.custom-textTotales{
	padding:4px;
	border:1px solid #CCC;
	background-color:#F4F1D2;
	width:100px;
	border-radius:4px;
	text-align:right;
}
.custom-textDescuento{
	padding:4px;
	border:1px solid #CCC;
	background-color:#B2D994;
	border-radius:4px;
	text-align:right;
}

#tblInventarioAddPedidos{
	width:100%;
	border:1px solid #CCC;
	border-collapse:collapse;
	font-size:13px;
	color:#333;
}
#divTotalesADDPED{
	width:100%;
	text-align:right;
	font-size:14px;
	font-weight:bold;
}
#divDetalleInventario{
	width:780px;
	float:left;
}
#divDatosInventario{
	visibility:hidden;
	display:none;
	
}
#divDatosCliente{
	width:99%;
	height:560px;
	padding-left:10px;
	background:#E3E4D8;
	margin-top:20px;
	float:left;
}
#tblInventarioAddPedidos th{
	background-color:#F9F9F9; font-weight:bold;  text-align:center; padding-top:5px; padding-bottom:5px;
}
#tblInventarioAddPedidos td{
	padding:3px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
#tblInventarioAddPedidos tr:hover{
	background-color:#F90;
}
#tblInventarioAddPedidos input[type=text]{
	padding:3px;
	border:1px solid #CCC;
	border-radius:3px;
}
.clsDivProducto{
	height:20px;
	border-bottom:1px solid #CCC;
	background-color:#FFF;
	padding:3px;
}
.clsDivProducto input{
	border:1px solid #CCC;
	background-color:#EFF0DE;
}
.clsDivProducto:hover{
	background-color:#F90;
}
#tblPagosRealizados{
	width:100%; 
	border:1px solid #666;
	border-collapse:collapse;font-size:10px; color:#333;
}
#tblPagosRealizados th{
	height:25px;
	border:1px solid #666;
	background-color:#E5E6D4;
	padding:3px;
	font-weight:bold;
}
#tblPagosRealizados td{
	border:1px solid #666;
	background-color:#FFF;
	padding:3px;
}
hr{ width:100%; border-top:1px solid #999;border-bottom:1px solid #FFF; }
.h1SubTitle{
	background-color:#FFF;
	padding:3px;
	font-size:14px;
	color:#333;
	
}
.clsTblEscritorio{
	width:100%;
	/*height:90%;*/
	border:1px solid #DADADA;
	font-size:11px; border-collapse: collapse;
}
.clsTblEscritorio td{
	border:1px solid #DADADA;
	padding:3px;
}
.noBorder{
	height:100%;
}

.clsExtensionArchivo{
	width:35px;
	height:20px;
	padding:20px;
	background:#FFF;
	border:1px solid #999;
	color:#F00;
	font-weight:bold;
	margin-left:15px;
}

.divLoader{
	position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:1000; visibility:hidden; display:none;
/* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255);
    /* RGBa with 0.8 opacity */
    background: rgba(255, 255, 255, 0.8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)";
}
.divLoaderChild{
	width:250px; height:80px; background:#FFF; border:1px solid #CCC; text-align:center;padding-top:20px;; position:relative; margin-left:auto; margin-right:auto; margin-top:200px;	
}

.x-grid3-row {
	padding-top:6px;
	padding-bottom:6px;
}
.x-panel-tl .x-panel-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.clsNumPro{
	width:90px; float:left; padding:4px;
}
.clsPac{
	width:40%; float:left; padding:4px;
}
.clsMed{
	width:40%; float:left; padding:4px;
}
.clsFec{
	width:100px; float:left; padding:4px;
}
.clsLblPacMed{
	display:none;
	padding-right:7px;
}
.clsTxtGral{
	width: 200px; padding:4px; margin:4px; border:1px solid #ccc; border-radius:4px; float:right;
}
@media (min-width: 100px) {
	.clsNumPro{
		width:100%;
	}
	.clsPac{
		width:100%;
	}
	.clsMed{
		width:100%;
	}
	.clsFec{
		width:100%;
		display:none;
	}
	.clsLblPacMed{
		display:inline-block;
	}
	.clsTxtGral{
		width: 96%;
	}

}
@media (min-width: 768px) {
	.clsNumPro{
		width:90px;
	}
	.clsPac{
		width:40%;
	}
	.clsMed{
		width:40%;
	}
	.clsFec{
		width:100px;
		display:inline-block;
	}
	.clsLblPacMed{
		display:none;
	}
	.clsTxtGral{
		width: 200px;
	}

}
@media (min-width: 992px) {
	.clsNumPro{
		width:90px;
	}
	.clsPac{
		width:30%;
	}
	.clsMed{
		width:30%;
	}
	.clsFec{
		width:100px;
		display:inline-block;
	}
	.clsLblPacMed{
		display:none;
	}
	.clsTxtGral{
		width: 200px;
	}

}
@media (min-width: 1200px) {
	.clsNumPro{
		width:90px;
	}
	.clsPac{
		width:40%;
	}
	.clsMed{
		width:40%;
	}
	.clsFec{
		width:100px;
		display:inline-block;
	}
	.clsLblPacMed{
		display:none;
	}
	.clsTxtGral{
		width: 200px;
	}

}
.clsDivNotificacion{
	width:100%; font-size: 14px; padding: 8px 0px 8px 0px; border-bottom:1px solid #000; background: none;
}

.clsDivNotificacion:hover{
	background: rgb(243, 212, 101);
}



