* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background:#f4f4f4;
	color:#c0c1c2;
	color:#66615b;
	color:#606164 !important;
}
a{
	text-decoration: none;
}
img{
	max-width: 100%;
}
footer {
	color:#078898;
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 10px;
	text-align: center;
}
footer a{
	color: #e37222;
	font-style: italic;
}
/*cabecera*/
.navbar-inverse {
    background-color: #031926;
    border: 2px solid #031926;
}

/*botones*/
.tabla-manual input[type="text"]{
	height: 20px;
	padding: 2px;
}
.btn-tabla{
	color:#fff;
	border-radius: 2px;
	font-size: 0.9em;
	padding: 4px 8px;
	margin-top: 1px;
	cursor: pointer;
}
.boton{
            text-align:center;
            text-decoration: none;
      font-family: 'Helvetica Neue', Helvetica, sans-serif;
      display:inline-block;
            color: #FFF;
            background: #7F8C8D;
            padding: 5px 10px;
            white-space: nowrap;
            margin: 10px 5px;
            -webkit-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}

.btn-verde{
	background: #2ECC71;
  	box-shadow: 0px 3px 0px 0px #27AE60;
}
.btn-verde:hover{
	color:#fff;
	background: #32db78;
}
/*.btn-verde:active{
  box-shadow: 0px 2px 0px 0px #27AE60;
}*/
.btn-rojo{
  background: #E74C3C;
  box-shadow: 0px 3px 0px 0px #C0392B;
}

.btn-rojo:hover{
  background: #ff5242;
  color:#fff;
}

.btn-rojo:active{
  box-shadow: 0px 2px 0px 0px #C0392B;
}

.btn-naranja{
	background: #e37222;
	box-shadow: 0px 3px 0px 0px #9B490E;
}
.btn-naranja:hover{
	border-color: #e37222;
	background: #F58230;
	color:#fff;
}
/*botones que tienen icono a la izq*/
.btn-small{
	margin-top: 0px;
	padding: 0.4rem;
	font-size: 12px;
}
/*fin de botones*/
/*Complementos y ajustes de boostrap*/
/*facturacion.*/
.span-cliente{ /*para quitar los h4 al inicio de los encabezados de los emisores*/
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
	padding: 5px 10px 5px 0;
}
.datos-emisor{
	padding-bottom: 5px;
}
.table .thead-green th{
	color: #fff;
	background-color: #28a745 !important;
	border-color: #f2f2f2;
}
.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}
.table > thead > tr > th{
	padding: 3px 5px;
}
.text-212529{
	color: #212529;
}
/*fin de css para facturación*/
/*estilos para los totales del documento*/
.form-totales-documento label{
	font-size:11px;	
}
.form-totales-documento .form-control[disabled]{
	background: #fff;
	color: #337ab7;
	text-align: right;
}

/*el modal de los registros*/
/*facturacion.*/
.panel{
	border-radius:5px;
}
.span-obligatorio{
	color:red;
}
.panel-heading {
	border-radius: 2px;
}
/*.panel-primary{
	border-color: #078898;/*del verde
	border-color: #337ab7;
}
.panel-primary > .panel-heading {
	background: #078898;/*del verde
	background-color: #6ec7e0;
	border-color: #078898;
}
.panel-footer{
	background:#078898;
	background-color: #6ec7e0;
	border-radius: 2px;
}*/
.input-sm{
	border-radius: 2px;
	height: 28px;
	padding: 5px;
}
/*ajustes para paneles: sigue despues de clase modal-dialog*/
.modal-ancho{
	min-width: 700px;
}
/*fin de ajustes para paneles*/
/*select.input-sm{ se quita porque tira hacia abajo el texto
	height: 25px;
}*/
.input-group-addon {
	padding: 4px;
}
.col-sm-1,.col-sm-2{
	padding-right: 6px;
	padding-left: 6px;
}
table.table-text-small{
	font-size: 11px;
}
table.dataTable td.celda-pequena{
	width: 40px;
}
table .small{
	width: 30px;
}
table .medium{
	width: 80px;
}
table .large{
	width: 150px;
}
table .extra-large{
	width: 230px;
}
table.dataTable thead th{
	text-align: center;
}
select.select-letra-small{
	font-size: 11px;
}
/*tipos de letra*/
.letra-mini{
	font-size: 10px;
}
.letra-small{
	font-size: 11px;
}
label.etiqueta-posterior{
	margin-bottom: 0;
	padding-top: 7px;
}
.archivo_1{
	font-size: 0.8em;
}
textarea{
	resize: none;
}
.col-bloque{
	display: block;
	text-align: center;
}
.btn-bloque{
	margin: 0 auto;
	margin-bottom: 5px;
	width: 130px;
	display: block;
}
textarea#preparacion{
	font-size: 11px;
}
table.table-ing .selected{
	background: #5bc0de;
	background: #e37222;
}

 .table > thead > tr > td{
 	padding: 8px;
 }
