#topContent {
  padding: 0em 0em .5em 0em;
  margin: 0px;
  width: 100%;
}

.icce .card-body {
	padding: 1rem;
    margin-bottom: 1.5rem;
}

.icce .card-primary {
	border-color: #0071B3;
}

.icce .card-header {
	background-color: #0071B3;
	color: white;
	margin-bottom: 1rem;
}

.icce a {
	color: #0071B3;
}

.collapsibleButton {
  display: flex;
  background: transparent;
  position: relative;
  padding-left: 0px;
  width: 99%;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  border: none;
}

.collapsibleButton::after {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  background: transparent url(../images/help-tip-close.svg) no-repeat 50% 2px;
}

.collapsibleButton.collapsed::after {
  content: '';
  background: transparent url(../images/help-tip.svg) no-repeat 50% 2px;
}

.divTransferRow {
 padding: 10px;
}

.irs-button-primary:disabled {
   background-color:gray;
}

.irs-button-primary {
padding: 10px 15px;
width: 185px;
}

.result-field {
  text-indent: 1rem;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0071B3;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0071B3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0071B3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.sliderDiv {
  text-align: left;
  vertical-align: top;
}

@media (min-width: 768px) {

	.sliderDiv {
	  text-align: center;
	  vertical-align: top;
	
	}
}