p {

}

h1 {
    font-size: 32px;
    font-weight: 200;
}

h2 {
    font-size: 22px;
    font-weight: 200;
}

h3 {
    font-size: 14px;
    font-weight: bold;
}

h4 {
    font-size: 11.5px;
    color: #001c5b;
    text-transform: uppercase; 
}

h1,
h2,
h3,
h4 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.large-dialog  {
    height: 90%; /* = 90% of the .modal-backdrop block = %90 of the screen */
    width: 90%;
}
.large-content {
    height: 100%; /* = 100% of the .modal-dialog block */
    width: 100%;
}



.modal-content h1,
.modal-content h2,
.modal-content h3,
.modal-content h4 {
    margin-top: 0;
}

.modal-open .modal-backdrop {
    z-index: -1;
}

#lbAlerts {
    background: none repeat scroll 0 0 #F2F2F2;
    overflow: hidden;
}

#lbAlerts .alert {
    margin-bottom: 20px;
}

hr {
    border-top: 1px solid #b1b1b1;
    box-shadow: 0 -1px 2px rgba(0,0,0, 0.1);
}

/* ------------------------------ Site-Wide Navbar ------------------------------ */
body > header {
    background: linear-gradient( rgb(108,108,108), rgb(43,43,43) );
    background: -webkit-linear-gradient( rgb(108,108,108), rgb(43,43,43) );
}

body > header h1 {
    font-family: "PT Serif", serif;
    float: left;
    margin: 0;
    line-height: 55px;
}

@media (max-width: 425px) {
    body > header h1,
    body > header h1 + .separator {
        display: none;
    }
}

body > header h1 > a,
body > header h1 > a:hover {
    font-size: 30px;
    font-weight: normal;
    color: rgb(226,226,226);
    padding: 0;
}

body > header h1 > span > a,
body > header h1 > span > a:hover,
body > header h1 > span > a:active {
    font-size: 18px;
    font-style: italic;
    color: rgb(187,205,255);
    padding: 0;
}

body > header .page,
body > header .page:hover,
body > header .page:active {
    color: #E2E2E2;
    font-size: 30px;
    line-height: 60px;
    font-weight: 200;
    white-space: nowrap;
}

body > header a,
body > header a:hover,
body > header a:active {
    text-decoration: none;
    outline: none;
}

body > header .separator {
    display: inline-block;
    float: left;
    width: 1px;
    height: 40px;
    margin: 10px 0 0;
    background: rgb(28,28,28);
    box-shadow: 1px 1px 2px rgba(255,255,255,.24);
}

body > header h1 + .separator {
    margin: 10px 28px;
}

body > header nav {

}

body > header nav.tabs {
    display: block;
    float: left; 
    margin-left: -28px;
    line-height: 60px;
}

body > header nav.tabs > a,
body > header nav.tabs > a:hover,
body > header nav.tabs > a:active {
    display: inline-block;
    height: 100%;
    color: #e2e2e2;
    padding: 0 30px;
}

body > header nav.tabs > a:hover,
body > header nav.tabs > a:active,
body > header nav.tabs > a.active {
    background: black;
}

body > header nav > ul,
body > header nav .separator {
    float: left;
}

/* Profile and Gears icons */
#profile-dropdown,
#settings-dropdown {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 15px 20px;
    width: 50px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}

#profile-dropdown.open,
#settings-dropdown.open {
    background-color: black;
}

#profile-dropdown {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATBAMAAACAfiv/AAAAMFBMVEUAAADi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLh4eFK6hdlAAAADnRSTlMAFbU9ifcCoApP4XvkZavv5dcAAABrSURBVAjXYwCClriQBgYI0Hv3TgHCYn737t1jCJMTyHyJIcoEZD7CYDKue/duIdQwv3fvHKBMuXfvBKBMvnfvoCzGfe/ebYQYWwc04V8xkJV77h0YnE1gqHv/DgIKGOLeQUEAwzsYeICdCQCaTVweuGei9wAAAABJRU5ErkJggg==");
    text-indent: -9999px;
}

