@import url("https://cdn.datatables.net/1.12.1/css/jquery.dataTables.min.css");

.mwd-sn-pv {
  background-image: url("bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 1em;
}

.mwd-sn-pv-overlay {
  background-color: rgba(250, 251, 253, 0.94);
}

.demo-container {
  min-height: 240px;
  padding: 2em;
}

.sbao-section-input {
	
}

.sbao-section-results {

}

.sbao-container-results {
  padding: 1em;
}

.sbao-container-search-input {
  padding: 1em;
}

.sbao-btn-search {
  margin-left: -20px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.sbao-btn-search::before {
  content: "\f002";
  font-family: FontAwesome;
  color: #ffffff;
  float: left;
}

.sbao-input-search {
  padding-right: 40px;
  border-right: 0;
  border-radius: 0;
  width: 100%;
  outline: none !important;
  outline: 0 !important;
}

.sbao-btn-options-container {
  padding: 1em;
}

.sbao-highlight-results-01 {
  color: #ff6f50;
  font-weight: 600;
}

.sbao-highlight-results-02 {
  color: #0045c0;
  font-weight: 600;
}

.sbao-highlight-results-03 {
  color: #25ced1;
  font-weight: 600;
}

textarea:focus,
input[type="search"]:focus,
input[type="submit"]:focus,
.form-select:focus,
.btn:focus {
  border-color: rgba(208, 212, 218, 0.9);
  box-shadow: none !important;
  outline: 0 none !important;
}

.sbao-container-content-search {
  padding: 20px;
}

.sbao-container-radio-buttons {
  margin: 1em 0;
  padding: 0;
}

.sbao-col-radio-button input {
  display: none;
}

.sbao-col-radio-button label {
  display: block;
  position: relative;
  padding: 10px 20px 4px 40px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  text-align: right;
}

.sbao-col-radio-button label::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 100%;
}

.sbao-col-radio-button label:hover,
input:focus + label {
  border-bottom: 1px dashed rgb(0, 0, 0, 1);
  color: rgba(0, 0, 0, 1);
}

.sbao-col-radio-button label::before:hover {
  border: 2px solid rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 1);
}

.sbao-col-radio-button label:hover::before {
  border: 2px solid rgba(0, 0, 0, 0.6);
}

.sbao-col-radio-button input:checked + label {
  border-bottom: 1px dashed rgb(0, 0, 0, 1);
  color: rgba(0, 0, 0, 0.9);
}

.sbao-col-radio-button input:checked + label::before {
  position: absolute;
  font-family: "FontAwesome";
  font-size: 14px;
  content: "\f00c";
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 1);
  font-weight: bold;
  text-align: center;
}

.dataTables_paginate {
  margin-top: 20px;
}
