/*
//
// DAWconnect CSBS PHP library 
//
// (c) 2014 by MEDIAMOTION GmbH, All rights reserved
//
*/

.dawc_booking_container {
	position: relative;
  display: block;
  overflow: hidden;
	float:left;
	width:310px;
	min-height:400px;
	font-size:12px; 
}


.dawc_logo {
	position: relative;
  display: block;
  overflow: hidden;
	float:left;
	width:38px;
	height:32px; 
	background: url(./ico_bs_32x32.jpg) top center no-repeat;
}

.dawc_title {
	position: relative;
  display: block;
  overflow: hidden;
	float:left;
	width:245px;
	height:32px; 
	font-size:22px; 
	padding: 4px 0px 0px 15px;
}

.dawc_desc {
	position: relative;
  display: block;
  overflow: hidden;
	float:left;
	width:310px;
	height:22px; 
	font-size:12px; 
	margin: 10px 0 0 0;
	padding: 4px 0 0 0;
}

.dawc_select {
	float:left;
	min-width:310px;
	padding: 0 0 0 0;
}

.dawc_ok_select{
	float:left;
	width:310px;
	margin: 15px 0 0 0;
	/*min-height:250px;*/
}

.custom-date-style {
	background-color: red !important;
}

.session_start {
	width:300px; 
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
	font-size:14px;
	font-weight:bold;
  text-decoration: none;
	text-align:center;
  white-space: nowrap;
  line-height: 24px;
	cursor:pointer;
}

.dawc_ok_desc {
	position: relative;
  display: block;
  overflow: hidden;
	float:left;
	width:310px;
	padding: 8px 0 0 0;
}

.dawc_msg {
	position: relative;
  display: block;
  overflow: hidden;
	float:left;
	/*width:630px;*/
	font-size:14px; 
	padding: 8px 0 0 0;
}

.dawc_wait  {
	position: relative;
  display: block;
  overflow: hidden;
	margin-top:10px;
	float:left;
	width:135px;
	height:21px; 
	text-align:center;
	padding-top: 3px;
	background-color: #F29400;
}

.dawc_kill_wait  {
	position: relative;
  display: block;
  overflow: hidden;
	/*margin-top:10px;*/
	float:left;
	width:135px;
	height:21px; 
	text-align:center;
	padding-top: 3px;
	background-color: #F29400;
}

.dawc_ok_bt {
	position: relative;
  display: block;
  overflow: hidden;
	margin-top:10px;
	float:left;
	width:135px;
	height:24px; 
	font-size:12px; 
	background-color: #e1e1e1;
}

.dawc_bt_book_off {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 0;
  background-color: #e1e1e1;
  color:#363636;
	width:80px; 
	height:24px; 
	border:1px solid #e2e1e1; 
	text-align:center; 
	font-size:12px; 
	font-weight:bold; 
	cursor:pointer; 
	text-decoration:none;
}
