@CHARSET "UTF-8";

div#jem .noevents {
	text-align: center;
}

div#jem .topbox {
	height: 0px;
}

/* -------------------
	GENERAL
--------------------- */

div#jem {
	overflow: hidden;
	
	font-size: 10px;
	line-height: 12px;
}

div#jem #jem_filter {
	margin-top: 10px;
}

div#jem #filter_search {
	margin-left: 20px;
	margin-right: 10px;
}

div#jem .poweredby {
	display: none;
}


/* ------------------------
	event details
---------------------------*/

div#jem.jem_event div.info_container,
div#jem.jem_venue div.info_container {
	width: 85%;
	max-width: 85%;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

div#jem.jem_event .info_container .page-header,
div#jem.jem_venue .info_container .page-header {
	background-color: black;
	color: white;

	padding: 20px;
	margin: 0;

	border-style: solid;
	border-color: #ccc;
	border-width: 0 0 6px 0;
}

div#jem.jem_event h1,
div#jem.jem_venue h1 {
	font-size: 14px;
	line-height: 16px;
	
	font-weight: normal;
}

div#jem.jem_event span.title,
div#jem.jem_venue span.title {
	font-weight: bold;
}

div#jem.jem_event .event_info,
div#jem.jem_venue .venue_info {
	
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	
	padding: 0 0 20px 0;
	
	margin-bottom: 20px;
}

div#jem.jem_event .event_info p,
div#jem.jem_venue .venue_info p {
	padding: 0 20px 0 20px;
}

div#jem.jem_event .event_info p.when,
div#jem.jem_venue .venue_info p.when {
	font-size: 14px;
	font-weight: bold;
	color: red;
	
	padding: 10px 20px;
	
	margin: 0;
}

div#jem.jem_event .event_info .where p,
div#jem.jem_venue .venue_info .where p {
	margin-left: 60px;
	
	font-size: 12px;
	line-height: 14px;
}

div#jem.jem_venue .venue_info .where p#venue_name {
	margin-top: 30px;
	
	font-weight: bold;
}

div#jem.jem_event .event_info .where p img
div#jem.jem_venue .venue_info .where p img {
	vertical-align: middle;
}

div#jem.jem_event .event_info .where p.url {
	margin-top: 25px;
	
	font-size: 10px;
}

div#jem.jem_event .event_info .where p.url a:link {
	font-weight: normal;
}

div#jem.jem_event .event_info div.venue_mapicon,
div#jem.jem_venue .venue_info div.venue_mapicon {
	float: left;
	padding: 0 0 0 20px;
	margin: 0;
}

div#jem.jem_venue .venue_info div.venue_mapicon {
}

div#jem.jem_event .event_info div.description {
	padding: 20px;
}

div#jem.jem_event .event_info div.event_desc {
	font-size: 12px;
	line-height: 16px;
}

div#jem.jem_event .event_info div.event_desc p {
	padding: 0;
}

div#jem.jem_event .event_info .category p {
	font-size: 12px;
	line-height: 16px;
}

/** ----------------------------------
	@section images
	flyer, locations, maps, ...
 -------------------------------------*/

div#jem .flyerimage {
	border: 0px solid #000000;
	background: transparent;
	box-shadow: none;
}

div#jem .flyerimage img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div#jem div.imagetop {
	float: left;
	width: 100px;
	margin-top: 10px;
}

div#jem div.info_panel {
	margin-left: 120px;
	margin-top: 10px;
}

div#jem div.image {
}

div#jem div.image.imagetop {
	float: left;
	padding: 10px;
}

div#jem .googlemap {
	border: 0px solid #000000;
	width: auto;
	position: static !important;
	background: transparent;
	box-shadow: none;
}

/**
 * maps, ...
 */

div#jem div#jem .map {
	margin: 0.3em;
	position: relative;
}

div#jem div#googlemap .modal {
	border: none;
}

/*********************
	TABLE
**********************/

