@charset "UTF-8";

/* Base start */

@media (max-width: 768px) {
	#admin-menu { display: none !important; }
	body.admin-menu { margin-top: 0 !important; }
}

body.logged-in.page-conference section#misc { margin-top: 15px; }

body.logged-in.page-conference section#misc h1 { display: none !important; }

/* Base end */

/* ! Fonts */

@font-face {
	font-family: 'Neutraface 2 Text Demi Tab';
	src: url('../fonts/neutra2text-demi-tablining-webfont.eot');
	src: url('../fonts/neutra2text-demi-tablining-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/neutra2text-demi-tablining-webfont.woff') format('woff'),
		 url('../fonts/neutra2text-demi-tablining-webfont.ttf') format('truetype'),
		 url('../fonts/neutra2text-demi-tablining-webfont.svg#neutraface_2_textdemi') format('svg');
}

/* ! User menu */

.menu.myaccount {
	display: none;
	float: right;
	clear: right;
}

.logged-in .menu.myaccount {
	display: block;
	position: relative;
	z-index: 1;
}

@media (max-width: 768px) {
	.logged-in .menu.myaccount { display: none; }
	.logged-in .menu.myaccount.active { display: block; }
}

.logged-in .menu { display: none; }

@media (max-width: 768px) {
	.logged-in .menu.active,
	.logged-in .top-menu.active {
		display: none;
	}
}

.logged-in .btn-myaccount,
.logged-in .btn-join-conf { /* hide My Account & Join Conference buttons when logged in */
	display: none !important;
}

.logged-in #social-menu li:nth-child(5) { /* keep menu height when My Account button is hidden */
	height: 27px;
}

.menu.myaccount > li {
	float: left;
	margin-left: 8px;
}

.menu.myaccount li#avatar {
	width: 29px;
	height: 29px;
	position: relative;
	margin-top: -3px;
	margin-left: 10px !important;
	border: 2px solid #fff;
	border-radius: 2px;
	background: url(../images/myaccount-sprites.png) 0 -155px;
	box-shadow: 0 0 3px 0 rgba( 0, 0, 0, .24 );
}

.menu.myaccount li#avatar div{ position: absolute; top: 0; right: 0;}
.menu.myaccount li#avatar div strong{ position: absolute; top: 0; right: 0; background: rgba(0,0,0,0.75); color: #fff; font: normal 12px Arial; padding: 5px 10px; border-radius: 4px; margin: -31px -186px 0 0; display: none;}
.menu.myaccount li#avatar div:hover strong{ display: block;}
.menu.myaccount li#avatar .icon-alert-badge{ position: absolute; top: 0; right: 0; background: #fff; border-radius: 100px; margin: -10px -10px 0 0;}

@media (max-width: 768px) {
	.menu.myaccount li#avatar { display: none; }
}

.menu.myaccount li#user {
	white-space: nowrap;
	position: relative;
	padding: 4px 0 0 4px;
	font-family: "Neutraface 2 Text Demi";
	font-size: 17px;
	line-height: 18px;
	color: #616161;
	background: none;
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: antialiased;
}

@media (max-width: 768px) {
	.menu.myaccount li#user {
		position: absolute;
		top: 25px;
		width: 60% !important;
		height: 20px;
		padding: 0 0 0 19px;
		color: #a8a8a8;
		border-bottom: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

.menu.myaccount li#user span {
	color: #228ac4;
	cursor: pointer;
}

@media (max-width: 768px) {
	.menu.myaccount li#user span {
		color: #a8a8a8;
		pointer-events: none;
	}
}

.menu.myaccount li#user span:hover {
	color: #616161;
}

.menu.myaccount li#user span:after {
	content: "";
	display: inline-block;
	margin: 0 0 2px 5px;
	width: 8px;
	height: 5px;
	background: url(../images/myaccount-sprites.png) -29px -164px;
}

@media (max-width: 768px) {
	.menu.myaccount li#user span:after { display: none; } /* arrow */
}

.menu.myaccount li#user span:hover:after { background-position: -37px -164px; }

.menu.myaccount > li:nth-child(4),
.menu.myaccount > li:nth-child(5) { /* hide menu items on desktop layout */
	display: none;
}

@media (max-width: 768px) {
	.menu.myaccount li:nth-child(3),
	.menu.myaccount li:nth-child(4) { /* unhide menu items on mobile layout */
		display: inherit;
	}
}

/* ! User menu frontpage */

.front .menu.myaccount li#divider span {
	border-left-color: #CFEFFC;
}

.front .menu.myaccount li#user {
	color: #0c72ac;
	text-shadow: 0px 1px #7ad5f7;
}

.front .menu.myaccount li#user span {
	color: #DAF2FB;
	text-shadow: none;
}

