@charset "utf-8";

/*Page Load classes*/

.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #F5F8FA;
	z-index: 9998;
	text-align: center;
}

.plane-container {
	position: absolute;
	top: 50%;
	left: 50%;
}


/*Template Customized Classes*/

.paper-nav-toggle {
	padding: 6px 0 0 0;
	height: 40px;
	width: 40px;
	-webkit-appearance: none!important;
	background: #E1E1E1;
}

.lSAction>.lSPrev {
	left: 20px;
}

@media (max-width: 1047px) {
	/*Changed from default 1031*/
	.paper-nav-toggle {
		position: absolute;
		display: block!important;
	}
	.mainnav {
		padding: 15px!important;
	}
}

.xv-menuwrapper .dl-menu>li>a {
	padding: 0 10px;
	margin-left: 10px;
}

.xv-menuwrapper .dl-menu>li.parent>a {
	padding-right: 18px;
}

.xv-menuwrapper .dl-menu a i {
	padding-right: 10px;
}

.xv-menuwrapper .dl-menu>li.active>a span {
	border: 1px solid #03a9f4;
	padding: 5px;
	border-radius: 2px;
}

@media (max-width: 576px) {
	.container-xs {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (max-width: 1200px) and ( min-width: 1048px) {
	.layout-fluid .xv-menuwrapper .dl-menu>li>a:not(.nav-btn) {
		padding: 0 10px 0px 10px!important;
		margin-left: 5px;
	}
}

@media (min-width: 576px) {
	.container {
		max-width: 95%;
	}
	.layout-fluid .container {
		max-width: 100%!important;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 95%;
	}
	.layout-fluid .container {
		max-width: 100%!important;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 95%;
	}
	.layout-fluid .container {
		max-width: 100%!important;
	}
	.btn-subscribe {
		padding: 13px 5px!important;
	}
}

@media (min-width: 1048px) {
	.container {
		max-width: 95%;
	}
	.layout-fluid .container {
		max-width: 100%!important;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 95%;
	}
	.layout-fluid .container {
		max-width: 100%!important;
	}
}

.main-sidebar {
	width: 270px!important;
}

.breadcrumbs-cat ol {
	padding-top: 5px;
}

.masthead form {
	margin-top: 0px;
	margin-bottom: 15px;
}

.masthead form button {
	right: 3%;
	top: 30%;
}

@media (max-width: 1048px) {
	.masthead h1 {
		font-size: 50px;
	}
}

@media (max-width: 768px) {
	.masthead h1 {
		font-size: 40px;
	}
}

@media (max-width: 576px) {
	.masthead h1 {
		font-size: 35px;
	}
}

@media (max-width: 400px) {
	.masthead h1 {
		font-size: 25px;
	}
}

.single-masthead-category {
	padding: 0px;
}

.single-masthead-category .search-field {
	padding: 0px 20px;
	margin-top: 25px;
	height: 50px;
}

.dl-menuwrapper li a.nav-btn {
	color: #FFF;
}

.dl-menuwrapper li a.nav-btn:hover {
	color: #FFF;
}

.breadcrumbs ol li {
	font-size: 13px!important;
}

.breadcrumbs ol li::after {
	padding: 0 5px;
}

.breadcrumbs ol li.active-cat::after {
	content: "";
}

.breadcrumbs-cat {
	padding-left: 30px;
}

.float-right-left {
	float: right;
}

@media (max-width: 767px) {
	.float-right-left {
		float: none;
		margin-top: 8px;
	}
	.social-icons {
		padding-left: 40%;
	}
	.sm-ml-minus10 {
		margin-left: -10px;
	}
	.breadcrumbbar {
		/*display: none;*/
	}
}


/*General CSS */

.p10 {
	padding: 10px!important;
}

.s-14 {
	font-size: 14px!important;
}

.s-16 {
	font-size: 16px!important;
}

.fs-15 {
	font-size: 15px;
}

.fs-18 {
	font-size: 18px;
}

.full-width {
	width: 100%;
}

.full-height {
	height: 100%!important;
}

.list-nostyle {
	list-style: none!important;
}

.mb-20 {
	margin-bottom: 20px!important;
}

.asterisk {
	color: #e70000;
}

.bg-login {
	background: #F3F5F8;
}

.layout-fluid .pr-fluid {
	padding-right: 15px!important;
}

.layout-fluid .pl-fluid {
	padding-left: 15px!important;
}

.align-tp {
	vertical-align: text-top!important;
}

.btn-phpkb {
	font-size: 14px;
}

.auto-height {
	min-height: auto;
}

.table>thead>tr>th {
	padding: 0.75rem;
}

.icon-fs14 {
	font-size: 25px;
	vertical-align: middle;
	line-height: 18px;
}

.bb-light {
	border-bottom: 1px solid #EEE;
}

.pointer {
	cursor: pointer;
}

.error-text,
.red-text {
	color: #f00;
}

.paging-desc {
	text-align: right;
	padding-top: 10px;
}

.form-horizontal .form-group.has-icon i {
	font-size: 14px;
	position: absolute;
	top: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 20px;
}

.form-horizontal .form-group.has-icon label.error {
	margin-top: auto;
}

.form-horizontal .form-group.has-icon label.error:empty {
	margin-top: 10px;
}

.sidebar-accounts i {
	padding-right: 20px!important;
}

form .label-error {
	margin-top: 0px!important;
}

.form-control-subscribe {
	height: 54px;
}

.newsletter form .icon-btn {
	top: 38px;
}

.text-center-browsers {
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: -ms-center;
}

.loader-contact {
	background: transparent url('../images/loader.gif') 99% 50% no-repeat;
	padding-right: 30px;
}

@media (max-width: 1047px) {
	.layout-fluid .pr-fluid {
		padding-left: 15px!important;
	}
	.d-none-1047 {
		display: none!important;
	}
}

.small-text {
	font-size: 12px;
}

.icon-approved:before {
	font-family: phpkbIcons;
	content: "\e992";
	font-style: normal;
}

.icon-featured:before {
	font-family: phpkbIcons;
	content: "\e9b6";
	font-style: normal;
}

.icon-locked:before {
	font-family: phpkbIcons;
	content: "\e9ba";
	font-style: normal;
}



/*Home categories CSS*/

.col-dis-cell {
	flex: 1 1 auto;
}

.service-block {
	height: 100%;
}

.approved-icon {
	color: #888A85;
}

.featured-icon {
	color: #FFB606;
}

.flex-item {
	flex: 1 1 auto;
}

.block-locked::before {
	font-family: phpkbIcons;
	content: "\ea12";
	right: -30px;
	top: -37px;
	position: relative;
	font-size: 30px;
	float: right;
}

.badge-locked {
	padding: 3px 5px 3px 2px;
	font-weight: 300;
	border-radius: 2px;
	position: relative;
	font-size: 12px;
	vertical-align: middle;
	margin-left: 10px;
	background: #606676;
	color: #FFF;
}

.layout-fluid .cat-theme2 {
	padding-left: 15px;
	padding-right: 15px;
}

.cat-theme2 .block-locked::before {
	right: 5px;
	top: 0px;
	position: absolute;
}

.cat-theme3 .block-locked::before {
	right: 5px;
	top: 0px;
	position: absolute;
	color: #E1E8EE;
}

.cat-theme2 .cat-theme2-row .col-md-12 {
	border: 1px solid #e3eaf1;
	padding: 10px;
}

.cat-theme2 .cat-theme2-row .col-md-12 {
	border: 1px solid #e3eaf1;
	padding: 10px;
}

.cat-theme2 .cat-theme2-row .col-md-4,
.cat-theme2 .cat-theme2-row .col-md-3 {
	border-right: 1px solid #e3eaf1;
	padding: 10px;
	border-bottom: 1px solid #e3eaf1;
}

.cat-theme2 .cat-theme2-row .col-md-4:nth-child(3n+1),

/* 3 columns */

.cat-theme2 .cat-theme2-row .col-md-3:nth-child(4n+1)
/* 4 columns */

{
	border-left: 1px solid #e3eaf1;
}

.cat-theme2 .cat-theme2-row .col-md-4:nth-child(-n+3),
.cat-theme2 .cat-theme2-row .col-md-3:nth-child(-n+4) {
	border-top: 1px solid #e3eaf1;
}


/* IMPORTANT CLASS TO SELECT LAST ROW OF GRID WITH UNEQUAL NUMBER OF COLUMNS
.cat-theme2 .cat-theme2-row .col-dis-cell:nth-child(3n+1):nth-last-child(-n+3) ,
.cat-theme2 .cat-theme2-row .col-dis-cell:nth-child(3n+1):nth-last-child(-n+3) ~ .col-dis-cell
{
	border-bottom:1px solid #e3eaf1;
}*/


/*Related to category theme 4 */

.product-articles {
	margin-bottom: 10px
}

.product-articles .product-articles-title {
	margin-bottom: 18px;
	font-size: 24px;
	font-weight: 300;
}

.product-articles .product-articles-title a {
	color: #606676;
}

.product-articles .product-articles-title a:hover {
	color: #0079D2;
}

.product-articles ul {
	padding-left: 30px;
}

.product-articles ul li {
	padding-bottom: 10px;
	list-style: disc;
}

.product-articles ul li a {
	font-size: 14px;
}

.product-articles:nth-child(2n+3) {
	clear: left;
}

.topics {
	padding: 0;
	/* Theme 3 */
}

.icon-theme2 {
	height: 70px;
	line-height: 70px;
	text-align: center;
	width: 70px;
	font-size: 62px;
}

.link-theme2 {
	color: #606676;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	font-size: 1.75rem;
}

.link-theme2:hover {
	color: #606676;
}

.home-card .card-icon {
	padding-top: 0px!important;
	padding-left: 15px;
}

.home-card h1 a,
.home-card h1 a:hover {
	color: #616777;
}

.row.display-flex {
	display: flex;
	flex-wrap: wrap;
}

.row.display-flex>[class*='col-'] {
	display: flex;
	flex-direction: column;
}

.hc-thm1-nvicon {
	height: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 70px;
	width: 50px;
}

.hc-thm4-nvicon {
	height: 24px;
	width: 24px;
	line-height: 24px;
	margin-top: -5px;
	margin-right: 1px;
}

.hc-thm2-nvicon {
	height: 55px;
	margin-top: -15px;
	width: 55px;
}

.hc-thm3-nvicon {
	height: 24px;
	width: 24px;
	margin-right: 15px;
}

.service-blocks .service-block .service-content .service-heading .fs-small {
	font-size: 16px;
}

.cat-theme2-row .fs-small {
	font-size: 24px!important;
}

.topics .topics-heading .fs-small {
	font-size: 16px!important;
}

.product-articles .product-articles-title .fs-small {
	font-size: 20px!important;
}


/* Home Articles/News CSS*/

.media-col-content {
	float: left;
	font-weight: 300;
}

.media-col-content .media-col-title {
	margin-top: 4px !important;
	font-weight: 400;
	margin-bottom: 2px;
}

.media-col-content .media-col-title a {
	color: #656876;
	font-weight: 400;
	/*Template size is 16px */
	font-size: 15px;
}

.media-col-content .media-col-title a:hover {
	color: #03a9f4;
}

.media-col-icon {
	float: left;
	/* Blue Color #03a9f4*/
	background-color: #F0F4F7;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	margin-left: 5px;
	color: #03a9f4;
}


/* Home page news CSS*/

.modern .home-news {
	padding-left: 15px;
	padding-right: 15px;
}

.news .media-col-icon:before {
	font-family: phpkbIcons;
	content: "\f1ea";
	left: 12px;
	top: 9px;
	position: relative;
	font-size: 22px;
}


/*  Home Page Articles CSS*/

.home-tabs .nav-link {
	border-color: #e9ecef #e9ecef #ddd;
}

.home-tabs .nav-link:hover {
	/*border-color: #ddd #ddd #ddd;*/
}

.home-tabs-content {
	border: 1px solid #e1e8ee !important;
	border-top: none!important;
	padding: 1.25rem;
}

@media only screen and (max-width: 767px) {
	/* Hack 1047 + 10 */
	.nav-link {
		padding: .5rem .7rem;
	}
}

.rss-link {
	z-index: 9999;
}

.rss-icon {
	font-size: 20px;
	color: #fb8c00;
	z-index: 9999;
}

.article,
.private-article,
.featured,
.private-featured {
	margin-bottom: 10px;
}

.article .media-col-icon:before {
	font-family: phpkbIcons;
	content: "\e992";
	left: 12px;
	top: 5px;
	position: relative;
	font-size: 26px;
}

.featured .media-col-icon:before {
	font-family: phpkbIcons;
	content: "\e9b6";
	left: 13px;
	top: 5px;
	position: relative;
	font-size: 26px;
}

.private-article .media-col-icon:before {
	font-family: phpkbIcons;
	content: "\e9ba";
	left: 13px;
	top: 5px;
	position: relative;
	font-size: 26px;
}

.private-featured .media-col-icon:before {
	font-family: phpkbIcons;
	content: "\e9ba";
	left: 13px;
	top: 5px;
	position: relative;
	font-size: 26px;
}

.home-articles .section-title {
	color: #606676;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-bottom: 7px;
	border-bottom: 1px solid #E1E8EE;
}

.home-articles .section-title .rss-icon {
	margin-top: 12px;
}

.newsletter {
	background: url(../images/fan.png) no-repeat scroll center bottom;
	background-color: #f5f8fa;
}


/* Tree View CSS - Starts */

.background-sidebar {
	background: #F5F8FA;
	padding: 0px;
	border-left: 1px solid #E1E8EE;
	border-right: 1px solid #E1E8EE;
	border-radius: 0px!important;
}

.right-sidebar {
	margin-left: auto;
	order: 2;
	padding-left: 0px;
}

.right-sidebar-fluid {
	padding-right: 0;
}

.left-sidebar-fluid {
	padding-left: 0px;
}

.left-sidebar {
	padding-left: 0px;
	padding-right: 0px;
}

.layout-fluid .left-sidebar .bordered-tree {
	margin-left: 15px;
}

.main-sidebar .bordered-tree .widget {
	border: none;
}


/*Logged in pages*/

.left-sidebar .sidebar-members {
	border-right: 1px solid #e1e8ee;
}

.right-sidebar .sidebar-members {
	border-left: 1px solid #e1e8ee;
}

.phpkb-tree {
	padding: 0px 0px 5px 5px;
}

.treeNode {
	line-height: 27px;
	height: auto;
	white-space: normal;
	padding: 3px 2px;
}

.phpkb-tree img {
	border: 0px;
	vertical-align: middle;
}

.phpkb-tree a {
	text-decoration: none;
}

.phpkb-tree .tree-col {
	display: table-cell;
	padding-left: 2px;
}

.phpkb-tree a.node,
.phpkb-tree a.nodeSel {
	padding: 1px 5px 1px 2px;
	white-space: normal;
}

.phpkb-tree a.node:hover {
	background-image: none;
	text-decoration: none;
	color: #0079D2;
}

.phpkb-tree a.articleNode {
	font-size: 13px;
}

.phpkb-tree a.nodeSel {
	font-weight: bold;
	color: #0073c8;
}

.phpkb-tree .badge {
	top: -2px;
	position: relative;
	border-radius: 3px;
	font-size: 80%;
}

.sidebar-widgets .widget {
	padding: 10px 15px;
}

.bordered-tree .sidebar-widgets .widget-search .phpkbh3 {
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	padding: 0px;
}

.bordered-tree .sidebar-widgets .widget-search .phpkbh3:after {
	background: #1bb1f5;
	content: "";
	display: block;
	height: 3px;
	margin-top: 9px;
	width: 60px;
}

.bordered-tree .phpkb-tree {
	padding: 0px;
}

.bordered-tree .phpkbh3 {
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	padding: 12px 10px 2px 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.bordered-tree .phpkbh3::after {
	background: none;
	height: 0px;
	margin-top: 0px;
}

.bordered-tree .phpkbh3 a {
	color: #60667A;
}

.bordered-tree .phpkbh3 a:hover {
	color: #0079D2;
}

.bordered-tree .treeNode {
	border-bottom: 1px solid #EEEEEE;
	padding: 7px 8px;
}

.background-tree .widget {
	border: 0px;
	border-radius: 0px;
	margin-bottom: 0px;
}

.icon-approved:before {
	font-family: phpkbIcons;
	content: "\e992";
	font-style: normal;
}

.icon-featured:before {
	font-family: phpkbIcons;
	content: "\e9b6";
	font-style: normal;
}

.icon-locked:before {
	font-family: phpkbIcons;
	content: "\e9ba";
	font-style: normal;
}

.expand-category,
.collapse-category,
.tree-loader {
	font-family: phpkbIcons;
	font-size: 14px;
	font-style: normal;
	margin-right: 5px;
	margin-top: 2px;
	position: relative;
	top: 2px;
}

.tree-loader::before {
	content: "\f110";
}

.expand-category::before {
	content: "\f196";
}

.collapse-category::before {
	content: "\f147";
}

.sidebar-slide {
	z-index: 90000000!important;
}

.sidebar-slide .bordered-tree {
	border: 0px;
}


/* Tree View CSS - Ends */


/*Left Toggle for tree*/

.sidebar-slide-toggle {
	position: fixed;
	height: 40px;
	width: 40px;
	line-height: 40px;
	left: 0px;
	top: 25px;
	z-index: 2001;
	border-bottom: none !important;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	background: #03A9F4;
	color: #FFF;
	font-size: 24px;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: none;
	border-bottom-right-radius: 7px;
	border-top-right-radius: 7px;
}

.sidebar-slide-toggle i::after {
	font-family: phpkbIcons;
	content: "\e315";
	color: #FFF;
	font-style: normal;
}

.sidebar-open .sidebar-slide-toggle {
	left: 270px;
	color: #FFF;
}

.sidebar-open .sidebar-slide-toggle i::after {
	font-family: phpkbIcons;
	content: "\e314";
	color: #FFF;
}

.sidebar-open .sidebar-slide-toggle:hover,
.sidebar-open .sidebar-slide-toggle a:hover,
.sidebar-slide-toggle:hover,
.sidebar-slide-toggle a:hover,
.sidebar-slide-toggle a i:hover {
	color: #FFF;
}

.widget-others a:hover {
	color: #0079D2;
}


/* Adjust Content Container with sidebar slide*/

.container-content {
	margin-bottom: 20px;
}

@media only screen and (max-width: 1047px) {
	/* Hack 1047 + 10 */
	.container-content {
		flex: 0 0 100%!important;
		max-width: 100%!important;
	}
	.sidebar-slide-toggle {
		display: block!important;
	}
}

@media only screen and (max-width: 1047px) {
	.navbar-brand {
		margin-left: 45px;
	}
}

.form-control-file {
	height: auto!important;
}


/*Recently Viewed Articles*/

.recentview .recentview-content {
	margin-bottom: 15px;
}

.recentview-title {
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}

.recentview-title::after {
	background: #1bb1f5;
	content: "";
	display: block;
	height: 3px;
	margin-top: 9px;
	width: 60px;
	margin-bottom: 10px;
}


/*contact us section*/

.section-content {
	padding: 0px;
	margin: 0px 15px;
}


/* Live Search CSS -STARTS */

#jquery-live-search .livesearch {
	background: #fff;
	padding: 0px;
	max-height: 400px;
	margin-top: -2px;
	overflow: auto;
	position: relative;
	z-index: 99;
	border: 2px solid #E1E8EE;
	-webkit-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	scrollbar-color: rgba(134, 147, 158, 0.5) rgba(134, 147, 158, 0.1);
}

#jquery-live-search .livesearch::-webkit-scrollbar {
	width: 8px;
	/* for vertical scrollbars */
	height: 12px;
	/* for horizontal scrollbars */
	border-radius: 5px;
}

#jquery-live-search .livesearch::-webkit-scrollbar-track {
	background: rgba(134, 147, 158, 0.1);
	border-radius: 5px;
}

