/* Site Colors:
	#1A446C - blue grey
	#689DC1 - light blue
	#D4E6F4 - very light blue
	#EEE4B9 - light tan
	#8D0D19 - burgundy
	#6698FF - Sky Blue
*/

html {
    height: 100%;
    width: 100%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #D4E6F4;
    font-size: 13px;
    line-height: 1rem;
}

img {
    border: none;
}

table, tr, td {
    border-collapse: collapse;
    vertical-align: top;
    font-size: 13px;
    line-height: 1.25rem;
}

a {
    color: #8D0D19;
}

#header {
    height: 70px;
    margin: 0;
    padding: 0;
    text-align: left;
    background: #1A446C;
    color: #D4E6F4;
}

#header h1 {
    padding: 1em;
    margin: 0;
}

#main {
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
    background: #EEE4B9;
}

#structure {
    height: 600px;
    width: 100%;
}

#footer {
    height: 2em;
    margin: 0;
    padding: 1em;
    text-align: center;
    background: #1A446C;
    color: #D4E6F4;
}

/* Navigation */
#navigation {
    width: 170px;
    padding: 1em 2em;
    color: #D4E6F4;
    background: #6698FF;
}

#navigation a {
    color: #D4E6F4;
    text-decoration: none;
}

#navigation a:hover {
    color: rgba(212, 230, 234, .8);
    text-decoration: underline;
}

ul.subjects {
    padding-left: 0;
    list-style: disc;
}

ul.pages {
    padding-left: 2em;
    list-style: circle;
}

.selected {
    font-weight: bold;
}

/* Page Content */
#page {
    padding-left: 2em;
    vertical-align: top;
    background: #EEE4B9;
}

#page h2 {
    color: #8D0D19;
    margin-top: 1em;
}

#page h3 {
    color: #8D0D19;
}

/* Success | Error  */
.success {
    color: #1A446C;
}

.error {
    color: #8D0D19;
}
/* Reset sale table */
#reset-sale {
    width: calc(100% - 10vw);
    border-collapse: collapse;
    margin: 10px 0;
    font-family: Arial, sans-serif;
}
#reset-sale th, #reset-sale td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}
#reset-sale th {
    background-color: #1A446C;
    color:white;
    font-weight: bold;
}
#reset-sale select {
    padding: 4px;
}


/*Quill WYSIWYG*/
#welcomeMessageEditor {
    max-width: 95%;
    background-color: white;
    min-height: 250px;
}

.ql-toolbar {
    max-width: 95%;
    background-color: rgba(211, 208, 208, 0.69);
}

#main .home.ql-editor {
    overflow-y: visible;
}