/* SIZES */
/* Important! avatar+date+data+footer = 100% */
.conf-base-font-style {
  font-size: large;
  font-family: "Helvetic Neue", Helvetica, Arial;
}
.conf-category {
  text-align: left;
  list-style: none;
  font-size: large;
  font-family: "Helvetic Neue", Helvetica, Arial;
  color: white;
}
.conf-category img {
  width: 30px;
  height: 30px;
  margin: 9px;
}
.conf-dimension {
  text-align: left;
  list-style: none;
  background-color: white;
  border: 1px solid;
  color: black;
}
.conf-dimension img {
  width: 30px;
  height: 30px;
  margin: 5px;
}
.conf-dimension-disabled {
  text-align: left;
  list-style: none;
  background-color: #C5C5C5;
  border: 1px solid;
  color: gray;
}
.conf-dimension-disabled img {
  width: 30px;
  height: 30px;
  margin: 5px;
  -webkit-filter: grayscale(1) opacity(0.4);
  -moz-filter: grayscale(1) opacity(0.4);
  -ms-filter: grayscale(1) opacity(0.4);
  -o-filter: grayscale(1) opacity(0.4);
}
.conf-dimension-value {
  font-family: "Helvetic Neue", Helvetica, Arial;
  font-size: 14px;
  padding: 10px;
  text-align: left;
}
.conf-dimension-list-values {
  margin-left: 40px;
  margin-bottom: 10px;
}
.conf-subcategory {
  text-align: left;
  list-style: none;
  font-size: large;
  font-family: "Helvetic Neue", Helvetica, Arial;
  color: white;
}
.conf-subcategory img {
  width: 30px;
  height: 30px;
  margin: 5px;
}
.conf-lista-conf {
  text-align: center;
  font-size: large;
  font-family: "Helvetic Neue", Helvetica, Arial;
}
.conf-text_title {
  text-align: center;
  font-size: large;
  font-family: "Helvetic Neue", Helvetica, Arial;
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.conf-column_title {
  font-size: large;
  font-family: "Helvetic Neue", Helvetica, Arial;
  text-align: center;
  font-size: 20px;
  border: solid;
  display: block;
  margin-left: 40px;
}
.conf-button_selector_area {
  margin-top: 23px;
}
.catalog-admin-border {
  background-color: #fff;
  width: 100%;
  min-height: 550px;
  border: 1px solid #333;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.conf-class-admin-border {
  background-color: #fff;
  width: 100%;
  min-height: 550px;
  border: 1px solid #333;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.tilte-conf-block {
  border-bottom: 1px solid #fff;
  text-align: center;
  font-size: 28px;
  display: block;
}
.user-area {
  text-align: right;
}
.user-image {
  width: 75px;
  height: 75px;
  border: #5bc0de 2px solid;
  padding: 2px 2px;
}
.user-area-data {
  padding: 2px 10px;
}
.user-area-title {
  font-size: large;
  font-weight: bold;
  width: 330px;
}
.user-list-buttons {
  padding-bottom: 20px;
  padding-top: 20px;
}
.users-page-header {
  border-bottom: 1px solid #eee;
}
.users-admin-border {
  margin-top: 30px;
  background-color: #fff;
  padding: 10px;
  width: 100%;
  min-height: 580px;
  border: 1px solid #eee;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.rights-user-body {
  min-height: calc(100vh - 270px);
  min-height: -webkit-calc(100vh - 270px);
  min-height: -moz-calc(100vh - 270px);
  max-height: calc(100vh - 270px);
  max-height: -webkit-calc(100vh - 270px);
  max-height: -moz-calc(100vh - 270px);
  overflow-y: scroll;
}
.rights-user-body .checkbox {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
}
.right-user-header {
  font-size: 16px;
  font-weight: bold;
}
.right-user-unselect {
  background-color: #EFEFEF;
  color: #777;
}
.rights-user-header-modal {
  color: #307183;
  font-weight: bold;
}
.rights-new-user .checkbox {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
}
.school-area {
  width: 330px;
}
.school-image {
  width: 75px;
  height: 75px;
  border: #5bc0de 2px solid;
  padding: 2px 2px;
  border-radius: 10px;
}
.school-area-data {
  padding: 2px 10px;
}
.school-area-title {
  font-size: large;
  font-weight: bold;
  width: 330px;
}
.school-list-buttons {
  padding-bottom: 20px;
  padding-top: 20px;
}
.schools-page-header {
  border-bottom: 1px solid #eee;
}
.schools-admin-border {
  margin-top: 30px;
  background-color: #fff;
  padding: 10px;
  width: 100%;
  min-height: 400px;
  border: 1px solid #eee;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.token {
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
}
.input-token {
  height: 75px !important;
}
.kids-group-body {
  min-height: calc(100vh - 270px);
  min-height: -webkit-calc(100vh - 270px);
  min-height: -moz-calc(100vh - 270px);
  max-height: calc(100vh - 270px);
  max-height: -webkit-calc(100vh - 270px);
  max-height: -moz-calc(100vh - 270px);
  overflow-y: scroll;
}
.kids-group-body .checkbox {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
}
.kids-group-header {
  font-size: 16px;
  font-weight: bold;
}
.kids-group-unselect {
  background-color: #EFEFEF;
  color: #777;
}
.kids-group-header-modal {
  color: #307183;
  font-weight: bold;
}
.photos-list-container {
  width: 100%;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  overflow-y: auto;
}
.photos-list-container .photos-list {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.photos-list-container .photos-list .photos-list-item {
  float: left;
  width: 180px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Century Gothic', sans-serif;
  color: #777;
  border: 1px solid #D3D3D3;
}
.photo-item-description {
  margin-top: 10px;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.photo-item-description-large {
  margin-top: 10px;
  text-align: left;
  font-family: 'Century Gothic', sans-serif;
  color: #777;
}
.photo-item-video-thumbnail {
  margin-top: 10px;
  height: inherit;
  width: inherit;
  border-top: 35px solid #000;
  border-bottom: 35px solid #000;
}
.photo-item-likes {
  font-family: 'Century Gothic', sans-serif;
  color: #777;
  text-align: left;
  min-height: 40px;
  max-height: 40px;
  margin-top: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.photo-item-likes .glyphicon-heart-empty:before {
  font-size: 18px;
  margin-left: 0;
}
.photo-item-likes .glyphicon-trash:before {
  font-size: 18px;
  margin-left: 0;
  color: red;
  cursor: pointer;
}
.photo-item-likes .glyphicon-pencil:before {
  font-size: 18px;
  margin-left: 0;
  color: green;
  cursor: pointer;
}
.photo-item-likes .glyphicon-lock:before {
  font-size: 18px;
  margin-left: 0;
  color: green;
  cursor: pointer;
}
.photo-item-likes .glyphicon-download-alt:before {
  font-size: 18px;
  margin-left: 0;
  cursor: pointer;
}
.messages-body {
  min-height: calc(100vh - 200px);
  min-height: -webkit-calc(100vh - 200px);
  min-height: -moz-calc(100vh - 200px);
  max-height: calc(100vh - 200px);
  max-height: -webkit-calc(100vh - 200px);
  max-height: -moz-calc(100vh - 200px);
  overflow-y: scroll;
}
.confirm-new-message {
  font-weight: bold;
  color: red;
}
.message-kid {
  float: left;
  padding-right: 15px;
  padding-top: 10px;
}
.message-detail {
  border-top: #ddd 1px;
  border-top-style: dashed;
}
.message-avatar {
  position: absolute;
  width: 36px;
  top: 7px;
}
.message-avatar-img {
  width: 34px;
}
.pictures-body {
  min-height: calc(100vh - 280px);
  min-height: -webkit-calc(100vh - 280px);
  min-height: -moz-calc(100vh - 280px);
  max-height: calc(100vh - 280px);
  max-height: -webkit-calc(100vh - 280px);
  max-height: -moz-calc(100vh - 280px);
  overflow-y: scroll;
}
.mandate-sepa-body {
  min-height: calc(100vh - 400px);
  min-height: -webkit-calc(100vh - 400px);
  min-height: -moz-calc(100vh - 400px);
  max-height: calc(100vh - 400px);
  max-height: -webkit-calc(100vh - 400px);
  max-height: -moz-calc(100vh - 400px);
  overflow-y: scroll;
}
.menu-copy-body {
  max-height: calc(100vh - 200px);
  max-height: -webkit-calc(100vh - 200px);
  max-height: -moz-calc(100vh - 200px);
  overflow-y: scroll;
}
.picture-inappropriate-flag {
  position: absolute;
  top: 14px;
  left: 0px;
  border: none;
  width: 150px;
  height: 150px;
  z-index: 10;
}
.picture-video {
  position: absolute;
  top: 50px;
  left: 40px;
  border: none;
  width: 80px;
  height: 80px;
  z-index: 10;
  opacity: 0.6;
}
.device-historical-body {
  min-height: calc(100vh - 200px);
  min-height: -webkit-calc(100vh - 200px);
  min-height: -moz-calc(100vh - 200px);
  max-height: calc(100vh - 200px);
  max-height: -webkit-calc(100vh - 200px);
  max-height: -moz-calc(100vh - 200px);
  overflow-y: scroll;
}
.license_number {
  font-size: 40px;
}
.license_detail_link {
  vertical-align: top;
  height: 40px;
  font-size: 16px;
  margin-top: 10px;
}
.mail-shot-admin-border {
  margin-top: 20px;
  background-color: #fff;
  padding: 10px;
  width: 100%;
  min-height: 400px;
  border: 1px solid #eee;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.adm-invoices-container {
  min-height: calc(100vh - 80px);
  min-height: -webkit-calc(100vh - 80px);
  min-height: -moz-calc(100vh - 80px);
  max-height: calc(100vh - 80px);
  max-height: -webkit-calc(100vh - 80px);
  max-height: -moz-calc(100vh - 80px);
}
.adm-invoices-list {
  min-height: calc(100vh - 50px);
  min-height: -webkit-calc(100vh - 50px);
  min-height: -moz-calc(100vh - 50px);
  max-height: calc(100vh - 50px);
  max-height: -webkit-calc(100vh - 50px);
  max-height: -moz-calc(100vh - 50px);
  overflow-y: hidden;
}
.adm-invoices-detail {
  min-height: calc(100vh - 50px);
  min-height: -webkit-calc(100vh - 50px);
  min-height: -moz-calc(100vh - 50px);
  max-height: calc(100vh - 50px);
  max-height: -webkit-calc(100vh - 50px);
  max-height: -moz-calc(100vh - 50px);
  overflow-y: auto;
}
.filter-invoices .panel {
  margin-bottom: 5px;
}
.table-invoices .nav-tabs {
  border-bottom: 0px !important;
}
.table-invoices .panel {
  margin-bottom: 5px;
}
.table-invoices .panel-title {
  font-size: 14px;
}
.table-invoices .panel-heading {
  padding: 5px 10px;
}
.table-invoices .pager {
  margin-top: 5px;
  margin-bottom: 10px;
}
.laborday-text-entry {
  font-weight: bold;
  color: green;
}
.laborday-text-pause {
  font-weight: bold;
  color: orange;
}
.laborday-text-exit {
  font-weight: bold;
  color: #690404;
}
.laborday-day-separator-text {
  font-weight: bold;
  color: #337ab7;
}
.timeline-daily-report-item .daily-report-item-icon-school {
  text-align: center;
  font-size: 18px;
  color: cadetblue;
}
.timeline-daily-report-item .daily-report-item-icon-parent {
  text-align: center;
  font-size: 18px;
  color: #357fbe;
}
.timeline-daily-report-item .daily-report-item-header-school {
  color: cadetblue;
}
.timeline-daily-report-item .daily-report-item-header-parent {
  color: #357fbe;
}
.timeline-daily-report-item .daily-report-item-text {
  margin-top: 10px;
  white-space: pre-line;
}
.panel-warning > .panel-footer {
  color: #8a6d3b;
  background-color: #ffe777;
  border-color: #faebcc;
}
.panel-school-setting {
  margin-top: 15px;
  width: 60%;
  top: 35%;
  left: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
}
.kid-area {
  width: 330px;
}
.kid-image {
  width: 75px;
  height: 75px;
  border: #5bc0de 2px solid;
  padding: 2px 2px;
}
.kid-image-round {
  width: 60px;
  height: 60px;
  padding: 2px 2px;
  border-radius: 40px;
}
.kid-area-data {
  padding: 2px 10px;
}
.kid-area-title {
  font-size: large;
  font-weight: bold;
  width: 330px;
}
.kid-list-buttons {
  padding-top: 10px;
}
.title-page-header {
  border-bottom: 1px solid #eee;
  color: #565656;
}
.kids-admin-border {
  margin-top: 20px;
  background-color: #fff;
  padding: 10px;
  width: 100%;
  min-height: 400px;
  border: 1px solid #eee;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.calendar-att-no {
  width: 15px;
  height: 15px;
  margin: auto;
  display: inline-block;
  border: 1px solid gray;
  vertical-align: middle;
  border-radius: 2px;
  background: #f5f5f5;
  margin-right: 5px;
}
.calendar-att-ok {
  width: 15px;
  height: 15px;
  margin: auto;
  display: inline-block;
  border: 1px solid gray;
  vertical-align: middle;
  border-radius: 2px;
  background: #a9fda9;
  margin-right: 5px;
}
.calendar-att-plus {
  width: 15px;
  height: 15px;
  margin: auto;
  display: inline-block;
  border: 1px solid gray;
  vertical-align: middle;
  border-radius: 2px;
  background: #f9f9b4;
  margin-right: 5px;
}
.calendar-exceed-time {
  padding-left: 6px;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}
.calendar-legend {
  padding-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
}
.services-user-body {
  min-height: calc(110vh - 380px);
  min-height: -webkit-calc(110vh - 380px);
  min-height: -moz-calc(110vh - 380px);
  max-height: calc(110vh - 380px);
  max-height: -webkit-calc(110vh - 380px);
  max-height: -moz-calc(110vh - 380px);
  overflow-y: scroll;
}
.services-user-body .checkbox {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
}
.invoices-user-body {
  min-height: calc(110vh - 220px);
  min-height: -webkit-calc(110vh - 220px);
  min-height: -moz-calc(110vh - 220px);
  max-height: calc(110vh - 220px);
  max-height: -webkit-calc(110vh - 220px);
  max-height: -moz-calc(110vh - 220px);
  overflow-y: scroll;
}
.invoices-user-body .checkbox {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
}
.service-user-header {
  font-size: 16px;
  font-weight: bold;
}
.service-user-unselect {
  background-color: #EFEFEF;
  color: #777;
}
.services-user-header-modal {
  color: #307183;
  font-weight: bold;
}
.services-new-user .checkbox {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
}
.att-chart-in {
  width: 15px;
  height: 15px;
  margin: auto;
  display: inline-block;
  border: 1px solid gray;
  vertical-align: middle;
  border-radius: 2px;
  background: #f05b4f;
  margin-right: 5px;
}
.att-chart-out {
  width: 15px;
  height: 15px;
  margin: auto;
  display: inline-block;
  border: 1px solid gray;
  vertical-align: middle;
  border-radius: 2px;
  background: #337ab7;
  margin-right: 5px;
}
.services-tab-information {
  border-top-style: none;
}
.activities-list-container {
  width: 100%;
  height: 100%;
  float: left;
  background: #E9F0F5;
  overflow-y: auto;
}
.activities-list-container .activities-list {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.activity {
  margin: 2%;
  border: 1px solid rgba(180, 180, 180, 0.75);
  box-shadow: 0 0.8px 0 0 rgba(206, 219, 236, 0.5);
  border-radius: 5px;
}
.tab {
  width: 100%;
  height: 40px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tab-content {
  width: 100%;
  display: inline-block;
  background-color: white;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.category {
  position: relative;
  width: 100%;
  height: 40px;
  text-align: center;
  background-color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  top: 0;
  z-index: 2;
  -webkit-transform: translateZ(0);
}
.category-image {
  float: left;
  position: relative;
  width: 0;
  height: 40px;
  text-align: center;
}
.category-image img {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.2;
}
.category-info {
  float: left;
  width: 100%;
  height: 40px;
}
.category-name {
  float: left;
  padding-left: 5%;
  color: white;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.category-font-style {
  font-family: 'Century Gothic', sans-serif;
  color: white;
  font-size: large;
  padding-left: 17px;
}
.subcategory {
  position: relative;
  width: 90%;
  height: 30px;
  text-align: center;
  top: 0;
  border-bottom: 1px solid #E7577A;
  margin-left: 5%;
  margin-right: 5%;
}
.subcategory-container {
  display: inline-block;
  height: 100%;
  text-align: center;
}
.subcategory-image {
  float: left;
  position: relative;
  height: 100%;
  text-align: center;
  margin-right: 10px;
}
.subcategory-image img {
  height: 20px;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.subcategory-info {
  float: left;
  height: 100%;
}
.subcategory-name {
  text-align: center;
  width: 100%;
  color: white;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.subcategory-font-style {
  font-family: 'Century Gothic', sans-serif;
  color: white;
  font-size: medium;
}
.subcategory-divisor {
  float: left;
  position: relative;
  width: 2%;
  height: 90px;
  background-color: #d3d3d3;
  overflow: hidden;
}
.dimension {
  margin-left: 10px;
  text-align: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  top: 0;
  box-shadow: inset 0 -1px 0 0 #e8e8e8;
}
.dimension-image {
  float: left;
  position: relative;
  height: 90px;
  width: 90px;
  text-align: center;
}
.dimension-image-container {
  width: 100%;
  height: 70%;
}
.dimension-image-container img {
  height: 80%;
  top: 65%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dimension-name-container {
  width: 100%;
  height: 30%;
  text-align: center;
}
.dimension-name {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dimension-note {
  padding-right: 5%;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 5%;
  margin-bottom: 10px;
  clear: both;
  border-radius: 8px;
  margin-right: 5%;
  margin-left: 5%;
}
.dimension-note:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom-style: solid;
  border-bottom-width: 8px;
  border-bottom-color: inherit;
}
.dimension-note-font-style {
  font-family: 'Century Gothic', sans-serif;
  color: #000000;
  font-size: 80%;
}
.dimension-info {
  float: left;
  height: 100%;
  text-align: center;
}
.dimension-values {
  height: 100%;
  display: inline-block;
  margin-left: 40px;
}
.dimension-value {
  width: 90px;
  float: left;
  position: relative;
  height: 90px;
  text-align: center;
  margin-left: 10px;
}
.dimension-value-container {
  width: 100%;
  height: 70%;
}
.dimension-value-container img {
  height: 80%;
  top: 65%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.value-off {
  opacity: 0.2;
}
.dimension-font-style {
  font-family: 'Century Gothic', sans-serif;
  color: #000000;
  font-size: 65%;
}
.dimensions-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.center-vertical {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.border-radius {
  -webkit-border-radius: 800px;
  -moz-border-radius: 800px;
  border-radius: 800px;
}
.border-radius3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.values-area {
  display: inline-block;
  background-color: #ffffff;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.report-area {
  min-height: 200px;
  width: 92%;
  font-family: 'Century Gothic', sans-serif;
  padding: 0% 2% 2% 2%;
  background-color: white;
  background: url('../img/notebook.png');
  line-height: 24px;
  font-size: 13px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.report {
  position: relative;
  word-wrap: break-word;
  width: 100%;
}
.check {
  margin-left: 10px;
}
.school-message {
  white-space: pre-wrap;
}
.medication-area {
  width: 100%;
}
.medication-list {
  list-style: none;
  padding-left: 0;
  padding-top: 0;
  margin-top: 0;
  width: 100%;
  display: inline-block;
}
.medication-title {
  height: 35px;
  float: left;
  text-align: left;
  padding-left: 17px;
  background-color: #5799ae;
}
.medication-name-title {
  width: 45%;
  border-top-left-radius: 5px;
}
.medication-dose-title {
  width: 35%;
}
.medication-take-title {
  width: 20%;
  border-top-right-radius: 5px;
}
.medication-title-label {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Century Gothic', sans-serif;
  font-size: medium;
  color: white;
}
.dose-container {
  position: relative;
  width: 100%;
  height: 70px;
}
.medication-name {
  height: 100%;
  width: 45%;
  float: left;
}
.dose {
  height: 100%;
  width: 35%;
  float: left;
}
.dose-taking {
  height: 100%;
  width: 20%;
  float: left;
}
.dose-content {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Century Gothic', sans-serif;
  font-size: medium;
  color: black;
  text-align: left;
  padding-left: 17px;
}
.dose-separator {
  height: 1px;
  width: 100%;
  background-color: lightgrey;
}
.invoice-info-body {
  min-height: calc(70vh - 200px);
  min-height: -webkit-calc(70vh - 200px);
  min-height: -moz-calc(70vh - 200px);
  max-height: calc(70vh - 200px);
  max-height: -webkit-calc(70vh - 200px);
  max-height: -moz-calc(70vh - 200px);
  overflow-y: scroll;
}
.invoice-info {
  font-size: 16px;
}
.attendance-holiday {
  background-color: #d8d8d8;
}
.attendance-true {
  background-color: #7dc192;
}
.attendance-false {
  background-color: white;
}
/* COLORS */
/* FONTS */
.calendar-list-buttons {
  padding-bottom: 20px;
  padding-top: 20px;
}
.calendar-page-header {
  border-bottom: 1px solid #eee;
}
.event-day-warning {
  text-align: center;
}
#calendar-container * div.modal-backdrop {
  opacity: 0.1 !important;
}
#calendar-container * div.modal {
  cursor: wait !important;
}
#calendar-container * div.modal-content {
  display: none !important;
}
.calendar-admin-events {
  min-height: 400px;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.calendar-admin-time {
  font-size: 20px;
  font-weight: bold;
}
.calendar-admin-event-icons {
  margin-top: 10px;
}
.calendar-selected-index {
  width: 15px;
  height: 15px;
  margin: auto;
  display: inline-block;
  border: 1px solid gray;
  vertical-align: middle;
  border-radius: 2px;
  background: #337ab7;
  margin-right: 5px;
}
.calendar-today-index {
  width: 15px;
  height: 15px;
  margin: auto;
  display: inline-block;
  border: 1px solid gray;
  vertical-align: middle;
  border-radius: 2px;
  background: #E3F2FF;
  margin-right: 5px;
}
.calendar-events-index {
  width: 15px;
  height: 15px;
  margin: auto;
  display: inline-block;
  border: 1px solid gray;
  vertical-align: middle;
  border-radius: 2px;
  background: #faebcc;
  margin-right: 5px;
}
.calendar-holiday-index {
  width: 15px;
  height: 15px;
  margin: auto;
  display: inline-block;
  border: 1px solid gray;
  vertical-align: middle;
  border-radius: 2px;
  background: #ebccd1;
  margin-right: 5px;
}
.calendar-admin-border {
  background-color: #fff;
  padding: 10px;
  width: 100%;
  min-height: 520px;
  border: 1px solid #eee;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.calendar-area {
  position: absolute;
  top: -100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateZ(0);
}
.event-day {
  padding-top: 0;
  color: #337AB7;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  text-align: center;
  margin-top: 0;
}
.loading-form-calendar {
  padding-top: 180px;
  padding-left: 250px;
}
.calendar-icon-span {
  padding-right: 4px;
  cursor: pointer;
}
.border-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.calendar {
  float: left;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: white;
  width: 100%;
  margin-bottom: 10px;
  border: solid;
  border-width: 1px;
  border-color: #ccc;
}
.calendar > div.header {
  float: left;
  width: 100%;
  background: #337ab7;
  height: 40px;
  color: white;
  font-style: 'Century Gothic', sans-serif;
}
.calendar > div.header > * {
  height: 40px;
  line-height: 40px !important;
  display: inline-block;
  vertical-align: middle;
}
.calendar > div.header > i {
  float: left;
  width: 50px;
  font-size: 1.125em;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 10px;
  cursor: pointer;
}
.calendar > div.header > i.fa-angle-left {
  text-align: left;
}
.calendar > div.header > i.fa-angle-right {
  text-align: right;
  margin-left: -50px;
}
.calendar > div.header .flaticon-next21:before {
  font-size: 15px;
  margin-left: 0;
}
.calendar > div.header .flaticon-arrow133:before {
  font-size: 15px;
  margin-left: 0;
}
.calendar > div.header > span {
  float: left;
  width: 100%;
  font-weight: bold;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 60px;
  margin-left: -50px;
  text-align: center;
  padding-right: 50px;
  color: inherit;
  font-family: 'Century Gothic', sans-serif;
}
.calendar > div.week {
  float: left;
  width: 100%;
  border-top: solid 1px #CCC;
  font-family: 'Century Gothic', sans-serif;
}
.calendar > div.week:first-child {
  border-top: none;
}
.calendar > div.week > span.day {
  padding-right: 5px;
  float: left;
  width: 14.28571429%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-left: solid 1px #CCC;
  font-size: 1.00em;
  text-align: right;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  background: white;
  cursor: pointer;
  color: black;
}
.calendar > div.week > span.day:first-child {
  border-left: none;
}
.calendar > div.week > span.day.today {
  background: #E3F2FF;
}
.calendar > div.week > span.day.events {
  background: #faebcc;
}
.calendar > div.week > span.day.holiday {
  background: #ebccd1;
}
.calendar > div.week > span.day.different-month {
  color: #C0C0C0;
}
.calendar > div.week > span.day.selected {
  background: #337ab7;
  color: white;
}
.calendar > div.week.names > span {
  color: #337ab7;
  font-weight: bold;
}
.att-calendar {
  float: left;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: white;
  width: 100%;
  margin-bottom: 10px;
  border: solid;
  border-width: 1px;
  border-color: #ccc;
}
.att-calendar > div.header {
  float: left;
  width: 100%;
  background: #337ab7;
  height: 40px;
  color: white;
  font-style: 'Century Gothic', sans-serif;
}
.att-calendar > div.header > * {
  height: 40px;
  line-height: 40px !important;
  display: inline-block;
  vertical-align: middle;
}
.att-calendar > div.header > i {
  float: left;
  width: 50px;
  font-size: 1.125em;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 10px;
  cursor: pointer;
}
.att-calendar > div.header > i.fa-angle-left {
  text-align: left;
}
.att-calendar > div.header > i.fa-angle-right {
  text-align: right;
  margin-left: -50px;
}
.att-calendar > div.header .flaticon-next21:before {
  font-size: 15px;
  margin-left: 0;
}
.att-calendar > div.header .flaticon-arrow133:before {
  font-size: 15px;
  margin-left: 0;
}
.att-calendar > div.header > span {
  float: left;
  width: 100%;
  font-weight: bold;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 60px;
  margin-left: -50px;
  text-align: center;
  padding-right: 50px;
  color: inherit;
  font-family: 'Century Gothic', sans-serif;
}
.att-calendar > div.week {
  float: left;
  width: 100%;
  border-top: solid 1px #CCC;
  font-family: 'Century Gothic', sans-serif;
}
.att-calendar > div.week:first-child {
  border-top: none;
}
.att-calendar > div.week > span.day {
  padding-right: 5px;
  float: left;
  width: 14.28571429%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-left: solid 1px #CCC;
  font-size: 10px;
  text-align: right;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  background: white;
  cursor: pointer;
  color: black;
}
.att-calendar > div.week > span.day:first-child {
  border-left: none;
}
.att-calendar > div.week > span.day.today {
  background: #E3F2FF;
}
.att-calendar > div.week > span.day.no-attending {
  background: #f5f5f5;
}
.att-calendar > div.week > span.day.ok {
  background: #a9fda9;
}
.att-calendar > div.week > span.day.different-month {
  color: #C0C0C0;
}
.att-calendar > div.week > span.day.exceed {
  background: #f9f9b4;
}
.att-calendar > div.week.names > span {
  color: #337ab7;
  font-weight: bold;
}
.daily-menu-area {
  width: 330px;
}
.daily-menu-area-data {
  padding: 2px 10px;
}
.daily-menu-area-title {
  font-size: large;
  font-weight: bold;
  width: 330px;
}
.autosuggest_plates .react-autosuggest__suggestions {
  max-height: 250px;
  overflow: auto;
}
.daily-menu-list-buttons {
  padding-bottom: 20px;
  padding-top: 20px;
}
.daily-menu-page-header {
  border-bottom: 1px solid #eee;
}
.daily-menu-icon-span {
  cursor: pointer;
}
.daily-menu-admin-border {
  margin-top: 20px;
  background-color: #fff;
  padding: 10px;
  width: 100%;
  min-height: 400px;
  border: 1px solid #eee;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.menu_copy_ok {
  color: green;
}
.menu_copy_error {
  color: red;
}
.menu-import {
  margin-right: 10px;
}
.react-autosuggest {
  position: relative;
}
.react-autosuggest input {
  width: 100%;
  height: 30px;
  padding: 10px 20px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.react-autosuggest input[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.react-autosuggest input:focus {
  outline: none;
  border-color: #1577CC;
}
.react-autosuggest__suggestions {
  position: absolute;
  top: 30px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 1px solid #1577CC;
  background-color: #fff;
  font-size: 14px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 5000;
}
.react-autosuggest__suggestions-section:first-child .react-autosuggest__suggestions-section-name {
  border-top: 0;
}
.react-autosuggest__suggestions-section-name {
  padding: 10px 0 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #777;
  border-top: 1px dashed #ccc;
}
.react-autosuggest__suggestions-section-suggestions {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.react-autosuggest__suggestion {
  cursor: pointer;
  padding: 5px 5px;
}
.react-autosuggest__suggestion--focused {
  background-color: #1577CC;
  color: #FFF !important;
}
.react-autosuggest__suggestion--focused .suggestion-small {
  background-color: #1577CC;
  color: #FFF !important;
}
.suggestion-small {
  color: #777;
}
.logs-page-header {
  border-bottom: 1px solid #eee;
}
.logs-filter-separator {
  border-left: 1px solid #eee;
}
.AvatarCropper-base {
  text-align: center;
}
.AvatarCropper-base input[type=range] {
  display: inline-block;
}
.AvatarCropper-base input[type=range] {
  /*removes default webkit styles*/
  -webkit-appearance: none;
  /*fix for FF unable to apply focus style bug */
  padding: 20px 0;
  border: 1px solid white;
  /*required for proper track sizing in FF*/
  width: 400px;
}
.AvatarCropper-base input[type=range]::-webkit-slider-runnable-track {
  width: 400px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}
.AvatarCropper-base input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #454545;
  margin-top: -4px;
}
.AvatarCropper-base input[type=range]:focus {
  outline: none;
}
.AvatarCropper-base input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}
.AvatarCropper-base input[type=range]::-moz-range-track {
  width: 400px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}
.AvatarCropper-base input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #454545;
}
/*hide the outline behind the border*/
.AvatarCropper-base input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
.AvatarCropper-base input[type=range]::-ms-track {
  width: 400px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}
.AvatarCropper-base input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}
.AvatarCropper-base input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}
.AvatarCropper-base input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #454545;
}
.AvatarCropper-base input[type=range]:focus::-ms-fill-lower {
  background: #888;
}
.AvatarCropper-base input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}
.AvatarCropper-base canvas {
  cursor: move;
}
.cut-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#surveys-area {
  background-color: white;
}
.surveys-list-container {
  width: 100%;
  height: 100%;
  float: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.surveys-list-container .surveys-list {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.survey-container {
  position: relative;
  height: 70px;
  width: 100%;
  text-align: center;
  background-color: white;
  right: 0%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.survey {
  width: 100%;
  height: 69px;
  text-align: center;
  right: 0%;
  background-color: white;
  z-index: 2;
  border-bottom: 1px solid #e8e8e8;
}
.survey-answerd {
  color: gray;
}
.survey-unanswerd {
  font-weight: bold;
  color: #1560ff;
}
.survey-header {
  position: absolute;
  height: 19%;
  width: 98%;
  text-align: right;
  font-family: 'Century Gothic', sans-serif;
  font-size: 10px;
  padding-top: 2px;
}
.survey-content {
  width: 98%;
  text-align: left;
  font-family: 'Century Gothic', sans-serif;
  font-size: small;
  margin-left: 2%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.survey-detail {
  position: absolute;
  width: 95%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: white;
}
.survey-detail .survey-detail-content {
  height: 100%;
  width: 100%;
}
.survey-detail .survey-detail-title {
  margin-top: 15px;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  font-family: 'Century Gothic', sans-serif;
  padding-bottom: 5px;
}
.survey-detail .survey-detail-subtitle {
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
  font-family: 'Century Gothic', sans-serif;
  padding-bottom: 15px;
  border-bottom: 2px solid lightgray;
}
.survey-detail .survey-detail-back {
  float: right;
  margin-top: 20px;
}
.survey-detail .survey-detail-back .survey-detail-back-content {
  font-family: 'Century Gothic', sans-serif;
  font-size: 14px;
  font-weight: bolder;
}
.survey-detail .section-text {
  margin-top: 15px;
  text-align: left;
  margin-left: 5px;
  font-family: 'Century Gothic', sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #6a6a6a;
  white-space: pre-line;
}
.surveys-guide {
  text-align: center;
  height: 30px;
  width: 100%;
  font-family: 'Century Gothic', sans-serif;
  font-size: 16px;
  background: #337ab7;
  color: white;
}
.surveys-guide .control {
  float: left;
  width: 10%;
  height: 100%;
  font-size: e1.125m;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
}
.surveys-guide .control > img {
  width: 20px;
  height: 20px;
  line-height: 20px !important;
  display: inline-block;
  vertical-align: middle;
}
.surveys-guide .left {
  padding-top: 3px;
  text-align: left;
  padding-left: 12px;
}
.surveys-guide .right {
  padding-top: 3px;
  text-align: right;
  padding-right: 12px;
}
.surveys-guide .flaticon-next21:before {
  font-size: 15px;
  margin-left: 0;
}
.surveys-guide .flaticon-arrow133:before {
  font-size: 15px;
  margin-left: 0;
}
.surveys-guide .section-title {
  float: left;
  width: 80%;
  text-align: center;
  color: inherit;
  font-family: 'Century Gothic', sans-serif;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.survey-scroller {
  position: absolute;
  top: 30px;
  width: 100%;
  height: 80%;
  background-color: #ffffff;
}
.questions-list {
  font-family: 'Century Gothic', sans-serif;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 15px;
}
.question-content {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
}
.question-content-list-values {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
}
.question-text {
  width: 50%;
  text-align: right;
  padding-right: 2%;
  padding-top: 4px;
  color: #6a6a6a;
}
.question-text-list-values {
  width: 100%;
  text-align: center;
  padding-right: 2%;
  padding-left: 2%;
  padding-top: 4px;
  color: #6a6a6a;
}
.question-values-list-values {
  width: 100%;
  text-align: left;
  padding-left: 30%;
  padding-right: 20%;
}
.question-values {
  width: 50%;
  text-align: left;
  padding-left: 2%;
}
.rating {
  overflow: hidden;
  display: inline-block;
}
.rating-input {
  float: right;
  width: 30px;
  height: 2.1em;
  padding: 0;
  margin: 0 10px 0 -30px;
  opacity: 0;
}
@media (max-width: 375px) {
  .rating-input {
    width: 15px;
  }
}
.rating-star-checked {
  background-position: -30px center !important;
}
.rating-star,
.rating:hover .rating-star {
  position: relative;
  float: right;
  display: block;
  width: 30px;
  height: 2.1em;
  background: url(../../img/star3x.png);
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: 120px 30px;
}
.rating-emotion-1-checked {
  background-position: 0px center !important;
}
.rating-emotion-1,
.rating:hover .rating-emotion-1 {
  position: relative;
  float: right;
  display: block;
  width: 30px;
  height: 2.6em;
  background: url(../../img/smiley3x.png);
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: 300px 30px;
  background-position: -150px center;
}
.rating-emotion-2-checked {
  background-position: -30px center !important;
}
.rating-emotion-2,
.rating:hover .rating-emotion-2 {
  position: relative;
  float: right;
  display: block;
  width: 30px;
  height: 2.6em;
  background: url(../../img/smiley3x.png);
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: 300px 30px;
  background-position: -180px center;
}
.rating-emotion-3-checked {
  background-position: -60px center !important;
}
.rating-emotion-3,
.rating:hover .rating-emotion-3 {
  position: relative;
  float: right;
  display: block;
  width: 30px;
  height: 2.6em;
  background: url(../../img/smiley3x.png);
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: 300px 30px;
  background-position: -210px center;
}
.rating-emotion-4-checked {
  background-position: -90px center !important;
}
.rating-emotion-4,
.rating:hover .rating-emotion-4 {
  position: relative;
  float: right;
  display: block;
  width: 30px;
  height: 2.6em;
  background: url(../../img/smiley3x.png);
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: 300px 30px;
  background-position: -240px center;
}
.question-text-area {
  width: 95%;
  height: 100px;
  margin-left: 2%;
  margin-right: 2%;
  font-family: 'Century Gothic', sans-serif;
  font-size: 12px;
  border-color: lightgray;
  color: #6a6a6a;
}
.question-text-area-nofamily {
  width: 95%;
  height: 153px;
  margin-left: 2%;
  margin-right: 2%;
  font-size: 12px;
  border-color: lightgray;
  color: #6a6a6a;
}
.question-values .flaticon-like {
  font-size: 30px;
  margin-left: 0;
  margin-top: 5px;
}
.question-values .flaticon-bad {
  font-size: 30px;
  margin-left: 0;
  margin-top: 5px;
}
.values-yes-no {
  font-size: 14px;
}
.button-survey-area {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  text-align: center;
}
.send-survey-button {
  background-color: #70c598;
}
.survey-option {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #6a6a6a;
}
.survey-option-selected {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #6a6a6a;
  font-weight: bold;
}
.survey-option-label {
  margin-left: 5px !important;
}
.survey-option-radio {
  margin-top: -1px !important;
  vertical-align: middle;
}
.survey-question-action-disabled {
  margin-left: 5px;
  color: lightgray;
}
.survey-question-action-enabled {
  cursor: pointer;
  margin-left: 5px;
}
.survey-edit-question-body {
  max-height: calc(100vh - 300px);
  max-height: -webkit-calc(100vh - 300px);
  max-height: -moz-calc(100vh - 300px);
  overflow-y: scroll;
}
#KinderUpHelpContent .oh-section {
  margin-top: 20px;
  margin-bottom: 20px;
}
#KinderUpHelpContent .oh-title1 {
  font-size: 5rem;
  font-display: swap;
  font-weight: 400;
  text-align: center;
  width: 66.66666667%;
  display: inline-block;
}
#KinderUpHelpContent .oh-title2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  display: inline-block;
  margin-left: 12%;
}
#KinderUpHelpContent .oh-title3 {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
  margin-left: 12%;
}
#KinderUpHelpContent .oh-subtitle1 {
  font-size: 2.3rem;
  font-display: swap;
  color: #767676;
  text-align: center;
  font-weight: 400;
  line-height: 1.3;
  width: 66.66666667%;
  display: inline-block;
}
#KinderUpHelpContent .oh-paragraph1 {
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.6;
  width: 83.33333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 11%;
}
#KinderUpHelpContent .oh-enumeration {
  margin-left: 12%;
  width: 83.33333333%;
  font-size: 1.6rem;
  position: relative;
}
#KinderUpHelpContent .oh-img-container {
  text-align: center;
}
#KinderUpHelpContent .oh-img {
  display: inline-block;
  max-width: 72%;
}
#KinderUpHelpContent .oh-blockquote {
  margin-left: 20%;
  width: 60%;
  border-color: #6fc1d5;
  font-style: italic;
}
#KinderUpHelpContent ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
#KinderUpHelpContent ol li {
  list-style: none;
  padding-left: .5rem;
  margin-bottom: 3rem;
}
#KinderUpHelpContent ol li:before {
  position: absolute;
  left: -20px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.msg-receiver-miniature {
  background-color: #41a0b9;
  width: fit-content;
  padding: 4px;
  border-radius: 4px;
  color: white;
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 12px;
}
.msg-kid-image-round {
  width: 45px;
  height: 45px;
  padding: 2px 2px;
  border-radius: 40px;
  margin-top: 7px;
}
.msg-from-to-container {
  font-size: 12px;
  color: #41a0b9;
}
.msg-body-nodeploy {
  margin-top: -11px;
  white-space: pre-line;
  margin-left: 44px;
}
.msg-receiver-miniature-classroom {
  background-color: #B075AF;
  width: fit-content;
  padding: 4px;
  border-radius: 4px;
  color: white;
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 12px;
  display: flex;
}
.msg-receiver-miniature-school {
  background-color: #7dc192;
  width: fit-content;
  padding: 4px;
  border-radius: 4px;
  color: white;
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 12px;
}
.msg-editor-header {
  background-color: #5a5a5a;
  color: white;
}
.msg-finder-miniature-img {
  width: 35px;
  height: 35px;
  padding: 2px 2px;
  border-radius: 40px;
}
.msg-receiver-miniature-remove-icon {
  margin-left: 11px;
  margin-right: 4px;
  color: white;
  cursor: pointer;
}
.msg-conversation-content {
  background-color: #e2e2e2;
  width: 90%;
  border-radius: 11px;
  margin-bottom: 10px;
}
.msg-conversation-content-right {
  background-color: #e2e2e2;
  width: 90%;
  border-radius: 11px;
  margin-bottom: 10px;
  margin-left: 10%;
}
.msg-conversation-remove-icon {
  position: absolute;
  right: -46px;
  top: 50%;
  font-size: 18px;
  color: #e75a7c;
}
.msg-conversation-header-blue {
  background-color: #41a0b9;
  color: white;
}
.msg-conversation-header-purple {
  background-color: #B075AF;
  color: white;
}
.msg-conversation-header-green {
  background-color: #7dc192;
  color: white;
}
.msg-tools-container {
  position: absolute;
  top: 21px;
  right: 16px;
}
.msg-badge-submenu {
  margin-left: 10px;
  background-color: #e75a7c;
}
.msg-redpoint-menu {
  background-color: #f18080;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 7px;
  margin-top: 14px;
  margin-left: 24px;
  z-index: 1;
}
.msg-search-panel-container {
  width: 100%;
  height: 39px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 5px;
}
.msg-search-panel-input {
  width: 91%;
  border: none;
  background-color: #f1f1f1;
  margin-top: 3px;
  outline: none;
}
.msg-search-panel {
  width: 50%;
  height: 29px;
  background-color: #f1f1f1;
  border-radius: 7px;
  margin-top: 7px;
  margin-left: 15px;
}
.msg-search-panel-icon {
  margin-left: 2%;
  margin-right: 2%;
}
.evaluation-templatelist-content1 {
  width: 3%;
}
.evaluation-templatelist-content2 {
  width: 83%;
}
.evaluation-templatelist-content3 {
  width: 15%;
  margin-top: 10px;
  text-align: right;
}
.evaluation-periodlist-content1 {
  width: 2%;
}
.evaluation-periodlist-content2 {
  width: 38%;
}
.evaluation-periodlist-content4 {
  width: 50%;
}
.evaluation-periodlist-content3 {
  width: 10%;
  margin-top: 10px;
  text-align: right;
}
.evaluation-templatelist-name {
  font-size: 21px;
  color: #307183;
  cursor: pointer;
}
.evaluation-templateeditor-header {
  width: 100%;
  background-color: #8ED1FC;
  color: white;
  height: 50px;
  display: flex;
}
.evaluation-templateeditor-header .buttons-container {
  display: flex;
  position: absolute;
  right: 27px;
  font-size: 21px;
  margin-top: 11px;
}
.evaluation-templateeditor-header .name-input {
  background-color: #307183;
  color: white;
  border: none;
  margin-left: 20px;
  font-size: 19px;
}
.evaluation-templateeditor-header .name-label {
  cursor: pointer;
  width: fit-content;
  padding-top: 10px;
  margin-left: 29px;
  font-size: 19px;
}
.evaluation-templateeditor-body {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.evaluation-templateeditor-concept {
  margin-left: 15px !important;
  width: 764px !important;
}
.evaluation-templateeditor-concept-selected {
  margin-left: 15px !important;
  width: 764px !important;
  height: 134px;
}
.evaluation-templateeditor-panel {
  width: 780px;
  display: inline-block;
  text-align: left;
  margin: 16px;
  background-color: #f7f7f7;
  margin-bottom: 0px;
}
.evaluation-templateeditor-panel .title {
  font-size: 16px;
  font-weight: 400;
  color: #565656;
}
.evaluation-templateeditor-panel .title2 {
  font-size: 23px;
  font-weight: bold;
  font-style: italic;
  color: white;
  border-radius: 5px;
  padding-left: 9px;
  margin-bottom: 6px;
  margin-left: -5px;
}
.evaluation-templateeditor-panel .evalOp {
  font-size: 15px;
  margin: 10px;
  color: #565656;
}
.evaluation-templateeditor-panel .evalOpText {
  font-size: 15px;
  border-bottom-style: dotted;
  border-color: grey;
  width: 100%;
  height: 32px;
  margin-top: 10px;
}
.evaluation-templateeditor-panel-selected {
  width: 780px;
  display: inline-block;
  text-align: left;
  margin: 16px;
  border-left: 10px solid #ffc107;
  background-color: #f7f7f7;
  margin-bottom: 0px;
}
.evaluation-templateeditor-panel-selected .title-description {
  width: 100%;
  height: 97px;
  border-color: lightgray;
  color: #6a6a6a;
  border-radius: 5px;
  resize: none;
  font-size: 12px;
  padding: 6px;
  outline: none;
  margin-bottom: 8px;
}
.evaluation-templateeditor-panel-selected .footer-container-section {
  display: flex;
  border-top: 1px solid #e5e5e5;
  padding-top: 14px;
  padding-left: 88%;
}
.concept-footer-container {
  display: flex;
  border-top: 1px solid #e5e5e5;
  padding-top: 14px;
  padding-left: 88%;
  margin-top: 34px;
}
.evaluation-templateeditor-panel-selected .footer-button {
  cursor: pointer;
  margin-left: 23px;
  font-size: 18px;
}
.evaluation-templateeditor-addpanel {
  width: 50px;
  background-color: #f7f7f7;
  margin-top: 15px;
  height: 134px;
}
.evaluation-templateeditor-addpanel .iconC {
  font-size: 18px;
  cursor: pointer;
}
.evaluation-template-preview .title {
  font-size: 19px;
  text-align: center;
}
.evaluation-template-preview .title-description {
  font-style: italic;
  margin-left: 3px;
  margin-top: 17px;
  font-weight: 300;
}
.evaluation-template-preview .concept-container {
  padding: 13px;
}
.evaluation-template-preview .concept-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.evaluation-template-preview .evalOp {
  font-size: 15px;
  margin: 10px;
}
.evaluation-template-preview .evalOpText {
  border-bottom-style: dotted;
  border-color: grey;
  width: 100%;
  height: 32px;
}
.evaluation-template-config-container {
  padding: 31px;
  background-color: #f7f7f7;
}
.evaluation-template-config-container .evalOp {
  font-size: 15px;
  margin: 10px;
}
.config-evalOpText {
  border-bottom-style: dotted;
  border-color: grey;
  width: 100%;
  height: 32px;
}
.evaluation-template-config-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #565656;
}
.no-editable-scale {
  background-color: #e5e5e5;
  color: #8d8d8d;
}
.editable-scale {
  background-color: white;
  cursor: pointer;
}
.scale-new-value-op {
  color: #307183;
  cursor: pointer;
  padding-top: 3px;
  display: flex;
  font-weight: 500;
}
.scale-value-op-name {
  margin-left: 10px;
}
.scale-value-op-name-input {
  width: 300px;
  margin-top: -8px;
  margin-left: -5px;
}
.scale-value-op-container {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #dfdfdf;
  margin-bottom: 21px;
  font-weight: 500;
  font-size: 15px;
  color: grey;
  cursor: pointer;
  height: 35px;
  display: flex;
}
.scale-value-op-container-selected {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #dfdfdf;
  margin-bottom: 21px;
  font-weight: 500;
  font-size: 15px;
  color: grey;
  height: 35px;
  display: flex;
}
.evaluation-template-header {
  border-top: 10px solid #6fc1d5;
}
.evaluation-template-header .name {
  font-size: 30px;
}
.evaluation-header-image-default {
  font-size: 28px;
  color: #cdc9c9;
  border: 2px solid #cdc9c9;
  border-radius: 7px;
  width: 52px;
  height: 46px;
  background-color: #ebebeb;
  text-align: center;
  padding: 7px;
  margin-bottom: 17px;
  cursor: pointer;
}
.evaluation-header-image {
  height: 60px;
  border: 2px solid #cdc9c9;
  margin-bottom: 17px;
  cursor: pointer;
}
.evaluation-header-image-preview-view {
  height: 60px;
}
.evaluation-header-image-preview {
  font-size: 28px;
  color: #cdc9c9;
  border: 2px solid #cdc9c9;
  border-radius: 7px;
  width: 52px;
  height: 52px;
  background-color: #ebebeb;
  text-align: center;
  padding: 7px;
  margin-bottom: 17px;
}
.evaluation-preview-table {
  border-collapse: collapse;
  width: 100%;
  border-radius: 5px;
  margin-top: 36px;
}
.evaluation-preview-table td,
.evaluation-preview-table th {
  border-right: 1px solid #fbfbfb;
  text-align: left;
  padding: 8px;
}
.evaluation-preview-table tr:nth-child(even) {
  background-color: #efecec!important;
  filter: brightness(1) !important;
  color: #4c4c4c!important;
}
.texto-vertical {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}
.texto-horizontal {
  text-align: center;
}
.evaluation-preview-header {
  padding: 15px;
  border-radius: 5px;
  font-size: 16px;
}
.evaluation-concept-text {
  padding: 10px;
  background-color: #ebebeb;
  margin-top: 12px;
}
.evaluation-concept-text-edit {
  width: 100%;
  height: 150px;
  resize: none;
  border-color: lightgray;
  margin-top: 10px;
  outline: none;
  padding: 10px;
  border-radius: 3px;
}
.evaluation-concept-text-noedit {
  width: 100%;
  resize: none;
  font-style: italic;
  border-color: lightgray;
  margin-top: 10px;
  outline: none;
  padding: 10px;
  height: 290px;
  border-radius: 3px;
  background-color: #fbfbfb;
}
.evaluation-concept-text-edit-short {
  width: 100%;
  resize: none;
  margin-top: 10px;
  outline: none;
  padding: 5px;
  border: 1px solid lightgray;
  border-radius: 3px;
}
.evaluation-section-header {
  margin-left: -15px;
  margin-right: -16px;
  margin-top: -16px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  text-align: center;
  padding: 10px;
}
.evaluation-section-header .title {
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
  padding-left: 15px;
}
.evaluation-section-header-editor {
  font-size: 22px;
  margin-top: -16px;
  height: 52px;
  width: 771px;
  margin-left: -15px;
  background-color: #8ed1fb;
  color: white;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: inherit;
}
.section-collapseicon {
  position: absolute;
  top: 50%;
  left: -25px;
}
.section-collapseicon .icon-container {
  cursor: pointer;
  background-color: #e5e5e5;
  height: 30px;
  min-width: 31px;
  position: relative;
  border-radius: 19px;
  color: grey;
}
.section-collapseicon .icon1 {
  position: absolute;
  top: 5px;
  left: 11px;
  font-size: 10px;
}
.section-collapseicon .icon2 {
  position: absolute;
  top: 11px;
  left: 11px;
  font-size: 10px;
}
.section-collapseicon .badge-number {
  margin-left: 29px;
  margin-top: 6px;
  margin-right: 7px;
  opacity: 0.4;
}
.evaluation-newtemplate-container {
  display: flex;
  flex-wrap: wrap;
}
.evaluation-newtemplate-container .miniature {
  margin: 20px;
  cursor: pointer;
  text-align: center;
  width: 152px;
}
.evaluation-newtemplate-container .miniature-img {
  width: 115px;
  height: 115px;
  box-shadow: #808080 0px 3px 8px;
}
.evaluation-newtemplate-container .selected-img {
  border: 3px solid #3891a9;
  border-radius: 5px;
}
.evaluation-newtemplate-container .selected-name {
  color: white !important;
  background-color: #3891a9;
}
.evaluation-newtemplate-container .miniature-img-white {
  width: 115px;
  height: 115px;
  margin-top: -9px;
  box-shadow: #808080 0px 3px 8px;
}
.evaluation-newtemplate-container .name {
  margin-top: 20px;
  text-align: center;
  color: #565656;
  padding: 5px;
  border-radius: 6px;
}
.classroom-row {
  display: flex;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-top: 12px;
}
.classroom-filter-row {
  display: flex;
  background-color: #fff;
  padding-bottom: 9px;
  margin-bottom: 1px;
}
.classroom-miniature-img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
.help-text {
  color: grey;
  margin-top: 6px;
  margin-bottom: 17px;
  font-size: 12px;
  margin-left: 1px;
}
.period-state-bullet-draft {
  background-color: #e4e4e4;
  border-radius: 7px;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  height: 25px;
  margin-top: 4px;
  color: #555555;
  font-size: 13px;
  width: fit-content;
}
.period-state-bullet-excluded {
  background-color: #e75a7c;
  border-radius: 7px;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  height: 25px;
  margin-top: 4px;
  color: #555555;
  font-size: 13px;
  width: fit-content;
}
.period-state-bullet-sended {
  background-color: #7dc192;
  border-radius: 7px;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  height: 25px;
  margin-top: 4px;
  color: #555555;
  font-size: 13px;
  width: fit-content;
}
.period-state-bullet-readytosend {
  background-color: #ffd761;
  border-radius: 7px;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  height: 25px;
  margin-top: 4px;
  color: #555555;
  font-size: 13px;
  width: fit-content;
}
.kid-miniature-img {
  width: 35px;
  height: 35px;
  padding: 2px 2px;
  border-radius: 40px;
}
.kid-miniature-img-small {
  width: 30px;
  height: 30px;
  padding: 2px 2px;
  border-radius: 40px;
}
.kid-row {
  display: flex;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-top: -1px;
}
.eval-search-kid-panel-container {
  width: 327px;
  height: 39px;
  margin-bottom: 14px;
}
.eval-search-panel {
  width: 90%;
  height: 29px;
  background-color: #f1f1f1;
  border-radius: 7px;
  margin-top: 7px;
  /* margin-left: 15px; */
}
.period-edit-title {
  font-size: 23px;
  margin-bottom: 18px;
  margin-top: 14px;
  color: #307183;
}
.mini-icons-group {
  border-radius: 29px;
  height: fit-content;
  margin-top: 10px;
  margin-right: 2px;
}
.template-custom-image {
  min-width: 75px;
  height: 75px;
  border: #5bc0de 2px solid;
  padding: 2px 2px;
  border-radius: 10px;
}
.template-default-image {
  width: 80px;
  height: 79px;
  border: #5bc0de 2px solid;
  border-radius: 10px;
  text-align: center;
  padding: 6px;
  font-size: 13px;
  font-style: italic;
}
.db-title {
  font-size: 27px;
  color: #41a0b9;
}
.db-container {
  display: flex;
  background-color: #f4f4f4;
  border-radius: 5px;
}
.db-panel {
  border-radius: 5px;
  padding: 15px;
  margin: 10px;
  background-color: white;
  color: grey;
  width: fit-content;
  height: fit-content;
  min-width: 150px;
}
.db-panel .title-icon {
  font-size: 19px;
}
.db-panel .title {
  font-size: 15px;
}
.db-panel .data-number {
  font-size: 27px;
  color: #41a0b9;
  text-align: center;
  margin-top: 8px;
}
.news-panel {
  width: 100%;
  margin-bottom: 12px;
}
.news-panel-header {
  background-color: #e55473;
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 17px;
}
.news-planel-container {
  display: flex;
  background-color: #f0f0f0;
  overflow: auto;
  white-space: nowrap;
}
.news-panel-item {
  background-color: white;
  padding: 10px;
  margin: 10px;
  cursor: pointer;
}
.news-panel-item .title {
  font-size: 15px;
  margin-top: 10px;
  font-weight: bold;
}
.news-panel-item .picture {
  height: 150px;
  width: 245px;
}
.report-general-title {
  font-size: 21px;
  color: #307183;
}
.report-general-card {
  width: 300px;
  height: 225px;
  border: solid #ddd 1px;
  border-radius: 5px;
  padding: 15px;
  background-color: #fafafa;
  margin: 8px;
  position: relative;
  cursor: pointer;
}
.report-general-card-desc {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6a6a6a;
}
.report-general-card-footer {
  position: absolute;
  bottom: 0;
  width: 95%;
  display: flex;
  justify-content: end;
  flex-direction: row;
  padding-bottom: 5px;
}
.report-general-card-formats {
  position: absolute;
  top: 73px;
  left: 20px;
  display: flex;
  justify-content: end;
  flex-direction: row;
  padding-bottom: 5px;
}
.report-general-card-icon {
  display: flex;
  border-radius: 13px;
  color: white;
  padding: 3px;
  padding-right: 10px;
  font-size: 11px;
  margin-right: 5px;
  margin-bottom: 5px;
  align-items: center;
}
.report-export-icon-excel {
  background-color: #63a176;
}
.report-export-icon-pdf {
  background-color: #e75a7c;
}
.report-export-icon-preview {
  background-color: grey;
}
.report-general-info {
  margin-left: 30px;
  color: #565656;
  margin-top: 13px;
  font-style: italic;
}
.report-genreal-helptext {
  margin-left: 15px;
  margin-right: 30px;
  margin-top: 15px;
}
.enrollment-table-header {
  display: flex;
  padding: 10px 15px;
  margin-top: -1px;
  align-items: center;
  font-weight: bold;
  background-color: #41a0b9;
  color: white;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  font-size: 11px;
}
.enrollment-table-filter {
  display: flex;
  padding: 10px 15px;
  background-color: #ebebeb;
  border: 1px solid #ddd;
  margin-top: -1px;
  align-items: center;
  font-weight: bold;
}
.enrollment-row {
  display: flex;
  padding: 10px 15px;
  border: 1px solid #ddd;
  margin-top: -1px;
  align-items: center;
  cursor: pointer;
}
.simlator-panel {
  border: 1px #d4d4d4 solid;
  border-radius: 5px;
  margin-top: 14px;
  display: flex;
  padding: 16px;
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
}
.status-incompleta {
  background-color: #ebebeb;
  border-radius: 5px;
  padding: 5px;
  width: fit-content;
  color: grey;
}
.status-presentada {
  background-color: #cfe3e9;
  border-radius: 5px;
  padding: 5px;
  width: fit-content;
  color: #4b636e;
}
.status-validada {
  background-color: #7dc192;
  border-radius: 5px;
  padding: 5px;
  width: fit-content;
  color: white;
}
.status-firmada {
  background-color: #7dc192;
  border-radius: 5px;
  padding: 5px;
  width: fit-content;
  color: white;
}
.status-pendientefirma {
  background-color: #f3c35c;
  border-radius: 5px;
  padding: 5px;
  width: fit-content;
  color: white;
}
.status-descartada {
  background-color: #e75a7c;
  border-radius: 5px;
  padding: 5px;
  width: fit-content;
  color: white;
}
.status-sinplaza {
  background-color: #97aeb4;
  border-radius: 5px;
  padding: 5px;
  width: fit-content;
  color: #dddddd;
}
.status-matriculada {
  background-color: #b077b0;
  border-radius: 5px;
  padding: 5px;
  width: fit-content;
  color: white;
}
.status-conplaza {
  background-color: #307183;
  border-radius: 5px;
  padding: 5px;
  width: fit-content;
  color: white;
}
.status-enviada {
  background-color: #97aeb4;
  border-radius: 5px;
  padding: 5px;
  width: fit-content;
  color: white;
}
.status-edicion {
  background-color: #307183;
  border-radius: 5px;
  padding: 5px;
  width: fit-content;
  color: white;
}
.status-renunciada {
  background-color: #6a6a6a;
  border-radius: 5px;
  padding: 5px;
  width: fit-content;
  color: white;
}
.cell-invalidated {
  color: #E75A7D !important;
  opacity: 0.5;
  text-decoration: line-through;
}
.score-footer {
  display: flex;
  font-size: 18px;
  font-weight: bold;
}
.score-amount {
  margin-right: 5px;
  margin-left: 5px;
}
.score-amount-through {
  text-decoration: line-through;
  opacity: 0.5;
  color: #e75a7c;
  margin-right: 5px;
  margin-left: 10px;
}
.form-row {
  display: flex;
}
.form-cell {
  padding: 10px;
}
.form-section {
  border: #e8e8e8 solid 2px;
  border-radius: 10px;
  padding: 18px;
}
.form-section-title {
  font-weight: bold;
  color: grey;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-top: 20px;
}
.form-center {
  background-color: white;
  max-width: 1170px;
  margin: 5px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.form-container {
  background-color: white;
  padding: 20px;
  border: solid 1px grey;
  border-radius: 5px;
  max-width: 1170px;
  margin: 5px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
.simulation-header-info {
  color: #565656;
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 20px;
}
.invalidation-note-editor {
  width: 100%;
  height: 150px;
  resize: none;
  border-color: lightgray;
  margin-top: 10px;
  outline: none;
  padding: 10px;
  border-radius: 3px;
}
.club-general-card {
  width: 350px;
  height: 225px;
  border: solid #ddd 1px;
  border-radius: 5px;
  background-color: #fafafa;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 20px;
}
.headerImage {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 350px;
}
.detailHeaderImage {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 600px;
}
.cardBody {
  padding: 10px;
}
.codeBox {
  flex-direction: row;
  display: flex;
  width: 60%;
  border: 1px solid;
  border-color: #41a0b9;
  border-radius: 27px;
  overflow: hidden;
}
.codeBoxLeft {
  flex: 1;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.codeBoxRight {
  flex: 1;
  display: flex;
  background-color: #41a0b9;
  padding: 10px;
  color: white;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.conditions {
  padding-left: 20px;
  padding-right: 20px;
  color: grey;
  font-size: 12px;
}
.copymessage {
  text-align: center;
  color: #63a176;
  font-size: 12px;
}
.dashboard {
  height: 160px;
  background-color: #F0F0F0;
  width: 100%;
  border-radius: 5px;
  border: 1px solid lightgrey;
  display: flex;
  overflow: auto;
}
.dashboardItem {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95px;
  min-width: 95px;
}
.addItem {
  height: 100px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 5px;
  border: 2px dashed #7dc192;
  cursor: pointer;
}
.moveButton {
  background-color: orange;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  margin-top: 50px;
  cursor: pointer;
}
.moveButtonIcon {
  color: white;
  font-size: 30px;
  margin-top: -2px;
  margin-left: -2px;
}
.docItem {
  height: 100px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
}
.docItemTitle {
  font-size: 10px;
  font-weight: bold;
  color: #565656;
  height: 32px;
  margin-top: 2px;
  display: -webkit-box;
  display: box;
  /* Compatibilidad futura */
  -webkit-box-orient: vertical;
  box-orient: vertical;
  /* Compatibilidad futura */
  -webkit-line-clamp: 2;
  line-clamp: 2;
  /* Compatibilidad futura */
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 4px;
  text-align: center;
}
.docItemMini {
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-top: 11px;
  margin-left: 16px;
  cursor: pointer;
}
.docItemIcon {
  font-size: 30px;
  color: white;
}
.docItemMoniIcon {
  font-size: 30px;
  color: white;
}
.stepDetailContainer {
  border: 1px solid lightgrey;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 60px;
}
.stepDetailTitle {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: left;
  align-items: center;
}
.stepDetailContent {
  background-color: #F0F0F0;
  padding: 20px;
}
.formGroupPanel {
  display: flex;
  border: 1px #cdcdcd solid;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.stepLabel {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  margin-bottom: 6px;
}
.stepField {
  background-color: white;
  height: 45px;
  display: flex;
  flex-direction: row;
  border-radius: 3px;
  max-width: 1000px;
  cursor: pointer;
  padding: 13px;
  width: 1000px;
}
.footerField {
  background-color: white;
  display: flex;
  flex-direction: row;
  border-radius: 3px;
  max-width: 1000px;
  padding: 13px;
  width: 1000px;
}
.stepFreeText {
  background-color: white;
  display: flex;
  flex-direction: row;
  border-radius: 3px;
  max-width: 1000px;
  cursor: pointer;
  padding: 13px;
  width: 1000px;
}
.stepGenericContent {
  border-radius: 3px;
  background-color: white;
  width: 1000px;
  height: 42px;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 14px;
  margin-top: 15px;
}
.panelDivider {
  background-color: #ccc;
  height: 1px;
  width: 100%;
  margin-top: 27px;
  margin-bottom: 10px;
}
.stepContentContainer {
  display: flex;
  margin-bottom: 10px;
}
.stepContentToolPanel {
  color: white;
  background-color: orange;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  height: 45px;
  width: 71px;
  justify-content: space-evenly;
  align-items: center;
  margin-left: 20px;
  padding-left: 7px;
}
.stepDeleteToolPanel {
  border-radius: 50px;
  background-color: #e75a7c;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin-left: 11px;
  cursor: pointer;
  margin-top: 11px;
}
.stepDeleteButtonContent {
  display: flex;
  margin-top: 60px;
  flex-direction: row-reverse;
}
.favorite-nonselected {
  font-size: 24px;
  color: lightgrey;
  margin-top: 3px;
  cursor: pointer;
}
.favorite-selected {
  font-size: 24px;
  color: orange;
  margin-top: 3px;
  cursor: pointer;
}
/* Estilo para el área editable del editor */
.custom-quill-container .ql-editor {
  background-color: #ffffff;
  /* Fondo del área editable */
  height: 300px;
  /* Ajusta la altura según el toolbar */
  color: #333333;
  /* Color del texto */
  font-size: 16px;
  /* Tamaño del texto */
  line-height: 1.5;
  /* Altura de línea */
  padding: 10px;
  /* Espaciado interno */
}
.custom-quill-container-sm .ql-editor {
  background-color: #ffffff;
  /* Fondo del área editable */
  height: 100px;
  /* Ajusta la altura según el toolbar */
  color: #333333;
  /* Color del texto */
  font-size: 16px;
  /* Tamaño del texto */
  line-height: 1.5;
  /* Altura de línea */
  padding: 10px;
  /* Espaciado interno */
}
/* Ajusta la barra de herramientas si es necesario */
.custom-quill-container .ql-toolbar {
  background-color: #ececec;
  /* Fondo de la barra de herramientas */
  border-bottom: 1px solid #ddd;
  /* Línea divisoria */
}
/* COLORS */
/* FONTS */
@font-face {
  font-family: 'Righteous';
  src: url('../fonts/Righteous-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/gothic_0.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.nav-tabs a,
.nav-tabs a:hover,
.nav-tabs a:focus {
  outline: 0;
}
.logo-navbar {
  max-width: 30px;
  display: inline;
  margin-top: -6px;
}
.app-brand {
  font-weight: bold;
}
.welcome-img {
  width: 450px;
}
.loading-user {
  padding-left: 180px;
  padding-top: 180px;
}
.loading-button-white {
  width: 17px;
  margin-top: -4px;
  margin-right: 7px;
  filter: brightness(5);
}
.loading-button {
  width: 17px;
  margin-top: -4px;
  margin-right: 7px;
}
.loading-list {
  text-align: center;
  padding-top: 180px;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.space-icon-span {
  padding-right: 2px;
}
.fileUpload {
  position: relative;
  overflow: hidden;
  margin-top: 25px;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.container-table .table-container {
  max-width: 100%;
  overflow-x: hidden;
}
.react-bs-container .table-container > table > tbody > tr > td,
.react-bs-container .table-container > table > thead > tr > th,
.react-bs-container .table-header > table > thead > tr > th .table-header-column {
  line-height: 25px;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.help-container {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.column-wrap {
  white-space: normal !important;
}
.column-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-container {
  position: relative;
}
.modal-container .modal,
.modal-container .modal-backdrop {
  position: absolute;
}
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fondo-pantalla {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
  z-index: -1;
  width: 1000px;
  height: 600px;
}
.fondo-login {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.vcenter {
  display: table-cell;
  vertical-align: middle;
}
.border-right-filter-separator {
  border-right: 1px solid #eee;
}
.border-left-filter-separator {
  border-left: 1px solid #eee;
}
#modal-confirmation > div.modal {
  z-index: 2050;
}
.version-app {
  position: absolute;
  top: 20px;
  right: 30px;
  /* float: right; */
  font-weight: bold;
  font-size: 12px;
}
.format-text {
  white-space: pre-line;
}
.no-wrap {
  white-space: nowrap;
}
.fondo-principal {
  width: 100%;
}
.menu-icon {
  margin-right: 14px;
}
.menu-icon-op {
  margin-right: 6px;
}
.menu-icon-tt {
  font-size: 22px;
  margin-right: 15px;
}
.menu-icon-lock {
  font-size: 10px;
  margin-left: 3px;
}
.button-blue {
  background-color: #41a0b9;
  background-image: none;
  border-color: #41a0b9;
}
.button-red {
  background-color: #e75a7c;
  background-image: none;
  border-color: #e75a7c;
}
.dropdown-toggle {
  padding-left: 30px;
}
.help-icon-header {
  cursor: pointer;
  color: orange;
  margin-top: -6px;
  margin-right: 19px;
  font-size: 21px;
}
.help-icon-label {
  position: relative;
  cursor: pointer;
  color: orange;
  font-size: 15px;
  top: 3px;
  z-index: 1;
}
.help-icon-popover-title {
  color: #5e5e5e;
  margin-right: 7px;
  position: absolute;
  right: 0;
  top: 10px;
}
.icon-button {
  margin-right: 6px;
}
.button-with-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.euro-icon-input {
  position: relative;
  top: 31px;
  right: -6px;
}
.grey-light-button {
  background-color: #eceaea;
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
}
.invoice-status-draft {
  color: #5c5c5c;
  background-color: #DFE1E6;
  border-radius: 5px;
  padding: 5px;
  width: fit-content;
  font-weight: bold;
  font-size: 12px;
}
.invoice-status-issued {
  color: white;
  background-color: #7dc192;
  border-radius: 5px;
  padding: 5px;
  width: fit-content;
  font-weight: bold;
  font-size: 12px;
}
.invoice-status-cancelled {
  color: white;
  background-color: #e75a7c;
  border-radius: 5px;
  padding: 5px;
  width: fit-content;
  font-weight: bold;
  font-size: 12px;
}
.servicetypeicon-base {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: #ededed;
  color: #333333c4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.servicetypeicon-icon {
  font-size: 14px;
}
.servicetypeicon-icon-peri {
  font-size: 5px;
  position: absolute;
  bottom: 1px;
  left: 22px;
}
.servicetypeicon-icon-perc {
  font-size: 5px;
  position: absolute;
  top: 9px;
}
.servicetype-content {
  width: 75px;
  margin-bottom: 17px;
}
.servicetype-button {
  width: 54px;
  height: 54px;
  border-radius: 9px;
  background-color: #ededed;
  color: #333333c4;
  margin-left: 10px;
  cursor: pointer;
}
.servicetype-button-selected {
  background-color: #41a0b9;
  color: white;
}
.servicetype-icon {
  font-size: 25px;
  position: relative;
  top: 10px;
  left: 14px;
}
.servicetype-icon-percent {
  font-size: 7px;
  position: relative;
  right: 2px;
  top: -1px;
}
.servicetype-icon-peri {
  font-size: 10px;
  left: 14px;
  top: 22px;
}
.servicetype-text {
  font-size: 10px;
  text-align: center;
  color: #333333c4;
  margin-top: 4px;
}
.servicetype-text-selected {
  color: #41a0b9;
}
.audit-modal {
  width: 80%;
  max-width: 1200px;
}
.landing-evaluation-modal {
  width: 380px;
}
.beta-floating-panel {
  padding: 10px;
  margin-top: 31px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-radius: 4px;
  z-index: 10;
}
.beta-floating-panel .circle-button {
  margin-left: 7px;
  background-color: #0a9f98;
  width: 65px;
  height: 65px;
  border-radius: 40px;
  color: white;
  text-align: center;
  padding-top: 14px;
  cursor: pointer;
  font-size: 29px;
  box-shadow: #808080 0px 5px 15px;
}
.beta-video-viewer {
  width: 100%;
}
.beta-video-mini {
  width: 400px;
  cursor: pointer;
}
.beta-mini-row {
  display: flex;
  padding: 13px;
}
.beta-video-mini-title {
  font-size: 18px;
  margin-top: 39px;
  margin-left: 20px;
  font-weight: bold;
}
.beta-video-mini-subtitle {
  font-size: 14px;
  color: grey;
  margin-left: 20px;
}
.loading-white-icon-small {
  width: 17px;
  filter: brightness(3);
  margin-right: 10px;
  margin-top: -3px;
  margin-left: -3px;
}
.loading-icon-title {
  width: 24px;
  margin-top: 7px;
  margin-left: 4px;
}
.modaconfirmation-header {
  color: white;
  background-color: #307183;
}
.avatar {
  width: 40px;
  height: 40px;
  border-radius: 25px;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.generic-label {
  font-weight: bold;
  margin-bottom: 5px;
}
.password-helper {
  font-size: 12px;
  margin-bottom: 15px;
  margin-top: -8px;
}
.password-helper .icon-helper {
  margin-right: 6px;
  font-size: 12px;
}
.state-bullet-grey {
  background-color: #e4e4e4;
  border-radius: 7px;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  height: 25px;
  margin-top: 4px;
  color: #555555;
  font-size: 13px;
  width: fit-content;
}
.state-bullet-red {
  background-color: #e75a7c;
  border-radius: 7px;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  height: 25px;
  margin-top: 4px;
  color: #555555;
  font-size: 13px;
  width: fit-content;
}
.state-bullet-green {
  background-color: #7dc192;
  border-radius: 7px;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  height: 25px;
  margin-top: 4px;
  color: white;
  font-size: 13px;
  width: fit-content;
}
.state-bullet-yellow {
  background-color: #ffd761;
  border-radius: 7px;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  height: 25px;
  margin-top: 4px;
  color: #555555;
  font-size: 13px;
  width: fit-content;
}
.state-bullet-blue {
  background-color: #41a0b9;
  border-radius: 7px;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  height: 25px;
  margin-top: 4px;
  color: white;
  font-size: 13px;
  width: fit-content;
}
.center-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  text-align: center;
  color: #565656;
}
.custom-tab {
  display: flex;
  border-bottom: 1px solid #d5d5d5;
}
.custom-tab .option {
  font-size: 16px;
  color: #a0a0a0;
  margin-right: 20px;
  cursor: pointer;
  margin-bottom: 8px;
  font-weight: bold;
}
.custom-tab .selected {
  color: #307183;
}
.relevant-data {
  color: #41a0b9;
  font-weight: bold;
}
.custom-panel {
  margin-top: 15px;
  border: solid 1px #dedede;
  border-radius: 3px;
}
.custom-panel .header {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: grey;
  color: white;
  border: 1px solid grey;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.custom-panel .body {
  margin: 15px;
}
.invoicestable-invoicenumber {
  font-size: 12px;
}
.custom-table-footer {
  display: flex;
  align-items: center;
  background-color: #ebebeb;
  color: #7b7878;
  font-size: 12px;
  padding: 7px;
  border: 1px solid #dad8d8;
}
.custom-modal-alert {
  background-color: #ffc812;
  color: #751616;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.custom-header-class {
  font-size: 10px;
  color: white;
  background-color: #41a0b9 !important;
}
.custom-tr1-class {
  font-size: 10px;
  color: #565656;
  background-color: white;
  line-height: 1 !important;
}
.custom-tr-class {
  font-size: 10px;
  color: #565656;
  line-height: 1 !important;
}
.custom-table-body-class {
  font-size: 10px;
}
.custom-table-total-class {
  font-size: 10px;
  color: dimgrey;
}
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #e75a7c;
}
input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.loading-title {
  width: 28px;
  height: 28px;
  margin-top: 24px;
  margin-left: 11px;
}
.invoice-title {
  font-size: 16px;
  font-weight: bold;
  color: #31708f;
  margin-bottom: 10px;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #41a0b9;
}
input:focus + .slider {
  box-shadow: 0 0 1px #41a0b9;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.input-simulator {
  background-color: #f9f9f9;
  align-items: center;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  border: solid 1px lightgrey;
  border-radius: 3px;
  width: 200px;
}
.file-label {
  background-color: #41a0b9;
  color: white;
  padding: 5px 11px;
  cursor: pointer;
  border-radius: 3px;
  display: inline-block;
  font-weight: normal;
}
.file-label:hover {
  background-color: #41a0b9;
}
.general-center-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px;
}
.subtitle-form {
  color: #333;
}
.custom-field-tag {
  background-color: #6EC0D5;
  width: fit-content;
  padding: 5px;
  border-radius: 5px;
  font-size: 13px;
  color: white;
}
.custom-field-tag-unselected {
  background-color: #cac9c9;
  width: fit-content;
  padding: 5px;
  border-radius: 5px;
  font-size: 13px;
  color: white;
}
