
/* @@@ ******** Common ******** @@@ */

table {
  width: 100%;
  table-layout: auto;
}

table th,
table td {
  text-align: center;
  padding: 10px;
}

form {
  width: 100%;
}

.no-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

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

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

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

.right {
  float: right !important;
}

.left {
  float: left !important;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.hiddenHeader {
  width: 78px;
}

.header-mobile {
  display: none;
}

h4.form-title {
  margin: 30px 0 20px 0;
}

.bootstrap-select div.dropdown-menu.open.show {
  max-height: 267px!important;
}

.bootstrap-select ul.dropdown-menu {
  max-height: 210px!important;
}

/*Deshabilita els botons incrementals que apareixen per defecte en camps de text numérics*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

textarea {
  min-height: 100px;
}

.select2-container {
  width: 100% !important;
}

.filter-option {
  width: 90% !important;
}

span.recomendation {
  font-size: 11px;
}

#m_accordion_filter_head {
  display: none;
  text-align: right;
  margin-right: 17px;
}

span.role-user{
  color:#fff;
  font-size: 10px;
  font-weight: bold;
}

/* @@@ ******** End Common ******** @@@ */



/* Login Page */

.m-login__form .m-form__group input {
  border: solid thin #a6925e !important;
  color: #a6925e !important;
}

/* End Login Page*/



/* Notificaciones Push */

.selected-customers-block .bootstrap-select ul.dropdown-menu {
  overflow-y: auto;
}

.notify-form-label {
  display: block;
  width: 100%;
  margin: 20px 0 10px 0;
  font-weight: 600;
  font-size: 15px;
}

.notify-form-sublabel {
  display: block;
  width: 100%;
  margin: 10px 0 5px 0;
  padding-left: 15px;
}

.customer-btn.selected {
  color: #fff;
  background-color: #dadada;
  border-color: #dadada;
}

.push-date {
  float: right;
  font-size: 11px;
}

.app-name {
  float: left;
}

.push-content {
  margin-top: 10px;
  width: 100%;
  display: block;
  clear: both;
  float: left;
}

.app-title {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}

.fichar-block{
  position: relative;
}

.fichar-block span.fichar-status{
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 50%;
  color: transparent;
  position: absolute;
  right: 0px;
  top: -18px;
}

.fichar-block span.fichar-status.no-working{
  background: #f4516c;
}

.fichar-block span.fichar-status.working{
  background: #34bfa3;
}

.fichar-block span.fichar-status img {
  position: relative;
  top: 2px;
}

.fichar-block span.fichar-status:hover{
  cursor: pointer;
  background: #ffb822;
}

#ficharModal #modalBody .entrada,
#ficharModal #modalBody .hora_actual {
  text-align: center;
}

#ficharModal #modalBody .fichar-hora {
  font-size: 25px;
}

#ficharModal #modalBody span.entrada-hora {
  font-size: 22px;
}

#ficharModal #modalBody .fichar-dia {
  font-size: 13px;
}

.push {
  background-color: #fff;
  border-radius: 10px;
  width: 50%;
  position: absolute;
  top: 45%;
  left: 15%;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

#Adminbundle_push_fecha_time {
  display: table;
}

#Adminbundle_push_fecha_time select {
  display: table-caption;
}

.loader {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 100;
  background-color: rgba(255,255,255,0.5);
}

.loader span {
  color:#7550a1;
}

.relative{
  position:relative;
}

/* End Notificaciones Push */



/* Agenda */

.modal-xlg {
  max-width: 960px;
}

.modal-xxlg {
  max-width: 98%;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 350px;
}

.modal {
  overflow: auto!important;
}

#finalizeMultiTask,
#notifyTask,
#finalizeTask,
#invoiceGenerateBtn{
  height:41px;
}

.block-task-modal {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  display: block;
  position: absolute;
  z-index: 100000000;
}

.block-task-modal p {
  position: relative;
  bottom: -30px;
  text-align: center;
}

.customer-comment-select {
  width: 100%;
  border: solid thin #c2c2c2;
  border-radius: 5px;
  margin-bottom: 5px;
  text-align: left;
}

.customer-btn-select,
.customer-comment-select {
  width: 100%;
  border: solid thin #c2c2c2;
  border-radius: 5px;
  margin-bottom: 5px;
  text-align: left;
}


.customer-btn-select:hover,
.customer-comment-select:hover {
  background-color: #f5f5f5;
}

#service-alert{
  color:#f4516c;
  margin:10px 0 20px 0;
  display: block;
  font-size: 12px;
  font-weight: 600;
}

#calendar {
  margin: 10px 0;
}

.fc-content {
  text-align: left;
}

.fc-content > .freeTime {
  color: red;
}

.fc-content.employeeTask {
  display: flex;
  justify-content: space-between;
}

