/**
 * @version		$Id$
 * @author		Joomseller Admin
 * @package		Joomla!
 * @subpackage	Events Booking
 * @copyright	Copyright (C) 2008 - 2011 by Joomseller Solutions. All rights reserved.
 * @license		http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL version 3
 */


span.field {
    display: block;
    margin: 5px;
}
span.field label {
    color: #333333;
    font-weight: bold;
}
#jse_popup_l_search{
	display: none;
	width: 300px;
}
#jse_popup_formsearch{
	width:100%;
	height:100%;
}
h3.blue{
	background:#2779AA;
	width:95%;
	padding:4px;
	color:#fff;
}
h3.blueleft{
	float:left;
	background:#2779AA;
	/*width:90%;*/
	padding:4px;
	color:#fff;
}
h3.blueright{
	text-align:right;
	float:left;
	cursor:pointer;
	background:#2779AA;
	padding:4px;
}
#jse_popup_zjbuttonsearch{
	cursor:pointer;
}

.popover {
	width: 320px;
}
.popover-content {
    overflow-y: auto;
    position: relative;
}
.popover-title label {
	cursor: pointer;
}
.datepicker{
	z-index: 9999;
}
@media (max-width: 980px) {
	.popover {
		width: 100% !important;
		left: 0px !important;
	}
	#jse_popup_l_search{
		width: 100% !important;
	}
}