#jquery-live-search .livesearch::-webkit-scrollbar-thumb {
	background: rgba(134, 147, 158, 0.5);
	border-radius: 5px;
}

ul#live-search-result,
ul#live-search-result li {
	margin: 0;
	padding: 0;
}

#live-search-result {
	position: relative;
	background: #fff;
	list-style: none;
	top: 0;
	left: -1px;
	margin: 0;
	/*border: 1px solid #d7d7d7;*/
	z-index: 9999;
	border-top: none;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	/*width: 100%;*/
}

#live-search-result li {
	margin: 0;
	border-bottom: 1px solid #f4f4f4;
}

#live-search-result li:last-child {
	margin: 0;
	border-bottom: none;
}

#live-search-result li.no-results {
	display: block;
	color: #545764;
	padding: 15px 15px 20px 5px;
	border: none;
}

#live-search-result a {
	display: block;
	color: #545764;
	padding: 15px 15px 15px 10px;
	font-size: 14px;
	border: none;
}

#live-search-result,
#live-search-result a {
	line-height: 18px!important;
}

#live-search-result li.noimg {
	display: inline-block;
	background-image: url('../images/info-red.png');
	background-repeat: no-repeat;
	padding-left: 22px;
	background-position: 0px 0px;
	line-height: 19px;
	margin: 15px;
}


