@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("animations.min.css");
@import url("bootstrap-datepicker.min.css");
@import url("bootstrap-year-calendar.min.css");
@import url("bootstrap-select.min.css");
@import url("bootstrap-table.css");
/*
@import url("nprogress.css");
@import url("cookies.css");
*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,100,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

/* =========================================================
   RESET
============================================================ */
* {
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img {
  box-sizing: content-box;
}
ul,
li {
  list-style: none outside none;
}
button {
  outline: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: none;
}
a,
a:hover,
a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: inherit;
}

.nowrap {
  white-space: nowrap;
}

.theme-color {
  color: #a93871;
}

.footer {
  -webkit-transform: translate3d(0, 0, 0);
} /* ipad */

/* =========================================================
  LAYOUT
============================================================ */
html,
body {
  height: 100%;
}
html {
  box-sizing: border-box;
  height: 100%;
}
body {
  background: #f2f4f8;
  color: #788288;
  color: #2c2c2c;
  font: normal 14px/1.35 "Open Sans", Arial, sans-serif;
  font-size: 13px;
  min-width: 320px;
  overflow-x: hidden;
  /* overflow-y: hidden;  */
  padding: 270px 0 0 0;
  min-height: calc(100% + 1px);
}
.container-fluid {
  /* max-width: 1200px;   ? */
}

.main {
  min-height: 100%;
  padding: 20px 0 0 0;
  padding: 0;
  position: relative;
  /*  max-height: calc(100vh - 60px);
  overflow-y: auto; */
}
.main .container-fluid {
  max-width: 1024px;
}

.section-table,
.section-form {
  padding: 20px 0;
}

.main.loading:before,
.sidebar.loading:before {
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  cursor-event: none;
}

#canvas_loader {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  margin: -45.5px 0 0 -43.5px;
}

/* .header, .sidebar, .main, .footer { opacity: 0; } */

@media screen and (max-width: 768px) {
  .col-xs-margin {
    margin: 3px 0;
  }
}
@media screen and (min-width: 768px) {
  .col-sm-margin {
    margin: 3px 0;
  }
}
@media screen and (min-width: 992px) {
  .col-md-margin {
    margin: 3px 0;
  }
}

/* =========================================================
  BUTTONS
============================================================ */
.btn {
  border: 0;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 16px;
  line-height: 1.33;
  padding: 8px 25px;
  position: relative;
  text-align: center;
  transition: background 0.2s ease-in-out;
  white-space: normal;
}
.btn:hover,
.btn:focus,
.btn:active {
  box-shadow: none;
  color: #fff;
}

/* DEFAULT
---------------------------- */
.btn-default,
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus {
  background: none;
  border: 2px solid #a93871;
  color: #a93871;
  font-weight: normal;
  position: relative;
  text-shadow: none !important;
}
.btn-default:hover,
.btn-default:active:hover {
  background: none;
  border-color: #8c2f5e;
  color: #8c2f5e;
}

/* PRIMARY
---------------------------- */
.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  background: #a93871;
  position: relative;
  text-shadow: 1px 1px #8c2f5e;
}
.btn-primary:hover,
.btn-primary:active:hover {
  background: #404040;
  background: #8c2f5e;
  border-color: #fff !important;
  text-shadow: 1px 1px #333;
}

/* SECONDARY
---------------------------- */
.btn-secondary,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:focus {
  background: #404040;
  position: relative;
  text-shadow: 1px 1px #333;
}
.btn-secondary:hover,
.btn-secondary:active:hover {
  background: #333;
}

/* LG
---------------------------- */
.btn-lg,
.btn-lg:hover,
.btn-lg:focus,
.btn-lg:active {
  font-size: 18px;
  padding: 10px 16px;
}

/* SM
---------------------------- */
.btn-sm,
.btn-sm:hover,
.btn-sm:focus,
.btn-sm:active {
  font-size: 14px;
  padding: 5px 12px;
}

/* SEARCH
---------------------------- */
.btn-search,
.btn-search:focus,
.btn-search:active,
.btn-search:active:focus {
  background: none;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  text-shadow: none;
  padding: 8px 0;
}
.btn-search:hover,
.btn-search:active:hover {
  color: #000;
  text-shadow: none;
}

