@CHARSET "UTF-8";

/****************************************/
/**************ERRORES  ****************/
/***************************************/
.ui-widget-content.alert-error {
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-error>div {
	color: #721c24;
}

.alert-error>div:before {
	content: "\f057";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	margin-right: 10px;
}

/****************************************/
/**************OTROS  ****************/
/***************************************/
.flexPanel {
	display: flex;
	display: table\9;
}

.flexPanelJustify {
	display: flex;
	justify-content: space-between;
}

.flexPanelVertical {
	display: flex;
	flex-direction: column;
}

.atlas-msgs .tablaMessages {
	text-align: left;
	border-collapse: collapse;
	/*border: #D6D6D6 1px solid;*/
	padding: 0px;
	line-height: 2em;
}

.atlas-msgs .stackTrace {
	width: 99%;
	min-height: 400px;
	font-family: monospace !important;
	font-size: 1.2em;
}

.atlas-msgs .detailsContainer {
	line-height: 2em;
}

.atlas-msgs .detailsContainer a {
	padding-left: 20px;
	cursor: pointer;
}

.atlas-msgs .detailsContainer a span {
	color: #8096c0;
	font-weight: bold;
}

.atlas-msgs .titleMessages {
	background: #8096C0;
	margin: 0px;
	padding: 6px 10px;
	color: white;
	text-shadow: none;
	font-size: 1em;
	font-weight: bold;
	border-radius: 3px;
}

.atlas-msgs .titleMessages img {
	width: 20px;
	height: 20px;
	padding-top: 2px;
}

.atlas-msgs .titleMessages .text {
	padding-left: 10px;
	color: inherit;
	font-weight: inherit;
}

.atlas-msgs .panelTexto {
	padding: 10px 0px 0px 10px;
	display: inline-block\9;
	width: 82%;
	line-height: 1.5em;
	box-sizing: border-box;
}

.atlas-msgs .panelTexto.justificar {
	text-align: justify;
}

.atlas-msgs .panelImg {
	padding: 5px 0px 0px 5px;
}

.errorLogin {
	font-size: 1.2em;
}

.errorLogin a {
	color: #9E1519;
	text-decoration: underline;
}

.mensaje-error-400 {
	padding: 1em 3em;
}

.form-atlas .boton-descarga {
	text-decoration: none;
	padding: 3px 7px 1px 7px;
	border-radius: 0.4em;
}

.form-atlas .boton-descarga:HOVER {
	box-shadow: 0 0 3px #85b2cb, inset 0 1px 0 #fff;
}

.form-atlas textarea.atlas-clob {
	width: 80%;
	height: 80px;
}

.form-atlas .formulario-popup {
	max-width: 70%;
}

/** IE 10 */
@media all and (-ms-high-contrast: none) , ( -ms-high-contrast : active)
	{
	.flexPanel {
		display: flex;
	}
}

.img-class {
	width: 32px;
	padding: 10px 5px;
}

.atlas-msg {
	padding: 5px;
}

.atlas-numdoc select {
	height: 1.5em;
	border-radius: 3px;
	width: auto;
}

.atlas-numdoc .inputnumdoc {
	text-transform: uppercase;
}

.ui-g-1, .ui-g-2, .ui-g-3, .ui-g-4, .ui-g-5, .ui-g-6, .ui-g-7, .ui-g-8,
	.ui-g-9, .ui-g-10, .ui-g-11, .ui-g-12 {
	padding: .3em
}

@media screen and (max-width: 991px) {
	.ui-sm-1, .ui-sm-2, .ui-sm-3, .ui-sm-4, .ui-sm-5, .ui-sm-6, .ui-sm-7,
		.ui-sm-8, .ui-sm-9, .ui-sm-10, .ui-sm-11, .ui-sm-12 {
		padding: .3em
	}
}

@media screen and (min-width: 481px) {
	.ui-md-1,.ui-md-2,.ui-md-3,.ui-md-4,.ui-md-5,.ui-md-6,.ui-md-7,.ui-md-8,.ui-md-9,.ui-md-10,.ui-md-11,.ui-md-12 {
        padding:.3em
    }
}

@media screen and (min-width: 992px) {
	.ui-lg-1,.ui-lg-2,.ui-lg-3,.ui-lg-4,.ui-lg-5,.ui-lg-6,.ui-lg-7,.ui-lg-8,.ui-lg-9,.ui-lg-10,.ui-lg-11,.ui-lg-12 {
        padding:.3em
    }
}

@media screen and (min-width: 1200px) {
	.ui-xl-1,.ui-xl-2,.ui-xl-3,.ui-xl-4,.ui-xl-5,.ui-xl-6,.ui-xl-7,.ui-xl-8,.ui-xl-9,.ui-xl-10,.ui-xl-11,.ui-xl-12 {
        padding:.3em
    }
}

/** Para los iconos fontawesome */
.separador {
	color: #8096C0;
}

.separador .far::before {
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	font-size: 1.3em;
	margin-top: 3px;
}

.separador .fa-chevron-circle-right::before {
	padding-left: 8px;
}