
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
    font-family: "Open Sans", sans-serif !important;
}

@import url('https://fonts.googleapis.com/css?family=Rubik+Mono+One');
h1, h2, h3 {
    font-family: "Rubik Mono One", monospace !important;
}

body {
    max-width: none;
}

table {
    table-layout: auto;
}

.div-in-screen{
    width: 95vw;
}

#container{
    padding-top: 50px;
}


/* container elements start */

.middle-content {
    max-width: 600px;
    margin: auto;
}

#header-box-container {
    position: fixed;
    z-index: 1;
    /* top: 8px;
    right: 8px;
    left: 8px; */
    top: 0px;
    right: 0px;
    left: 0px;
}

#header-box {
    /* position: fixed; */
    padding: 4px 4px 0 8px;
	top: 8px;
    left: 8px;
    right: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
    z-index: 9999;
    background-color: white;
    border: 1px solid rgba(0,0,0,.12);
    /* border-radius: 8px; */
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
}

#planner-box {
    /* position: fixed; */
    padding: 4px 4px 0 8px;
    top: 3.5em;
    left: 8px;
    right: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
    z-index: 9999;
    background-color: blueviolet;
    border: 1px solid rgba(0,0,0,.12);
    /* border-radius: 8px; */
    /* flex-flow: row wrap; */
    overflow-x: overlay;
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 30%);
}

.planner-detail {
    /* position: fixed; */
    padding: 4px 4px 0 8px;
    top: 3.5em;
    left: 8px;
    right: 8px;
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
    z-index: 9999;
    background-color: blueviolet;
    border: 1px solid rgba(0,0,0,.12);
    color: white;
    /* border-radius: 8px; */
    max-height: 400px;
    overflow-y: overlay;
}

.planner-detail-list {
    display: flex;
    flex-flow: column;
}

.makered {
    background: red !important;
}

.header-button {
    padding: 5px;
    background-color: white;
    color: blueviolet;
}

.header-button-planner {
    background-color: blueviolet;
    color: white;
}

#floor-name {
    margin: 0px;
}

#map {
    height: 100%;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
}

.leaflet-bottom {
    bottom: 50%;
}

#action {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
}

.action-top {
  background-color: white;
  border-radius: 10px 10px 0 0;
  border: 8px solid white;
  margin: 0 auto;
  position: relative;
  top: 1px;
  box-shadow: 0 -8px 8px rgb(0 0 0 / 20%);
}

.action-chip {
    /* background-color: #dadce0;
    border-radius: 50px;
    height: 4px;
    width: 24px;
    margin: 0 auto; */
    color: #dadce0;
    text-align: center;
    line-height: 10px;
    font-size: larger;
}

#action-arrow-block{
    background: white;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -48px;
    right: 4px;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.3);
    border-radius: 10px 10px 0 0;
}

.action-arrow-up {
    position: absolute;
    top: 10px;
    right: 10px;
    border: solid #dadce0;
    border-width: 0 4px 4px 0;
    /* display: block;
    height: 0;
    margin: 0 0 0 auto;
    width: 0px; */
    padding: 8px;
    border-radius: 2px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.transition-point-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    /* top: -8px; */
}

.action-content {
    background-color: white;
    padding: 8px;
}

form > input[type=submit] {
    background-color: lightskyblue;
}

form > button[type=submit] {
    background-color: lightskyblue;
}


form > submit:first-of-type {
    background-color: lightskyblue;
}

#map-floor {
    height: 100%;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
}

#settings {
    display: inline-block;
    width: 500px;
}

#settings hr {
    width: -webkit-fill-available;
}

#settings-map {
    display: inline-block;
    vertical-align: top;
}

#settings-controls {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 50px;
}
/* container elements end */


/* menu system start */
.shape-slider-left {
    position: fixed;
    max-width: 300px;
    min-width: 250px;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 80vw;
    height: 100vh;
    background-color: white;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    touch-action: pan-y;
    border-radius: 0 8px 8px 0;
}

