body{
    margin:0px;
}

h1, h2, h3, h4{
    font-weight: 300;
    margin-top:10px;
}

.subTitle{
    font-size: 1.3em;
}

#main_text_area{
    margin-left:0px;
    margin-top:0px;
}

#main_text_area ul{
    list-style:none;
}


#sourceMetadata{
    background-color:#DDDDDD;
}

.rightBox{
    float:right;
    width:49%;
}

.form-style-10{
    max-width:700px;
    margin-left:40px;

    /*padding:30px;
    margin:40px;*/
    background: #FFF;
    /*border-radius: 10px;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);*/
}

.ui-tabs-vertical .ui-tabs-nav {
    padding: .2em .1em .2em .2em; float: left;
    transform-origin: 0 0;
    width:200px;
    transform: rotate(-90deg) translate(-194px, 0px);
    background: none;
}
.ui-tabs-vertical .ui-tabs-nav li {
    border-bottom-width: 1px !important;
}
.ui-tabs-vertical .ui-tabs-nav li a { display:inline; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float:left;clear:left; width:100%; height:100%}


.ui-widget-header{
    background: white;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl{
    border:none;
}

.inner-wrap{
    border:solid 1px lightgray;
}



#tabs-1 .form-style-10{
    width:100%;
    margin: 0px;
    padding: 10px;
}

#ajaxStatus{

}

#ajaxStatus img{
    width:50px;
}

.form-style-10 .inner-wrap{
    padding: 30px;
    background: #FFFFFF;
    border-radius: 6px;
    margin-bottom: 15px;
}

#tabs-1 .inner-wrap{
    padding:10px;
    border:none;
}
.form-style-10 h1{
    color: #2A88AD;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Bitter', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
}

/*.source_transcription, #transcriptionEditor{
    line-height:2em;
    font-size:1,5em;
    font-family: Garamond;
}*/

.source_transcription p, #annotationEdit p{
    margin-bottom:20px;
}



.form-style-10 h1 > span{
    display: block;
    margin-top: 2px;
    font: 13px Arial, Helvetica, sans-serif;
}
.form-style-10 label{
    display: inline;
    font: 13px Arial, Helvetica, sans-serif;
    color: #888;
    margin-bottom: 15px;
}

.form-style-10 select{
    width:100%;
}
.form-style-10 input[type="text"],
.form-style-10 input[type="date"],
.form-style-10 input[type="datetime"],
.form-style-10 input[type="email"],
.form-style-10 input[type="number"],
.form-style-10 input[type="search"],
.form-style-10 input[type="time"],
.form-style-10 input[type="url"],
.form-style-10 input[type="password"],
.form-style-10 textarea,
.form-style-10 select {
    display: table-cell;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border: 2px solid #fff;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
}

.form-style-10 .section{
    font: normal 16px 'Bitter', serif;
    color: #2A88AD;
    margin-bottom: 5px;
}
.form-style-10 .section span {
    background: #2A88AD;
    padding: 5px 10px 5px 10px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #fff;
    font-size: 14px;
    margin-left: -45px;
    color: #fff;
    margin-top: -3px;
}
.form-style-10 input[type="button"],
.form-style-10 input[type="submit"]{
    background: #2A88AD;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Bitter', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
    font-size: 15px;
}
.form-style-10 input[type="button"]:hover,
.form-style-10 input[type="submit"]:hover{
    background: #2A6881;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
}
.form-style-10 .privacy-policy{
    float: right;
    width: 250px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #4D4D4D;
    margin-top: 10px;
    text-align: right;
}

#tabs{
    width:80%;
}

#no_uploaded_files{
    width:275px;
    height:300px;
    background-color:white;
    float:left;
    clear:right;
}

.icon{
    margin:0px;
    padding:0px;
    border-width: 0px;
    display: inline;
}

#window_bar{
    background: #2A88AD;
    border-radius: 10px 10px 0 0;
    padding: 10px 15px 7px 15px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Bitter', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
    margin-bottom:0px;
}

