/* My meetings */
.meetingsBoard,
.communitiesBoard {
	display: block;
}

.meetingsBoard .col-md-11,
.communitiesBoard .col-md-11 {
	margin-bottom: 25px;
	margin-left: 5%;
	margin-right: 5%;
	padding: 0px !important;
	width: 90%;
}

.meetingsBoard .col-md-3,
.communitiesBoard .col-md-3 {
	margin-right: 2%;
	padding: 0px !important;
	width: 25%;
}

.communitiesBoard .calendarPlaceHolder {
	background: #ffffff;
	height: 600px;
	width: 100% !important;
}

.communitiesBoard .calendarContent {
	background: #ffffff;
	height: auto;
	min-height: 600px;
	overflow-y: hidden;
	width: 100% !important;
}

.communitiesBoard .calendarPlaceHolder .titleBarTitle {
    display: inline-block !important;
    margin: 2% 2% 0 2% !important;
    width: 96% !important;
}

.communitiesBoard .calendarPlaceHolder .box {
    border: none !important;
    height: auto;
    margin: 2%;
    max-height: 400px;
    min-height: 125px;
    overflow-x: hidden;
    overflow-y: auto;
	position: relative;
	width: 96%;
}

.communitiesBoard .calendarPlaceHolder .box .icon-people {
	color: #decaad;
	font-size: 20px;
	position: absolute;
	margin-left: 10px;
}

.communitiesBoard .calendarPlaceHolder ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.communitiesBoard .calendarPlaceHolder .box .fa-minus-square {
	color: #cccccc;
	font-size: 15px;
	margin: 0 5px;
	vertical-align: middle;
}
.communitiesBoard .calendarPlaceHolder .box .fa-user-friends {
	color: #be965c;
	font-size: 20px;
	margin-left: 5px;
	vertical-align: middle;
}	

.communitiesBoard .calendarPlaceHolder .communities-list {
	border-top: 1px solid #eeeeee;
	list-style: none;
	margin: 5px 0 10px 25px;
	padding: 0;
}

.communitiesBoard .calendarPlaceHolder .communities-list li {
	background: none;
	border-bottom: 1px solid #eeeeee;
	cursor: pointer;
	padding: 5px;
}

.communitiesBoard .calendarPlaceHolder .communities-list li:hover {
	background-color: #f5efe7;
}

.communitiesBoard .calendarPlaceHolder .communities-list li::before {
	color: #cccccc;
	content: "\f054";
	font-family: Font Awesome\ 5 Pro;
	font-size: 15px;
	margin-right: 10px;
	vertical-align: middle;
}

.communitiesBoard .calendarPlaceHolder .communities-list li.active {
	background-color: #f5efe7;
	color: #554646;
	font-weight: 600;
}

.communitiesBoard .calendarPlaceHolder .communities-list li.active::before {
	color: #cccccc;	
}

.communitiesBoard .calendarPlaceHolder img {
	vertical-align: bottom;
}

.meetingsBoard .col-md-8,
.communitiesBoard .col-md-8 {
	margin-right: 0%;
	padding: 0px !important;
	width: 73%;
}

.meetingsBoard h1,
.communitiesBoard h1 {
	font-size: 27px;
	font-weight: 300;
	margin: 20px auto;
}

.meetingsBoard .element-title,
.communitiesBoard .element-title {
	background-color: #554646;
	color: #FFF;
	display: block !important;
	padding: 5px 10px;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
}

.meetingsBoard .calendarPlaceHolder {
	background: #ffffff;
	display: inline-block;
	height: 600px;
	vertical-align: top;
	width: 100%;
}

.meetingsBoard .calendarContainer {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 330px;
}

.meetingsBoard .calendarPlaceHolder #switch {
	text-align: center;
}

.meetingsBoard .calendarPlaceHolder #switch a {
	background: none;
	border: 1px solid #554646;
    border-radius: 2px;
	color: #554646;
	padding: 5px 10px;
	text-decoration: none;
}

.meetingsBoard .calendarPlaceHolder #switch a:hover {
	background: none;
	text-decoration: none;
}

