/*AEON 2*/

@charset "utf-8";
body {
	font-family: 'Lato', sans-serif;
}
label {
	font-weight:normal;
}
a {
	color: #008e91;
}
.error {
	color:#FF0000;
}
.sm-superior {
	margin-top:0 !important;
}
.sm-inferior {
	margin-bottom:0 !important;
}
.color-destacado {
	color:#e80000;
}
.alineado-vertical-centro {
	vertical-align:middle !important;
}

.nowrap {
	white-space:nowrap !important;
}

.cargando {
	position:relative;
}
.cargando:after {
	content:'';
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:1;
	background-color:rgba(255,255,255,0.2);
	opacity:0.7;
	background-image:url(/imagenes/sprites/cargando.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

.espaciador-1 ,
.espaciador-2 ,
.espaciador-3 {
	clear:both;
	height:1em;
}

.espaciador-1 {
	height:1em;
}
.espaciador-2 {
	height:2em;
}
.espaciador-3 {
	height:3em;
}
hr {
	border-color:#cccccc;
}
.form-control-inline {
	display:inline;
	width:auto;
}
.panel-aeon{
	border-radius: 0px;
	border-color: #bbd79f;
	background: #bbd79f;
}
.panel-aeon h1{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
}
.panel-aeon>.panel-footer{
	padding: 10px 15px;
	background-color: #ddebcf;
	border-top: none;
	border-bottom-right-radius: 0px; 
	border-bottom-left-radius: 0px; 
	
}
.panel-aeon>.panel-body{
	background: #f1f7ec;
}
.btn-aeon{
	background: #008e91;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0px;
}
.btn-aeon span{
	margin-right: 10px;
}
.btn-editar{
	background: #48b8ac;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0px;
}
.btn-activar{
	background: #bbd79f;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0px;
}
.btn-desactivar{
	background: #bbbbbb;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0px;
}
.btn-borrar{
	background: #aa4b35;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0px;
}
.panel .panel-footer .form-control-inline {
	height:auto;
	margin:7px;
	font-size:18px;
	line-height:24px;
	padding:10px 16px;
	color:#ffffff;
	border:2px solid #ffffff;
	background-color:#A385A3;
	box-shadow:none;
	display:inline-block;
	vertical-align:middle;
}
.panel .panel-footer select.form-control-inline {
	padding:0 16px;
}
.panel .panel-footer select.form-control-inline option {
	padding:10px 16px;
}
.panel .panel-footer .btn + .btn {
	margin-left:15px;
}

.table td.acciones {
	padding:4px;
}
.table td.acciones > .btn {
	margin:4px;
}
.listado-linea-desactivada td {
	background-color:#FFF2F2 !important;
}

span.etiqueta ,
div.etiqueta {
	font-weight: normal;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
	max-width: 100%;
}
span.form-control ,
div.form-control {
	height:auto;
	min-height:34px;
}

/* INICIO Estilos Maquetacion */

/* INICIO Estilos Cabecera */
#cabecera .navbar-brand {
	height:auto;
}
/* FIN Estilos Cabecera */

/* INICIO Estilos Cuerpo */
@media (min-width:800px) {
	#cuerpo {
		min-height:560px;
	}
}
/* FIN Estilos Cuerpo */

/* INICIO Estilos Pie */
/* FIN Estilos Pie */

/* INICIO Estilos Menu Superior */
#menu-superior li{
	text-transform: uppercase;
	font-size: 16px;
	color: #4f504f;
}
#menu-superior a:hover{
	border-bottom: 3px solid #48b8ac;
	color: #48b8ac;
}
.menu{
	margin-top: 20px;
}
.active a{
	border-bottom: 3px solid #48b8ac;
	color: #48b8ac !important; 
	background: transparent !important;
}
/* FIN Estilos Menu Superior */

