body {
	font-weight: 400;
	line-height: 1.5;
	color: #24292E;
	background-color: #F8F9FA;
	letter-spacing: .03rem;
}

a {
	cursor: pointer;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	transition: all .15s ease;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
	display: block;
}

.h1 .icon-left,
.h2 .icon-left,
.h3 .icon-left,
.h4 .icon-left,
.h5 .icon-left,
.h6 .icon-left,
h1 .icon-left,
h2 .icon-left,
h3 .icon-left,
h4 .icon-left,
h5 .icon-left,
h6 .icon-left {
	margin-right: .5rem;
}

p:last-child {
	margin-bottom: 0;
}

/*.btn {
	padding: .7rem 1.5rem;
}*/

.btn-white {
	color: #464855;
	background-color: #fff;
	border-color: #babfc7;
}

.btn-white:hover {
	color: #464855;
	background-color: #fff;
}

.btn-white:focus,
.btn-white.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
	background-color: #fff;
	border-color: #fff;
}

.btn-white:not([disabled]):not(.disabled):active,
.btn-white:not([disabled]):not(.disabled).active,
.show>.btn-white.dropdown-toggle {
	color: #464855;
	background-color: #fff;
	border-color: #fff;
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white:hover,
.btn-white:not([disabled]):not(.disabled):active,
.btn-white:not([disabled]):not(.disabled).active,
.show>.btn-white.dropdown-toggle {
	color: #6967ce;
}

.btn-outline-white {
	color: #FFFFFF;
	border-color: #FFFFFF;
	background-color: transparent;
	background-image: none;
}

.btn-outline-white:hover {
	color: #464855;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}

.btn-outline-white:focus,
.btn-outline-white.focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
	color: #FFFFFF;
	background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show>.btn-outline-white.dropdown-toggle {
	color: #464855;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-white.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}

.btn.btn-default {
	background: rgba(222, 226, 230, .6);
	border-color: #dee2e6;
}

.btn-xs,
.btn-group-xs>.btn {
	font-size: 0.6875rem;
	font-weight: 400;
	padding: 0.4375rem 0.9375rem;
	line-height: 1;
}

.btn-outline-secondary {
	background-color: #FFFFFF;
	border-color: #babfc7;
}

.btn>.fa {
	margin: -1px 5px 0 0;
	vertical-align: middle;
}

.btn>.fa.button-icon-right {
	margin: -1px 0 0 5px;
}

.btn-success,
.btn-warning,
.btn-success:hover,
.btn-warning:hover {
	color: #FFFFFF;
}

.btn,
.btn-link {
	font-weight: 600;
}

.container {
	width: 100%;
	max-width: 1400px;
	min-width: 320px;
	margin: 0 auto;
}

@media only screen and (min-width: 992px) {

	.container,
	.container-fluid {
		padding-right: 2rem;
		padding-left: 2rem;
	}
}

.form-control {
	padding: .67rem 1.5rem;
	position: relative;
}
.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    font-size: .875rem;
    line-height: 1;
    padding: .5rem 1rem;
    border-radius: .21rem;
}

.form-control:disabled,
.form-control[readonly] {
	opacity: 1;
	background-color: #F0F0F0;
	/*#e7e9ee*/
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
	height: calc(2.5625rem + 2px);
	padding: 0.625rem 1.125rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.form-icon-wrapper {
	position: relative;
	display: block;
}

.form-icon {
	position: absolute;
	height: 100%;
	width: 2.5rem;
}

.form-icon-right {
	right: 0;
}

.form-icon-item {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -53%);
}

.form-icon-input-right {
	padding-right: 2.1875rem;
}

.form-control-clear {
	z-index: 10;
	pointer-events: auto;
	cursor: pointer;
}

.card {
	border: 1px solid #e9ecef;
	margin-bottom: 1.5rem;
}

.top-bar {
	font-size: 0.85rem;
	font-weight: 600;
	background-color: #FFF;
}

.top-bar a.nav-link {
	color: #6b6f80;
	font-weight: 600;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.site-header .navbar-dark {
	background-color: #24292E;
	z-index: 99 !important;
    width: 100% !important;
}

.site-header .navbar-expand-lg .navbar-brand {
	padding-top: 1rem;
	padding-bottom: 0.9375rem;
	padding-right: 1rem;
}

.site-header .navbar-expand-lg .navbar-nav {
	-ms-flex-align: center;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: auto;
}

.site-header .navbar-nav .nav-link {
	font-weight: 600;
}

.site-header .navbar-expand-lg .navbar-nav .nav-link {
	padding-top: 1.375rem;
	padding-bottom: 1.375rem;
	padding-right: 0.875rem;
	padding-left: 0.875rem;
}

.site-header .navbar-brand {
	height: 35px;
	margin-top: .5rem;
	margin-bottom: .5rem;
	margin-right: 3rem;
	padding: 0;
}

.site-header .navbar-brand .navbar-logo {
	height: 50px
}

.navbar-dark .navbar-toggler {
    border-color: transparent;
}
.navbar-dark .navbar-toggler{
	box-shadow: none;
}

.jumbotron-hero-home-page {
	position: relative;
	background: linear-gradient(90deg, #6b6f80 0%, #2f3039 100%);
	position: relative;
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../images/hero-home-page.jpg');
	background-position: center 80%;
}

.jumbotron-page-title {
	color: rgba(255, 255, 255, 0.6);
	background: url("../images/background-image-1.png"), #2B3137;
	background-position-x: 0%, 0%;
	background-position-y: 0%, 0%;
	background-size: auto auto, auto auto;
	background-position: center 20%;
	background-size: cover;
}

.modal-content {
	box-shadow: 0 5px 20px rgba(0, 0, 0, .07);
}

.modal-center-viewport {
	display: flex;
	align-items: center;
	margin: 0 auto;
	height: 100vh;
	justify-content: center;
	pointer-events: none;
}

.modal-center-viewport .modal-content {
	width: 100%;
	pointer-events: all;
}

.modal-header-borderless {
	border-bottom: none;
	padding-bottom: 0;
}

.modal-footer-borderless {
	border-top: none;
	padding-top: 0;
}

/*------------------------------------
  List Group
------------------------------------*/
.list-group {
	list-style: none;
}

.footer-container .list-group .list-group {
	margin-left: 1rem;
}

.footer-container .list-group .list-group-item {
	font-size: 0.875rem;
	padding: 0.375rem 1.25rem;
}

.footer-container .list-group .active>.list-group-item {
	color: #21c87a;
}

/* Transparent */
.footer-container .list-group-transparent .list-group-item {
	color: #fff;
	border-color: transparent;
	background-color: transparent;
}

.footer-container .list-group-transparent .list-group-item[href] {
	color: rgba(255, 255, 255, 0.7);
}

.footer-container .list-group-transparent .list-group-item[href]:hover {
	color: #fff;
}

/* Flush */
.footer-container .list-group-flush .list-group-item {
	padding-left: 0;
	padding-right: 0;
}

.footer-container .list-group-flush .list-group-item.active {
	color: #21c87a;
	background-color: transparent;
	border-color: transparent;
}

/*------------------------------------
  Pixabay
------------------------------------*/
.hr-line-dashed {
	border-top: 1px dashed #CCCCCC;
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	margin: 1.5rem 0;
}

#pixabayModal .modal-dialog.modal-lg,
#copyscape-result .modal-dialog.modal-lg {
	max-width: 1024px;
}

.flex-images {
	overflow: hidden;
}

.flex-images .item {
	float: left;
	margin: 4px;
	background: #f3f3f3;
	box-sizing: content-box;
	overflow: hidden;
	position: relative;
}

.flex-images .item>img {
	display: block;
	width: auto;
	height: 100%;
}

.flex-images .download {
	opacity: 0;
	transition: opacity .3s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
	background: rgba(0, 0, 0, .65);
	color: #eee;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
}

.flex-images .item:hover .download,
.flex-images .item.uploading .download {
	opacity: 1;
}

.flex-images .download img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 32px;
	opacity: .7;
}

.flex-images .download div {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	padding: 0 5px;
}

.flex-images .download a {
	color: #eee;
}

#load_animation {
	clear: both;
	padding: 15px 0 0;
	text-align: center
}

.no-matches {
	color: #bbb;
	font-size: 24px;
	text-align: center;
	margin: 40px 0
}

.holder-style {
	display: block;
	width: 100%;
	/*padding-top: 56.25%;*/
	background-color: #f7f7f7;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	transition: all .15s ease;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.holder-style .holder-icon {
	opacity: 0;
	transition: opacity .3s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
	text-align: center;
	font-size: 1.32rem;
	line-height: 1.5;
	background: rgba(0, 0, 0, .65);
}

.holder-style .holder-icon.uploading {
	background: rgba(0, 0, 0, .45);
}

.holder-style:hover .holder-icon,
.holder-style .holder-icon.uploading {
	opacity: 1;
}

.holder-style .holder-icon .holder-icon-text {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	margin: auto;
	opacity: .7;
	color: #FFF;
}

.holder-style-edit {
	position: absolute;
	font-size: 1.5rem;
	top: 1.25rem;
	right: 1.25rem;
	background-color: rgba(255, 255, 255, 1);
	width: 3rem;
	height: 3rem;
	line-height: 2.9rem;
	border-radius: 50%;
	color: #FFF;
	z-index: 1;
	text-align: center;
	box-shadow: 0 0 24px rgba(0, 0, 0, .5);
	display: none;
}

.popover {
	-webkit-box-shadow: 0 0 25px 0 rgba(154, 161, 171, .4);
	box-shadow: 0 0 25px 0 rgba(154, 161, 171, .4);
	width: 100%;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^='left'] .arrow::before {
	border-left-color: rgba(0, 0, 0, .4);
}

.popover-header {
	background-color: rgba(222, 226, 230, .4);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.tooltip-inner {
	border-radius: .1rem;
	padding: .25rem .55rem;
}

.tooltip.show {
	opacity: .9;
}

.label {
	display: inline;
	padding: .3em .7em .4em;
	font-size: 80%;
	font-weight: 600;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.label-sm {
	font-weight: 600;
	font-size: 0.75rem;
	padding: 0.35rem .7rem;
}

.label-admin {
	background-color: rgba(253, 185, 1, .2);
}

.label-other {
	background-color: rgba(222, 68, 55, 0.1);
}

#uploadimageModal .modal-dialog {
	max-width: 1024px;
}

#uploadimageModal .modal-header {
	padding-bottom: 0;
}

#uploadimageModal .modal-footer {
	padding-top: 0;
}

