﻿/*Style cho muc luc*/
body{
	overflow: hidden;	
}

#header{
	height: 50px;
	border:1px solid #13b0ec;
	border-left-width: 0;
	border-top-width: 0;
	border-right-width: 0;
}
#main{
	height: 80%;
}

#footer{
	height: 50px;
	border:1px solid #13b0ec;
	border-left-width: 0;
	border-bottom-width: 0;
	border-right-width: 0;
}

.cls-main{
	float: left;
	width:50%;
	text-align: center;
}

#coverBook{
	height: 96%;
	text-align: center;
}

#coverBook img{
	height: 100%;
	width: auto;
	max-width: 100%;
	
	-webkit-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.65);
	-moz-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.65);
	box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.65);
}

#wrapSetting{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#wrapInput label{
	font-size: 30px;
	margin: 20px;
	margin-right: 250px;
	color: blue;
}

#wrapInput p{
	margin: 15px auto ;
	font-size: 35px;
	text-align: center;
	color: red;
}

#wrapInput{
	/*border:1px solid;*/
	height: 200px;
}

#wrapBtnPopup{
	width: 100%;
	height: 100px;
	text-align: center;
	/*border: 1px solid;*/
}

.cls-btOfHome {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	border:1px solid #337fed;
	/*display:inline-block;*/
	cursor:pointer;
	color:#ffffff;
	width: 90px;
	font-size:15px;
	padding:12px 45px;
	text-decoration:none;
	text-align: center;
	margin:10px auto;
}
.cls-btOfHome:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
.cls-btOfHome:active {
	position:relative;
	top:1px;
}

.cls-btnPopup {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 8px 18px;
   -webkit-border-radius: 21px;
   -moz-border-radius: 21px;
   border-radius: 21px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 1.2em;
   display: inline-block;
   margin: auto 20px;
   text-decoration: none;
   vertical-align: middle;
   }
.cls-btnPopup:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.cls-btnPopup:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
