/*  '*' on mandatory fields */
.form-group div.required{
    position:relative;
 
}
.form-group div.required:after{
    position:absolute;
    content:'*';
    color:red;
    right:20px;
    top:3px;
    font-size: x-large;
}

.dir_red{    color: red;    font-size: 12px;    font-family: "Verdana";    font-weight: bold; float: right; position: absolute;}
.dir_red1 {color: red; font-family: "Verdana"; font-weight: bold;}
.table {
    color: #0a1e8e;
}
.control-label, .radio-inline {
    color: #0a1e8e;
}
.footer_head h2  {
    
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
    color: #1a6101;
    
    text-align: center;
  border-bottom: 2px solid #075fa9;
  margin-left: 20px;
  margin-right: 20px;
 padding-bottom: 5px
    
}
h3{
    
   background-color: #2d89d9;
    color: white;
    font-size: large;
    text-align: left;
    padding-left: 20px;
    border-radius: 5px;
    text-shadow: 1px 1px 1px black;
    line-height: 25px;
   padding: 5px;
    
}
h4{
    
   background-color: #2d89d9;
    color: white;
    font-size: large;
    text-align: center;
    padding: 5px;
    font-family: cursive;
    text-shadow: 1px 1px 1px black;
    line-height: 25px;
    font-weight: bolder
   
    
}
.panel-default > .panel-heading{
    color: #00f;
    font-size: 1em;
    font-weight: bold;
}