.tab{
	
	position: fixed;
	
	top: 80px;
	right:0;
	
	width: 25px;
	height: 40px;
			

	border-width: 1;
			
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;

			
	background-color: white;
			
	cursor: pointer;
			
	z-index: 99;
			

						
}

.tab:hover{
	
	border-color: : #1ABC9C;
	color: #1ABC9C;
				

				
}

.shadow{
	
	-webkit-box-shadow: -0px 2px 4px 1px rgba(0,0,0,0.3);
	-moz-box-shadow:	-0px 2px 4px 1px rgba(0,0,0,0.3);
	box-shadow: 	    -0px 2px 4px 1px rgba(0,0,0,0.3);
	
	
}

.tab_image{

	position: relative;
	display: block;
	
	top: 11px;
	left:7px;
	
	color: #BDC3C7;
	
}

.nav_bar{
	
	position: fixed;
			
	top : 0;
	right: 0;
	
	width: 350px;
	height: 100%;
	
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: white;
	
				
	-webkit-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px 2px 4px rgba(50, 50, 50, 0.6);
	box-shadow:         0px 2px 4px rgba(50, 50, 50, 0.6);				
					
	z-index: 98;
	text-align: center;
	
	overflow: auto;

	
}

.modal_background{
	
	position: fixed;
			
	top : 0;
			
	width  : 100%;
	height : 100%;
			
	background-color: black;
	opacity         : 0.7;
			
	
	
	
}

.header{

	height: 40px;
	font-size: 30px;
	font-weight: bold;	
	
	
}

.ex_header{
	
	height: 40px;
	font-size: 30px;
	font-weight: bold;	
	
	
}


#pager{
	
	position:relative;
	display:block;
	
	width: 90%;
	height: 75px;
	
	margin-left: auto;
	margin-right: auto;
	
	border-radius: 10px;

	-webkit-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px 2px 4px rgba(50, 50, 50, 0.6);
	box-shadow:  	    0px 2px 4px rgba(50, 50, 50, 0.6);	
	
}

.pages{
	
	width: 100%;
	height: 100%;
	
}

.button_container{
	
	
	width: 100%;
	
	height: calc(100% - 340px);
	
	
	overflow: scroll;
	
	
}

.ex_button{
		
	margin: 1.31352106%;
	width: 150px;
	
}

.nav_button_container{
	
	position: relative;
	
	vertical-align: middle;




	background-color: white;
	
	height: 100px;
	width: 100%;
	
}

.nav_button{
	
	position:relative;
	
	margin-top: 10px;
	
	
	width: 68.75%;
	
	
}













