/*
  Autor:  Jos� David Guill�n (JDsoft)
  e-mail: jd@infdj.com 
  
  Inform�tica DJ programadores
  www.infdj.com


  Control de cambios
  -------------------------------------------------
2014-08-06

*/
.m1 {background:url(statusbar-bg.jpg);}

  /* Enlaces */

  a {
    color: #1B4CA2;
    font-size: 10pt;
    text-decoration: none;
  }
  a:hover       {color: #5F83ED;}	



h1 {
	font-size:18px;
	font-weight:bold;
	color:#1B4CA2;
	border:2px groove lightgray;
	background:url(legend_bg.gif) repeat-x;
	width:98%;
	margin-left:2px;
	margin-bottom:5px;
}

/*
  h1 {
    color: #004080;
    font-size: 24pt;
    font-weight: bold;
    text-decoration: none;
  }    
*/  
  

html, body { margin:0;padding:0;border: none; height:100%;} 
body {
    font-family:  arial, helvetica, sans-serif;
    font-size: 10pt;
  	color: #CC3333;
    background:url(bg.png);
}

img { 
	border:none; 
	vertical-align:middle; 
}


td { 	
	font-size: 14px;
	text-align:left;
}


/* GRIDS de b�squedas */
.sgrid {
 border-width: 1px;
 border-color: #7F9DB9;
 border-style: dashed;
}


/* formularios */
input,select,textarea { box-sizing: border-box; }
input {
 background-color: #FFFDF9;
 background:url(input-box-shadow.gif);
 border-width: 1px;
 border-color: #7F9DB9;
 border-style: solid;
 color: #004080;
 
 font-family: arial;
 font-size: 9pt;
 font-weight:bold; 
}

select {
 background-color: #FFFDF9;
 border: 1px solid #7F9DB9;

 color: #004080;
 font-family: arial;
 font-size: 9pt;
 font-weight:bold;
}

option:disabled { border-bottom:1px dotted gray; color:gray; margin-top:5px; }

textarea {  
	background:url(input-box-shadow.gif);
    border: 1px solid #7F9DB9;
}
input:focus,select:focus,textarea:focus { outline:none;border-color:#9ecaed;box-shadow:0 0 10px #9ecaed;}


fieldset {
	background:url(fieldset_bg.gif) center;
	border:2px groove lightgray;
}

fieldset table 
{
	font-size: 14px;
	font-weight: normal;
	color: black;
}
fieldset legend
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,dcdcdc+100 */
background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top,  #f7f7f7 0%, #dcdcdc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7f7f7 0%,#dcdcdc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7f7f7 0%,#dcdcdc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f7f7f7 0%,#dcdcdc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	
	font-size:18px;
	font-weight:bold;
	color:#1B4CA2;
	border:2px groove lightgray;
	padding-right:5px;
}

 /* marca para las etiquetas que representan un campo de la base de datos */
 .dbf {
  	color: #B32D2D;
	font-weight: bold;
	font-size: 14px;
 }
 /* marca para los valores (mostrados como etiquetas) de campos de la base de datos */
 .dbv {
  	color: #EE3333;
 }


/***** CLASE ARBOL *****/
/* Enlaces */
   .tree 
   {
	float:left;
	width:225px;
	padding-top: 2em;
   }
   
   .tree ul
   {
	list-style-type: none;
	padding: 0;
	margin: 0;	   
   }
	.tree ul li { margin-top: 4px;}
   
	.tree ul li a
	{
		display: block;
		width: 155px;/*135px;*/
		padding: 3px 5px 3px 10px;
		text-decoration: none;
		font-weight: bold;
		color: #EEEEEE;/*#555555;*/
		background-image: url(tree_base.png);
		background-repeat: repeat-y;
	}

	.tree ul li a:hover
	{
		color: #333333;
		/*background-color: none;*/
		background-image: url(tree_base2.png);
		background-repeat: repeat-y;
	}
		
	.treeChild ul
	{
		border-top:1px solid black;
		border-left:1px solid black;
		/*border-right:1px solid black;*/
		border-bottom:1px solid black;
		background-image: url(tree_bg.png);
		background-repeat: repeat-y;		
		padding-bottom:5px;
	}
	
	.treeChild  ul li a 
	{
		padding: 0px 5px 0px 10px;
		background:none;
	}
	
	.treeChild ul li a:hover
	{
		color: #333333;
		background: none;
	}
	
 /*** FIN CLASE ARBOL ****/
 
 
 
 .taskNew {
    font-weight: bold;
 }
 .taskPend {
 }
 .taskDone {
    text-decoration: line-through;
 }
 
 /*** ref(eferncias) int(ernas) ***/
 /* Usado cuando hay que mostrar el identificador del documento */
 .refint {
        font-family:  arial, helvetica, sans-serif;
        font-size: 8pt;
  	/* color: #CCCCCC; */
	color: #00CC99;
}

/* Usado para mostrar cabeceras grandes, tipo H1 pero sin el problema de espaciado inferior */
  .big {
    color: #004080;
    font-size: 20pt;
    font-weight: bold;
    text-decoration: none;
  }  
  
  .medium {
    color: #0050A0;
    font-size: 16pt;
    font-weight: bold;
    text-decoration: none;
  }  
  
  .small {
    color: #0050A0;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
  }  
  
  .bigImporte {
    color: #A0A0A0;
    font-size: 24pt;
    font-weight: bold;
    text-decoration: none;
  }
 
 
 #tat_table {
					border-left:1px solid black;	
					border-right:1px solid black;	
					
					border-top:1px solid white;
					border-bottom:1px solid #C0C0C0;
					color:black;background:white;}
 #tat_tdu td {
					border-left:1px solid #F0F0E5;	
					border-right:1px solid #F0F0E5;	
					border-top:1px solid white;
					border-bottom:1px solid #D8D2BD;
					background:#F0F0E5;
					color:black;
					text-align:center;font-family:arial narrow;}
 
 #tat_tdd td {
					border-left:1px solid #F0F0E5;	
					border-right:1px solid #F0F0E5;	
					border-top:1px solid white;
					border-bottom:1px solid #D8D2BD;
					background:#F0F0E5;
					color:black;
					text-align:center;font-family:arial narrow;font-size:11px;}
					
					
 .actb  {background:white;}
 .actb   td {border-bottom:1px dashed lightgray;font-family:verdana;font-size:9px;}
 .actbH td {background:#3366CC;color:white;font-family:verdana;font-size:9px;}


.activeIDP {
	width:45px;
	text-align:right;
}







.bgform
{
	background:url(gridActions/tr_bg.gif);
	border:2px ridge lightgray;
	margin:auto;
	margin-bottom:10px;
	border-spacing: 0px; 
	font-size:14px;	
}




/******************************************************************************************/

		.combobox { list-style:none;margin:0;padding:2px;display:block;border:1px dotted black;background:url(bg.gif); }
		.combobox a { display:block; font-size:14px;border-bottom:1px dashed #AAAAAA; }
		.combobox a:hover { background:url(bgc.gif); }


/******************************************************************************************/
/******************************************************************************************/

p { text-align:justify; }

.C { text-align:center; }
.R { text-align:right; }
.L { text-align:left; }

.c { text-align:center; }
.r { text-align:right; }
.l { text-align:left; }

.b { font-weight:bold; }

.FL { float:left; }
.FO { overflow:hidden; }

#loading { 
		position:absolute; 
		right:0px;
		background:black url(spinner.gif) no-repeat 1px 1px; 
		padding:2px 2px 2px 20px; 
		color:red; 
		font-weight:bold; 
		width:80px; 
		border:1px solid black;
	}
	
	
	
	
	
	
	
	
	
/******************************************************************************************/
table.innerT  th{ border-bottom:1px dotted gray; }
table.innerT  td{ border-left:1px dotted lightgray;border-right:1px dotted lightgray;border-bottom:1px dotted lightgray; 
						color:#4074CF;
					}


.toolTip 
{
	padding:5px;
	position:absolute;
	z-index: 1010;
	left: -300px;
	top: -22px;
	/*width: 300px;*/
	visibility: hidden;
	opacity: 1;
	border:1px solid #003399;
	background:#E6ECFF;
	color:#000066;
}
.toolTip a { color:black; }
.toolTip a:hover { color:blue; }

.toolTip fieldset {
	border: 1px solid black;
	background:none;
}
.toolTip fieldset legend {
	border: none;
	background:none;
}
.toolTip table {
	font-size:10px solid black;
}

 
.toolTipIC 
{
	padding:2px 0px 0px 0px;
	position:absolute;
	z-index: 1010;
	left: -300px;
	top: -22px;
	width: 25px;
	height: 80px;
	
	visibility: hidden;
	opacity: 1;
	/*
	border:1px solid #003399;
	background:#E6ECFF;
	color:#000066;
	*/
	background:url(imageControls.gif);
}
.toolTipIC img { padding:5px; }



/**************************************************************************************/
/*
   Centrado verticalmente...
*/
#dataSaved{
	font-family: Verdana, Geneva, Arial, sans-serif;font-size:14px;font-weight:bold;color:white;
	padding:10px;
	
	background-color: #f00;
	text-align: center;
	vertical-align: middle;
	margin-top: -15px;
	margin-left: -120px;
	position: absolute; 
	top: 50%;
	left: 50%;
	width: 240px;
	height: 30px;
	z-index:9999;
}
/**************************************************************************************/
#centradoVertical{
	font-family: Verdana, Geneva, Arial, sans-serif;
	border:1px solid black;
	text-align: center;
	vertical-align: middle;
	margin-top: -175px;
	margin-left: -250px;
	position: absolute; 
	top: 50%;
	left: 50%;
	width: 500px;
	height: 350px;
}

