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

.admin-items{
  margin:0px auto;
  width:80%;
  max-width: 600px;
  display: flex;
  flex-flow:row wrap;
  justify-content: space-around;
  min-height: 10vh;
  background: white;
  position: relative;
  z-index: 10;
}

.admin-option{
 flex:1;
 padding:10px;
 margin:5px;
 //border:1px solid black;
 border-radius: 15px;
 background: #185a84;
 text-align: center;
 display: flex;
 justify-content: center;
 align-items: center;
 font-family: 'Montserrat';
 cursor:pointer;
 color:#fff;
 transition: border-radius .4s;
 //transition-property: border-radius;

}


.admin-option:hover {
 background-color: #008ecb;
 //color:#fff;

}

.admin-display {
  color:#000;
  padding: 0 0 200px 0;
}

.small {
  width:30px;
}


.confirm-set {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;

}

.confirm-button-set {
  margin:10px 0;
}

.confirm-button {
  padding:10px;
  border: 1px solid white;
  border-radius: 10px;
  margin:10px;
}

.confirm-item {
  width: 400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin:10px 0;
  border-bottom: 1px solid white;
}

.confirm-readings {

  margin: 15px 0;

}

.confirm-set h2{

}

.confirm-set h3{
  font-size: 20px;
}

.confirm-set h4{
  font-size: 22px;


}

.confirm-set h5{
  margin: 0 0 10px;
  border-bottom: 1px solid white;
}

.result-line {
  display: flex;
  justify-content: space-around;
  width: 400px;
  margin: 10px 0;
  text-align: center;
}

.result-line-item {
  width:
  display: flex;
  flex-direction: column;
  align-items: center;
}

.confirm-readings-set {
  margin: 0 0 30px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;

}

.form-message {
	margin:20px auto;
	padding:10px;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	text-align: center;
	font-family: 'Raleway';
}

.form-message p{
	font-family: 'Roboto';
	font-weight:100;
	font-size: 18px;

}

.tpp p{
  margin: 20px 0 0;
  font-size: 28px;
}

.rotate1 {

}



.ad-editrow-set {

}
.ad-editrow {
  width:100%;
  margin:10px 0;
}

.ad-editrow p{
  margin: 0 15px 0 0;
}

.editRow td{
  vertical-align: middle;
}

.ad-edit-button-set {
  height:100%;

}

.full-height {
  min-height: 100%;
}

.ad-edit-button {
  margin:20px;
  background: rgb(0, 162, 6);
  padding: 8px;
  border-radius: 10px;
  color: #fff;
  flex:1;
  cursor:pointer;

}

.over {
  position: absolute;
  top:0;
  left:0;
  height:92vh;
  width:100vw;
  margin:0;
  padding: 5vh 0 0;
  z-index: 99;
  background: white;
}

.report-header-set {
    display: flex;
    justify-content: space-around;
    width: 60%;
    margin: 0 auto 25px;

}

.report-header-item {
    display: flex;
    flex-direction: column;
}

.exit {
  position: absolute;
  top:0;
  left:0;
  width:80px;
  height:80px;
  cursor: pointer;
}

.exit:hover {
    background: green
}

#admin-editRow td{
  border-bottom: none;
}

.np-small {
  max-width: 60px;
  padding: 5px;
  font-size: 10px;
}

