/* CSS RESET */

/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*/
/* HTML5 display-role reset for older browsers */
/*
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/

/* MAIN */

body {
    color: gold;
    background-color: navy;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    overflow-y: scroll;
	background-image: none;
	background-size: cover;
	background-repeat: repeat;
	background-attachment: fixed;
    font-family: "Open Sans", "IBM Plex Sans", sans-serif;
}

div.column {
	width: 94%;
	background-color: ghostwhite;
    border: 2px solid #111111;
    border-radius: 4px;
    color: black;
    margin: auto;
    padding-top: 8px;
}

div.column-tabs {
    display: none;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
}

div.list-content {
    margin-left: 12px;
    margin-right: 12px;
    /* Consider turning this off if no background image: */
    padding-top: 12px;
}

/* ALL MOBILE DEVICES */
@media only screen and (max-width: 1024px) {
    div.list-content {
        padding-top: 0.1px;
    }

    div.column {
        border: none;
    }
}

div.column-content {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
}

div.column-container {
    float: left;
    border: none;
    margin: 0px;
    padding: 0px;
}

div.whole {
    width: 99.9%;
}

div.half {
    width: 50%;
}

div.third {
    width: 33.3%;
}

div.quarter {
    width: 25%;
}

div.fifth {
    width: 20%;
}

div.sixth {
    width: 16.65%;
}

div.unavailable {
    opacity: .25;
}

/* ALL MOBILE DEVICES */

div.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    background-color: navy;
}

div.back-bar {
    display: flex;
    align-items: center;
    padding-top: 12px;
    font-family: "Open Sans", "IBM Plex Sans", sans-serif;
  	font-size: 1.35em;
}

/* DESKTOP ONLY */
@media only screen and (min-width:1025px) {
    div.back-bar {
        display: none;
    }

    div.mobile-app-banner {
        display: none;
    }
}

button.back-button {
    padding: 0;
    margin-left: 8px;
    margin-right: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: none;
}

span.list-name {
    width: 100%;
    font-weight: bold;
    color: white;
}

td {
    font-family: "Open Sans", "IBM Plex Sans", sans-serif;
}

input.create-user {
	width: 400px;
	padding: 8px;
    font-family: "Open Sans", "IBM Plex Sans", sans-serif;
	font-weight: bold;
    background-color: gold;
}

input.password {
	width: 80%;
	padding: 4px;
    font-family: "Open Sans", "IBM Plex Sans", sans-serif;
	font-weight: bold;
    background-color: gold;
}

/* ALL MOBILE DEVICES */

input.password {
}

table.pricing {
    border: none;
	border-spacing: 0;
}

tr.pricing {
    border: none;
}

td.pricing-option {
    border-left: solid darkgrey 1px;
    padding-left: 10px;
    padding-right: 10px;
}

td.pricing-label {
    padding-right: 10px;
}

table.plans {
	border: none;
	border-collapse: collapse;
}

table.plans td {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	padding-right: 20px;
}

table.plans tr.header {
	background-color: gold;
	padding: 4px;
	font-weight: bold;
}

table.plans tr.header td {
	padding-top: 6px;
	padding-bottom: 6px;
}

hr.popup {
    border: solid 1px darkgrey;
    margin-top: 4px;
}

span.error-text {
    color: red;
}

span.popup-heading {
    font-size: large;
	font-weight: bold;
}

span.initials {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 20px;
    margin-right: 30px;
	font-weight: bold;
}

span.initials:hover {
    color: deepskyblue;
}

center.spacer {
    margin-top: 32px;
    margin-bottom: 32px;
}

div.popup {
    background-color: ghostwhite;
    color: black;
    width: 45%;
    padding: 32px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1001;
    border: 2px solid #111111;
    border-radius: 4px;
    font-family: "Open Sans", "IBM Plex Sans", sans-serif;
}

div.mobile-app-banner {
    padding-top: 8px;
    background-color: #ECECF2;
    /* background-color: GainsBoro; */
    /* background-color: AliceBlue; */
}

/* ALL MOBILE DEVICES */

/* DESKTOP ONLY */

div.popup-account {
    background-color: ghostwhite;
    color: black;
    width: 50%;
    # height: 75%;
    # overflow-y: scroll;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    font-family: "Open Sans", "IBM Plex Sans", sans-serif;
}

div.popup-admin {
    background-color: ghostwhite;
    color: black;
    width: 50%;
    # height: 75%;
    # overflow-y: scroll;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    font-family: "Open Sans", "IBM Plex Sans", sans-serif;
}