/*#live-search-result a i,*/

#live-search-result li span.no-results {
	margin-right: 10px;
	text-align: center;
	width: 15px;
	color: #888;
}

#live-search-result a:hover {
	text-decoration: none;
	color: #0079D2;
	border: none;
}

#live-search-result img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

#live-search-result .nothing-here {
	padding: 0 5px;
}


/*Category Page CSS starts */

.cat-title {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
	padding-left: 15px!important;
	font-size: 28px;
}

@media (max-width: 767px) {
	/*Changed fron default 1031*/
	.cat-title,
	.subscribe-category {
		text-align: center!important;
	}
}

.subscribe-category {
	min-width: 270px;
}

.subscribe-category .btn-catsubscribe {
	font-size: 14px;
	border-radius: 3px;
}

.subscribe-category .btn-catsubscribe .icon {
	padding-right: 5px;
}

.cat-sort {
	position: relative;
	/*Don't really need this just for demo styling*/
	min-width: 130px;
	display: inline-flex;
	margin-left: 4px;
}

.cat-sort:after {
	content: "\e313";
	font-family: phpkbIcons;
	color: #BFC8CE;
	font-size: 24px;
	right: 5px;
	top: 3px;
	height: 34px;
	line-height: 34px;
	position: absolute;
	pointer-events: none;
}