.front .menu.myaccount li#user span:hover {
	color: #0c72ac;
}

.front .menu.myaccount li#user span:after {
	background-position: -29px -169px;
}

.front .menu.myaccount li#user span:hover:after {
	background-position: -29px -164px;
}

.front #myaccount-submenu {
	text-shadow: none;
}

/* ! User submenu */

#myaccount-submenu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 36px;
	right: 0;
	padding: 0 10px 2px 10px;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	color: #606c73;
	border: 2px solid #babec1;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	        border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 4px 0 rgba( 0, 0, 0, .10 );
	   -moz-box-shadow: 0 5px 4px 0 rgba( 0, 0, 0, .10 );
	    -ms-box-shadow: 0 5px 4px 0 rgba( 0, 0, 0, .10 );
	        box-shadow: 0 5px 4px 0 rgba( 0, 0, 0, .10 );
	-webkit-transition: opacity 0.1s ease-out;
	   -moz-transition: opacity 0.1s ease-out;
	    -ms-transition: opacity 0.1s ease-out;
	        transition: opacity 0.1s ease-out;
	z-index: 1;
}

#myaccount-submenu.show {
	visibility: visible;
	opacity: 1;
}

#myaccount-submenu:before {
	content: "";
	display: block;
	margin: -9px auto 0 auto;
	width: 17px;
	height: 9px;
	background: url(../images/myaccount-sprites.png) -29px -155px;
}

#myaccount-submenu li {
	width: auto !important;
	border-bottom: 1px dotted #d6d8da;
}

#myaccount-submenu li:last-child {
	border-bottom: none;
}

#myaccount-submenu a {
	display: inline-block;
	min-width: 98px;
	padding: 9px 0 10px 0;
	line-height: 12px;
}

#myaccount-submenu a:hover {
	color: #228ac4;
}

#myaccount-submenu a:before {
	content: "";
	display: inline-block;
	background: url(../images/myaccount-sprites.png);
}

#myaccount-submenu li:nth-child(1) a:before {
	width: 15px;
	height: 15px;
	margin: 0 5px -3px 0;
	background-position: -46px -155px;
}

#myaccount-submenu li:nth-child(2) a:before {
	width: 13px;
	height: 14px;
	margin: 0 7px -2px 0;
	background-position: -61px -155px;
}

#myaccount-submenu li:nth-child(1) a:hover:before {
	background-position: -46px -170px;
}

#myaccount-submenu li:nth-child(2) a:hover:before {
	background-position: -61px -170px;
}

/* ! Conferences page */

.page-conference h1 {
	text-align: center;
}

.page-conference h1 em {
	display: block;
	margin-top: 15px;
	font-style: normal;
	line-height: 1.2;
	text-transform: none;
}

a.whats-new-link {
	font-size: 16px;
	letter-spacing: normal;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: subpixel-antialiased;
}

.page-conference .sort {
    font-size: 13px;
    font-weight: bold;
    color: #acb3b8;
    text-transform: lowercase;
    float: right;
    margin: 70px 104px 0 0;
}

.page-conference .sort a {
	color: #acb3b8 !important;
}

.page-conference .sort a:hover {
	color: #228abe !important;
}

.page-conference .sort span.selected {
	color: #616161;
}

.page-conference .pager {
	margin-top: 25px !important;
	padding: 0 !important;
}

.page-conference .pager li {
	padding: 0 5px !important;
	border: none !important;
}

.view-empty {
	text-align: center;
	color: #acb3b8;
}

#-conference-create-form {
	margin-bottom: 53px;
	padding-top: 28px;
	text-align: center;
}

#-conference-add-form #edit-submit {
	width: 244px;
	height: 54px;
}

/* ! Conference tabs */

.page-conference ul.tabs.primary { display: none; }

ul.conferences { display: none; }

.page-conference ul.conferences {
	display: block !important;
	width: 600px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.page-conference ul.conferences { width: 100%; }
}

