/*
====================================================

* 	[Master Stylesheet]
	
	Theme Name :  
	Version    :  
	Author     :  
	Author URI :  

====================================================


/* ---------------------------------
1. PRIMARY STYLES
--------------------------------- */

html {
	font-size: 100%;
	height: 100%;
	overflow-x: hidden;
	touch-action: manipulation;
	height: 100%;
}

body {
	font-size: 16px;
	font-family: "Meera Inimai", sans-serif;
	width: 100%;
	height: 100%;
	margin: 0;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
span,
li,
img {
	margin: 0;
	padding: 0;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
}

p {
	line-height: 1.6;
	font-family: "Maven Pro", sans-serif;
	font-weight: 400;
	color: #444;
}

h1 {
	font-size: 4em;
	line-height: 1;
}

h2 {
	font-size: 2.8em;
	line-height: 1.1;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 0.9em;
	letter-spacing: 1px;
}

a,
button {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	transition: all 0.3s;
}

a:focus,
a:active,
a:hover,
button:focus,
button:active,
button:hover {
	text-decoration: none;
	color: #498bf9;
}

a {
	cursor: pointer;
	text-decoration: underline;
	color: #498bf9;
}

b {
	font-weight: 500;
}

li {
	list-style: none;
	display: inline-block;
}

span {
	display: inline-block;
}

header {
	font-weight: 400;
}

th,
td {
	padding: 10px;
}

.bottomMobileMenuContainer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 25px;
	margin: 5px;
	text-align: -webkit-center;
}

.bottomMobileMenu {
	width: 80%;
	background-color: aquamarine;
	box-shadow: 5px 5px 5px lightgrey;
	height: 28px;
	border-radius: 20px;
	align-items: center;
}

.borderRight3 {
	border-right: 1px solid lightgray;
}

.overflowScroll {
	overflow: scroll;
}
/* ---------------------------------
2. COMMONS FOR PAGE DESIGN
--------------------------------- */

#bodyContent {
	/* min-height: 400px; */
	min-height: 75%;
}

.container {
	padding-right: 0px !important;
	padding-left: 0px !important;
	/* margin-right: 8px !important;
	margin-left: 8px !important; */
}

.pageContent {
	background-color: #e8f7fb;
}

.main-post-info {
	padding-bottom: 10px;
}

.main-post-content {
	border-top: 1px solid lightslategrey;
	padding-top: 30px;
}

.imgS2 {
	max-height: 200px;
	max-width: 200px;
}

.imgS3 {
	height: 100px;
	width: 100px;
}

.imgS4 {
	height: 20px;
	width: 20px;
}

.imgS5 {
	height: 15px;
	width: 15px;
}

.imgCoverPic10 {
	margin: 0 auto;
	/* margin-top: -40px;
	margin-bottom: -40px; */
	width: 100px;
	height: 100px;
	overflow: hidden;
	z-index: 10;
	border-radius: 100px;
	position: relative;
	border: 7px solid #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.imgAccountrPic5 {
	margin: 0 auto;
	/* margin-top: -40px;
	margin-bottom: -40px; */
	width: 50px;
	height: 50px;
	overflow: hidden;
	z-index: 10;
	border-radius: 100px;
	position: relative;
	border: 7px solid #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.flexRowStNWContainer {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.flexRowEndNWContainer {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
}

