﻿#employeeModal .modal-content {
    flex-direction: column;
    background-color: transparent;
}

#employeeModal .modal-header {
    border-bottom: 0px;
}

#employeeModalLabel {
    color: #fff;
}

#employeeModal .modal-body {
    background-color: #fff;
}

#employeeModal .title {
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    width: 100%;
    display: inline-block;
    margin: 1rem auto 0.5rem;
}

@media screen and (min-width:375px) {
    #employeeModal .title {
        font-size: 1.5rem;
        font-weight: bold;
        text-align: left;
        width: 100%;
        display: inline-block;
        margin: 1rem auto 0.5rem;
    }
}

@media screen and (min-width:768px) {
    #employeeModal .title {
        font-size: 2rem;
        font-weight: bold;
        text-align: left;
        width: 100%;
        display: inline-block;
        margin: 1rem auto 0.5rem;
    }
}

#employeeModal hr {
    opacity: 1;
}

#employeeModal h5 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

    #employeeModal h5.listTitle {
        font-weight: bold;
        font-size: 1.2rem;
    }

/* #employeeModal image-gallery-container h5 {
} */

.employee--history--modal {
    display: flex;
    align-items: center;
    color: currentColor;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    /*border-radius: 5px;*/
    /*    padding: 5px;
    padding-left: 0px;*/
    padding-top: 10px;
    color: #fff;
    cursor: pointer;
}

    .employee--history--modal:hover {
        font-weight: bold;
        color: #fff;
    }

#employeeModal ul.list {
    padding-left: 1.5rem;
}

    #employeeModal ul.list li {
        list-style: disc;
        padding-bottom: 0.2rem;
        /*font-weight: bold;*/
    }

.info-container {
    overflow-y: scroll;
}

@media screen and (min-width:375px) {
    #employeeModal .btn-close {
        background: none;
        color: #fff;
        height: 2rem;
        width: 2rem;
        opacity: 1;
    }
}

@media screen and (min-width:768px) {
    #employeeModal .btn-close {
        height: 2.4rem;
        width: 2.4rem;
    }
}
