/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Apr 3, 2025, 6:21:06 PM
    Author     : DX
*/
/*table {
  width: 100%;
  border:#4CAF50;
  font-size: 12.9px;
  background-color:#338BDE;
  color: black;
}

th, td {
  text-align: left;
  padding: 4px;
}

tr:nth-child(even) {
  background-color:#f2f2f2;
}
*/
table {
  width: 100%;
  margin-left:auto;
  margin-right:auto; 
  border:#4CAF50
}

th, td {
  text-align: left;
  padding: 4px;
}

tr:nth-child(even) {
  background-color: #D6EEEE;
}

h1 {
  color:green;
  text-shadow: 1px 1px 2px black, 0 0 25px darkolivegreen, 0 0 5px white;
}
.success {
  color: #3c763d; 
  background: #dff0d8; 
  border: 1px solid #3c763d;
  margin-bottom: 20px;
}
form label,
form select,
form option,
form input,
form button {
 text-align: left;
  border: 0;
  margin : 5px ;
  display: block;
  width: 87%;
}
form input {
  line-height: 35px;
  background: #fff;
  color: #000;
  padding: 0 6px;
}

.header1 {
  width: 97%;
  margin: 20px auto 0px;
  color: white;
  background: #5F9EA0;
  text-align: center;
  border: 1px solid #B0C4DE;
  border-bottom: none;
  border-radius: 10px 10px 0px 0px;
  padding: 1px;
}
.header2 {
  width: 98%;
  margin-bottom:1%;
  color: white;
  background: #5F9EA0;
  text-align: center;
  border: 1px solid #B0C4DE;
  border-radius: 10px 10px 0px 0px;
}
.header{
   height:120px;
  text-align: center;
  background-color:darkgray;
  margin-top:2px;
  padding: 2px;
width:99.7%;  
}


td{
   width: 10px; 
}
/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
  text-align: center;
  width:100%;  
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 23px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #4CAF50;
  color: white;
}
form, .content {
  width: 97%;
  margin: 0px auto;
  padding: 2px;
  border: 1px solid #B0C4DE;
  background: white;
  border-radius: 0px 0px 10px 10px;
}
.content1
{
 width: 100%;
  margin-top:5px;
  background-color: #f1f1f1;
  border:1px solid black;
}
.slideshow
{
 height: 400px;
  border:1px solid mediumblue;
}
.input-group {
  margin: 10px 0px 10px 0px;
}

.input-group label {
  display: block;
  text-align: left;
  margin: 3px;
}

.input-group input {
  height: 35px;
  width: 85%;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid gray;
}

.btn {
  padding: 10px;
  font-size: 15px;
  color: white;
  background: #5F9EA0;
  border: none;
  border-radius: 5px;
}
.error {
  width: 90%; 
  margin: 0px auto; 
  padding: 10px; 
  border: 1px solid #a94442; 
  color: #a94442; 
  background: #f2dede; 
  border-radius: 5px; 
  text-align: left;
}

/*drop down menu*/

.navbar {
  overflow: hidden;
  background-color: #333;
}

.navbar a {
  float: left;
  font-size:16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
h3{
    margin: 10px;
    text-align:left;
  size: 10px;
   color:green;  
}

* {box-sizing: border-box;}


.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}
footer {
    width: 100%;
    bottom: 0;
    background-color:darkgray;
    color: #fff;
    padding: 50px 20px;
}