/* CSS Document */

.top_navbar
{
background-image:url(../images/underwater-wallpapers9.jpg);
overflow:hidden; border-bottom: thick solid #ff0000;
}
.top_navbar a
{
padding:14px 16px;
text-align:center;
font-size:14px;
color:#000000;
display:block;
float:left;
font-weight:bold;
text-decoration:none;
}
.top_navbar a:hover
{
background-color:#0299ac;
color:#000000;
}

th
{
background-color:#FFCC00;
color:#000000;
text-align:center;

}
tr
{
background-color:#99CCFF;
border-left:2px solid black;
border-right:2px solid black;
border-bottom:2px solid black;
box-shadow:5px 5px 5px #888888;
}

td
{
font-weight:bold;
}
.img-thumbnail
{
border:2px solid green;
}
.img-thumbnail:hover
{
box-shadow:5px 5px 5px #66FFFF;


}
.btn-primary
{
display: inline-block;
  padding: 8px 10px;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color:#0033CC; !important;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 5px grey;

}
.btn-primary:hover
 {
background-color:#0033CC;
}
.btn-primary:active
{
  background-color: #0033FF;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.btn-success
{
display: inline-block;
  padding: 8px 10px;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 10px;
    box-shadow: 0px 5px pink;

}
.circle
{
background-color:#FFFFFF;
height:110px;
width:170px;
border-radius:50%;
margin-left:30px;
margin-top:10px;
box-shadow:5px 5px 5px #888888;

}
.xyz
{
margin-left:15px;
margin-top:5px;

}
.top
{
margin-top:10px;

}
.btn-success:hover
 {
background-color: #3e8e41;
}
.btn-success:active
{
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.abc:hover
{
box-shadow:5px 5px 5px lightpink;
}
.col-md-3:hover
{
box-shadow:5px 5px 5px #888888;
}
.abc
{
border-radius:10px;
}
.btn-success1
{
width:130px;
height:40px;
background-color:#990000;
color:#FFFFFF;
border-radius:5px;
margin-left:30px;
margin-top:10px;
margin-bottom:10px;
}
ul li
{
text-decoration:none;
list-style:none;
border-bottom:1px solid grey;
margin:10px;
}
ul li a
{
text-decoration:none;
color:#CCCCCC;
}
ul li a:hover
{
color:#FFFFFF;
text-decoration:none;
}
.btn-success2

{
width:250px;
height:40px;
background-color:#333399;
color:#FFFFFF;
border-radius:5px;
margin-top:10px;
margin-bottom:10px;
}