.booking-modal-header{
	background-color: #08c9b9;
}
.booking-closing-icon{
	font-size: 20px;
	color: white;
	cursor: pointer;
	margin-top: 2px;
}
.booking-modal-h5{
	color:white;
	font-weight: 600;
	font-size: 15px;
}
.bookingDetails{
	background:#ededed66; 
	border: 2px solid #6c757d26;
	border-radius:5px;
	padding:10px;
	margin-bottom: 15px;
}
.bdLeft{
	padding-left:5px !important;
}
.bdRight{
	padding-right:5px !important;
}
.m-b-3{
	margin-bottom: 10px !important;
    height: 30px;
}
.disabled {
	background-color: lightgrey !important;
	text-decoration: line-through !important;
	color: #000 !important;
}
#basic-addon2{
	border-top: 2px solid #6c757d26;
	border-right: 2px solid #6c757d26;
	border-bottom: 2px solid #6c757d26;
	border-top-left-radius: unset !important;
	border-bottom-left-radius: unset !important;
}
#bookingError{
	display:none;
}
#bookedDate{
	border-right: unset;
}
.fc-nonbusiness {
	background: grey !important;
}
.b-form-group{
	margin-bottom:.7rem !important;
}
.bookTooltipH6{
	margin-top:5px;
	background:#f3f3f3 !important;
	padding:5px;
	border-radius:2px;
}
.bookTooltiP{
	word-break:break-all;
	font-size:12px;
	margin-top: 0px;
}
/* 5.11 Plugin - TagIt */
.tagit .ui-icon-close:before{
	font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
}
.tagit.ui-widget {
	border: 1px solid #ccd0d4 !important;
	background: #fff !important;
	padding: 3px 12px 2px !important;
	margin-bottom: 0 !important;
}
ul.tagit input[type="text"] {
	background: #fff !important;
	width: auto !important;
}
ul.tagit li.tagit-choice-editable {
	background: #b6c2c9 !important;
	border: none !important;
	color: #fff !important;
	border-radius: 3px !important;
	padding: 2px 24px 3px 7px !important;
}
.tagit .ui-icon-close {
	background: none !important;
	height: 22px !important;
	width: 16px !important;
	text-indent: 0 !important;
}
.tagit.white .ui-icon-close:before {
	color: #000;
}
.tagit .ui-icon-close:before {
	content: '\f00d';
	font-size: 10px;
	color: #fff;
}
ul.tagit.inverse li.tagit-choice-editable { background: #2d353c !important; }
ul.tagit.white li.tagit-choice-editable { background: #fff !important; border: 1px solid #ddd !important; color: #000 !important; }
ul.tagit.primary li.tagit-choice-editable { background: #348fe2 !important; }
ul.tagit.info li.tagit-choice-editable { background: #49b6d6 !important; }
ul.tagit.success li.tagit-choice-editable { background: #00acac !important; }
ul.tagit.warning li.tagit-choice-editable { background: #f59c1a !important; }
ul.tagit.danger li.tagit-choice-editable { background: #ff5b57 !important; }
ul.tagit li.tagit-choice .tagit-close {
	right: 2px !important;
	line-height: 22px !important;
	text-align: center !important;
	top: 0 !important;
	margin: 0 !important;
}
ul.tagit li.tagit-choice .tagit-close:hover,
ul.tagit li.tagit-choice .tagit-close:focus {
	text-decoration: none !important;
}
ul.tagit li.tagit-choice .tagit-close:hover .ui-icon-close:before,
ul.tagit li.tagit-choice .tagit-close:focus .ui-icon-close:before {
	color: #666;
	color: rgba(0,0,0,0.4);
}
ul.tagit.inverse li.tagit-choice .tagit-close:hover .ui-icon-close:before,
ul.tagit.inverse li.tagit-choice .tagit-close:focus .ui-icon-close:before {
	color: #666;
	color: rgba(255,255,255,0.4);
}
/* End Tag-It */

.fc-time-line, .fc-title{
	padding-left: 5px !important;
	padding-top: 2px !important;
	font-size:12px !important;
	color: #ffffff !important;
}

.tooltip-inner {
    max-width: 245px;
}
.tooltip-inner img {
    height:45px;
    width:45px;
    max-width:45px;
    margin-left:-15px;
    border:solid 2px #505050;
	object-fit:cover;
}
.bw-rooms-tooltip-desc small {
    margin-bottom:-10px;
    display:block;
}
.bw-meetingrooms-booking-addontext {
    margin-top: 6px;
	font-size: 12px;
}
.bw-meetingrooms-price-checkbox {
    width: 16px;
}

.fc-button-primary {
    color: #222;
    background-color: #fff;
    border-color: #fff;
    font-size: 14px;
    padding: 5px 10px;
}
.fc .fc-toolbar h2 {
    font-size: 22px;
    line-height: 28px;
}
.fc th {
    background: #fff;
	color: #333;
}
.fc-ltr .fc-axis {
    background: white;
    color: #333;
}
.fc-button .fc-icon {
    font-size: 14px;
}
body .bw-meetingrooms-frontend-area {
    font-size: 14px;
}
.bw-meetingrooms-frontend-area-modal {
    font-size: 14px;
	color: #333;
}
.bw-meetingrooms-frontend-area-modal label {
	color: #333;
}
.fc-view-container {
    background: #ffffff;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    color: #333;
}
.fc-unthemed .fc-list-empty {
    color: #333;
}

@media (max-width: 480px) {
.fc-toolbar {
    display: block;
}
.fc-button-group {
    float: right;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
}
.fc .fc-toolbar h2 {
    text-align: center;
    margin-bottom: 12px;
}
.fc table {
    font-size: 12px;
}
}

