@import "/fonts/futura-book/stylesheet.css";

.main-header .logo {
  text-transform: uppercase;
  font-family: "Futura Book", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  letter-spacing: 4px;
}

.content-pull-left > * {
  float: left !important;
}
.content-pull-left > * + * {
  margin-left: 10px;
}
.box-tools .form-group {
  margin-bottom: 0;
}
.flex-list-inline {
  list-style: none;
  padding: 0;
  display: flex;
}
.flex-list-inline > * {
  flex: 1;
}
.profile-picture img {
  margin-bottom: 10px;
}
.picture-profile {
  text-align: center;
}
.active-toggle-status .fa-toggle-on,
.featured-status .fa-star {
  color: green;
}
.picture-profile .ion.ion-person-add {
  font-size: 160px;
  color: #999;
}
.users-form.working-data div.checkbox {
  display: inline-block;
  margin: 5px 10px 25px 0;
}
.users-form.working-data label[for='jornada'] {
  display: block;
}
.users-form.alert {
  display: flex;
  padding: 10px;
}
.users-form.alert h4 {
  line-height: 40px;
  margin-bottom: 0;
}
.users-form.alert .checkboxDiv {
  width: 40px;
  height: 40px;
  background: #ddd;
  border-radius: 100%;
  position: relative;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
  left: 20px;
}
.users-form.alert .checkboxDiv label {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  transition: all .5s ease;
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  background: #333;
  box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
}
.users-form.alert .checkboxDiv input[type=checkbox] {
  margin: 5px 10px;
}
.user-signature canvas {
  border: 1px solid #eee;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px;
}
.user-signature .title {
  font-weight: 700;
  text-align: left;
  padding: 10px;
}

.user-signature {
  text-align: center;
}

.post-resume .media-body .tools {
    display: none;
    color: #dd4b39;
}

.post-resume .media-body:hover .tools {
    display: inline-block;
}

.multi-item-carousel .item img{
  width: 100%;
}

.info-box {
  position: relative;
}

.box-link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  text-indent: -9999em;
}

/* Trick to get readonly select2 */
select[readonly].form-control + .select2-container {
  pointer-events: none;
  touch-action: none;
}
select[readonly].form-control + .select2-container .select2-selection {
  background: #eee;
  box-shadow: none;
}
select[readonly].form-control + .select2-container .select2-selection__arrow,
select[readonly].form-control + .select2-container .select2-selection__clear {
  display: none;
}

body.no-sidebar .content-wrapper,
body.no-sidebar footer.main-footer {
  margin-left: 0;
}

body.no-sidebar header.main-header .logo,
body.no-sidebar header.main-header .logo:hover {
  width: 100%;
  background-color: #222;
  color: #fff;
}

body.no-sidebar header.main-header {
  overflow: hidden;
}

.flex-wrapper .generatepassword {
  flex: 1;
}
.flex-wrapper {
  display: flex;
}
.flex-wrapper > * {
  flex: 0;
}
.generatepassword-block {
  width: 1%;
  white-space: nowrap;
}
.pwd-view {
  padding: 1px 0px;
  margin: 0 2px;
  width: 0px;
  color: white;
  text-align: center;
  display: inline-block;
  font-family: Consolas, monospace;
}
.pwd-view.active {
  background-color: #63bf63;
  margin: 0 5px;
  padding: 0 5px;
  width: auto;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  color: #b8c7ce;
  background-color: #222;
}
.direct-chat-msg.right .direct-chat-text a {
  color: #FFF;
  font-weight: bold;
}
.direct-chat-text .attachments {
  margin-top: 20px;
}
.direct-chat-text .attachments a {
  display: block;
}
.direct-chat-messages {
  height: auto;
  max-height: 400px;
  min-height: 243px;
}

.box-header > .box-tools form {
  display: inline-table;
}
.box-header > .box-tools form .form-group input {
  height: 30px;
}
.box-tools .form-group {
  min-width: 120px;
  margin-right: 10px;
}
.box-stats .info-box-content .info-box-text {
  font-size: 12px;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
}

.box-stats .info-box-content .progress {
  margin: 3px -10px;
}

.box-stats .info-box-content .box-header {
  display: flex;
  padding-left: 0;
  padding-top: 0;
}

.box-stats .info-box-content .box-header .box-tools {
  top: 0;
}

.box-stats .info-box-content .info-box-number {
  font-size: 16px;
  display: inline;
}

.box-stats .info-box-content .info-box-number.no-current {
  color: gray;
}

span.number-right {
  margin-left: 10px;
}

.box-stats .info-box-content small.info-box-number {
  font-size: 12px;
}

