/*
Theme Name:     Osteo
Description:    Theme Osteo
Author:         Bert
Template:       hello-elementor
Version:        1.0
*/

p {
	hyphens: auto;
}
.bookacti-availability-container,
.bookacti-user-booking-list-table thead{
	display:none !important;
}
.bookacti-booking-system .fc .fc-button-primary {
	background-color: #14457B;
	border-color: #14457B;
}
.bookacti-booking-system .fc .fc-button-primary:not(:disabled).fc-button-active{
    background-color: #2390EB;
}

.bouton_standard {
    display: inline-block;
    padding: 10px 30px;
    background-color: #2390EB;
    color: white !important;
    text-decoration: none;
    border-radius: 3px;
    transition: all .3s;
    border: 1px solid #2390EB;
}
.bookacti-booking-form .bookacti-custom-radio-button input:checked + label,
.bookacti-booking-system .fc .fc-button-primary:hover{
    background-color: #2390EB; 
}
.bookacti-booking-system .fc .fc-button-primary{    
    font-weight: 600;  
}
.bookacti-booking-form .bookacti-login-button{
    font-weight: 600;
}
.bouton_standard:hover,
.bookacti-booking-form .bookacti-custom-radio-button input:checked + label:hover {
    background-color: #14457B;
    border-color: white;
}
.bookacti-calendar .fc-event .fc-event-main{
    text-align: center;
}
.bouton_suppression {
	display: inline-block;
	font-weight: 400;
    background-color: #c36;
	color: #fff !important;
	text-align: center;
	border: 1px solid #c36;
	padding: .6rem 1rem;
	font-size: 1rem;
	border-radius: 3px;
	transition: all .3s;
}
.bouton_suppression:hover{
    color: #c36 !important;
    background-color: white;
    border-color: white;
}
#tablepress-2.tablepress > :where(tbody.row-striping) > :nth-child(2n+1) > * {
	background-color: #0003;
	color: white;
}
#tablepress-2.tablepress > :where(tbody.row-striping) > :nth-child(2n) > * {
	background-color: transparent;
	color: white;
}
.glsr-minimal form.glsr-form label.glsr-label{
    margin-bottom: 5px !important;
}
.glsr-review-title h4 {
	font-size: 1.3rem;
}
.ico_logout{
    width: 20px;
    margin-right: 10px;
    position: relative;
    top: 4px;
    margin-top: -4px;

}