﻿body {
    /*font-family: 'Helvetica', sans-serif;
    background-color: #ebe6d9; /*#f0f59fcf;*/
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Lora,Times New Roman,serif;
}

input {
    background-color: #ebe6d9;
    font-weight: bold;
}

select {
    background-color: #ebe6d9;
}

.menu {
    font-weight: bold;
    font-size: 18px;
    /*border-left: 1px solid #604c35;*/
}

/*a:hover {
    color: #604c35;
}

a:visited {
    color: #604c35;
}*/


.navbar .navbar-nav .nav-item > .nav-link.active {
    color: white;
}
/*.nav-menu {
            width: 100%;
            position: fixed;
            z-index: 2;
        }*/
.duc {
    width: 60%;
    margin-top: 150px;
    margin-left: 300px;
}

.setting {
    margin-left: 5rem;
}

.search {
    float: right;
}

.modal-content {
    width: 175%;
    margin-left: -165px;
}

.nav-menu {
    /*width: 100%;
            position: fixed;
            z-index: 2;*/
    margin-top: 16px;
}

a {
    text-decoration: none;
    color: #785c08;
    font-weight: bold;
    font-size: 18px;
}

.bg-light {
    background-color: #575d6333 !important;
}

.btn-danger {
    width: 80px;
    background-color: #604c35 !important;
    border-color: #604c35 !important;
}

.btn-info {
    background-color: #604c35 !important;
    border-color: #604c35 !important;
    width: 80px;
}

.btn-success {
    width: 140px;
    background-color: #604c35 !important;
    border-color: #604c35 !important;
}

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav .nav-link {
        /*padding-right: 1rem;*/
    }
}

/*.chia {
    color: #604c35;
    margin-top: 3px;
}*/
a:focus, a:hover {
    color: #604c35;
}