.footer-container {
	background-color: #2B3137;
}

.footer-bar {
	padding: 1.5rem 0;
	color: rgba(255, 255, 255, .5);
	background-color: #24292E;
	border-top: .05rem solid #24292E;
	font-size: .85rem;
}

.footer-social-icons .social-facebook {
	background-color: #4c699e;
}

.footer-social-icons .social-twitter {
	background-color: #1daee3;
}

.footer-social-icons .social-google {
	background-color: #da573b;
}

.footer-social-icons .social-youtube {
	background-color: #D32322;
}

.footer-social-icons .social-linkedin {
	background-color: #007BB5;
}

.footer-social-icons a {
	display: inline-block;
	margin-left: 2px;
	font-size: 20px;
	padding: 3px 5px 2px;
	color: #FFF;
	opacity: .8;
	border-radius: 4px;
}

/*------------------------------------
	Focus States
  ------------------------------------*/
.input-group,
.form-group {
	transition: all 0.2s ease-in-out;
	position: relative;
}

/*------------------------------------
  Success State
------------------------------------*/
.u-has-success .input-group.u-focus-state {
	box-shadow: 0 0 25px rgba(33, 200, 122, 0.1);
}

.u-has-success .input-group>.form-control:focus,
.u-has-success .input-group .input-group-text,
.u-has-success .input-group>.form-control,
.u-has-success .input-group *:focus {
	border-color: #21c87a;
}

