/**
 * @package JEM
 * @copyright (C) 2013-2015 joomlaeventmanager.net
 * @copyright (C) 2005-2009 Christoph Lukes
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */




div#jem td.attendees {
	text-align: center;
}

div#jem .noevents {
	text-align: center;
}

div#jem .topbox {
	min-height:60px;
}

div#jem .icon-recurrence {
	height:16px;
	width:16px;
}



div#jem .btn_button{
	padding-top:7px;
	/*padding-bottom: 6px;*/
}

div#jem .userbox {
	background-color: #EFEFEF;
	border:1px solid #D3D3D3;
}

 div#jem td.jem_city {
 	word-wrap: break-word;
 }

 div#jem h1,
 div#jem dd.title,
 div#jem td.jem_title {
 -ms-word-break: break-all;
     word-break: break-all;
     word-break: break-word;

 	-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
 }


div#jem hr {
	border:1px solid black;
	height:4px;
	background-color:#E19832;
}

div#jem .inputbox {
	border:1px solid #808080;
	background-color:#C6CCBE;
	cursor:pointer;
}

div#jem .inputbox:hover,
div#jem .inputbox:focus {
	background-color:#DDE084;
}


/* -------------------
	GENERAL
--------------------- */
div#jem {
	overflow:hidden;
	background-color:rgba(41,39,37,0.07);
	border:1px solid #CECECE;
	/* border-radius:5px;*/
	padding:10px;
}


div#jem .container-fluid .row *,
div#jem .container-fluid .row *:before,
div#jem .container-fluid .row *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

div#jem .jem_editevent *,
div#jem .jem_editevent *:before,
div#jem .jem_editevent *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


div#jem a {
	background:transparent;
}

div#jem .poweredby {
	font-size:0.9em;
	text-align:center;
	margin:1em 0;
	color:#AAAAAA;
	float:none;
}

div#jem #jem_filter
 {
	margin:1em 0 0.5em 0;
	padding: 10px 10px 4px 10px;
	border:solid 1px #808080;
	background:#FFA500;
}

/** --------------
	HEADERS
------------------- **/


div#jem h1{
	font-size: 26px;
	line-height:28px;
	margin:12px 0;
}

div#jem h2 {
	font-size:22px;
	line-height:24px;
	font-weight:normal;
	padding:0.3em 0.3em;
	margin:12px 0;
	background:none repeat scroll 0 0 #D4D6B2;
	border:1px solid #808080;
}

div#jem h2 img {
	border:none;
	margin-left:0.3em;
	vertical-align:baseline;
	margin-bottom: 0;
}

div#jc h4 {

}


/* ----------------------
	definitionlist
--------------------- */

div#jem dl dt {
	margin:0;
	padding:0.3em 0;
	float:left;
	font-size:1em;
	font-weight:bold;
	width:150px;
	background:transparent;
	border-bottom:1px solid #DDDDDD;
}

div#jem dl dd {
	display:block;
	margin:0 0 5px 12em;
	padding:0.3em 0;
	font-size:1em;
	background:transparent;
	margin-left: 160px;
}

div#jem div.description {
	margin:5px 0;
	padding:0 5px;
}


/** ----------------------------------
	@section images
	flyer, locations, maps, ...
 -------------------------------------*/

div#jem .flyerimage {
	/*float:right !important;*/
	border:0 solid #000000;
	/*width:auto;*/
	/*position:static !important;*/
	background:transparent;
	box-shadow:none;
}

div#jem .flyerimage img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

div#jem div.image {
	color: #C09853;
	padding: 7px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

div#jem div.image.imagetop {
	background-color: #EFEFEF;
	border: 1px solid lightgrey;
}

div#jem .googlemap {
	border:0 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;
}

/**
 * @section registered user list
 */
div#jem div.register {
	margin:5px 0;
	padding:0 5px;
}

div#jem ul.user {
	margin:5px;
	padding:0;
	list-style:none;
	font-size:0.9em;
}

div#jem ul.user li {
	float:left;
	margin:5px;
	list-style:none;
}

div#jem ul.user li img {
	border:#DDDDDD 1px solid;
	padding:3px;
}

div#jem ul.user li span.username {
	display:block;
	text-align:center;
	font-weight:bold;
}

div#jem span.username {
	color: #000000;
}

div#jem span.username a {
	color: #000000;
	text-decoration:underline;
}


/* -------------------
	General Pagination
--------------------- */
div#jem div.pagination {
	clear:both;
	text-align:center !important;
	margin:15px 0 0 0 !important;
	float:none;
}

div#jem div.pagination p.counter {
	font-style:italic;
}

div#jem div.pagination ul {
	list-style:none;
	text-align:center !important;
	padding:0;
	float:none;
}

div#jem div.pagination ul li {
	list-style:none;
	display:inline;
	/* padding:0 5px 0 5px; */
}


/* -------------------
	TABLE
--------------------- */
div#jem table tr div.flyerimage img {
	width:100%;
	height:100%;
}

div#jem table.eventtable {
	background:#DEDEDE;
	margin:1em 1px;
	width:100%;
	font-size:1em;
	border-collapse:collapse;
}

div#jem table.eventtable a {
	text-decoration:none;
}

div#jem table.eventtable a:hover {
	text-decoration:underline;
}

div#jem table.eventtable th {
	background: #809EA8 none;
	color:#FFFFFF;
	font-weight:bold;
	padding:0.4em;
	text-align:left;
	border:1px solid #000000;
}

div#jem table.eventtable th a {
	color:#FFFFFF;
	background-color:transparent;
}


div#jem table.eventtable th img {
	margin:0 0 5px 5px;
	vertical-align:middle;
	border:none;
}