ul.conferences li {
	position: relative;
	float: left;
	width: 164px;
	height: 45px;
	font-family: "Neutraface 2 Text Bold";
	font-size: 18px;
	letter-spacing: -0.5px;
	line-height: 19px;
	color: #616161;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px -1px #ececec;
	border: 1px solid #d3d3d3;
	cursor: pointer;
	background-image: linear-gradient( #f3f3f3, #d4d4d4 );
	box-shadow: inset 0 1px 0 0 rgba( 255, 255, 255, 1 ), inset 0 -1px 0 0 rgba( 0, 0, 0, .16 );
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: antialiased;
}

@media (max-width: 768px) {
	ul.conferences li {
		width: 30%;
		height: 40px;
		font-size: 12px;
	}
}

ul.conferences li:nth-of-type(2) { width: 174px; }

@media (max-width: 768px) {
	ul.conferences li:nth-of-type(2) { width: 36%; }
}

ul.conferences li:first-child {
	border-right: none;
	border-radius: 6px 0px 0px 6px;
}

ul.conferences li.video-list:after {
	position: absolute;
	background: #25b4eb;
	border-radius: 8px;
	content: "BETA";
	top: 0;
	right: 0;
	margin: -8px 5px 0 0;
	padding: 1px 7px 0 7px;
	color: #fff;
	font: normal 11px "Neutraface 2 Text Demi";
	letter-spacing: normal;
}

ul.conferences li:last-child {
	border-left: none;
	border-radius: 0px 6px 6px 0px;
}

ul.conferences li:hover { background-image: linear-gradient( #e8e8e8, #c7c7c7 ); }

ul.conferences li.active {
	color: #fff;
	text-shadow: 0px -1px #626568 !important;
	background-image: linear-gradient( #8c9193, #63696c );
	box-shadow: inset 0 3px 9px 0 rgba( 0, 0, 0, .48 );
}

ul.conferences li a {
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 45px;
	color: inherit !important;
	border: none !important;
	background: none !important;
	border-radius: 0;
	text-shadow: inherit;
}

@media (max-width: 768px) {
	ul.conferences li a {
		font-size: 14px;
		line-height: 40px;
	}
}

.page-conference ul.tabs.primary.conferences {
	width: 673px;
	text-align: center;
	margin-bottom: -47px;
}

@media (max-width: 768px) {
	.page-conference ul.tabs.primary.conferences { width: 100%; }
}

.page-conference ul.tabs.primary.conferences li{
	float: none;
	display: inline-block;
	margin: 0 -1px 0 -2px;
}

/* ! Conference list */

.view-conference-list, .view-conferences-upcoming, .view-VideoList {
	width: 790px;
	margin: 24px auto 0 auto;
	padding: 79px 0 40px 0;
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	    -ms-border-radius: 6px;
	        border-radius: 6px;
	background-color: #fff;
}

.view-conference-list .item-list ul,
.view-conferences-upcoming .item-list ul,
.view-VideoList .item-list ul{
	margin: 0;
	padding: 0;
}

.view-conference-list .item-list ul li,
.view-conferences-upcoming .item-list ul li,
.view-VideoList .item-list ul li {
	list-style: none;
	width: 100%;
	min-height: 55px;
	margin: 0;
	padding: 12px 19px 12px 26px;
	border-bottom: 1px solid #e2e2e2;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.view-conference-list .item-list ul li,
	.view-conferences-upcoming .item-list ul li {
		width: auto;
		padding: 15px 13px;
	}	
}

.view-conference-list .item-list ul li.views-row-first,
.view-conferences-upcoming .item-list ul li.views-row-first,
.view-VideoList .item-list ul li.views-row-first{
	border-top: 1px solid #e2e2e2;	
}

.view-conference-list .item-list ul li h2,
.view-conferences-upcoming .item-list ul li h2,
.view-VideoList .item-list ul li h2 {
	margin: 0 0 8px 0 !important;
	font-size: 26px !important;
	line-height: 26px !important;
	color: #228abe !important;
}

@media (max-width: 768px) {
	.view-conference-list .item-list ul li h2,
	.view-conferences-upcoming .item-list ul li h2 {
		font-size: 21px !important;
		line-height: 21px !important;
	}
}

.view-conference-list .views-field-scheduleStartTime,
.view-conferences-upcoming .views-field-scheduleStartTime,
.view-VideoList .views-field-createdAt{
	font-size: 14px;
	line-height: 14px;
}

@media (max-width: 768px) {
	.view-conference-list .views-field-scheduleStartTime,
	.view-conferences-upcoming .views-field-scheduleStartTime {
		font-size: 11px;
		line-height: 12px;
	}	
}

/* ! Conference buttons */

.view-conference-list a.edit,
.view-conference-list a.conduct,
.view-conferences-upcoming a.edit,
.view-conferences-upcoming a.conduct,
.view-conferences-upcoming a.view,
.view-VideoList a.start-video,
.view-VideoList a.edit {
	float: right;
	display: inline-block;
	margin-top: 10px;
	padding: 7px 9px 9px 7px;
	font-family: "Neutraface 2 Text Bold";
	font-size: 13px;
	letter-spacing: -1px;
	line-height: 13px;
	color: #fff !important;
	text-transform: uppercase;
	text-shadow: 0px 1px rgba( 0, 0, 0, .22 );
	border-radius: 4px;
	box-shadow: inset 0 1px 0 0 rgba( 255, 255, 255, .42 );
}

@media (max-width: 768px) {
	.view-conference-list a.edit,
	.view-conference-list a.conduct,
	.view-conferences-upcoming a.edit,
	.view-conferences-upcoming a.conduct,
	.view-conferences-upcoming a.view,
	.view-VideoList a.start-video,
	.view-VideoList a.edit {
		padding: 8px;
		font-size: 16px;
	}
}

.view-conference-list a.edit,
.view-conferences-upcoming a.edit,
.view-conferences-upcoming a.view,
.view-VideoList a.edit {
	border: 1px solid #9eadb5;
	background-image: linear-gradient( #c6c9cb, #babec1 );
}

.view-conference-list a.edit:hover,
.view-conferences-upcoming a.edit:hover,
.view-conferences-upcoming a.view:hover,
.view-VideoList a.edit:hover {
	background-image: linear-gradient( #c5c8ca, #a8acaf );
}

.view-conference-list a.conduct,
.view-conferences-upcoming a.conduct,
.view-VideoList a.start-video {
	margin-left: 10px;
	border: 1px solid #5ea828;
	background-image: linear-gradient( #7dd33e, #73c62f );
}

.view-conference-list a.conduct:hover,
.view-conferences-upcoming a.conduct:hover,
.view-VideoList a.start-video:hover {
	background-image: linear-gradient( #77d236, #67b91e );
}

.view-conference-list a.edit:before,
.view-conference-list a.conduct:before,
.view-conferences-upcoming a.edit:before,
.view-conferences-upcoming a.conduct:before,
.view-conferences-upcoming a.view:before,
.view-VideoList a.start-video:before,
.view-VideoList a.edit:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 0 6px -4px 0;
	background: url(../images/myaccount-sprites.png);
}

.view-conference-list a.edit:before,
.view-conferences-upcoming a.edit:before,
.view-VideoList a.edit:before {
	background-position: -109px -156px;
}

.view-conference-list a.conduct:before,
.view-conferences-upcoming a.conduct:before,
.view-VideoList a.start-video:before{
	background-position: -127px -156px;
}

.view-conferences-upcoming a.view:before {
	width: 18px;
	height: 17px;
	background-position: -145px -156px;
}

/* ! Conference management buttons */

#-conference-create-form #edit-submit,
#-conference-add-form #edit-submit,
#-conference-edit-form #edit-conduct,
#-conference-edit-form #edit-submit,
#-conference-edit-form .footer_close_conference_button {
	width: 242px;
	height: 52px;
	padding-left: 40px !important;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0px -1px rgba( 0, 0, 0, .22 ) !important;
	border: 1px solid #5ea828;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	    -ms-border-radius: 6px;
	        border-radius: 6px;
	background: url(../images/myaccount-sprites.png) 13px -187px no-repeat, -webkit-linear-gradient( top, #7dd33e, #73c62f );
	background: url(../images/myaccount-sprites.png) 13px -187px no-repeat, -moz-linear-gradient( top, #7dd33e, #73c62f );
	background: url(../images/myaccount-sprites.png) 13px -187px no-repeat, -o-linear-gradient( top, #7dd33e, #73c62f );
	background: url(../images/myaccount-sprites.png) 13px -187px no-repeat, -ms-linear-gradient( top, #7dd33e, #73c62f );
	background: url(../images/myaccount-sprites.png) 13px -187px no-repeat, linear-gradient( top, #7dd33e, #73c62f );
	-webkit-box-shadow: inset 0 1px 0 0 rgba( 255, 255, 255, .42 ) !important;
	   -moz-box-shadow: inset 0 1px 0 0 rgba( 255, 255, 255, .42 ) !important;
	    -ms-box-shadow: inset 0 1px 0 0 rgba( 255, 255, 255, .42 ) !important;
	        box-shadow: inset 0 1px 0 0 rgba( 255, 255, 255, .42 ) !important;
}

#-conference-create-form #edit-submit:hover,
#-conference-add-form #edit-submit:hover,
#-conference-edit-form #edit-conduct:hover {
	background: url(../images/myaccount-sprites.png) 13px -187px no-repeat, -webkit-linear-gradient( top, #74c936, #5cab1c );
	background: url(../images/myaccount-sprites.png) 13px -187px no-repeat, -moz-linear-gradient( top, #74c936, #5cab1c );
	background: url(../images/myaccount-sprites.png) 13px -187px no-repeat, -o-linear-gradient( top, #74c936, #5cab1c );
	background: url(../images/myaccount-sprites.png) 13px -187px no-repeat, -ms-linear-gradient( top, #74c936, #5cab1c );
	background: url(../images/myaccount-sprites.png) 13px -187px no-repeat, linear-gradient( top, #74c936, #5cab1c );
}

#-conference-edit-form #edit-submit {
	float: right;
	margin: 0 0 0 15px;
	width: 189px;
	height: 52px;
	background: url(../images/myaccount-sprites.png) 13px -269px no-repeat, -webkit-linear-gradient( top, #7dd33e, #73c62f );
	background: url(../images/myaccount-sprites.png) 13px -269px no-repeat, -moz-linear-gradient( top, #7dd33e, #73c62f );
	background: url(../images/myaccount-sprites.png) 13px -269px no-repeat, -o-linear-gradient( top, #7dd33e, #73c62f );
	background: url(../images/myaccount-sprites.png) 13px -269px no-repeat, -ms-linear-gradient( top, #7dd33e, #73c62f );
	background: url(../images/myaccount-sprites.png) 13px -269px no-repeat, linear-gradient( top, #7dd33e, #73c62f );
}

#-conference-edit-form #edit-submit:hover {
	background: url(../images/myaccount-sprites.png) 13px -269px no-repeat, -webkit-linear-gradient( top,#74c936, #5cab1c );
	background: url(../images/myaccount-sprites.png) 13px -269px no-repeat, -moz-linear-gradient( top, #74c936, #5cab1c );
	background: url(../images/myaccount-sprites.png) 13px -269px no-repeat, -o-linear-gradient( top, #74c936, #5cab1c );
	background: url(../images/myaccount-sprites.png) 13px -269px no-repeat, -ms-linear-gradient( top, #74c936, #5cab1c );
	background: url(../images/myaccount-sprites.png) 13px -269px no-repeat, linear-gradient( top, #74c936, #5cab1c );
}

#-conference-edit-form #edit-conduct {
	background: url(../images/myaccount-sprites.png) 13px -228px no-repeat, -webkit-linear-gradient( top, #7dd33e, #73c62f );
	background: url(../images/myaccount-sprites.png) 13px -228px no-repeat, -moz-linear-gradient( top, #7dd33e, #73c62f );
	background: url(../images/myaccount-sprites.png) 13px -228px no-repeat, -o-linear-gradient( top, #7dd33e, #73c62f );
	background: url(../images/myaccount-sprites.png) 13px -228px no-repeat, -ms-linear-gradient( top, #7dd33e, #73c62f );
	background: url(../images/myaccount-sprites.png) 13px -228px no-repeat, linear-gradient( top, #7dd33e, #73c62f );
}

#-conference-edit-form #edit-conduct:hover {
	background: url(../images/myaccount-sprites.png) 13px -228px no-repeat, -webkit-linear-gradient( top,#74c936, #5cab1c );
	background: url(../images/myaccount-sprites.png) 13px -228px no-repeat, -moz-linear-gradient( top,#74c936, #5cab1c );
	background: url(../images/myaccount-sprites.png) 13px -228px no-repeat, -o-linear-gradient( top,#74c936, #5cab1c );
	background: url(../images/myaccount-sprites.png) 13px -228px no-repeat, -ms-linear-gradient( top,#74c936, #5cab1c );
	background: url(../images/myaccount-sprites.png) 13px -228px no-repeat, linear-gradient( top,#74c936, #5cab1c );
}

#-conference-edit-form .footer_close_conference_button {
	float: right;
	margin: 0 0 0 15px !important;
	width: 249px;
	border-color: #9eadb5;
	background: url(../images/myaccount-sprites.png) 13px -310px no-repeat, -webkit-linear-gradient( top, #c6c9cb, #babec1 ) !important;
	background: url(../images/myaccount-sprites.png) 13px -310px no-repeat, -moz-linear-gradient( top, #c6c9cb, #babec1 ) !important;
	background: url(../images/myaccount-sprites.png) 13px -310px no-repeat, -o-linear-gradient( top, #c6c9cb, #babec1 ) !important;
	background: url(../images/myaccount-sprites.png) 13px -310px no-repeat, -ms-linear-gradient( top, #c6c9cb, #babec1 ) !important;
	background: url(../images/myaccount-sprites.png) 13px -310px no-repeat, linear-gradient( top, #c6c9cb, #babec1 ) !important;
}

#-conference-edit-form .footer_close_conference_button:hover {
	background: url(../images/myaccount-sprites.png) 13px -310px no-repeat, -webkit-linear-gradient( top, #b6b9ba, #a5a9ac ) !important;
	background: url(../images/myaccount-sprites.png) 13px -310px no-repeat, -moz-linear-gradient( top, #b6b9ba, #a5a9ac ) !important;
	background: url(../images/myaccount-sprites.png) 13px -310px no-repeat, -o-linear-gradient( top, #b6b9ba, #a5a9ac ) !important;
	background: url(../images/myaccount-sprites.png) 13px -310px no-repeat, -ms-linear-gradient( top, #b6b9ba, #a5a9ac ) !important;
	background: url(../images/myaccount-sprites.png) 13px -310px no-repeat, linear-gradient( top, #b6b9ba, #a5a9ac ) !important;
}

/* ! User messages */

.msg-container.myaccount {
	clear: both;
	position: relative;
	top: 63px;
	width: 887px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.msg-container.myaccount {
		top: 0;
		width: 90%;
		padding-bottom: 16px;
	}
}

.msg-container.myaccount .msg {
	height: 58px;
	padding: 19px 12px 10px 24px;
}

.msg-container.myaccount.announce {
	overflow: visible;
	height: auto !important;
}

.announce .msg {
	opacity: 1 !important;
	height: auto !important;
	padding: 9px 12px 10px 12px !important;
}

div.error {
	padding: 0;
	color: inherit;
	border: none;
	background: none;
}

/* ! User popup CS announcement */

#popup-message-window {
	box-sizing: border-box;	
	padding: 35px;
	border: 0;
	background-color: #ebebeb;
	border-radius: 6px;
	-webkit-box-shadow: 0 7px 15px 0 rgba( 0, 0, 0, .19 );
	   -moz-box-shadow: 0 7px 15px 0 rgba( 0, 0, 0, .19 );
	    -ms-box-shadow: 0 7px 15px 0 rgba( 0, 0, 0, .19 );
	        box-shadow: 0 7px 15px 0 rgba( 0, 0, 0, .19 );
}

#popup-message-close {
	position: absolute;
	top: 14px;
	right: 13px;
	width: 12px;
	height: 12px;
	background: url(../images/purchase-sprites-new.png) -238px -5px;
}

#popup-message-close:hover {
	opacity: .5;
}

#popup-message-window h1.popup-message-title {
	margin-bottom: 7px;
	font-family: "Neutraface 2 Text Bold";
	font-size: 33px;
	letter-spacing: -0.03em;
	color: #228abe;
	font-weight: normal;
	line-height: 1;
	border-bottom: 1px solid #D3D3D3;
	padding-bottom: 15px;
}

#popup-message-content {
	padding-top: 10px;
}

#popup-message-content p {
	margin-bottom: 22px;
	font-family: Helvetica;
	font-size: 14px;
	line-height: 1.5;
	color: #606c73;
}

#popup-message-background {
	z-index: 2;
}

/* ! Create & Edit Conference */

#-conference-add-form .summary-edit fieldset .summary-edit fieldset,
#-conference-edit-form .summary-edit fieldset .summary-edit fieldset {
	border: none;
}

#-conference-edit-form .conference_conduct_box fieldset {
	background: #fff;
}

.conference_conduct_box .sub {
	float: right;
}

#-conference-add-form .form-item,
#-conference-edit-form .form-item {
	margin: 24px 0;
}

#-conference-add-form .form-radios .form-item,
#-conference-edit-form .form-radios .form-item {
	float: left;
	margin: 24px 0;
}

#-conference-add-form .form-item .description,
#-conference-edit-form .form-item .description {
	clear: both;
	padding-top: 10px;
}

#-conference-add-form h2,
#-conference-edit-form h2 {
	cursor: pointer;
}

#-conference-add-form h2:hover,
#-conference-edit-form h2:hover {
	color: #228ac4;
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
	border: 1px solid #d75e5e !important;
}

.toggle_arrow {
	float: left;
	margin-right: 6px;
	margin-top: 7px;
}

.timezone_msg {
	display: block;
	opacity: 1;
	height: 57px;
	margin-bottom: 19px;
}

#-conference-edit-form .conference_conduct_action {
	float: right;
	margin-top: 14px;
}

#-conference-edit-form #edit-reminder-subject {
	display: block;
	clear: both;
}

#-conference-edit-form .form-item label {
	float: left;
	margin-right: 10px;
	line-height: 30px;
}

#-conference-edit-form .form-item label {
	float: left;
	margin-right: 10px;
}

#-conference-edit-form .form-radios label,
#-conference-edit-form .form-checkboxes label, {
	margin-right: 0;
}

#-conference-edit-form .form-checkboxes,
#-conference-edit-form .form-radios {
	float: left;
	margin: 0 !important;
}

#-conference-edit-form input[type="text"],
#-conference-edit-form select {
	margin: 0 !important;
}

#-conference-edit-form textarea,
#-conference-edit-form textarea {
	clear: both;
}

#-conference-edit-form select {
	float: left;
}

#-conference-edit-form .form-checkboxes .form-item,
#-conference-edit-form .form-radios .form-item {
	margin-top: 0;
	margin-bottom: 0;
}

#-conference-edit-form div fieldset fieldset {
	border: none;
}

#-conference-edit-form .scheduleItem {
	clear: left;
	margin-bottom: 20px;
	padding-top: 10px;
}

#-conference-edit-form fieldset.scheduling div * {
	vertical-align: middle;
}

#-conference-edit-form .scheduling .view_mode {
	float: left;
	margin-bottom: 0;
	margin-right: 20px;
	margin-top: 0;
}

#-conference-edit-form .scheduling .form-item {
	float: left;
	margin-right: 2px;
	margin-bottom: 0;
	margin-top: 0;
}

#-conference-edit-form .edit_sched_button {
	width: 69px;
	height: 18px;
	margin-top: 2px;
	background: url(../images/edit_generic.png) no-repeat scroll left top;
}

#-conference-edit-form .delete_sched_button {
	width: 69px;
	height: 18px;
	margin-top: 2px;
	background: url(../images/delete_generic.png) no-repeat scroll left top;
}

#-conference-edit-form .save_sched_button {
	float: left;
	width: 69px;
	height: 18px;
	margin-top: 4px;
	background: url(../images/save_generic.png) no-repeat scroll left top;
}

#-conference-edit-form .cancel_sched_button {
	float: left;
	width: 69px;
	height: 18px;
	margin-top: 4px;
	background: url(../images/cancel_generic.png) no-repeat scroll left top;
}

#-conference-edit-form .date-month,
#-conference-edit-form .date-day,
#-conference-edit-form .date-year,
#-conference-edit-form .date-hour,
#-conference-edit-form .date-minute,
#-conference-edit-form .date-ampm {
	float: left;
}

#-conference-edit-form .date-clear-block {
	display: block;
	float: left;
	margin-right: 10px;
	clear: none;
}

#-conference-edit-form .scheduleItem label {
	font-size: 12px;
	line-height: 28px;
}

#-conference-edit-form .scheduleItem input[type="text"] {
	width: 38px;
}

/* ! Create & Edit Conference - Callers & PINs */

.callers table, .callhistory table, .call table {
	width: 100%;
	border: none;
}

.callers table tr, .callhistory table tr, .call table tr {
	border-bottom: 2px solid #F5F5F5;
}

.conferences thead.tableHeader-processed th {
	padding: 10px 5px 5px 5px;
	border-bottom: none;
	font-weight: normal;
}

th.role {
	text-transform: capitalize ! important;
	background: transparent;
}

input#edit-add-presenter {
	height: 18px;
	margin: 15px 0 15px 0;
	width: 104px;
	background: transparent url(../images/add-presenter.gif) no-repeat scroll left top;
}

input#edit-add-assistant {
	height: 18px;
	margin: 15px 0 15px 0;
	width: 104px;
	background: transparent url(../images/add-assistant.gif) no-repeat scroll left top;
}

