
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	/*background: #00570a; */
  background: #00570a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2E2E2E;
}

h1, h2, h3, h4 {
	margin: 0;
	/*text-transform: uppercase;*/
	font-weight: normal;
	/*color: #00570a; */
   color: #00570a;
}

h1 { font-size: 30px; }

h2 { font-size: 18px; }

h3 { }

h4 { font-size: 20px; 
     font-weight: bold;
     color: #000000;}


p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #683535; }

a:hover { text-decoration: none; }

a img {
	border: none;
	max-width: 95%;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	background: url(images/img02.jpg) repeat-y center top;
}

#wrapper-bgtop {
	background: url(images/img01.jpg) no-repeat center top;
}

/* Header */

#header-wrapper {
}

#header {
	width: 90%;
	/*height: 98px;*/
	margin: 0 auto;
    /*margin: 0 0;*/
	/*background: url(images/img01b.jpg) no-repeat left top; */
    background: #000000;
}

/* Menu */

#menu {
	/*float: right;*/
	/*width: 400px;*/
}

#menu ul {
	float: right;
	margin: 0;
	padding: 50px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	border-right: 1px solid #DDDDDD;
}

#menu a {
	display: block;
	float: left;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	/*text-transform: capitalize;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*font-weight: bold;*/
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: underline; 
}

#menu .current_page_item a {
}

#menu .last {
	border-right: none;
}

/* Search */

#search {
	/*float: right;*/
	/*width: 939px;*/
}

#search form {
	/*float: right;*/
	margin: 0;
	padding: 4px 0px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	/*float: left;*/
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: 2px solid #DBE8D5;
}

#search-text {
	width: 200px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #333333;
	background: #ECF9E4;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 5px;
	background: #5AA01B;
	color: #FFFFFF;
}

#sheep {
        width: 90%;
        height: 20px;
        margin: 0 auto;
        padding: 3px 0px 0px 0px;
        /*background: #f4ffd6;*/
        background: #dddddd;
        font-size: 16px;
        /*font-weight: bold;*/

}


#new-nav-menu {

  width: 90%;
  height: 20px;
  margin: 0 auto;
  padding: 3px 0px 0px 0px;
  background: #dddddd;
  font-size: 16px;
}

@media (max-width: 500px) {
  #new-nav-menu {
    font-size: calc(4vw);
  }
}

#sheep a { text-decoration: none;}

#sheep a:hover { text-decoration: underline; }

/* Page */

#page {
	width: 90%;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	background: #FFFFFF;
}
#page .green{
	color: #00570a;
	font-weight: bold;

}

#page-content {
  margin: 0px 20px 0px 20px;
}




/** LOGO */

#logo {
	/*float: left;*/
	/*width: 260px;*/
	margin: 0 auto;
	text-align: center;
	/*padding-left: 100px;*/
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#logo p {
	margin-top: -4px;
	text-transform: lowercase;
	font-size: 13px;
	color: #AFD147;
}

#logo h1 {
	padding-top: 10px;
	font-size: 48px;
}

#logo a {
	text-decoration: none;
	color: #AFD147;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}


#banner {
	padding-bottom: 20px;
}

/* Content */

#content {
	float: left;
	width: 600px;
}

/* Post */

.post {
	margin-bottom: 45px;
	background: url(images/img03.jpg) no-repeat right 10px;
}

.post .title {
	height: 44px;
	padding-left: 15px;
	color: #00570a;
}

.post .title a {
	text-decoration: none;
	text-transform: capitalize;
	font-size: 30px;
	color: #00570a;
}

.post .date {
}

.post .meta {
	height: 32px;
	margin-left: 2px;
	padding: 4px 30px 2px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .meta a { }

.post .entry {
	padding: 10px 15px;
}

.post .links {
	display: block;
	width: 120px;
	height: 18px;
	margin: 0px; 
	padding: 3px 0px 0px 40px;
	background: #00570a;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.post .comments {
	display: block;
	width: 120px;
	height: 18px;
	margin: 0px; 
	padding: 3px 0px 0px 40px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #961A06;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
}

#sidebar li ul {
	margin: 0px 14px;
}

