.myBook {
	background: #eee;
	border: 1px solid #ddd;
	padding: 8px;
	height: 300px;
	border-radius: 6px;
}
.myBook section button {
	position: absolute;
	bottom: 0;
}
.page-next {
	right: 0
}
label.error {
	color: red;
}
h1 {
	color: #fff;
}
.progress {
	position: relative;
}
.progress span {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
	font-weigh: bold;
}
.progress {
	height: 25px;
	background: #262626;
	padding: 5px;
	overflow: visible;
	border-radius: 20px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #7992a8;
	margin-top: 50px;
}
.progress .progress-bar {
	border-radius: 20px;
	position: relative;
	animation: animate-positive 2s;
}
.progress .progress-value {
	display: block;
	padding: 3px 7px;
	font-size: 13px;
	color: #fff;
	border-radius: 4px;
	background: #191919;
	border: 1px solid #000;
	position: absolute;
	top: -40px;
	right: -10px;
}
.progress .progress-value:after {
	content: "";
	border-top: 10px solid #191919;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	bottom: -6px;
	left: 26%;
}
.progress-bar.active {
	animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s;
}
 @-webkit-keyframes animate-positive {
 0% {
width: 0;
}
}
 @keyframes animate-positive {
 0% {
width: 0;
}
}
body {
	background: linear-gradient(to right, #2c3b4e, #4a688a, #2c3b4e);
}
.book {
	width: 100%;
	display: flex;
	margin: auto;
	overflow: hidden;
}
.book section {
	width: 100%;
	height: 100%;
	position: relative;
}
.main, .container {
	max-width: 1170px;
	margin: auto;
	width: 100%;
}
body {
	background: #f5f7f9 !important;
	overflow-x: hidden;
}
h1 {
	color: #222;
}
.col-half-offset {
	margin-left: 3.166666667%
}
/*.myBook, .login-wrap {
	background: #fff;
	border: 1px solid #ddd;
	padding: 20px 20px 50px 20px;
	height: auto;
	border-radius: 0;
}*/
.myBook, .login-wrap {
    /*background: #fff;
    border: 1px solid #ddd;*/
    padding: 20px 20px 50px 20px;
    height: auto;
    border-radius: 0;
}
@font-face {
	/*font-family: 'RobotoRegular';*/
	/*src: url('fonts/RobotoRegular.eot');*/
	/*src: url('fonts/RobotoRegular.eot') format('embedded-opentype'), url('fonts/RobotoRegular.woff2') format('woff2'), url('fonts/RobotoRegular.woff') format('woff'), url('fonts/RobotoRegular.ttf') format('truetype'), url('fonts/RobotoRegular.svg#RobotoRegular') format('svg');*/
}
@font-face {
    font-family: 'RobotoRegular';
    src: url('fonts/RobotoRegular.eot');
    src: url('fonts/RobotoRegular.eot') format('embedded-opentype'),
         url('fonts/RobotoRegular.woff2') format('woff2'),
         url('fonts/RobotoRegular.woff') format('woff'),
         url('fonts/RobotoRegular.ttf') format('truetype'),
         url('fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}
body, p, section, input {
	font-family: 'RobotoRegular';
}
.header {
    background: #74bc1f;
    text-align: center;
    color: #fff;
    padding: 22px;
    margin-bottom: 30px;
}
.row {
	margin-bottom: 12px;
}
select, textarea {
	border: 1px solid #cccccc;
	padding: 8px 12px;
	width: 100%;
}
label {
	font-weight: normal;
}
.image-area img {
	width: 100%;
	height: auto;
}
.row > .row {
	margin-bottom: 0 !important;
}
.section-heading {
	background: #f5f7f9;
	font-size: 18px;
	padding: 13px;
	color: #222;
}
.section-row .col-md-12 {
	margin-bottom: 20px;
}
.section-heading {
	margin-bottom: 30px;
}
.inner-head {
	background: #f1514b;
	color: #fff;
	text-align: center;
	padding: 10px;
}
.inner-row input {
	margin-bottom: 10px;
}
.inner-row .container {
	margin-top: 20px;
}
.myBook section button {
	bottom: -43px;
}
.m-b-10 {
	margin-bottom: 0px !important;
}
.bullet-list li::before {
	content: "";
	background: url(images/bullet.png) center center no-repeat;
	color: #666;
	font-weight: bold;
	display: inline-block;
	width: 15px;
	margin-right: 8px;
	font-size: 20px;
	height: 10px;
}
.bullet-list {
	padding: 0;
}
li {
	list-style: none;
}
.w-small {
	width: 60%;
	margin: auto;
	float: none;
}
.w-small li {
	display: inline-block;
	text-align: center;
	width: 24%;
	border: 1px solid #ddd;
	padding: 20px 10px;
}
.btn-primary {
	background-color: #0a71c9 !important;
	border-color: #0a71c9 !important;
}
.btn-primary:hover {
	background-color: #3a88e9 !important;
	border-color: #3a88e9 !important;
}
.btn-danger {
	color: #ffffff;
	background-color: #999 !important;
	border-color: #999 !important;
}
.btn-danger:hover {
	background-color: #666 !important;
	border-color: #666 !important;
}
.progress {
	height: 18px;
	background: #fff;
	padding: 5px;
	overflow: visible;
	border-radius: 20px;
	border-top: 0px solid #000;
	border-bottom: 0px solid #7992a8;
	margin-top: 50px;
	box-shadow: none;
}
.progress-bar-success {
    /*background-color: #094794;*/
    background-color: #22b24c;
}
.menu {
	float: left;
	width: 100%;
	background: #f5f7f9;
	display: block;
	margin-top: 20px;
	/* box-shadow: 0 0 5px #ddd; */
	border-radius: 0;
	padding: 16px 10px;
}
.menu li {
	list-style: none;
	display: inline-block;
}
.left-menu {
	float: left;
	margin: 0;
	padding: 0;
}
.right-menu {
	float: right;
	margin: 0;
	padding: 0;
}
.logo {
	margin-top: 10px;
}
.menu li a {
    /*background: #0a71c9;*/
    background: #74bc1f;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 0;
}
.menu li a:hover {
	background: #0b4186;
	color: #fff;
}
.edit-section a {
	background: #999;
	color: #fff;
	padding: 7px 14px;
	margin-top: 15px;
	display: inline-block;
	margin-left: 10px;
}
.block-li li {
	display: block;
	text-align: center;
	padding: 10px 5px;
	border: 1px solid #ddd;
	margin-top: -1px;
}
.block-li ul {
	padding: 0;
	margin: 0;
}
.block-li .col-md-2 {
	padding-right: 0px;
	padding-left: 0px;
	margin-left: -1px;
}
.edit-section a:hover {
	background: #333;
	text-decoration: none;
}
footer {
	text-align: center;
	background: #fff;
	padding: 30px;
}
header {
	background: #fff;
	padding-bottom: 0px;
}
.box {
	color: #fff;
	padding: 20px;
	display: none;
	margin-top: 20px;
}
.option-box {
	margin: 16px 0;
}
.option-box input {
	border: 1px solid #d3d3d3;
	padding: 10px;
}
body, p, li, input, label, select, a, .btn-primary, .myBook section button, .btn-danger, .btn {
	font-size: 15px !important;
}
.modal-title {
	text-align: center;
	display: block;
	width: 100%;
}
.close {
	position: absolute !important;
	right: 10px;
	top: 10px;
	line-height: initial !important;
	height: auto;
	/* padding: 0; */
    /* margin: 0; */
	bottom: inherit !important;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle, .btn-info {
	background: #0a71c9 !important;
}
.modal-footer {
	height: 48px;
}
.modal-footer .btn {
	bottom: 8px !important;
	background: #f1514b;
}
.modal-header h4 {
	font-weight: bold;
}
.modal-body {
	padding: 3rem !important;
	text-align: justify;
}
/* Bordered form */
form.login-form {
	border: 0px solid #f1f1f1;
}
/* Full-width inputs */
.login-form input[type=text], .login-form input[type=password] {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
/* Set a style for all buttons */


/* Add a hover effect for buttons */
.login-form button:hover {
	opacity: 0.8;
}
/* Extra style for the cancel button (red) */
.login-form .cancelbtn {
	width: auto;
	padding: 10px 18px;
	background-color: #f44336;
	color: #fff;
	border: 0;
}
/* Center the avatar image inside this container */
.login-form .imgcontainer {
	text-align: center;
	margin: 0px 0 12px 0;
}
/* Avatar image */
.login-form img.avatar {
	width: 40%;
	border-radius: 50%;
}
/* Add padding to containers */
.login-form .container {
	padding: 0px;
}
/* The "Forgot password" text */
.login-form span.psw {
	float: right;
	padding-top: 10px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
	
.login-form span.psw {
	display: block;
	float: none;
}
.login-form .cancelbtn {
	width: 100%;
}
}
.login-form {
	max-width: 600px;
	margin: auto;
	padding: 0px;
}
h1.text-center {
	margin-top: 50px;
}
.login-form button[type="submit"] {
    max-width: 200px;
    display: block;
    /* margin: 20px auto; */
    /*background: #0a71c9;*/
    background: #74bc1f;
    color: #fff;
    border: 0;
    padding: 10px 30px;
    display: inline-block;
}
.edit-section a:hover{ color:#fff !important; text-decoration:none;}
.login-wrap{max-width: 550px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); background: rgba(255,255,255,0.6);}
	
.login-wrap label.remember{display:block; text-align:center;}

.error-msg {     background: #f44336;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin: 10px 0;}

.submit-btn{    float: left;
    width: 100%;
    text-align: center;
    margin: 15px 0;}
.login-wrap input[type="reset"]{background: #999;
    color: #fff;
    border: 0;
    padding: 10px 30px;
    display: inline-block;}
	.login-wrap input[type="reset"]:hover{ background:#666;}
.login-wrap label	{margin-top: .5rem;
    margin-bottom: 0;}
	.login-form input[type=text]:focus, .login-form input[type=password]:focus{ background: #fff;
    outline: none;
    box-shadow: 0 0 7px #c6e1fc;
    border: 1px solid #fff;}
	
.login-wrap label b{ font-weight:normal;}	
	
	@media only screen and (max-width: 600px) {
		.login-wrap .header{    margin-bottom: 20px;}
	.login-form .imgcontainer img{width:70px; height:auto;}
		
		}
	
	
	.menu {
    float: left;
    width: 100%;
    background: #eef3f8;
    display: block;
    margin-top: 20px;
    /* box-shadow: 0 0 5px #ddd; */
    border-radius: 0;
    padding: 0px 10px;
}

        .menu li a {
            /*background: #0a71c9;*/
            background: #74bc1f;
            color: #fff;
            text-decoration: none;
            padding: 10px 20px;
            border-radius: 0;
            display: inline-block;
        }
	
	