input#edit-add-participant {
	height: 18px;
	margin: 15px 0 15px 0;
	width: 104px;
	background: transparent url(../images/add-participant.gif) no-repeat scroll left top;
}

/* ! Create & Edit Conference - Registration Settings */

#registration_details fieldset fieldset {
	padding: 0;
}

p.callInNumber {
	clear: both;
	display: none;
}

/* ! Footer */

.logged-in footer {
	height: auto;
	margin-top: 80px;
}

.logged-in footer > .container {
	display: none;
}

@media (max-width: 768px) {
	.logged-in #copyright ul { display: none; }	
}

.msg_copy {
	clear:both;
}

.selfreg-custom{
	display: None;
}

/* Conf Edit Page Label and Conference UID Same Line Fix by MYF */
.sameline .form-item label {
	line-height: 20px !important;
}

/* Added By: Murad, For Callers and PINS tab's table formatting */
#caller_details table tbody tr td div a {
	display: block;
	max-width: 100px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* admin menu */

#admin-menu { font-size: 12px !important; }
#admin-menu, #admin-menu ul { line-height: 1.6em !important; }

/* upcoming-public-events */
.event-expired-page section#misc{ width: 100%;}
.event-expired-page section#misc h1, .event-expired-page section#misc h2{ width: 100%; max-width: 900px; margin: 0 auto; padding: 0 20px; box-sizing: border-box;}
.event-expired-page section#misc form{ width: 100%;}

