/* =============================================================
GENERAL STYLES
============================================================ */

/*
CON VISION DE FUTURO 2025
Azul: #08338F
Dorado: #877514
Amarillo: #C49E0D

Fondos:
Amarillo: #7F6E2A
Amarillo claro: #E7C381
Dorado: #7F6E2A
Dorado claro: #BCAF89
Azul: #114988
Azul claro: #7F8CC5
Azul secundario: #2590CE;
*/

/* @import url(https://fonts.googleapis.com/css?family=Roboto); /* FREE GOOGLE FONT */

body {
  font-family: 'Arial', sans-serif;
  line-height: 30px;
  margin: 0%;
  padding: 0%;
}

.content-wrapper {
  margin-top: 40px;
  min-height: 600px;
  padding-bottom: 60px;
}

.page-head-line {
  font-weight: 900;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #c09853;
  /*text-transform: uppercase;*/
  font-variant: small-caps;
  color: #c09853;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.progress {
  height: 8px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.login-icon {
  height: 60px;
  width: 60px;
  padding: 13px;
  border-radius: 50%;
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  cursor:pointer;
  background-color:#877514;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
}

/* =============================================================
HEADER SECTION STYLES
============================================================ */
header {
  margin: 0%;
  padding: 0%;
}
.header-titulo{
  text-align: center;
  background-color: #C49E0D;
  color: #fff;
  font-variant: small-caps;
  padding: 4px;
}
.header-subtit{
  text-align: center;
  background-color: #2590CE;
  color: #fff;
  font-variant: small-caps;
  padding: 2px;
}
.header-subtit small{
  color: #eeeddd;
}
.header-img{
  text-align: center;
  width: 100%;
  padding: 0%;
  margin: 0%;
}

/* MENU LINKS SECTION*/

.menu-section {
  background-color: #b89d2b;
}

/* submenus */
.navbar-nav a {
  color: #FFF;
  text-decoration: none;
  font-weight: 500;
}

.navbar-nav .dropdown-menu a {
  color: #FFF;
  text-decoration: none;
  font-weight: 500;
}

/*menus*/
.menu-section .nav > li > a {
  color: #fff!important;
}

.menu-section .nav > li > a:hover, .menu-section .nav > li > a:focus {
  background-color: #2590CE!important;
  color: #fff;
}

.menu-section .dropdown-menu > li > a:hover, .menu-section .dropdown-menu > li > a:focus {
  background-color: #2590CE!important;
  color: #fff;
}

.navbar-inverse .dropdown-menu {
  background-color: #b89d2b!important;
}

.navbar-inverse {
  background-color: #b89d2b;
  color: #fff;
  border-color: transparent;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  /*box-shadow: 0 0 6px #999;*/
}

.navbar-toggle {
  background-color: #08338F;
  border: 1px solid #fff;
}

/*Abrir menu al pasar mouse sobre el*/
ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }


/* =============================================================
FOOTER SECTION STYLES
============================================================ */
/*footer {
  margin: 0%;
  padding: 10px;
  color: #eee;
  font-size: 12px;
  background-color: #877514;
}

footer a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}*/

/*==============================================
DASHBOARD  STYLES
=============================================*/

/* DASHBOARD ICONS */
.bk-clr-one {
  background-color: rgb(165, 163, 61);
}
.bk-clr-one:hover {
  background-color: #b8b64e;
}
.bk-clr-two {
  background-color: #af5cb1;
}
.bk-clr-two:hover {
  background-color: #c563c7;
}
.bk-clr-three {
  background-color: #7a714e;
}
.bk-clr-three:hover {
  background-color: #918544;
}
.bk-clr-four {
  background-color: rgb(21, 102, 156);
}
.bk-clr-four:hover {
  background-color: rgb(38, 114, 228);
}
.bk-clr-five {
  background-color: rgb(156, 21, 21);
}
.bk-clr-five:hover {
  background-color: rgb(235, 40, 40);
}
.bk-clr-six {
  background-color: rgb(156, 21, 127);
}
.bk-clr-six:hover {
  background-color: rgb(230, 32, 187);
}
.bk-clr-seven {
  background-color: rgb(104, 17, 138);
}
.bk-clr-seven:hover {
  background-color: rgb(170, 28, 226);
}

.bk-clr-total {
  background-color: rgb(21, 156, 39);
}
.bk-clr-total:hover {
  background-color: rgb(21, 190, 39);
}