.chosen-container .chosen-single,
.chosen-container .chosen-drop {
  width: 165px;
  height: 38px;
  line-height: 38px;
}

#block-content {
  display: none;
  width: 100%;
  background-color: rgba(2255,255,255,0.75);
  height: 100%;
  z-index: 100000;
  position: absolute;
  top: 0px;
  left: 0px;
}

.completed>i {
  animation: animationFrames linear 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames {
  0% {transform: rotate(0deg) scaleX(1.00) scaleY(1.00);}
  10% {transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);}
  20% {transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);}
  30% {transform: rotate(3deg) scaleX(1.20) scaleY(1.20);}
  40% {transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);}
  50% {transform: rotate(3deg) scaleX(1.20) scaleY(1.20);}
  60% {transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);}
  70% {transform: rotate(3deg) scaleX(1.20) scaleY(1.20);}
  80% {transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);}
  90% {transform: rotate(3deg) scaleX(1.20) scaleY(1.20);}
  100% {transform: rotate(0deg) scaleX(1.20) scaleY(1.20);}
}

@-moz-keyframes animationFrames {
  0% {-moz-transform: rotate(0deg) scaleX(1.00) scaleY(1.00);}
  10% {-moz-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);}
  20% {-moz-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);}
  30% {-moz-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);}
  40% {-moz-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);}
  50% {-moz-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);}
  60% {-moz-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);}
  70% {-moz-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);}
  80% {-moz-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);}
  90% {-moz-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);}
  100% {-moz-transform: rotate(0deg) scaleX(1.20) scaleY(1.20);}
}

@-webkit-keyframes animationFrames {
  0% {-webkit-transform: rotate(0deg) scaleX(1.00) scaleY(1.00);}
  10% {-webkit-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);}
  20% {-webkit-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);}
  30% {-webkit-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);}
  40% {-webkit-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);}
  50% {-webkit-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);}
  60% {-webkit-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);}
  70% {-webkit-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);}
  80% {-webkit-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);}
  90% {-webkit-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);}
  100% {-webkit-transform: rotate(0deg) scaleX(1.20) scaleY(1.20);}
}

@-o-keyframes animationFrames {
  0% {-o-transform: rotate(0deg) scaleX(1.00) scaleY(1.00);}
  10% {-o-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);}
  20% {-o-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);}
  30% {-o-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);}
  40% {-o-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);}
  50% {-o-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);}
  60% {-o-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);}
  70% {-o-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);}
  80% {-o-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);}
  90% {-o-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);}
  100% {-o-transform: rotate(0deg) scaleX(1.20) scaleY(1.20);}
}

@-ms-keyframes animationFrames {
  0% {-ms-transform: rotate(0deg) scaleX(1.00) scaleY(1.00);}
  10% {-ms-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);}
  20% {-ms-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);}
  30% {-ms-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);}
  40% {-ms-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);}
  50% {-ms-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);}
  60% {-ms-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);}
  70% {-ms-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);}
  80% {-ms-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);}
  90% {-ms-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);}
  100% {-ms-transform: rotate(0deg) scaleX(1.20) scaleY(1.20);}
}

.fc-agenda-view table.fc-border-separate {
  table-layout: fixed;
}

.fc-view-container {
  overflow-x: scroll;
}

.fc-unthemed .fc-scroller .fc-content-col {
  padding: 0 !important;
}

.customer-name {
  font-size: 12px;
  font-weight: 500;
  z-index: 1;
}

.customer-comments{
  font-size: 13px;
  font-weight: 400 !important;
  z-index: 1;
  margin-top: 5px;
  font-style: italic;
}

.employee-comments {
  font-size: 13px;
  font-weight: 600 !important;
  z-index: 1;
  margin-top: 5px;
}

.fc-content {
  height: 100%;
}

.fc-content .horari {
  margin-left: 5px;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}

.fc-content .fc-time {
  display: none;
}

.fc-title {
  display: flex;
  flex-direction: column;
  width: 75%;
  float: left;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 18px;
  z-index: 1;
}

.fc-content .icons {
  width: 25%;
  float: right;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
  margin-top: 25px;
  justify-content: flex-end;
}

.fc-content .icons > div {
  flex: 0 0 50% !important;
  width: 100%;
  text-align: center;
}

.fc-content .icons > div > i {
  font-size: 25px;
  color:#fff;
}

.fc-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.fc-resource-cell {
  padding: 5px!important;
}

.task-complete {
  background-image: url('pattern.png') !important;
  border-color: #c6c6c6 !important;
  z-index: 1;
}

.task-deleted {
  opacity: 0.5;
  background-image: url('pattern-deleted.png') !important;
  border-color: #c6c6c6 !important;
  z-index: 1;
}