#settings-dropdown {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAMAAACeyVWkAAAARVBMVEUAAADi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uJA6rHpAAAAFnRSTlMACnhvxANLkGO47Jghh6tPpCU91vdQXDeFdAAAAJJJREFUGNNl0FkSgyAQANFR2V0Tk77/USNblOJ9aFUXKIxUO3jpWKAJxul/nYLL0cGhhw1YZARMqgFQJGd85MUTjVmysYvRi0htn/iyta5c3iKDStnar3iSVS4LhZDlHz9qv9bLbq1qvqv7MzxGpE8exhIPGlOdTuXjgpAHGbcNJt92hjrKEDeV2zojt1I7HnYpfjwCEw21+rJjAAAAAElFTkSuQmCC");
    text-align: right;
    color: white;
}

.nav > li > a {
    padding: 0;
    color: white;
    text-decoration: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}

.nav > li > a > .caret,
.nav > li > a:hover > .caret {
    border-bottom-color: white;
    border-top-color: white;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
}

.dropdown-menu {
    min-width: 100px;
    border: 0 none;
    border-radius: 0;
    background-color: black;
    color: white;
    margin: 0;
    left: auto;
    right: 0;
    top: 60px;
    text-align: left;
    padding: 8px 16px;
}

.dropdown-menu > li,
.dropdown-menu > li > a {
    color: white;
    line-height: 24px;
    text-indent: 0;
    padding: 0;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:active {
    background: black;
    text-decoration: underline;
}


/* ------------ Common Page Header Area for Page Actions and Alerts ------------ */
.body > header {
    margin-bottom: 16px;
}

.body > header > .alerts {
    padding-top: 15px;
}

/* ---------- Close & Save  |  Close without Saving  |  Print ---------- */
#pageActions {
    display: inline-block;
    padding: 12px;
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    border-top: none;
    white-space: nowrap;
}   

#pageActions > a {
    color: #0032a0;
    font-size: 12px;
    margin: 0 8px 0 0;
}

#pageActions > a:before {
    content: "";
    width: 1px;
    height: 12px;
    border-left: 1px solid #b7b7b7;
    border-right:1px solid #dfdfdf;
    margin: 0 8px 0 0;
}

#pageActions > a:first-child {
}

#pageActions > a:first-child:before {
    display: none;
}

#pageActions > #printSaveMessage {
    float: right;
    margin-top: .5em;
    margin-right: 1em;
    font-weight: bold;
    color: #D00;
}

.dynamic {
    display: none;
    min-height: 34px;
}

/* ---------- Login form styles ---------- */
#signInForm {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

#signInForm h2 {
    margin: 0 auto 10px;
}

.form-signin .checkbox {
    margin-bottom: 10px;
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin button[type="submit"] {
    margin: 8px auto;
}

#loginError {
    margin: 5px auto;
}

#loginError + #signInForm input {
    border-color: #e70008;
    box-shadow: 0 0 2px 2px #fbd9da, inset 0 0 2px 2px #fbd9da;
}

/* button spinner styles */
.spinner {
    display: inline-block;
    opacity: 0;
    width: 0;

    -webkit-transition: opacity 0.25s, width 0.25s;
    -moz-transition: opacity 0.25s, width 0.25s;
    -o-transition: opacity 0.25s, width 0.25s;
    transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
    cursor:progress;
}

.has-spinner.active .spinner {
    opacity: 1;
    width: auto; /* This doesn't work, just fix for unkown width elements */
}

.has-spinner.btn-mini.active .spinner {
    width: 10px;
}

.has-spinner.btn-small.active .spinner {
    width: 13px;
}

.has-spinner.btn.active .spinner {
    width: 16px;
}

.has-spinner.btn-large.active .spinner {
    width: 19px;
}

.icon-spin {
    display: inline-block;
    background-image: url('images/loading.gif');
    background-size: 16px;
    padding-left: 3px;
    width: 16px;
    height: 16px;
}

