body {
  font-family: Montserrat,sans-serif;
  margin: 20px;
  background-image: url("background-kal.jpg");
	height:100%;
}
#calendar{max-width:900px;margin:0 auto;min-height:600px;}
.modal{display:none;position:fixed;z-index:1000;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);align-items:center;justify-content:center;}
.modal-content{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.2);}
.close-btn{float:right;font-size:24px;cursor:pointer;}
.modal-actions{margin-top:15px;text-align:right;}
.modal-actions button{margin-left:5px;}
th {
  background-color: #f9f9f9;
}
#calendar {
  border: 1px solid #cdcdcd;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 3px 13px 50px #4f4f4f;
	background-color: #fff;
}
.fc-header-toolbar.fc-toolbar.fc-toolbar-ltr {
  background-color: #f0f0f0;
  padding: 10px;
  margin: -15px -15px 15px -15px;
  border-radius: 10px 10px 0px 0px;
}
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  margin-right: 3px;
  display: none;
}
.fc-event-title.fc-sticky {
  margin-left: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.close-btn {
  float: right;
  font-size: 29px;
  cursor: pointer;
  background-color: #f0f0f0;
  padding: 10px 20px 10px 20px;
  margin: -20px;
}
.modal-content {
  width: 300px;
}

.modal-content button {
  margin-left: 5px;
  background: #f0f0f0;
  padding: 15px;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
	  text-align: center;

}
#modalTitle {
  margin-top: 0px;
}
#eventTitle {
  width: 280px;
  height: 30px;
	margin-bottom: 15px;
}
#eventStart {
  width: 280px;
  height: 30px;
	margin-bottom: 15px;
}
#eventEnd {
  width: 280px;
  height: 30px;
	margin-bottom: 15px;
}

#eventNotes {
  width: 280px;
		margin-bottom: 15px;
}

#saveBtn:hover {
  background-color: #000;
  color: #fff;
}
#deleteBtn:hover {
  background-color: #000;
  color: #fff;
}
#cancelBtn:hover {
  background-color: #000;
  color: #fff;
}
#loginBtn, #logoutBtn { position: relative; z-index:2000; }

#eventForm {
  margin-top: 30px;
}

#loginBtn {
  position: absolute !important; 
  right: 0;
  bottom: 0;
  padding: 10px;
  border-radius: 0px;
  border: 0px;
  background-color: #393e4b;
  text-transform: uppercase;
  color: #4497d0;
  font-size: 10px;
  letter-spacing: 2px;
}
#loginBtn:hover {
  background-color: #fff;
  color: #000;
}
.btn-auth {
  position: absolute !important; 
  right: 0;
  bottom: 0;
  padding: 10px;
  border-radius: 0px;
  border: 0px;
  background-color: #393e4b;
  text-transform: uppercase;
  color: #4497d0;
  font-size: 10px;
  letter-spacing: 2px;
}
.btn-auth:hover {
  background-color: #fff;
  color: #000;
}
#loginPassword {
  height: 40px;
  margin-right: -9px;
}
.editor-toolbar button {
  background: #f0f0f0;
  border: 1px solid #ccc;
  margin-right: 4px;
  padding: 2px 6px;
  cursor: pointer;
}
.editor-toolbar button:hover {
  background: #e0e0e0;
}
.editor-content {
  min-height: 80px;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 4px;
  background: #fff;
}
