﻿.btn-primary {
    border-color: #537aa3 !important;
    background-color: #537aa3 !important;
    transition: all .2s ease-in-out;
}

.logo-box {
    color: #333 !important;
    letter-spacing: 2px;
    text-align: center;
}

.panel {
    padding: 25px;
    border-color: #f1f1f1;
    border-radius: 15px;
    box-shadow: 0px 0px 12px #d5d5d5;
}

.breadcrumb-header {
    font-family: 'Volkhov', serif;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.tabulator-headers .tabulator-col {
    background-color: #537aa3 !important;
    color: white;
    font-size: 14px;
    text-shadow: none;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.page-sidebar-menu .selected {
    font-weight: bold;
    color: #7a4f24 !important;
    /*letter-spacing: 1px;*/
}

.tabulator-row.tabulator-group {
    background: #f7f1e2;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    border-color: #a7966d !important;
    background-color: #f7f1e2 !important;
    color: #5f4a34 !important;
}

.table thead tr {
    border-bottom: 2px solid #5f4a34;
}

.table-schedule thead tr th {
    color: #5f4a34 !important;
}

.tabulator-row.tabulator-selectable:hover {
    background-color: #f3e9d2;
}