.banner-sec {
	background-image: url(assets/search-banner.png);
	text-align: center;
	color: #fff;
	height: 250px;
	position: relative;
	background-position: center;
	background-size: cover;
}
.banner-sec.support-banner {
	background-image: url(assets/support-banner.png);
	text-align: center;
	color: #fff;
	height: 420px;
	position: relative;
	background-position: bottom;
}
.banner-sec h1 {
	font-size: 46px;
	font-weight: 500;
	margin: 0;
	padding: 45px;
	color: white;
}
.note-head h2 {
	font-size: 14px;
	text-align: left;
	color: #155593;
}
.btn-default.multiselect-clear-filter {
	padding: 9px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: inherit;
}
.btn-default.multiselect-clear-filter:hover {
	color: #555;
	background-color: #eee;
	border-color: #ccc;
	z-index: 0 !important;
}
.btn-default.multiselect-clear-filter i.glyphicon.glyphicon-remove-circle:before {
	content: "";
}
.section-wrap .max-width,
.filter-wrap .max-width {
	margin: 0 auto;
	width: 100%;
	max-width: 1300px;
	padding-left: 3rem;
	padding-right: 3rem;
}
.search-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 100, 210, 0.7);
	padding: 22px 0;
}
.search-wrap span.stitle {
	position: absolute;
	left: 135px;
	bottom: 40px;
	font-size: 16px;
}
.search-container {
	max-width: 910px;
	width: 100%;
	margin: auto;
	position: relative;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	color: black;
	margin-left: 20%;
}
input#query {
	height: 50px;
	box-sizing: BORDER-BOX;
	width: 100%;
	padding: 0 55px 0 15px;
	font-size: 15px;
}
#resultat .search-items {
	padding: 0;
}
#resultat span.versionslist {
	display: inline-block;
	position: relative;
	padding: 0.2em 0.6em;
	max-width: 100%;
	font-size: 0.8em;
	font-weight: 100;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #444;
	background-color: #e5e5e5;
	border: 1px solid #e5e5e5;
	border-radius: 1em;
	margin: 10px 0;
}
#resultat .search-items li:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	height: 30px;
	width: 30px;
	font-family: "fontawesome";
	font-size: 28px;
}
#resultat .search-items li.typemap:after {
	content: "\f02d";
}
#resultat .search-items li.typemapcommunity:after {
	content: "\f075";
}
#resultat .search-items li.typetopic:after {
	content: "\f15b";
}
#resultat .search-items li.typedocument:after {
	content: "\f15c";
}
#resultat .search-items li.typedocumentcommunity:after {
	content: "\f075";
}
#resultat .search-items li.typetkbcommunity:after {
	content: "\f15c";
}
#resultat .search-items li {
	border: 1px solid #eee;
	padding: 15px 15px 8px 40px;
	border-width: 0 0 1px;
	position: relative;
	margin: 0;
}
.featuredbox {
	display: inline-block;
	width: 48%;
	float: left;
	border: 1px solid #eee;
	margin: 6px;
	min-height: 250px;
	background-color: #fff;
	padding: 10px;
}
.featuredbox ul {
	padding-left: 15px;
}
#resultat .featuredbox ul li {
	list-style-type: none;
	position: relative;
	padding-left: 15px;
	padding-bottom: 10px;
}
.featuredbox ul li:before {
	content: "\f105";
	font-family: fontawesome;
	font-weight: bold;
	position: absolute;
	left: 0;
	color: #0093c9;
	font-size: 16px;
}
.featured-head h2 {
	font-size: 2.31429rem;
	color: #315792;
	padding-top: 15px;
	padding-left: 5px;
}
#resultat .featuredbox ul li h2 {
	font-weight: normal;
}
#resultat .featuredbox ul li h2 a {
	color: #0093c9;
}
.featuredbox:first-child {
	margin-right: 12px;
}
.featuredbox h3 {
	padding-left: 15px;
	padding-bottom: 15px;
	color: #625f5f;
	font-size: 20px;
	margin: 0;
}
.featuredbox h3 img {
	width: 45px;
	height: 45px;
	margin-right: 14px;
}
.featuredcontent {
	background-color: #f9f9f9;
	float: left;
	width: 100%;
	padding: 10px;
	margin: 10px 0 20px 0px;
}
.search-container input.btn {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	background-color: transparent;
	border: none;
	color: blue;
	background-image: url(assets/icon_sprite.png);
	background-position: 40px 5px;
	cursor: pointer;
}
input.btn:hover,
input.btn:focus,
input.btn:active:focus {
	outline: 0;
}
li.ui-menu-item {
	padding: 5px;
}
.search-wrap .dropdown-menu {
	border-radius: 0;
}
.filter-wrap {
	background-color: #eef2f5;
	padding: 15px 0;
	margin: 0 0 50px;
	text-align: center;
}
.result-heading h2 {
	margin: 0;
	position: relative;
	font-size: 30px;
	font-weight: 500;
	padding-right: 150px;
	color: #53565a;
}
.filters-select .filtersview {
	width: 100%;
	max-width: 180px;
	display: inline-block;
}
.sticky-stopper {
	margin-top: 25px;
}
.filters-select .filtersview .btn-group {
	width: 100%;
}
.result-heading h2 span {
	position: absolute;
	right: 0;
	width: 150px;
	font-size: 14px;
	text-align: right;
	//padding-top: 10px;
	top: 0;
}
.container-wrap:after {
	content: "";
	display: table;
	float: none;
	clear: both;
}
#res {
	margin-bottom: 80px;
}
.banner-sec #res {
	margin-bottom: 0;
}
.support-content-wrap {
	margin-bottom: 80px;
}
i.glyphicon.glyphicon-remove-circle:before {
	content: "\e083";
}
.section-wrap-left-col {
	width: 75%;
	display: inline-block;
	float: left;
}
.section-wrap-left-col .h-sub-heading {
	margin-top: 0;
}
#content .section-wrap-left-col .panel-widget-style {
	padding-top: 0;
}
.section-wrap-right-col {
	width: 25%;
	display: block;
	float: left;
	padding-left: 0;
	margin-top: 7px;
}
.login-boxes {
	padding-left: 30px;
}
.login-box {
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 0 0 25px;
	width: 100%;
	max-width: 363px;
}
.login-box-content {
	text-align: center;
	padding: 30px 20px 10px 20px;
}
.login-box-heading {
	font-size: 20px;
	margin: 0 0 8px;
}
.login-box-sub-heading {
	font-size: 14px;
	margin: 0 0 14px;
}
.top-img {
	position: relative;
	height: 100px;
	border-bottom: 1px solid #eee;
}
.small-icon {
	position: absolute;
	left: 41%;
	bottom: -25px;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 50%;
	background-image: url(assets/icon_sprite.png);
}
.login-box1 .top-img {
	background-image: url(assets/Log_a_Ticket_Cover.jpg);
}
.login-box2 .top-img {
	background-image: url(assets/Ask_A_Question_Cover.jpg);
}
.login-box3 .top-img {
	background-image: url(assets/Search_Documentation_Cover.jpg);
}
.login-box1 .top-img .small-icon {
	background-position: 95px 114px;
}
.login-box2 .top-img .small-icon {
	background-position: 95px -4px;
}
.login-box3 .top-img .small-icon {
	background-position: -4px 54px;
}
.login-button-wrap a {
	display: inline-block;
	text-decoration: none;
	color: white;
	background-color: #0064d2;
	padding: 5px 20px;
	min-width: 100px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 500;
}
.login-button-wrap a:hover,
.login-button-wrap a:focus {
	color: white;
	text-decoration: none;
	outline: 0;
}
.result-heading {
	padding: 0 0 15px;
	border-bottom: 1px solid #eee;
}
.search-result-boxes {
	padding-right: 50px;
}
.result-list-items ul li h2 {
	color: #155593;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	line-height: 16px;
}
.result-list-items ul li h3 {
	font-size: 12px;
	padding-top: 4px;
}
.result-list-items ul li p {
	padding: 0;
}
.result-list-items ul li h2 a {
	color: #155593;
}
.result-list-items ul li h2 a,
.result-list-items ul li h2 a:hover,
.result-list-items ul li h2 a:focus {
	text-decoration: none;
	outline: 0;
	color: #155593;
}
.filter-wrap .btn .caret {
	color: #a6aeba;
	width: 10px;
	height: 10px;
	border-top: 6px dashed;
	border-top: 4px solid\9;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	position: absolute;
	right: 10px;
	top: 44%;
}
.filter-wrap .btn-group > .btn {
	background-image: none;
	border-radius: 0;
	text-align: left;
	padding: 8px 12px;
	width: 100%;
	position: relative;
	text-align: left;
	line-height: 1;
}

