/* !!!!!!!!!! Custom Button !!!!!!!!! */
.btn-ld-more {
  color: #ffffff;
  background-color: #00739f;
  height: 36px;
  border-radius: 1px;
}

.btn-stb {
  color: #555555;
  background-color: #B3B3B3;
  /* width: 100%; */
  border-radius: 1px;
}
.btn-stb > .btn-sz {

}
.btn-stb:focus,
.btn-stb.focus {
  color: #fff;
  background-color: #00638b;

}
.btn-stb:hover {
  color: #fff;
  background-color: #00638b;
}
.btn-stb:active,
.btn-stb.active,
.open > .dropdown-toggle.btn-stb {
  color: #ffffff;
  background-color: #00739F;
}
.btn-stb:active:hover,
.btn-stb.active:hover,
.open > .dropdown-toggle.btn-stb:hover,
.btn-stb:active:focus,
.btn-stb.active:focus,
.open > .dropdown-toggle.btn-stb:focus,
.btn-stb:active.focus,
.btn-stb.active.focus,
.open > .dropdown-toggle.btn-stb.focus {
  color: #ffffff;
  background-color: #00638b;
}
.btn-stb:active,
.btn-stb.active,
.open > .dropdown-toggle.btn-stb {
  background-image: none;
}
.btn-stb.disabled:hover,
.btn-stb[disabled]:hover,
fieldset[disabled] .btn-stb:hover,
.btn-stb.disabled:focus,
.btn-stb[disabled]:focus,
fieldset[disabled] .btn-stb:focus,
.btn-stb.disabled.focus,
.btn-stb[disabled].focus,
fieldset[disabled] .btn-stb.focus {
  color:#999999;
  background-color: #CCCCCC;
}
.btn-stb .badge {
  color: #fff;
}
