/* ----------------------------------------------------------------------------
        Structure
----------------------------------------------------------------------------- */
.main {
    box-shadow: 0px 0px 5px 2px #9AB2DC;
    padding: 130px 30px 30px 30px;
    background-color: #fff8f2;
}
.navbar-fixed-top {
    background-color: #fff;
    box-shadow: 0px 1px 3px 1px #ccc;
    max-height: 120px;
    padding: 5px 0px;
}
.mibase-logo {
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 45px;
    margin: 0 auto;
}
.logo-toy {
    max-height: 100px;
    width: auto;
}

/* For mobile phones: */
@media only screen and (max-width: 414px) {
    body {
        background-image: none;
    }
    .navbar-fixed-top {
        position: relative;
        height: auto;
        max-height: 100%;
    }
    .main {
        padding-top: 10px;
    }
}

/* ----------------------------------------------------------------------------
        Typography
----------------------------------------------------------------------------- */
label sup {
    color: #ff0000;
}


/* ----------------------------------------------------------------------------
        Form tools
----------------------------------------------------------------------------- */
select, .form-control {
    height: 46px;
}



/* ----------------------------------------------------------------------------
        Modal box
----------------------------------------------------------------------------- */
.modal-dialog{
    overflow-y: initial !important
}

.modal-body {
    max-height: 500px;
    overflow-y: auto;
}

/* ----------------------------------------------------------------------------
        Footer
----------------------------------------------------------------------------- */
footer {
    padding: 0px;
    margin: 0px;
}
footer .container {
    background-color: #444444;
    padding: 20px 10px;
    box-shadow: 0px 0px 1px 2px #c1c1c1;
}
footer p {
    color: #fff;
    margin: 0;
}
footer a {
    color: #FCF151;
}
footer a:hover {
    color: #ccc;
}

.nav-item:hover {
    background-color: darkblue;
    color:white;
}
a.dropdown-item:hover {
    background-color: darkblue;
    color:white;
}
h3,h2,h4 {
    padding-top: 10px;
}
.item:hover{
    background-color: lightgoldenrodyellow !important;
    font: red;
}
.navbar-dark .navbar-nav .nav-link {
    color: white;
}
.navbar-dark .navbar-nav .nav-link:hover {
    background-color: darkblue;
    color: white;
}
.heart {
    font-size: 25px;
    color:red;
}
.nav-item-member:hover {
    background-color: lightgreen;
    color:white;
}

.form-control{
    background-color: lightgoldenrodyellow;
}
.dataTables_length select{
    background-color: lightgoldenrodyellow;
    font-size: 16px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-weight: normal;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    width: 200px;
}
.btn-edit {
    background-color: lightgrey;
    border: solid 1px var(--outline);
    border-color: grey;
    border-radius: 10px;
    color: var(--accent);
    font-size: medium;


}
.btn-edit:hover {
    background-color: #2980b9;
    border: solid 1px var(--outline);
    color: lightyellow !important;
    text-decoration: none;
    cursor: pointer;
}

.btn-save {
    background-color: #2980b9;
    border: solid 1px var(--outline);
    border-color: grey;
    border-radius: 10px;
    color: white;
    font-size: medium;
}
.btn-save:hover {
    background-color: lightgrey;
    border: solid 1px var(--outline);
    color: darkblue !important;
    text-decoration: none;
    cursor: pointer;
}

.table-bordered th {
    border: 1px solid;
    border-color: grey;
    border-bottom-width: 2px;
}
.table-bordered td {
    border: 1px solid;
    border-color: lightgrey;
}

.btn-edit_list {
    background-color: white;
    border: solid 1px var(--outline);
    border-color: grey;
    border-radius: 5px;
    color: var(--accent);
    text-transform: uppercase;
    font-size: small;
    font-weight: bold;
    padding: .20rem .20rem;
}
.btn-edit_list:hover {
    background-color: #0069d9;
    border-radius: 5px;
    border: solid 1px #0062cc;
    color: white !important;
    text-decoration: none;
}


