/*Bulma caller from node*/
@import "./bulma.css";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,200;8..144,500;8..144,800&display=swap');


/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
:root{
  ::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#efefef;border-radius:6px}::-webkit-scrollbar-thumb{background:#d5d5d5;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#c4c4c4}
}

html {
  color: #303030;
  font-size: 1em;
  line-height: 1;
  scroll-behavior: smooth;
  height: 100vh !important;
}

body {
  height: 100% !important;
}

/*Remove a color and hover color*/
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
  font-family: 'Roboto Flex', sans-serif !important;
  font-size: .98rem;
  line-height: 1 !important;
  /*Add Transition to every change of size*/
  transition: all .15s ease-in-out;
}

.main-menu {
  z-index: 1;
  width: 250px;
  height: 100%;
}.menu-list a {
  font-size: .9rem !important;
} .menu-list a.is-active {
  background-color: #5F0F40 !important;
}

.breadcrumb {
  position: absolute;
  width: 100%;
  background-color: transparent !important;
}

.main-container {
  width: calc(100% - 250px);
}

/*Credentia cR80*/
.credential-cr80 {
  width: 850px !important;
  height: 540px !important;
  border-radius: 5px;
  background-color: #fff;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.change-card:hover {
  color:white;
  background-color:rgba(153, 74, 29, 0.75) !important;
}
.download-card:hover {
  color:white;
  background-color:rgba(153, 74, 29, 0.75) !important;
}
.is-tabable {
  height: 100%;
}
.is-credential {
  display: block;
} .is-credenback {
  display: block;
}.is-form {
  display: block;
}
#credencialHolder {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}
.credencial-holder {
  position: fixed;
  top: calc(50% - 270px);
  left: calc(50% - 425px);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.5) !important;
  border-radius: .5rem;
  z-index: 4;
}
.desCre {
  position: absolute;
  top: 45%;
  left: 10%;
  font-size: 2rem !important;
}
.table {
  table-layout: auto !important;
}
.pagination-link.is-current {
  background-color: #5F0F40 !important;
  border-color: #5F0F40 !important;
}
div.dataTables_wrapper div.dataTables_filter input {
  width: calc(100% - 60px) !important;
  max-width: calc(100% - 60px) !important;
}

.guarda-estudiante:hover {
  background-color: rgba(153, 74, 29, 0.75) !important;
  color: white
}
/*Panel Lectores*/
.panel-registros {
  height: calc(80vh - 160px);
  overflow-y: auto;
  overflow-x: hidden;
  /*Inset Shadow*/
  box-shadow: inset 0 0 5px rgba(0,0,0,.3);
}
.panel-block.is-active {
  border-left: 2rem solid #E36414 !important;
}
.card-header-buttons {
  position: absolute;
  right: 10px;
  top: 5px;
}
/*Autocomplete Lectores*/
.autocomplete-span {
  position: absolute;
  top: 41px;
  display: flex;
  flex-direction: column;
  padding: .5rem;
  background: white;
  border-color: #dbdbdb;
  border-radius: 0.25rem;
  color: #363636;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  width: 100%;
  z-index: 1;
} .autocomplete-span span {
  padding: .5rem;
  border-bottom: 1px solid #ccc;
} .autocomplete-span span:hover {
  background-color: #9A031E;
  color: #eeeeee;
  cursor: pointer;
}

/*Borderds*/
.has-border-1-grey-light {
  border: 1px solid #999999 !important;
}
.has-border-b-1-red-darker {
  border-bottom: 5px solid #5F0F40 !important;
  padding-bottom: 1rem;
}
.has-border-2-orange-grey {
  border: 2px solid #A08D81 !important;
}
/*Template Colors*/
.has-background-red-darker {
  background-color: #5F0F40 !important;
}
.has-background-orange {
  background-color: #FB8B24 !important;
}
.has-background-red {
  background-color: #9A031E !important;
}
.has-background-orange-dark {
  background-color: #E36414 !important;
}
.has-background-green-darker {
  background-color: #0F4C5C !important;
}
.has-background-cheese:nth-of-type(3n+2) {
  background-color: rgba(109,152,197, 0.3) !important;
}
.has-color-red-darker {
  color: #5F0F40 !important;
}
.has-color-orange {
  color: #FB8B24 !important;
}
.has-color-red {
  color: #9A031E !important;
}
.has-color-orange-dark {
  color: #E36414 !important;
}
.has-color-green-darker {
  color: #0F4C5C !important;
}

/*Width and Height*/
.hw-a {
  height: auto !important;
  width: auto !important;
}
.is-100vh {
  height: 100vh !important;
}
.is-100vw {
  width: 100vw !important;
}
.is-100w {
  width: 100% !important;
}
.is-100h {
  height: 100% !important;
}

/*Margin*/
.is-mt-auto {
  margin-top: auto !important;
}

/*Image Cover FIt*/
.is-img-ofcover {
  object-fit: cover !important;
}

/*Modal*/
.modal-exit {
  position: fixed;
  top: 1.6rem;
  right: 1rem;
  z-index: 1;
}

/* Page loader */
.pageloader{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;background-color:#fafafa;z-index:999998;opacity:0;transition:-webkit-opacity .35s ease-out;transition:opacity .35s ease-out;will-change:opacity;pointer-events:none}.pageloader.is-active{opacity:1}.pageloader::after,.pageloader::before{position:absolute;top:50%;left:50%;display:block;border-radius:100%;content:"";z-index:999999}.pageloader::after{margin-top:-100px;margin-left:-100px;width:200px;height:200px;background-color:rgba(158, 72, 45, 0.5);border:3px solid rgba(153, 74, 29, 0.75);animation:page-loader-inner 1.5s infinite ease-out}.pageloader::before{margin-top:-30px;margin-left:-30px;width:60px;height:60px;background-color:#a72b2b;animation:page-loader-outer 1.5s infinite ease-in}@keyframes page-loader-inner{0%,40%{transform:scale(0)}100%{transform:scale(1);opacity:0}}@keyframes page-loader-outer{0%{transform:scale(1)}100%,40%{transform:scale(0);opacity:0}}.infraloader{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;background:#fff;z-index:-1;opacity:0;transition:opacity .35s}.infraloader.is-active{opacity:1;z-index:999997}.infraloader.is-full{width:100% !important;left:0 !important}@media(max-width: 767px){.pageloader,.infraloader{width:100% !important;left:0 !important}}@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait){.pageloader,.infraloader{width:100% !important;left:0 !important}}.app-overlay{position:fixed;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,.6);z-index:-1;opacity:0}.app-overlay.is-active{opacity:1 !important;z-index:1000 !important}

/*toast*/
#toast {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 99999;
} .toast-tag {
    display: block;
    margin: 0 auto;
  }


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 768px) {
  #mainMenu {
    display: none;
    position: absolute;
    left: -230px;
    
  }
  .main-container {
    width: 100%;
  }
  
}

@media only screen and (max-width: 1023px) {
  
}

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/*Media Query for landscape mode and max-width tablet*/
@media only screen and (orientation: landscape) and (max-width: 1080px) {
  
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