#window{
    background: #F8F8F8;
    margin-bottom: 15px;
    margin-left:0px;
    margin-top:0px;
    border-radius: 10px;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);

}

#source_frame{
    height:95%;
    margin:0px;
    margin-top:-44px;
    margin-left:43px;
    padding:0px;
}

#source_transcription{
    height:95%;
    margin:0px;
    margin-top:-44px;
    margin-left:43px;
    padding:0px;
    border-width: 2px;
    border-style: solid;
    padding:10px;
    border-color:gray;
    overflow: auto;
}

#source_frame iframe{
    height:98%;
    width:100%;
}

#source_info_box{
    height:2%;
    width:100%;
    padding:4px;
    clear:left;
}

form{
    margin-bottom:0px;
}

.tinymce{
    height:602px;
    width:100%;
    margin:0px;
    padding:0px;
}

#place_index .tinymce, #institution_form .tinymce{
    clear:left;
    height:300px;
}

#tabs-1, #tabs-2,#tabs-3,#tabs-4,#tabs-5, #tabs2-1, #tabs2-2{
    padding:0px;
}

.mentionForm{
    display:none !important;
}

.action_menu, .top_section{
    padding:4px;
    margin-left:auto;
    margin-right:auto;
    max-width:1184px;

}

.action_menu input{
    display:inline;
}

.is-active a{
    font-weight: 600;
}

.transcription{
    line-height: 150%;
    font-family: 'Open Sans', sans-serif;
    width:75%;
    padding:10px;
}

.index{
    border-collapse: collapse;
    border-spacing: 0;
    width: 400px;
}

.index tr:nth-child(odd) {
    background: #b3d4fc;
}

#index_list {
    margin-top:0px;
    margin-left:0px;
    padding-left:0px;
}

.index tr td{
    margin:0px;
    padding:3px;
    padding-right:25px;
}

.index li{
    padding:3px;
    padding-left:20px;
}

.index tr td:first-child{
    padding-left:20px;
}

#index_area, #transcriptionEditor, #annotationEdit, .actionsHeader, .section {
    margin-left:auto;
    margin-right:auto;
    max-width:1184px;
    margin-bottom:20px;
    line-height:2.5;
    font-size: 1.2em;
}

@media (min-width: 768px) {
    #index_area, #transcriptionEditor, #annotationEdit {
        padding-left: 32px;
        padding-right: 32px;
    }
}

#annotationEdit li{
    line-height:1.5;
}

.metadataEntry{
    display:inline-block;
    width:350px;
}

#sidebar{
    width:30%;
    float:left;
    margin-left:20px;
    margin-top:20px;
}

#placeContainer{
    max-width: 1184px;
    margin-left:auto;
    margin-right:auto;
    display:flex;
}

#place_index, #institution_form{
    flex:1;
    width:30%;
    height: 700px;
    overflow-y:scroll;
}

#place_index > ul, #institution_form > ul, h1+ul, h2+ul{
    margin-left:0px;
    padding-left:0px;
}

#index_area ul, #place_index{
    margin-top:0px;
}

.section{
    margin-top:10px;
    clear:both;
    padding-left:20px;
}

.actionForm{
    border-left-style:solid;
    border-left-width:3px;
    border-left-color: black;
    padding-left:20px;
    margin-bottom:15px;
}

.section div, section li, .top_section div{
    display:table;
    margin-bottom:20px;
}

.section p, .top_section p{
    display:table-row;
}

.section label, .top_section label{
    display:table-cell;
    text-align:right;
    padding-left:5px;
}

.section input, .top_section input{
    display:table-cell;
    padding-left:5px;
}

.title_input{
    width:260px !important;
}

