/*@font-face{
	  font-family: 'Pluto Sans Light';
	  src: url('fonts/Pluto Sans Light.otf')	
}*/

html, body {
	height: 100%;
}

body {
	font-family: Georgia; /* "Pluto Sans Light", sans-serif*/
  font-size: 12px;
	margin: 0;
	padding: 0;
	width: 100%;
  padding-bottom: 70px;
}

.background-body {
  /*20241101 ggonzalez. Se agrego una clase para poner un fondo de pantalla*/
  background-image: url('/images/fondo.png'); 
  background-size: 50%; 
  background-position: center; 
  background-repeat: no-repeat;
}

.paddign-aling{
  padding-bottom: 5px;
  padding-left: 15px;  
}

.vertical-middle {
	vertical-align: middle;
}

.inline {
	display: inline-block;
}

.title {
	font-size: 60px;
}

.separatorOncae {
    border-left: 2px solid #DB473C;
    height: 100px;
    margin: 0px 10px;
	position: absolute;
	top: 5px;
}

.header{
  padding: 15px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.headerlogin{
  padding: 10px;
}

.header .gobierno{
    max-height: 70px;
}

.header .oncae{
	max-height: 50px;
}

.header .honducompras{
	padding-left: 10px;
	max-height: 80px;
}

.header .pacc{
    max-height: 70px;
}

.header .titulo{
    flex: 1;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.navbar {
    margin-bottom: 2px !important;
}


/* CAROUSEL*/
.carousel-wrapper{
	width: 100%;
    margin: auto;
}
.carousel-inner > .item > img, 
.carousel-inner > .item > a > img{
	width: 100%;
	min-height: 200px !important;
	max-height: 300px !important;
	margin: auto;
}

.wrapper-box {
    position: relative;
    padding: 45px 15px 15px;
    margin: 0 -15px 15px;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
}

.wrapper-box:after {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    content: "Avisos";
}

/* Oportunidades de negocio */

.wrapper-box-bo {
    position: relative;
    padding: 45px 15px 15px;
    margin: 0 -15px 15px;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
}
.wrapper-box-bo:after {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    content: "oportunidades de negocio";
}

.cart-bo{
	text-align: center;
	font-size: 50px;
}

/* Login */ 
.title-divider {
    border-color: #002B87 ;
    margin: 0px;
}

.wrapper-login {
  height: 100%;
  width: 100%;
  /*background: url("../images/bg-login.jpg");
  background-size: cover;*/
  max-width: 450px;
  margin: 20px auto;
  padding: 15px;
  box-sizing: border-box;
  z-index: 1;
}

.wrapper-login .box-login {
  background: rgba(255,255,255,0.92);
  max-width: 450px;
  position: absolute;
  top: 40%; 
  left: 50%;
  transform: translate(-50%,-50%);
  height: 70%;
  width: 50%;
}

.box-login {
            background-color: rgba(255, 255, 255, 0.95);
            padding: 20px 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }

.box-login img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto 20px auto;
        }

.wrapper-login .box-login .logo-container {
  padding: 20px;
}
.wrapper-login .form-container .submit {
  margin-top: 20px;
}

.box-inputs {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}

/* Footer*/
.site-footer{
	background-color: #002B87 ;
  color: #fff;
}

.bottom-footer{
	border-top: 1px solid #949699;
	margin-top: 10px;
	padding-top: 10px;
	color: #fff;
}
.footer-nav{
	text-align: right;
	list-style: none;
}
.footer-nav li{
	display: inline;
}
.footer-nav li:not(:first-child):before{
	content: '|';
	padding: 0px 10px;
}
.footer-nav a{
  font-size: 14px;
  font-weight: 700;
	color: #FFFFFF;
}
.footer-nav a:hover{
	color: #FFC000;
	text-decoration: none;
}

.navbar-toggle {
  position: absolute !important;
  right: 0px;
}

/*Home*/
.home-icon{
  font-size: 40px;
  text-decoration: none;
}

.thumbnail .caption.home {
  padding-top: 0px;
}

.thumbnail .caption .text {
  font-size: 18px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.no-margin{
  margin: 0px !important;
}

.npr{
  padding-right: 0px !important;
}

.pagination {
    margin-top: 0px !important;
    margin-bottom: 20px;
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    color: #777777 !important;
    background-color: #FFFFFF !important;
}

.pointer{
  cursor: pointer;
}
.help-block { 
  display: none; 
}
.form-group.has-error .help-block {
  display: block; 
}
.input-error{
  color: #a94442;
}
.ue-title{
  font-size: 18px;
  color: #05b1ff;
}
.header-divider{
  margin-top: 0px;
  margin-bottom: 5px;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;        /* Make inputs at least the height of their button counterpart*/
  .box-sizing(border-box); /* Makes inputs behave like true block-level elements*/
}

.padding-filter{
  padding-bottom: 5px;  
}

div.dataTables_wrapper div.dataTables_paginate{
  text-align: center !important;
}

.padding-x10{
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.cantidad-mercancias{
  min-width: 67px;
  max-width: 80px;
  text-align: center;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.tdUnidadMedida{
  max-width: 150px;
  min-width: 150px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.etapas{
  border: 0.5px;
  border-left-style: solid;
  border-right-style: solid;
}

.userInfoModal{
  padding-left: 30px;
  font-size: medium;
}

.userTitleModal{
  font-size: large;
}

.btn-action{
  min-width: 90px;
}

/* 
"BootStrap TreeView"
Bootstrap 3.3.0 Snippet by SeanWessell
*/
.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    color:#333;
    /*font-weight:700;*/
    position:relative
}

.tree li i{
    color:#369;
}

.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
    color:#333;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#333;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}
.elememtoOculto{
    display:none;
}

.equal {  
    display: -webkit-flex;
    display: flex;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


/* Estilo para el fondo oscuro de la ventana modal */
.modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
}

/* Contenido de la ventana modal */
.modal-content {
  background-color: #FFFFFF;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #949699;
  width: 80%;
  max-width: 750px;
  border-radius: 8px;
  position: relative;

}


/* Botón de cierre de la ventana modal */
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #aaa;
  font-size: 24px;
  cursor: pointer;
}

.close:hover {
  color: #000;
}

.close:focus {
  color: #000;
  text-decoration: none;
}

.notificacion-boton {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
}

.notificacion-boton .contador {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #DB473C;
  color: white;
  border-radius: 50%;
  padding: 4px 8px;
  font-size: 10px;
  display: none; /* Oculto si no hay notificaciones */
}

.notificacion-boton .fa-bell {
  color: #DB473C; /* Cambia a color según tus preferencias */
}

.notificacion-boton .glyphicon-bell{
  color: #DB473C; /* Cambia a color según tus preferencias */
}

.glyphicon-file{
  color: #002B87 ; /* Cambia a color según tus preferencias */
}

.fa-briefcase{
  color: #002B87 ; /* Cambia a color según tus preferencias */
}

.fa-sticky-note{
  color: #002B87 ; /* Cambia a color según tus preferencias */
}


.countdown {
  font-size: 36px;
  font-weight: bold;
  color: #DB473C;
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
}

.countdown-header {
  font-size: 24px;
  font-weight: bold;
  color: #DB473C;
  display: inline-block;
}

.countdown-footer {
  font-size: 14px;
  font-weight: bold;
  color: #DB473C;
  display: inline-block;
}