.u-has-success .input-group .input-group-text {
	color: #21c87a;
}

/*------------------------------------
	Error State
  ------------------------------------*/
.u-has-error .input-group>.form-control:focus,
.u-has-error .input-group .input-group-text,
.u-has-error .input-group>.form-control,
.u-has-error .input-group *:focus {
	border-color: #fa626b;
}

.u-has-error .input-group .input-group-text {
	color: #fa626b;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #babfc7;
	background-color: white;
	margin-bottom: 1rem !important;
}

.drag-handle {
	cursor: move;
}

.data-repeater-delete {
	cursor: pointer;
}

.data-repeater-delete .input-group-text {
	padding-left: 1rem;
	padding-right: 1rem;
}

/*The scroll to top*/
.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 1049;
	background-color: rgba(0, 0, 0, 0.2);
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
	background-color: rgba(0, 0, 0, .5);
}

.scroll-top-wrapper.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1.0;
}

.scroll-top-wrapper i.fa {
	line-height: inherit;
}

.author-widget .media-left {
	margin-right: 1rem
}

.author-widget .media-left img {
	max-width: 48px;
	border: 2px solid #888;
	border-radius: 50%;
}

.rounded-avatar {
	flex-shrink: 0;
	border-radius: 50%;
	background: #F8F9FA;
	padding: 1.5rem;
	width: 5.5rem;
	height: 5.5rem;
	text-align: center;
}

.bg-secure-navbar {
	background-color: rgba(33, 33, 33, .05);
}

.table,
.table th,
.table td,
.table thead th {
	border-color: #dee2e6;
	font-size: .9rem;
}

.table-responsive .table {
	background: #FFFFFF;
}

.table thead>tr {
	background: rgba(222, 226, 230, .4);
}

.table thead>tr>th {
	padding: 1rem .75rem;
	font-weight: 600;
	border-bottom: 0;
	font-size: .8rem;
	text-transform: uppercase;
}

.table tr td .user-avatar img {
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 50%;
	margin-right: .75rem;
}

.table tbody tr td .user-info img {
	float: left;
}

