﻿.subheader {
    top: 51px !important;
}

.subheader-text {
    margin-top: 7px;
}

.site-background-color {
    background-color: #e5e5e5;
}

.required-text {
    color: indianred;
    font-size: 9pt;
}

.dtx-label {
    font-weight: bold;
    font-size: 10pt;
}

.sort-header {
    cursor: pointer;
}

table.floatThead-table {
    border-top: none;
    border-bottom: none;
    background-color: #fff;
}

div.floatThead-container {
    z-index: 998 !important;
}

.alert.ng-scope {
    z-index: 900000;
}

.alert.bottom-right {
    position: fixed;
    right: 3%;
    bottom: 2%;
}

.alert.success-toast {
    border: 1px solid #3c763d;
}

.alert.danger-toast {
    border: 1px solid #c9302c;
}