

#page{
	border: 0;
}


.container{
	margin: 20% auto;
	border: 0;
}

td,th{
	text-align: center;
}


#wrapper {
	min-height:100%;
	position:relative;
}
#header {
	background:#ededed;
	padding:10px;
	border: 0;
}
#content {
	padding-bottom:300px; /* Height of the footer element */
}
#footer {
	background:#ffab62;
	width:100%;
	height:100px;
	position:absolute;
	bottom:0;
	left:0;
	background: #E6E6E6;
}

.menu-link{
	float: right;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
}

.btn {
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}

.loginArea{
		margin: 5% auto;
		background-color: #D1D1D1;
		min-width: 360px;
		max-width: 360px;
		min-height: 160px;
		padding:2em 2em 2em 4em;
}

.skuArea{
		position: relative;
		margin: 0 0 5% 35%;
		background-color: #D1D1D1;
		min-width: 360px;
		max-width: 360px;
		min-height: 330px;
		display: inline-block;
		padding: 3em;	
}

.get-other-code{
	margin-left: 3.5em;
	text-decoration: none;
	color: #484848;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
}

.get-other-code:hover,
.get-other-code:active{
	text-decoration: none;
	color: #666666;
}

.info{
    color:black;
    background: white;
    display: inline-block;
    font-size: 2em;
    font-weight: bold;
    color: #CC0000;
    position: absolute;
    margin: 0 23%;
}

.exito{
    color:black;
    background: white;
    display: inline-block;
    font-size: 2em;
    font-weight: bold;
    color: #06F400;
    position: absolute;
    margin: 0 23%;
}

.nuevo-usuario{
	width: 80%;
	display: inline-block;
	margin: 1em 0 5em 15%;
	padding: 2em;
	border: 1px solid #BABABA;
}

.input-sm{
	width: 200px;
}

.btn {
	-webkit-transition: background 0.3;
	-moz-transition: background 0.3;
	-o-transition: background 0.3;
}

h1{
	color:gray;
}

.same-line{
	display: inline-block;
}

label{
	color:black;
}


a.nuevoUsuario{
	color: #000;
	opacity: 0.6;
	text-decoration: none;
	-webkit-transition:opacity 0.3s;
	-moz-transition:opacity 0.3s;
	-o-transition:opacity 0.3s;
}

a.nuevoUsuario:hover{
	opacity: 1;
	text-decoration: none;
}

/*Tabla de estilos*/

.estilos-area{
	min-height: 300px;
	max-height: 300px;
	overflow-y:scroll;
	border:1px solid #B3B3B3;
}

.estilos-tbl{

}


.estilos-tbl > tbody > tr:nth-child(0){
	border-top-left-radius:  10px; 
	border-top-right-radius: 10px;
}

.estilos-tbl > tbody > tr > th{
	text-align: center;
	width: 10em;
	font-size: 1em;
	text-align: center;
	color: white;
	font-weight: normal;
	background: #222222;
}

.estilos-tbl > tbody > tr > td{
	text-align: center;
}

.btn-agrega-estilo{
	margin-top:1.8em;
	height:2.5em;
	line-height:1.3em;
	-webkit-transition:background 0.3s;
}

::-webkit-input-placeholder {
   font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
   font-style: italic;  
}

::-moz-placeholder {  /* Firefox 19+ */
   font-style: italic;  
}

:-ms-input-placeholder {  
   font-style: italic;  
}


.agrega-corte{
	cursor: pointer;
	cursor: hand;
	color: white;
	-webkit-transition:color 0.3s;
	margin: 2%;
	width: 10em;
}

.agrega-corte:hover{
	color: white;
}

/*Dialogo para ventana de cortes*/

.bg-dialogo-cortes{
	position: fixed;
	top: 0; 
	left: 0;
	bottom: 0;
	min-height:100%; 
	width: 100%;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	z-index: -1;
	-webkit-transition:opacity 0.5s;	
	-moz-transition:opacity 0.5s;	
	-o-transition:opacity 0.5s;	
}