/* ---------- More + Button ---------- */
.btn.more,
.btn.less {
    height: 25px;
    line-height: 25px;
    color: #333;
    font-size: 13px;
    margin: 20px auto 0 16px;
    padding: 0 0 0 32px;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAZCAMAAAD3wqVsAAAAgVBMVEUAAQGcnJyampqgoKAAAQFaWlqRkZEAAQGnp6eoqKh5eXmqqqr5+fn29vbj4+P///8AL6fx8fHm5ub8/Pz7+/vk5OT9/f3u7u7n5+fp6enq6urs7Ozh4eHz8/NccLrKzuJhdL3IyMjZ2dmoqKiqsdFNZLeRnc/d3d2TncnW1taoqKi1QhMNAAAAC3RSTlMSKyKYCkOmAZAnNZtfwtoAAACsSURBVCjPhcndDoIwDIbhqkBHAMVfVBQZBab3f4OuWbRRNn1Omq8vYKrIQ6WIkGZdvprIu2yOoLqD10MhUOFvBUVA2wACoF0At1yM7Sjjq7Vl+9kKYZuMf+3q3KyhHPi4B7e1Uwr34Fb9ai913ZRN9catFrbJ4HYWtsngdhK2yeB2FP29l8FtE8BtH8DNLL2MbUpfvHQCkJI202I0xRHgbEEeSQwIiBiBR4T4BC5pNnIklfn5AAAAAElFTkSuQmCC) no-repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;    
}

.btn.less {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAZCAMAAAD3wqVsAAAAY1BMVEUAAQFaWlqRkZGgoKCoqKgAAQEAAQEAAACpqammpqaampqoqKj5+fn29vbn5+fq6urk5OT////i4uLu7u7x8fH7+/v8/Pzs7Oz9/f0AMKfz8/PKzuIAL6fa2trIyMjJzeHJycnPYscOAAAAC3RSTlMSQ6aUkQMKAP4oIpyHgCgAAACQSURBVCjPhcndDoIwDIbhD9hWZsE/VETd9P6v0jWLkYQ1e9qe9AV5wwXGE8FzGE4bQ+AdwYR7UegseCy3kR34pmCArwppg6LWRkWtPbLnO02WH9Iu2WuRkV3yQ9r0b2nlVu1nnqc1abNC2kFRa3tFrR0V0s6K1MynnGIL+D6GbQmxbxzId1zQNrAgsg4FztIXk6kpti1iw2oAAAAASUVORK5CYII=);
}

.btn.more:hover,
.btn.more:active,
.btn.less:hover,
.btn.less:active {
    color: black;
    border: 0 none;
    text-decoration: underline;
}

a.more,
a.less {
    text-decoration: none;
}

a.ajax-delete {
    line-height: 17px;
    vertical-align: bottom;
    margin-left: 8px;
}


/* ---- Edit Forms have action buttons at the top of the pages ---- */
form > .buttons {
    min-height: 35px;
    margin-bottom: 15px;
}

/* ---------- Expand / Collapse Boxes ---------- */
.expandable {
    border: 1px solid #c6c6c6;
    position: relative;
    background: #f2f2f2;
    padding: 50px 25px 25px;
    box-shadow: 1px 2px 2px rgba(0,0,0, 0.1);
}

.expandable.small {
    padding: 16px 0 8px 8px;
}

.expandable.collapsed {
    height: 0;
    padding: 25px 0 0;
    overflow: hidden;
}

.expandable > header {
    width: 100%;
    height: 25px;
    padding: 0 14px;
    line-height: 25px;
    color: #333;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    background: #c6c6c6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAADAgMAAADXU3bmAAAACVBMVEUAMKcAL6YAL6f1nad3AAAAAnRSTlPGxpk02nUAAAASSURBVAjXY2ARYGBYtWoBCAMAEIwD/c9zCakAAAAASUVORK5CYII=) no-repeat scroll 99% center;
    cursor: pointer;
}

.expandable.small > header {
    background-position: 97% center;
}

.expandable.collapsed > header {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANBAMAAABvB5JxAAAAHlBMVEUAAAAAMKcAL6cAL6cAL6cAL6cAMKcAMKcAMKcAL6aU67D5AAAACHRSTlMAQIBAoHAgECQGLtoAAABBSURBVAjXY2BgSDRnAAGNRgg1GZmnORFICAp6tAoLMnR0dHR2dDB0dnTO6OxgEDT2aDUUBqmcCNHQDCTgPE2gdgCNHQ8DIoGclwAAAABJRU5ErkJggg==);
}

/* For the reviewer application page */
section.expandable {
    margin-bottom: 8px;
}

