@charset "utf-8";

.sponsors h3 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.sponsor-logos {
	margin: 0;
}
.sponsor-logos li {
	margin: 0;
	padding: 1px;
	text-align: center;
}
.schedule table {
	width: 610px;
	height: 800px;
	overflow: scroll;
}
.schedule table td.date {
	width: 30px;
	font-size: 13px;
	text-align: center;
	height: 20px;
}

.schedule table td, .schedule table th {
	border-right: 1px solid #DDDDDD;
}
.schedule table tbody tr td.border {
}

.schedule table thead tr th, .schedule table tbody tr td {
	padding: 0px;
	height: 20px;
}
.schedule table tbody tr:nth-child(2n) {
	background: none repeat scroll 0 0 #ffffff;
}
.schedule table td.session {
	border: 1px solid #DDDDDD;
	cursor: pointer;
	width: 250px;
	padding: 5px;
	color: #333333;
}
.schedule span.timetable_title {
	color: #003D4C;
	font-weight: bold;
	font-size: 18px;
}
.schedule span.timetable_date {
	color: #7A7A7A;
	font-size: 12px;
}

.session.talk {
	background: #EFEFEF;
}
.session.activity.room {
	background: #AADDFF;
}
.session.activity.no-room {
	background: #FDFFBF;
	cursor: auto;
}
.dialog span.category {
	font-size: 12px;
	color: #7A7A7A;
	font-style: italic;
}
.dialog span.speakers {
	font-weight: bold;
}
.dialog span.date {
	font-size: 12px;
}
.ui-dialog {
	box-shadow: 1px 1px 20px #333;
	opacity: 0.95;
}
.schedule table td.room span.title {
	font-weight: bold;
}
.accounting-nav {
	float: right;
	display: inline-block;
	margin-right: 5px;
	padding: 4px 12px;
	background: #5BB75B linear-gradient(to bottom, #62c462, #51a351) repeat-x;
	border: 1px solid #CCC;
	border-color: #E6E6E6 #E6E6E6 #BFBFBF;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	vertical-align: middle;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	cursor: pointer;
}
.sponsors ul {
	list-style: none;
}
#periods {
	width: 550px;
}
.sessions {
	width: 100%;
}
.session {
	border: thin solid #858585;
	padding: 10px;
	margin-bottom: 0px;
}
.session h1, .session h2, .session h3, .session h4, .session h5 {
	margin-bottom: 0px;
}
.session input.date-picker {
	width: 100px;
}
.session input.time-picker {
	width: 70px;
}
.session .time label {
	display: inline;
	width: 100px;
	font-size: 100%;
}
.build_schedule label {
	display: inline;
	width: 100px;
	padding: 5px;
}
#sessions.sessions input.delete {
	float: right;
	margin-top: -40px;
}
#sessions.sessions span.delete {
	float: right;
	margin-top: -42px;
	margin-right: 20px;
}
#sessions a.delete  {
	float: right;
	margin-top: -50px;
	padding: 5px;
	color: #F00;
	cursor: pointer;
}
#sessions select {
	margin-top: 0;
}
.session span.title {
	font-size: 110%;
	font-weight: bold;
}
.session span.speaker {
	font-style: italic;
}
#periods a.add_session {
	float: right;
	cursor: pointer;
}
.talks_submit label {
	float: left;
	width: 100px;
	padding-top: 4px;
}
.talks_submit .description,
.activities .description,
#activityTypes .description {
	width: 400px;
}
.talks_submit .title {
	width: 400px;
}
.sDashboard li {
	width: 485px !important;
}
.sDashboardWidgetContent {
	height: 250px !important;
}
table tbody tr th {
	text-align: left;
	padding: 10px;
}
.talks table td.description {
	width: 300px;
}
.text-right {
	float: right;
}
dl {
	margin-bottom: 20px;
}
dt {
	float: left;
	font-weight: bold;
	line-height: 17px;
	margin-right: 10px;
	text-align: left;
	width: 120px;
}
dd {
	margin-left: 130px;
}
dt, dd {
	line-height: 22px;
}
.talks label {
	float: left;
	padding-top: 4px;
	width: 100px;
}
.talks textarea {
	width: 400px;;
}
.ui-tabs {
	margin-bottom: 20px !important;
}
.ui-tabs-anchor {
	font-size: 13px !important;
}
.ui-tabs-panel {
	padding: 18px 10px 1px 10px !important;
}
.error-message {
	color: red;
	font-size: 12px;
}
.input.checkbox label {
	display: inline;
}
.rooms select,
.tickets select,
.timetables select,
.sessions select,
.events select,
.sponsorships select,
.build_schedule select,
.users select {
	display: inline;
}
.resources select.multiselect {
	width: 200px;
}
.talks input.title {
	width: 400px;
}
.build_schedule a.schedule_link {
	margin-left: 10px;
}
td {
	vertical-align: middle !important;
}
td form {
	margin-bottom: -5px !important;
}
span.msg {
	margin-left: 10px;
	color: green;
}
span.msg.removed {
	color: red;
}
#player-container {
	max-width: inherit;
	height: inherit;
}

