.dashboard-button {
  background-color: white; 
  border: none;
}

.delete-image {
  width: 100px;
  height: 100px;
  position: relative;
}

.frank {
  width: 7%;
  height: 200%;
  position: relative;
  right: 0px;
  bottom: -20px;
}

.help-page {
  font-size: 75px; 
  font-weight: bold;
}

.homepage-mainblock {
    width: 1415px;
    height: 400px;
    position: relative;
    background-color:purple;
}

.homepage-blocktext {
    position: relative;
    color:white;
    font-size: 45px;
    width: 600px;
    top: 90px;
    left: 40px;
}

.homepage-image {
    position: relative;
    width: 700px;
    height: 300px;
    top: 90px;
    left: 275px;
}

.homepage-imageholder {
    position: relative;
    top: -250px;
    left: 50px;
}

.homepage-observeimage {
    position: relative;
    width: 30px;
}

.homepage-observeimage2 {
  position: relative;
  top: -10px;
  width: 55px;
  height: 61px;
}

.help-frank {
  width: 60px;
  height: 60px;
}

.landing-page-div {
  font-size: 75px; 
  font-weight: bold;
}

.landing-page-div2 {
  font-size: 50px; 
  font-weight: bold;
}

.layout-menu-text {
  color:white;
  font-size: 15px;
}

.obsresults-green {
  font-size: 60px; 
  position: relative; 
  left: 150px; 
  color: green;
  text-align: left;
}

.obsresults-orange {
  font-size: 60px; 
  position: relative; 
  left: 150px; 
  color: orange;
  text-align: left;
}

.obsresults-red {
  font-size: 60px; 
  position: relative; 
  left: 150px; 
  color: red;
  text-align: left;
}

.obsresults-overview {
  width: 1200px; 
  position: relative; 
  left: 150px;
  text-align: center;
  color: purple;
}

.obsresults-detail {
  font-size: 15px; 
  position: relative; 
  left: 1100px; 
  top: -375px; 
  font-weight: bold; 
  color: red;
}

.obsresults-score {
  font-size: 35px; 
  font-weight: bold; 
}

.obsresults-guidance {
  font-size: 12px; 
  font-weight: normal; 
}

.results-icon {
  width: 120px;
  height: 120px;
  position: relative;
  right: 600px;
  bottom: 160px;
}

.results-face {
  width: 65px;
  height: 65px;
  position: relative;
  right: 350px;
  bottom: 165px;
}

.results-overview {
  width: 120px;
  height: 120px;
  position: relative;
  right: 100px;
  bottom: 110px;
}

.results-details {
  width: 300px;
  height: 120px;
  position: relative;
  right: 0px;
  bottom: 0px;
}

.results-output {
  width: 1500px;
  height: 120px;
  position: relative;
  right: 50px;
  bottom: 120px;
}

.results-guidance {
  width: 1500px;
  height: 120px;
  position: relative;
  right: 50px;
  bottom: 220px;
}

.results-server {
  width: 50px;
  height: 50px;
  position: relative;
  right: 650px;
  bottom: -10px;
}

.reviewlistdashboard-image {
  width: 100px;
  height: 100px;
  position:relative;
}

.reviewlistdashboard-columns {
  width:200px; 
  color: purple;
}

.reviewlistdashboard-data {
  width:200px; 
  font-size: 14px; 
}

.reviewlistdashboard-data-links {
  font-size: 14px;
  background-color: white; 
  color: blue; 
  border:none;
  text-align: center;
  width: 55px;
}

.reviewlistdashboard-green {
  background-color: green; 
}

.reviewlistdashboard-orange {
  background-color: orange; 
}

.reviewlistdashboard-red {
  background-color: red; 
}

.selectreview-div1 {
background-color: white;
font-size: 15;
color: purple;
}

.selectreview-div2 {
  background-color: whitesmoke;
  font-size: 15;
  color: purple;
}

.seletereview-input-buttons1{
  border:white; 
  background-color: white; 
  color:blue; 
  text-decoration: underline;
}

.seletereview-input-buttons2{
  border:white; 
  background-color: whitesmoke; 
  width: 200px;
}

.seletereview-input-buttons3{
  border:white; 
  background-color: white; 
  width: 200px;
}

.servicespage-observeimage {
    position: relative;
    width: 500px;
    height: 200px;
  }



/* SIDE BAR TEST CODE

/* The side navigation menu */
.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: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 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: 15px;
    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;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  
  /* 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;}
  }

  .form-container {
    width: 100%;
    max-width: 600px; /* Adjust as needed */
    margin: 0 auto;
    padding: 20px;
}

.form-group {
    margin-bottom: 20px;
    text-align: left;
}

label {
    display: block;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
}

input[type="text"] {
    width: 50%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box; /* Include padding and border in width calculation */
}

.flash {
  padding: 20px;
  margin: 20px;
}

.flash.success {
  background-color: #96faad;
  color: #1c7530;
}