#centradoVertical .cuerpo{
	font-size: 14px
}

#centradoVertical .cuerpo .titulo{
	font-weight: bold;
	font-size: 24px
}
/**************************************************************************************/

.descrLarga
{
	width:100%;
	height:72px;
	overflow:auto;
	color: #779DBF;/*#9BB6CF;*/
}

textarea.descrLarga {
	min-height:240px;
	background-repeat: no-repeat;
	background-color: white;
}


dl dt { clear:left; padding-top:10px; }
/*
dl dd { padding-bottom:10px; }
*/


/**************************************************************************************/



.timePicker { 		
		width:64px; 
		text-align:right;
		

		background-color:#FAFAFA;
		background-image:url(timePicker.png), url(input-box-shadow.gif); 
		background-position:left, 0 0;
		background-repeat:no-repeat;
}

.datePicker { 
		width:90px; 
		padding-right:18px;
/*		width:66px; 
		max-width:calc(100% - 18px);
*/
		text-align:right;
		

		background-color:#FAFAFA;
		background-image:url(datePicker.gif), url(input-box-shadow.gif); 
		background-position:right, 0 0;
		background-repeat:no-repeat;
}
#ui-datepicker-div { display:none; }

/*** Barra historico de navegaci�n ****************************************************/
#lp-hierarchy a { border:none; margin:0px; background:none; font-family:arial;font-size:12px; text-decoration:none; }
#lp-hierarchy a:hover { text-decoration:underline; }
#lp-hierarchy a img { vertical-align:top; }