.dashboard-div-icon {
  height: 75px;
  width: 75px;
  border: 2px solid #fff;
  padding: 20px;
  border-radius: 50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
}

.dashboard-div-wrapper {
  border-radius: 5px;
  text-align: center;
  padding: 15px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}

.dashboard-div-wrapper .progress {
  height: 4px;
}


/* NOTICE BOARD */
.notice-board .panel {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.notice-board ul {
  padding-left: 0px;
  list-style: none;
}

.notice-board li {
  padding: 10px;
  border-bottom: 1px solid #E5E5E5;
}

.notice-board li span {
  margin-right: 10px;
  border: 1px solid #DBDBDB;
  padding: 5px;
}

.notice-board li a, li a:hover {
  text-decoration: none;
  color: #000;
}

/* SOCIAL BUTTONS */
.btn-social {
  color: white;
  opacity: 0.8;
}

.btn-social:hover {
  color: white;
  opacity: 1;
  text-decoration: none;
}

.btn-facebook {
  background-color: #3b599f;
}

.btn-twitter {
  background-color: #00aced;
}

.btn-linkedin {
  background-color: #0e76a8;
}

.btn-google {
  background-color: #c32f10;
}

/* URIAS: Generales */
.center{
  text-align: center;
}

.media-object{
  width: 120px;
}
.media:hover{
  background-color: #ddd;
}

.text-small{
  font-size: 0.7em;
}

.panel-mensajes{
  max-height: 300px;
  overflow: auto;
}

.div-left{
  float: left;
}
.div-rigth{
  float: right;
}

.session-user{
  clear: both;
  background-color: #336699;
  color: #aaddff;
  text-align: right;
  margin: 0;
  padding: 0;
  padding-top: 3px;
}
.session-user small{
  color: #99ccff;
}



/*
URIAS: Agregados
*/


/* Titulos */
h4, h5, h6 {margin: 0; font-variant: small-caps; }
h1, h2, h3 {margin: 0; font-variant: small-caps; }


/* cuadro de sugerencias para las busquedas */
.box-list-200{
  max-height: 200px;
  overflow: auto;
  width: auto;
  border: #ddd solid 1px;
  display: none;
}
.box-list-300{
  max-height: 300px;
  overflow: auto;
  width: auto;
  border: #ddd solid 1px;
  display: none;
}

/* hacer flotar el cuadro de sugerencias para las busquedas */
.box-list-float{
  z-index: 10;
  position: absolute;
  margin-top: 35px;
}


/* Menu desplegable de la busqueda de tutorados */
#resultBuscarTutorados{
  background-color: #fff!important;
}

/*Colores de fondo*/
.fondo-azul {
  background-color: #336699;
}
.fondo-oro {
  background-color: #877514;
}
.fondo-oscuro {
  background-color: #08338F;
}


.loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  width: 16px;
  height: 16px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



