form .chosen-container 
{
    width: 100% !important;
    margin-bottom: 0px !important;
}

form .chosen-container-single .chosen-single, 
form .chosen-container-single.chosen-with-drop .chosen-single 
{
    height: 35px !important;
    line-height: 35px !important;
}

#loader 
{
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.panel-tab .panel-heading ul li.step-error > a,
.panel-tab .panel-heading ul li > a
{
    background: #e9573f;
    color: #fff;
}

.panel-tab .panel-heading ul li.step-error > a:hover,
.panel-tab .panel-heading ul li > a:hover
{
    background: #f33a1b;
    color: #fff;
}

.panel-tab .panel-heading ul li.step-success > a 
{
    background: #9dca6b;
    color: #fff;
}

.panel-tab .panel-heading ul li.step-success > a:hover 
{
    background: #6baf20;
    color: #fff;
}

.panel-tab .panel-heading ul li.active > a
{
	background:#F7F7F7;
	color: #444;
}
.panel-tab .panel-heading ul li.active > a:hover
{
	background:#e8e8e8;
	color: #444;
}
.input-xs {
	height: 22px;
	padding: 2px 5px;
	font-size: 12px;
	line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */

}
.pause {
	color:red !important;
	font-weight: bolder;
	font-style: italic;
}


