.vis_mandatory {
	color: #FF0000;
	font-weight: bold;
}


.form-control.error {
	border-color: #d9534f;
}
label.error {
	color: #d9534f;
	display:block;
	width: 100%;
}

#vispoweredby {
	text-align:center !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

#vispoweredby a {color:#666666;}

.visform .fade {
	opacity: 0;
	transition: opacity 0.15s linear;
}
.visform .fade.in {
	opacity: 1;
}
.visform .collapse {
	display: block;
}
.visform .collapse.show {
	display: block;
}
.visform tr.collapse.show {
	display: table-row;
}
.visform tbody.collapse.show {
	display: table-row-group;
}
.visform .collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}

.visform .collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}

.visform .collapse.show {
	height: auto;
}

.visform .form-group {
	margin-bottom: 1rem;
}

.visform [class^="fieldset-"] {
	display: none;
}

.visform [class^="fieldset-"].active {
	display: block;
}

.visprogress {
	padding: 10px;
	margin-top: 0;
	margin-bottom: 1rem;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px ;
	border-radius: 4px ;
	*zoom: 1;
}

.visprogress:before,
.visprogress:after {
	display: table;
	line-height: 0;
	content: "";
}

.visprogress:after {
	clear: both;
}

.stepCont {
	display: inline-block;
	text-align: center;
}

.visprogress .badge {
	display: inline-block;
	padding: 2px 4px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999999;
}

.visprogress .badge {
	padding-right: 9px;
	padding-left: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.visprogress .badge:empty {
	display: none;
}

.visprogress a.badge:hover,
.visprogress a.badge:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.visprogress .badge-important {
	background-color: #b94a48;
}

.visprogress .badge-success {
	background-color: #468847;
}

.next_btn, .back_btn, .correct_btn, .summary_button, .btn-cancel {
	margin-right: 0.25rem;
}

span.input-group-addon.hoverCursor:hover {
	cursor: default;
}

/*Fonts*/
@font-face {
	font-family: 'visIcon';
	src:url('../fonts/visIcon.eot?-7x6gp7');
	src:url('../fonts/visIcon.eot?#iefix-7x6gp7') format('embedded-opentype'),
		url('../fonts/visIcon.woff?-7x6gp7') format('woff'),
		url('../fonts/visIcon.ttf?-7x6gp7') format('truetype'),
		url('../fonts/visIcon.svg?-7x6gp7#visIcon') format('svg');
	font-weight: normal;
	font-style: normal;
}


[class^="visicon-"], [class*=" visicon-"] {
	font-family: 'visIcon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="visicon-"],
[class*=" visicon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: .3em;
	line-height: 14px;
}
[class^="visicon-"]:before,
[class*=" visicon-"]:before {
	font-family: 'visIcon';
	font-style: normal;
	speak: none;
}
[class^="visicon-"].disabled,
[class*=" visicon-"].disabled {
	font-weight: normal;
}

.visicon-calendar:before {
	content: "\e603";
}