/* Botones */
.btn-primary { color:#fff; background-color: #08338F !important; border: 1px solid #08338F; }
.btn-primary:hover {color:#fff; background-color: #0a48cc !important; border: 1px solid #114988; }
.btn-secondary { color:#fff; background-color: #877514 !important; border: 1px solid #877514; }
.btn-secondary:hover {color:#fff; background-color: #a59019 !important; border: 1px solid #877514; }


/*
* Area para imprimir
*/
@media screen {
  .onlyprint{
    display: none;
    visibility: hidden;
  }
}

@media print {
  .onlyprint{
    display: block;
    visibility: visible;
  }
  .noprint {
    display: none;
    visibility: hidden;
  }
  body {
    background: #fff !important;
    box-shadow: none;
    margin: 0%;
    padding: 0%;
  }
  header {
    box-shadow: none;
    background: #fff !important;
    margin-bottom: 10px;
  }
  h1, h2, h3 {
    background: #fff;
  }

  /* Linkfarbe und Linkverhalten darstellen */
  a:link, a:visited, a {
    background: transparent;
    color: #520;
    text-decoration: underline;
  }

  a[href^=http]:after { content:""; }
/*
  a { page-break-inside:avoid }
  a[href^=http]:after { content:" <" attr(href) "> "; }
  $a:after > img { content: ""; }
*/
}

/* =============================================================
VISION 2029 OVERRIDES
============================================================ */
:root {
  --vision-bg: #f2ecdb;
  --vision-surface: #ffffff;
  --vision-surface-soft: #faf6ea;
  --vision-border: #ddd4bd;
  --vision-text: #1c3f72;
  --vision-text-soft: #6b7284;
  --vision-primary: #1f4f88;
  --vision-primary-strong: #163c6b;
  --vision-accent: #c8a62c;
  --vision-accent-strong: #a68513;
  --vision-accent-soft: #eadb9d;
  --vision-accent-pale: #f4ead0;
  --vision-success: #1d7f5f;
  --vision-danger: #b34a47;
  --vision-shadow: 0 18px 40px rgba(26, 45, 92, 0.10);
  --vision-radius: 18px;
}

body.theme-vision2029 {
  background:
    radial-gradient(circle at top left, rgba(200, 166, 44, 0.16), transparent 28%),
    linear-gradient(180deg, #fbf8f0 0%, var(--vision-bg) 100%);
  color: var(--vision-text);
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  line-height: 1.6;
}

.theme-vision2029 .content,
.theme-vision2029 .content-wrapper {
  padding-bottom: 36px;
}

.theme-vision2029 .container,
.theme-vision2029 .container-fluid {
  position: relative;
}

.theme-vision2029 .page-head-line {
  padding: 0 0 12px;
  border-bottom: 3px solid rgba(200, 166, 44, 0.9);
  color: var(--vision-primary-strong);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: .01em;
  font-variant: normal;
  margin-top: 18px;
  margin-bottom: 18px;
}

.theme-vision2029 .page-head-line small {
  color: var(--vision-text-soft);
  font-size: 60%;
}

.theme-vision2029 .panel {
  border: 1px solid var(--vision-border);
  border-radius: var(--vision-radius);
  overflow: hidden;
  background: var(--vision-surface);
  box-shadow: var(--vision-shadow);
}

.theme-vision2029 .panel-default > .panel-heading,
.theme-vision2029 .panel-primary > .panel-heading {
  border: 0;
  padding: 18px 22px;
  background: linear-gradient(135deg, rgba(31, 79, 136, 0.07), rgba(200, 166, 44, 0.16));
  color: var(--vision-primary-strong);
}

.theme-vision2029 .panel-title {
  font-size: 18px;
  font-weight: 800;
  font-variant: normal;
}

.theme-vision2029 .panel-body {
  padding: 22px;
}

.theme-vision2029 .panel-footer {
  padding: 18px 22px;
  border-top: 1px solid var(--vision-border);
  background: var(--vision-surface-soft);
}

.theme-vision2029 .alert {
  border: 1px solid transparent;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(18, 46, 74, 0.06);
}

.theme-vision2029 .alert-info {
  background: #eef3ff;
  border-color: #cdd8f4;
  color: #2f4f88;
}

.theme-vision2029 .alert-success {
  background: #eef9f4;
  border-color: #cbe9db;
  color: #20644c;
}

.theme-vision2029 .alert-danger {
  background: #fff1f0;
  border-color: #f0c9c6;
  color: #8f3733;
}

.theme-vision2029 .well,
.theme-vision2029 .thumbnail {
  border-radius: 16px;
  border-color: var(--vision-border);
  box-shadow: 0 10px 24px rgba(18, 46, 74, 0.06);
}

.theme-vision2029 .form-control,
.theme-vision2029 .input-group-addon,
.theme-vision2029 .btn {
  border-radius: 12px;
}

.theme-vision2029 .form-control {
  height: 44px;
  border-color: #ced8e4;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.theme-vision2029 .input-group {
  margin-bottom: 12px;
}

.theme-vision2029 .input-group .form-control,
.theme-vision2029 .input-group select.form-control {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.theme-vision2029 textarea.form-control {
  height: auto;
  min-height: 120px;
}

.theme-vision2029 select.form-control {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 34px;
}

.theme-vision2029 .input-group select.form-control {
  width: 100%;
}

.theme-vision2029 .form-control:focus {
  border-color: rgba(31, 79, 136, 0.55);
  box-shadow: 0 0 0 4px rgba(31, 79, 136, 0.08);
}

.theme-vision2029 .input-group-addon {
  border-color: #ced8e4;
  background: #f7f7f1;
  color: var(--vision-primary);
}

.theme-vision2029 .input-group .input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.theme-vision2029 .input-group .input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.theme-vision2029 .input-group .form-control:first-child,
.theme-vision2029 .input-group .input-group-btn:first-child > .btn,
.theme-vision2029 .input-group .input-group-btn:first-child > .btn-group > .btn,
.theme-vision2029 .input-group .input-group-btn:first-child > .dropdown-toggle,
.theme-vision2029 .input-group .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.theme-vision2029 .input-group .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.theme-vision2029 .input-group .form-control:last-child,
.theme-vision2029 .input-group .input-group-btn:last-child > .btn,
.theme-vision2029 .input-group .input-group-btn:last-child > .btn-group > .btn,
.theme-vision2029 .input-group .input-group-btn:last-child > .dropdown-toggle,
.theme-vision2029 .input-group .input-group-btn:first-child > .btn:not(:first-child),
.theme-vision2029 .input-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.theme-vision2029 .input-group .form-control:not(:first-child):not(:last-child),
.theme-vision2029 .input-group select.form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.theme-vision2029 .btn {
  border-radius: 999px;
  min-height: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  letter-spacing: .01em;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.theme-vision2029 .input-group .btn,
.theme-vision2029 .input-group-btn > .btn,
.theme-vision2029 .input-group-btn > .btn-group > .btn {
  min-height: 44px;
  height: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
}

.theme-vision2029 .input-group-btn {
  vertical-align: top;
}

.theme-vision2029 .input-group-btn:last-child > .btn,
.theme-vision2029 .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.theme-vision2029 .btn:hover,
.theme-vision2029 .btn:focus {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(18, 46, 74, 0.12);
}

.theme-vision2029 .btn-primary {
  background: linear-gradient(135deg, var(--vision-primary) 0%, #2f67a4 100%) !important;
  border-color: transparent !important;
}

.theme-vision2029 .btn-primary:hover {
  background: linear-gradient(135deg, #173d70 0%, #245388 100%) !important;
}

.theme-vision2029 .btn-success {
  background: linear-gradient(135deg, var(--vision-success) 0%, #23956f 100%) !important;
  border-color: transparent !important;
}

.theme-vision2029 .btn-warning {
  background: linear-gradient(135deg, var(--vision-accent-strong) 0%, var(--vision-accent) 100%) !important;
  border-color: transparent !important;
  color: #fffdf6 !important;
}

.theme-vision2029 .btn-danger {
  background: linear-gradient(135deg, var(--vision-danger) 0%, #c45b58 100%) !important;
  border-color: transparent !important;
}

.theme-vision2029 .btn-default,
.theme-vision2029 .btn-secondary {
  background: #ffffff !important;
  border-color: #cfd9e3 !important;
  color: var(--vision-primary-strong) !important;
}

.theme-vision2029 .table {
  background: var(--vision-surface);
}

.theme-vision2029 .table > thead > tr > th {
  border-bottom: 0;
  background: linear-gradient(180deg, #faf6ea 0%, #eee2bb 100%);
  color: var(--vision-primary-strong);
  font-weight: 800;
}

.theme-vision2029 .table > tbody > tr:hover {
  background: #fafcff;
}

.theme-vision2029 .modal-content {
  border: 1px solid var(--vision-border);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(13, 35, 57, 0.20);
}

.theme-vision2029 .modal-header {
  border-bottom: 1px solid var(--vision-border);
  background: linear-gradient(135deg, rgba(31, 79, 136, 0.08), rgba(200, 166, 44, 0.18));
}

.theme-vision2029 .box-list-200,
.theme-vision2029 .box-list-300 {
  margin-top: 10px;
  border: 1px solid var(--vision-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(18, 46, 74, 0.08);
}

.theme-vision2029 .dashboard-div-wrapper {
  border-radius: 18px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.14);
}

.theme-vision2029 .dashboard-div-icon {
  border-width: 3px;
}

.theme-vision2029 footer a {
  color: inherit;
}

.theme-vision2029 .theme-login-card {
  padding: 24px;
  border: 1px solid var(--vision-border);
  border-radius: 22px;
  background: rgba(255,255,255,0.94);
  box-shadow: var(--vision-shadow);
}

.theme-vision2029 .theme-login-card-head {
  margin-bottom: 18px;
}

.theme-vision2029 .theme-login-card-head h4 {
  margin-bottom: 6px;
  color: var(--vision-primary-strong);
  font-size: 24px;
  font-weight: 800;
  font-variant: normal;
}

.theme-vision2029 .theme-login-card-head p {
  margin-bottom: 0;
  color: var(--vision-text-soft);
}

.theme-vision2029 .theme-login-info .alert:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .theme-vision2029 .page-head-line {
    font-size: 22px;
  }
  .theme-vision2029 .panel-body,
  .theme-vision2029 .panel-footer,
  .theme-vision2029 .theme-login-card {
    padding: 18px;
  }
}