.shape-slider-right {
    position: fixed;
    max-width: 300px;
    min-width: 250px;
    z-index: 999999;
    top: 0;
    right: 0;
    width: 80vw;
    height: 100vh;
    background-color: white;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    touch-action: pan-y;
    border-radius: 8px 0 0 8px;
}

.transition-effect {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);;
 }

.transition-slide-left {
    left:-100% !important;
    visibility: hidden !important;
 }

 .transition-slide-right {
    right: -100% !important;
    visibility: hidden !important;
 }

.shape-slider-left {
    box-shadow: 2px 0 2px rgba(0,0,0,0.3);
}

.shape-slider-right {
    box-shadow: -2px 0 2px rgba(0,0,0,0.3);
}


#menu, #menu > div {
    display: flex;
    flex-flow: column;
    margin: 8px;
    padding-top: 5px;
}

#menu-grey-out, #profile-grey-out {
 position: fixed;
 left: 0;
 top: 0;
 z-index: 99999;
 width: 100%;
 height: 100%;
 backdrop-filter: blur(2px) brightness(0.7);
 -webkit-backdrop-filter: blur(2px) brightness(0.7);;
}
/* menu system end */


/* Leaflet start */
.leaflet-control-attribution {
    display: none;
}
/* Leaflet end */

/* fullcalendar start */
.fc-toolbar-chunk {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
}

.fc-today-button{
    width: 92px;
}
/* fullcalendar end */


/* map elements start */
@keyframes pulseGreen {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.5);
    }

    100% {
        box-shadow: 0 0 0 25px rgba(0, 255, 0, 0);
    }
}

@keyframes pulseBlue {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 25px rgba(0, 255, 255, 0);
    }
}

