﻿body {
    padding: 3em;
}

h2, h3 {
    text-align: center;
}

#ceremonies {
    margin-top: 5em;
}

#ceremonies button {
    text-align: left;
    margin-left: 1em;
}

#ceremonyActions {
    margin-top: 1em;
}

#ceremonyDetails > input {
    width: 75%
}

#logo {
    margin: 0 auto;
    margin-bottom: 2em;
}

#loginArea {
    padding: 2em;
    text-align: center;
}

.colorSample {
    width: 100%;
    height: 100%;
    text-align: center;
}

.ceremonyActionsArea {
    margin-top: 1em;
}

.colorInput span {
    width: 50%;
    height: 36px;
    vertical-align: middle;
    font-weight: bolder;
}

.copyResult {
    padding-left: 2em;
    font-weight: bolder;
}

.urlLabelContainer {
    margin: auto;
}

#imagePreview {
    max-width: 200px;
    max-height: 200px;
}

#default-thumbnailPreview {
    max-width: 228px;
    max-height: 285px;
}

#imageWarning {
    color: red;
}

#welcome-imageWarning {
    color: red;
}

table.gradgrid {
    border-spacing: 1em;
    font-size: 12px;
    width: 100%;
}

table.gradgrid td {
    width: 20em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table.gradgrid td a {
    white-space: nowrap;
}

.ellipsis {
    position: relative;
}

.ellipsis:before {
    content: '&nbsp;';
    visibility: hidden;
}

.ellipsis span {
    position: absolute;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis a {
    position: absolute;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis input {
    position: absolute;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

td.nameCell {
    width: 10em;
    text-align: center;
}

td.fileCell {
    width: 10em;
    text-align: center;
}

td.altTextCell {
    width: 16em;
    text-align: center;
}

td.filterCell {
    width: 10em;
    text-align: center;
}

td.idCell {
    width: 5em;
    text-align: center;
}

li a:hover {
    text-decoration: underline overline !important;
}

table.gradheader {
    width: 100%;
}

table.gradheader td {
    width: 33%;
}

#unsavedWarning .modal-container {
    background-color: red;
    color: white;
}

#unsavedWarning .modal-header {
    color: white;
}

.mo-action-button {
    width: 100%;
    text-align: center !important;
}

div img#grad_slide_preview {
    margin: 0 auto;
    margin-bottom: 2em;
}

img#grad_slide_preview, img#grad_thumbnail_preview {
    width: auto;
    max-height: 400px;
}

.dialog_footer button {
    margin-left: 1em;
}

.modal.modal-md, .modal-container {
    max-width: 640px;
    padding: 0 .4rem;
    margin: 0 auto;
}

div.qa_warning {
    display: inline;
}

div.qa_warning span {
    background-color: salmon;
}

div.qa_warning span a.btn-clear {
    background-color: white;
}

div.qa_warning span a {
    color: black;
}

select.grad_filter {
    margin-top: -1em;
}

div.participant_changes {
    color: red;
}

div.participant_header {
    padding-top: .5em;
    padding-bottom: .5em;
}

.empty_highlight a {
    background-color: salmon;
}

.tox-tinymce {
    min-height: 500px;
}
