/* 508 Compliance Styles*/

.dataFilterDiv{
  display: none !important;
}
#CDC-Logo {
    width: 65px;
}
#ARC-logo-div {
    padding-right: 10px;
    padding-left: 10px;
}
.menuLabel{
  color:#08519c;
}
.modal-content-text a{
    color:#08519c;
}
input[type="checkbox"]:checked {
  background-color: #08519c;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px;
  /* background-clip: content-box; */
  /* border: 2px solid #bbbbbb; */
  background-color: white;
  /* border-radius: 50%;*/
  border: solid black;
  border-width: 1px;
}
#closeButton{
  color:#08519c;
  font-size: 16px;
  font-weight: bold;
  text-shadow: none;
  font-family: 'Roboto', sans-serif;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
  background-color: inherit;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>label:hover{
  background-color: inherit;
}

.subMenuDropdownElementStyle  > *:first-child {
  padding-left:0px;
}

