/* CSS used here will be applied after bootstrap.css */
html,
body {
	height: 100%;
	background: #363942;
}
label {
    font-weight: normal;
}
textarea {
	resize: vertical;
}
#main{
	padding: 25px 25px 50px 25px;
}
.container{
	width: 960px;
}
.page-header{
	border-bottom: none;
}
.page-logo{
	width: 200px;
}
.page-title{
	color: white;
	font-weight: bold;
}
.page-body{
	display: none;
	background: #fff;
	padding: 30px 30px 15px 30px;
	border: #D8D8D8 solid 2px;
	min-height: 500px;
}
.page-footer{
	text-align: center;
}
.page-footer > button {
	margin: 0 30px;
}
.form-group {
	padding-top: 15px;
	border-top: 2px solid #eee;
}
.category{
	margin: 15px 0;
	text-align:right;
	border-left: black solid 5px;
	text-align: left;
}
.category > .title{
	background: #f1e0e0;
	margin: 10px 40px 10px 5px;
	border: silver 1px solid;
	padding: 5px 0 5px 10px;
}
.category + .form-group,
div:first-child.form-group{
	border-top: none;
}
.row {
	margin: auto;
	text-align: left;
}
.form-horizontal .control-label{
    text-align: left;
}
label.required:after {
    content: "Required";
	font-size: 84%;
    background: #F46036;
    color: #ffffff;
    border-radius: 10px;
    margin: 6px;
    width: auto;
    padding: 2px 6px;
}
.nav > li > span {
	position: relative;
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	width: 200px;
}
.nav-wizard > li {
	float: left;
}
.nav-wizard > li > span {
	position: relative;
	background-color: #eeeeee;
}
.nav-wizard > li:not(:first-child) > span {
	padding-left: 34px;
}
.nav-wizard > li:not(:first-child) > span:before {
	width: 0px;
	height: 0px;
	border-top: 20px inset transparent;
	border-bottom: 20px inset transparent;
	border-left: 20px solid #ffffff;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
}
.nav-wizard > li:not(:last-child) > span {
	margin-right: 4px;
}
.nav-wizard > li:not(:last-child) > span:after {
	width: 0px;
	height: 0px;
	border-top: 20px inset transparent;
	border-bottom: 20px inset transparent;
	border-left: 20px solid #eeeeee;
	position: absolute;
	content: "";
	top: 0;
	right: -20px;
	z-index: 2;
}
.nav-wizard > li.done:hover > span,
.nav-wizard > li:hover > span {
	background-color: #d5d5d5;
}
.nav-wizard > li.done:hover > span:before,
.nav-wizard > li:hover > span:before {
	border-right-color: #d5d5d5;
}
.nav-wizard > li.done:hover > span:after,
.nav-wizard > li:hover > span:after {
	border-left-color: #d5d5d5;
}
.nav-wizard > li.done > span {
	background-color: #e2e2e2;
}
.nav-wizard > li.done > span:before {
	border-right-color: #e2e2e2;
}
.nav-wizard > li.done > span:after {
  border-left-color: #e2e2e2;
}
.nav-wizard > li.active > span,
.nav-wizard > li.active > span:hover,
.nav-wizard > li.active > span:focus {
	color: #ffffff;
	background-color: #073c8d;
}
.nav-wizard > li.active > span:after {
	border-left-color: #073c8d;
}
.nav-wizard > li.active > span .badge {
	color: #073c8d;
	background-color: #ffffff;
}
.nav-wizard > li.disabled > span {
	color: #777777;
}
.nav-wizard > li.disabled > span:hover,
.nav-wizard > li.disabled > span:focus {
	color: #777777;
	text-decoration: none;
	background-color: #eeeeee;
	cursor: default;
}
.nav-wizard > li.disabled > span:before {
	border-right-color: #eeeeee;
}
.nav-wizard > li.disabled > span:after {
	border-left-color: #eeeeee;
}
.dropdown-items {
	border: 1px solid #000;
}
.dropdown-items.right {
	background-color: #073c8d;
	color: #ffffff;
}
.dropdown-items.left {
	background-color: #ffffff;
}
.complete-message {
	padding-top: 30px;
	font-weight: bold;
    font-size: 1.6em;
    word-spacing: 0.1em;
    word-break: break-word;
    line-height: 1.6em;
}
.tooltip-inner {
	max-width: 100%;
	text-align: left;
}
.error-message-space:before {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
@media (max-width: 768px) {
	#main{
		padding: 0px 0px 25px 0;
		background: rgb(54, 57, 66);
	}
	.container{
		width: initial;
	}
	.category > .title{
		margin: 10px 0 10px 5px;
	}
	.page-body{
		padding: 15px;
	}
	.page-footer > button {
		width:	 100%;
		margin: 5px 0;
	}
	.nav-wizard > li > span {
		float: left;
		width: initial;
	}
	.nav-wizard > li:not(.active) {
		display: none;
	}
	.nav-wizard.nav-justified > li > span {
		/*border-radius: 4px;*/
		margin-right: 0;
	}
}