#donatePopipDiv {
  min-height: 200px;
  width: 100%;
}

.topControl {
  padding: 10px;
  width: 100%;
}

#timeClockModalContent {
  padding: 10px;
}

#shift_div {
  display: none;
}

#location {
  height: 50px;
}

.aioCustomField > input,
.aioCustomField > select {
  min-height: 50px;
  width: 100%;
}

#map_wrapper {
  width: 100%;
  min-height: 400px;
  text-align: center;
}

#map_cont {
  position: relative;
  width: 100%;
  min-height: 500px;
}

#report-google-map,
#animate-google-map {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#clockMessage,
#jsTimer {
  text-align: center;
}

#employeeReportTable {
  overflow-x: auto;
}

.epProfileField {
  width: 100%;
  min-height: 60px;
}

#breakButton {
  cursor: pointer;
}

#managerReportButton a,
#employeeReportButton a {
  font-family: "Roboto", sans-serif;
}

.aiotooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.aiotooltip .aiotooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.aiotooltip:hover .aiotooltiptext {
  visibility: visible;
}

#employeeProfile input[type="text"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}

.aio_row {
  width: 100%;
  padding: 10px;
}

.aio_row > label {
  font-weight: 800;
  float: left;
  padding-right: 30px;
}

.aio_row > input, .aio_row > select{
  min-width: 300px;
  min-height: 30px;
  padding: 5px;
}

.managerProfileInput {
  padding: 10px 0 10px 0;
  width: 100%;
}

#employeeProfile input[type="button"],
input[type="submit"],
input[type="reset"] {
  background-color: #4caf50;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

.aio-hide {
  display: none !important;
}

.aio-vl {
  border-left: 2px solid #4caf50;
  height: 60px;
  padding-left: 5px;
}

#aio_time_clock a,
#aio_time_clock_pin_pad a,
#aio_time_clock_quick_pick a {
  text-decoration: none;
}

#aio_time_clock .button {
  text-decoration: none;
}

#aio_time_clock input.invalid,
#aio_time_clock_pin_pad input.invalid,
#aio_time_clock_quick_pick input.invalid {
  background-color: #ec4949;
}

#aio_time_clock select.invalid {
  background-color: #ec4949;
}

.aio_generic_button {
  background-color: #4caf50;
  /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.aio_generic_button_small {
  background-color: #4caf50;
  /* Green */
  border: none;
  color: white !important;
  padding: 10px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
}

.aio_generic_button_xsmall {
  background-color: #4caf50;
  /* Green */
  border: none;
  color: white !important;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  max-width: 80px;
}

/* spinner */

.aio-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  margin: 0px auto;
  -webkit-animation: rotation 0.6s infinite linear;
  -moz-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
  border-left: 6px solid rgba(0, 174, 239, 0.15);
  border-right: 6px solid rgba(0, 174, 239, 0.15);
  border-bottom: 6px solid rgba(0, 174, 239, 0.15);
  border-top: 6px solid rgba(0, 174, 239, 0.8);
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

/* (A) FULL SCREEN WRAPPER */
#aio-spinner-full {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.2s;
}

/* (B) CENTER LOADING SPINNER */
#aio-spinner-full img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

/* (C) SHOW & HIDE */
#aio-spinner-full {
  visibility: hidden;
  opacity: 0;
}

#aio-spinner-full.show {
  visibility: visible;
  opacity: 1;
}

#pinPadCustom {
  width: 350px;
}

.pin-pad-wrapper .row {
  text-align: center;
}

