/* agenda page */

.panel-collapse strong {
	font-weight:400;
}
 .panel-collapse div.box {
	padding:15px 15px 5px 15px;
	font-size:16px;
	line-height:23px;
	margin-bottom:0px;
	background-color:#f4f4f4;
	margin-top:14px;
	font-weight:300;
}
.panel-collapse div.box p {
	font-size:16px;
	line-height:23px;
	font-weight:300;
}
.green .panel-collapse div.box{
	border-left:4px solid #00b6b9;
}
.orange .panel-collapse  div.box{
	border-left:4px solid #f7981d;
}
.blue .panel-collapse  div.box{
	border-left:4px solid #449fd7;
}

.agenda-speakers  {
	font-size:14px;
	line-height:18px;
	margin-top:5px;
}
.agenda-speakers div div,.agenda-speakers div  {
	cursor:pointer;
}

.agenda-speakers strong {
	font-weight:500;
	display:block;
}
.agenda-speakers img {
	border-radius:50%;
	width:100%;
	max-width:75px;
	margin-right:15px;
}
@media screen and (max-width: 767px) {
	.agenda-speakers .flex-align {
		display:flex;
	}
}
@media screen and (max-width: 600px) {
	.agenda-speakers .col-xs-6 {
		width:80%;
	}
}
@media screen and (max-width: 450px) {
	.agenda-speakers .col-xs-6 {
		width:100%;
	}
}

.agenda-speakers .col-xs-6:nth-child(2n+1) {
    clear: left;
}

.title:after {
    font-family: 'Glyphicons Halflings';
    content:"\f106";
    font-size:30px;
    margin-right:-10px;
    color:#aaa;
    float:right;
    font-family: "FontAwesome"
}
.title:hover:after {

    color:#444;

}
.title.collapsed:after {
   	content: "\f107";
}
.title.collapsed:after:hover {
   	  color:#444;
}
 .title{
	cursor:pointer;
	padding-right:20px;
	font-weight:400;
}
.title div{
	display:inline-block;
	width:95%;
}
 .title:hover{
	color:#000;
}
 .title b {
font-weight:500;
}
.change {
 	font-style:italic;
 	margin-top:0;
 	font-weight:400;
 	font-size:16px;
 	line-height:21px;
 	text-align:left;
 	margin-bottom:0px;
}
#show-crumbs {
	/* min-height:30px; */
}
#show-crumbs div {
	padding:4px 10px;
	background-color: #ff9835;
	border-radius:5px;
	font-size:16px;
	display:inline-block;
	margin:10px 2px 6px 2px;
	font-weight:400;
	cursor: pointer;
	color:#fff;
}

.product-container .filter, .product-container .no-filter {
	font-size:16px;
	line-height:21px;
	border-bottom:1px solid #bbbbbb;
	padding:13px 0 14px 0;
	border-left:30px solid white;
	font-weight:400;
	color:#666;
}

.product-container .no-filter:last-child {
	border-bottom:1px solid transparent;
}

.sessions-list hr {
	margin-top: -1px;
	border-top:10px solid #fff;
	margin-bottom:5px;
	border-bottom:3px solid #444;
}

.time {
    font-size: 22px;
	line-height: 26px;
    font-weight: 500;
    margin-top: 10px;
}
.time.orange,
.time.orange .session-label
{
	color:#f7981d;
	white-space: normal;
}
.time.blue,
.time.blue .session-label
{
	color:#449fd7;
	white-space: normal;
}
.time.green,
.time.green .session-label
{
	color:#00b6b9;
	white-space: normal;
}
.time span {
	font-size:14px;
	font-weight:400;
	color:#444;
	padding-left:3px;
}
.time div {
	font-size:38px;
	line-height:20px;
	font-weight:300;
	margin-top:12px;
	color:#444;
}
@media screen and (max-width: 940px) {
	.time {
		font-size:22px;
		font-weight:500;
		margin-top:10px;
	}
	.time span {
		font-size:14px;
		font-weight:400;
		color:#444;
		padding-left:3px;
	}
	.time div {
		font-size:32px;
		line-height:20px;
		font-weight:300;
		margin-top:12px;
		color:#444;
	}
}
@media screen and (max-width: 767px) {
	.product-container .filter, .product-container .no-filter {
		border-left:0px solid white;
	}
	.sessions-list hr {
		margin-bottom: 10px;
	}
}
/* for the drop downs on agenda */

.detail-toggle:after {
   	content: "";
   	background-image: url(/wp-content/uploads/2018/02/Summit_Agenda_OpenCloseArrow_Down.png);
  	width: 21px;
  	height: 14px;
	cursor:pointer;
  	position: absolute;
  	top: 22px;
  	right: 5px;
}
.detail-toggle.collapsed:after {
  	content: "";
   	background-image: url(/wp-content/uploads/2018/02/Summit_Agenda_OpenCloseArrow_Up.png);
  	width: 21px;
  	height: 14px;
	cursor:pointer;
  	position: absolute;
  	top: 22px;
  	right: 5px;
}
input[type='checkbox'] {
	margin-right:15px;
  	font-size:10px;
	float:left;
}
input[type='checkbox']:after {
    width: 14px;
    height: 14px;
    border-radius: 0px;
    top: -1px;
    left: 0px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #999;
}
input[type='checkbox']:checked:after {
    width: 14px;
    height: 14px;
    border-radius: 0px;
    top: -1px;
    left: 0px;
    position: relative;
    background-color: #ff9e15;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #ff9e15;
}
#options {
	padding-bottom:80px;
}

