@charset "UTF-8";

/* CSS Document */

.text {
  display: none
}

input:checked+.text {
  display: block
}

.main_div {
  background: #efefef;
  padding: 5px;
  width: 100%;
}

.description_div {
  background: #fefefe;
  padding: 10px;
  width: 100%;
}

.inner_div {
  background: #fff;
  margin-top: 10px;
  height: auto;
}

.inner_div h4 {
  padding-bottom: 5px;
}

.buttons a, button.btn-choice {
  background-color: white;
  color: black;
  border: 2px solid #595959;
  border-radius: 4px;
  font-size: 14px;
  padding: 5px;
  width:100%;
}

.pointed {
  cursor:pointer;
}

.empty {
  min-height: 210px;
}

.snug-fit {
  margin: 0px !important;
}

.severe-panel {
  padding: 5px;
}

.thumbnail > img.dense-img {
  float: none;
  display: inline-block;
}

.buttons a:hover {
  background-color: #595959;
  color: white;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
}

.modal-lg {
  width: 100%;
}

.pdf-frame {
  width: 100%;
  height: 60vh;
  min-height: 400px;
}

.buttons h4 {
  padding-bottom: 10px;
}

.btn-success {
  margin: 5px;
}

.treatmentOptions {
  margin: 0 auto;
}

.treatmentDiv {
  text-align: center;
}

#descriptionImage {
  float: right;
  height: 200px;
  width: 250px;
}

#severityImage {
  height: 250px;
  width: 100%;
}

#ruttingImage {
  height: 250px;
  width: 400px
}

.borderHighlightImg {
  box-shadow: inset 0 0 0 3px #595959;

}

.borderUnhighlightImg {
  box-shadow: inset 0 0 0 0px #000000;
}

.borderHighlightSev {
  box-shadow: inset 0 0 0 3px #595959;
}

.borderUnhighlightSev {
  box-shadow: inset 0 0 0 0px #000000;
}

.constructionDescription {
  height: 250px;
  width: 250px;
}

.instruction {
    text-decoration: underline;
    font-weight: bold;
}

.instructionStep2, .instructionStep3 {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.instructionStep4 {
    margin-bottom: 5px;
}

.footerWarning {
  text-align: center;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
}

.disclaimer {
  font-size: .5em;
  font-style: italic;
  color: #7f8c8d;
}

.btn-primary, .btn-success {
    color: #fff;
    background-color: #424242;
    border-color: #000;
    width:100%;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #9D2235;
    border-color: #000;
    width:100%;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success:active:focus {
    background-color: #000000;
    border-color: #000000;
    font-weight: normal;
    width:100%;
}
.dl-parent {
  display: flex;
  justify-content: center;
}
.dl-btn {
  width: 300px;
}

.modal-dialog.modal-lg {
  top: 20%;
}
