
.SafeChk-Style-CheckBox {
  color: black;
  background-image: none;
  border-color: #0a4a7c;
  border-width: 1px;
  background-color: white;
  border-radius: 5px 0px 0px 5px;
  height: 30px;
}

.btn-sm.SafeChk-Style-CheckBox {
  color: black;
  background-image: none;
  border-color: #0a4a7c;
  border-width: 1px;
  background-color: white;
  border-radius: 5px 0px 0px 5px;
  height: 26px;
}
.btn-xs.SafeChk-Style-CheckBox {
  color: black;
  background-image: none;
  border-color: #0a4a7c;
  border-width: 1px;
  background-color: white;
  border-radius: 5px 0px 0px 5px;
  height: 26px;
}
.btn-xs.SafeChk-Style-Button{
  height:26px;
}

.SafeChk-Style-Button:focus {
  color: initial;
  background-image: initial;
  background-repeat: initial;
  background-position: initial;
  -webkit-border-radius: initial;
  -moz-border-radius: initial;
  border-radius: initial;
  border-style: initial;
  border-width: initial;
  border-color: initial;
  text-transform: none;
  border-style: solid;
  border-color: #06b3bd;
  border-width: 1px;
  background-image: none;
  background-color: #06b3bd;
  text-align: left;
  color: white;
  text-shadow: none;
  border-radius: 0px 5px 5px 0px;
  border-image: none;
}

.SafeChk-Style-Button {
  color: initial;
  background-image: initial;
  background-repeat: initial;
  background-position: initial;
  -webkit-border-radius: initial;
  -moz-border-radius: initial;
  border-radius: initial;
  border-style: initial;
  border-width: initial;
  border-color: initial;
  text-transform: none;
  border-style: solid;
  border-color: #4d9abd;
  border-width: 1px;
  background-image: none;
  background-color: #4d9abd;
  text-align: left;
  color: white;
  text-shadow: none;
  border-radius: 0px 5px 5px 0px;
  border-image: none;
  height:30px;
}

  .SafeChk-Style-Button:hover {
    background-image: none;
    background-color: rgba(6, 179, 189, 0.64);
    transition: all 0.8s ease;
    border-color: #06b3bd;
    border-width: 1px;
    text-align: left;
    color: white;
    text-transform: none;
    text-shadow: none;
    border-radius: 0px 5px 5px 0px;
    border-bottom-color: #06b3bd;
    border-right-color: #06b3bd;
  }
