body {
  font-family: Roboto, 'Open Sans', 'Helvetica Neue', sans-serif; }
  body .overline {
    /* Overline */
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase; }

body .sf-turn-bg {
  background: #e6e6e6;
  background-image: url("../images/dp_mosaico_bg.svg"), linear-gradient(to bottom, #e6e6e6 0%, #e0e0e0 100%);
  background-position: top center; }

.btn-primary {
  background: #0fa030;
  border-color: #0fa030; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #095a1c;
  border-color: #095a1c; }

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #095a1c;
  border-color: #095a1c;
  box-shadow: 0 0 0 0.2rem rgba(9, 90, 28, 0.5); }

.btn-primary:hover {
  color: #fff;
  background-color: #095a1c;
  border-color: #095a1c; }

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: rgba(9, 90, 28, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.container {
  margin: auto; }

.col {
  word-wrap: break-word; }

#main {
  height: 100vh; }

.mt-noheader {
  margin-top: -86px; }

@media (min-width: 768px) {
  .mt-bo-noheader {
    margin-top: -86px; } }

header {
  background-color: #FFFFFF;
  top: 0;
  left: 0;
  z-index: 999;
  border-top: 6px #8CC63F solid; }

.logo {
  height: 70px;
  width: auto;
  transition: all 0.5s; }

.turnos-navbar .icon {
  width: 60px;
  height: 60px; }
.turnos-navbar h5 {
  font-size: 15px;
  color: rgba(109, 118, 126, 0.65);
  margin-bottom: 0px;
  font-weight: 600; }
  @media screen and (min-width: 960px) {
    .turnos-navbar h5 {
      font-size: 16px; } }
.turnos-navbar h6 {
  font-size: 12px;
  color: rgba(109, 118, 126, 0.65); }
  @media screen and (min-width: 960px) {
    .turnos-navbar h6 {
      font-size: 14px; } }
.turnos-navbar .line {
  border-top: 1px dashed rgba(109, 118, 126, 0.65);
  border-width: 3px; }
.turnos-navbar .pending .icon {
  background: rgba(109, 118, 126, 0.65); }
.turnos-navbar .pending .i-completed {
  display: none; }
.turnos-navbar .pending .i-hide {
  display: inline-block; }
.turnos-navbar .active .icon {
  background: #8CC63F; }
.turnos-navbar .active h5 {
  color: #8CC63F; }
.turnos-navbar .active h6 {
  color: #8CC63F; }
.turnos-navbar .completed .icon {
  background: #8CC63F; }
  .turnos-navbar .completed .icon .i-completed {
    display: inline-block; }
  .turnos-navbar .completed .icon .i-hide {
    display: none; }
.turnos-navbar .completed h5 {
  color: #8CC63F; }
.turnos-navbar .completed h6 {
  color: #8CC63F; }

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom; }

/*
 * Sidebar
 */
.sidebar {
  position: relative;
  z-index: 999;
  /* Behind the header */ }

@media (min-width: 768px) {
  .sidebar {
    position: fixed; } }
.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 80px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */ }
  @media (min-width: 768px) {
    .sidebar-sticky {
      height: 100vh; } }

@supports (position: -webkit-sticky) or (position: sticky) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky; } }
.sidebar .nav-link {
  font-weight: 500;
  color: #535658;
  padding: .25rem 0px; }

.sidebar .nav-link:hover {
  color: #343638; }

.nav-link-nest {
  padding-left: 1rem; }

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase; }

/*
 * Content
 */
[role="main"] {
  padding-top: 133px;
  /* Space for fixed navbar */ }

@media (min-width: 768px) {
  [role="main"] {
    padding-top: 48px;
    /* Space for fixed navbar */ } }
/*
 * Navbar
 */
.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0; }

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1); }

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25); }

.log-out {
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: #8CC63F; }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #8CC63F; }

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.5); }

.position-up {
  position: absolute;
  top: -60px;
  right: 20px; }

.button-link {
  background: none !important;
  border: none;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: #069; }

.border-sf {
  border-top: solid 6px #8CC63F; }

.h-100-vh {
  height: 100vh; }

.step05-success {
  color: #fff;
  background-color: #8CC63F;
  border-color: #8CC63F; }

.qrcode {
  width: 250px;
  height: 250px; }

@media (min-width: 992px) {
  .card-qrcode {
    background-color: #f8fafc;
    border: solid 1px #cccccc;
    border-radius: 8px; } }

#accordionDays .card-header {
  background: #f3f3f3;
  padding: 0px; }
  #accordionDays .card-header .input-group-text {
    background-color: #ffffff;
    border: 1px solid #fff; }
#accordionDays .btn-group-vertical {
  margin-right: .5rem; }
  #accordionDays .btn-group-vertical .btn-outline-secondary {
    width: 80px; }
