html, body {
	margin : 0;
	padding : 0;
}

.container-fluid{
	padding:1em;
	margin-left:1em;
	background-color: beige;
}
			/*TOP BANNER*/
.banner {
	width: 100%;
	background : green;
	color : white;
	font-family:"trebuchet ms";
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	margin-bottom:0.2em;
}
.banner h1 {
padding : 0;
font-weight: bold;
}

.brand{
	padding-top : 2em;
	text-align: center;
	box-shadow: 0.8em 0em 5em rgb(90, 65, 65);
}
.search{
	text-align: right;
	padding-top:2em;
	font-family:"trebuchet ms";
	box-shadow: 0.8em 0em 5em rgb(90, 65, 65);
}
.search input{
	font-size:24px;
}
.search input[type="text"]{
	width:20em;
	border-radius: 0.3em;
	border:solid #414040 2px;
	text-align: center;
}
.search input[type="submit"]{
	
	border:solid #000 0px;
	border-radius: 0.3em;
	color:#fff;
	padding:0.1em 1em;
	background: #414040;
}
.search input[type="submit"]:hover{
	background:#000;
}
.search input[type="submit"]:active{
	background:#000;
}
.account{
	box-shadow: 0.8em 0em 5em rgb(90, 65, 65);
	padding:2em;
	width: 100px;
	height:100px;
	text-align:center;
}
/* TOP NAVIGATION  */
.topnav{
	width: 100%;
	background-color: white;
}
.topnav ul {
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 18px;
	font-family:"trebuchet ms";
	}
	
.topnav ul li {
	display: inline;
}
.topnav ul li a {
	color: green;
	text-decoration: none;
	word-spacing:5px;
}
.topnav ul li a:hover {
	color: #619b55;
}
.topnav #active {
	border-left: 1px solid #fff;
}
.top-column {
	padding:0.5em;
	background-color: rgb(255, 255, 255);
	box-shadow: 0.1em 0em -1em rgb(90, 65, 65);
	text-align: center;
}
.top-column span{
	font-family: 'Courier New', Courier, monospace;
	font-size: x-small;
	font-weight: bolder;
	color: rgb(2, 105, 2);
}

.action-links{
	padding:1em;
	text-align: right;
}
.action-links a{
	margin-right:3em;
}
.venues-select select{
	padding:0.5em;
	font-size: large;
	padding: 12px;
	color: black;
	border: 2px solid #339977; /* 2px solid border with a blue color */
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* Subtle shadow effect */
	border-radius: 6px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.venues-select button{
	padding:0.6em;
	font-size: large;
	padding: 14px;
	background-color: #04AA6D; /* Green */
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* Subtle shadow effect */
	color: #fff;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.account{
	padding-top:1.5em;
	display:flex;
	align-items: flex-start;
	}
.account img{
		width:50px;
		height:50px;
		border-radius:50%;
		border:solid white 1px;
		margin-right:10px;
	}
.account-creds{
	text-align: left;
}
.main-content{
	width: 100%;
	font-family:"trebuchet ms";
}

			/*LEFT SIDEBAR*/
.leftnav {
	padding : .5em;
	background-color: rgb(84, 148, 84);
	font-family:"trebuchet ms";
}
.leftnav h3{
	color:white;
	font-family: "trebuchet ms";
	font-weight: bolder;
	text-align: left;
}
.leftnav ul{
	list-style-type:none;
}
.leftnav ul li {
	padding:0.2em;
	text-align: left;
	font-size:large;
	}


.leftnav a{
	color: white;
	text-decoration: none;
}
.leftnav a:hover{
	text-decoration: none;
	color: greenyellow;
}

			/*MAIN CONTENT*/
.content {
	background-color: white;
	padding : 1em;
}
#not-found-dog {
	width:30%;
	height:60%;
	margin-left:30%;
	margin-top:5%;
}	
		/* BOTTOM COLUMNS */
