body {
    overflow-x: hidden;
}

#content-wrapper .container-fluid {
    padding-right: 15px;
}

.page-people-directory .head-panel {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 3px solid #f0f0f0;
}

.page-people-directory .head-panel .col-lg-1 {
    min-width: 120px;
}

.page-people-directory .head-panel .col-lg-2 {
    min-width: 240px;
}

.page-people-directory .contact-sort {
    padding-left: 20px;
    padding-top: 20px;
}

.page-people-directory .contact-sort .text-sort {
    text-align: right;
    padding-top: 5px;
}

.page-people-directory .letter-sort {
    border-bottom: 2px solid #f0f0f0;
    padding-left: 10px;
}

.page-people-directory .contact-group {
    margin-top: 20px;
    margin-left: 20px;
    border-left: 2px solid #f0f0f0;
}

.page-people-directory .contact-group .media img {
    width: 80px;
}

.page-people-directory .contact-group .media-heading {
    font-size: 16px;
    font-weight: 500;
}

.page-people-directory .contact-group .media-heading small {
    margin-left: 5px;
    font-size: 13px;
    font-weight: 400;
    color: #999;
}

.page-people-directory .contact-group .list-group-item {
    border: none;
    margin-top: 10px;
    color: gray;
}

.page-people-directory .contact-group .list-group-item:hover {
    background-color: #fcfcfc;
    text-decoration: none;
}

.page-people-directory .contact-group .media-content {
    margin-top: 5px;
}

.page-people-directory .contact-group .fa:before {
    font-size: 20px;
    color: gray;
}

.page-people-directory .contact-group .media-content ul {
    margin-top: 10px;
    margin-bottom: 0;
}

.page-people-directory .contact-group .media-content ul > li {
    display: inline-block;
    min-width: 200px;
    margin-bottom: 5px;
}

.page-people-directory .list-group-item {
    background-color: #f8f9fc;
}

.page-people-directory .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#sidebar-wrapper {
    width: 30%;
    min-height: 100vh;
    order: 13;
    margin-right: -30%;
    -webkit-transition: margin 0.25s ease-out;
    -moz-transition: margin 0.25s ease-out;
    -o-transition: margin 0.25s ease-out;
    transition: margin 0.25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.2rem;
    font-size: 1.2rem;
}

#sidebar-wrapper .sidebar-search {
    margin: 10px 10px 10px 10px;
}

#sidebar-wrapper .toggler-arrow {
    position: absolute;
    z-index: 100;
    margin-left: -30px;
    margin-top: 10px;
}

#sidebar-wrapper .toggler-arrow .btn.btn-primary {
    background-color: darkslategray;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    width: 30px;
    height: 50px;
}

#sidebar-wrapper .toggler-arrow .btn.btn-primary:focus {
    outline: none !important;
    box-shadow: none !important;
}

.toggled #sidebar-wrapper .toggler-arrow .btn.btn-primary:before {
    content: "\f060";
    left: 2px;
}

#sidebar-wrapper .toggler-arrow .btn.btn-primary:before {
    content: "\f061";
    left: 2px;
}

#sidebar-wrapper .toggler-arrow .btn.btn-primary:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
}

#sidebar-wrapper .list-group {
    width: 30%;
}

#sidebar-wrapper .list-group .list-group-item {
    border: none;
}

#sidebar-wrapper .list-group li label {
    margin-left: 10px;
}

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-right: 0;
}

.patient-picture {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    color: transparent;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.patient-picture:hover {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    color: rgba(250, 250, 250, 1);
    transition: all 0.3s ease;
}

.patient-picture span {
    display: inline-flex;
    padding: 0.2em;
}

.patient-picture .file {
  position: absolute;
  z-index: -10;
}

.patient-picture .file:hover {
  cursor: pointer;
}

.fa-phone::before {
    color: #00bb2d !important;
}

.fa-map-marker-alt::before {
    color: red !important;
}

.fa-envelope::before {
    color: #17a2b8!important
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-right: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-right: -30%;
    }
}
