﻿html {
    margin: 0 0 1px;
    height: 100%;
}

body {
    padding-top: 0px;
    padding-bottom: 20px;
    background: transparent;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.norightpadding {
    padding-right: 0 !important;
}
/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/* Delve custom content starts here */

a.staticLink {
    text-decoration: none;
    color: black;
}

.blog {
    margin-bottom: 60px;
    background-color: white;
}

.blogTitle {
    padding-top: 10px;
    margin-bottom: 10px;
}

.blogInner {
    margin-left: 20px;
    margin-right: 20px;    
}

.blogContent {
    margin-bottom: 20px;
}

.blogParentTools {
    margin-bottom: 20px;
}

.blogList {    
    padding-left: 0;
    padding-right: 0;
}

.blogListGroup {
    margin-bottom: 0;
}

.blogTools {
    padding-bottom: 10px;
    background-color: white;
}

.blogTitleSizeContainer {
    display: inline-block;
    position: relative;
    width: 100%;
}

.blogTitleSizeContainer:after {
    content: '';
    display: block;
    margin-top: 50%;
}

.blogTitleImageContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    background-color: gainsboro;
}

.blogTitleImage {
    width: auto;
    height: 100%;
    border: 0px none;
    vertical-align: middle;
    display: inline-block;
    float: none;
}

.blogTitleImageStatusContainer {
    width: auto;
    height: 200px;
    line-height: 200px;
    background-color: gainsboro;
}

.blogTitleEdit {
    margin-top: 20px;
}

.blogContentEdit {
    border-style: dotted;
    border-width: 1px;
    border-color: gainsboro;
}

.blogHtmlContentEdit {
    border-style: dotted;
    border-width: 1px;
    border-color: gainsboro;
    width: 100%;
    max-height: 100%;
    overflow: scroll;    
}

.blogToolbar {
    margin-bottom: 5px;
}

.hiddenInput {
    width: 0;
    height: 0;
    overflow: hidden;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}