#subtypeinfo {
    margin-left:8px;
    cursor: help;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

#main .boot .table {
    border-width: 2px 2px 2px 2px;
}

.subidheader{
    font-size: small;
}

#ratingsTable {
	max-height: 300px;
	overflow-x: overlay;
}

.uploadinfo {
    color: #555;
}

#main .boot .customsubmitbtn {
	background-color: #ff8400;
	border-color: #cf6b00;
}

#main .boot .customsubmitbtn:hover {
	background-color: #cf7600;
}


#main .boot #guidance_notes_checkbox {
    margin-top: 8px;
}

#attendeeTable {
	width: 100%;
}

.mainroom {
	background: #85B534; /* Old browsers */
	background: -moz-linear-gradient(left,  #85B534 0%, #B6CF71 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#85B534), color-stop(100%,#B6CF71)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #85B534 0%,#B6CF71 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #85B534 0%,#B6CF71 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #85B534 0%,#B6CF71 100%); /* IE10+ */
	background: linear-gradient(to right,  #85B534 0%,#B6CF71 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85B534', endColorstr='#B6CF71',GradientType=1 ); /* IE6-9 */
}

.sideroom {
	background: #FDB92C; /* Old browsers */
	background: -moz-linear-gradient(left,  #FDB92C 0%, #FDC32D 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FDB92C), color-stop(100%,#FDC32D)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #FDB92C 0%,#FDC32D 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #FDB92C 0%,#FDC32D 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #FDB92C 0%,#FDC32D 100%); /* IE10+ */
	background: linear-gradient(to right,  #FDB92C 0%,#FDC32D 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FDB92C', endColorstr='#FDC32D',GradientType=1 ); /* IE6-9 */
}

.room_intermission {
	background: #CBCBCB; /* Old browsers */
	background: -moz-linear-gradient(left,  #CBCBCB 0%, #CBCBCB 0%, #EBEBEB 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#CBCBCB), color-stop(0%,#EBEBEB), color-stop(100%,#CBCBCB)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #CBCBCB 0%,#CBCBCB 0%,#EBEBEB 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #CBCBCB 0%,#CBCBCB 0%,#EBEBEB 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #CBCBCB 0%,#CBCBCB 0%,#EBEBEB 100%); /* IE10+ */
	background: linear-gradient(to right,  #CBCBCB 0%,#CBCBCB 0%,#EBEBEB 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CBCBCB', endColorstr='#EBEBEB',GradientType=1 ); /* IE6-9 */
}

.tricolourroom {
	background: #EFE8B; /* Old browsers */
	background: -moz-linear-gradient(left,  #87B73C 0%, #9DC252 33%, #FDBC2F 33%, #FDBE2D 66%, #EF8C89 66%, #EF8E8B 100%) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(left,  #87B73C 0%, #9DC252 33%, #FDBC2F 33%, #FDBE2D 66%, #EF8C89 66%, #EF8E8B 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(left,  #87B73C 0%, #9DC252 33%, #FDBC2F 33%, #FDBE2D 66%, #EF8C89 66%, #EF8E8B 100%); /* IE10+ */
	background: linear-gradient(to right,  #87B73C 0%,#9DC252 33%, #FDBC2F 33%, #FDBE2D 66%, #EF8C89 66%, #EF8E8B 100%); /* W3C */
}

.gmroom {
	background: #1791D4; /* Old browsers */
	background: -moz-linear-gradient(left,  #1791D4 0%, #199EDD 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1791D4), color-stop(100%,#199EDD)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #1791D4 0%,#199EDD 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #1791D4 0%,#199EDD 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #1791D4 0%,#199EDD 100%); /* IE10+ */
	background: linear-gradient(to right,  #1791D4 0%,#199EDD 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1791D4', endColorstr='#199EDD',GradientType=1 ); /* IE6-9 */
	font-weight: bolder;
	color: white;
}

.terminalroom {
	background: #ef8d8a;
}

#agendatable tr {
	text-align: center;
}


#agendatable td a {
	color: inherit;
	font-weight: inherit;
}


#agendatable tr td {
	vertical-align: middle;
	border-style: none;
	padding: 0px;
	font-size: 0.85em !important;
	padding-right: 1px;
	padding-left: 1px;
}
#agendatable tr th {
	vertical-align: middle;
	border-style: none;
	font-weight: normal !important;
	font-size: 0.9em;
}

#agendatable {
	table-layout: fixed;
	border-style: none;
	width: 100%;
}

.boot #agendatable tr .time {
	padding: 0px;
	background-color: none;
	border: 0px;
}

.sessions_legend td {
	border-width: 0px !important;
}

.sessions_legend {
  white-space: nowrap;
}


.sponsorhead td {
	padding: 5px !important;
	font-weight: bolder;
}

.sponsorcells {
	padding: 5px !important;
	border: 1px solid grey !important;
	font-weight: bold;
}

.sponsorcells hr {
	background-color: grey !important;
}

.status-accepted {
	background-color: #B7EBB7 !important;
}

.status-conditional {
	background-color: lightyellow !important;
}

.status-declined {
	background-color: #F7A6A6 !important;
}

#massEmailBody {
	height: 274px;
}

#massMailTableHolder {
	max-height: 131px;
	overflow-x: visible;
	overflow: scroll;
}

.nobr {
	white-space: nowrap;
}

.download-icon {
	margin-top: 3px;
	font-size: 1.5em;
	display: inline !important;
}

#existing_presentations td {
	vertical-align: middle;
}

#existing_presentations th {
	text-align: center;
}

