body {
    font-family: proxima-nova, sans-serif;

    font-weight: 400;

    font-style: normal;


}




#ipad-container {
    width: 900px;
    height: 1112px;
    background-color: #363636;
    display: block;
    position: relative;
    margin: 15px auto;
    color: white;
    border-radius: 20px;
}

#logo {
    background-color: #631C68;
    height: 150px;
    position: relative;
    top: 15px;
    border-radius: 20px 20px 0 0;
    display: flex;
}

.logo-white {
    background-color: white;
    width: 70%;
    height: 80%;
    display: flex;
    margin: auto;
    justify-content: center;

    border-radius: 20px;

}

.logo-white img {
    width: 350px;
    display: block;
    align-self: center;
    position: relative;
    top: 30px;
}

#white-content-box {
    background-color: #D4D6DD;
    display: flex;
    width: 100%;
    height: 900px;
    justify-content: center;
}

#footer {
    background-color: #631C68;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
}

#footer p {
    width: 100%;
    padding: 0;
    margin: 0;
    align-self: center;


}

#nav-bar {
    background-color: #631C68;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 179px;
    width: 95%;
    margin: auto;
    border-radius: 20px;
    padding: 10px 0;
    z-index: 200;
}


#nav-bar .nav {
    color: white;
    width: 100%;
    display: flex;
    justify-content: center;
}

.nav-item {
    width: 200px;
    display: flex;
    justify-content: center;

}

.nav-item a img {
    width: 50px;

}

.nav-item a {
    color: white;
    align-self: center;


}

#nav-bar .active {
    background-color: #410C45;
    border-radius: 20px;

}

#nav-bar .show > .nav-link {
    background-color: #410C45;
    border-radius: 20px;
}

#nav-bar .dropdown-menu a {
    color: #410C45;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: rgba(173, 127, 173, 0.8);

}

#welcome {
    width: 92%;
    height: 750px;
    margin: 0 auto;
    border-radius: 20px;
    background: linear-gradient(rgba(255, 255, 255, 0.45), rgba(255, 150, 200, 0.3)), url(../img/iStock-1058457940.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 279px;
    align-self: center;
    left: 31px;
    z-index: 0;
}

#welcome .welcome-header {
    background: rgba(173, 127, 173, 0.8);
    padding: 5px 40px 0 40px;
    border-radius: 20px;
    color: #2E2E28;
    font-weight: bolder;
    display: flex;
    justify-content: center;

}

#welcome .welcome-header h1 {
    align-self: center;
    font-weight: bold;
 
}

.dropshadow {
    filter: drop-shadow(5px 5px 10px #666666);
}



#content-panel {
    width: 92%;
    height: 750px;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #FEFFFE;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    position: absolute;
    top: 279px;

    z-index: 0;

}

.map-icon-level {
    width: 50px;

}

.hospital-map-logo img {
    width: 150px;
}

#map-level-top {
    margin: 20px;
    display: flex;
    justify-content: center;
}

#maplevel {
    display: flex;
    justify-content: center;
}

.hospital-map-logo img {
    position: absolute;
    right: 0;
}

.col-1 .col-2 .col-3 .col-4 .col-5 .col-6 .col-7 .col-8 .col-12 {
    border: 1px solid black;
}

a h3 {
    color: #231F20;
    font-weight: bold;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;

}

#map-area {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
}

#map-area img {
    width: 90%;

}

#message-panel {
    background-color: #007A8A;
    height: 800px;
    display: block;
    height: 750px;
    border-radius: 0 20px 20px 0;
    padding: 20px;


}

button {
    padding: 20px 40px;
    font-weight: bold;
    border-radius: 20px;
    border-color: #007A8A;
    margin: 20px 10px;
}

#inbox-panel button {
    width: 100%;
    position: relative;
    right: 10px;
}

#inbox-panel .active {
    background-color: #007A8A;
    color: #ffffff;
}

#inbox-panel-patient {
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}


#inbox-panel-patient ul {
    width: max-content;
    padding: 0 10px;
}