.table tbody tr td .user-info span {
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table tbody tr td .cell-detail .cell-detail-description {
	display: block;
	font-size: .8462rem;
	color: #999;
}

.table .btn-group-sm>.btn,
.btn-sm {
	font-size: .8rem;
}

.table .btn-default {
	background: rgba(222, 226, 230, .6);
}

.table .text-deleted {
	color: #fa626b;
}

.table .text-submitted {
	color: #fdb901
}

.table .text-published {
	color: #4340c2;
}

.table .bg-deleted {
	background: #fa626b;
}

.table .bg-submitted {
	background: #4340c2;
}

.table .bg-published {
	background: #43d9a3;
}

.rounded-circle {
	border-radius: 50%;
	display: inline-block;
	width: .7rem;
	height: .7rem;
	background-color: rgba(30, 32, 34, 0.1);
	margin-right: .2rem;
}

.column-location div{
	width: 10rem;
}

.column-author div{
	width: 10rem;
}

.column-category {
	width: 8.4rem;
}

.column-article-type {
	width: 6rem;
}

.column-date .article-status-media{
	width: 8rem;
}

.column-action {
	width: 5.5rem;
}

.article-status-media .media-body abbr {
	font-size: .72rem;
}

.article-status-media .icon-box {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 2.5rem;
	height: 2.5rem;
	font-size: 1rem;
	border-radius: 2rem;
	margin-right: .75rem;
	line-height: .5rem;
	color: #616367;
    background: #ecedef;
	border: 1px solid #cbcccf;

}

.article-status-media .icon-box .icon-box-text {
	position: absolute;
	top: 48%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-weight: 600;
}

.article-status-media.article-submitted .icon-box {
	background: rgba(253, 185, 1, .5);
	border-color: #feebb8;
	color: #846001;
}

.article-status-media.article-unpublish .icon-box {
	background: rgba(253, 185, 1, .5);
}

.article-status-media.article-deleted .icon-box {
	color: #823338;
    border-color: #fed3d6;
	background-color: #fee0e1;
}

.article-status-media.article-published .icon-box {
	color: #fff;
    border-color: #6967ce;
    background-color: #6967ce;
}
.article-status-media.article-pending .icon-box {
	color: #FFFFFF;
    border-color: #5ed84f;
    background-color: #5ed84f;
}

.highlight {
	padding: 1rem;
	background-color: #FFF;
	border: 1px solid #dee2e6;
	border-bottom: 0;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.add-more-link-muted {
	color: #8c98a4;
	border-bottom: 1px dashed #97a4af;
	padding-bottom: .2rem;
}

.add-more-link-muted:hover {
	color: #4340c2;
	border-color: #4340c2;
}

.article-status-tag {
	padding: .2rem .75rem .2rem;
	line-height: 100%;
	font-size: .75rem;
	border-radius: 2px;
	color: #FFF;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.dropdown-menu {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-box-shadow: 0 0 25px 0 rgba(154, 161, 171, .4);
	box-shadow: 0 0 25px 0 rgba(154, 161, 171, .4);
	border: 1px solid rgba(0, 0, 0, .05);
}

.dropdown-item {
	padding: 0.375rem 1.5rem;
	font-size: .9rem;
}

.dropdown-item .fa {
	margin-right: 0.5rem
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
	background: rgba(245, 247, 250, 1);
}

/*******************/
.view-account {
	background-color: #FFFFFF;
}

.view-account .nav.nav-tabs>li.nav-item span {
	display: block;
	margin-bottom: .5rem;
}

.view-account .nav.nav-tabs>li.nav-item .icon {
	font-size: 20px;
	vertical-align: middle;
	text-align: center;
	width: 40px;
}

.view-account .content-panel {
	padding: 0 20px 30px;
}

.view-account .content-panel .title {
	margin-bottom: 15px;
	margin-top: 0;
	font-size: 18px
}

.view-account .content-panel .fieldset-title {
	padding-bottom: 15px;
	border-bottom: 1px solid #eaeaf1;
	margin-bottom: 30px;
	color: #616670;
	font-size: 16px
}

@media (max-width: 767px) {
	.view-account .content-panel {
		padding: 0
	}
}

@media (min-width: 992px) {
	.view-account .content-panel {
		border-left: 1px solid #f3f3f7;
		margin-left: 300px;
		min-height: 50vh;
	}

	.view-account .view-account-side-bar {
		position: absolute;
		width: 300px;
		min-height: 50vh;
	}
}

.view-account-side-bar .profile-pic {
	padding: 5px;
	position: relative;
}

.view-account-side-bar ul.nav li {
	margin-bottom: 4px;
	list-style: none;
}

.view-account-side-bar ul.nav li.nav-title {
	padding: 10px 0;
	color: #777;
	font-weight: 700;
	text-decoration: none;
	text-shadow: 0 1px #FFF;
}

.view-account-side-bar ul.nav li.nav-title:hover {
	color: #777777;
}

.view-account-side-bar ul.nav li a {
	padding: 5px 5px 5px 25px;
	color: #888;
}

.view-account-side-bar ul.nav .divider {
	width: 80%;
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background: #e2e2e2;
}

/* Panel Sidemenu Icons */
.view-account-side-bar ul.nav li a:hover {
	background: none;
}

.view-account-side-bar ul.nav li .fa {
	font-size: 18px;
	vertical-align: top;
	line-height: 100%;
	position: absolute;
	left: 0;
	width: 18px;
	text-align: center;
}

/* ===========
   Nav Tabs
 =============*/
.nav-tabs {
	background-color: transparent;
}

.nav-tabs>li,
.nav-tabs>li>a {
	position: relative;
	display: block;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	border-color: transparent;
	background-color: transparent;
	color: #4340c2;
}

.nav-tabs>li.nav-item>a,
.nav-tabs>li.nav-item>a:focus,
.nav-tabs>li.nav-item>a:hover,
.nav-tabs>li.nav-item.active>a,
.nav-tabs>li.nav-item.active>a:focus,
.nav-tabs>li.nav-item.active>a:hover {
	border-width: 0 0 1px;
	border-radius: 0;
}

.nav-tabs li.nav-item>a.nav-link {
	text-transform: uppercase;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	border-color: #E2E5EE;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 18px;
}

.pixabayModal .nav-tabs li.nav-item>a.nav-link {
	text-transform: none;
}

.nav-tabs li.nav-item>a.nav-link:not(.active) {
	color: #9ea5b0;
}

.nav-tabs li.nav-item>a.nav-link:after {
	content: "";
	height: 2px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -1px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

@media (min-width: 768px) {
	.nav-tabs li.nav-item>a {
		padding: 15px;
	}
}

@media (max-width: 768px) {
	.nav-tabs li.nav-item>a {
		padding: 15px 8px;
	}
}

.nav-tabs li.nav-item>a.active:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.nav-tabs.nav-fill>li>a {
	border-radius: 0;
}

.nav-tabs.nav-fill>.active>a,
.nav-tabs.nav-fill>.active>a:focus,
.nav-tabs.nav-fill>.active>a:hover {
	border: 0;
	background-color: transparent;
}

.nav-tabs li.nav-item>a.active:after {
	background: #4340c2;
}

.nav-tabs li.nav-item>a>.icon {
	font-size: 20px;
	vertical-align: middle;
	text-align: center;
	width: 40px;
	display: inline-block;
}

.card-header {
	font-size: 1.385rem;
}

.card-header-divider {
	border-bottom: 1px solid #e6e6e6;
	padding-left: 0;
	padding-right: 0;
}

.card-subtitle {
	display: block;
	font-size: 1rem;
	margin-top: 0;
	line-height: 1;
	margin-bottom: 4px;
	color: #878787;
}


.dataTables_filter {
	display: none;
}

div.dataTables_wrapper div.dataTables_processing {
	box-shadow: 0 0 25px 0 rgba(154, 161, 171, .4);
	border: 1px solid #dee2e6;
}

.trumbowyg-button-pane .trumbowyg-button-group:after,
.trumbowyg-button-pane:after {
	display: none
}

.trumbowyg-box,
.trumbowyg-editor {
	border-color: #babfc7;
	margin: 0;
	background: #FFF
}
.trumbowyg-editor p{
	margin: 0;
}
.trumbowyg-button-pane {
	background-color: #FFF;
	border-color: #babfc7
}

.trumbowyg-button-pane button {
	margin: 0
}

.trumbowyg-dropdown {
	border: 1px solid #babfc7;
	box-shadow: 0 4px 18px rgba(0, 0, 0, .11);
}

.trumbowyg-dropdown button {
	font-size: .9rem;
	height: 40px;
	padding: 0 1rem
}

.trumbowyg-dropdown button svg {
	margin-top: -3px
}

.trumbowyg-dropdown button:hover {
	background-color: #f9f9f9
}

.trumbowyg-modal-box {
	border: 1px solid #babfc7;
	font-size: .9rem;
	box-shadow: 0 4px 18px rgba(0, 0, 0, .11)
}

.trumbowyg-modal-box .trumbowyg-modal-title {
	font-size: 1.2rem;
	background-color: #F8F9FA;
	font-weight: 500;
}

.trumbowyg-modal-box label {
	margin: 15px 20px;
	font-weight: 400
}

.trumbowyg-modal-box label .trumbowyg-input-infos span {
	color: #333;
	border-color: #babfc7
}

.trumbowyg-modal-box label input {
	border-color: #babfc7;
	font-size: 1rem;
	color: #495057
}

.trumbowyg-modal-box label input:focus,
.trumbowyg-modal-box label input:hover {
	border-color: #dde2e6
}

.trumbowyg-modal-box .trumbowyg-modal-button {
	font-size: 1rem;
	height: auto;
	line-height: 100%;
	border-radius: 2px;
	padding: 7px 0;
	margin: 0 20px;
	bottom: 18px
}
.trumbowyg-modal-skyscraper-box .trumbowyg-modal-box,
.trumbowyg-modal-skyscraper-box.trumbowyg-modal{
	    max-width: 98%;
		width: 98%;
}
.trumbowyg-modal-skyscraper-box .trumbowyg-modal-box .trumbowyg-modal-title{
	margin: 0;
}
.trumbowyg-modal-skyscraper-box .trumbowyg-modal-box .table thead>tr>th,
.trumbowyg-modal-skyscraper-box .trumbowyg-modal-box .table tbody>tr>td{
	padding: .5rem;
	font-size: .75rem;
}
.form-hub-secure .input-group-text {
	width: 3.5rem;
	padding: 0 1.2rem;
}

.form-hub-secure .form-control {
	padding: .72rem 1.5rem;
}

.form-hub-secure .forgot-password {
	color: #8c98a4;
	font-size: .8rem;
	margin: .5rem 0 1rem;
}

.form-hub-secure .forgot-password span {
	border-bottom: 1px dashed #97a4af;
	margin-left: .2rem;
}

.be-loading {
	position: relative
}

.be-loading:after {
	position: absolute;
	display: block;
	visibility: hidden;
	opacity: 0;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, .7);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 2
}

.be-loading .be-spinner {
	display: none
}

.be-loading-active:after {
	visibility: visible;
	opacity: 1
}

.be-loading-active .be-spinner {
	display: block
}

.be-loading .be-spinner {
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -20px;
	margin-right: -20px;
	z-index: 3
}

.be-spinner svg {
	-webkit-animation: be-spinner-rotation 1.4s linear infinite;
	animation: be-spinner-rotation 1.4s linear infinite;
	stroke: #4285f4
}

.be-spinner svg .circle {
	stroke-dasharray: 187;
	stroke-dashoffset: 0;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-animation: be-spinner-turn 1.4s ease-in-out infinite;
	animation: be-spinner-turn 1.4s ease-in-out infinite
}

@-webkit-keyframes be-spinner-rotation {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg)
	}
}