/* #lp-hierarchy{float:left;width:auto;background:#eee url(navigation-hierarchy-bg.gif) top left no-repeat;margin-bottom:-1px;min-height:19px} */
#lp-hierarchy{float:left;width:100%;background:#eee url(statusbar-bg.jpg);margin-bottom:-1px;min-height:19px;
	overflow: hidden;
	height: 28px;
}

/* 
.first-rounded{background:url(navigation-hierarchy-nw) top left no-repeat;min-height:25px;display:block;width:6px;float:left}
*/
.last-rounded{padding:0px 8px 14px 0px;background:url(navigation-hierarchy-ne.png) no-repeat right}
#lp-hierarchy small{display:none}
#lp-hierarchy .home{background:white url(navigation-hierarchy-home-bg.png) no-repeat;padding:0 0 2px 6px;width:110px}
#lp-hierarchy a{color:#000;float:left;display:block;padding:7px 22px 0 8px}
#lp-hierarchy a:hover{color:#CC3333;text-decoration:none;}
#lp-hierarchy .item{background:white url(navigation-hierarchy-chevron-normal.png) no-repeat right;float:left;min-height:28px;padding-bottom:2px;vertical-align:middle}
#lp-hierarchy .before-last{background:white url(navigation-hierarchy-chevron-selected.png) no-repeat right}
#lp-hierarchy .last a{font-weight:bold;padding-right:10px}
#lp-hierarchy .last{background:#ddd}

