.content-wrapper {
  min-height: calc(100vh - 101px);
}
.sidebar-menu li,
.navbar-nav li {
  cursor: pointer;
}
.sidebar_unauth {
  display: none;
}
.table-suits-types-list tr th:nth-child(4),
.table-suits-types-list tr th:nth-child(5) {
  width: 40px;
}
.help-block {
  display: none;
}
.has-error .help-block {
  display: block;
}
#addManagerForm,
#editManagerForm,
#editSuitTypeForm {
  display: none;
  margin-bottom: 10px;
}
.modal_visible {
  display: block;
  padding-right: 17px;
}
.table-positions-suits th {
  text-align: center;
}
.table-positions-suits th:first-child {
  min-width: 200px;
}
.table-positions-suits th:nth-child(2) {
  min-width: 100px;
}
.table-positions-suits td:not(:first-child) {
  text-align: center;
}
.table-positions-suits .btn-warning,
.table-positions-suits .btn-success {
  margin-right: 5px;
}
.table-positions-suits .label {
  cursor: pointer;
}
.table-positions-suits input[type="text"] {
  padding: 0;
  padding-left: 5px;
}
.add_suit_size_submit label {
  display: block;
}
.add_suit_size_submit button {
  width: 100%;
}
.sizes_table tr td:nth-child(2),
.sizes_table tr td:nth-child(3) {
  width: 40px;
}
.worker_add_form .form-group textarea {
  resize: none;
}
.worker_add_form .form-group label {
  display: block;
}
.worker_add_form .form-group button {
  width: 100%;
}
.profile-user-img {
  height: 100px;
  object-fit: cover;
}
.workers_list_box {
  padding-top: 15px;
}
.workers_list_box .search_col {
  float: right;
  margin-bottom: 15px;
}
.workers_list_box .search_col .col-sm-10 {
  padding-right: 0;
}
.workers_list_avatar {
  text-align: center;
  vertical-align: middle;
}
.workers_list_avatar img {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}
.widget-user dl {
  padding: 10px 15px;
  border-top: 1px solid #f4f4f4;
}
.user-panel > .info {
  position: relative;
  left: initial;
}
.profile_edit_user {
  position: absolute;
  right: 20px;
}
.store_income_success {
  margin-top: 15px;
}
.timeline_item_sizes {
  font-weight: bold;
}
.table-suits-types-list .storeNotLoaded {
  text-align: center;
}
.table-suits-types-list tr td:not(:first-child),
.table-suits-types-list tr th:not(:first-child) {
  text-align: center;
}
.worker_profile_give_suit_table,
.worker_profile_give_suit_table th,
.worker_profile_give_suit_table td {
  text-align: center;
}
.table-suits-types-list span,
.worker_profile_give_suit_table span {
  cursor: pointer;
}
.worker_profile_store_suittype {
  text-align: center;
  margin: 0 0 15px 0;
}
.suitToGiveControls .row {
  margin-left: 0;
  margin-right: 0;
}
.suitToGiveControls .input-group {
  margin-bottom: 15px;
  margin-top: 15px;
}
.mr-1 {
  margin-right: 5px;
}
.upcoming_suits_table td,
.upcoming_suits_table th {
  text-align: center;
}
.upcoming_suits_table .label {
  cursor: pointer;
}
.printBody {
  padding: 15px;
}
.text-sign {
  height: 20px;
  border-bottom: 1px solid black;
}
.updateOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #222d32;
  z-index: 5000;
}
.updateOverlay .spinnerContainer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #00a65a;
  font-size: 50px;
}
#tab_new table {
  width: auto;
  margin: auto;
}
table.worker_profile_give_suit_table {
  width: auto;
  margin: auto;
}
.toOrderFios {
  max-width: 200px;
}

.checkbox + .checkbox,
.radio + .radio {
  margin-top: 10px;
}
.cb-inline {
  float: left;
  margin-right: 10px;
}
