﻿.divMenuSystemContainer {
    margin-bottom: 25px;
}

#ddlMenuSystem {
    display:inline-block;
}

#ddlMenuSystem .dropdown-menu {
    box-shadow: 0 0 10px 3px grey;
    border-radius: 10px;
    min-width: 450px;
}

#ddlMenuSystem .dropdown-item {
    padding: 20px;
    display: block;
    white-space:normal;
}

#ddlMenuSystem img {
    width: 42px;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.sharedMenuTitle {
    font-size: 24px;
    margin-bottom: 2px;
    color: grey;
    display: block;
    margin-top: 4px;
    line-height: 25px;
}

.sharedMenuDescription {
    font-size: 14px;
    line-height: 14px;
    display: block;
    margin-bottom: 4px;
    color: #000;
}

#ddlMenuSystem .dropdown-divider {
    height: 1px;
    background-color: #CCC;
    margin-left: 12px;
    margin-right: 12px;
    margin-top:0px;
    margin-bottom:0px;
}

#ddlMenuSystem a.dropdown-item:link {
    text-decoration: none;
}

#ddlMenuSystem a.dropdown-item:hover, #ddlMenuSystem a.dropdown-item:focus {
    background-color: #F4F4F4;
}

.showingLabel {
    font-size: 24px;
    font-weight: bold;
    color: grey;
    vertical-align: middle;
}

#ddlMenuSystem .btn {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

    #ddlMenuSystem .btn:hover, #ddlMenuSystem .btn:focus {
        text-decoration: none;
    }

    #ddlMenuSystem .dropdown-toggle::after {
        display:none;
    }

#pnlPathogenSurveillanceSubmoduleLinks {
    white-space: nowrap;
}
#pnlPathogenSurveillanceSubmoduleLinks .active {
    text-decoration: underline;
}

#imgLogo {
    float: right;
    margin-left: 25px;
    width: 200px;
}

.arrow-down {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 2px;
    margin: 1px 1px 5px 1px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.divMenuSystemContainer img#imgLogo {
    width: 150px;
}

.headerMoreInfoButton, .headerLessInfoButton {
    margin: 0;
    padding: 0;
    font-size: 10pt;
    line-height: 12pt;
    vertical-align: baseline;
}

.headerLessInfoButton {
    margin-top: 14px;
}

.menuSystemText {
    max-width: calc(100% - 175px);
}