/*! 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
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  overflow-x: hidden;
}

/*
 * 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
   ========================================================================== */

/* ==========================================================================
   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 (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 */
}

/* ==========================================================================
   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;
  }
}
/* custom css */
input:hover,
input:focus,
input:active
{
  outline: none;
  box-shadow: none !important;
  -webkit-appearance: none;
}
select:focus,
select:active
{
  outline: none;
  box-shadow: none !important;
}
h1.title {
  font-family: 'Archivo', sans-serif;
  font-size: 48px;
  color: #006EA9;
}
h1.title::after {
  content: "";
  background: #64BBE0;
  width: 70px;
  height: 3px;
  display: block;
  margin: 15px auto;
}
h1.title-admin {
  font-family: 'Archivo', sans-serif;
  font-size: 48px;
  color: #006EA9;
}
p.subtitle {
  font-family: 'Archivo', sans-serif;
  font-size: 20px;
  color: #000000;
}
h3.title {
  font-family: 'Archivo', sans-serif;
  font-size: 28px;
  color: #006EA9;
  text-align: left;
}
h5.title {
  font-family: 'Archivo', sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #006EA9;
  text-align: left;
}
.lead p {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    color: #000000;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sala-numero {
    color: #64bbe0;
}
a:hover {
    text-decoration: none;
}

/* home login button */
.float-btn {
    height: 0;
    z-index: 0;
    display: flex;
    position: relative;
    left: 75%;
    top: 221px;
}
.zoom-in {
    width: 52px;
    height: 52px;
    background: #006ea9;
    border-radius: 52px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.btn-default {
  position: static;
  right: 0;
  top: 14px;
  background: #006EA9;
  border: 1px solid #006EA9;
  color: #fff;
  border-radius: 5px;
}
.btn-default:hover {
  color: #fff;
}
/* login */
#login {
  /*width: 93px;*/
  white-space: nowrap;
}
a.recuperar-senha, a.recuperar-senha:hover {
  color: #006EA9;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
.lembrar-me {
  color: #000000;
  font-size: 14px;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
/* home search input */
.search {
  background: transparent;
  border: 1px solid #006EA9;
  color: #006EA9;
  border-radius: 5px;
}
/* home btn-default-outline */
.btn-default-outline {
  background: transparent;
  border: 1px solid #006EA9;
  color: #006EA9;
  border-radius: 5px;
}
.btn-default-outline:hover {
  background: #006EA9;
  border: 1px solid #006EA9;
  color: #fff;
}
.float-bg {
  transform: scale(6);
  position: absolute;
  z-index: -1;
}


/* sala detalhe */

/* galeria */
/* .swiper-container {
  width: 600px;
  height: 300px;
} */
.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  height: 80%;
  width: 100%;
}

.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

/* geral */
.alert-primary {
  background: #006ea9;
  border-radius: 0;
  color: #fff;
}
.breadcrumb {
  background-color: transparent;
}
.breadcrumb-item {
  color: #006EA9;
}
.breadcrumb-item a:hover {
  text-decoration: none !important;
}
.breadcrumb-item.active {
  color: #000000;
  font-weight: bold;
}
/* help error */
.help-error {
  color: #CB2E25 !important;
}

/* confirm value*/
.confirm-value {
    color: #CB2E25 !important;
    font-size: 18px;
  }

/* toggle */
.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 21px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #006EA9;
}

input:focus + .slider {
  box-shadow: 0 0 1px #006EA9;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* fechar reserva*/
.utilizar-saldo {
  color: #006EA9;
  font-weight: bold;
  margin-right: 9px;
  position: relative;
  top: -1px;
}
.saldo-disponivel {
  color: #000000;
}
.revisar-label {
  color: #006EA9;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}


/* código do menu da esquerda */
.menu-esquerda {
  background: orange;
  height: 100vw;
  /* position: fixed;
  left: 0;
  top: 0; */
  width: 240px;
}


/* tela médico logado - aba meus dados */


#meusCartoes h5.head {
  text-align: left;
  font-size: 13px;
  line-height: 0px;
  color: #00010F;
  margin-top: 2em;
}

#meusCartoes p.content {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #00010F;
}
#navbarMedico ul li p {
  font-family: 'Archivo', sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #00010F;
  text-align: left;
}
#navbarMedico ul li p span.destaque {
  font-family: 'Archivo', sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #006EA9;
  text-align: left;
}
h3.title-saldo {
  font-family: 'Archivo', sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #00010F;
  text-align: left;
}

h5.title-saldo span {
  font-family: 'Archivo', sans-serif;
  font-size: 28px;
  line-height: 30px;
  color: #006EA9;
  text-align: left;
}
#tableCarteira tbody tr td {
  font-family: 'Archivo', sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #00010F;
  text-align: left;
}
#tableCarteira tbody tr td.saldo {
  color: #006EA9;
}
#tableCarteira tbody tr td.saldo-debitado {
  color: #CB2E25;
}
h5.tableHeader {
  font-family: 'Archivo', sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #006EA9;
  text-align: left;
  font-weight: 600;
}