.columns {
	width: 100%;
	padding : 1em;
	border-top: 3px solid #fff;
	color: #5E516F;
	background-color: #000;
	font-family:"trebuchet ms";
}
.cols{
	box-shadow: 0.8em 0em 3em rgb(71, 71, 71);
	text-align: center;
}
.cols ul {
	list-style-type: none;
	
}
.cols a {
	color: #5E516F;
	text-decoration: none;
}
.cols a:hover {
	color: #fff;
}
.cols h2 {
	margin : 0 0 0.5em 1em;
	font-size : 140%;
	text-transform: uppercase;
	color : grey;
	background : transparent;
}
		
.left-login{
	padding:3.5em;
	font-size : x-large;
}
.right-login{
	padding:8em;
	font-size : x-large;
	text-align: center;
}
.login-container {
      background: rgb(136, 136, 109);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
      width: 100%;
      max-width: 400px;
	  font-family: "trebuchet ms";
	  margin-bottom:0.5em;
	  padding:1em;
	  border-radius:5px;
    }
.login-header{
	padding:1em;
	width: auto;
	border-bottom: solid green 2px;
	margin-bottom:1em;
	box-shadow: 0.8em 0em 3em rgb(71, 71, 71);
}
    .login-container h2 {
      margin-bottom: 20px;
      font-size: 24px;
      color:white;
	  font-weight:bolder;
      text-align: center;
    }

    .login-container label {
      display: block;
      margin-bottom: 8px;
      color:white;
      font-weight: bold;
    }

    .login-container input[type="text"],
    .login-container input[type="password"] {
      width: 100%;
      padding: 12px;
      margin-bottom: 20px;
      border: 1px solid #ccc;
      border-radius: 6px;
      box-sizing: border-box;
      font-size: 16px;
    }

    .login-container button {
      width: 100%;
      padding: 12px;
      font-size: 16px;
	  background-color: #005fa3;
      color: #fff;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

.login-container button:hover {
	background-color: green;
}
.login-container .register {
	margin-top: 16px;
	text-align: center;
}

.login-container a {
	color: rgb(237, 253, 5);
	text-decoration: none;
}

.login-container a:hover {
	text-decoration: underline;
}
.login-form{
	margin-left:30em;
	margin-right:30em;
	margin-top:5em;
	border: solid grey 1px;
	box-shadow: 0em 0.8em 3em rgb(77, 77, 77);
}
.login-form table{
	width:100%;
}
#action-button {
      padding: 0.4em;
      font-size: medium;
	  background-color: #005fa3;
      color: #fff;
      border: none;
      border-radius: 6px;
      cursor: pointer;
    }
#action-button  a{
	  text-decoration:none;
	  color:white
    }
#action-button:hover{
	  background-color: #04AA6D;
    }
#submit-button{
	padding: 0.6em;
	font-size: medium;
	background-color: #005fa3;
	color: #fff;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	text-decoration: none;
}
#submit-button:hover{
	background-color: #04AA6D;
}
#cancel-button{
	padding: 0.6em;
	font-size: medium;
	background-color: #000000;
	
	border: none;
	border-radius: 6px;
	cursor: pointer;
	text-decoration: none;
}
#cancel-button:hover{
	background-color: #850505;
}
#cancel-button a{
	text-decoration: none;
	color: #fff;
}
#reimbursement-form{
	text-align: center;
}
#reimbursement-form p{
	font-size:medium;
}
input[type='file'] {
  opacity: 100;
}
#status-label-green{
	padding: 0.3em;
	font-size: large;
	text-transform: uppercase;
	background-color: #58a35f;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-weight: bold;
}
#status-label-green{
	padding: 0.3em;
	font-size: large;
	text-transform: uppercase;
	background-color: #58a35f;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-weight: bold;
}
#status-label-grey{
	padding: 0.3em;
	font-size: large;
	text-transform: uppercase;
	background-color: rgb(109, 109, 109);
	color: #fff;
	border: none;
	border-radius: 6px;
	font-weight: bold;
}
#status-label-orange{
	padding: 0.3em;
	font-size: large;
	text-transform: uppercase;
	background-color: rgb(255, 167, 5);
	color: #fff;
	border: none;
	border-radius: 6px;
	font-weight: bold;
}
#status-label-red{
	padding: 0.3em;
	font-size: large;
	text-transform: uppercase;
	background-color: rgb(173, 6, 6);
	color: #fff;
	border: none;
	border-radius: 6px;
	font-weight: bold;
}
#notice-empty{
	padding: 3em;
}