/* ACTION (table)
---------------------------- */
.btn-action {
  display: inline-block;
  margin: 0;
  text-decoration: none;
}
.btn-sm.btn-action {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.btn-action + .btn-action {
  margin-left: 16px;
}

/* SELECTPICKER
---------------------------- */
.btn.dropdown-toggle,
.btn.dropdown-toggle:focus,
.btn.dropdown-toggle:hover {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  color: #555 !important; /* bs-placeholder */
  display: block;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  outline: none !important;
  padding: 7px 16px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.sidebar .btn.dropdown-toggle {
  border: 0;
  border-radius: 2px;
}
.boostrap-select .dropdown-menu > li > a {
  padding: 7px 16px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: block;
  overflow: hidden;
  padding-right: 10px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.page-list .btn.dropdown-toggle,
.page-list .btn.dropdown-toggle:focus,
.page-list .btn.dropdown-toggle:hover {
  font-size: 13px;
  height: 30px;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline;
  border: 1px solid #d9d9d9;
  line-height: inherit;
}
.page-list .btn.dropdown-toggle .page-size {
  display: inline-block;
  padding-right: 16px;
}

.btn-group.open .dropdown-toggle,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  box-shadow: none;
  background-color: #fff;
  outline: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #a93871;
}

.sidebar .bootstrap-select.btn-group .dropdown-menu.open {
  border: 0;
  border-radius: 2px;
  width: 100%;
}
.sidebar .bootstrap-select.btn-group .dropdown-menu li a {
  white-space: normal;
}
.sidebar .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 0;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  padding: 4px 16px;
}
.bootstrap-select.btn-group .dropdown-menu li.selected a {
  background-color: #a93871;
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.selected a .glyphicon {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .btn-block {
    margin: 5px 0;
  }
}

/* PILLS
---------------------------- */
.nav-pills {
  float: right;
  line-height: 1.2;
}
.nav-pills > li {
}
.nav-pills > li + li {
  margin-left: 0;
}
.nav-pills > li a {
  background: none;
  border: 2px solid #a93871;
  border-left-width: 1px;
  border-right-width: 1px;
  border-radius: 0;
  color: #a93871;
  padding: 0.5em 1em;
}
.nav-pills > li a,
.nav-pills > li a:focus,
.nav-pills > li a:hover {
  background: #fff;
}
.nav-pills > li.active a,
.nav-pills > li.active a:focus,
.nav-pills > li.active a:hover {
  background: #a93871;
  color: #fff;
}
.nav-pills > li:first-child a {
  border-radius: 4px 0 0 4px;
  border-left-width: 2px;
}
.nav-pills > li:last-child a {
  border-radius: 0 4px 4px 0;
  border-right-width: 2px;
}

/* =========================================================
  TIPS POPOVERS
============================================================ */
.popover,
.popover-title {
  font-family: "Open Sans";
  font-size: 13px;
}
.popover-content p {
  margin: 0 0 0 0;
}
.popover-content p + p {
  margin: 8px 0 0 0;
}
.popover-content .btn-default {
  width: 100%;
}
.popovererror .popover-title {
  background-color: #e4c9c9;
}

/* =========================================================
  FORMS
============================================================ */
label {
  font-size: 1.1em;
  margin-bottom: 10px;
}
.label-inline {
  font-weight: normal;
  margin: 12px 0 0 0;
  text-align: left;
  display: block;
}

.form-control,
.form-control:hover,
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-control {
  font-size: 1.2em;
  height: 36px;
}
.form-control.datepicker {
  padding-left: 15px;
  padding-right: 15px;
}

.form-control + .fa {
  font-size: 16px;
  position: absolute;
  right: -16px;
  top: 10px;
  cursor: default;
}
.tooltip {
}
.tooltip.left {
}
.tooltip.in {
  opacity: 1 !important;
}
.tooltip.left .tooltip-inner {
  background: #a93871;
  opacity: 1;
  min-width: 120px;
  line-height: 1.2;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #a93871;
}

.form-actions {
  margin-top: 32px;
}
.fomr-group {
  margin-bottom: 20px;
}
.radio-inline,
.checkbox-inline {
  padding-left: 0;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 20px;
}

.cont_time_input {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 90%;
}
.time_input {
  width: 100%;
  cursor: pointer;
  border: 1px solid #ccc;
  line-height: 32px;
  display: flex;
  box-sizing: border-box;
  font-size: 15px;
}
.time_input_hour,
.time_input_minute {
  width: calc(40% - 1px);
  text-align: center;
}
.time_input_borrar {
  width: 20%;
  text-align: center;
}
.cont_des_time_input {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.time_input_ul_hour,
.time_input_ul_minute {
  list-style: none;
  text-align: center;
  display: none;
  position: relative;
  margin: 0;
  padding: 0;
  width: 50%;
  height: 194px;
  overflow-y: scroll;
  background-color: #fff;
  /*-ms-overflow-style: none;*/ /* IE and Edge */
  /*scrollbar-width: none;  /* Firefox */

  border: 1px solid #ababab;
}
.time_input_ul_minute {
  left: 50%;
  overflow-y: hidden;
}
.time_input_ul_hour::-webkit-scrollbar,
.time_input_ul_minute::-webkit-scrollbar {
  /*  display: none;*/
}

.time_input_ul_hour li,
.time_input_ul_minute li {
  transition: all 0.1s;
  line-height: 32px;
  width: 80%;
  margin: 5px 10%;
  border-radius: 2px;
}
.time_input_ul_hour li.selected,
.time_input_ul_minute li.selected {
  background-color: #009345;
  border: 1px solid #ababab;
  color: #fff;
}
.time_input_ul_hour li:hover,
.time_input_ul_minute li:hover {
  background-color: #e6e6e6;
}
.time_input_ul_hour li.selected:hover,
.time_input_ul_minute li.selected:hover {
  background-color: #008436;
}
.nopadding {
  padding: 0 !important;
}

.iradio,
.icheckbox {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}
.iradio {
  border-radius: 22px;
}
.sidebar .icheckbox {
  border: 0;
}
.iradio.checked,
.icheckbox.checked {
  background: #a93871;
  border: 0;
}
.iradio.checked:before {
  content: "\f00c";
}
.icheckbox.checked:before {
  content: "\f00c";
}

fieldset {
}
fieldset + fieldset {
  margin-top: 20px;
}

legend {
  font-size: 18px;
  font-family: "Roboto Slab";
  color: #7e2752;
}
.form-error .fa {
  color: #c51d1d;
  font-size: 16px;
  margin-right: 5px;
  vertical-align: top;
}
.login .form-error {
  padding: 0 15px 15px 15px;
  text-align: center;
}

.form-control,
.datepicker {
  border-radius: 2px;
}

@media screen and (max-width: 768px) {
  fieldset + fieldset {
    margin-top: 12px;
  }
  .form-actions {
    margin-top: 16px;
  }
  .pull-right {
    float: none !important;
  }
  .form-inline .form-control + .form-control {
    margin-top: 5px;
  }
  .label-inline {
    text-align: left;
    margin-bottom: 5px;
    margin-top: 8px;
  }
}

/* VALIDATION
---------------------------- */
.text-danger {
  color: #c51d1d;
}
p.text-danger {
  margin: 0;
}
.has-error .form-label {
  color: #c51d1d;
}
.text-danger small {
  font-size: 100%;
}
p.error_hours {
  margin: -36px 0 24px;
}

.text-alert {
  color: #ecb10b;
}

/* DATEPICKER
---------------------------- */
.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
  background: #999 !important;
  border-radius: 2px;
  text-shadow: none;
}
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background: #a93871 !important;
  border-radius: 2px;
  text-shadow: none;
}

.edit-appointment .datepicker th,
.edit-appointment .datepicker td {
  color: #009245;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 22px;
  width: 36px;
  font-weight: bold;
}
.edit-appointment .datepicker th {
  color: #4c4c4c;
  font-family: "Roboto Slab";
}
.edit-appointment .datepicker table tr td.new {
  color: #009245;
}
.edit-appointment .datepicker table tr td.anterior,
.edit-appointment .datepicker table tr td.anterior:hover {
  background: 0 0;
  color: #999;
}
.edit-appointment .datepicker table tr td.day.today.disabled,
.edit-appointment .datepicker table tr td.day.today.disabled:hover {
  background: 0 0 !important;
  color: #999;
  border: 2px solid #009245;
}
.edit-appointment .datepicker table tr td.day.today,
.edit-appointment .datepicker table tr td.day.today:hover {
  background: 0 0 !important;
  color: #009245;
  border: 2px solid #009245;
}
.edit-appointment .datepicker table tr td.active,
.edit-appointment .datepicker table tr td.active:hover {
  background: #009245 !important;
  color: #ffffff;
  border: 2px solid #009245;
}
/* DESPLEGABLES
---------------------------- */
.cont_desplegable {
  position: relative;
}
.has-error .boton_desplegable {
  border-color: #c51d1d;
}
.boton_desplegable {
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  border: 1px solid #666;
  box-shadow: none;
  color: #2e2e2e;
  display: block;
  font-family: "Roboto";
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 8px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  background-color: #fff;
  user-select: none;
}
.has-error .boton_desplegable {
  border-color: #c51d1d;
}
.boton_desplegable .caret {
  border: 0;
  position: absolute;
  right: 16px;
  top: 16px;
}
.boton_desplegable .caret::after {
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #4e4e4e transparent transparent transparent;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin: -4px 0 0 -8px;
  position: absolute;
  top: 50%;
  width: 0;
}
.menu_desplegable {
  background-color: #fff;
  border: 1px solid #666;
  border-top: 0;
  padding-bottom: 8px;
  display: none;
}
.menu_radio {
  position: relative;
  overflow-y: scroll;
  z-index: 10;
  width: 100%;
}
.menu_desplegable li {
  padding: 3px 0;
  margin: 0 2%;
  width: 96%;
}
.menu_desplegable li + li {
  border-top: 1px dotted #b0b0b0;
}
.menu_desplegable label {
  position: relative;
  padding: 12px 6px 12px 30px;
  cursor: pointer;
  font-weight: normal;
  color: #000;
  width: 100%;
  border-bottom: 1px;
  margin: 0;
}
.menu_desplegable label:hover {
  background-color: #e5e5e5;
}
.menu_desplegable .todos label {
  font-weight: 900;
  text-transform: uppercase;
}
.menu_desplegable .todos_subgrupo label {
  font-weight: 900;
}
.menu_desplegable .desplegable_tipo label {
  font-weight: 900;
  padding-left: 6px;
  text-transform: uppercase;
}
.desplegable_tipo ~ .seleccionable {
  display: none;
}
.menu_desplegable .desplegable_tipo .glyphicon {
  padding-right: 5px;
  color: #333;
  font-size: 16px;
}
.menu_desplegable .glyphicon-menu-up {
  top: 3px;
}
.menu_desplegable .desplegable_checkbox,
.menu_desplegable .desplegable_radio {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 0;
  background: #fff;
  color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 15px;
  text-align: center;

  width: 16px;
  height: 16px;
  line-height: 10px;
  position: absolute;
  left: 6px;
  top: 13px;
  border-radius: 4px;
  border: 1px solid #999;
}
.menu_desplegable .desplegable_radio {
  border-radius: 8px;
}
.menu_desplegable .checked .desplegable_checkbox,
.menu_desplegable .checked .desplegable_radio {
  background-color: #fff;
  color: #a93871;
}
.menu_desplegable .checked .desplegable_checkbox::before,
.menu_desplegable .checked .desplegable_radio::before {
  content: "\f111";
  font-size: 8px;
}

/* SELECT DAYS
---------------------------- */
#horario_seleccionable {
  font-size: 1.1em;
  max-width: 700px;
  margin-top: 6px;
}
#horario_seleccionable .ocupacion_baja {
  color: #009245;
}
#horario_seleccionable .ocupacion_media {
  color: #e0a400;
}
#horario_seleccionable .ocupacion_alta {
  color: #c1272d;
}
#horario_seleccionable .day {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #cccccc;
  margin-bottom: 12px;
}
#horario_seleccionable .day.desplegado {
  border-bottom: 0;
  margin-bottom: 0;
}
#horario_seleccionable .day_title {
  padding-bottom: 18px;
  font-family: "Roboto Slab";
  font-size: 16px;
  position: relative;
}
#horario_seleccionable .day_title .boton_cerrar {
  position: absolute;
  right: 4px;
  top: 0;
  font-family: sans-serif;
  color: #ccc;
  font-weight: bold;
  cursor: pointer;
}
#horario_seleccionable .day_name {
  width: 100%;
  font-family: "Roboto Slab";
  cursor: pointer;
  user-select: none;
  background-color: #f2f2f2;
  transition: 0.2s all;
  padding: 12px 20px;
  border-bottom: 1px solid #cccccc;
}
#horario_seleccionable .day_name:hover {
  background-color: #e6e6e6;
}
#horario_seleccionable .day_name .glyphicon {
  float: right;
}
#horario_seleccionable .day_section {
  width: 50%;
  cursor: default;
  padding: 12px 20px;
  font-weight: 600;
  border-bottom: 1px solid #cccccc;
  position: relative;
  min-height: 44px;
}
#horario_seleccionable div.day_section:nth-child(2):after {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  width: 1px;
  height: 20px;
  border-right: 1px solid #b3b3b3;
}
#horario_seleccionable .numero_ocupadas {
  font-weight: 800;
}
#horario_seleccionable .day .separador_horizontal {
  border-right: 1px solid #b3b3b3;
}
#horario_seleccionable .day_section .glyphicon {
  padding: 0 4px;
}
#horario_seleccionable .day_section > .glyphicon {
  color: #999999;
}
#horario_seleccionable .listadoHuecosHoras {
  margin: 0;
  padding: 12px 20px;
  display: flex;
  width: 50%;
}
#horario_seleccionable .listadoHuecosHoras li {
  border-left: 1px solid #d0d0d0;
  font-weight: 600;
  padding: 0 6px;
}
#horario_seleccionable .listadoHuecosHoras li:first-child {
  border: 0;
  padding-left: 0;
}
#horario_seleccionable .listadoHuecosHoras li.horaSinHuecos {
  color: #c6c6c6;
}

