﻿.text-start.has-error .help-block {
    width: 100%;
    margin-top: .25rem;
    font-size: 75%;
    color: #fa3b1d;
    font-family: var(--phoenix-font-sans-serif);
}

.text-start.has-error label {
    color: #fa3b1d;
}

.text-start.has-error .form-control {
    border-color: #fa3b1d;
    box-shadow: none;
}

.text-start.has-error .input-group-addon {
    border-color: #fa3b1d;
    box-shadow: none;
}

.tox-promotion {
    display: none;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

table.dataTable td {
    border-bottom: 1px solid !important;
    border-left-width: 1px !important;
    border-right-width: 1px !important;
    border-color: var(--phoenix-table-border-color) !important;
}

table.dataTable th {
    border-left-width: 1px !important;
    border-right-width: 1px !important;
    border-color: var(--phoenix-table-border-color) !important;
}

table.dataTable {
    border-collapse: collapse !important;
}

.paging_simple_numbers {
    margin-bottom: 20px!important;
}