﻿/*!

    This XWord Info CSS file (c) 2010-2023 by Jim Horne.
    All rights reserved.

*/

body {
    font-size: 12pt;
}

h2 {
    margin-top: 50px;
}

.info {
    max-width: 728px;
}

.logon {
    color: red;
    font-weight: bold;
    margin: 12px 0;
}

.status {
    color: red;
}

.fileup {
    padding: 2px;
    background-color: #ffffe0;
    max-width: 548px;
}

.XTab2 {
    max-width: initial;
    width: initial;
    margin-top: 20px;
}

.XTab2 td {
    white-space: nowrap;
}

.XTab2 td.short {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 250px;
}

.XTab2 td.center {
    text-align: center;
}

.XTab2 td a {
    font-weight: bold;
}

.warn {
    border: 2px solid red;
    font-weight: bold;
    text-align: center;
    padding: 16px;
    margin: 20px 0;
    background-color: #ffffc0;
    border-radius: 12px;
}

#box {
    padding: 25px 15px;
    background-color: whitesmoke;
    display: flex;
    flex-direction: column;
    max-width: 700px;
    border: 2px dashed cadetblue;
    margin: 30px auto;
    font-size: 13pt;
    font-weight: bold;
    border-radius: 12px;
    outline-offset: -10px;
}

#boxicon {
    width: 100%;
    height: 80px;
    fill: cadetblue;
    display: block;
    margin-bottom: 30px;
}

#box p, #box div {
    margin: auto;
}

#box.redirecting {
    background-color: lightgreen;
}

#box.is-dragover {
    background-color: lightgray;
}

#box.is-uploading {
    background-color: lightblue;
}

#nodrag {
    display: none;
    border: 2px solid green;
    border-radius: 12px;
    margin: 40px 0;
    padding: 0 20px;
    max-width: 728px;
    box-shadow: var(--xBoxShadow);
}