@charset "utf-8";


body {
  background: url('/images/background.jpg') center fixed no-repeat !important;
  font-family: "Roboto", sans-serif;
  color: black;
  background: #f2f2f2;
  font-size: 14px;
  padding: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.wrapper {
  display: block;
  grid-template-columns: repeat(10, 1fr);
  /*background: white;*/
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
  
td {
  border: solid 1px lightgrey;
}

th {
  background-color: gray;
  text-align: center;
}

.btn-cell {
  text-align: center;
  vertical-align: middle;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

table{
  box-shadow: 0px 0px 4px #cacaca;
}

.td-left{
  width: 620px;
  padding-bottom: 0 !important;
}

.btn-selected {
  box-shadow: 0px 0px 10px rgb(20, 0, 255);
}

.btn-checklist {
  vertical-align: middle;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.indent {
  padding-left: 30px !important;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  body {
    padding: 0;
  }

  .sidebar-wrapper {
    position: static;
    width: inherit;
  }

  .wrapper {
    display: block;
  }

  .main-wrapper {
    padding: 30px;
  }

  .main-wrapper .time {
    position: static;
    display: block;
    margin-top: 5px;
  }

  .main-wrapper .upper-row {
    margin-bottom: 0;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body {
    padding: 0;
  }

  .sidebar-wrapper {
    position: static;
    width: inherit;
  }

  .wrapper {
    display: block;
  }

  .main-wrapper {
    padding: 30px;
  }

  .main-wrapper .time {
    position: static;
    display: block;
    margin-top: 5px;
  }

  .main-wrapper .upper-row {
    margin-bottom: 0;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* Ex-Large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {
}