/* DWAS specific styles*/
.app_holder{
	margin-bottom:3%;
}
#buttons{
    margin-bottom: 3%;
}
.todo-text{
    color: #9c9a9b;
}
.progress{
    height:10px;
}
.progress-large{
    height: 20px;
}
.required{
    color:red;
}
#breadcrumb{
    margin-top: 1%; 
}
.blue-text{
    color: #59a6e0;
}
.dblue-text{
    color: #2151a8;
}
.text-counter{
	color: rgb(228, 88, 9);
}
a:hover { 
    cursor: pointer;
}
.form-horizontal .control-label{
    text-align:left;
}
fieldset legend {
	margin: 0 0 5px 0;
	border: none;
	font-size: 14px;
	font-weight: bold;
}

fieldset label {
	display: block;
	font-weight: 300;
}

#previous_addresses .row {
	margin-bottom: 5px;
}

#previous_addresses label {
	margin-top: 5px;
}

.whiteDP {
	background-color: #fff !important;
}

.green-text {
	color: #007E33;
}

.red-text {
	color: #CC0000;
}