.policytypediv {
    padding: 1% 0;
    display: flex;
    gap: 1em;
    align-items: center;
    justify-content: flex-start;
}
.bluetitle {
background-color: #005596;
display: inline-flex;
flex-flow: row wrap;
justify-content: space-between;
width: 100%;
padding: 1%;
color: white;
font-size: initial;
border-radius: 5px;
}
button {
padding: 2px 20px;
border-radius: 5px;
cursor: pointer;
color: white;
}
button#searchbtn, button#advsearchbtn {
background-color: #ff8100;
}
button#resetbtn,button#advresetbtn {
background-color: #607D8B;
}
input[type="text"] {
    text-indent: 5px;
    padding: 1px;
    border: 1px solid #757575;
    border-radius: 5px;
    width: -webkit-fill-available;
}
.healthidbox {
    display: flex;
    flex-direction: row;
    gap: 1em;
    padding: 2% 0;
    align-items: flex-start;
}
.btndiv {
    display: flex;
    gap: 1em;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}
.inpbtns {
display: flex;
gap: 1em;
flex-direction: row;
align-items: center;
}
a#advsearchlink {
text-decoration: underline;
}
.searchhealthcard {
display: inline-block;
width: 100%;
padding-bottom: 2%;
font-size: initial;
}
h1 {
text-align: center;
color: #ff8100;
font-size: 3rem;
padding: 1% 0;
}
.advhealthidbox,.table {
display: none;
padding: 0 2%;
}
.errorMsg
{
	display: none;
}
.advinpbtns {
display: flex;
gap: 1em;
flex-direction: row;
align-items: flex-end;
}
.advbtndiv {
display: flex;
gap: 1em;
flex-direction: row;
width: -webkit-fill-available;
}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
td button {
background-color: #ff8100;
}
.table th {
background-color: #005596;
color: white;
}
.table td {
color: initial;
}
.table, .healthiddiv {
padding: 2%;
width: 100%;
}
label span
{
	color: red;
}
.advhealthidbox {
    background-color: #e8e8e8;
    padding: 2%;
}
@media only screen and (max-width: 480px) {
.healthidbox {
display: flex;
flex-direction: column;
gap: 1em;
padding: 2% 0;
align-items: flex-start;
justify-content: center;
}
.advinpbtns {
display: flex;
gap: 1em;
flex-direction: column;
align-items: flex-start;
}
.inpdiv {
    width: 100% !important;
}    
}
input[type="radio"] {
    cursor: pointer;
}
.inpdiv {
    width: 25%;
}