.table-responsive {
    min-height: 400px;
  max-height: 600px;
  font-size: 20px;
  text-align: center;
}

.entry-container {
  font-size: 20px;
}

.table {
  color: #6c757d;
    
  font-size: 20px;
  text-align: center;
}

tr:first-child {
  font-size: 40px;
}

th {
  font-size: 20px;
}

tr:firstChild {
  font-size: 40px;
}

.mh-100vh {
  min-height: 100vh;
}

#login-block {
  -webkit-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.4);
  z-index: 2;
}

@media (max-width: 991.98px) {
  #login-block {
    opacity: .95;
  }
}

@media (max-width: 991.98px) {
  #bg-block {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
    
#labeldates {
            
 margin-right: 120px;
            
}
}

@media (min-width: 992px) {
  .w-lg-75 {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .rounded-lg-0 {
    border-radius: 0 !important;
  }
}





#add {
  margin-right: 15px;
}

#greetingsText {
  color: rgb(108,117,125);
  font-size: 25px;
}

#image {
  width: 150px;
}

.logo {
  width: 150px;
}

@media (min-width: 1200px) {
  .w-xl-50 {
    width: 50%;
  }
    


}

@media (min-width: 400px) {
    
    #image {
  width: 200px;
}

}

@media (min-width: 800px) {
    
    #image {
  width: 300px;
}

}


.portfolio-navbar.navbar {
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
}

.gradient {
  background: linear-gradient(120deg,#212529,#0ea0ff);
  color: #fff;
}

.table-responsive.tableFixHead {
  overflow-y: auto;
}

.table-responsive.tableFixHead thead th {
  position: sticky;
  top: 0;
}

.h1, h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

#heading {
  margin-top: 20px;
}

.divimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
}

.imagebarbershop {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#firstcontainer {
  margin-bottom: 35px;
}

#userImage {
  width: 50px;
  height: 50px;
}

#userlist {
  display: block;
  margin-left: auto;
  margin-right: auto;
}



/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

img {
  border-radius: 50%;
} 
#image {
  border-radius: 0%;

}

tr:first-child {font-size: 40px;}
th {font-size: 20px;}

div.scrollmenu {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu tr {
  display: inline-block;
  color: white;
  font-size: 25px;
  text-align: center;
  padding: 6px;
  text-decoration: none;
}

div.scrollmenu tr:hover {
  background-color: #777;
}
    

tr:first-child {
  font-size: 20px;
}

th {
  font-size: 15px;
}


div.horizontalscroll {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
}

div.horizontalscroll tr {
  display: inline-block;
  color: white;
  font-size: 15px;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

div.horizontalscroll tr:hover {
  background-color: #777;
}

.horizontalscroll {
  cursor: pointer;
}

h7.all {
  display: inline-block;
  color: white;
  font-size: 15px;
  text-align: center;
  padding: 17px;
  text-decoration: none;
  background-color: #333;

  white-space: nowrap;

}

h7.all:hover {
  background-color: #777;

}

.all {
  cursor: pointer;
}

#vertical_centered {
margin-top: 20px;
margin-bottom: 20px;
}