/* CSS Document */
body
{
background-color:#e8f7ff;
}

.top-navbar
{
background-color:#000000;
}
.top-navbar a
{
text-align:center;
padding:12px 14px;
display:block;
float:left;
color:#FFFFFF;
font-size:14px;
text-decoration:none;
}
.top-navbar a:hover
{
background-color:#4d63ab;
color:#FFFFFF;
}
.img-thumbnail
{
margin-bottom:20px;
margin-top:20px;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.img-thumbnail:hover
{
border-radius:50%;
border:1px solid white;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
p
{
font-size:14px;

color:#000000;
}
.btn-info
{
width:150px;
height:40px;
background-color:#00a754;
border:2px solid #00a754;
border-radius:3px;

}
th
{
background-color:#FFCC00;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);


}
tr
{
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 color:#000000;

}
.inner a
{
text-align:center;
display:block;
padding:5px;
color:#FFFFFF;
}
.xyz
{
border:1px solid white;
border-radius:20px;
}
.xyz:hover
{
border:1px solid white;
border-radius:50%;
}
.abc
{
border:1px solid ;

}
.abc:hover
{
border:1px solid white ;
border-radius:50%;
}
.btn-primary1
{
width:150px;
height:40px;
background-color:#0066FF;
border:2px solid #0066FF;
border-radius:3px;
color:#FFFFFF;
font-weight:bold;

}
.btn-primary
{
width:60px;
height:30px;
background-color:#65c82d;
border:2px solid #65c82d;
border-radius:3px;
color:#FFFFFF;
}


.aside_list
{
background-color:#1071f4;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

overflow:hidden;
border-radius:3px;
width:290px;
margin-left:10px;
}
.aside_list a
{
padding:10px;
display:block;
color:#FFFFFF;
text-decoration:none;
font-size:14px;
font-weight:bold;
border-bottom:1px solid white;

}
.aside_list a:hover
{
background-color:#f2f2f2;
color:#000000;
}

.btn-primary2
{
width:150px;
height:40px;
background-color:#65c82d;
border:2px solid #65c82d;
border-radius:3px;
color:#FFFFFF;
font-weight:bold;
}