.ob-section {
  margin-top: 65px;
}

@media (min-width: 300px) {
  .ob-container {
    padding: 0 25px;
    padding-top: 55px;
  }
}

@media (min-width: 992px) {
  .ob-container {
    padding: 0;
    padding-top: 85px;
  }
}

.ob-season-drop {
  height: 50px;
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  border-style: none;
}

.ob-tabs-drop {
  height: 50px;
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  border-style: none;
}

.btn.ob-season-drop-toggle:hover {
  border: 1px solid #222222;
  box-shadow: 0px 0px 5px 0px #777777;
  transition: 0.2s ease;
}

.btn.ob-tabs-drop-toggle:hover {
  border: 1px solid #222222;
  box-shadow: 0px 0px 5px 0px #777777;
  transition: 0.2s ease;
}

.btn.ob-season-drop-toggle {
  width: 100%;
  height: 100%;
  padding-right: 40px;
  border-radius: 10px;
  border: 1px solid #222222;
  z-index: 1111;
}

.btn.ob-tabs-drop-toggle {
  width: 100%;
  height: 100%;
  padding-right: 40px;
  border-radius: 10px;
  border: 1px solid #222222;
  z-index: 1111;
}

.ob-season-drop-toggle::after {
  position: absolute;
  right: 15px;
  top: 13px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  transform: rotate(225deg);
  border-top: 2px solid;
  border-bottom: 2px solid transparent;
  border-left: 2px solid;
  border-right: 2px solid transparent;
  transition: 0.3s;
}

.ob-tabs-drop-toggle::after {
  position: absolute;
  right: 15px;
  top: 13px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  transform: rotate(225deg);
  border-top: 2px solid;
  border-bottom: 2px solid transparent;
  border-left: 2px solid;
  border-right: 2px solid transparent;
  transition: 0.3s;
}

.ob-season-drop-menu {
  display: block;
  opacity: 0;
  top: 50px !important;
  height: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  overflow-y: scroll;
  width: 100%;
  z-index: 11111;
}

.ob-tabs-drop-menu {
  display: block;
  opacity: 0;
  top: 50px !important;
  height: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  overflow-y: scroll;
  width: 100%;
  z-index: 11111;
}

@media (min-width: 300px) {
  .ob-download-btn {
    margin: 0;
    width: 100%;
    padding: 5px 7px;
    font-size: 0;
    color: #222222;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: 0.3s;
  }
}

@media (min-width: 768px) {
  .ob-download-btn {
    margin: 0;
    width: 100%;
    padding: 5px 17px;
    font-size: 0;
    color: #222222;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.3s;
  }
}

@media (min-width: 992px) {
  .ob-download-btn {
    margin: 0;
    width: 100%;
    padding: 5px 17px;
    font-size: 15px;
    color: #222222;
    border: 1px solid rgba(0, 0, 0, 0.1);
    /*background-color: #ffffff;*/
    transition: 0.3s;
  }
}

.ob-download-btn:hover {
  color: #ffffff;
  background-color: #555555;
}

.ob-downloadAll-btn {
  margin: 0;
  width: 100%;
  height: 50px;
  padding: 0px 25px;
  font-size: 15px;
  color: var(--bs-green);
  border: 1px solid var(--bs-green);
  background-color: #ffffff;
  transition: 0.3s;
}

.ob-downloadAll-btn:hover {
  color: #ffffff;
  background-color: var(--bs-success);
}

.ob-downloadAll-btn:focus {
  border: 1px solid var(--bs-success) !important;
}

.ob-results-btn {
  margin: 0;
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  font-size: 15px;
  color: #ffffff;
  background-color: var(--bs-primary);
  transition: 0.3s;
  font-weight: 500;
}

.ob-results-btn:hover {
  color: #ffffff;
  background-color: var(--bs-success);
}

.ob-season-drop-toggle.show.ob-season-drop-toggle::after {
  transform: rotate(45deg);
  margin-top: 7px;
}

.ob-tabs-drop-toggle.show.ob-tabs-drop-toggle::after {
  transform: rotate(45deg);
  margin-top: 7px;
}

.btn.ob-season-drop-toggle.show {
  border: 1px solid var(--bs-green);
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 5px 0px var(--bs-green);
}