.filter-search-agenda {
	margin-top:10px;
	cursor:pointer;
	padding:13px 15px;
	width:100%;
	background-color:#fff;
	border:1px solid #f7981d;
	box-shadow: 2px 2px 11px #e1e1e1;
}

.filter-menu {
	margin-top:10px;
	cursor:pointer;
	padding:15px 0px 5px 10px;
	width:90%;
	background-color:#fff;
	z-index:100;
	position:absolute;
	border-top:1px solid #f7981d;
	border-bottom:1px solid #f7981d;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	box-shadow: 2px 2px 11px #e1e1e1;
}
.filter-menu div{
	font-size:20px;
 	line-height:22px;
 	font-weight:400;
	padding-bottom:10px;
}
.filter-menu  .menuitem {
 	clear:left;
}
.filter-menu  .menuitem div {
 	float:left;
 	font-size:14px;
 	line-height:20px;
 	padding-bottom:6px;
 	width:85%;
 	font-weight:400;
}
@media screen and (max-width: 767px) {
	.filter-menu {
		position:relative;
		margin-top:0px;
		cursor:pointer;
		padding:15px 10px;
		width:100%;
		/* border-bottom:none; */
		border-bottom:1px solid #f7981d;
		border-right: 1px solid #eee;
		border-left: 1px solid #eee;
		margin-bottom:10px;
	}
	.filter-menu div{
		font-size:18px;
 		line-height:22px;
 		font-weight:500;
		padding-bottom:0px;
	}
	.filter-menu .option-set {
		padding-bottom:10px;
		padding-top:13px;
	}
	#options {
     	padding-bottom:10px;
	}
	select.timezonedrop {
		margin-top:10px !important;
	}
}
/* end css for drop downs */

/* speaker page */

.keynote hr {
	border-top:3px solid #444;
}
.keynote h2 {
	font-weight:500;color:#ff9418;margin-bottom:10px;margin-top:30px;
}

.picture-excerpt-cs {
	line-height:22px;
}
.picture-excerpt-cs img {
	width:100%;
	border-radius:50%;
	max-width:140px;
	margin:25px 0;
}
@media screen and (max-width: 991px) {
	.picture-excerpt-cs p {
	font-size:16px;
	line-height:24px;
}
}
@media screen and (max-width: 767px) {
	.picture-excerpt-cs .col-xs-12 {
	width:70%
}
}
@media screen and (max-width: 500px) {
	.picture-excerpt-cs .col-xs-12 {
	width:100%
}
}

@media screen and (max-width: 767px) {

.picture-excerpt-cs .flex-align {
		display: flex;
	}
}

/* modal for speakers and agenda pages */


.modal {
	margin-top:20px;
}
.modal-header {
	border-bottom:0px;
}
.modal-header img {
	border-radius:50%;
	max-width:140px;
	margin:0;
	margin-right:20px;
}
@media (max-width: 767px) {
	.modal-header img {
	border-radius:50%;
	max-width:90px;
	}
}
.modal-content {
	padding:20px 20px 20px 15px;
}
.modal-content p {
	line-height:26px;
}
.modal-header .flex-align {
		display: flex;align-items: center; 
	}
@media (max-width: 767px) {
	.modal-header .flex-align {
		display: flex;align-items: center; 
	}
	.modal-content p {
	line-height:24px;
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 770px;
	}
}
.close {
	float: right;
	font-size: 40px;
	font-weight: bold;
	line-height: 30px;
	color: #000000;
	opacity: 0.6;
}

.modal-body .sessions span {
	font-size:14px;
	font-weight:500;
}
.modal-body .sessions hr {
	margin-top: 6px;
	margin-bottom: 12px;
	border: 0;
	border-top: 2px solid #ccc;
}

.gmt-time {
	display:none;
}

select.timezonedrop {
	/* styling */
	background-color: white;
	/* border: thin solid blue; */
	border-radius: 5px;
	display: inline-block;
	font: inherit;
	/* line-height: 1.5em; */
	padding: 0.5em 1.5em 0.5em 1em;

	/* reset */

	margin: 0;      
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;

	background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
	background-position:
		calc(100% - 20px) calc(1em + 2px),
		calc(100% - 15px) calc(1em + 2px),
		calc(100% - 2.5em) 0.5em;
	background-size:
		5px 5px,
		5px 5px,
		1px 1.5em;
	background-repeat: no-repeat;
}

mark {
	padding:0;
}

/* Switch */

/* ---------------------------------------------------

Project : CSS Checkbox Switch
Author : Partha Kar (https://www.facebook.com/partha.creativemind)
Version : 1.0
Release Dtae : 15 November, 2017

---------------------------------------------------- */


