.nounderline {
	text-decoration:none!important;
}

.default-button {
	color: #fff;
	background-color: #000066;
    font-family: "Fjalla One", Helvetica, Arial, Verdana, sans-serif;
}
.default-button:hover {
	color: #fff!important;
	background-color: #ff0000!important;
}
.default-button-inverse {
	color: #fff;
	background-color: #ff0000;
    font-family: "Fjalla One", Helvetica, Arial, Verdana, sans-serif;
}
.default-button-inverse:hover {
	color: #fff!important;
	background-color: #000066!important;
}
.action-button {
	color: #000066;
    font-family: "Fjalla One", Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px!important;
}
.action-button:hover {
	color: #ff0000!important;
}
.pmppropforms-logout {
	color: #ff0000!important;
    font-family: "Fjalla One", Helvetica, Arial, Verdana, sans-serif;
}
.pmppropforms-logout:hover {
	color: #000066!important;
}
.actionButton {
	background-color: #333241!important;
    font-family: "Fjalla One", Helvetica, Arial, Verdana, sans-serif;
}
.actionButton:hover {
	background-color: #7F0103!important;
}
.bootstrap-datetimepicker-widget  ul li {
    background-image: none;
	list-style:none;
}

.pastmonth, .futuremonth {
	width: 120px!important;
}
.pastyear, .futureyear {
	width: 80px!important;
}
.pastdate, .futuredate {
	width: 150px!important;
}
.box-bg {
	 background-color: #F6F6F6;
 }
 .removed-text {
	 float: left;
	 font-size: 85%;
 }
.box-close-btn {
	float: right;
	display:inline-block;
	margin-top: -20px;
	margin-bottom: 10px;
	padding: 8px;
	cursor: pointer;
}
.box-close-btn .undo {
	color: green;
}
.box-close-btn:hover {
	color: #ff0000;
}
.removed {
	color:#C1C1C1!important;
	font-style: italic!important;
	background-color:#FFF7F7!important;
}
.removed input, .removed textarea, .removed select {
	color:#C1C1C1!important;
	font-style: italic!important;
	background-color:#FFF7F7!important;
}
.cv-steps .col.step {
	cursor: pointer;
	display:inline-block;
}
.cv-steps .col.step.active, 
.cv-steps .col.step.active:hover {
	background-color:#ff0000;
	color: #ffffff!important;
}
.cv-steps .col.step.active .stp,
.cv-steps .col.step.active .num,
.cv-steps .col.step.active .title {
	color: #ffffff!important;
}
.cv-steps .col.step:hover {
	background-color:#E9E9E9;
	color: #ff0000!important;
}
.cv-steps .stp {
	font-size: 75%;
	font-weight:bold;
	color: #000066;
	line-height: 100%;
}
.cv-steps .num {
	font-size: 150%;
	font-weight:bold;
	color: #000066;
	line-height: 100%;
}
.cv-steps .title {
	font-size: 90%;
	font-weight:bold;
	color: #000066;
	line-height: 80%;
}
.lh-100  {
	line-height: 100%!important;
}