.forms{
	margin-left:5em;
	margin-right:5em;
	margin-top:2em;
	border: solid grey 1px;
	box-shadow: 0em 0.8em 3em rgb(77, 77, 77);
	display:flex;
	background-color: #FFF;
}
.form-header{
	width: 60%;
	background-color: rgb(150, 150, 80);
	padding:1em;
	color:white;
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
	}
.form-header ul{
	list-style-type: none;
	line-height: 2em;
	text-align: right;
	font-size:1em;
	}
.form-body{
	width: 100%;
	padding:1em;
	display:flex;
	box-shadow: 0em 1em 3em rgb(77, 77, 77);
	background-color: #ffffff;
}
.form-body th{
	padding:0.5em;
	background-color: #04AA6D;
	border:solid white 2px;
}
.form-body p{
	padding:3em;
	font-size:2em;
}
#form-heading{
	background-color: #ffffff;
	text-align: center;
}

.form-body input,.form-body select,.form-body textarea{
	font-size: large;
	padding:0.3em;
}

.row-border{
	padding-bottom:2em;
}
.calendar{
	overflow-x: auto;
}
.calendar-table{
	box-shadow: 0px 5px 15px #888888;
	margin-left: 1em;
	margin-right: 1em;
}
.calendar-table th{
	color: rgb(1, 70, 18);
}
.calendar-table td,.calendar-table th{
	text-align:center;
	padding:0.5em;
	font-size:medium;
	font-weight: bold;
	background-color: #fff;
}
.calendar-events tr:nth-child(even){
	background-color: rgb(230, 230, 230);
}
.calendar-triggers{
	background-color: #04AA6D; /* Green */
	border: none;
	color: rgb(0, 116, 29);
	padding: 15px 12px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	box-shadow: 1px 2px 3px rgba(0,0,0,.5);
}
#message-green{
	background-color: #04AA6D; /* Green */
}
#message-red{
	background-color: #5c0101; /* Green */
}
#week-end-day{
	background-color:beige ;
	border:solid  beige 3px;
}
#week-day{
	border:solid  beige 3px;
}
.form-inline {
  display: flex;
  align-items: center;
  gap: 10px;
}
#month{
	border-bottom:solid  grey 1px;
	background-color:#fff;
}
#month-heading{
	margin-right:5.5em;
	margin-left:5.5em;
}
.calendar-events td, .calendar-events th{
	text-align:left;
	padding:0.5em;
}
.calendar-events th{
	color:black;
	font-size:medium;
	font-weight: bold;
	text-align: center;
}
.calendar-notice{
	padding:1em;
}
.calendar-notice p{
	padding:1em;
	font-size: medium;
	color:beige;
}
.calendar-notice a{
	color:white;
	text-decoration: none;
}
.calendar-notice a:hover{
	color:rgb(137, 255, 2);
	text-decoration: none;
}
.calendar-notice input {
      width: 100%;
      padding: 12px;
      font-size: large;
	  background-color: #005fa3;
      color: #fff;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }
.calendar-notice input:hover {
	  background-color: #085201;
      color: #ffffff;
      transition: background-color 0.3s ease;
    }
.middle{
	border-right:solid black 1px;
}

#dateWarning{
font-size:14px;
}
#booked{
	background-color:rgb(245, 102, 102);
	border-right:solid rgb(255, 255, 255) 3px;
	border-bottom:solid beige;
}
#pending{
	background-color:rgb(255, 179, 79);
	border:solid beige 3px;
	border-bottom:solid beige;
}
#closed{
	background-color:rgb(184, 184, 184);
	border:solid beige 3px;
	border-bottom:solid rgb(255, 255, 255) 3px;
}
#not-booked{
	background-color:#fff;
	border:solid beige 3px;
	color:green;
}
#not-booked a{
	text-decoration:none;
	color:green;
}
.currentDay{
	background-color: grey;
	border:solid black 0px;
}