#sidebar li li {
	margin: 0;
	padding: 12px 0px;
	border-bottom: 1px dashed #ADADAD;
}

#sidebar li li a {
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}

#sidebar li li a:hover {
}

#sidebar p {
	margin: 0;
	padding: 0px 14px;
}

#sidebar h2 {
	height: 30px;
	margin: 0 0 10px 0px;
	padding: 6px 0 2px 14px;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: normal;
}


#sidebar p {
	line-height: 200%;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

/* Calendar */

#calendar {
}

#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-right: 1px solid #24130F;
}

#calendar thead th {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	background: #24130F;
}

#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot td {
	padding: 5px;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot #next {
	border-top: 1px solid #24130F;
	text-align: right;
}

#calendar tfoot #prev {
	border-top: 1px solid #24130F;
}

#calendar .pad {
	border-bottom: 1px solid #24130F;
}

#calendar #today {
	background: #24130F;
}

/* Footer */

#footer {
	width: 90%;
	padding: 5px 0px 5px 0px;
	margin: 0 auto 20px auto;
	background: #000000;
}

#footer p {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	/*text-transform: uppercase;*/
	font-size: 11px;
	color: #FFFFFF;
}

@media (max-width: 500px) {
  #footer p {
    font-size: calc(2vw);
  }
}

#footer a {
	color: #FFFFFF;
}



table {
   border-collapse: collapse;
   max-width: 100%;
}

table th{
   background-color: #cecece;
   font-color: black;
}

table th, td {
   border: 1px solid black;
   padding: 5px;
}

.invisible-table {
  border: 0px;
}
.invisible-table td {
  border: 0px;
}

.table-scroll-container {
    width: 100%;
    max-height: 400px; /* Adjust the height as needed */
    overflow-y: auto;
    display: block;
    position: relative;
}

.table-scroll-head {
    position: sticky;
    top: 0;
    background-color: #fff; /* Background color to match your page */
    z-index: 1; /* Ensure the header stays on top */
    
}
.table-scroll-head th {
    border: 1px solid black;
}

.name-search-container {
    display: flex;
    gap: 10px; /* Space between elements when horizontal */
    align-items: center; /* Align dropdown and text field */
}

.name-search-element {
    flex: 1; /* Make both elements take equal space */
    /*padding: 5px;  Add some padding for styling */
    box-sizing: border-box; /* Include padding in width */
}

.date-search-container {
    display: flex;
    align-items: center;
}


@media (max-width: 600px) {

    .name-search-container {
      display: block;
    }
    
    .date-search-container {
      display: block;
    }
    
    .name-search-element {
      width: 100%;
    }

    .reserved-for {
        display: none;
    }
    
    .dataView th:nth-child(1), .dataView td:nth-child(1) {
        max-width: 50px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .dataView th:nth-child(3), .dataView td:nth-child(3) {
        max-width: 120px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .dataView th:nth-child(2), .dataView td:nth-child(2),
    .dataView th:nth-child(6), .dataView td:nth-child(6),
    .dataView th:nth-child(7), .dataView td:nth-child(7),
    .dataView th:nth-child(8), .dataView td:nth-child(8),
    .dataView th:nth-child(9), .dataView td:nth-child(9) {
      display:none;
        
}


a.tooltip {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: blue;
    border-bottom: 1px dashed blue; /* Adds an underline to the link */
    cursor: pointer;
}

a.tooltip .tooltip-text {
    visibility: hidden;
    width: 200px; /* Width of the tooltip */
    background-color: #555; /* Background color of the tooltip */
    color: #fff; /* Text color of the tooltip */
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Position the tooltip above the link */
    left: 50%;
    margin-left: -100px; /* Centers the tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

a.tooltip .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%; /* Arrow at the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

a.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.disposition-label {
    font-style: italic;
    font-size: 80%;
}

/*
table.hiddenTable !important{
   padding: 0px;
   border: 0px;
}

table.hiddenTable th !important{
   background-color: #cecece;
   font-color: black;
}

table.hiddenTable th, td !important{
   padding: 0px;
   border: 0px;
}
*/