.task-deleted:after {
  content: 'CANCELADA';
  font-size: 22px;
  float: right;
  top: 0px;
  right: 2px;
  color: #333;
  font-weight: 500;
  text-align: center;
  position: absolute;
  z-index: 10;
}

.employee-task {
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255,255,255,.2) 5px, rgba(255,255,255,.2) 10px)!important;
  z-index: 1;
}

/* .freeTime,
.online,
.completed,
.specific-employee,
.facturado {
  float: right;
  width: 12%;
  text-align: center;
  display: inline-table;
} */

.task-deleted,
.task-deleted .fc-title,
.task-complete,
.task-complete .fc-title {
  color: #fff !important;
}

.multiserviceName {
  text-transform: uppercase;
  font-size: 15px;
  z-index: -1;
}

.multiserviceName span {
  color: #666;
  font-size: 13px;
}

.task-complete .multiserviceName span {
  color: #fff;
}

.multiservice {
  background-size: 6px 6px!important;
  background: url(../../assets/media/img/dotted.png)!important;
  background-repeat: repeat;
  position: absolute;
  width: 100%;
  z-index: -3;
  top: 0px;
  left: 0px;
  display: block;
  height: 21px;
  opacity: 0.2;
  border-bottom: solid 1px #666;
}

.tooltipevent {
  background-color: rgba(44, 46, 62, 0.65);
  color: #fff;
  border-radius: 3px;
  padding: 5px;
  border: solid 1px #333;
  position: absolute;
  z-index: 10001;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

#customer_list {
  overflow: auto;
  max-height: 389px;
}

.reset_google_customer_search:hover {
  cursor: pointer;
}

.reset_google_customer_search {
  position: absolute;
  top: 37px;
  right: 23px;
  display: none;
  background-color: #e8e8e8;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  border-radius: 50%;
}

.reset_google_customer_search i {
  font-size: 10px;
}

#duplicate-email,
#duplicate-phone,
#duplicate-phone2 {
  padding: 5px 10px;
  top: 10px;
  position: relative;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
}

input#google_customer_search {
  margin-bottom: 0px!important;
}

ul#customer_search_result {
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow: auto;
  position: absolute;
  z-index: 1;
  width: 95.5%;
}

ul#customer_search_result li:hover {
  background-color: #c6c6c6;
  color: #fff;
  cursor: pointer;
}

ul#customer_search_result li {
  width: 95%;
  padding: 5px;
  list-style: none;
  border-left: solid thin #ebedf2;
  border-right: solid thin #ebedf2;
  border-bottom: solid thin #ebedf2;
  background-color: #fff;
}

.datepicker {
  z-index: 350000!important;
}

#customer_comments {
  overflow: auto;
  max-height: 523px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field {
  padding: 0rem 1.15rem !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: .57rem 0rem !important;
}

.clientes_block .m-form__group--inline {
  margin-bottom: 20px;
  float: left;
}

.switch > div {
  -ms-flex: 0 0 10% !important;
  flex: 0 0 10% !important;
  max-width: 10% !important;
}
.switch .confirmed {
  -ms-flex: 0 0 15% !important;
  flex: 0 0 15% !important;
  max-width: 15% !important;
}

.add-customer-btn {
  padding: 5px;
  margin-top: 23px;
  float: right;
}

.profile_photo {
  border-radius: 50%;
}

#customer_comments li.comment:hover {
  cursor: pointer;
}

#m_form_services_chosen .chosen-single,
#m_form_services_chosen .chosen-drop {
  width: 230px;
  height: 38px;
  line-height: 38px;
}

#m_form_customers_chosen .chosen-single,
#m_form_customers_chosen .chosen-drop {
  width: 160px;
}

.defaultCustomerBtn.btn-outline-info.active {
  border-color: #36a3f7;
  background: #36a3f7;
  color: #fff;
}

.waiting-list-block {
  padding: 10px 0;
  float: right;
  position: absolute;
  top: 0px;
  right: -300px;
  width: 15%;
  opacity: 0;
  display: none;
}

.badge-waiting-list {
  float: right;
  top: -10px;
  position: relative;
  right: -7px;
}

.waiting-list-block .btn {
  white-space: unset!important;
}

.waiting-list-block h2.waiting-list-title {
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: .75rem;
  margin-bottom: 29px;
  text-align: center;
}

#external-events {
  margin: 0;
  padding: 0;
}

#external-events .waiting-list-item {
  padding: 10px;
  margin-bottom: 5px;
  border: solid thin #ebedf2!important;
  border-radius: 4px;
  background-color: #7450a1!important;
  min-height: 60px;
}

#external-events .waiting-list-item h4 {
  font-size: 13px;
  font-weight: bold;
}

#external-events .waiting-list-item h5 {
  font-size: 12px;
  font-weight: normal;
}