.aio-pinpad {
  max-width: 350px !important;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.aio-pinpad .pin-pad-wrapper {
  display: block;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  background-color: #263238;
  border-radius: 5px;
  padding: 25px;
}

.aio-pinpad .pin-pad-wrapper:before,
.aio-pinpad .pin-pad-wrapper:after {
  content: "";
  z-index: -1;
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.aio-pinpad .pin-pad-wrapper:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

.aio-pinpad .pin-pad-wrapper .pin {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #90a4ae;
}

.aio-pinpad .pin-pad-wrapper .pin i {
  margin-left: 5px;
  margin-right: 5px;
}

.aio-pinpad .pin-pad-wrapper span {
  display: block;
  padding: 5px;
}

.aio-pinpad .pin-pad-wrapper button {
  border: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 30px;
  border-radius: 5px;
  color: #90a4ae;
  background-color: #37474f;
  -webkit-box-shadow: 0 5px 8px -6px #000;
  -moz-box-shadow: 0 5px 8px -6px #000;
  box-shadow: 0 5px 8px -6px #000;
}

.aio-pinpad .pin-pad-wrapper button span {
  display: block;
  text-align: center;
  font-size: 30px;
}

.aio-pinpad .pin-pad-wrapper button:hover {
  color: #8a9faa;
  background-color: #334249;
  text-decoration: none;
}

.aio-pinpad .pin-pad-wrapper button:active,
.aio-pinpad .pin-pad-wrapper button:focus {
  color: #8198a3;
  background-color: #2d3940;
  -webkit-box-shadow: 0 2px 8px -6px #000;
  -moz-box-shadow: 0 2px 8px -6px #000;
  box-shadow: 0 2px 8px -6px #000;
  text-decoration: none;
}

#shift_div #shift_button {
  margin-top: 20px;
}

.full-width-button,
#shift_button {
  width: 95% !important;
}

#aio-tc-qrcode {
  text-align: center;
  display: flex;
  flex-direction: column;
}

table.dataTable thead th,
table.dataTable thead td {
  border-bottom: none !important;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  border-top: none !important;
}

.pinPadForm {
  width: 390px;
  margin: 50px auto;
  background: #fff;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0px 5px 5px -0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.pinPadButtons {
  display: block;
}

#passwordCustom,
#pin_number {
  padding: 0 40px;
  border-radius: 5px;
  width: 100%;
  margin: auto;
  border: 1px solid rgb(228, 220, 220);
  outline: none;
  font-size: 60px;
  color: transparent;
  text-shadow: 0 0 0 rgb(71, 71, 71);
  text-align: center;
}

.top-pad {
  margin-top: 10px;
}

#shift_notes {
  width: 100%;
  height: 50px;
}

#predefined_shifts {
  height: 50px;
}

#shift_div {
  padding-bottom: 10px;
}

#shift_button {
  margin-top: 10px;
}

.aio-action-btn {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.aio-action-btn:hover {
  opacity: 0.5;
}

.aio-green {
  color: #fff !important;
  background-color: #4caf50 !important;
}

.aio-red {
  color: #fff !important;
  background-color: #f44336 !important;
}

.dataTables_length,
.dataTables_filter {
  padding: 10px;
}

#aio-tc-employee-list, #aio-manager-profile, #aio-monitoring-page, #reportResults {
  max-width: 90%;
  padding: 20px;
}

#aio_time_clock_pin_pad {
  width: 350px;
}

#passwordCustom,
#pin_number {
  outline: none;
}

.pinButton {
  border: none;
  background: none;
  font-size: 1.5em;
  border-radius: 50%;
  height: 60px;
  font-weight: 550;
  width: 60px;
  color: transparent;
  text-shadow: 0 0 0 rgb(102, 101, 101);
  margin: 7px 20px;
}

.clearCustom,
.enterCustom {
  font-size: 1em !important;
}

.pinButton:hover {
  box-shadow: #506ce8 0 0 1px 1px;
}

.pinButton:active {
  background: #506ce8;
  color: #fff;
}

.clearCustom:hover {
  box-shadow: #ff3c41 0 0 1px 1px;
}

.clearCustom:active {
  background: #ff3c41;
  color: #fff;
}

.enterCustom:hover {
  box-shadow: #47cf73 0 0 1px 1px;
}

.enterCustom:active {
  background: #47cf73;
  color: #fff;
}