.search-items {
	padding: 0;
	list-style: none;
}
.search-items li {
	border: 1px solid #eee;
	padding: 15px;
	border-width: 0 0 1px;
}
.top-head-content {
	width: 40%;
	margin: 0 auto;
	font-size: 14px;
	padding-top: 10px;
	text-align: center;
}
.scover th,
.scoverage th {
	border-bottom: 3px solid #ccc;
	background-color: #ccc;
}
.scover td {
	background-color: #fff;
}
.scoverage td {
	background-color: #f1f1f1;
}
.top-head {
	padding: 80px 0;
}
#pager {
	text-align: center;
	margin: 20px 0 0;
}
#pager button {
	background-color: #0064d2;
	color: #fff;
	border: 1px solid #0064d2;
	box-shadow: none;
	padding: 10px 20px;
	display: inline-block;
	min-width: 120px;
}
.filter-wrap .btn-group > .btn,
.filter-wrap .btn-group > .btn:hover,
.filter-wrap .btn-group > .btn:focus {
	background-color: #fff;
}

.filter-wrap .btn-group > .btn span {
	color: #155593;
}

.tech-support-sec {
	background-image: url(assets/Tech-support-banner.png);
	text-align: center;
	color: #feffff;
	position: relative;
	background-position: center;
	margin: 20px 0 0;
	padding: 100px 0;
	background-repeat: no-repeat;
}
.tech-support-head h3 {
	margin: 0;
	font-size: 30px;
	padding: 0px 0 22px;
}
.tech-support-info p {
	font-size: 20px;
}
.tech-support-wrap .login-button-wrap {
	margin: 25px 0 0;
}
.tech-support-wrap .login-button-wrap a {
	font-size: 15px;
	padding: 12px 20px;
}
.custom-label {
	background-color: #eee;
	display: inline-block;
	padding: 5px;
	border-radius: 3px;
	margin: 3px 0;
	font-size: 12px;
}
/* support page start */
.support-content-wrap .support-head {
	text-align: center;
	padding: 0 15px;
	color: #155593;
	font-weight: 500;
	font-size: 30px;
	margin: 0px 0 12px;
}
.support-container .info-head {
	font-size: 20px;
	color: #53565a;
	text-align: center;
}
.support-container {
	max-width: 1300px;
	margin: 50px auto 55px;
}
.no-records {
	text-align: center;
	padding-top: 30px;
}
/* support page end */
@media screen and (max-width: 1286px) {
	.search-wrap span.stitle {
		left: 90px;
	}
	.search-container {
		margin-left: 18%;
	}
}
@media screen and (max-width: 1198px) {
	.search-wrap span.stitle {
		left: 50px;
	}
	.search-container {
		margin-left: 15%;
	}
	.filters-select .filtersview {
		max-width: 140px;
	}
	.search-wrap span.stitle {
		position: relative;
		left: 0;
		bottom: 0;
		top: -10px;
	}
	.search-container {
		margin: auto;
		max-width: 1043px;
	}
	.banner-sec.support-banner h1 {
		padding: 0;
	}
}
@media screen and (max-width: 1140px) {
	.featuredbox {
		min-height: 280px;
	}
}
@media screen and (max-width: 1024px) {
	.login-boxes {
		padding-left: 0px;
	}
	.search-wrap {
		padding: 22px 15px;
	}
	.section-wrap .max-width {
		padding: 0 20px;
	}
	.tech-support-sec {
		padding: 50px 0;
		background-size: cover;
	}
}
@media screen and (max-width: 991px) {
	.banner-sec {
		height: 320px;
	}
	.top-head-content {
		width: 80%;
	}
	.banner-sec h1 {
		padding: 90px 0;
		font-size: 40px;
	}
	.section-wrap-left-col {
		width: 100%;
		min-height: auto;
	}
	.search-result-boxes {
		padding-right: 0px;
	}
	.login-boxes {
		text-align: center;
	}
	.section-wrap-right-col {
		width: 100%;
		margin: 30px 0 0;
		position: static !important;
	}
	.login-box {
		width: 49%;
		display: inline-block;
		vertical-align: top;
	}
	.login-box.login-box2 {
		margin-left: 5px;
	}
	.filters-select span {
		margin-right: 8px;
	}
	.filters-select .filtersview {
		max-width: 100px;
	}
	.filters-select span {
		margin-right: 4px;
	}
	.support-container {
		margin: 30px auto 35px;
	}
	.support-content-wrap .support-head {
		margin: 0;
	}
	.featuredbox {
		min-height: 250px;
	}
	.banner-sec.support-banner h1 {
		padding: 0;
	}
}
@media screen and (max-width: 780px) {
	.featuredbox {
		min-height: 280px;
	}
}
@media screen and (max-width: 767px) {
	.login-box {
		width: 100%;
	}
	.login-box.login-box2 {
		margin-left: 0;
	}
	.filters-select .filtersview {
		max-width: 100%;
		margin: 5px 0;
	}
	.result-heading h2 {
		font-size: 22px;
	}
	.featuredbox {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
		min-height: auto;
	}
}
@media screen and (max-width: 510px) {
	.top-head {
		padding: 10px 0;
	}
	.top-head-content {
		width: 100%;
	}
	.search-wrap {
		padding: 20px 10px;
	}
	.banner-sec.support-banner {
		height: 260px;
	}
	.banner-sec h1 {
		font-size: 30px;
	}
	.result-heading h2 {
		font-size: 18px;
	}
	.result-heading h2 span {
		padding-top: 3px;
	}
	.restable {
		overflow-x: auto;
	}
}
@media screen and (max-width: 360px) {
	.top-head {
		padding: 0;
	}
	.top-head-content {
		padding-top: 0;
	}
}