.meetingsBoard .meetingContent {
	background: #ffffff;
	display: block !important;
	height: 600px;
	overflow-y: auto;
}

.meetingPlaceHolder {
	display: block;
	width: 100%;
}

.buildingHeader {
	color: #764F2E;
	display: block;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 20px;
}

.buildingHeader .meeting-date {
	margin-right: 20px;
}

.buildingHeader a {
	background: none !important;
	font-size: 14px;
	margin-left: 20px;
}

.buildingHeader a:hover {
	background: none !important;
	font-size: 14px;
}

.meetingTable {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

.meetingTable th {
	background: #ffffff;
	border-bottom: 1px solid #eeeeee;
	font-weight: 400;
	text-align: center;
}

.meetingTable td {
	font-size: 14px;
	font-weight: 400;
	padding: 10px 20px;
	position: relative;
}

.meetingSubTable {
	width:100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.meetingTable td.meetingRoom {
	font-size: 14px;
	font-weight: 400;
	padding: 10px 20px;
	text-align: center;
	width: auto;
}

.meetingTable td.community {
	font-size: 14px;
	font-weight: 400;
	padding: 10px 20px;
	text-align: center;
	width: 75px;
}

.meetingTable td.meetingStartTime {
	font-size: 14px;
	font-weight: 400;
	padding: 10px 20px;
	/*margin-right: 10px;*/
	text-align: center;
	width: auto;
}

.languageRegimes {
	display: block;
	
}

.meetingTableEven,
.meetingTableEvenNoHover,
.meetingTableOdd,
.meetingTableOddNoHover {
	background: #ffffff;
	border-bottom: 1px solid #eeeeee;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#weekSessions .meetingTable {
	border: 1px solid #eeeeee !important;
	border-spacing: 0;
	border-collapse: collapse;
	margin-left: 1.5% !important;
	margin-right: 1.5% !important;
	width: 97% !important;
}

#weekSessions .meetingTable th {
	background: #ffffff;
	border: 1px solid #eeeeee;
	font-weight: 400;
	text-align: center;
}

#weekSessions .meetingTable td {
	border: 1px solid #eeeeee !important;
	font-size: 13px;
	font-weight: 400;
	padding: 2px !important;
	position: relative;
}

#weekSessions .meetingTable td .icon-meeting-not-confirmed {
	color: rgba(204, 153, 51, 0.7);
	cursor: pointer;
	font-size: 15px !important;
	position: relative;
	right: auto !important;
	top: auto !important;
}

#weekSessions .meetingTable td.meetingRoom {
	font-weight: 400;
	padding: 10px 20px;
	text-align: center;
	width: auto;
}

#weekSessions .meetingTable td.community {
	font-weight: 400;
	padding: 10px 20px;
	text-align: center;
	width: 75px;
}

#weekSessions .meetingTable td .meetingStartTime {
	font-weight: 400;
	margin-right: 5px !important;
}

#weekSessions .meetingSubTable td {
	border: none !important;
}

#weekSessions .meetingSubTable td:first-child {
	width: 35px !important;
}

/* .meetingTable th {
	background: #ffffff;
	border-bottom: 1px solid #eeeeee;
	font-weight: 400;
	text-align: center;
}

.meetingTable td {
	font-size: 14px;
	font-weight: 400;
	padding: 10px 20px;
	position: relative;
} */

.icon-meeting-not-confirmed {
	color: #ffffff;
	cursor: pointer;
	font-size: 22px !important;
	position: absolute;
	right: 15%;
	top: 0%;
}

.expandMeetingAgenda,
.expandMoreInformation {
	text-align: center;
}

.expandMeetingAgenda span {
	display: block;
	font-size: 11px !important;
	font-style: italic !important;
}

.expandMeetingAgenda a,
.expandMoreInformation a {
	background: none !important;
	border: 1px solid #554646;
	border-radius: 2px;
	color: #554646;
	display: inline-block;
	margin: 15px 0 0 0;
	padding: 5px 10px;
	text-align: center;
}

.expandMeetingAgenda a:hover,
.expandMoreInformation a:hover {
	background: none !important;
	border: 1px solid #463838;
	color: #463838;
	text-decoration: none;
}