.checkbox.checbox-switch {
    padding-left: 0;
}

.checkbox.checbox-switch label,
.checkbox-inline.checbox-switch {
    display: inline-block;
    position: relative;
    padding-left: 0;
}
.checkbox.checbox-switch label input,
.checkbox-inline.checbox-switch input {
    display: none;
}
.checkbox.checbox-switch label span,
.checkbox-inline.checbox-switch span {
    width: 35px;
    border-radius: 20px;
    height: 18px;
    border: 1px solid #dbdbdb;
    background-color: rgb(255, 255, 255);
    border-color: rgb(223, 223, 223);
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
	position:relative;
}
.checkbox.checbox-switch label span:before,
.checkbox-inline.checbox-switch span:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgb(255,255,255);
    content: " ";
    top: 0;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.checkbox.checbox-switch label > input:checked + span:before,
.checkbox-inline.checbox-switch > input:checked + span:before {
    left: 17px;
}


/* Switch Default */
.checkbox.checbox-switch label > input:checked + span,
.checkbox-inline.checbox-switch > input:checked + span {
    background-color: rgb(180, 182, 183);
    border-color: rgb(180, 182, 183);
    box-shadow: rgb(180, 182, 183) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch label > input:checked:disabled + span,
.checkbox-inline.checbox-switch > input:checked:disabled + span {
    background-color: rgb(220, 220, 220);
    border-color: rgb(220, 220, 220);
    box-shadow: rgb(220, 220, 220) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch label > input:disabled + span,
.checkbox-inline.checbox-switch > input:disabled + span {
    background-color: rgb(232,235,238);
    border-color: rgb(255,255,255);
}
.checkbox.checbox-switch label > input:disabled + span:before,
.checkbox-inline.checbox-switch > input:disabled + span:before {
    background-color: rgb(248,249,250);
    border-color: rgb(243, 243, 243);
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

/* Switch Light */
.checkbox.checbox-switch.switch-light label > input:checked + span,
.checkbox-inline.checbox-switch.switch-light > input:checked + span {
    background-color: rgb(248,249,250);
    border-color: rgb(248,249,250);
    box-shadow: rgb(248,249,250) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Dark */
.checkbox.checbox-switch.switch-dark label > input:checked + span,
.checkbox-inline.checbox-switch.switch-dark > input:checked + span {
    background-color: rgb(52,58,64);
    border-color: rgb(52,58,64);
    box-shadow: rgb(52,58,64) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-dark label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-dark > input:checked:disabled + span {
    background-color: rgb(100, 102, 104);
    border-color: rgb(100, 102, 104);
    box-shadow: rgb(100, 102, 104) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Success */
.checkbox.checbox-switch.switch-success label > input:checked + span,
.checkbox-inline.checbox-switch.switch-success > input:checked + span {
    background-color: rgb(40, 167, 69);
    border-color: rgb(40, 167, 69);
    box-shadow: rgb(40, 167, 69) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-success label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-success > input:checked:disabled + span {
    background-color: rgb(153, 217, 168);
    border-color: rgb(153, 217, 168);
    box-shadow: rgb(153, 217, 168) 0px 0px 0px 8px inset;
}

/* Switch Danger */
.checkbox.checbox-switch.switch-danger label > input:checked + span,
.checkbox-inline.checbox-switch.switch-danger > input:checked + span {
    background-color: rgb(200, 35, 51);
    border-color: rgb(200, 35, 51);
    box-shadow: rgb(200, 35, 51) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-danger label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-danger > input:checked:disabled + span {
    background-color: rgb(216, 119, 129);
    border-color: rgb(216, 119, 129);
    box-shadow: rgb(216, 119, 129) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Primary */
.checkbox.checbox-switch.switch-primary label > input:checked + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked + span {
    background-color: rgb(0, 105, 217);
    border-color: rgb(0, 105, 217);
    box-shadow: rgb(0, 105, 217) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-primary label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked:disabled + span {
    background-color: rgb(109, 163, 221);
    border-color: rgb(109, 163, 221);
    box-shadow: rgb(109, 163, 221) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Info */
.checkbox.checbox-switch.switch-info label > input:checked + span,
.checkbox-inline.checbox-switch.switch-info > input:checked + span {
    background-color: #f7981d;
    border-color: #f7981d;
    box-shadow: #f7981d 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-info label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-info > input:checked:disabled + span {
    background-color: rgb(102, 192, 206);
    border-color: rgb(102, 192, 206);
    box-shadow: rgb(102, 192, 206) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Warning */
.checkbox.checbox-switch.switch-warning label > input:checked + span,
.checkbox-inline.checbox-switch.switch-warning > input:checked + span {
    background-color: rgb(255, 193, 7);
    border-color: rgb(255, 193, 7);
    box-shadow: rgb(255, 193, 7) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-warning label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-warning > input:checked:disabled + span {
    background-color: rgb(226, 195, 102);
    border-color: rgb(226, 195, 102);
    box-shadow: rgb(226, 195, 102) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