#accordionDays .btn-sm {
  font-size: 0.9rem; }
#accordionDays .form-group {
  margin-bottom: 0px; }
#accordionDays .form-control {
  width: 40px;
  font-size: 0.75rem;
  border: 1px solid #495057;
  border-radius: 0rem 0rem 0.25rem 0.25rem;
  margin-bottom: 0px;
  border-top: 0px; }
#accordionDays .form-control-left {
  border-right: 0px;
  border-radius: 0rem 0rem 0rem 0.25rem; }
#accordionDays .form-control-rigth {
  border-radius: 0rem 0rem 0.25rem 0rem; }
#accordionDays .btn-link {
  width: 100%;
  color: #495057;
  font-size: 16px;
  padding: .8rem;
  text-align: left; }
#accordionDays .btn-outline-secondary:not(:disabled):not(.disabled).active, #accordionDays .btn-outline-secondary:not(:disabled):not(.disabled):active, #accordionDays .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #8CC63F;
  border-color: #8CC63F; }
#accordionDays .btn-outline-secondary:hover {
  color: #fff;
  background-color: #8CC63F;
  border-color: #8CC63F; }
#accordionDays .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, #accordionDays .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, #accordionDays .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: none; }
#accordionDays .btn-outline-secondary:focus, #accordionDays .btn-outline-secondary.focus {
  box-shadow: none; }

.proselect {
  border: solid 1px #6c757d;
  border-radius: 4px; }

.colorBackgroundDayRestricted {
  background-color: #f1c1c1;
  pointer-events: none; }

.disableEventsPointer {
  pointer-events: none; }

.colorWhite {
  color: white; }

.sf-home-bg {
  background-image: url("../images/licencia-de-conducir-mobile-3.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 100vh; }

.jumbotron {
  background: rgba(255, 255, 255, 0.9); }

.img-login {
  background-image: url("../images/licencia-de-conducir-mobile.jpg");
  background-position: 40%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 150px;
  overflow: hidden; }
  @media (min-width: 576px) {
    .img-login {
      height: 250px; } }
  @media (min-width: 992px) {
    .img-login {
      height: auto; } }

.img-login-admin {
  background-image: url("../images/licencia-de-conducir-mobile.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 140px; }

.container_table {
  position: relative;
  width: 95%;
  height: 100%;
  /* Surface */
  /* 04 dp */ }

.header_table {
  font-size: 16px;
  background-color: #00B9F1;
  color: white; }

 /*
 * Switch Colors
 */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #8cc63f6e;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #8CC63F;
  background-color: #8CC63F;
}

/*-----------------------------------------*/
/* Set a fixed scrollable wrapper */
.tableWrap {
  height: calc(100vh - 300px);
  overflow: auto; }

/* Set header to stick to the top of the container. */
.tr_head_table_ {
  position: sticky;
  position: -webkit-sticky;
  top: 0; }

/* If we use border,
we must use table-collapse to avoid
a slight movement of the header row */
.table_ {
  /* Surface */
  background: #FFFFFF;
  border-collapse: collapse;
  width: 100%; }

/* Because we must set sticky on th,
we have to apply background styles here
rather than on thead */
.th_ {
  /*padding: 16px;*/
  /*padding-left: 15px;*/
  border-left: 1px dotted rgba(200, 209, 224, 0.6);
  border-bottom: 1px solid #e8e8e8;
  background: #00B9F1;
  /* With border-collapse, we must use box-shadow or psuedo elements
  for the header borders */
  box-shadow: 0px 0px 0 2px #e8e8e8;
  text-align: center; }

/*.td_management {*/
/*    padding: 16px;*/
/*}*/
.tr_body_table_ {
  border-bottom: 2px solid #e8e8e8; }

.button_action {
  border-radius: 50%;
  border: none;
  color: white;
  padding: 1px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  /*width:35px;*/
  /*height:35px;*/
  /*margin: 5px;*/
  /*padding:10px;*/
  /*-webkit-border-radius: 50px;*/
  /*-moz-border-radius: 50px;*/
  /*border-radius: 50px;*/
  /*line-height:32px;*/
  /*background: url("../../../images/management/icon_accese_time.svg");*/
  /*background-repeat: no-repeat;*/ }

.button_action:hover {
  opacity: 0.50;
  -moz-opacity: .50; }

.td_col_data {
  text-align: center; }

.circle {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  border-color: white;
  border-radius: 50%;
  border-width: 5px;
  height: 15px;
  width: 15px; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

/*# sourceMappingURL=styles.css.map */