/* print styles */

#header{
    display: none;
}
div.tabbable > ul{
    display: none;
}
#details-sidebar{
    display: none;
}
ul.title-actions{
    display: none;
}


/* staff-side bits... split this into separate sheet if it gets big */

.staff-main-panel {
    margin-left: 50px !important;
}

/* marced */

.save-data, .record-tabs, .leader-helper, .field-action, .ff-launcher, .form-control.select2-container, .form-control.select2-offscreen, .navbar-fixed-bottom, .bi {
    display: none !important;
}

.indicators input.form-control {
    width: 14px;
    display: inline;
}
.field-data {
    margin-left: 4.6em;
}
a[href]:after {
    content: none;
}

input, textarea {
    border: 0 !important;
    border-style: none !important;
    border-color: white !important;
    background-color:transparent !important;
    outline: 0 !important;
    outline-style: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-radius: 0 !important;
    outline-offset: 0 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}
.editor {
    line-height: 1em !important;
}
#editor-main-view{
    padding-top: 1em;
}
.editor-row .form-control {
    height: 1.5em;
}
/* textareas are js-controlled */

.record-data {
    display: inline;
    width: 45% !important;
}
.metadata .well{
    height: auto !important;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 16px;
}
.metadata ul{
    margin-bottom: 6px;
}
.related-data{
    display: none;
}
.pagebreak { 
    page-break-after: always;
}