#external-events .waiting-list-item span {
  font-size: 11px;
}

.empty-waiting-list,
#deleteWaitingListTask {
  display: block;
  min-height: 60px;
  /*line-height: 60px;*/
  padding: 27px 5px;
  border: dashed thin #c6c6c6;
  text-align: center;
  border-radius: 5px;
  margin: 10px 0;
}

.dropped-over-delete {
  opacity: 0.25;
  background-image: url(pattern-deleted.png) !important;
  border-color: #c6c6c6 !important;
  border-width: 2px !important;
  font-weight: bolder !important;
  color:#fff;
}

.waitingList-icon {
  position: absolute;
  top: 0px;
  right: 2px;
  font-size: 20px;
  opacity: 0.1;
}

.deleteWaitingList {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size:23px;
  color: #d0d0d0;
  transition: 0.3s;
}

.deleteWaitingList:hover{
  cursor: pointer;
  color: #fff;
}

.fc-unthemed td {
    border-color: #bdc3d4;
}

/* End Agenda */



/* Salones */

.image_container {
  margin: 0 10px 10px 0px;
  position: relative;
  margin: 10px;
  width: 150px;
}

.promotion_image {
  width: auto;
  height: 150px;
}

.profile_image {
  width: auto;
  height: 150px;
  border-radius: 50%;
  border: solid 2px #2c2e3e;
}

.deleteImage_promotion {
  left: 5px;
  top: 5px;
}

.deleteImage {
  right: -5px;
  bottom: -5px;
}

.deleteImageFactura{
  right: -5px;
  bottom: -5px;
}

.deleteImage.product {
  right: unset;
  bottom: unset;
}

.deleteImage_promotion,
.deleteImage,
.deleteImageFactura {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  padding: 5px;
  width: 27px;
  height: 27px;
  line-height: 21px;
  text-align: center;
}

.deleteImage i,
.deleteImage_promotion i,
.deleteImageFactura i {
  color: red;
}

.featuredImage:hover,
.deleteImage:hover,
.deleteImageFactura:hover,
.deleteImage_promotion:hover {
  cursor: pointer;
}

.featuredImage {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #ffbf00;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 4px 0;
  padding: 4px;
}

ul.shopImages {
  padding: 0px;
}

ul.shopImages li {
  float: left;
  width: 31%;
  list-style: none;
  margin: 1%;
  border: solid thin #c6c6c6;
  padding: 2px;
  min-width: 120px;
}

.first-horary-field,
.second-horary-field {
  display: block;
  width: 45%;
}

.first-horary-field {
  float: left;
}

.second-horary-field {
  float: right;
}

.day-horary {
  border-bottom: solid thin #f5f5f5;
  display: inline-block;
  margin-bottom: 5px;
}

.day-horary span {
  display: block;
}

.day-horary input {
  text-align: center;
}

/* End Salones */



/* Tipo de Servicios */

#adminbundle_servicetype_colour {
  height: 39px;
  width: 99px;
}

/* End Tipo de Servicios */



/* Config */

.config-select {
  margin-bottom: 20px!important;
}

/* End Config */



/* Promotion Preview */

.post {
  position: absolute;
  top: 105px;
  width: 86%;
  left: 7%;
  background-color: #fff;
  height: 657px;
  overflow: auto;
  border-radius: 0px 0px 35px 35px;
}

.post-preview {
  width: 80%;
}

.push-preview,
.post-preview {
  position: relative;
}

.post-title {
  top: 75px;
  position: absolute;
  width: 86%;
  left: 7%;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  color: #000;
}

.post-content {
  border-radius: 0px 0px 50px 50px;
  padding: 13px;
}

.post-img {
  padding: 13px;
}

.title,
.subtitle {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 5px;
}

.content {
  font-size: 13px;
  margin-bottom: 5px;
}


/* End Promotion Preview */



/* TableViews */

.bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.red {
  background-color: #f4516c;
}

.green {
  background-color: #34bfa3;
}

.red_type {
  color: #f4516c;
  font-size: 19px;
}

.green_type {
  color: #34bfa3;
  font-size: 19px;
}

.green_light_type {
  color: #84c4b8;
  font-size: 19px;
}

.kt-badge.kt-badge--warning {
  color: #111;
  background: #ffb822;
}

.kt-badge.kt-badge--info {
  color: #fff;
  background: #5578eb;
}

.kt-badge.kt-badge--md {
  height: 32px;
  width: 32px;
  font-size: 1rem;
}

.kt-badge {
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  font-size: 0.8rem;
}

.light-grey {
  color: #e2e2e4!important;
  font-size: 19px;
}

.dark-grey {
  color: #888888;
  font-size: 19px;
}

.fullselect {
  width: 100%!important;
}

