﻿
@import url("app.min.801.css?v=5");
@import url("app.max.800.css?v=5");

.custom-header {
    height: 126px;
    background-color: #ffffff;
}

.custom-card-header {
    background-color: #3890B8 !important;
    color: #ffffff;
}

.custom-header-spacer {

}

.custom-toolbar {
    background-color: #ececec;
    height: 54px;
    border-bottom: solid 1px #cccccc;
}

.custom-toolbar-button-primary {
    background-color: #3890B8 !important;
    color: #ffffff !important;
}

.custom-button {
    background-color: #3890B8 !important;
    color: #ffffff !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    width: 150px !important;
}

.btn {
    padding: 3px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.material-icons {
    position: relative;
    top: 2px;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    padding: 5px !important;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #3890B8 !important;
    color: #ffffff !important;
}

.tooltip-inner {
    font-size: 0.8rem;
}

input[type=radio] {
    accent-color: #3890B8 !important;
    margin-right: 6px;
    padding: 4px;
}