@keyframes be-spinner-rotation {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg)
	}
}

@-webkit-keyframes be-spinner-turn {
	0% {
		stroke-dashoffset: 187
	}

	50% {
		stroke-dashoffset: 46.75;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg)
	}

	100% {
		stroke-dashoffset: 187;
		-webkit-transform: rotate(450deg);
		transform: rotate(450deg)
	}
}

@keyframes be-spinner-turn {
	0% {
		stroke-dashoffset: 187
	}

	50% {
		stroke-dashoffset: 46.75;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg)
	}

	100% {
		stroke-dashoffset: 187;
		-webkit-transform: rotate(450deg);
		transform: rotate(450deg)
	}
}

.f-modal-alert {
	background-color: #fff;
}

.f-modal-alert .f-modal-icon {
	border-radius: 50%;
	border: 4px solid transparent;
	box-sizing: content-box;
	height: 80px;
	margin: 20px auto;
	padding: 0;
	position: relative;
	width: 80px;
}

.f-modal-alert .f-modal-icon.f-modal-success,
.f-modal-alert .f-modal-icon.f-modal-error {
	border-color: #5ED84F;
}

.f-modal-alert .f-modal-icon.f-modal-success:after,
.f-modal-alert .f-modal-icon.f-modal-success:before,
.f-modal-alert .f-modal-icon.f-modal-error:after,
.f-modal-alert .f-modal-icon.f-modal-error:before {
	background: #fff;
	content: "";
	height: 120px;
	position: absolute;
	transform: rotate(45deg);
	width: 60px;
}

