/* ************************* */

/* EVT 2.0 CUSTOM STYLESHEET */

/* ***************************************************************** */

/*                                                                   */

/* Add here your CSS to customize the style of the elements          */

/* If you'll not see any changes, try adding !important to the rule  */

/*                                                                   */

/* For generic TEI elements, use the tagName as class                */

/* e.g. <del/> => .del{ # your style goes here # }                   */

/*                                                                   */

/* ***************************************************************** */

section[ng-switch-when=imgTxt] evt-select[data-type=witness] .open_options {display: none;}
section[ng-switch-when=imgTxt] evt-select[data-type=witness-page] .open_options {display: none;}
section[ng-switch-when=imgTxt] evt-select[data-type=div] .open_options {display: none;}
section[ng-switch-when=imgTxt] evt-select[data-type=selectText] {font-weight: bold;}
section[ng-switch-when=imgTxt] evt-select[data-type=page] {font-weight: bold;}
section[ng-switch-when=collation] evt-select[data-type=witness-page] {display: none;}
section[ng-switch-when=collation] #compareWits_box {width:100% !important;}
section[ng-switch-when=imgTxt] #compareWits_box {width:66.66667% !important;overflow-x: scroll;display: flex;}

section[ng-switch-when='imgTxt'] .compareWits_box--buttonAddWit.floatRight, .compareVer_box--buttonAddVer.floatRight {
    display: none;
}
section[ng-switch-when=imgTxt] .box.box-witness {width:420px !important;}
section[ng-switch-when=collation] .box.box-witness {width:33% !important;}
evt-select .selector {min-width:30px;}
.fw{opacity:0.5;margin-top:5px;margin-bottom:5px;}
#compareWits_box button-switch[data-type='pin'] {display:none;}
.del[data-rend="overstrike"] {text-decoration: line-through;}
.hi[data-rend~="red"] {color: red;}
.hi[data-rend~="italic"] {font-style: italic;}
.hi[data-rend~="3-line"] {font-size: 30px;}
.hi[data-rend~="4-line"] {font-size: 40px;}
.hi[data-rend~="5-line"] {font-size: 50px;}

div[id^="cgm696n0"] .reg {display: none;} 
div[id^="inc77n0"] .reg {display: none;} 
div[id^="cgm252n0"] .reg {display: none;}
.criticalEdition .choice .orig { display: inline !important;}
.figDesc {
	display: block;
	border-left: 5px solid #b30000;
	background-color: #ffe6e6;
	padding: 5px 5px 5px 8px;
	margin-bottom: 3%;
	text-align: justify;
	font-size: 95%;
	font-style: italic;
}
span.analogue span.analogue__text span.quote {
	font-style: italic;
}
span.quote sup.iconbis-evt_quote-left.ng-scope, span.quote sup.iconbis-evt_quote-right.ng-scope {
	display: none;
}


@media only screen and (max-width: 1200px) {
    /*.box.box-witness {width:600px !important;}*/
    /*.box.box-witness .box-menu {font-size:0.7em;display:block;}*/
    section[ng-switch-when=collation] .box.box-witness {width:400px  !important;overflow-x: scroll;}
}


      .occurrenceWord {
         border: 1px solid #4d4d4d;
         margin: 6px;
         padding: 6px;
         border-radius: 4px;
         display: inline-block;
         min-width: 50px;
         cursor: pointer;
         font-weight: bold;
      }

      .activeOccurrenceForm, .occurrenceWord:hover {
         background-color: #DEE3ED;
      }

      .occurrenceList {
         display: none;
      }
       .occurrenceList li {
        list-style-type: square;
        margin-bottom: 4px;
        margin-left:8px;
      }

      .countAllOccurrences {
         margin: 4px;
      }

      .occurrenceLink {
         text-decoration:underline;
         cursor: pointer;
      }
      .occurrenceLink:hover {
         font-weight: bold;
      }