div#jem table.eventtable td {
	background-color:#EAEBE1;
	padding:0.4em;
	border:1px solid #000000;
	vertical-align:top;
}

div#jem table.eventtable td a{
	background-color:transparent;
	/*color:#095197;*/
}

div#jem table.eventtable tr.sectiontableentry2 td {
	background-color:#F0F0EE;
}

div#jem table.eventtable tr:hover td {
	background-color:#BACFBA;
}

div#jem table.eventtable tr.featured td{
	background-color: #B6B6B4;
}

/* ---------------------
	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: 0 0 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 0 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;
}

/* Thx to http://www.bloggerswatch.com/internet/css-trick-submit-button-should-look-same-everywhere/ */
div#jem .button_flyer.icons a {
	display:block !important;
	float:left !important;
	margin:-1px !important;
	background-color:#F5F5F5;
	border:1px solid #808080 !important;
	border-top:1px solid #808080 !important;
	border-left:1px solid #808080 !important;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif !important;
	font-size:12px !important;
	line-height:130% !important;
	text-decoration:none !important;
	font-weight:bold !important;
	color:#565656 !important;
	cursor:pointer !important;
	padding:5px 10px 6px 7px !important; /* Links */
}

div#jem .button_flyer.icons a:hover {
	background-color:#DEDEDE;
}

div#jem p.tab-description {
	font-size:1.091em;
	margin-left:0;
	margin-top:5px;
}

/* Tab changes for accessibility */
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:8px;
}
div#jem div.info_container {
	background-color:white;
	padding: 10px;
	border:1px solid grey;
}
div#jem fieldset.alert {
	border:1px solid grey;
	color: #C09853;
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 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: 0 -1px 0 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;
    font-size: 0;
    white-space: nowrap;
}
div#jem .input-append .btn {
	margin-left: -1px;
	vertical-align: top;
	border-radius: 0;
}
div#jem .input-append .btn_button {
	padding: 4px 12px 5px;
}
div#jem .btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background: #F5F5F5 linear-gradient(to bottom, #FFF, #E6E6E6) repeat-x;
	border: 1px solid;
	border-color: #808080;
    border-image: none;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 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 {
    width: 150px;
}
div#jem .clearfix:after {
    clear: both;
}
div#jem .clearfix:before,
div#jem .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
div#jem .pagination ul {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
div#jem .btn_chkbox {
	padding-right: 4px;
	padding-bottom: 4px;
}
div#jem .button_flyer.icons a {
	padding: 5px 9px 4px 7px !important;
}
div#jem .flyermodal.btn {
	height: 18px;
	box-sizing: content-box;
}

div#jem div.controls a {
	text-decoration:none;
}

/* ----------------------
		GENERAL
------------------------ */

div#jem {
	color: #444;
	font-size: 13px;
	line-height: 20px;
	font-family: arial,sans-serif;
	text-align: left;
}
div#jem a {
    color: #095197;
}
div#jem form {
	margin: 0 0 18px;
	padding:0;
	border:0 none;
	outline: 0 none;
	vertical-align: baseline;
	background: none repeat scroll 0% 0% transparent;
}
div#jem input[type="text"],
div#jem input[type="password"],
div#jem input[type="datetime"],
div#jem input[type="datetime-local"],
div#jem input[type="date"],
div#jem input[type="month"],
div#jem input[type="time"],
div#jem input[type="week"],
div#jem input[type="number"],
div#jem input[type="email"],
div#jem input[type="url"],
div#jem input[type="search"],
div#jem input[type="tel"],
div#jem input[type="color"],
div#jem .inputbox {
 	display: inline-block;
	height: 18px;
	padding: 4px 6px;
	margin-bottom: 9px;
	font-size: 26px;
	line-height:26px;
	color: #555;
	border-radius: 3px;
	vertical-align: baseline;
	font: 12px Arial, sans-serif;
	border:1px solid grey;
	-webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */
 	-moz-box-sizing: content-box !important;    /* Firefox, other Gecko */
	box-sizing: content-box !important;
}
div#jem select.inputbox {
	height:auto;
}
div#jem textarea.inputbox {
	height: auto;
}
div#jem select[multiple] {
	height: auto;
}
div#jem select {
	font-weight: 400;
}
div#jem input {
	font: 12px Arial, sans-serif;
	border: 1px solid #666;
	font-weight: 400;
	padding:0px;
	vertical-align: middle;
}
div#jem button {
	font-weight: 400;
	height: 28px;
}

div#jem label {
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    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 {
	font-size: 13px;
	border-collapse: collapse;
	border-spacing: 0px;
}
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#IcoMoon') 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: #5BB75B linear-gradient(to bottom, #62C462, #51A351) repeat-x;
}

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 {
	margin-bottom: 0px;
	vertical-align: baseline;
}
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: 1px solid #CECECE;
}

div#jem .input-append button {
	height: 28px;
}

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: #E9E9E9;
	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: 4px;
	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 {
	border-color: #DDD #DDD transparent;
	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 grey;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	text-transform: none;
}
div#jem .nav-tabs > li > a:hover,
div#jem .nav-tabs > li > a:focus {
	background-color: #FCE775;
}
div#jem .nav-tabs > .active > a,
div#jem .nav-tabs > .active > a:hover,
div#jem .nav-tabs > .active > a:focus {
	border-color: #DDD #DDD transparent;
	color: black;
	background-color: #FCE775;
	border: 1px solid grey;
	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 div {
	margin: 0px;
}

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 10px 3px 0px;
	display: inline;
}


div#jem .btn[disabled] {
	border:1px solid #666666;
	opacity: 1;
}

div#jem .editform_content {
	padding:10px;
}

div#jem .editform_spacer {
	height: 10px;
	background-color: rgba(248, 244, 181, 0.99);
	border-bottom: 1px solid #CECECE;
}