#past{
	background-color:#ffffff;
	color:grey;
	border:solid beige 3px;
}
.message{
	background-color: #b4f3f3;
	text-align: center;
	padding-top:0.5em;
}
.query-links{
	background-color:none;
	padding-top:1em;
	padding-bottom:0.1em;
}
.query-links ul {
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 18px;
	font-family:"trebuchet ms";
	}
.query-links{
	text-align:left;
}	
.query-links ul li {
	display: inline;
	margin-right:1em;
}

.query-links a {
	color: black;
	text-decoration: none;
}
.query-links a:hover {
	color: rgb(4, 95, 0);
}
.query-links a:active {
	color: rgb(3, 101, 167);
	border-bottom: solid grey 1px;
}
.topnav ul li a:hover {
	color: #619b55;
}
.topnav #active {
	border-left: 1px solid #fff;
}
.table-view td{
	border: solid rgb(122, 122, 122) 1px;
	padding:0.5em;
	font-size: 16px;
	text-align: center;
}
.table-view th{
	padding:.6em;
	background-color:#619b55;
	border: solid rgb(17, 121, 3) 1px;
	text-align: center;
	color:white;
	text-transform: uppercase;
}
.tables-list img{
	width:50px;
	height:50px;
	border-radius:50%;
}
.tables-list a{
	text-decoration: none;
}
.highlight-reserved {
  background-color: rgb(151, 147, 147); /* Example color for the highlighted row */
}
.highlight-registered {
  background-color: rgb(238, 135, 18); /* Example color for the highlighted row */
}
.highlight-confirmed {
  background-color: rgb(250, 56, 56); /* Example color for the highlighted row */
  color:#fff;
}
.highlight-debt {
  background-color: #000; /* Example color for the highlighted row */
  color:#fff;
}
.heading{
	text-align: left;
	padding: 1em;
}


.upper-section{
	margin-bottom: 1em;
	box-shadow: 0px 5px 3px #888888;
	padding:0.5em;
	background-color:white;
}
.upper-section a{
	color:green;
	text-decoration: none;
}
.upper-section h2{
	text-transform: uppercase;
}
.upper-section ul li{
	display:inline;
}
.event-details{
	padding:0.1em;
}

.event-details ul{
	list-style-type: none;
	line-height:2em;
	padding:0em;
}
.event-details ul li{
	font-size: medium;
}
.cover-img{
	padding:1em;
}
#cover-img{
	width:240px;
	height:320px;
	object-fit:cover;
	border-radius:8px;
	box-shadow: 10px 10px 8px #888888;
	transition: transform .4s; /* Animation */
}
#cover-img:hover{
	transform: scale(1.03); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.numbers{
	background-color:beige;
	box-shadow: 10px 10px 8px #888888;
	padding:1em;
	text-align: center;
	margin:1em;
	border-radius: 10px;
	color:black;
	transition: transform .4s; /* Animation */
}
.numbers:hover{
	background-color:green;
	color:white;
	transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	/*.icon{
		filter: brightness(0) saturate(100%) invert(48%) sepia(77%) saturate(2972%) hue-rotate(180deg) brightness(95%) contrast(85%);
	}*/ 
}

.numbers img{
	width:30px;
	height:30px;
}
.number{
	font-size: xx-large;
}

.corner-left{
	border-top-left-radius:  10px;
}

.dash-tables{
	margin-bottom: 1em;
	box-shadow: 0px 5px 3px #888888;
}
.events-table{
	margin-left:2em;
}
.look-to-lists{
	margin-left:1em;
}
.dash-lists{
	text-align: center;
	padding-left:3em;
}
.dash-lists h3{
	border-top:solid green 3px;
	border-bottom:solid green 3px;
}

.table-striped{
  margin-top: 0 !important;
  vertical-align: top;
}
.table-striped tr:nth-child(odd){
	background-color: rgb(182, 171, 171);
}
.table-striped th,.table-striped td{
	border: rgb(155, 139, 139);
	padding:.5em;
	text-align: center;
}
#lists-headings{
 background-color:green;
 color:beige;
}
#space-icon{
		width:30px;
		height:30px;
	}

