/*███████████████████████████████████████████████████████████████████████████████████
█████████████████████████         MENU TEXT & LINKS        ██████████████████████████
███████████████████████████████████████████████████████████████████████████████████

    a.MenuLinkBlue:link,
    a.MenuLinkPink:link,
    a.MenuLinkWhite:link{
        padding: 0.5%;
        cursor: pointer;
        text-decoration: none;
    }

    a.MenuLinkBlue:link{color: #7ACBF5;}
    a.MenuLinkBlue:visited{color: #7ACBF5;}
    a.MenuLinkBlue:hover {color: white;}

    a.MenuLinkPink:link{color: #EAACB8;}
    a.MenuLinkPink:visited{color: #EAACB8;}
    a.MenuLinkPink:hover {color: white;}

    a.MenuLinkWhite:link{color: white;}
    a.MenuLinkWhite:visited{color: white;}
    a.MenuLinkWhite:hover {color: rgb(221, 221, 221);}
*/
/*███████████████████████████████████████████████████████████████████████████████████
█████████████████████████               Menu               ██████████████████████████
███████████████████████████████████████████████████████████████████████████████████*/
.Menu{
    height: inherit;
    background-color: rgba(255, 0, 0, 0);

    min-width: 250px;
    max-width: 1000px;
    width: 450px;

    font-size: 110%;

    display: flex;
    flex-direction: column;

}

.MenuOptions{
    /*width: inherit;
    height: 25px;
    flex: 25px;*/

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;    

    /*Top Right Bottom left */
    padding: 2px 0 2px 0;

    background-color: #4c4c4c;
    color:  white;
}
    .MenuOptionsText{
        /* Make div as wide as content */
        display: inline-block;

        /*Top Right Bottom left */
        padding: 0 2px 0 2px;
        height: 25px;
    }
    


    .MenuOptionsTOC{
        flex-grow: 1;

        /*Top Right Bottom left */
        padding: 0 0px 0 2px;
        height: 25px;
    }
    input.TOCFilter{
        width: 100%;

        font-family: 'Sofia Sans';
        height: 25px;
    }


    .MenuPublication{
        height: 27px;
        width: 100%;

        /*Top Right Bottom left */
        padding: 4px 2px 2px 2px;

        text-align: left;
        font-style: italic;
        background-color: #4c4c4c;
        color:  white;

        font-size: 110%;
    }
    sub{
        font-size: 75%;
    }


    .MenuOptionsCloseTOC{
        height: 25px;
        width: 25px;
    }
    button.MenuOptionsCloseTOC{
        height: 25px;
        width: 25px;

        border-style: none;
        border-color: rgba(255, 255, 255, 0);
        border-width: 1px;

        background-color: #2d2d2d00;
        color: white;


        transform: translateY(-2px);

        font-weight: bold;
        cursor: pointer;
        font-size: 85%;
        padding-top: 3px;
    }
    button.MenuOptionsCloseTOC:hover{
        color: #eaacb8;
    }



.MenuContents{
    flex-grow: 1;
    background-color: #5d5d5d;
    overflow-y: scroll;
    color: white;
    padding: 2px;
}

/*███████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████████████████*/

