/* CSS Document */
@import url("admin-style.css");

.group-button.prog, .generic-button.group-button {
float:right;	
}
.generic-button.group-button a, .generic-button.group-button a:hover, .generic-button.group-button a:active,.generic-button.back a,.generic-button.back a:hover, .generic-button.back a:active{
font-size: 14px;
}
.generic-button.webinar-button{
float: right;
clear: right;
padding-top: 10px;
font-size: 14px;
}
.agenda td {
padding:0;	
}
.agenda p.session_meta{
margin-bottom:0px;	
}
.agenda td.time_slot {
vertical-align:top;	
padding: 0 5px;
}
.agenda td.time_slot .tm {
position:relative;
background-color: #fff;
}
.agenda .session {
border-left: 5px solid #079948;
padding-left: 6px;
margin: 3px 0;
}
.agenda-filter .track, .agenda-filter .type, .agenda-filter .mysessions label {
display: inline-block;
border-left: 5px solid #079948;
padding-left: 6px;
margin: 3px;
border-bottom: 3px solid #fff;
-moz-transform: scale(.9999);
-webkit-transform: scale(0.9999);
-ms-transform: scale(0.9999);
-o-transform: scale(0.9999);
transform: scale(0.9999);
}
.agenda-filter .type, .agenda-filter .mysessions label{
	border-left-color:#EDEDED;
}

.agenda-filter .filters input[type="checkbox"], .agenda-filter input[type="radio"] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}
.agenda-filter .filters input[type="checkbox"]:checked:before, .agenda-filter .filters input[type="radio"]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    font: 400 21px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: '\f147';
    margin: -3px 0 0 -4px;
}
.agenda-filter h3 {
	margin:0;
	font-size: 120%;
}
.agenda-filter h2 {
	margin:0px;
}
.agenda-filter label {
font-size: 80%;	
}
.mysessions {
margin-bottom:10px;	
display:inline-block;
}
.myical, .myicalfeed{
display:inline-block;
float:right;

}
#buddypress div.myical a, #buddypress div.myicalfeed a{
font-size: 11px !important;
line-height: 2em !important;	
}
.myicalfeed {
width:190px;
clear: right;
text-align: right;
margin-top:4px;	
}
#myicalurlbox {
font-size:80%;
margin-top:3px;	
}
.conferencer_tabs {
clear:both;	
}
.conferencer_tabs .tabs li {
margin:0;	
}
.conferencer_tabs .tabs {
padding-left:0px;	
}
.agenda .session_meta .title a:visited{
color:#888888;
}
.agenda .session:hover .session-tooltip {
display: none;
}
.agenda .leave-group, .agenda .join-group {
	font-family:FontAwesome	!important;
	font-size:1.2rem !important;
}
.agenda .join-group:after {
	content:"\f271";
}
.agenda .join-group.busy:after {
	content:"\f110";
	webkit-animation: load2 2s infinite ease;
	animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.agenda .leave-group:after {
	content:"\f272";
	opacity: .5;	
}
.youtube {
text-align:center;	
}

.youtube {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	max-width:640px;
	margin: 0 auto;
}
.youtube iframe{
 	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtube_info {
	text-align:center;
	font-style:italic;	
}

#activity-refresh-button{
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background: none repeat scroll 0 0 #888;
border-bottom: 1px solid #888;
border-right: 1px solid #888;
color: #FFF !important;
margin-right: 3px;
padding: 4px 8px;
font-size: 11px;
text-decoration: none;
font-family: arial, sans-serif;
line-height: 1em;
}

#activity-refresh-button .inactive {
	background-color:#888 !important;
}
#item-header-content span.highlight {
display:none;	
}
.cal_button {
float:right;
display: inline-flex;	
}
.agenda .session {
  border-top: 1px solid #EEE;
  -moz-box-shadow: 1px 1px 2px #888;
  -webkit-box-shadow: 1px 1px 2px #888;
  box-shadow: 1px 1px 2px #888;
  padding: 6px;
  background-color: #fff;
  margin: 3px 3px 3px 0px;
  font-size:95%;
}
.expander {
cursor:pointer;	
}
.session-abstract{
	word-wrap: break-word;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.session-abstract .excerpt{
	overflow-y: hidden;
	position: relative;
    line-height: 1.5em;
    max-height: 4.5em;
	transition: max-height 0.75s ease-in;
}
.session-abstract .excerpt:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120%;
  height: 1.5em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 100%);
}
.session-abstract .excerpt-off{
	line-height: 1.5em;
    height: 100%;
	max-height:10000px;
	transition: max-height 0.75s ease-in;
}
#buddypress div#item-header .abstract-text ul li {
	float:none;
	list-style:initial;
}
.session .islive {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: red;
  float: right;
  clear: right;
  margin-top: 5px;
  padding: 3px 6px;
  font-weight: 600;
  color: #fff;
  text-transform:capitalize
}
i.fa.fa-youtube-square {
	font-size: 1.5em;
    color: #cd201f;
}
.session i.fa.fa-youtube-square {
    float: right;
    padding: 0px 5px;
    margin-top: -4px;
	font-size: 2.3em;	
}
.agenda .room_col .vert {
	font-size:0.9em;	
	line-height: 1em;
}
.agenda .room_col .chair {
    margin-top: 5px;
}
img.ultra {
    float: right;
    padding-right: 5px;
}
