#florale_title{
	border: 1px solid #cecece;
	box-shadow: 0 2px 5px rgba(111, 111, 111, 0.4);
    background: #f7f7f7;
    margin: 10px auto;
    width: 71%;
    text-align: center;
}
.hide-item{
	/*display: none !important;*/
}
.disabled-tree-entry{
}
.fancytree-title-disabled{
	display: inline-block;
	vertical-align: top;
	min-height: 16px;
	padding: 0 3px 0 3px;
	margin: 0px 0 0 3px;
	opacity: 0.3;
}
#saventurer_tab_content #annotation_header_wrapper{
	position: relative;
}
#saventurer_tab_content #annotations_wrapper{
	position: relative;
}
#saventurer_tab_content #annotations_wrapper .action-buttons{
	position: fixed;
	top: 10px;
	left: 30px;
	z-index: 1000;
	display: none;
}
#saventurer_tab_content .back{
	float: left;
	background-image: url(./images/back.png);
	opacity: 0.8;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 36px;
	width: 36px;
	cursor: pointer;
}
#saventurer_tab_content .back:hover{
	opacity: 1;
}
#saventurer_tab_content .forward{
	float: left;
	margin-left: 10px;
	background-image: url(./images/forward.png);
	opacity: 0.8;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 36px;
	width: 36px;
	cursor: pointer;
}
#saventurer_tab_content .forward:hover{
	opacity: 1;
}

#saventurer_tab_content .annotation-colored-item{
	/*display: none !important;*/
}
#saventurer_tab_content #annotations_header{
	text-align: center;
	margin-bottom: 10px;
}
#saventurer_tab_content #annotations_header .annotation-block-wrapper{
	display: inline-block;
	width: 17%;
	height: 50px;
	margin: 5px 1%;
}
#saventurer_tab_content #annotations_header .annotation-block{
	font-size: 14px;
	line-height: 20px;
}
#saventurer_tab_content #annotations_header .annotation-icon, #saventurer_tab_content #annotations_header .annotation-list-icon, #saventurer_tab_content #annotations_header .annotation-search-container{
	display: none;
}
#saventurer_tab_content .annotations-container{
	display: grid;
	grid-template-columns: 1fr;
grid-gap: 3px;
	align-items: center;
}
#saventurer_tab_content .annotations-container_orig{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*text-align: center;*/
	/*padding: 0 10px;*/
}
#saventurer_tab_content .annotation-block-wrapper{
	margin: 5px 10px;
	height: 100px;
	cursor: pointer;
	display: flex;
	flex-basis: 35%;
	flex-flow: row wrap;
	
}
#saventurer_tab_content .annotation-active{
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: 2px solid #a1a1a1;
}
#saventurer_tab_content .annotation-block{
	display: table;
	line-height: 50px;
	height: 100%;
	width: 100%;
	text-align: center;
	color: #2D2D2D;
	font-size: 24px;
	font-weight: bold;
}
#saventurer_tab_content .annotation-block span{
	display: table-cell;
	vertical-align:middle;
}
#saventurer_tab_content .annotation-active, #saventurer_tab_content .annotation-block:hover{
	-webkit-box-shadow:0px 3px 4px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:0px 3px 4px 0px rgba(0, 0, 0, 0.35);
	box-shadow:0px 3px 4px 0px rgba(0, 0, 0, 0.35);
}

#saventurer_tab_content #annotations_accordion_block p{
	margin: 0;
	font-size: 13px;
}
#saventurer_tab_content #annotations_accordion_block li{
	list-style: none;
}
#saventurer_tab_content #annotations_accordion_block h3{
	color: #2d2d2d;
	text-align: left;
	word-break: normal;
	position: relative;
}
#saventurer_tab_content .annotation-li-level-2 ul{
	margin-left: 43px;
	padding-top: 5px !important;
}
#saventurer_tab_content .ui-accordion .ui-accordion-header .ui-accordion-header-icon{
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
#saventurer_tab_content .ui-accordion .ui-accordion-header{
	text-decoration: none;
	padding-left: 25px;
}
#saventurer_tab_content .annotation-block-level-1 h3, #saventurer_tab_content .annotation-block-level-2 h3{
	font-size: 18px;
	margin-left: 75px !important;
	margin-top: 15px !important;
	/*top: 25px;*/
}
#saventurer_tab_content .annotation-block-level-2{
	margin-left: 30px !important;
}
#saventurer_tab_content .annotation-block-level-2 h3{
	font-size: 16px;
}
#saventurer_tab_content #annotations_accordion_block h3:hover{
	color: #6D6D6D;
}

