/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #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   {

}


 div.ui-widget-header   {

}


 #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 */
}

#header .column .col-xs-8,
#header .column .col-md-3{
display: none !important;
}

#header .nav-wrapper .items-wrapper .nav-item#sb_client_info .login-container .avatar{
background-color: #268d35 ;
color: #fff;
fill: #fff;
}

#main-buttons{
display: none !important;}

#sb_menu{
display: none;
}

#header .nav-wrapper{
text-align: center;
}

#header .nav-wrapper .items-wrapper{
width: 100% !important;
min-width: 100% !important;
}
#header .col-xs-4,
#header .col-md-9 {
    width: 100% !important;
}


#header .nav-wrapper .items-wrapper .nav-item#sb_client_info .login-container .avatar {
    background-color: #268d35;
    color: #fff;
    fill: #fff;
    width: auto;
    border-radius: 0px;
    padding: 10px;
    border: none;
}

.logged-out .fa-sign-in-alt:before {
    content: "Login to Your Account";
font-weight: 700;
font-family: sans-serif;
padding: 15px 20px;
}

.logged-in .fa-user-alt:before {
    content: "Log out";
font-weight: 700;
font-family: sans-serif;
}

#header .nav-wrapper .items-wrapper .nav-item#sb_client_info .login-container__remember-check{
display: none;
}

#header .nav-wrapper .items-wrapper .nav-item#sb_client_info .login-container .avatar{
height: auto !important;
}


#header .nav-wrapper .items-wrapper .nav-item#sb_client_info .login-container .avatar img:hover{
border: 5px solid #268D35 !important;
}

