body { background-color: lightgrey; overflow: hidden }

#container {width: 905px;margin: auto;min-height: 70vh;display: block;padding-top: 101px;background-color: white;overflow: auto}

.head, .foot { position: fixed; z-index: 9; left: 0; right: 0; margin: auto }

.head { top: 0 } .foot { bottom: 0 }

hr { display: block; float: left; width: 100%; visibility: hidden; }

hr.v { visibility: visible; margin: 10px 0; }

label { float: left }

label+label { margin-left: 20px }

br+label { margin-top: 10px }

input:not([type=submit]), select { background-color: white; border: 1px solid #aaa; border-radius: 4px; height: 26px; padding: 0 0.5rem; font-family: Arial }

input[type=checkbox] { position: relative; top: -2px; border-radius: 4px }

select { height: 28px }

.select2 {font-family: Arial; font-size: 12px }

.rep { display: none }

fieldset {

  float: left;

  width: 852px;

  display: block;

  margin: 0;

  padding: 20px 25px;

  margin-bottom: 10px;

  background-color: white;

  border: 1px solid grey;

  height: calc(100vh - 283px);

  overflow-y: auto;

  overflow-x: hidden;

}

.c+.c { margin-top: 10px }

#add, #ok { margin: 0px auto; display: block; text-transform: uppercase; height: 30px; cursor: pointer; }

#customAlertOverlay {

  display: none;

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.5);

  z-index: 9998;

}

#customAlertBox {

  display: none;

  position: fixed;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  background-color: white;

  padding: 20px;

  border-radius: 5px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

  z-index: 9999;

  text-align: center;

}

#closeAlert {

  margin-top: 15px;

  padding: 8px 15px;

  background-color: #007bff;

  color: white;

  border: none;

  border-radius: 3px;

  cursor: pointer;

}

#upload { display: none }

#upload input {

  width: 26em;

  margin-top: 12px;

  margin-left: 12px;

}

.botoes {

  margin-top: 12px;

  display: inline-block;

  width: 100%;

  text-align: center;

}

.botoes button+button {

  margin-left: 12px;

}

#upload .info {

  margin-top: -10px;

  white-space: pre;

  line-height: 14px;

}

.abas {

  position: relative;

  z-index: 9;

}

.aba {

  float: left;

  padding: 6px 12px;

  border: 1px solid grey;

  cursor: pointer;

  border-top-left-radius: 4px;

  border-top-right-radius: 4px;

  margin-right: 8px;

  margin-bottom: -1px;

  font-weight: bold;

}

.aba.a {

  background-color: grey;

  color: white;

}

.aba.d {

  background-color: salmon;

  color: white;

}

#login {

  width: 200px;

  margin: 0 auto;

  padding: 40px 0;

}

#login input:not([type=submit]), #login button {

  width: 90%;

  margin-top: 20px;

  text-align: center;

}

#login input[type=submit] {

  margin: 20px auto;

  display: block;

}