div.transparent {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
}

div.toast {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
    background-color: mediumblue;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 32px;
    padding-right: 32px;
    border: solid 2px deepskyblue;
    border-radius: 6px;
}

span.toast {
    color: white;
    font-weight: bold;
  	font-size: 1.2em;
}

/* ALL MOBILE DEVICES */
@media only screen and (max-width: 1024px) {
    div.mobile-backdrop {
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #ECECF2;
        /* background-color: GainsBoro; */
        /* background-color: AliceBlue; */
    }

    div.toast {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
    }

    span.toast {
        font-size: 1em;
    }
}

img.button-embed-image {
    height: 20px;
    margin-right: 12px;
}

/* DESKTOP ONLY */
@media only screen and (min-width:1025px) {
    div.mobile-backdrop {
        display: none;
    }
}

div.opaque {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: black;
    opacity: 0.6;
}

div.toolbar {
    background-color: ghostwhite;
    /* margin-left: 32px; */
    margin-left: 70px;
    margin-right: 32px;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 4px;
    border: 1px solid gold;
    overflow: hidden;
}

div.movable-tooltip {
    position: absolute;
    #top: 70px;
    #right: 30px;
    display: none;
    background-color: ghostwhite;
    color: black;
    font-family: "Open Sans", "IBM Plex Sans", sans-serif;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: solid 1px black;
    border-radius: 3px;
    animation: tooltip-keys 0.8s 1;
    z-index: 99;
}

