
.myaccount-fly  {
    position: fixed;
    top: 0;
    right: 0;
    width: 21.25rem;
    height: 100%;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 2000;
    margin: 0 0 1rem 1rem !important;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(88, 86, 86, 0.5);
    z-index: 1900;
}

.maflyout-active {
    overflow-y: hidden;
}

.maflyout-enter-active, .maflyout-leave-active {
    transition: opacity 0.5s, transform 1s;
}

.maflyout-enter, .maflyout-leave-to {
    opacity: 0;
    transform: translateX(100%);
}

.myaccount-fly .flyout-header {
    display: flex;
    align-items: center;
    padding: 1px;
    color: white;
    height: 2rem;
}

.myaccount-fly .spacer {
    flex-grow: 1;
}

.myaccount-fly .close-button {
    background: none;
    border: none;
    color: black;
    font-size: 18px;
    cursor: pointer;
    padding: 1.125rem 1.125rem 0 0;
}

.myaccount-fly .close-button :hover {
    color: black;
    background-color: white;
}

.myaccount-fly .icon-size {
    font-size: 16px;
}

.myaccount-fly .flyout-content {
    padding: 0.625rem 2rem 1.5rem 2rem;
}

.myaccount-fly .flyout-content  div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.myaccount-fly .flyout-content .label {
    color: grey;
    padding-bottom: .5rem;
}

.myaccount-fly .flyout-content .user-main-name {
    font-size: initial;
    font-weight: bold;
}

.myaccount-fly .flyout-content .user-main-email {
    padding-left: 2rem;
}

.myaccount-fly .divider {
    border-top: 1px solid #ccc;
}

.myaccount-fly .flyout-content .user-attribute-label {
    font-weight: bold;
    font-size: small;
    padding-left: 2rem;
}

.myaccount-fly .flyout-content .edit-link-contact, .edit-link-profile, .edit-link-content {
    padding-left: 2rem;
    padding-top: 1rem;
    display: flex;
    align-items: center;
}

.myaccount-fly .flyout-content .edit-link-contact a, .edit-link-profile a, .edit-link-content a {
    color: #007ac3 !important;
    padding-left: .25rem;
    white-space: normal;
}

#contentselection-wrapper {
    display: table;
    height: calc(100vh - 7.75rem);
    width: 100%;
    overflow-y: hidden;
}

#contentselection-wrapper-centered {
    display: table-cell;
    vertical-align: top;
}

#contentselection-content {
    width: 50rem;
    margin: 6rem auto 0 auto;
}

#contentselection-content-header-title {
    line-height: 1.625rem;
}

#contentselection-content-body {
    max-width: 48rem;
}

#contentselection-content-body-title {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.1rem;
}
#contentselection-content-body-content {
    margin: 0.5rem 0 0 0;
    font-size: 0.50rem;
}

#contentselection-content-body-select-label {
    font-weight: bold;
    font-size: 0.75rem;
    padding: 1rem 0 0.25rem 0;
    margin: 0 0 0 1rem;
}

#contentselection-content-body-select {
    padding-top: 0.1rem;
    margin: 0 0 0 1rem;
    width: 75%;
    height: 1rem;
    font-size: 0.875rem;
}

.wk-modal .wk-modal-content .wk-modal-footer {
    min-height: 2.5rem;
}

.wk-modal .wk-modal-content .wk-modal-header {
    min-height: 2.0rem;
    padding: 0.5rem 3.75rem 0.5rem 1rem;
}

.wk-modal-footer {
    background-color: #f6f6f6;
}

.wk-button-bar {
    padding: 0.5rem;
}

button {
    padding: 0.75rem;
}

#contentselection-content-body-select-cancel {
    background-color: #f6f6f6;
    color: #005b92;
}

#contentselection-content-body-select-cancel:hover {
    border: 1px solid #005B92;
}
