/* Top Block Menu */

#menu {
    margin: 0 auto;
}

#menu ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;

    text-align: left;
    background: #e6e7e7;
}

#menu ul li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu ul li a {
    float: left;
    width: 33%;
    height: 25px;
    font-weight: 400;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    text-decoration: none;
    font-weight: normal;
    color: #0293b4;

    border-top: 7px solid #e6e7e7;
    border-bottom: 15px solid #e6e7e7;
}

#menu ul li a span {
    display: block;
    padding: 2px 7px;
}

#menu ul li a span.desc {
    font-size: 0.8em;
    font-weight: normal;
    /* color: #00BEA1; */
    color: #000000;
}

#menu ul li a:hover,
#menu ul li a.here {
    background: #e6e7e7;
    border-top: 7px solid #0293b4;
}

#menu ul li a:hover span.desc,
#menu ul li a.here span.desc {
    color: #000;
}

/* Top menu icons */
#menu ul li a span.speaker {
    padding-left: 22px;
    background: url(../images/icons/speaker.gif) no-repeat 5px 50%;
}

#menu ul li a:hover span.speaker {
    background: url(../images/icons/speaker_on.gif) no-repeat 5px 50%;
}

#menu ul li a span.bubble {
    padding-left: 24px;
    background: url(../images/icons/bubble.gif) no-repeat 4px 4px;
}

#menu ul li a:hover span.bubble {
    background: url(../images/icons/bubble_on.gif) no-repeat 4px 4px;
}

#menu ul li a span.heart {
    padding-left: 20px;
    background: url(../images/icons/heart.gif) no-repeat 3px 50%;
}

#menu ul li a:hover span.heart {
    background: url(../images/icons/heart_on.gif) no-repeat 3px 50%;
}

#menu ul li a span.dollar {
    padding-left: 20px;
    background: url(../images/icons/dollar.gif) no-repeat 4px 50%;
}

#menu ul li a:hover span.dollar {
    background: url(../images/icons/dollar_on.gif) no-repeat 4px 50%;
}

/* Page Content */

.central-area {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    margin-bottom: 1em;
    margin-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
}

#page {
    width: 100%;
    height: 100%;
}

#columns {
    margin: 0 auto;
}

#rightLibrary {
    float: right;
    border: 1px solid red;
    background: #eeeeee;
}

/* Column widths */
.width {
    width: 961px;
    max-width: 100vw;
    /* width: 776px; */
}

.widthPad {
    width: 961px;
    max-width: 100vw;
    /* width: 746px; */
}

.widthRightColumn {
    width: 25%;
    padding-top: 5px;
    padding-left: 10px;
}

.widthCenterColumn {
    width: 75%;
}

.widthLibrary {
    width: 73%;
    padding-top: 4px;
}

.width25 {
    width: 25%;
}

.width50 {
    width: 50%;
}

.width73 {
    width: 73%;
}

.width75 {
    width: 75%;
}

.width100 {
    width: 100%;
}

#errorMessage {
    color: red;
    font-weight: normal;
}

.error {
    color: red;
    font-weight: normal;
}

/* Thumbnail Lists */
ul {
    padding-inline-start: 0px !important;
}

ul.thumbs,
ul.thumbs li {
    margin: 0;
    padding: 0 !important;
}

ul.thumbs li {
    margin: 0 0 15px 0 !important;
    padding: 0px !important;
    list-style: none;
}

a.thumb img {
    border: 5px solid #ccc;
}

a:hover.thumb img {
    background: #8eb4c6;
    border: 5px solid #000;
}

a:hover.thumb {
    background: none;
}

a.thumb span {
    display: block;
    margin-top: -5px !important;
    margin-top: -2px;
}

/* Submenu Styles */

ul.submenu1,
ul.submenu2 {
    margin: 0 0 20px 0;
    padding: 0;
}

ul.submenu1 li,
ul.submenu2 li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.submenu1 li a,
ul.submenu2 li a {
    /* display: block;*/
    height: auto !important;

    /* Start hide from IE Mac \*/
    height: 1%;
    /* End hide from IE Mac */

    padding: 1px 5px 1px 20px;
}

ul.submenu1 li a {
    background: url(../images/bg/submenu1.gif) no-repeat 5px 50%;
}

ul.submenu1 a:hover {
    color: #000000;
    background: #b3c6c4 url(../images/bg/submenu1.gif) no-repeat 5px 50%;
}

ul.submenu2 li a {
    color: #426f85;
    background: url(../images/bg/submenu2.gif) no-repeat 3px 50%;
}

ul.submenu2 a:hover {
    color: #888;
    background: #b3c6c4 url(../images/bg/submenu2.gif) no-repeat 3px 50%;
}

/* Generic Display */

.block {
    display: block;
}

.inlineFlex {
    display: inline-flex;
    display: inline flex;
    align-items: flex-start;
}

.clear {
    clear: both;
}

.marginRight {
    margin-right: 15px;
}

.paddingTop {
    padding-top: 10px;
}

.paddingLeft {
    padding-left: 32px;
}

.paddingRight {
    padding-right: 20px;
}

.paddingBottom {
    padding-bottom: 20px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: right;
}

.alignCenter {
    text-align: center;
}

.alignTop {
    vertical-align: top;
}

.alignMiddle {
    vertical-align: middle;
}

.alignBottom {
    vertical-align: bottom;
}

.lightBlueBg {
    background-color: #eeeeee;
    margin-top: 3.1rem;
}

.dark {
    color: #353e47;
}

.left {
    float: left;
    margin: 0px 8px 0px 0px;
    padding: 0px;
}

.right {
    float: right;
    margin: 0px 0px 0px 8px;
    padding: 0px;
}

.prev-next-page-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.change-password-form {
    margin-bottom: 1em;
}

.change-password-form,
.password-input-area {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    align-items: flex-start;
}

.password-constraints {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.password-submit-btn {
    align-self: left !important;
}

#eula-confirm {
    margin: 1em 0;
}