/* INICIO Estilos Tabla Lineas */
.tabla-lineas-contenedor {
	margin:0 -15px 20px -15px;
}
table.tabla-lineas {
	width:100%;
/*	margin:20px auto;*/
}
table.tabla-lineas .linea-inicial {
	display:none;
}
table.tabla-lineas tr.linea-bloqueada td {
	position:relative;
	background-color:#bfffbf;
}
table.tabla-lineas tr.linea-bloqueada td:before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom::0;
	width:100%;
	height:100%;
}
table.tabla-lineas tr.linea-bloqueada td.tabla-lineas-acciones:before {
	display:none;
}
table.tabla-lineas th ,
table.tabla-lineas td {
	padding:10px;
	vertical-align:middle;
}
table.tabla-lineas th:first-child ,
table.tabla-lineas td:first-child {
	padding-left:15px;
}
table.tabla-lineas th:last-child ,
table.tabla-lineas td:last-child {
	padding-right:15px;
}
table.tabla-lineas{
	border-top:1px solid #000000;
}
table.tabla-lineas ,
table.tabla-lineas th {
	border-bottom:1px solid #000000;
}
table.tabla-lineas .tabla-lineas-acciones {
	width:60px;
	min-width:60px;
}
table.tabla-lineas .tabla-lineas-fecha {
	width:220px;
	min-width:220px;
}
table.tabla-lineas .tabla-lineas-cantidad {
	width:100px;
	min-width:100px;
}
table.tabla-lineas .tabla-lineas-precio-unitario ,
table.tabla-lineas .tabla-lineas-precio-total {
	width:130px;
	min-width:130px;
}

@media (max-width:480px) {
	.selector-estado {
		display:block;
		clear:both;
		width:100%;
		margin:5px auto !important;
	}
}
.selector-estado[data-id-estado] ,
.estado {
	color:#000000 !important;
}
.selector-estado[data-id-estado=""] ,
.selector-estado option[value=""] {
	background-color:#ffffff !important;
}
.selector-estado[data-id-estado="0"] ,
.selector-estado option[value="0"] {
	background-color:#FFCCCC !important;
}
.selector-estado[data-id-estado="1"] ,
.selector-estado option[value="1"] {
	background-color:#F9F9D9 !important;
}
.selector-estado[data-id-estado="2"] ,
.selector-estado option[value="2"] {
	background-color:#BFFFBF !important;
}

/* FIN Estilos Tabla Productos */

/* INICIO Estilos Ventana Estudio (Modal) */
.ventana-parte-trabajo .modal-dialog {
	width:800px;
}
/* FIN Estilos Ventana Estudio (Modal) */

tr.linea-warning td {
	background-color:#FCF8E3 !important;
	border-color:#faebcc;
}
tr.linea-warning td .glyphicon-warning-sign {
	color:#8a6d3b;
	margin-left:10px;
	cursor:default;
}

.form-control[readonly] {
	background-color:#f0f0f0;
}
tbody.linea{
	border-bottom: 1px inset #ccc;
}
.tabla-lineas-pedido input,.tabla-lineas-entregado input{
	width: 70px;
}
.botones{
	position: absolute;
	top: 10px;
}
.tabla-lineas-titulo .select2,.tabla-lineas-colegio .select2{
	width: auto !important;
}
.tabla-lineas-acciones{
	vertical-align: top !important;
}
.tabla-lineas-observaciones textarea,.tabla-lineas-libros-utilizan textarea{
	resize: none;
}
table td.tabla-lineas-hora-inicio,table td.tabla-lineas-hora-fin{
	vertical-align: top;
}
.btn-duplicar{
	display: block;
	margin-top: 20px;
}


/* INICIO Botones colores */

.btn-cancelar {
	background-color:#E8000080;
}

/* FIN Botones colores */

/* INICIO Paginador */

.pagination .active a,.pagination .active a:focus{
	border-color: #aa4b35 !important;
}
.pagination .page-next a,.pagination .page-pre a,.pagination .page-number a{
	color: #aa4b35;
}

/* Fin Paginador */