.f-modal-alert .f-modal-icon.f-modal-success:before,
.f-modal-alert .f-modal-icon.f-modal-error:before {
	border-radius: 120px 0 0 120px;
	left: -33px;
	top: -7px;
	transform-origin: 60px 60px;
	transform: rotate(-45deg);
}

.f-modal-alert .f-modal-icon.f-modal-success:after,
.f-modal-alert .f-modal-icon.f-modal-error:after {
	border-radius: 0 120px 120px 0;
	left: 30px;
	top: -11px;
	transform-origin: 0 60px;
	transform: rotate(-45deg);
}

.f-modal-alert .f-modal-icon.f-modal-success .f-modal-placeholder,
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder {
	border-radius: 50%;
	border: 4px solid rgba(165, 220, 134, 0.2);
	box-sizing: content-box;
	height: 80px;
	left: -4px;
	position: absolute;
	top: -4px;
	width: 80px;
	z-index: 2;
}

.f-modal-alert .f-modal-icon.f-modal-success .f-modal-fix,
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-fix {
	background-color: #fff;
	height: 90px;
	left: 28px;
	position: absolute;
	top: 8px;
	transform: rotate(-45deg);
	width: 5px;
	z-index: 1;
}

.f-modal-alert .f-modal-icon.f-modal-success .f-modal-line,
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line {
	background-color: #5ED84F;
	border-radius: 2px;
	display: block;
	height: 5px;
	position: absolute;
	z-index: 2;
}

