body {
    font-family: Trebuchet MS !important;
	color: #004494;	
}
body .devMode{
	display: none;
}
.middleContent{
	margin-top:95px;
}
label.pholder{
	color: #999;    
}
body .form-control.login-field {	
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;  
}
body .form-floating input{
	height: 50px !important;
}
body button.icobutton i{
	margin-right:10px;
}
/* new tooltips */
.tooltip-inner {
    max-width: none;
    white-space: nowrap;
    background:#fff ;
    border:1px solid lightgray;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
  color:#004494;
  margin:0;
  padding:10px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: lightgray; /* black */
  border-width: 0 5px 5px;
}
/* end tooltips */
.loggedItem{
	display: none;
}
.selectable {
    -webkit-user-select: all;
    -ms-user-select: element;
    -khtml-user-select: all;
    -moz-user-select: all;
    -o-user-select: all;
    user-select: all;
	cursor: copy;
}
.noselect {
    -webkit-user-select: none;   
    user-select: none;
}
.login-icon{
	width: 45px;   
    color: #80d0f7;
    background: #fff;
    font-size: 22px;
}
.login-links{
	width:100%;
	text-align: center;
	color: #4A5240;
}
.login-form a{
	color: #f18701;
	text-decoration: none;
}
.login-form a:hover{
	color: #80D0F7;	
}
.modal-header{
	background: #fff  ;
	color: #004494;
}
.modal-footer{
	background: #fff;
	border-top:0;
}
.infoContainerGen{	
	color: #4A5240;
}
.formsContainer{
	background: #f6fcfe;	
}
.forms-subsection{
	font-weight: bold;
	text-transform: uppercase;
}
.forms-subsection i{
	margin-right:10px;
}
.line-top{
	border-top: 1px solid #003776;
}
/*sizes*/
.size-1{
	width:100px;
}
/* titles with line */
h1 {
    overflow: hidden;
    text-align: center;
	color: #004494;
}
h2.subsectionName {
    overflow: hidden;
    text-align: left;
    color: #004494;
    font-size: 24px;
}
h2.subsectionName i{
	width: 25px;   
    font-size: 20px;
    text-align: center;
}
h1:before,
h1:after {
    background-color: #004494 ;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
h1:before {
    right: 0.5em;
    margin-left: -50%;
}
h1:after {
    left: 0.5em;
    margin-right: -50%;
}
h5{
	font-size:14px;
	font-weight: bold;
}

/* end titles with line */
/*MSGS*/
#appMsg{
    margin-top: 100px;
	min-width: 250px;
    max-width: 500px;
    z-index: 1;
}
#appMsg i.msgIcon{
	margin-right: 15px;
	font-size: 21px;
}
#appMsg i.msgClose{    
    font-size: 24px;  
    margin-top: 15px;
    margin-right: 15px;
    color: #4a5240;   
	cursor: pointer;
}
#appMsgTitle{
	font-weight: bold;
}
#appMsgText{
    margin-right: 20px;
    width: 100%;
    display: block;
    border-top: 1px solid;
    margin-top: 5px;
	padding-top: 8px;
	font-size: 13px;
}
.noCoincidences{
    font-size: 14px;
    height: 50px;
    padding-top: 15px !important;
}
/*end msgs*/
/* sugerencias input */
.suggestions-list {
	display: none;
    list-style: none;
    padding: 0;     
    border: 1px solid #d3d3d3;
    position: absolute;
    background: #fff;
    z-index: 1;
    max-height: 200px;
    overflow-y: auto;     
    font-size: 12px;  
    width:100%;  
  }
.suggestions-list li strong{
	color:#000;
}  
.suggestions-list li {
    padding: 8px;
    cursor: pointer;
    color:#464b4c;
}
.suggestions-list li:hover {
    background: #e1eff8;
}
.textoResaltado {
    background-color: #FFF176;
    font-weight: bold;    
}
.loadDiv{   
    width: 40px;
    height: 40px;   
    position: absolute;
    top: 5px;
    right: 5px;
}

/*buttons*/
body .btn-primary{
	background: #004494;
	border: 1px solid #004494;
}
body .btn-primary:active, body .btn-primary:visited, body .btn-primary:focus{
    background: #003776;
}
body .btn-primary:hover{
	background: #003776;
	border: 1px solid #003776;
}

body .btn-secondary{
	background: #fff;
	border: 1px solid #004494;
	color: #004494;
}
body .btn-secondary:active, body .btn-secondary:visited, body .btn-secondary:focus{
	background: #fff;
	color: #004494;
}
body .btn-secondary:hover{
	background: #f7f7f7;
	border: 1px solid #004494;
	color: #004494;
}

body .form-check-input:checked {
    background-color: #F18701;
    border-color: #F18701;
}
.form-check-input:focus {
    border-color: #F18701;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(241 135 1 / 25%);
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #F18701;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(241 135 1 / 25%);
}
.form-select:focus {
    border-color: #F18701;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(241 135 1 / 25%);
}
.btn-check:focus+.btn-primary, .btn-primary:focus {    
    border-color: #80D0F7;
    box-shadow: 0 0 0 0.25rem rgb(128,208,247 / 25%); outline: 0;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(128,208,247 / 25%); outline: 0;
}
/*end buttons*/
/*colors*/
.col-amarillo{
	color: #F9C80E;
}
.col-azul{
	color: #004494;
}
.col-azulin{
	color: #80d0f7;
}
.col-gristext{
	color: #4a5240;
}
.bg-azulclaro{
	background: #f6fcfe;
}
/*end colors*/
/* HEADER */
header {
    padding: 10px;
    display: inline-block;
    width: 100%;  
    min-width: 550px;
    min-height: 93px;	
}