/* label.checkbox input[type="checkbox"]:before{
	content: "";
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #3073ad;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
	position:relative;
} */

label.selected:before {
	content: "\2714";
	font-size: 16px;
	position: absolute;
	top: 2px;
	left: 0px;
	color: #3073ad;
	z-index: 999;
}
li.active label.checkbox input[type="checkbox"]:before {
	display: block;
}
.filters-select span {
	margin-right: 20px;
}
#content #res ul.multiselect-container {
	padding: 0;
}
#content #res ul.multiselect-container li {
	padding: 0;
	margin: 0;
}
.ui-helper-hidden-accessible {
	display: none;
}
.multiselect-container > li > a > label {
	padding: 4px 20px 3px 20px;
}
.filter-wrap .btn-group > .btn span {
	text-overflow: ellipsis;
	width: 87%;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	line-height: 1;
}

.filters-select .show {
	display: inline-block !important;
}

/*-- .loading class start --*/ 
/* Adds "Loading..." text and disables the filter dropdowns */
.filtersview.loading {
	pointer-events: none;
	cursor: progress;
	opacity: 0.4;
}

.filtersview.loading .multiselect-selected-text {
	color: #fff !important;
}
.filtersview.loading .multiselect-selected-text:before {
	content: "Loading...";
	position: absolute;
	color: #3073ad;
	cursor: progress;
}
/*-- .loading classes end --*/

