
/*html, *//*#main-wrapper, */
.main-panel { background-color: white!important;background-image: none!important;}
#main-content {margin-top: 0!important;}
.box-min-height-container {top: 0!important;}

/* remove the margin bottom for the book me page only */
body[data-object="BookMe"] #main-content {
    margin: 1em 1em 0;
}

body[data-object="BookMe"] .mainMargin{
    margin-bottom: 0em;
}

/*----------------|event detials css|----------------*/

.selected-event-details{
	background-color:#F4F4F4;
	border:1px solid #D3D3D3;
	border-radius: 11px;
    width: 780px;/*755px;*/
	padding-top:24px;
	padding-bottom:24px;
	padding-left:45px;
	margin-left:auto;
	margin-right:auto;
	font-family: 'open sans';
	box-shadow: 3px 2px 2px #F2F2F2;
}

.event-title-price{
	color:#1F7DC5; 
	font-weight: 600;
	padding:0px;
	margin:0px;
	margin-bottom:14px;
	letter-spacing: 1px;
	font-size: 18.7px;
}

.event-cal-icon{
	float:left;
	padding:0px;
	margin:0px;
	width:17px;
	height:14px;
	background-image: url(images/cal-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top:4px;
	margin-right: 5px;
}

.event-start{
	float:left;
	padding:0px;
	margin:0px;
	font-size: 15px;
	margin-left: 8px;
    color: #333333;
}

.event-finish{
	padding:0px;
	margin:0px;
	font-size: 15px;
	/*line-height: 25px;*/
}

.event-location-icon{
	float:left;
	padding:0px;
	margin:0px;
	width:12px;
	height:12px;
	background-image: url(images/location-arrow-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top:6px;
	margin-right: 5px;
}

.event-location{
	padding:0px;
	margin:0px;
	font-size: 15px;
	margin-left: 30px;
	color: #333333;
}

.box a {
    color: #333333;
}

#label_00000000-0000-0000-0000-000000000000 
{
    color: #333333;
}

.event-details, .signup-details {
	margin-top:30px;
	color: #333333;
}

.event-details .left-cell, .signup-details .left-cell{
	width:160px;
	margin-bottom:11px;
	min-height: 1px;
	float:left;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
}

.event-details .right-cell, .signup-details .right-cell{
    width: 190px;/*240px;*/
	min-height: 1px;
	font-size: 12px;
	margin-bottom:11px;
	display: inline-block;
}

.event-details .right-cell {
    margin-left: 38px;
}

.detail-item, .signup-item {}

.bookme-login-wrapper input,
.bookme-login-wrapper select,
.bookme-confirm-wrapper input,
.bookme-confirm-wrapper select { background-color: white;}

.detail-item {
    width:500px;
}
/*----------------|login css|----------------*/

.bookme-login-wrapper, .bookme-attendee-wrapper, .bookme-confirm-wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}

.bookme-attendee-wrapper {
    height: 92px;
    margin-top: 0;    
}

.bookme-attendee-wrapper #builtInButtons
{
    padding-top: 10px !important;
    text-align: left !important;  
}

.login-header{
	width:800px;
	height:55px;
	font-family: 'open sans';
	font-size: 13px;
	background-color:#F0F1F6;
    margin-top: 10px;
}

.facebook-btn{
	width:62px;
	height:22px;
	background-color:grey;
	display: block;
	margin-right:20px;
	margin-left:40px;
	margin-top:15px;
	float: left;
	cursor: pointer;
	background-image:url(images/facebook-icon-large.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.login-header p{
	padding-top:17px;
	margin:0px;
	margin-left:20px;
	color:#848484;
}

.account-information{
	width:360px;
	display: block;
	float: left;
	padding-left:40px;
	margin-bottom: 30px;
}

.account-information h3{
	color:#1276C1;
	font-family: 'open sans';
	font-weight: normal;
    padding: 0;
    margin-top: 18px;
    margin-bottom: 18px;
}

.input-label {
	margin-top:0px;
	margin-bottom:5px;
}

.input-label span{
	width:100px;
	height: 30px;
	display: block;
	float:left;
	font-size: 13px;
	padding-top:2px;
	font-family: 'open sans';
}

#bookme-stepconfirm input, .bookme-login-wrapper input, .bookme-confirm-wrapper input {
	width:240px;
	clear: right;
}

#bookme-stepconfirm input, .bookme-login-wrapper input, .bookme-confirm-wrapper input {
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	border:1px solid #cecece;
	font-family: 'open sans';
	color:#000;
	border-radius: 5px;
	margin:0px 0px 5px 0px;
    padding: 5px 0px 5px 10px;	
	font-size: 11px;
    box-sizing: border-box;
}

.bookme-login-wrapper select {
    padding-bottom:5px;
	padding-top:5px;
}

 #bookme-stepconfirm input:hover, .bookme-login-wrapper input:hover, .bookme-confirm-wrapper input:hover {
	border:1px solid #aaa;
}

 #bookme-stepconfirm input:focus, .bookme-login-wrapper input:focus, .bookme-confirm-wrapper input:focus {
	border:1px solid #aaa;