#inbox-panel-patient ul li {
    margin: 41px 0;
    list-style: none;

}

#inbox-panel-patient > ul > li > .active {
    font-weight: bold;
    background: #02444c;

    border-radius: 20px;
    width: 100%;
    animation-name: active;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

#inbox-panel-patient hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #f8f9fa;
    width: 191px;
    left: 7px;
    position: absolute;
}

.pink {
    background-color: #CC87C5;
}

.teal {
    background-color: #007A8A;
}

.purple {
    background-color: #631C68;
}

.white {
    background-color: #FEFFFE;
}

a {
    color: #007A8A;
    font-weight: bold;
}

#inbox-panel-patient a {
    color: white;
}

#message-panel-patient {
    color: #231F20;
    border-radius: 0 20px 20px 0;


}

#message-panel-patient .nav {

    margin-top: 20px;

}

#content-panel-patient {

    width: 92%;
    height: 750px;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #FEFFFE;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    position: absolute;
    top: 279px;
    align-self: center;
    left: 31px;
    z-index: 0;
}

.tab-content {
    overflow-y: scroll;
    height: 690px;
}

#paul-container {

    width: 100%;
    height: 750px;
    display: block;
    position: relative;
    margin: 0 auto;


}

#prions {
    width: 240px;
    height: 150px;
    display: block;
    border: 0;
    top: 45px;
    left: 76px;
}

#prions > a{
    display: block;
    width: 75px;
    height: 75.3px;
    left: 54px;
    position: absolute;
    top: 48px;
}

#prions > a > img{
    display: block;
    width: 75px;
    height: 75.3px;
    left: 0;
    position: relative;
    top: 0;
}

.prions-line img {
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 0;
}

.prions-icon img {
    position: absolute;
    left: 50px;
    top: 50px;
    z-index: 1;
}

.prions-text {
    position: absolute;
    left: 68px;
    top: 20px;
    z-index: 1;
    color: black;
    font-size: 18px;
}

#viruses {
    width: 240px;
    height: 150px;
    display: block;
    border: 0;
    right: 83px;
    top: 70px;
}

#viruses > a{
    display: block;
    width: 75px;
    height: 75.3px;
    left: 126px;
    position: absolute;
    top: 31px;
}

#viruses > a > img{
    display: block;
    width: 75px;
    height: 75.3px;
    left: 0;
    position: relative;
    top: 0;
}

.viruses-line img {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 0;
}

.viruses-icon img {
    position: absolute;
    left: 121px;
    top: 30px;
    z-index: 1;
}

.viruses-text {
    position: absolute;
    left: 133px;
    top: 0;
    z-index: 1;
    color: black;
    font-size: 18px;
}

#bacteria {
    width: 240px;
    height: 150px;
    display: block;
    border: 0;
    left: 125px;
    bottom: 260px;
}
#bacteria > a{
    display: block;
    width: 75px;
    height: 75.3px;
    left: 6px;
    position: absolute;
    top: 31px;
}

#bacteria > a > img {
    display: block;
    left: 1px;
    position: relative;
    top: 0px;
    width: 75px;
    height: 75.3px;
}
.bacteria-line img {
    position: absolute;
    left: 75px;
    top: 60px;
    z-index: 0;
}

.bacteria-icon img {
    position: absolute;
    left: -15px;
    top: 15px;
    z-index: 1;
}

.bacteria-text {
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 1;
    color: black;
    font-size: 18px;
}

#protists {
    width: 240px;
    height: 150px;
    display: block;
    border: none;
    right: 52px;
    bottom: 197px;
}

.protists-line img {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 0;
}

.protists-icon img {
    position: absolute;
    right: 66px;
    top: 25px;
    z-index: 1;
}

.protists-text {
    position: absolute;
    right: 79px;
    top: 0;
    z-index: 1;
    color: black;
    font-size: 18px;
}

#protists > a{
    display: block;
    width: 75px;
    height: 75.3px;
    left: 95px;
    position: absolute;
    top: 23px;
}