div#jem table tr div.flyerimage img {
	width: 100%;
	height: 100%;
}

div#jem table.eventtable tr div.flyerimage img {
	max-width: 50px;
}

div#jem table.eventtable {
	margin: 15px 1px 1px 1px;
	width: 99.9% !important;
	
	border-collapse: collapse;
	border: 1px solid #e5e5e5;
}

div#jem table.eventtable th {
	background-color: #000;
	color: white;
	font-weight: bold;
	padding: 3px;
	text-align: left;
	border: 1px solid #e5e5e5;
}

div#jem table.eventtable a:link {
	font-weight: normal;
}

div#jem table.eventtable th a,
div#jem table.eventtable th a:link
{
	color: white;
	font-weight: bold;
}

div#jem table.eventtable th img {
	margin: 5px;
	vertical-align: middle;
	border: none;
}

div#jem table.eventtable td {
	padding: 3px;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	vertical-align: top;
}

div#jem table.eventtable tr:hover td {
	background-color: #f8f8f8;
}

div#jem table.eventtable tr.featured td {
	background-color: #B6B6B4;
}

div#jem .jem_date .date {
	font-weight: bold;
}

div#jem table.eventtable tr.sectiontableentry2 td {
	background-color: #f4f4f4;
}

div#jem table.eventtable td.jem_city span.jem_country,
div#jem table.eventtable td.jem_city span.jem_territory {
	display: table-cell;
}

div#jem table.eventtable span.jem_country {
	padding-top: 1px;
	padding-right: 10px;
	vertical-align: top;
}

/* ---------------------
	EDITEVENT-PAGE
-------------------- */
div#jem .pointer {
	cursor: pointer;
}

/* -----------------
	EVENT-PAGE
 --------------- */
div#jem .btn_chkbox {
	padding-bottom: 7px;
}

/* ---------------------
	CATEGORY-VIEW
-------------------- */
div#jem .cat-children ul li {
	list-style: none;
}

/* -------------------
	EDIT FORM
--------------------- */
div#jem.jem_editevent input.required, 
div#jem.jem_editvenue input.required {
	background-color: #D5EEFF;
}

div#jem table#el-attachments input {
	width: 100%;
	margin: 0px 0px 0.5em;
	padding: 0.2em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div#jem table#el-attachments td {
	padding: 5px;
	border: 1px solid #808080;
}

div#jem table#search td {
	border: none !important;
}

div#jem table#search tr {
	border: none !important;
	padding: 20px !important;
}

div#jem table#el-attachments th {
	background: #366999;
	color: #FFFFFF;
	line-height: 22px;
	border: 1px solid #000000;
}
/** googlemap **/
div#jem #googlemap {
	margin: 20px 0px 20px 20px;
}

/*-----------------------
	BUTTONS
------------------------*/
div#jem .button_flyer {
	float: right;
}

div#jem .button_flyer .buttons {
	
}

div#jem .button_flyer .buttons img {
	background-color: #EBE8E9;
	margin: 2px;
	padding: 6px;
	border: 1px solid grey;
}

div#jem .btn {/*
	border-color: grey grey grey;*/
}

div#jem .button_flyer.icons a {
	display: block !important;
	float: left !important;
	text-decoration: none !important;
	cursor: pointer !important;
}

div#jem p.tab-description {
	font-size: 1.091em;
	margin-left: 0;
	margin-top: 5px;
}

div#jem dl.tabs dt h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}

div#jem dl.tabs dt h3 a:link {
	color: #333333;
	outline: medium none;
	text-decoration: none;
}

div#jem dl.tabs dt h3 a {
	color: #333333;
	outline: medium none;
	text-decoration: none;
	background: none;
}

div#jem td.center, 
th.center,
.center {
	text-align: center;
	float: none;
}

/*------------
	File
------------*/
div#jem a.file-name:link, 
div#jem a.file-name:active, 
div#jem a.file-name:visited
	{
	text-decoration: none;
	color: #000000;
	background-color: transparent;
}

