@import 'reset.css';
/* MEDIA STYLES ...................................................... */
@media screen{

	body {
	/*font-family: Segoe UI, Tahoma, Arial, sans-serif;*/
	/*font-family: Tahoma, Arial, sans-serif;*/
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #4b4b4b;
	background: url(../img/bg03.jpg) center 0 repeat;
	/*-webkit-text-size-adjust: none;*/
	-webkit-text-size-adjust: auto;
	}
	article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
		display: block
	}
	
	.page-break  { display:none; }
}

@page
	{
	/*size: landscape;*/
	margin: 1cm;
}
	
@media print{
	body {
		font-family: Arial, sans-serif;
		font-size: 11px;
		line-height: 13px;
		/*-webkit-text-size-adjust: none;*/
	}
	footer { display:none; }
	*:focus {outline: none;}
	textarea:focus, input:focus{
	    outline: none;
	}
	div,svg {
	    outline: none;
	}
   .page-break  { display:block; page-break-before:always; }
	*{	
		-webkit-print-color-adjust:exact;
	}
	input[type="checkbox"]
	{
	    display:none;
	}

}
/* END MEDIA STYLES .................................................. */
/* EasyUI -------------------------------- */
.textbox-invalid {
    border-color: #FF0000;
    background-color: #fff3f3;
}
.datagrid-cell {
    line-height: 20px;
}

textarea, input {
    background-color: #c6cccf;
}

.datagrid-htable, .datagrid-btable, .datagrid-ftable, .panel-body {
    color: #E7E7E7;
}
.datagrid-header td, .datagrid-body td, .datagrid-footer td {
    vertical-align: middle;
}
/*.textbox-button-right {
    position: relative!important;
}*/
.textbox .textbox-button-right, .textbox .textbox-button-right:hover {
    right: 0;
    border-width: 0 0 0 1px;
}
/* CAUDATA ----------------------------------- */
#wizardlayout {
	background-repeat: no-repeat;
	background-position: right top;	
}

#mainmenu {
    background-image:url(../img/LogoMenuSys.png);
	background-repeat: no-repeat;
	background-position: right top;    
}
/*.panel-body {
    background-color:transparent;
}
.datagrid-wrap .panel-body {
    background-color:#FFFFFF;
}*/

.loading-input{
	background: #DEDEDE url('../js/themes/black/images/loading.gif') no-repeat 3px 2px !important;
	padding-left: 20px !Important;
}

.navpanel {
    position: fixed;
    z-index: 100;
}
.menusep{
    display: inline-block;
    width: 0px;
    border-left: solid 1px #444444;
    border-right: solid 1px #777777;
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
}
.menuseplarge{
    display: inline-block;
    width: 0px;
    border-left: solid 1px #444444;
    border-right: solid 1px #777777;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
}
/* SLOW SCROLL FIX DATAGRID ------------- */
.datagrid-body {
    will-change: transform;
}
/* ---------------------------------------- */

.userfloat {
    float: right;
    position: absolute;
    top: 2px;
    right: 5px;
    z-index: 1000;
    font-size: 10px;
    font-weight: bold;
	text-align: right;
    width: 250px;
    overflow: hidden;
    max-height: 32px;	
}

a.linkgrupoedocuenta{
    text-decoration: none;
    color: inherit;        
}
input[readonly='readonly'] {
    background-color: #C3C5D3;
    color:#51546D;
}
textarea[readonly='readonly'] {
    background-color: #C3C5D3;
    color:#51546D;
}

.colorbg {
	position: relative;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

#loadingDiv {
	width: 100%;
    height: 100%;
    background-color: #666666;
    position: fixed;
    z-index: 100000;
}

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