.flexRowCtWContainer {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.flexRowCtNWContainer {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.flexRowStWContainer {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

.flexRowSBWContainer {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.flexRowSBNWContainer {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.flexRowSANWContainer {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
}

.flexRowSEWContainer {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
}

.flexRowFENWContainer {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
}

.flexColStNWContainer {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
}

.flexColSBNWContainer {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
}

.flexColCNWContainer {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}

.flexColStWContainer {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
}

.alignCenter {
	align-items: center;
}

.justifyCenter {
	justify-content: center;
}

.alignBaseLine {
	align-items: baseline;
}

.headTitle {
	font-weight: bolder;
}

.section .heading {
	padding-bottom: 70px;
}

.section {
	padding-top: 20px;
}

.center-text {
	text-align: center;
}

.color-white {
	color: #fff;
}

.display-table {
	display: table;
	height: 100%;
	width: 100%;
}

.display-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.card {
	background: transparent;
	border: 0;
	cursor: pointer;
}

.moreCardUnit {
	min-width: 180px;
	justify-content: center;
	align-items: center;
	background-color: lightblue;
	color: black;
	cursor: pointer;
}

.no-side-padding {
	padding-right: 0px;
	padding-left: 0px;
}

.no-left-padding {
	padding-left: 0px;
}

.no-right-padding {
	padding-right: 0px;
}

.icon {
	font-size: 2em;
}

::-webkit-input-placeholder {
	font-size: 0.9em;
	letter-spacing: 1px;
}

::-moz-placeholder {
	font-size: 0.9em;
	letter-spacing: 1px;
}

:-ms-input-placeholder {
	font-size: 0.9em;
	letter-spacing: 1px;
}

:-moz-placeholder {
	font-size: 0.9em;
	letter-spacing: 1px;
}

/* PADDING */

.pad10 {
	padding: 10px;
}

.pad20 {
	padding: 20px;
}

.padTop10 {
	padding-top: 10px;
}

.padLR8 {
	padding-left: 8px;
	padding-right: 8px;
}

.margin10 {
	margin: 10px;
}

.marginTop30 {
	margin-top: 30px;
}

.whiteBackground {
	background: white;
}

.articleInfo {
	background: white;
	padding: 10px;
	font-size: 14px;
	font-weight: bolder;
	/* box-shadow: 5px 5px 5px 0px lightgrey; */
	min-width: 350px;
	height: 120px;
}

.profileInfo {
	background: white;
	padding: 10px;
	font-size: 14px;
	font-weight: bolder;
	/* box-shadow: 5px 5px 5px 0px lightgrey; */
	min-width: 350px;
	height: 90px;
}

.authorName {
	font-size: 12px;
}

.listItem {
	padding: 20px;
}

.articleDiv {
	box-shadow: 5px 5px 5px 0px lightgrey;
}

.articleDiv .articleProfileImg {
	height: 120px;
	width: 100px;
}

.normalLabel16 {
	font-size: 16px;
}

.blueText12 {
	font-size: 12px;
	color: cornflowerblue;
}

.blueText14 {
	font-size: 14px;
	color: cornflowerblue;
}

.lightText12 {
	font-size: 12px;
	color: gray;
}

.txtRight {
	text-align: right;
}

.txtleft {
	text-align: left;
}

.floatRight {
	float: right;
}

.textCenter {
	text-align: center;
}

.bold {
	font-weight: bold;
}

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

.replyCommentDiv {
	margin-top: 30px;
	border-top: 1px solid lightgray;
}

.replycomment {
	padding: 10px;
	padding-bottom: 130px;
}

.padLeft10 {
	padding-left: 10px;
}

.padLeft20 {
	padding-left: 20px;
}

.marginRight10 {
	margin-right: 10px;
}

.nextArticleLink {
	text-decoration: underline;
	cursor: pointer;
	font-size: 18px;
	color: fuchsia;
	text-align: right;
}

.articleFullImg {
	max-height: 350px;
	max-width: 100%;
}

.commentContent {
	padding: 10px;
}

.pad30 {
	padding: 30px;
}

.padBottom5 {
	padding-bottom: 5px;
}

.padBottom10 {
	padding-bottom: 10px;
}

.padBottom30 {
	padding-bottom: 30px;
}

.padTopBottom10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.margin40 {
	margin: 40px;
}

.formContainer {
	width: 100%;
}

.formfielddiv {
	padding-top: 5px;
}

.errormsg {
	padding-left: 12px;
	font-weight: normal;
	color: red;
}

#divRegisterUser {
	border-right: 1px solid lightblue;
}

.likesBar {
	background-color: violet;
	width: 50%;
	height: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.commentsBar {
	background-color: blue;
	width: 20%;
	height: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.viewsBar {
	background-color: deepskyblue;
	width: 50%;
	height: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.titleDiv {
	text-align: center;
	padding: 8px;
	font-size: 16px;
	border-bottom: 1px solid lightgray;
}

.select2-container .selection {
	min-width: 200px;
}

#divTopArticles {
	background-color: #f0feff;
}

#divTopAuthors {
	background-color: #09008b4a;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	margin: auto;
}

.carousel-control {
	background-image: none !important;
}

.arrow {
	color: black;
	background: #f3c44d;
}

.bannerImg {
	max-height: 400px !important;
	width: auto;
}

.titleContent {
	padding: 7px;
	font-size: 16px;
}

.imgCat {
	height: 100px;
	width: 100%;
}

.nicEdit-main {
	background-color: white !important;
}

.overlay {
	position: fixed;
	/* Sit on top of the page content */
	width: 100%;
	/* Full width (cover the whole page) */
	height: 100%;
	/* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(247, 243, 243, 0.76);
	/* Black background with opacity */
	z-index: 2;
	/* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer;
	/* Add a pointer on hover */
}

.loader {
	height: 200px;
	position: fixed;
	top: 40%;
	left: 20%;
}

.clickCursor {
	cursor: pointer;
}

/* ---------------------------------
3. MENU
--------------------------------- */

header {
	overflow: hidden;
	background-color: #f8c802db;
	/* #f3f3f3 */
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

header .logo {
	float: left;
	margin-top: 15px;
	margin-left: 40px;
	margin-right: 20px;
}

header .logo img {
	height: 40px;
	width: auto;
}

header .accProfileImg {
	float: right;
	padding-right: 45px;
	padding-top: 5px;
}

header .main-menu {
	display: inline-block;
}

header .main-menu > li {
	float: left;
}

header .main-menu .menuItemContainer {
	height: 60px;
	line-height: 60px;
	padding: 0 25px;
}

.menuItemContainer {
	border-right: 1px solid #eee;
}

header .main-menu .menuItemContainer:hover {
	background: #64ed8e5e;
}

header .main-menu > li:first-child > a {
	border-left: 1px solid #eee;
}

header .visible.main-menu {
	display: block;
}

/* SEARCH AREA */

header .src-area {
	position: relative;
	height: 60px;
	width: 50%;
	float: right;
	display: inline-block;
	background: #f5f7f6;
}

header .src-area .src-input {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0 20px 0 70px;
	background: transparent;
	border: 0;
	outline: 0;
}

header .src-area .src-input:focus {
	box-shadow: 0px 0px 1px #aaa;
}

header .src-area .src-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 40px;
	background: none;
	border: 0;
	font-size: 1.2em;
	outline: 0;
	margin-left: 20px;
	opacity: 0.6;
	cursor: pointer;
	z-index: 10;
}

/* NAV ICON */

.menu-nav-icon {
	display: none;
	height: 60px;
	width: 50px;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	position: absolute;
	right: 0;
	font-size: 1.8em;
}

/* ---------------------------------
4. SLIDER
--------------------------------- */

.slider {
	height: 300px;
	width: 100%;
	background-image: url(../../images/slider-1.jpg);
	background-size: cover;
}

/* ---------------------------------
5. SINGLE POST
--------------------------------- */

.blog-area .row div[class^="col"] {
	margin-bottom: 30px;
}

.blog-area {
	text-align: center;
}

.blog-area .single-post {
	height: 100%;
	width: 178px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border: 1px solid #ddd;
	background: #fff;
}

.blog-area .single-post .title {
	padding: 20px 30px 30px;
}

.avatar {
	/* margin: 0 auto;
	margin-top: -40px;
	width: 70px;
	height: 70px;
	overflow: hidden;
	z-index: 10;
	border-radius: 100px;
	position: relative;
	border: 7px solid #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2); */
	/* margin-top: -40px; */
	height: 70px;
	width: 70px;
	border-radius: 100px;
	overflow: hidden;
	border: 6px solid #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.single-post .post-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.single-post .post-footer > li {
	width: 33.33%;
	display: inline-block;
	border-right: 1px solid #fff;
	background: #edf3f3;
}

.single-post .post-footer > li:first-child {
	float: left;
}

.single-post .post-footer > li:last-child {
	border: 0px;
	float: right;
}

.single-post .post-footer > li > a {
	line-height: 45px;
	width: 100%;
}

.single-post .post-footer i {
	display: inline-block;
	margin-right: 10px;
	opacity: 0.6;
	font-size: 1.1em;
}

/* ---------------------------------
6. NORMAL BLOG
--------------------------------- */

.post-style-1 .blog-image {
	max-height: 200px;
	overflow: hidden;
}

/* ---------------------------------
7. EXTRA BIG BLOG
--------------------------------- */

.blog-area .post-style-2 {
	padding-bottom: 0;
	text-align: left;
}

.blog-area .post-style-2 .title {
	padding: 15px 0px 20px;
}

.post-style-2 .avatar-area {
	padding: 25px 0 15px;
	position: relative;
}

.post-style-2 .avatar {
	margin: 0px;
}

.post-style-2 .avatar-area .right-area {
	margin-left: 90px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.post-style-2 .blog-image {
	width: 50%;
	float: left;
	height: 100%;
}

.post-style-2 .blog-image img {
	height: 100%;
	width: 100%;
}

.post-style-2 .blog-info {
	width: 50%;
	float: left;
	height: 100%;
	position: relative;
	padding: 30px;
	padding-bottom: 45px;
}

/* ---------------------------------
8. EXTRA MEDIUM BLOG
--------------------------------- */

.post-style-2.post-style-3 .blog-info {
	width: 100%;
	float: none;
}

/* ---------------------------------
9. EXTRA SMALL BLOG
--------------------------------- */

.blog-area .post-style-4 {
	margin-bottom: 30px;
}

.display-table .display-table-cell.title {
	padding: 30px;
}

.linkBtn {
	text-align: center;
	padding: 15px 40px;
	margin: 10px 0 30px;
	transition: all 0.3s;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
	background: #71bcf1;
	cursor: pointer;
}

.blueHoveBtn {
	background: #71bcf1;
}

.greenHoveBtn {
	background: #4de884;
}

.inactiveBtn {
	background: #d5d8dc;
}

.activeBtn {
	background: #65de56;
}

.inactiveBtn:hover,
.activeBtn:hover,
.linkBtn:hover {
	transform: translateY(-2px);
	box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.3);
	color: black;
}

.dynComment:last-child {
	padding-bottom: 130px;
}

.cardSection {
	box-shadow: 0px 0px 15px 0px lightgrey;
}

.cstBtn {
	display: flex;
	justify-content: center;
	border: 1px solid #498bf9;
	padding: 5px;
	color: black;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: 5px 5px 5px lightgrey;
	margin: 5px;
	width: fit-content;
	min-width: 100px;
}

.cstGreenBtn {
	display: flex;
	justify-content: center;
	padding: 5px;
	background-color: #148614;
	color: white;
	cursor: pointer;
	width: fit-content;
	min-width: 100px;
	border-radius: 5px;
	box-shadow: 2px 3px 7px lightslategrey;
	margin: 5px;
}

.cstBS4 {
	min-width: unset;
	max-width: 100px;
}

.cstBS5 {
	min-width: unset;
	max-width: 40px;
}

.cstBlueBtn {
	display: flex;
	justify-content: center;
	padding: 5px;
	background-color: lightskyblue;
	color: black;
	cursor: pointer;
	width: fit-content;
	min-width: 100px;
	border-radius: 5px;
	box-shadow: 5px 5px 5px lightslategray;
	margin: 5px;
}

.cstDisabledBtn {
	display: flex;
	justify-content: center;
	border: 1px solid gray;
	padding: 5px;
	color: gray;
	cursor: pointer;
	border-radius: 5px;
	margin: 5px;
	width: fit-content;
	min-width: 100px;
}

/* ---------------------------------
5. BLOG POST
--------------------------------- */

.post-area .post-info {
	position: relative;
	padding: 15px 0;
}

.post-area .post-info .left-area {
	height: 70px;
	width: 70px;
	border-radius: 100px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	border: 6px solid #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.left-area img,
.avatarImg {
	height: 70px;
	width: 70px;
}

.post-area .post-info .middle-area {
	padding-left: 90px;
	display: inline-block;
}

.post-area .post-info .date {
	display: inline-block;
	color: #999;
}

.post-area .post-info .right-area {
	float: right;
}

/* ---------------------------------
6. MAIN POST
--------------------------------- */

.main-post {
	margin-top: -45px;
	/* padding: 50px 0px 20px; */
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid #eee;
	background: #fffffff2;
	border-radius: 15px;
}

.main-post .post-top-area,
.main-post .post-bottom-area {
	/* margin: 0 70px; */
}

.main-post-body {
	margin: 30px;
}

.main-post .pre-title {
	margin-bottom: 20px;
	color: #777;
}

.main-post .title {
	margin-bottom: 30px;
}

.main-post .para {
	margin: 30px 0;
}

.main-post ul.tags {
	margin: 30px 0;
}

.main-post ul.tags > li > a {
	padding: 7px 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	border: 1px solid #ddd;
	background: #ddd;
}

.main-post ul.tags > li > a:hover {
	background: none;
}

/* ICONS */

.main-post .post-icons-area {
	margin: 30px 0;
	padding: 30px 0;
	overflow: hidden;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.main-post ul.post-icons {
	float: left;
}

.main-post ul.post-icons > li > a {
	padding-right: 15px;
}

.main-post ul.post-icons > li > a > i {
	padding-right: 10px;
	font-size: 1.1em;
	opacity: 0.5;
}

.main-post ul.icons {
	float: right;
}

.main-post ul.icons > li > a > i {
	padding-left: 15px;
	font-size: 1.1em;
	opacity: 0.5;
}

/* POST FOOTER */

.main-post .post-footer.post-info {
	margin-top: 30px;
	padding-right: 30px;
}

.main-post .post-footer {
	margin-bottom: 30px;
}

.errMsg {
	text-align: center;
	color: lightcoral;
	padding-top: 20px;
}

/* ---------------------------------
8. POST COMMENT
--------------------------------- */

.comment-form {
	margin: 30px 0;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border: 1px solid #ddd;
	background: #fff;
	display: flex;
	flex-flow: column wrap;
}

/* .comment-form  */

.form-control {
	margin-bottom: 30px;
	border-radius: 1px;
	border: 0;
	border-bottom: 1px solid #ddd;
	min-height: 45px;
	line-height: 45px;
	box-shadow: none;
	padding: 0;
	padding-left: 10px;
	max-width: 100%;
}

.form-label {
	padding-left: 10px;
	font-size: 14px;
	color: darkviolet;
	font-weight: lighter;
	margin-bottom: 0px;
}

.comment-form textarea.form-control {
	height: auto;
}

.comment-form .form-control:focus {
	border-color: #498bf9;
}

.submit-btn {
	font-size: 16px;
	border: 0;
	outline: 0;
	padding: 10px 20px;
	cursor: pointer;
	border: 1px solid #d2e2fc;
	background: #d2e2fc;
}

.comment-form .submit-btn:hover {
	background: none;
}

/* COMMENTS */

.commnets-area {
	padding: 10px 10px;
	margin: 30px 0;
	overflow: hidden;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.comment .reply-for {
	margin-bottom: 20px;
}

.comment .post-info {
	position: relative;
	/* padding: 30px 0; */
}

.comment .post-info .left-area {
	height: 70px;
	width: 70px;
	border-radius: 100px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	border: 6px solid #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.comment .post-info .middle-area {
	padding-left: 90px;
	width: calc(100% - 70px);
	display: inline-block;
}

.comment .post-info .date {
	display: inline-block;
	color: #999;
}

.comment .post-info .right-area {
	float: right;
}

.more-comment-btn {
	display: block;
	margin-bottom: 30px;
	padding: 10px;
	text-align: center;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border: 1px solid #fff;
	background: #fff;
	color: #555;
}

.more-comment-btn:hover {
	border-color: #ccc;
}

/* ---------------------------------
10. FOOTER
--------------------------------- */

footer {
	padding: 100px 0 30px;
	background: #b3def76b;
}

footer .footer-section {
	margin-bottom: 40px;
}

footer .footer-section .title {
	margin-bottom: 20px;
}

footer .footer-section ul > li {
	margin-right: 10px;
	margin-top: 10px;
}

footer .copyright {
	margin: 10px 0;
}

footer .icons > li > a {
	height: 40px;
	width: 40px;
	border-radius: 40px;
	line-height: 40px;
	text-align: center;
	transition: all 0.3s;
	font-size: 1.2em;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
	background: #498bf9;
	color: #fff;
}

footer .icons > li > a:hover {
	transform: translateY(-2px);
	box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.3);
}

footer .input-area {
	position: relative;
	height: 50px;
	width: 100%;
	box-shadow: 0px 0px 1px #bbb;
	background: #f5f7f6;
}

footer .input-area .email-input {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0 70px 0 20px;
	background: transparent;
	border: 0;
	outline: 0;
}

footer .input-area .email-input:focus {
	box-shadow: 0px 0px 1px #aaa;
}

footer .input-area .submit-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	background: none;
	border: 0;
	outline: 0;
	margin-right: 10px;
	opacity: 0.8;
	cursor: pointer;
	transition: all 0.2s;
}

.bgWhiteSmoke {
	background-color: white;
}

.subcontent {
	font-size: 12px;
	color: lightslategray;
}

.maxh {
	max-height: 40px;
	overflow: hidden;
}

.pointer {
	cursor: pointer;
}

#userReponseDiv {
	background-color: aliceblue;
}

/* HSlider */

.sliderContainer {
	position: relative;
	width: 100%;
	height: 355px;
}

.sliderUnitContainer {
	padding-top: 10px;
}

.sliderViewContainer {
	width: 95%;
	overflow: hidden;
	/* overflow-x: scroll; */
	height: 100%;
	position: relative;
}

.sliderContentContainer {
	display: flex;
	flex-flow: row nowrap;
	/* width: 5000px; */
	position: absolute;
	left: 0;
	/* width: 1200px; */
}

.sliderViewContainer::-webkit-scrollbar {
	width: 0 !important;
}

.arrows {
	display: block;
	z-index: 2;
	background-color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 31px;
	border: 1px solid #e9e9e9;
	cursor: pointer;
	text-align: center;
	box-shadow: 5px 0px 6px darkgrey;
}

.lArrow {
	position: absolute;
	top: 30%;
}

.rArrow {
	text-align: center;
	position: absolute;
	/* top: 30%; */
	left: 90%;
	top: 30%;
}

.lblArrow {
	padding-top: 15%;
}

.lblSlideUnitName {
	color: black;
	background: #fbd54e;
	padding: 4px;
	font-size: 1.15rem;
}

.bg-white-lite {
	background: #ffffffd6;
}

.cardSlideConainer {
	margin-left: 10px;
	background-color: white;
	box-shadow: 5px 5px 5px lightgrey;
}

.cardSlideConainer .imgArticle {
	width: 180px;
	height: 255px;
}

.cardSlideConainer .nameSection {
	max-width: 180px;
}

.inactiveArrow {
	color: lightgray;
}

.articleTitleDiv {
	overflow: scroll;
	max-height: 50px;
}

.spnTitle {
	margin-left: 7px;
	margin-right: 7px;
}

.spnPageNo {
	color: lightslategray;
}

.TopStickyToolBar {
	overflow: hidden;
	background-color: #aacbe0ed;
	padding: 7px;
	border-radius: 12px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
}

.stickToTop {
	position: fixed;
	top: 0;
	width: 100%;
}

.inputStyle1 {
	background: none;
	border: none;
	width: 40px;
	border-bottom: 1px dotted lightslategrey;
}

.pointer {
	cursor: pointer;
}

.spnTitile {
	padding-right: 50px;
}

.divTitleSt1 {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: steelblue;
	color: white;
}

.cartContainer {
	padding: 15px;
	box-shadow: 3px 3px 7px lightslategrey;
	background-color: ghostwhite;
}

.cartItemRow {
	padding: 10px;
	background-color: #7fffd44d;
}

.cartImpRow1 {
	background-color: #6495ed26;
}

/* TABS START */

ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #b8dce0;
}

ul.tabs li {
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}

ul.tabs li.current {
	background: cornflowerblue;
	color: #222;
}

.tab-content {
	display: none;
	background: #e8f7fb;
	padding: 10px;
}

.tab-content.current {
	display: inherit;
}

/* TABS END */

.reportSection {
	box-shadow: 5px 5px 7px lightslategrey;
	padding: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: white;
}

.reportSectionTitle {
	font-size: 18px;
	border-bottom: 1px solid lightslategray;
	margin-bottom: 5px;
}

.popArticleIndex {
	background-color: azure;
	margin-top: 60px;
	padding: 10px;
	max-height: 300px;
	min-width: 150px;
}

.showIndex {
	display: block;
	box-shadow: 5px 5px 5px lightslategrey;
	overflow-x: scroll;
}

.hideIndex {
	display: none;
	box-shadow: none;
	overflow-x: hidden;
}

.posAbs {
	position: absolute;
}

.grayOutImage {
	opacity: 0.4;
}

.posFixed {
	position: fixed;
}

.articleIndexEntry {
	cursor: pointer;
}

#tblUploadQueue td {
	padding: 10px;
}

.highlightGain {
	background-color: greenyellow;
	font-size: 18px;
}

.highlightLoss {
	background: #ff0000bf;
	font-size: 18px;
	color: white;
}

.calcLable {
	padding-right: 20px;
}

.overFlowContainer {
	overflow: scroll;
	max-height: 400px;
}

.overFlowContainer td {
	padding: 7px;
}

.bookPurchasedSection {
	padding: 10px;
	background-color: #f0fff2;
}

.bookRentedSection {
	padding: 10px;
	background-color: aliceblue;
}

.boxTile1 {
	display: flex;
	box-shadow: 0px 8px 11px 5px lightgrey;
	padding: 19px;
	background-color: ghostwhite;
	margin-top: 8px;
}

.select2-results__option {
	border-right: 1px solid lightslategrey;
	border-bottom: 1px solid lightslategrey;
}
.positive {
	color: green;
	font-weight: bold;
}
.negative {
	color: red;
	font-weight: bold;
}

.tableContainer {
	background-color: white;
	overflow: scroll;
	padding: 15px;
}

.YellowLeftBorder {
	border-left: 8px solid yellow;
}

.GreenLeftBorder {
	border-left: 8px solid green;
}

.RedLeftBorder {
	border-left: 8px solid red;
}

.nicEdit-main {
	height: 400px;
	overflow: scroll !important;
}

.msg-box {
	padding: 1rem;
	text-align: center;
}

.msg-box-info {
	background-color: lightskyblue;
}
