#app {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
	/*height: 75em;*/
}

#container {
	width: 95%;
	margin: 0 auto;
}

input[type=radio] {
	margin: 5px 5px 5px 5px;
}

label {
	font-weight: bold;
	width: 100%;
}

#blockLogin {
	width: 30%;
	margin: 5% auto;
}

.buttonLogin {
	margin-top: 15px;
}

.trashIcon {
	width: 20px;
	float: right;
	font-size: 1.3em;
	padding-bottom: 7px;
	padding-right: 10px;
}

.flagIcon {
	width: 20px;
	float: right;
	font-size: 1.3em;
}

.removeIcon {
	width: 20px;
	float: right;
	font-size: 1.3em;
	padding-bottom: 7px;
	padding-right: 10px;
	color: red;
}

.okIcon {
	width: 20px;
	float: right;
	font-size: 1.3em;
	padding-bottom: 7px;
	padding-right: 10px;
}

.bg-titulo {
	color: #fff;
	background-color: #7eb301;
	font-weight: bold;
}

.pddTop6 {
	padding-top: 6px;
}

.editIcon {
	width: 20px;
	float: right;
	font-size: 1.3em;
	padding-bottom: 5px;
	color: Black;
}

.editIcon:hover {
	font-size: 1.5em;
}

.checkMargin {
	margin-left: 7px;
}

.selectPlantilla {
	width: 34%;
	display: inline;
}

.hidden {
	visibility: hidden;
}

.dspNone {
	display: none;
}

.page-header {
	margin-top: 0px;
	padding-top: 0px;
}

.breadcrumb {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.form-control {
	height: 31px;
}

.fontNegrita {
	font-weight: bold;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.cl {
	clear: left;
}

.cr {
	clear: right
}

.widthAll {
	width: 100%;
}

.heightAll {
	height: 100%;
}

.center {
	text-align: center;
}

.row-mtop {
	margin-top: 15px;
}

.placeholder {
	color: #999;
}

.fechaInput {
	background-color: white !important;
	cursor: pointer !important;
	width: 90%;
	float: left;
}

.ui-datepicker-trigger {
	float: right;
}

.ui-datepicker-trigger:hover {
	float: right;
	cursor: pointer !important;
}

.fechaInput[disabled],.fechaInput[readonly] {
	background-color: white !important;
	cursor: text !important;
}

.tableMtop {
	margin-top: 30px;
}

.even-row {
	
}

.odd-row {
	background-color: #d1d5d8;
}

.mrgLft5 {
	margin-left: 5px !important;
}

.mrgLft10 {
	margin-left: 10px !important;
}

.mrgLft15 {
	margin-left: 15px !important;
}

.mrgRgt15 {
	margin-right: 15px !important;
}

.mrgRgt20 {
	margin-right: 20px !important;
}

.pddRgt20 {
	padding-right: 20;
}

.mrgTop25 {
	margin-top: 25px;
}

.mrgTop5 {
	margin-top: 5px;
}

.mgrBtm8 {
	margin-bottom: 8px;
}

.mgrBtm23 {
	margin-bottom: 23px;
}

/*
	.nav .navbar-nav:hover{
		color:#cefd62;
	}*/
.pagination {
	margin: 5px 0 5px 0;
}

.pagination ul {
	display: inline-block;
	*display: inline;
	margin-bottom: 0;
	margin-left: 0;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	*zoom: 1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.pagination ul>li>a,.pagination ul>li>span {
	float: left;
	padding: 0px 6px;
	line-height: 20px;
	text-decoration: none;
	background-color: #ffffff;
	border: none;
	border-left-width: 0;
}

.row-mtopContacto {
	margin-top: 15px;
	margin-bottom: 15px;
}

.row-mltop {
	margin-top: 50px;
}

.rowTipoEmpresa {
	height: auto;
}

.rowTipo {
	height: auto;
}

.confSign {
	font-size: 6em;
	color: #FFEA00;
}

/* Sub menu*/
/* Generado por Herramientas de desarrollo F12. Es posible que esta no sea una representación precisa del archivo de origen original */
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	border-radius: 0px 6px 6px;
	left: 100%;
	top: 0px;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a::after {
	border-width: 5px 0px 5px 5px;
	border-style: solid;
	border-color: transparent transparent transparent rgb(204, 204, 204);
	width: 0px;
	height: 0px;
	margin-top: 5px;
	margin-right: -10px;
	float: right;
	display: block;
	content: " ";
}

.dropdown-submenu:hover>a::after {
	border-left-color: rgb(255, 255, 255);
}

.pull-left.dropdown-submenu {
	float: none;
}

.pull-left.dropdown-submenu>.dropdown-menu {
	border-radius: 6px 0px 6px 6px;
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
}

/* Estilos del los bordes de los div de consultas*/
.bordeDivConsulta {
	border: 2px solid black;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	border-radius: 20px;
	margin-bottom: 20px;
}

/* Estilos del los bordes de los div de Alta*/
.bordeDivConsulta1 {
	border: 2px solid black;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	border-radius: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
}

.placeholder{
	color: #999;
}

.excSign{
	font-size:6em;
	color:red;
}

.rojo{
	color: red;
	font-size: 0.85em;
}

.textoAzul{
	color: blue;
}

.jsonRequest{
	
}

.iconBlack{
	color:black;
	font-size:1.5em;
}

.btn-primary-aena, .btn-primary-aena:hover, .btn-primary-aena:focus {
	background-color: #1a2732;
	border-color: #1a2732;
	color: white !important;
}

.btn-success-aena, .btn-success-aena:hover, .btn-success-aena:focus {
	background-color: #7eb301;
	border-color: #7eb301;
	color: white !important;
}

.btn-default-aena, .btn-default-aena:hover, .btn-default-aena:focus {
	background-color: #d1d5d8;
}

hr{
	border-color: #1a2732;
}

body{
	background-color: #e9edf0;
	font-size: 0.8rem;
}

.bg-titulo-dark{
	background-color: #1a2732;
	color: #fff;
	font-weight: bold;
}

.btn-link-aena, .btn-link-aena:hover, .btn-link-aena:focus, .btn-link-aena:active{
	color: #1a2732 !important;
	border-color: transparent;
	background-color: transparent;
	box-shadow: none;
	border-radius: 0;
	cursor: pointer;
	font-weight: normal;
}

.no-border{
	border-top: 0px !important;
}

.iconGreenAena{
	color: #7eb301;
	font-size: 1.5em;
}

.iconGreenAena-big{
	color: #7eb301;
	font-size: 4em;
}

.iconGreenAena-small{
	color: #7eb301;
	font-size: 1.1em;
}