#horario_seleccionable .day_name_boton.seleccionado {
  border-color: #009245;
  background-color: #b3dfc8;
}

#horario_seleccionable .day_seccion_vacia {
  width: 90%;
  border-bottom: 1px dotted #d0d0d0;
  margin: 10px auto 0;
}
#horario_seleccionable .horario {
  color: #999;
}

#camposFechas {
  display: none;
}
#camposFechas .boton {
  cursor: pointer;
  border: 1px solid #d0d0d0;
  padding: 2px 6px;
  transition: 0.2s;
  user-select: none;
}
#camposFechas .boton:hover {
  border: 1px solid #aaa;
  background-color: #e0e0e0;
}

.cont_horas_seleccionables {
  text-align: center;
  display: none;
}
.cont_horas_seleccionables .horas_seleccionables {
  display: flex;
  justify-content: stretch;
  flex-wrap: wrap;
}
.cont_horas_seleccionables li {
  margin-right: 10px;
  cursor: default;
  user-select: none;
  border: 1px solid #ccc;
  color: #999;
  font-size: 1.1em;
  padding: 12px 20px;
  font-weight: 600;
  flex-grow: 1;
}
.cont_horas_seleccionables li:last-child {
  margin-right: 0;
}
.cont_horas_seleccionables li.disponible {
  cursor: pointer;
  color: #009245;
  border-color: #39b54a;
  transition: 0.2s all;
}
.cont_horas_seleccionables li.disponible:hover {
  background-color: #e6e6e6;
}
.cont_horas_seleccionables li.noDisponible {
  color: #c1272d;
  border-color: #ed1c24;
}
.cont_horas_seleccionables li.seleccionado {
  color: #fff;
  border-color: #009345;
  background-color: #009345;
}
.cont_horas_seleccionables li.seleccionado:hover {
  color: #fff;
  border-color: #009345;
  background-color: #009345;
}
.cont_horas_seleccionables .titulo_fecha {
  font-size: 1.1em;
  font-weight: bold;
  padding: 16px 0;
  text-align: left;
}
.cont_horas_seleccionables .seleccionado {
  font-weight: bold;
  border: 1px solid black;
}
.cont_horas_seleccionables .b_change_day {
  cursor: pointer;
}
.cont_horas_seleccionables .centroCerrado {
  text-align: left;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 12px;
}