.source_topic, .deleted_topic{
    background-color:#2A88AD;
    color:white;
    text-style:normal;
    padding:5px;
    border-style:solid;
    border:1px;
    border-color:#333333;
    border-radius: 4px;
    -webkit-border-radius:4px;
    -moz-border-radius: 4px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.13);
    margin-right:5px !important;
    margin-top:10px;
    display:inline-block;
}

.source_topic a:link, .source_topic a:visited, .deleted_topic a:link, .deleted_topic a:visited{
    color:white;
    text-decoration:none;
}

.source_topic select{
    display:none;
}

#new_topic{
    width:150px !important;
}

.mentionDate, .mentionDescription{
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

.mentionCheckBoxes label{
    display:inline;
}

.newMention label, .mention label{
    width:250px !important;
    text-align:left !important;
}

.deleted_mention{
    opacity:0.5;
}

.deleted_topic, .deleted_occupation, .deleted_action, .deleted_relation, .deleted_place{
    opacity:0.2;
}

.form_table{
    display:table;
}
.form_table p{
    display:table-row;
}

.form_table label, .form_table input, .form_table select{
    display:table-cell;
}

.deleteLink{
    text-align: right;
}

#header_row{
    background-color: #333333;
    color:white;
}

#header_row th{
    text-align:left;
}

#volume_index{
    width:90%;
}

.setting{
    float:left;
    margin-left:100px;
    margin-top:5px;
    font-size:18px;
}



#create_new{
    float:left;
}

#newTopic{
    width:250px;
    margin-top:10px;
}

#newTopic select{
    width:75%;
}

#newTopic button{
    width:20%;
}

.hidden{
    display:none !important;
}

#bottomForms{
    margin-top:50px;
    padding:20px;
    background-color:lightblue;
    border-radius: 25px;
    font-size: 1.5em;
    top:550px;
    width:50%;
    margin-left:auto;
    margin-right:auto;
    display:flex;
}

.childForm label{
    display:none;
}

.childForm input{
    width:70%;
    float:left;
    font-size: 1.2em;
}

.childForm button{
    margin-left:5px;
    float:left;
    font-size:1.2em;
}

.childForm h3{
    margin-bottom:0px;

}

.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
    display: none;
}

.box.has-advanced-upload {
    background-color: white;
    outline: 2px dashed black;
    outline-offset: -10px;
}
.box.has-advanced-upload .box__dragndrop {
    display: inline;
}

.box.is-dragover {
    background-color: lightgrey;
}

.box__file + label {
    font-size: 1.25em;
    font-weight: 700;
    color: dimgrey;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 80px;
    text-align:center;
}

.box__file:focus + label{
    background-color: lightblue;
}

.box__file + label {
    cursor: pointer; /* "hand" cursor */
}

.box__file:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.box__file + label * {
    pointer-events: none;
}

.box.is-uploading .box__input {
    visibility: none;
}
.box.is-uploading .box__uploading {
    display: block;
}

.has-advanced-upload .box__file{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.box__input{
    height: 350px;
}

.fileDiv+div{
    margin-top:20px;
    padding-top:40px;
    clear:left;
}

.uploadIcon{
    opacity:0.5;
    width:72px;
    margin-top:50px;

}

#map {
    height: 700px;
    width:65%;
    float:right;
}

.marker {
    background-image: url('/images/dot_red.png');
    background-size: cover;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.marker.selected{
    background-image: url('/images/dot_blue.png') !important;
}

.mapboxgl-popup {
    max-width: 400px;
}

.mapboxgl-popup-content img{
    float:left;
    margin-right:10px;
}
.mapboxgl-popup-content div {
    float:left;
}



#info {
    display: block;
    position: relative;
    margin: 0px auto;
    width: 50%;
    padding: 10px;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    color: #222;
    background: #fff;
}

.inactive{
    opacity: 0.2;
}

/* CSS for the actor timeline */


#timeline li{
    margin-bottom: 10px;
}

.addInfoBox{
    margin-top:0px;
}

.addInfoBox h3{
    padding-top:20px;
}

