.gray-color {
  color: #8e9193 !important;
}
.font-12 {
  font-size: 12px!important;
}
.font-14 {
  font-size: 14px!important;
}
.font-16 {
  font-size: 16px!important;
}
.font-18 {
  font-size: 18px!important;
}
.font-20 {
  font-size: 18px!important;
}
.font-22 {
  font-size: 18px!important;
}
.font-24 {
  font-size: 18px!important;
}
.opacity15 {
  opacity: 0.15;
}
.opacity65 {
  opacity: 0.65;
}
.trigger-collapse {
  cursor: pointer;
}
.bg-main {
  background-color: #2d353c;
}
.text-main-app {
  color: #2d353c;
}
.text-secondary-color {
  color: #7d9d04;
}
.bg-gradient-main-app {
  background: #003a5c !important;
  background: -moz-linear-gradient(top, #003a5c 0%, #32617d 100%) !important;
  background: -webkit-linear-gradient(top, #003a5c 0%, #32617d 100%) !important;
  background: linear-gradient(to bottom, #003a5c 0%, #32617d 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003A5D', endColorstr='#32617d', GradientType=0) !important;
}
.bg-blue-light {
  background-color: #0091D2;
}
.bg-secondary-app {
  background-color: #7d9d04;
}
.bg-secondary-app-darker {
  background-color: #698403;
}
.text-secondary-app {
  color: #7d9d04;
}
.bg-grey-app {
  background-color: #333;
}
.bg-grey-light-app {
  background-color: #C7C7C7;
}
.bg-grey-dark-app {
  background-color: #333;
}
.text-grey-dark-app {
  color: #333;
}
.bg-orange {
  background-color: var(--orange);
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}
/*
    Text size
 */
.f-s-30 {
  font-size: 30px !important;
}
/*
    Buttons
 */
.btn.btn-transparent {
  background-color: transparent;
  border-color: transparent;
}
.input-group-append .btn.btn-primary,
.btn.btn-primary {
  background: #2d353c;
  border-color: #2d353c;
}
.input-group-append .btn.btn-success,
.btn.btn-success {
  background: #7d9d04;
  border-color: #7d9d04;
}
.btn-secondary {
  background: #7d9d04;
  border-color: #7d9d04;
}
.btn-white {
  background: rgba(255, 255, 255, 0.8);
  color: #2d353c;
  font-weight: bold;
}
/*
    Link
 */
a {
  color: #556b03;
}
a:hover {
  color: #0091D2;
}
/*
    Switcher
 */
.switcher input:checked + label::before {
  background: #7d9d04;
  border: 2px solid #7d9d04;
}
/*
    Checkbox
 */
.checkbox.checkbox-css input:checked + label::before {
  background: #0091D2;
  border-color: #0091D2;
}
/*
    Inputs
 */
.form-control:focus {
  border-color: #0091D2;
  -webkit-box-shadow: 0 0 0 0.125rem rgba(0, 145, 210, 0.45);
  -moz-box-shadow: 0 0 0 0.125rem rgba(0, 145, 210, 0.45);
  box-shadow: 0 0 0 0.125rem rgba(0, 145, 210, 0.45);
}
.form-control[readonly] {
  background: #e5e9ed !important;
}
/*
    Calendar
 */
a.fc-time-grid-event.fc-event {
  padding: 3px;
}
/*
    Images
 */
.img-rounded {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  object-fit: cover;
}
/*
    Main header
*/
.header .navbar-header .navbar-brand .navbar-logo {
  background-image: url('/static/images/favicon_color_negativo.png');
  background-size: cover;
  width: 20px;
  height: 20px;
  border: none;
}
.header .navbar-user img {
  object-fit: cover;
}
.sidebar .nav > li.nav-profile .image img,
.profile-header-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
/*
      List horizontal
 */
.list-group-horizontal {
  max-width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
/*
    Panel
 */
.panel {
  width: 100%;
}
.panel .panel-body {
  position: relative;
}
/*
    Loader
 */
.loading-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  min-height: 60px;
  z-index: 1051;
}
.loading-container button {
  position: absolute;
  top: 46%;
  left: 46%;
}
.loading-container.loading-container {
  position: relative;
  margin-bottom: 30px;
}
.my-loading-spin {
  display: inline-block;
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  border-radius: 100%;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  user-select: none;
  overflow-y: hidden;
  border: 0.25em solid transparent;
  border-left-color: #7d9d04;
  border-right-color: #7d9d04;
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
    Paginator
 */
.paginator .pagination-numbers {
  text-align: right;
}
.paginator .pagination-numbers .pagination {
  display: inline-flex;
}
.paginator .pagination-numbers .pagination > .active > span,
.paginator .pagination-numbers .pagination > .active > a,
.paginator .pagination-numbers .pagination > .active > span:focus,
.paginator .pagination-numbers .pagination > .active > a:focus,
.paginator .pagination-numbers .pagination > .active > span:hover,
.paginator .pagination-numbers .pagination > .active > a:hover {
  background: #2d353c !important;
  border-color: #2d353c !important;
}
/*
    Rating stars
 */
.rating-stars .list-group[readonly=""] li {
  cursor: default;
  color: #C7C7C7;
}
.rating-stars .list-group li {
  cursor: pointer;
  border: none;
  padding: 8px 10px;
}
.rating-stars .list-group li.active {
  color: var(--orange);
}
/*
    Custom video modal
 */
.video-and-text-modal h3 {
  padding-left: 5px;
}
.video-and-text-modal .close {
  color: #2d353c;
  opacity: 1;
}
.video-and-text-modal .modal-content {
  background-color: white;
}
.video-and-text-modal .modal-body {
  padding: 20px;
  text-align: center;
}
.video-and-text-modal .modal-body .description-image-box {
  -webkit-box-shadow: 0 0 10px 1px #e0e0e0;
  -moz-box-shadow: 0 0 10px 1px #e0e0e0;
  box-shadow: 0 0 10px 1px #e0e0e0;
  margin-bottom: 20px;
}
.video-and-text-modal .modal-body .description-image-box img {
  width: 100%;
}
.exercises-modal h3 {
  padding-left: 5px;
}
.exercises-modal .close {
  color: #2d353c;
  opacity: 1;
}
.exercises-modal .modal-content {
  background-color: white;
}
.exercises-modal .modal-body {
  padding: 20px 5px;
  text-align: center;
}
.exercises-modal .modal-body .exercise-box {
  -webkit-box-shadow: 0 0 10px 1px #e0e0e0;
  -moz-box-shadow: 0 0 10px 1px #e0e0e0;
  box-shadow: 0 0 10px 1px #e0e0e0;
  height: 470px;
  overflow: auto;
  margin-bottom: 20px;
}
.exercises-modal .modal-body .exercise-box.no-description {
  height: 270px;
}
.exercises-modal .modal-body .exercise-box .video {
  width: 100%;
  height: 210px;
}
.exercises-modal .modal-body .exercise-box .exercise-content {
  padding: 5px 15px;
}
.exercises-modal .modal-body .exercise-box .title {
  text-align: left;
}
.exercises-modal .modal-body .exercise-box .description {
  text-align: left;
}
.exercises-modal .modal-body .description-image-box {
  -webkit-box-shadow: 0 0 10px 1px #e0e0e0;
  -moz-box-shadow: 0 0 10px 1px #e0e0e0;
  box-shadow: 0 0 10px 1px #e0e0e0;
  height: 470px;
  overflow: auto;
}
.exercises-modal .modal-body .description-image-box img {
  width: 100%;
  object-fit: cover;
}
.library-box {
  -webkit-box-shadow: 0 0 10px 1px #e0e0e0;
  -moz-box-shadow: 0 0 10px 1px #e0e0e0;
  box-shadow: 0 0 10px 1px #e0e0e0;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  background-color: #2d353c;
  color: white;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.library-box:hover {
  background-color: white;
  color: #2d353c;
}
/*
    Img filters
 */
.filter-darker {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.filter-darker-light {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.filter-brightness-0 {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.card.card-xs img {
  max-height: 100px;
  object-fit: cover;
}
/*
    Transform
 */
.widget.widget-invert.widget-stats .stats-title,
.widget.widget-invert.widget-stats .stats-progress.progress,
.widget.widget-invert.widget-stats .stats-desc,
.widget.widget-invert.widget-stats .stats-number {
  color: #333;
}
.widget.widget-invert.widget-stats .stats-progress.progress {
  height: 6px;
  background: #C7C7C7;
}
.widget.widget-invert.widget-stats .progress-bar {
  background: #333;
}
.level-main-box {
  height: 32px;
  width: 32px;
  overflow: hidden;
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.level-main-box .level_number {
  font-size: 12px;
  font-weight: bold;
  position: relative;
}
.level-triangle {
  width: 0;
  height: 0;
  position: absolute;
}
.page-header-fixed {
  padding-top: 60px;
}
.header .navbar-brand {
  padding: 15px 20px;
  height: 60px;
}
.header .navbar-user .image,
.header .navbar-user .image.image-icon,
.header .navbar-user img {
  width: 40px;
  height: 40px;
}
.header .navbar-toggle {
  margin-top: 15px;
}
.sidebar {
  padding-top: 60px;
}
.content {
  padding: 40px;
}
.btn-success:hover {
  color: #7d9d04;
  border-color: #7d9d04;
  background: white;
}
.btn-danger:hover {
  color: #ff5b57;
  border-color: #ff5b57;
  background: white;
}
.messages .alert {
  border-radius: 0;
  z-index: 10;
}
.alert-error {
  background: #ffcdcc;
  color: #802d2b;
}
.sidebar .nav > li.active > a,
.sidebar .nav > li.active > a:focus,
.sidebar .nav > li.active > a:hover {
  color: #fff;
  background: #1a2229;
}
.calendar-legend-color div {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 15px;
}
.calendar-legend-color div.draft {
  background-color: #8e9193;
}
.calendar-legend-color div.pending {
  background-color: #5cc5fa;
}
.calendar-legend-color div.canceled {
  background-color: #f59933;
}
.calendar-legend-color div.finalized {
  background-color: #96d260;
}
.calendar-legend-color span {
  font-size: 10px;
}
.a-card:hover {
  text-decoration: none;
}
.a-card:hover .card-1 .card-header {
  background-color: white;
}
.a-card:hover .card-1 .card-body {
  background-color: #2d353c;
}
.a-card:hover .card-1 .card-body h4,
.a-card:hover .card-1 .card-body h5 {
  color: #fff;
}
.breadcrumb {
  background-color: transparent;
  margin-top: -20px;
  margin-bottom: 10px;
}
.profile-pic {
  color: transparent;
  transition: all 0.3s ease;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
}
.profile-pic input {
  display: none;
}
.profile-pic img {
  position: absolute;
  object-fit: cover;
  width: 165px;
  height: 165px;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
  border-radius: 100px;
  z-index: 0;
}
.profile-pic .-label {
  cursor: pointer;
  height: 165px;
  width: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin-bottom: 0;
}
.profile-pic span {
  display: none;
}
.profile-pic:hover .-label {
  background-color: rgba(63, 63, 63, 0.8);
  z-index: 1000;
  color: #fafafa;
}
.profile-pic:hover .-label span {
  display: flex;
  align-items: center;
  padding: 0.2em;
  height: 2em;
}
.badge-round {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  top: 10px;
  right: 10px;
}
.is-active {
  background-color: #7d9d04;
}
.is-not-active {
  background-color: #ff4c35;
}
.block-messages {
  position: absolute;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.3);
}
.block-messages .messages .alert {
  margin-bottom: 5px;
}
.block-messages .messages .alert:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-header-fixed {
    padding-top: 60px;
  }
  .sidebar {
    padding-top: 0;
  }
  .calendar-legend-color {
    display: inline-block;
    margin-right: 10px;
  }
  .calendar-legend-color:last-child {
    margin-right: 0;
  }
  .calendar-legend-color div {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 15px;
  }
  .profile-pic {
    justify-content: center;
  }
}
/*# sourceMappingURL=main.min.css.map */