body {
    padding: 0 10px;
    background-color: #EFEFEF;
}

body.wait *, body.wait {
    cursor: progress !important;
}

header {
    margin-bottom: 20px;
}

footer {
    font-size: 12px;
    margin-top: 10px;
}

footer > p {
    color: #7F7F7F;
}

.main_container {
    background-color: white;
    border: 1px solid #999999;
    padding-left: 0;
    padding-right: 0;
}

.web_editor {
    padding: 25px;
    border: 1px solid #EEEEEE;
}

.logo {
    margin-left: 13px;
    font-size: 20px;
    width: auto;
    padding: 17px 10px 0 10px;
    height: 45px;
    margin-top: 20px;
    font-family: 'baskerville_old_faceregular', serif;
    background-color: #336699;
    box-shadow: -3px 5px 9px rgba(0, 0, 0, 0.75);
    text-align: center;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 17px;
    letter-spacing: 1px;
}

.logo a {
    color: white;
    text-decoration: none;
}

#header_quote {
    float: left;
    margin-top: 35px;
    line-height: 30px;
    margin-left: 10px;
    font-size: 21px;
    font-family: 'GloucesterMT-ExtraCondensed', Sans-Serif;
    text-shadow: -3px 4px 6px rgba(153, 153, 153, 0.75);
}

#content {
    margin: 25px;
}

#content > h3 {
    position: relative;
    border-bottom: 1px solid #777777;
    font-weight: bold;
}

#home_scroller ul > li:first-child {
    padding-top: 100px;
}

#content > h3 span {
    position: absolute;
    font-weight: bold;
    bottom: 0px;
    right: 0px;
    font-size: 12px;
}

.logged_in_as {
    color: #666666;
    font-size: 12px;
    text-align: right;
}

.logged_in_as p.row {
    margin-bottom: 0;
}

.logged_in_as div.row {
    margin-bottom: 5px;
}

.vert-middle {
    vertical-align: middle !important;
}

.fieldset_disable {
    font-size: 12px;
    margin-left: 10px;
}

.fieldset_disable input {
    cursor: auto !important;
}

#top-bar {
    padding: 5px 10px;
    border-bottom: 2px solid gray;
}

#top-bar a {
    font-size: 14px;
    color: #FF9900;
    font-weight: bold;
    text-decoration: none;
}

#top-bar a:visited {
    color: #FF9900;
}

#top-bar a:hover {
    text-decoration: underline;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.mb-3 {
    margin-bottom: 15px;
}