/* ---------- Progress Bbar ---------- */
.progress-bar {
    display: block;
    width: 400px;
    height: 16px;
    border: 1px solid #c8c8c8;
    background: linear-gradient(#eeefff, #d7d8e6);
    background: -webkit-linear-gradient(#eeefff, #d7d8e6);
    box-shadow: none;
    overflow: hidden;
}

.progress-bar > span {
    display: block;
    height: 100%;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAQCAMAAAAcVM5PAAAAkFBMVEW90v+fufCovuatwOu80f+90v2zyPSqveirvua70f6btO6RqeK6z/u91P+uw+2rvOepvOa2zfa3zfqrvOiqvuOVq9660fqTqd+Zsuy40P+Op9qWr+aNo9qivfKxxO2/0f+Vsu6sv+eSr+mDntWkueS0x/GlvOiYrt28z/qKn9Spv+iJo9yduO+1y/qlu+2xxO9say+CAAAAeElEQVQI1xXJVwKDIBQF0Qui+IDQrFFjYnrP/ncXnM8zWMsF6wGivVDKQOQwB4Y8+ee4S44NvRURBLY9o3VgZIbu1Lb4hhhiDAxF6lKMGnb+zVZri2zJnq8uW+DL86mRsgT3w+S9r3CdBufqSuLRJZe1x41LLh1v/tLAB12+HZEuAAAAAElFTkSuQmCC) repeat-x scroll 0 0;;
}

/* ---------- Sidebar ---------- */
#sidebar {
    margin-top: 0;
}

#sidebar > section {
    display: block;
    background: #f2f2f2;
    color: #333;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    padding: 26px 15px 30px;
    position: relative;
    box-shadow: 1px 1px 3px rgba(0,0,0, 0.1);
    margin: 16px auto 0;
    font-size: 12px;
}

#sidebar > section:first-of-type {
    margin-top: 0;
}

#sidebar > section > header {
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 15px;
    background: #d9dbf8;
    color: #001c5b;
    text-transform: uppercase;
    font-size: 12px;
}

#sidebar > section .form-group {
    border-top: 1px solid #d3d3d3;
    margin: 0 auto 15px;
    padding: 15px 0 0;
}

#sidebar > section > header + .form-group,
#sidebar > section .form-group:first-of-type,
#sidebar > section .form-group:first-child,
#sidebar > section.edit > header + .property + .edit {
    border: 0 none;
}

/* The sidebar might contain editable properties. These are hidden until the 'edit' button is pressed. */
#sidebar > section .form-group.edit {
    display: none;
}

/* When the sidebar is in 'edit mode' hide the static properties and show the edit groups */
#sidebar > section.edit .form-group.edit {
    display: block;
}
#sidebar > section.edit .form-group.property {
    display: none;
} 

/* Used to shrink the sidebar padding if there is just one item and/or it is not editable */
#sidebar > section .form-group.single {
    margin-bottom: -15px;
}

/* Edit / Save / Cancel buttons */
#sidebar > section > footer {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    left: 0;
    padding: 0 15px;
    text-align: right;
    border-top: 1px solid #cdcdcd;
    line-height: 30px;
}

#sidebar > section > footer > a {
    padding-left: 8px;
    cursor: pointer;
}

/* Hide Save and Cancel until the sidebar is in edit mode */
#sidebar > section > footer > a.save,
#sidebar > section > footer > a.cancel {
    display: none;
}

#sidebar > section.edit > footer > a.save,
#sidebar > section.edit > footer > a.cancel {
    display: inline;
}

#sidebar > section.edit > footer > a.edit {
    display: none;
}

/* Testing / Debugging */
#sidebar > section .form-group.debug {
    color: #3c3;
}


/* ---------- Callout Boxes ---------- */
.callout {
    display: inline-block;
    min-width: 200px;
    position: relative;
}

.callout.large {
    display: block;
}

/* The sidebar can use the black header style too */
.callout{
    padding: 50px 25px 25px;
    margin: 4px auto;
    border: 1px solid #cdcdcd;
    box-shadow: 1px 2px 2px rgba(0,0,0, 0.1);
    background: #f2f2f2;
    color: #333;
}