/** Forms **/
form {
    clear: both;
    margin-right: 20px;
    padding: 0;
    width: 95%;
}
fieldset {
    border: none;
    margin-bottom: 1em;
    padding: 16px 10px;
}
fieldset legend {
    color: #e32;
    font-size: 160%;
    font-weight: bold;
}
fieldset fieldset {
    margin-top: 0;
    padding: 10px 0 0;
}
fieldset fieldset legend {
    font-size: 120%;
    font-weight: normal;
}
fieldset fieldset div {
    clear: left;
    margin: 0 20px;
}
form div {
    clear: both;
    margin-bottom: 1em;
    padding: .5em;
    vertical-align: text-top;
}
form .input {
    color: #444;
}
form .required {
    font-weight: bold;
}
form .required label:after {
    color: #e32;
    content: '*';
    display:inline;
}
form div.submit {
    border: 0;
    clear: both;
    margin-top: 10px;
}
label {
    display: block;
    font-size: 110%;
    margin-bottom:3px;
}
input, textarea {
    clear: both;
    font-size: 140%;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    padding: 1%;
    width:98%;
}
select {
    clear: both;
    font-size: 120%;
    vertical-align: text-bottom;
}
select[multiple=multiple] {
    width: 100%;
}
option {
    font-size: 120%;
    padding: 0 3px;
}
input[type=checkbox] {
    clear: left;
    float: left;
    margin: 0px 6px 7px 2px;
    width: auto;
}
div.checkbox label {
    display: inline;
}
input[type=radio] {
    float:left;
    width:auto;
    margin: 6px 0;
    padding: 0;
    line-height: 26px;
}
.radio label {
    margin: 0 0 6px 20px;
    line-height: 26px;
}
input[type=submit] {
    display: inline;
    font-size: 110%;
    width: auto;
}
form .submit input[type=submit] {
    background:#62af56;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
    background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
    border-color: #2d6324;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
    padding: 8px 10px;
}
form .submit input[type=submit]:hover {
    background: #5BA150;
}
/* Form errors */
form .error {
    background: #FFDACC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: normal;
}
form .error-message {
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    border: none;
    background: none;
    margin: 0;
    padding-left: 4px;
    padding-right: 0;
}
form .error,
form .error-message {
    color: #9E2424;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

div.rating {
	font-size: 20px;
	font-family: sans-serif;
}
.rate-hover-layer
{
	color: orange;
}

.expand-talk, .expand-talk:hover {
	font-weight: bold;
	text-decoration: none;
}

.already-voted {
	font-weight: bold;
	width: 1%;
	font-size: 1.4em;
	color: limegreen;
}

.talk-details h5 {
	font-size: 1.1em;
	font-weight: bold;
}

.alert {
	border: medium none;
	border-radius: 7px;
	padding: 10px 20px;
	position: relative;
}
.alert-warning {
	background-color: #FCF8AB;
	border-color: #e3dfa0;
	color: #8a6d3b;
}

/*
 * Table
 */
table.dataTable {
	margin: 0 auto;
	clear: both;
	width: 100%;
}

table.dataTable thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	*cursor: hand;
}

table.dataTable tfoot th {
	padding: 3px 18px 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.dataTable td {
	padding: 3px 10px;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
	text-align: center;
}

table.dataTable tr.odd { background-color: #E2E4FF; }
table.dataTable tr.even { background-color: white; }

table.dataTable tr.odd td.sorting_1 { background-color: #D3D6FF; }
table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }
table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }
table.dataTable tr.even td.sorting_1 { background-color: #EAEBFF; }
table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }
table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }


