.steptabs {
  font-weight: bold;
  margin: 20px 0;
  padding: 0 10px;
  width: 100%;
  height: 20px;
  clear: both; }

.steptabs-item, .steptabs-item-selected, .steptabs-item-selected--blue {
  border-style: solid;
  border-width: 1px 1px 0;
  text-align: center;
  height: 40px;
  padding: 10px; }

.steptabs-item-selected {
  background-color: #af0f15;
  color: #ffffff;
  font-weight: bold; }

.steptabs-item-selected--blue {
  background-color: #ebf3fb;
  color: #ffffff;
  font-weight: bold; }

.steptabs-item, .steptabs-space {
  border-bottom: 1px solid buttonshadow; }

.fieldset {
  border: 1px solid #012e55;
  padding: 10px;
  margin-top: 20px; }

.noticeBox {
  background-color: #ebf3fb;
  border: 1px solid #d6e7f6;
  padding: 10px; }

.pointerCursor:hover {
  cursor: pointer;
  background: LightBlue !important; }

.align-center {
  align: center; }

.btn.close {
  display: none !important; }