.btn {
    background-color: #6a665f;
    border: #000000 1px;
    transition: background 0.3s;
    height: 50px;
    width: 180px;
    text-align: center;
    vertical-align: middle;
}

.btn-primary {
    background-color: #963a19;
    border: #000000 1px;
    transition: background 0.3s;
}

.btn-primary:hover {
    background-color: #f3811e;
}

.btn-primary:active:focus {
    background-color: #eeb686;
}

.btn-table {
    color: white;
    border: #000000 1px;
    transition: background 0.3s;
    height: 35px !important;
    width: 120px !important;
    text-align: center;
    vertical-align: middle;
}

.btn-table:hover {
    background-color: #f3811e;
}

.btn-table:active:focus {
    background-color: #eeb686;
}

.btn-sendto {
    color: white;
    border: #000000 1px;
    transition: background 0.3s;
    height: 35px !important;
    width: 80px !important;
    text-align: center;
    vertical-align: middle;
}

.btn-sendto:hover {
    background-color: #f3811e;
}

.btn-sendto:active:focus {
    background-color: #eeb686;
}


.nav {
    background-color: #444;
    padding: 10px;
    text-align: center;
}

.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.nav ul li {
    margin: 5px;
}

.nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 15px;
    display: block;
    background: #666;
    border-radius: 5px;
    transition: background 0.3s;
}

.nav ul li a:hover {
    background: #f3811e;
}

.headerbar {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    vertical-align: middle;
    color: #002a66;
    font-size: 25px;
}

.menu-title {
    font-size: 18px;
}

.titlename {
    font-size: 20px;
    vertical-align: top !important;
    text-shadow: #444;
    font-weight: bold;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}

h2 {
    font-size: 22px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.page-link {
    color: #6a665f;
}

.page-selected {
    background-color: #6a665f;
    color: white;
}

input[readonly] {
    background-color: #ededed;
}