.btn-group .btn-success.default {
  color: #000 !important;
  background-color: #fff !important;
}
.btn-group .btn-success.active {
  color: #fff !important;
  background-color: #1e7e34 !important;
}
.btn-group .btn-primary.default {
  color: #000 !important;
  background-color: #fff !important;
}
.btn-group .btn-primary.active {
  color: #fff !important;
  background-color: #0062cc !important;
}
.btn-group .btn-danger.default {
  color: #000 !important;
  background-color: #fff !important;
}
.btn-group .btn-danger.active {
  color: #fff !important;
  background-color: #bd2130 !important;
}

.snapshots {
  display: flex;
  justify-content: left;
  align-items: center;
}
.snapshots .snapshot {
  display: table;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.snapshots .snapshot img {
  cursor: pointer;
  width: 35px;
  height: auto;
  margin: 0 5px;
}
.snapshots .snapshot [type=checkbox] {
  width: 28%;
  position: absolute;
  top: 0;
  left: 0;
}

#screenshot .modal-body img {
  width: 100%;
}

table th.pink {
  background: #f3b0b0 !important;
}
table th.blue {
  background: #cad1f5 !important;
}
table th.gray {
  background: #919191 !important;
}
table th.odd-gray {
  background: #c7c7c7 !important;
}
table th.dark-gray {
  background: #2f2f2f !important;
}
table td.pink {
  background: #f3b0b0;
}
table td.blue {
  background: #cad1f5;
}
table td.red {
  background: #ef5252;
}
table td.green {
  background: #61fd5c;
}
table td.yellow {
  background: #fdef63;
}
table td.gray {
  background: #919191;
}
table td.odd-gray {
  background: #c7c7c7;
}
table td.dark-gray {
  background: #2f2f2f;
  color: #fff;
}
table td.red-line {
  position: relative;
}
table td.red-line:before {
  content: "";
  width: 80%;
  height: 1px;
  display: inline-block;
  background-color: #ee0000;
  position: absolute;
  top: 50%;
  left: 5px;
}
table td.norton img {
  width: 25px;
}

/*# sourceMappingURL=style.css.map */
