/* CSS Document */
body
{
background-image:url("../images/bg-image.svg");
background-size:cover;
background-repeat:no-repeat;
}
.nav a
{
float:left;
text-decoration:none;
padding:10px 20px;
color:#000000;
border-right:1px solid white;
font-size:14px;
font-weight:bold;
}
.nav a:hover
{
background-color:#ff7f00;
color:#FFFFFF;
transition:ease-in-out .5s;
}
.col-md-3 img:hover
{
border-radius:50px;
}

.button2
{
background-color:#FF0000; /* blue */
border: none;
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
margin: 2px 2px;
cursor: pointer;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
border-radius:5px;
font-weight:bold;
margin-bottom:5px;
width:130px;
margin-left:45px;
}
.button2:hover
{
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.button1
{
background-color:#003399; /* blue */
border: none;
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
margin: 2px 2px;
cursor: pointer;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
border-radius:5px;
font-weight:bold;
margin-bottom:5px;
width:170px;
margin-left:20px;
}
.button1:hover
{
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

th
{
background-color:#040504;
color:#FFFFFF;
}
tr
{
background-color:#f9f9f9;
box-shadow: 0 10px 10px 0 rgba(0,0,0,0.10),0 10px 10px 0 rgba(0,0,0,0.10);

}

.btn-success
{background-color:#009900;
border:1px solid #009900;
border-radius:10px;
width:90px;
height:35px;
color:#FFFFFF;
}
.btn-danger2
{
background-color:#c90000;
border:1px solid #c90000;
border-radius:10px;
width:90px;
height:35px;
color:#FFFFFF;
}

.box
{
background-color:#b0daf7;
border-radius:8px;
margin-top:15px;
margin-bottom:60px;
border:3px solid #0099FF;
margin-top:10px;

}

.box img
{
border-radius:50px;
margin-left:15px;
margin-top:20px;
width:190px;
}

.box img:hover
{
border-radius:10px;
}

td
{
font-weight:bold;
text-align:center;
}
.img
{
width:160px;
height:70px;
}

.button
{
background-color:#FF9933; /* blue */
border: none;
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
margin: 2px 2px;
cursor: pointer;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
border-radius:5px;
font-weight:bold;
margin-bottom:5px;
width:130px;
margin-left:45px;
margin-bottom:-25px;
}
.button:hover
{
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.inner_pages
{
margin-bottom:20px;
}
.inner_pages a
{
display:block;
padding:3px;
font-weight:bold;
border-bottom:1px dotted;
margin-left:8px;
margin-right:15px;
text-decoration:none;
}
h5
{
padding:10px;
background-color:#000000;
color:#FFFFFF;
}

