@import 'menu.css';
@import 'jscal/calendar-blue.css';
@import url(domcollapse.css);

body, table, tr, td, input, select, button, option {
    font-family : Arial, Helvetica, sans-serif;
    font-size   : 8pt;
}

body {
    margin: 0px;
    background-image     : url(images/fondo.jpg);
    background-repeat    : no-repeat;
    background-attachment: fixed;
    background-position  : 100% 100%;
    background-color     : white;
}


h1 {
    margin-top: 0px;
	float: left;
	text-align: center;
	font-size: 10pt;
	color: #006699;
}

input, button {
    border : 2px groove #dddddd;
    background : white;
}

input:hover, select:hover, button:hover {
    background : #A2A4FD;
}

input:focus, select:focus, button:focus {
    background : #FFFFFF;
    color      : #000000;
}

select:disabled {
	color : #000000;
}

.disabled:focus {
	background: #fffe9e;
	color     : #000000;
}

pre {
    font-size   : 8pt;
}
	
.numero_contenedor {
    font-family : "courier new", fixed;
    text-align  : center;
    font-size   : 8pt;
}

.valor_factura {
    font-family : "courier new", fixed;
    text-align  : right;
    font-size   : 8pt;
}

.detalle {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}

.detalle pre {
	width: 80em;
	text-align: justify;
}

.titulo, .titulo td {
    font-weight      : bold;
    color            : #CC6600;
    background-color : #F2E9A6;
    -moz-border-radius: 5px;
    padding                       : 2px;
	width: 15%;
}

.titulo_gris td {
    -moz-border-radius: 0px;
	background-color: rgb(140,140,140);
	color: #FFFFFF;
	padding: 2px;
	font-weight: bold;
}

.titulo_naranja td {
    -moz-border-radius: 0px;
	background-color: rgb(249,243,208);
	color: rgb(204, 102, 0);
	padding: 2px;
	font-weight: bold;
}

.titulo2, .titulo2 td {
    font-weight      : bold;
    color            : #CC6600;
    background-color : #F2E9A6;
    -moz-border-radius: 5px;
}


.valor {
    width: 35%;
}

.menu_principal {
	width : 97px;
}
/*
table{
    border-spacing: 0px !important;
    border:1px solid #336699;
}
table th{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #DEF1F4;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
	background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
	color: #FFF;
	cursor: pointer;
	
}

table td{
	font-family: Ebrima;
	padding: 4px;
	background: #FFF;
	border-bottom: 1px solid #336699;
	color: #669;
	border-top: 1px solid transparent;
}
table td:first-child{
	text-align: center;
}
table td:nth-child(odd){
	font-size: 12px;
	background: #FFF;
}
table td:nth-child(even){
	background: #EDEDED;
}*/


td {
    vertical-align : top;
    background-color              : #eeeeee;
    -moz-border-radius: 5px;
    padding                       : 2px;
}

th {
    background-color              : #006699;
    -moz-border-radius: 5px;
    color                         : #FFFFFF;
    font-weight                   : normal;
    padding                       : 2px;
}

a, a:link {
    color: blue;
    font-weight: normal;
    text-decoration: underline;
}

th a:visited, th a, th a:link, .alerta a, .alerta a:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
}

th a:hover, td a:hover, .alerta a:hover {
    text-decoration: underline;
}

a:visited {
    color: blue;
}

h1 a, h1 a:visited, h1 a:link, h1 a:hover {
	font-weight: bold;
    text-decoration: underline;
    color: #006699;
}

#menu h1 a {
    color: #006699;
}

#menu h1 a:hover {
    color: #006699;
    text-decoration: underline;
}

.vacia {
    background-color : white;
    -moz-border-radius: 0px;
    padding                       : 0px;
    vertical-align: top;
}

strong {
    color      : #006699;
}

