body.rendez-vous ul#rendez-vous-nav {
	overflow: hidden;
	list-style: none;
	padding-bottom: 10px;
}

body.rendez-vous ul#rendez-vous-nav li {
	margin:0;
	width:48%;
	display:inline-block;
}

body.rendez-vous ul#rendez-vous-nav li.last,
body.rendez-vous form#rendez-vous-types-filter-form {
	float:right;
}

body.rendez-vous .item-list .rendez-vous-avatar {
	width:50px;
	height:50px;
	float:left;
	margin: 0 10px 0 0;
}

body.rendez-vous .item-list .rendez-vous-avatar:before,
body.rendez-vous a.ical-link span:before {
	font-family: 'dashicons';
	font-size: 3em;
}

body.rendez-vous a.ical-link {
	text-decoration: none;
}

body.rendez-vous a.ical-link span:before {
	font-size: 20px;
	content: "\f316";
	vertical-align: middle;
}

#wp-link-search-toggle {
	display:none!important;
}

body.rendez-vous .item-list .rendez-vous-avatar.icon-private:before {
	content: "\f160";
}

body.rendez-vous .item-list .rendez-vous-avatar.icon-publish:before {
	content: "\f145";
}

body.rendez-vous .item-list .rendez-vous-avatar.icon-draft:before {
	content: "\f464";
}

body.rendez-vous .item-list .item-desc a.rendez-vous-type {
	display:inline-block;
	margin:0 8px 0 0;
	background:#f0f0f0;
	text-decoration: none;
	border:none;
	padding:3px;
	font-size: 110%;
}

body.rendez-vous #buddypress ul.item-list li div.action {
	text-align:center;
}

body.rendez-vous #buddypress ul.item-list li div.action div.meta {
	float: none;
	display: block;
	margin-top: 5px;
	font-size: 70%;
}

body.rendez-vous #rendez-vous-view-btn.right,
body.rendez-vous #rendez-vous-edit-btn.right{
	float:right;
}

body.rendez-vous #rendez-vous-attendees-prefs tr td,
body.rendez-vous #rendez-vous-attendees-prefs tr th {
	text-align:center;
}

body.rendez-vous #rendez-vous-attendees-prefs tr td:first-child,
body.rendez-vous #rendez-vous-single-date {
	padding-left: 0.5em;
	text-align:left;
}

body.rendez-vous #rendez-vous-attendees-prefs tr.edited td:first-child,
body.rendez-vous #rendez-vous-single-date {
	border-left: 4px solid #298cba;
}

body.rendez-vous #rendez-vous-attendees-prefs td.active {
	background-color:#7ad03a;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

body.rendez-vous #rendez-vous-attendees-prefs td.active.impossible {
	background-color:#dd3d36;
}

body.rendez-vous #rendez-vous-attendees-prefs td.inactive {
	background-color:#f1f1f1;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

body.rendez-vous a.bp-secondary-action.last {
	display:inline-block;
	float:right;
}

body.rendez-vous .standard-form label.normal,
body.rendez-vous  #buddypress .standard-form label.normal {
	font-weight: normal;
}

body.rendez-vous .standard-form input.rdv-duree,
body.rendez-vous #buddypress .standard-form input.rdv-duree {
	width:50px;
}

/* =TinyMCE in themes
-------------------------------------------------------------- */
body.rendez-vous div.rendez-vous-report-wrapper {
	margin-bottom: 10px;
}

body.rendez-vous textarea#rendez-vous-edit-report,
body.rendez-vous #buddypress .standard-form textarea#rendez-vous-edit-report,
body.rendez-vous .standard-form textarea#rendez-vous-edit-report {
	width: 100%;
	margin: 0;
	padding:0.5em;
}

body.rendez-vous div.rendez-vous-report-wrapper table,
body.rendez-vous div.rendez-vous-report-wrapper tbody,
body.rendez-vous div.rendez-vous-report-wrapper tr,
body.rendez-vous div.rendez-vous-report-wrapper td {
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
	line-height: 1em;
}

body.rendez-vous div.rendez-vous-report-wrapper input {
	font-size: 12px;
	padding: 5px;
	margin: 0 2px 0 0;
	line-height: 1em;
}

body.rendez-vous div.rendez-vous-report-wrapper div.quicktags-toolbar {
	padding: 5px;
	min-height: 26px;
	border:solid 1px #ccc;
	border-bottom: none;
}

body.rendez-vous div.rendez-vous-report-wrapper div.quicktags-toolbar .ed_button{
	min-height: 24px;
}

body.rendez-vous div.rendez-vous-report-wrapper td.mceToolbar {
	padding: 4px 4px 8px;
}

body.rendez-vous div.rendez-vous-report-wrapper td.mceStatusbar {
	line-height: 16px;
}