.end-event{ font: normal 18px "Neutraface 2 Text Demi"; color: #8d9ba4; width: 100%; max-width: 900px; margin: 0 auto; display: block; padding: 0 20px; box-sizing: border-box;}
.end-event i{ background: #8d9ba4; width: 17px; height: 17px; border-radius: 50px; color: #f6f6f6; font-size: 12px; margin: 0 6px 0 0; line-height: 16px !important; text-align: center; display: inline-block; position: relative; top: -2px;}
.end-event i:before{ color: #fff;}
.end-event strong{ font-weight: normal; color: #444c50;}

#upcoming-public-events, #demo-form-expired-page{ float: left; width: 100%; background: #fff; padding: 40px 0 55px; margin: 50px 0 0; border-top: 1px solid rgba(0,0,0,0.1); border-bottom: 1px solid rgba(0,0,0,0.1);}
#upcoming-public-events{ background: none; border: 0;}
section#misc #upcoming-public-events h2{ font-family: "Neutraface 2 Display Titling"; font-size: 61px !important; letter-spacing: -2px !important; color: #228abe; text-shadow: 0 1px #fff;}
.list-wrapper{ display: table; width: 100%;}
#upcoming-public-events ul{ width: 100%; max-width: 975px; margin: 0 auto; padding: 0; text-align: center;}
#upcoming-public-events ul h4, #demo-form-expired-page h4{ letter-spacing: -0.5px; font: normal 36px "Neutraface 2 Text Bold"; color: #228abe; padding: 0 0 38px; margin: 0;}
/*#upcoming-public-events ul h4{ font: normal 23px "Neutraface 2 Text Demi Italic"; letter-spacing: -0.02em; color: #67757d; margin-top: 25px;}*/
#upcoming-public-events ul li{ border: 1px solid #e8eaeb; padding: 25px 15px; margin: 0; width: 305px; vertical-align: top; background: #fff; min-height: 369px; margin: 10px; float: left; box-sizing: border-box;}
#upcoming-public-events ul li:nth-of-type(1){ border-left: 0 !important;}
#upcoming-public-events ul h5{ font: normal 19px/23px "Neutraface 2 Text Bold"; color: #484c4e; text-transform: uppercase; display: block; padding: 0 0 20px; margin: 0;}
#upcoming-public-events ul span.by-customer{ font: normal 13px "Neutraface 2 Text Bold"; color: #afb5b8; text-transform: uppercase; letter-spacing: 1px;}
#upcoming-public-events ul span.by-customer strong{ display: block; font: normal 12px "Neutraface 2 Text Demi"; padding: 5px 0 0;}
#upcoming-public-events ul span.by-customer strong i{ font-size: 17px; margin: 0 6px 0 0; color: #afb5b8;}
#upcoming-public-events ul p{ font: normal 13px/20px Arial; color: #606b72; padding: 20px 0; margin: 0;}
#upcoming-public-events ul a.txt-link{ display: block; clear: both; padding: 0 0 15px; font-size: 13px;}
#upcoming-public-events ul a{ color: #067bb6;}
#upcoming-public-events ul a:hover{ text-decoration: underline;}
#upcoming-public-events ul a.btn-reg{ background: #89c830; font: normal 17px "Neutraface 2 Text Bold"; text-transform: uppercase; color: #fff; border-radius: 4px; display: inline-block; padding: 6px 18px; margin: 10px 0 0;}
#upcoming-public-events ul a.btn-reg:hover{ background: #228abe;}
#upcoming-public-events ul a.btn-reg:hover{ text-decoration: none;}

#demo-form-expired-page #block-demo_signup-2{ width: 100%; max-width: 900px; margin: 0 auto; text-align: center;}
#demo-form-expired-page h4{ padding-bottom: 15px;}
#demo-form-expired-page .free-trial-para{ font: normal 19px "Neutraface 2 Text Demi Italic"; color: #67757d; margin: 0 0 40px;}

#demo-form-expired-page *{ box-sizing: border-box;}
#demo-form-expired-page form{ max-width: 690px; margin: 0 auto;}
#demo-form-expired-page form .combine-fields{ background: #fff; border: 2px solid #bec5c7; border-radius: 5px; float: left; width: 70%; overflow: hidden;}
#demo-form-expired-page form .combine-fields input[type=text]{ font: normal 23px "Neutraface 2 Text Demi"; float: left; width: 50%; margin: 0; border: 0; padding: 10px; line-height: 24px; border-radius: 0; background: none;}
#demo-form-expired-page form .combine-fields input[type=text]:first-child{ border-right: 1px solid #e0e0e0;}
#demo-form-expired-page form .combine-fields input.error{ background: #fdecec;}
#demo-form-expired-page form input[type=submit]{ width: 27%; margin: 0 0 0 3%; margin: 0; padding-top: 12px; padding-bottom: 12px; font-size: 25px; box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset; background: #1788c1; border-color: #0c6db1; text-shadow: none;}
#demo-form-expired-page form input[type=submit]:hover{ background: #1788c1; opacity: 0.90;}

#demo-form-expired-page label.error{ display: none !important;}

.mContent span { display: none;}

.marketingMessageClass { width:100%; text-align:center; display:inline-block; white-space: pre-line; margin-bottom: 24px; margin-top: 0px; }