.block-bulk {
  margin-top:20px;
  display: none;
}

.top-paginator {
  margin-top: 0px !important;
  margin-bottom: 20px;
}

/* End TableViews */

/* Customers Import */

.demo-template {
  margin-top: 15px;
}

/* End Customers Import */

/* Tratamientos modal */

table#tratamientos-table th,
table#tratamientos-table td {
    text-align: left;
    padding: 5px;
}
table#tratamientos-table tbody tr {
    border-bottom: solid thin #000;
}
table#tratamientos-table tbody tr:last-child {
    border-bottom: unset !important;
}
table#tratamientos-table {
    margin-bottom: 20px;
}

/* end Tratamientos modal*/

/* Tratamientos list afenda modal */

.tratamientos{
  margin-top: 10px;
}

ul#tratamientos-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding-left: 13px;
  margin-top: 5px;
}

ul#tratamientos-list li {
  list-style: auto;
}

ul#tratamientos-list li a.add-spec.btn.btn-alert.btn-sm {
  white-space: normal;
  text-align: left;
}

/* end Tratamientos list afenda modal */

/* Languages */

.flag {
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 30px;
  height: 30px;
  display: block;
  text-align: right;
  text-transform: uppercase;
  font-weight: 500;
}

a.flag:hover {
  text-decoration: none;
}

.flag-es {
  background-image: url('../../assets/media/img/flags/es.png');
}

.flag-en {
  background-image: url('../../assets/media/img/flags/en.png');
}

.flag-ca {
  background-image: url('../../assets/media/img/flags/ca.png');
}

.flag-it {
  background-image: url('../../assets/media/img/flags/it.png');
}

.flag-ch {
  background-image: url('../../assets/media/img/flags/ch.png');
}

.flag-ru {
  background-image: url('../../assets/media/img/flags/ru.png');
}

/* End Languages */


/* Add/Edit Service */

#adminbundle_service_duration_hour,
#adminbundle_service_duration_minute {
  width: 25%;
  border-color: #ebedf2;
  color: #575962;
  margin-bottom: 20px;
  height: calc(2.95rem + 2px);
  font-family: sans-serif, Arial;
  border-radius: .25rem;
  padding: 10px 5px;
  font-size: 1rem;
  line-height: 1.25;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

#adminbundle_service_duration_hour {
  float: left;
}

#adminbundle_service_duration_minute {
  display: inline-block;
}

.app-disabled,
.active-disabled,
.multitask-disabled,
.ticket-disabled {
  position: absolute;
  top: 34px;
}

.m-switch.m-switch--outline.m-switch--success input:disabled:checked~span:after {
  background-color: #34bfa3;
  opacity: 0.5;
}

/* End Add/Edit Service */

/* Task/Orders History Table */

#customerTasks,
#customerOrders {
  border-collapse: collapse;
  font-family: sans-serif;
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);*/
  height:650px;
  display:block;
  overflow-y:auto;
  text-align: left;
  position: relative;
  border-collapse: collapse;
  margin-bottom:20px;
}
#customerTasks td,
#customerOrders td{
  padding:8px;
}
#customerTasks thead tr,
#customerOrders thead tr {
  text-align: left;
}
#customerTasks tbody td,
#customerOrders tbody td{
  border: solid thin #e8e8e8;
}
#customerTasks tr:hover,
#customerOrders tr:hover{
  background: #b19cca;
}
#customerTasks tr:hover td,
#customerOrders tr:hover td{
  color: #fff;
}
#customerTasks tr.task-completed,
#customerOrders tr.task-completed{
  background: #c6c6c6;
}
#customerTasks tr.task-completed td,
#customerOrders tr.task-completed td{
  color: #fff;
}
#customerTasks th,
#customerOrders th {
  background-color: #7550a1;
  color: #ffffff;
  position: sticky;
  top: 0; /* Don't forget this, required for the stickiness */
}

tr.total-tr.m-datatable__row.m-datatable__row--even td {
  background: #36bfa3 !important;
  color: #fff;
}

.invoice-cambio span.title {
  text-align: center;
  display: block;
  font-size: 20px;
}

.invoice-cambio p.cambio {
  display: block;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
}

.invoice-cambio {
  margin-top: 40px !important;
}

/* end Task/Orders History Table */

/* Invoice Block */

#invoiceModal {z-index: 10000;}

.col-low-pad{
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.col-low-pad-first{
  padding-right: 5px !important;
  padding-left: 0px !important;
}

.col-low-pad-last{
  padding-left: 5px !important;
  padding-right: 0px !important;
}

#invoiceModal .invoice-blocker{
  background-color: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
  display:none;
  pointer-events: none !important;
}
#invoiceModal .invoice-blocker span {
  color: #6e66c2;
  font-size: 20px;
  text-align: center;
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  font-weight: 400;
}
#invoiceModal .invoice-blocker img {
  position: relative;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#invoiceModal ul.order-items-servicios,