div#jem .file td {
	padding: 3px;
}

div#jem div.iCal {
	margin-top: 5px;
}

div#jem div.info_container {
}

div#jem fieldset.alert {
	border: 1px solid grey;
	color: #C09853;
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	background-color: #FCF8E3;
	border-radius: 4px;
}

div#jem .edit_imageflyer {
	width: 200px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}

div#jem .resize_tipicon {
	padding: 4px 10px 6px 10px;
}

div#jem .label-warning, 
div#jem .badge-warning {
	background-color: #F89406;
}

div#jem .label {
	border-radius: 3px;
}

div#jem .label, 
div#jem .badge {
	display: inline-block;
	padding: 2px 4px;
	font-size: 10.998px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	/*background-color: #999;*/
}

div#jem .label-info, 
div#jem .badge-info {
	background-color: #3A87AD;
}

div#jem .input-append {
	display: inline-block;
	white-space: nowrap;
}

div#jem .input-append .btn {/*
	margin-left: -1px;
	vertical-align: top;
	border-radius: 0px;*/
	cursor: pointer;
}

div#jem .input-append .btn:hover {
	color: #777;
}

div#jem .input-append .btn_button {
	padding: 4px 12px 5px;
}

div#jem .btn {/*
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0px;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #F5F5F5;
	background-image: linear-gradient(to bottom, #FFF, #E6E6E6);
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;*/
	/* border-color: #BBB #BBB #A2A2A2;*//*
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	border-radius: 4px;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px
		rgba(0, 0, 0, 0.05);*/
}

div#jem .btn:hover,
div#jem .btn:focus {/*
	color: #333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;*/
}

div#jem .input-medium {
}

div#jem .clearfix:after {
	clear: both;
}

div#jem .clearfix:before, 
div#jem .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

div#jem .btn_chkbox {
	padding-right: 4px;
	padding-bottom: 4px;
}

div#jem .flyermodal.btn {
	height: 18px;
	box-sizing: content-box;
}

/* ----------------------
		GENERAL
------------------------ */

div#jem form {
	margin: 0px 0px 18px;
}

div#jem button {/*
	font-weight: 400;
	height: 28px;*/
}

div#jem label {
	display: block;
	margin-bottom: 5px;
	cursor: pointer;
}

div#jem .form-horizontal .control-label {
	text-align: right;
	float: left;
	width: 160px;
	padding-top: 5px;
	margin-bottom: 18px;
}

div#jem legend+.control-group {
	margin-top: 18px;
}

div#jem .control-group {
	margin-bottom: 9px;
}

div#jem .form-horizontal .control-group:after {
	clear: both;
}

div#jem .form-horizontal .control-group:before, 
div#jem .form-horizontal .control-group:after {
	display: table;
	content: "";
	line-height: 0;
}

/* ----------------------
		TABLE
------------------------ */

div#jem table {/*
	border-collapse: collapse;*/
}

div#jem table td {/*
	line-height: 20px;*/
}

div#jem table tr:hover td {/*
	background: transparent;*/
}

div#jem tr.odd, 
div#jem tr.cat-list-row1 {
	background: transparent;
}

/* ----------------------
		ICONS
------------------------ */

@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

div#jem .icon-unpublish:before, 
div#jem .icon-cancel:before {
	color: #BD362F;
}

div#jem .icon-publish:before,
div#jem .icon-save:before,
div#jem .icon-ok:before,
div#jem .icon-save-new:before,
div#jem .icon-save-copy:before,
div#jem .btn-toolbar 
div#jem .icon-copy:before {
	color: #51A351;
}

div#jem .icon-unpublish:before, 
div#jem .icon-not-ok:before, 
div#jem .icon-eye-close:before,
	div#jem .icon-ban-circle:before, 
div#jem .icon-minus-sign:before, 
div#jem .btn-toolbar 
div#jem .icon-cancel:before {
	color: #BD362F;
}

div#jem .icon-cancel:before {
	content: "\f00d";
}