.sort-descending::before,
.sort-ascending::before {
	font-size: 20px;
}

.sort-ascending::after {
	content: "\f0de";
	font-family: phpkbIcons;
	color: #03A9F4;
	font-size: 20px;
	left: -20px;
	margin-left: -12px;
}

.sort-descending::after {
	content: "\f0dd";
	font-family: phpkbIcons;
	color: #03A9F4;
	font-size: 20px;
	left: -20px;
	margin-left: -12px;
}


/* IE11 hide native button (thanks Matt!) */

select::-ms-expand {
	display: none;
}

.cat-sort select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* Add some styling */
	width: 100%;
	max-width: 150px;
	float: right;
	color: #697980;
	border: none;
	-ms-word-break: normal;
	word-break: normal;
	background: #F0F4F7;
	border-radius: 3px;
	box-shadow: none;
	height: 36px;
	padding: 0 5px 0 10px;
	border: 1px solid #D8DFE3!important;
	outline: none;
}

.cat-sort select option {
	background: #FFF;
	border: none!important;
}

.cat-sort select:focus {
	outline: none;
}

.category-articles {
	padding: 10px;
}

.article-meta>span {
	vertical-align: top!important;
}


/*Article Page CSS*/

.highlight-terms {
	background-color: #CBFE65;
	padding: 2px 0;
}