#cover{
	width:100%;
	height:320px;
	object-fit:cover;
	border-radius:8px;
	box-shadow: 10px 10px 8px #888888;
	transition: transform .4s; /* Animation */
}
#cover:hover{
	transform: scale(1.03); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.grid-photos{
	display:grid;
	grid-template-columns:auto auto;
	gap:10px;
	margin-bottom:.5em;
}
.grid-photos img{
	width:100%;
	height:150px;
	object-fit:cover;
	border-radius:8px;
	box-shadow: 10px 10px 8px #888888;
	transition: transform .4s; /* Animation */
}
.grid-photos img:hover{
		transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	}
.event-grid-photos{
	display:grid;
	grid-template-columns:auto auto;
	gap:5px;
	margin-bottom:.5em;
}
.event-grid-photos img{
	width:180px;
	height:180px;
	object-fit:cover;
	border-radius:8px;
	box-shadow: 10px 10px 8px #888888;
	transition: transform .4s; /* Animation */
}
.event-grid-photos img:hover{
		transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	}
.blocks{
	background-color:beige;
	padding:2em;
}

.description{
transition: transform .4s; /* Animation */
}
.description:hover{
transform: scale(1.01); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.text-blocks{
	border-right: solid beige 5px;
	padding:2em;
	
}
.text-blocks:hover{
	box-shadow: 10px 10px 8px rgb(161, 161, 1);
}
.description,.events{
	background-color: beige;
	border-top: solid green 5px;
	box-shadow: 10px 10px 8px #888888;
}
.amenities,.hours{
	background-color:rgb(0, 128, 28);
	border-top: solid beige 5px;
	box-shadow: 10px 10px 8px rgb(70, 105, 70);
	color:beige;
	font-size:large;
}
.table-hours{
	margin-bottom:1em;
}
.company-profile{
	color:black;
	font-size:large;
}
.company-profile ul{
	line-height:2em;
	list-style-type: none;
}
.company-profile input{
	padding:0.5em;
}
.venue-block{
	border-top: solid beige 5px;
	box-shadow: 0px 10px 8px rgb(70, 105, 70);
	color:black;
	font-size:large;
}
.venue-block ul{
	list-style: none;
	line-height: 2em;;
}


.call-to-action {
  background-color: #04AA6D; /* Green */
  border: none;
  border-radius:5px;
  font-weight:bold;
  padding: 10px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.call-to-action  a{
  text-decoration: none;
  color: white;
}
#placeholder{
	color:#555;
}
/*FOOTER*/
.footer {
	font-family:"trebuchet ms";
	width: 100%;
	text-align: center;
	padding : 1em;
	font-size : 0.9em;
	border-top :3px solid #808080;
	color : #fafafa;
	background : #5E516F;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	}
	.footer a {
	color: #C7AFBD;
	}
	.footer a:hover {
	color: #333;
	}

	/*REPORTS DASHBOARD - MONTH*/

	.summary {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px;
    }

    .card {
      flex: 1;
      min-width: 180px;
      padding: 20px;
      background: #e9f0fb;
      border-radius: 10px;
	  box-shadow: 0.5em 0em 0.5em #00B486;
      text-align: center;
	  margin-bottom: 2em;
	 
    }

    .card h3 {
      margin: 0;
      color: #2a5d9f;
    }

    .card p {
      font-size: 22px;
      font-weight: bold;
      margin-top: 5px;
      color: #222;
    }

    .chart-container {
      margin-bottom: 2em;
	  text-align: center;
    }

    canvas {
      width: 100% !important;
      max-height: 400px;
    }

    @media (max-width: 600px) {
      .summary {
        flex-direction: column;
      }
    }
.mid-section{
	margin-bottom: 1em;
	box-shadow: 0px 5px 3px #888888;
	padding:0.5em;
	background-color:white;
}
.check{
	color:green;
	border-radius:50%;
	background-color: white;
	font-weight: bolder;
}
.checking{
	color: orange;
	border-radius:50%;
	background-color: white;
	font-weight: bolder;
}
.uncheck{
	color: red;
	border-radius:50%;
	background-color: white;
	font-weight: bolder;
}