﻿body {
}

#background-fix {
    background-color: #e4e4e4;
}

.container {
    background-color: white;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.navbar-light {
    background-color: #bfbfbf;
}

.nav-link {
    font-size: 1.1em;
}

#navSplit {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    #navSplit form {
        justify-content: flex-end;
    }




.nav-menu-section{
    display: flex;
    flex-direction: column;
}
.nav-menu-section:hover ul {
    align-self:center;
    display: block;
    position: absolute;
    margin-top: 55px;
    padding: 0;
    background-color: #3aa8ee;
    border: 1px solid black;
}
.nav-menu-section ul {
    display: none;
    list-style: none;
    list-style-type: none;
    padding: 0px;
    width: 250px;
    text-align:center;
}


.nav-menu-section ul li{
    padding: 5px 0px;
}
.nav-menu-section ul li:hover{
    background-color: white;
}



.rightside-nav {
    text-align: end;
}

.helpImAnIdiot {
    color: black;
    font-size: 12px;
}

#nav-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#nav-menu a {
    text-decoration: none;
    color: black;
    font-size: 115%;
    padding: 20px 10px 0px 10px;
}
    #nav-menu a {
        text-decoration: none;
        color: black;
        font-size: 115%;
        padding: 20px 10px 0px 10px;
    }


#top-color-line {
    display: flex;
    flex-direction: row;
    padding-bottom: 8.5px;
}

#top-color-line-one {
    background-color: #670065;
    height: 8.5px;
    width: 15%;
}

#top-color-line-two {
    background-color: #ab0302;
    height: 8.5px;
    width: 5%;
}

#top-color-line-three {
    background-color: #0a0b62;
    height: 8.5px;
    width: 2%;
}

#top-color-line-four {
    background-color: #3aa8ee;
    height: 8.5px;
    width: 78%;
}

#cert-start-section {
    display: flex;
    flex-direction: row;
    color: white;
}

    #cert-start-section p, ul {
        font-size: 14px;
    }

.certification-boxes {
    display: flex;
    flex-direction: column;
    padding: 25px 25px 0 25px;
    justify-content: space-between;
}

.cert-section-top {
}

.cert-section-bottom {
    text-align: center;
    display: flex;
    flex-direction: column;
}

#prescriber-box {
    background-color: #0a0c60;
}

#pharmacy-box {
    background-color: #670065;
}

.homePageWhiteBox {
    padding-left: 10px;
    padding-top: 5px;
    height: 101px;
    padding-right: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    background-color: #ffffff;
    flex: 0 0 50%;
}

.homePageWhiteBoxP {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 85% !important;
    line-height: 104%;
    margin-top: 0px;
    margin-bottom: 10px;
    color: blue;
    text-align: left;
}

.certification-btn-div {
    flex: 0 0 50%;
    padding: 15px;
}

.certification-btn {
    background-color: #36a3e5;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 5px 13px;
    text-decoration: none;
    border: 1px solid #002060;
}

#update-modal {
    align-self: center;
    height: 100px;
    width: 500px;
    background-color: #c20000;
    border: 1px solid black;
    text-align: center;
}

    #update-modal button {
        width: 100%;
        height: 100%;
        background-color: transparent !important;
    }

        #update-modal button h5 {
            color: white;
        }

.modal-control {
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    border: 3px solid #670065;
    background-color: #fff;
    color: #000;
    width: 75%;
    transform: translate(-50%);
    z-index: 10;
}

.modal-title {
    color: white;
    background-color: #670065;
    padding: 10px;
    font-size: 19px;
    border-bottom: 1px solid #ccc;
}

.modal-content {
    padding: 20px;
}

    .modal-content p {
        height: 500px;
        text-align: left;
        overflow: scroll;
        font-size: 12px;
    }

.modal-footer {
    padding: 10px;
    border-top: 1px solid #ccc;
}

#bottom-section {
    display: flex;
    flex-direction: column;
}

#page-info {
    padding: 30px 50px;
}

#additional-info {
    text-align: center;
    font-size: 1.3em;
    font-weight: 500;
    padding: 20px;
}

footer {
    text-align: center;
    background-color: #bfbfbf;
}

    footer a {
        color: black;
        text-decoration: none;
        font-size: 13px;
    }

#bottom-color-line {
    display: flex;
    flex-direction: row-reverse;
}

#bottom-color-line-one {
    background-color: #670065;
    height: 8.5px;
    width: 33%;
}

#bottom-color-line-two {
    background-color: #ab0302;
    height: 8.5px;
    width: 7%;
}

#bottom-color-line-three {
    background-color: #0a0b62;
    height: 8.5px;
    width: 50%;
}

#bottom-color-line-four {
    background-color: #3aa8ee;
    height: 8.5px;
    width: 20%;
}

@media (max-width: 576px) {
    #nav-menu {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    #navSplit {
    }

    #nav-menu a {
        font-size: 1em;
        padding: 20px 10px 0px 10px;
    }
}

@media (max-width: 991px) {
    #cert-start-section {
        flex-direction: column;
    }

    #nav-menu {
        justify-content: flex-start;
    }

    #navSplit form {
        justify-content: flex-start;
    }

    .rightside-nav {
        text-align: start;
    }
}

@media (max-width: 1200px) {
}
