﻿body {
  padding-top: 50px;
  padding-bottom: 20px;
  overflow-y: scroll;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
.fs-user-abonnement-text {
  color: #82abd3;
  font-weight: bold;
}
.fs-user-discount-text {
  color: #009b15;
  font-weight: bold;
}
body {
  background-color: #f5f5f5;
}
table > tbody > tr {
  background-color: white;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #f5f5f5;
}
.fs-td-align-middle {
  vertical-align: middle !important;
}
.fs-item-desktop-actions {
  display: flex;
}
.fs-item-desktop-actions button {
  margin: 3px;
}
.fs-total-items {
  color: #808080;
  font-weight: bold;
  font-size: 90%;
}
.fs-table-shedule {
  width: 99%;
  height: 99%;
}
.fs-table-shedule td {
  height: 120px;
  border: 1px solid gray;
  width: 14%;
  position: relative;
  padding: 5px;
  vertical-align: top;
}
.fs-table-shedule td label {
  display: block;
  font-weight: bold;
  font-size: 20px;
}
.fs-table-shedule td:hover {
  background-color: #dadada;
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 700px) {
  .fs-table-shedule td {
    min-width: 120px;
  }
}
.fs-trainings-visit-status-icon {
  top: 2px;
}
.fs-trainings-month-out-day {
  border: 1px solid gray;
  background-color: #eeeeee;
}
.fs-trainings-month-out-day label {
  color: darkgray;
}
.fs-tainings-training {
  margin: 2px;
  background-color: dodgerblue;
  color: white;
  padding: 8px 10px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}
.fs-tainings-training-old {
  margin: 2px;
  background-color: dodgerblue;
  color: white;
  padding: 8px 10px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  background-color: #9bc8f3;
}
.fs-trainings-training-cancel {
  background-color: gray;
}
.fs-trainings-training-not-checked {
  background-color: #f19300;
}
.fs-home-shedule-month-title {
  padding: 0 5px;
  font-size: 26px;
  font-weight: bold;
  color: dodgerblue;
}
.fs-trainings-month-title {
  padding: 10px 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.fs-admin-username {
  font-weight: bold;
  font-size: 120%;
}
.fs-admin-append-text {
  color: #808080;
}
.fs-admin-state {
  color: #388342;
}
.fs-admin-tabs {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 120%;
  font-weight: bold;
}
label.error {
  color: red;
}
input.error {
  border-color: red;
}
.fs-group-users-panel {
  /*min-width: 200px;*/
  margin-bottom: 5px;
}
.fs-group-users-panel a {
  text-decoration: none;
}
table.fs-group-shedule td {
  vertical-align: top;
  padding: 4px;
  border: 1px solid gray;
  background-color: white;
  width: 45px;
}
table.fs-group-shedule td div {
  font-weight: bold;
  font-size: 80%;
  color: dodgerblue;
}
table.fs-group-shedule td div:first-child {
  color: black;
  font-size: 110%;
}
.list-group-horizontal .list-group-item {
  display: inline-block;
  margin-bottom: 0;
  margin-left: -4px;
  margin-right: 0;
  border-right-width: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-right-width: 1px;
}
.fs-show-users-label {
  font-size: 120%;
}
.fs-pagination-cur-page {
  font-weight: bold;
}
.fs-admin-mobile-sections {
  margin-top: 15px;
}
.fs-admin-mobile-sections button,
.fs-admin-mobile-sections a {
  width: 100%;
  font-size: 200%;
  font-weight: bold;
}
.fs-group-shedule-form-times select {
  width: auto;
  display: inline-block;
}
.fs-user-labels {
  margin-top: 5px;
  min-width: 110px;
}
.fs-user-labels span {
  text-wrap: none;
  margin-right: 5px;
}
.fs-filters-row {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .fs-filters-col {
    margin-top: 15px;
  }
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 701px) {
  .fs-actions-cell {
    margin-left: 20px;
    white-space: nowrap;
  }
  .fs-admin-actions-panel {
    margin-top: 10px;
  }
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 700px) {
  .fs-actions-cell {
    margin-left: 5px;
    min-width: 100px;
    white-space: nowrap;
  }
  .fs-admin-actions-panel {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .fs-mobile-row {
    margin-top: 10px;
  }
  table.fs-group-shedule {
    width: 100%;
  }
  .fs-mobile-lg * {
    font-size: 22px;
  }
}
td.fs-trainings-cur-day {
  background-color: #e0ffe4;
  border: 5px solid #388342;
  box-sizing: border-box;
}
td.fs-trainings-cur-day label {
  color: dodgerblue;
}
.fs-actions-panel-element * {
  font-size: 22px;
}
.fs-trainigs-table {
  width: 100%;
}
.fs-trainigs-table tbody tr:hover {
  background-color: #f5f5f5;
}
.fs-trainigs-table td {
  padding: 7px;
  padding-top: 1px;
  padding-bottom: 1px;
  border: 1px solid gray;
  font-size: 120%;
  min-height: 45px;
}
@media (min-width: 992px) {
  .fs-trainings-user-info {
    min-width: 250px;
  }
}
/*********************************************************************************************/
/* CSS used here will be applied after bootstrap.css */
/* custom checkboxes */
.custom-checkbox > [type="checkbox"],
.custom-checkbox > label {
  margin-bottom: 0px !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox > [type="checkbox"]:not(:checked),
.custom-checkbox > [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label,
.custom-checkbox > [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 17px;
  height: 17px;
  border: 1px solid #ddd;
  background: #ffffff;
  border-radius: 2px;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:after,
.custom-checkbox > [type="checkbox"]:checked + label:after {
  font: normal normal normal 12px/1 'Glyphicons Halflings';
  content: '\e013';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 2px;
  color: #94C947;
  xtransition: all 0.2s;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.custom-checkbox > [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after,
.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after {
  content: '\2212';
  left: 2px;
  opacity: 1;
  transform: scale(1);
}
.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  background-color: #eeeeee;
  border-color: #eeeeee;
  cursor: not-allowed;
  opacity: 1;
  color: #dadada;
}
.custom-checkbox > [type="checkbox"]:disabled:checked + label:after {
  color: #dadada;
  cursor: not-allowed;
}
.custom-checkbox > [type="checkbox"]:disabled + label {
  color: #aaa;
  cursor: not-allowed;
}
.custom-checkbox > [type="checkbox"]:checked:focus + label:before,
.custom-checkbox > [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.custom-checkbox > label:hover:before {
  border: 1px solid #88D2FF !important;
}
.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:hover:before,
.custom-checkbox > [type="checkbox"]:disabled:checked + label:hover:before {
  border: 1px solid #E4E4E4 !important;
}
/*********************************************************************************************/
.fs-news-item-panel {
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
}
.fs-news-item-panel:hover {
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.55);
}
.trainigVisitStatusLabel {
  cursor: pointer;
  /*&:hover {

        .caret {
            display: inline-block;
        }
    }*/
}
.trainigVisitStatusLabel .caret {
  display: none;
}
.trainigVisitUserStatusItem {
  display: inline-block;
}
.trainingVisitsUsers .custom-checkbox {
  display: inline-block;
}
.trainingVisitUserStatusText {
  color: gray;
  border-bottom: 1px dotted #e2e2e2;
  cursor: pointer;
}
.fs-created-date {
  color: gray;
  font-size: 90%;
  font-weight: bold;
}
@media (max-width: 991px) {
  .fs-shedule-training-item {
    min-width: 125px;
  }
}
.notify-btn-xs,
.notify-btn {
  padding: 9px 12px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .notify-btn-xs,
  .notify-btn {
    color: #9d9d9d;
    position: relative;
    display: block;
    padding: 10px 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
    margin: 0;
  }
}
.notify-action-btn {
  padding: 3px;
  color: #808080;
  text-decoration: none;
}
a.notify-action-btn.active {
  color: black;
}
.notify-drop {
  width: 510px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .notify-drop {
    min-width: 0;
  }
}
.notify-drop .el-collapse {
  width: 97%;
}
.notify-drop .group-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.notify-drop .group-title {
  font-size: 110%;
  padding-left: 10px;
  margin-right: auto;
  line-height: 16px;
  overflow: hidden;
}
.notify-drop .group-count,
.notify-drop .group-check {
  padding-right: 15px;
  font-size: 18px;
  min-width: 50px;
  text-align: end;
}
.notify-drop .drop-content {
  min-height: 200px;
}
.notify-drop .drop-content-wrap {
  max-height: 500px;
  overflow-y: scroll;
}
.notify-drop-item {
  padding: 9px;
  padding-top: 12px;
  font-weight: bold;
  background-color: white;
  border-bottom: 1px solid #e2e2e2;
}
.notify-drop-item:hover {
  background-color: #f2f2f2;
}
.notify-drop-item .glyphicon {
  padding: 5px;
  font-size: 20px;
}
.notify-drop-item .item-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  color: #337ab7;
}
.notify-drop-item .item-title div:last-child {
  margin-left: auto;
  padding: 5px;
}
.notify-drop-item .item-detail {
  font-size: 12px;
}
.notify-drop-item:last-child {
  border-bottom: none;
}
.notify-drop-item .notify-drop-item-detail {
  padding-left: 15px;
  padding-right: 30px;
  padding-bottom: 4px;
  font-size: 12px;
}
.dropdown-menu.notify-drop .notify-drop-empty {
  width: 100%;
  padding: 20px;
  color: #808080;
  font-size: 16px;
  text-align: center;
}
.dropdown-menu.notify-drop .notify-drop-title {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 15px 10px 15px;
}
.dropdown-menu.notify-drop .drop-content-wrap::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.dropdown-menu.notify-drop .drop-content-wrap::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}
.dropdown-menu.notify-drop .drop-content-wrap::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.dropdown-menu.notify-drop .drop-content .drop-item-title {
  padding: 10px;
}
.dropdown-menu.notify-drop .drop-content > li {
  border-bottom: 1px solid #e2e2e2;
}
.dropdown-menu.notify-drop .drop-content > li:after {
  content: "";
  clear: both;
  display: block;
}
.dropdown-menu.notify-drop .drop-content > li:last-child {
  border-bottom: none;
}
.dropdown-menu.notify-drop .drop-content > li .notify-img {
  float: left;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0px 0px 8px 0px;
}
.dropdown-menu.notify-drop .allRead {
  margin-right: 7px;
}
.dropdown-menu.notify-drop .rIcon {
  float: right;
  color: #999;
}
.dropdown-menu.notify-drop .rIcon:hover {
  color: #333;
}
.dropdown-menu.notify-drop .drop-content > li a {
  font-size: 12px;
  font-weight: normal;
}
.dropdown-menu.notify-drop .drop-content > li {
  font-weight: bold;
  font-size: 11px;
}
.dropdown-menu.notify-drop .drop-content > li hr {
  margin: 5px 0;
  width: 70%;
  border-color: #e2e2e2;
}
.dropdown-menu.notify-drop .drop-content .pd-l0 {
  padding-left: 0;
}
.dropdown-menu.notify-drop .drop-content > li p {
  font-size: 11px;
  color: #666;
  font-weight: normal;
  margin: 3px 0;
}
.dropdown-menu.notify-drop .drop-content > li p.time {
  font-size: 10px;
  font-weight: 600;
  top: -6px;
  margin: 8px 0px 0px 0px;
  padding: 0px 3px;
  border: 1px solid #e2e2e2;
  position: relative;
  background-image: linear-gradient(#fff, #f2f2f2);
  display: inline-block;
  border-radius: 2px;
  color: #B97745;
}
.dropdown-menu.notify-drop .drop-content > li p.time:hover {
  background-image: linear-gradient(#fff, #fff);
}
.dropdown-menu.notify-drop .notify-drop-footer {
  border-top: 1px solid #e2e2e2;
  bottom: 0;
  position: relative;
  padding: 8px 15px;
}
.dropdown-menu.notify-drop .notify-drop-footer a:hover {
  color: #333;
}
.notify-drop-item .notify-drop-item-title {
  font-size: 16px;
  width: 100%;
}
.notify-drop-item .notify-drop-item-title tr {
  background-color: transparent;
}
.notify-drop-item .notify-drop-item-title td {
  padding: 15px;
  padding-bottom: 3px;
}
.notify-drop-item .notify-drop-item-title .glyphicon {
  margin: 0;
  display: inline-block;
  margin-top: 5px;
  font-size: 24px;
}
.notify-drop-item .notify-drop-item-title .notify-drop-item-caption {
  width: 100%;
  padding-left: 0;
}
.notify-drop-item .notify-drop-item-title .notify-drop-item-icon {
  padding-right: 10px;
}
.userDocumentRow {
  font-size: 80%;
}
.userDocumentRow:hover {
  background-color: #ededed;
}
.userDocumentRow label {
  color: gray;
}
.userDocumentRow .userDocumentDelete {
  display: block;
  margin-top: 30px;
}
.userDocumentRow .form-group {
  padding-right: 2px;
}
.userDocumentRow .fs-date-input {
  font-size: 120%;
}
.userNoteRow {
  font-size: 80%;
}
.userNoteRow:hover {
  background-color: #ededed;
}
.userNoteRow label {
  color: gray;
}
.userNoteRow .userNoteDelete {
  display: block;
  margin-top: 30px;
}
.userNoteRow .fs-date-input {
  font-size: 120%;
}
.userNoteRow .form-group {
  margin-bottom: 4px;
}
.userNoteRow input {
  max-width: none;
}
.trainingsCurrentTrainingStat {
  margin-top: 10px;
  margin-bottom: 2px;
}
.trainingsCurrentTrainingStat div {
  margin-bottom: 3px;
}
.trainingsCurrentTrainingStat i {
  margin-left: 12px;
}
.trainingsTotalRow {
  font-size: 70%;
}
.trainingsTotalRow td {
  padding: 5px 1px;
}
.trainingsTotalRow .trainingsTotalUsersCountInfo {
  margin-bottom: 3px;
  border-bottom: 1px solid #eeeeee;
}
.trainingsTotalRow .trainingsTotalVisitsInfoFirstRow {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .trainingsUserPayment {
    display: inline-block;
  }
}
.trainingsUserPayment .row {
  margin-bottom: 10px;
}
.trainingsUserPayment .dropdown-menu {
  min-width: 250px;
  padding: 10px;
}
.trainingsUserPayment .paymentActionsPanel {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 120%;
}
.trainingsUserPayment .fa {
  font-size: 80%;
}
.trainingsUserPayment .trainingsUserPaymentSumPaid {
  font-weight: bold;
  color: green;
}
.trainingsUserPayment .trainingsUserPaymentSumPaidPartial {
  font-weight: bold;
  color: orange;
}
.trainingsUserPayment .paymentFileInfo {
  margin-bottom: 5px;
}
.trainingsUserPayment .trainingsUserPaymentBtn {
  font-size: 85%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: gray;
  min-width: 100px;
}
@media (max-width: 767px) {
  .trainingsUserPayment .trainingsUserPaymentBtn {
    flex-direction: row;
    justify-content: flex-start;
    display: inline-block;
  }
  .trainingsUserPayment .trainingsUserPaymentBtn div {
    display: inline-block;
  }
}
.trainingsUserPayment .fs-loading-indicator {
  margin: 0 auto;
  width: 40px;
}
.userNotesPanel {
  /*.form-control {
        background-color: white;
    }*/
}
.userNotesPanel .dropdown-menu {
  min-width: 300px;
  padding: 10px;
  /*background-color: #f5f5f5;*/
}
.userNotesPanel .fs-loading-indicator {
  margin: 0 auto;
  width: 40px;
}
.userNotesPanel .userNoteDate {
  color: gray;
  font-weight: bold;
  font-size: 80%;
}
.userNotesPanel .userNoteType {
  font-weight: bold;
  font-size: 80%;
}
.userNotesPanel .userNoteText {
  border: 1px solid gray;
  border-radius: 3px;
  font-size: 90%;
  padding: 5px;
  margin-bottom: 10px;
}
.userNotesPanel .userNotesList,
.userNotesPanel .userNotesListEx {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 250px;
}
.userNotesPanel .userNotesList::-webkit-scrollbar-track,
.userNotesPanel .userNotesListEx::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.userNotesPanel .userNotesList::-webkit-scrollbar,
.userNotesPanel .userNotesListEx::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}
.userNotesPanel .userNotesList::-webkit-scrollbar-thumb,
.userNotesPanel .userNotesListEx::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.userNotesPanel .userNotesListEx {
  margin-top: 15px;
}
.userDocumentPanel {
  /*.form-control {
        background-color: white;
    }*/
}
.userDocumentPanel .dropdown-menu {
  min-width: 230px;
  padding: 10px;
  /*background-color: #f5f5f5;*/
}
.userDocumentPanel .userDocumentActions {
  margin-top: 10px;
}
.userGroupRow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.userGroupRow div:first-child {
  min-width: 50px;
}
.userGroupRow div {
  margin-right: 10px;
}
.changeUserGroupsDateRow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  flex-wrap: wrap;
}
.changeUserGroupsDateRow .changeUserGroupsDateRowTitle {
  flex-basis: 35%;
}
@media (max-width: 767px) {
  .changeUserGroupsDateRow .changeUserGroupsDateRowTitle {
    flex-basis: 100%;
  }
}
.changeUserGroupsDateRow .changeUserGroupsDateRowDate {
  flex-basis: 40%;
  width: 40%;
}
@media (max-width: 767px) {
  .changeUserGroupsDateRow .changeUserGroupsDateRowDate {
    flex-basis: 100%;
    width: 90%;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1300px;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    width: 100%;
  }
}
.fs-region-select {
  padding: 0;
  padding-top: 15px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .fs-region-select {
    padding-top: 0;
  }
}
.fs-region-select a {
  padding: 10px;
}
.fs-regions-edit-item-input {
  width: 100%;
  margin-right: 7px;
}
.fs-region-select .dropdown-toggle {
  text-decoration: none;
}
.fs-loading-indicator-img {
  width: 30px;
  height: 30px;
  margin: 10px;
}
@media only screen and (min-width: 768px) {
  .fs-settings-menu {
    float: right !important;
  }
}
@media only screen and (max-width: 767px) {
  .fs-settings-menu .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (max-width: 767px) {
  .fs-settings-menu .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
#errorDialog {
  z-index: 9999;
}
.text-purple {
  color: #b109ff;
}