.form-errors {
    padding-left: 25px;
    padding-right: 25px;
    color: #cf0000;
    list-style-type: none;
    font-size: 15px;
    text-align: center;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #484a4d;
    font-size: 0.9rem;
}

.table-hover tbody tr:hover {
    color: #000000;
}

.swal-text {
    font-size: 16px;
}

.swal-subtext {
    font-size: 14px;
}

.swal2-validation-message {
    margin-top: 20px !important;
    font-size: 16px !important;
}

.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    width: 12px !important;
    height: 12px !important;
    margin-left: 12px !important;
    margin-right: -6px !important;
    margin-bottom: -4px !important;
}

.swal2-header {
    transform: scale(0.75);
}

.swal2-icon {
    margin: 0.5em auto 0.5em !important;
}

.button {
    text-decoration: none;
    position: relative;
    display: block;
    margin: 0;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 6px;
    border: none;
    text-align: center;
    cursor: pointer;
    background: #4e73df;
    color: rgb(250, 250, 250);
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    vertical-align: middle;
}

.button:hover {
    outline: none;
    box-shadow: 2px 2px 10px rgb(200, 200, 200);
    background: #224abe;
}

.button:focus {
    outline: none;
}

.button.disabled {
    background: rgba(0, 0, 0, 0.33);
}

.button:disabled {
    background: rgba(0, 0, 0, 0.33) !important;
}

.button.cancel {
    background: rgba(0, 0, 0, 0.33);
    margin-left: 15px;
}

.datagrid table tbody tr .datagrid-inline-edit .form-control {
    height: 37px;
}