.callout > header,
#sidebar > section.callout > header {
    width: 100%;
    height: 25px;
    position: absolute;
    top: 0;
    left: -1px;
    box-sizing: padding-box !important;
    -moz-box-sizing: padding-box !important;
    line-height: 25px;
    padding: 0 14px;
    border: 1px solid #453663;
    background: linear-gradient(#434343,#393939);
    background: -webkit-linear-gradient(#434343,#393939);
    color: white;
    font-size: 14px;
}


/* ---------- WYSIWYG ---------- */
/* By default the reference review popup doesn't show errors or the insert button */
#referenceReviewModal .alert,
#referenceReviewModal #referenceReviewInsertButton {
    display: none;
}

#referenceReviewModal.error .alert {
    display: block;
}

#referenceReviewModal.success #referenceReviewInsertButton {
    display: inline-block;
}

#referenceReviewModal.success #referenceReviewSearchButton {
    display: none;
}


/* ================================================================================ */
/* PAGE SPECIFIC STYLES - IF THESE GET TOO BIG MAKE PAGE-SPECIFIC CSS FILES         */
/* ================================================================================ */

/* ---------- Add Item / Edit Screen ---------- */
#form-editor {
    margin-top: 12px;
}

#ala_pubsysbundle_items_item_type {
    width: auto;
}

#ala_pubsysbundle_items_item_editor {
    overflow: hidden; 
    padding-left: 2px;
}

#ala_pubsysbundle_items_item_editor input {
    float: left;
    clear: left;
}

#ala_pubsysbundle_items_item_editor label {
    float: left;
    clear: right;
    margin: 0 0 4px 4px;
}

#ala_pubsysbundle_reviewers_reviewer_keyword_rows_0_operator {
    display: none;
}

#item-assign #keywords {
    padding-right: 30px;
    height: auto !important;
}

#item-assign #keywords .row .form-group.pull-left {
    margin: 0 12px 4px 0;
    width: auto;
}

#item-assign #keywords .row .form-group.pull-right {
    margin: 30px 0 0;
    width: auto;
}

#item-assign #keywords .row .form-group .btn.more,
#item-assign #keywords .row .form-group .btn.less {
    margin: 0 8px 0 0;
}

#item-assign #nameSearch > .form-group {
    margin-bottom: 0;
}

#item-assign #moreOptions {
    margin-top: 8px;
    display: none;
}

#item-assign #toggleOptions {
    display: block;
    text-align: right;
    margin-top: 12px;
    padding-right: 12px;
    color: #001c5b;
    cursor: pointer;
    font-weight: bold;
    color: #0032a0;
}

#item-assign #toggleOptions:after {
    content: "";
    border-width: 0 6px 6px;
    border-style: none solid solid;
    border-color: transparent transparent #0032a0;
    position: relative;
    left: 10px;
    bottom: 9px;
}

#item-assign #toggleOptions.closed:after {
    border-width: 6px 6px 0;
    border-style: solid solid none;
    border-color: #0032a0 transparent transparent;
    bottom: -12px;
}

/* ---------- Review Edit Form ---------- */
#bibDataSection .setOrder {
    float: right;
}

#bibDataSection .setOrder label {
    margin: 0;
}

#bibDataSection .setOrder input {
    width: 30px;
    display: inline-block;
    margin: 0 0 0 4px;
}

/* ---------- Reviewer Edit Screens ---------- */
#reviewer-form-errors {
    color: #E70008;
}

#reviewer-form-errors > ul {
    list-style: outside none none;
    padding: 0;
    margin: 20px auto 0;
}

#reviewer-form-errors + h3 {
    margin-top: 0;
}

#reviewer .col-sm-3,
#reviewer .col-sm-6 {
    clear: left;
    padding-left: 0;
}

#reviewer h2,
#reviewer hr,
#reviewer br {
    clear: both;
}

#reviewer .col-sm-3 input[type="text"],
#reviewer .col-sm-3 input[type="email"],
#reviewer .col-sm-6 input[type="text"],
#reviewer .col-sm-6 input[type="email"] {
    width: 100%;
}

#reviewer select {
    width: auto;
}

#reviewer ul {
    list-style: outside none;
}

#reviewer #degrees {
    padding: 0;
}

#reviewer .btn-default {
    margin: 20px auto;
}

#reviewer div.row {
    margin: auto;
}

/* Edit Form */
#reviewer #socialMedia input,
#reviewer #contactInfo input,
#reviewer #mailingAddress input {
    width: 50%;
}

#reviewer #socialMedia input.large,
#reviewer #contactInfo input.large,
#reviewer #mailingAddress input.large {
    width: 100%;
}

