@CHARSET "UTF-8";
/*12122013 Aplica Estilos POS*/
h3{
	color:white;
}

@font-face {
	font-family: 'Myriad Pro Regular';
	font-style: normal;
	font-weight: bold;
	src: local('Myriad Pro Regular'), url('myriad-pro/MYRIADPRO-REGULAR.woff') format('woff');
}

@font-face {
	font-family: 'Myriad Pro Condensed';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Condensed'), url('myriad-pro/MYRIADPRO-COND.woff') format('woff');
}

.checkReiser {
	border-radius: 10px 10px 10px 10px !important;

	-moz-border-radius: 10px 10px 10px 10px !important;

	-webkit-border-radius: 10px 10px 10px 10px !important;

	border: 0px solid #000000 !important;
	
	background-color: #626262 !important;
}

.panelReiser {
	font-size:13px; 
	color:#1a1a12;
}
.row-green {
	background-color: #5fca74;
	color : black;
}

.row-red {
	background-color: #ff5845;
	color : white;
}

.row-orange {
	background-color: #ffaa00;
	color : white;
}

.row-cream {
	background-color: #fafaf4;
	color: #1a1a12;
}

.row-blue {
	background-color: #1c3fed;
	color : white;	
}

.reiserInputText,.reiserPassText {
	background-color: black;
	color: white;
}

.reiserOutputText {
	color: white;
}

.reiserButton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7faf2b), color-stop(1, #749639) );
	background:-moz-linear-gradient( center top, #7faf2b 5%, #749639 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7faf2b', endColorstr='#749639');
	background-color:#7faf2b;
	-webkit-border-top-left-radius:11px;
	-moz-border-radius-topleft:11px;
	border-top-left-radius:11px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:11px;
	-moz-border-radius-bottomright:11px;
	border-bottom-right-radius:11px;
	-webkit-border-bottom-left-radius:11px;
	-moz-border-radius-bottomleft:11px;
	border-bottom-left-radius:11px;
	text-indent:9px;
	border:1px solid #26330f;
	display:inline-block;
	color:#000000;
	font-family:Verdana;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	height:22px;
	line-height:22px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 4px #aade7c;
}
.reiserButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #749639), color-stop(1, #7faf2b) );
	background:-moz-linear-gradient( center top, #749639 5%, #7faf2b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#749639', endColorstr='#7faf2b');
	background-color:#749639;
}
.reiserButton:active {
	position:relative;
	top:1px;
}
.reiserButton:disabled {
	color:#444444;	
}

.reiserSelectOneMenu {
	background-color: black;
	color: white;
}

/*Validaciones*/
.info,.success,.warning,.error,.validation {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/Info.png');
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../images/Valid.png');
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/Attention.png');
}

.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/error.png');
}

.iceMsg {
	
}

.iceMsgFatal {
	
}

.iceMsgError {
	font-size: 11px;
	color: #FF0000;
	width: 300px;
}

.errorMessage {
	
}

.iceMsgWarn {
	
}

.iceMsgInfo {
	
}

.iceOutLnk {
	color: white;
	text-decoration: none;
}

.leftAlign{
	text-align: left;
}

.centerAlign{
	text-align: center;
}

.rightAlign{
	text-align: right;
}

#inputForm {
	font-size: 12px;
}

.workspace{
	height: 100%;
	width: 100%;
	position: absolute;
}

.workClientSpace{
	position: absolute;
	bottom: 200px;
	width: 83%;
	left:0px;
	z-index:150;
	color:#1a1a12 !important;
}

.workSpaceLeft{
	display:inline-block;
	position:fixed;
    left:23%;
	height:100%;
	width:71%;
	top:80px;
}
.workSpaceTopLeft{
   position:absolute;
    padding: 0;
    margin: 0;
    left:0px;
    width:83%;
    top:40px;
    z-index: 100;
}
.workSpaceBotLeft{
	position:fixed;
    padding: 0;
    margin: 0;
    left:35%;
    bottom: 50px;
    z-index: 101;
}

.workSpaceRight{
	position:fixed;
	right: 0px;
	padding: 0;
	magin: 0;
	border-left:1px solid #d4ccb0;
	background-color: #f0f0f0;
	min-height:100%;
	width:17%;
}


.titleH3{
  position:absolute;
  top:-40px;
  left:40%;
  z-index:200;
  color:#1a1a12;
}


.lblBot{
	color:#1a1a12;
	font-size:14pt;
}

.btnSearch{
	background: url('../images/search32.png') no-repeat;
	width:40px;
	height:35px;	
	border:0px;
	cursor:pointer;
}

button.ui-button {
	/* padding: 1px 5px; */
	padding: 5px 10px;
	color: #ffffff !important;	
}

input.ui-inputfield {
	background: #ffffff !important;
	color: #1c3fed !important;
}

.ui-panel {
    padding: 0px !important;
}

.ui-dialog {
	padding : 0px !important;
}

.panel-table {
	overflow-y: scroll;
	height: 490px;
	text-align: center;
}

.panel-category {
	overflow-y: scroll;
	height: 160px;
	text-align-last:center;
	padding:0;
}

.panel-product {
	overflow-y: scroll;
	height: 470px;
	text-align-last: center;
	padding:0;
}

.reiser-table {
	display: inline-block;
}

.riosoft-table {
	display: inline-block;
}

.riosoft-dialog {
	
}

.topAligned {
    vertical-align: top;
}

.repeat-product {
	width:20px;
}