#protists > a > img {
    display: block;
    left: 1px;
    position: relative;
    top: 0px;
    width: 75px;
    height: 75.3px;
}

#helminths {
    width: 240px;
    height: 200px;
    display: block;
    left: 65px;
    bottom: 98px;
    border: none;
}

.helminths-line img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.helminths-icon img {
    position: absolute;
    right: 100px;
    bottom: 8px;
    z-index: 1;
}

.helminths-text {
    position: absolute;
    left: 55px;
    bottom: 80px;
    z-index: 1;
    color: black;
    font-size: 18px;
}
#helminths > a {
    display: block;
    width: 75px;
    height: 75.3px;
    left: 61px;
    position: absolute;
    top: 109px;
}

#helminths > a > img {
    display: block;
    left: 1px;
    position: relative;
    top: 0px;
    width: 75px;
    height: 75.3px;
}

#fungi {
    width: 240px;
    height: 200px;
    display: block;
    border: none;
    bottom: 25px;
    right: 14px;
}

.fungi-line img {
    position: absolute;
    left: 0;
    top: 120px;
    z-index: 0;
}

.fungi-icon img {
    position: absolute;
    right: 100px;
    bottom: 75px;
    z-index: 1;
}

.fungi-text {
    position: absolute;
    left: 75px;
    top: 10px;
    z-index: 1;
    color: black;
    font-size: 18px;
}


#fungi > a {
    display: block;
    width: 75px;
    height: 75.3px;
    left: 59px;
    position: absolute;
    top: 48px;
}

#fungi > a > img {
    display: block;
    left: 1px;
    position: relative;
    top: 0px;
    width: 75px;
    height: 75.3px;
}

#paul-header {
    color: black;
    text-align: center;
    top: 30px;
    position: relative;
}

#prions,
#viruses,
#bacteria,
#protists,
#helminths,
#fungi {
    position: absolute;
    z-index: 1;
}

#paul-icon-container {
    display: block;
    margin: 0 auto;
    position: relative;
    height: 620px;
    width: 630px;
    top: 20px;
}


a img {
    transform: scale(1);
    transition: .2s cubic-bezier(.47, .37, .68, .98);
    border: none;
}

a img:hover {
    transform: scale(1.1);
}


.modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
}

.modal-img {
    display: flex;
    justify-content: center;
}

.modal-img img {
    width: 150px;
    height: 150px;

}

#paul-image {
    display: block;
    position: absolute;
    left: 150px;
    top: 63px;
    z-index: 0;
}

.header {
    width: 100%;
    margin: 40px 0;
}

.header h1 {
    color: black;
    text-align: center;
}

#schedule {
    overflow: scroll;

}

#recieving-log {
    overflow: scroll;
    height: 540px;
}


#nav-bar .dropdown-menu .active {
    color: white;
}


@keyframes active {
    from {
        padding: 0 0;
    }

    to {
        padding: 10px 40px;
        ;
    }
}

.header {
    color: black;
}

.header p {
    text-align: center;

}

#nav-tab p {

    display: flex;
    justify-content: center;
    align-items: center;

}

#nav-tab p span {
    position: absolute;
    right: 17px;
    top: -5px;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d !important;
    pointer-events: none;
    background-color: transparent;
}

#maplevel p {
    color: black;
}

#nav-bar > ul > li:nth-child(1) > a > img {
    width: 60px;
}


#nav-home > #er-triage > tbody > tr > td:nth-child(1) {
    font-weight: bold;
}

#er-triage > tbody > tr > td:nth-child(3) {
    position: relative;
    right: 180px;
}

#er-triage > tbody > tr > td:nth-child(4) {
    position: relative;
    right: 140px;
}


#inbox-panel-patient {
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    height: 750px;
}

#message {
    height: 200px;
}

.disabled {
    color: currentColor !important;
    cursor: not-allowed !important;
    opacity: 0.5 !important;
    text-decoration: none !important;
}
