.nav-color {
	color: #a62451 !important;
	background-color: rgb(134, 166, 204) !important;
}

.nav-color.active {
	background-color: rgb(200, 180, 106) !important;
}

.nav-color:hover {
	background-color: rgb(200, 180, 106) !important;
}

.wizard-container {
	padding-top: 0px;
	z-index: 3;
}

.wizard-container .wizard-navigation {
	position: relative;
}

.wizard-card {
	min-height: 410px;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px
		rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.wizard-card .moving-tab {
	position: absolute;
	text-align: center;
	padding: 12px;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-font-smoothing: subpixel-antialiased;
	top: -4px;
	left: 0px;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: 500;
}

.wizard-card[data-color="blue"] .moving-tab {
	background-color: #a62451;
	box-shadow: 0 16px 26px -10px #a6242400, 0 4px 25px 0px
		rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
	height: 50px;
}

.wizard-card .tab-content {
	min-height: 340px;
	padding: 20px 15px;
}
/*            Navigation menu                */
.nav-pills {
	background-color: #a62451;
	height: 34px;
	text-align: center;
}

.nav-pills>li+li {
	margin-left: 0;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus,
	.nav-pills>li>a:hover, .nav-pills>li>a:focus {
	background-color: inherit;
	text-decoration: none;
}

.styleTab {
	border: 0 !important;
	border-radius: 0;
	line-height: 18px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	min-width: 100px;
	text-align: center;
	color: #FFFFFF !important;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.card-container{
	margin: 30px !important;
}
.error{
	color:red  !important;
}

.completo{
	background-color: #a62451;
	height: 50px;
}

.td-nowrap{
	white-space : nowrap;
}
