label.required:after {
  content: " *";
  color: red;
  font-size: 18px;
  font-weight: 900;
}

.control-label {
  line-height: 25px;
}

.dataTable th {
  position: relative;
}

.dataTable th.sorting,
.dataTable th.sorting_asc,
.dataTable th.sorting_desc {
  padding: 0;
}

.dataTable th.sorting a,
.dataTable th.sorting_asc a,
.dataTable th.sorting_desc a {
  padding: 12px 40px 12px 20px;
  display: block;
}

.picker__holder {
  min-width: 220px;
}

.sidebar-main {
  height: calc(100vh - 48px);
}

.form-control {
  height: 40px;
}

.form-group.has-error .select2-selection {
  border-color: #dd3232;
}

@media (max-width: 768px) {
  .sidebar-main {
    height: initial;
  }
}

.icons-list>li>a.btn {
  color: #fff;
}

.navigation li+.navigation-header.separator span {
  border-top: 1px solid #818181;
}

.panel-collapsed .panel-body,
.panel-collapsed .table-responsive {
  display: none;
}

.circleBtn {
  border-radius: 50%;
  width: 20px;
  display: block;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  margin-top: 10px;
}

textarea.form-control {
  height: 120px;
  resize: vertical;
}

.panel-body.table-responsive {
  padding: 0;
}

#auditPage .radio-inputs .radio {
  display: inline-block;
  margin-right: 20px;
}

#auditPage .radio-inputs .radio:last-child {
  margin-right: 0;
}

#auditPage .radio-inputs label.required:after {
  display: none;
}

#auditPage input.fiveWhyCause {
  margin-bottom: 25px;
}

#auditPage .table td.blocked {
  cursor: not-allowed;
  position: relative;
}

#auditPage .table td.blocked::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #e0e0e0;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.mock-issue-img {
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 72px;
  height: 52px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  color: #999
}

.btnPlus2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #607D8B;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  border-radius: 100%;
}

.for6MTextarea {
  position: relative;
}

.for6MTextarea .remove6MTextarea {
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
}

.page-title {
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-title h1 {
  font-size: 20px;
  font-weight: 500;
}

.page-title h1 .small {
  font-size: 14px;
}

.panel-flat>.panel-heading {
  padding-top: 10px;
  padding-bottom: 10px;
}

.icons-list.li-m-l li {
  margin: 3px;
}

.btn-xs.btn-samll {
  padding: 1px 5px !important;
}

.btn-xs.btn-samll [class^="icon-"],
.btn-xs.btn-samll [class*=" icon-"] {
  font-size: 12px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 8px 20px;
}

h4.panel-title,
.h4.panel-title {
  font-size: 16px;
}

.issue-form-page .form-group.isHidden {
  display: none;
}

.issue-form-page .blink {
  color: #4CAF50;
  text-shadow: #4CAF50 1px 0 10px;
  transition: all 0.5s ease-in;
}

.issue-form-page .complex-type-task .negative-fields,
.issue-form-page .complex-type-self .negative-fields {
  display: none;
}

.issue-form-page .bordered {
  border: 1px solid #999;
  padding: 18px 24px;
  border-radius: 7px;
  margin-bottom: 20px;
}

.issue-form-page .bordered .bordered {
  padding: 10px;
  border: 1px solid #ddd;
}

.issue-form-page .control-label.bolded {
  font-weight: bold;
}

.issue-checklist {
  padding-top: 15px;
}

.issue-checklist hr:last-child {
  display: none;
}

.form-group .g-recaptcha {
  transform: scale(0.924);
  transform-origin: 0;
}

.task-completed-verified-form {
  float: right;
  margin-top: -55px;
}

@media screen and (max-width: 800px) {
  .task-completed-verified-form {
    float: none;
    margin: 0;
  }
}

.location-mass-edit-item {
  padding-left: 40px;
  position: relative;
}

.location-mass-edit-item .toggle-btn {
  position: absolute;
  display: block;
  width: 30px;
  left: 0;
  top: 5px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 30px;
  transition: all 0.2s ease-in;
}

.location-mass-edit-item .toggle-btn:hover {
  background: #eee;
}

.location-mass-edit-item .toggle-btn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  font-weight: bold;
  content: '+';
}

.location-mass-edit-item .toggle-btn.open:before {
  content: '-';
}

.page-loader {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.page-loader::after {
  content: "\eb51";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: icomoon !important;
  font-size: 25px;
  color: #444;
  animation: rotating 1s linear infinite;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.issue-map-window {
  max-width: 220px;
}

.issue-map-window header {
  margin-bottom: 15px;
  font-weight: 900;
}

.issue-map-filter {
  display: inline-block;
  margin-right: 10px;
}

.table-form-row {
  display: table;
  margin-left: -10px;
  margin-right: -10px;
  width: 100%;
}

.table-form-row .col {
  display: table-cell;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
}

@media only screen and (max-width: 1300px) {
  .table-form-row {
    display: block;
  }

  .table-form-row .col {
    display: block;
    width: 100% !important;
    padding-top: 0 !important;
  }
}
