/* CSS Document */

.top_navbar
{
overflow:hidden;
background-color:#000000;
}
.top_navbar a
{
text-align:center;
padding:14px 16px;
display:block;
float:left;
font-size:16px;
color:#FFFFFF;
font-weight:bold;
margin-top:25px;
}


div.transbox {
  background-color: #ffffff;
  opacity: 0.6;

}

div.transbox p  {
  font-weight: bold;
  font-size:16px;
  color:#000000;
  margin-top:10px;
  padding:10px;
  
}
div.transbox p a  {
text-decoration:none;
color:#000000;
  
}

h2
{
color:#000000;
margin-left:50px;
}
h4
{
margin-top:10px;
padding:10px;
}

.abc
{
margin-top:10px;
}
.btn-success
{
width:250px;
height:50px;
background-color:#f74a11;
color:#FFFFFF;
font-size:20px;
font-weight:bold;
border:1px solid #f74a11 ;
border-radius:5px;
margin-top:10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom:10px;
}
.xyz
{
border:4px solid black;
}
.btn-success:hover
{
background-color:#CC3300;
color:#FFFFFF;
}

.img-thumbnail
{
margin-top:20px;
margin-bottom: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
{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color:#000000;
  border-radius:50%;

}
th
{
background-color:#999999;
color:#000000;
  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 2px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
td
{
color:#CC3300;
font-weight:bold;
font-size:14px;
border:0px solid #f0f5f5;

}
.btn-danger
{
background-color:#ff4d4d;
color:#FFFFFF;
width:90px;
height:30px;
border:1px solid #ff4d4d;
border-radius:3px;
}
.btn-danger1
{
color:#000000;
width:90px;
height:30px;
}
.btn-danger2
{
margin-top:5px;
color:#000000;
background-color:#66CCFF;
border:1px solid #66CCFF;
border-radius:1px;
width:90px;
height:30px;
}
.inner_bottom
{
margin-top:10px;
}
.inner_bottom a
{
display:block;
text-align:center;
color:#FFFFFF;
text-decoration:none;
}
.inner_bottom a:hover
{
text-decoration:underline;
color:#CC3300;
}