.login {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.flotante {
	float: left;
}


.listado, .consulta, .consulta caption, .centrada, .consulta div table, .listado_dg table {
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

.bred {
    float: right;
	margin-right: 0px;
	text-align: right;
}

.obs_pedi, .obs_pedi:hover, .obs_pedi:focus {
    font-family                   : "courier new", fixed;
    font-size                     : 8pt;
    font-weight: normal;
    color: black;
    white-space: pre;
    background-color: #eeeeee;
    border: none;
    overflow: auto;
}

.alerta, .alerta td {
    background-color : #CC0000;
    -moz-border-radius: 0px;
    font-family      : Courier New, Courier, mono;
    font-weight      : normal;
    color            : #FFFFFF;
}

.imagen {
  border: none;
  vertical-align: top;
}

.totales, .totales td {
    background-color : #990000;
    -moz-border-radius: 0px;
    font-family      : Courier New, Courier, mono;
    font-weight      : normal;
    color            : #FFFFFF;
}

/**
 * Estilos equivalentes a los definidos en excel.
 */
.head {
    text-align                    : center;
    background-color              : #006699;
    -moz-border-radius: 5px;
    color                         : #FFFFFF;
    font-weight                   : normal;
    padding                       : 2px;
    font-size                     : 8pt;
}

.head2 {
    text-align                    : center;
    background-color              : #006699;
    color                         : #FFFFFF;
    font-weight                   : normal;
    padding                       : 2px;
    font-size                     : 9pt;
    font-weight                   : bold;
}

.general, .gen {
    background-color              : #eeeeee;
    font-family                   : Arial, Helvetica, sans-serif;
    font-size                     : 8pt;
}

.fixed, .fix {
    background-color              : #eeeeee;
    font-family                   : "courier new", fixed;
    font-size                     : 8pt;
}

.fixedc {
    background-color              : #eeeeee;
    font-family                   : "courier new", fixed;
    font-size                     : 8pt;
    text-align                    : center;
}

.fecha, .integer, .number, .number_red {
    background-color              : #eeeeee;
    font-family                   : "courier new", fixed;
    text-align                    : right;
}

.number_red {
    color: red;
}

img {
    border-style : none;
}

.tr_left {
    text-align                    : left;   
}

.font10 {
  font-family: Arial, Helvetica, sans-serif;
  font-size  : 11px;
  font-weight: normal;
  color      : #FF0000;
}

.font15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size  : 11px;
	font-weight: bold;
	color      : #000000
}

.font16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size  : 11px;
	font-weight: bold;
	color      : #FFFFFF
}

.font17 {
        font-family: Arial, Helvetica, sans-serif;
        font-size  : 11px;
        font-weight: bold;
        color      : #006699
}

.fondocelda3 {
    background-color              : #006699;
    -moz-border-radius: 5px;
}
.fondocelda-naranja td {
    background-color : #FFCC99;
    font-weight      : normal;
    color            : #000000;
    -moz-border-radius: 5px;
}
.fondocelda7 td {
    background-color : #84CA77;
    font-weight      : normal;
    color            : #000000;
    -moz-border-radius: 5px;
    padding          : 2px;
}


TEXTAREA {
	font-family     : Arial, Helvetica, sans-serif;
  font-size       : 11px;
  FONT-WEIGHT     : normal;
	BORDER          : 2px groove #dddddd;
	PADDING         : 2px;
	COLOR           : #333333;
	BACKGROUND      : #ffffff;
}

TEXTAREA:hover {
  background     : #A2A4FD;
}

TEXTAREA:focus {
  background     : #03079c;
  /*FONT-WEIGHT    : bold;*/
  color          : #ffff00;
}


.rojo , .rojo td {
    font-weight      : bold;
    color            : black;
    background-color : #EE0000;
	-moz-border-radius: 5px;
    padding                       : 2px;
    width: 10%;
}
.verde , .verde td {
    font-weight      : bold;
    color            : black;
    background-color : #0AC92B;
    -moz-border-radius: 5px;
    padding                       : 2px;
    width: 10%;
}

.readonly, .readonly:hover, .readonly:focus {
	background-color: #ffffaf;
	color: #000000;
	font-weight: normal;
}

.calendar {
	border: 0px;
	cursor: pointer;
}

.calendar:hover {
	background-color: blue;
}

/* Estilos para las tablas de captura */
.captura {
	border-width: 2px;
	border-style: groove;
	border-color: threedface;
	width: 100%;
}
.captura, .captura th {
	background-color: #efefef;
	color: #000000;
}

.boton_mas {
    padding: 0px; 
    border: 0px; 
    margin: 0px; 
    border-spacing: 0px;
}

#track {
	float: left;
	clear: left;
}

/* Para las b obinas */
.bobinas {
    border-collapse:collapse;
}
 .bobinas td {
/*    vertical-align : top;
    background-color              : #eeeeee; */
    -moz-border-radius: 0px;
    padding                       : 3px;
    border-width: 1px;
    border-style: solid;
    /*border-color: #000000;*/
}

.grafica0 td{background-color : blue;}
.grafica1 td{background-color : yellow;}
.grafica2 td{background-color : orange;}
.grafica3 td{background-color : green;}
.grafica4 td{background-color : red;}
.grafica5 td{background-color : brown;}
.grafica6 td{background-color : cyan;}
.grafica7 td{background-color : magenta;}
.grafica8 td{background-color : pink}
.grafica9 td{background-color : olive;}
.grafica10 td{background-color : black;}

