/* ======================================= */
/* CFX Meetings Plugin Style  */
/* ======================================= */


/* utility + text */
.txt-rt { text-align: right; }
.clear-fix { clear:both; }

/* structure */
#cfx-mtgs-sidebar-container { padding: 24px 12px; }
#cfx-mtgs-main-container { border-left: 1px solid #ccc; padding-bottom: 24px; min-height: 100vh; }

/* sidebar */
.cfx-links-sidebar h3 { padding: 12px 6px; margin-top: 10px;}
.cfx-links-sidebar h4 { font-size: 12px !important; padding: 12px 6px;}
.cfx-links-sidebar hr { margin-top: 10px !important; margin-bottom: 10px !important;}
.cfx-links-sidebar p { font-size: 14px !important; }
li.cfx-mtgs-board-cat   { display: block; font-size: 12px !important; padding: 12px 6px;}
li.cfx-mtgs-board-cat  input.meeting-cat-chkbx { margin-right: 5px; }
li.cfx-mtgs-board-cat:hover   { background: #fff; cursor: pointer;}

@media (max-width:768px) {
	ul.cfx-mtgs-list { margin-bottom: 0 !important; }
	li.cfx-mtgs-board-cat { display: inline-block; padding: 6px; }
	#cfx-mtgs-sidebar-container { padding: 6px; }
	#cfx-mtgs-main-container { border-left: none; padding: 6px 6px 24px 6px; min-height: 100vh; }
	#meetings_holder { padding: 12px 0 !important; }
}

/* utility navbar */
.cfx-mtgs-ut-navbar { background: rgba(225, 240, 242, 0.4); padding: 3px 12px; border-bottom: 1px solid #ccc; clear: both;}
a.cfx-mtgs-switch-btn-active { display: inline-block; padding: 6px; color: cornflowerblue !important;}
a.cfx-mtgs-switch-btn-active:hover { text-decoration: none; }
a.cfx-mtgs-switch-btn { display: inline-block; padding: 6px; color: #757575 !important;}
a.cfx-mtgs-switch-btn:hover { color: cornflowerblue !important; text-decoration: none;}
a.cfx-mtgs-btn {display: inline-block; border: 1px solid #732b81; border-radius: 2px; font-size: 12px; color: #732b81 !important; background-color: transparent; padding: 3px 6px; text-transform: uppercase;}
a.cfx-mtgs-btn:hover { text-decoration: none;  color: #fff !important; background-color: #732b81; cursor: pointer;}
.cfx-mtgs-new-meeting-wrapper { display: inline-block; padding: 6px 0; }

@media (max-width:768px) {
	.cfx-mtgs-ut-navbar { background: transparent; padding: 3px 6px; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; clear: both;}
}

/* orientation + controls */
.cfx-mtgs-toolbar { margin-bottom: 24px; padding: 0 6px;}
.cfx-mtgs-month-wrapper { float: left; padding: 5px 0; margin-right: 12px;}
.cfx-mtgs-month-wrapper h2 { margin-bottom: 0; padding: 0;}
.cfx-mtgs-controls-wrapper { float:left; }
.cfx-mtgs-controls-wrapper select { font-size: 16px; width: 120px; margin: 0; }
.cfx-mtgs-controls-wrapper select#cfx_period { font-size: 16px; width: 180px; margin-right: 6px; margin-left: 12px; margin-bottom: 0; }
.cfx-mtgs-controls-wrapper select#cfx_year { font-size: 16px; width: 100px; margin-right: 6px; margin-left: 12px; margin-bottom: 0; }
.cfx-mtgs-controls-wrapper input[type="submit"] { font-size: 16px; padding: 0 12px !important; margin-right: 6px; margin-bottom: 0; line-height: 35px; text-transform: uppercase; background-color: #732b81; }
.cfx-mtgs-controls-wrapper input[type="submit"]:hover { font-size: 16px; padding: 0 12px !important; margin-right: 6px; margin-bottom: 0; line-height: 35px; text-transform: uppercase; background-color: violet; border: none; }
#cfx_month { margin-left: 24px; }
a.cfx-mtgs-cal-btn { display: inline-block; background: #732b81; padding: 0 14px 0 9px; font-size: 16px; line-height: 34px; color: white !important;}
a.cfx-mtgs-cal-btn:hover { background: violet;}

@media (max-width:768px) {
	.cfx-mtgs-toolbar { margin-bottom: 24px; padding: 0;}
}

/* Calendar Table Styling */
.cfx-mtgs-cal-table-wrapper { border: none; table-layout: fixed; }
.cfx-mtgs-cal-table-wrapper td { width: 14.28%; max-width: 14.28%; border: 1px solid #ccc; line-height: 14px; position: relative; }
.cfx-mtgs-calendar-row { background: white; }
.cfx-mtgs-cal-day-head { text-align: center; background: rgba(100,100,100,0.1); color: #888; padding: 12px 0;}
.cfx-mtgs-calendar-day-np { background: rgba(0,0,0, 0.1); padding: 0 !important; } /* blank day */
.cfx-mtgs-calendar-day { background: rgba(230, 242, 255,0.3); vertical-align: top; height: 140px; padding: 0 !important; }
.cfx-mtgs-day-number { color: cornflowerblue; font-size: 10px; padding-left: 6px; margin-bottom: 3px;}
.cfx-mtgs-event-wrapper { padding: 3px 6px; margin-bottom: 3px; position: relative; max-width: 100%; }
.cfx-mtgs-event-wrapper  > a.cfx-mtgs-event-title { position: relative; display: inline-block; max-width: 100%; color: white; font-size: 12px; padding: 0; margin: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.cfx-mtgs-event-time { color: rgba(255,255,255, 0.8); font-size: 12px;}
.cfx-mtgs-cancelled { color: red; }
.cfx-mtgs-event-wrapper:hover p.cfx-mtgs-hover-info {display: block;}
p.cfx-mtgs-hover-info { display: none; position: absolute; width: 140%; background-color: rgba(0,0,0,0.8); z-index: 20; bottom: 50%; right: -20%; padding: 24px; border-radius: 4px; color: white; font-size: 16px; box-shadow: 2px 2px 4px #aaa;}
p.cfx-mtgs-hover-info:after { content:''; top: 100%; position: absolute; left: 50%; margin-left: -10px; width: 0; height: 0; border-top: solid 10px rgba(0,0,0,0.8); border-left: solid 10px transparent; border-right: solid 10px transparent;}

/* list view data table styling */
div.dataTables_length label { margin-left: 22px;}
div.dataTables_length label select { width: 60px; margin: 0 12px;}
table.cfx-mtgs-listtable td { vertical-align: top; line-height: 22px;}
.cfx-mtgs-event-date-list { display: block; padding: 0; margin: 0; }
.cfx-mtgs-event-time-list { display: block; padding: 0; margin: 0; font-size: 12px; color: #888;}
.cfx-icon-wrapper { width: 28px; display: inline-block; margin-right: 4px; }
.cfx-file-wrapper img { display: block; width: 20px; float: left; margin: 0 4px 0 0; padding: 0; }
.cfx-file-wrapper p { display: block; width: 140px; float: left; margin-bottom: 6px !important; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.cfx-file-wrapper { clear: both; }
/*
.cfx-mtgs-btn { display: inline-block; background: rgba(255,0,0,0.1); padding: 12px; }*/


/* ======================================= */
/* Media Queries */
/* ======================================= */

@media (max-width:1200px) {
	.hidden-lg 								{ display: none !important; }
}
@media (max-width:992px) {
	.hidden-md 								{ display: none !important; }
}

@media (max-width:768px) {
	.hidden-sm 								{ display: none !important; }
	.visible-inline-sm 						{ display: inline-block; }
	.visible-sm 							{ display: block !important; }

	h2 										{ font-size: 22px; font-weight: 600; line-height: 24px; margin-bottom: 12px; }
	.txt-testimonial 						{ font-size: 22px; font-style: italic; font-weight: 400; line-height: 24px; margin-bottom: 12px; }
}