.btn.ob-tabs-drop-toggle.show {
  border: 1px solid var(--bs-green);
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 5px 0px var(--bs-green);
}

.btn.ob-season-drop-toggle.show:hover {
  box-shadow: 0px 0px 5px 0px var(--bs-green);
}

.btn.ob-tabs-drop-toggle.show:hover {
  box-shadow: 0px 0px 5px 0px var(--bs-green);
}

.ob-season-drop-menu.show {
  box-shadow: 0px 1px 5px 0px var(--bs-green);
  border: 1px solid var(--bs-green);
  border-top: none;
  height: 225px;
  opacity: 1;
  top: 50px !important;
  transform: none !important;
  transition: all 0.15s linear;
  transition-delay: 0.1s;
  z-index: 11111;
}

.ob-tabs-drop-menu.show {
  box-shadow: 0px 1px 5px 0px var(--bs-green);
  border: 1px solid var(--bs-green);
  border-top: none;
  height: 225px;
  opacity: 1;
  top: 50px !important;
  transform: none !important;
  transition: all 0.15s linear;
  transition-delay: 0.1s;
  z-index: 11111;
}

@media (min-width: 300px) {
  .ob-download-btn-i {
    font-size: 20px;
    margin: 0;
  }
}

@media (min-width: 300px) {
  .ob-downloadAll-btn-i {
    font-size: 20px;
    margin: 0;
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .ob-download-btn-i {
    font-size: 20px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .ob-downloadAll-btn-i {
    font-size: 20px;
    margin-right: 15px;
  }
}

.ob-option-row {
  margin-bottom: 40px;
  width: 100%;
}

.ob-option-row span {
  width: -webkit-fill-available;
  max-width: max-content;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 300px) {
  .ob-col-h {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .ob-col-h {
    margin-bottom: 40px;
  }
}

@media (min-width: 300px) {
  .ob-hd-row {
    display: none;
  }
}

@media (min-width: 768px) {
  .ob-hd-row {
    display: flex;
    width: 100%;
    height: 35px;
    padding: 0 15px;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .ob-hd-row {
    display: flex;
    width: 100%;
    height: 35px;
    padding: 0 15px;
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .ob-hd-row {
    display: flex;
    width: 100%;
    height: 35px;
    padding: 0 15px;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .ob-hd-date {
    margin-right: 45px;
  }
}

@media (min-width: 1200px) {
  .ob-hd-date {
    margin-right: 75px;
  }
}

@media (min-width: 300px) {
  .ob-file-row {
    width: 100%;
    height: 50px;
    padding: 0 5px;
  }
}

@media (min-width: 576px) {
  .ob-file-row {
    width: 100%;
    height: 50px;
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .ob-file-row {
    width: 100%;
    height: 50px;
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  .ob-file-row {
    width: 100%;
    height: 50px;
    padding: 0 15px;
  }
}

@media (min-width: 1200px) {
  .ob-file-row {
    width: 100%;
    height: 50px;
    padding: 0 15px;
  }
}

.ob-file-row.even {
  background-color: #e3ffe0;
}

input.ob-check-pv {
  opacity: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

input.ob-checkAll-pv {
  opacity: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.ob-check-d {
  position: relative;
  height: 25px;
  width: 25px;
}

.ob-checkAll-d {
  position: relative;
  height: 25px;
  width: 25px;
}

.ob-check-i {
  position: absolute;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  top: 0;
  left: 0;
  color: #555555;
  width: 25px;
  height: 25px;
  border: 2px solid #555555;
  border-radius: 4px;
  transition: 0.2s;
}

.ob-checkAll-i {
  position: absolute;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  top: 0;
  left: 0;
  color: #555555;
  width: 25px;
  height: 25px;
  border: 2px solid #555555;
  border-radius: 4px;
  transition: 0.2s;
}

.ob-check-d:hover .ob-check-i {
  box-shadow: 0px 0px 0px 3px #bbbbbb;
  color: #222222;
  border-color: #222222;
}

.ob-checkAll-d:hover .ob-checkAll-i {
  box-shadow: 0px 0px 0px 3px #bbbbbb;
  color: #222222;
  border-color: #222222;
}

.ob-check-d:hover .ob-check-i.selected {
  color: #ffffff;
  border: 2px solid #007b3b;
  background-color: #007b3b;
  box-shadow: none;
}

.ob-checkAll-d:hover .ob-checkAll-i.selected {
  color: #ffffff;
  border: 2px solid #007b3b;
  background-color: #007b3b;
  box-shadow: none;
}

.ob-check-i.selected {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  padding: 2px;
  color: #ffffff;
  width: 25px;
  height: 25px;
  border: 2px solid var(--bs-primary);
  background-color: var(--bs-primary);
  border-radius: 4px;
}

.ob-checkAll-i.selected {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  padding: 2px;
  color: #ffffff;
  width: 25px;
  height: 25px;
  border: 2px solid var(--bs-primary);
  background-color: var(--bs-primary);
  border-radius: 4px;
}

@media (min-width: 768px) {
  .ob-hd-title {
    margin: 0;
  }
}

.ob-pv-title a {
  text-decoration: none;
  color: #222222;
  transition: 0.2s;
}

.ob-pv-title a:hover {
  color: var(--bs-primary);
}

@media (min-width: 300px) {
  .ob-pv-title {
    font-size: 15px;
    color: #222222;
    margin: 0;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.4rem;
    transition: 0.2s;
  }
}

@media (min-width: 768px) {
  .ob-pv-title {
    font-size: 15px;
    color: #222222;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .ob-pv-title {
    font-size: 15px;
    color: #222222;
    margin: 0;
    padding-right: 20px;
  }
}

.ob-pv-title:hover {
  color: var(--bs-green);
}

@media (min-width: 300px) {
  .ob-pv-date {
    font-size: 14px;
    color: #222222;
    padding: 0;
    margin: 0;
    line-height: 1.4rem;
  }
}

@media (min-width: 992px) {
  .ob-pv-date {
    margin-right: 50px;
  }
}

@media (min-width: 1200px) {
  .ob-pv-date {
    margin-right: 75px;
  }
}

@media (min-width: 768px) {
  .ob-hd-downbtn {
    width: 250px;
  }
}

@media (min-width: 992px) {
  .ob-hd-downbtn {
    width: 250px;
  }
}

@media (min-width: 1200px) {
  .ob-hd-downbtn {
    width: 250px;
  }
}

.ob-hd-hr {
  padding: 0;
  margin: 0;
}

@media (min-width: 1200px) {
  .ob-heading {
    font-size: 30px;
  }
}

.ob-files-date {
  font-size: 18px;
  margin: 0;
  margin-right: 10px;
  color: #888888;
}

.ob-files-h {
  font-size: 20px;
  color: #555555;
}

@media (min-width: 300px) {
  .ob-files-head {
    background-color: rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #bbbbbb;
    padding: 10px;
  }
}

#ob-no-results {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 97%;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid #bbbbbb;
  border-radius: 10px;
  font-size: 20px;
}

@media (min-width: 300px) {
  .add-pv-btn {
    position: absolute;
    top: -40px;
    left: 0;
    margin: 0;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    border: none;
    background-color: var(--bs-primary);
    transition: 0.2s;
  }
}

@media (min-width: 768px) {
  .add-pv-btn {
    top: auto;
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .add-pv-btn {
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.add-pv-btn:hover {
  color: #ffffff;
  border: none;
  background-color: var(--bs-success);
}

@media (min-width: 300px) {
  .pvs-edits {
    position: absolute;
    left: 50%;
  }
}

@media (min-width: 768px) {
  .pvs-edits {
    left: 75%;
  }
}

@media (min-width: 992px) {
  .pvs-edits {
    left: 70%;
  }
}

@media (min-width: 1200px) {
  .pvs-edits {
    left: 73%;
  }
}

.pv-delete i:hover {
  font-weight: bold;
}

.pv-edit i:hover {
  color: var(--bs-primary);
}

.pv-delete {
  color: darkred;
  left: 0;
}

.pv-edit {
  right: 0;
  color: #222222;
}

.pv-delete,
.pv-edit {
  position: absolute;
  text-decoration: none;
  font-size: 20px;
  transition: 0.2s;
}
