/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/

/* Zeilenabstand erhöhen */
body {
line-height: 1.8em;
}

/* Deine Zeit ausblenden */
div#sb_booking_company_time {
    display: none;
}

/* Header ausblenden */
div#sb_main #header {
    display: none;
}

/* Höhe verringern */
#main #main-content {
min-height:600px;
}

/* Blauen Rahmen auf Startseite wegmachen */
div#sb_main #content-view .index-data-wrapper .decor-wrap {
border: 0px;
}

/* Logo über Sprechzeiten einbauen 
.working-hours-block .hours {
padding-top:105px;
background-image: url("https://doktorpool.secure.simplybook.it/uploads/doktorpool/image_files/preview/1c66ec9bb2fe091cf56e599aeea860a3.jpg?ch=4323?rr=5442");
background-repeat: no-repeat;
background-position: left top;
background-size:300px;
}
*/

/* Unteren leeren Block ausblenden */
div#col-sm-12 {
display: none
}

/* Social Buttons ausblenden */
.social { display: none} 
i.fa.fa-share-alt { display: none; }

/* Zweite Hauptüberschrift ausblenden */
.title-main {
display:none;
}

/* Eigner Button auf Startseite */
.myButton {
	background-color:#045bcc;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:20px;
        font-weight:bold;
	padding:15px 60px;
	text-decoration:none;
}
.myButton:hover {
	background-color:#3aad6b;
color:#ffffff;
text-decoration:none;
}
.myButton:active {
	position:relative;
	top:1px;
}

 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}