/*
 * Table wrapper
 */
.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
}


/*
 * Page length menu
 */
.dataTables_length {
	float: left;
}


/*
 * Filter
 */
.dataTables_filter {
	float: right;
	text-align: right;
}


/*
 * Table information
 */
.dataTables_info {
	clear: both;
	float: left;
}


/*
 * Pagination
 */
.dataTables_paginate {
	float: right;
	text-align: right;
}

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
	height: 19px;
	float: left;
	cursor: pointer;
	*cursor: hand;
	color: #111 !important;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
	text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
	outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
	color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
	padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
	padding-right: 23px;
	margin-left: 10px;
}

.paginate_enabled_previous { background: url('../images/back_enabled.png') no-repeat top left; }
.paginate_enabled_previous:hover { background: url('../images/back_enabled_hover.png') no-repeat top left; }
.paginate_disabled_previous { background: url('../images/back_disabled.png') no-repeat top left; }

.paginate_enabled_next { background: url('../images/forward_enabled.png') no-repeat top right; }
.paginate_enabled_next:hover { background: url('../images/forward_enabled_hover.png') no-repeat top right; }
.paginate_disabled_next { background: url('../images/forward_disabled.png') no-repeat top right; }

/* Full number pagination */
.paging_full_numbers {
	height: 22px;
	line-height: 22px;
}
.paging_full_numbers a:active {
	outline: none
}
.paging_full_numbers a:hover {
	text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
}

.paging_full_numbers a.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
	background-color: #99B3FF;
}


/*
 * Processing indicator
 */
.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}


/*
 * Sorting
 */
.sorting { background: url('../images/sort_both.png') no-repeat center right; }
.sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; }
.sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; }

.sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }
 
table.dataTable thead th:active,
table.dataTable thead td:active {
	outline: none;
}


/*
 * Scrolling
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}


/*
 * jquery sDashboard (2.0)
 * Copyright 2012, Model N, Inc
 * Distributed under MIT license.
 * https://github.com/ModelN/sDashboard
 */

/*dashboard css*/
.sDashboard {
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
	padding-top: 10px;
	width: 100%;
	height: 100%;
	/*overflow: auto;*/
}

.sDashboard li {
	margin: 3px 3px 3px 0;
	padding: 1px;
	float: left;
	width: 400px;
	height: auto;
}

/*dashboard widget css*/
.sDashboardWidget {
	margin: 0 1em 1em 0;
}

/*dashboard widget header css*/
.sDashboardWidgetHeader {
	margin: 0.3em;
	padding-bottom: 5px;
	padding-left: 1em;
	padding-right: 0.2em;
	padding-top: 2px;
	cursor: move;
}

.sDashboardWidgetHeader .ui-icon {
	float: right;
	margin-left: 3px;
	cursor: default;
}

/*dashboard widget content css*/
.sDashboardWidgetContent {
	margin: 0.3em;
	padding: 0.4em;
	height: 180px;
	overflow-x: hidden;
	overflow-y: auto;
}

.sDashboardWidgetContentMaximized {
	margin: 0.3em;
	padding: 0.4em;
	height: 550px;
	overflow: auto;
}

.sDashboardWidgetContainerMaximized {
	z-index: 9999;
	margin: 0.3em;
	padding: 0.4em;
	width : 98%;
	height : 100%;
	left : 0px;
	top: 0px;
	position: fixed;
}

.sDashboardWidgetContent tr:hover {
	background-color: #FCEFA1;
	cursor: pointer;
}

/*dashboard table widget css*/
.sDashboardTableView {
	width: 100%;
	height: 95%;
	overflow: auto;
}

/*dashboard chart view css*/
.sDashboardChart {
	/*	width: 200px;
	 height: 180px;*/
	width: 100%;
	height: 95%;
/*	cursor: pointer;*/
}

.sDashboardChartClickable{
	cursor: pointer;
}
.sDashboardChartSelectable{
	width: 100%;
	height: 95%;
	cursor: crosshair;
}


/*jquery sortable placeholder styles */
.ui-sortable-placeholder {
	border: 1px dotted black;
	visibility: visible !important;
	height: 50px !important;
}
.ui-sortable-placeholder * {
	visibility: hidden;
}

li.ui-sortable-placeholder {
	background-color: #FCEFA1;
}