#invoiceModal ul.order-items-productos {
  padding-left: 0px;
  /* max-height: 20vh;
  overflow: auto; */
}
#invoiceModal span#code-search-error-products,
#invoiceModal span#code-search-error-services {
  background: #ff7272;
  padding: 3px 8px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  top: 8px;
  left: 5px;
  height: 24px;
}
#invoiceModal .input-group-text {
  padding: 5px;
}
#invoiceModal ul.order-items-servicios .order-item:empty,
#invoiceModal ul.order-items-productos .order-item:empty {
  display: none;
}
#invoiceModal ul.order-items-servicios li,
#invoiceModal ul.order-items-productos li {
  list-style: none;
}
.order-items-productos .m_form_employees_invoice{
  width: 140px !important;
  left: 0px;
}
#invoiceModal .order-items-servicios .order-item,
#invoiceModal .order-items-productos .order-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: stretch;
  align-content: center;
  margin-bottom:10px;
}
#invoiceModal .order-items-servicios .order-item .input-group,
#invoiceModal .order-items-productos .order-item .input-group {
  margin: 0 10px;
}
#invoiceModal .m_form_employees_invoice {
  height: 40px;
}
#invoiceModal .m_form_employees_invoice:focus {
  height: 100px !important;
}
#invoiceModal .invoice-summary,
#invoiceModal .discount-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
}
#invoiceModal .invoice-summary .invoice-tax,
#invoiceModal .invoice-summary .invoice-imponible {
  margin: 0 15px;
}
#invoiceModal .invoice-summary {
  border-top: solid 3px #6e66c2;
  margin-top: 10px;
  padding-top: 10px;
}
#invoiceModal .invoice-summary label {
  font-weight: 600;
  display: block;
  text-align: right;
}
#invoiceModal .invoice-summary input {
  height: 40px;
  text-align: right;
}
#invoiceModal .discount-wrapper > div {
  flex: 0 0 35%;
}
#invoiceModal #invoice_comments{
  min-height: unset !important;
}
#invoiceGenerateBtn:hover{
  color:#fff !important;  
}
#invoiceModal ul.add-servicios-invoice,
#invoiceModal ul.add-productos-invoice {
  padding-left: 0px;
  overflow: auto;
  max-height: 600px;
  padding-bottom: 70px !important;
  margin-bottom:0px;
}
#invoiceModal ul.add-servicios-invoice:after,
#invoiceModal ul.add-productos-invoice:after {
  content: '';
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
  position: absolute;
  z-index: 100000000000000;
  display: block;
  width: 98%;
  margin-left: 1%;
  height: 70px;
  bottom: 0px;
  left: 0px;
}
.service-product-amount{
  text-align:right !important;
}
#invoiceModal span.codebar {
  margin-left: 10px;
  font-size: 10px;
  color: #9a9a9a;
}
.ticket-footer{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.ticket-switcher-footer{
  flex: 0 0 14em;
}
.product-name {border: unset !important;}
li.service-list,
li.product-list,
#invoiceModal ul.add-servicios-invoice li,
#invoiceModal ul.add-productos-invoice li {
  list-style: none;
  border: solid thin #c6c6c6;
  border-top: unset;
  padding: 6px;
  font-weight:500;
  background:#fff;
}
#invoiceModal ul.add-productos-invoice li:first-child{
  border-top: solid thin #c6c6c6 !important;
}
#buscadorListadoProductos{
  margin-bottom:5px;
}
#invoiceModal ul.add-servicios-invoice li.service-list:hover,
#invoiceModal ul.add-productos-invoice li.product-list:hover {
  cursor:pointer;
  background-color: #e7ebf5;
  transition: all 0.3s;
}
li.service-list span.old_price,
li.product-list span.old_price{
  text-decoration: line-through;
  font-size: 11px;
  margin-left:2px;
  color: #f5506c;
}
li.product-list,
#invoiceModal ul.add-productos-invoice li.product-list {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: flex-start;
}
li.product-list img.product-image,
#invoiceModal ul.add-productos-invoice li.product-list img.product-image{
  border-radius: 10px;
  margin-right: 10px;
}
li.product-list .product-name,
#invoiceModal ul.add-productos-invoice li.product-list .product-name {
  font-weight: 500;
  font-size: 15px;
}
li.product-list .product-description p,
li.product-list .product-manufacturer p,
#invoiceModal ul.add-productos-invoice li.product-list .product-description p,
#invoiceModal ul.add-productos-invoice li.product-list .product-manufacturer p{
  font-size: 11px;
  line-height: 13px;
  margin: 0;
}
.product-manufacturer p{
  text-transform: uppercase;
  font-size: 13px !important;
  margin-top: 5px !important;
}
li.service-list .invoice-add-service-price{
  float:right;
  font-weight:500;
}
#invoiceModal ul.add-servicios-invoice li.service-type-header-list,
#invoiceModal ul.add-productos-invoice li.product-type-header-list {
  color: #fff;
  font-weight: 600;
  margin-top: 5px !important;
  border:unset !important;
  /*border-bottom: solid thin #c6c6c6 !important;*/
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 14%);
  box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 14%);
}
#invoiceModal .price-group-block.input-group {
  flex: 0 0 95px;
}
#invoiceModal .form-control.service-amount{
  text-align: right;
}
#invoiceModal a.invoice-whatsapp-link{
  color: #25D366;
  position: relative;
  top: 1px;
}
#invoiceModal a.invoice-whatsapp-link:hover{
  text-decoration: unset;
}
#invoiceModal a.invoice-whatsapp-link:hover i{
  transform:scale(1.05);
  transition: all 0.3s;
}
#invoiceModal .customer_photo {
  text-align: right;
}
#invoiceModal #linkCustomerLink {
  margin-bottom:0px;
}
#invoiceModal .number{
  margin: 0 0 0 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#invoiceModal .minus,
