

@import url("fonts.css");
.paper{
    position: relative;
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 10px solid #fbfb  fe;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(128,128,128,.1)inset;
    box-shadow: 0 1px 10px rgba(0,0,0,.3),0 0 40px rgba(128,128,128,.1)inset;
    margin-top: 80px;
    margin-bottom: 50px;
    min-height: 520px;
    padding: 50px;
	padding-top:20px;
	font-family: Times New Roman;
	font-size:28px;
}

.firstRow{
  background-color: #f0f5f9;

}
img {
	margin-left: 3px;
}
.list-group-item {
	display: flow-root !important;	
}
.important_text{
  border: 1px solid rgba(0,0,0,.5);
  border-radius: 2px;
  padding-left: 10px;
    padding-right: 10px;
}

/*body{
  background: rgba(192, 192, 192, 0.8) url(bgd.png);
  background-repeat: random;
}*/

table{
  font-size: 20px;

}


.table{
  border-color: rgb(128,128,128,.1);
  font-size: 20px;
  text-align: center;

}
#chart9 #chart7 #chart8, #chart6, #chart5, #chart4, #chart3, #chart2, #chart1, #pie1{
  font-size: 20px;

}



.navbar-fixed-top table tr{
	font-family: Times New Roman;
    height: 60px;
    font-size: 28px;
    color: #fff;
}

.logo{
	height:40%;
	
}
#namebook{
		padding-left:20px;
	}
.head{
	text-align:center;	
	margin-bottom:30px;
}


.img-zoom {
    
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
  cursor:pointer;
}
 
.transition {
    -webkit-transform: scale(1.5); 
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}


.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(192, 192, 192, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 10000000000000;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: rgb(192,192,192);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    left: 10px;
    bottom: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 70px;
    width: 70px;
    left: 15px;
    bottom: 15px;
  }
}
.box{
  width:100px;
  height:100px;
  font-size:64px;
  border-top:2px solid #fff;
  border-radius:50%;
  margin:10px auto 50px;
  text-align:center;
  cursor:pointer;
  position:relative;
}
.box:active{
  width:100px;
  height:100px;
  border-radius:50%;
  border-top:none;
  border:2px solid #BAB7AE;
	background-color:#EEEEEE;
	text-align:center;
	color:#BAB7AE;
	font-size:64px;
	line-height:100px;
	text-shadow:
    0 1px 1px white,
    0 1px 1px #BAB7AE;
  
  box-shadow:  0 0 0 0 #BBB7AE;
}
.box:before{
	content:" ";
	display:block;
	position:absolute;
	z-index:-90;
	width:100px;
	height:100px;
	border-radius:50%;
	border-top:2px solid #CCC8BF;
	border-bottom: 1px solid #F4F3F1;
	left:0.5px; 
	top:-20px;
	background:-moz-linear-gradient(#DAD6CB,#F1EDEA);
    background: -webkit-linear-gradient(top, #DAD6CB, #F1EDEA);
}
a{
  text-shadow: 1px 1px 1px white;
  color:#7E7E7E;
  text-align:center;
  font-size:36px;
  text-decoration: none;
  margin:10px;
}

.btn-group a {
	
  font-size:18px;
  
}

.box span{
  display:inline-block;
  box-shadow: 
    inset 0 1px 1px 1px #7E7E7E, 
    0 1px 1px white;
  height:60px; 
  width:60px;
  border-radius:50%;
  background: linear-gradient(#AEADAA,#BAB7AE);
  margin:17px auto;
  margin-top: 0px !important;
}
.box a {
    height: 150px;
    width: 150px;
    padding-top: 45px;
    margin-top: -18px;
    margin-left: -43px;
}
.outer {
    position:relative;
}

.inner {
   left:50%;
   top:50%;
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   position:absolute;
}