body {
  padding: 0 !important;
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #1f6ef4;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background: #46c9e9;
}

nav {
  -webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.75);
  min-height: 95px;
  height: 10vh;
  max-height: 120px;
  background-color: white;
}

nav>.container {
  height: 100%;
}

/* .barcode-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1030;
} */

.img-logo {
  height: 100%;
  padding: 5px;
  max-height: 10vh;
}

.img-barcode {
  width: 150px
}

.content {
  margin-top: 25px;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel.panel-default {
  -webkit-box-shadow: 0px 0px 12px -2px rgba(150, 150, 200, 1);
  -moz-box-shadow: 0px 0px 12px -2px rgba(150, 150, 200, 1);
  box-shadow: 0px 0px 12px -2px rgba(150, 150, 200, 1);
}

.panel-default > .panel-heading {
  background-color: #114b86;
  border-color: #114b86;
  color: #ffffff;
}

.panel-heading {
  padding: 10px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-title {
  font-size: 2.5em;
  margin-bottom: 15px;
  font-weight: 300;
}

.panel-body {
  padding: 15px;
  background-color: #ffffff;
  color: #3b5b72;
}

.glyphicon {
  border: 1px solid;
  border-radius: 50%;
  cursor: pointer;
}

.panel-group .panel {
  margin-bottom: 5px;
  border-radius: 4px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: white;
  border-color: #bce8f1;
}

.panel-small .panel-title {
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 0px;
}

.panel-collapse > .panel-body {
  border-top: 1px solid #bce8f1;
  background: rgba(208, 238, 237, 0.3);
}

.return:hover {
  text-decoration: none;
  cursor: pointer;
}

.radio {
  position: relative;
  display: block;
}

.justify-right .form-inline {
  justify-content: flex-end;
}

li {
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: justify;
  line-height: 1.4;
}

input {
  color: #283e6a;
}

.w-10 {
  width: 10%;
}

.w-40 {
  width: 40%;
}

.day-value-info {
  z-index: 1;
  position: sticky;
  top: 2em;
  min-height: 2em;
  background: white;
}

.not-approved {
  font-size: larger;
  font-weight: bolder;
  text-align: center;
  width: 40px;
  background-color: #fff !important;
  border: 2px solid #ced4da;
}

.not-approved:hover {
  cursor: pointer;
}

.iconify {
  font-size: 1.7rem;
}

.green-row {
  background-color: #e2efda;
}

.blue-row {
  background-color: #d9e1f2;
}

.red-row {
  background-color: #fff2cc;;
}

/* .violet-color {
  color: #7243a0;
} */

.dropdown-day:hover {
  text-decoration: none;
}

@media (max-width: 600px) {
  #table_content {font-size: 0.6rem;}
}

/* remove arrows from input type="number" */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