#invoiceModal .plus{
  width: 60px;
  height: 38px;
  background: #f2f2f2;
  padding: 8px 5px 8px 5px;
  border: 1px solid #ebedf2;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
}
#invoiceModal .minus:hover,
#invoiceModal .plus:hover{
  cursor:pointer;
}
#invoiceModal .minus{
  border-radius: 4px 0 0 4px !important ;
}
#invoiceModal .plus{
  border-radius: 0 4px 4px 0 !important ;
}
#invoiceModal input.qty-number {
  text-align: center;
  border-radius:0px !important;
  border-left:unset !important;
  border-right:unset !important;
}
#invoiceModal .cart-wrapper .cart-counter {
  background: #6e66c2;
  color: #fff;
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 0px;
  border-radius: 50%;
  position: relative;
  top: -16px;
  line-height: 21px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}
#invoiceModal .cart-wrapper i {
  font-size: 25px;
}
#invoiceModal .cart-wrapper {
  position: absolute;
  right: 70px;
  top: 17px;
}
#invoiceModal p.servicios-list-message,
#invoiceModal p.productos-list-message {
  text-align: center;
  font-weight: 500;
}
#invoiceModal .shake {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;

  /* When the animation is finished, start again */
  animation-iteration-count: 1;
}
#invoiceModal .m_form_employees_invoice {
  margin-right: 5px;
}
a.removeAllProducts,
a.removeAllServices:hover,
a.removeAllProducts,
a.removeAllServices:hover{
  text-decoration: none;
}
a.removeAllProducts:hover:before,
a.removeAllServices:hover:before {
  color: #f4516c;
  margin-right: 5px;
  font-weight: 600;
}
a.removeAllProducts:hover:before {
  content: 'Eliminar todos los productos';
}
a.removeAllServices:hover:before {
  content: 'Eliminar todos los servicios';
}
#invoiceModal a.nav-link:not(.active) {
  -webkit-box-shadow: inset 0px -5px 15px -1px #6e66c2;
  box-shadow: inset 0px -5px 15px -12px #6e66c2;
}

.manufacturer {
  margin-top: 9px;
}

.servicios-cliente-factura-header,
.productos-cliente-factura-header{
  display:flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

.servicios-cliente-factura-header > a > i,
.productos-cliente-factura-header > a > i{
  color:#f4516c;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }

}

.pendiente-wrapper {
  position: absolute;
  right: 150px;
  top: 23px;
  background-color: #f4516c;
  color: #fff;
  padding: 2px 9px;
  border-radius: 4px;
  animation: shake;
}

.pendiente-wrapper span a,
.pendiente-wrapper span span{
  font-weight: 600;
  color:#fff !important;
}

.pendiente-wrapper i:before {
  font-weight: 900 !important;
}

.pendiente-fields input,
.otro-fields input{
  text-align: right !important;
}

.alert-pendiente {
  background-color: #84e0ce !important;
}

.cierre-caja-value span {
  background: #ffd000;
  padding: 3px 8px;
  border-radius: 2px;
  font-weight: 500;
}

.nav.nav-tabs .nav-item a.nav-link:hover{
  cursor:pointer;
}

#pendienteModal,
#cambioModal {
  z-index: 99999;
}

#pendienteModal #ordenes-pendientes > div {
  border-bottom: solid 1px #cdcdcd;
  padding: 0 0 20px 0;
}

#pendienteModal #ordenes-pendientes > div:last-child {
  border-bottom: unset;
  margin-bottom: 0px !important;
}

