body{
    font-family: Futura, "Trebuchet MS", Arial, sans-serif !important;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 23px;
    
    
}


h1 {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 23px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 23px;
}
h3 {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 23px;
}
p {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 23px;
}
blockquote {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 23px;
}
pre {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 23px;
}
.center {
    margin: auto;
    width: 50%;
    padding: 10px;
}
#moberrmsg
{
color: red;
}
#panerrmsg
{
color: red;
}

#table_search_input {
    background-image: url('images/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 2px solid #305fe3; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}


fieldset.form-border {
    
    border:  solid 1px #d4d8db !important;
    margin-top: 7.5px;
    margin-bottom:7.5px;
    padding: 10px 10px 10px 10px;
    border-bottom: none;
}

legend.form-border {
    width: auto !important;
    border: none;
    font-size: 18px; 
   margin-left:25px;
}
