

.admin-form-set {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  padding:20px 0;
    color: #000;
    position: relative;
    z-index: 1;
}

.admin-form-set h2{
  margin:5px auto 20px;
  width: 100%;
  text-align: center;
}

.admin-form-set select{

}

.admin-form-set input{
  padding:10px;
  font-size: 18px;
  border-radius: 15px;
}

.ad-form-button-set {
  display: flex;
  justify-content: space-around;
}

.admin-display input{
  text-align: center;
  padding: 6px;
  border-radius: 10px;
  font-size: 14px;
}

.rep-form{
  max-width: 400px;
  margin: 0 auto;
  padding: 0 20px;

  display: flex;
  flex-direction: column;
}

.rep-form-item{
	margin:10px 0;
	display: flex;
	flex-flow: row wrap;
  justify-content: space-around;
  align-items: stretch;
}

.rep-form-item h3{
	color:#000;
}

.rep-form select{

}

.form-row {
	margin:15px 100px 0;
	display: flex;
	flex-flow:row wrap;
	align-items: stretch;
	//justify-content: space-between;
	font-family: 'Montserrat';
	color:#fff;
	font-size: 14px;
	text-align: center;

}

.form-row-item {
  max-width: 200px;
  background: #878787;
  padding:5px;
  font-size: 12px;
  //border: 1px solid #000;
  border-radius: 15px;
  margin:0 15px;
  flex:1;
}

.form-row h2{
	font-size: 12px;
	margin:0 10px 0 0;
	color: #878787;
}

.daily-button-1 {
  position: relative;
  min-width: 200px;
	max-width: 400px;
	margin:10px 20px;
	padding:10px;
	color:#fff;
  background: #37bdac;
  border: 1px solid white;
  border-radius: 15px;
	font-size: 26px;
  text-align: center;
	display: flex;
	flex-flow:center;
	justify-content: center;

}

.menu-set {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: stretch;
    height: 8vh;
    list-style: none;
    margin: 15px auto;
    padding: 0 0 15px;
    border-bottom: 1px solid #000;
    position: relative;
    z-index: 10;
}

.menu-set h2{
  font-family: 'Impact';
  font-size: 32px;
}

.menu-item {
  display: flex;
    justify-content: center;
    align-items: center;
    background: #878787;
    margin: 0 3px;
    color: #fff;
    flex: 1;
    font-family: 'Dosis';
    text-align: center;
}


.form_daily {
	width: 100%;
    min-height: 400px;
	max-width: 600px;
	margin:0 auto;
  padding: 10px 0;
	background: #1E577F;
  color: #fff;
  position: relative;
  border-radius: 20px;
      display: flex;
    flex-direction: column;
    justify-content: space-around
}

.title {
  background: none;
  color: black;
}

.form-daily-top {
  padding: 0 0px;
display: flex;
flex-flow: column wrap;
font-size: 16px;
}

.form-daily-top select {
  width: 300px;
  margin: 10px auto ;
  background: #2386a7;
  border: 1px solid white;
  padding: 8px;
  color: white;
  font-size: 22px;
  border-radius: 15px;
  text-align: center;
  outline:none;
}




.form-daily-top input{
  width: 300px;
  margin: 10px auto ;
  background: #2386a7;
  border: 1px solid white;
  padding: 8px;
  color: white;
  font-size: 22px;
  border-radius: 15px;
  text-align: center;
  outline:none;
}


input[type="number"]::-webkit-inner-spin-button {
   display: none;
  }



input[type="date"]::-webkit-calendar-picker-indicator{
    font-size: 15px;
   }

input[type="date"]::-webkit-clear-button {
   display:none;

  }
 input[type="date"]::-webkit-inner-spin-button {
   display: none;
  }




.rep-form-item select {
  margin: 0 0 0 30px;
  padding: 15px;
  min-width: 200px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background: #878787;
  color:white;
  text-align: center;
}

.rep-form-item select{
  /* color:#000;
  padding:15px; */
}

.admin-button {
    margin: 5px 5px;
    padding:10px;
    flex:1;
    background: rgb(0, 156, 255);
    //border: 3px solid #000;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.admin-button:hover {
  background: rgb(0, 162, 6);
}

.small-button {
  max-width: 100px;
  margin:10px auto;
}

.emp-form {
  max-width: 400px;
  margin:0 auto;
  min-height: 100px;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}

.emp-form h2{

}

.addjob {
  display: flex;
  justify-content: space-around;
}

#custom-dates {
    display: flex;
    flex-flow: row nowrap;

}

#custom-dates input {
    border: none;
    border-bottom: 1px solid black;
    padding: 5px;
    font-size: 12px;
    margin: 5px;
}

#custom-dates h3{
    font-size: 10px;
    margin: 3px;
}


.message {
    max-width: 400px;
    padding: 0 30px;
    margin: 0 auto;
}

.bold {
    font-weight: 700;
}