.f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-tip,
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-tip {
	left: 14px;
	top: 46px;
	transform: rotate(45deg);
	width: 25px;
}

.f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-long,
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-long {
	right: 8px;
	top: 38px;
	transform: rotate(-45deg);
	width: 47px;
}

.f-modal-alert .f-modal-icon.f-modal-error {
	border-color: #f93d48;
}

.f-modal-alert .f-modal-icon.f-modal-error .f-modal-x-mark {
	display: block;
	position: relative;
	z-index: 2;
}

.f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder {
	border: 4px solid rgba(200, 0, 0, 0.2);
}

.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line {
	background-color: #f93d48;
	top: 37px;
	width: 47px;
}

.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-left {
	left: 17px;
	transform: rotate(45deg);
}

.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-right {
	right: 16px;
	transform: rotate(-45deg);
}

.f-modal-alert .f-modal-icon.f-modal-warning {
	border-color: #F8BB86;
}

.f-modal-alert .f-modal-icon.f-modal-warning:before {
	animation: pulseWarning 2s linear infinite;
	background-color: #fff;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
}

.f-modal-alert .f-modal-icon.f-modal-warning:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.f-modal-alert .f-modal-icon.f-modal-warning .f-modal-body {
	background-color: #F8BB86;
	border-radius: 2px;
	height: 47px;
	left: 50%;
	margin-left: -2px;
	position: absolute;
	top: 10px;
	width: 5px;
	z-index: 2;
}

.f-modal-alert .f-modal-icon.f-modal-warning .f-modal-dot {
	background-color: #F8BB86;
	border-radius: 50%;
	bottom: 10px;
	height: 7px;
	left: 50%;
	margin-left: -3px;
	position: absolute;
	width: 7px;
	z-index: 2;
}

.f-modal-alert .f-modal-icon+.f-modal-icon {
	margin-top: 50px;
}

.animateSuccessTip {
	animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
	animation: animateSuccessLong 0.75s;
}

.f-modal-icon.f-modal-success.animate:after {
	animation: rotatePlaceholder 4.25s ease-in;
}

.f-modal-icon.f-modal-error.animate:after {
	animation: rotatePlaceholder 4.25s ease-in;
}

.animateErrorIcon {
	animation: animateErrorIcon 0.5s;
}

.animateXLeft {
	animation: animateXLeft 0.75s;
}

.animateXRight {
	animation: animateXRight 0.75s;
}

.scaleWarning {
	animation: scaleWarning 0.75s infinite alternate;
}

.pulseWarningIns {
	animation: pulseWarningIns 0.75s infinite alternate;
}

@keyframes animateSuccessTip {

	0%,
	54% {
		width: 0;
		left: 1px;
		top: 19px;
	}

	70% {
		width: 50px;
		left: -8px;
		top: 37px;
	}

	84% {
		width: 17px;
		left: 21px;
		top: 48px;
	}

	100% {
		width: 25px;
		left: 14px;
		top: 45px;
	}
}

@keyframes animateSuccessLong {

	0%,
	65% {
		width: 0;
		right: 46px;
		top: 54px;
	}

	84% {
		width: 55px;
		right: 0;
		top: 35px;
	}

	100% {
		width: 47px;
		right: 8px;
		top: 38px;
	}
}

@keyframes rotatePlaceholder {

	0%,
	5% {
		transform: rotate(-45deg);
	}

	100%,
	12% {
		transform: rotate(-405deg);
	}
}

@keyframes animateErrorIcon {
	0% {
		transform: rotateX(100deg);
		opacity: 0;
	}

	100% {
		transform: rotateX(0deg);
		opacity: 1;
	}
}

@keyframes animateXLeft {

	0%,
	65% {
		left: 82px;
		top: 95px;
		width: 0;
	}

	84% {
		left: 14px;
		top: 33px;
		width: 47px;
	}

	100% {
		left: 17px;
		top: 37px;
		width: 47px;
	}
}

@keyframes animateXRight {

	0%,
	65% {
		right: 82px;
		top: 95px;
		width: 0;
	}

	84% {
		right: 14px;
		top: 33px;
		width: 47px;
	}

	100% {
		right: 16px;
		top: 37px;
		width: 47px;
	}
}

