@import url('main.css');
@import url('../../plugins/perfect-scrollbar/perfect-scrollbar.css');
@import url('structure.css');
/*
    Importing highlight.js CSS code 

    Just for demo purpose only
	
	@Note:-  monokai-sublime.css stylesheet is for highliting the code;

*/
@import '../../plugins/highlight/styles/monokai-sublime.css';

/* desde aqui */

.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  height: 100%;
  direction: ltr;
  cursor: pointer;
}

.fileinput {
  margin-bottom: 9px;
  display: inline-block;
}

.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}

.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}

.fileinput .thumbnail > img {
  max-height: 100%;
}

.fileinput .btn {
  vertical-align: middle;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

.fileinput-inline .fileinput-controls {
  display: inline;
}

.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}

.form-control .fileinput-filename {
  vertical-align: bottom;
}

.fileinput-new .input-group .btn-file {
  border-radius: 0 0 0 0;
}

.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 0 0 0;
}

.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 0 0 0;
}

.form-group.has-warning .fileinput .fileinput-preview {
  color: #8a6d3b;
}

.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc;
}

.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442;
}

.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1;
}

.form-group.has-success .fileinput .fileinput-preview {
  color: #3c763d;
}


.form-login h2.form-login-heading {
  margin: 0;
  padding: 25px 20px;
  text-align: center;
  border-radius: 5px 5px 0 0;

  -webkit-border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  background-color: #0D89F1;
}

@media handheld, only screen and (max-width: 767px) {
.search_and_share{
display:none;
}
}

@media only screen and (max-width: 1023px) {
.search_and_share{
display:inline-block;
}
}

.form-control-feedback {
  position: absolute;
  left: 14px;
  top: 39px;
  pointer-events: none;
}

/*.form-control {
  padding-left: 20px!important;
}*/

.hour {
  font-size: 18px;
  color:#666666;
  font-weight:bold;
}

.symbol.required:before {
  font-size: 18px;
  content: "*";
  display: inline;
  color: #990000;
}

     
.error{
    font-size: 14px;
    display: block;
    color:#990000;
}

.mayuscula{text-transform:uppercase;}

#di {
     overflow:scroll;
     scrollbar-width: thin;
     white-space: nowrap;
     height:100px;
     /*width:900px;*/
}

#div {
  overflow: scroll;
  scrollbar-width: thin;
  white-space: nowrap;
  height:200px;
}

#div1 {
  overflow-x: scroll;
  overflow-y: scroll;
  scrollbar-width: thin;
  white-space: nowrap;
  height:300px;
}

#div2 {
  overflow-x: scroll;
  overflow-y: scroll;
  scrollbar-width: thin;
  white-space: nowrap;
  height:400px;
}

#div3 {
  overflow-x: scroll;
  overflow-y: scroll;
  scrollbar-width: thin;
  white-space: nowrap;
  height:500px;
}

#div4 {
  overflow-x: scroll;
  overflow-y: scroll;
  scrollbar-width: thin;
  white-space: nowrap;
  height:600px;
}

#div5 {
  overflow-x: scroll;
  overflow-y: scroll;
  scrollbar-width: thin;
  white-space: nowrap;
  height:800px;
}


.campo {
    position: relative;
}

.campo span {
    position: absolute;
    right: 5px;
    top: 36px;
    cursor: pointer;
    padding: 2px 10px;
    color: #2cabe3;
    background-color: transparent;
}


.campo2 {
    position: relative;
}

.campo2 span {
    position: absolute;
    right: 5px;
    top: 36px;
    cursor: pointer;
    padding: 2px 10px;
    color: #2cabe3;
    background-color: transparent;
}

.bold {
  color:#0b1379;
  font-weight:bold;
}
/* === PRESTAMISTA: fondo global dashboard (mismo degradado del login) === */
body, .main-container, .layout-px-spacing {
  background: linear-gradient(180deg, #0A2436 0%, #123B53 50%, #C24A14 100%) !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* Contenido legible encima del degradado */
.widget, .card, .content-area, .table {
  background: rgba(255, 255, 255, 0.95) !important;
  border: none !important;
  border-radius: 10px !important;
}
/* === PRESTAMISTA · Botones & Enlaces =============================== */
/* Paleta base */
:root {
  --p-azul: #123B53;         /* azul del degradado */
  --p-azul-osc: #0A2436;
  --p-naranja: #FF6600;      /* principal */
  --p-naranja-h: #e05500;    /* hover */
  --p-texto: #ffffff;
  --p-contraste: #0f172a;    /* para texto oscuro si hace falta */
}

/* Botón primario */
.btn-primary {
  background: var(--p-naranja) !important;
  border-color: var(--p-naranja) !important;
  color: #fff !important;
  box-shadow: none !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: var(--p-naranja-h) !important;
  border-color: var(--p-naranja-h) !important;
  color: #fff !important;
}
.btn-primary:disabled,
.btn-primary.disabled {
  background: #ff914d !important;
  border-color: #ff914d !important;
  opacity: .75;
}

/* Botón secundario → azul */
.btn-secondary {
  background: var(--p-azul) !important;
  border-color: var(--p-azul) !important;
  color: #fff !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: #0f3146 !important;
  border-color: #0f3146 !important;
}

/* Botones outline */
.btn-outline-primary {
  color: var(--p-naranja) !important;
  border-color: var(--p-naranja) !important;
  background: transparent !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
  color: #fff !important;
  background: var(--p-naranja) !important;
  border-color: var(--p-naranja) !important;
}

.btn-outline-secondary {
  color: var(--p-azul) !important;
  border-color: var(--p-azul) !important;
  background: transparent !important;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  color: #fff !important;
  background: var(--p-azul) !important;
  border-color: var(--p-azul) !important;
}

/* Estados de foco accesibles */
.btn:focus, .btn:focus-visible, .page-link:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(255,102,0,.35) !important; /* halo naranja */
}

/* Enlaces generales */
a, .table a, .nav-link {
  color: #000000 !important;             /* negro por defecto */
  text-decoration: none !important;
}
a:hover, .table a:hover, .nav-link:hover {
  color: var(--p-naranja) !important;    /* resalta en naranja */
}



/* Sidebar / menú activo (si aplica) */
.sidebar-wrapper .menu-categories li a.active,
.sidebar-wrapper .menu-categories li a[aria-current="page"] {
  background: rgba(255,102,0,.18) !important;
  border-left: 3px solid var(--p-naranja) !important;
  color: var(--p-naranja) !important;
}

/* Paginación */
.page-item.active .page-link {
  background: var(--p-naranja) !important;
  border-color: var(--p-naranja) !important;
}
.page-link {
  color: var(--p-naranja) !important;
  border-color: rgba(255,255,255,.25) !important;
  background: rgba(255,255,255,.05) !important;
}
.page-link:hover {
  background: rgba(255,102,0,.18) !important;
}

/* Badges (por si hay) */
.badge-primary { background: var(--p-naranja) !important; }
.badge-secondary { background: var(--p-azul) !important; }

/* Iconos (Feather/Lineicons/etc.) en botones/enlaces */
.btn i, .nav-link i, .table a i { color: currentColor !important; }