.apps-separator{clear:left;height:1px;margin:0 0 10px 0;padding:0;background:black;border:1px solid white;font-size: 0px; line-height: 0px;}
/**************************************************************************************/




.ui-autocomplete {max-height: 145px;overflow-y: auto;}
* html .ui-autocomplete {height: 145px;}

/* Personalizaci�n del jQuery-ui */
.ui-icon{ display: inline-block !important; }

/*
.ui-widget{ font-size:.8em; }
*/



.ui-widget-content { background:#DBDBDB; color: #222222; /*font-size:.8em; */ }
/*
.ui-widget-content { background:#DBDBDB; color: #222222; font-size:10px;}
*/

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background: #DBDBDB; }
/*
.ui-tabs, .ui-tabs-panel { font-size:10px;}
*/
.ui-tabs .ui-tabs-panel  { padding-left:5px; padding-right:5px; }


.ui-widget table tr td { font-size:12px; vertical-align:top; }
.ui-widget table tr th { font-size:12px; vertical-align:top; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button  { font-family:arial; font-size:12px;}


.ui-tabs-nav a { line-height: 12px;}
.ui-tabs-nav li { height:24px;overflow: hidden; }
.ui-tabs-nav li img { max-width:24px;margin-top:-6px; /*vertical-align: top;*/ }

.ui-widget-overlay { background:black;  }



.inputError { border:1px solid red; background:#F9E9E8;}


#errorMsg {
	position:absolute;
	width:100%;
	top:24px;
}
#errorMsg>div {
  min-width:320px;
  width:80%;
  margin:0 auto;
}




div.upload {
   position: relative;
   width: 80px;
   height: 24px;
   overflow:hidden;
   background:url(btn_upload.png) left top no-repeat;
   clip:rect(0px, 80px, 24px, 0px );
}  

div.upload input {
   position: absolute;
   left: auto;
   right: 0px;
   top: 0px;
   margin:0;
   padding:0;
   filter: Alpha(Opacity=0);
   -moz-opacity: 0;
   opacity: 0;
}


                #sl_parteTipo ul { list-style:none;margin:0px;padding:0px;  }
                #sl_parteTipo ul li { float:left;padding:0 4px 0 4px; border-right:1px solid #999; }  
                #sl_parteTipo ul li a { display:block;font-size:13px;font-weight: bold;color:#000;text-decoration:none; padding:5px 12px 5px 12px; } 
                #sl_parteTipo ul li a:hover { background:#F7F7F7;color:#f00; zoom: 1; filter: alpha(opacity=80); opacity: 0.8; }
                #sl_parteTipo ul li.selected a { padding-bottom:4px; border-bottom:5px solid #FDCA79; }
				
				
				
/*
.autoHide { position:relative;min-height:16px; overflow:hidden;}
.autoHide div { position:absolute;top:0;right:0;visibility:hidden; }
.autoHide:hover div { visibility:visible; }

.autoHide_span { }
.autoHide_span span { visibility:hidden; }
.autoHide_span:hover span { visibility:visible; }
*/

.autoHide { position:relative;min-height:16px; overflow:hidden;}

.autoHide span.autoHideBlock { visibility:hidden; }
.autoHide:hover span.autoHideBlock { visibility:visible; }

.autoHide div.autoHideBlock { display:none;position:absolute;top:0;right:0; }
.autoHide:hover div.autoHideBlock { display:inline;}


				
				
				
/* ALMACEN -> ARTICULOS -> PRODUCTOS :: BeneficioReal < BeneficioM�nimoAceptable */
.prodB00 { padding-right:16px; }
.prodB01 { background:url(gridActions/warn.png) left no-repeat; padding-right:16px; }
.prodB75 { background:url(gridActions/battery_full.png) right no-repeat; padding-right:16px; }
.prodB50 { background:url(gridActions/battery_half.png) right no-repeat; padding-right:16px; }
.prodB25 { background:url(gridActions/battery_low.png) right no-repeat; padding-right:16px; }

/* ALMACEN -> ARTICULOS -> PRODUCTOS :: Tiempo de reposici�n medio */
.slStock_1 { background:url(status/tiempoReposicionMedio/stock24.gif) right no-repeat; }
.slStock_2 { background:url(status/tiempoReposicionMedio/stock48.gif) right no-repeat; }
.slStock_3 { background:url(status/tiempoReposicionMedio/stock72.gif) right no-repeat; }
.slStock_4 { background:url(status/tiempoReposicionMedio/stock96.gif) right no-repeat; }
.slStock_99 { background:url(status/tiempoReposicionMedio/stockAgotado.gif) right no-repeat; }

/* ALMACEN -> ARTICULOS -> PRODUCTOS :: Selector de familias */
.f1 { background:#fab6b6; }
.f2 { background:#e0ffd8; }
.f3 { background:#effbeb; }
.f4 { background:none; }



/* Agenda, Cuentas bancarias */
 .ibanBlock {
 /* width:32px; */ 
 width:calc(11.5% - 2px);;
 margin-right:1px;
 margin-left:1px;
 text-align:right;
 }
 
 .ibanBlockError {
 border:1px solid red;
 color:black;
 }
 
 /* FACTURACION -> [COMPRAS/VENTAS] -> Documentos -> AutoCompletado Descripci�n */
 .dbl_descr_qr div:nth-child(1) { float:left;margin-right: 4px;  width:30px;text-align:right;overflow:hidden; }
 .dbl_descr_qr div:nth-child(2) {  }
 
 
 
 
 
 #ttProd_disabled:checked + img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
 #ttProd_disabled + img {
 }
 
 
 
 
 
 .inav {
	max-width:550px;
	margin:20px auto;
	border: 2px groove #FFFFFF;
 }
.inav legend {
	border: 2px groove #FFFFFF;
	min-width:50%;
}
.inav legend img {
	margin:-32px 10px 0 0;
}
.inav dl, .inav dl dt {
	margin:10px 0;padding:0;
}

.inav dl dt img {
	width:48px;
}
 .inav dl dd {
	padding-left: 32px;
	margin-left: 24px;
}










 
 /* dataFilter */
.df {
	margin:20px auto;
	width:80%;
}
 .df fieldset {
	border: 2px groove #FFFFFF;
 }
.df fieldset legend {
	border: 2px groove #FFFFFF;
	min-width:50%;
}
.df fieldset legend img {
	/* margin:-32px 10px 0 0; */
}

/* divMenu */
.dm { 
	border-top:2px ridge black;width:100%
}
.dm>div {
	float:left;margin-top:1px;padding-bottom:1px;border-bottom:1px solid black;
}
.dm>div a { margin: 0 4px 0 4px; }
.dm:after{
	content: "";
	width: 28px;
	height: 26px;
	background: url("menuActions/rightClose.png") 0 0 no-repeat;
	display: inline-block;
}

/* Grow Rotate */
.dm>div a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.dm>div a:hover, .dm>div a:focus, .dm>div a:active {
  -webkit-transform: scale(2.0) rotate(4deg);
  transform: scale(2.0) rotate(4deg);
}





/* dataResults */
.dr {
	width:80%;
	margin:auto;
}
 
 
.dgrid .seriales {
	position:relative;
}
.dgrid .seriales div {
	height: 240px;
	overflow:auto;
	margin-top:0.2em;
	padding-bottom:2em;
}
/* ::before was :before before ::before was ::before - kthx */
/*.dgrid .seriales:before, .dgrid .seriales::before,*/
.dgrid .seriales:after,  .dgrid .seriales::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%; height: 2em;
    background-image: linear-gradient(180deg, #FFF, rgba(255,255,255,0));
}
.dgrid .seriales:after, .dgrid .seriales::after {
    bottom: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*
.dgrid .seriales:before, .dgrid .seriales::before {
    top: 1em;
}
*/


#msgs {
     position: fixed;
     _position: absolute;
	 top:0;
     width: 100%;
}
.msg {
    background-size: 40px 40px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                        transparent 75%, transparent);                                      
     box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
     width: 100%;
     border: 1px solid;
     color: #fff;
     padding: 15px;
     text-shadow: 0 1px 0 rgba(0,0,0,.5);
     animation: animate-bg 5s linear infinite;
	 display:none;
} 
.msg div.autoHideBlock { padding-right: 32px;}
.msg a { color:white; }
.msg_error {     background-color: #de4343;     border-color: #c43d3d;}
.msg_warning {     background-color: #eaaf51;     border-color: #d99a36;}
.msg_success {     background-color: #61b832;     border-color: #55a12c;}
.msg_info {     background-color: #4ea5cd;     border-color: #3b8eb5;}
@keyframes animate-bg {
    from {
        background-position: 0 0;
    }
    to {
       background-position: -80px 0;
    }
}


.ul3cols {
	columns: 3;  -webkit-columns: 3;  -moz-columns: 3;
  list-style-type: none;    margin: 0;
    padding: 10px;
}
.ul3cols li {
	overflow: hidden; /* fix for Firefox */
break-inside: avoid-column;
-webkit-column-break-inside: avoid;
}
@media only screen and (max-width: 700px) { 
	.ul3cols {	columns: 2;  -webkit-columns: 2;  -moz-columns: 2;}
}
 
@media only screen and (max-width: 480px) { 
	.ul3cols {	columns: 1;  -webkit-columns: 1;  -moz-columns: 1;}
}
.ul3cols li h2 { margin-top:0px; }

.columnBreak{
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside:avoid;
    -moz-page-break-inside:avoid;
    page-break-inside: avoid;
}
.home_block h2 {
	margin:0 0 0 5;
}


.buttons { margin:6px 0 6px 0; }
.buttons a, .buttons label { 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    padding: 2px 6px;
    text-decoration: none;	

border-top:none;
border-bottom:none;
border-left:1px solid #CA335D;
border-right:1px solid #CA335D;	
}
.buttons a:hover, .buttons label:hover {
	background: #CCC;
}



.g3c { clear:both;overflow: hidden; }
.g3c1 { width:33%; margin-right:0.5%; float:left; overflow:hidden; }
.g3c2 { width:33%; margin-right:0.5%; float:left; overflow:hidden; }
.g3c3 { width:33%; float:left; overflow:hidden; }

.g2c { clear:both; }
.g2c1 { width:49%; margin-right:1%; float:left; }
.g2c2 { width:49%; margin-left:1%; float:left; }


	 
 @media only screen and (max-width: 1024px) { 
	   /* dataFilter */
	.df { width:95%; }
	/* dataResults */
	.dr { width:95%; }
}
	
	
 @media only screen and (max-width: 800px) { 
	   /* dataFilter */
	.df { width:100%; }
	/* dataResults */
	.dr { width:100%; }
	
	.dgrid { width:100%; border-left:none; border-right:none; }
	.dgrid tbody tr { height: 40px; }
	
	.ui-dialog .ui-dialog-content { padding:0px; }

	#multicolumn3{
		-moz-column-count: 2;
		-moz-column-gap: 10px;
		-webkit-column-count: 2;
		-webkit-column-gap: 10px;
		column-count: 2;
		column-gap: 10px;
		margin:0 auto;
	}	
	
	.g2c1 { width:100%; float:none; margin:0; }
	.g2c2 { width:100%; float:none; margin:0; }
	
	.g3c1 { width:100%; float:none; margin:none; }
	.g3c2 { width:100%; float:none; margin:none; }
	.g3c3 { width:100%; float:none; margin:none; }


 }
 
 @media only screen and (max-width: 500px) { 	
	#multicolumn3{
		-moz-column-count: 1;
		-moz-column-gap: 10px;
		-webkit-column-count: 1;
		-webkit-column-gap: 10px;
		column-count: 1;
		column-gap: 10px;
		margin:0 auto;
	}
	
 }
 