/* ========================================================
                 Copyright (c) 2014, CICASYS S.L.
                 Todos los derechos reservados.
   ======================================================== */

/**************/
/* Basic HTML */

/*@import url("https://fonts.googleapis.com/css?family=Oxygen:400,700&subset=latin,latin-ext");*/

* {
   outline:none;
   -moz-user-select: -moz-none;
    user-select: none;
   -khtml-user-select: none;
   -o-user-select: none;
   -webkit-user-select: none;
}

html,
body {
	cursor:default;
   	-webkit-tap-highlight-color: rgba(0,0,0,0);
   	font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
}

body {
    font: 14px/1 Arial, 'Liberation Sans', FreeSans, sans-serif;
    color: #95959a;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    word-spacing: normal;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    text-indent: 0ex;
    font-size: 12px;
	overflow:auto;
	overflow-y:scroll;
}

select optgroup {
	color: #80808b;	
}

select option {
	color: #000000;	
}

input[type=text] {
	padding-left:2px;
	padding-right:2px;
}

input[readonly="readonly"] {
 	background:#FFF;
 	font-style: italic;
 	outline: none !important;
}

input[disabled] {
 	font-style: italic;
 	outline: none !important;
}

input:invalid { 
    box-shadow:none;
}

textarea[readonly="readonly"] {
 	background:#FFF;
 	font-style: italic;
 	outline: none !important;
 	border: 1px solid #ddd !important;
}

h1 {
	line-height: 1.5em;
}
h2 {
    font-size: large;
    text-align: center;
}
h3 {
    text-align: left;
}
h4 {
    font-size: xx-large;
    text-align:center;
}
h6 {
    font-size: xx-large;
    text-shadow: #000 1px 0px 2px;
}

textarea {
	     user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
   		color:#000;
   		background:#fff;
	  	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
        box-sizing: border-box;
        min-height:30px;
        border: 1px solid #ddd;
}
   
.outlined {
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
}

/****************************************************/
/* Mensajes inline de validacion de formularios*/
  
label.invalid {
    float:right;
    margin:auto;
    resize:none;
    font-weight: bold;
    color:#FF0000;
    text-align:center;
    width:100%;
    min-height:0px;
    height:auto;
}
/****************************************************/
    
h5 {
    color: #000;
    white-space: nowrap;
    margin-top:8px;
    text-align: left;
}

.red {
    color:#FF0000;
    }
    
.green{
    color:#00bb00;
    }
    
.black {
	color:#000000;
   }

a {
  text-decoration: none;
}

li {
  list-style: none;
}

/*************************/
.link_open {
  background: #009dff;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #ffffff !important;
  padding: 0px 5px 0px 5px;
  text-decoration: none;
  line-height: 1.4em;
  font-weight: normal;
}

.link_open:hover {
  background: #0000ff;
  cursor:pointer;
  text-decoration: none;
}
/*************************/

.link {
	list-style-type: disc;
	line-height: 1.5em;
}

.link:link {
	color:#0000ff !important;
}
.link:visited {
	color:#0000ff !important;
}

.link:hover {
	text-decoration: underline;
}

.direct_link:link {
	color:#0000ff !important;
}

.direct_link:visited {
	color:#0000ff !important;
}

.direct_link:hover {
	text-decoration: underline;
}

.link2 {
	color:#0000ff !important;
}

.link2:hover:not([disabled="disabled"]) {
	text-decoration: underline;
	cursor:pointer;
}

.link2[disabled="disabled"] {
	color:#000 !important;
}

.link3 {
	color:#808080 !important;
}

.link3:hover {
	text-decoration: underline;
	cursor:pointer;
}

.link4 {
	color:#fff;
}

.link4:hover {
	text-decoration: underline;
	cursor:pointer;
}

.link5 {
	color:#f00 !important;
}

.link5:hover {
	text-decoration: underline;
	cursor:pointer;
}

.link6 {
	color:#000000 !important;
}

.link6:hover {
	text-decoration: underline;
	cursor:pointer;
}

.link_vertical_tab_container {
	color:#000;
}

.link_vertical_tab_container:hover {
	cursor:pointer;
}

.link_vertical_tab_container li {
	text-align: right;
	padding:6px;
	padding-right:0px;
	margin-right:-1px;
}

.link_vertical_tab_container li a {
	padding:2px;
	text-decoration: none;
	color:#000;
}

.link_vertical_tab_active {
	border-right: 1px solid transparent !important;
}

input:focus {
	outline: none;
}

.center {
	text-align:center;
}

/**********/
/* Varios */

.error_msg {
    font-size: 14px;
	color:#f00;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width:100%;
}

.abs {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

.no_data {
	  text-align: center;
	  font-size: 18px;
	  font-style: italic;
}

.hidden {
    display:none;
}

.visible {
    display:block;
}

.shadow {
box-shadow: rgba(0,0,0,0.5) 5px 5px 5px;
}

.mini_shadow {
box-shadow: rgba(0,0,0,0.5) 3px 3px 3px;
}

.shadow-palette {
    box-shadow: rgba(0,0,0,0.4) 0px 5px 5px;
	background:#fff !important;
	color:#000 !important;
}

#err {
	margin-bottom:3px;
}

.tittle_container {
	height:88px;
	overflow:hidden;
	display:table;
}

.tittle {
    font-size: small;
    display: table-row;
    vertical-align: middle;
    text-align: left;
    line-height: 1.5em;
}

.errores {
	position:fixed;
	left:40px;
	right:170px;
	top:0px;
	color:#000;
	background:#fff;
	height: 32px;
	font-weight: bold;
	z-index: 101;
	background:#FFF !important;
}

/**********/
/* Barras */

.disabled {
  opacity: 0.40;
  cursor:default !important;
}

/*********/
/* Logos */

.invoice_logo {
	float:left;
    margin-top:0px;
    margin-left:-2px;
    width:179px;
    height:72px;
  	background: #FFF;
  	text-align:center;
  	padding:1px;
  	border: 1px solid #ddd;
  	/* JGF-TCELL*/
  	display:table-cell;
	line-height: 70px;
}

.invoice_logo img {
    max-width:100%;
    max-height:100%;
	margin:auto;
}
  
.logo {
	float:left;
    margin-top:0px;
    margin-left:-2px;
    width:179px;
    height:72px;
    border-radius:0px;
    -moz-border-radius: 0px;
  	-webkit-border-radius: 0px;
  	-webkit-background-clip: padding-box;
  	background: #FFF;
  	text-align:center;
  	border: 2px solid #95959a;
 	/* JGF-TCELL*/
  	display:table-cell;
	line-height: 70px;
}

.logo img {
    max-width:100%;
    max-height:100%;
	margin:auto;
   	border-radius:0px;
  	-moz-border-radius: 0px;
  	-webkit-border-radius: 0px;
  	-webkit-background-clip: padding-box;
}

/**********/
/* Iconos */

.doc_icon {
	width:25px;
	height:25px;
	padding:0px;
}

.icon_error {
	float:left;
	width:128px;
	height:128px;
	padding:10px;
}

.icon {
  color: #fff;
  line-height: 1.0;
  padding: 4px;
  text-align: center;
  width: 50px;
  height:50px;
  border:1px solid transparent;
}

.icon img {
  background: url(../images/icons/trans_black.png) no-repeat -99999px -99999px; 
  display: block;
  margin: auto;
  margin-top:5px;
  width: 40px;
  height: 40px;
}

.icon img:hover {
     /*cursor: pointer;*/
}

.tab_smallicon {
  background: url(../images/icons/trans_black.png) no-repeat -99999px -99999px;
  -webkit-background-clip: padding-box;
  color: #95959a;
  font-weight: normal;
  line-height: 0.8;
  text-align: center;
  position:relative;
  padding-left:20px !important;
  padding-right:20px !important;
}

.tab_smallicon img {
  /*background: url(../images/icons/trans_black.png) no-repeat -99999px -99999px;*/
  position:absolute;
  width: 15px;
  height: 15px;
  top:3px;
  left:3px;
}

.tab_smallicon:hover {
 cursor: pointer;
}

.dialog-bar-icon {
  background: url(../images/icons/trans_black.png) no-repeat -99999px -99999px;
  -webkit-background-clip: padding-box;
  color: #95959a;
  width: 25px;
  height:25px;
  padding:3px;
  margin-top:-8px;
  margin-left:10px;
  border:1px solid transparent;
}

.dialog-bar-icon img {
  background: url(../images/icons/trans_black.png) no-repeat -99999px -99999px;
  display: block;
  width: 25px;
  height: 25px;
}

.window_icon {
  width: 30px;
  height:30px;
  padding-right:10px;
  margin-left:5px;
}

.windows_icon {
	position:relative;
	width:50px;
	height:50px;
	margin: 0px;
	padding:0px;
	margin:auto;
}

.windows_icon:hover {
	cursor: pointer;
}

.dialog-icon {
  width: 48px;
  height:48px;
  margin-right: 20px;
}

.dialog-icon-small {
  width: 24px;
  height:24px;
  margin-right: 20px;
}

.table-dialog {
	margin-left:-8px;
	margin-right:-8px;
}
.table-dialog td {
	vertical-align:middle;
	line-height: 1.3em;
}

.table-dialog td:FIRST-CHILD {
	width:48px;
	padding-left:15px;
}

.table-dialog td:nth-child(2) {
	width:100%;
	padding-top:10px;
	padding-right:5px;
	padding-bottom:10px;
	font-weight: bold;
}

.transparent {   /* Usado en UI_Gritter */
	background: transparent;
	margin-top:-10px;
	margin-bottom:-14px;
}

.table-error {
	width:100%;
	table-layout: fixed;
	white-space: nowrap;
}

.table-error-normal {
	white-space: nowrap;
}

.table-error-wsnormal {
	white-space: normal;
}

.table-error-normal tr {
	border:1px solid;
}

.table-error-normal td {
	line-height: 1.3em;
	height:30px;
}

.table-error td {
	vertical-align:middle;
	color: #ff0000;
	padding-top:1px;
	overflow:hidden;
  	text-overflow: ellipsis;
}

.table-error td {
}

.table-error tr {
}

.table-error th {
  background: #fff url(../images/icons/bar_top.png);
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  font-weight: normal;
  text-shadow: #fff 0 1px 1px;
  white-space: normal;
  padding:1px;
  padding-top:4px;
  padding-bottom:4px;
  padding-right:5px;
  text-align:center;
  color:#000;
  border:1px solid;
  border-bottom:none;
  height:auto;
}

.table-error td img {
	margin:auto;
}

.table-error td:FIRST-CHILD {
	width:30px;
	text-align: center;
}

.table-error td:nth-child(2) {
	font-weight: bold;
}

/************/
/* Ventanas */

.window {
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	margin-top:0px;
}

.margin_top {
	padding-top: 85px; /*100px;*/
}

.menu {
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
}

.menu_buttons {
	text-align: center;
}

.menu_group {
	position:relative;
	background: #fff; /*rgba(0,0,0,0.1);*/
   	text-align: center;
   	padding:10px;
   	margin-left:20px;
   	margin-right:20px;
   	border:1px solid #555;
   	min-width:500px;
   	top:50%;
   	transform: translateY(-50%);
}


.menu_group label {
    color:#000;
    /*font-style: italic;*/
    /*text-shadow: #000 3px 2px 3px;*/
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    float:left;
}

.window_content {
	min-width: 760px;
	/*max-width: 1000px;*/
	width:auto;
	margin:auto;
}

.info_version {
	text-align: center;
	font-size:80%;
	vertical-align: bottom;
	margin:auto;
}

/*********************/
/* Tabla Formularios */
/* Cabeceras Info    */

.form_table_info {
  width:100%;
  margin-bottom: 0px;
  table-layout: fixed;
  white-space: nowrap;
}

.form_table_info td {
	overflow:hidden;
	text-overflow: ellipsis;
	border: none;
	background:none;
  	vertical-align: middle;
  	font-weight: bold;
  	font-size: 24px;
  	line-height: 1.4em;
	text-align: left;
}

table.form_table_info img {
  display: block;
}

/** ?? **/
table td input[type=text],[type=password] {
	min-height: 1.5em;
	max-height: 1.5em;
	padding:0px;
	margin:0px;
} 

/*********************/
/* Tabla Formularios */

.form_table_header {
  text-align:left;
  border-bottom:none;
  font-weight: normal;
  width:100%;
  margin-top:5px;
  margin-left:6px;
  margin-bottom:1px;
}

.rounded {
	border-top-left-radius:6px;
    -moz-border-top-left-radius: 6px;
  	-webkit-border-top-left-radius: 6px;
	border-top-right-radius:6px;
    -moz-border-top-right-radius: 6px;
  	-webkit-border-top-right-radius: 6px;
  	-webkit-background-clip: padding-box;
}

.form_table_header_right {
  text-align:right;
  border-bottom:none;
  font-weight: normal;
  width:100%;
  padding-right:6px;
  margin-top:5px;
  margin-right:6px;
  margin-bottom:1px;
}

.form_table_header label {
 /*	 background: #fff url(../images/icons/bar_bottom.png) 50% 50% repeat-x;
	 color:#FFFFFF;*/
/*	 background: #e8e8e8;*/
	 padding-left:2%;
	 padding-right:2%;
     line-height: 1em;
     font-weight: bold;
     font-size: 90%;
/*     border-top:1px solid;
     border-bottom:1px solid; 
     box-sizing:border-box;
  	-moz-box-sizing:border-box;
  	-webkit-box-sizing:border-box; */ 
}

.form_table_header_right label {
/* 	 background: #fff url(../images/icons/bar_bottom.png) 50% 50% repeat-x;
	 color:#FFFFFF; */
/*	 background: #e8e8e8;*/
	 padding-left:5px;
	 padding-right:5px;
	 line-height: 1em;
	 margin-right:6px;
     font-weight: bold;
     font-size: 11px;
/*     border-top:1px solid;
     border-bottom:1px solid; 
	 box-sizing:border-box;
  	-moz-box-sizing:border-box;
  	-webkit-box-sizing:border-box; */ 
}

.form_table {
  width:100%;
  margin-bottom: 1px;
  table-layout: fixed;
}

.form_table th,
.form_table td {
  	padding-right:8px;
  	vertical-align: middle;
  	text-align: center;
}

.form_table th {
  text-shadow: none;
  text-align: left;
  background: transparent;
  padding-top:4px;
  padding-bottom:2px;
}


.form_table td {
 	  font-weight: normal;
 	  background:none;
}


.form_table img {
  display: block;
}

.form_table td input:focus {
	border: 2px solid #80b9ff;
}
.form_table td textarea:focus {
	border: 2px solid #80b9ff;
}

