/* Validation */
label.error {
    color: #cc5965;
    display: inline-block;
    margin-left: 5px;
  }
  .form-control.error {
    border: 1px solid #cc5965;
  }

input.error {
    border-color: #cc5965 !important;
}

span.required {
    color:#cc5965;
}

.tab-content > .sk-spinner {
  display: none;
}
.sk-loading {
  position: relative;
}
.sk-loading:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sk-loading > .sk-spinner {
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2000;
}

.text-right{
  text-align: right;
}

input:read-only {
  background-color: var(--ct-tertiary-bg);
  opacity: 1;
}

td{
  padding: 8px !important;
  vertical-align: middle;
}