/*  .+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.  */
/* (     __  __                         _         __  __                    ____ ____ ____       ) */
/*  )   |  \/  | __ _ _ __  _   _  __ _| |___    |  \/  | ___ _ __  _   _  / ___/ ___/ ___|     (  */
/* (    | |\/| |/ _` | '_ \| | | |/ _` | / __|   | |\/| |/ _ \ '_ \| | | || |   \___ \___ \      ) */
/*  )   | |  | | (_| | | | | |_| | (_| | \__ \   | |  | |  __/ | | | |_| || |___ ___) |__) |    (  */
/* (    |_|  |_|\__,_|_| |_|\__,_|\__,_|_|___/___|_|  |_|\___|_| |_|\__,_(_)____|____/____/      ) */
/*  )                                       |_____|                                             (  */
/* (                                                                                             ) */
/*  "+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"  */

/*███████████████████████████████████████████████████████████████████████████████████
█████████████████████████         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;
    flex-shrink: 0;

}

.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{
        /*sub = subtext*/
        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;
    }

div.MenuHeader{
    width: 100%;
    height: auto;

    /*top-right-bottom-left*/
    padding: 0px 5px 0px 5px;

    font-size: 115%;
    text-align: left;
}

.MenuContents{
    flex-grow: 1;
    background-color: #5d5d5d;
    overflow-y: scroll;
    overflow-x: hidden;
    color: white;
    padding: 2px;
}

/*███████████████████████████████████████████████████████████████████████████████████
█████████████████████████           MENU TOGGLE            ██████████████████████████
███████████████████████████████████████████████████████████████████████████████████*/
.MenuToggle{
    position: absolute;
    z-index: 2;

    left: 450px;
    top: 0;
}
button.MenuToggleButton{
    font-family:'Sofia Sans', Times New Roman; 
    font-weight: bold;
    color: rgb(255, 255, 255);

    background-color: #4c4c4c;
    cursor: pointer;
    width: 27px;
    height: 27px;

    border: none;
    font-size: 145%;
}
button.MenuToggleButton:hover{
    color: #eaacb8;
}
span.MenuToggleLT,
span.MenuToggleGT{
    position:relative;
    top: 0px;
    left: -2px;
}
span.MenuToggleGT{
    display: none;
}

/*███████████████████████████████████████████████████████████████████████████████████
█████████████████████████          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;
    }
    .DropdownButtonEmbedEmbed{
        font-size: 103%;
        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;
    }

    /* Compensates the font size on the Special Tabs */
    .FontSizeCompensation{
        font-size: 100%;
    }
    
/*███████████████████████████████████████████████████████████████████████████████████
█████████████████████████           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;
    }
    */




/*███████████████████████████████████████████████████████████████████████████████████
█████████████████████████          Search Tab Menu         ██████████████████████████
███████████████████████████████████████████████████████████████████████████████████*/
.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%;

    /*top-right-bottom-left*/
    margin: 0 0 5px 0;
}

.MSNFilter{
    /*top-right-bottom-left*/
    margin: 10px 0 5px 0;
}
.MSNFilterBox{
    border-style: solid;
}
.MSNFilterSpacer{
    /*top-right-bottom-left*/
    margin: 10px 0px 0px 0px;

    /*top-right-bottom-left*/
    padding: 0px 0px 0px 3px;
}
.MSNFilterSpacer1{
    /*top-right-bottom-left*/
    margin: 0px 0px 0px 0px;
}

.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;
}

button.SearchMenuButtons{
    background-color: #5d5d5d;
    border: solid;
    border-color: #fff;

    text-align: left;
    color: #fff;
    font-family: 'Sofia Sans';
    font-weight: bold;
    font-size: 110%;
    /* top-right-bottom-left */
    margin: 0px 5px 0px 0px;

    height: inherit;
    max-height: inherit;
    cursor: pointer;
}

button.SearchMenuButtons:hover{
    background-color: #7acbf5;
    color: #000;
    /*border-color: #000;*/
}


/* hidden class used for the TOC Filter */
.Hidden{
    display: none;
}


/*███████████████████████████████████████████████████████████████████████████████████
█████████████████████████           CONTEXT MENU           ██████████████████████████
███████████████████████████████████████████████████████████████████████████████████*/
.MenuContextMenu{
    height: auto;
    width: 125px;
    z-index: 5;

    position: absolute;

    filter: drop-shadow(4px 4px 5px grey);
}

button.MenuContextMenuButton{
    font-family:'Sofia Sans', Times New Roman; 
    font-weight: bold;
    color: rgb(0, 0, 0);

    background-color: #d6c5c9e6;
    cursor: pointer;
    width: 100%;
    height: auto;

    border-style: none;
    border-color: #4c4c4c;
    border-width: 1px;
    font-size: 115%;
}

button.MenuContextMenuButton:hover{
    color: rgb(0, 0, 0);
    background-color: #7acbf5;
}