@charset "utf-8";
/* CDb Lookup */
.col-md-3:first-of-type {
    display: none;
}
.col-md-9 {
    width: 100%;
}
.lookup-container {
	width: 400px;
	margin: 15px auto;
}
.header > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.instructions {
	margin: 15px 0px;
}
	h1 {
		text-align: center;
	}
	h2 {
		color:#0072BB;
		font-size: 18px;
		font-weight: bold;
		/*padding: 15px 0px;*/
	}
.box {
    box-sizing: border-box;
    /*background: url(../images/lock.png) no-repeat center 10px;*/
    background-color: rgba(0, 0, 0, 0);
    border-radius: 4px;
    background-color: #f7f7f7;
    padding: 15px 25px 15px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
	ul {
		padding-left: 0px;
	}
	.panel {
		background-color: #f7f7f7;
		box-shadow: none;
	}
	.panel-default {
    border-color: #f7f7f7;
}
	li {
    list-style-type: none;
}
	a.list-group-item {
    color: white;
	font-size:16px;
}
a#ui-id-1::before {
    content: url(https://cms.pcdfusion.com/fusionimages/098Z9/images/person.png);
    margin-right: 5px;
}
a#ui-id-2::before {
    content: url(https://cms.pcdfusion.com/fusionimages/098Z9/images/mail.png);
    margin-right: 5px;
}

a#ui-id-3::before {
    content: url(https://cms.pcdfusion.com/fusionimages/098Z9/images/email.png);
    margin-right: 5px;
}

.validation-summary-errors {
    color: red;
    font-weight: bold;
    text-align: center;
}

