﻿#confirmButton[disabled] {
  background-color: darkgrey;
  pointer-events: none;
  cursor: default;
}

.insiderArea {
  margin-top: 40px;
  margin-bottom: 20px;
}

.insiderThreatQuestion {
  float: left;
  display: inline-block;
  font-weight: bold;
  margin-right: 30px;
  line-height: 36px;
}

.insiderThreatContainer {
  float: left;
  display: inline-block;
}
.insiderThreatContainer input {
  opacity: 0;
  position: absolute;
  left: -5000px;
  width: 0;
  height: 0;
}
.insiderThreatContainer label {
  float: left;
  display: inline-block;
  width: 100px;
  height: 37px;
  border: 1px solid #283890;
  background: white;
  color: #283890;
  font-size: 20px;
  text-align: center;
  line-height: 37px;
  text-transform: uppercase;
  cursor: pointer;
}
.insiderThreatContainer input[type=radio]:checked + label {
  background-color: #283890;
  color: white;
}

#dropdownContainer {
  width: 480px;
  margin-bottom: 32px;
}
#dropdownContainer .default.text {
  color: #777;
}
#dropdownContainer #siteSelection {
  font-family: "Arial";
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.22px;
}
#dropdownContainer #siteSelection .dropdown.icon:before {
  color: #283890;
  font-size: 27px;
}
#dropdownContainer #siteSelection .item {
  font-family: "Arial";
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.22px;
}
