@charset "utf-8";
/* CSS Document */

/*
font-family: 'Montserrat', sans-serif;  TITULOS
font-family: 'PT Sans', sans-serif;  SUB TITULOS
font-family: 'Titillium Web', sans-serif;  PARRAFOS

*/

/*  LOGIN MODULE STYLE  */


.logo-login-content {
	width: 100%;
 	display: flex;
    justify-content: center;
    align-items: center;
}


.logo-login {
	width: 150px;
	margin: 40px;
}


.box-usuario-login {
	color: #1C273B;
	position: absolute;
	right: 150px;
	padding: 2%;
	/*margin: 10px;*/
}

.container-main {
	width: 100%;
	margin-left: 5%;
}


/*  BUSQUEDA MODULE STYLE  */


.campo-filtro, .listado-form button {
	border-width: thin;
	border-radius: 3px;
	border-color: #5a6268;
	margin: 10px;
	height: 30px;
}

.pagination {
	font-size: large;
}

.pagination span {
	padding: 5px;
}

.labels-form {
	color: #5a6268;
	margin-top: 10px;
	margin-right: 20px;
}


.date-class {
	color: #5a6268;
	margin-left: 40%;
	margin-top: -5%;
	margin-bottom: 5px;
	border-color: #5a6268;
}

.labels-form-choice {
	color: #5a6268;
	margin-top: 10px;
	margin-right: 40px;
}

.modul-name {
	margin-top: 15px;
	display: block;
}

/** ######### FORMULARIOS ######### */

.formulario-files {
	margin-top: 50px;
	margin-left: 20%;
	width: 60%;
	border-style: solid;
	padding: 10px;
	border-width: 1px;
	border-color: #0c5460;
	box-shadow: 0 0px 9px rgba(0,0,0,.6);
	color: #5a6268;
}


.formulario-files label, .form-alta-manual label {
	width: 200px;
	text-align: right;
	margin: 10px;
}

.formulario-files input, .form-alta-manual input,  .form-alta-manual select{
	padding: 5px;
	position: absolute;
	margin-right: 400px;
	margin-top: 5px;
}


.btn-submit{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30%;
	width: 250px;
}



.form-adjuntar {
	margin: auto;
	width: 40%;
	border-style: solid;
	padding: 10px;
	border-width: 1px;
	border-color: #ddd;
	box-shadow: 0 0px 9px rgba(0,0,0,.6);
	color: #5a6268;
}


.form-adjuntar > form > div {
	margin: 25px;
}

.form-adjuntar > form > div > select, .form-adjuntar > form > div > input {
	margin-left: 10px;
}

/** RESPUESTAS */

.resultado-proceso.aprobada {
	color: green;
}


.resultado-proceso.rechazada {
	color: red;
}


.fuente-general {
	font-size: 13px;
}


/*  BARRA SUPERIOR */

.barra-superior {
	width: 100%;
	height: 60px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	padding: 10px;
	box-shadow: 0 0px 9px rgba(0,0,0,.6);
	z-index: 1;
	position: fixed;
	top:0;

}


.barra-superior a{text-decoration: none!important;}

.nav-links{
	color: #aaa;
    padding: 20px;
	font-size: 150%;
}


.nav-links:hover{
	color:black;
}


.nav-links.active{
	color: #19a9e5;
	font-weight: 600;
}


.dropdown-custom{
    display: initial;
}


.footer-buttons{
	position: fixed;
	bottom: 0;
	background: white;
	box-shadow: 0 -3px 4px rgba(0,0,0,.3);
	width: 100%;
	padding: 10px;
	left: 0;
	z-index: 1;
}


.footer-buttons label {
	margin-left: 20px;
	cursor:pointer;
	letter-spacing: -.5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 600;
	color:#555;
}


.footer-buttons input{
	width: 20px;
	transform: scale(1.5) translateY(2px);
	cursor: pointer;
}


.footer-buttons-right{
	float: right;
}


#appbundle_archivos_documento1,
#appbundle_archivos_documento2,
#appbundle_archivos_archivo{
	width: 500px;
}


.msj-result {
	max-width: 555px;
	padding: 5px;
	background-color: #15b738;
	display: block;
	margin: 10px auto;
	font-size: 150%;
	color: white;
	border-radius: 5px;
	text-align: center;
}


.msj-result-error {
	max-width: 555px;
	padding: 5px;
	display: block;
	margin: 10px auto;
	font-size: 150%;
	color: white;
	border-radius: 5px;
	text-align: center;
	background-color:#d62d2d ;
}



.msj-result a {
	margin-left: 5px;
	color: #1c7430;
}

/*  HOME MODULE STYLE  */

.listado {
	margin: auto;
	text-align: center;
	border-radius: 10px;
}


.container-body {
	margin-top:70px;
	width: 95%;
 	display: flex;
    justify-content: space-between;
}


.menu-li {
	border-width: 0 0 2px 0;
}

/*  MENU STYLE  */

#home-link{
	float: right;
}

#log-out{
	position: absolute;
	right:0;
}


.listado-contenido {
	width: 100%;
	/*margin-top: 50px;*/
	display: block;
	/*height: 50px;*/
}