div#jem .icon-arrow-up-3:before {
	content: "\e00f";
}

div#jem .icon-arrow-down-3:before {
	content: "\e011";
}

div#jem .icon-apply:before, 
div#jem .icon-edit:before, 
div#jem .icon-pencil:before {
	content: "\2b";
}

div#jem .icon-search:before {
	content: "S";
}

div#jem [class^="icon-"]:before, 
div#jem [class*=" icon-"]:before {
	font-family: "IcoMoon";
	font-style: normal;
}

div#jem [class^="icon-"], 
div#jem [class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
}

div#jem .icon-remove:before {
	content: "I";
}

div#jem .icon-unpublish:before, 
div#jem .icon-cancel:before {
	content: "J";
}

div#jem .icon-eye-open:before, 
div#jem .icon-eye:before {
	content: "<";
}

div#jem .icon-picture:before, 
div#jem .icon-image:before {
	content: "/";
}

div#jem .icon-chevron-up:before, 
div#jem .icon-uparrow:before, 
div#jem .icon-arrow-up:before {
	content: "\e005";
}

div#jem .icon-chevron-right:before, 
div#jem .icon-rightarrow:before, 
div#jem .icon-arrow-right:before {
	content: "\e006";
}

div#jem .icon-chevron-down:before, 
div#jem .icon-downarrow:before, 
div#jem .icon-arrow-down:before {
	content: "\e007";
}

div#jem .icon-chevron-left:before,
div#jem .icon-leftarrow:before,
div#jem .icon-arrow-left:before {
	content: "\e008";
}

div#jem .icon-publish:before,
div#jem .icon-save:before {
	content: "G";
}

div#jem .icon-calendar:before {
	content: "C";
}

div#jem .icon-file:before {
	content: "\e016";
}

div#jem .icon-trash:before {
	content: "L";
}

div#jem .icon-file-add:before,
div#jem .icon-file-plus:before {
	content: ")";
}

/* ----------------------
		BUTTON
------------------------ */

div#jem .btn-success {
	color: #FFF;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	background-color: #5BB75B;
	background-image: linear-gradient(to bottom, #62C462, #51A351);
	background-repeat: repeat-x;
	border-color: #51A351 #51A351 #387038;
}

div#jem .btn-success:hover, 
div#jem .btn-success:focus, 
div#jem .btn-success:active,
div#jem .btn-success.active, 
div#jem .btn-success.disabled, 
div#jem .btn-success[disabled] {
	color: #fff;
	background-color: #51a351;
	*background-color: #499249;
}

/* ----------------------
		OTHER
------------------------ */

div#jem .pull-left {
	float: left;
}

div#jem .pull-right {
	float: right;
}

div#jem .modal {
	display: inline-block;
	overflow: visible;
	position: inherit;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: auto;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

div#jem .form-horizontal .controls {
	margin-left: 180px;
}

div#jem div .container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}

div#jem .container-fluid [class*="span"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div#jem div .col-md-7, 
div#jem div .col-md-5 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

div#jem div .row {
	margin-left: -20px;
	margin-right: -20px;
}

div#jem .input-mini {/*
	width: 40px;*/
}

div#jem .input-append .add-on, 
div#jem .input-prepend .add-on {
	display: inline-block;
	width: auto;
	height: 18px;
	min-width: 16px;
	padding: 4px 5px;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	text-shadow: 0px 1px 0px #FFF;
	background-color: #EEE;
	border: 1px solid #CCC;
	box-sizing: content-box;
}

div#jem .input-prepend.input-append .add-on:first-child, 
div#jem .input-prepend.input-append .btn:first-child {
	margin-right: -1px;
	border-radius: 3px 0px 0px 3px;
}

div#jem .input-prepend > .add-on, 
div#jem .input-append > .add-on {
	vertical-align: top;
}

div#jem .input-append .add-on, /*
div#jem .input-append .btn, */
div#jem .input-append .btn-group {
	margin-left: -1px;
}