.form_table tbody tr td input[type=text] {
 		width:100%;
 		height:100%;
        color: #000000;
        text-align:left;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
	 	font-weight: normal;
	 	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
        box-sizing: border-box;	 	
}

.form_table tbody tr td textarea {
		width:100%;
        text-align:left;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
   		resize:none;
 	    font-weight: normal;
}

.form_table tbody tr td select  {
	width:100%;
	height:auto;
	text-align:left;
	/*margin-left:3px;*/
	/*background-color: #fefefe;*/
    font-weight: normal;
    padding:0;
}

/***********************************/
/* Tabla product_os_data           */

.form_table_os {
  width:100%;
  margin-bottom: 1px;
  table-layout: fixed;
}

.form_table_os th,
.form_table_os td {
  	padding-right:8px;
  	vertical-align: middle;
  	text-align: center;
}

.form_table_os td:nth-child(odd) {
	background:none;
	border:none;
	text-align: right;
	padding-right:4px;
}

.form_table_os th {
  text-shadow: none;
  text-align: left;
  background: transparent;
  padding-top:4px;
}


.form_table_os td {
 	  font-weight: normal;
 	  background:none;
 	  padding:0px;
}


.form_table_os img {
  display: block;
}

.form_table_os td input:focus {
	border: 2px solid #80b9ff;
}
.form_table_os td textarea:focus {
	border: 2px solid #80b9ff;
}

.form_table_os tbody tr td input[type=text] {
 		width:100%;
 		height:100%;
        color: #000000;
        text-align:left;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
	 	font-weight: normal;
	 	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
        box-sizing: border-box;
}

.form_table_os tbody tr td textarea {
		width:100%;
        text-align:left;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
   		resize:none;
 	    font-weight: normal;
}
        
.form_table_os tbody tr td select  {
	width:100%;
	text-align:left;
	/*margin-left:3px;*/
	/*background-color: #fefefe;*/
    font-weight: normal;
    /*padding:0;*/
}

/***********************************/
/* Tabla formulario Custom Queries */

.form_table_cq {
  width:100%;
  margin-bottom: 1px;
  table-layout: fixed;
}

.form_table_cq th,
.form_table_cq td {
  	vertical-align: middle;
}

.form_table_cq td {
 	  font-weight: bold;
 	  padding:0px;
 	  border:1px solid #cfcfcf;
 	  background:#fff;
 	  text-align: center;
 	  padding-left:2px;
 	  padding-right:2px;
}

.form_table_cq td input:focus {
	border: 2px solid #80b9ff;
}
.form_table_cq td textarea:focus {
	border: 2px solid #80b9ff;
}

.form_table_cq tbody tr td input[type=text] {
 		width:100%;
 		height:100%;
 		border:none;
 		background:none;
        text-align:left;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
	 	font-weight: normal;
	 	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
        box-sizing: border-box;
}

