input[type] {
    border-style: solid;
    border-color: black;
}

textarea.form-control {
    border-style: solid;
    border-color: black;
}

select.form-control {
    border-style: solid;
    border-color: black !important;
}

input[type].highlight-menu {
    box-shadow: inset 0.5em 0.5em 2em #99e5d5;
}

textarea.highlight-menu {
    box-shadow: inset 0.5em 0.5em 2em #99e5d5;
}

.card-body{
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
}

label {
    text-decoration: underline !important;
}

.bigcheckbox {
    width: 25px;
    height: 25px;
}

.checkboxlabel {
    margin-left: 25px;
    margin-top: 5px;
}

button.dropdown-toggle.rcpreia {
    padding-bottom: 4px;
}

.dropdown-menu.show {
    max-height: 400px !important;
    min-height: 250px !important;
    overflow-y: auto !important;
    z-index: 2000;
}

.dropdown-item {
    cursor:pointer;
}

.userpreiaitem {
    background-color: #bcefe4;
}

#project-nav-bottom {
    background-color:white;
    border-top: 2px solid black;
    flex-direction: row !important;
}

#pagination-current-page{
    padding-right: 20px;
    padding-left:20px;
}

#pagination-current-page:hover{
    cursor: default;
}

#pagination-current-page-link{
    background-color: white;
}