.article-meta-new>span {
	display: inline!important;
}

.article-meta-new .info-cats a {
	color: #0075CB;
}

.stMainServices,
.stHBubble,
.stButton_gradient {
	min-height: 25px;
}

.favorite-fixed {
	position: fixed;
	top: 262px;
	right: 0;
	border: 1px solid #1eaafa;
	border-right: none;
	padding: 0px 5px 5px 5px;
	background-color: #26ADFB;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	z-index: 5;
	moz-border-radius-topleft: 6px;
	moz-border-radius-bottomleft: 6px;
}

.favorite-fixed .icon {
	margin: 5px 0px 0px 0px;
	font-size: 24px;
	line-height: 26px;
	color: #FFF;
	padding: 0px;
}

.unfavorite {
	border-right: none;
	background-color: #d0292d;
	border-radius: 5px;
}

.article-options {
	display: table;
	width: 100%;
}

.article-options .rating-bar {
	padding: 7px 10px;
	display: table-cell;
}

.article-options .options {
	display: table-cell;
}

.article-options .subscribe {
	text-align: right;
	padding-right: 15px;
}

@media (max-width: 767px) {
	/*Changed from default 1031*/
	.article-options {
		text-align: center;
	}
	.article-options .rating-bar {
		display: table-row;
	}
	.article-options .options {
		display: table-row;
	}
	.article-options .subscribe {
		display: table-row;
		text-align: center;
	}
}

.comment-icon-outer {
	border: 1px solid #EEEEEE;
	background-color: transparent;
	border-radius: 50%;
	padding: 7px;
	margin-left: -28px;
	margin-top: 8px;
}

.comment-icon {
	background-color: #F0F4F7;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	/*margin-right: 10px;
    margin-left: 5px;*/
	color: #FF5E47;
}

.comment-icon i {
	margin-left: 10px;
	font-size: 24px;
	position: relative;
	margin-top: 10px!important;
	line-height: inherit;
}


/* TAGS Start */

.tags {
	padding: 5px 0;
}

.tags .heading {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 5px 2px 0px;
	color: #7A7F87;
}

.tags a {
	font-size: 11px;
}

a.tag {
	background: #BAC4D3;
	display: inline-block;
	color: #fff;
	position: relative;
	padding: 5px 10px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 2px;
	margin: 0 25px 0 0;
	text-decoration: none;
}

a.tag:hover {
	background-color: crimson;
}

a.tag:before {
	background: #fff;
	width: 8px;
	height: 8px;
	content: "";
	display: inline-block;
	border-radius: 8px;
	margin: 0 5px 0 0;
}

a.tag:after {
	display: inline-block;
	border: 13px solid;
	border-color: transparent transparent transparent #BAC4D3;
	height: 0;
	width: 0;
	position: absolute;
	right: -26px;
	top: 0px;
	content: "";
	display: inline-block;
}

a.tag:hover:after {
	border-color: transparent transparent transparent crimson;
}


/* TAGS End */

.a2a_svg,
.a2a_count {
	border-radius: 0 !important;
}

.a2a_kit_size_24 .a2a_svg {
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	padding: 0;
	width: 24px;
}

.article-meta-new .social {
	list-style: none;
	padding: 5px 0;
}

.print {
	background: #86939E;
}

.pdf {
	background: #f16261;
}

.word {
	background: #507cbe;
}

