label.error, span.required {
    /*font-size: 15px;*/
    color: red;
}

.glyphicon-remove {
	color: red;
  }
  
.glyphicon-ok {
	color: green;
}

.danger {
	background-color: #EBCCCC !important;
}

.test {
	background-color: beige;
}

/* .selected > .dropdown-item:focus, .dropdown-item:hover, .selected > .dropdown-item.active, .dropdown-item:active { */
.bootstrap-select .dropdown-item:hover {
    background-color: #e9ecef;
}

.bootstrap-select .dropdown-item.active {
	background-color: #0d6efd;
}

.progtrckr {
	margin: 50px 0px 57px 0px;
  }
  
.progtrckr li {
	display: inline-block;
	text-align: center;
	width: 16%;
	/*text-transform: capitalize;*/
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 30px;
	position: relative;
}
  
.progtrckr li::before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	left: 50%;
	/*content: "\f00c";*/
	color: silver;
	background: #fff;
	font-size: 23px;
	bottom: -23px;
	width: 45px;
	height: 45px;
	line-height: 43px;
	border-radius: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	border: 2px solid silver;
	z-index: 1;
}

.progtrckr li::after {
	position: absolute;
	content: "";
	width: 102%;
	height: 4px;
	background: silver;
	bottom: -4px;
	left: 0;
}

.icon_reg::before{
	content: "\f061";
}

.icon_pend::before{
	content: "\f252";
}

.icon_cancel::before {
	content: "\f00d";
}

.icon_cancel_remb::before{
	content: "\f651";
}

.icon_pag::before{
	content: "\f53a";
}

.icon_cam::before{
	content: "\f0d1";
}

.icon_ent::before{
	content: "\f4ce";
}

.icon_dev::before{
	content: "\f0e2";
}
   
.check_mark::before {
	background: #08C !important;
	color: #fff !important;
	border-color: #08C !important;
}

.check_mark::after {
	background: #08C !important;
}

.red_mark::before {
	content: "\f00d" !important;
	background: #dc3545 !important;
	border-color: #dc3545 !important;
	color: #fff !important;
}

.red_mark::after {
	background: #dc3545 !important;
}

.wsus__track_header_single p {
	text-transform: capitalize;
	font-size: 15px;
	color: #353535;
}

.wsus__track_header_text {
	/* border: 1px solid #eee; */
	/* padding: 20px; */
	border-radius: 5px;
	margin-top: 10px;
}

.wsus__track_header_single {
	border-right: 1px solid #eee;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}

.wsus__track_header_single.border_none {
	border: none;
}

.wsus__track_header_single h5 {
	text-transform: capitalize;
	font-size: 18px;
}

.wsus__track_header_single p {
	text-transform: capitalize;
	font-size: 15px;
	color: #353535;
}

.jumbotron {
	padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}

@media (max-width: 575.99px) {

    .jumbotron {
        padding: 4rem 2rem;
    }

	.progtrckr li {
		width: 100%;
		margin-bottom: 45px;
	}

	.progtrckr {
		margin: 50px 0px 0px 0px;
	}

	.wsus__track_header_single {
		margin-top: 20px;
		border: 0;
	}

	.carousel-inner img {
		margin: auto;
	}
	
	.carousel-control-next{
		color: blue;
		font-size: 4rem;
	}
	
	.carousel-control-prev{
		color: blue;
		font-size: 4rem;
	}
}