@keyframes tooltip-keys {
    0% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

div.footer {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
    background-color: ghostwhite;
    border-top: 16px solid navy;
    color: black;
    padding-bottom: 6px;
}

div.array-of-lists-footer {
    /* border-top: 16px solid AliceBlue; */
    /* border-top: 16px solid GainsBoro; */
    border-top: 2px solid DimGray;
}

div.header {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 16px;
    background-color: navy;
    z-index: 1;
}

div.texture-panel {
    margin-top: 30px;
}

div.status-line {
    clear: both;
    padding-top: 4px;
}

button.stats-button {
    border: 1px solid black;
    border-radius: 4px;
    width: 75px;
}

button.toolbar-button {
    padding: 0;
    margin-left: 0px;
    margin-right: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: none;

    position: relative;

	user-select: none;
    -user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

button.backbar-button {
    padding: 0;
    margin-left: 0px;
    margin-right: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: none;

    background-color: navy;
}

button.backbar-spacing {
    margin-right: 24px;
}

/* Label Admin */

/* Other */

/* DESKTOP ONLY */
@media only screen and (min-width:1025px) {
    button.toolbar-button {
        display: none;
    }
}

span.topright-button-wrapper {
    padding-right: 8px;
    display: flex;
}

button.unavailable {
    opacity: .25;
}

tr.unavailable {
    opacity: .25;
}

img.context-icon {
    width: 24px;
    vertical-align: middle;
    margin-right: 8px;
}

img.toolbar-icon {
    padding: 2px;
    border: none;
#    width: 40px;
    margin: 0;
    background-color: ghostwhite;
    vertical-align: bottom;
}

img.thumbnail {
    width: 150px;
    margin: 4px;
    border: 3px solid white;
}

img.thumbnail.selected-thumbnail {
    border: 3px solid deepskyblue;
}

img.thumbnail:hover {
    border: 3px solid navy;
}

@media(hover: hover) and (pointer: fine) {
    img.toolbar-icon:hover {
        background-color: deepskyblue;
    }
}

@media(hover: none) or (pointer: coarse) {
    img.toolbar-icon:active {
        background-color: deepskyblue;
    }
}

img.toolbar-spacer {
    padding: 0;
    border: none;
    height: 40px;
    margin: 0;
    background-color: ghostwhite;
    vertical-align: bottom;

    user-select: none;
    -user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

img.top-left-logo {
    height: 80px;
    position: absolute;
    top: 20px;
    left: 20px;

    user-select: none;
    -user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

button.dialog {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
    outline: none;
	font-weight: bold;
    color: black;
    background-color: gold;
    border: 1px solid dimgrey;
}

button.dialog:hover {
    background-color: deepskyblue;
}

button.embed-image {
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.confirm {
    margin-top: 4px;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 4px;
    outline: none;
	font-weight: bold;
    color: black;
    background-color: gold;
    border: 1px solid dimgrey;
    width: 100px;
}

/* MOBILE ONLY */
@media only screen and (max-width: 1024px) {
    button.confirm {
        width: 80px;
    }
}

button.confirm:hover {
    background-color: deepskyblue;
}

button.confirm.confirm-grey {
    border: 1px solid grey;
    color:darkgrey;
    background-color: gainsboro;
}

button.confirm.confirm-grey:hover {
    border: 1px solid grey;
    color:darkgrey;
    background-color: gainsboro;
}

button.checkout {
    margin-top: 4px;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
    outline: none;
	font-weight: bold;
    color: black;
    background-color: gold;
    border: 1px solid dimgrey;
}

button.checkout:hover {
    background-color: deepskyblue;
}

button.checkout:active {
    background-color: white;
}

button.negative {
    background-color: red;
    color: white;
}

button.negative:hover {
    background-color: black;
}

button.positive {
    background-color: springgreen;
}

button.positive:hover {
    background-color: gold;
}

button.flat {
    background: none;
    border: 1px solid transparent;
    width: 28px;
    height: 28px;
    position: relative;
}

@media(hover: hover) and (pointer: fine) {
    button.flat:hover {
        background-color: gold;
        border: 1px solid dimgrey;
        border-radius: 4px;
    }
}

button.flat:active {
    background-color: deepskyblue;
}

button.large-flat {
    width: 32px;
    height: 32px;
}

img.flat {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

img.large-flat {
    width: 25px;
}

img.filter {
    width: 20px;
    float: right;
    padding: 2px;
    margin-right: 10px;
}

img.filter:hover {
    background-color: deepskyblue;
}

button.column-tab {
    background-color: mediumblue;
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    border: solid 3px black;
	font-weight: bold;
	font-size: 1.1em;
}

button.column-tab.selected-column-tab {
    background-color: ghostwhite;
    color: black;
    border-bottom: solid 3px ghostwhite;
    border-top: solid 3px silver;
    border-left: solid 3px silver;
    border-right: solid 3px silver;
}

/* MOBILE ONLY */

/* DESKTOP ONLY */

button.done {
    background-color: springgreen;
}

button.progress {
    font-style: italic;
}

button.in-progress {
    background-color: gold;
}

button.blocked {
    background-color: silver;
}

button.additem.selected, button.confirm.selected {
    border: 3px solid mediumblue;
    margin-top: 3px;
    margin-bottom: 3px;
    /* margin-left: -2px; */
}

/* Showing selection with an outline instead of a border.
   This paints without affecting layout, and avoids relying on border-growth/margin-shrink cancelling out,
   which can be thrown off by sub-pixel rounding at non-100% browser zoom). */
button.listitem.selected {
    outline: 3px solid mediumblue;
    outline-offset: -1px;
}

button.listitem.dummysubtask.selected {
    outline-style: dashed;
    border-color: transparent;
}

/* MOBILE ONLY */

span.column-heading {
    font-family: "Open Sans", "IBM Plex Sans", sans-serif;
	font-weight: bold;
	color: navy;
	font-size: 1.35em;
	user-select: none;
    -user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

span.column-heading:hover {
    color: deepskyblue;
}

span.email {
    font-family: "Lucida Console", "Courier New", monospace;
}

span.vert-align {
    display: flex;
    align-items: center;
    justify-content: center;
}

img.warning {
    width: 32px;
    margin-right: 12px;
}

select.choice {
    padding: 5px;
    font-size: medium;
}

a.link {
    text-decoration: none;
}

div.popup-textures {
    width: 75%;
    max-height: 75%;
    overflow-y: auto;
}

img.floating-help {
    position: fixed;
    bottom: 70px;
    right: 8px;
    width: 34px;
    height: 34px;
    z-index: 21;
}

@keyframes show-in-tray {
    0% {
        height: 0;
    }
    100% {
        height: 96px;
    }
}

@keyframes hide-in-tray {
    0% {
        height: 96px;
    }
    100% {
        height: 0;
    }
}

/* ALL MOBILE DEVICES */

div.tooltip-shortcut {
    color: dodgerblue;
    text-align: right;
    width: 100%;
    font-variant: small-caps;
    font-size: 0.95em;
    margin-top: 4px;
}

span.no-filter-message {
    font-family: "Open Sans", "IBM Plex Sans", sans-serif;
    font-weight: medium;
    font-style: italic;
    font-size: 0.9em;
    display: block;
    padding-top: 6px;
    padding-bottom: 12px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    color: #202020;
}