/* Meeting details popup
---------------------------------------- */
.meetingDetails {
	height: 600px;
    margin-left: 1.5%;
    margin-right: 1.5%;
    width: 97%;
}

.leftcontainer {
	-webkit-box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.1);
	float: left;
    margin-right: 2%;
    width: 26%;
}

.rightcontainer {
	-webkit-box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.1);
	float: left;
    width: 72%;
}

.leftcontainer .md-title,
.rightcontainer .md-title {
    background-color: #554646;
    color: #ffffff;
    display: block !important;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

.leftcontainer .md-content,
.rightcontainer .md-content {
	display: block;
	overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
	position: relative;
	width: 100%;
}

.leftcontainer .md-content {
	min-height: 500px;
}

.rightcontainer .md-content {
	height: 495px;
}

#expandMeetingAgenda {
	cursor: pointer;
	float: right;
	position: relative;
}

.widgetPractical {
	border-radius: 0px;
    display: block !important;
}

.widgetPractical td.meetingStatus,
.mainDashboard td.meetingStatus {
	border-bottom: 1px solid #554646;
	vertical-align: bottom;
	width: 20px;
}

.widgetAgenda {
    background-color: #ffffff;
    border-radius: 0px;
    display: block !important;
	margin-top: 2%;
	padding: 0px;
}

.widgetAgenda #ag-content {
	height: 150px;
}

.widgetAgenda td.agendaItemTitle {
	border-bottom: 1px solid #554646;
	color: #554646;
	font-weight: 400;
	padding: 5px 10px 5px 0;
	text-align: left;
}

.widgetAgenda td.agendaItemTime {
	border-bottom: 1px solid #eeeeee;
	
	font-weight: 400;
	padding: 5px 10px 5px 0;
	vertical-align: top;
}

.widgetAgenda td.agendaItemPoint {
	border-bottom: 1px solid #eeeeee;
	font-weight: 400;
	padding: 5px 10px 5px 0;
	vertical-align: top;
}

.widgetDocs {
    background-color: #ffffff;
    border-radius: 0px;
	display: block !important;
    margin-bottom: 5px;
    padding: 0px;
	position: relative;
	width: 100%;
}

.widgetDocs .docsMobile {
	width: 100%;
}

.widgetDocs .docsMobile th:first-child,
.widgetDocs .docsMobile th:nth-child(3) {
	border-bottom: 1px solid #dddddd;
	color: #be965c;
	font-weight: 400;
	height: 24px;
	padding: 5px;
	width: 7.5%;
}

.widgetDocs .docsMobile th:nth-child(2) {
	border-bottom: 1px solid #dddddd;
	color: #be965c;
	font-weight: 400;
	height: 24px;
	padding: 5px;
	width: 55%;
}

.widgetDocs .docsMobile th:last-child {
	border-bottom: 1px solid #dddddd;
	color: #be965c;
	
	font-weight: 400;
	height: 24px;
	padding: 5px;
	width: 30%;
}

.widgetDocs .docsMobile td:first-child,
.widgetDocs .docsMobile td:nth-child(3) {
	color: #554646;
	font-weight: 400;
	padding: 5px;
	vertical-align: top;
	width: 7.5%;
}

.widgetDocs .docsMobile td:nth-child(2) {
	color: #554646;
	font-weight: 400;
	padding: 5px;
	vertical-align: top;
	width: 55%;
}

.widgetDocs .docsMobile td:last-child {
	color: #554646;
	font-weight: 400;
	padding: 5px;
	vertical-align: top;
	width: 30%;
}

.widgetDocs .docsMobile .border {
	border-bottom: 1px solid #eeeeee;
}

.widgetDocs .docsMobile .center {
	text-align: center;
}

.no_document,
.no_document_popup {
	display: none !important;
	height: 50px !important;
	font-weight: 400;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	z-index: 999;
}