-webkit-box-shadow: inset 1px 2px 2px 0px #dddddd;
  -moz-box-shadow: inset 1px 2px 2px 0px #dddddd;
  box-shadow: inset 2px 1px 2px 0px #dddddd;
}


.login-btn{
	background-color: #1080C2;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-family: 'open sans';
    font-size: 14px;
    font-weight: 600;
    left: 150px;
    margin-right: 5px;
    margin-top: 10px;
    padding: 5px 60px;
    top: 220px;
}

.login-btn:hover{
	background-color: #0D73AA;
}

p.forgot-pass{
font-size: 10px;
padding-top:12px;
font-family: 'open sans';
}

p.forgot-pass a{
	color:#999997;
}

p.forgot-pass a:hover{
	text-decoration: none;
}

.sign-up-wrapper{
	width:350px;
	display: block;
	float:right;
	margin-left:20px;
	margin-top: 2px;
}

.signup-details .signup-item .right-cell a.button {
    /*margin: 5px 5px 5px 5px !important;*/
    padding: 0 13px 2px 5px !important;
    width: 50px !important;
}

.vr-line{
	height:130px;
	width:1px;
	background-color:#D8D8D8;
	float:left;
	margin-top:28px;
	margin-right:50px;
}

.sign-up-wrapper h3{
	color:#19A051;
	font-family: 'open sans';
	font-weight: normal;
    margin-top: 10px;
    padding-bottom: 3px;	
}

.sign-up-wrapper p{
	color:#838077;
	font-family: 'open sans';
	font-size:13px;
	width:220px;
} 

.sign-up-btn{
	cursor: pointer;
	border-radius: 5px;
	background-color:#23AD58;
	color:#fff;
	padding-left:60px;
	padding-right:60px;
	padding-top:5px;
	padding-bottom:5px;
	font-family: 'open sans';
	font-size: 14px;
	font-weight: 600;
	float: left;
	margin-right: 12px;
	margin-left:0px;
	margin-top:35px;
}

.sign-up-btn:hover{
	background-color:#1F9B4E;
}

.bookme-confirm-wrapper #builtInButtons {
    margin-top: -38px;
    text-align: left;
}

.addins-bookme #LoginAndFacebookLoginDiv.bookme-login-wrapper {
    height:38px;
    left: -135px; /*-388px;*/ /*-135px;*/
    margin-left: 0;
    margin-top: -306px; /*-297px;*/ /*-306px;*/
    position: relative;
    right: 0;
    text-align: right;
    width: 1px;
    left: -265px; /* 39px; */ /*-284px;*/
    margin-top: -314px;
    top: 39px; /*15px; */
}

.body.socialsite-object .bookme-attendee-wrapper .field {
    max-width: 300px;
}