html, body {
    height: 100%;
}

body {
    font-family: 'Raleway', sans-serif;
    background: #2C3E50;
}

.maincontainer {
    min-height: 100%;
}

.left {
    background: #2C3E50;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.6);
}

.left h1 {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background: #16A085;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

.seperator {
    height: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    width: 100%;
}

.left ul li a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    display: block;
}

.left ul li i {
    margin-right: 10px;
}

.left ul li.active {
    background: #34495E;
    border-left: 3px solid #27AE60;
}

.left ul li.active a {
    color: #FFF;
}

.install code {
    display: block;
    background: #FFF;
    border: 1px solid #CCC;
    clear: both;
    padding: 10px;
    width: 600px;
    margin: 60px 0px;
}

.titlebar {
    background: rgba(0, 0, 0, 0.4);
}

.titlebar .title {
    color: #FFF;

    font-weight: 100;
    text-transform: uppercase;

    font-size: 18px;
}

.titlebar .user a {
    color: #FFF;
    text-decoration: none;
    opacity: 0.7;
}

.titlebar .user a:hover {
    opacity: 1;
}

.titlebar .visitSite {
    color: #FFF;
}

.titlebar .visitSite a {
    color: #FFF;
    text-decoration: none;
    opacity: 0.7;
    display: block;
}

.titlebar .visitSite a:hover {
    opacity: 1;
}

#login {
    position: relative;
    box-sizing: border-box;
    width: 700px;
    height: 500px;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -350px;
    color: #333;
    padding: 15px;

    border-radius: 10px;

}

#login .inner {
    background: transparent;
    -webkit-backdrop-filter: blur(8px);
    opacity: 0.95;
    height: 100%;
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.4);
}

#login .error {
    text-align: left;
    color: #AACCCC;
    font-weight: bold;
    margin: 10px;
    margin-left: 110px;
    width: 380px;
    padding: 10px;
    background: rgba(100, 10, 10, 0.8);
    margin-top: -49px;
    text-transform: uppercase;
}

body:after {
    content: "";
    background: #333 url(../images/loginbg.png) no-repeat bottom left;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;
    opacity: 0.5;
}

body.login label {

    font-weight: 100;
    font-size: 24px;
    text-transform: uppercase;

}

.content {
    background: rgba(255, 255, 255, 0.8);

    border-radius: 5px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
}

.content h1 {
    text-transform: uppercase;
    font-weight: 100;
    color: #555;
}

.content h1 b {
    font-weight: 700;
}

.content h2 {
    font-size: 14px;
    font-weight: 300;

    color: #666;
}

.data-list .label a {
    text-decoration: none;

    color: #666;
    display: block;

}

.data-list .actions .icon {
    padding: 0 5px;
    color: #666;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase
}

.icon .dimmed {
    color: #AAA;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.7;
}

input.btn.btn-open {
    border: 1px solid #16A085;
    background: #EEE;
    color: #16A085;
}

input.btn.btn-open:hover {
    background: #F3F3F3;
}

form .FieldContainer input {
    display: block;
    width: 60%;
    font-size: 16px;
    color: #666;
    font-weight: 200;
    outline: none;
}

form .FieldContainer .AutocompleteInput {
    width: 60%;
    border-radius: 0px;
    border: 1px solid #CCC;
}

form .FieldContainer textarea {
    width: 60%;
    border: 1px solid #DDD;
    height: 350px;
    font-size: 16px;
    font-weight: 200;
    color: #666;
}

form .FieldContainer label {
    display: block;
    font-size: 16px;
    color: #666;
    font-weight: 200;
}

.btn.dimmed {
    background: #888;
    color: #333;
}

.btn.dimmed:hover {
    background: #666;
}

.actions .icon {
    font-weight: 900;
    text-transform: uppercase;
}

.subEntityField {
    text-transform: uppercase;

    font-size: 12px;
    color: #888;
}

thead th {
    background: #E3E3E3;
    padding: 10px;
}

.label .preview {
    color: #999;
    max-height: 65px;
    overflow: hidden;
    font-size: 14px;
}

.data-list li:hover .label .preview {
    color: rgba(255, 255, 255, 0.75);
}

form .subEntity .FieldContainer label {
    font-size: 14px;
    color: #666;
    font-weight: 100;
}

form .subEntity .FieldContainer input {
    font-size: 14px;
}

form .subEntity .FieldContainer select {
    font-size: 14px;
}

div.mce-branding-powered-by {
    display: none !important;
}

.Templates h3 {
    text-transform: uppercase;
}

#editor {
    width: 100%;
    height: 500px;
    font-size: 12px;
}

.Editor {
    border: 1px solid #AAA;
}

.TemplateName {
    font-size: 16px;
}

.FilePicker {
    border: 3px dashed #16A085;
}

.FilePicker .delete {
    color: #FFF;
    font-size: 18px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
    z-index: 2;
    cursor: pointer;
}

.FilePicker .ImagePreview.Uploading {
    width: 100px;
    height: 100px;
    opacity: 0.75;
}

.FilePicker .ImagePreview {
    position: relative;
}

.FilePicker .ImagePreview img {
    height: 150px;
    width: auto;
}

.FilePicker .ImagePreview .close {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 1;
}

.FilePicker .ImagePreview .close:hover {
    color: #FFF !important;
}

.FilePicker .ImagePreview .Progress {
    width: 80px;
    height: 5px;
    background: #CCC;
    margin: 10px;
    margin-top: 40px;
    overflow: hidden;
    border-radius: 5px;
}

.FilePicker .ImagePreview .Progress .InnerProgress {
    background: #16A085;
    height: 100%;
}

.FilePicker .ImagePreview .Filename {
    font-size: 12px;
    overflow: hidden;
    max-width: 80px;
    text-overflow: ellipsis;
    display: block;
    margin-left: 10px;
}

input.disabled {
    opacity: 0.5;
}

.section {
    border-left: 3px solid darkred;
}
.section.published {
    border-left: 3px solid green;
}