/* ------------------------------------------------------------------------------------------------------------------------ */
/* PARTICIPANT LIST																											*/

.participantlist .participant {
	width: 100%;
	background: #ffffff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	padding: 15px 80px 15px 15px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	color: #333333;

	transition: box-shadow 0.2s ease-in-out;
}

.participantlist .participant:hover {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.participantlist .participant.has-thumb {
	min-height: 110px;
	padding-left: 110px;
}

.participantlist .participant + .participant {
	margin: 10px 0 0 0;
}

.participantlist .participant .thumb {
	width: 80px;
	height: 80px;
	border-radius: 4px;
	margin: 0 0 0 -95px;
	float: left;
	overflow: hidden;
}

.participantlist .participant .thumb img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.participantlist .participant .title {
	margin: 0 0 5px 0;
	color: #333333;
	font-size: 1.2em;
	font-weight: bold;
}

.participantlist .participant .category {
	margin: 0 0 1.5em 0;
	color: #999999;
}

/* ---------------------------------------------------------------------------- */
/* PARTICIPANT LIST - SOCIALS													*/

.participantlist .participant .socials {
	height: 16px;
	position: absolute;
	top: 15px;
	right: 15px;
}

.participantlist .participant .socials a {
	width: 16px;
	height: 16px;
	float: left;
	text-indent: -9999px;
}

.participantlist .participant .socials a + a {
	margin-left: 10px;
}

.participantlist .participant .socials-facebook {
	background: url('../images/icons/facebook.svg') center center no-repeat;
}

.participantlist .participant .socials-linkedin {
	background: url('../images/icons/linkedin.svg') center center no-repeat;
}

.participantlist .participant .socials-twitter {
	background: url('../images/icons/twitter.svg') center center no-repeat;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* FILELIST																													*/

.filelist {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.filelist-head {
	border-top: 0;
	xborder-bottom: 1px solid rgba(0, 0, 0, 0.8);
	vertical-align: middle;
	font-weight: bold;
}

.filelist-group {
	border-top: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.8);
	vertical-align: middle;
	font-weight: bold;
}

.filelist .file + .file {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.filelist .file:only-child {
	border-top: 1px solid rgba(0, 0, 0, 0.8);
}

.filelist .file:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.8);
}

/* ---------------------------------------------------------------------------- */
/* FILELIST - FILE MAIN															*/

.filelist .file-main {
	min-width: 200px;
	max-width: 0;
	box-sizing: border-box;
	padding: 10px 10px 10px 46px;
	position: relative;
	vertical-align: middle;
}

.filelist .file-main .icon16 {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}

.filelist .file-main .file-title {
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: underline;
}

.filelist .file-main .file-title:hover {
	text-decoration: none;
}

.filelist .file-main .file-size {
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
}

/* ---------------------------------------------------------------------------- */
/* FILELIST - FILE AGENDAITEM													*/

.filelist .file-agendaitem {
	padding: 10px 10px;
	vertical-align: top;
}

.filelist ul.list {
	margin: 0;
}

.filelist ul.list li {
	margin: 0 0 2px 0;
}

/* ---------------------------------------------------------------------------- */
/* FILELIST - FILE STATUS														*/

.filelist .file-status {
	max-width: 200px;
	padding: 10px 10px;
	display: table-cell;
	vertical-align: middle;
}

/* ---------------------------------------------------------------------------- */
/* FILELIST - FILE OPTIONS														*/

.filelist .file-options {
	padding: 10px 10px;
	vertical-align: middle;
	text-align: right;
}

/* ---------------------------------------------------------------------------- */
/* FILELIST - FILE SELECT														*/

.filelist .file-select {
	width: 1%;
	padding: 10px 10px;
	text-align: right;
}

.filelist .file-select label {
	padding: 5px;
	cursor: pointer;
}

.filelist .file-select input[type="checkbox"],
.filelist .file-select input[type="radio"] {
  cursor: pointer;
}

.filelist .file-select .icon16 {
	opacity: 0.4;
	cursor: pointer;
	display: none;

	transition: opacity 0.2s ease-in-out;
}

.filelist .file-select .icon16:hover {
	opacity: 1;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* PAGINATION																												*/

.pagination {
	margin: 20px 0 0 0;
	line-height: 30px;
	text-align: center;
}

.pagination ol {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}

.pagination ol li {
	display: inline-block;
}

.pagination ol li + li {
	margin: 0 0 0 5px;
}

.pagination-item {
	width: 30px;
	height: 30px;
	background: none;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	box-sizing: border-box;
	display: block;
	cursor: pointer;
	color: #333333;
	line-height: 28px;
	text-decoration: none;
	text-align: center;
}

.pagination-item:hover {
	background: rgba(0, 0, 0, 0.05);
}

.pagination-item.active {
	background: none;
	border: 1px solid rgba(0, 0, 0, 0.6);
	cursor: default;
}

/* ---------------------------------------------------------------------------- */
/* PAGINATION - COUNT															*/

.pagination .pag-count {
	height: 30px;
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
}

/* ---------------------------------------------------------------------------- */
/* PAGINATION - SELECT															*/

.pagination select {
	display: none;
}

/* ---------------------------------------------------------------------------- */
/* PAGINATION - PREV															*/

.pagination .pag-prev {
	width: auto;
	height: 30px;
	background: none;
	border: 0;
	border-radius: 3px;
	box-sizing: border-box;
	margin: 0 10px 0 0;
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	color: inherit;
	line-height: 30px;
}

.pagination .pag-prev:hover,
.pagination .pag-prev:focus {
	text-decoration: underline;
}

.pagination .pag-prev.disabled {
	background: none;
	opacity: 0.4;
	cursor: default;
	text-decoration: none;
}

/* ---------------------------------------------------------------------------- */
/* PAGINATION - NEXT															*/

.pagination .pag-next {
	width: auto;
	height: 30px;
	background: none;
	border: 0;
	border-radius: 3px;
	box-sizing: border-box;
	margin: 0 0 0 10px;
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	color: inherit;
	line-height: 30px;
}

.pagination .pag-next:hover,
.pagination .pag-next:focus {
	text-decoration: underline;
}

.pagination .pag-next.disabled {
	background: none;
	opacity: 0.4;
	cursor: default;
	text-decoration: none;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* TABS																														*/

.tabs {
	border-bottom: 1px solid #999999;
	margin: 0 auto 30px auto;
	position: relative;
}

.tabs-viewport {
	margin: 0 0 -1px 0;
	position: relative;
	overflow: hidden;
}

.tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tabs ul li {
	margin: 0 0 0 5px;
	display: inline-block;
	vertical-align: top;
}

.tabs ul li:first-child {
	margin: 0;
}

.tab {
	background: #ffffff;
	border: 1px solid #cccccc;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	cursor: pointer;
}

.tab:after {
	content: "";
	display: table;
	clear: both;
}

.tab.active {
	border: 1px solid #999999;
	border-bottom: 0;
	padding-bottom: 11px;
}

.tab a {
	float: left;
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #333333;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}

.tab a:hover {
	color: #333333;
}

.tab .btn.btn-choose {
	background: rgb(242,242,242);
	background: -moz-linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2",endColorstr="#ffffff",GradientType=1);
	border: 1px solid rgba(0, 0, 0, 0.54);
	margin: 0 0 0 20px;
	float: right;
	color: #333333;
}

.tab .btn.btn-choose:hover {
	background: rgb(230,230,230);
	background: -moz-linear-gradient(0deg, rgba(230,230,230,1) 0%, rgba(242,242,242,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(230,230,230,1) 0%, rgba(242,242,242,1) 100%);
	background: linear-gradient(0deg, rgba(230,230,230,1) 0%, rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6e6e6",endColorstr="#f2f2f2",GradientType=1);
	border: 1px solid rgba(0, 0, 0, 0.54);
	color: #333333;
}

/* ---------------------------------------------------------------------------- */
/* TABS ALIGNED LEFT															*/

.tabs-left {
	text-align: left;
}

/* ---------------------------------------------------------------------------- */
/* TABS ALIGNED CENTER															*/

.tabs-center {
	text-align: center;
}

/* ---------------------------------------------------------------------------- */
/* TABS ALIGNED RIGHT															*/

.tabs-right {
	text-align: right;
}

/* ---------------------------------------------------------------------------- */
/* TABS ALIGNED JUSTIFIED														*/

.tabs-justified {
	text-align: center;
}

.tabs-justified ul {
	width: 100%;
}

.tabs-justified ul li {
	width: 1%;
	padding: 0 0 0 5px;
	display: table-cell;
}

.tabs-justified ul li:first-child {
	padding: 0;
}

/* ---------------------------------------------------------------------------- */
/* TABS OVERFLOWED																*/

.tabs-overflowed {
	padding: 0 30px;
}

.tabs-overflowed .tabs-next {
	width: 30px;
    height: 35px;
	background: url('../images/icons/arrow-right.svg') center right no-repeat;
	background-color: #fff;
	background-size: 50%;
    float: right;
    position: absolute;
    right: 0;
    display: block;
    cursor: pointer;
}

.tabs-overflowed .tabs-prev {
	width: 30px;
    height: 35px;
	background: url(../images/icons/arrow-left.svg) center left no-repeat;
	background-color: #fff;
    background-size: 50%;
    float: left;
    position: absolute;
    left: 0;
    display: block;
    cursor: pointer;
}

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

.table {
	width: 100%;
	background: #ffffff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-spacing: 0;
	border-radius: 4px;
}

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

.table thead th {
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	padding: 10px;
	text-align: left;
}

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

.table tbody td {
	padding: 10px;
	vertical-align: top;
}

.table tbody td + td {
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.table tbody tr:nth-child(even) td {
	background: rgba(0, 0, 0, 0.05);
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* HORIZONTAL RULERS																										*/

.hr {
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
}

/* ---------------------------------------------------------------------------- */
/* HORIZONTAL RULERS - SOLID													*/

.hr-solid {
	border-top: solid;
}

/* ---------------------------------------------------------------------------- */
/* HORIZONTAL RULERS - DASHED													*/

.hr-dashed {
	border-top: dashed;
}

/* ---------------------------------------------------------------------------- */
/* HORIZONTAL RULERS - DOTTED													*/

.hr-dotted {
	border-top: dotted;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* WEBINAR																													*/

.webinar {
	width: 100%;
	background: #000000;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	padding-bottom: 50%;
	position: relative;
}

.webinar-theatre {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

.webinar-main {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: row;
}

.webinar-video {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	transition: width 0.2s ease-in-out;
}

.webinar-video.hide {
	width: 0;
}

.webinar-video.hide .player {
	display: none;
}

.webinar-sidebar {
	width: 25%;
	background: #ffffff;
	flex: 1 1 25%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	align-content: stretch;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
}

.webinar-sidebar-tabs {
	display: flex;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	flex: 0 0 auto;
}

.webinar-sidebar-tab {
	margin-bottom: -1px;
	flex: 1;
	padding: 10px;
	cursor: pointer;
	color: #999999;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.webinar-sidebar-tab.active {
	border-bottom: 2px solid #666666;
	color: #333333;
	font-weight: bold;
}

.webinar-sidebar-content {
	height: 100%;
	padding: 15px;
	overflow: hidden;
	overflow-y: auto;
	flex: 1 1 auto;
}

.webinar-sidebar-footer {
	border-top: 1px solid #CCCCCC;
	padding: 15px;
	flex: 0 0 auto;
}

/* ---------------------------------------------------------------------------- */
/* WEBINAR - CHAT																*/

.webinar .message {
	margin: 0 0 20px 0;
}

.webinar .message-author {
	margin: 0 0 5px 0;
}

.webinar .message-author-name {
	font-weight: bold;
}

.webinar .message-author-time {
	margin-left: 10px;
	color: #999999;
}

.webinar .message-form {
	position: relative;
}

.webinar .message-form textarea {
	height: 66px;
	padding: 6px 50px 6px 10px;
	resize: none;
	overflow: hidden;
}

.webinar .message-form-count {
	position: absolute;
	right: 10px;
	bottom: 5px;
	z-index: 1;
	color: #999999;
}

.webinar .message-form-btn {
	width: 16px;
	height: 16px;
	background: url('../images/icons/send.svg') center center no-repeat;
	border: 0;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	cursor: pointer;
	outline: none;
	opacity: 0.4;
	text-indent: -9999px;
}

.webinar .message-form-btn:hover {
	opacity: 0.8;
}

/* ---------------------------------------------------------------------------- */
/* WEBINAR - PARTICIPANTS														*/

.webinar .participant {
	margin: 0 0 5px 0;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* BADGE																													*/

.badge {
	padding: 4px 6px;
	font-size: 12px;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* PANEL																													*/

.panel {
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	margin: 0 0 10px 0;
}

.panel-header {
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.panel-header .title {
	margin: 0;
	cursor: pointer;
}

.panel-header .icon16 {
	width: 12px;
	opacity: 0.4;
}

.panel-body {
	display: none;
}

.panel.open .panel-body {
	display: block;
}

.panel-body-group {
	border-top: 1px solid #CCCCCC;
	padding: 10px;
}

.panel-body-group + .panel-body-group {
	border-top: 1px solid #E6E6E6;
}

/* ---------------------------------------------------------------------------- */
/* PANEL - HIGHLIGHT															*/

.panel.highlight {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.panel.highlight .switch {
	-webkit-animation: rumble 0.4s infinite ease-in-out;
	animation: rumble 0.4s infinite ease-in-out;
}

.panel.highlight .switch:hover {
	-webkit-animation: none;
	animation: none;
}

@-webkit-keyframes rumble {
	0% {-webkit-transform: translate(0px, 0px);}
	35% {-webkit-transform: translate(-4px, 0px);}
	65% {-webkit-transform: translate(4px, 0px);}
	100% {-webkit-transform: translate(0px, 0px);}
}

@keyframes rumble {
	0% {transform: translate(0px, 0px);}
	35% {transform: translate(-4px, 0px);}
	65% {transform: translate(4px, 0px);}
	100% {transform: translate(0px, 0px);}
}

@media only screen and (max-width: 768px) {
	/* -------------------------------------------------------------------------------------------------------------------- */
	/* PARTICIPANT LIST																										*/

	.participantlist .participant {
		min-height: 80px;
		padding: 10px 80px 10px 10px;
	}

	.participantlist .participant.has-thumb {
		padding-left: 80px;
	}

	.participantlist .participant .thumb {
		width: 60px;
		height: 60px;
		margin: 0 0 0 -70px;
	}

	.participantlist .participant .title {
		font-size: inherit;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	/* ------------------------------------------------------------------------ */
	/* PARTICIPANT LIST - SOCIALS												*/

	.participantlist .participant .socials {
		height: 16px;
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.participantlist .participant .socials a + a {
		margin-left: 5px;
	}

	/* -------------------------------------------------------------------------------------------------------------------- */
	/* FILELIST																												*/

	/* ------------------------------------------------------------------------ */
	/* FILELIST - FILE OPTIONS													*/

	.filelist .file-options .icon16 {
		opacity: 0.4;
	}

	.filelist .file-options .icon16:hover,
	.filelist .file-options .icon16:focus {
		opacity: 0.8;
	}

	/* ------------------------------------------------------------------------ */
	/* FILELIST - FILE SELECT													*/

	.filelist .file-select label {
		display: none;
	}

	.filelist .file-select .icon16 {
		display: block;
	}

	/* -------------------------------------------------------------------------------------------------------------------- */
	/* PAGINATION																											*/

	.pagination {
		margin: 20px 0 0 0;
		text-align: center;
	}

	.pagination ol {
		display: none;
	}

	/* ------------------------------------------------------------------------ */
	/* PAGINATION - PREV														*/

	.pagination select {
		width: auto;
		height: 40px;
		background: #ffffff;
		border: 1px solid #cccccc;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 8px 10px;
		display: inline-block;
		vertical-align: middle;
		line-height: 40px;
		text-align: center;
	}

	/* ------------------------------------------------------------------------ */
	/* PAGINATION - PREV														*/

	.pagination .pag-prev {
		height: 40px;
		line-height: 40px;
	}

	/* ------------------------------------------------------------------------ */
	/* PAGINATION - NEXT														*/

	.pagination .pag-next {
		height: 40px;
		line-height: 40px;
	}

	/* -------------------------------------------------------------------------------------------------------------------- */
	/* TABS																													*/

	.tabs::-webkit-scrollbar {
		display: none;
	}

	.tabs-viewport {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

	.tab a:focus {
		outline: none;
	}

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

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

	.table thead {
		display: none;
	}

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

	.table tbody {
		display: block;
	}

	.table tbody td {
		display: block;
	}

	/* -------------------------------------------------------------------------------------------------------------------- */
	/* WEBINAR																												*/

	.webinar {
		padding-bottom: 0;
	}

	.webinar-main {
		position: static;
		flex-direction: column;
	}

	.webinar-sidebar {
		width: auto;
		max-width: none;
		height: 320px;
		flex: 1 1 auto;
	}

	/* ------------------------------------------------------------------------ */
	/* WEBINAR - THEATRE														*/

	.webinar.webinar-theatre .webinar-main {
		position: fixed;
	}

	.webinar.webinar-theatre .webinar-video {
		flex: 1 1 0;
	}

	.webinar.webinar-theatre .webinar-sidebar {
		height: auto;
	}
}

@media only screen and (max-width: 480px) {
	/* -------------------------------------------------------------------------------------------------------------------- */
	/* FILELIST																												*/

	.filelist {
		display: block;
	}

	.filelist tbody {
		display: block;
	}

	.filelist-group {
		display: block;
	}

	.filelist .file {
		width: auto;
		padding: 10px 60px 10px 46px;
		font-size: 12px;
		line-height: normal;
		position: relative;
		display: block;
	}

	.filelist .file + .file {
		border-top: 1px solid rgba(0, 0, 0, 0.2);
	}

	/* ------------------------------------------------------------------------ */
	/* FILELIST - FILE MAIN														*/

	.filelist .file-main {
		min-width: 0;
		max-width: none;
		border: 0;
		padding: 0;
		display: block;
		position: static;
	}

	.filelist .file-title {
		display: block;
	}

	.filelist .file .file-size {
		display: block;
		color: #999999;
	}

	/* ------------------------------------------------------------------------ */
	/* FILELIST - FILE AGENDAITEM												*/

	.filelist .file-agendaitem {
		width: auto;
		border: 0;
		margin: 20px 0 0 0;
		padding: 0;
		display: block;
	}

	/* ------------------------------------------------------------------------ */
	/* FILELIST - FILE STATUS													*/

	.filelist .file-status {
		border: 0;
		padding: 10px 0;
		display: block;
	}

	/* ------------------------------------------------------------------------ */
	/* FILELIST - FILE OPTIONS													*/

	.filelist .file-options {
		width: auto;
		border: 0;
		padding: 0;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		display: block;
	}

	/* ------------------------------------------------------------------------ */
	/* FILELIST - FILE SELECT													*/

    .filelist .file-select {
		position: absolute;
    	top: 50%;
    	right: 10px;
		transform: translateY(-50%);
    	display: block;
	}
}
