@import "dnd.css";
@import "canvas.css";
@import "goodies.css";

body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: silver !important;
}

#gwt-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.language-canvas-container {
    box-shadow: 2px 2px 10px black;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: lightgray;
}

.language-canvas-container > * {
    box-shadow: 2px 2px 10px black;
    margin-top: 8px;
    margin-bottom: 8px;
}

.appfx-group {
    border: 1px solid black;
    box-shadow: 2px 2px 4px silver;
    border-radius: 5px;
    margin: 3px .2em;
}

.com-arcbees-chosen-client-resources-ChozenCss-chzn-container-single .com-arcbees-chosen-client-resources-ChozenCss-chzn-single span {
    vertical-align: top;
}

* {
    box-sizing: border-box;
}

.cell-list-picker {
    border: 1px solid;
    box-shadow: 2px 2px 4px silver;
    border-radius: 5px;
    padding: .2em;
}

.qc-table-container {
    border-collapse: collapse;
    border: 1px solid black;
    box-shadow: 2px 2px 4px black;
    overflow: auto !important;
}

.edit-dialog-container {
    border: 10px solid silver;
}

.edit-dialog {
    padding: 1em !important;
}

.library-artist {
    font-size: 1.3em;
    width: 100%;
    border-top: 2px solid silver;
}

.vertical-list {
    display: flex;
    flex-direction: column;
    background-color: aliceblue;
    padding: .3em;
    margin: 0;
    align-items: center;
}

.vertical-list > * {
    margin-bottom: .5em;
    font-size: 2em;
}

.full-screen h1, .full-screen h2 {
    margin: 0;
}

.document-info {
    white-space: nowrap;
}

.document-info td:last-child {
    width: 100%;
}

.keypad {
    position: fixed;
    left: 1em;
    right: 1em;
    bottom: 0;
    height: .4in;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: rgba(172, 172, 172, .6);
}

.keypad > * {
    padding: .4em !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    margin-right: .2em !important;
    margin-top: .2em !important;
}

.scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.gwt-MenuBar-horizontal, .gwt-MenuItem {
    vertical-align: middle !important;
    white-space: nowrap;
}

.form-popup .gwt-Label {
    cursor: pointer;
    background: bisque;
    border: 1px solid silver;
    margin: 3px;
    border-radius: 6px;
    text-align: center;
    padding: 3px;
}

.form-popup .gwt-Label:hover {
    background-color: lightskyblue;
}

.form-popup .gwt-TextBox {
    background-color: gainsboro;
}

.gwt-TextArea {
    -webkit-overflow-scrolling: touch;
}

textarea {
    -webkit-overflow-scrolling: touch;
}

.dialog-cool .dialogContent {
    background-color: #ffffce;
    padding: .5em;
    cursor: default;
}

.dialog-cool p {
    font-size: 1.3em;
    margin: 6px;
}

.dialog-cool a {
    cursor: pointer;
}

.dialog-cool * {
    box-shadow: none !important;
    background-color: transparent;

}

.preference-section > td {
    background: #d0e4f6;
    font-size: 1.3em;
}