@keyframes scaleWarning {
	0% {
		transform: scale(1);
	}

	30% {
		transform: scale(1.02);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes pulseWarning {
	0% {
		background-color: #fff;
		transform: scale(1);
		opacity: 0.5;
	}

	30% {
		background-color: #fff;
		transform: scale(1);
		opacity: 0.5;
	}

	100% {
		background-color: #F8BB86;
		transform: scale(2);
		opacity: 0;
	}
}

@keyframes pulseWarningIns {
	0% {
		background-color: #F8D486;
	}

	100% {
		background-color: #F8BB86;
	}
}

.deleteParagraph {
	position: absolute;
	left: -2rem;
	top: 0;
}

.alert-growl-container {
	/*position: fixed;
	top: 7.5rem;
	right: 1rem;
	z-index: 100000;
	*/
    top: 24px;
    right: 24px;
    margin: 0;
    max-height: -webkit-calc(100% - 2*24px);
    max-height: calc(100% - 2*24px);
    max-width: 568px;
    min-height: 20px;
	padding: 0;
	position: fixed;
    text-align: left;
	z-index: 2005;
}
.alert-growl-container .alert{
	-webkit-border-radius: 2px;
    border-radius: 2px;
	border: none;
}

.alert-inverse {
	background-color: #202124;
	border-color: transparent;
	color: #FFFFFF;
}

.alert-inverse .close {
	color: #e6e6e6;
}

.navbar-nav .dropdown-menu.dropdown-menu-user-account {
	padding: 0;
	width: 25rem;
}

.dropdown-menu-user-account .listview {
	position: relative;
}

/* Toggle */
.hw-sidebar-account-toggle-bg {
	position: relative;
	top: 0.0625rem;
	padding: 0.1rem 0.25rem 0.1rem 1rem;
	background-color: #FFFFFF;
}

.hw-sidebar-account-toggle-text {
	color: #24292E;
	font-size: 0.75rem;
	vertical-align: middle;
	margin-right: 0.3125rem;
}

.hw-sidebar-account-toggle-img {
	width: 1.9rem;
	height: 1.9rem;
	border-radius: 50%;
}

/*------------------------------------
  Sidebar Navigation
------------------------------------*/
.hw-sidebar {
	position: fixed;
	top: 0;
	right: -25.4375rem;
	z-index: 99999;
	width: 23.4375rem;
	height: 100%;
	background-color: #fff;
	box-shadow: -13px 0 20px rgba(119, 131, 143, 0.08);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.open-right-sidebar.hw-sidebar {
	right: 0;
}

.user-nav-account-header {
	background-color: rgba(245, 247, 250, 1);
}

.user-nav-account-header-img {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 0.25rem;
}

.hw-sidebar-list-group-item {
	padding: 0.625rem;
	transition: 0.2s ease-in-out;
	border: 0;
}

.hw-sidebar-list-group-item.list-group-item:hover,
.hw-sidebar-list-group-item.list-group-item:focus,
.hw-sidebar-list-group-item.hw-sidebar-list-group-item.active {
	color: #4340c2;
	background-color: rgba(245, 247, 250, 1);
}

.hw-sidebar-account-list-icon {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	vertical-align: inherit;
	width: 1.125rem;
	font-size: 1rem;
	color: #8f95a0;
	transition: 0.2s ease-in-out;
	margin-right: 0.5rem
}



.bg-overlay:before {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
	width: 100%;
	background: rgba(0,0,0,.6)!important;
}

.select2.is-invalid.select2-container--default .select2-selection--single {
    border-color: #fa626b;
}

.css-truncate.css-truncate-target,
.css-truncate .css-truncate-target {
    display: inline-block;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}
.datepicker-days .table.table-sm th,
.datepicker-days .table.table-sm td {
	padding: .4rem;
	border-radius: 0;
}
.datepicker.datepicker-dropdown.dropdown-menu {
	margin: 0;
	padding: 0;
	border: 1px solid #babfc7;
	background-color: #F8F9FA;
}
.datepicker-days .table.table-sm td {
    background-color: #FFFFFF;
}

.datepicker-days .table thead > tr {
    background-color: #F8F9FA;
}
.datepicker-days .table thead > tr th {
    font-weight: 700;
}
#pixabay-image .custom-file{
	margin-bottom: .5rem;
}
#pixabay-image .custom-file-input,
#pixabay-image .custom-file-label{
	cursor: pointer;
}
#pixabay-image .custom-file-label::after{
    border-color:#28afd0;
    border-radius: 0 .25rem .25rem 0;
	color: #fff;
    background-color: #28afd0;
}
#pixabay-image .custom-file-label{
	border-color:#28afd0;
}
#pixabay-image .custom-control-label::before{
	top: .325rem;
}
#pixabay-image .custom-file-input:lang(en)~.custom-file-label::after {
    content: 'Upload';
}


.hiddenSpellError
{
   border-bottom: 2px solid red;
   cursor: default;
}

.hiddenGrammarError
{
   border-bottom: 2px solid green;
   cursor: default;
}

.hiddenSuggestion
{
   border-bottom: 2px solid blue;
   cursor: default;
}
.wrapper-content-page{
	
	min-height: 750px;
}
.hide{
	display: none;
}

.ui-autocomplete {
	position: absolute;
	z-index: 99999 !important;
	cursor: default;
	padding: 0;
	margin-top: 2px;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	max-height: 300px;
	max-width: 320px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
	overflow-x: auto; /* add padding to account for vertical scrollbar */
	font-size: 12px;
	
  }