body
{
background-image:url(../images/simple-amazing-background-wide.jpg);
height:auto;
background-repeat:no-repeat;
background-size:cover;
}
.top_navbar
{
background-color:#005a8f;
overflow:hidden;

}
.top_navbar a
{
text-align:center;
float:left;
display:block;
font-size:14px;
padding:14px 20px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}
.top_navbar a:hover
{
background-color:#67c4ef;
color:#FFFFFF;
}
td
{
border:2px solid #efefef;
text-align:center;
font-weight:bold;
}
th
{
text-align:center;
background-color:#1a201a;
border-radius:2px;
color:#FFFFFF;
}
h4
{
background-color:#333333;
color:#FFFFFF;
border-radius:3px;
padding:9px;

}
.inner_pages
{
overflow:hidden;
}
.inner_pages a
{
display:block;

padding:10px;
font-size:15px;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
border-bottom-color:#CCCCCC;
border-bottom-style:dotted;
border-bottom-width:thin;

}
.inner_pages a:last-child 
{
    border-bottom: none
}
.inner_pages a:hover
{
background-color:#328cc3;
color:#FFFFFF;
}
.img-circle
{
margin-top:20px;
}
.img-circle:hover
{
opacity:0.7;

}

.btn-default
{
height:30px;
width:100px;
background-color:#009933;
border:1px solid  #009933;
color:#FFFFFF;
border-radius:3px;
font-weight:bold;
}
.btn-default:hover
{
background-color:#009933;
color:#FFFFFF;
}
.btn-primary
{
color:#FFFFFF;
border:1px solid ;
border-radius:3px;
height:30px;
background-color:#004ccc;
width:90px;
}

.btn-default1
{
height:30px;
width:100px;
background-color:#009933;
border:1px solid  #009933;
color:#FFFFFF;
border-radius:3px;
margin-left:30px;
font-weight:bold;
}
.btn-default1:hover
{
background-color:#009933;
color:#FFFFFF;
}
.btn-primary1
{
color:#FFFFFF;
border:1px solid ;
border-radius:3px;
height:30px;
background-color:#FF3300;
width:90px;
font-weight:bold;
}
.btn-primary2
{color:#FFFFFF;
border:1px solid ;
border-radius:3px;
height:30px;
background-color:#FF3300;
width:90px;
font-weight:bold;
margin-left:80px;
margin-top:20px;
}