.page-header a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
	font-size: medium;
	float:right;
	border-radius: 5px;
}

.page-header a:hover {
    background-color: #ddd;
    color: black;
}

.page-header .previous {
    background-color: #f1f1f1;
    color: black;
}

.page-header .next {
    background-color: #e7e7e7;
    color: black;
}

.page-header .round {
    border-radius: 50%;
}

.form-group.required .control-label:after {
  content:"*";
  color:red;
}

.header_logo_img {
	margin-top: 5px;
    margin-left: 20px;
    width: 90px;
    height: 90px;
    float: left;
    padding: 5px;
    background: white;
    /* border: 1px solid; */
    border-radius: 50%;
    position: relative;
    z-index: 10;
}

.cst_navbar{
	background: #337ab7;
}

.nav-txt{ color:white !important; }