.form_table_cq tbody tr td input[readonly] {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

.form_table_cq tbody tr td select  {
	width:100%;
	text-align:left;
	/*margin-left:3px;*/
	/*background-color: #fefefe;*/
    font-weight: normal;
    font-size:12px;
    padding:0;
}

.last_cell {
	width:25px;
	border:none !important;
	background:none !important;
}

/***********************/
/* Tabla Formularios 2 */

.form_table2 {
  margin-bottom: 1px;
  table-layout: fixed;
  width:100%;
}
	
.form_table2 th,
.form_table2 td {
  	padding-right:8px;
  	vertical-align: middle;
  	text-align: center;
  	padding-top: 6px;
}

.form_table2 th {
  text-shadow: none;
  text-align: center;
  background: transparent;
  padding-top:4px;
}


.form_table2 td {
 	  font-weight: bold;
 	  text-align: center;
}

.form_table2 td:nth-child(odd) {
 	  border: none;
 	  font-weight: normal;
 	  background: none;
 	  text-align: right;
 	  padding-right: 8px;
 	  width:22%; /*160px;*/
 	  /*font-size: 11px;*/
}

.form_table2 th:nth-child(odd) {
 	  width:22%; /*160px;*/
}

.form_table2 img {
  display: block;
}

.form_table2 td input:focus {
	border: 2px solid #80b9ff;
}
.form_table2 td textarea:focus {
	border: 2px solid #80b9ff;
}

.form_table2 tbody tr td input[type=text],[type=password] {
 		width:100%;
 		height:100%;
        color: #000000;
        text-align:left;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
	 	font-weight: normal;
	 	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
        box-sizing: border-box;	 	
}

.form_table2 tbody tr td textarea {
		width:100%;
        text-align:left;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
   		resize:none;
 	    font-weight: normal;
}
        
.form_table2 tbody tr td select  {
	width:100%;
	height:auto;
	text-align:left;
	/*margin-left:3px;*/
	/*background-color: #fefefe;*/
    font-weight: normal;
}

/***********************/
/* Tabla Formularios 3 */

.form_table3 {
  margin-bottom: 1px;
  table-layout: fixed;
  width:100%;
}
	
.form_table3 th,
.form_table3 td {
  	padding-right:8px;
  	vertical-align: middle;
  	text-align: center;
  	padding-top: 6px;
}

.form_table3 th {
  text-shadow: none;
  text-align: center;
  background: transparent;
  padding-top:4px;
}


.form_table3 td {
 	  font-weight: bold;
 	  text-align: center;
}

.form_table3 td:nth-child(odd) {
 	  border: none;
 	  font-weight: normal;
 	  background: none;
 	  text-align: right;
 	  padding-right: 8px;
 	  padding-left: 0px;
 	  width:15%; /* 80px */
 	  /*font-size: 11px;*/
}

.form_table3 img {
  display: block;
}

.form_table3 td input:focus {
	border: 2px solid #80b9ff;
}
.form_table3 td textarea:focus {
	border: 2px solid #80b9ff;
}

.form_table3 tbody tr td input[type=text] {
 		width:100%;
 		height:100%;
        color: #000000;
        text-align:left;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
	 	font-weight: normal;
	 	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
        box-sizing: border-box;	 	
}

.form_table3 tbody tr td textarea {
		width:100%;
        text-align:left;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
   		resize:none;
 	    font-weight: normal;
}
        
.form_table3 tbody tr td select  {
	width:100%;
	height:auto;
	text-align:left;
	/*margin-left:3px;*/
	/*background-color: #fefefe;*/
    font-weight: normal;
}

.static tr {
}

.static td:nth-child(even) {
 	  font-weight: bold;
 	  text-align: left;
 	  height:12px;
}

/***********************/
/* Tabla Formularios 4 */

.form_table4 {
  margin-bottom: 1px;
  table-layout: auto;
  margin:auto;
}
	
.form_table4 td {
  	padding-right:8px;
  	vertical-align: middle;
  	padding-top: 6px;
}

.form_table4 td {
	text-align: right;
	width:50px;
}

.form_table4 td input:focus {
	border: 2px solid #80b9ff;
}
.form_table4 td textarea:focus {
	border: 2px solid #80b9ff;
}

.form_table4 tbody tr td input[type=text] {
 		width:100%;
 		height:100%;
        color: #000000;
        text-align:right;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
	 	font-weight: normal;
	 	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
        box-sizing: border-box;	 	
}

/********************************/
/* Tabla para roles de usuarios */

.permissions_table {
	margin-right:auto;
 	margin-bottom: 2px;
 	table-layout: auto;
}

.permissions_table th,
.permissions_table td {
  	padding:0px;
  	vertical-align: middle;
  	text-align: center;
  	width:64px;
  	height:29px;
  	padding-left:3px;
  	padding-right:3px;
  	white-space: normal;
}

.permissions_table th {
  text-shadow: none;
  background: #ddd;
  padding-top:4px;
  font-weight: normal;
 
}

.permissions_table td {
 	  font-weight: normal;
 	  background:#fff;
 	  border:none;
 	  text-align:center;
 	  border-top:1px solid #ddd;
	  border-bottom:1px solid #ddd;
}

.permissions_table td:FIRST-CHILD {
	border-left:1px solid #ddd;
}

.permissions_table td:LAST-CHILD {
	border-right:1px solid #ddd;
}
	
.permissions_table tbody tr td select  {
	width:100%;
	text-align:left;
	/*margin-left:3px;*/
	/*background-color: #fefefe;*/
    font-weight: normal;
}

/********************/
/* Tabla para jqte  */

.form_table_jqte {
  margin-bottom: 1px;
  margin:auto;
}

.form_table_jqte th {
  text-shadow: none;
  text-align: left;
  background: transparent;
  padding-top:4px;
  padding-right:8px;
  vertical-align: middle;
  text-align: center;
  border:none;
  background:none;
  font-weight: bold;
  font-size: 14px;
}

.form_table_jqte tbody tr td hr {
	border:1px solid #000;	
}

.form_table_jqte tbody tr td textarea {
	height:200px !important;
}

.form_table_jqte tbody tr td * {
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
   		color:#000;
   		background:#fff;
}

/********************/
/* Tabla para pagos */

.table_payments {
  width:100%;
  margin-bottom: 0px;
  table-layout: fixed;
  white-space: normal;
}

.table_payments th,
.table_payments td {
  	padding-right:8px;
  	vertical-align: middle;
  	text-align: right;
 	overflow:hidden;
    text-overflow: ellipsis;
}

.table_payments th {
  text-shadow: none;
  text-align: right;
  font-weight:bold;
  border-bottom:1px solid;
  border-left:1px solid;
  border-right:1px solid;
  background: none;
}

.table_payments td {
  padding:3px;
  text-shadow: none;
  text-align: right;
  font-weight:normal;
  border-left:1px solid;
  border-right:1px solid;
  background: #FFF;
  color:#000;
}

.table_payments tbody tr:nth-child(even) td {
  background: #eee; /* #def; */
}

/**********************************/
/* Tabla para movimientos de caja */

.table_movements {
  width:100%;
  margin-bottom: 3px;
  table-layout: fixed;
  white-space: normal;
}

.table_movements th,
.table_movements td {
  	padding-right:4px;
  	vertical-align: middle;
  	text-align: right;
}

.table_movements th {
  text-shadow: none;
  text-align: right;
  font-weight: normal;
  border-bottom:1px solid;
  border-left:1px solid;
  border-right:1px solid;
  background: none;
  padding-left:4px;
}

.table_movements td {
  padding:3px;
  text-shadow: none;
  text-align: right;
  font-weight: normal;
  border-left:1px solid;
  border-right:1px solid;
  background: #FFF;
  color:#000;
}

.table_movements tbody tr td select  {
	width:100%;
	text-align:left;
	/*background-color: #fefefe;*/
    font-weight: normal;
    font-size:12px;
}

.table_movements tbody tr:nth-child(even) td {
  background: #eee; /* #def; */
}

.table_movements tbody tr.active td {
  background: #80b9ff !important; /*#aa7863 url(../images/icons/bar_top_link.png) !important;*/
  -webkit-background-size: 100% !important;
  -moz-background-size: 100% !important;
  -o-background-size: 100% !important;
  background-repeat: repeat-x !important;
  background-size: 100% 100% !important;
}

/*******************************************/
/* Tabla para detalles de ventas y pedidos */

.table_prices {
  width:100%;
  white-space: normal;
  margin-top:1px;
  margin-bottom:1px;
  table-layout:fixed;
}

.table_prices th,
.table_prices td {
  	padding-right:2px;
  	vertical-align: middle;
  	text-align: right;
}

.table_prices th {
  text-shadow: none;
  text-align: right;
  font-weight:normal;
  border-bottom:1px solid;
  border-left:1px solid;
  color:#000;
}

.table_prices td {
 	  font-weight: normal;
      border-left:1px solid;
 	  color:#000;
      height:20px;
}

.table_prices tr:nth-child(2) {
   border-top:1px solid;
   color:#000;
}

.table_prices th:nth-child(4) {
	border-left:none;
}
.table_prices td:nth-child(4) {
	border-left:none;
}
.table_prices th:nth-child(6) {
	border-left:none;
}
.table_prices td:nth-child(6) {
	border-left:none;
}
.table_prices th:nth-child(8) {
	border-left:none;
}
.table_prices td:nth-child(8) {
	border-left:none;
}
.table_prices th:nth-child(10) {
	border-left:none;
}
.table_prices td:nth-child(10) {
	border-left:none;
}

.table_prices td input:focus {
	border: 2px solid #80b9ff;
}
.table_prices td textarea:focus {
	border: 2px solid #80b9ff;
}

.table_prices tbody tr td input[type=text] {
 		width:75%;
 		height:100%;
        color: #000000;
        text-align:right;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
	 	font-weight: normal;
	 	border:none;
		background:none;
	 	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
        box-sizing: border-box;		
}

.table_prices tbody tr td textarea {
		width:100%;
        text-align:left;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
   		resize:none;
 	    font-weight: normal;
 	    border:none;
}
        
.table_prices tbody tr td select  {
	width:100%;
	text-align:left;
	/*margin-left:3px;*/
	/*background-color: #fefefe;*/
    font-weight: normal;
}

/**********************/
/* Tabla para cartera */

.table_order_details {
  width:100%;
  margin-bottom: 0px;
  table-layout: fixed;
  white-space: normal;
  color:#000;
}

.table_order_details th,
.table_order_details td {
  	vertical-align: middle;
  	text-align: left;
  	padding:2px;
}

.table_order_details th {
  text-shadow: none;
  text-align: left;
  font-weight:bold;
}

.table_order_details td {
  background:rgba(255,255,255,0.5);
}

.table_order_details td input:focus {
	border: 2px solid #80b9ff;
}
.table_order_details td textarea:focus {
	border: 2px solid #80b9ff;
}

.table_order_details tbody tr td input[type=text] {
 		width:50%;
 		height:100%;
        color: #000000;
        text-align: center;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
	 	font-weight: bold;
	 	border:none;
	 	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
        box-sizing: border-box;	 	
}

/**********************/
/* Tabla para pedidos */

.table_orders {
  width:100%;
  margin-bottom: 0px;
  table-layout: fixed;
  white-space: normal;
}

.table_orders th,
.table_orders td {
  	vertical-align: middle;
  	text-align: left;
  	padding:2px;
}

.table_orders th {
  text-shadow: none;
  text-align: left;
  font-weight:bold;
}

.table_orders td {
  background:rgba(255,255,255,0.5);
}

.table_orders td input:focus {
	border: 2px solid #80b9ff;
}
.table_orders td textarea:focus {
	border: 2px solid #80b9ff;
}

.table_orders tbody tr td input[type=text] {
 		width:50%;
 		height:100%;
        color: #000000;
        text-align: center;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
	 	font-weight: bold;
	 	border:none;
	 	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
        box-sizing: border-box;	 	
}

/*****************************/
/* Tabla para opciones       */

.form_table_options {
  width:100%;
  margin-bottom: 0px;
  table-layout: fixed;
}

.form_table_options td {
	padding:3px;
  	padding-right:8px;
  	vertical-align: middle;
  	text-align: center;
  	border:none; /*1px solid #cfcfcf;*/
 	font-weight: normal;
 	background:transparent;
}

.form_table_options td:nth-child(odd) {
	width:15%;
	border-right: none;
	text-align: right;
	padding-right: 3px;
}

.form_table_options td:nth-child(even) {
	border-left: none;
}

.form_table_options td input:focus {
	border: 2px solid #80b9ff;
}
.form_table_options td textarea:focus {
	border: 2px solid #80b9ff;
}

.form_table_options tbody tr td input[type=text] {
 		width:100%;
 		height:100%;
        color: #000000;
        text-align:left;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
	 	font-weight: normal;
	 	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
        box-sizing: border-box;	 	
}

.form_table_options tbody tr td textarea {
		width:100%;
        text-align:left;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
   		resize:none;
 	    font-weight: normal;
 	    border:none;
}
        
.form_table_options tbody tr td select  {
	width:100%;
	text-align:left;
	/*margin-left:3px;*/
	/*background-color: #fefefe;*/
    font-weight: normal;
}

/*****************************/
/* Tabla formularios Cabinet */

.form_table_cabinet0 {
  width:100%;
  max-width:800px;
  margin:auto;
  margin-bottom: 0px;
  table-layout: fixed;
}
 
.form_table_cabinet0 th,
.form_table_cabinet0 td {
  	/*padding-right:8px;*/
  	vertical-align:middle;
  	text-align: center;
}

.form_table_cabinet0 th {
  text-shadow: none;
  background: #e8e8e8;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  font-weight: normal;
  line-height: 1.3em;
  color:#000;
  padding-top:5px;
  border:1px solid #cfcfcf;
  text-align:center;
}

.form_table_cabinet0 td {
	background:#fff;
	font-weight: normal;
	border:1px solid #cfcfcf;
	min-height:20px;
	height:20px;
}

.form_table_cabinet0 td:FIRST-CHILD {
	  font-weight: normal;
	  background: #e8e8e8;
	  -webkit-background-size: 100%;
	  -moz-background-size: 100%;
	  -o-background-size: 100%;
	  background-repeat: repeat-x;
	  background-size: 100% 100%;
	  color:#000;
	  padding-right:4px;
}
 
.form_table_cabinet_td {
	  background: #e8e8e8 !important;
	  -webkit-background-size: 100%;
	  -moz-background-size: 100%;
	  -o-background-size: 100%;
	  background-repeat: repeat-x;
	  background-size: 100% 100%;
	  color:#000;
	  padding-right:4px;
	  /*height:15px;*/
}

.form_table_cabinet0 tr td label{
	/*line-height: 1.7em;*/
}

.form_table_cabinet0 img {
  display: block;
}

.form_table_cabinet0 td input:focus {
	outline: 2px solid #80b9ff !important;
}
.form_table_cabinet0 td textarea:focus {
	outline: 2px solid #80b9ff !important;
}

.form_table_cabinet0 tbody tr td input[type=text] {
 		width:100%;
 		height:100%;
        color: #000000;
        text-align:center;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
	 	font-weight: normal;
	 	border:none;
	 	background:none;
	 	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
        box-sizing: border-box;	 
        padding-left:5px;	
}

.form_table_cabinet0 tbody tr td textarea {
		width:100%;
        text-align:left;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
   		resize:none;
 	    font-weight: normal;
 	    border:none;
}
        
.form_table_cabinet0 tbody tr td select  {
	width:100%;
	text-align:left;
	/*margin-left:3px;*/
	/*background-color: #fefefe;*/
    font-weight: normal;
}

/**/

.form_table_cabinet1 {
  width:100%;
  margin-bottom: 0px;
  table-layout: fixed;
}

.form_table_cabinet1 tr {
	 border:1px solid #cfcfcf;
 	}
 
.form_table_cabinet1 td:FIRST-CHILD {
	background:transparent;
	font-weight: normal;
}

.form_table_cabinet1 td:nth-child(2n+1) {
	background:transparent;
	font-weight: normal;
}

.form_table_cabinet1 th,
.form_table_cabinet1 td {
  	padding-right:8px;
  	text-align: center;
}

.form_table_cabinet1 th {
  text-shadow: none;
  text-align: left;
  background: transparent;
  line-height: 1.3em;
  padding-top:5px;
}

.form_table_cabinet1 td {
	background:#fff;
	font-weight: normal;
	border:1px solid #cfcfcf;
}

.form_table_cabinet1 tr td label{
	line-height: 1.7em;
}

.form_table_cabinet1 img {
  display: block;
}

.form_table_cabinet1 td input:focus {
	border: 2px solid #80b9ff;
}
.form_table_cabinet1 td textarea:focus {
	border: 2px solid #80b9ff;
}

.form_table_cabinet1 tbody tr td input[type=text] {
 		width:100%;
 		height:100%;
        color: #000000;
        text-align:left;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
	 	font-weight: normal;
	 	border:none;
	 	background:none;
	 	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
        box-sizing: border-box;	 	
}

.form_table_cabinet1 tbody tr td textarea {
		width:100%;
        text-align:left;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
   		resize:none;
 	    font-weight: normal;
 	    border:none;
}
        
.form_table_cabinet1 tbody tr td select  {
	width:100%;
	text-align:left;
	/*margin-left:3px;*/
	/*background-color: #fefefe;*/
    font-weight: normal;
}

/*********************/
/* Tabla Información */

.info_table {
  width:100%;
  margin-bottom: 0px;
  table-layout: fixed;
}

.info_table th,
.info_table td {
  	vertical-align: middle;
  	text-align: center;
}

.info_table th {
  text-shadow: none;
  text-align: left;
  background: transparent;
  line-height: 1.3em;
  padding-top:5px;
}

.info_table td {
 	  border:1px solid #cfcfcf;
 	  font-weight: bold;
 	  background:#fff;
 	  text-align:left;
 	  color:#000;
 	  height:20px;
 	  padding-left:4px;
}

.info_table img {
  display: block;
}

/***************/
/* Tabla login */

.form_table_login {
  width:90%;
  color: #eeeeee;
  border: 1px solid;
  margin:auto;
  margin-bottom: 3px;
}

.form_table_login th,
.form_table_login td {
	margin:auto;
  	padding:1px;
  	padding-right:8px;
  	vertical-align: middle;
  	background:rgba(0,0,0,0.05);
  	text-align: center;
}

.form_table_login th {
	color:#000;
}

.form_table_login img {
  display: block;
  background:transparent;
}

.form_table_login tbody tr td input  {
		width:100%;
        color: #000000;
        text-align:left;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
	 	background:none;
	 	border:none;
	 	font-size:18px;
	 	font-weight: bold;
        }

.form_table_login tbody tr td select  {
	width:100%;
	text-align:left;
	/*margin-left:3px;*/
	/*background: #fff;*/
}

/*****************************************/
/* Botones submit y cancelar formularios */

.form_buttons_anchored_top {
		margin-top:11px;
		padding-top:4px;
		overflow: visible;
		border-bottom:1px solid #95959a;
}

.form_buttons_anchored {
		margin-top:11px;
		padding-top:4px;
		overflow: visible;
		border-top:1px solid #95959a;
}

.form_buttons {
		margin-top:11px;
		padding-top:4px;
		overflow: visible;
		border-top:1px solid #95959a;
}

.form_buttons_fixed {
		margin-top:1px;
		overflow: visible;
}

.floating_buttons {
	border-bottom: 1px solid #000;
	position: fixed;
	background-color: rgba(255,255,255,1) !important;
	left:0;
	right:0;
	top:30px;
	height:50px;
	margin-top:0 !important;
	padding-top:4px !important;
	padding-bottom:2px !important;
	/*overflow: auto;*/
	min-width:754px;
	z-index:3;
}

.floating_header {
	margin-right:18px !important;
}

.floating_title {
	position:fixed !important;
	left:0;
	right:0;
	top:0px;
	min-width:754px !important;
}

.frame_bottom {
	position:relative;
	width:100%;
	height:33px;
/*	background:rgba(255,255,255,0.3); */
	color:#000;
/*	border-top:1px solid #ddd;*/
/*	padding-top:2px;*/
}

.frame_bottom:hover {
	cursor:pointer;
}

.form_button_container {
	float:right;
	background : transparent;
	margin-right:3px;
	margin-left:3px;
	margin-bottom:2px;
    text-align:center;
    font-size:11px;
}

.form_button {
	background : transparent;
	height: 35px;
	width: 35px;
	display: block;
	margin:auto;
    border:1px solid transparent;
}

.form_button img:hover {
 	cursor: pointer;
}

.form_button_label {
	margin:auto;
	display:block;
	text-align:center;
	white-space: normal;
	font-weight:normal;
}

.form_button_container_big {
	background : transparent;
	overflow:visible;
	margin:auto;
	margin-bottom:2px;
    text-align:center;
    font-size:12px;
}

.form_button_big {
	background : transparent;
	height: 70px;
	width: 70px;
	padding-right:2px;
	padding-left:2px;
	display: block;
	margin:auto;
    border:1px solid transparent;
}

.form_button_big img:hover {
 	cursor: pointer;
}

.form_button_container_small {
	background : transparent;
	overflow:visible;
	margin:auto;
	margin-bottom:2px;
    text-align:center;
    font-size:12px;
}

.form_button_small {
	background : transparent;
	height: 24px;
	width: 24px;
	padding-right:1px;
	padding-left:1px;
	display: block;
	margin:auto;
    border:1px solid transparent;
}

.form_button_small img:hover {
 	cursor: pointer;
}

/*****************************/
/* Botones y Campos de Login */

.button_login {
	background : transparent;
	height: 40px;
	width: 40px;
	border : none;
	margin:auto;
}

.field_login  {
	height: 40px;
	border: none;
	background:transparent;
	font-size: 18px;
}

/***************************************/
/* Tablas de Iconos Grandes y pequeños */

.barcode_scanner_icon {
	position:absolute;
	left:0px;
  	width: 20px;
  	height:100%;
  	padding-right:10px;
}

.datepicker_icon {
	position:absolute;
	left:0px;
  	width: 20px;
  	height:100%;
  	padding-right:10px;
  	background:	url(../images/icons/calendar.png) no-repeat;
  	background-size: auto 100%;
}

.datepicker_icon:hover {
	cursor:pointer;
}

.table_icon {
  width: 20px;
  height:20px;
  margin:-4px;
}

.table_icon_small {
  width: 12px;
  height:12px;
  margin:-4px;
}

.status_icon {
  width: 25px;
  height:25px;
  margin:5px;
}

.main_icon {
	position:relative;
	float:left;
	width:110px;
	height:73px;
	margin:5px;
	background:#fff !important;
	border:none !important;
}

.main_icon.icon {
	font-size: 18px;
	padding-bottom:4px;
}

.main_icon.icon img  {
	width:60px;
	height:auto;
	padding:0px;
	margin-top:-3px;
}

.main_icon.ui-state-active {
	outline: 4px solid #80b9ff !important; /*#aa7863 url(../images/icons/bar_top_link.png) !important;*/
}

.main_icon:hover {
	cursor: pointer;
    outline: 4px solid #80b9ff !important; /*#aa7863 url(../images/icons/bar_top_link.png) !important;*/
}

/********************/
/* Tablas de search */

.table_search {
	width:100%;
}

.table_search th,
.table_search td {
  vertical-align: middle;
  text-align: left;
  padding-right: 10px;
  padding-left: 10px;
}

.table_search th:first-child {
  padding-left: 0px;
}
.table_search td:first-child {
  padding-left: 0px;
}

.table_search th {
	padding-left:10px;
}

.table_search tbody tr td select  {
	width:100%;
	text-align:left;
	/*background-color: #fefefe;*/
	vertical-align: middle;
}

.table_search td input:focus {
	border: 2px solid #80b9ff;
}
.table_search td textarea:focus {
	border: 2px solid #80b9ff;
}

.table_search tbody tr td input[type=text] {
		width:100%;
		height:100%;
        color: #000000;
        text-align:left;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
  	  	vertical-align: middle;
	 	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
        box-sizing: border-box;  	  	
        }
        
.table_search tbody tr td select {
	width:100%;
	height:auto;
	padding:0px;
}
        
.remove_search_text {
		margin-left:-20px;
		width:29px;
		height:29px;
		border:none;
}

.remove_search_text img {
		width:29px;
		height:29px;
}

.remove_search_text img:hover {
		cursor:pointer;
}

/***************/
/* Remove item */

.remove_item {
		width:29px;
		height:29px;
		border:none;
		margin:auto;
    background: url(../images/icons/remove_photo.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;	
}

.remove_item:hover {
    background: url(../images/icons/remove_photo_hover.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;	
	cursor:pointer;
}

/*******************/
/* Tablas de datos */

table.data {
  white-space: nowrap;
  background: none;
  table-layout:fixed;
  width:100%;
  color: #95959a;
}

table.data th,
table.data td {
  vertical-align: middle;
  background: #fff;
  color:#000;
  width:auto;
}

table.data th {
  background: #fff url(../images/icons/bar_top.png);
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  font-weight: bold;
  text-shadow: #fff 0 1px 1px;
  white-space: normal;
  padding:0px;
  padding-top:4px;
  padding-bottom:4px;
  text-align:center;
  border: 1px solid #ddd;
  color: #555;
}

table.data td {
	overflow:hidden;
  	text-overflow: ellipsis;
	padding:0px;
  	padding-top:4px;
  	padding-bottom:4px;
    border: 1px solid #ddd;
}

table.data th:first-child {
  display:none;
}


table.data td:first-child {
  display:none;
}


table.data img {
  display: block;
}

table.data tbody tr:nth-child(even) td {
  background: #eee; /* #def;*/
}

table.data tbody tr.active td {
  background: #80b9ff!important; /*#aa7863 url(../images/icons/bar_top_link.png) !important;*/
  -webkit-background-size: 100% !important;
  -moz-background-size: 100% !important;
  -o-background-size: 100% !important;
  background-repeat: repeat-x !important;
  background-size: 100% 100% !important;
}

table.data tbody tr td input[type=text] {
 		width:100%;
 		height:100%;
        color: #000000;
        text-align:left;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
	 	font-weight: bold;
	 	border:none;
	 	background:none;
	 	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
        box-sizing: border-box;	 	
}

table.data.showAll {
	white-space: normal;
}

th.shrink {
  width: 1%;
}

/*******************************************/
/* data3 mismo estilo que data - Portfolio */

table.data3 {
  white-space: nowrap;
  background: #222;
  table-layout:fixed;
  width:100%;
  color: #95959a;
}

table.data3 th,
table.data3 td {
  vertical-align: middle;
  background: #fff;
  color:#000;
  width:auto;
}

table.data3 th {
  background: #fff url(../images/icons/bar_top.png);
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  font-weight: bold;
  text-shadow: #fff 0 1px 1px;
  white-space: normal;
  padding:0;
  padding-top:4px;
  padding-bottom:4px;
  text-align:center;
  border: 1px solid #ddd;
}

table.data3 td {
	overflow:hidden;
  	text-overflow: ellipsis;
    border: 1px solid #ddd;
}

table.data3 th:first-child {
  display:none;
}


table.data3 td:first-child {
  display:none;
}


table.data3 img {
  display: block;
}

table.data3 tbody tr:nth-child(even) td {
  background: #eee; /* #def;*/
}

table.data3 tbody tr.active td {
  background: #80b9ff; /*#aa7863 url(../images/icons/bar_top_link.png) !important;*/
  -webkit-background-size: 100% !important;
  -moz-background-size: 100% !important;
  -o-background-size: 100% !important;
  background-repeat: repeat-x !important;
  background-size: 100% 100% !important;
}

table.data3 td input:focus {
	/*border: 2px solid #80b9ff;*/
}
table.data3 td textarea:focus {
	/*border: 2px solid #80b9ff;*/
}

table.data3 tbody tr td input[type=text] {
 		width:100%;
 		height:100%;
        color: #000000;
        text-align: left;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
	 	font-weight: bold;
	 	border:none;
	 	background:none;
	 	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
        box-sizing: border-box;	 	
}

table.data3 tbody tr td input[type=radio] {
 		width:100%;
        color: #000000;
        text-align: left;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
	 	font-weight: bold;
}

th.shrink {
  width: 1%;
}

/*******************************/
/* Tablas de datos inventarios */

table.data-pinventory {
  white-space: normal;
  background: none;
  table-layout:fixed;
  width:100%;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;  
}

table.data-pinventory th,
table.data-pinventory td {
  vertical-align: middle;
  background: none;
  width:auto;
}

table.data-pinventory th {
  background: #fff url(../images/icons/bar_top.png);
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  font-weight: normal;
  text-shadow: #fff 0 1px 1px;
  white-space: normal;
  padding:1px;
  padding-top:4px;
  padding-bottom:4px;
  padding-right:5px;
  text-align:right;
  color:#000;
}

table.data-pinventory td {
	padding:1px;
	text-align:right;
	color:#000;
	font-weight: normal;
}

table.data-pinventory td input:focus {
	border: 2px solid #80b9ff;
}
table.data-pinventory td textarea:focus {
	border: 2px solid #80b9ff;
}

table.data-pinventory tbody tr td input[type=text] {
 		width:70%;
 		height:100%;
        color: #000000;
        text-align:right;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
	 	font-weight: normal;
	 	/*border:none;
	 	background:none;*/
	 	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
        box-sizing: border-box;	 	
}

table.data-pinventory tbody tr td textarea {
		width:100%;
        text-align:left;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
   		resize:none;
 	    font-weight: normal;
 	    border-color:#ddd;
 	    /*border:none;
 	    background:#fff;*/
 	    text-align:left;
}


table.data-pinventory tbody tr td select  {
	text-align:left;
	/*margin-left:3px;*/
	/*background-color: #fefefe;*/
    font-weight: normal;
}

/*****************************/
/* Tablas de datos traspasos */

table.data-ptransfer {
  white-space: normal;
  background: none;
  table-layout:fixed;
  width:100%;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;  
}

table.data-ptransfer th,
table.data-ptransfer td {
  vertical-align: middle;
  background: none;
  width:auto;
}

table.data-ptransfer th {
  background: #fff url(../images/icons/bar_top.png);
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  font-weight: normal;
  text-shadow: #fff 0 1px 1px;
  white-space: normal;
  padding:1px;
  padding-top:4px;
  padding-bottom:4px;
  padding-right:5px;
  text-align:right;
  color:#000;
}

table.data-ptransfer td {
	padding:1px;
	text-align:right;
	color:#000;
	font-weight: normal;
}

table.data-ptransfer td input:focus {
	border: 2px solid #80b9ff;
}
table.data-ptransfer td textarea:focus {
	border: 2px solid #80b9ff;
}

table.data-ptransfer tbody tr td input[type=text] {
 		width:70%;
 		height:100%;
        color: #000000;
        text-align:right;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
	 	font-weight: normal;
	 	/*border:none;
	 	background:none;*/
	 	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
        box-sizing: border-box;	 	
}

table.data-ptransfer tbody tr td textarea {
		width:100%;
        text-align:left;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
   		resize:none;
 	    font-weight: normal;
 	    border-color:#ddd;
 	    /*border:none;
 	    background:#fff;*/
 	    text-align:left;
}


table.data-ptransfer tbody tr td select  {
	text-align:left;
	/*margin-left:3px;*/
	/*background-color: #fefefe;*/
    font-weight: normal;
}

/*****************************/
/* Tablas de datos albaranes */

table.data-dnote {
  white-space: normal;
  background: none;
  table-layout:fixed;
  width:100%;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

table.data-dnote th,
table.data-dnote td {
  vertical-align: middle;
  background: none;
  width:auto;
}

table.data-dnote th {
  background: #fff url(../images/icons/bar_top.png);
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  font-weight: normal;
  text-shadow: #fff 0 1px 1px;
  white-space: normal;
  padding:1px;
  padding-top:4px;
  padding-bottom:4px;
  text-align:right;
  color:#000;
}

table.data-dnote td {
	padding:1px;
	text-align:right;
	color:#000;
	font-weight: normal;
}

table.data-dnote td input:focus {
	border: 2px solid #80b9ff;
}
table.data-dnote td textarea:focus {
	border: 2px solid #80b9ff;
}
table.data-dnote tbody tr td input[type=text] {
 		width:70%;
 		height:100%;
        color: #000000;
        text-align:right;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
	 	font-weight: normal;
	 	/*border:none;
	 	background:none;*/
	 	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
        box-sizing: border-box;	 	
}

table.data-dnote tbody tr td textarea {
		width:100%;
        text-align:left;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
   		resize:none;
 	    font-weight: normal;
 	    border-color:#ddd;
 	    /*border:none;
 	    background:#fff;*/
 	    text-align:left;
}


table.data-dnote tbody tr td select  {
	text-align:left;
	/*margin-left:3px;*/
	/*background-color: #fefefe;*/
    font-weight: normal;
}

/***************************/
/* Tablas de datos pedidos */

table.data-order {
  white-space: normal;
  background: none;
  table-layout:fixed;
  width:100%;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

table.data-order th,
table.data-order td {
  vertical-align: middle;
  background: none;
  width:auto;
}

table.data-order th {
  background: #fff url(../images/icons/bar_top.png);
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  font-weight: normal;
  text-shadow: #fff 0 1px 1px;
  white-space: normal;
  padding:1px;
  padding-top:4px;
  padding-bottom:4px;
  padding-right:5px;
  text-align:right;
  color:#000;
}

table.data-order td {
	padding:1px;
	text-align:right;
	color:#000;
	font-weight: normal;
}

table.data-order td input:focus {
	border: 2px solid #80b9ff;
}
table.data-order td textarea:focus {
	border: 2px solid #80b9ff;
}
table.data-order tbody tr td input[type=text] {
 		width:70%;
 		height:100%;
        color: #000000;
        text-align:right;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
	 	font-weight: normal;
	 	/*border:none;
	 	background:none;*/
	 	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
        box-sizing: border-box;	 	
}

table.data-order tbody tr td textarea {
		width:100%;
        text-align:left;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
   		resize:none;
 	    font-weight: normal;
 	    border-color:#ddd;
 	    /*border:none;
 	    background:#fff;*/
 	    text-align:left;
}


table.data-order tbody tr td select  {
	text-align:left;
	/*margin-left:3px;*/
	/*background-color: #fefefe;*/
    font-weight: normal;
}

/**************************/
/* Tablas de datos ventas */

table.data-sale {
  white-space: normal;
  background: none;
  table-layout:fixed;
  width:100%;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

table.data-sale th,
table.data-sale td {
  vertical-align: middle;
  background: none;
  width:auto;
}

table.data-sale th {
  background: #fff url(../images/icons/bar_top.png);
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  font-weight: normal;
  text-shadow: #fff 0 1px 1px;
  white-space: normal;
  padding:1px;
  padding-top:4px;
  padding-bottom:4px;
  padding-right:5px;
  text-align:right;
  color:#000;
}

table.data-sale td {
	padding:1px;
	text-align:right;
	/*color:#000;*/
	font-weight: normal;
}

table.data-sale td input:focus {
	border: 2px solid #80b9ff;
}
table.data-sale td textarea:focus {
	border: 2px solid #80b9ff;
}

table.data-sale tbody tr td input[type=text] {
 		width:70%;
 		height:100%;
        color: #000000;
        text-align:right;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
	 	font-weight: normal;
	 	/*border:none;
	 	background:none;*/
	 	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
        box-sizing: border-box;	 	
}

table.data-sale tbody tr td textarea {
		width:100%;
        text-align:left;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
   		resize:none;
 	    font-weight: normal;
 	    border-color:#ddd;
 	    /*border:none;
 	    background:#fff;*/
 	    text-align:left;
}


table.data-sale tbody tr td select  {
	text-align:left;
	/*margin-left:3px;*/
	/*background-color: #fefefe;*/
    font-weight: normal;
}

/****************************/
/* Tablas de datos facturas */

table.data-invoice {
  white-space: normal;
  background: none;
  table-layout:fixed;
  width:100%;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

table.data-invoice th,
table.data-invoice td {
  vertical-align: middle;
  background: none;
  width:auto;
}

table.data-invoice th {
  background: #fff url(../images/icons/bar_top.png);
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  font-weight: normal;
  text-shadow: #fff 0 1px 1px;
  white-space: normal;
  padding:1px;
  padding-top:4px;
  padding-bottom:4px;
  padding-right:5px;
  text-align:right;
  color:#000;
}

table.data-invoice td {
	padding:1px;
	text-align:right;
	font-weight: normal;
}

table.data-invoice td input:focus {
	border: 2px solid #80b9ff;
}
table.data-invoice td textarea:focus {
	border: 2px solid #80b9ff;
}
table.data-invoice tbody tr td input[type=text] {
 		width:70%;
 		height:100%;
        color: #000000;
        text-align:right;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
	 	font-weight: normal;
	 	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
        box-sizing: border-box;	 
        /*border:none;
        background:none;*/	
}

table.data-invoice tbody tr td textarea {
		width:100%;
        text-align:left;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
   		resize:none;
 	    font-weight: normal;
 	    border-color:#ddd;
 	    /*background:#fff;*/
 	    text-align:left;
}


table.data-invoice tbody tr td select  {
	text-align:left;
	/*margin-left:3px;*/
	/*background-color: #fefefe;*/
    font-weight: normal;
    width:98%;
}

/**********/
/* Lineas */

.line-separator{
                margin:auto;
                height:1px;
                background:transparent;
                border-bottom:1px #999999;
                width: 100%;
                margin-bottom:5px;
                margin-top:5px;
}

.solid {
               border-bottom-style: solid;
}

.dashed {
               border-bottom-style: dotted;
}

.separator {
    margin:auto;
    height: 11px;
    width:100%;
}

/*********/
/* Boxes */
    
.box_login_server {
		position:absolute;
		top:50%;
		left:50%;
        margin-top:-150px;
        margin-left:-150px;
        width:300px;
        height:300px; 
        background-color: #FFF;
        box-shadow: rgba(0,0,0,0.4) 0px 0px 100px 40px;
        }
        
.box_login {
		position:absolute !important;
		top:50%;
		left:50%;
        margin-top:-250px;
        margin-left:-175px;
        width:350px;
        min-height:300px; 
        height:auto;
        background:#fff;
        border:1px solid;
        }
        
.frame_login {
		margin:auto;
		padding:15px;
		padding-top:10px;
        color:#000;
}

.box_error {
		position:absolute;
		top:50%;
		left:50%;
        margin-top:-200px;
        margin-left:-200px;
        width:400px;
        height:400px;
        padding:10px;
        background: #fff;
        }

.error_table {
		float:right;
		width: 252px;
		height:148px;
		display: table;
		vertical-align: middle;
}

.error_row {
		display: table-row;
		vertical-align: middle;
		width:100%;
}

.groupbox {
		padding: 5px;
		background:transparent;
		}

.clients_fusion {
	position:fixed;
	bottom:50px;
	width:700px;
	left:50%;
	margin-left:-360px;
	padding:10px !important;
	z-index: 101;
}

/********/
/* Form */

.form {
        text-align: center;
        margin-left:auto;
        margin-right:auto;
        white-space: normal;
        }

.form input.text {
        width:100%;
        border:1px solid #95959a;
        background:#1c1c1c;
        color: #95959a;
        text-align:left;
        padding:0.5em;
        }
        
.text:-webkit-input-placeholder {
        color: #3c3c3c;
        }
.text:-moz-placeholder {
        color: #3c3c3c;
        }
.text:-ms-input-placeholder {
        color: #3c3c3c;
        }                         

/*********/
/* Fotos */

/* info_photo es para UserInfo */

.info_photo{
	position: relative;
	float:left;
	margin-top:8px;
	height: 111px;
	margin-bottom: 20px;
	margin-left:15px;
	margin-right: 50px;
    width: 85px;
    border-radius:0px;
    -moz-border-radius: 0px;
  	-webkit-border-radius: 0px;
  	-webkit-background-clip: padding-box;
  	background: #FFF;
  	background-size:100%;
  	border: 2px solid #95959a;
  	display: table-cell;
  	vertical-align:middle;
  	text-align:center;
 	/* JGF-TCELL*/
  	display:table-cell;
	line-height: 109px;
}

.info_photo img {
	max-width:100%;
	max-height: 100%;
	margin:auto;
   	border-radius:0px;
  	-moz-border-radius: 0px;
  	-webkit-border-radius: 0px;
  	-webkit-background-clip: padding-box;
}

/* photo es para formularios */

.photo_zoom{
	position: absolute;
  	background: #FFF;
  	vertical-align:middle;
  	text-align:center;
  	width:500px;
  	height:648px;
  	left:50%;
  	top:50%;
	margin-top:-334px;
	margin-left:-255px;
   	border-radius:0px;
  	-moz-border-radius: 0px;
  	-webkit-border-radius: 0px;
  	-webkit-background-clip: padding-box;
  	border: 2px solid #95959a;
 	/* JGF-TCELL*/
  	/*display:table-cell;*/
	line-height: 646px;
}

.zoom_image {
	width:600px;
	height:400px;
	margin-left:-310px;
	margin-top:-205px;
	border-radius:0px;
  	-moz-border-radius: 0px;
  	-webkit-border-radius: 0px;
}

.photo_zoom img {
	max-width:100%;
	max-height:100%;
	margin:auto;
   	border-radius:0px;
  	-moz-border-radius: 0px;
  	-webkit-border-radius: 0px;
  	-webkit-background-clip: padding-box;
  	vertical-align:middle;
}

.zoom_image img {
	border-radius:0px;
  	-moz-border-radius: 0px;
  	-webkit-border-radius: 0px;
}

.photo {
	position: relative;
	float:left;
	margin-top:8px;
	height: 111px;
	margin-bottom: 20px;
	margin-left:15px;
	margin-right: 50px;
    width: 85px;
    border-radius:0px;
    -moz-border-radius: 0px;
  	-webkit-border-radius: 0px;
  	-webkit-background-clip: padding-box;
  	background: #FFF;
  	background-size:100%;
  	border: 2px solid #95959a;
  	vertical-align:middle;
  	text-align:center;
 	/* JGF-TCELL*/
  	display:table-cell;
	line-height: 109px;
}

.image {
	width: 167px;
	height: 110px;
	border-radius:0px;
    -moz-border-radius: 0px;
  	-webkit-border-radius: 0px;
  	margin:0;
}

.photo:hover {
	border: 2px solid #80b9ff;
	cursor:pointer;
}

.photo_hover {
	border: 2px solid #80b9ff;
	cursor:pointer;
}

.photo img {
	max-width:100%;
	max-height:100%;
	margin:auto;
   	border-radius:0px;
  	-moz-border-radius: 0px;
  	-webkit-border-radius: 0px;
  	-webkit-background-clip: padding-box;
  	vertical-align:middle;
}

.image img {
	border-radius:0px;
    -moz-border-radius: 0px;
  	-webkit-border-radius: 0px;
}

.photo-delete { 
    display: none;
    position: absolute; 
    top: 0px;
    left: 0px; 
    width: 20px; 
    height: 20px; 
    background: url(../images/icons/remove_photo.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;
    z-index:2;	
}

.photo-delete:hover {
    background: url(../images/icons/remove_photo_hover.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;	
	cursor:pointer;
}
.photo-zoom { 
    display: none;
    position: absolute; 
    bottom: 0px;
    left: 0px; 
    width: 20px; 
    height: 20px; 
    z-index:2;
}   

.photo-zoom img {
		display:block;
		width:20px;
		height:20px;
}

.photo-zoom:hover {
	cursor:pointer;
}

/*****************/
/* Logos Empresa */

.logo_zoom {
	position: absolute;
  	background: #FFF;
  	vertical-align:middle;
  	text-align:center;
   	width:500px;
  	height:210px;
  	left:50%;
  	top:50%;
	margin-top:-115px;
	margin-left:-255px;
   	border-radius:0px;
  	-moz-border-radius: 0px;
  	-webkit-border-radius: 0px;
  	-webkit-background-clip: padding-box;
  	border: 2px solid #95959a;
 	/* JGF-TCELL*/
  	/*display:table-cell;*/
	line-height: 208px;
}

.logo_zoom img {
	display:block;
	max-width:100%;
	max-height:100%;
	margin:auto;
   	border-radius:0px;
  	-moz-border-radius: 0px;
  	-webkit-border-radius: 0px;
  	-webkit-background-clip: padding-box;
}

.logo_empresa{
	position: relative;
	float:left;
	margin-top:8px;
	height: 86px;
	margin-bottom: 20px;
	margin-right: 50px;
    width: 214px;
    vertical-align:middle;
    border-radius:0px;
    -moz-border-radius: 0px;
  	-webkit-border-radius: 0px;
  	-webkit-background-clip: padding-box;
  	background: #FFF;
  	border: 2px solid #95959a;
  	/* JGF-TCELL*/
  	display:table-cell;
	line-height: 84px;
}

.logo_empresa:hover {
	border: 2px solid #80b9ff;
	cursor:pointer;
}

.logo_empresa_hover {
	border: 2px solid #80b9ff;
	cursor:pointer;
}

.logo_empresa img {
	max-width:100%;
	max-height:100%;
	margin:auto;
   	border-radius:0px;
  	-moz-border-radius: 0px;
  	-webkit-border-radius: 0px;
  	-webkit-background-clip: padding-box;
}

.logo_empresa-delete { 
    display: none;
    position: absolute; 
    top: 0px;
    left: 0px; 
    width: 20px; 
    height: 20px;
    background: url(../images/icons/remove_photo.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;	
    z-index:2;
}

.logo_empresa-delete:hover {
    background: url(../images/icons/remove_photo_hover.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;	
	cursor:pointer;
}

.logo-zoom { 
    display: none;
    position: absolute; 
    bottom: 0px;
    left: 0px; 
    width: 20px; 
    height: 20px; 
  	z-index:2;
}

.logo-zoom img {
		display:block;
		width:20px;
		height:20px;
}

/*****************/
/* Logos Oficina */

.logo_oficina {
	position: relative;
	float:left;
	margin-top:8px;
	height: 64px;
	margin-bottom: 20px;
	margin-right: 50px;
    width: 160px;
    vertical-align:middle;
    border-radius:0px;
    -moz-border-radius: 0px;
  	-webkit-border-radius: 0px;
  	-webkit-background-clip: padding-box;
  	background: #FFF;
  	border: 2px solid #95959a;
  	/* JGF-TCELL*/
  	display:table-cell;
	line-height: 62px;
}

.logo_oficina:hover {
	border: 2px solid #80b9ff;
	cursor:pointer;
}

.logo_oficina_hover {
	border: 2px solid #80b9ff;
	cursor:pointer;
}

.logo_oficina img {
	max-width:100%;
	max-height:100%;
	margin:auto;
   	border-radius:0px;
  	-moz-border-radius: 0px;
  	-webkit-border-radius: 0px;
  	-webkit-background-clip: padding-box;
}

.logo_oficina-delete { 
    display: none;
    position: absolute; 
    top: 0px;
    left: 0px; 
    width: 20px; 
    height: 20px;
    background: url(../images/icons/remove_photo.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;
    z-index:2;	
}

.logo_oficina-delete:hover {
    background: url(../images/icons/remove_photo_hover.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;	
	cursor:pointer;
}

/***********/
/* Spinner */

.spinner {
	color: #ffffff;
}

.wait_spin_container {
	display:none;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:0px auto;
	width:100%;
	height:100%;
	/*background-color: rgba(0,0,0,0.8);*/ /********/
	z-index: 99999999999!important;
}

.wait_spin {
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	padding:10px;
	font-size:18px;
	width:220px;
	min-height:32px;
	margin-left: -120px;
	margin-top: -16px;
	text-align:center;
	line-height:2em;
	background-color: rgba(255,255,255,0.8) !important;
}

.wait_spin_left {
	display:none;
	float:left;
	position:absolute;
	left:20px;
	bottom:9px;
	width:32px;
	height:32px;
	background: transparent url("../images/icons/ajax-loader.gif") 50% 50% no-repeat;
}

.wait_spin_top {
	display:none;
	float:right;
	position:absolute;
	right:20px;
	top:80px;
	width:32px;
	height:32px;
	background: transparent url("../images/icons/ajax-loader.gif") 50% 50% no-repeat;
}

/*****************/
/* Minimize-icon */

.minimize-bar {
	padding:2px;
}

.minimize-icon { 
	background: none;
	font-weight: bold;
	border: 1px solid #FFF;
   	margin:3px;
	padding:5px;
	overflow:hidden;
  	text-overflow: ellipsis;
}

.minimize-icon:hover {
	cursor:pointer;
	font-weight: bold;
}

.dialog-minimize:hover {
	cursor:pointer;
}

/*************************/
/* Indicadores de status */

.status_indicator {
	position:absolute;
	width:40px;
	height:40px;
	background: url(../images/icons/warning.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;
	top:-5px;
	right:0px;
}

/************************************/
/* Indicadores de ventanas abiertas */

.indicator {
	position:absolute;
	width:25px;
	height:25px;
	line-height:25px;
	font-size:14px;
	background: url(../images/icons/circle.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;
	top:4px;
	left:4px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}

.indicator2 {
	position:absolute;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:14px;
	background: #ff0000;
	border-radius:10px;
    -moz-border-radius: 10px;
  	-webkit-border-radius: 10px;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;
	top:2px;
	left:2px;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	pointer-events: none;
}

.indicator2_big {
	position:absolute;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:28px;
	background: #ff0000;
	border-radius:20px;
    -moz-border-radius: 20px;
  	-webkit-border-radius: 20px;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;
	top:10px;
	left:10px;
	color: #FFF;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	pointer-events: none;
}

.indicator3 {
	position:absolute;
	width:36px;
	height:32px;
	line-height:32px;
	font-size:32px;
	background: none;
	top:22px;
	left:40px;
	color: #f00;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	pointer-events: none;
	/*border: 2px solid #000;
	border-radius:6px;
    -moz-border-radius: 6px;
  	-webkit-border-radius: 6px;*/
}

.windows_indicator {
	position:absolute;
	top:-2px;
	left:-2px;
	font-size:12px;
	font-weight:bold;
	vertical-align: bottom;
	text-align: center;
	color:#FFF;
	width:20px;
	height:20px;
	line-height:20px;
	background: url(../images/icons/circle.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;
}

.chat_msg_indicator {
	position:absolute;
	top:-2px;
	left:-2px;
	font-size:12px;
	font-weight:bold;
	vertical-align: bottom;
	text-align: center;
	color:#FFF;
	width:20px;
	height:20px;
	line-height:20px;
	background: url(../images/icons/circle.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;
}

/*************************************************/
/* CABINET : Selector de grados y de esferas ... */

.touch_sel_base {
	z-index: 99999999999!important;
	width:100px;
	height:100px;
	vertical-align: middle;
	padding:0px;
}
.touch_sel_selector {
	position:absolute;
	width:40px;
	height:40px;
	background:#000;
	left:0px;
	top:30px;
}

/*************************************************/
/* CHECKBOXES									 */

.switch {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 55px;
	height: 16px;
	vertical-align: middle;
     border-radius:9px;
    -moz-border-radius: 9px;
  	-webkit-border-radius: 9px;
  	border:#ccc 1px solid;
}
.switch .background {
	background: url('../images/icons/switch-background.png');
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 92px;
	height: 16px;
	border-radius:9px;
    -moz-border-radius: 9px;
  	-webkit-border-radius: 9px;
}
.switch .mask {
	background: transparent; /*url('../images/icons/switch-mask.png');*/
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 16px;
     border-radius:9px;
    -moz-border-radius: 9px;
  	-webkit-border-radius: 9px;
}

.sw_label_on {
	font-weight:bold;
	color:#333;
	position:absolute;
	left:15px;
	bottom:1px;
	line-height: 0.9em;
	font-size: 14px;
}

.sw_label_off {
	display:none;
	font-weight:bold;
	color:#FFF;
	position:absolute;
	right:10px;
	bottom:1px;
	font-size: 14px;
}

/*************************************************/
/* SWITCH en tabla Backup Schedule				 */

.switch2 {
	cursor: pointer;
	vertical-align: middle;
	text-align:center;
	height: 29px;
}
.switch2 .sw_on {
	background: url('../images/icons/check_on2.png');
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
	background-size: 100% 100%;
	width: 25px;
	height: 25px;
	margin: auto;
	margin-top:2px;
}
.switch2 .sw_off {
	background: url('../images/icons/check_off2.png');
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
	background-size: 100% 100%;
	width: 25px;
	height: 25px;
	margin: auto;
	margin-top:2px;
}

/*************************************************/
/* SWITCH en encargo de lentes					 */

.switch3 {
	cursor: pointer;
	vertical-align: middle;
	text-align:center;
	height: 29px;
}
.switch3 .sw_on {
	background: url('../images/icons/sync_on.png');
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
	background-size: 100% 100%;
	width: 30px;
	height: 30px;
	margin: auto;
	margin-top:2px;
}
.switch3 .sw_off {
	background: url('../images/icons/sync_off.png');
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
	background-size: 100% 100%;
	width: 30px;
	height: 30px;
	margin: auto;
	margin-top:2px;
}

/*************************************************/
/* SWITCH en radio buttons	 					 */

.switch4 {
	cursor: pointer;
	vertical-align: middle;
	text-align:center;
	height: 17px;
}
.switch4 .sw_on {
	background: url('../images/icons/check_on.png');
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
	background-size: 100% 100%;
	width: 15px;
	height: 15px;
	margin: auto;
	margin-top:2px;
}
.switch4 .sw_off {
	background: url('../images/icons/check_off.png');
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
	background-size: 100% 100%;
	width: 15px;
	height: 15px;
	margin: auto;
	margin-top:2px;
}

/*************************************************/
/* SWITCH en tabla Permisos Users_Roles			 */

.permission {
	cursor: pointer;
	float:left;
	vertical-align: middle;
	text-align:center;
	height: 29px;
}
.permission .on {
	background: url('../images/icons/check_on2.png');
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
	background-size: 100% 100%;
	width: 25px;
	height: 25px;
	margin: auto;
	margin-top:2px;
}
.permission .off {
	background: url('../images/icons/check_off2.png');
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
	background-size: 100% 100%;
	width: 25px;
	height: 25px;
	margin: auto;
	margin-top:2px;
}

/*****************************/
/* Tabla Stocks              */

.table_stocks {
  margin:4px;
  table-layout: fixed;
  float:right;
}

.table_stocks th {
	padding:2px;
  	padding-right:8px;
	text-align: left;
	border-bottom:1px solid;
}

.table_stocks td {
	padding:2px;
	padding-right:8px;
  	vertical-align:middle;
  	text-align: right;
}

.table_stocks th:nth-child(n+3) {
  	border-left:1px solid;
}

.table_stocks th:nth-child(n+4) {
	text-align: right;
}

.table_stocks td:nth-child(n+3) {
  	border-left:1px solid;
}

table.table_stocks tbody tr:nth-child(even) td {
  background: rgba(221,238,255,0.5);
}
table.table_stocks tbody tr:nth-child(odd) td {
  background: rgba(255,255,255,0.5);
}

/**************/
/* DIVS       */

.sale_detail {
	background: #FFF;
	padding:3px; /*JJK*/
}

.order_detail {
	background: #FFF;
	padding:3px; /*JJK*/
}

.product_transfer_detail {
	background: #FFF;
	padding:3px; /*JJK*/
}

.product_inventory_detail {
	background: #FFF;
	padding:3px; /*JJK*/
}

.delivery_note_detail {
	background: #FFF;
	padding:3px; /*JJK*/
}

.invoice_detail {
	background: #FFF;
	padding:3px; /*JJK*/
}

.invoice_payment {
	background: #FFF;
	padding:3px; /*JJK*/
}

.active {
  background-color: #80b9ff !important; /*#aa7863 url(../images/icons/bar_top_link.png) !important;*/
  -webkit-background-size: 100% !important;
  -moz-background-size: 100% !important;
  -o-background-size: 100% !important;
  background-repeat: repeat-x !important;
  background-size: 100% 100% !important;
  padding:3px; /*JJK*/
}

.actived {
  border:1px solid #00F !important;
}

.edit_on {
/*  background: #80b9ff;*/ /*#aa7863 url(../images/icons/bar_top_link.png) !important;*/
  background: #fff; /*#aa7863 url(../images/icons/bar_top_link.png) !important;*/
  border: 2px solid #80b9ff !important; /*#aa7863 url(../images/icons/bar_top_link.png) !important;*/
  -webkit-background-size: 100% !important;
  -moz-background-size: 100% !important;
  -o-background-size: 100% !important;
  background-repeat: repeat-x !important;
  background-size: 100% 100% !important;
  padding:3px; /*JJK*/
}

.edit_on_de {
  background: #fff;
  border-top: 2px solid #80b9ff !important;
  border-left: 2px solid #80b9ff !important;
  border-bottom: 2px solid #80b9ff !important;
  margin: -1px !important;
  margin-right:0px !important;
}

.edit_on2 {
  /*background: #80b9ff;*/ /*#aa7863 url(../images/icons/bar_top_link.png) !important;*/
  background: #fff; /*#aa7863 url(../images/icons/bar_top_link.png) !important;*/
  border: 2px solid #80b9ff !important; /*#aa7863 url(../images/icons/bar_top_link.png) !important;*/
  -webkit-background-size: 100% !important;
  -moz-background-size: 100% !important;
  -o-background-size: 100% !important;
  background-repeat: repeat-x !important;
  background-size: 100% 100% !important;
  padding:3px; /*JJK*/
}

.editable select:focus {
/*	border: 2px solid #80b9ff; */
}

/**************/
/* HOVER      */


.sale_detail:hover {
	cursor: pointer;
}

.order_detail:hover {
	cursor: pointer;
}

.product_transfer_detail:hover {
	cursor: pointer;
}

.product_invetory_detail:hover {
	cursor: pointer;
}

.delivery_note_detail:hover {
	cursor: pointer;
}

/***************************************************/
/* Paneles flotantes selector AJAX (optometristas) */

.floating_panel {
	position:fixed;
	padding:10px;
	z-index: 99999999999!important;
}

.close { 
    position: absolute; 
    top: -30px;
    right: -30px; 
    width: 20px; 
    height: 20px;
    margin:20px;
    background: url(../images/icons/remove_photo.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;	    
}

.close:hover {
    background: url(../images/icons/remove_photo_hover.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;	
	cursor:pointer;
}

.close_small { 
    position: absolute; 
    top: -30px;
    right: -30px; 
    width: 20px; 
    height: 20px;
    margin:20px;
    background: url(../images/icons/remove_photo.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;	
}

.close_small:hover {
    background: url(../images/icons/remove_photo_hover.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;	
	cursor:pointer;
}

.delete_entry {
	top:-1px;
	right:auto;
	left:-19px;
	bottom:auto;
	margin:0px;
	padding:0px;
	width:18px;
	height:18px;
    background: #fff url(../images/icons/delete_entry.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;		
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    border-bottom:1px solid #ddd;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    border-top-left-radius: 10px;

    -moz-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.delete_entry:hover {
    background: #fff url(../images/icons/delete_entry_hover.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;	
	cursor:pointer;
}

/*********************************/
/* Botones filtrado de productos */

.filter-icon {
	display: inline-block;
}

.filter-icon:hover {
	cursor:pointer;
	border:1px solid #80b9ff;
}

.csm_inactive {
  background: #fff;
  color: #000;
  padding: 0px 3px 0px 3px;
  text-decoration: none;
  line-height: 1.4em;
  font-weight: normal;
  margin:2px;
  border:1px solid #ddd;
}

.csm_active {
  background: #80b9ff;
  color: #000;
  padding: 0px 3px 0px 3px;
  text-decoration: none;
  line-height: 1.4em;
  font-weight: normal;
  margin:2px;
  border:1px solid #ddd;
}

/******************************/
/* Boton para links genericos */

.button {
	background: none;
	font-weight: bold;
   	margin:0px;
   	padding:5px;
	text-align:center;
	display: inline-block;
}

.button:hover {
	cursor:pointer;
	font-weight: bold;
}

.button-label {
   	 padding:5px;
	 text-align:right;
	 font-weight:bold;
	 margin-top:3px;
	 margin-bottom:3px;
	 display: inline-block;
}

/********************************/
/* Boton para links de facturas */

.invoice-link {
	background: none;
	font-weight: bold;
	border: 1px solid #FFF;
   	margin:0px;
   	padding:5px;
	text-align:center;
	margin-top:3px;
	margin-bottom:3px;
	display: inline-block;
}

.invoice-link:hover {
	cursor:pointer;
	font-weight: bold;
}

.invoice-link-label {
   	 padding:5px;
	 text-align:right;
	 font-weight:bold;
	 margin-top:3px;
	 margin-bottom:3px;
	 display: inline-block;
}

/****************************************/
/* Boton para links de buscar lentillas */

.search-cl-link {
	background: none;
	font-weight: bold;
	border: 1px solid #FFF;
   	margin:0px;
   	padding:1px;
	text-align:center;
	margin-right:3px;
	display: block;
}

.search-cl-link-label {
   	 padding:1px;
	 text-align:right;
	 font-weight:bold;
	 margin-top:3px;
	 margin-bottom:3px;
	 display: inline-block;
}

.search-cl-link:hover {
	cursor:pointer;
}

/*********************/
/* Panel de mensajes */

.msg_panel {
	position:fixed;
	width:300px;
	height:1px;
	vertical-align:middle;
	top:5px;
	right:0;
	z-index: 99999999999!important;
}

.msg {
	padding:3px;
	border:3px solid;
	border-radius:6px;
  	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
  	-webkit-background-clip: padding-box;
	line-height:1em;
	margin-bottom:3px;
	background:#FFF;
}

.msg_icon {
	width:20px;
	height:20px;
	margin:auto;
}

.msg_table {
	width:100%;
	table-layout:auto;
}

.msg_table td {
	line-height:1em;
	padding:0;
	text-align:left;
	font-weight:bold;
	vertical-align:middle;
}

.msg_table td:first-child {
  width:24px;
  padding-right:2px;
  padding-left:2px;
  margin:auto;
}

.iframe {
	width:100%;
	padding:0;
	margin:0;
	height:800px;
}

/**************/
/* TPV Ventas */

.tpv {
	margin:auto;
	float:none;
	position:relative;
	z-index: 101;
	background-color: rgba(255,255,255,1) !important;
}

.tpv_notouch {
	position: relative !important;
	bottom:auto !important;
	left:auto !important;
	width:auto !important;
	height:auto !important;
	float:right !important;
	border:none !important;
	box-shadow: none !important;
	z-index: auto !important;
	margin:0px !important;
}

.tpv_button_notouch {
	width:39px !important;
	height:39px !important;
}

.tpv_button_notouch img {
	height:33px !important;
	padding:3px !important;
}

.tpv_ventas {
	position:fixed;
	bottom:20px;
	width:426px;
	height:284px;
	margin-top:5px;
	margin-bottom:5px;
}

.tpv_ventas2 {
	position:fixed;
	bottom:20px;
	width:284px;
	height:284px;
	margin-top:5px;
	margin-bottom:5px;
}

.tpv_pagos {
	float:right;
	width:284px;
	height:284px;
	margin-top:5px;
	margin-bottom:5px;
}

.tpv_pedidos {
	position:fixed;
	bottom:20px;
	width:355px;
	height:284px;
	margin-top:5px;
	margin-bottom:5px;
}

.tpv_traspasos {
	position:fixed;
	bottom:20px;
	width:284px;
	height:284px;
	margin-top:5px;
	margin-bottom:5px;
}

.tpv_albaranes {
	position:fixed;
	bottom:20px;
	width:355px;
	height:284px;
	margin-top:5px;
	margin-bottom:5px;
}

.tpv_facturas {
	position:fixed;
	bottom:20px;
	width:426px;
	height:284px;
	margin-top:5px;
	margin-bottom:5px;
}

.tpv_button {
	position:relative;
	width:65px;
	height:65px;
	line-height:2em;
	float:left;
	font-size:36px;
	font-weight: bold;
	background:#fff;
	text-align:center;
	margin:2px;
	vertical-align:middle;
}

.tpv_button:hover {
	cursor:pointer;
}

.tpv_button img {
	height:45px;
	margin:auto;
	padding:10px;
	display: block;
}

.tpv_button_wide {
	width:136px;
	height:65px;
	float:left;
	line-height:2em;
	font-size:36px;
	font-weight: bold;
	background:#fff;
	text-align:center;
	margin:2px;
}

.tpv_button_wide2 {
	width:207px;
	height:65px;
	float:left;
	line-height:2em;
	font-size:36px;
	font-weight: bold;
	background:#fff;
	text-align:center;
	margin:2px;
}

.tpv_button_small {
	width:65px;
	height:65px;
	float:left;
	line-height:6em;
	font-size:11px;
	font-weight: bold;
	background:#fff;
	text-align:center;
	margin:2px;
}

.tpv_button_small:hover {
	cursor:pointer;
}

.tpv_small_font {
	position:absolute;
	width:100%;
	height:13px;
	font-size:11px;
	font-weight: bold;
	text-align:center;
	bottom:0;
	line-height:13px;
}

.select {
	background: #FFF !important;
	border: 2px solid #80b9ff !important;
}

/**************************************/
/* Teclado virtual Esfera-Cilindro-Eje*/

.kbd {
	margin:auto;
	float:none;
	position:relative;
	z-index: 101;
	background-color: rgba(255,255,255,1) !important;
}

.kbd_ece {
	position:fixed;
	bottom:20px;
	width:426px;
	height:284px;
	margin-top:5px;
	margin-bottom:5px;
}

.kbd_button {
	width:65px;
	height:65px;
	float:left;
	line-height:2em;
	font-size:36px;
	font-weight: bold;
	background:#fff;
	text-align:center;
	margin:2px;
	vertical-align:middle;
}

.kbd_button:hover {
	cursor:pointer;
}

.kbd_separator {
	width:67px;
	height:67px;
	float:left;
	line-height:2em;
	text-align:center;
	margin:2px;
	vertical-align:middle;
}

.kbd_button img {
	height:45px;
	margin:auto;
	padding:10px;
	display: block;
}

.kbd_button_wide {
	width:136px;
	height:65px;
	float:left;
	line-height:2em;
	font-size:36px;
	font-weight: bold;
	background:#fff;
	text-align:center;
	margin:2px;
}

.kbd_button_wide2 {
	width:207px;
	height:65px;
	float:left;
	line-height:2em;
	font-size:36px;
	font-weight: bold;
	background:#fff;
	text-align:center;
	margin:2px;
}

.kbd_button_small {
	width:65px;
	height:65px;
	float:left;
	line-height:6em;
	font-size:11px;
	font-weight: bold;
	background:#fff;
	text-align:center;
	margin:2px;
}

.kbd_button_small:hover {
	cursor:pointer;
}

.kbd_select {
	background:#80b9ff !important; 
}

.kbd_flag_point {
	color: #00F !important;
}

/**********************/
/* Contenedores EAN13 */

.ean13-codebar {
    margin: auto;
    width: 300px;
    height: 40px;
  	text-align: center;
}

.ean13-image {
	margin: auto;
	width: 100%;
	height: 80%;
	overflow: hidden;
}

.ean13-image img {
	max-width: 100%;
	margin: auto;
}

.ean13-label {
	margin: auto;
	background: #fff;
	display: inline-block;
	height: 20%;
	color: #000;
	font-weight: bold;
}

/***********************/
/* Overlay de readonly */

.ro-overlay {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	margin:0px auto;
	background: none;
    border:3px solid #F00;
     box-sizing:border-box;
  	-moz-box-sizing:border-box;
  	-webkit-box-sizing:border-box;
}

/***********/
/* Dialogo */

.dialogo {
	position:relative;
	min-width:754px;
	width:auto;
	margin:0px auto;
}

/***********************************/
/* Clase de sort para th de tablas */

.nosort {
	position:relative;
	color:#000;
}

.sort {
	position:relative;
	text-decoration: underline;
	color:#000;
}

/*******************************************************************/
/* Clase de bloqueo para lineas de factura correctiva no editables */

.locked {
	  opacity: 0.50;
}

/***********************************/
/* Aviso de expiracion de licencia */

.license_warning {
	position:fixed;
	top:0px !important; /* 20 */
	width:auto;
	left:50% !important;
	transform: translate(-50%, 0);
	vertical-align: middle;
	background-color: rgba(255,255,255,1) !important;
	color: #000 !important;
}

/**************************************/
/* Aviso de actualizacion de software */

.su_warning {
	position:fixed;
	top:40px !important; /* 60 */
	left:50% !important;
	transform: translate(-50%, 0);
	width:auto;
	vertical-align: middle;
	background-color: rgba(255,255,255,1) !important;
	color: #000 !important;
}

/****************/
/* Msg In a Box */

.msginabox {
	position:fixed;
	width:400px;
	vertical-align: middle;
	background-color: rgba(255,255,255,1) !important;
}

/*****************/
/* Logo Producto */

.logo_producto {
	position: relative;
	float:left;
	height: 96px;
    width: 96px;
    vertical-align:middle;
    margin-right:10px;
    border-radius:0px;
    -moz-border-radius: 0px;
  	-webkit-border-radius: 0px;
  	-webkit-background-clip: padding-box;
  	border: 2px solid #95959a;
  	text-align:center;
  	background:#fff;
 	/* JGF-TCELL*/
  	display:table-cell;
	line-height: 94px;
	margin-top:-6px;
}

.logo_producto img {
	max-width:100%;
	max-height:100%;
	margin:auto;
   	border-radius:0px;
  	-moz-border-radius: 0px;
  	-webkit-border-radius: 0px;
  	-webkit-background-clip: padding-box;
}

/***************************************/
/* Clase item para productos de tienda */

.item {
	position:relative;
	padding:3px;
	border-radius:5px;
    -moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	-webkit-background-clip: padding-box;
   	width:46%;
  	margin-bottom:8px;
  	margin-left:4px;
  	margin-right:4px;
  	border:1px solid #ccc;
  	background:#fff;
  	max-height: 125px;
  	height:125px;
  	width:330px;
  	max-width:330px;
  	overflow:hidden;
}

.item_lente_container {
  	border:1px solid #ccc;
  	background:#fff;
  	margin-bottom:3px;
}
	
.item_lente_sale {
	position:relative;
	padding:6px;
  	width:auto;
  	max-height: 105px;
  	height:auto;
  	overflow:hidden;
  	color:#000;
}

.item_lente_sale:hover {
	cursor: pointer;
}

.item_lente {
	position:relative;
	padding:6px;
	border-radius:5px;
    -moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	-webkit-background-clip: padding-box;
  	width:48%;
  	margin-bottom:3px;
  	border:1px solid #ccc;
  	background:#fff;
  	max-height: 105px;
  	height:auto;
  	overflow:hidden;
  	color:#000;
}

.item_lente:hover {
	cursor: pointer;
}

/**********************/
/* Clase ad_to_basket */

.add_to_basket {
 	width:auto;
 	margin:auto;
 	float:left;
 	padding:3px;
 	height:auto;
}

.add_to_basket:hover {
	cursor:pointer;
	font-weight: bold;
}

/*******************************/
/* Clase para banner de oferta */

.oferta {
	-webkit-transform: rotate(-45deg); 
	-moz-transform: rotate(-45deg);	
	position:absolute;
	top:0px;
	left:-40px;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin-top:15px;
	background-color: #f00;
	color:#fff;
	padding-left:35px;
	padding-right:35px;
}


.shadow_oferta {
box-shadow: rgba(0,0,0,0.4) 0px 3px 6px;
}

/********************************************/
/* Clase para banner de lente descatalogada */

.lente_descatalogada {
	-webkit-transform: rotate(-45deg); 
	-moz-transform: rotate(-45deg);	
	position:absolute;
	top:0px;
	left:-40px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin-top:8px;
	background-color: #f00;
	color:#fff;
	padding-left:35px;
	padding-right:35px;
}

.shadow_lente_descatalogada {
box-shadow: rgba(0,0,0,0.4) 0px 3px 6px;
}

/****************************/
/* DIV de esferas/cilindros */

.cell_row {
	float:left;
	width:6px;
}

.cell {
	float:left;
	width:5px;
  	height:5px;
  	border-left:1px solid transparent;
   	border-bottom:1px solid transparent;
}

.cell_active {
	background: none !important;
	background: #000 !important;
}

.cell_point {
	background: none !important;
	background-color: #0072ff !important;
}

.cell_point_open {
	background: none !important;
	background-color: #f00 !important;
}

.cell_range {
	background: none !important;
	background-color: #54a0ff !important;
}

.cell_point_shadow {
	background: none !important;
	background-color: #989898 !important;
}

.cell_range_shadow {
	background: none !important;
	background-color: #b5b5b5 !important;
}

.cell:hover {
}

.cell_1 {
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	background-color: #fff;
}

.cell_2 {
	border-bottom:1px solid #000;
	border-left:1px solid #ddd;
	background-color: #fff;
}

.cell_3 {
	border-bottom:1px solid #ddd;
	border-left:1px solid #000;
	background-color: #fff;
}

.cell_4 {
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	background-color: #fff;
}

.cell_cylinder_label {
	float:left;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);	
	height:10px;
	width:30px;
	font-size: 10px;
	font-weight:bold;
	margin-left:-13px;
	margin-top:10px;
}

.cell_sphere_label {
	float:right;
	padding-right:4px;
	height:5px;
	line-height:2px;
	width:30px;
	font-size: 10px;
	font-weight:bold;
	text-align: right;
	vertical-align:text-bottom;
	border-bottom:1px solid; /* #000;*/
}

/********************/
/* DIV tratamientos */

.div_treatment {
	text-align:left;
	background-color: #fff;
	border-bottom:1px solid #ddd;
	padding:3px;
}

.form_table_treatments {
  width:100%;
  margin-bottom: 1px;
  table-layout: fixed;
}

.form_table_treatments tr {
	border-bottom:1px solid #ddd;
}

.form_table_treatments th,
.form_table_treatments td {
  	padding-right:1px;
  	vertical-align: middle;
  	text-align: right;
}

.form_table_treatments th {
  text-shadow: none;
  text-align: center;
  padding-top:1px;
  background:#fff;
  color:#000;
}


.form_table_treatments td {
	text-align: center;
 	font-weight: bold;
 	background: none;
 	font-size: 12px;
 	border:1px solid #ddd;
 	color:#000;
}

.form_table_treatments tbody tr td input[type=text] {
 		width:100%;
 		height:100%;
        text-align:center;
       	user-select: text;
	   	-khtml-user-select: text;
   		-o-user-select: text;
   		-webkit-user-select: text;
   		-moz-user-select: text;
	 	font-weight: bold;
	 	border:none;
	 	background: none;
	 	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
        box-sizing: border-box;	 	
}

.active_price {
	background: #FFF !important;
	color: #F00 !important;
}

.active_price input {
	background: #FFF !important;
	color: #F00 !important;
}

/***********************/
/* Clase para diametro */

.diametro {
	color:#bbb !important;
	border:1px #000 solid;
	background-color: #fff;
	width:auto;
	padding:3px;
	height:auto;
	float:left;
	margin:2px;
}

.diametro_label {
	font-weight: bold;
	font-size: 14px;
}

.diametro_propio {
	color:#00b200 !important;
	border:1px #000 solid;
	background-color: #fff;
}

/********************/
/* Clase para rango */

.rango {
	color:#bbb !important;
	border:1px #000 solid;
	background-color: #fff;
	width:auto;
	padding:3px;
	height:auto;
	float:left;
	margin:2px;
}

.rango_label {
	font-weight: bold;
	font-size: 14px;
}

.rango_propio {
	color:#00b200 !important;
	border:1px #000 solid;
	background-color: #fff;
}

/*********************************************/
/* Tabla de informacion e deudas del cliente */

.debt_info {
  width:auto;
  margin-bottom: 1px;
  table-layout: fixed;
}

.debt_info th,
.debt_info td {
	padding:2px;
  	vertical-align: bottom;
  	background:#fff;
  	font-size: 95%;
  	text-align: left;
}

.debt_info th {
  text-align: center;
  font-weight: bold;
  font-size:100%;
  background: #fff url(../images/icons/bar_top.png);
}


.debt_info td {
 	  border-left:1px solid #cfcfcf;
   	  border-right:1px solid #cfcfcf;
}

/**********************/
/* Clases de rotacion */

.rotate-90 {
    /* Firefox */
	-moz-transform:rotate(-90deg);
    /* Safari and Chrome */
	-webkit-transform:rotate(-90deg);
    /* Opera */
	-o-transform:rotate(-90deg);
}

.rotate90 {
    /* Firefox */
	-moz-transform:rotate(90deg);
    /* Safari and Chrome */
	-webkit-transform:rotate(90deg);
    /* Opera */
	-o-transform:rotate(90deg);
}

.rotate180 {
    /* Firefox */
	-moz-transform:rotate(180deg);
    /* Safari and Chrome */
	-webkit-transform:rotate(180deg);
    /* Opera */
	-o-transform:rotate(180deg);
}
		
/*******************/
/* Color Picker    */

.color_select {
	float:left;
	width:20px;
	height:20px;
	border: 3px solid #ddd;
	margin: 1px;
}

.color_select:hover {
	cursor:pointer;
}

.color_select_selected {
	border: 3px solid #000;
}

/***********************/
/* Logos de mi empresa */

.app_logo_container {
	width:100%;
	/*border-bottom:1px solid #ddd;*/
	display: table;
	padding-bottom:8px;
	text-align: left;
}

.app_logo {
	height:60px;
	margin:auto;
	margin-right:auto;
	margin-left:25px;
	margin-top:0px;
	float:left;
}

.app_name {
	width:78px;
	display:table;
	margin-top:10px; 
	vertical-align:middle;
}

.app_name span {
	vertical-align: bottom;
	font-size: 18px;
	font-weight: bold;
	display: table-cell;
	color:#4d4d4d;
	text-align: center;
}

.app_label {
	width:78px;
	display:table;
	vertical-align:middle;
}

.app_label span {
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	display: table-cell;
	color: #aaa;
	text-align: center;
	line-height: 1.5em;
}

.app_enterprise {
	float:left;
	width:78px;
	display:table; 
	vertical-align:top;
}

.app_enterprise span {
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	display: table-cell;
	color:#808080;
	text-align: center;
	font-variant: small-caps;
}

.app_logo_main {
	position:relative;
	text-align: center;
	height:auto;
	width:100%;
}

.app_logo_main img {
	width:auto;
	height:auto;
	min-height:0px;
	max-height:70px;
	max-width:100%;
}

/* Version en pequeño */

.app_logo_container_small {
	width:118px;
	height:35px;
	text-align: left;
	margin:auto;
	color:#000;
	padding:2px;
	position:relative;
    /*-moz-border-top-right-radius: 16px !important;
    -webkit-border-top-right-radius: 16px !important;
    -khtml-border-top-right-radius: 16px !important;
    border-top-right-radius: 16px !important;
    
    -moz-border-top-left-radius: 16px !important;
    -webkit-border-top-left-radius: 16px !important;
    -khtml-border-top-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
    background: rgba(255,255,255,0.7);*/
}

.app_logo_small {
	height:100%;
	margin:auto;
	margin-right:auto;
	margin-left:0;
	margin-top:0;
	float:left;
}

.app_name_small {
	width:60px;
	height:16px;
	display:table; 
	vertical-align:bottom;
	float:left;
}

.app_name_small span {
	vertical-align: bottom;
	font-size: 12px;
	font-weight: bold;
	display: table-cell;
	color:#4d4d4d;
	text-align: center;
}

.app_label_small {
	width:60px;
	display:table; 
	vertical-align:bottom;
	float:left;
}

.app_label_small span {
	vertical-align: bottom;
	font-size: 11px;
	font-weight: bold;
	display: table-cell;
	color:#aaa;
	text-align: center;
	line-height: 1.5em;
}

.app_enterprise_small {
	width:60px;
	height:14px;
	display:table; 
	vertical-align:top;
	float:left;
}

.app_enterprise_small span {
	vertical-align: top;
	font-size: 10px;
	font-weight: bold;
	display: table-cell;
	text-align: center;
	color:#808080;
	font-variant: small-caps;	
}

/*****************************************/
/* Clase transparente para dialogo modal */

.dlg-transparent {
	background: none !important;
	background-color: rgba(255,255,255,0.8) !important;
}

/*******************************/
/* Clase indicador de password */

.password_meter {
	background: url(../images/icons/password_meter.png) no-repeat;
}

/*****************/
/* Clase de CHAT */

.chat_message_list {
	height:300px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	padding:4px;
	border: 1px solid #ddd;
	background:#fff;
}

.chat_users_connected_list {
	height:422px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
	
.my_chat_msg {
	position:relative;
	margin:2px;
	margin-top:4px;
	padding:3px;
	border-radius:6px;
    -moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
  	-webkit-background-clip: padding-box;
  	background: #c6ff82;
  	text-align:left;
  	border: 1px solid #95959a;
  	width:auto;
	max-width: 70%;
	float:right;
	font-weight: normal;
}

.other_chat_msg {
	position:relative;
	margin:2px;
	margin-top:4px;
	padding:3px;
	border-radius:6px;
    -moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
  	-webkit-background-clip: padding-box;
  	background: #d8d8d8;
  	text-align:left;
  	border: 1px solid #95959a;
  	width:auto;
	max-width: 70%;
	float:left;
	font-weight: normal;
}

.chat_time_label {
	padding:5px;
	padding-bottom:0px;
	margin:auto;
	margin-top:5px;
	color:#555;
	text-align: center;
	clear:both;
	border-top: 1px solid #95959a;
}

.chat_new {
	display: none;
	padding-left:6px;
}

.chat_new_visible {
	display: block !important;
}

.chat_new_border {
	/* border: 4px solid #000; */
}

.chat_private {
	border: 2px solid #F00;
	font-style: italic;
}

.chat_user_connected {
	padding: 3px;
	text-align: left;
	font-weight: bold;
	margin:2px;
}

/***********************/
/* Cajas Registradoras */

.item_cash_box {
	width:auto;
	height:130px;
	display:inline-block;
	margin-right:10px;
	padding:3px;
	overflow:hidden;
	position:relative;
}

.item_cash_box_inside {
	padding:3px;
}

.cash_closed {
	-webkit-transform: rotate(-45deg); 
	-moz-transform: rotate(-45deg);	
	position:absolute;
	top:calc(50% - 9px);
	left:-50%;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	background-color: #f00;
	color:#fff;
	width:160px;
	text-align:center;
	box-shadow: rgba(0,0,0,0.4) 0px 3px 6px;
}

/********************************/
/* Indicador de notas de ventas */

.sale_notes_indicator {
	position:absolute;
	top:-1px;
	right:-1px;
	color:#FFF;
	width:9px;
	height:9px;
	background: url(../images/icons/circle.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;	
}

.sale_payments_indicator {
	position:absolute;
	top:-1px;
	right:-20px;
	font-size:12px;
	font-weight:bold;
	vertical-align: bottom;
	text-align: center;
	color:#FFF;
	width:20px;
	height:20px;
	line-height:20px;
	background: url(../images/icons/circle.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;
}

/**********************/
/* Indicador de notas */

.notes_indicator {
	position:absolute;
	top:-1px;
	right:-1px;
	color:#FFF;
	width:9px;
	height:9px;
	background: url(../images/icons/circle.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;	
}

/***************************/
/* Indicador de documentos */

.docs_indicator {
	position:absolute;
	top:-1px;
	right:-1px;
	color:#FFF;
	width:9px;
	height:9px;
	padding:0px;
	background: url(../images/icons/circle.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;	
}

/***************************************/
/* Indicador de campos en graduaciones */

.optometry_data_indicator {
	position:absolute;
	top:-1px;
	right:-1px;
	color:#FFF;
	width:9px;
	height:9px;
	padding:0px;
	background: url(../images/icons/circle.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;	
}

/**************************/
/* Icono regalo en ventas */

.gift_icon {
	background : transparent;
	height: 20px;
	width: 20px;
	padding-right:5px;
	padding-left:5px;
	margin:auto;
}

/*******************************************/
/* Grupo de botones gestionado por menu js */

.form_buttons_group {
	display: none;
	position: fixed;
	background: none;
	background-color: rgba(240,240,240,0.9);
	padding: 5px;
	width:auto;
	text-align: center;
	border:1px solid #999;
	z-index: 101;
}

/*******************************************************/
/* Clases para comodines en eMail/Postal/Default_Texts */

.comodines_imagenes {
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	background: #fff;
	border:1px solid #ccc;
	white-space: nowrap;
	margin:auto;
	width:691px;
}

.comodin_imagen {
	width:auto;
	height:auto;
	max-width: 80px;
	max-height: 80px;
}

.comodin_delete {
	text-align:left;
	vertical-align:middle;
	padding:4px;
	color:#F00;
	background:#fff;
	font-size: 10px;
	font-weight: bold;
}

.comodin_delete:hover {
	background: #f00;
	color:#fff;
	cursor: pointer;
}

.comodines {
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	width:100px;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background: #fff;
	border:1px solid #ccc;
	white-space: nowrap;
	margin:auto;
}

.comodin {
	text-align:left;
	vertical-align:middle;
	padding:4px;
	color:#000;
	background:#fff;
	font-size: 11px;
}

.comodin:hover {
	background: #eee;
	cursor: pointer;
}

/*******************************/
/* Boton para links de paginas */

.page-link {
	background: none;
	font-weight: bold;
	border: 1px solid #FFF;
	min-width:30px;
   	margin:0px;
   	padding:2px;
	text-align:center;
	display: inline-block;
	margin-left:5px;
}

.page-link:hover {
	cursor:pointer;
	font-weight: bold;
}

/**********************/
/* SIN MARGEN NICEDIT */

.nicEdit-main {
	margin:0px !important;
	line-height: 1em !important;
	padding:0px !important;
	vertical-align: bottom !important;
	/*min-height:auto !important;*/
}

.nicEdit-main  {
	margin:0px !important;
	line-height: normal !important;
	padding:0px !important;
	vertical-align: bottom !important;
}

/***********************/
/* Imagenes en nicedit */

.nicEdit-main .small {
	width: auto;
	height:auto;
	max-width: 25%;
	vertical-align: bottom;
}

.nicEdit-main .medium {
	width: auto;
	height: auto;
	max-width: 50%;
	vertical-align: bottom;
}

.nicEdit-main .large {
	width:auto;
	height:auto;
	max-width: 100%;
	vertical-align: bottom;
}

/***********************/
/* PAGINACION AVANZADA */

.page_info {
	text-align: right;
	padding-right: 0 !important;
}

/*********************/
/* captura de firmas */

.signature_pad {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
  	background: #FFF;
  	border: 1px solid #95959a;
}

.signature_border {
}

.signature {
	position:relative;
	height: 150px;
	width: 300px;
	border: 1px solid #95959a;
	margin:auto;
	padding:4px;
}

.signature-delete { 
    position: absolute; 
    top: 0px;
    right: 0px; 
    width: 30px; 
    height: 30px; 
    background: url(../images/icons/remove_photo.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;	
}

.signature-delete:hover {
    background: url(../images/icons/remove_photo_hover.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;	
	cursor:pointer;
}

.signature img {
	max-height:100%;
	width:auto;
	height:auto;
	max-width:100%;
	margin:auto;
}

.signature:hover {
	cursor:pointer;
}

.colour-inactive {
	box-sizing: border-box;
	border:12px solid #ddd;
}

.colour-active {
	box-sizing: border-box;
	border:4px solid #ddd;
}

/**************************************/
/* Indicador de espacio de documentos */

.space_meter {
	position:relative;
	height:12px;
	border:1px solid #999;
	width:300px;
	margin:auto;
	background:#fff;
}

.space_meter_indicator {
	background: #999;
	height:12px;
	width:auto;
	float:left;
	border-right:1px solid #999;
}

.space_meter label {
	position:absolute;
	left:0px;
	top:0px;
	height:12px;
	line-height:12px;
	width: 300px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
}

/************************/

.copyright_footer {
	position: fixed;
	bottom:5px;
	width:100%;
	text-align: center;
	color:#FFF;
	font-size: 90%;
}

/*************************/

.demo_ol li {
	list-style-type: decimal;
	margin-left:30px;
	font-size: 14px;
	line-height: 1.5em;
}

/*************************/

.ro-data {
	padding:20px;
	background:#fff;
	border:none;
}

.ro-data-table-row {
	/*border:1px solid #000;*/
	border: 1px solid #ddd;
	margin-bottom:20px;
}

/*************************/

.taglabel {
	position:relative;
	border:1px solid #ddd;
	padding: 2px;
	padding-right:10px;
	margin:4px;
	margin-top:10px;
	background-color: #b0a7da;
	font-style: italic;
	font-size:100%;
	width:auto;
	float:left;
}

.taglabel_report {
	position:relative;
	border:1px solid #ddd;
	padding: 2px;
	padding-right:10px;
	margin:4px;
	margin-top:10px;
	background-color: #a7dab0;
	font-size:100%;
	width:auto;
	float:left;
}

.taglabel_rounded {
	border-top-left-radius:6px;
    -moz-border-top-left-radius: 6px;
  	-webkit-border-top-left-radius: 6px;
	border-top-right-radius:6px;
    -moz-border-top-right-radius: 6px;
  	-webkit-border-top-right-radius: 6px;
  	
  	border-bottom-left-radius:6px;
    -moz-border-bottom-left-radius: 6px;
  	-webkit-border-bottom-left-radius: 6px;
	border-bottom-right-radius:6px;
    -moz-border-bottom-right-radius: 6px;
  	-webkit-border-bottom-right-radius: 6px;
  	
  	-webkit-background-clip: padding-box;
}

.taglabel_close { 
    position: absolute; 
    top: -10px;
    right: -10px; 
    width: 20px; 
    height: 20px;
    padding: 0px;
    background: url(../images/icons/remove_photo.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;	
}

.taglabel_close:hover {
    background: url(../images/icons/remove_photo_hover.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;	
	cursor:pointer;
}


.taglabel:hover {
	cursor:pointer;
}

.taglabel_ro {
	position:relative;
	border:1px solid #ddd;
	padding: 2px;
	padding-left:4px;
	padding-right:4px;
	margin:4px;
	background-color: #b0a7da;
	font-style: italic;
	font-size:100%;
	width:auto;
	float:left;
	border-top-left-radius:6px;
    -moz-border-top-left-radius: 6px;
  	-webkit-border-top-left-radius: 6px;
	border-top-right-radius:6px;
    -moz-border-top-right-radius: 6px;
  	-webkit-border-top-right-radius: 6px;
  	
  	border-bottom-left-radius:6px;
    -moz-border-bottom-left-radius: 6px;
  	-webkit-border-bottom-left-radius: 6px;
	border-bottom-right-radius:6px;
    -moz-border-bottom-right-radius: 6px;
  	-webkit-border-bottom-right-radius: 6px;
  	
  	-webkit-background-clip: padding-box;
}

/*************************************/
/* Imagenes adicionales de articulos */

.imagenes_articulo {
/*	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;*/
	border:1px solid #ccc;
	white-space: nowrap;
	margin:auto;
	background:#fff;
}

.imagen_articulo {
	float:left;
	position:relative;
	width:100px;
	height:100px;
	margin:8px;
	margin-top:16px;
	margin-bottom:16px;
	border:1px solid #ccc;
	display:table-cell;
	line-height: 100px;
}
.imagen_articulo img {
	width:auto;
	height:auto;
	max-width: 98px;
	max-height: 98px;
	margin:auto;
}

.borrar_imagen { 
    position: absolute; 
    top: -10px;
    right: -10px; 
    width: 20px; 
    height: 20px;
    line-height: normal;
    background: url(../images/icons/remove_photo.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;	
}

.borrar_imagen:hover {
    background: url(../images/icons/remove_photo_hover.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;	
	cursor:pointer;
}

.imagen_articulo {
	cursor:pointer;
}


/********************************************/
/* SPINNER AJAX                             */

.spinner {
  width:20px;
  height:20px;
  position: relative;
  -webkit-animation: rotation 2s infinite linear;
  -moz-animation: rotation 2s infinite linear;
  -o-animation: rotation 2s infinite linear;
  animation: rotation 2s infinite linear;
  background:	url(../images/icons/gear.png) no-repeat;
  background-size: auto 100%;
  margin-left: -4px;
}

.spinner-2x {
  width:30px;
  height:30px;
  -webkit-animation: rotation 2s infinite linear;
  -moz-animation: rotation 2s infinite linear;
  -o-animation: rotation 2s infinite linear;
  animation: rotation 2s infinite linear;
  background:	url(../images/icons/gear.png) no-repeat;
  background-size: auto 100%;
  margin-left:3px;
  margin-top:3px;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/*********************/
/* BLUR para modales */

.blur {
    display:block;
    -webkit-filter: blur(5px);
/*    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px); 
    filter: blur(5px);*/
    opacity: 1;
    
    -webkit-transition: all 1s ease;
/*    -moz-transition: all 1s ease; */
/*    -o-transition: all 1s ease; */
/*    transition: all 1s ease; */

/*    -webkit-transform: scale(0.9); */
/*    -moz-transform: scale(0.9);*/
/*    -o-transform: scale(0.9); */
/*    transform: scale(0.9);*/

}

/*****************************************/
/* Clase para banner de oferta articulos */

.articulo_oferta {
	-webkit-transform: rotate(-45deg); 
	-moz-transform: rotate(-45deg);	
	position:absolute;
	top:8px;
	left:-135px;
	font-size: 90%;
	font-weight: bold;
	background-color: #f00;
	color:#fff;
	padding:0px;
	width:300px;
	text-align:center;
	box-shadow: rgba(0,0,0,0.4) 0px 2px 2px;
}

.offer_dot {
	float:right;
	width:15px;
	height:15px;
	line-height:15px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin:1px;
	border: 1px solid #ddd;
	border-radius:0px;
    -moz-border-radius: 0px;
  	-webkit-border-radius: 0px;	
}

.offer_dot_disabled {
	border-radius:15px;
    -moz-border-radius: 15px;
  	-webkit-border-radius: 15px;
}

/**********************************/
/* Indicador de grupos de cliente */

.group_indicator {
	width:16px;
	height:16px;
	margin:2px;
	margin-left:5px;
	line-height:16px;
	background-color: #b0a7da;
	border-radius:16px;
    -moz-border-radius: 16px;
  	-webkit-border-radius: 16px;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-size:95%;
}

/****************************/
/* Tamaño datepicker agenda */

.calendar_container
  .ui-datepicker {
    width: 100% !important;
    padding: 0;
  }
  .calendar_container
  .ui-datepicker-group {
    width: 100%;
    padding: 0;
  }
  .calendar_container .ui-datepicker th {
    font-size:18px!important;
    vertical-align: bottom !important;
  }
  .calendar_container .ui-datepicker td {
    font-size:18px!important;
    vertical-align: bottom !important;
    position:relative;
  }
.calendar_container .ui-datepicker a {
  }
.calendar_container .ui-datepicker .ui-priority-secondary {
   color:#ccc;
  }
.calendar_container .ui-datepicker td a {
	padding-top:10px;
	padding-bottom:0px !important;
  }
  
/****************************/
/* Tamaño datepicker FIJO */

.calendar_fixed .ui-datepicker {
    width: 99% !important;
}
.calendar_fixed .ui-datepicker-group {
    width: 99%;
}


/******************/
/* Tablas de logs */

table.data-log {
  table-layout:auto;
  width:auto;
  white-space: nowrap;
}

table.data-log th,
table.data-log td {
  vertical-align: middle;
  background: #fff;
  color:#000;
}

table.data-log th {
  background: #fff url(../images/icons/bar_top.png);
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  font-weight: bold;
  text-shadow: #fff 0 1px 1px;
  white-space: normal;
  padding:0px;
  padding-top:4px;
  padding-bottom:4px;
  text-align:center;
  border: 1px solid #ddd;
  color: #555;
}

table.data-log td {
	padding:2px;
    border: 1px solid #ddd;
   	user-select: text;
 	-khtml-user-select: text;
	-o-user-select: text;
	-webkit-user-select: text;
	-moz-user-select: text;
 	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
     box-sizing: border-box;
}

table.data-log tbody tr:nth-child(even) td {
  background: #eee; /* #def;*/
}

/***************************/
/* Boton load more         */

.load_more {
	font-size:120%;
	line-height:4em;
}

/************************/
/* Tabla eventos agenda */

.form_table_agenda {
  width:auto;
  min-width:50px;
  margin-right:auto;
  margin-bottom: 0px;
  table-layout: fixed;
  border-spacing: 5px 2px;
  border-collapse: separate;
}
 
.form_table_agenda td {
  	vertical-align:top;
  	text-align: left;
	font-weight: normal;
	min-height:1em;
	height:1em;
	padding:0px;
}

.form_table_agenda td:FIRST-CHILD {
	width:60px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

.event_highlight {
	border:4px solid #00f;
	vertical-align: top;
}

.event_highlight:hover {
	cursor:pointer;
	background: #80b9ff !important;
}

.event_type_ro {
	margin-left:24px;
	margin-right:24px;
	margin-bottom:3px;
	margin-top:3px;
}

.event_data_ro {
	margin-right:20px;
	padding:6px;
	white-space: pre-wrap;
	line-height: 1.2em;
}

.new_clone_event_container {
  	padding:4px;	
	width:500px;
	height:auto;
	position:absolute;
	left:50%;
	background:#eee !important;
	border:1px solid #ddd !important;
	margin-left:-250px;
	z-index: 2
}

.new_event {
	padding-top:10px !important;
}

.clone_event {
	padding-top:10px !important;
}

.new_notification {
  	padding:4px;	
	width:auto;
	height:auto;
	position:absolute;
	background:#eee;
	border:1px solid #ddd !important;
	z-index: 2
}

.manual_notification {
	float:right;
	padding:4px;
	margin-bottom:-5px;
	margin-right:4px;
}

.event_normal {
	border:1px solid #ddd;
	vertical-align: top;
}

.event_normal:hover {
	cursor:pointer;
	background: #80b9ff !important;
}

.event_lock {
	border:1px solid #ddd;
	background:rgba(255,0,0,0.2);
}

.events_container {
	background:#fff;
	border:1px solid #ddd;
	margin-top:10px;
	min-height:40px;
	padding-top:10px;
}