.email {
	background: #90cadd;
}

.article-meta-new .btn .icon {
	padding-right: 5px;
}


/*TOC classes*/

.mce-toc li {
	list-style-type: inherit!important;
}

.mce-toc ol {
	counter-reset: item!important;
}

.mce-toc ol>li {
	counter-increment: item!important;
}

.mce-toc ol ol>li {
	display: block!important;
}

.mce-toc ol ol>li:before {
	content: counters(item, ".") ". "!important;
	margin-left: -20px!important;
}

.mce-toc-right {
	float: right;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	/*font-size:12px;*/
	border: 1px solid #e1e8ee;
}


/*TOC classes - Ends*/


/*Article Info categories*/

.display-inline-table>span {
	display: inline-table;
}

.info-cats {
	max-width: 53%;
}

.info-tags {
	display: inline-block!important;
	max-width: 53%;
}

@media only screen and (max-width: 1200px) and ( min-width: 1048px) {
	.info-cats,
	.info-tags {
		max-width: 45%;
	}
}

@media only screen and (max-width: 1047px) and ( min-width: 992px) {
	.info-cats,
	.info-tags {
		max-width: 53%;
	}
}

@media only screen and (max-width: 991px) and ( min-width: 768px) {
	.info-cats,
	.info-tags {
		max-width: 40%;
	}
}

@media only screen and (max-width: 767px) and ( min-width: 1px) {
	.article-meta-new>span.info-cats,
	.info-tags {
		display: none!important;
	}
}


/*Hacks for displaying article content accurately*/

#tinymce {
	padding: 15px;
}

#tinymce ol,
.article-content ol,
#tinymce ul,
.article-content ul {
	padding: 8px 16px;
	margin-left: 16px;
}

#tinymce ol,
.article-content ol,
#tinymce ol li,
.article-content ol li {
	list-style: decimal;
	list-style-type: decimal;
	text-indent: 0px!important;
}

#tinymce ul,
.article-content ul,
#tinymce ul li,
.article-content ul li {
	list-style: disc;
	list-style-type: disc;
	text-indent: 0px!important;
}

#tinymce ul[style*="square"] li,
.article-content ul[style*="square"] li {
	list-style: square;
	list-style-type: square;
	text-indent: 0px!important;
}

#tinymce ul[style*="circle"] li,
.article-content ul[style*="circle"] li {
	list-style: circle;
	list-style-type: circle;
	text-indent: 0px!important;
}

#tinymce ol[style*="lower-alpha"] li,
.article-content ol[style*="lower-alpha"] li {
	list-style: lower-alpha;
	list-style-type: lower-alpha;
	text-indent: 0px!important;
}

#tinymce ol[style*="lower-greek"] li,
.article-content ol[style*="lower-greek"] li {
	list-style: lower-greek;
	list-style-type: lower-greek;
	text-indent: 0px!important;
}

#tinymce ol[style*="lower-roman"] li,
.article-content ol[style*="lower-roman"] li {
	list-style: lower-roman;
	list-style-type: lower-roman;
	text-indent: 0px!important;
}

#tinymce ol[style*="upper-alpha"] li,
.article-content ol[style*="upper-alpha"] li {
	list-style: upper-alpha;
	list-style-type: upper-alpha;
	text-indent: 0px!important;
}

#tinymce ol[style*="upper-roman"] li,
.article-content ol[style*="upper-roman"] li {
	list-style: upper-roman;
	list-style-type: upper-roman;
	text-indent: 0px!important;
}


/* Table Cells and Headings */

.article-content,
#tinymce {
	letter-spacing: .2px;
	line-height: 25px;
}

.article-content table,
#tinymce table {
	margin-bottom: 16px;
}

.article-content th,
.article-content td,
#tinymce th,
#tinymce td {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	padding: .5em 1em;
}

.article-content h1,
#tinymce h1,
.article-content h2,
#tinymce h2,
.article-content h3,
#tinymce h3,
.article-content h4,
#tinymce h4,
.article-content h5,
#tinymce h5,
.article-content h6,
#tinymce h6 {
	margin-top: 18px;
	margin-bottom: 18px;
}

.single .post .article-content h1 {
	font-size: 40px;
}

.article-content code,
#tinymce code {
	font-size: 90%;
	color: #c7254e!important;
	background: none!important;
	padding: 0px;
	font-weight: normal;
}


/*Responsive youtube css */

#tinymce .embed-responsive .mce-object-iframe {
	position: unset!important;
}

#tinymce pre {
	background-color: transparent!important;
	border-radius: 0px;
	color: #666C7B;
}


/*Article Page - Ends*/


/*captcha classes */

.captcha-refresh {
	font-weight: bold;
	line-height: 55px;
	font-size: 30px;
	border: 0;
}

.text-muted {
	color: #6b7177!important;
}


/*Starts - Tickets CSS*/

.ticket-attributes .grey-text {
	color: #666!important;
}

.status-open {
	background-color: #358609;
	color: #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px 7px;
	text-align: center;
}

.status-closed {
	background-color: #E91300;
	color: #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px 7px;
}

.ticket-odd {
	background-color: #EFEFEF;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.ticket-even {
	padding: 10px 10px 0px 10px;
	margin-bottom: 10px;
}

.priority-Low {
	color: #669900;
}

.priority-Medium {
	color: #CC9900;
}

.priority-High {
	color: #CC6600;
}

.priority-Urgent {
	color: #CC3300;
}

.ticket-attributes {
	background-color: #EFEFEF;
	padding: 5px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
}