#reviewer #sidebar {
    clear: none;
}

#expand-all {
    color: #0032A0;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 8px;
}

#expand-all.doCollapse:after {
    content: "";
    border-width: 0 6px 6px;
    border-style: none solid solid;
    border-color: transparent transparent #0032a0;
    position: relative;
    left: 4px;
    bottom: 9px;
}

#expand-all.doExpand:after {
    content: "";
    border-width: 6px 6px 0;
    border-style: solid solid none;
    border-color: #0032a0 transparent transparent;
    position: relative;
    left: 4px;
    bottom: -12px;
}

#profile-links {
    margin: 16px auto;
}

#profile-links ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    line-height: 30px;
}

#reviewer #sidebar { /* hacky workaround for the inconsistent content above forms */
    margin-top: 2px;
}

#review_interests {
    display: block;
    padding: 0;
    margin: 0;
    list-style: outside none none;
}

#review_interests > li > label {
    color: #333;
}

/* ---------- Publisher Edit Form ---------- */
#publisher .more { 
    margin-bottom: 60px;
}

#publisher #contacts {
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
    padding: 0;
    overflow: hidden;
    background: #f2f2f2;
}

#publisher ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#publisher #contacts > ul {
    width: 50%;
    float: left;
}

#publisher #contacts > ul > li {
    background: #f2f2f2;
    padding: 18px 30px;
    cursor: pointer;
    border-bottom: 1px solid #cdcdcd;
}

#publisher #contacts > ul > li.selected {
    background: linear-gradient(#dfe1ff,#d8daf7);
    background: -webkit-linear-gradient(#dfe1ff,#d8daf7);
    border: 0 none;
} 

#publisher #contacts > section {
    width: 50%;
    float: left;
    background: white;
    border-left: 1px solid #cdcdcd;
}

#publisher #contacts > section > .contact-record {
    display: none;
    padding: 18px 30px;
}

#publisher #contacts > section > .contact-record.active {
    display: block;
}

#publisher #contacts > section > .contact-record > p {
    margin: 0;
}

#publisher #contacts > section > .contact-record label {
    display: inline;
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
}

#publisher #relations .panel,
#publisher #secondary-relations .panel {
    padding: 8px 16px;
    margin-bottom: 8px;
}

#publisher #relations .panel .static {
    min-height: 36px;
    line-height: 36px;
    overflow: hidden;
}

#publisher #secondary-relations .panel .static {
    min-height: 21px;
    line-height: 21px;
    overflow: hidden;
}



#publisher #relations .panel .dynamic {
    overflow: hidden;
}

#publisher #relations .panel select {
    margin: 8px 8px 0 0;
}

#publisher #relations strong {
    margin-right: 4px;
}

#publisher #secondary-relations strong {
    margin: 0 4px;
}

#publisher #notes .static strong:before {
    content: "|";
    margin: 0 6px;
}
/* ---------- Item Screen ---------- */
#rejectModal .form-group {
    width: 50%;
    float: left;
}

#rejectModal #response {
    display: none;
    clear: both;

}

#rejectModal .alert {
    margin: 15px 0;
}

#rejectModal .grid {
    padding: 0;
}

#rejectModal #reject-control {
    width: 100%;
}

#rejectModal #reject-control select {
    width: auto;
}

#assignModal #response-contents {
    overflow: auto;
    max-height: 300px;
}

#assignModal select {
    width: auto;
}

#disposalModalContent label {
    display: inline-block;
}


/* ---------- Reviewer Agreement Terms ---------- */
#terms section {
    padding: 0;
}

#terms .agreement {
    border: 1px solid #333;
    padding: 15px;
    margin: 8px auto;
}

#terms .agreement h2 {
    margin-top: 0;
}

#terms .agreement p:last-child {
    margin-bottom: 0;
}

#terms .btn {
    margin: 8px auto;
}


/* ---------- Reviewer Assignment Dashboard ---------- */
#reviewer-assignments .panel h3 {
    margin-top: 0;
}



/* ---------- Bib Data Form ---------- */
#bib-data {
    margin-top: 16px;
}

#bib-data select {
    width: auto;
}

#bib-data .panel {
   margin-bottom: 8px; 
}

#bib-data .panel header {
    font-weight: bold;
}