/* SELECTOR DIAS Y HORAS
------------------------------*/
.legend_fila_fechas {
  margin-top: 20px;
  display: none;
}
.fila_fechas {
  display: none;
  margin-top: 30px;
}
.fila_fechas .resumen_fechas {
  line-height: 24px;
  margin: 0 0 16px;
  padding: 8px 12px;
  max-width: 400px;
  border: 1px solid #c1282d;
}
.fila_fechas .icono {
  width: 32px;
  text-align: center;
  display: inline-block;
}
.fila_fechas .icono img {
  max-height: 20px;
  max-width: 20px;
  vertical-align: top;
}
.fila_fechas .etiqueta_valor {
  font-size: 1.1em;
  color: #c1272d;
  font-family: "Roboto Slab";
}
.fila_fechas .resumen_fechas.con_valor {
  border-color: #009345;
}
.fila_fechas .resumen_fechas.con_valor .etiqueta_valor {
  color: #009345;
}
.fila_fechas .has-error.fecha_hora {
  border-color: #c51d1d;
}
.fila_fechas .resumen_fechas.has-error.con_valor .etiqueta_valor {
  color: #c51d1d;
}
.fila_fechas .con_valor .etiqueta_fecha {
  padding: 0 12px 0 4px;
}
.resumen_fechas.fecha_hora {
  margin-bottom: 36px;
}
.boton_mostrar img {
  height: 18px;
  vertical-align: top;
  padding-left: 8px;
}
.boton_mostrar {
  border: 2px solid #8c2f5e;
  padding: 10px 22px;
  cursor: pointer;
  user-select: none;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 8px;
  transition: 0.2s all;
  border-radius: 8px;
  font-size: 15px;
  font-family: "Roboto Slab";
  font-size: 14px;
  font-weight: normal;
}
.boton_mostrar_calendario_ancho_fijo {
  min-width: 110px;
  display: inline-block;
}
.boton_mostrar:hover {
  background-color: #f7f0f4;
}
.boton_mostrar_resumen {
  display: none;
}
.fila_fechas #date_start {
  visibility: hidden;
  position: absolute;
}

.edit-agenda .boton_mostrar {
  margin: 10px 20px 30px 0;
}

@media screen and (max-width: 705px) {
  #horario_seleccionable .day {
    display: block;
    flex-grow: 1;
    margin: 0 0 8px 0;
    min-height: 120px;
  }
  #horario_seleccionable .day_title {
    width: 100%;
  }
  #horario_seleccionable .day_title .day_section {
    display: none;
  }
  #horario_seleccionable .day_name {
    min-width: 200px;
    margin: 0;
    width: 100%;
  }
  #horario_seleccionable .day_section {
    min-width: 200px;
    margin: 0;
    width: 100%;
  }

  .cont_horas_seleccionables li {
    flex: 1 0 30%;
    margin-right: 0;
    margin-bottom: 4px;
  }
  #horario_seleccionable div.day_section {
    border-bottom: 0;
  }
  #horario_seleccionable div.day_section:after {
    position: absolute;
    content: "";
    left: 10%;
    width: 80% !important;
    border: 0 !important;
    border-bottom: 1px solid #b3b3b3 !important;
    bottom: 0;
    height: 0px !important;
    top: auto !important;
  }
  .day_seccion_vacia {
    display: none;
  }
}

/* CENTROS
------------------------------*/

.cont_agenda {
  border: 1px solid #cccccc;
  margin-bottom: 12px;
  padding: 12px 12px 100px;
}

.festivo_cont {
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  padding: 12px;
}
.festivo_cont label {
  font-size: 13px;
  font-weight: 600;
}
.centro_cerrado {
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
}
.centro_cerrado i{
  margin-right: 8px;
  color: #ff8800;
}
.boton_agenda_aceptar {
  color: #009245;
  border-color: #39b54a;
  transition: 0.2s all;
  float: right;
  margin: 40px;
}
.boton_agenda_borrar {
  transition: 0.2s all;
  float: right;
  margin: 40px;
}
.edit-center .boton_mostrar i {
  margin-right: 4px;
}
.texto_explicativo_morning {
  font-size: 16px;
  padding-top: 18px;
}
.texto_explicativo_tarde {
  font-size: 16px;
}
.tabla_horarios {
  margin: 0 15px;
  width: 80%;
}

