#centerimg{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin: 0;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

body{
	background-color: #3A3A3A;
	background-image:url(/noise.png);
	background-repeat:repeat;
}

passwordentrybox{
	background-color: #222222;
}

form{
	width: 245px;
	padding: 15px;
	margin: 15px;
	border-width: 5px;
	border-color: 5px;
	background-color: #222222;
	border-radius: 7px;
}

form[name="calendar"],
form[name="prevmonth"],
form[name="current"],
form[name="nextmonth"]{
	display: none;
}

button[name="submit"]{
	background-color: gray;
	border-radius: 3px;
	outline: false;
	border: 2px;
	border-color: light-gray;
	float: right;
	display: inline;
	white-space: nowrap;
}


button[form="prevmonth"],
button[form="nextmonth"],
button[name="month"]{
	background-color: gray;
	border-radius: 3px;
	outline: false;
	border: 2px;
	border-color: light-gray;
	font-family: cursive;
	font-size: 22pt;
	color: #222222;
	text-align: center;
	background-color: gray;
	border-radius: 15px;
	width: 250px;
	display: inline;
	margin: auto;
}

button[form="prevmonth"],
button[form="nextmonth"]{
	max-width: 50px;
}

button[name="calendar"]{
	background-color: gray;
	border-radius: 3px;
	outline: false;
	border: 2px;
	border-color: light-gray;
	font-family: cursive;
	font-size: 22pt;
	color: #222222;
	text-align: center;
	background-color: gray;
	border-radius: 15px;
	width: 150px;
	float: right;
	margin-right: 15px;
}

td#currentday{
	box-shadow: inset 0px 0px 40px #999;
}

.date#currentday{
	#text-shadow: 0px 0px 40px 0px #aaa;
	#color: black;
	#text-outline: 1px, red;
	#-webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
	#-webkit-text-stroke-width: 0.7px;
	#-webkit-text-stroke-color: black;
}

#toolbarmiddle{
	text-align: center;
	margin: auto;
	margin-left: 200px;
	height: 45px;
	max-height: 45px;
	white-space: nowrap;
	padding: 0px;
}

#monthname{
	font-family: cursive;
	font-size: 22pt;
	color: #222222;
	text-align: center;
	background-color: gray;
	border-radius: 15px;
	margin: auto;
	width: 300px;
	height: 45px;
	max-height: 45px;
	display: inline-block;
	white-space: nowrap;
	padding: 0px;
}

td{
	justify-content: end;
}

.calevent{
	font-size: 12px;
	float: bottom;
	color: #444444;
	position: absolute;
	margin: 0px;
	padding: auto;
	text-align: right;
	height: 30px;
	width: 170px;
	max-height: 60px;
	line-height: 12px;
}

.calevent2{
	margin: 0px;
	padding: 0px;
	color: #444444;
	text-align: right;
	float: bottom;
}

button[name="nextmonth"]{

}

button:hover{
	cursor: pointer;
}

input{
	background-color: gray;
	border-radius: 3px;
	outline: false;
	border: 2px;
	border-color: light-gray;
}

#imagelist{
	padding: 15px;
	margin: 15px;
	border-width: 5px;
	border-color: 5px;
	background-color: #222222;
	border-radius: 7px;
}

.calendarbody{
	padding: 15px;
	margin-left: 15px;
	width: 1300px;
	border-width: 5px;
	border-color: 5px;
	background: rgba(34, 34, 34, 0.3);
	border-radius: 7px;
	position: relative;
	opacity: 0.5:
}

#ree{
	padding: 2px;
	margin: 18px;
	border-width: 5px;
	border-color: gray;
	border: 2px;
	max-width: 100px;
	text-wrap: break-word;
	border-radius: 0px;
	background: #777777;
	z-index: 99 !important;
	position: relative;
}

tr{
	background-color: transparent;
	padding: 15px;
	margin: 15px;
	border-width: 15px;
	width: 300px;
	border-radius: 5px;
	color: gray;
}

.date{
	font-size: 30px;
	float: left;
	color: #222222;
	position: absolute;
	margin: 0px;
	padding: 0px;
	margin-top: -15px;
}

td{
	background: rgba(240, 240, 240, 0.4);
	padding: 0px;
	margin: 0px;
	border-width: 15px;
	width: 180px;
	height: 150px;
	max-width: 180px;
	max-height: 150px;
	border-radius: 3px;
}

td#events{
	background: rgba(240, 240, 240, 0.4);
	#background: rgba(0, 0, 0, 1);
	padding: 4px;
	margin: 4px;
	border-width: 15px;
	width: 400px;
	height: 10px;
	max-width: 400px;
	max-height: 10px;
	border-radius: 3px;
	color: black;
}

td#eventstitle{
	background: rgba(240, 240, 240, 0.4);
	#background: rgba(0, 0, 0, 1);
	padding: 4px;
	margin: 4px;
	border-width: 15px;
	width: 400px;
	height: 10px;
	max-width: 400px;
	max-height: 10px;
	border-radius: 3px;
	color: black;
	font-weight: bold;
	size: 8px;
	text-align: center;
}

.otherbody{
	padding: 15px;
	margin-left: 15px;
	width: 300px;
	border-width: 5px;
	border-color: 5px;
	background: rgba(34, 34, 34, 0.3);
	border-radius: 7px;
	position: relative;
	opacity: 0.5:
}

.container {
    position: fixed;
    left: 0px;
    padding: 0;
    margin: 0;
}

.maincontainer {
    #background-color: #ff00ff;
	margin: auto;
  	width: 70%;
	#border: 3px solid green;
  	padding: 00px;
}

.calendarbody {
    display: inline-block;
    float: left;
}

.otherbody {
    display: inline-block;
    float: left;
}

th{
	background: gray;
	color: #222222;
	border-radius: 3px;
}

#calcell{
	max-width: 150px;
}

td::after{
    content: "";
    display: table;
    clear: both;
}

textarea {
  resize: none;
  margin: 0px;
  padding-top: 30px;
  background: transparent;
  border-width: 0px;
  width: 100%;
  height: 90%;
}

textarea:focus {
  outline: none !important;
  resize: none;
  margin: auto;
  background: transparent;
  border-width: 0px;
}

input:focus {
  outline: none !important;
  resize: none;
  margin: auto;
  border-width: 0px;
}

table{
	margin: auto;
	margin-top: 20px;
	table-layout: fixed;
}

.empty{
	background: rgba(240, 240, 240, 0.2);
}

textarea::-webkit-scrollbar {
  display: none;
}

textarea {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}