/*
Plugin Name: Book an appointment
Plugin URI:  http://wpdemo.dovi42.hu/book-an-appointment
Description: Book an appointment using several possible locations.
Version:     0.06
Author:      Dovi42
Author URI:  http://dovi42.hu/
License:     GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: book-an-appointment
Generator:   WP Creator - http://wpcreator.hu - 2020-09-18 10:59:06
*/

img.appointment-thumbnail {
    width: auto;
    max-height: 200px;
}
.book_an_appointment_wait {
    width: 100%;
    min-height: 120px; 
    background-image: url('../images/wait.gif');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center; 
}
.book_an_appointment_wait_icon {
	height: 16px;
	background-image: url('../images/wait.gif');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	width: 16px;
}
.appointment-month table {
    width: 100%;
	border: 3px solid #ccc;
}
.appointment-month table th {
	background-color: #ccc;
	text-align: center;
}
.appointment-month table td {
	border: 1px solid #ccc;
	text-align: center;
}
.appointment-month table td.now {
    font-weight: bold;
    opacity: 1;
}
.appointment-month td.disabled {
    opacity: .6;
}
.appointment-month td.holiday {
    color: #C60101;
    font-weight: bold;
}
.appointment-month td.weekend {
    background-color: rgba(0,0,0,.1);
}

.prev_month, .next_month {
    display: inline-block;   
    cursor: pointer; 
}
.prev_month {
    float: left;
    margin-left: 2px;
}
.next_month {
    float: right;
    margin-right: 2px;
}
.appointment-month td.selectable {
    cursor: pointer;
    background-color: rgba(123,239,178,1);
}
.appointment-month td.not-select {
    cursor: not-allowed;
    opacity: 0.6;
}

.appointment-times .on-select,
.appointment-month td.on-select {
    color: #FFFFFF;
    background-color: rgba(217,30,24,1);
}

.appointment-time {
    display: inline-block;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 0 8px;
}
/* Robots */ 

td.appointment-robot-text {
    width:40%;
    padding-right:10px;    
}

div.friuts {
    
}

.fruit_pic_items {
    display: inline-block;
    float: left;
    text-align: center;
}
.fruit_pic, .fruit_pic:hover {
    width: 48px;   
    height: 48px;
} 
.fruit_pic {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #DBDEDE;
    padding: 3px;
    margin: 1px;
    background-color: white;
    cursor: pointer;
}
.fruit_pic:hover {
    border: 2px solid #DBDEDE;
    margin: 1px;
    padding: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -moz-box-shadow:    0px 0px 5px 0px rgba(30, 30, 30, 0.2);
    box-shadow:         0px 0px 5px 0px rgba(30, 30, 30, 0.2);
    transition: 0.15s padding ease-out, 0.15s margin ease-out, 0.15s border ease-out;
}

.robots_table td {
    border:none;
}
.appointment-left {
    display: inline-block;
    width: 30%;
    max-width: 250px;
    float: left;
}
.appointment-right {
    display: inline-block;
    width: 69%;
    float: right;
}
.appointment-group {
    width: 100%;
    margin-bottom: 6px;
}
.appointment-group label {
	display: inline-block;
	width: 30%;
	text-align: right;
	padding-right: 6px;
	vertical-align: top;
	padding-top: 6px;
    font-weight: 600;
}
.appointment-input {
    display: inline-block;
    width: 69%;
}
@media all and (max-width: 767px ){
    .appointment-left {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .appointment-right {
        width: 100%;
    }
    .appointment-group label {
    	width: 100%;
    	text-align: left;
    	padding-right: 6px;
    	vertical-align: top;
    	padding-top: 0px;
        font-weight: 600;
        margin-bottom: 0;
    }
    .appointment-input {
        display: inline-block;
        width: 100%;
    }
}

.robot-container-info {
    font-size: 13px;
}
.g-recaptcha > div {
	display: inline-block;
}
.appointment-time {
    background-color: rgba(123,239,178,1);
}
.appointment-time.old {
    display: none;
}
.appointment-time.busy {
    opacity:  0.7;
    background-color: transparent;
    cursor: not-allowed;
}