/* an empty css file for later use*/

html {
  position: relative;
  min-height: 100%;
}


body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}

.cstatus_panel {
  /* top: 40%; */
  padding: 5px 15px 15px 15px;
  width:90%;
  background-color: rgba(235, 214, 189, 0.8);
  position: relative;
  /* top:60%; */
  /* bottom: 5%; */
  /* display: block; */
  margin-top: 2%;
  margin-left: 5%;
  margin-right: auto;
  border-radius: 10px;
  box-shadow: 0px 1px 5px #999;
  border: 3px solid lightskyblue;
  overflow:visible;
  /* margin: 10px 0px; */
}

.entries_panel {
  /* top: 40%; */
  padding: 15px 15px 15px 15px;
  width:80%;
  background-color: rgba(166, 117, 180, 0.404);
  position: relative;
  /* top:60%; */
  /* bottom: 5%; */
  width: 80%;
  /* display: block; */
  margin-left: 10%;
  margin-right: auto;
  border-radius: 10px;
  box-shadow: 0px 1px 5px #999;
  border: 3px solid lightslategrey;
  overflow: hidden;
  /* margin: 10px 0px; */
}



.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color:darkblue; /* Dark Blue*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.2s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Style the links inside the pill navigation menu */
.pill-nav a {
  display: inline-block;
  position: fixed; /* Stay in place */
  top: 100px;
  color: black;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-size: 17px;
  border-radius: 5px;
}

/* Change the color of links on mouse-over */
.pill-nav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.pill-nav a.active {
  background-color: dodgerblue;
  color: white;
}


/* Style the footer */
footer {
  background-color: lightgrey;
  padding: 4px;
  text-align: center;
  /* color: white; */
}

/* Style the footer */
.ffooter {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: lightgrey;
  padding: 4px;
  text-align: center;
  /* color: white; */
}


fbig {
  font-size:x-large;
}
hr.adm1 {
  border: 5px solid white;
  border-radius: 2px;
}

.modal-title {
  text-align: center;
  font-weight: bold;
  color: white;
}

.modal-dialog {
  width: 360px;
}

.mt10
{
  margin-top: 10px;
}
.mt2
{
  margin-top: 2px;
}

.mr8{
  margin-right: 8px;
}

.mr10
{
  margin-right: 10px;
}

.mr20
{
  margin-right: 20px;
}

.pt2{
  padding-top: 2px;
}

.pt20
{
  padding-top: 20px;
}

.txtc {
  text-align: center;
}

label input:checked + span {
  font-weight: bold;
}

label {
  font-weight: bold;
}


.mptable {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 90%;
  margin-left:auto;
  margin-right:auto;
}

.mptable td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

.mptable tr:nth-child(even){background-color:coral;}
.mptable tr:nth-child(odd){background-color:lightgrey;}

.mptable tr:hover {background-color:bisque;}

.mptable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #04AA6D;
  color: white;
  
}

/* ======= CSS for modal table ========= */
  /* set colours background for striping of table */
  /* .table-striped>tbody>tr:nth-child(odd)>td, */
  /* .table-striped>tbody>tr:nth-child(odd)>th {background-color:lightgoldenrodyellow; */
  /* } */
  
  /* special hover definition to highlight selection before click */
  .khover tbody tr:hover td { background: CornflowerBlue; }

.tcenter {
  text-align:center;
}