.addInfoBox+.addInfoBox{
    margin-top:10px;
}

.editLink{
    font-size: 0.6em;
}

.timelineIcon{
    width:40px;
    float: left;

}

.timelineEntry  {
    overflow: auto;
    vertical-align: middle;
}

.entryDate{
    width: 120px;
    padding-top:0;
    float:left;
    vertical-align: middle;
}

.entryText{
    display:inline;
    display:inline;
}

#sourceMentions{
    margin-left:0px;
    padding-left:0px;
}

.mention_preview a{
    margin-left: 5px;
}

/* ********************** CSS for the Tag editor ''''''''''''''''' */

#tagEditor{
    width:45%;
    margin:10px;
    margin-left:20px;
    padding:10px;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none;
    line-height: 1.8em;
    float:left;
    border-style: outset;
}

.deleteAnnotation{
    background-color: darkgrey !important;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='0.3'/><path d='M0 0 L100 100 ' stroke='black' stroke-width='0.3'/></svg>");
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 100% 100%, auto;
    opacity: 50%;
}

#annotationEdit .annotation{
    margin-left: 3px;
    margin-right: 3px;
    padding-right:10px;
    padding-left:10px;
    padding-top:10px;
    border-radius: 4px;
    display:inline-block;
    position:relative;
    height:2.6em;
}

.source_transcription .annotation{
    border-bottom-width: 2px;
    border-bottom-style:solid;
    background-color:transparent;
}

.source_transcription .eventAnnotation{
    border-bottom-color: blue;
    cursor: pointer;
}

.source_transcription .actorAnnotation {
    border-bottom-color: blue;
    cursor: pointer;
}

.source_transcription .placeAnnotation {
    border-bottom-color: green;
    cursor: pointer;
}

.suggestedAnnotation {
    background-color: grey;
}

.actorAnnotation{
    background-color:#7ACAFF;
}

.eventAnnotation{
    background-color:lightgreen;
}

.newAnnotation, .editedAnnotation{
    background-color: yellow;
}

#annotationEdit .eventAnnotation:before{
    position:absolute;
    top:2px;
    content:"Event";
    font-size: 0.6em;
}

#annotationEdit .actorAnnotation:before{
    position:absolute;
    top:2px;
    content:"Person";
    font-size: 0.6em;
}

#annotationEdit .PARTICIPATED_PRESES_ELECTIONAnnotation:before{
    position:absolute;
    top:2px;
    content:"Deltog i presesval";
    font-size: 0.6em;
}

#annotationEdit .ELECTED_PRESESAnnotation:before{
    position:absolute;
    top:2px;
    content:"Vald preses";
    font-size: 0.6em;
}

#annotationEdit .ELECTED_SECRETARYAnnotation:before{
    position:absolute;
    top:2px;
    content:"Vald sekreterare";
    font-size: 0.6em;
}

#annotationEdit .PROPOSED_MEMBERAnnotation:before{
    position:absolute;
    top:2px;
    content:"Föreslagen ledamot";
    font-size: 0.6em;
}

#annotationEdit .ACCEPTED_MEMBERAnnotation:before{
    position:absolute;
    top:2px;
    content:"Antagen ledamot";
    font-size: 0.6em;
}

#annotationEdit .EXCLUDED_MEMBERAnnotation:before{
    position:absolute;
    top:2px;
    content:"Utesluten ledamot";
    font-size: 0.6em;
}

#annotationEdit .NOT_ACCEPTED_MEMBERAnnotation:before{
    position:absolute;
    top:2px;
    content:"Ej antagen ledamot";
    font-size: 0.6em;
}

#annotationEdit .PROPOSED_AMNESVENAnnotation:before{
    position:absolute;
    top:2px;
    content:"Föreslagen ämnesvän";
    font-size: 0.6em;
}