table.dataTable thead .sorting_desc {
	background-position: right !important;
}

table.dataTable thead .sorting_asc {
	background-position: right !important;
}
table.dataTable thead .sorting {
	background-position: right !important;
}

.own_pres td {
	background-color: #D0FFD0 !important;
}

#btnalert .btn:hover {
	text-decoration: none;
	color: white;
}

.downloadlinks {
	text-align: center;
}

.dataTables_filter {
	float:left;
}

#attendeeTable td {
	line-height: 2em;
}

#attendeeTableDetails td {
	line-height: 2em;
}

#attendeeTableDetails .arrow {
	display:none;
}

.download-icon-group a i {
	display: inline;
}

.starrating .fa-star {
	color: #E7E706;
	text-shadow: 1px 1px 1px #666;
	margin-right: 1px;
}

.slots-table tr td {
	padding: 5px !important;
}

/* LIVE */
/* style for tabs switch */

ul.livetabs {
  font-size: smaller;
  margin: 0;
}

ul.livetabs li {
  display: inline;
  list-style-type: none;
  position: relative;
  top: 1px;
}

ul.livetabs li a {
  margin: 0 3px;
  font-weight: normal;
  border: 1px solid black;
  padding: 2px 10px;
  line-height: 1.3;
}

ul.livetabs li a {
  cursor: pointer;
}

ul.livetabs li.current a {
  color: black;
  font-weight: bold;
  cursor: text;
  text-decoration: none;
  border-bottom: 1px solid white;
}

table#live {
  table-layout: fixed;
  border: 0;
}

table#live tr td  {
  border: 0;
  width: 450px;
  vertical-align: top;
}

.video, .chat, .steno, .help, #record {
  border: 1px solid #eee;
  margin: 1px 0 0 0;
}

.video, .steno, #inner-steno, .help, #record {
  height: 335px;
}

.video a.player {
  border:0;
}

.inner-chat,
.chat {
  height: 692px;
}

#fms_api,
.inner-video,
.video {
  width: 447px;
  height: 280px;
  padding: 0px 1px 1px 1px;
}

.inner-video #fms img {
  padding-left: 7px;
}

.recorder {
  height: 330px;
  padding: 0;
}

#help {
  padding: 10px;
}

#record {
  width: 100px;
  padding: 10px;
  margin: 10px;
}

.chat {
  padding: 1px; /* 0px 10px; */
}
/*
td.recorder {
  padding:0;
  margin:0;
  font-size:1.2em;
}

td.recorder ul li {
  margin-top:0;
}
*/
.help {
  padding: 0 10px;
}

#live li.current a:hover {
  text-decoration: none;
}

.toside, .tomain {
  float: right;
  margin: -30px 0 10px 0;
}

.remote .tomain,
.remote .toside {
  margin: 4px 0px;
  float: none;
}

.tomain a,
.toside a{
  color: #000;
}

/* JQuery UI tab styles added */

ul.livetabs {
    background: #eee;
    margin: 0px;
    height: 40px;
    font-size: 100%;
    padding: 0px;
    border: 1px solid #eee;
    border-bottom: 0px;
}

ul.livetabs li {
    position: static;
    float: left;
    margin: 2px 2px 0px 2px;
    padding: 8px 8px 10px 8px;
    background: -webkit-linear-gradient(top, #eee, #fff);
    background: -moz-linear-gradient(top, #eee, #fff);
    background: -ms-linear-gradient(top, #eee, #fff);
    border: 1px solid #ccc;
    border-bottom: 0px;
    border-radius: 2px 2px 0px 0px;
    height: 19px;
}

ul.livetabs li a {
    padding: 5px 10px;
    font-size: 100%;
    border: 0px;
    color: #164294;
    font-weight: bold;
}

ul.livetabs li.current {
    background: #fff;
}

ul.livetabs li.current a {
    border-bottom: 0px;
}

.video, .chat, .steno, .help, #record {
    margin-top: 0px;
    border-top: 0px;
}

#live .webrecorder li:first-child,
#steno li:first-child,
#video li:first-child {
    background: #eee;
    border: 0px;
}

#content ul.livetabs li:hover {
    background: #1d7279;
    background: -webkit-linear-gradient(top, #1d7279, #006068);
    background: -moz-linear-gradient(top, #1d7279, #006068);
    background: -ms-linear-gradient(top, #1d7279, #006068);
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

#content ul.livetabs li:hover a {
    color: #fff;
    text-decoration: none;
}

#content ul.livetabs li.current:hover {
    background: #fff;
    cursor: default;
}

#content ul.livetabs li.current:hover a {
    color: #000;
    cursor: default;
}

#content #live .webrecorder li:first-child,
#content #steno li:first-child:hover,
#content #video li:first-child:hover {
    background: #eee;
    color: #000;
    cursor: default;
}

#irc .inner-chat, #irc .chat {
    height: 719px;
}

.nounderline {
	text-decoration: none !important;
	margin-right: 2px;
}

.nounderline:hover {
	color:#5f5f5f !important;
}

a.btn:hover {
	text-decoration: none !important;
	color: white !important;
}