#bib-data .note {
    padding-bottom: 40px;
}

#bib-data .note.closed {
    padding: 6px 20px;
}

#bib-data .note label {
    display: none;
}

#bib-data .note > .body {
    background: transparent;
}

#bib-data .note.closed > .body {
    display: none;
}

#bib-data .note textarea {
    width: 100%;
}

#bib-data .note span.toggle {
    position: absolute;
    bottom: 12px;
    right: 30px;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #0032a0;
    cursor: pointer;
}
    
#bib-data .note.closed span.toggle {
    bottom: 5px;
}

#bib-data .note span.toggle:after {
    content: "";
    border-width: 0 6px 6px;
    border-style: none solid solid;
    border-color: transparent transparent #0032a0;
    position: relative;
    left: 10px;
    bottom: 9px;
}

#bib-data .note.closed span.toggle:after {
    border-width: 6px 6px 0;
    border-style: solid solid none;
    border-color: #0032a0 transparent transparent;
    bottom: -12px;
}

#bib-data .panel.bib-data {
    padding: 0 15px 15px;
}

#bib-data .panel.bib-data > label {
    padding: 0;
    margin-bottom: 16px;
}

#bib-data #isbns,
#bib-data #personal_names {
    list-style: outside none none;
    margin: 20px auto 0;
}

#bib-data #isbns > li,
#bib-data #personal_names > li {
    margin: 0 auto 8px;
}

#bib-data #isbns > li > div,
#bib-data #personal_names > li > div {
    background: #999;
    padding: 8px;
    overflow: hidden;
}

#bib-data #isbns > li > div > div {
    float: left; 
    width: 25%;
}


#bib-data #isbns > li > div > div + div + div + div + div {
    clear: both;
    display: block;
    width: 100%;
}

#bib-data #isbns > li > div > div .note {
    width: 100%;
}

#bib-data #isbns + .btn.more,
#bib-data #personal_names + .btn.more{
    margin: 4px 0 20px;
}

#bib-data #external-links a {
    display: block;
}

/* ---------- Feature Essay ---------- */
#feature-essay select {
    width: auto;
}

/* ---------- Review Web Clippings ---------- */
#web-clipping-share {
    max-height: 200px;
    overflow-y: auto;
    background: white;
    border: 1px solid #cdcdcd;
    padding: 10px;
}

#web-clipping-all .btn,
#web-clipping-each .btn {
    margin-bottom: 20px;
}

#change-deadline-popup-content {
    padding-bottom: 90px;
}


/* ---------- Review Exports ---------- */
#exportIndexModal form {
    display: block;
}

#exportIndexModal form button {
    width: 150px;
    margin-bottom: 8px;
}

/* ---------- User Admin ---------- */
#user input[type="checkbox"] {
    float: left;
    clear: left;
    margin-left: 4px;
}

#user input[type="checkbox"] + label {
    float: left;
    margin: 0 0 4px 4px;
}

#user input[type="text"],
#user input[type="email"] {
    width: 100%;
}

/* ========== CKEDITOR Tweaks ========== */

/* Hide the icons and show the text labels for the Pubsys plugin buttons */
.cke_button_label.cke_button__referencereview_label,
.cke_button_label.cke_button__viewspaces_label,
.cke_button_label.cke_button__choicetitle_label {
    display: block;
}

.cke_button_icon.cke_button__referencereview_icon,
.cke_button_icon.cke_button__viewspaces_icon,
.cke_button_icon.cke_button__choicetitle_icon {
    display: none;
}

/* Disabled state for plugin buttons */
.cke_button.cke_button_disabled .cke_button_label {
    opacity: 0.3;
}


/* This is the preview window for the custom "Show Spaces" plugin */
.cke_view_space_preview {
    padding: 0;
    border-top: 1px solid #b6b6b6;
    position: relative;
}

.cke_view_space_preview header {
    padding: 5px 10px;
    background: #ccc;
}

.cke_view_space_preview .close {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 100%;
}

.cke_view_space_preview .body {
    padding: 20px;
}

.cke_view_space_preview .body .sp2 {
    background: yellow;
}

.cke_view_space_preview .body .sp3 {
    background: orange;
}


/* ---------- */
@media print {

    body > header .page {
        display: none;
    }

}