#annotationEdit .PROPOSED_AND_ACCEPTED_AMNESVENAnnotation:before{
    position:absolute;
    top:2px;
    content:"För. och ant. ämnesv.";
    font-size: 0.6em;
}

#annotationEdit .ACCEPTED_AMNESVENAnnotation:before{
    position:absolute;
    top:2px;
    content:"Antagen ämnesvän";
    font-size: 0.6em;
}

#annotationEdit .NOT_ACCEPTED_AMNESVENAnnotation:before{
    position:absolute;
    top:2px;
    content:"Ej antagen ämnesvän";
    font-size: 0.6em;
}

#annotationEdit .selectedSecondary:before{
    position:absolute;
    top:2px;
    content:"Nominerade";
    font-size: 0.6em;
}

#annotationEdit .PARTICIPATEDAnnotation:before{
    position:absolute;
    top:2px;
    content:"Närvarande";
    font-size: 0.6em;
}

#annotationEdit .HELD_PARENTATIONAnnotation:before{
    position:absolute;
    top:2px;
    content:"Parenterade";
    font-size: 0.6em;
}

#annotationEdit .HELD_ACCEPTENCE_SPEECHAnnotation:before{
    position:absolute;
    top:2px;
    content:"Inträdestal";
    font-size: 0.6em;
}

#annotationEdit .PRESES_ELECTION_SPEECHAnnotation:before{
    position:absolute;
    top:2px;
    content:"Preses tillträdestal";
    font-size: 0.6em;
}

#annotationEdit .PRESES_FAREWELL_SPEECHAnnotation:before{
    position:absolute;
    top:2px;
    content:"Preses nedläggningstal";
    font-size: 0.6em;
}

.eventAnnotation{

}

.placeAnnotation{
    background-color:purple;
}

.autoSuggestedAnnotation{
    background-color: lightseagreen;
}

.suggestedAnnotation, .editedAnnotation, .newAnnotation{
    opacity: 50%;
}

.selectedSecondary{
    border-style: dotted;
    border-width: 3px;
    background-color: orange;
}

.selectedPrimary{
    background-color: deeppink;
    border-style: dotted;
    border-width: 3px;
}

.selectedAnnotation{
    border-style: dotted;
    border-width: 3px;
    background-color: orange;
}


.removeTag{
    font-size: 0.7em;
    vertical-align: top;
}

/* ********************** CSS for the mentions editor ''''''''''''''''' */

#mentionsEditor{
    width:40%;
    margin:10px;
    //line-height: 1.8em;
    float:left;
}

/********** Modal Boxes *********************/


#dialog-form label, #dialog-form input { display:block; }
#dialog-form input.text { margin-bottom:12px; width:95%; padding: .4em; }
#dialog-form fieldset { padding:0; border:0; margin-top:25px; }
#dialog-form h1 { font-size: 1.2em; margin: .6em 0; }
.ui-dialog .ui-state-error { padding: .3em; }
.validateTips { border: 1px solid transparent; padding: 0.3em; }

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.hyperlinkIcon{
    width:24px;
}

.ui-tooltip{
    background: white;
    font-size:16px;
    padding:20px;
    z-index: 99;
    border: 2px solid black;
    border-radius:15px;
}

.ui-tooltip-content{
    color:black;
}

#previousSourceLink{
    margin-left:30px;
}

#nextSourceLink{
    margin-left:400px;
}

#annotationEditHeader{
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    max-width: 1184px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 25px;
    font-size: ;
}

#timeline{
    margin-top:50px;
}

#timeline ul{
    padding-left:0px;
    margin-left:0px;
}

#timeline ul ul{
    padding-left:20px;
    margin-left:0px;
}


.timeLineYearHeader{
    padding-left:0px;
    margin-left:0px;
}

#factBox{
    float:left;
    width:500px;
    border: 2px solid darkgrey;
    margin-top:30px;
    padding: 5px;
    margin-left:20px;
}

#factBox p{
    margin-left:40px;
    margin-right:40px;
}