/* Media queries
---------------------------------------- */
@media screen and (min-width: 992px) and (max-width: 1366px) {
	.meetingsBoard .col-md-11,
	.communitiesBoard .col-md-11 {
		margin-left: 2% !important;
		margin-right: 2% !important;
		width: 96% !important;
	}

	.meetingsBoard h1,
	.communitiesBoard h1 {
		font-size: 23px;
		font-weight: 300;
		margin: 20px auto;
	}

	.meetingsBoard .calendarPlaceHolder {
		background: #ffffff;
		height: 525px;
	}

	.meetingsBoard .meetingContent {
		background: #ffffff;
		display: block !important;
		height: 525px;
		overflow-y: auto;
	}

	.communitiesBoard .calendarContent {
		background: #ffffff;
		height: 525px;
		width: 100% !important;
	}

	.contact-points #container {
		background: #ffffff;
		height: 525px;
	}
}

@media screen and (min-width: 240px) and (max-width: 1024px) {
	.meetingsBoard .popupDiv {
		 margin-top: 0px !important;
		 position: absolute;
		 overflow: hidden;
		 top: 0% !important;
		 z-index: 99999;
	}
}

@media screen and (min-width: 240px) and (max-width: 991px) {
	.meetingsBoard .col-md-11,
	.communitiesBoard .col-md-11 {
		margin-left: 2% !important;
		margin-right: 2% !important;
		width: 96% !important;
	}

	.meetingsBoard .col-xs-12,
	.communitiesBoard .col-xs-12 {
		margin-bottom: 5px;
		margin-top: 10px;
		width: 100% !important;
	}

	.meetingsBoard h1,
	.communitiesBoard h1 {
		font-size: 20px;
		font-weight: 300;
		margin: 15px auto;
	}

	.meetingsBoard .calendarPlaceHolder {
		height: auto !important;
		overflow: hidden;
	}

	.meetingsBoard .calendarPlaceHolder #switch {
		display: none !important;
	}

	.meetingsBoard .meetingTable {
		font-size: 11px !important;
	}

	.meetingsBoard .meetingDetails .leftcontainer,
	.meetingDetails .leftcontainer {
		width: 100% !important;
	}

	.meetingsBoard .meetingDetails .rightcontainer,
	.meetingDetails .rightcontainer {
		margin-top: 2%;
		width: 100% !important;
	}

	.meetingsBoard .meetingDetails .widgetPractical .meetingTableDetails {
		width: 100% !important;
	}

	.meetingsBoard .meetingDetails .widgetPractical .meetingTableDetails tr:first-child {
		display: block !important;
		width: 100% !important;
	}

	.meetingsBoard .meetingDetails .widgetPractical .meetingTableDetails tr:first-child th {
		display: block !important;
		margin-left: 8px;
		padding: 1px 0 !important;
		text-align: left;
		width: 100% !important;
	}

	.meetingsBoard .meetingDetails .widgetPractical .meetingTableDetails tr {
		float: left !important;
		vertical-align: top !important;
		width: 33% !important;
	}

	.meetingsBoard .meetingDetails .widgetPractical .meetingTableDetails td {
		float: left !important;
		padding: 10px 0 !important;
		text-align: center;
		vertical-align: top;
		width: 100% !important;
	}

	.md-content {
		height: auto !important;
		min-height: 250px !important;
	}

	.widgetPractical .meetingTableDetails td img {
		width: auto !important;
	}

	.widgetAgenda #ag-content {
	  height: 150px !important;
	}

	.meetingsBoard .meetingContent {
		height: 500px !important;
	}

	.meetingTable td .icon-meeting-not-confirmed {
		right: 5% !important;
	}

	.icon-meeting-not-confirmed {
		right: auto !important;
	}
}

@media screen and (min-width: 240px) and (max-width: 767px) {
	.md-content {
		height: auto !important;
		min-height: 250px !important;
	}

	.meetingsBoard .meetingTable td {
		font-size: 12px !important;
		font-weight: 400;
		padding: 10px 20px;
	}

	.meetingsBoard .meetingTable th:nth-child(2),
	.meetingsBoard .meetingTable td.community {
		display: none !important;
	}

	.widgetDocs {
	  margin-bottom: 50px !important;
	}

	.widgetDocs #docs-table-content,
	.widgetDocs #docs-table-content-forward {
		height: 400px;
	}
}