/*
Theme Name: CleanSlide
Author: DzKaiz
Description: Stylesheets Import

Importing the CSS:

*/

/* Global Reset */
@import "reset.css";

/* Typography */
@import "typography.css";

/* Layout */
@import "layout.css";

/* video styles */

.publisher-container {
	height: 200px;
	width: 264px;
}

.top-info {
	padding: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

.top-info .event-info {
	vertical-align: top;
}

#video_container .admin_info {
	width: 285px;
}

#video_container #connections #no_connections {
	padding: 10px;
	width: 270px;
	text-align: center;
}

#video_container #connections {
	display: inline-block;
    height: 480px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 20px;
    vertical-align: top;
}

#video_container #connections .connection .view-conn {
	width: 80px;
	height: 60px;
	border: 1px solid #cccccc;
	display: inline-block;
	background: url("/common/images/user.png") no-repeat scroll 8px 0 #ffffff;
}

#video_container #connections .connection.active .view-conn {
	background: url("/common/images/user_active.png") no-repeat scroll 8px 0 #ffffff;
}

#video_container #connections .connection.active {
	border: 1px solid #006600;
}

#video_container #connections .client-info {
	display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    width: 180px;
}

#video_container #connections .client-info .name {
	font-weight: bold;
	word-wrap: break-word;
}

#video_container #connections .client-info .timer {
	margin-top: 10px;
	color: #aaaaaa;
	font-weight: bold;
}

#video_container #connections .connection {
	border: 1px solid #cccccc;
	padding: 10px;
	border-radius: 5px;
	width: 270px;
	display: block;
	margin-bottom: 5px;
	background: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee)) #ffffff;
	cursor: pointer;
}

#video_container .main-subscriber {
	width: 640px;
	height: 480px;
	border: 1px solid #cccccc;
	display: inline-block;
	border-radius: 5px;
	background: url("/common/images/user.png") no-repeat scroll 50% 50% transparent;
}

#video_container .event-info h3 {
	line-height: 28px;
}

#video_container .event-info .title {
	font-weight: bold;
}

#video_container .event-info .value {
	
}

#video_container .event-info .field {
	line-height: 18px;
	margin-bottom: 5px;
}

#video_container .user-box {
	float: left;
	width: 400px;
}

#video_container .event-left-time * {
	font-weight: bold;
}

/* end video styles */

/* recurring events styles */

.recurring_event_title * {
	margin: 10px 0px;
	font-size: 16px;
	line-height: 17px;
	color: #444444;
}

.calendar_set {}

.calendar_set div.ui-widget-content {
	background: none;	
	border: none;
}

.calendar_set .ui-widget-header {
	background-image: none;
	background-color: #cccccc;
	border: none;
	border-bottom: 1px solid #aaaaaa;
}

.calendar_set a.ui-state-default {
	background-image: none;
	background-color: #f0f0f0;
	border: 1px solid #eeeeee;
	
}

.calendar_set .ui-widget-content th span {
	color: #555555;
}

.calendar_set .reservation_allowed a {
	background-color: #b8e992;
	border: 1px solid #92b974;
	
}

.calendar_set .reservation_cancelled a{
	background-color: #f99579;
	border: 1px solid #9a5c4b;
}

.calendar_set .ui-datepicker-group {
	margin: 2px;
}

/* end of recurring-events styles */
.Service {
	vertical-align: top;
}
#lightbox-container-image img {
	max-height: 800px;
	max-width: 700px;
}
#lightbox-container-image-box {
	max-height: 900px;
	max-width: 800px;
}
#lightbox-container-image-data-box {
	max-height: 900px;
	max-width: 780px;
} 

.ext_gallery_title{
    display: none;
}