.dropdown-content {
  z-index: 999999;
}

p {
    text-indent:5px;
}

* {
    box-sizing: border-box;
}

.container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.sidebar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 10px 10px 0px 10px;
  margin-left: 13px;
  margin-top: 40px;
  height: 721.594px;
  width: 200px;
  background-color:white;
  color:var(--main-text-color);
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  line-height: 150%;
}

.btn-group sidebarbtn {
    position: relative;
    font-family:"Calibri";
    background-color: var(--main-accent-color);
    border: 0px;
    color: white;
    padding: 10px 10px;
    cursor: pointer;
    width: 200px;
    display: block;
    transition-duration: 0.4s;
}

.btn-group a {
    text-decoration:none;
}

.btn-group sidebarbtn:not(:last-child) {
    border-bottom: none;
}

.btn-group sidebarbtn:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    z-index: 9999;
}


@media only screen and (max-width: 1152px) {
    .sidebar {
      height: auto;
      width: 500px;
    }
    .btn-group sidebarbtn {
        top: 0px;
        width: 500px;
    }
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

/* Modal Content/Box */
.modal-content {
    background-color: #525252;
    color: white;
    margin: 240px auto 0px; /* 15% from the top and centered */
    padding: 20px;
    width: 80%; /* Could be more or less, depending on screen size */
    max-width: 800px;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    margin-top: -9px;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

body {
	margin: 0;
	padding: 0;
}

#loading {
	display: none;
  position:absolute;
  z-index: 99999;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#loadingcontent {
  position:relative;
  bottom: 10px;
}

#calendar {
  margin-top: 40px;
	width: 900px;
	padding: 10px;
  background-color:white;
  color:var(--main-text-color);
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  line-height: 150%
}
