.headline {
    margin-top: 0;
}
h1.headline {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
}
 .list-group-scrollable {
     max-height: 700px;
     overflow-y: scroll;
 }
.tab-pane {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 15px;
}
.post_actions {
    text-align: right;
}

.dashboard.disabled {
    display: none;
}
/*
form.disabled:before {
    content: " ";
    position: absolute;
    display: block;
    background-color: transparent;
    width: 100%;
    height: 100%;
}
*/
.start-hidden {
    display: none;
}
.postlist .list-group-item {
    font-weight: bold;
}
.postlist .list-group-item p {
    font-weight: normal;
    font-size: smaller;
    margin: .5em 0 0;
}

.postlist .list-group-item[data-post_state=DRAFT] {
    //font-style: italic;
    color: #5bc0de;
}
.postlist .list-group-item[data-post_state=SCHEDULED] {
    color: green;
}
.postlist .list-group-item[data-post_state=SCHEDULED].active {
    color: white;
}
.postlist .list-group-item .photo{
    display: none;
}

.postlist .list-group-item.photo-ok .photo{
    display: block;
}
.form-header {
    background: #eee;
    margin-bottom: 10px;
}
.post_label_state {
    line-height: 3em;
    margin-bottom: 15px;
}
/*
.chosen-container {
    height: 3em;
}
.chosen-container-multi .chosen-choices {
    border: 0;
    background: none;

}
.chosen-container-active .chosen-choices {
    box-shadow: none;
}
*/
.trumbowyg-box, .trumbowyg-editor {
    width: 100%;
}

.image-holder {
    padding: 10px 0;
}
.image-holder img {
    border: 5px solid #aaa;
    border-radius: 5px;
}
#file_modal .panel {
    max-height: 300px;
    overflow: scroll;
}