body div.logosHeader, body div.logosHeader a {
	float: left;
	background: #fff;
	padding: 0;
	margin: 0px 0px 0px 0px;
	height: 72px;
	border-radius: 3px;
}

body div.logosHeader a img:hover, .effectOverAlpha:hover {
	opacity: 0.6;
}

img.logoAemps {
	width: 178px;
	margin-top: 11px;
}
div.appLogo{
	float: left;
	margin-left: 30px;
	margin-top: 14px;
}
div.top_links a{
	margin-left:20px;
	font-size: 14px;
	color: #004494;
	text-decoration: none;
	padding-bottom: 2px;
}
div.top_links a:hover{		
	border-bottom: 2px solid #80D0F7;
}
/* end HEADER*/
/* menu lateral*/
.menuLateral .sticky-top{
	top:95px;
}
.menuLateral{	
    border-right: 1px solid #f18701;
}
.menuLateral .accordion-body {    
    padding: 0px 0px 10px 20px;
}

.menuLateral label{
	font-size: 12px;
	color: #4A5240;
	cursor:pointer;
}
.menuLateral label:hover{	
	color: #000;
	cursor:pointer;
}
.menuLateral .list-group-item{
	padding: 0px 0px 0px 20px;
}
fieldset[disabled] .accordion-button, fieldset[disabled] .accordion-button:hover{color:#d3d3d3;}
fieldset[disabled] .accordion-button::after{display: none;}
.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23003776'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.accordion-button{   
	color: #004494;
	font-size: 14px;
	text-transform:uppercase;
}
.accordion-button:hover{   
	color: #80D0F7;	
}
.accordion-button:not(.collapsed){
    box-shadow: none;
	color: #004494;
    background-color: #fff;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}
.accordion-item {   
    border:0;
}
/*end menu lateral*/
/*menu top*/
.menuTop{	
	font-size:14px;
}
.menuTop input, #buscadorTop input{
	font-size:12px;
	width :110px !important;
}
.menuTop button, #buscadorTop button{
	font-size:12px;
}
.menuTop a{
	color: #004494;
	cursor: pointer;
}
.menuTop a:hover{
	color: #80D0F7;
	background: #fff;
}
.menuTop ul li:hover{
	background: #fff;
}
#topAccess a{
	color: #004494;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
}
#topAccess a:hover{
	color: #80D0F7;
}
/*end menu top*/
/* FOOTER */
footer{
    width: 100%;   
	color: #fff;
	background: #004494;
	font-size:12px;
}	
footer .copy{
	font-size: 11px;
	background: #003776;
}	
footer .version{
	font-size: 11px;
	color: #F9C80E;	
}
footer .footlink{
	text-decoration: none;
}	
footer a.footlink:hover{
	color: #f9c80e !important;
}
footer i{
	font-size: 16px !important;
	margin-right:10px;
	color: #f9c80e
}

/* end FOOTER*/

/* Cookie msg */
.cookie-banner {
	display: none;
    position: fixed;
    bottom: 50px;
    left: 30px;
	width: 510px;
    background: rgba(0, 30, 80, 0.8);
    color: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 1000;
    font-size: 14px;   
    transform: translateY(500px);
    transition: transform 2s ease;
    cursor: default;
  }
.cookie-banner a {
    color: #F9C80E; 
    text-decoration: underline;
    transition: all 0.3s ease;
}
.cookie-banner a:hover {
    color: #F18701;   
}
.cookie-btn-wrapper {
    text-align: center;   
}
.cookie-btn {
    width: 30%;   
    padding: 8px 12px;
    background-color: #F9C80E;
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    color: #464b4c;
    font-weight: bold;
    transition: all 0.3s ease;
}
.cookie-btn:hover {
    background-color: #F18701;
    color: #000;
}
.cookie-close {
	cursor:pointer;
	margin-right: 30px;
}

/* end cookie */
/* Error pages */
.errortype{
	color: #c62c45;
}
body.errorPages{
	background-image: url(../images/fondo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.app-message-panel {
	text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    color: #004494;
    padding: 20px 60px;
    border-left: 10px solid #c62c45;   
    max-width: 620px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
    min-width: 360px;    
}
.app-msg-title {
    margin: 20px 0 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #788184;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.app-msg-text {
    font-size: 18px;
    line-height: 1.4;
    color: #464b4c;
}

.app-msg-button{
	background: #fff;
	color: #464b4c !important;
	text-decoration: none;
	font-family: "latoregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
    border-radius: 30px;
    border: 1px solid #464b4c;
    width: 150px;
    margin: 15px 0px 15px 0px;
    padding: 5px;
}
.app-msg-button:hover{
	background: #f7f7f7;	
}
/* end errors */
/* media */
@media (max-width: 768px) {
	.menuLateral{
		border-right: 0;
		height:auto;
		border-bottom:1px solid #F18701;
		margin-bottom:20px;
		padding-bottom:15px;
		min-height:auto;
	}
}