.admin-preview {
    max-width: 200px;
}


ul.tree_node,ul.leaf_list {
    
    list-style-type: none;
        
}
ul.tree_node li {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Source Sans Pro',sans-serif;
}
.tree_node_title {
    cursor: pointer; 
  }
.tree_node_title span {
    font-size: 18px;
    margin-left: 10px;
}
.leaf span {
    font-size: 16px;
    margin-left: 10px;
}

.nested,.leaf_list {
    display: none;
}

#iconclass_cnt > ul {
    display: inline;
}
.active {
    display: block;
  }

.icon_class_deleted{
    color: red;
}

.node_highlighted{
    background-color: #fff2ac;
    background-image: linear-gradient(to right, #fff2ac 0%, #fff2ac 100%);
}

/*
.ck.ck-editor {
    min-height: 500px;
}
*/
.ck-editor__editable {
    min-height: 100px !important;
    max-height: 200px;
}

.canvas-container {
    margin-bottom: 30px;
    border: 1px solid black;
}

.transcriptions-wrapper{
    overflow-y: scroll;
}

#saved-areas input, #saved-areas textarea {
    display: block;
    margin-bottom: 10px;
}

.area-text-elem {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid black;
}

#saved-areas .area-text-elem .searchable-checkbox{
    display: inline;
    margin-left: 15px;
}

#mapper {
    width: 100%;
}
.canvas-wrapper{
    padding-left: 0px;
}
.btn-area-delete{
    margin-top: 10px;
}

.watermark_choice_img{
    max-width: 200px;
}

.watermark-bg,
.watermark_choice_img {
    background: rgba(0, 0, 0, 0.4);
}

.fa.fa-exclamation-circle.has-errors{
    color: red;
}


.transcription_highlighted{
    background-color: #fff2ac;
}

.area-text-elem h3 {
    cursor: pointer;
}

table.sonata-ba-list .eleo_list_thumb{
    max-width: 150px;
    max-height: 150px;
}

.area-text-elem label,.inherit-checkbox-label{
    margin-top: 25px;
}

.transcription-text-tabs {
    margin-top: 25px;
}
.transcription-text-tabs .changer-tab,.searchable_cleaned_text-changer-tab{
    color: #555;
}
.transcription-text-tabs li.active .changer-tab{
    font-weight: bold;
    border-bottom-color: #ddd !important;
    background-color: #f7f7f7 !important;
}
.searchable_cleaned-text-tabs li.active .searchable_cleaned_text-changer-tab {
    font-weight: bold;
}

.transcription-text-searchable,textarea.cleaned-text-searchable {
    margin-top: 20px;
    width: 100%;
    height: 201px;
    margin-bottom: 0 !important;
    border: 1px solid #d1d1d1;
    padding: 15px;
}

.languages-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.language-select {
    max-width: 50%;
} 

#copy-translations {
    margin-left: 30px;
}

#confirm_copy_translations_modal .modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ic-has-space-disabled span  {
    opacity: 0.8;
    cursor: default;
}

.book-form-group .form-group {
    margin-bottom: 30px;
}

.eleo-collectiontype-row {
    display: flex;
}
.eleo-collectiontype-row .form-group {
    margin-right: 25px;
}

.extra-field-modal .modal-body {
    max-height: 80vh;
    overflow-y: scroll;
}
.form-group.has-error .help-block.sonata-ba-field-help {
    color: #737373;
}