@charset "utf-8";

/*Page Load classes*/
.loader{position:fixed;left:0;top:0;width:100%;height:100%;background-color:var(--theme-panel-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: var(--btn-bg-color,#0078D4);
}
.paper-nav-toggle.active i::after, .paper-nav-toggle.active i::before, .paper-nav-toggle.dl-active i::after, .paper-nav-toggle.dl-active i::before {
 background: var(--btn-text-color,#FFFFFF);
}
.home-nav-toggle{
	background: var(--toggle-btn-bg-color,#0078D4);	
}
.home-nav-toggle.active i::after, .home-nav-toggle.active i::before, .home-nav-toggle.dl-active i::after, .home-nav-toggle.dl-active i::before {
	background: var(--toggle-btn-text-color,#FFFFFF);
   }
.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 {
	float: right;
}
.xv-menuwrapper .dl-menu > li > a {
	padding:0 7px; 
	margin-left:7px;
}
.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;
}
.xv-menuwrapper .dl-menu>li.menu-signup>a {
	padding-right: 32px!important;
}
.xv-menuwrapper .dl-menu>li.menu-signup>a:after {
	color: #FFF;
	right: 10px;
	padding-left: 5px;
	border-left: 1px solid #EEEEEE;
}
.xv-menuwrapper .dl-menu>li.menu-signup:hover>a:after {
	border: none;
	top: 100%;
	left: 0px;
}
.xv-menuwrapper .dl-menu li.menu-signup>ul {
	top: 140%;
}
.empty {
	background: none;
}
.xv-menuwrapper .dl-menu>li .btn{   
 color:var(--btn-text-color,#FFFFFF)!important;
}
.xv-menuwrapper .dl-menu li.menu-signup a:after{
	color:var(--header-text-color,#ffffff)!important;
}
.dl-menuwrapper li.menu-signup>a:not(:only-child):after {
	top: -8px;
}
.xv-menuwrapper .menu-signup > ul {
	min-width: 130px!important;
}
.nav-absolute nav{
	z-index:99999;
}
@media only screen and (max-width: 1179px) and (min-width: 1048px) {
	.xv-menuwrapper .dl-menu > li > a {
		padding: 0 10px;
		margin-left: 5px;
	}
}
@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 ul li a:hover {
    color: var(--links-text-color,#0078D4);
}
.dl-menuwrapper li a.nav-btn{
	color:#FFF;
}
.dl-menuwrapper li a.nav-btn:hover{
	color:#FFF;
}
.breadcrumbs ol li {
	font-size: 14px!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;height: 100vh; overflow:auto;}
.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: 400;
    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:400;}
.product-articles .product-articles-title a {color:var(--links-text-color, #37393e);}
.product-articles .product-articles-title a:hover {color:var(--links-hover-color, #0078D4);}
.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: var(--links-text-color, #37393e);
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 1.75rem;
}
.link-theme2:hover{
	color: var(--links-hover-color, #0078D4);
}	
.link-theme2:hover .icon-theme2{
	color: var(--links-text-color, #37393e);
	opacity:0.8;
}
.theme2-heading{
	font-size: 1.75rem;
	/*color: var(--theme-text-color, #37393e);*/
    font-weight: 400;
    font-family: Roboto, sans-serif;
    line-height: 1.1;
} 
.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:var(--links-text-color, #37393e); 
	font-weight:400;
    /*Template size is 16px */
	font-size:15px;
}
.media-col-content .media-col-title a:hover{
	color:var(--links-text-color, #37393e);
}
.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-top-color:  var(--tabs-border-color, #e9ecef);
	border-right-color:  var(--tabs-border-color, #e9ecef);
	border-bottom-color:  #ddd;
	background: var(--tabs-bg-color, #FFFFFF);
	color: var(--tabs-text-color, #0078D4)!important;
}
.home-tabs li:first-child .nav-link {
	border-left-color:  var(--tabs-border-color, #e9ecef);
}
.home-tabs .nav-link:hover {
    border-top-color:  var(--tabs-hover-border-color, #e9ecef);
	border-right-color:  var(--tabs-hover-border-color, #e9ecef);
	background: var(--tabs-hover-bg-color, #FFFFFF);
	color: var(--tabs-hover-text-color, #545764)!important;
	border-bottom-color: var(--tabs-hover-bg-color, #FFFFFF);
}
.home-tabs li:first-child .nav-link:hover  {
	border-left-color:  var(--tabs-hover-border-color, #e9ecef);
}
.home-tabs .nav-link.active, .home-tabs .nav-item.show .nav-link {
	color: var(--tabs-active-text-color, #0078D4)!important;
    background-color: var(--tabs-active-bg-color, #FFFFFF);
    border-top-color:  var(--tabs-active-border-color, #e9ecef);
	border-right-color:  var(--tabs-active-border-color, #e9ecef);
	border-bottom-color: var(--tabs-active-bg-color, #FFFFFF);
}
.home-tabs li:first-child .nav-link.active  {
	border-left-color:  var(--tabs-active-border-color, #e9ecef);
}
.home-tabs .dropdown-item.active, .home-tabs .dropdown-item:active {
    text-decoration: none;
    color: var(--tabs-dropdown-active-color, #0078D4)!important;
    background-color: var(--tabs-dropdown-active-bg-color, #FFFFFF);
}
.home-tabs .dropdown-item:focus, .home-tabs .dropdown-item:hover {
    color: var(--tabs-dropdown-active-color, #545764);
    text-decoration: none;
    background-color: var(--tabs-dropdown-active-bg-color, #FFFFFF);
}

.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: 400;
    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:var(--theme-panel-color,#F5F8FA);
}
/* Tree View CSS - Starts */
.background-sidebar{
	border-radius:0px!important;
	/*
	background:var(--theme-panel-color,#F5F8FA);
	padding:0px;
	border-left:1px solid var(--theme-panel-border-color, #E1E8EE);
	border-right: 1px solid var(--theme-panel-border-color,#E1E8EE);
	border-radius:0px!important;*/
}
.background-tree{
	background:var(--theme-panel-color,#F5F8FA);
	margin-top:15px;
	margin-bottom:15px;
	border:1px solid var(--theme-panel-border-color, #E1E8EE);
	border-right: 1px solid var(--theme-panel-border-color,#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, .layout-fluid .left-sidebar .background-tree{
	margin-left:15px;
}
.main-sidebar .bordered-tree .widget{
	border:none;
}
.main-sidebar .background-tree{
	border-left:none;border-top:none;border-bottom:none;
	margin-left:0px!important;
}
/*Logged in pages*/
.left-sidebar .sidebar-members{
	border-right: 1px solid var(--theme-panel-border-color, #E1E8EE);
}
.right-sidebar .sidebar-members{
	border-left: 1px solid var(--theme-panel-border-color, #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:var(--links-hover-color, #0078D4); }
.phpkb-tree a.articleNode{font-size:14px;}
.phpkb-tree a.nodeSel{font-weight:bold; color:var(--links-hover-color, #0078D4);}
.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: var(--theme-color, #0078D4);
    content: "";
    display: block;
    height: 3px;
    margin-top: 9px;
    width: 60px;
}

.bordered-tree .phpkb-tree{
	padding:0px; 
}
.bordered-tree .phpkbh3{
	font-size: 18px;
    font-weight: 600;
    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: var(--theme-color,#0078D4);
} 
.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: 999999;
    border-bottom: none !important;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    background:var(--toggle-btn-bg-color, #3394DB);
    color:var(--toggle-btn-text-color, #FFFFFF);
    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:var(--toggle-btn-text-color, #FFFFFF);
	font-style: normal;
}
.sidebar-open .sidebar-slide-toggle{
    left:270px;
    color:var(--toggle-btn-text-color, #FFFFFF);
}
.sidebar-open .sidebar-slide-toggle i::after{
	font-family: phpkbIcons;
	content: "\e314";
	color:var(--toggle-btn-text-color, #FFFFFF);
}
.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:var(--toggle-btn-text-color, #FFFFFF);
}
.widget-others a:hover{
	color: var(--theme-color,#0078D4);
}


/* 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: 0 auto;
	}
}
.navbar li a:focus, .navbar li a:hover {
    color: var(--links-hover-color, #0078D4);
}
.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: 999999;
	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: var(--theme-text-color,#37393e);
	padding: 15px 15px 20px 5px;
	border: none;
}

#live-search-result a {
	display: block;
	color: var(--theme-text-color,#37393e);
	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: var(--links-hover-color,#0078D4);
	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: 300px;
}      
.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-order i{
	color:#E1E8EE;
}
.sort-ascending::after{
	content: "\f0de";
	font-family: phpkbIcons;
	color:var(--btn-bg-color,#0078D4);
	font-size:20px;
	left: -20px;
    margin-left: -12px;
}
.sort-descending::after{
	content: "\f0dd";
	font-family: phpkbIcons;
	color:var(--btn-bg-color,#0078D4);
	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:var(--search-highlight-color, #CBFE65); 
	padding: 2px 0;
}
.article-meta-new {
    background-color: var(--theme-panel-color,#F5F8FA);
    border: 1px solid var(--theme-panel-border-color,#F5F8FA);
	display:flow-root;
}
.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 var(--toggle-btn-bg-color,#3394DB); border-right:none; padding:0px 5px 5px 5px; background-color:var(--toggle-btn-bg-color,#3394DB); 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: var(--toggle-btn-text-color,#FFFFFF); 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, .comment-icon span {
	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: 2px 5px 3px 5px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 2px;
	margin: 0 25px 15px 0;
	text-decoration: none;
}
a.tag:hover {
	background-color: crimson;
	color:#FFFFFF;
}
a.tag:before {
	background: #fff;
	width: 8px;
	height: 8px;
	content: "";
	display: inline-block;
	border-radius: 8px;
	margin: 0 3px 0 0;
}
a.tag:after {
	display: inline-block;
	border: 10px solid;
	border-color: transparent transparent transparent #BAC4D3;
	height: 0;
	width: 0;
	position: absolute;
	right: -20px;
	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-nodes{
	margin-left:10px;
}
.mce-toc .mce-toc-node{
	display:list-item;
	list-style: disc;
}
.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;
	 max-width:375px;
}
/*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*/
.article-content, .ckeditor, #tinymce{ 
	letter-spacing: .2px;
    line-height: 25px; }
    
#tinymce, .ckeditor {padding:15px;}
#tinymce ol, .article-content ol, .ckeditor ol, #tinymce ul, .article-content ul, .ckeditor ul {padding:8px 16px; margin-left:16px;}
#tinymce ol, .article-content ol, .ckeditor ol, #tinymce ol li, .article-content ol li, .ckeditor ol li {list-style:decimal; list-style-type: decimal;text-indent:0px!important;}
#tinymce ul, .article-content ul, .ckeditor ul, #tinymce ul li, .article-content ul li, .ckeditor ul li {list-style:disc; list-style-type: disc; text-indent:0px!important;}

#tinymce ul[style*="square"] li, .article-content ul[style*="square"] li, .ckeditor 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, .ckeditor 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, .ckeditor 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, .ckeditor 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, .ckeditor 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, .ckeditor 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, .ckeditor ol[style*="upper-roman"] li{ 
  list-style:upper-roman; list-style-type: upper-roman; text-indent:0px!important;
}
#tinymce .p5-in-editor, .ckeditor .p5-in-editor{
	padding:5px;
}
#tinymce .show-in-editor, .ckeditor .show-in-editor{
	display:block!important;
}  
.article-content h1, .ckeditor h1, #tinymce h1{ 
	color:var(--article-h1-color, #545764);
	font-weight:400;
}
.article-content h2, .ckeditor h2, #tinymce h2{ 
	color:var(--article-h2-color, #545764);
	font-weight:400;
}
.article-content h3, .ckeditor h3, #tinymce h3{ 
	color:var(--article-h3-color, #545764);
	font-weight:400;
}
.article-content h4, .ckeditor h4, #tinymce h4{ 
	color:var(--article-h4-color, #545764);
	font-weight:400;
}
.article-content h5, .ckeditor h5, #tinymce h5{ 
	color:var(--article-h5-color, #545764);
	font-weight:400;
}
.article-content h6, .ckeditor h6, #tinymce h6{ 
	color:var(--article-h6-color, #545764);
	font-weight:400;
}
.phpkb-accordion-addon{
	margin-top:5px;
	margin-bottom:5px;
}
.phpkb-accordion-addon .card .card-header h5{
	margin-top:0px!important;
	font-size:medium;
	cursor: pointer;
}
.phpkb-spoiler-addon .spoiler-title{
	cursor: pointer;
	color:#03AAF4;
}

/* Table Cells and Headings */
.article-content, .ckeditor, #tinymce{ 
	letter-spacing: .2px;
    line-height: 25px; 
}

.article-content table, #tinymce table, .ckeditor table {margin-bottom: 16px;}
.article-content th, .article-content td, #tinymce th, #tinymce td, .ckeditor th, .ckeditor td {font-family: "Roboto", sans-serif; font-size: 14px; padding: .5em 1em;}

.article-content h1, #tinymce h1, .ckeditor h1,
.article-content h2, #tinymce h2, .ckeditor h2,
.article-content h3, #tinymce h3, .ckeditor h3,
.article-content h4, #tinymce h4, .ckeditor h4,
.article-content h5, #tinymce h5, .ckeditor h5,
.article-content h6, #tinymce h6, .ckeditor h6 {
  margin-top: 18px;
  margin-bottom: 18px;
}
.single .post .article-content h1 {
    font-size: 40px;
}
.article-content code, #tinymce code, .ckeditor code{
	font-size: 90%;
    color: #c7254e!important;
    background:none!important;
    padding:0px;
    font-weight:normal;
}
/*Responsive youtube css */
#tinymce .embed-responsive .mce-object-iframe,.ckeditor .embed-responsive .mce-object-iframe {
	position:unset!important;
}
pre, #tinymce pre,.ckeditor pre{
	 font-size: 12px;
    color: #C7254E;
    border: 1px solid #ddd;
    padding: 8px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
}
/*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;}
.ticket-odd .small-text, .ticket-even .small-text{
    background:transparent;
}
.pb-60{
	padding-bottom:60px!important;
}
.ticket-attributes .btn-warning{background-color:#826005;}
.card-header .nav-link{ color:var(--links-text-color, #545764);}
/*Ends - Tickets CSS*/
/*Glossary*/
.glossary a
{
	font: normal 13px;
	border: solid 1px var(--glossary-bg-color, #0078D4);
	color: var(--glossary-labels-color, #0078D4);
	text-align: center;
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 1px;
	margin-bottom: 3px;
	line-height: 35px;
}
.glossary a:hover,
.glossary a.current
{
	background: var(--glossary-bg-hover-color, #0078D4);
	border: solid 1px var(--glossary-bg-hover-color, #0078D4);
	color: var(--glossary-labels-hover-color,#ffffff);
}  
.glossary a.current:hover{
	background:var(--glossary-bg-hover-color, #0078D4);
}
.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*/
#ARTICLECONTENT .smtoc .mce-toc,
.thumbnail-quick-access .caption {
  padding: 10px 20px;
}
.error-page .content-area{
    background-image:none;
}
.content-area-404{
	height:100vh;
	background-image: none!important;
	background-color: var(--theme-panel-color,#F5F8FA);
	overflow:auto;
}
.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;  	
}
/* Feedback CSS */
.feedback-modern{
	padding-bottom:10px;
}
.feedback-modern .feedback-yes{
	margin-right:20px;
	width:100%;
	color:#FFFFFF;
	background:#68B93D;
	border:1px solid #4CAE4C;
}
.feedback-modern .feedback-yes:hover{
	background:#50A844;
	opacity:1;
	border:1px solid #398439;
}
.feedback-modern i, 
.feedback-modern .btn
{
	color:#FFFFFF!important;
}
.feedback-modern .feedback-no{
	width:100%;
	color:#FFFFFF;
	background:#D9534F;
}	
.feedback-modern .feedback-no:hover{
	background:#C9302C;
	opacity:1;
	border:1px solid #AC2925;
}
.sidebar-menu .sel-link{
	font-weight: 700;
	color: var(--links-hover-color, #0078D4);
}
/*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;
    }
}  
.readingtime{
	background-color: aquamarine;
	margin-bottom: 5px!important;
    display: inline-block;
	background-color: #7fffd4;
    padding: 4px 10px;
    border-radius: 5px;
    color: #4c6c6d!important;
}
.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: var(--theme-color,#0078D4) 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: var(--theme-text-color, #37393e)!important;
	font-weight:400;
	font-size: 16px;
}

.badge {
	border-radius: 0;
	padding: 6px 10px;
	font-weight: 400;
}

.badge-primary {
	background-color: var(--btn-bg-color,#0078D4);
	color:var(--btn-text-color, #FFFFFF);
}

.badge-downloads{
	background-color: var(--download-badge-bg-color,#0078D4);
	color:var(--download-badge-text-color, #FFFFFF);
}
.xv-menuwrapper .dl-menu>li>a {
	color: var(--navigation-links-color, #0078D4);
	font-size: 14px!important;
}

.xv-menuwrapper .dl-menu>li>a:hover {
	color: var(--navigation-links-hover-color, #545764);
}

.xv-menuwrapper .dl-menu>li.active>a {
	color:var(--navigation-links-hover-color, #545764);
}

.xv-menuwrapper .dl-menu>li.active>a:hover {
	color:  var(--navigation-links-color, #0078D4);
}

.xv-menuwrapper .dl-menu>li.active>a span {
	border: 1px solid var(--navigation-links-hover-color, #545764);
}
.xv-menuwrapper .dl-menu>li.active>a:hover span {
	border: 1px solid var(--navigation-links-color, #0078D4);
}
.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 var(--header-text-hover-color, #FFE27A);
}

.nav-absolute .xv-menuwrapper .dl-menu>li>a {
	color: var(--header-text-color, #ffffff);
}

.nav-absolute .xv-menuwrapper .dl-menu>li>a:hover {
	color: var(--header-text-hover-color, #FFE27A);
}

.nav-absolute .xv-menuwrapper .dl-menu>li.active>a {
	color: var(--header-text-color, #ffffff);
}

.nav-absolute .xv-menuwrapper .dl-menu>li.active>a:hover {
	color:var(--header-text-hover-color, #FFE27A);
}

.nav-absolute .xv-menuwrapper .dl-menu>li.active>a span {
	border: 1px solid var(--header-text-color, #ffffff);
}

.masthead h1 {
	/*color:#f0f5f9!important;*/
	color:var(--header-text-color, #ffffff);
	font-weight: 300;
}

.search-section {
	/*background-color: #526e84;*/
	background-color: var(--theme-color,#0078D4);
	position: relative;
    max-width: 100%;
    overflow: hidden;
}

.search-field {
	border-color: #e9ecef;
}

.masthead a {
	color: var(--header-text-color,#FFFFFF);
}

.masthead a:hover {
	color: var(--header-text-hover-color,#ffe27a);
}

.media-col-icon {
	color: var(--theme-text-color, #37393e);
}
.breadcrumbs ol li a{
	color: var(--breadcrumbs-links-color,#0078D4);
}
.breadcrumbs ol li a:hover{
	color: var(--breadcrumbs-links-hover-color,#0078D4);
}
a {
	color: var(--links-text-color,#0078D4);
}
.site-main .masthead a:not(.btn) {
	color: var(--links-hover-color,#0078D4);
}
a:hover {
	color: var(--links-hover-color,#0078D4);
}
.site-main .masthead a:not(.btn):hover  {
	color: var(--links-text-color,#0078D4);
}
.site-main .masthead .go-back:hover a.btn{
    color:var(--header-text-color, #ffffff);
}
.text-primary {
	color: var(--theme-color,#0078D4)!important;
}
.masthead a.btn-primary{
	color:var(--btn-text-color, #FFFFFF)!important;
}
.btn-primary {
	background-color: var(--btn-bg-color,#0078D4);
	color:var(--btn-text-color, #FFFFFF);
}
.btn-primary:focus, .btn-primary:hover {
  
	background:var(--btn-hover-color, #3394DB)!important;
}
.btn-success {
	background-color: #358609;
}
.btn-success:hover{
	background-color:#42a70c;
} 
.page-link {
	color: var(--btn-bg-color,#0078D4)!important;
}
.page-item.active .page-link {
	z-index: 2;
	background-color: var(--btn-bg-color,#0078D4);
	border-color: var(--btn-bg-color,#0078D4);
	color: var(--btn-text-color,#ffffff)!important;
}
page-link:focus, .page-link:hover {
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd;
}
.widget a,
.bordered-tree .phpkbh3 a {
	color: var(--links-text-color, #545764);
}

.widget a:hover,
.bordered-tree .phpkbh3 a:hover {
	color: var(--links-hover-color,#0078D4);
}
.widget h3::after, .widget .phpkbh3::after {
    background: var(--theme-color,#0078D4);
}
.media-col-content .media-col-title a {
	color: var(--links-text-color, #545764);
}

.media-col-content .media-col-title a:hover {
	color: var(--links-hover-color,#0078D4);
}

.call-to-action .call-to-action-heading,
.call-to-action p {
	color: var(--theme-text-color, #37393e);
}

.cat-title {
	color: var(--header-text-color, #ffffff);
	font-size: 31px;
}

.glossary a {
	color: var(--glossary-labels-color,#0078D4);
	border: solid 1px  var(--glossary-bg-color,#0078D4);
}

.glossary a:hover {
	background-color: var(--glossary-bg-hover-color,#0078D4);
	border: solid 1px var(--glossary-bg-hover-color,#0078D4);
	color:var(--glossary-labels-hover-color, #ffffff);
}

.glossary a.current {
	background-color: var(--glossary-bg-hover-color,#0078D4);
	color:var(--glossary-labels-hover-color, #ffffff);
	border: solid 1px var(--glossary-bg-hover-color,#0078D4);
}

/*app.min*/
.phpkbh1, .phpkbh2, .phpkbh3, .phpkbh4, .phpkbh5, .phpkbh6{
	color: var(--theme-text-color,#37393e);
    font-weight: 400;
    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: var(--links-text-color, #545764);
}
.xv-menuwrapper .dl-menu .lg-menu li a:hover {
	color:var(--links-hover-color, #0078D4);
}
.xv-menuwrapper .dl-menu>li.parent>a:before {
	color:var(--navigation-links-color,#ffffff)!important;
}
.nav-absolute .xv-menuwrapper .dl-menu>li.parent>a:before {
	color:var(--header-text-color,#ffffff)!important;
}
.xv-menuwrapper .dl-menu>li.menu-signup>a:before {
	color:var(--header-btn-text-color,#ffffff)!important;
	margin-right:10px;
}
.nav-absolute .xv-menuwrapper .dl-menu>li.parent:hover>a:after {
	color:var(--header-text-color,#0078D4)!important;
}

.nav-absolute .xv-menuwrapper .dl-menu>li .btn {
	background:var(--header-btn-bg-color,#d23e00);
	color:var(--header-btn-text-color,#FFFFFF)!important;
}
.nav-absolute .xv-menuwrapper .dl-menu>li .btn:hover{
	background:var(--header-btn-hover-color,#e64500)!important;
}


.theme2-heading{
	font-size: 1.75rem;
	color: var(--theme-text-color,#37393e);
    font-weight: 400;
    font-family: Roboto, sans-serif;
    line-height: 1.1;
} 
.subscribe-title, .phpkbh2{
	color: var(--theme-text-color, #37393e);
    font-weight: 500;
    font-family: Roboto, sans-serif;
    font-size: 2rem;
}
.page-title, .phpkbh3{
	color: var(--theme-text-color, #37393e);
    font-weight: 500;
    font-family: Roboto, sans-serif;
    font-size: 1.75rem;
    line-height: 1.1;
}

.btn-secondary{
	background-color:#5f666d;
	border: 1px solid #9299a0;
	cursor:pointer;
}
.btn-secondary:hover,  .btn-secondary:focus{
	background-color:#9299a0;
	border: 1px solid #9299a0;	
	box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .26);
}
.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:var(--links-text-color, #37393e);
}
.bordered-tree .nodeHeading{
	background:#FFFFFF;
	color:var(--theme-text-color, #37393e);
}
.media-col-title a{
	background:#FFFFFF;
	color:var(--theme-text-color, #37393e);
}
.small-text{
	background:#FFFFFF;
	color:var(--theme-text-color, #37393e);
}
.contrast-text{
	background:#FFFFFF;
	color:var(--theme-text-color, #37393e);
}
/*WCAG Contrast Adjustments*/
/*Author Page CSS STARTS*/ 
.container-full{
	max-width:100%!important;
	margin:0px;
	padding:0;
}
.full-row{
	margin:0px;
}
.full-column{
	padding:0;
}
.author-meta {
    padding: 30px 0px;
    margin: 0px auto;
    max-width:900px;
    color:var(--header-text-color, #FFFFFF);
}
.author-avatar {
	position:relative;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
}
.author-avatar img {
    max-width: 100px;
    border-radius: 50%;
    text-align: center;
}
.author-meta h1 {
	color:var(--header-text-color,#FFFFFF);
	padding-top:5px;
	font-weight:500; 
}
.author-social {
    height: 18px;
	padding-top:10px;
    
}
.author-social a{
	padding-right:20px;
	color:var(--header-text-color,#FFFFFF);
	font-size:18px;
}
.author-social a:last-child{
	padding-right:0px;
}
.author-social a:hover {
	color:var(--header-text-hover-color,#FFE27A);
}
.author-page .btn-catsubscribe i{
	padding-right:5px;	
}
.author-article{ text-align: center; position:relative; padding:30px 10px; border-bottom:1px solid #EDEDED; }
.author-article-details{ margin: 0px auto; max-width:500px; }
.author-article-paging{ display:inline-block; padding-top:35px!important;}
.author-article .author-category{ padding-bottom:15px;}
.author-article .author-category a{ color:var(--links-text-color, #545764); font-weight:700; font-size:16px; }
.author-article .author-category a:hover{color:var(--links-hover-color,#0078D4);}
.author-article .article-title{ color:var(--links-hover-color,#0078D4); 	font-weight:400;	line-height:30px;}
.author-article .article-title:hover{ color:var(--links-text-color, #545764); }
.author-article .details{
	padding-top:15px;
	font-size:15px;
	font-weight:500;
}
.author-article .details a{color:#545764; border-bottom:1px solid #EDEDED; margin-right:25px; padding-bottom:5px;}

.author-article .avatar{
	border-radius:50%;
	width:40px;
	height:40px;
}
.btn-follow{
	background:var(--btn-bg-color,#0078D4);
	color:var(--btn-text-color,#FFFFFF);
	border:1px solid var(--btn-bg-color,#0078D4);
}
.btn-follow:hover, .btn-follow:focus, .btn-follow:visited, .btn-follow:active {
	background:var(--btn-hover-color,#3394DB);
	/*opacity:0.8;*/
	/*outline:var(--btn-hover-color,#3394DB);*/
	outline:0;
	color:var(--btn-text-color,#FFFFFF);
}
.videoWrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}	 
.card-header{
	background-color: var(--theme-panel-color, #F5F8FA);
    border-bottom: 1px solid var(--theme-panel-border-color,#E1E8EE);
}
.paper-nav-toggle i, .paper-nav-toggle i::after, .paper-nav-toggle i::before{
	background:var(--btn-text-color, #FFFFFF);
}
.home-nav-toggle i, .home-nav-toggle i::after, .home-nav-toggle i::before{
	background: var(--toggle-btn-text-color,#FFFFFF);
}
.article-title h2 a {
	color: var(--links-text-color, #545764);
}

.article-title h2 a:hover {
	color: var(--links-hover-color, #545764);
}
/*Carousel Theme 1 Colors*/
.service-blocks .service-block .service-icon i{
	color:var(--theme-text-color, #37393e);
}
.service-blocks a {
    color:var(--links-text-color, #545764);
}
.service-blocks a:hover{
	color:var(--links-hover-color, #0078D4);
}
/*Theme 4 colors */
.topics .topics-heading a {
	color:var(--links-text-color, #545764);
}
.topics .topics-heading a:hover {
	color:var(--links-hover-color, #0078D4);
}
.light{
    background-color: var(--theme-panel-color, #F5F8FA);
}
.paper-block {
    border: 3px solid var(--theme-panel-color, #F5F8FA);
}	 
.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: var(--theme-color, #0078D4);
}		   
.headersticky {
  background: hsla(0, 0%, 100%, 0.99);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  oveflow: hidden;
  display: none;
  box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 14%),
    0px 1px 10px 0px rgb(0 0 0 / 12%), 0px 2px 4px -1px rgb(0 0 0 / 20%);
}
.headerdetails {
  display: flex;
  justify-content: space-between;
}
.toc-floating-div,
a.scroll-top {
  display: none;
}
.headersticky .headerleft {
  flex: 1;
  overflow: hidden;
  padding: 10px 20px 0 12px;
}
.headersticky .headerright {
  align-items: center;
  display: flex;
  padding-right: 20px;
}
.article-sticky-head {
	padding-bottom:3px;
}
.article-sticky-head .readingtime{
    padding: 5px 10px;
}
.article-sticky-head > .title {
  font-size: 24px;
  
  padding-bottom: 5px;
 color: var(--links-hover-color,#0078D4);
  font-weight: 400;
}
.article-sticky-head .article-meta-new {
  border: 0;
  background: 0;
  margin: 1px 0 8px;
  padding: 0;
}
.progressbarParent {
  bottom: -1px;
  height: 2px;
  position: absolute;
  width: 100%;
}
.progressbar {
  background: var(--links-hover-color,#0078D4);
  height: 3px;
}
.progressbarShadow {
  box-shadow: 0 0 10px #8a2be2;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(0deg);
  width: 100px;
}
@media all and (max-width: 1047px) {
  .headersticky {
    opacity: 0;
    display: none;
  }
}
a.scroll-top {
  width: 42px;
  height: 42px;
  line-height: 38px;
  font-size: 24px;
  color: var(--toggle-btn-text-color,#FFFFFF);
  border-radius: 50%;
  text-align: center;
  position: fixed;
  display: none;
  right: 20px;
  bottom: 20px;
  background-color: var(--toggle-btn-bg-color,#339);
  z-index: 999;
}
.header-lgradient{
	background-image: linear-gradient(45deg,transparent,transparent);
    position: absolute;
    top: -650px;
    left: -460px;
    width: 1000px;
    height: 800px;
    border-radius: 50%;
	
}
.header-rgradient{
	background-image: linear-gradient(45deg,transparent,transparent);
    position: absolute;
    top: -200px;
    right: -460px;
    width: 800px;
    height: 1000px;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media all and (max-width: 1047px) {
	.header-lgradient{
		transform: translate(-200px, 10px);
	}
	
}
@media all and (max-width: 767px) {
	.header-rgradient{
		transform: translate(10px, 150px);
	}
}  
.nav-item .nav-link{
	font-weight:400;
}
.card-header{ font-weight:600;}
.single .post h1 {font-weight:500;}
.section-title, p, ul li{font-weight:400;}	
#ARTICLECONTENT .smtoc .mce-toc h4 {
  color: #545764 !important;
}
  #ARTICLECONTENT .smtoc .mce-toc,
.thumbnail-quick-access .caption {
  padding: 10px 20px;
}
.thumbnail-quick-access .caption span i {
  margin-right: 7px;
}	
.mce-toc {
  line-height: 25px;
}
.mce-toc ul {
  padding: 8px 0 8px 16px;
  margin-left: 8px;
}
#toc .mce-toc .toc-heading{
	font-size: 1.5rem;
}
#ARTICLECONTENT .smtoc .mce-toc a, .mce-toc a {
    color: var(--toc-links-color, #0078D4);
}
#ARTICLECONTENT .smtoc .mce-toc a:hover, .mce-toc a:hover {
	color: var(--toc-links-hover-color);
}
#toc .widget{
	padding: 10px 15px;
}


.multiple-categories-section{
	margin-bottom:10px;
}

.comments .comment-list {
	margin-left: 20px;
  }
  .comments .comment-list li {
	border: none;
	margin-bottom: 2px;
  }
  .comments .comment-list .comment {
	margin-bottom: 15px;
	overflow: visible;
	list-style: none;
	background: #fff;
	border: 1px solid #e1e8ee;
	border-radius: 5px;
  }
  .reply-box .replyFrm {
	border: 1px solid #dddddd;
	padding: 20px;
	margin-bottom: 10px;
  }
  .reply-form {
	display: none;
  }
  .reply-btn[disabled="true"] {
	pointer-events: none;
  }
  .comments .comment-list .alert li {
	background: #fbf5f5 !important;
  }
  #commentReplyTPL {
	display: none;
  }
  .close-reply-row{
	margin-top: -10px;
    margin-right: -30px;
    margin-bottom: 20px;
  }
.close-reply-row a{
	float:right;
	color:var(--theme-text-color,#37393e);
}

.close-reply-row a span{
	font-weight:700;
	font-size:20px;
}	
.thesaurus-header{
	font-size:14px!important;
}
.thesaurus-body{
	font-size:14px!important;
}
.phpkb-spoiler-addon hr, .phpkb-accordion-addon hr{
	width:100%;
} 				
.downloads-fcaption:hover .small-text{
	background:transparent;
} 
.table tr:hover .small-text{
	background:transparent;
}

/* ENDLESS ROTATE */
.rotate{
	animation: rotate 1.5s linear infinite; 
}
@keyframes rotate{
	to{ transform: rotate(360deg); }
}
  
/* SPINNER JUST FOR DEMO */
.spinner{
	display:inline-block; width: 18px; height: 18px; margin-right:5px; margin-top:2px;
	border-radius: 50%;
	box-shadow: inset -1px 0 0 1px var(--theme-text-color);
}
.p-l-30{
	padding-left:30px;
}


/* Dynamic Templates CSS - STARTS */
.templateDynamic {
	min-height: 200px; 
	line-height:200px;
	background:#FCF8E3;
	border: 1px dashed #B8A47E;
	color:#8A6D3B;
	font-weight:bold;
	font-size:20px;
	padding: 4px;
}

/* Dynamic Templates CSS - ENDS */

 .pl16{
	padding-left:16px!important;
}
.sidebar-menu>li>a {
	color:var(--links-text-color);
}
.sidebar-menu>li>a:hover {
	color:var(--links-hover-color);
}