#pendienteModal .pendiente-order-wrapper{
  position: relative;
}

#pendienteModal .paied-msg{
  position: absolute;
  top: 18%;
  left: 28%;
  transform: rotate3d(1, 1, 1, -15deg);
  color: #33bfa3;
  font-weight: 700;
  font-size: 43px;
  border: solid 7px;
  padding: 10px 30px;
  border-radius: 18px;
  opacity: 0.7;
}
 
/* end Invoice Block */

.reserved-task-status{
  display: contents;
/* 1350
2247 */
}

.reserved-task-status .status-color{
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid thin #fff;
  float: left;
  margin: 0 3px;
}

.reserved-task-status .status-color:hover{
  transform: scale(1.2);
  transition: all 0.4s;
}

.reserved-task-status-submenu{
  opacity: 0;
  position: absolute;
  top: -25px;
  right: -20px;
  background-color: #464646;
  border-radius: 5px;
  padding: 5px;
  z-index: 100000000000;
  -webkit-box-shadow: 0px 10px 21px 0px rgba(0,0,0,0.38);
  -moz-box-shadow: 0px 10px 21px 0px rgba(0,0,0,0.38);
  box-shadow: 0px 10px 21px 0px rgba(0,0,0,0.38);
  transform-origin: 0% 100%;
  transform: rotateX(-90deg);
}

.reserved-task-status-submenu::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #464646 transparent transparent transparent;
}

.reserved-task-status:hover .reserved-task-status-submenu{
  opacity: 1;
  transform: rotateX(0deg);
  transition: all 0.3s;
}

.reserved-task-status .status-color.red{background-color:rgb(255, 55, 55);}
.reserved-task-status .status-color.ambar{background-color:rgb(255, 174, 22);}
.reserved-task-status .status-color.green{background-color:rgb(42, 168, 42);}

.fc-time-grid-event,
.fc-time-grid-event .fc-content{
  overflow: visible !important;
}


/* MEDIA QUERIES */

@media (max-width: 1600px) {

  .post-title {
    top: 43px;
    font-size: 8px;
  }

  .post {
    top: 61px;
    height: 383px;
    border-radius: 0px 0px 19px 19px;
  }

  .post .post-content {
    font-size: 12px;
    line-height: 15px;
    padding: 10px;
  }

  .post .post-content h1 {
    font-size: 15px;
  }

  .post .post-img {
    padding: 10px;
  }

}

@media (max-width: 1300px) {

  label[for="Validada"] {
    font-size: 0;
  }

  label[for="Validada"] img {
    display: block!important;
    margin-bottom: 8px;
    width: 16px;
    margin-left: 33px;
  }

}

@media (max-width: 1024px) {

  #filter-block {
    display: none;
  }

  #m_accordion_filter_head {
    display: block!important;
  }

  #filtros .form-group div {
    margin: 2px 0!important;
  }

  .post-title {
    top: 41px;
    font-size: 9px;
  }

  .post {
    top: 61px;
    height: 385px;
    border-radius: 0px 0px 23px 23px;
  }

  .post .post-content {
    font-size: 10px;
    line-height: 13px;
    padding: 6px;
  }

  .post .post-content h1 {
    font-size: 13px;
  }

  .post .post-img {
    padding: 6px;
  }

  .header-mobile {
    display: block;
  }

  .hiddenHeader {
    width: 100%!important;
  }

  #m_aside_header_menu_mobile_toggle,
  #m_aside_header_topbar_mobile_toggle {
    display: none!important;
  }

}

@media (max-width: 768px) {

  label[for=adminbundle_shop_images] {
    display: block;
  }

  .col-form-label {
    text-align: left!important;
  }

  .form-group {
    margin-bottom: 0!important;
  }
}

@media (max-width: 767px) {

  .footer-col {text-align: center !important;}

  footer > div > div > .row {line-height: 30px !important;}

}

@media (max-width: 550px) {

  .clientes_block .m-form__group--inline {
    width: 90%;
  }

  .add-customer-btn {
    padding: 8px!important;
    margin-top: 29px!important;
  }

  .m-form__group.row .btn.btn-success {
    margin-bottom: 20px!important;
  }

  .btn.dropdown-toggle.btn-default {
    margin-bottom: 5px;
  }

  #adminbundle_employee_colour {
    width: 100%!important;
  }

  .no-padding {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .no-padding-left {
    padding-left: 16px !important;
  }

  .no-padding-right {
    padding-right: 16px !important;
  }

  .m-portlet__body {
    padding: 10px!important;
  }

  span.recomendation {
    font-size: 10px;
  }

  .nav-tabs .nav-item a span {
    display: none;
  }

}

/* End MEDIA QUERIES */


.fc-event .fc-content .fc-title{
  overflow-y: clip;
}