@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

body {
    font-family: Arial, sans-serif;
	margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* .fc-day{
    background-color: red;
} */

/* .fc-scrollgrid-sync-inner {
	background: linear-gradient(135deg, #fdbb78 0%,#ff765f 100%); 
	 font-family: 'Roboto', sans-serif; 
}  */

/* .fc-day-other .fc-daygrid-day-number{
    color: red;
} */
.fc .fc-day-other .fc-daygrid-day-top{
    opacity:1;
}

.fc-daygrid-day-frame{
    justify-content: center;
    align-items: center;
    display: flex;
}
.fc-col-header-cel{
    background-color: rgb(161, 96, 16);
}

.booked-day{
    text-decoration: line-through;
    color: rgb(206, 205, 203);
}

.fc-col-header-cell{
    background-color: rgb(184, 154, 117);
    color: aliceblue;
}

.fc-header-toolbar{
    margin-left: 1.5em;
    margin-right: 1.5em;
}

:root{
--booked-day-bg: rgb(243, 238, 235);
--opentorent-day-bg: rgb(242, 241, 218);
}

h1 {
    text-align:center;
}

#select > select{
    appearance: none;
    position: absolute;
    margin-left: 1.5em;
    margin-top: 0px;
    min-width: 150px;
    /* min-height: 35px; */
    font-size: 1.15rem;
    padding: 0.475em 1em 0.475em 1em;
    background-color: #fff;
    border: 1px solid #caced1;
    border-radius: 0.25rem;
    color: #000;
    cursor: pointer;
 }

 @media only screen and (max-width: 600px) {
    #select > select{ 
        /* position: static; */
        margin-left: 0.5em;
        margin-top: 7px;
        min-width: 80px;
        font-size: 0.8rem;
        padding: 0.375em 0.4em 0.375em 0.4em;;

    }
    .fc .fc-toolbar-title {
        margin-left: 50px;
    }
  }