/* ------------------------
	SPECIFIC WIDTHS
----------------------- */

@media ( min-width : 992px) {

	div#jem div .col-md-7 {
		width: 58%;
		float: left;
	}

	div#jem div .col-md-5 {
		width: 41%;
		float: right;
	}

}

@media ( max-width : 767px) {

	div#jem .hidden-phone {
		display: none !important;
	}

	div#jem dl dt {
		margin: 0;
		padding: 0 !important;
		float: none !important;
		font-size: 1em;
		font-weight: bold;
		width: auto !important;
		background: transparent;
		border-bottom: 1px solid #DDDDDD;
	}

	div#jem dl dd {
		display: block;
		margin: 0 !important;
		padding: 0.3em 0;
		font-size: 1em;
		background: transparent;
		margin-left: 0px !important;
	}
	
	div#jem div.description {
		margin: 5px 0;
		padding: 0 5px;
	}

}

/* -----------------
	EDIT-FORMS
---------------- */

div#jem #myTabContent {
	background-color: white;
	padding: 10px;
	border-color: #CECECE #CECECE #CECECE #CECECE;
	border: 1px solid;
}

div#jem .input-append button {
	height: 24px;
}

div#jem #starthours,
div#jem #startminutes,
div#jem #endhours,
div#jem #endminutes {
	width: 100px;
}

div#jem.jem_editevent input[type=text] {
	width: 206px;
}

div#jem .nav {
	margin-left: 0;
	margin-bottom: 0px;
	list-style: none;
}

div#jem .nav > li > a {
	display: block;
	background-color: #808080;
	color: black;
	text-decoration: none;
}

div#jem .nav > li > a:hover, 
div#jem .nav > li > a:focus {
	text-decoration: none;
	background-color: #c0c0c0;
}

div#jem .nav > li > a>img {
	max-width: none;
}

div#jem .nav > .pull-right {
	float: right;
}

div#jem .nav-header {
	display: block;
	padding: 3px 15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #999;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}

div#jem .nav li+.nav-header {
	margin-top: 9px;
}

div#jem .nav-list {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
}

div#jem .nav-list > li > a, 
div#jem .nav-list .nav-header {
	margin-left: -15px;
	margin-right: -15px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

div#jem .nav-list > li > a {
	padding: 3px 15px;
}

div#jem .nav-list > .active > a, 
div#jem .nav-list > .active > a:hover, 
div#jem .nav-list > .active > a:focus {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	background-color: #08c;
}

div#jem .nav-list [class^="icon-"], 
div#jem .nav-list [class*=" icon-"] {
	margin-right: 2px;
}

div#jem .nav-list .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}

div#jem .nav-tabs, 
div#jem .nav-pills {
	*zoom: 1;
}

div#jem .nav-tabs:before, 
div#jem .nav-tabs:after, 
div#jem .nav-pills:before,
	div#jem .nav-pills:after {
	display: table;
	content: "";
	line-height: 0;
}

div#jem .nav-tabs:after, 
div#jem .nav-pills:after {
	clear: both;
}

div#jem .nav-tabs > li, 
div#jem .nav-pills > li {
	float: left;
}

div#jem .nav-tabs > li > a, 
div#jem .nav-pills > li > a {
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
}

div#jem .nav-tabs {
	border-bottom: 1px solid #ddd;
}

div#jem .nav-tabs > li {
	margin-bottom: -1px;
}

div#jem .nav-tabs > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 18px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-transform: none;
}

div#jem .nav-tabs > li > a:hover, 
div#jem .nav-tabs > li > a:focus {
	/* border-color: #eee #eee #ddd; */
	
}

div#jem .nav-tabs > .active > a, 
div#jem .nav-tabs > .active > a:hover, 
div#jem .nav-tabs > .active > a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid black;
	border-bottom-color: transparent;
	cursor: default;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
}