.grand-set {
  margin:50px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grand-set h2{
  font-size: 18px;
  margin:5px auto 15px;
  border-bottom: 1px solid black;
}

.grand-set h5{
  font-size: 28px;
}


.equip-header {
    width:100%;
    padding:15px;
    margin: 0 auto;
    text-align: center;
}

.equip-form-section-set {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.equip-form-section {
    flex:1;
}

.equip-button-set {
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    margin: 8px 15px;
    padding: 15px;
    align-items: stretch;
    border: 1px solid black;
    border-bottom: none;
}

.equip-button-set-header {
    width: 90%;
    margin: 5px auto;
}

.exam-userForm {
    height: auto;
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    align-items: stretch;
    padding: 20px 0;
}


.exam-header {

}

.show-exams {
    //min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.exam-table {
    width: 80%;
    margin: 0 auto;
    color: white;
}

.exam-table tr{
    height: 50px;
}



.exam-table input{
    background: none;
    padding: 8px;
    text-align: center;
    font-size: 14px;
    color: white;
    border: none;
    outline: none;
    transition: all .3s;
}

.exam-table select{
    color: white;
}

.exam-table input:focus{
    border: 1px solid white;
    border-top: none;
    border-bottom: none;
    border-radius: 10px;
}

/* .exam-header {
    border-bottom: 1px solid white;
} */
.header-button-set {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
}

.header-button-set2 {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
}

.exam-menu-item {
    font-size: 16px;
    margin: 15px;
    padding: 10px;
    border: 1px solid white;
    border-radius: 15px;
}
.examInfo {
    border-bottom: 1px solid white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.exam-item {
    position: relative;
    margin: 0px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: center;
    //border-bottom: 1px solid white;

}



.exam-button {
    font-size: 16px;
    text-align: center;
    padding: 8px;
    border-radius: 15px;
    border: 1px solid white;
    background: rgb(0, 181, 45);
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100px;
    max-width: 200px;
    margin: 0px;
}

.exam-save {
    width: 200px;
    background: rgb(29, 179, 226);
}
.machine-select {
    padding: 15px;
    margin: 10px auto;
    border: 2px solid white;
    border-radius: 10px;

}

.machine-select-pane {
    height: 300px;
    padding: 10px;
    margin: 10px auto;
    background: white;
    color: black;
    overflow-y: scroll;
}

.machine-item {
    margin: 5px 0;
    padding: 8px;
}

#machine-selected {
    margin: 15px auto;
    font-size: 28px;
}

.entry-set {
    margin: 10px 0;
}

.entry-item {
    position: relative;
    z-index: 2;
    width: 85%;
    min-width: 300px;
    max-width: 450px;
    padding: 15px;
    margin: 0px auto;
    border: 2px solid white;
    border-radius: 10px;
    background: #1E577F;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    transition: all .5;
}

.entry-input-set {
    position: relative;
    //z-index: -3;
    width: 90%;
    max-width: 400px;
    margin: 0px auto;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: row wrap;
    transition: all 1.2;
}

.entry-set input, .entry-set textarea{
    background: none;
    padding: 8px;
    margin: 0 5px;
    text-align: center;
    font-size: 18px;
    color: white;
    border: none;
    border-bottom: 1px solid white;
    outline: none;
    transition: all .5s;
    max-width: 150px;
    flex: 1;
}

.entry-set input:focus{
    border: 1px solid white;
    border-top: none;
    border-bottom: none;
    border-radius: 10px;
}

.entry-set textarea{
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;

    flex: 1;
}

.entry-set textarea::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

.entry-input-select {
    min-width: 60px;
    color: white;
    margin: 3px 8px;
    padding: 10px;
    background: #132735;
    border-radius: 12px;
    transition: all .3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.entry-input-select:hover {
    background: rgb(17, 250, 145);
    color: black;
    transition: all .5;
}


.add-exam-item-list {
    color: black;
    background: white;
    padding: 20px;
    margin: 10px auto;
    width: 80%;
    height: 200px;
    overflow-x: scroll;

}



.add-exam-item {
    margin: 5px;

}

#openIssue {
    min-width: 0;
    background: #563030;
    font-size: 12px;
    max-width: 75px;
    padding: 0 8px;
    //margin: 0px auto 0;
    align-self: stretch;
}

.entry-item p{
    font-size: 11px;
    color: yellow;
}



.entry-description li{
  justify-content: flex-start;
  margin: 10px 0;
  font-size: 12px;
  border: none;
}



.hover {
  cursor:pointer;

}

.hover:hover {
  background: #1e70b9;
}

.txt-cent {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.hide {
    display: none;
}

.just-space {
    justify-content: space-around;
}