/*cuando hace hover en la celda que tiene el id de receta-recetaxdias*/
.fila-id-receta:hover,.fila-fecha:hover{
	cursor: pointer;
}
.table-responsive{
/*	max-height: 900px;*/
}

/***********Contenedor de las tablas grandes*******/
.table-container{
	display: block;
	min-height: 150px;
	max-height: 550px;
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
}
/* añadimos las barras para dispositivos IOS */

.table-container::-webkit-scrollbar{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}
.container-tablas-documentos{/* clase agregada a table container para las tablas de facturacion*/
	min-height: 30px;
}
.table-container::-webkit-scrollbar-thumb{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}
/*estilos visuales de la tabla*/
.tabla-manual {
    color: #666;
    font-size: 11px;
    background: #fff;/*#eaebec;*/
    margin: 2px;
    margin: 10px auto;
    border: #ccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}
.tabla-manual thead th{
	background: #dff0d8;
	border: #c4c4c4 1px solid;
	color:#343434;
	text-align: center;
}
/*la tabla manual th para el thead*/
.tablesorter thead th{
	background: #dff0d8;
	border: #c4c4c4 1px solid;
	color:#343434;
	text-align: center;
}
.tabla-manual tbody td{
	border: #c4c4c4 1px solid;
}
.tabla-manual td.muyancha {
	padding-right: 3px;
	width: 450px;
}
.tabla-manual td.ancha {
	padding-right: 3px;
	width: 100px;
}
.tabla-manual td.mediana{
	width: 250px;
}
.tabla-manual td.pequena {
	padding-right: 3px;
	width: 50px;	
}
td.td-merge{
	text-align: center;
	vertical-align: middle;
}
.col-dias{
	padding-right: 5px;
	padding-left: 5px;
}
/*el hover en el id de la receta*/
.fila-id-receta:hover{
	/*background: #5cb85c;
	background: red;*/
}
/*para el datapicker al poder cambiar los alos y meses en facturacion*/
.ui-datepicker-month,.ui-datepicker-year{
	color:#5bc0de;
}
/*Clase de tabla manual creada*/
.tabla-manual th,.tabla-manual td, .tabla-manual tr{
	border: 1px solid #ddd;
	padding: 2px;
}
tr.items td{
	color:#007bff;
	vertical-align: middle;
	height: 8px;
}
.tabla-manual .extra-ancho{
	width: 250px;
}
.tabla-manual .ancho{
	width: 150px;
}
.tabla-manual .ancho-mediano{
	width: 100px;
}

.tabla-manual .ancho-normal{
	width: 80px;
}
.tabla-manual .ancho-medio{
	width: 50px;
}
.tabla-manual .mini-ancho{
	width: 30px;
}
/*elementos sin border*/
.no-bordered{
	border:none;
}
/*elementos con fondo blanco*/
.fondo-blanco,.form-control[readonly]{
	background-color: #f3f3f3;
}
/*FIN DE LA CLASE MANUAL CREADA*/
/*css especiales para la tabla popup de preparacion*/
.tabla-preparacion, .tabla-ingredientes{
	font-size: 10px;
}
#wraper-referencia{
	margin-right: 5px;
	margin-left: 5px;
	display: none;
}
.btn-file {
  position: relative;
  overflow: hidden;
  }
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
/*css para la tabla tabla-pedidos*/

/*css para dispositivos móviles*/
@media(max-width: 1080px){
	.form-group > div{
		margin-bottom: 12px;/*para que no vayan tan pegados al label del sigte*/
	}
	.btn{
		margin-bottom: 8px;
	}
	select.input-sm {
		height: 35px;
	}
	.input-sm {
	    border-radius: 2px;
	    height: 30px;
	    padding: 5px;
	}
}/**/
@media(max-width: 480px){
	.checkbox-inline, .radio-inline{
		display: block;
		margin-left: 10px;
	}

}