.content-body {
  max-width: 1200px;
  margin: 0 auto;
}

ul.menu-list {
  list-style-type: none;
  padding: 5px;
}

ul.menu-list li {
  padding: 5px;
}

ul.menu-list li i {
  width: 20px;
  margin-right: 5px;
  color: #d0d0d0;
  text-align: center;
}

ul.menu-list li a:hover {
  text-decoration: none;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #fff !important;
}

ul.tags-list {
  list-style: none;
  padding: 0;
}

ul.tags-list > li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

ul.tags-list > li .tag-item {
  display: inline-block;
  padding: 1px 5px;
  background-color: #129bea;
  border-radius: 4px;
  color: #fff;
  font-size: .9em;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
}

.zoom-modal {
  position: fixed;
  z-index: 9999999;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  max-width: 600px;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  -webkit-transform: translate(-42%, -50%);
          transform: translate(-42%, -50%);
}

.close-zoom-modal {
  position: absolute;
  right: -6px;
  top: -6px;
  background-color: #4c4c4c;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px !important;
  text-align: center;
  color: #fff;
}

.close-zoom-modal:hover {
  background-color: #3d3d3d;
  cursor: pointer;
}

.btn-action-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.btn-action-wrap .btn-action:last-child {
  margin-right: 0;
}

.btn-action {
  border-radius: 5px !important;
  margin-right: 4px;
}

.btn-action:hover {
  cursor: pointer;
}

.btn-action i {
  font-size: 1;
  font-weight: 700;
}

.btn.btn-yellow {
  color: #000;
  background-color: #fffed2;
  border-color: #f3f2ca;
}

.btn.btn-yellow:hover {
  color: #000;
  background-color: #f7f6cc;
}

.btn.btn-validate {
  color: #fff;
  background-color: #27c24c;
  border-color: #24b447;
}

.btn.btn-validate:hover {
  color: #fff;
  background-color: #24b447;
}

.vdp-datepicker.is-invalid {
  border: 1px solid red;
  border-radius: 3px;
}

.upload-image-row {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
  padding: 1em;
}

.upload-image-row .description {
  white-space: nowrap;
  font-weight: 700;
  font-style: italic;
  min-width: 100px;
  text-align: center;
}

.upload-image-row .description span {
  border-bottom: 1px solid #ccc;
}

.upload-image-row .img-zoom-box:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.upload-image-row .img-zoom-box {
  position: relative;
}

.upload-image-row .img-zoom-box img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.upload-image-row .img-zoom-box .zoom {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  font-size: .8em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 20px;
}

.upload-image-row .b-form-file {
  max-width: 400px;
}

.upload-image-row .field-required {
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid #ff3636;
  color: #ff3636;
  font-size: .8em;
  border-radius: 5px;
  font-weight: 700;
  margin-left: 10px;
}

.switch span {
  background-color: #ff4f4f !important;
  border-color: #e94848 !important;
}

.switch input:checked + span {
  background-color: #5d9cec !important;
  border-color: #5d9cec !important;
}

.switch input:disabled {
  opacity: .8;
}

.switch span.method:after {
  content: "S";
  color: #868686;
  line-height: 1.2em;
  text-align: center;
  font-weight: 700;
}

.alert-fixed {
  position: fixed !important;
  z-index: 9999;
  bottom: 0;
  right: 20px;
}

table.vgt-table {
  font-size: 1em !important;
}

table.vgt-table th {
  font-weight: 700;
  font-size: .9em;
}

.expanded-row {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  bottom: 50px;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #dcdfe6;
}

.VueTables__limit {
  display: none !important;
}

.VueTables__child-row-toggler,
.VueTables__child-row-toggler--closed::before {
  font-size: 1.1em;
  font-weight: 700;
}

.VueTables__child-row-toggler:hover,
.VueTables__child-row-toggler--closed:hover {
  cursor: pointer;
}

.card-body .VueTables {
  padding: 10px;
}

.card-body .VueTables .pagination.VuePagination__pagination {
  margin-top: 10px;
}

.status-badge {
  padding: 4px 6px;
  background-color: #c7c7c7;
  border-radius: 6px;
  font-size: .8em;
  font-weight: 700;
  color: #fff;
}

.status-badge.green {
  background-color: #39c727;
}

.status-badge.orange {
  background-color: #eab281;
}

.status-badge.purple {
  background-color: #9da8dc;
}

.status-badge.blue {
  background-color: #45c1e9;
}

.status-badge.red {
  background-color: #da7d7d;
}

.status-badge.gray {
  background-color: #9a9898;
}

.missing-value {
  border: 2px solid red;
  position: relative;
}

.missing-value::after {
  content: "\26A0";
  position: absolute;
  color: red;
}