div#jem .nav-pills > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div#jem .nav-pills > .active > a, 
div#jem .nav-pills > .active> a:hover, 
div#jem .nav-pills > .active > a:focus {
	color: #fff;
	background-color: #08c;
}

div#jem .nav-stacked > li {
	float: none;
}

div#jem .nav-stacked > li > a {
	margin-right: 0;
}

div#jem .nav-tabs.nav-stacked {
	border-bottom: 0;
}

div#jem .nav-tabs.nav-stacked > li > a {
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

div#jem .nav-tabs.nav-stacked > li:first-child > a {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

div#jem .nav-tabs.nav-stacked > li:last-child > a {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

div#jem .nav-tabs.nav-stacked > li > a:hover, 
div#jem .nav-tabs.nav-stacked > li > a:focus {
	border-color: #ddd;
	z-index: 2;
}

div#jem .nav-pills.nav-stacked > li > a {
	margin-bottom: 3px;
}

div#jem .nav-pills.nav-stacked > li:last-child > a {
	margin-bottom: 1px;
}

div#jem .nav-tabs .dropdown-menu {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

div#jem .nav-pills .dropdown-menu {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div#jem .nav .dropdown-toggle .caret {
	border-top-color: #08c;
	border-bottom-color: #08c;
	margin-top: 6px;
}

div#jem .nav .dropdown-toggle:hover .caret, 
div#jem .nav .dropdown-toggle:focus .caret {
	border-top-color: #005580;
	border-bottom-color: #005580;
}

div#jem .nav-tabs .dropdown-toggle .caret {
	margin-top: 8px;
}

div#jem .nav .active .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

div#jem .nav-tabs .active .dropdown-toggle .caret {
	border-top-color: #555;
	border-bottom-color: #555;
}

div#jem .nav > .dropdown.active > a:hover, 
div#jem .nav > .dropdown.active > a:focus {
	cursor: pointer;
}

div#jem .nav-tabs .open .dropdown-toggle, 
div#jem .nav-pills .open .dropdown-toggle,
div#jem .nav > li.dropdown.open.active > a:hover, 
div#jem .nav > li.dropdown.open.active > a:focus {
	color: #fff;
	background-color: #999;
	border-color: #999;
}

div#jem .nav li.dropdown.open .caret, 
div#jem .nav li.dropdown.open.active .caret,
div#jem .nav li.dropdown.open a:hover .caret, 
div#jem .nav li.dropdown.open a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
	opacity: 1;
	filter: alpha(opacity = 100);
}

div#jem .tabs-stacked .open > a:hover, 
div#jem .tabs-stacked .open > a:focus {
	border-color: #999;
}

div#jem .tabbable {
	*zoom: 1;
}

div#jem .tabbable:before, 
div#jem .tabbable:after {
	display: table;
	content: "";
	line-height: 0;
}

div#jem .tabbable:after {
	clear: both;
}

div#jem .tab-content {
	overflow: auto;
}

div#jem .tabs-below > .nav-tabs, 
div#jem .tabs-right > .nav-tabs, 
div#jem .tabs-left > .nav-tabs {
	border-bottom: 0;
}

div#jem .tab-content > .tab-pane, 
div#jem .pill-content > .pill-pane {
	display: none;
}

div#jem .tab-content > .active, 
div#jem .pill-content > .active {
	display: block;
}

div#jem .tabs-below > .nav-tabs {
	border-top: 1px solid #ddd;
}

div#jem .tabs-below > .nav-tabs > li {
	margin-top: -1px;
	margin-bottom: 0;
}

div#jem .tabs-below > .nav-tabs > li > a {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

div#jem .tabs-below > .nav-tabs > li > a:hover, 
div#jem .tabs-below > .nav-tabs > li > a:focus {
	border-bottom-color: transparent;
	border-top-color: #ddd;
}

div#jem .tabs-below > .nav-tabs > .active > a, 
div#jem .tabs-below > .nav-tabs > .active > a:hover,
	.tabs-below > .nav-tabs > .active > a:focus {
	border-color: transparent #ddd #ddd #ddd;
}

