
html {
    font-family: "Tahoma", "Arial", sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
    height: 100%;
}

body {
    font-size: 1rem;
    padding: 0;
    margin: 0;
    border: none;
    height: 100%;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10+ and Edge */
    user-select: none; /* Standard syntax */
}

.errorCode {
    font-size: 0.8rem;
    color: gray;
}

.errorReason {
    font-size: 0.8rem;
    color: gray;
}

input, select {
    font-family: "Tahoma", "Arial", sans-serif;
    font-size: 1rem;
}

textarea {
    font-family: "Tahoma", "Arial", sans-serif;
    font-size: 1rem;
    padding: 0.2rem;
    border: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

input, select {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    input[type=file] {
        margin: 0 0 5px 0;
    }

    input[type=submit], input[type=button], button {
        border: none;
        border-radius: 4px;
    }

        input[type=button]:hover, button:hover {
            /*transition: background-color 0.25s linear;
            background-color: gainsboro;*/
        }

    input[type=submit] {
        /*background-color: #4CAF50;
        color: white;*/
    }

        input[type=submit]:hover {
            /*transition: background-color 0.25s linear;
            background-color: #45a049;*/
        }

/*
a:not(.plain):link {
    color: black;
    text-decoration: none;
}

a:not(.plain):visited {
    color: black;
    text-decoration: none;
}

a:not(.plain):hover {
    color: blue;
    text-decoration: none;
}

a:not(.plain):active {
    color: black;
    text-decoration: none;
}

a:not(.plain):focus {
    text-decoration: none;
}

.NewsBossTitle {
    font-size: 1.5rem;
    color: red;
    font-weight: bold;
    font-style: italic;
}

.NBPageName {
    color: white;
    font-weight: bold;
}
*/
.Pane {
    background-color: gainsboro;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10+ and Edge */
    user-select: none; /* Standard syntax */
}

.ToolBar {
    flex-shrink: 0;
    width: 100%;
    height: 1.3rem;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: default;
    white-space: nowrap;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ToolBarText {
    margin: 0;
    padding: 0;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}

.ToolBarTable {
    width: 100%;
    height: 100%;
    float: left;
    padding: 0px 2px 0px 1px;
    margin: 0px 0px 0px 0px;
    border: solid 0px black;
}

.ToolBarTableData {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: solid 0px black;
}

.ToolBarButton {
    float: left;
    padding: 0px 1px 0px 1px;
    border-width: 0px;
    margin: 0px 0px 0px 0px;
    cursor: default;
    width: 1.3rem;
    height: 1.3rem;
}

.StatusBar {
    height: 1.7rem;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
}

.MsgFrame {
    position: absolute;
    left: 0;
    top: 0;
    height: 1.3rem;
    line-height: 1.3rem;
    cursor: default;
    overflow: hidden;
    padding-left: 5px;
}

.MsgButtonDiv {
    position: absolute;
    right: 0;
    top: 0;
    height: 1.3rem;
    line-height: 1.3rem;
    overflow: hidden;
}

.MsgButton {
    border-width: 0px;
    border-color: Gray;
    cursor: pointer;
    float: right;
    width: 1.3rem;
    height: 1.3rem;
}

.AudioList {
    overflow: auto;
    flex-grow: 10;
    background-color: white;
}

.AudLstDLBut {
    height: 1rem;
    vertical-align: middle;
    border-style: none;
}

.List {
    position: fixed;
    left: 0;
    top: 1.3rem;
    width: 100%;
    bottom: 100px;
    background-color: white;
    overflow: scroll;
}

.ListHeader {
    width: 100%;
    text-align: right;
    cursor: default;
    padding-top: 3px;
}

.PinnedHeader {
}

.SLC {
    border-style: solid;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.QueueList {
    background-color: white;
    border: none;
    margin: 0;
    padding: 0;
}

.QLstRw {
    overflow: hidden;
    height: 1.6rem;
    font-size: 1.2rem;
    padding: 0.2rem 0 0.2rem 2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.QLstRwRoot {
    overflow: hidden;
    height: 2rem;
    white-space: nowrap;
    font-size: 1.5rem;
}

.QLstRwAdjNoSubPad {
    padding-left: 4.5rem;
}

.QLstRwImg {
    cursor: pointer;
    vertical-align: middle;
    height: 1.5rem;
    width: 1.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-radius: .5rem;
    transition: 0.3s;
}

.MediaImage {
    height: 1.2rem;
    width: 1.2rem;
    vertical-align: middle;
    margin: auto .2rem auto 0;
}

.caret-down {
    transform: rotate(90deg);
}

.QLstRwTxt {
    cursor: pointer;
    vertical-align: middle;
}

.QLstRwTxtRoot {
    cursor: default;
    color: cornflowerblue;
}

.QLstRwAdjTxtNoRead {
    color: dodgerblue;
}

.QLstRwAdjTxtMediaSet {
    color: dodgerblue;
}

.QLstRwAdjTxtNoEdit {
    color: green;
}

.QLstRwAdjTxtSelected {
    color: white;
    background-color: royalblue;
}

.QLstRwAdjTxtHover {
    color: blue;
}

.QLstRwAdjTxtHoverSelected {
    color: black;
}

@media (any-hover: hover), (-ms-high-contrast:none) {
    .QLstRwImg:hover {
        background-color: lightgray;
    }
}

.lastDiv {
    white-space: nowrap;
    overflow: visible;
}

.StoryList {
    overflow: auto;
    flex-grow: 10;
    background-color: white;
}

.FrameBody {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    overflow: auto;
}

.FrameHeader {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 1.25rem;
    line-height: 2rem;
    margin: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
    text-align: center;
    cursor: default;
    white-space: nowrap;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #C22421;
    color: white;
}

.FrameFooter {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 1.0rem;
    line-height: 2rem;
    margin: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
    text-align: center;
    cursor: default;
    white-space: nowrap;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    background-color: black;
}

.FrameHeaderText {
    overflow: hidden;
    text-overflow: ellipsis;
}

.FrameHeaderSmallText {
    font-size: 0.7rem;
    vertical-align: bottom;
}

.FrameMiddle {
    overflow: auto;
    flex-grow: 10;
    background-color: white;
}

.ItemHeaderWhite {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    background-color: ghostwhite;
    color: black;
    padding: .2rem;
}

.ItemHeaderBlack {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    background-color: black;
    color: white;
    padding: .2rem;
}

.StoryMain {
    display: flex;
    flex-grow: 10;
    flex-direction: column;
    overflow: hidden;
    background-color: white;
}

.StoryText {
    padding: 5px;
    overflow: auto;
    flex-grow: 10;
    -webkit-user-select: text; /* Safari */
    -ms-user-select: text; /* IE 10+ and Edge */
    user-select: text;
}

.FooterAudio {
    flex-grow: 0;
    flex-shrink: 0;
    color: white;
    background-color: black;
}

.AudioPlayerFileName {
    padding: 4px 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.AudioPlayerControls {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-grow: 100;
}

.AudioPlayerPrevNext {
    white-space: nowrap;
}

.AudioPlayer {
    flex-shrink: 10;
    flex-grow: 0;
    vertical-align: middle;
    padding-left: 5px;
    width: 300px;
    height: 30px;
}

table.StoryHeaderTable {
    table-layout: fixed;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: silver;
    width: 100%;
}

.ItemListRow {
    margin: 0.3rem 0.2rem 0.3rem 0.2rem;
    padding: 0.3rem 0.3rem 0.3rem 0.3rem;
    overflow: hidden;
    cursor: pointer;
    background-color: white;
    border-radius: 5px;
}

.ItemRowLine {
    display: flex;
    height: 1.5rem;
}

.ItemListSender {
    flex: 1;
    padding-left: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ItemListDate {
    flex-shrink: 0;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
}

.ItemListSubject {
    flex: 1;
    padding-left: .2rem;
    font-size: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.LstRw {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    border-width: 0 0 1px 0;
    background-color: ghostwhite;
    cursor: pointer;
    border-radius: 4px;
    margin: 0.3rem 0.2rem;
    padding: 0.2rem;
    font-size: 1rem;
    border: 1px solid gainsboro
}

.LstSlg {
    /*flex: 1;*/
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
    width: 100%;
}

.LstDtCtr {
}

.LstDt {
    flex-shrink: 0;
    flex-grow: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    font-size: 0.8rem;
}

.LstDL {
    flex-basis: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 0px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

    .LstDL a {
        background-color: White;
    }

.PinLink {
    cursor: pointer;
    color: Black;
    padding: 0px 3px 0px 3px;
    white-space: nowrap;
    text-decoration: underline;
}

.CartNameMP3 {
    background-color: #99FF66;
    white-space: nowrap;
    text-align: left;
    border: solid 1px Silver;
}

.CartNamePCM {
    background-color: #CCCCFF;
    white-space: nowrap;
    text-align: left;
    border: solid 1px Silver;
}

.CartMP3 {
    background-color: #99FF66;
    white-space: nowrap;
    text-align: center;
    border: solid 1px Silver;
}

.CartPreview {
    background-color: #FFCC66;
    white-space: nowrap;
    text-align: center;
    border: solid 1px Silver;
}

.CartPCM {
    background-color: #CCCCFF;
    white-space: nowrap;
    text-align: center;
    border: solid 1px Silver;
}

.CartPrevNext {
    text-align: center;
    padding: 0 5px;
    min-width: 40px;
    width: 20px;
    font-size: 1.2rem;
    background-color: gainsboro;
}

.MsgSubjNew {
    margin: 3px 0px 0px 0px;
    color: Red;
    font-weight: bold;
}

.MsgSubjRead {
    margin: 3px 0px 0px 0px;
    color: black;
    font-weight: bold;
}

.MsgNone {
    margin: 3px 0px 0px 0px;
    color: black;
    width: 100%;
}

.MsgNew {
    margin: 3px 0px 0px 0px;
    color: Red;
    width: 100%;
    cursor: pointer;
}

.MsgRead {
    margin: 3px 0px 0px 0px;
    color: black;
    width: 100%;
}

.MsgListHeader {
    width: 100%;
    color: black;
    text-align: left;
    padding-top: 1px;
    border: 1px solid gray;
    cursor: default;
}

.MsgListFrame {
    flex: 1;
    height: 100%;
    padding: 0;
    overflow: auto;
    background-color: white;
}

.MsgListRow {
    margin: 0.3rem;
    padding: 0.3rem;
    overflow: hidden;
    cursor: pointer;
    background-color: ghostwhite;
    border-radius: 4px;
    border: 1px solid gainsboro;
}

.MsgListRowUnread {
    font-weight: bold;
}

.MsgRowLine {
    display: flex;
    height: 1.5rem;
}

.MsgListSender {
    flex: 1;
    padding-left: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.MsgListDate {
    flex-shrink: 0;
    padding-left: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.8rem;
}

.MsgListSubject {
    flex: 1;
    padding-left: .2rem;
    font-size: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.MsgListStatus {
    padding-left: 3px;
    width: 20px;
    white-space: nowrap;
    overflow: hidden;
}*/

.MsgListHold {
    margin-left: 5px;
    margin-right: 5px;
    width: 1rem;
    height: 1rem;
    white-space: nowrap;
    overflow: hidden;
}

    .MsgListHold img {
        width: 1rem;
    }

/*Forms ------------------------------------*/
.ReqFldMsg {
    flex-grow: 0;
    flex-shrink: 0;
    text-align: left;
    font-size: .7rem;
    color: DimGray;
}

.MainFormBody {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    overflow: auto;
    box-sizing: border-box;
}

    .MainFormBody * {
        box-sizing: border-box;
    }

    .MainFormBody .ProgressMsg {
        visibility: hidden;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        padding: 10px 20px;
        border: 1px solid;
        border-color: steelblue;
        border-radius: 4px;
        color: black;
        background-color: lightskyblue;
        font-size: 1.5rem;
        text-align: center;
    }

.MainFormHeader {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 1.25rem;
    line-height: 2rem;
    width: 100%;
    margin: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
    text-align: center;
    white-space: nowrap;
    cursor: default;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #C22421;
    color: white;
}

.MessagesHeader {
    background-color: darkcyan;
}

.MainFormButton {
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    background-color: rgba(0, 0, 0, 0);
    margin: 0 .2rem;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    vertical-align: middle;
}

    .MainFormButton:disabled {
        opacity: 0.5;
    }

button:focus {
    outline: none;
    border: none;
}

.MainFormHeaderText {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (any-hover: hover), (-ms-high-contrast:none) {
    .MainFormButton:hover:enabled {
        transition: background-color 0.3s linear;
        background-color: rgba(255, 0, 0, 0.5);
        opacity: 1;
    }
}

.MainFormButtonImg {
    width: 1.75rem;
    height: 1.75rem;
    vertical-align: middle;
}

.Field {
    display: flex;
    flex-grow: 0;
    flex-shrink: 1;
    flex-direction: row;
    padding-top: 0.2rem;
    min-height: 2rem; /* << For IE11*/
}

.ShallowField {
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    padding-top: 0;
}

.FieldTitle {
    text-align: right;
    flex-grow: 0;
    flex-shrink: 0;
    color: DimGray;
    float: left;
    width: 10rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.StoryHeaderFieldTitle {
    text-align: right;
    flex-grow: 0;
    flex-shrink: 0;
    color: DimGray;
    width: 5rem;
    padding-right: 8px;
    white-space: nowrap;
}

.FieldInput {
    flex-grow: 1;
}

.FieldValue {
    flex-grow: 1;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: text; /* Safari */
    -ms-user-select: text; /* IE 10+ and Edge */
    user-select: text;
}

.ButtonGroup {
    flex-grow: 0;
    flex-shrink: 0;
    text-align: center;
    padding-top: 0.25rem;
}

.MainFormFormHeader {
    padding: .2rem .2rem .5rem .2rem;
    background-color: ghostwhite;
}

.MainFormEntry {
    display: flex;
    flex-direction: column;
    overflow: auto;
    flex-grow: 1;
    width: 100%;
    height: 100%;
}

    .MainFormEntry input[type=text], .MainFormEntry select, .MainFormEntry textarea {
        width: 100%;
    }

    .MainFormEntry label {
        padding: 5px 5px 5px 0;
        display: inline-block;
        text-align: right;
    }

    .MainFormEntry .FixedHeightFieldGroup {
        flex-grow: 0;
        flex-shrink: 0;
        padding-top: 10px;
    }

.ExpandingFieldGroup {
    display: flex;
    flex: 1;
}

.MainFormForm {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0.5rem;
    width: 100%;
}

@media screen and (min-width: 768px), screen and (max-height: 375px) {

    textarea::-webkit-input-placeholder { /* WebKit browsers */
        color: transparent;
    }

    input::-webkit-input-placeholder { /* WebKit browsers */
        color: transparent;
    }

    textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: transparent;
    }

    input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: transparent;
    }

    textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: transparent;
    }

    input::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: transparent;
    }

    textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: transparent;
    }

    input:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: transparent;
    }
}

@media screen and (max-width: 768px), screen and (max-height: 375px) {
    .FieldTitle {
        width: 100%;
        text-align: left;
        display: none;
    }

    .FieldInput {
        margin-top: 0;
        width: 100%;
    }
}

.ResultBody {
    background-color: black;
    margin: 0px;
}

    .ResultBody .ResultMessageBlock {
        background-color: white;
        color: black;
        font-size: 1rem;
        text-align: center;
        margin: 20px;
        padding: 20px;
    }

        .ResultBody .ResultMessageBlock button {
            width: 150px;
        }

.MessageSpinner {
    margin: 0;
    padding: .5rem;
    display: inline-block;
    border: .5rem solid #f3f3f3;
    border-radius: 50%;
    border-top: .5rem solid #3498db;
    width: 1rem;
    height: 1rem;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

div.MessageContainer {
    height: 100%;
}

div.Message {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1rem;
}

.wrapall {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.wrap {
    display: flex;
    flex-direction: row;
    flex-grow: 10;
}

.wrapcol {
    display: flex;
    flex-direction: column;
    flex-grow: 10;
}

.frame {
    overflow: auto;
    min-height: 100px;
    width: 100%;
    flex-grow: 10;
    border: 2px solid gray;
}

    .frame#QueueList {
        border-width: 0 1px 1px 0;
    }

    .frame#ItemList {
        border-width: 0 1px 0 0;
    }

    .frame#StoryView, .frame#ImageView, .frame#VideoView {
        border-width: 0 0 1px 0;
    }

    .frame#NBAXStoryView {
        /*border-width: 0;*/
        border-width: 0 0 1px 0;
    }

@media screen and (max-width: 768px), screen and (max-height: 375px) {
    .frame#QueueList, .frame#ItemList, .frame#StoryView, .frame#ImageView, .frame#VideoView {
        border-width: 0;
    }
}

@media screen and (min-width: 1280px) {
    .frame#QueueList, .frame#StoryView, .frame#ImageView, .frame#VideoView {
        border-width: 0;
    }

    .frame#QueueList, .frame#ItemList {
        height: 100%;
    }

    .frame#ItemList {
        border-width: 0 1px 0 1px;
        /*height: 100%;*/
    }
}

.autoheight {
    height: auto;
}

.is-hidden {
    display: none;
}

.modalframe {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    border: none;
}

.footer {
    height: 1.7rem;
    width: 100%;
    margin: 0;
    border-width: 1px 0 0 0;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/* The Close Button */
.close {
    /*color: #aaa;
    float: right;
    font-size: 1rem;
    font-weight: bold;*/
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
}

.alert-success {
    background-color: #dff0d8;
    color: #3c763d;
    border-color: #d6e9c6;
}

.alert-info {
    background-color: #d9edf7;
    color: #3170;
    border-color: #bce8f1;
}

.alert-warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
    border-color: #faebcc;
}

.alert-danger {
    background-color: #f2dede;
    color: #a94442;
    border-color: #ebccd1;
}

/*.tooltip {
}

    .tooltip .tooltiptext {
        visibility: hidden;
        background-color: dimgray;
        color: white;
        text-align: center;
        padding: 0.25rem;
        border-radius: .2rem;
        width: auto;
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 50%;
        margin-left: -50%;
        opacity: 0;
        transition: opacity 0.25s;
        transition-delay: 0.5s;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }*/

/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 768px), screen and (max-height: 375px) {
    /*.wrap {
        flex-direction: column;
    }*/

    .modalframe {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media screen and (min-width: 1280px) {
    .wrapcol#ListFrameContainer {
        flex-direction: row;
    }
}