.tabla_horarios td,
.tabla_horarios th {
  text-align: left;
  padding: 4px;
  font-weight: 600;
}
.tabla_horarios td:first-child,
.tabla_horarios th:first-child {
  text-align: left;
}
.tabla_horarios tr:not(:first-child):hover {
  background-color: #eee;
}
.tabla_horarios .col_nombres_dias {
  width: 16%;
}
.tabla_horarios .col_horarios {
  width: 21%;
}
.tabla_horarios input {
  width: 80px;
  display: inline-block;
  text-align: center;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .col-xs-margin {
    margin: 3px 0;
  }
}
.p.bg-success,
.bg-success,
.p.bg-danger,
.bg-danger,
.alert-success {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 27px 0;
  padding: 16px 20px 14px;
  text-transform: uppercase;
}
.p.bg-success,
.bg-success {
  background: #e1ece7;
  color: #006633;
}
.p.bg-danger,
.bg-danger {
  background: #f4e9e9;
  color: #990000;
  border: 1px solid #e4c9c9;
}
.alert-dismissable .close,
.alert-dismissible .close {
  right: auto;
}
.collapse .bg-success,
.collapse .bg-danger,
.collapsing .bg-success,
.collapsing .bg-danger {
  margin-top: 20px;
}
.parpadea {
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: 1;

  -webkit-animation-name: parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 3;
}