#saventurer_tab_content a.annotation-block-level-3{
	min-height: 93px !important;
}
#saventurer_tab_content .annotation-block-level-3 .icons-block{
	height: 28px;
	top: inherit;
	bottom: 0;
	left: 0;
	width: 100%;
	border: none !important;
}
#saventurer_tab_content .annotation-block-level-3 h3, #saventurer_tab_content .annotation-li-level-3 .annotation-label{
	/*left: 8px !important;*/
	margin-left: 0 !important;
}
#saventurer_tab_content .annotation-li-level-3.last .subannotation-search-icon{
	display: inline-block;
	position: absolute;
	top: auto !important;
	bottom: 0 !important;
	left: 20px !important;
	margin: 5px;
}
#saventurer_tab_content .annotation-li-level-3.last .subannotation-file-icon{
	display: inline-block;
	position: absolute;
	top: auto !important;
	bottom: 0 !important;
	left: 80px !important;
	margin: 5px;
}
#saventurer_tab_content .annotation-li-level-3.last .subannotation-exercisefile-icon{
	display: inline-block;
	position: absolute;
	bottom: 0 !important;
	top: auto !important;
	left: 110px !important;
	margin: 5px;
}
#saventurer_tab_content .annotation-li-level-3.last .subannotation-revisedfile-icon{
	display: inline-block;
	position: absolute;
	bottom: 0 !important;
	top: unset !important;
	left: 140px !important;
	margin: 5px;
}
#saventurer_tab_content .annotation-li-level-3.last .demo-sound-container{
	left: 50px;
	top: auto;
	bottom: 0;
    display: inline-block;
    position: absolute;
}
#saventurer_tab_content .item-number{
	font-size: 12px;
	font-weight: bold;
	color: #aeaeae;
	position: absolute;
}
#saventurer_tab_content .annotation-block-level-1 .item-number{
	top: 5px;
	left: -125px;
}
#saventurer_tab_content .annotation-block-level-2 .item-number{
	top: 15px;
	left: -142px;
}
#saventurer_tab_content .annotation-block-level-3 .item-number{
	position: absolute;
	top: -30px;
	left: -10px;
}

#saventurer_tab_content .annotation_description{
	/*position: absolute;*/
	bottom: 8px;
	/*left: 85px;*/
	position: relative;
	margin: 5px 3px 0 76px !important;
	word-break: normal;
	margin-right: 5px;
}
#saventurer_tab_content .annotation_description, #saventurer_tab_content .annotation_description:hover, #saventurer_tab_content .last h3:hover{
	color: #2d2d2d !important;
}
#saventurer_tab_content .annotation-label-container{
	background-image: none !important;
	min-height: 75px !important;
}
#saventurer_tab_content .ui-state-disabled{
	opacity: 1 !important;
	pointer-events: auto !important;
}
#saventurer_tab_content a.last .ui-icon { 
	display: none !important; 
}
#saventurer_tab_content li.last.annotation-li-level-3{
	display: inline-block;
	margin-top: 20px;
	vertical-align: top;
	width: 220px;
}
#saventurer_tab_content li.last.annotation-li-level-3 h3{
	font-size: 12px !important;
	margin: 5px 0 !important;
}
#saventurer_tab_content li.last.annotation-li-level-3 h3 .annotation-label-content{
	text-align: left;
	width: 200px;
}
#saventurer_tab_content .annotation-li-level-3 a.last{
	padding-left: 10px !important;
}
#saventurer_tab_content a.last.annotation-block-level-1 .annotation-label{
	/*top: 10px !important;*/
	margin-top: 10px !important;

}
#saventurer_tab_content .annotation-block-level-2 .annotation-label{
	/*top: 5px !important;*/
	margin-top: 5px !important;
}
#saventurer_tab_content .icons-block{
	background-color: rgba(239, 239, 239, 0.7);
	padding: 3px;
	position: absolute;
	top: 0;
	left: 28px;
	height: 100%;
	width: 32px;
}
#saventurer_tab_content .files-icons-block{
	background-color: rgba(239, 239, 239, 0.7);
	padding: 3px;
	position: absolute;
	top: 0;
	left: 61px;
	height: 100%;
	width: 32px;
}
#saventurer_tab_content .demo-sound-container .cp-progress-holder, #saventurer_tab_content .demo-sound-container .cp-buffer-holder{
	display: none !important;
}
#saventurer_tab_content .demo-sound-container .cp-container, #saventurer_tab_content .demo-sound-container .cp-circle-control{
	background: none !important;
	width: 14px !important;
	height: 14px !important;
	border: none !important;
}
#saventurer_tab_content .demo-sound-container .cp-controls{
	padding: 0 !important;
}

#saventurer_tab_content .annotation-search-container{
	display: block;
	width: 50px;
	height: 50px;
	border-style: solid;
	border-width: 0 65px 65px 0;
	border-color: transparent rgba(0,0,0,1) transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
}

#saventurer_tab_content .annotation-icon{
	cursor: pointer;
	opacity: 0.8;
	margin: 0px 2px 2px 1px;
}
#saventurer_tab_content .annotation-icon:hover{
	opacity: 1;
}
#saventurer_tab_content .annotation-file-icon{
	width: 18px;
	position: absolute;
	top: 3px;
	left: 6px;
}
#saventurer_tab_content .annotation-exercisefile-icon{
	width: 18px;
	position: absolute;
	top: 28px;
	left: 6px;
}
#saventurer_tab_content .annotation-revisedfile-icon{
	width: 18px;
	position: absolute;
	bottom: 3px;
	left: 6px;
}
#saventurer_tab_content .annotation-search-icon{
	width: 18px;
	position: relative;
	top: 3px;
	left: 2px;
}
#saventurer_tab_content .subannotation-file-icon{
	width: 18px;
	position: absolute;
	top: 3px;
	left: 6px;
}
#saventurer_tab_content .subannotation-exercisefile-icon{
	width: 18px;
	position: absolute;
	top: 28px;
	left: 6px;
}
#saventurer_tab_content .subannotation-revisedfile-icon{
	width: 18px;
	position: absolute;
	bottom: 3px;
	left: 6px;
}
#saventurer_tab_content .subannotation-search-icon{
	width: 18px;
}
#saventurer_tab_content .demo-sound-container{
	/*position: absolute;*/
	/*top: 25px;*/
	/*left: 5px;*/
	margin: 5px;
}


#saventurer_tab_content .switch-button-label{
	font-size: 12pt !important;
}

#back_search{
	display: none;
}