.search-wrap .dropdown,
.search-wrap .dropup {
	position: relative;
}
.search-wrap .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.section-wrap-left-col h2.h-sub-heading {
	font-size: 2.31429rem;
	color: #315792;
}

/* New table styles */
.technical-support-table {
	margin-top: 2rem;
}

.technical-support-table table {
	border-top: 0;
	border-left: 0;
}
.technical-support-table table > thead > tr > .noBorder {
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #ddd;
	border-left: 0;
}
.technical-support-table table > tbody > tr {
	border-left: 1px solid #ddd;
}
.technical-support-table table > thead > tr > th {
	width: 55%;
}
.technical-support-table table > thead > tr > th.head-labels {
	font-size: 1.5rem;
	width: 15%;
	text-align: center;
	padding: 1rem;
	min-width: 15%;
}
.technical-support-table table > thead > tr > th.bgLighterBlue {
	background-color: #66bedf;
	border-color: #66bedf;
	color: white;
}
.technical-support-table table > thead > tr > th.bgLightBlue {
	background-color: #33a9d4;
	border-color: #33a9d4;
	color: white;
}
.technical-support-table table > thead > tr > th.bgMedBlue {
	background-color: #0093c9;
	border-color: #0093c9;
	color: white;
}
.technical-support-table table > tbody > tr > td {
	padding-left: 2.5rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-right: 0.75rem;
	text-indent: 0;
	text-align: left;
	vertical-align: middle;
}
.technical-support-table table > tbody > tr > td:not(:first-of-type) {
	padding-left: 0.75rem;
	text-indent: initial;
	text-align: center;
}
.technical-support-table table > tbody > tr > td.section-head {
	border-top: none !important;
	background-color: #edf0f4;
	text-indent: initial;
	font-weight: bold;
	font-size: 1.25rem;
	padding-left: 1rem;
}

.technical-support-table .ico-check-circle::before {
	font-family: "Font Awesome 5 Free";
	color: green;
	font-size: 1.125rem;
	content: "\f058";
}

@media screen and (max-width: 767px) {
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > td,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > thead > tr > th {
		white-space: initial;
	}
}

/* Old table styles */
/*
.section-wrap-left-col table.support-packages {
	margin-bottom: 0;
	width: 100%;
	font-weight: 700;
	border: 1px solid #ccc;
}
.section-wrap-left-col table.support-packages tr:nth-child(even) {
    background: #f9f9f9;
}
.section-wrap-left-col table.support-packages tr th {
    border-bottom: 3px solid #ccc;
    padding: .64286rem .71429rem;
}
.section-wrap-left-col table.support-packages tr td {
    text-align: center;
    padding: .64286rem .71429rem;
}
.section-wrap-left-col table.support-packages tr td img{
	margin:0;
}
.section-wrap-left-col table.support-packages tr td:first-child {
    text-align: left;
}
.section-wrap-left-col table.support-packages tr td img {
    display: inline-block;
    height: auto;
    max-width: 100%;
	vertical-align:middle;
}
.section-wrap-left-col table.support-packages tr th {
    border-bottom: 3px solid #ccc;
    padding: .64286rem .71429rem;
}
*/