div#jem .tabs-left > .nav-tabs > li, 
div#jem .tabs-right > .nav-tabs > li {
	float: none;
}

div#jem .tabs-left > .nav-tabs > li > a, 
div#jem .tabs-right > .nav-tabs > li > a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
}

div#jem .tabs-left > .nav-tabs {
	float: left;
	margin-right: 19px;
	border-right: 1px solid #ddd;
}

div#jem .tabs-left > .nav-tabs > li > a {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

div#jem .tabs-left > .nav-tabs > li > a:hover,
div#jem .tabs-left > .nav-tabs > li > a:focus {
	border-color: #eee #ddd #eee #eee;
}

div#jem .tabs-left > .nav-tabs .active > a, 
div#jem .tabs-left > .nav-tabs .active > a:hover,
	div#jem .tabs-left > .nav-tabs .active > a:focus {
	border-color: #ddd transparent #ddd #ddd;
	*border-right-color: #fff;
}

div#jem .tabs-right > .nav-tabs {
	float: right;
	margin-left: 19px;
	border-left: 1px solid #ddd;
}

div#jem .tabs-right > .nav-tabs > li > a {
	margin-left: -1px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

div#jem .tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
	border-color: #eee #eee #eee #ddd;
}

div#jem .tabs-right > .nav-tabs .active > a, 
div#jem .tabs-right > .nav-tabs .active > a:hover,
	div#jem .tabs-right > .nav-tabs .active > a:focus {
	border-color: #ddd #ddd #ddd transparent;
	*border-left-color: #fff;
}

div#jem .nav > .disabled > a {
	color: #999;
}

div#jem .nav > .disabled > a:hover, 
div#jem .nav > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	cursor: default;
}

div#jem #editor-xtd-buttons, 
div#jem .toggle-editor {
	margin-top: 20px;
	margin-bottom: 20px;
}

div#jem textarea#jform_meta_keywords, 
div#jem label#jform_meta_keywords-lbl {
	margin-top: 20px;
}

div#jem.jem_editevent select {
	width: 206px;
}

div#jem input[type="submit"] {
	height: 29px;
}

div#jem .clearfix:after, 
div#jem .container:after, 
div#jem .container-fluid:after,
	div#jem .row:after, 
div#jem .form-horizontal 
div#jem .form-group:after, 
div#jem .btn-toolbar:after, 
div#jem .btn-group-vertical > .btn-group:after,
	div#jem .nav:after, 
div#jem .navbar:after, 
div#jem .navbar-header:after, 
div#jem .navbar-collapse:after,
	div#jem .pager:after, 
div#jem .panel-body:after, 
div#jem .modal-footer:after {
	clear: both;
}

div#jem .clearfix:before,
div#jem .clearfix:after,
div#jem .container:before,
div#jem .container:after,
div#jem .container-fluid:before,
div#jem .container-fluid:after,
div#jem .row:before,
.row:after,
div#jem .form-horizontal .form-group:before,
div#jem .form-horizontal .form-group:after,
div#jem .btn-toolbar:before, 
div#jem .btn-toolbar:after,
div#jem .btn-group-vertical > .btn-group:before, 
div#jem .btn-group-vertical > .btn-group:after,
div#jem .nav:before, .nav:after, 
div#jem .navbar:before, 
div#jem .navbar:after,
div#jem .navbar-header:before, 
div#jem .navbar-header:after, 
div#jem .navbar-collapse:before,
div#jem .navbar-collapse:after, 
div#jem .pager:before, .pager:after, 
div#jem .panel-body:before,
div#jem .panel-body:after, 
div#jem .modal-footer:before, 
div#jem .modal-footer:after {
	content: " ";
	display: table;
}

div#jem input[type="checkbox"] {
	margin: 3px 0px;
	margin-right: 10px;
	display: inline;
}

div#jem .btn[disabled] {
	border: 1px solid #666666;
	opacity: 1;
}