.pb-60 {
	padding-bottom: 60px!important;
}

.ticket-attributes .btn-warning {
	background-color: #826005;
}

.card-header .nav-link {
	color: #026fbf
}


/*Ends - Tickets CSS*/


/*Glossary*/

.glossary a {
	font: normal 13px;
	border: solid 1px #0baaf4;
	color: #0baaf4;
	text-align: center;
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 1px;
	margin-bottom: 3px;
	line-height: 35px;
}

.glossary a:hover,
.glossary a.current,
.glossary a.current:hover {
	background: #35BAF6;
	border: solid 1px #0baaf4;
	color: #ffffff;
}

.gl-term {
	margin: 0 0 20px 0px;
}

.acronym {
	cursor: help;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.gl-definition {
	padding: 5px 0px;
}

.gl-related {
	font-size: 12px;
	margin-right: 10px;
	margin-top: 8px;
	margin-bottom: 10px;
}


/* Downloads */

.badge-radius {
	border-radius: 2px;
}

.badge-doc {
	color: #fff;
	background-color: #006FC4;
}

.badge-xls {
	color: #fff;
	background-color: #159F5D;
}

.badge-ppt {
	color: #fff;
	background-color: #D14524;
}

.badge-pdf {
	color: #fff;
	background-color: #CF4933;
}

.badge-zip {
	color: #fff;
	background-color: #8E5E02;
}

.badge-file {
	color: #fff;
	background-color: #86939e;
}

.text-doc {
	color: #006FC4;
}

.text-xls {
	color: #159F5D;
}

.text-ppt {
	color: #D14524;
}

.text-pdf {
	color: #CF4933;
}

.text-zip {
	color: #8E5E02;
}

.text-file {
	color: #86939e;
}

.thumbnail-quick-access {
	border: 1px solid #E1E8EE;
	border-radius: 8px;
	padding: 0px;
}

.icon-quick-access {
	font-size: 60px;
	text-align: center;
	padding: 30px;
	border-bottom: 1px solid #E1E8EE;
}

.thumbnail-quick-access .caption {
	padding: 10px 20px;
	word-break: break-all;
}

.thumbnail-quick-access .caption span i {
	margin-right: 7px;
}


/* Disabled, down-for-maintenace, file access denied*/

.content-area-404 {
	height: 100vh;
	background-image: none!important;
	background-color: #f5f8fa;
}

.heading-404 {
	font-size: 60px!important;
	line-height: 66px;
}


/********
* pulse *
*********/

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.pulse.go {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
	}
	100% {
		box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
	}
}

.pulse-icon {
	/*animation: shadow-pulse 1s infinite;*/
	box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
	animation: pulse 2s infinite;
}

.sidebar-menu .sel-link {
	font-weight: 700;
	color: #0079D2;
}


/*search.php*/

.advsearch label {
	font-size: 14px;
}


/* Hacks for dynamic loading of javascript*/

@media all and (min-width: 1048px) {
	body:after {
		content: 'widescreen';
		display: none;
	}
}

.single .post .article-content h1 {
	font-size: 40px;
}

.js-focus-visible :focus:not(.focus-visible) {
	outline: 0;
}

.focus-visible {
	/*outline: #35BAF6 solid 1px!important;*/
	outline: #0079D2 solid 2px!important;
}

.nav-absolute .focus-visible {
	outline: #FFFFFF solid 2px!important;
}

.masthead a.focus-visible {
	/*outline: #35BAF6 solid 1px!important;*/
	outline: #FFFFFF solid 2px!important;
}

.search-field.focus-visible {
	/*outline: #FFFFFF solid 2px!important;*/
	border-radius: 30px;
}

a.focus-visible {
	outline-offset: 5px;
}

input[type="text"].focus-visible,
input[type="email"].focus-visible {
	outline: 0!important;
}

input[type="radio"].focus-visible,
input[type="checkbox"].focus-visible,
select.focus-visible,
textarea.focus-visible {
	outline-color: #03A9F4!important;
}


/*screenreader-Header Top Link*/

.screenreader-htl {
	left: -999px;
	position: absolute;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: -999;
}

.screenreader-htl:focus {
	visibility: visible;
	left: auto;
	z-index: 999;
	cursor: pointer;
	border-radius: 20px;
	width: auto;
	height: auto;
	padding: 6px 13px;
	font-size: 13px;
	top: 6px;
	right: 40px;
	background-color: #33B9F5;
	color: #fff!important;
	font-weight: 700!important;
	text-decoration: none!important;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .24);
	outline: none!important;
}

body {
	color: #545764!important;
}

.badge {
	border-radius: 0;
	padding: 6px 10px;
	font-weight: 400;
}

.badge-primary {
	background-color: #0079D2;
}

.xv-menuwrapper .dl-menu>li>a {
	color: #0079D2;
	font-size: 14px!important;
}

.xv-menuwrapper .dl-menu>li>a:hover {
	color: #018A03;
}

.xv-menuwrapper .dl-menu>li.active>a {
	color: #018A03;
}

.xv-menuwrapper .dl-menu>li.active>a:hover {
	color: #0079D2;
}

.xv-menuwrapper .dl-menu>li.active>a span {
	border: 1px solid #018A03;
}

.xv-menuwrapper .dl-menu>li.active>a:hover span {
	border: 1px solid #0079D2;
}

.xv-menuwrapper .dl-menu>li>a.focus-visible {
	/* outline-offset: 0px!important;*/
}

.nav-absolute .xv-menuwrapper .dl-menu>li.active>a span {
	border: 1px solid #ffe27a;
}

