html, body
{
    height: 100%;
    margin: 0;
}

h1
{
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
}

img
{
    display: block;
    width: 100%;
}

table
{
    width: 100%
}

a
{
    color: #1EAEDB;
}

a:hover
{
    color: #006699;
}

form
{
    margin: 0;
}

.button, input[type="submit"]
{
    color: white;
    background-color: #1EAEDB;
    border: 0;
    text-transform: none;
    letter-spacing: 0;
    font-size: 13px;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 8px;
}

.button:hover, input[type="submit"]:hover
{
    color: white;
    background-color: #006699;
}

.button-active
{
    background-color: limegreen;
}

input[disabled], input[disabled]:hover
{
    color: #333;
    background-color: #222;
}

.nav
{
    background-color: #ddd;
    min-width: 160px;
    padding: 0 40px 0 40px;
    display: inline-block;
}

.nav > h1
{
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
}

.nav > img
{
    margin-bottom: 40px;
}

.nav > *:first-child
{
    margin-top: 40px;
}

.nav > ul
{
    list-style: none;
    font-size: 1.3rem;
}

.nav > ul > li > a
{
    list-style: none;
    font-size: 1.3rem;
    text-decoration: none;
    color: #666;
    margin-left: 12px;
}

.nav > ul > li > p
{
    list-style: none;
    font-size: 1.3rem;
    margin-left: 12px;
    margin-bottom: 10px;
}

.app-container
{
    width: 100%;
    min-height: 100%;
    max-width: none;
    justify-content: space-between;
    display: flex;
    flex-flow: column;
}

.app-content
{
    display: flex;
    flex: 1 1 auto;
}

.app-row
{
    flex-grow: 1;
    margin: 40px;
}

.display-container
{
    width: 100%;
    min-height: 100%;
    max-width: none;
    justify-content: space-between;
    display: flex;
    flex-flow: column;
}

.display-fill
{
    width: 100%;
    height: 100vh;
    background-size: cover;
    overflow: hidden;
    max-width: none;
}

.display-fill .display-content
{
    height: 100%;
}

.display-content
{
    margin-bottom: auto;
}

.display-row
{
    flex-grow: 1;
    margin: 100px 40px;
}

.dropdown
{
    position: relative;
    float: right;
}

.dropdown > button
{
    width: 180px;
    margin-bottom: 0;
    cursor: auto;
}

.dropdown-content
{
    display: none;
    position: absolute;
    background-color: #ddd;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 4px;
}

.dropdown-content > button
{
    width: 180px;
    margin-bottom: 0;
    cursor: auto;
    border: 0;
    background-color: #fff;
}

.dropdown-content > a
{
    display: inline-block;
    height: 38px;
    width: 178px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}

.dropdown-content > a:hover
{
    background-color: #bbb;
}

.dropdown:hover > .dropdown-content
{
    border: 1px solid #bbb;
    display: block;
}

.dropdown:hover > .dropdown-content > button
{
    width: 178px;
}

.page-container
{
    text-align: center;
}

.page-button, .page-button-disabled
{
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}

.page-button-disabled
{
    color: #bbb;
    cursor: auto;
    pointer-events: none;
}

th.actions
{
    width: 1px;
}

.message-container
{
    margin: 7px;
    margin-bottom: 24px;
}

.message
{
    background-color: #555;
    border-radius: 4px;
    padding: 12px;
    max-width: 600px;
}

.message + .message
{
    margin-top: 12px;
}

.message-debug
{
    background-color: #888;
}

.message-info
{
    background-color: cadetblue;
}

.message-success
{
    background-color:lightgreen;
}

.message-warning
{
    background-color:peru;
}

.message-error
{
    background-color:indianred;
}

.message > h1
{
    margin: 0;
    color: #222;
}

.message > p
{
    margin: 0;
    color: #222;
}

.header
{
    background-color: #222;
    width: 100%;
}

button.menu
{
    height: 64px;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    color: #888;
    display: block;
    text-align: left;
}

button.menu:hover
{
    color: #fff;
}

button.menu > img
{
    width: auto;
    height: 48px;
    padding: 8px;
    display: inline-block;
}

button.menu > p
{
    display: inline-block;
    vertical-align: bottom;
    font-size: 1.25rem;
    font-weight: 600;
    vertical-align: top;
    margin-top: 12px;
    margin-bottom: 0;
}

.menu-content
{
    display: none;
}

.menu-content > .row
{
    margin: 40px 40px;
}

.menu-product
{
    height: 32px;
    text-decoration: none;
    color: #888;
    display: block;
}

.menu-product + .menu-product
{
    margin-top: 8px;
}

.menu-product:hover
{
    color: #fff;
}

.product-icon
{
    width: 32px;
    display: inline-block;
    border-radius: 20%;
}

.menu-product > img.svg
{
    width: 22px;
    padding: 5px 0px 5px 10px;
    display: inline-block;
    filter: invert(0.5);
    border-radius: unset;
}

.menu-product:hover > img.svg
{
    filter: invert(1.0);
}

.menu-product > p
{
    display: inline-block;
    vertical-align: bottom;
    font-size: 1.25rem;
    font-weight: 600;
    vertical-align: top;
    margin-top: 6px;
    margin-left: 8px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.small-print
{
    font-size: 0.8em;
}

input[type="text"]
{
    width: 100%;
}

.tabs
{
    list-style: none;
    display: flex;
    margin: 15px 0 0 0;
    border-bottom: 4px solid #222;    
}

.tabs > li
{
    margin-bottom: 0;
}

.tab, .tab-active
{ 
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #222;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #1EAEDB;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    display: block;
    margin-right: 4px;
}

.tab
{ 
    background-color: #1EAEDB;
    color: white;
}

.tab:hover
{
    color: white;
    background-color: #006699;
}

.tab-active, .tab-active:hover
{
    color: #888;
    background-color: #222;
}

.richtext-tooltip
{
    visibility: hidden;
    width: 200px;
    height: 28px;
    color: #222;
    text-align: center;
    padding: 0 30px;
    border-radius: 4px;
    display: block;
    position: absolute;
    z-index: 1;
    left: 250px;
    margin-left: -130px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 28px;
    background-color: salmon;
}

.ql-toolbar.ql-snow
{
    border: 0;
    padding: 0;
}

.ql-container.ql-snow
{
    border-radius: 4px;
    margin-bottom: 14px;
    font-family: -apple-system,system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 1.0em;
}

.ql-disabled
{
    border: 0;
}
.ql-snow .ql-editor img
{
    width: auto;
}

.ql-clipboard {
    white-space: pre-wrap;
}