/* Index filter search  */
.box-header .btn.btn-sm.pull-right {
  margin-left: 5px;
}
.box-header form .form-group.select {
  float: left;
}
.box-header form .form-group + .form-group {
  float: left;
  margin-left: 5px;
}
.box-header form .form-group.select .select2-selection {
  height: 30px;
}
.Popover-body .form-group {
  width: 250px;
}
.row.protocols {
  padding: 5px;
  padding-left: 20px;
}
.row.protocols i {
  margin-right: 10px;
}
.protocol-folder {
  font-size: 16px;
}
.protocol-child {
  padding-left: 15px;
}
.protocols-actions {
  text-align: right;
}
.row.protocols .protocols-actions {
  margin-right: 10px;
}
div.box.centers-masterclass-list {
  margin-top: 50px;
}
div.booking-data div.booking-form,
div.booking-data div.friends-form {
  margin-top: 15px;
}
div.booking-form label[for=booking-reminder-enabled] {
  margin-bottom: 15px;
}
.calendar th.next,
.calendar th.prev {
  display: none;
}
.calendar {
  overflow: hidden;
  padding: 15px;
}
.popover-data {
  padding-bottom: 5px;
}
table.table tbody tr.timedOut {
  font-style: italic;
  background-color: #e5e5fb;
}
div.selectorWrap div.checkbox {
  position: unset;
}
div.selectorWrap .select2-selection--multiple > ul.select2-selection__rendered {
  display: inline;
}
div.selectorWrap ul.select2-selection__rendered li.select2-search--inline {
  margin: 0 5px;
}
@media print {
  section.content div.col-md-3 > div.box,
  div.viewer-signature button {
    display: none;
  }
}

.box-tools .checkbox {
  margin-top: 5px;
}

.box-tools .checkbox input {
  margin-top: 0px;
}
.small-image .upload img {
  max-width: 30%;
}

.restaurant-menu {
  text-align: center;
  font-size: 16px;
}

.restaurant-menu h1 {
  font-family : "Futura Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 40px;
}

.restaurant-menu .content .title-section {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  text-transform: uppercase;
}

.restaurant-menu .content .separator {
  font-size: 18px;
  font-weight: 700;
}

.restaurant-menu .header .date {
  text-transform: uppercase;
}

.restaurant-menu .translated .children {
  margin: 10px 0 0;
  font-weight: 300;
}

.restaurant-menu .translated .translate.gray-letter {
  margin: 10px 0 0;
  font-weight: bold;
}

.restaurant-menu .footer .prices {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.restaurant-menu .footer .prices {
  font-weight: 600;
  font-size: 18px;
}

.restaurant-menu .footer .footer-note {
  margin-top: 20px;
  color: #999;
}

.restaurant-menu .content {
  margin-top: 20px;
}

.restaurant-menu .sortable-dragging {
  background-color: #ecf0f5;
  text-align: center;
}

.table > tbody > tr > th.dish-item {
  font-weight: normal;
}

.holidays .table-month > .table > tbody > tr > td {
  padding: 2px;
}
.holidays .table-month > .table > tbody > tr > td.month-user-charge,
.table thead th.month-user-charge {
  padding-left: 120px!important;
}

th.month-user-name, td.month-user-name {
  width: 120px !important;
}

.holidays {
  font-size: 12px;
}

.evaluate-form .box-header span {
  margin-right: 20px;
  font-weight: bold;
}

.evaluate-form .table-responsive {
  margin-top: 30px;
}

.footer + .btn-group {
  margin-top: 30px;
}

#section-form, #dish-form {
  width: 50%;
  margin: 20px auto;
}

.item.section-box {
  margin: 10px 0;
}

.item.section-box p, .item.section-box .box-actions {
  display: inline;
}

.item.section-box .box-actions {
  position: absolute;
}

.section-edit {
  margin: 0 auto;
  width: 50%;
}

p.translate.gray-letter {
  display: block;
}

.menus-form .files-uploader img {
  width: 20%;
}

#section-form .form-group {
  width: 50%;
  display: inline-flex;
}

.section-item {
  font-size: 20px;
}

.table-responsive.menu-table {
  overflow: visible;
}

.btn.toggle-status {
  margin-left: 5px;
}

.pane-filter {
  list-style-type: none;
}

.pane-filter li {
  display: inline;
  margin-right: 5px;
}

#dish-form label[for=dish-categories] {
  display: flex;
}

div.restaurant-menu .nav-tabs-custom > .nav-tabs {
  border-bottom-color: #d8d8d8;
  padding-top: 10px;
}

div.restaurant-menu .nav-tabs-custom > .nav-tabs > li.active > a {
  border-left-color: #d8d8d8;
  border-right-color: #d8d8d8;
}

div.restaurant-menu .nav-tabs-custom .tab-content .box-body {
  padding-top: 25px;
}

#dish-search form {
  margin-top: 15px;
}

.item.box-block {
  text-align: left;
  border-bottom: 1px dashed;
  margin: 20px auto;
}

.item.box-block > p {
  background: #cecece;
  padding: 5px 10px 2px;
  border-radius: 10px 0 0 0;
  cursor: pointer;
}

.box-footer > * {
  display: inline;
  margin-left: 10px;
}

