﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


.coverimage {
    float: right;
    margin: 0 0 20px 20px;
    max-height: 300px;
    max-width: 300px;
}

.otherimages {
    max-height: 150px;
}

.spacer-top {
    margin-top: 15px;
}

.clickable:hover {
    cursor: pointer;
}

.imageContainer {
    position: relative;
    float: left;
    margin: 0 10px 10px 0;
}

.deleteImage {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #FFF;
}

.indexThumb {
    max-height: 50px;
    max-width: 50px;
}

#progress {
    max-width: 280px;
}

.control-text {
    padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label-input {
    text-align: right;
    margin-bottom: 0;
    padding-top: 0;
  }
}

.searchform {
    margin-top: 20px;
}

.table-nonfluid {
    width: auto;
}