/*COLORS*/
.myreservations{
	cursor: pointer;
}
text[fill="#202020"] {
	display: none;
}
text[fill="#005999"] {
	position: relative;
	font-weight: bold;
    fill: rgb(53, 179, 53);
	-webkit-user-select: none;        
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none; 
}
svg > g:nth-child(7) > text[fill="#000000"] {
	display: none;
}
text[fill="#000000"] {
	fill: rgb(0, 89, 153);
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}
text[fill="#202020"] {
    fill: rgb(0, 89, 153);
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}
rect[fill="#caffca"] {
    stroke: rgb(0, 89, 153);
    stroke-width: 1.5;
}
rect[fill="#b3ffb3"] {
    stroke: rgb(0, 89, 153);
    stroke-width: 0;
}
.google-visualization-tooltip-action span:nth-child(1) {
    color: #005999 !important;
    display: block;
}
.google-visualization-tooltip-action span:nth-child(2) {
    color: #35b335 !important;
    display: block;
}
.remove, .remove:hover, .remove:focus, .remove:visited {
	color: #35b335;
}
/*BUTTONS*/
.bottomMenu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 1;
}
.btn{
	border-radius: 0;
}
/*PANNELS*/
#content{
	display: none;
}
.fixed-bottom-left {
    top: 100%;
    left: 0;
}
.newSearch {
    height: 0;
    width: 100%;
    background-color: #005999;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 9999;
}
.closeNewSearchForm {
    top: 15px;
    text-align: center;
    line-height: 35px !important;
    left: calc(100vw - 160px);
    color: #ffffff;
	cursor: pointer;
    color: #ffffff;
    background: #005999;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px !important;
    z-index: 9999;
	display: none;
    position: absolute;
    border: solid 1px #ffffff;
    margin: 0 !important;
    padding: 0;
}
.formsection {
    width: 100%;
    background-color: #35b335;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 9999;
}
.closeFormSection {
    top: 15px;
    text-align: center;
    line-height: 35px !important;
    left: calc(100vw - 160px);
    color: #ffffff;
    cursor: pointer;
    background: #005999;
    z-index: 9999;
    display: none;
    position: absolute;
    border: solid 1px #ffffff;
    height: 35px;
    width: 35px;
    margin: 0 !important;
    padding: 0;
}
.calendar{
	position: relative;
}
.calendar .select-items div:nth-child(1) {
    max-width: calc(99.9% / 3);
    min-width: calc(99.9% / 3);
    padding: 8px 4px;
    justify-content: center;
    display: flex;
}
.calendar .select-items div:nth-child(2) {
    max-width: calc(99.9% / 3);
    min-width: calc(99.9% / 3);
    padding: 8px 4px;
    justify-content: center;
    display: flex;
}
.calendar .select-items div:nth-child(3) {
    max-width: calc(99.9% / 3);
    min-width: calc(99.9% / 3);
    padding: 8px 4px;
    justify-content: center;
    display: flex;
}
.calendar .select-items div {
    max-width: calc(99.9% / 7);
    min-width: calc(99.9% / 7);
    padding: 8px 4px;
    justify-content: center;
    display: flex;
}
.calendar .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}
.calendar .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}
.calendar .select-selected {
    background-color: #005999;
}
.calendar .select-items {
    display: flex;
    flex-wrap: wrap;
}
.calendar .select-hide {
    display: none;
}
.calendar .select-items {
    position: absolute;
    background-color: #005999;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: none;
    overflow-y: scroll;
}
.select-items div, .select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}
.current-date div:hover, .current-date {
    background-color: rgba(255, 255, 255, 0.3) !important;
}
.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
.rooms{
	position: relative;
}
.rooms .select-hide {
    display: none;
}
.rooms .select-items {
    position: absolute;
    background-color: #005999;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 200px;
    overflow-y: scroll;
	padding: 0;
}
.rooms .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}
.rooms .select-selected {
    background-color: #005999;
}
.times .selected {
    background: #005999;
    color: #ffffff;
}
.times .start {
    background: #005999;
    color: #ffffff;
	background-image: linear-gradient(to right, #35b335, #005999);
}
.times .end {
    background: #005999;
    color: #ffffff;
	background-image: linear-gradient(to right, #005999, #35b335);
}
.selectedTime{
	cursor: pointer;
}
.rooms [data-available="false"] {
  background-color: #C70003;
}
.resettimes, .resettimes:hover, .resettimes:active, .resettimes:focus, .resettimes:visited{
	color: #35b335;
	text-decoration: none;
	font-weight: bolder;
	text-transform: uppercase;
}