/* admin - sidebar */
body#dashboard {
  background: #F4F4F4;
}
#wrapper {
  overflow-x: hidden;
}
#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}
#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}
#sidebar-wrapper .list-group {
  width: 15rem;
  /* width: 290px;
  max-width: 290px; */

}
#page-content-wrapper {
  min-width: 100vw;
}
#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}
.abre-menu {
  display: none;
}
.aberto {
    display: block;
    position: relative;
    left: 12px;
    top: 12px;
    font-size: 24px;
}
@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }
  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }
  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}
@media (max-width: 768px) {
  .abre-menu {
    display: block !important;
    position: fixed;
    right: 10px;
    top: 10px;
  }
}
/* admin cards */

#adminResumo .card-body {
  font-family: 'Archivo', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #00010F;
  text-align: center;
  padding: 1.5em 0 1em;
  min-height: 8em;
  text-transform: capitalize;
}
#adminResumo .card {
  background: transparent linear-gradient(180deg, #F2F8FB, #FFF) no-repeat padding-box;
  border-color: transparent !important;
}
.card-title {
  font-family: 'Archivo', sans-serif;
  font-size: 30px;
  color: #006EA9;
  text-transform: capitalize;
}
.card-img-top {
    min-height: 250px;
    height: 250px;
    object-fit: cover;
}
#menu-toggle {
  position: relative;
  left: 5em;
}

.ranking .card-title, .admin .card-title {
  font-family: 'Archivo', sans-serif;
  font-size: 24px;
  color: #006EA9;
}
h1.admin-title {
  font-family: 'Archivo', sans-serif;
  font-size: 48px;
  color: #006EA9;
}
/* tables */
.ranking table thead th, .resumo-valores .valor {
  font-family: 'Archivo', sans-serif;
  font-size: 16px;
  color: #006EA9;
  font-weight: normal;
}

.admin .card-title {
  font-family: 'Archivo', sans-serif;
  font-size: 20px;
  color: #006EA9;
  font-weight: normal;
}

.ranking table tbody td, .resumo-valores {
  font-family: 'Archivo', sans-serif;
  font-size: 16px;
  color: #00010F;
  font-weight: normal;
}



.seletor-horario label {
  padding:.75rem 1.25rem;
  margin-bottom:0;
}
.seletor-horario label input[type="checkbox"] {
  opacity:0;
}



/* navbar public */
a.nav-link {
    font-size: 18px;
    color: #006ea9;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 35px;
        padding-left: 35px;
    }
}

/* home public */
body#home {
    background-image: linear-gradient(to bottom, #f1f1f1, rgba(255, 255, 255, 0));
}

/* Causando box em branco ao renderizar
.ui-datepicker {
    width: 300px;
    height: 300px;
    margin: 5px auto 0;
    font-family: 'Archivo', sans-serif;
}
*/

.ui-datepicker table {
    width: 100%;
}
.ui-datepicker-header {
    font-family: 'Archivo', sans-serif;
    background: #fff;
    color: #000000;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #111;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.ui-datepicker-title {
    text-align: center;
    font-size: 15px;

}
.ui-datepicker-prev {
    float: left;
    cursor: pointer;
    background-position: center -30px;
}
.ui-datepicker-next {
    float: right;
    cursor: pointer;
    background-position: center 0px;
}
.ui-datepicker-next:hover , .ui-datepicker-prev:hover {
    background: transparent !important;
    border: none !important;
}
.ui-datepicker thead {
    background-color: #f7f7f7;
}
.ui-datepicker th {
    background-color:#808080;
    text-transform: uppercase;
    font-size: 8pt;
    color: #666666;
}
.ui-datepicker tbody td {
    padding: 0;
}
.ui-datepicker tbody td:last-child {
    border-right: 0px;
}
.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
    border-bottom: 0px;
}
.ui-datepicker a {
    text-decoration: none;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
}
.ui-datepicker-calendar .ui-state-default {
    background: linear-gradient(#999999, #737373);
    color:#ffffff;
    height:40px;
    width:40px;

}
.ui-datepicker-calendar .ui-state-hover {
    background: #33adff;
    color: #FFFFFF;
}

.ui-datepicker-calendar .ui-state-active {
    background: #33adff;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    color: #e0e0e0;
    text-shadow: 0px 1px 0px #4d7a85;
    border: 1px solid #55838f;
    position: relative;
    margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
    background: #D6E4BE;
    color: #000;
}
.ui-widget.ui-widget-content {
    border: none;
}
.titulo {
  font-size: 25px !important;
}