.bg-dialogo-cortes > .dialogo-cortes{
	vertical-align: middle;
    text-align: center;
	//margin:100px 0 0 5%;
	left:0;
	top: 0;
	position: absolute;
	z-index: 999;
	background: white;
	overflow: hidden;
	height: 0px;
  	max-width: 100%;
	min-width: 100%;
	z-index:-1;
	-webkit-transition:height 0.5s;
	-moz-transition:height 0.5s;
	-o-transition:height 0.5s;
}

.dialogo-cortes tr,td{

	border: 1px solid black;
}

.tallas{
	position: relative;
	width: 100%;
}

.tallas label{
	display: block;
	width: 10%;
	font-size: 2em;
}

.tallas input{
	display:inline;
	width:80%;
	float: right;
	margin-left: -2em;
}

.cerrar-dialogo{
	background: #B3B3B3;
	color: white;
	height: 2em;
	width: 2em;
	display: none;
	opacity: 0;
	cursor: pointer;
	cursor: hand;
	margin-left:90%;
	-webkit-transition:color 0.5s,background 0.5s,border 0.5s;
	-moz-transition:color 0.5s,background 0.5s,border 0.5s;
	-o-transition:color 0.5s,background 0.5s,border 0.5s;
}

.cerrar-dialogo:hover{
	color: white;
	background: #94BCE6;
}
/*Fin pop up Cortes*/

/*Dialogo para ventana de cliente*/

.bg-dialogo-cliente{
	position: fixed;
	top: 0; 
	left: 0;
	bottom: 0;
	min-height:100%; 
	width: 100%;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	z-index: -1;
	-webkit-transition:opacity 0.5s;	
	-moz-transition:opacity 0.5s;	
	-o-transition:opacity 0.5s;	
}

.bg-dialogo-cliente > .dialogo-cliente{
	vertical-align: middle;
    text-align: center;
	margin:50px 0 0 15%;
	position: absolute;
	z-index: 999;
	background: white;
	overflow: hidden;
	height: 0px;
  	max-width: 960px;
	min-width: 960px;
	z-index:-1;
	-webkit-transition:height 0.5s;
	-moz-transition:height 0.5s;
	-o-transition:height 0.5s;
}


.cerrar-dialogo{
	background: #B3B3B3;
	color: white;
	height: 2em;
	width: 2em;
	display: none;
	opacity: 0;
	cursor: pointer;
	cursor: hand;
	margin-left:90%;
	-webkit-transition:color 0.5s,background 0.5s,border 0.5s;
	-moz-transition:color 0.5s,background 0.5s,border 0.5s;
	-o-transition:color 0.5s,background 0.5s,border 0.5s;
}

.cerrar-dialogo:hover{
	color: white;
	background: #94BCE6;
}

/*Fin pop up Cliente*/

/*Popup Maquiladora*/

.bg-dialogo-maquiladora{
	position: fixed;
	top: 0; 
	left: 0;
	bottom: 0;
	min-height:100%; 
	width: 100%;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	z-index: -1;
	-webkit-transition:opacity 0.5s;	
	-moz-transition:opacity 0.5s;	
	-o-transition:opacity 0.5s;	
}

.bg-dialogo-maquiladora > div{
	vertical-align: middle;
    text-align: center;
	margin:50px 0 0 15%;
	position: absolute;
	z-index: 999;
	background: white;
	overflow: hidden;
	height: 0px;
  	max-width: 960px;
	min-width: 960px;
	z-index:-1;
	-webkit-transition:height 0.5s;
	-moz-transition:height 0.5s;
	-o-transition:height 0.5s;
}

/*Fin popup Maquiladora*/

.alert-msg{
	color:#E60000;
}

.form-inline .form-group{
    margin-left: 0;
    margin-right: 0;
}

.btn-add-client,.btn-add-maquiladora{
	color:#2593B8;
	margin-left:2em;
	cursor: pointer;
	-webkit-transition:color 0.3s,background 0.3s;
	-o-transition:color 0.3s,background 0.3s;
	-moz-transition:color 0.3s,background 0.3s;
}


.btn-add-client:hover,.btn-add-maquiladora:hover
{
	text-decoration: none;
	color:#124A5C;
}

.form-group{
	text-align: left;
}


.preview{
	height: 200px;
	width: 200px;
	background:gray;
}