.error {
    color: rgb(165, 19, 19);
}
.success {
    color: green;
}
/*
 * tables
 */
.fix-head {
    width: 100%;
    overflow: auto;
}
.fix-head thead .tr-1 {
    position: sticky;
    top: 1px;
    border: 0;
    border-spacing: 0px;
    box-shadow: 0 -1px #b8daff, 0 -2px #7abaff;
}
.fix-head thead th {
    position: sticky;
    top: 1px;
    border: 0;
    border-spacing: 0px;
    box-shadow: inset -1px -1px #7abaff;
    vertical-align: middle;
}
.fix-head thead .th-2 {
    position: sticky;
    top: 2.3em;
    border: 0;
    border-spacing: 0px;
    box-shadow: inset -1px -1px #7abaff;
    vertical-align: middle;
}
.t-even {
    background-color: rgba(0,0,0,.05);
}
.row-selected,
.table-striped tbody .row-selected:nth-of-type(odd),
.table-striped tbody .row-selected:nth-of-type(even):hover {
    background-color: #fafa80;
}
.table-hover tbody tr:hover {
    background-color: #fafad0;
    /* background-color: red; */
}
