﻿.btn-primary {
    background-color: rgba(0,160,112, 0.9) !important;
    border-color: rgba(0,160,112,0.4) !important;
}

.btn-outline-primary {
    border-color: rgba(0,160,112,0.4) !important;
    --bs-btn-color: rgba(0,160,112) !important;
}


#selectContent ul li[checkbox-list=true][value=all][is-selected=true], #selectContentDialog ul li[checkbox-list=true][value=all][is-selected=true] {
    background-color: rgba(0,160,112,0.4) !important;
    color: black;
}

#selectContent ul li[is-selected=true], #selectContentDialog ul li[is-selected=true] {
    background-color: rgba(0,160,112,0.4) !important;
    color: black;
}

.dropdown a {
    display: block;
    padding: 0.5rem 1rem;
    color: black;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

    .dropdown a:hover {
        background-color: rgba(0,160,112,0.4) !important;
    }

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: rgba(0,160,112) !important;
    background-color: white !important;
    border-color: var(--bs-btn-active-border-color);
}

.btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    box-shadow: 0 0 20px rgb(33 33 33 / 40%);
}

.btn-primary {
    width: 120px !important;
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:visited {
    box-shadow: 0 0 20px rgb(33 33 33 / 40%);
    background: none !important;
    color: rgba(0,160,112) !important;
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:visited {
    box-shadow: 0 0 20px rgb(33 33 33 / 40%);
    background: none !important;
    color: rgba(0,160,112) !important;
}

input {
    border: solid 1px rgba(0,160,112,0.4) !important;
    padding: 5px 15px !important;
}

    input:hover {
        box-shadow: 0 0 20px rgb(33 33 33 / 40%);
        cursor: pointer;
    }

.readonly-input:hover {
    box-shadow: none;
    cursor: none;
}

input[type=checkbox]:hover {
    box-shadow: none;
    cursor: pointer;
}

input:focus {
    background: none !important;
    color: black;
}

button, input, optgroup, select {
    margin: 0px !important;
    border-radius: 50rem !important;
    min-height: 35px !important;
}

    button, input:not([required="required"]), optgroup, select {
        min-width: 95%;
    }

    input[required="required"] {
        min-width: 92%;
    }

.select-wrapper {
    min-width: fit-content !important;
}

textarea {
    margin: 0px !important;
    min-width: 95%;
    min-height: 35px;
}

input[type=checkbox], input[type=radio] {
    accent-color: rgba(0,160,112,0.4) !important;
    vertical-align: middle !important;
    position: relative !important;
    bottom: 1px;
    margin-left: 5px !important;
    min-width: 0% !important;
}

input[type=radio] {
    bottom: 2px;
}

.nav-link {
    border-radius: 0px !important;
}


/* ONLY Employee */
.edit-employee button,
.edit-employee input:not([type="checkbox"]):not([type="radio"]),
.edit-employee select,
.edit-employee textarea {
    margin: 0px !important;
    border-radius: 50rem !important;
    min-width: 95%;
    min-height: 35px;
}

.edit-employee input[type="checkbox"],
.edit-employee input[type="radio"] {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 0 !important;
}

.edit-employee .non-visual {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

#employeeList button {
    min-width: 0 !important;
}