.nav-absolute .xv-menuwrapper .dl-menu>li>a {
	color: #FFFFFF;
}

.nav-absolute .xv-menuwrapper .dl-menu>li>a:hover {
	color: #FFE27A;
}

.nav-absolute .xv-menuwrapper .dl-menu>li.active>a {
	color: #FFFFfF;
}

.nav-absolute .xv-menuwrapper .dl-menu>li.active>a:hover {
	color: #ffe27a;
}

.nav-absolute .xv-menuwrapper .dl-menu>li.active>a span {
	border: 1px solid #ffffff;
}

.masthead h1 {
	/*color:#f0f5f9!important;*/
	color: #ffffff;
	font-weight: unset;
}

.search-section {
	/*background-color: #526e84;*/
	background-color: #0079D2;
}

.search-field {
	border-color: #c5e6fa;
}

.masthead a {
	color: #FFFFFF;
}

.masthead a:hover {
	color: #ffe27a;
}

.media-col-icon {
	color: #3c3950;
}

a,
.breadcrumbs ol li a, .site-main .masthead a:not(.btn) {
	color: #0079D2;
}

a:hover,
.breadcrumbs ol li a:hover, .site-main .masthead a:not(.btn):hover  {
	color: #008000;
}

.text-primary {
	color: #0079D2!important;
}

.btn-primary {
	background-color: #0079D2;
}

.btn-success {
	background-color: #358609;
}

.btn-success:hover {
	background-color: #42a70c;
}

.page-item.active .page-link {
	z-index: 2;
	background-color: #0079D2;
	border-color: #0079D2;
}

.page-link {
	color: #0079D2!important;
}

.page-item.active .page-link {
	color: #fff!important;
}

.widget a,
.bordered-tree .phpkbh3 a {
	color: #545764;
}

.widget a:hover,
.bordered-tree .phpkbh3 a:hover {
	color: #0079D2;
}

.media-col-content .media-col-title a {
	color: #545764;
}

.media-col-content .media-col-title a:hover {
	color: #0079D2;
}

.call-to-action .call-to-action-heading,
.call-to-action p {
	color: #545764;
}

.cat-title {
	color: #FFFFFF;
	font-size: 31px;
}

.glossary a {
	color: #0079D2;
	border: solid 1px #0059d2;
}

.glossary a:hover {
	background-color: #0079D2;
	border: solid 1px #0059d2;
}

.glossary a.current {
	background-color: #0079D2;
	border: solid 1px #0059d2;
}


/*
.dl-menuwrapper ul li a {
	color: #545764;
}

.dl-menuwrapper ul li a:hover {
	color: #0079D2;
}*/


/*app.min*/

.phpkbh1,
.phpkbh2,
.phpkbh3,
.phpkbh4,
.phpkbh5,
.phpkbh6 {
	color: #545764;
	font-weight: 300;
	font-family: Roboto, sans-serif;
	line-height: 1.1;
}

.phpkbh1 {
	font-size: 2.25rem;
}

.phpkbh2 {
	font-size: 2rem;
}

.phpkbh3 {
	font-size: 1.75rem;
}

.phpkbh4 {
	font-size: 1.5rem;
}

.phpkbh5 {
	font-size: 1.25rem;
}

.phpkbh6 {
	font-size: 1.00rem;
}

@media only screen and (max-width:1047px) {
	.call-to-action .btn-action {
		float: none;
	}
}

.xv-menuwrapper .dl-menu .lg-menu li a {
	color: #545764;
}

.xv-menuwrapper .dl-menu .lg-menu li a:hover {
	color: #0079D2;
}

.nav-absolute .xv-menuwrapper .dl-menu>li.parent>a:after {
	color: #FFFFFF;
}

.nav-fixed .xv-menuwrapper .dl-menu>li.parent>a:after {
	color: #0079D2;
}

.nav-absolute .xv-menuwrapper .dl-menu>li .btn {
	color: #0079D2!important;
	background: #fff!important;
}

.nav-absolute .xv-menuwrapper .dl-menu {
	background-color: #0079D2;
	margin-top: 1px;
}

.theme2-heading {
	font-size: 1.75rem;
	color: #545764;
	font-weight: 300;
	font-family: Roboto, sans-serif;
	line-height: 1.1;
}

.subscribe-title,
.phpkbh2 {
	color: #545764;
	font-weight: 300;
	font-family: Roboto, sans-serif;
	font-size: 2rem;
}

.page-title,
.phpkbh3 {
	color: #545764;
	font-weight: 300;
	font-family: Roboto, sans-serif;
	font-size: 1.75rem;
	line-height: 1.1;
}

.btn-secondary {
	background-color: #5f666d;
	border: 1px solid #9299a0;
}

.btn-secondary:hover {
	background-color: #9299a0;
}

.span-label {
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
}


/*WCAG Contrast Adjustments*/

.bordered-tree .treeNode .articleNode {
	background: #FFFFFF;
	color: #545764;
}

.bordered-tree .nodeHeading {
	background: #FFFFFF;
	color: #545764;
}

.media-col-title a {
	background: #FFFFFF;
	color: #545764;
}

.small-text {
	background: #FFFFFF;
	color: #545764;
}

.contrast-text {
	background: #FFFFFF;
	color: #545764;
}


/*WCAG Contrast Adjustments*/

.dot {
	height: 5px;
	width: 5px;
	background-color: #029cdf;
	border-radius: 50%;
	display: inline-block;
}

.flag {
	margin-right: 6px
}