﻿#PublicHealthAlert {
    margin-top: 20px;
    margin-bottom: 20px;
    border-style: solid;
    border-color: #B63730;
    /*min-height: 30vh;*/
}

    #PublicHealthAlert .responsive-left-panel {
        background-color: #B63730;
        /*min-height: 30vh;*/
    }

#PublicHealthAdvisory {
    margin-top: 20px;
    margin-bottom: 20px;
    border-style: solid;
    border-color: #122C5D;
    /*min-height: 30vh;*/
}

    #PublicHealthAdvisory .responsive-left-panel {
        background-color: #122C5D;
        /*min-height: 30vh;*/
    }

#PublicHealthUpdate{
    margin-top: 20px;
    margin-bottom: 20px;
    border-style: solid;
    border-color: #00A2A5;
    /*min-height: 30vh;*/
}

    #PublicHealthUpdate .responsive-left-panel {
        background-color: #00A2A5;
        /*min-height: 30vh;*/
    }

#PublicHealthInformation {
    margin-top: 20px;
    margin-bottom: 20px;
    border-style: solid;
    border-color: #9CC837;
    /*min-height: 30vh;*/
}

    #PublicHealthInformation .responsive-left-panel {
        background-color: #9CC837;
        /*min-height: 30vh;*/
    }

#Training {
    margin-top: 20px;
    margin-bottom: 20px;
    border-style: solid;
    border-color: #1a9c61;
    /*min-height: 30vh;*/
}

    #Training .responsive-left-panel {
        background-color: #1a9c61;
        /*min-height: 30vh;*/
    }

#Recalls {
    margin-top: 20px;
    margin-bottom: 20px;
    border-style: solid;
    border-color: #1e007c;
    /*min-height: 30vh;*/
}

    #Recalls .responsive-left-panel {
        background-color: #1e007c;
        /*min-height: 30vh;*/
    }

.responsive-left-panel {
    padding: 10px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    border-bottom: solid 2px red;
}


nav {
    width: 100%;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    background-color: white;
}



nav .nav__links > li {
    display: inline-block;
    padding: 1% 0;
    margin-right: 1%;
    margin-left: 1%;
}



nav li:hover > a {
    text-decoration: none;
    color: red;
    cursor: pointer;
    letter-spacing: 0.2px;
}



nav a {
    margin: 0;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 17px;
    color: #002B5D;
    transition: 0.3s ease;
}



nav .subMenu {
    position: absolute;
    display: none;
    z-index: 2;
}

    /*nav .subMenu .subsubMenu {
    background-color: white;
}*/


    nav .subMenu > li {
        padding: 10px 20px;
    }

        nav .subMenu > li a {
            font-size: 16px;
            font-weight: 400;
            font-style: Roboto;
        }


nav .nav__links > li:hover .subMenu {
    display: block;
    border: solid 1px red;
}


nav .subMenu > li:hover {
    background-color: #002b5d;
}

    nav .subMenu > li:hover a {
        color: white;
    }


    nav .subsubMenu {
        position: absolute;
        display: none;
        z-index: 2;
    }

        /*nav .subMenu .subsubMenu {
    background-color: white;
}*/


        nav .subsubMenu > li {
            padding: 10px 20px;
        }

            nav .subsubMenu > li a {
                font-size: 16px;
                font-weight: 400;
                font-style: Roboto;
                
            }

    nav #a:hover .subsubMenu {
        display: block;
        border: solid 1px red; 
    }
        nav #a:hover .subsubMenu li a {
            color:#002b5d;
        }

        nav #a:hover .subsubMenu > li:hover {
            background-color: #002b5d;
        }
            nav #a:hover .subsubMenu > li:hover a {
                color: white;
            }




.nav-auth-btns {
    float: right;
}

.nav-username {
    font-size: 17px;
    font-weight: bold;
    color: darkred;
}

.contain {
    margin: auto 5%;
}

@media only screen and (min-width: 1200px) {
    .contain {
        margin: auto 8%;
    }
}

/* Sidepanel Text */
.left-text {
    color: white;
    font-size: 1.8vw;
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (max-width: 576px) {
    .responsive-left-panel {
        flex-direction: row !important;
    }

    .left-text {
        font-size: 1rem;
    }
}

body {
    width: 100%;
    /*height: 100%;*/
    margin: 0;
    padding: 0;
}

th, td {
    padding: 4px 10px;
    font-size: 18px;
    font-family: 'Sans Serif'
}



.head {
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
}



    .head p {
        text-align: center;
        margin-bottom: 4px;
        margin-top: 4px;
        color: #002B5D;
        font-family: Roboto;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 18px;
    }

.head1 {
    display: flex;
    align-items: center;
}

    .head1 span {
        color: #002B5D;
        font-weight: 400;
        font-size: 16px;
    }



.col-sm-3 {
    padding: 0 !important;
}

/*    .col-sm-3 img {
        height: 100%;
        width: 100%;
    }*/


/*.row {
    height: 210px;
}*/



.row-head {
    margin-top: 10px;
    border: 2px solid #e5e5e5;
}



.responsive {
    max-width: 100%;
    height: auto;
}



img {
    width: 100%;
    /*height: 100%;*/
}

.btn-create-message {
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    font-weight: 500;
    color: #002B5D;
}

/*Show all message starts here*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    /*    left: 0;
    top: 0;*/
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5px auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    min-height: 50%;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
/*Show all ends here*/

.left-icon {
    padding: 10px;
}

.left-icon-img {
    width: 8vw;
}

@media only screen and (min-width: 1200px) {
    .left-icon-img {
        width: 6vw;
    }
}

.content {
    animation: fadeInAnimation ease 0.4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.message-info p {
    margin-bottom: 0;
}

.contact-info, .message-attachments {
    margin-left: 2px;
}

.message-contact-name {
    font-weight:500;
    font-size: 1.1rem;
}