/**
 * @package 	eagle-storytelling
 * @subpackage	Search in Datasources | esa_item CSS
 * @link 		http://www.eagle-network.eu/stories/
 * @author 		Philipp Franck
 */
@CHARSET "UTF-8";



/* esa item is important! its the visual interpretation of our shortcodes */
.esa_item {
	background-color: rgba(200, 200, 200, 0.1);
	min-width: 190px;
	min-height: 190px;
	position: relative;
	margin-top: 3px;
	margin-bottom: 3px;
	overflow: hidden;
	font-family: "Open Sans",Arial,sans-serif;
	
}

.esa_item:hover {
	background-color: #CCC;
}

.esa_item_inner {
	padding: 20px;
}

.esa_item_collapsed {
	height: 190px;
}

/* special types of esa_items */

.esa_item_right {
	float: left;
	margin-right: 3px;
	margin-left: 0px;
}

.esa_item_left {
	float: right;
	margin-left: 3px;
	margin-right: 0px;
}

/* -- */

.esa_item_tools {
	position: absolute;
	border: 1px solid #A0A5AA;
	border-radius: 2px;
	right: 1em;
	display: none;
	z-index: 10000;
	padding: 2px;
	background: #F5F5F5;
	margin-top: 1em
}

.esa_item_tools a {
	display: block;
	background: #F5F5F5;
	height: 28px;
	width: 28px;
	color: rgba(0,0,0,0);
	cursor: pointer;
	float: right;
	padding: 1px
}

.esa_item_tools a.esa_item_tools_originurl  {
	background: url('../images/eye.png') center center no-repeat white;
}

.esa_item_tools a.esa_item_tools_find {
	background: url('../images/find.png') center center no-repeat white;
}
/*
.esa_item_tools a:hover {
	border: 1px solid #A0A5AA;
	border-radius: 2px;
	padding: 0px
}
*/
.esa_item_tools a.esa_item_tools_originurl {
	background: url('../images/eye.png') center center no-repeat white;
}

.esa_item_tools a.esa_item_tools_edit {
	background: url('../images/edit.png') center center no-repeat white;
}

.esa_item_tools a.esa_item_tools_featured {
	background: url('../images/featured.png') center center no-repeat white;	
}

.esa_item_tools a.esa_item_tools_delete {
	background: url('../images/delete.png') center center no-repeat white;	
}

.esa_item_tools a.esa_item_tools_expand {
	background: url('../images/expand.png') center center no-repeat white;	
}


.esa_item_tools a:focus {
	box-shadow: none
}

.esa_item_tools a:hover {
	/*box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.8);*/
	opacity: 1
}


.esa_item_tooltip {
	padding-left: 0.4em;
	padding-right: 2em;
	height: 28px;
	float: right;
	background: white;
	display: none;
	white-space: nowrap;
}

.esa_item_resizebar {
	background-color: rgba(0,0,0,0.4);
	background-image: url('../images/arrow-up.png');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 9px;
	background-size: 9px;
	color: white;
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 9px;
	margin-top: 1px;
	padding: 2px;
	display: none;
	cursor: pointer;
}

.esa_item_collapsed .esa_item_resizebar {
	background-image: url('../images/arrow-down.png');
}


.esa_item:hover .esa_item_tools {
	display: block
}

/* esa_item style */

.esa_item_collapsed .esa_item_left_column_max_left,
.esa_item_left_column {
	width: 150px;
	float: left;
}

.esa_item_left_column_max_left {
	width: 100%
}

.esa_item_collapsed .esa_item_right_column_max_left,
.esa_item_right_column {
	margin-left: 160px;
}

.esa_item_right_column_max_left {
	clear: both;
}

.esa_item_collapsed .esa_item_right_column_max_left {
	clear: none
}

.esa_item_main_image {
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: white;
	display: none;
}

.esa_item_collapsed .esa_item_main_image {
	display: block
}

.esa_item_media_box {
	max-height: 500px;
	float: left;
	padding-right: 0em;
	margin-bottom: 0.5em;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.7);
}



.esa_item_media_size_4 .esa_item_media_box {
	width: 23.5%;
	margin: 0.2%;
}

.esa_item_media_size_3 .esa_item_media_box {
	width: 32.1333333333%;
	margin: 0.2%;
}

.esa_item_media_size_2 .esa_item_media_box {
	width: 49.2%;
	margin: 0.2%;
}

.esa_item_media_size_1 .esa_item_media_box {
	max-height: auto;
	width: 100%
}



.esa_item_collapsed .esa_item_multimedia,
.esa_item_collapsed .esa_item_media_box {
	width: 150px;
	float: none;
	margin: 0px 0px 2px 0px;
}

.esa_item_fullres {
	display: block;
	/*max-height: 500px;*/
	width: 100%;
}

.esa_item_collapsed .esa_item_fullres {
	display: none;
}

.esa_item_svg {
	background-color: white;
	width: 100%
}

.esa_item_subtext {
	padding: 0em 0.1em 0.1em 0em;
	font-style: italic;
	line-height: normal
}




.esa_item_collapsed .esa_item_subtext {
	margin-bottom: 5px;
}


.esa_item p {
	margin: 0px !important
}

.esa_item_map {
	width:  100%;
	height: 400px;
	/*margin-bottom: 15px;*/
}

.esa_item_iframe {
	width:  100%;
	max-height: 350px;
}

.esa_item_iframe iframe {
	width:  100%;
}

.esa_item_collapsed .esa_item_iframe,
.esa_item_collapsed .esa_item_map {
	width: 150px;
	height: 150px;
	margin-bottom: 0px;
}


.esa_item_inner h4 {
	padding: 0px !important;
	margin: 0px !important;
	font-size: 14px;
	color: #4D4D4A;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 130%;
	display: inline-block;
}


.esa_item_inner ul.datatable {
	list-style: none;
	margin: 4px 0px 0px 0px;
	padding: 0px;
}

.esa_item_inner ul.datatable li {
	padding-bottom: 0px;	
}

.esa_item .esa_item_text {
	background: rgba(0,0,0,0.1);
	/*border: 1px solid rgba(0,0,0,0.2);*/
	border-radius: 1px;
	padding: 2px;
	margin-bottom: 10px;
	width: 100%;
	overflow: auto;
}

.esa_item_collapsed .esa_item_text {
	width: 150px;
	min-height: 150px;
	margin-bottom: 4px;
	overflow: hidden;
}


.esa_item .sub1,
.esa_item .sub2 {
	font-size: 85%;
	line-height: normal;
	font-weight: normal
}

.esa_item_collapsed .sub2 {
	display: none
}

.esa_item_divider {
	clear: both;
	height: 1px
}

/* debug */

.esa_debug {
	background: #F2EF99;
	max-height:300px; 
	overflow: scroll;
	display: block	
}


/*  esa items overview map */
#esa_items_overview_map {
	height: 500px
}

.esa_inmap_popup {
	font-size: small;
	text-decoration: none
}
.esa_inmap_popup h1 {
	font-size: medium;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold
}

.esa_inmap_popup ul {
	margin-bottom: 0px
}

.esa_inmap_popup li {
	padding-bottom: 0px
}

.esa_inmap_popup .excerpt {
	margin-top: 2px;
	margin-bottom: 2px;	
	font-weight: normal;
	max-height: 50px;
	overflow: auto;
	line-height: normal
}