#factBox h1{
    text-align:center;
    margin-bottom:0px;
}

#factBox .imageCaption{
    font-style: italic;
}


#factBox .editLinks{
    text-align: center;
    font-size: 2em;
    margin-top:0px;
    padding-top:0px;
}

#timeline p.mentionParagraph{
    display:none;
}

.participationParagraph{
    display:none;
}


.nextMeetingLink{
    float:right;
}

.source_edit_link{
    margin-left:25px;
}

.paragraphLink{
    text-decoration:underline;
}

.actorInfo{
    display:flex;
    align-content: flex-start;

}

.portrait-description{
    flex:4 1 auto;
    display: inline-block;
}

.externallinksWrapper{
    margin-left:150px;
    flex:1 1 auto;
    display:inline-block;
    background-color: #9c2b2d;;
    color:white;
    border-radius:10px;
    padding:10px;
}

.externallinksWrapper ul{
    flex:1;
    align-items: center;
    flex-direction: row;
    top: 0px;
    list-style: none;
    flex-grow: 1;
    justify-content: space-between;
    margin-left: 32px
}

.protocol_search_title{
    font-size:1.4em !important;
}

.protocol_search_title::placeholder{
    color:grey !important;
    opacity:1;
}

.actorGallery{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap:wrap;
    margin-top:4rem;
    margin-bottom: 1rem;
}

.actorShowCase{
    flex:1 1 30%;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width:30%;
    max-width:30%;
    padding-top:2%;
}

.actorShowCase > *{
    flex:1;
    align-items: center;
    justify-content: center;
    display:flex;
    flex-direction: column;
}

.actorShowCase > * > *{
    flex:1;
}

.actorShowCase img{
    width:100%;
}

.actorShowCase h3{
    font-size:2.5rem;
    line-height:1.47;
    font-weight: 700;
    font-family: EB Garamond,serif;
}

h3.actorShowCaseName{
    text-decoration: none;
}

.subtitle{
    font-family: Lato,sans-serif;
    margin-top:6rem;
    font-size: 4.0rem;
    line-height: 1.14;
}

.searchResultRow{
    display:flex;
    flex-direction: row;
    margin-bottom:10px;
    height:150px;
}

.searchImageFrame{
    flex:1;
    max-width:150px;
    margin-right:15px;
}

.searchResultText{
    flex:1;
    font-size: 2.5rem;
    line-height: 1.47;
    font-weight: 700;
    font-family: EB Garamond,serif;
    margin-top:20px;
}

.searchResultText a{
    text-decoration: none !important;
}

.searchImage{
    max-height:100%;
}

.actorButton{
    margin: 0 auto;
    display: block !important;
    margin-top:50px;
    margin-bottom:200px;
}

.searchResultText p{
    font-weight: normal;
}

.searchResultLink{
    font-weight:normal;
    display:block;
    font-size:2rem;
    margin-top:8px;
}

.search-result__result-label{
    font-size:2rem !important;
    margin-top:30px !important;
}

.protocol_browse_wrapper{
    flex-wrap: wrap !important;
}

.protocol_browse_item{
    min-width:20% !important;
    max-width:20%;
}

#mirador {
    display: block;
    width: 100%;
    height: 1000px;
    margin: 1em 1%;
    position: relative;
}

#pageXMLText{
}

.splitpanes{
    display:flex;
    flex-direction: row;
    align-items: start;
    width:100%;
    height:100%;
}

.splitpane{
    max-width:48%;
    height:100%;
    flex:1;
    margin:auto;
}

.mirador-canvas-nav, .mirador-window-top-bar{
    display:none !important;
}

.checkmark {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline;
    stroke-width: 2;
    stroke: green;
    stroke-miterlimit: 10;
    stroke-dashoffset: 0;
}

.tool_tip{
    color:darkslategray;
    margin-left:10px;
    margin-right:40px;
    line-height:2.5rem;
}