/*███████████████████████████████████████████████████████████████████████████████████
█████████████████████████          MENU BUTTONS            ██████████████████████████
███████████████████████████████████████████████████████████████████████████████████*/
    .DropdownButton,
    .DropdownButtonEmbed,
    .DropdownButtonEmbedEmbed{
        font-family:'Sofia Sans', Times New Roman; 
        font-weight: bold;
        color: rgb(255, 255, 255);
        margin-left: 0%;
        margin-right: 0%;


        background-color: #5d5d5d;
        cursor: pointer;
        /*top-right-bottom-left*/
        padding: 2px 6px 2px 6px;
        width: 100%;
        min-width: 100%;
        border: none;
        text-align: left;
        font-size: 105%;
    }
    .DropdownButtonEmbed{
        font-size: 170%;
        background-color: #5d5d5d;
    }

    .DropdownButton:before,
    .DropdownButtonEmbed:before,
    .DropdownButtonEmbedEmbed:before{
        /* IMPORTANT */
        content: '\002B \00A0 \00A0';
        float: left;

        /* Adjustments Okay */    
        color: rgb(255, 255, 255);
        margin-left: 5px;
        
    }
    .DropdownButtonActive{
        background-color: #5d5d5d;
    }
    /*
    .DropdownButtonActive:hover ~ .DropdownContent{background-color: #EAACB8;}
    .DropdownButtonActive:hover #slider{ background-color: #ffffff;}
    */
    .DropdownButtonEmbedActive{
        background-color: #5d5d5d;

    }

    .DropdownButtonActive:before,
    .DropdownButtonEmbedActive:before,
    .DropdownButtonEmbedEmbedActive:before{
        content: "\2212 \00A0 \00A0";
    }

    .DropdownContent,
    .DropdownContentEmbed,
    .DropdownContentEmbedEmbed{
        font-family:'Sofia Sans', Times New Roman;
        /*top-right-bottom-left*/
        padding: 0px 0px 0px 20px;
        max-height: 0;

        width: 100%;
        max-width: 100%;
        /*top-right-bottom-left*/
        margin: 0% 0% 2px 0%;



        max-height: 0;
        background-color: #5d5d5d;
        font-size: 60%;
        text-align: left;

        /* CRITICAL */
        overflow: hidden;
    }
    .DropdownContentEmbed{
        font-size: 175%;
        background-color: #5d5d5d;

        /*top-right-bottom-left*/
        padding: 0px 0px 0px 20px;
    }
    .DropdownContentEmbedEmbed{
        font-size: 100%;
        background-color: #5d5d5d;

        /*top-right-bottom-left*/
        padding: 0px 0px 0px 23px;
    }
    
/*███████████████████████████████████████████████████████████████████████████████████
█████████████████████████           MENU BUTTON            ██████████████████████████
███████████████████████████████████████████████████████████████████████████████████*/
.MenuButton,
.MenuButtonTR{
    font-family:'Sofia Sans', Times New Roman;
    font-weight: bold;
    color: rgb(255, 255, 255);
    border-style: none;
    background-color: #ff000000;
    font-size: 100%;
    text-align: left;
    width: 100%;
    cursor: pointer;
}
    .MenuButton:hover{
        color: #EAACB8;
    }


.MenuButtonTR{
    /* TR = Temporary Revision */
    background-color: rgba(255, 255, 0, 0.500);
}
    /*
    .MenuButtonTR:hover{
        color: #7acbf5;
    }
    */




/*███████████████████████████████████████████████████████████████████████████████████
█████████████████████████           MENU BUTTON            ██████████████████████████
███████████████████████████████████████████████████████████████████████████████████*/
.Hidden{
    display: none;
}

































.SearchMenuHeader{
    font-size: 110%;
    margin-bottom: 2px;
}

.SearchMenu{
    width: 350px;
}


.SearchMenuWrapper{
    text-align: left;
    padding: 2px;
}

input.SearchTabSearch{
    font-size: 20px;
    font-family: 'Sofia Sans';
    padding: 2px;
    outline: none;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    width: 100%;
}

.MSNFilter{
    /*top-right-bottom-left*/
    margin: 10px 0 5px 0;
}
.MSNFilterBox{
    border-style: solid;
}

.PublicationFilter{
    /*top-right-bottom-left*/
    margin: 5px 0 5px 0;
}
.PublicationFilterBox{
    border-style: solid;
}

.InfoNameFilter{
/*top-right-bottom-left*/
    margin: 5px 0 10px 0;
}
.InfoNameFilterBox{
    border-style: solid;
}


label.SearchMSNLabel{
    display: block;
    /* NOTE: width = .ToolbarDropdown width - 2px*/
    width: 100%;
    color: #fff;
}
label.SearchMSNLabel:hover{
    cursor: pointer;
    color: #000;
    background-color: #7acbf5;
}