/* Para el monitor */
.elemento_monitor {
	width: 20%;
	height: 30px;
    float: left;
    margin: 0px;
}

.seccion_monitor {
	width: 1024px;
    clear: both;
    float: left;
    text-align: center;
    background-color:#EEEEEE;
}

.titulo_monitor {
	margin: 5px;
    text-align: center;
    font-weight: bold;
    font-size: larger;
    background-color:#006699;
    color: white;
}

/* pa'que Erick note los mensaje de error */
span.error {
    font-size: 2em;
    color: red;
    font-weight: 900;
}

/*suggestion sku*/
      .suggestionsBoxsku {
              z-index: 10;
              margin: -3px 0px 0px 0px;
              width: 400px;
              background: #ffffff; /* Old browsers */
              background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
              background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
              background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
              background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
              background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
              background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
              filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
              border-bottom-left-radius:4px;
              border-bottom-right-radius:4px;
              /*border-top-right-radius:4px;*/
              border-bottom: 2px solid #b3bead;
              border-left: 2px solid #b3bead;
              border-right: 2px solid #b3bead;
              
              color: #336699;
              padding:0 3px;
      }
      
      .suggestionListsku {
              margin: 0px;
              padding: 3px;
      }
      
      .suggestionListsku li {
              margin: 0px 0px 3px 0px;
              padding: 3px;
              cursor: pointer;
              text-wrap:none;
              list-style:none;
              border-radius: 4px;
              -webkit-border-radius:4px;
              -moz-border-radius:4px;
      }
      
      .suggestionListsku li:hover {
              background: #2892ef; /* Old browsers */
              background: -moz-linear-gradient(top, #2892ef 0%, #54a3ee 29%, #3690f0 60%, #1e69de 86%); /* FF3.6+ */
              background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2892ef), color-stop(29%,#54a3ee), color-stop(60%,#3690f0), color-stop(86%,#1e69de)); /* Chrome,Safari4+ */
              background: -webkit-linear-gradient(top, #2892ef 0%,#54a3ee 29%,#3690f0 60%,#1e69de 86%); /* Chrome10+,Safari5.1+ */
              background: -o-linear-gradient(top, #2892ef 0%,#54a3ee 29%,#3690f0 60%,#1e69de 86%); /* Opera 11.10+ */
              background: -ms-linear-gradient(top, #2892ef 0%,#54a3ee 29%,#3690f0 60%,#1e69de 86%); /* IE10+ */
              background: linear-gradient(to bottom, #2892ef 0%,#54a3ee 29%,#3690f0 60%,#1e69de 86%); /* W3C */
              filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2892ef', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
              color:#fff;
      }
      
      .highlight{
	    background: #2892ef; /* Old browsers */
	    background: -moz-linear-gradient(top, #2892ef 0%, #54a3ee 29%, #3690f0 60%, #1e69de 86%); /* FF3.6+ */
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2892ef), color-stop(29%,#54a3ee), color-stop(60%,#3690f0), color-stop(86%,#1e69de)); /* Chrome,Safari4+ */
	    background: -webkit-linear-gradient(top, #2892ef 0%,#54a3ee 29%,#3690f0 60%,#1e69de 86%); /* Chrome10+,Safari5.1+ */
	    background: -o-linear-gradient(top, #2892ef 0%,#54a3ee 29%,#3690f0 60%,#1e69de 86%); /* Opera 11.10+ */
	    background: -ms-linear-gradient(top, #2892ef 0%,#54a3ee 29%,#3690f0 60%,#1e69de 86%); /* IE10+ */
	    background: linear-gradient(to bottom, #2892ef 0%,#54a3ee 29%,#3690f0 60%,#1e69de 86%); /* W3C */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2892ef', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
	    color:#fff;
      }
      
      .suggestionListsku li:active{
              background: #fceabb; /* Old browsers */
              background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 61%, #f8b500 100%); /* FF3.6+ */
              background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(61%,#fccd4d), color-stop(100%,#f8b500)); /* Chrome,Safari4+ */
              background: -webkit-linear-gradient(top, #fceabb 0%,#fccd4d 61%,#f8b500 100%); /* Chrome10+,Safari5.1+ */
              background: -o-linear-gradient(top, #fceabb 0%,#fccd4d 61%,#f8b500 100%); /* Opera 11.10+ */
              background: -ms-linear-gradient(top, #fceabb 0%,#fccd4d 61%,#f8b500 100%); /* IE10+ */
              background: linear-gradient(to bottom, #fceabb 0%,#fccd4d 61%,#f8b500 100%); /* W3C */
              filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#f8b500',GradientType=0 ); /* IE6-9 */
              color: #000;
      }