.link-alta-manual {
	text-align: right;
}

.listado-form {
	width: 100%;
	display: flex;
    justify-content: space-between;
	margin-bottom: 20px;
}


.listado-form > form > div{
	float:left;
	/*width: 50%;*/
}


.listado-form input{
	width: 100px;
}


.listado-form select{
	border: 1px solid #ddd;
	cursor: pointer;
	max-width: 250px;
}



/* .listado-form button{
	font-size: 150%;
	margin: 20px 0;
}*/

.listado-form input[type=checkbox]{
	width: 20px;
}

.form-control{
	margin-bottom: 15px;
	padding: 0;
}

form div{
	border: none !important;
}

.listado-form input, .form-control input{
	border: 1px solid #ddd;
	cursor: pointer;
	max-width: 150px;
}


.li-menu {
	cursor:pointer;
	height: 50px;
	padding: 10px;
	display: flex;
    align-items: center;
    margin: 1px;
    background-color: #1C273B;
 }


 .li-menu a {
	 font-size: 160%;
	 font-weight: 900;
	 color: white;
 	 text-decoration: none;
	 cursor:pointer;
	 width: 100%;
	 height: 100%;
 }


.li-menu:hover {
	background-color: #1E4052;
 }


 .formulario {
 	width: 100%;
 	display: flex;
    justify-content: center;
    align-items: center;
 }


 .CampoFormLogin {
 	width: 400px;
 }


.text {
	margin-right: 25px;
 }


table {
	  border: 1px solid #ccc;
	  border-collapse: collapse;
	  margin: 0;
	  padding: 0;
	  width: 100%;
	}


table tr {
	  background: #f8f8f8;
	  border: 1px solid #ddd;
	  padding: .35em;
	}


table th, table td {
	  padding: .625em;
	  text-align: center;
	}


table th {
	  font-size: .85em;
	  letter-spacing: .1em;
	  text-transform: uppercase;
	}


.form-busqueda {
	margin:100px;
}


.link-alta-manual {
	text-align: center;
	float: right;
	text-decoration: none;
}

.link-alta-manual:hover {
	color: #0b2e13;
}


.form-carga {
	margin:100px;
}


.custom-row{
	border-radius: 5px;
	margin: 0 20px 20px 0;
	border: 2px solid #ddd;
	padding: 20px;
	overflow-x: auto;
	display: none;
}

.custom-row.condicion-producto.aprobado { 	border: 2px solid #beb; }
.custom-row.condicion-producto.rechazado { 	border: 4px solid #ef0707; }
.custom-row.condicion-producto.revisar { 	border: 4px solid #19a9e5; }
.custom-row.condicion-producto.solicitar { 	border: 4px solid #1969b5; }


.custom-row-buttons{text-align: right;opacity: .5;float:right;display: flex;justify-content: center;}
.custom-row-buttons:hover{opacity: 1;}


.custom-row-buttons > *{display: block;    margin: 5px 0 0;}

.custom-row h4{margin-bottom: 20px;}

.custom-row h3{color:#efa707; 	font-weight: 600;}
.custom-row h3.aprobado{color: #0bd900;}
.custom-row h3.rechazado{color: #ef0707;}
.custom-row h3.revisar{color: #19a9e5;}
.custom-row h3.solicitar{color: #1969b5;}

/*.custom-row .custom-row-buttons .btn {color: white !important; font-weight: 600; margin-left: 5px;}*/
.btn {color: white !important; font-weight: 600; margin-left: 5px;}
.custom-row .custom-row-buttons .btn.aprobado, .aprobada, button.aprobado {background-color: #0bd900;}
.custom-row .custom-row-buttons .btn.rechazado, .btn.error, button.rechazado {background-color: #ef0707;}
.custom-row .custom-row-buttons .btn.revisar, .revision, button.revisar{background-color: #19a9e5;}
.custom-row .custom-row-buttons .btn.solicitar{background-color: #1969b5;}
.validada{background-color: #dd66dd;}
.preaprobada{background-color: #01ed00;}
.verificada{background-color: #01ed00;}
.rechazada {background-color: #ef0707;}




.custom-row h3 small{ float: right;    margin-top: 7px;   letter-spacing: -.8px;font-weight: 900;}

.custom-row h5{margin: 0;opacity: .5;}

.listado-actions a{
	text-align: left;
	display: block;
	text-decoration: none !important;
}

.btn.btn-pdf{
	font-size: 125%;
	letter-spacing: -.5px;
	font-weight: 600;
	background: linear-gradient(to top,#278f3e,#3cd35e);
	box-shadow: 0 3px 6px rgba(0,0,0,.3);
	border: none;
	transition: 0.2s;
}


.btn.btn-pdf:hover{
	box-shadow: 0 0 0;
	background: linear-gradient(to top,#278f3e,#407e4e);
}


.info-content{    float: left;
	width: calc(100% - 130px);}
.info-content .row > div{
	float:left;width: 50%;
}


.color-black{color:black!important;}
.info-content-datos{width:100%;}
.info-content-datos .custom-row{padding: 7px;}
.info-content-datos p{margin: 0;}


.politicamente-exp-ocultar, .compania-ocultar {
	display: none;
}