/** Styles to publicationes section */
.publications {
  border-bottom: 1px solid #eee;
}
.publications video {
  width: 100px;
}
.publications span.label {
  font-size: 10px;
  margin-left: 5px;
}
img.media-object {
  width: 100px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,.15);
}
#cal-slide-content a.event-item {
  color: black;
}
#cal-slide-content {
  box-shadow: 0px 1px 0px rgba(0,0,0,0.2);
}
.legend {
  margin-top: 30px;
}
.legend > span {
  margin-left: 5px;
}
.instagram-header {
  width: 910px;
  margin: 0 auto;
  margin-top: 45px;
}
.instagram-header > p {
	font-size: 32px;
	font-weight: 500;
	margin-left: 140px;
	padding-top: 30px;
}
.instagram {
  width: 910px;
	border-top: 1px solid #d2d6de;
	margin: 0 auto;
	padding-top: 30px;
  margin-top: 20px;
}
.instagram > div {
  padding: 5px;
}
.instagram video,
.instagram > div > img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.instagram i {
  position: absolute;
  margin-left: 240px;
  margin-top: 20px;
  color: white;
  font-size: 22px;
}
.instagram .tools i {
  margin-left: 25px;
}

.instagram .tools {
	height: 100%;
	width: 100%;
	position: absolute;
}
.instagram .tools a {
  display: none;
}
.instagram .tools:hover a {
  display: block;
}
.glyphicon-chevron-down::before {
  content: none;
}
/** end styles to publications section */

.member-tag {
  margin-left: 10px;
}

/** styles for publications calendar */
span[data-cal-date] {
  margin-top: 5px;
}
.events-list {
  max-height: 100px;
  margin-bottom: 5px;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.cal-month-day {
  height: 135px;
}
.events-list > a > img,
.events-list > a > video {
  width: 100px;
  height: 100px;
}
.cal-event-list li {
  display: flex;
  margin-bottom: 10px;
}
.cal-event-list video {
  width: 100px;
}
.cal-event-list .event.pull-left {
  margin-top: 25px;
  margin-left: 15px;
}
#cal-slide-content a.event-item {
  margin-top: 20px;
}
/* end styles for publications calendar */

/* printable area */
@media print {
  body * {
    visibility:hidden;
  }
  .printable, .printable *, .box-header > .box-title {
    visibility:visible;
    font-size: 10px;
  }
  .printable table {
    display: block;
  }
  /* hide actions buttons */
  .printable td.actions, .printable .btn {
    display: none;
  }
  .printable .order-overview img {
    width: 20%;
    float: left;
    margin-right: 10px;
  }
}
/* end styles for printable area */

.old-mettv {
  background-color: #f7f2f2;
}

/* Even calendar */

section.event-weekly-view .ReactTable .is-full,
.not-available,
.available {
  background-color: #ff2f57;
  width: 100%;
  height: 100%;
  border-radius: 5%;
}

section.event-weekly-view .ReactTable .is-full a,
.not-available a,
.available a {
  color: black;
}

section.event-weekly-view .ReactTable .not-available {
  background-color: #f4f4f4;
}

section.event-weekly-view .ReactTable .available {
  background-color: #58cb7d3b;
}

section.event-weekly-view #root {
  max-width: 100%;
}

section.event-weekly-view .btn-next,
.btn-prev {
  max-width: 100%;
  margin-bottom: 15px;
  border-radius: 5%;
}

div.admin-weekly-calendar {
  text-align: center;
}
.bookings-per-day .form-group.text {
  float: left;
}
.events-data-actions {
  margin-bottom: 10px;
}
.events-data-actions .pull-right {
  width: 30%;
}
.events-data-actions .pull-right form {
  width: 60%;
  display: table;
  float: left;
}
.events-data-actions .pull-right form .form-group,
.events-data-actions .pull-right form .submit {
  display: table-cell;
  vertical-align: middle;
}
.imports-logs-details tr.error, .imports-logs-details tr:nth-of-type(2n+1).error {
  background: rgba(255, 0, 0, 0.3);
}
.trainings-groups .featured {
  color: #00a65a;
  padding-left: 20px;
}

.synchronize-timetables.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.table tr.trainer-row td {
  vertical-align: middle;
}
.table tr.trainer-row td.trainer-image {
  text-align: center;
}
.table tr.trainer-row td.trainer-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* live dates*/
.training-form .datetime ul > li {
  min-width: 80px;
}

/* Push notifications */
form.push-form fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
form.push-form fieldset legend {
  width: auto;
  margin-bottom: 0;
  font-size: 17px;
  border-bottom: 0;
}
form.push-form div.date .day .select2-container {
  width: 65.9px!important;
}
form.push-form div.date .month .select2-container {
  width: 120.117px!important;
}
form.push-form div.date .year .select2-container {
  width: 79.8px!important;
}
form.push-form .close {
  float: right;
  position: relative;
  top: 40px;
  right: 35px;
  color: #951e1e;
  cursor: pointer;
  font-size: 16px;
  opacity: 1;
}
/* End Push notifications */
.pull-right-uploader {
  margin-top: 25px;
}