.markerDeskUnoccupied {
    display: block;
    width: 18px;
    height: 18px;
    margin-left: -11px;
    margin-top: -11px;
    border-radius: 50%;
    background: limegreen;
    border: 2px solid white;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(0, 255, 0, 0.4);
    animation: pulseGreen 2s ease-out infinite;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.markerDeskUnavailable {
    display: block;
    width: 18px;
    height: 18px;
    margin-left: -11px;
    margin-top: -11px;
    border-radius: 50%;
    background: grey;
    border: 2px solid white;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(46, 49, 49, 1);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.markerDeskUnassigned {
    display: block;
    width: 18px;
    height: 18px;
    margin-left: -11px;
    margin-top: -11px;
    border-radius: 50%;
    background: grey;
    border: 2px solid white;
    cursor: pointer;
    /* box-shadow: 0 0 0 rgba(240, 255, 0, 1); */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.markerDropPin {
    display: block;
    width: 18px;
    height: 18px;
    margin-left: -11px;
    margin-top: -11px;
    border-radius: 50%;
    background: purple;
    border: 2px solid white;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(0, 255, 0, 0.4);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.markerDeskOccupiedByUser {
    display: block;
    width: 18px;
    height: 18px;
    margin-left: -11px;
    margin-top: -11px;
    border-radius: 50%;
    background: royalblue;
    border: 2px solid white;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(0, 255, 255, 0.4);
    animation: pulseBlue 2s ease-out infinite;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.markerDeskOccupied {
    display: block;
    width: 18px;
    height: 18px;
    margin-left: -11px;
    margin-top: -11px;
    border-radius: 50%;
    background: red;
    border: 2px solid white;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.markerDeskReserved {
    display: block;
    width: 18px;
    height: 18px;
    margin-left: -11px;
    margin-top: -11px;
    border-radius: 50%;
    background: orange;
    border: 2px solid white;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.markerDeskReservedStart {
    display: block;
    width: 18px;
    height: 18px;
    margin-left: -11px;
    margin-top: -11px;
    border-radius: 50%;
    background: orange;
    border: 2px solid white;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.markerDeskReservedHalf {
    display: block;
    width: 18px;
    height: 18px;
    margin-left: -11px;
    margin-top: -11px;
    border-radius: 50%;
    background: orange;
    border: 2px solid white;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.markerDeskReservedEnd {
    display: block;
    width: 18px;
    height: 18px;
    margin-left: -11px;
    margin-top: -11px;
    border-radius: 50%;
    background: orange;
    border: 2px solid white;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.markerFloorEntrance {
    display: block;
    width: 36px;
    height: 36px;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 25%;
    background: black;
    border: 2px solid white;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.markerRoom {
    display: block;
    width: 36px;
    height: 36px;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 25%;
    background: darkgreen;
    border: 2px solid white;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes anti-rotate-animation {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(-360deg);
    }
  }

.selected-circle {
    position: relative;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
}

.selected-circle::before {
    content: "";
    display: block;
    position: absolute;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    top: -4px;
    left: -4px;
    animation: rotate-animation 3s linear 0s infinite;
}

.selected-circle::after {
    content: "";
    display: block;
    position: absolute;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    top: 11px;
    left: 11px;
    animation: anti-rotate-animation 2s linear 0s infinite;
}

.spinner-occupied.selected-circle::before, .spinner-occupied.selected-circle::after {
    border-bottom-color: red;
    border-right-color: red;
    border-top-color: red;
    border-left-color: rgba(255, 0, 0, 0);
}

.spinner-occupied-by-user.selected-circle::before, .spinner-occupied-by-user.selected-circle::after {
    border-bottom-color: blue;
    border-right-color: blue;
    border-top-color: blue;
    border-left-color: rgba(0, 0, 255, 0);
}

.spinner-unavailable.selected-circle::before, .spinner-unavailable.selected-circle::after {
    border-bottom-color: grey;
    border-right-color: grey;
    border-top-color: grey;
    border-left-color: rgba(0, 0, 255, 0);
}

.spinner-vacant.selected-circle::before, .spinner-vacant.selected-circle::after {
    border-bottom-color: green;
    border-right-color: green;
    border-top-color: green;
    border-left-color: rgba(0, 255, 0, 0);
}

.spinner-entrance.selected-circle::before, .spinner-entrance.selected-circle::after {
    border-bottom-color: grey;
    border-right-color: grey;
    border-top-color: grey;
    border-left-color: rgba(128, 128, 128, 0);
}

.spinner-room.selected-circle::before, .spinner-room.selected-circle::after {
    border-bottom-color: darkgreen;
    border-right-color: darkgreen;
    border-top-color: darkgreen;
    border-left-color: rgba(128, 128, 128, 0);
}


/* map elements end */

/* guide page start */

#screening-form {
    border: 1px solid red;
    border-radius: 20px;
    padding: 10px;
    width: 90%;
    margin: auto;
    max-width: 600px;
}

.centre-form {
    border: 1px solid cornflowerblue;
    border-radius: 20px;
    padding: 10px;
    width: 90%;
    margin: auto;
    max-width: 600px;
}

.yes-no-radio {
    display: flex;
    place-content: flex-end;
}


.guide {
    display: flex;
    justify-content: flex-end;
    text-align: center;
    max-width: auto;
}

#top-left {
    position: absolute;
    left: 0;
}

#user-guide {
    text-align: center;
}

.guide-img {
    width: 250px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.guide-blue {
    border: 5px solid cornflowerblue;
}

.guide-violet {
    border: 5px solid violet;
}

.guide-orange {
    border: 5px solid darkorange;

}

.guide-pink {
    border: 5px solid hotpink;

}

.guide-yellow {
    border: 5px solid yellow;

}

.guide-green {
    border: 5px solid mediumspringgreen;

}
/* 
#calendar-container {
    display: flex;
    flex-direction: column;
    height: auto;
}

#calendar {
    flex: 1;
}
 */

/* guide page end */
