/*$base-color:#03A9F4;
$base-color-light:#81D4FA;
$base-azul:#01579B;

$base-color:#00bcd4; */
/* test de colores*/
/*cool blues

$base-color:#07575b;
$base-color-light:#c4dfe6;
$base-azul:#003b46;
$base-color:#66a5ad;*/
/*Watery Blue-Greens

$base-color:#004445;
$base-color-light:#6fb98f;
$base-azul:#021c1e;
$base-color:#2c7873;*/
/* Berry Blues */
/*Misty Greens

$base-color:#304040;
$base-color-light:#c9d1c8;
$base-azul:#04202c;
$base-color:#5b7065;*/
/*Aqua Blues

$base-color:#128277;
$base-color-light:#b9c4c9;
$base-azul:#004d47;
$base-color:#52958b;*/
/*Maritime Brights

$base-color:#5ea8a7;
$base-color-light:#f2f2f2;
$base-azul:#257588;
$base-color:#ff4447;*/
/*Hazy Grays

$base-color:#537072;
$base-color-light:#f4ebdb;
$base-azul:#2c4a52;
$base-color:#9e9e97;*/
/*Green Fields

$base-color:#919636;
$base-color-light:#fffae1;
$base-azul:#524a3a;
$base-color:#5a5f37;*/
/*Smoky Purples

$base-color:#727077;
$base-color-light:#eed8c9;
$base-azul:#a49592;
$base-color:#e99787;*/
/*Smoky Purples

$base-color:#48a99;
$base-color-light:#b4b4b4;
$base-azul:#fbe9e7;
$base-color:#dbae58;*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  background: #fff;
  font-family: 'Roboto', sans-serif; }

.container {
  width: 100%; }
@media (min-width: 1367px) {
  .container {
    width: 99%; } }
@media (min-width: 1600px) {
  .container {
    width: 85%; } }
.header-top {
  position: relative;
  height: 50px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #4D648D;
  color: #fff; }
  .header-top__container {
    position: relative;
    height: 50px !important; }
  .header-top__menu {
    display: inline-block;
    width: 800px;
    height: 50px; }
  .header-top__logo {
    display: block;
    margin-top: 5px;
    width: 200px; }
  .header-top__search {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: middle; }
  .header-top__search2 {
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0;
    padding: 0;
    vertical-align: middle; }
  .header-top__input {
    padding-left: 35px;
    width: 400px !important;
    border: 0 solid rgba(1, 87, 155, 0.5);
    border-radius: 2px;
    background: #03a9f4;
    color: #fff;
    font-size: 15px;
    font-weight: 500; }
    .header-top__input::placeholder {
      color: rgba(255, 255, 255, 0.5) !important; }
  .header-top__input2 {
    padding-left: 35px;
    width: 400px !important;
    border: 0 solid rgba(1, 87, 155, 0.5);
    border-radius: 2px;
    background: #fff;
    color: #808080;
    font-size: 15px;
    font-weight: 500; }
    .header-top__input2__input2::placeholder {
      color: rgba(128, 128, 128, 0.5) !important; }
  .header-top__search-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%); }
  .header-top__dropdown {
    color: #fff;
    line-height: 30px !important; }
  .header-top__dropdown:hover {
    color: #fff;
    background-color: transparent; }
  .header-top__logo-empresa {
    position: absolute;
    top: 23px;
    right: 50px; }

/* menu*/
.main-menu {
  margin-left: 20px; }
  .main-menu__link {
    height: 50px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 15px 14px 0 14px !important; }
    .main-menu__link--active {
      color: #57FFF3;
      background: #292d35; }
    .main-menu__link img {
      height: 30px;
      width: 30px; }
    .main-menu__link p {
      font-size: 14px;
      margin: 0; }
  .main-menu__link:hover, .main-menu__link--active:hover, .main-menu__link--active:focus {
    text-decoration: none;
    color: #57FFF3;
    background: #292d35 !important; }

@media screen and (max-width: 1440px) {
  .main-menu__link {
    padding: 15px 10px 0 10px !important;
  }
}


@media screen and (max-width: 1366px) {
  .main-menu__link {
    padding: 15px 11px 0 11px !important;
  }
}

@media screen and (max-width: 1280px) {
  .main-menu__link {
    padding: 15px 8px 0 8px !important;
  }
}

.icon-menu {
  font-size: 3em; }

.navbar-right {
  margin-top: 7px; }
  .navbar-right__link, .navbar-right--active {
    text-decoration: none;
    background-color: transparent;
    color: #fff; }
  .navbar-right__link:hover, .navbar-right--active:hover {
    text-decoration: none;
    background-color: transparent;
    color: #fff; }

.right-caret {
  color: #fff !important; }

/* menu*/
.body-container {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 0 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 50px;
  overflow-x: hidden;
  overflow-y: auto; }
  .body-container--bg-gris {
    background: #e0e0e0; }

.filter-container {
  margin-bottom: 20px;
  text-align: right; }
  .filter-container .form-group {
    border: 2px solid #4D648D;
    border-top: none;
    font-size: 1.2em; }
    .filter-container .form-group.filters-table__group {
      height: 45px; }
    .filter-container .form-group .bootstrap-select.btn-group .dropdown-toggle .filter-option {
      color: #4D648D;
      font-size: 1.2em; }
    .filter-container .form-group .bootstrap-select.btn-group .dropdown-toggle .bs-caret .caret {
      border-top: 7px dashed #4D648D;
      border-top: 7px solid #4D648D \9;
      border-right: 7px solid transparent;
      border-left: 7px solid transparent; }
    .filter-container .form-group .bootstrap-select.btn-group .dropdown-toggle .caret {
      top: 35%; }
    .filter-container .form-group .bootstrap-select.btn-group .btn-select {
      padding: 5px 10px 0px 10px;
      height: 45px; }
    .filter-container .form-group .bs-searchbox:before {
      top: 5px; }

.toolbar {
  width: 100%;
  height: 54px;
  background: white;
  line-height: 54px; }
  .toolbar::before, .toolbar::after {
    display: table;
    content: ' '; }
  .toolbar--bg1 {
    background: #4D648D; }
  .toolbar--bg2 {
    background: #4D648D; }
  .toolbar__titulo {
    margin: 0;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 54px;
    vertical-align: top; }
  .toolbar__date {
    display: inline-block;
    margin: 0;
    color: rgba(255, 255, 255, 0.87);
    font-size: 20px;
    line-height: 54px;
    vertical-align: top; }
  .toolbar__agenda {
    display: inline-block;
    width: 274px;
    margin: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.87);
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 54px;
    vertical-align: top; }
  .toolbar__tabs {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
    vertical-align: top; }
  .toolbar__tab {
    background-color: #e0e0e0;
    display: inline-block;
    width: 180px;
    color: #868585;
    font-size: 14px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    opacity: .6; }
    .toolbar__tab--active, .toolbar__tab:hover {
      background: #4D648D;
      color: #fff;
      opacity: 1; }
  .toolbar__link {
    display: inline-block;
    width: 100%;
    height: 54px;
    color: currentColor; }
    .toolbar__link:hover {
      color: currentColor;
      text-decoration: none; }
  .toolbar__right {
    height: 100%;
    float: right;
    text-align: right; }
  .toolbar__left {
    height: 100%;
    float: left;
    text-align: left; }
    .toolbar__left h3 {
      color: #4D648D;
      text-transform: uppercase;
      text-align: center;
      margin: 0;
      line-height: 54px; }
  .toolbar__btn {
    display: inline-block;
    height: 37px;
    padding: 0 15px;
    border: 2px solid #fff;
    border-radius: 2px;
    background: none;
    color: rgba(255, 255, 255, 0.87);
    font-size: 15px;
    font-weight: 700;
    margin-right: 5px;
    line-height: 37px;
    vertical-align: middle; }
    .toolbar__btn--primary {
      margin-right: 5px;
      background: #fff;
      color: #009688; }
    .toolbar__btn--cita {
      margin-left: 30px;
      background: #fff;
      color: #03A9F4;
      height: 26px;
      line-height: 25px; }

.nav-tabs {
  margin-top: 30px;
  border-bottom: none !important; }
  .nav-tabs li {
    background-color: white;
    margin-bottom: 0; }
    .nav-tabs li a {
      background-color: white;
      border-radius: 0 !important;
      border: none !important;
      color: #283655;
      font-weight: 700;
      text-decoration: none !important; }
    .nav-tabs li.active a, .nav-tabs li.active a:hover {
      background-color: #4D648D !important;
      color: white !important; }

.tab-content {
  background-color: white;
  border-top: 5px solid #4D648D;
  padding: 30px; }

.sidebar-agenda__checks .beatpicker {
  width: 97% !important;
  z-index: 0; }

.beatpicker {
  background-color: white !important;
  box-sizing: content-box;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);}

.beatpicker .main-nav {
  background: white !important; }

.beatpicker .button {
  background: white !important;
  color: black !important; }

.beatpicker .button:hover {
  background: white !important;
  color: black !important; }

.beatpicker li.cell {
  color: black !important;
  border-radius: 50%;
  width: 12%;
}
.beatpicker .days .cell-parent li.cell:hover{
  color: black !important;

}
  .beatpicker li.cell.current {
    border: 1px solid #4D648D; }

.beatpicker .days .cell:hover, .beatpicker .days .cell-parent li.cell.selected-date {
  color: black !important;
  background-color: #dadbdb !important;}

  .beatpicker .days .cell-parent li.cell.cell-months, .days .cell-parent li.cell.cell-years {
    padding: 7% 5.5%;
    width: 23%;

}
.beatpicker .days .cell-parent li.cell.cell-months:hover , .days .cell-parent li.cell.cell-years:hover {
  background-color: #dadbdb !important;
}
.beatpicker .days .cell.notable-today {
  background: #4D648D !important;
  color: #fff !important; }

.beatpicker .days .cell-parent li.cell.not-notable {
  color: #ababab !important; }
.beatpicker .days .cell-parent li.cell.months-cell:hover, .beatpicker .days .cell-parent li.cell.years-cell:hover {
  color: black !important;
  font-weight: bold !important;
  background-color: #dadbdb !important;
 }

.beatpicker .days .cell-parent li.cell.date-disabled, .days .cell-parent li.cell.not-notable.date-disabled {
  color: #c6c6c6 !important; }

/* breadcrumbs*/
.breadcrumbs {
  height: 45px; }
  .breadcrumbs__big-arrow {
    color: #fff;
    background-color: #4D648D;
    border-radius: 50%;
    padding: 10px 12px;
    position: relative;
    top: 15px; }
  .breadcrumbs__arrow {
    padding: 0 5px; }
  .breadcrumbs__link {
    font-size: 15px;
    color: #4D648D;
    top: 15px;
    margin-left: 10px;
    position: relative; }
    .breadcrumbs__link--active {
      font-weight: bold;
      color: #1E1F26; }
  .breadcrumbs__big-arrow:active, .breadcrumbs__big-arrow:hover, .breadcrumbs__link:active, .breadcrumbs__link:hover {
    text-decoration: none;
    color: inherit; }

/* breadcrumbs*/
/* buscador*/
.searcher {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  transition: 0.3s;
  margin-right: 20px !important;
  background-color: #FFFFFF;
  border: 1px solid #B8CDEB;
  border-radius: 3px;
  width: 100%;
  height: 42px;
  margin-top: 4px;
  max-width: 200px;}
  .searcher__lupa {
    color: #4D648D;
    cursor: pointer;
    font-size: 20px;
    left: 0;
    padding: 8px 10px;
    position: absolute;
    z-index: 2; }
  .searcher__remove {
    color: #4D648D;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 10px;
    top: 10px; }
  .searcher.inactive {
    width: 60px; }
  .searcher .txt-search {
    background: white;
    border-color: white;
    color: #4D648D;
    left: 0;
    padding: 15px 25px 15px 40px;
    position: absolute;
    top: -6px;
    z-index: 0; }

.no-padding {
  padding: 0 !important; }

.nav-lateral {
  color: #959595;
  background: #f7f7f7;
  padding: 0; }
  .nav-lateral ul.menu {
    margin: 0;
    list-style: none;
    padding: 0; }
    .nav-lateral ul.menu a {
      color: #959595;
      font-weight: bold;
      text-decoration: none; }
    .nav-lateral ul.menu li {
      cursor: pointer;
      padding: 10px;
      position: relative; }
      .nav-lateral ul.menu li:hover, .nav-lateral ul.menu li.active {
        background: #D0E1F9;
        color: #4D648D; }

.deuda-paciente {
  text-align: center !important;
  font-size: 24px;
  font-weight: bold;
  color: #FF5252;
  margin-top: 10px; }

.marco-filtro {
  border-bottom: 2px solid rgba(1, 87, 155, 0.5);
  border-left: 2px solid rgba(1, 87, 155, 0.5);
  border-right: 2px solid rgba(1, 87, 155, 0.5);
  margin-bottom: 20px;
  padding-bottom: 20px; }

.sin-casos {
  width: 610 !important; }

.div-recetas {
  border-bottom: 2px solid rgba(1, 87, 155, 0.5);
  border-left: 2px solid rgba(1, 87, 155, 0.5);
  border-right: 2px solid rgba(1, 87, 155, 0.5);
  margin-bottom: 20px;
  padding-bottom: 20px;
  height: 460px;
  overflow-x: hidden;
  overflow-y: auto; }
  .div-recetas div.sub-receta div {
    padding: 0px 10px; }
    .div-recetas div.sub-receta div h3 {
      padding: 0px 10px; }
    .div-recetas div.sub-receta div label {
      left: 15px; }
    .div-recetas div.sub-receta div div.text-cont {
      padding: 10px; }
      .div-recetas div.sub-receta div div.text-cont textarea {
        height: 200px;
        max-width: 408px; }
  .div-recetas div.sub-receta hr {
    border-color: #0400cf; }

.div-ordenes {
  border-bottom: 2px solid rgba(1, 87, 155, 0.5);
  border-left: 2px solid rgba(1, 87, 155, 0.5);
  border-right: 2px solid rgba(1, 87, 155, 0.5);
  margin-bottom: 20px;
  padding-bottom: 20px;
  height: 460px;
  overflow-x: hidden;
  overflow-y: auto; }
  .div-ordenes div.sub-ordenes div {
    padding: 0px 10px; }
    .div-ordenes div.sub-ordenes div h3 {
      padding: 0px 10px; }
    .div-ordenes div.sub-ordenes div label {
      left: 15px; }
    .div-ordenes div.sub-ordenes div div.text-cont {
      padding: 10px; }
      .div-ordenes div.sub-ordenes div div.text-cont textarea {
        height: 200px;
        max-width: 408px; }
  .div-ordenes div.sub-ordenes hr {
    border-color: #0400cf; }

.modal-orden-receta {
  padding-bottom: 200px !important; }

.ui-autocomplete li:hover {
  background-color: #0288d1; }

.marco-head-filtro {
  border-bottom: 2px solid rgba(1, 87, 155, 0.5);
  border-left: 2px solid rgba(1, 87, 155, 0.5);
  border-right: 2px solid rgba(1, 87, 155, 0.5);
  margin-bottom: 20px;
  padding-bottom: 20px; }

label.receta-area {
  font-weight: normal !important;
  white-space: pre-wrap;
  color: #000;
  background-color: #e1e2eb;
  width: 100%;
  padding: 10px; }

button.btn-orden-receta {
  margin-bottom: 10px !important;
  font-size: 0.8em !important; }

md-input-container {
  width: 100%; }

/* buscador*/
.calendar {
  width: calc(100% + 30px);
  margin-left: -15px; }

.calendar-header {
  padding: 0 20px;
  clear: both; }
  .calendar-header::before, .calendar-header::after {
    display: table;
    content: ''; }
  .calendar-header__sillon {
    position: relative;
    height: 30px;
    padding: 0 15px;
    border: 0;
    border-radius: 2px;
    background: #4D648D;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px; }
  .calendar-header__badge {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: #ff5252;
    font-size: 11px;
    line-height: 18px;
    text-align: center; }
  .calendar-header__text-link {
    border: 0;
    background: none;
    color: #212121;
    font-size: 15px; }
  .calendar-header__dr {
    float: right; }
  .calendar-header__dr-icon {
    margin-right: 5px;
    color: #8bc34a;
    font-size: 35px !important;
    vertical-align: middle; }

.calendar-header-dropdown {
  display: inline-block;
  height: 100%;
  margin: 0; }
  .calendar-header-dropdown__btn {
    position: relative;
    height: 100%;
    border: 0;
    border-radius: 2px;
    background: #4D648D;
    color: #fff;
    font-size: 13px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16); }
  .calendar-header-dropdown__arrow {
    margin-left: 10px;
    font-size: 18px !important; }
  .calendar-header-dropdown__label {
    position: absolute;
    left: 7px;
    width: calc(100% - 40px);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .calendar-header-dropdown--day {
    width: 100%; }
    .calendar-header-dropdown--day .calendar-header-dropdown__btn {
      width: 100%;
      height: 100%;
      color: #fff;
      padding: 0 15px;
      background: #4D648D;
      text-align: right; }
      .calendar-header-dropdown--day .calendar-header-dropdown__btn--30 {
        height: 99px; }
      .calendar-header-dropdown--day .calendar-header-dropdown__btn--45 {
        height: 150px; }
      .calendar-header-dropdown--day .calendar-header-dropdown__btn--60 {
        height: 200px; }

.dropdown-date {
  border: 2px solid #4D648D;
  color: #4D648D;
  font-size: 15px;
  padding: 0;
  top: 97%;
  min-width: 150px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  .dropdown-date li a {
    font-size: 1em;
    text-align: left; }

.dropdown-date--link {
  color: #808080 !important;
  font-size: 1.2em;
  text-align: center; }

.dropdown-print {
  border: 2px solid #4D648D;
  color: #4D648D;
  padding: 0;
  min-width: 134px;
  top: 85%; }
  .dropdown-print--two {
    min-width: 138px;
    top: 95%; }
  .dropdown-print__pay {
    min-width: auto;
    top: 85%;
    border: 2px solid #4D648D;
    left: -35px; }
  .dropdown-print__link {
    color: #4D648D !important;
    text-align: center;
    padding: 8px 0 !important; }
    .dropdown-print__link--pay {
      color: #4D648D !important;
      text-align: center;
      padding: 8px 10px !important; }
  .dropdown-print__link:hover {
    background-color: #4D648D !important;
    color: #fff !important; }
  .dropdown-print__link--pay:hover {
    background-color: #4D648D !important;
    color: #fff !important; }

.calendar-table {
  background: white;
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
  width: 100%; }
  .calendar-table tr {
    line-height: 50px; }
    .calendar-table tr.minimo {
      line-height: 10px; }
      .calendar-table tr.minimo .js-btn-nueva-cita {
        font-size: 0.75em; }
  .calendar-table th {
    height: 50px;
    border: 1px solid #e0e0e0;
    text-align: center; }
    .calendar-table th.current {
      background-color: #4D648D;
      color: white; }
  .calendar-table td {
    border-left: 1px solid #e0e0e0;
    height: 100%;
    text-align: center; }
    .calendar-table td.border-top {
      border-top: 1px solid #e0e0e0; }
  .calendar-table__arrow {
    width: 50px; }
  .calendar-table__hour {
    width: 50px;
    padding: 0 10px;
    color: rgba(0, 0, 0, 0.87);
    font-size: 13px; }
  .calendar-table__head {
    position: relative;
    color: rgba(0, 0, 0, 0.56);
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase; }
  .calendar-table__day {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .calendar-table__free {
    background-color: #d8d8d8;
    cursor: pointer;
    transition: 0.7s; }
    .calendar-table__free:hover .js-btn-nueva-cita {
      display: block; }
    .calendar-table__free.border-top {
      border-top: 1px solid #ffffff !important; }
    .calendar-table__free .js-btn-nueva-cita {
      cursor: pointer;
      color: #4D648D;
      display: none;
      font-weight: bold;
      text-transform: uppercase; }
  .calendar-table__block {
    background: url("../images/trama_rayas.png") #d8d8d8; }

.btn-flotante {
  left: 0;
  position: absolute;
  z-index: 2; }
  .btn-flotante li {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 54px;
    opacity: 1;
    position: relative;
    width: 60px; }
    .btn-flotante li i {
      font-size: 1.8em;
      line-height: 54px; }
    .btn-flotante li .tooltip {
      display: none;
      position: absolute;
      left: 75px;
      top: 5px;
      background-color: #283655;
      opacity: 1;
      padding: 5px 10px;
      border-radius: 5px;
      text-align: center; }
    .btn-flotante li .flechita {
      display: none;
      border-top: 10px solid transparent;
      border-right: 10px solid #283655;
      border-bottom: 10px solid transparent;
      position: absolute;
      left: 68px;
      top: 15px; }
    .btn-flotante li:hover .tooltip, .btn-flotante li:hover .flechita {
      display: block; }


.sidebar-agenda {
  text-align: center;
  background-color: #fff;
  /* 	&__tipo-a--a{
  		border-left: 5px solid $base-azul;
  	}
  	&__tipo-a--n{
  		border-left: 5px solid #fff;
  	}
  	&__tipo-a--v{
  		border-left: 5px solid $tipo-a-v;
  	}
  	&__tipo-a--l{
  		border-left: 5px solid $tipo-a-l;
  	}
  	&__tipo-a--m{
  		border-left: 5px solid $tipo-a-m;
  	}
  	&__tipo-a--c{
  		border-left: 5px solid $tipo-a-c;
  	}
  	&__tipo-a--vi{
  		border-left: 5px solid $tipo-a-vi;
  	}
  	&__tipo-a--p{
  		border-left: 5px solid $tipo-a-p;
  	} */ }
  .sidebar-agenda__fecha-j {
    font-size: 20px;
    padding: 15px;
    margin: 0;
    font-weight: bold;
    color: #fff;
    background-color: #283655; }
  .sidebar-agenda__fecha-main {
    height: 230px;
    background-color: #283655; }
  .sidebar-agenda__flecha-grande {
    margin-top: 10px;
    font-size: 50px;
    color: #fff; }
  .sidebar-agenda__fecha-back, .sidebar-agenda__fecha-next {
    color: #fff; }
  .sidebar-agenda__numero {
    font-weight: bold;
    padding: 10px; }
  .sidebar-agenda__mes {
    margin-top: 10px; }
  .sidebar-agenda__drop-dentista {
    display: block; }
  .sidebar-agenda__check-todos {
    width: 80%;
    display: block;
    margin: 20px 0 0 20px;
    padding-top: 10px;
    text-align: left;
    border-top: 2px solid #fff;
    color: #fff; }
  .sidebar-agenda__checks {
    text-align: left; }
    .sidebar-agenda__checks ul {
      list-style: none;
      color: #4D648D;
      padding-left: 5px; }
      .sidebar-agenda__checks ul li {
        padding: 8px;
        margin: 2px 0; }

.modal-cita__content {
  width: 750px; }
.modal-cita__header {
  text-align: center; }
.modal-cita__modal-contenido {
  border-radius: 2px; }
.modal-cita__los-filtros {
  margin-top: 30px;
  text-align: center; }
  .modal-cita__los-filtros h3 {
    margin-top: 0; }
.modal-cita__btn {
  font-size: 18px;
  padding: 10px 10px 5px 5px;
  display: block;
  border-radius: 0;
  border: none;
  color: #4D648D !important;
  border-bottom: 1px solid #757575; }
.modal-cita__btn:active, .modal-cita__btn:focus {
  background-color: transparent !important;
  box-shadow: transparent !important;
  -webkit-box-shadow: transparent !important;
  outline: none !important; }

.date-picker-cita {
  outline: none;
  border: none;
  border-bottom: 1px solid #4D648D;
  width: 120px; }
  .date-picker-cita__date-picker-angle {
    position: absolute;
    color: #4D648D;
    top: 20px;
    right: 12px; }
  .date-picker-cita__date-picker-angle-f {
    position: absolute;
    color: #4D648D;
    top: 26px;
    right: 65px; }
  .date-picker-cita__date-picker-angle-new {
    top: 27px;
    right: 125px;
    position: absolute;
    color: #4D648D; }

.cita-select-state {
  width: 150px !important; }

.cita-select-state2 {
  width: 190px !important; }

.cita-select:focus {
  outline: none !important; }

.cita-select > .modal-cita__btn {
  padding: 0 !important;
  border-bottom: 1px solid #4D648D; }

.cita-select > button.modal-cita__btn:hover {
  background-color: transparent !important;
  border-bottom: 1px solid #4D648D; }

.cita-select .open > button.modal-cita__btn:active {
  background-color: transparent !important;
  box-shadow: none;
  outline: none !important; }

.filters-table {
  height: 52px;
  margin-bottom: 5px; }
  .filters-table__group {
    display: inline-block;
    height: 52px;
    margin: 0 10px;
    padding: 0;
    position: relative; }
    .filters-table__group--status {
      float: right; }
    .filters-table__group--status:before {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      position: absolute;
      top: 20px;
      right: 160px;
      color: #fff;
      text-decoration: inherit;
      content: "\f002"; }
    .filters-table__group--lg {
      width: 220px; }
    .filters-table__group--md {
      width: 165px; }
  .filters-table__btn {
    height: 45px;
    background-color: transparent;
    margin-top: 2px;
    border: none; }

.table-pacientes {
  margin: 20px auto;
  width: 90%; }
  .table-pacientes__header {
    background: #4D648D; }
    .table-pacientes__header--col-1 {
      width: 10%; }
    .table-pacientes__header--col-2 {
      width: 30%; }
    .table-pacientes__header--col-3 {
      width: 15%; }
  .table-pacientes__btn {
    background: #4D648D;
    border: none;
    color: white;
    width: 90px; }
  .table-pacientes__btn:hover {
    color: #fff;
    text-decoration: none; }
  .table-pacientes th {
    color: white;
    padding: 5px 0; }
  .table-pacientes tbody tr {
    height: 60px; }
    .table-pacientes tbody tr:nth-child(even) {
      background: #ddd; }
    .table-pacientes tbody tr:nth-child(odd) {
      background: white; }
    .table-pacientes tbody tr td {
      border: none; }

.icon-tabs {
  background: #e0e0e0;
  border-top: 1px solid #c5bdbd;
  border-bottom: 1px solid #c5bdbd;
  margin-top: 10px;
  padding: 5px;
  text-align: center; }
  .icon-tabs a {
    text-decoration: none; }
    .icon-tabs a i {
      font-size: 1.3em;
      padding: 5px 10px; }

.sidebar-tabs {
  background-color: white;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  .sidebar-tabs__tab {
    background-color: #e0e0e0;
    color: #bdbdbd;
    cursor: pointer;
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    position: relative;
    text-align: center;
    width: 25%; }
    .sidebar-tabs__tab a {
      color: #4D648D;
      display: block;
      padding: 12px 0; }
    .sidebar-tabs__tab--active, .sidebar-tabs__tab--active a, .sidebar-tabs__tab.active, .sidebar-tabs__tab.active a, .sidebar-tabs__tab:hover, .sidebar-tabs__tab:hover a {
      background-color: #4D648D;
      color: #D0E1F9 !important;
      text-decoration: none; }
    .sidebar-tabs__tab--disabled, .sidebar-tabs__tab--disabled a, .sidebar-tabs__tab--disabled a:hover, .sidebar-tabs__tab.disabled, .sidebar-tabs__tab.disabled a, .sidebar-tabs__tab.disabled a:hover {
      background-color: #e0e0e0 !important;
      color: #bdbdbd !important;
      cursor: no-drop;
      text-decoration: none !important; }
    .sidebar-tabs__tab .feedback {
      color: #ff5252;
      font-size: 0.75em;
      padding-left: 10px;
      position: absolute;
      top: 15px; }
.sidebar-datos__header {
  background-color: #283655;
  color: white;
  height: 45px;
  margin-bottom: 10px;
  text-transform: uppercase; }
  .sidebar-datos__header h3 {
    text-align: center;
    font-size: 1.3em;
    margin: 0;
    height: 45px;
    line-height: 45px; }
.sidebar-datos__info {
  color: #555;
  font-size: 0.9em;
  margin-bottom: 3px;
  word-break: break-word; }
  .sidebar-datos__info--label {
    font-weight: bold; }
  .sidebar-datos__info--destacar {
    color: #4D648D;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: capitalize; }
.sidebar-datos__alerta {
  margin-bottom: 20px;
  margin-top: 30px; }
  .sidebar-datos__alerta__header {
    background-color: #FF5252;
    color: rgba(255, 255, 255, 0.87);
    font-size: 15px;
    padding: 0px 15px; }
    .sidebar-datos__alerta__header h3 {
      font-size: 1.1em;
      margin: 0;
      padding: 5px;
      text-align: center; }
  .sidebar-datos__alerta__descripcion {
    text-align: center; }
    .sidebar-datos__alerta__descripcion h4 {
      color: #FF5252;
      display: inline-block;
      font-size: 1em;
      margin-top: 0; }
      .sidebar-datos__alerta__descripcion h4:after {
        content: " -"; }
      .sidebar-datos__alerta__descripcion h4:nth-last-child(1):after {
        content: ""; }
    .sidebar-datos__alerta__descripcion p {
      margin-bottom: 0;
      margin-top: 10px; }
.sidebar-items__header {
  height: 45px; }
  .sidebar-items__header h3 {
    text-align: center; }
.sidebar-items__info-label p {
  font-weight: bold; }
.sidebar-items p {
  color: #555;
  font-size: 0.9em;
  margin-bottom: 3px;
  word-break: break-word; }
.sidebar-items__alerta {
  margin-top: 30px; }
  .sidebar-items__alerta__header {
    background-color: #FF5252;
    color: rgba(255, 255, 255, 0.87);
    font-size: 15px;
    padding: 0px 15px; }
    .sidebar-items__alerta__header p {
      margin-top: 5px;
      text-align: center; }
    .sidebar-items__alerta__header a {
      color: rgba(255, 255, 255, 0.87);
      font-size: 0.8em;
      position: absolute;
      top: 5px;
      right: 8px; }
      .sidebar-items__alerta__header a:hover {
        text-decoration: none;
        color: #fff; }
  .sidebar-items__alerta__descripcion {
    text-align: center; }
    .sidebar-items__alerta__descripcion h4 {
      color: #FF5252;
      font-size: 1em;
      margin-top: 0; }
    .sidebar-items__alerta__descripcion p {
      margin-bottom: 0;
      margin-top: 10px; }

.tabla-historia {
  border: 2px solid #8bc34a; }
  .tabla-historia__header {
    height: 45px;
    background-color: #8bc34a; }
    .tabla-historia__header__titulo {
      color: #fff;
      margin: 15px 20px;
      font-weight: bold;
      font-size: 15px; }
  .tabla-historia__body__header {
    height: 40px;
    margin-top: 5px; }
    .tabla-historia__body__header--actual {
      background-color: #283655; }
    .tabla-historia__body__header--pasada {
      background-color: #4D648D; }
    .tabla-historia__body__header--docs {
      background-color: #4D648D; }
    .tabla-historia__body__header h3 {
      font-weight: bold;
      font-size: 20px;
      color: #fff;
      padding: 8px 15px;
      margin: 0; }
  .tabla-historia__body__item--icon {
    min-height: 85px; }
    .tabla-historia__body__item--icon:before {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      width: 3px;
      height: 1000%;
      clear: both; }
    .tabla-historia__body__item--icon.actual:before {
      background-color: #283655; }
    .tabla-historia__body__item--icon.pasada:before {
      background-color: #4D648D; }
    .tabla-historia__body__item--icon figure {
      border-radius: 50%;
      height: 40px;
      line-height: 90px;
      margin: auto;
      margin-top: 30px;
      position: relative;
      text-align: center;
      width: 40px; }
      .tabla-historia__body__item--icon figure.actual {
        background-color: #283655; }
      .tabla-historia__body__item--icon figure.pasada {
        background-color: #4D648D; }
      .tabla-historia__body__item--icon figure i {
        color: white;
        font-size: 1.6em;
        left: 9px;
        position: absolute;
        top: 9px; }
  .tabla-historia__body__item__modal {
    padding-right: 0px; }
    .tabla-historia__body__item__modal__header {
      color: #fff;
      height: 73px;
      margin-top: 15px; }
      .tabla-historia__body__item__modal__header:before {
        content: '';
        position: absolute;
        right: 96.5%;
        top: 30px;
        width: 0;
        height: 0;
        border-top: 19px solid transparent;
        border-bottom: 19px solid transparent;
        clear: both; }
      .tabla-historia__body__item__modal__header.actual:before {
        border-right: 20px solid #283655; }
      .tabla-historia__body__item__modal__header.pasada:before {
        border-right: 20px solid #4D648D; }
      .tabla-historia__body__item__modal__header--left {
        max-height: 70px;
        min-height: 70px;
        padding: 0;
        text-align: center;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px; }
        .tabla-historia__body__item__modal__header--left.actual {
          background-color: #283655; }
        .tabla-historia__body__item__modal__header--left.pasada {
          background-color: #4D648D; }
        .tabla-historia__body__item__modal__header--left .hora {
          font-size: 2em;
          margin: 0;
          margin-bottom: -5px;
          margin-top: 5px; }
        .tabla-historia__body__item__modal__header--left .fecha {
          margin: 0;
          font-size: 0.9em; }
      .tabla-historia__body__item__modal__header--right {
        max-height: 70px;
        min-height: 70px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; }
        .tabla-historia__body__item__modal__header--right.actual {
          background-color: #304166; }
        .tabla-historia__body__item__modal__header--right.pasada {
          background-color: #56709d; }
        .tabla-historia__body__item__modal__header--right .tipo {
          font-size: 1.7em;
          margin: 0;
          margin-top: 8px;
          margin-bottom: -2px; }
        .tabla-historia__body__item__modal__header--right .profesional {
          font-size: 0.9em; }
        .tabla-historia__body__item__modal__header--right .estado {
          font-size: 1em;
          margin-top: 20px; }
    .tabla-historia__body__item__modal__body {
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border: 1px solid #ddd;
      overflow: hidden;
      margin-top: -3px; }

.tabla-datos-personales {
  border: 2px solid rgba(1, 87, 155, 0.5);
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .tabla-datos-personales--b {
    margin-bottom: 0; }

.upp {
  font-weight: bold; }

.no-hulk {
  color: #fff; }

.tabe {
  padding-left: 35px; }

.btn-ficha {
  height: 35px;
  margin: 5px;
  float: right;
  line-height: 35px; }

.btn-ficha--seg {
  height: 35px;
  margin: 5px;
  float: right;
  line-height: 35px;
  background-color: #01579B;
  color: rgba(255, 255, 255, 0.87);
  border-color: #01579B; }

.docs-title {
  font-size: 15px !important;
  line-height: 25px;
  cursor: pointer; }
  .docs-title--b {
    background-color: #4D648D;
    color: white;
    margin: 0;
    padding: 8px 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center; }

.docs .archivos {
  background: #D0E1F9;
  font-weight: bold;
  padding-bottom: 15px !important; }
.docs .nuevo-archivo {
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #9f9f9f;
  background: #D0E1F9; }
  .docs .nuevo-archivo .docs__link {
    overflow: hidden; }
    .docs .nuevo-archivo .docs__link.form {
      cursor: default;
      display: none; }
      .docs .nuevo-archivo .docs__link.form .porcentaje {
        height: 5px;
        transition: 0.3s;
        margin-top: 15px;
        width: 0%; }
    .docs .nuevo-archivo .docs__link input {
      float: left;
      margin-top: 10px; }
    .docs .nuevo-archivo .docs__link i.js-btn-adjuntar {
      cursor: pointer;
      font-size: 1.5em;
      margin-top: 10px; }
.docs__link {
  text-decoration: none;
  display: block;
  color: #4D648D;
  padding: 10px; }
.docs__link:hover, .docs__link:active, .docs__link:focus, .docs__link:visited {
  outline: none;
  text-decoration: none;
  color: #4D648D;
  cursor: pointer; }
.docs__file {
  float: left;
  margin-right: 10px; }
.docs__date {
  font-size: 10px;
  font-weight: normal;
  display: block; }

.ficha-clinica {
  border: 1px solid #4D648D;
  height: 53px;
  border-radius: 5px;
  background: #fff;
  margin-top: 20px; }
  .ficha-clinica__date {
    font-weight: bold;
    color: #4D648D;
    font-size: 10px;
    text-align: center;
    margin: 10px -15px; }
  .ficha-clinica__type {
    font-size: 18px;
    font-weight: 500;
    color: #4D648D;
    margin: 0;
    margin-top: 10px; }
  .ficha-clinica__dr {
    font-size: 12px;
    font-weight: 400;
    color: #4D648D;
    margin: 0;
    padding-left: 10px; }
  .ficha-clinica__detail {
    color: rgba(77, 100, 141, 0.5);
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    margin: 15px -12px;
    padding-left: 10px; }
  .ficha-clinica__content {
    background: #fff;
    border-left: 1px solid #4D648D;
    border-right: 1px solid #4D648D;
    border-bottom: 1px solid #4D648D;
    border-radius: 0 0 5px 5px;
    overflow: hidden; }

.ficha-clinica::after {
  content: '';
  display: block;
  position: absolute;
  right: 96.1%;
  top: 40px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-right: 1px solid #4D648D;
  border-bottom: 1px solid #4D648D;
  clear: both;
  transform: rotate(135deg); }

.atencion .tab-content textarea {
  border: 1px solid #4D648D;
  resize: none;
  margin-top: 35px;
  padding: 10px; }
.atencion .filters-table {
  height: 52px;
  margin-bottom: 5px; }
  .atencion .filters-table__group {
    display: inline-block;
    height: 52px;
    margin: 0 10px;
    padding: 0;
    position: relative; }
    .atencion .filters-table__group--status {
      float: right; }
    .atencion .filters-table__group--status:before {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      position: absolute;
      top: 20px;
      left: 25px;
      right: initial;
      color: #4D648D;
      text-decoration: inherit;
      content: "\f002"; }
.atencion .txt-search {
  width: 100%;
  margin-top: 8px;
  color: #4D648D;
  height: 30px;
  background: #e7f0fc;
  padding: 20px 5px 20px 30px;
  border: 2px solid #bad4f6;
  border-radius: 2px;
  outline: none; }
.atencion .content-btn-item {
  text-align: center; }
.atencion .content-btn-finalizar {
  text-align: right;
  margin: 20px; }

.resumen-atencion h3 {
  font-size: 1.2em;
  color: #4D648D; }
.resumen-atencion__content {
  background-color: #e7f0fc;
  min-height: 160px; }
  .resumen-atencion__content .item {
    margin-top: 10px;
    color: #4D648D; }
    .resumen-atencion__content .item div:nth-child(1) i {
      font-size: 1.5em; }

.pagos__titulo {
  font-size: 1.6em;
  color: #4D648D;
  text-align: center;
  text-transform: uppercase; }
.pagos__titulo2 {
  font-size: 1.6em;
  color: #4D648D;
  text-align: center;
  text-transform: uppercase; }
.pagos__subtitulo {
  font-size: 1.3em;
  color: #808080;
  text-align: center;
  text-transform: uppercase; }
.pagos__resumen {
  background-color: white;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.4);
  padding: 20px;
  margin-bottom: 20px; }
  .pagos__resumen__label {
    font-size: 2em;
    font-weight: 700;
    color: #4D648D;
    text-align: right; }
  .pagos__resumen__value {
    font-size: 2em;
    color: #4D648D;
    text-align: left; }
.pagos .table-base__header th {
  font-size: 1.1em;
  padding: 5px 0; }
.pagos .table-base__container {
  border-top: 2px solid #e3e3e3;
  color: #4D648D;
  font-size: 1.1em;
  height: 50px; }
  .pagos .table-base__container--pagado, .pagos .table-base__container--pagado .table-base__paciente--up {
    color: #a7a5a5 !important; }
  .pagos .table-base__container.comprobante {
    cursor: pointer;
    font-weight: 500; }
  .pagos .table-base__container.item {
    display: none; }
.pagos .table-base__profesional {
  font-size: 1em; }
.pagos .nav-tabs li a {
  background-color: white !important;
  color: #4D648D !important; }
.pagos .nav-tabs li.active a, .pagos .nav-tabs li.active a:hover {
  background-color: #4D648D !important;
  color: white !important; }
.pagos .tab-content {
  padding: 0; }

.comprobante {
  margin-top: 20px; }
  .comprobante__total {
    background-color: #4D648D;
    border: 2px solid #4D648D;
    line-height: 40px;
    margin-top: 5px;
    text-align: center; }
    .comprobante__total span {
      color: white;
      font-weight: 700;
      font-size: 1.3em; }
  .comprobante__valor {
    border: 2px solid #4D648D;
    line-height: 40px;
    margin-top: 5px;
    text-align: center; }
    .comprobante__valor span {
      color: #4D648D;
      font-weight: 700;
      font-size: 1.3em; }
  .comprobante__valordeuda {
    border: 2px solid #4D648D;
    line-height: 40px;
    margin-top: 5px;
    text-align: center; }
    .comprobante__valordeuda span {
      color: #4D648D;
      font-weight: 700;
      font-size: 1.3em; }
  .comprobante__totaldeuda {
    background-color: #4D648D;
    border: 2px solid #4D648D;
    line-height: 40px;
    margin-top: 5px;
    text-align: center;
    font-size: 12px; }
    .comprobante__totaldeuda span {
      color: white;
      font-weight: 700;
      font-size: 1.3em; }
  .comprobante__btn {
    margin-top: 40px;
    text-align: center; }
    .comprobante__btn button {
      width: 100px; }

.login-home {
  background-color: #4D648D;
  text-align: center; }
  .login-home__logo-login {
    width: 150px;
    margin-top: 100px;
    margin-bottom: 50px; }
  .login-home__modal {
    width: 350px;
    height: 290px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.form-login {
  /* LABEL ======================================= */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* active state */
  /* HIGHLIGHTER ================================== */
  /* active state */
  /* ANIMATIONS ================ */ }
  .form-login__field-group {
    position: relative;
    margin: 0 auto 30px auto;
    width: 250px;
    top: 30px; }
  .form-login__form-texto {
    font-size: 18px;
    padding: 10px 10px 5px 5px;
    display: block;
    width: 250px;
    border: none;
    border-bottom: 1px solid #757575; }
  .form-login__form-texto:focus {
    outline: none; }
  .form-login__form-place {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 15px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all; }
  .form-login__form-texto:focus ~ .form-login__form-place, .form-login__form-texto:valid ~ .form-login__form-place {
    top: -10px;
    font-size: 14px;
    color: #4D648D; }
  .form-login__bar {
    position: relative;
    display: block;
    width: 250px; }
  .form-login__bar:before, .form-login__bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #4D648D;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all; }
  .form-login__bar:before {
    left: 50%; }
  .form-login__bar:after {
    right: 50%; }
  .form-login__form-texto:focus ~ .form-login__bar:before, .form-login__form-texto:focus ~ .form-login__bar:after {
    width: 50%; }
  .form-login__highlight {
    position: absolute;
    height: 40%;
    width: 100px;
    top: 55%;
    left: 0;
    pointer-events: none;
    opacity: 0.5; }
  .form-login__form-texto:focus ~ .form-login__highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease; }
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE; }
  to {
    width: 0;
    background: transparent; } }
@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE; }
  to {
    width: 0;
    background: transparent; } }
@keyframes inputHighlighter {
  from {
    background: #5264AE; }
  to {
    width: 0;
    background: transparent; } }
  .form-login__go {
    position: relative;
    display: inline-block;
    margin-top: 40px;
    width: 250px; }
  .form-login__sign {
    background: #4D648D;
    display: inline-block;
    height: 37px;
    padding: 0 35px;
    border-radius: 2px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 37px;
    vertical-align: middle; }
  .form-login__sign:hover {
    color: #fff; }
  .form-login__forgot {
    font-size: 16px;
    color: #808080;
    display: inline-block;
    margin-top: 10px; }
  .form-login__forgot:hover {
    text-decoration: none;
    color: #4D648D; }

/*$base-color:#03A9F4;
$base-color-light:#81D4FA;
$base-azul:#01579B;

$base-color:#00bcd4; */
/* test de colores*/
/*cool blues

$base-color:#07575b;
$base-color-light:#c4dfe6;
$base-azul:#003b46;
$base-color:#66a5ad;*/
/*Watery Blue-Greens

$base-color:#004445;
$base-color-light:#6fb98f;
$base-azul:#021c1e;
$base-color:#2c7873;*/
/* Berry Blues */
/*Misty Greens

$base-color:#304040;
$base-color-light:#c9d1c8;
$base-azul:#04202c;
$base-color:#5b7065;*/
/*Aqua Blues

$base-color:#128277;
$base-color-light:#b9c4c9;
$base-azul:#004d47;
$base-color:#52958b;*/
/*Maritime Brights

$base-color:#5ea8a7;
$base-color-light:#f2f2f2;
$base-azul:#257588;
$base-color:#ff4447;*/
/*Hazy Grays

$base-color:#537072;
$base-color-light:#f4ebdb;
$base-azul:#2c4a52;
$base-color:#9e9e97;*/
/*Green Fields

$base-color:#919636;
$base-color-light:#fffae1;
$base-azul:#524a3a;
$base-color:#5a5f37;*/
/*Smoky Purples

$base-color:#727077;
$base-color-light:#eed8c9;
$base-azul:#a49592;
$base-color:#e99787;*/
/*Smoky Purples

$base-color:#48a99;
$base-color-light:#b4b4b4;
$base-azul:#fbe9e7;
$base-color:#dbae58;*/
select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 100%; }
  .bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
      color: #999; }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none; }
    .bootstrap-select > select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2; }
  .has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    /*width: $width-default;*/ }
  .bootstrap-select .dropdown-toggle:focus {
    /* outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px; */ }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }
  .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    z-index: auto; }
    .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
      border-radius: 0; }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }
.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.btn-group.disabled:focus,
  .bootstrap-select.btn-group > .disabled:focus {
    outline: none !important; }
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060; }
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; }
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: 5px;
  vertical-align: middle; }
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select.btn-group .dropdown-menu li {
    position: relative; }
    .bootstrap-select.btn-group .dropdown-menu li.active small {
      color: #fff; }
    .bootstrap-select.btn-group .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select.btn-group .dropdown-menu li a {
      cursor: pointer;
      user-select: none; }
      .bootstrap-select.btn-group .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select.btn-group .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select.btn-group .dropdown-menu li a:hover {
      color: #fff;
      text-decoration: none;
      background-color: #4D648D; }
    .bootstrap-select.btn-group .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 0; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
  padding-left: 25px;
  border-radius: 0px;
  border: none;
  border-bottom: 2px solid;
  box-shadow: none;
  color: #4D648D;
  background: #D0E1F9; }

.bs-searchbox:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: -10px;
  left: 7px;
  color: #fff;
  text-decoration: inherit;
  content: "\f002"; }

.modal-cita .bs-searchbox:before {
  top: 5px; }

/* inputs */
.btn-field {
  font-size: 15px;
  padding: 10px 10px 5px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #4D648D; }
  .btn-field--rut {
    width: 150px;
    margin: 35px auto 0; }

.btn-container {
  width: inherit !important; }

.btn-select {
  padding: 20px 10px 0px 10px;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
  box-shadow: none !important; }
  .btn-select--live {
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #4D648D; }
  .btn-select--random {
    padding: 0px 10px 0px 10px;
    height: 35px;
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #4D648D; }
  .btn-select--date-range {
    padding: 0px 10px 0px 10px;
    background-color: transparent;
    border-radius: 0;
    width: 115px !important;
    border: none;
    border-bottom: 1px solid #4D648D; }

.btn-content {
  width: 100%; }

.btn-select-drop {
  border: 2px solid #4D648D;
  border-radius: 2px;
  padding: 0; }

.txt-search {
  width: 100%;
  margin-top: 8px;
  color: #fff;
  height: 30px;
  background: #4D648D;
  padding: 20px 5px 20px 30px;
  border: 2px solid #4D648D;
  border-radius: 2px;
  outline: none; }

.btn-search::-webkit-input-placeholder {
  color: #fff; }

.cita-select {
  padding-left: 10px;
  margin-top: 15px;
  width: 100%;
  border-radius: 0;
  height: 35px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #3b3b3b;
  border-color: #4D648D;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .cita-select--b {
    width: 155px; }

.btn-base {
  margin-right: 5px;
  background: #4D648D;
  color: #fff;
  display: inline-block;
  height: 35px;
  padding: 0 15px;
  border: none;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 700;
  line-height: 35px;
  outline: none;
  vertical-align: middle;
  outline: none;
  text-decoration: none; }
  .btn-base:hover {
    background: #4D648D !important;
    text-decoration: none; }
  .btn-base__cita {
    background: #fff;
    color: #4d648d;
    width: 160px;
    height: 50px;
    padding: 10px;
    text-align: center;
    margin-right: 60px; }
  .btn-base__cita-icon {
    vertical-align: top; }
  .btn-base__cita:hover, .btn-base__cita:active, .btn-base__cita:visited, .btn-base__cita:focus {
    text-decoration: none;
    color: #4D648D; }
  .btn-base--light {
    background-color: #D0E1F9;
    color: #4D648D; }
    .btn-base--light:hover {
      background-color: #D0E1F9 !important;
      color: #4D648D !important; }
  .btn-base--out {
    background-color: transparent;
    color: #4D648D;
    border: 2px solid #4D648D; }
    .btn-base--out:hover {
      background: transparent !important; }
  .btn-base--out-white {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff; }
    .btn-base--out-white:hover {
      background: transparent !important;
      color: #fff; }
  .btn-base--inv {
    background: #fff;
    color: #4D648D; }
  .btn-base--inv:hover {
    color: #4D648D;
    text-decoration: none; }
  .btn-base--warning {
    background-color: #c0392b;
    color: white;
    border: 2px solid #c0392b; }
    .btn-base--warning:hover {
      background-color: #c0392b !important; }
  .btn-base--info {
    background-color: #3498db;
    color: white;
    border: 2px solid #3498db; }
    .btn-base--info:hover {
      background-color: #3498db !important;
      color: white !important; }
  .btn-base[disabled], .btn-base.disabled {
    background: rgba(77, 100, 141, 0.4);
    cursor: no-drop; }
    .btn-base[disabled]:hover, .btn-base.disabled:hover {
      background: rgba(77, 100, 141, 0.4) !important; }

.btn-base:hover, .btn-base:focus, .btn-base:active {
  outline: none; }

span.caret {
  color: #4D648D; }

.btns-row {
  margin: 20px 0; }

.btn-label {
  color: #4D648D;
  left: 0px;
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  top: -10px; }
  .btn-label--b {
    top: 5px; }
  .btn-label--c {
    left: 15px; }
  .btn-label--sobrecupo {
    font-size: 1.4em;
    font-weight: bold;
    min-width: 120px;
    left: -130px;
    right: 0;
    top: 0; }

.form-textarea textarea {
  background-color: transparent;
  border-bottom: 1px solid #4D648D !important;
  border: none;
  padding-top: 30px;
  border-radius: 2px;
  box-shadow: none;
  margin-bottom: 30px; }
.form-textarea textarea:focus, .form-textarea textarea:active {
  outline: none;
  box-shadow: none; }

.formulario-cita {
  /* LABEL ======================================= */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* active state */
  /* ANIMATIONS ================ */ }
  .formulario-cita__campo-rut {
    margin-top: 30px; }
  .formulario-cita__grupo {
    position: relative;
    margin-bottom: 20px; }
    .formulario-cita__grupo--no-title {
      padding-top: 18px; }
    .formulario-cita__grupo--select:before {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      position: absolute;
      top: 27px;
      right: 22px;
      color: #4D648D;
      text-decoration: inherit;
      content: "\f0d7"; }
    .formulario-cita__grupo--select-b:before {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      position: absolute;
      top: 27px;
      right: 65px;
      color: #4D648D;
      text-decoration: inherit;
      content: "\f0d7"; }
  .formulario-cita__linea {
    margin: 20px 0 0 0 !important; }
  .formulario-cita__campo {
    font-size: 15px;
    padding: 10px 10px 5px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #4D648D; }
    .formulario-cita__grupo.cita_label{
			text-align: center!important;
		}
    .formulario-cita__campo.formulario-cita_label{
			font-size: 14px !important;
			font-weight: 700 !important;
			line-height: 17px !important;
			height: 35px;
			text-align: center;
			border: none;
			color: #4D648D;
		}
    .formulario-cita__campo--rut {
      font-size: 18px;
      padding: 10px 10px 5px 5px;
      display: block;
      width: 150px;
      border: none;
      margin: 0 auto;
      border-bottom: 1px solid #4D648D; }
  .formulario-cita__campo:focus, .formulario-cita__campo--rut:focus {
    outline: none; }
  .formulario-cita__form-place {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all; }
    .formulario-cita__form-place--rut {
      left: 140px; }
    .formulario-cita__form-place--rut-new {
      left: 15px; }
  .formulario-cita__campo:focus ~ .formulario-cita__form-place, .formulario-cita__campo--rut:focus ~ .formulario-cita__form-place, .formulario-cita__campo:valid ~ .formulario-cita__form-place, .formulario-cita__campo:required ~ .formulario-cita__form-place, .formulario-cita__campo--rut:valid ~ .formulario-cita__form-place, .formulario-cita__campo:disabled ~ .formulario-cita__form-place, .formulario-cita__campo--rut:disabled ~ .formulario-cita__form-place {
    top: -10px;
    font-size: 14px;
    color: #4D648D; }
  .formulario-cita__bar {
    position: relative;
    display: block;
    width: 300px; }
  .formulario-cita__bar:before, .formulario-cita__:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #5264AE;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all; }
  .formulario-cita__:before {
    left: 50%; }
  .formulario-cita__:after {
    right: 50%; }
  .formulario-cita__campo:focus ~ .formulario-cita__:before, .formulario-cita__campo:focus ~ .formulario-cita__:after {
    width: 50%; }
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE; }
  to {
    width: 0;
    background: transparent; } }
@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE; }
  to {
    width: 0;
    background: transparent; } }
@keyframes inputHighlighter {
  from {
    background: #5264AE; }
  to {
    width: 0;
    background: transparent; } }
.dropdown-divider {
  height: 1px;
  margin: .5rem 0;
  overflow: hidden;
  background-color: #eceeef; }

button.close {
  border-radius: 50%;
  border: 2px solid #4D648D;
  color: #4D648D;
  height: 30px;
  width: 30px;
  opacity: 1; }

.table-base {
  table-layout: fixed;
  text-align: center;
  width: 100%;
  border: none !important; }
  .table-base__header {
    background: #4D648D;
    color: #fff; }
  .table-base__header th {
    text-align: center;
    padding: 16px 0;
    border-top: none !important;
    border-left: none !important;
    border-bottom: none !important; }
  .table-base__hora {
    color: white;
    font-weight: 700; }
  .table-base__container {
    background-color: white;
    color: #808080;
    height: 70px;
    font-size: 15px; }
  .table-base__container:hover {
    background-color: #f1f1f1;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease; }
  .table-base__paciente {
    color: #808080;
    padding-left: 15px;
    text-align: left;
    text-transform: capitalize; }
    .table-base__paciente--up {
      font-weight: bold;
      color: #283655; }
    .table-base__paciente--non {
      font-weight: bold;
      color: #212121; }
    .table-base__paciente--upto {
      font-size: 16px;
      color: #212121; }
  .table-base__alerta-r {
    background-color: #FF5252;
    color: #fff;
    padding: 3px 30px; }
  .table-base__alerta-s {
    background-color: #8bc34a;
    color: #fff;
    padding: 3px 30px; }
    .table-base__alerta-s:hover {
      color: #fff;
      border-bottom: none; }
  .table-base__icon-action {
    color: #0277BD;
    cursor: pointer;
    font-size: 1.5em;
    margin-left: 5px;
    position: relative; }
    .table-base__icon-action:hover, .table-base__icon-action:active, .table-base__icon-action:focus, .table-base__icon-action:visited {
      color: #0277BD;
      text-decoration: none; }
    .table-base__icon-action .feedback {
      color: #ff5252;
      font-size: 0.6em;
      position: absolute;
      right: 0;
      top: 0; }

.table-secondary {
  border: none !important;
  margin: 20px auto;
  table-layout: fixed;
  text-align: center;
  width: 90%; }
  .table-secondary__header {
    background: white; }
  .table-secondary__btn {
    float: right;
    text-align: center;
    width: 90px; }
    .table-secondary__btn:hover {
      color: #fff;
      text-decoration: none; }
  .table-secondary th {
    color: #4D648D;
    font-size: 1.3em;
    padding: 5px 0;
    text-align: center; }
  .table-secondary tbody tr {
    height: 60px; }
    .table-secondary tbody tr:nth-child(even) {
      background: white; }
    .table-secondary tbody tr:nth-child(odd) {
      background: #ddd; }
    .table-secondary tbody tr td {
      border: none;
      color: #808080;
      font-weight: 700;
      padding: 0 15px;
      text-align: center; }
      .table-secondary tbody tr td:nth-child(1) {
        color: #4D648D; }

.table-filtro {
  border: none !important;
  margin: 1px 1px !important;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  padding-right: 40px; }
  .table-filtro__header {
    background: white; }
  .table-filtro__btn {
    float: right;
    text-align: center; }
    .table-filtro__btn:hover {
      color: #fff;
      text-decoration: none; }
  .table-filtro th {
    padding-left: 5px !important;
    color: #4D648D;
    font-size: 1.3em;
    padding: 5px 0;
    text-align: center !important; }
  .table-filtro tbody tr {
    padding-left: 0px !important; }
    .table-filtro tbody tr:nth-child(even) {
      background: white;
      color: #4D648D; }
    .table-filtro tbody tr:nth-child(odd) {
      background: #ddd;
      color: #283655; }
    .table-filtro tbody tr td {
      height: 60px !important;
      padding-left: 10px !important;
      border: none;
      text-align: center !important;
      padding: 0 15px; }
      .table-filtro tbody tr td p {
        margin: -4px !important; }

/* input[type=checkbox] {
  display: none;
}

.checkbox label:before {
  border-radius: 3px;
}
label:before {
  content: "\f096";
  display: inline-block;
  font-family: 'FontAwesome';
  color: $base-color;
  font-size: 15px;
  text-align: center;
  line-height: 15px;
}
label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
}

input[type=checkbox]:checked + label:before {
  content: "\f046";
  font-family: 'FontAwesome';
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  font-size: 15px;
  color: $base-color;
  text-align: center;
    line-height: 15px;
} */
.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  padding: 30px;
  margin: 10px; }

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-top: 30px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  font-weight: 400; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #4D648D; }
  .control__indicator--only {
    top: -25px;
    left: 20px; }
  .control__indicator--inv {
    border-color: white; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #fff; }
  .control:hover input ~ .control__indicator--inv,
  .control input:focus ~ .control__indicator--inv {
    background: transparent; }

.control input:checked ~ .control__indicator {
  background: #4D648D; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #4D648D; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none; }

.control__indicator:after {
  content: '';
  position: absolute;
  display: none; }

.control input:checked ~ .control__indicator:after {
  display: block; }

.control--checkbox .control__indicator:after {
  left: 5px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff; }

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b; }

.pay__title {
  text-align: center;
  text-transform: uppercase; }
.pay__user {
  border: 1px solid #4D648D;
  margin-top: 25px; }
  .pay__user__title {
    background-color: #03a9f4;
    margin: 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 10px; }
.pay__user-field {
  font-size: 16px;
  color: #212121;
  margin: 15px 0 5px; }
  .pay__user-field--up {
    font-weight: bold;
    color: #5F5F5F;
    margin-left: 30px; }

/*# sourceMappingURL=style.css.map */


/* HELPERS*/

.p-0 {
  padding: 0px !important;
}
.p-5 {
  padding: 5em !important;
}
.p-t-2 {
  padding-top: 2em !important;
}
.p-b-2 {
  padding-bottom: 2em !important;
}
.p-l-5 {
  padding-left: 5em !important;
}
.p-r-5 {
  padding-right: 5em !important;
}
.p-l-0 {
  padding-left: 0px !important;
}
.p-r-0 {
  padding-right: 0px !important;
}
.p-r-1 {
  padding-right: 1em !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-t-1 {
  margin-top: 1em !important;
}
.m-t-2 {
  margin-top: 2em !important;
}
.m-b-1 {
  margin-bottom: 1em !important;
}
.m-b-2 {
  margin-bottom: 2em !important;
}
.m-r-1 {
  margin-right: 1em !important;
}
.b-r-0 {
  border-right: 0px !important;
}
.b-l-0 {
  border-left: 0px !important;
}
.b-t-0 {
  border-top: 0px !important;
}
.b-b-0 {
  border-bottom: 0px !important;
}
.w-100 {
  width: 100%;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.bg-white {
  background-color: white;
}

/*BODEGA*/
.notification-block {
  width: 100px;
  margin: auto;
  position: relative;
}

.notification-block i {
  color: rgb(198, 40, 40);
  position: absolute;
  left: 10px;
  font-size: 18px;
}

input.vTextField.form-control.typeahead + .typeahead.dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}

.mask-blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.7);

  z-index: 99999;
  display: none;
}

.mask-blur .mask-wrapper {
  margin: auto;
  text-align: center;
}

.mask-blur .mask-wrapper .mask-button {
  margin-top: 25px;
}

.mask-blur .mask-wrapper .mask-title {
  color: #4D648D;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  width: 742px;
  text-align: center;
}

.mask-blur .mask-wrapper .mask-loading {
  color: #4D648D;
  display: none;
}

.mask-blur .mask-wrapper .mask-loading i {
  font-size: 60px;
}

.mask-blur .mask-wrapper .mask-loading span {
  display: block;
  margin-top: 10px;
  font-size: 1.2em;
  font-weight: 500;
}

.showing-blur .mask-blur{
  display: flex;
}

.showing-blur .modal-content .modal-body {
  filter: blur(4px);
}

/*TOAST*/

#toast-container.bodega {
    top: -70px;
    right: -115px;
    position: absolute;
}
#toast-container.bodega > div {
  width: 437px;
  height: 70px;
  top: 0;
  background-color: rgba(47, 150, 180, 0.92);
}

#toast-container.bodega > div .toast-message {
  max-width: 260px;
  text-align: left;
}


button.toast-close-button {
  top: -15px;
  right: -8px;
}

#toast-container.bodega > div .toast-extra-label {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    width: 110px;
    text-align: right;
    position: absolute;
    right: 20px;
    top: 28px;
}

/*VALIDACION*/

.field-required {
  border-color: red;
}
.field-required::after {
  content: 'Campo requerido';
  position: absolute;
  bottom: -18px;
  left: 0;
  color: red;
  font-size: 11px;

}

.form-group.field-required::after {
    left: 15px;
}

.has_original.dynamic-tarifa_set p {
	display: none;
}

/* The container */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

.container-checkbox.disabled .checkmark-checkbox {
    background: #c3c3c3;
    cursor: not-allowed;
}
/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #eee;
  border: 2px solid #4D648D;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark-checkbox {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark-checkbox {
  background-color: #4D648D;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark-checkbox:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark-checkbox:after {
    left: 4px;
    top: 0px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*POPUP DETALLE*/
.popup-detalle-button {
    width: 40px;
    border: 1px solid #c0c0c0;
    padding: 2px;
    text-align: center;
    border-radius: 2px;
}
.popup-detalle {
    display: none;
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid #979797;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    width: 376.5px;
    min-height: 0px;
    position: absolute;
    z-index: 2;
    left: 35px;
    top: -25px;
    text-align: left;
}
.popup-detalle.activate {
    display: block;
}
.popup-detalle:after, .popup-detalle:before {
	right: 100%;
	top: 43px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.popup-detalle:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 7px;
	margin-top: -7px;
}
.popup-detalle:before {
	border-color: rgba(151, 151, 151, 0);
	border-right-color: #979797;
	border-width: 8px;
	margin-top: -8px;
}
.popup-detalle .popup-detalle-body {
    padding: 15px 18px;
    overflow-y: auto;
    max-height: 194px;
}
.popup-detalle .popup-detalle-body table {
    width: 100%;
}
.popup-detalle .popup-detalle-body table thead {
    background: white;
}
.popup-detalle .popup-detalle-body table thead th {
    color: #4D648D;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    border-bottom: 1px solid #4D648D;
    height: 20px;
}
.popup-detalle .popup-detalle-body table tbody {
}
.popup-detalle .popup-detalle-body table tbody tr {
}
.popup-detalle .popup-detalle-body table tbody tr td {
    color: #4D648D;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 10px 0;
}
.activator-popup {
    cursor: pointer;
}


/*TABLA COLLAPSIBLE*/
.collapsible-activator {
    cursor: pointer;
}

.table-collapsible-wrapper {
    width: calc(100% - 5px);
    margin-left: auto;
}

.table-collapsible-wrapper .table-parent-row {
    width: 100%;
}
.table-collapsible-wrapper .parent-row {
    background-color: #F7F7F7;
    border: 1px solid #D3D5D8;
    border-radius: 2px 2px 0 0;
    height: 40px;
}

.table-collapsible-wrapper tr.parent-row > tbody > tr {

}

.table-collapsible-wrapper tr.parent-row > td label {
    margin-bottom: 0px;
}

.table-collapsible-wrapper tr.parent-row .activator-popup {
    color: #4D648D;
    font-size: 16px;
    cursor: pointer;
}

.table-collapsible-wrapper tr.parent-row .collapsible-activator {
    color: #4D648D;
    cursor: pointer;
}


.table-collapsible-wrapper tr.parent-row > td {
    position: relative;
}

.table-collapsible-wrapper tr.parent-row > td:first-child {
    padding-left: 10px;
}

.table-collapsible-wrapper tr.parent-row > td:last-child {
    padding-right: 10px;
}

.table-collapsible-wrapper > tbody .table-parent-row > tbody > tr.child-row {
    display: none;
}


.table-collapsible-wrapper > tbody .table-parent-row > tbody > tr.child-row.activate {
    display: table-row;
}

.table-collapsible-wrapper > tbody .table-parent-row > tbody > tr.child-row.child-new-item.hidden {
    display: none;
}


.table-collapsible-wrapper > tbody .table-parent-row > tbody > tr.child-row > td {
    position: relative;
}

.table-collapsible-wrapper > tbody .table-parent-row > tbody > tr.child-row > td > .union-div {
    border-bottom: 2px solid #4D648D;
    border-left: 2px solid #4D648D;
    width: 13px;
    height: 34px;
    display: inline-block;
    left: 12px;
    top: 0px;
    position: absolute;
}

.table-collapsible-wrapper > tbody .table-parent-row > tbody > tr.child-row > td > .union-div-another {
    border-bottom: 2px solid #4D648D;
    border-left: 2px solid #4D648D;
    width: 13px;
    height: 50px;
    display: inline-block;
    left: 12px;
    top: -17px;
    position: absolute;
}

.table-collapsible-wrapper > tbody .table-parent-row > tbody > tr:nth-child(2) > td > .union-div-another {
    height: 34px;
    top: -1px;
}
.table-collapsible-wrapper tr.separator {
    height: 10px;
}




.table-collapsible-wrapper > tbody .table-parent-row > tbody > tr.child-row > td > table {
    width: calc(100% - 25px);
    display: inline-table;
    float: right;
    background-color: #FFFFFF;
    border: 1px solid #979797;
    border-radius: 1px;
    height: 35px;
    margin-top: 15px;
}

.table-collapsible-wrapper > tbody .table-parent-row > tbody > tr.child-row.child-new-item > td > table {
    border: 2px dashed #999;
    height: 50px;
}

.table-collapsible-wrapper > tbody .table-parent-row > tbody > tr.child-row.child-new-item > td > table input.form-control {
    line-height: 35px;
    height: 35px;
}

.table-collapsible-wrapper > tbody .table-parent-row > tbody > tr.child-row > td > table > tbody > tr > td {
    padding-left: 10px;
}

.table-collapsible-wrapper > tbody .table-parent-row > tbody > tr.child-row > td > table > tbody > tr > td > i {
    color: #E54435;
    cursor: pointer;
}

.table-collapsible-wrapper .button-remove-sesion {
    font-size: 16px;
    color: #4d648d;
    position: absolute;
    right: -17px;
    top: 9px;
    cursor: pointer;
}
.overflow-y{
  overflow-y: auto;
}
.table-sesiones-header, .table-products-header{
	width: 100%;
    background-color: #4D648D;
    border: 1px solid #95A2BB;
    border-radius: 2px;
    margin-bottom: 5px;
    position: sticky;
    top: 0px;
    z-index: 10;
}

.table-sesiones-header label.container-checkbox, .table-products-header label.container-checkbox {
	line-height: 41px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	color: white;
	padding-left: 20px;
	margin-left: 10px;
}

.table-sesiones-header .checkmark-checkbox {
    top: 11.5px;
}

.btn-accion-tabla {
    background: #4d648d;
    border: 1px solid #4d648d;
    color: white;
    font-weight: bold;
}

/*DESCUENTOS BADGE*/
.descuento-items-wrapper .descuento-badge {
    background-color: #FF7241;
    border-radius: 13px;
    height: 26px;
    color: #FFFFFF;
    display: inline-block;
    padding: 0 10px;
    margin-right: 5px;
}
.descuento-items-wrapper .descuento-badge span {
    font-size: 10px;
        font-weight: 700;
        line-height: 26px;
        text-align: left;
}
.descuento-items-wrapper .descuento-badge i {
    font-size: 12px;
    cursor: pointer;
}
.dropdown--right{
  right: 0;
  left: auto;
}

/*MODAL DE VALIDACION CSS*/

.credentials-title {
	color: #A9A9A9;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	margin-bottom: 9px;
}

.credentials-subtitle {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	text-align: center;
	margin-bottom: 35px;
}

.credentials-wrapper .form-group {
	max-width: 254.1px;
	margin: auto auto 19px auto;
}

.credentials-wrapper .btn-group {
	display: block;
	text-align: center;
	margin: 35px 0;
}



.credentials-wrapper .error-message {
	display: none;
	text-align: center;
	color: red;
}

.credentials-wrapper select.form-control, .credentials-wrapper input.form-control {
    background-color: #FFFFFF;
    border: 1px solid #B8CDEB;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07);
    height: 40px;
}

/*BOTONES DE ACCION EN FORMA DE PAGO*/
.actions-container {
	display: flex;
	margin-top: 30px;
}

.actions-container .btn-action {
	background-color: #FFFFFF;
	border: 2px solid #4F658D;
	border-radius: 100%;
	width: 25px;
	height: 25px;
	text-align: center;
	padding-top: 1px;
	color: #4D648D;
	cursor: pointer;
}

.btn-action-plus.disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.actions-container .btn-action:last-child {
	margin-left: 5px;
}

.new-item .btn-action-minus {
	display: none;
}

.agregado .btn-action-plus, .agregado .btn-action-plus {
	display: none;
}

/* GALLERIES STYLES*/

.galleries-panel {
    position: fixed;
    right: -400px;
    top: 0;
    bottom: 0;
    z-index: 1040;
    background: white;
    width: 400px;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 0 20px 0 rgba(0, 0, 0, 0.19);
    transition: all ease-in-out 0.3s;
}

.galleries-panel.active {
    right: 0;
}

.galleries-panel .galleries-panel-wrapper {

}


.galleries-panel .galleries-panel-wrapper .galleries-panel-header {
    padding: 20px 20px 0px 20px;
}

.galleries-panel .galleries-panel-wrapper .galleries-panel-header .title {
    font-size: 18px;
    color: #37556C;
    font-weight: 700;
    line-height: 19px;
    text-align: left;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.galleries-panel .galleries-panel-wrapper .galleries-panel-header .title i {
    cursor: pointer;
}


.galleries-panel .galleries-panel-wrapper .galleries-panel-header button.btn-close-panel {
    color: #37556c;
    background: white;
    border: none;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
}



.galleries-panel .galleries-panel-wrapper .galleries-panel-content {
    padding: 0 20px;
}

.galleries-panel .galleries-panel-wrapper .galleries-panel-content a.btn-base:hover{
    color: white;
    cursor: pointer;
}


.galleries-panel .galleries-panel-wrapper .galleries-panel-content table td a i {
    font-size: 16px;
    margin-right: 5px;
    color: #4d648d;
}

.galleries-panel .galleries-panel-wrapper .galleries-panel-content table td a i.glyphicon-ok {
    color: white;
}

.galleries-panel .galleries-panel-wrapper .galleries-panel-content .thumbnail{
    cursor: pointer;
}

.galleries-panel .galleries-panel-wrapper .galleries-panel-content form {
    max-width: 300px;
    margin: 50px auto;
    text-align: center;
}
.bootstrap-switch{
	border: 1px solid #647DA9 !important;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    color: #fff;
    background: #456CBD !important;
}

.bootstrap-switch .bootstrap-switch-container{
		width: 50px !important;
  }
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-on{
  width: 25px!important;
  padding: 6px 8px;
    font-size: 12px;
}

.bootstrap-switch .bootstrap-switch-label{
  width: 32px !important;
    padding: 6px 10px;
}
.px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.scroll-x{
  overflow-x: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.text-ellipsis{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-menu.dropdown-menu--left{
  left: auto;
  right: 0;
}