@-moz-keyframes parpadeo {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes parpadeo {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes parpadeo {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* =========================================================
  HEADER
============================================================ */
.header {
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
  height: 120px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 16;
  border-bottom: 1px solid #ccc;
}
.header1 {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
  height: 60px;
  border-bottom: 1px solid #ccc;
}
.cont_submenu {
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
  height: 60px;
  position: fixed;
  left: 0;
  top: 120px;
  width: 100%;
  z-index: 15;
  border-bottom: 1px solid #ccc;
  padding-left: 15px;
  font-size: 0px;
}
.page-title {
  color: #333;
  font: normal 24px/1.35 "Roboto Slab", Arial, sans-serif;
  margin: 0 0 24px 0;
}
.sidebar-title {
  color: #8287a9;
  font: normal 18px/1.35 "Roboto Slab", Arial, sans-serif;
  margin: 0 0 8px 0;
  margin: 0 0 24px 0;
  /* background: #07080b; */
  /* padding: 15px 15px; */
}
.page-heading {
  background: #f2f4f8;
  height: 90px;
  position: fixed;
  left: 0;
  top: 180px;
  width: 100%;
  z-index: 15;
}
.page-heading .page-title {
  color: #8c2f5e;
  font: normal 22px/90px "Roboto Slab", Arial, sans-serif;
  margin: 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.page-heading .page-title2 {
  color: #000;
}
.page-heading .nav-pills {
  float: right;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus {
  font-family: "Roboto Slab";
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
  height: auto;
  transition: color 0.2s ease-in-out;
  padding-bottom: 0;
}
.navbar-brand:hover {
  color: #7e2752;
}

.header-search {
  float: left;
  padding: 13px 15px;
  width: 30%;
}
.header-search .form-group {
  margin: 0;
}
.header-search .form-control {
  border: 0;
  font-size: 13px;
}
.header-search .input-group-btn:first-child > .btn,
.header-search .input-group-btn:first-child > .btn-group {
  margin-right: 0;
}

.navbar-nav {
  color: #444;
  float: right;
  font: normal 18px/22px "Roboto Slab", Arial, sans-serif;
  margin: 9px 0 0;
}

.navbar-nav > li > a,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  background: none;
  padding: 15px 25px;
}
.navbar-nav > li a.usernameli {
  padding-right: 8px;
}
.navbar-nav > li:last-child a {
  padding-left: 0;
  padding-top: 15px;
  font-size: 1.2em;
}
.navbar-nav > li.button > a,
.navbar-nav > li.button > a:focus,
.navbar-nav > li.button > a:hover {
  background: #a93871;
  color: #fff;
  text-shadow: 1px 1px #8c2f5e;
  transition: background 0.2s ease-in-out;
}
.navbar-nav > li.button > a:hover {
  background: #8c2f5e;
}
.navbar-nav > li.button-secondary > a,
.navbar-nav > li.button-secondary > a:focus,
.navbar-nav > li.button-secondary > a:hover {
  background: #4d4d4d;
  color: #fff;
  text-shadow: 1px 1px #333;
  transition: background 0.2s ease-in-out;
}
.navbar-nav > li.button-secondary > a:hover {
  background: #333;
}
.navbar-nav > li.button + li > a:before {
  display: none;
}

.navbar-nav > li.button_seccion > a {
  background-color: #999;
  text-shadow: none;
  margin-left: 1px;
  font: 600 16px/22px "Roboto Slab", Arial, sans-serif;
  padding: 8px 32px;
  border: 2px solid #999;
}
.navbar-nav > li.button_seccion > a:focus,
.navbar-nav > li.button_seccion > a:hover {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}
.navbar-nav > li.button.button_seccion > a:hover {
  background: #4d4d4d;
  border-color: #4d4d4d;
}

.navbar-nav .username {
  color: #8c2f5e;
}
.navbar-nav .username strong {
  color: #000;
}

.navbar-nav > li.button.button_seccion > a.selected {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}

.navbar-nav .open > a,
.navbar-nav .open > a:focus,
.navbar-nav .open > a:hover {
  background: none;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: none;
}

.navbar-nav > li > a.dropdown-toggle .caret {
  margin-left: 8px;
}

.search-close {
  display: none;
  background: #fff;
  border: 0 none;
  box-sizing: content-box;
  position: absolute;
  right: 12px;
  top: 15px;
  height: 52px;
  outline: medium none;
  padding: 0 10px;
  transform: translate3d(0px, 0px, 0px);
  width: 32px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.search-close:before,
.search-close:after,
.search-close .icon {
  background: #444;
  border-radius: 1px;
  content: "";
  display: block;
  height: 4px;
  margin: 6px 0;
  transition: all 0.2s ease-out 0s;
  width: 100%;
}
.search-close:before {
  -webkit-transform: rotate(45deg) translate3d(7px, 7px, 0);
  transform: rotate(45deg) translate3d(7px, 7px, 0);
}
.search-close .icon {
  opacity: 0;
}
.search-close:after {
  -webkit-transform: rotate(-45deg) translate3d(7px, -7px, 0);
  transform: rotate(-45deg) translate3d(7px, -7px, 0);
}
.button_nuevo {
  clear: both;
  display: inline-block;
  color: #999;
  border: 2px solid #ccc;
  transition: background 0.2s ease-in-out;
  font: 600 16px/22px "Roboto Slab", Arial, sans-serif;
  padding: 8px 32px;
  margin: 10px 1px 8px 0px;
}
.button_nuevo:hover {
  color: #4d4d4d;
  border-color: #4d4d4d;
}
.button_nuevo.selected {
  color: #4d4d4d;
  border-color: #4d4d4d;
}
.navbar-nav .dropdown {
  margin-left: 15px;
  font: normal 13px/18px "Roboto Slab", Arial, sans-serif;
  padding-right: 4px;
}

.navbar-nav .dropdown a {
  padding-top: 12px !important;
}
.navbar-nav .dropdown .dropdown-menu {
  right: 28px;
  left: auto;
  min-width: auto;
  padding: 5px 12px;
  top: 50px;
}
.navbar-nav .dropdown .dropdown-menu a {
  padding: 4px !important;
  font-size: 14px;
}
/* NAVIGATION
----------------------------------------------- */
.nav-filter {
  background: none;
  border: 0 none;
  box-sizing: content-box;
  float: right;
  font-size: 28px;
  height: 36px;
  margin: 8px 15px 0 0;
  outline: medium none;
  padding: 0;
  width: 32px;

  display: none;
  height: 52px;
  width: 32px;
  background: #fff;
  margin: 0 0 0 0;
  padding: 0 5px;
}
.nav-search {
  background: none;
  border: 0 none;
  box-sizing: content-box;
  float: right;
  font-size: 24px;
  height: 36px;
  margin: 8px 15px 0 0;
  outline: medium none;
  padding: 0;
  width: 32px;
  height: 52px;
  width: 32px;
  background: #fff;
  margin: 0 0 0 0;
  padding: 0 5px;

  display: none;
}
.nav-button {
  background: none;
  border: 0 none;
  box-sizing: content-box;
  float: right;
  height: 36px;
  margin: 8px 11px 0 0;
  outline: medium none;
  padding: 0;
  transform: translate3d(0px, 0px, 0px);
  width: 32px;

  height: 52px;
  width: 32px;
  background: #f0f0f0;
  margin: 0 0 0 7px;
  padding: 0 10px;

  display: none;
}
.nav-button:before,
.nav-button:after,
.nav-button .icon-nav {
  background: #444;
  border-radius: 1px;
  content: "";
  display: block;
  height: 4px;
  margin: 6px 0;
  transition: all 0.2s ease-out 0s;
  width: 100%;
}
.nav-button.expanded {
  margin-top: 0;
}
.nav-button.expanded:before {
  -webkit-transform: rotate(45deg) translate3d(7px, 7px, 0);
  transform: rotate(45deg) translate3d(7px, 7px, 0);
}
.nav-button.expanded .icon-nav {
  opacity: 0;
}
.nav-button.expanded:after {
  -webkit-transform: rotate(-45deg) translate3d(7px, -7px, 0);
  transform: rotate(-45deg) translate3d(7px, -7px, 0);
}

.navbar-nav > li > .dropdown-menu {
  padding-left: 12px;
}

@media screen and (max-width: 1200px) {
  .navbar-nav > li.dropdown .dropdown-toggle .username {
    display: inline-block;
    max-width: 220px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1;
    vertical-align: middle;
  }
}

@media screen and (min-width: 991px) {
  .navbar-nav {
    display: block !important;
  }
}

.user_mobil {
  display: none !important;
}
.navbar-botones {
  clear: both;
  padding-right: 25px;
}
@media screen and (max-width: 991px) {
  .header {
    height: 52px;
  }
  .navbar-brand,
  .navbar-brand:hover,
  .navbar-brand:focus {
    font-size: 24px;
    padding-top: 11px;
    padding-bottom: 11px;
    width: auto;
    height: 52px;
  }

  .header-search {
    float: none;
    padding: 0;
    height: 52px;
    width: 100%;
    padding-right: 52px;
    position: absolute;
    left: 0;
    top: 0;
    /* top: -52px; transition: top .2s ease-in-out; */
    display: none;
  }
  .header-search.expanded {
    display: block;
  }
  .header-search .btn-search {
    background: none;
    border: 0 none;
    box-sizing: content-box;
    float: right;
    font-size: 24px;
    margin: 8px 15px 0 0;
    outline: medium none;
    padding: 0;
    height: 52px;
    width: 32px;
    background: #fff;
    margin: 0 0 0 0;
    padding: 0 0 0 12px;
  }
  .header-search .search-close {
    display: block;
  }
  .header-search .form-control {
    font-size: 14px;
    height: 52px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .nav-button,
  .nav-filter,
  .nav-search {
    display: block;
  }

  .navbar-nav {
    display: none;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 52px;
    z-index: 4;
    width: 100%;
    margin: 0;
    font-family: "Open Sans";
    padding: 10px 0 0 0;
  }
  .navbar-nav > li {
    float: none;
    margin-bottom: 10px;
  }
  .navbar-nav > li > a {
    display: block;
    padding: 10px 15px;
  }
  .navbar-nav > li + li > a:before {
    display: none;
  }
  /*.navbar-nav > li > .dropdown-toggle { display: none; }*/
  .navbar-nav > li > .dropdown-menu {
    background: none;
    border: 0;
    box-shadow: none;
    display: block;
    float: none;
    position: static;
    width: 100%;
  }
  .navbar-nav > li > .dropdown-menu .divider {
    display: none;
  }
  .navbar-nav .dropdown-menu > li {
    margin-bottom: 10px;
  }
  .navbar-nav .dropdown-menu > li > a {
    display: block;
    padding: 10px 15px;
    line-height: inherit;
  }

  .user_mobil {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    text-align: right;
    line-height: 60px;
    padding: 0;
    padding-right: 15px;
  }
  .user_mobil .caret {
    display: none;
  }
  .header {
    top: 60px;
    height: 60px;
    padding-right: 15px;
  }
}

/* FILTROS APLICADOS
----------------------------------------------- */
#show-filters {
  border-top: 6px solid #b3b3b3;
  border-bottom: 6px solid #b3b3b3;
  background-color: #fff;
  padding: 22px;
}
.titulo_filtros_aplicados {
  font-size: 19px;
  font-family: "Roboto Slab", Arial, sans-serif;
  margin-bottom: 24px;
}
.listado_puntos > li {
  position: relative;
  padding: 8px 0 8px 22px;
  line-height: 24px;
}
.listado_puntos > li:before {
  content: "";
  background-color: #39b54a;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  margin-top: 5px;
  position: absolute;
  left: 0;
}
.listado_puntos > li.no_activa:before {
  background-color: #ccc;
}
.listado_puntos > li > strong {
  font-size: 16px;
}
.listado_puntos > li > ul {
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 1.2em;
}
.listado_puntos > li > ul > li:before {
  content: "·";
  font-size: 56px;
  vertical-align: top;
  line-height: 22px;
  display: inline;
  margin-right: 3px;
}
.listado_puntos > li > ul > li {
  list-style: none;
  margin: 0 8px;
  line-height: 1.6em;
}
.boton_eliminar_filtros_aplicados {
  border: 1px solid #c1272d;
  color: #c1272d;
  font-family: "Roboto Slab", Arial, sans-serif;
  padding: 10px 25px;
  font-size: 16px;
  display: inline-block;
  margin-top: 18px;
  transition: 0.3s all;
}
.listado_puntos > li > ul.agenda {
  width: 100%;
}
.listado_puntos > li > ul.agenda li {
  width: 100%;
}
.boton_eliminar_filtros_aplicados .ico_cerrar {
  font-family: arial, sans-serif;
}
a.boton_eliminar_filtros_aplicados:hover {
  background-color: #fcdee2;
  color: #c1272d;
}

/* =========================================================
  SIDEBAR
============================================================ */
.sidebar {
  background: #12131a;
  color: #8287a9;
  float: left;
  /*
  height: calc(100vh - 60px);
  overflow-y: auto;
  */
  min-height: calc(100vh - 60px);

  padding: 24px 0 0 0;
  width: 280px;
}
.sidebar + .main {
  float: left;
  width: calc(100% - 280px);
}
.sidebar + .main .container-fluid {
  max-width: 100%;
}
.sidebar .row {
  margin: 0 -6px;
}
.sidebar [class^="col-"] {
  padding: 0 6px;
}
.sidebar label {
  font-size: 13px;
}
.sidebar .form-control {
  border: 0;
  border-radius: 2px;
}

.sidebar-close {
  background: none;
  border: 0 none;
  box-sizing: content-box;
  position: absolute;
  right: 12px;
  top: 15px;
  height: 36px;
  outline: medium none;
  padding: 0;
  transform: translate3d(0px, 0px, 0px);
  width: 32px;

  display: none;
}
.sidebar-close:before,
.sidebar-close:after,
.sidebar-close .icon {
  background: #8287a9;
  border-radius: 1px;
  content: "";
  display: block;
  height: 4px;
  margin: 6px 0;
  transition: all 0.2s ease-out 0s;
  width: 100%;
}
.sidebar-close:before {
  -webkit-transform: rotate(45deg) translate3d(5px, 5px, 0);
  transform: rotate(45deg) translate3d(5px, 5px, 0);
}
.sidebar-close .icon {
  opacity: 0;
}
.sidebar-close:after {
  -webkit-transform: rotate(-45deg) translate3d(9px, -9px, 0);
  transform: rotate(-45deg) translate3d(9px, -9px, 0);
}

.sidebar-filter {
  background: none;
  border: 0;
  box-sizing: content-box;
  color: #8287a9;
  position: absolute;
  right: 0;
  top: 0;
  outline: none;
  padding: 0;
  font-size: 28px;

  background: #07080b;
  width: 60px;
  height: 60px;

  display: none;
}

.sidebar {
  padding-top: 0;
}
.sidebar .sidebar-content {
  padding-top: 24px;
}
.sidebar .slimScrollBar {
  background: #8287a9 !important;
  z-index: 3 !important;
  right: 4px !important;
}

.main .slimScrollBar {
  background: #8287a9 !important;
  z-index: 3 !important;
  right: 4px !important;
}

.sidebar p {
  text-align: center;
  margin-bottom: 20px;
}
.sidebar p > a {
  border-bottom: 1px solid #8287a9;
  display: inline-block;
  line-height: 1;
}

.set-value {
  font-weight: normal;
  color: #8287a9;
  display: inline-block;
  border: 1px solid #8287a9;
  border-radius: 1px;
  padding: 1px 4px;
  font-size: 10px;
  float: right;
  transition: 0.2s ease-in-out;
}
.set-value:hover {
  background: #8287a9;
  color: #fff;
}

@media screen and (min-width: 992px) and (max-width: 1440px) {
  .sidebar {
    margin-left: -220px;
    position: relative;
    transition: margin-left 0.2s ease-in-out;
  }
  .sidebar .container-fluid {
    opacity: 0;
    overflow: hidden;
    height: 0;
    transition: opacity 0.2s ease-in-out;
  }
  .sidebar + .main {
    width: calc(100% - 60px);
    transition: width 0.2s ease-in-out;
  }

  .sidebar.visible {
    margin-left: 0;
  }
  .sidebar.visible .container-fluid {
    opacity: 1;
    height: auto;
    overflow: unset;
    position: relative;
    top: -36px;
    clear: both;
  }
  .sidebar.visible + .main {
    width: calc(100% - 280px);
  }

  .sidebar.visible .sidebar-filter {
    display: none;
  }
  .sidebar.visible .sidebar-close {
    display: block;
    position: relative;
    right: 12px;
    top: -9px;
    float: right;
    z-index: 3;
  }

  .sidebar-filter {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .sidebar {
    float: none;
    height: auto;
    width: 100%;
    position: absolute;
    top: 52px;
    left: 0;
    z-index: 4;
    display: none;
  }
  .sidebar.expanded {
    display: block;
  }
  .sidebar + .main {
    float: none;
    max-height: 100%;
    width: 100%;
  }
  .sidebar-close {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sidebar {
    top: 0; /*bottom: 0;*/
    z-index: 5;
  }
}

/* =========================================================
  LOGIN
============================================================ */
.login {
  margin: 0 auto;
  max-width: 400px;
  padding: 32px 20px;
}
.login header {
  padding: 1em 0;
  text-align: center;
}
.login h1 {
  color: #3c4144;
  font-family: "Roboto Slab";
  font-size: 28px;
  font-weight: normal;
  margin: 0.8em 0;
}
.login .list-group-item {
  border-color: #eaeef1;
}
.login .list-group-item .form-control {
  background: none;
  border: 0;
  box-shadow: none;
}

/* =========================================================
  PANELS
============================================================ */
.panel {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #ccc;
}
.panel.panel-default,
.panel.panel-default > .panel-heading,
.panel.panel-default > .panel-footer {
  border-color: #ccc;
}
/* .panel.panel-default { background-color: #f9fafc; } */
.panel-default > .panel-heading {
  background-color: #f9fafc;
}

/* =========================================================
  TABLES
============================================================ */
.table-responsive {
  overflow: unset;
}
.table-responsive .fa {
  font-size: 16px;
}

.td-actions {
  padding: 3px 10px !important;
}

.pagination-detail,
.fixed-table-pagination div.pagination,
.fixed-table-pagination .pagination-detail {
  margin: 0;
  padding: 15px;
}

.fixed-table-pagination .pagination-info {
  line-height: 30px;
}

.bootstrap-table .table {
  border-bottom-color: #eaeef1;
}

.fixed-table-container {
  border: 0;
  border-top: 1px solid #eaeef1;
  border-radius: 0;
}
.fixed-table-container thead th .sortable {
  padding-left: 10px;
}
.fixed-table-container thead th .sortable {
  padding-right: 20px;
}

.pagination-detail {
  color: #788288;
  font-size: 13px;
}

.panel .table-striped > thead th {
  background-color: #f9fafc;
  border-right: 1px solid #eaeef1;
}
.panel .table-striped > thead th:last-child {
  border-right: 0;
}
.panel .table thead > tr > th {
  border-bottom: 1px solid #eaeef1;
}
.panel .table-striped > thead th {
  background-color: #f9fafc;
}

.panel .table td,
.panel .table th {
  padding: 8px 10px;
}
.fixed-table-container thead th .th-inner {
  padding-top: 6px;
  padding-bottom: 6px;
}

.fixed-table-container tbody td {
  border-left-color: #eaeef1;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top-color: #eaeef1;
}
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #f9fafc;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fff;
  background: none;
}
.table-striped > tbody > tr:nth-child(odd) {
  background: none;
}

.table-hover > tbody > tr:nth-child(even):hover > td {
  background-color: #fbf5f8;
}
.table-hover > tbody > tr:nth-child(odd):hover > td {
  background-color: #fff;
  background: none;
}
.table-hover > tbody > tr:hover {
  background-color: #fbf5f8;
}

.fixed-table-container thead th .desc {
  position: relative;
  background: none;
}
.fixed-table-container thead th .desc:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4.5px 0 4.5px;
  border-color: #a93870 transparent transparent transparent;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: 1px;
}
.fixed-table-container thead th .asc {
  position: relative;
  background: none;
}
.fixed-table-container thead th .asc:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 7px 4.5px;
  border-color: transparent transparent #a93870 transparent;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -7px;
}

.fixed-table-toolbar + .fixed-table-pagination .pagination-info {
  /* display: none;*/
}
.fixed-table-toolbar + .fixed-table-pagination .page-list {
  display: inline-block !important;
}
.fixed-table-container .fixed-table-pagination .page-list {
  /* display: none; */
}

.tr_centro td {
  font-weight: bold;
  background-color: #eaeef1 !important;
  color: #8c2f5e;
}
.tr_centro td .btn-action {
  color: #000;
}
.tr_agenda td {
  background-color: #fff !important;
}
.tr_agenda:hover td {
  background-color: #fbfbfb !important;
}
.panel > .table-responsive > .table.table-centros {
  margin-bottom: 30px;
}

/* TABLE_MOBILE
----------------------------------------------- */
.mobile-only {
  display: none;
}
.card-views {
}
.card-view {
  padding: 3px 0;
}
.card-view .title {
  padding-right: 16px;
}
.card-view .title .mobile-only {
  display: inline;
}
.fixed-table-body .card-view .title {
  text-align: right !important;
}

.table-mobile {
  width: 100%;
}
.table-mobile td {
  line-height: 19px;
  padding: 3px 0;
  vertical-align: top;
}
.table-mobile .td-label {
  font-weight: bold;
  padding-right: 16px;
  text-align: right;
  width: 40%;
}
.table-mobile .td-value {
  width: 60%;
}

/* PAGINATION
----------------------------------------------- */
.pagination {
}
.pagination > li > a,
.pagination > li > span,
.fixed-table-pagination .pagination a,
.fixed-table-pagination .pagination a:hover,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background: #fff;
  border-color: #d9d9d9;
  color: #3c4144;
  font-size: 13px;
  line-height: 18px;
  padding: 5px 11px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #a93871;
  background: #fff;
  border-color: #a93871;
}

/* =========================================================
  MODAL
============================================================ */
.modal-open,
.modal-open .modal {
  padding-right: 0 !important;
}
.modal-header {
  background: #f9fafc;
  border-radius: 4px 4px 0 0;
  border-color: #eaeef1;
  padding-bottom: 10px;
  padding-top: 10px;
}
.modal-title {
  font-size: 14px;
}
.modal-content {
  border-radius: 4px;
  border-color: #eaeef1;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.modal-footer {
  border: 0;
  padding-bottom: 10px;
}
.modal-footer .btn-secondary {
  float: left;
}
.sidebar.visible.disabled {
  pointer-events: none;
}

#table-appointments thead tr th:last-child,
.fondo_amarillo {
  background-color: #fafdb4 !important;
}
#table-appointments.table-centers thead tr th:last-child {
  background-color: transparent !important;
}
#table-appointments.table-users thead tr th:last-child {
  background-color: #f9fafc !important;
}
#event_period input::placeholder,
#event_period_2 input::placeholder {
  opacity: 1;
  color: #555;
}

fieldset.desabilitado legend::before,
.readonly .form-label::before,
.desabilitado .boton_mostrar::before,
.readonly .boton_mostrar::before {
  content: "\e105";
  position: relative;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffa912;
  padding: 0 8px 0 2px;
  font-size: 13px;
  top: 1px;
}

.glyphicon.verde {
  color: #3c763d;
}
.glyphicon.naranja {
  color: #ffa912;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fff;
}

.form-group.closed label {
  padding: 0 0 5px 20px;
  margin-left: 0;
}
