

.stepwizard-step {
    padding: 7px 11px;
    border-radius: 30px;
    border: 2px solid #fff;
    border-color: #fbe936;
    color: yellow;
    position: relative;
}

.stepwizard-step.active{
    padding: 7px 11px;
    border-radius: 30px;
    border: 2px solid #fff;
    border-color: #fbe936;
    color: #000;
    position: relative;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    background-color: transparent;
    border-color: #fbe936;
}

.abogroup {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    display: block;
}

a.SpectacleSupp {
	color : blue;
}

.aboprice {
    color: #000;
}

.btn-primary {
    color: #000;
  
}

.btn-primary:not(:disabled):not(.disabled):hover, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #fbe936;
    border-color: #fbe936;
    -webkit-filter: brightness(1.1);
    filter: brightness(1.2);
    color: #000;
}

.modal-header {
    background-color: #fbe936;
    color: #000;
}

#spectacleExtras h3 {
    color: #000;
    background-color: #f1f3f5;
    display: inline-block;
    padding: .25em 1em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 30px;
    font-size: 1.5em;
}

.modal-header .close {
    color: #000;
    text-shadow: 0 1px 0 #000;
}

#myTabContent .abotitle{display:none;}

#resumePlacements {
    color: red;
    font-weight: bold;
}

#divcartdetail {
	background-color:#43474d;
	color:#fff;
}

#seatsPlan circle {
    fill: #fff;
    stroke-width: 1;
    stroke: red !important;
    -webkit-transition: all 0.3s ease-in-out 0.35s;
    -o-transition: all 0.3s ease-in-out 0.35s;
    transition: all 0.3s ease-in-out 0.35s;
}