@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');

body {
    font-family: "Open Sans", sans-serif, Arial, Helvetica;
}

#myInput {
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #95A5A6;
border-radius: 20px;
opacity: 1;
}
.topBannerWrapper {
/*top: 86px;
left: 0px;
width: 1920px;
height: 181px;
background: transparent url('../images/new-banner.png') 0% 0% no-repeat padding-box;
opacity: 1;
background-size:contain;

*/   min-height: 181px;
    /*background: url(../images/search-results.png) no-repeat left center;*/
background:url(../images/new-banner.png) no-repeat left center;
    padding: 20px 0 0;
    background-size: cover;
    text-align: center;
    margin-right: -30px;
}

.topBannerWrapper h1 {
    color: #fff;
}

.selectTypeSearch {
    color: #fff;
    font-size: 16px;
    width: 40%;
    margin: 10px auto 0 auto;
    text-align: left;
}
/*
.borderBottomGradient {
    background: linear-gradient(to right, #ffae1e, #ff7b1b);
    height: 10px;
    margin-right: -30px;
}
*/
.borderBottomGradient {
    margin-right: -30px;
    background: transparent
        linear-gradient(
            90deg,
            #4c4eae 0%,
            #c42edb 31%,
            #fc199c 64%,
            #fd7450 100%
        )
        0% 0% no-repeat padding-box;
    height: 10px;
}

.sortItem {
    margin: 0;
    float: left;
}

.sortItem li {
    float: left;
    list-style: none;
    height: 28px;
    line-height: 28px !important;
    cursor: pointer;
    margin: 0 13px 0 0;
    font-weight: 400;
    font-size: 16px;
    font-family: tenon, sans-serif;
    border-right: 1px solid #BCC2C7;
    padding-right: 15px;
}

.sortItem li.carrot {
    font-weight: 600;
}

.sortItem li img {
    margin-right: 10px;
    width: 40px;
}

.sortItem li.all {
    background: url(../images/category-all-active.svg) no-repeat left center;
}

.sortItem li.kb {
    background: url(../images/category-knowledgebase-active.svg) no-repeat left center;
}

.sortItem li.community {
    background: url(../images/category-communitybase-active.svg) no-repeat left center;
}

.sortItem li.defects {
    background: url(../images/category-defect-active.svg) no-repeat left center;
}

.sortTopNavigation {
    display: block;
    min-height: 32px;
    border-top: 1px solid #e9e9e9;
    padding-top: 15px;
}

.searchResultBlock {
    padding: 10px 20px 20px 20px !important;
}

.searchResultBlock h3 {
    color: #f16722;
    padding-left: 35px;
    font-size: 18px;
    font-weight: 600 !important;
    font-family: tenon, sans-serif;
}

.searchResultItem {
    margin-bottom: 20px;
    padding: 10px 15px 0 0;
    border: 1px solid #fff;
    word-break: break-word;
    font-family: tenon, sans-serif; 
}

.searchResultItem p {
    margin-bottom: 0;
}

.sortKBHeader {
    background: url(../images/label-knowledgebase-inactive.svg) no-repeat 2px 15px;
    width: 100%;
    background-size: 20px;
}

.sortCommunityHeader {

    background: url(../images/label-community-active.svg) no-repeat 2px 15px;
    width: 100%;
    background-size: 20px;
}

.sortDefectHeader {

    background: url(../images/label-defect-inactive.svg) no-repeat 2px 15px;
    width: 100%;
    background-size: 20px;
}

.sortDocumentationHeader {

    background: url(../images/category-documentation-inactive.svg) no-repeat 2px 15px;
    width: 100%;
    background-size: 20px;
}

.filetrBlockLeft {
    padding: 10px 20px 0 20px !important;
}

.filetrBlockBox {
   /* border: 1px solid #b2b2b2*/
   border: 1px solid #DDDDDD;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
}

.filetrBlockBox h1 {
    margin: 0 !important;
    padding: 5px 0 !important;
    list-style-type: none;
    font-size: 15px;
    font-weight: 400;
    float: left;
    width: 85%;
    font-family: tenon, sans-serif;
}

.clearText {
    display: inline-block;
    padding: 3px 0;
    color: #ababab;
}

.clearText a {
    color: #ababab;
}

.clearText a:hover {
    color: #a831d6;
}

ul.recentSearch {
    margin: 0;
    padding: 0;
}

ul.recentSearch li {
    margin: 0;
    padding: 5px 0;
    list-style-type: none;
    font-size: 14px;
    font-weight: 600;
}

ul.recentSearch li.header {
    margin: 0;
    padding: 5px 0;
    list-style-type: none;
    font-size: 14px;
    font-weight: 600;
}

.filterHeader {
    padding: 20px 20px 0 20px !important;
    float: left;
    font-size: 18px;
    font-weight: 400;
    font-family: tenon, sans-serif;
    /*width: 20%;*/
}

.filterHeader h2 {
    margin: 0;
    padding: 0;
}

.filterHeader i {
    font-size: 20px !important;
    margin-right: 5px;
}

.breadcrumSupport {
    margin: 0;
    padding: 0;
}

.breadcrumSupport ul {
    margin: 0;
    padding: 20px 0 0 20px;
}

.breadcrumSupport li {
    margin: 0;
    padding: 0 5px 0 0;
    display: inline;
    list-style-type: none;
    font-size: 14px;
    color: #ababab;
}

.breadcrumSupport li a {
    color: #666;
}

.lastModifed {
        font-weight: normal;
        font-style: italic;
        font-size: 12px;
	vertical-align: text-top;
        width: 20%;
        display: inline-block  !important;
	color: #272727;
	margin-bottom: 0 !important;
}

.lastModifed span {
    font-weight: normal;
    color: #989898;
}
.lastModifedFixedIn {
        font-weight: normal;
        font-style: italic;
        font-size: 12px;
        width: auto;
        display: inline-block !important;
	color: #272727;
	margin-bottom: 0;
}

.lastModifedFixedIn span {
    font-weight: normal;
    color: #989898;
}

.morecontent span {
    display: none;
}

.morelink {
    display: inline-block;
    
}

.sortTopNavigation .pagination {
    margin-bottom: 0;
}

.search_field {

	height: 46px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #7F7F7F91;
	opacity: 1;
    display: inline-block;
   
    width: 45%;
    border-radius: 50px;
    position: relative;
	padding-left: 15px;
}

.search_field input.searchTextbox {
    border: none;
/*  width: 80% !important;*/
    margin: 0 auto !important;
    padding: 12px 5px 13px 5px !important;
    height:46px;
    font-size: 14px !important;
    color: #000 !important;
    float: left;
border-radius:50px;
background-color:transparent;
box-shadow:none !important;
}

.search_field input.searchTextbox:focus ,#question_box:focus{
   background:transparent; 
   border:none;
   box-shadow:none !important;
   
  
	
}


.search_field:focus
{
background:transparent;
 border: 1px solid #2D2926;
}
.search_field button {
    border: none;
    background: none;
    margin: 0;
	position: absolute;
    top: 6px;
    padding: 0;
    right: 15px;
}

.search_field button.clearSearchText {
    color: #000;
  /*  border: 2px solid #bbbbbb;*/
    border-radius: 50%;
    height: 21px;
    width: 21px;
    text-align: center;
    line-height: 0;
    padding: 0px 12px 14px 3px !important;
    position: absolute;
    top: 14px;
    right: 50px;
    line-height: 16px;
}

.search_field button.clearSearchText i {
    font-size: 16px !important;
	color: #00000054;
}

.search_field button.searchItemBtn i {
    color:#2D2926;;
    font-size: 16px !important;
    margin: 0px -10px 0 0;
}
/** change color on hover of search button and close icon*/
search_field button.searchItemBtn i:hover{
	color:#00000054;
}
.search_field button.clearSearchText :hover,i.fa.fa-search:hover,i.closeSearch.fa.fa-close:hover{
	color:#00000054;
}
.fa-pipe{
	
border-left:1px solid #dadce0;
  height: 100%;
  position:inherit;
}
.closeSearch
{	
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome !important;
	color:#000;
}
/* custome radio and checkbox */

.searchSelect {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 20px;
    font-weight: 600;
}

.searchSelect input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.searchSelect .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

.searchSelect:hover input~.checkmark {
    background-color: #ccc;
}

.searchSelect input:checked~.checkmark {
    background-color: #2196F3;
}

.searchSelect .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.searchSelect input:checked~.checkmark:after {
    display: block;
}

.searchSelect .checkmark:after {
    top: 4px;
    left: 5px;
    width: 10px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
}

label.searchSelect {
    display: inline;
    color: #666;
}

.filterCheck {
    display: block;
    background: url('../images/unchecked_icn.svg')no-repeat left center;
  	background-size: 16px 16px;
    padding-left: 23px;
    margin-bottom: 10px;
    cursor: pointer;
    
    font-family: tenon, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	font: normal normal 300 16px/25px Tenon;
    letter-spacing: 0px;
    color: #2D2926;
    opacity: 1;
}
.filterChecked {
    display: block;
    background: url('../images/checked_icn.svg')no-repeat left center;
  	background-size: 16px 16px;
    padding-left: 23px;
    margin-bottom: 10px;
    cursor: pointer;
    
    font-family: tenon, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	font: normal normal 300 16px/25px Tenon;
    letter-spacing: 0px;
    color: #2D2926;
    opacity: 1;
}

.searchLandingBanner {
    float: left;
    width: 70%;
    padding: 45px 0 0 150px;
    text-align: left;
}

.topBannerLandingWrapper {
    min-height: 225px;
    background: url(../images/search-results.png) no-repeat left center;
    padding: 0;
    background-size: cover;
    text-align: center;
}

.topBannerLandingWrapper h1 {
    color: #fff;
}

.searchTextboxLanding {
    border: 1px solid #f16722 !important;
    background: #fff url(../images/search.png) no-repeat 15px center !important;
    border-radius: 8px !important;
    width: 60% !important;
    padding: 10px 10px 10px 55px !important;
    height: 55px !important;
    font-size: 18px !important;
    background-size: 20px 20px !important;
}

.bgGradientBanner {
    background: rgb(37, 122, 192);
    background: linear-gradient(293deg, rgba(37, 122, 192, 1) 0%, rgba(0, 212, 255, 0.5) 100%);
    min-width: 300px;
    float: right;
    width: 30%;
    color: #fff;
    min-height: 235px;
    text-align: left;
    padding-left: 75px;
}

.bgGradientBanner1 {
    border-style: solid;
    height: 0;
    width: 30%;
    border-color: blue transparent rgb(37 121 191 / 88%) transparent;
    border-width: 0 0 235px 75px;
    float: right;
    text-align: left;
    padding-left: 75px;
}

.bgGradientBanner1 h1 {
    font-size: 22px;
    margin: 0 !important;
    padding: 25px 0 10px 0 !important;
    font-weight: bold;
}

.bgGradientBanner1 ul {
    padding: 0;
    margin: 0;
}

.bgGradientBanner1 li {
    display: block;
    list-style: none;
    font-weight: bold;
}

.bgGradientBanner1 li a {
    color: #fff
}

.bgGradientBanner1 li a:hover {
    color: #fff;
    text-decoration: underline;
}

.landingArticlesBlock {
    padding: 20px !important;
}

.landingArticlesBlock ul.tabs {
    border-bottom: 1px solid #e6e6e6 !IMPORTANT;
}

.landingArticlesBlock .tabs-content, .landingArticlesBlock ul.tabs {
    border: none
}

.tabs-content img {
    margin-right: 10px;
}

.landingArticlesBlock .tabs-title>a {
    background: #fff;
    text-transform: uppercase;
    color: #bbb;
    font-size: 20px;
    font-weight: bold;
}

.landingArticlesBlock .tabs-title>a[aria-selected=true] {
    border-bottom: 4px solid #e6e6e6;
    background: #fff;
    text-transform: uppercase;
    color: #383838;
    font-size: 20px;
    font-weight: bold;
}

.artilceWrapper {
    margin: 0 0 25px 0;
    padding: 10px;
}

.artilceWrapper:hover {
    background-color: #f5f5f5;
}

.artilceWrapper h1 {
    color: #f16722;
    font-size: 18px;
    font-weight: 400 !important;
    margin: 0 0 10px 0 !important;
    background: url(../images/label-knowledgebase-inactive.svg) no-repeat left center;
    padding: 0 0 0 35px !important;
}

.articleText {
    overflow: hidden;
    padding: 0 0 0 35px;
    margin: 0;
    font-size: 16px;
}

.artilceWrapper a {
    padding: 0 0 0 35px;
    color: #1779ba;
    font-size: 16px;
}

.artilceWrapper a i {
    font-size: 22px !important;
    vertical-align: middle;
}

.whatsNewWrapper {
    padding: 20px !important;
}

.whatsNewWrapper h1 {
    background: #fff;
    color: #383838;
    font-size: 18px !important;
    font-weight: 400 !important;
    position: relative;
    margin: 2px 0 10px 0 !important;
}

.whatsNewBlock {
    border: 1px solid #e9e9e9;
    padding: 10px;
    display: inline-block;
    margin-bottom: 15px;
}

.whatsNewBlock img {
    float: left;
}

.whatsNewBlock .content {
    float: left;
    width: 58%;
    margin-left: 10px;
}

.whatsNewBlock .content h1 {
    color: #f16722;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}

.whatsNewBlock .content p {
    margin: 0;
}

.whatsNewBlock .content p.date {
    color: #9e9e9e;
    font-size: 12px;
}

.whatsNewBlockLast {
    background: rgb(254, 254, 254);
    background: linear-gradient(0deg, rgba(254, 254, 254, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    z-index: 9;
    height: 100px;
    width: 90%;
}

.loadMore {
    border: 1px solid #415463;
    border-radius: 25px;
    width: 150px;
    color: #415463;
    text-align: center;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
}

.portalWrapper {
    border-top: 1px solid #e9e9e9;
    padding: 50px 20px !important;
    text-align: center;
}

.portalBlock {
    width: 18%;
    height: 100px;
    border: 2px solid #f16722;
    border-radius: 5px;
    display: inline-block;
    margin: 0 10px;
}

.portalBlock h1 {
    color: #f16722;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
    line-height: 90px;
}

.landingPageAlert {
    margin-bottom: 0;
    text-align: center;
}

.landingPageAlert h1 {
    color: #2a80ba;
    font-size: 16px;
    font-weight: bold;
    margin: 0 !important;
    padding: 0 !important;
}

.landingPageAlert p {
    margin: 0;
}

.landingPageAlert a {
    font-weight: bold;
}

.landingPageAlert .close {
    color: #fff;
    opacity: 1;
    border: 1px solid #fff;
    width: 26px;
    height: 26px;
    line-height: 7px;
    border-radius: 50%;
}

/*custom radio button filter */

.filterRadio {
	background: url(../images/radio_btn_deselect.svg)no-repeat left center;
	display: block;
    position: relative;
    padding-left: 23px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 15px;
    font-family: tenon, sans-serif;
	background-size:16px 16px;
	font: normal normal 300 16px/25px Tenon;
	letter-spacing: 0px;
	color: #2D2926;
	opacity: 1;
}
.filterRadioSelect {
	background: url(../images/radio_btn_select.svg)no-repeat left center;
	display: block;
    position: relative;
    padding-left: 23px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 15px;
    font-family: tenon, sans-serif;
	background-size:16px 16px
}
.filterRadio input{
	 position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
	
}
.filterRadio input:checked + label.filterRadio{
background: url('../images/radio_btn_select.svg')no-repeat left center;	
}

/* Hide the browser's default checkbox */

/* Hide the browser's default checkbox */
.filterCheck input:checked + label.filterCheck{
background: url('../images/checked_icn.svg')no-repeat left center;	
}
.filterCheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.filterCheck .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #5B4BA6;
}

/* On mouse-over, add a grey background color */

.filterCheck:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.filterCheck input:checked~.checkmark {
    /*background-color: #5B4BA6;*/
	background: url('../images/checked_icn.svg')no-repeat left center;
	background-size:16px 16px;
}

/* Create the checkmark/indicator (hidden when not checked) */

.filterCheck .checkmark:after {
	background: url('../images/check_icn.svg')no-repeat left center;
	background-size:16px 16px;
    /*content: "";
    position: absolute;
    display: none;*/
}

/* Show the checkmark when checked */

.filterCheck input:checked~.checkmark:after {
    display: block;
	background: url('../images/checked_icn.svg')no-repeat left center;
	background-size:16px 16px;
	
}

/* Style the checkmark/indicator */

.filterCheck .checkmark:after {
	background: url('../images/check_icn.svg')no-repeat left center;
	background-size:16px 16px;	
    /*left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);*/
	
}

/* custome radio and checkbox ends here*/

.accordion {
    width: 100%;
    height: 35px;
    margin: 0 auto;
    overflow: hidden;
    transition: height 0.3s ease;
    /* margin-bottom: 20px; */
}

.accordion .accordion_tab {
    /* padding: 20px;
  cursor: pointer; */
    user-select: none;
    /* font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px; */
    position: relative;
}

.accordion .accordion_tab .accordion_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: all 0.3s ease;
}

.accordion .accordion_tab .accordion_arrow img {
    width: 100%;
    height: 100%;
}

.accordion .accordion_tab .accordion_arrow i {
    font-size: 24px !important;
    color: #5fb4e5;
}

.accordion .accordion_tab.active .accordion_arrow {
    transform: translateY(-50%) rotate(180deg);
}

.accordion.active {
    height: auto;
}

.accordion .accordion_content {
    padding: 10px 0 0 35px;
}

.accordion .accordion_content .accordion_item {
    margin-bottom: 20px;
}

/* .accordion .accordion_content .accordion_item p.item_title{
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
  color: #6adda2;
} */

.accordion .accordion_content .accordion_item p:last-child {
    color: #9a9b9f;
    font-size: 14px;
    line-height: 20px;
}

.searchDetailTitle {
    text-transform: capitalize;
    color: #4e4fa9;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    padding: 5px 0 10px 0 !important;
    font-family: tenon, sans-serif;
}

.actionSearchDetail {
    padding: 0;
    margin: 0 0 20px 0;
}

.actionSearchDetail li {
    padding: 0;
    margin: 0 30px 0 0;
    display: inline-block;
    color: #969696;
}

.actionSearchDetail li img {
    vertical-align: middle;
    margin-right: 10px;
    width: 30px;
}

.searchDetailInput {
    font-weight: 700;
    margin: 10px 0 10px 0 !important;
}

.searchDetailInput .labeltext {
    font-size: 14px;
}

.searchDetailInput .valueText {
    font-size: 14px;
    color: #5b7e96;
}

.searchDetailInput .valueTextOrange {
    font-size: 14px;
    color: #a831d6;
}

.searchDetailsParameters1 {
    background: #f5f7f7;
    display: flex;
    border-bottom: 1px solid #fff;
    padding: 10px;
}

.searchDetailsParameters2 {
    background: #f9f9f9;
    display: flex;
    border-bottom: 1px solid #fff;
    padding: 10px;
}

.parameterIcon {
    margin: 0 20px 0 0;
    float: left;
    width: 30px;
    height: 30px !important;
}

.rateArticle h1 {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    padding-right: 15px !important;
    padding-top: 0 !important;
}

.starWrapper {
    float: left;
    margin: 7px 0 0 0;
}

.starWrapper i {
    color: #f16722;
    font-size: 20px !important;
    margin-right: 5px;
}

.textareaRate {
    border-radius: 0;
}

.submitBtn {
    background: #f16722;
    color: #fff;
    border-radius: 3px;
    padding: 10px 20px;
    border: none;
    display: block;
    font-weight: bold;
}

.submitBtn:hover {
    background: #ff874b;
    color: #fff;
}

.plainTextSearchDetails {
    font-weight: bold;
    padding-left: 50px;
}

.plainTextSearchDetails a {
    color: #f16722;
}

.topNav {
    height: 70px;
    background: #fff;
}

.topNav .logo {
    margin: 20px 0 0 45px;
    float: left;
}

ul.main-navigation {
    float: right;
    padding: 15px 15px 0 0;
    margin: 0;
}

ul.main-navigation li {
    margin: 0;
    display: inline;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

ul.main-navigation li a {
    color: #545B5B;
    font-size: 18px;
    padding: 0 20px 0 0;
}

ul.main-navigation li ul li {
    margin: 0;
    display: inline;
    line-height: 44px;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
}

ul.main-navigation li .no {
    position: absolute;
    background: #ff874b;
    width: 16px;
    height: 16px;
    color: #fff;
    left: 25px;
    top: 5px;
    border-radius: 50%;
    line-height: 17px;
    text-align: center;
}

ul.main-navigation li a.userRound {
    border: 1px solid #545B5B;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    padding: 0;
}
/*
.searchBanner {
    background: none;
}
*/
.topNav .dropdown.menu>li.opens-right>.is-dropdown-submenu {
    top: 55px !important;
    right: 0 !important;
    left: 15px !important;
    border-radius: 0 0 10px 10px;
    box-shadow: 2px 2px 5px rgb(150 150 150 / 40%);
}

.dropdown .is-dropdown-submenu a {
    padding: .7rem;
    font-size: 16px;
}

.subscribedList h1 {
    font-size: 16px;
    margin: 0;
    padding: 0 0 10px 0;
}

div.subscribedItem {
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #e9e9e9;
    margin: 0 !important;
}

div.subscribedItem.even {
    background: #f9f9f9;
    margin: 0 !important;
}

.subscribedItem img.unSubs {
    width: 25px;
}

/* .subscribedItem img:hover {
    width: 25px;
    background: url('../images/unsubscribe-active.svg');
    background-size: contain;
} */

#subscriptionSelectTab {
    margin: 10px 0 0 0;
    border: none;
    border-bottom: 1px solid #e6e6e6;
}

#subscriptionSelectTab .tabs-title>a {
    background: #fff;
    
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

#subscriptionSelectTab .tabs-title>a[aria-selected=true] {
    border-bottom: 4px solid #4e4faa;
    background: #fff;
    
    color: #4e4faa;
    font-size: 20px;
    font-weight: bold;
}

a.subscribeLink {
    color: #545B5B;
}

a.subscribeLink:hover {
    color: #a831d6;
}

.infoSf {
    margin: 10px 0;
    overflow: auto;
}
/* css for login */

.loginOptionWrapper {
/*    background: #f8f8f8;
    border-radius: 3px;
    padding: 10px;
    border: 1px dashed #fcfcfc;
    min-height: 100px;
    margin-bottom: 20px;*/
/* Layout Properties */
top: 388px;
left: 411px;
width: 1415px;
height: 120px;
/* UI Properties */
background: #EDEDF7 0% 0% no-repeat padding-box;
border-radius: 20px;
opacity: 1;
padding-left:10px;
}

.loginHeader {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 10px 0;
padding-left:10px;
}

.loginText {

    font-size: 16px;
    font-weight: normal;
    color: #666;
    margin: 10px 0;
   padding-left:10px;
}

.loginText a {
    color: #a831d6;
}

.accountText {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    margin: 10px 0;
}
/*
input.loginBtn {
    background: #f16722;
    border: 1px solid #f16722;
    padding: 8px 20px;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    line-height: 14px;
    font-weight: bold;
    min-width: 125px;
}
*/
input.loginBtn {
   padding: 5px 35px;
   border-radius: 20px;
   font-weight: normal;
   font-size: 16px !important;
   background: #4e4fa9;
   border: 2px solid #4e4fa9;
   color: #fff;
   transition: all .3s ease-in-out;
   font-family: tenon,sans-serif;
   text-transform: uppercase;
   height: auto;
}
input.loginBtn:hover {
	background: #fff;
	border: 2px solid #4e4fa9;
	color: #4e4fa9;
}
input.registerBtn {
    background: #EDEDF4;
    border: 2px solid #4e4fa9;
    padding: 5px 35px;
    color: #4e4fa9;
    font-size: 16px;
    border-radius: 20px;
    font-weight: normal;
    min-width: 125px;
    font-family: tenon, sans-serif;
    text-transform: uppercase;
    height: auto;
    transition: all .3s ease-in-out;
}
input.registerBtn:hover {
    background: #4e4fa9;
    color: #fff;
}
/*
input.registerBtn {
    background: #fff;
    border: 1px solid #f16722;
    padding: 8px 20px;
    color: #f16722;
    font-size: 14px;
    border-radius: 3px;
    line-height: 14px;
    font-weight: bold;
    min-width: 125px;
}
*/
/* css for login  */

/*workaround for footer positioning*/

.copyrightAndLinks {
	left:0 !important;
	padding-right:0 !important;
	border-top: 1px solid #e9e9e9;
}

a.social i {
	vertical-align: middle;
	line-height: 28px !important;
}
/*workaround for footer positioning ends here*/

.select-category-div{
	border:1px solid #e9e9e9;
	padding:10px !important;
	text-align:center;
	border-radius: 4px;
}

.print-icon {
	position:absolute;
	right:30px;
}

ul.paginationList button.pageNumber {
    border-radius: 50%;
    padding: 10px 5px;
    width: 30px;
    height: 30px;
    line-height: 10px;
    border-color: #545B5B;
}
ul.paginationList button.pageNumber:hover {
   background: #a831d6;
   color: #fff;
   border-color: #a831d6;;
}

        .handbookWrapper {
            padding: 20px !important;
        }

        .selectWrapper {
            padding: 0 20px 20px 0;

        }

        .alternaterow th {
            padding: 10px 5px !important;
        }

        .paginationWrapper {
            margin: 10px 0;
            padding: 15px;
        }

        ul.paginationList {
            margin: 0;
            padding: 0;
        }

        ul.paginationList li {
            margin: 0;

            display: inline-block;


        }

        ul.paginationList li a {
            color: #545B5B;
            border: 1px solid #545B5B;
            border-radius: 50%;
            margin: 0 5px;
            padding: 10px 5px;
            width: 30px;
            height: 30px;
            line-height: 10px;
            display: inline-block;
            text-align: center;
        }

        ul.paginationList li a.navLink {
            padding: 7px 5px;
        }

        ul.paginationList li a.activePage {
            background: #a831d6;
            color: #fff;
            border: 1px solid #a831d6;
            cursor: text;
	    border-radius: 50%;
	    width: 30px;
	    padding: 10px 5px;
	    height: 30px;
	    line-height: 10px;
	    font-size: 14px;
        }

        ul.paginationList li a:hover {
            background: #a831d6;
            color: #fff;
            border: 1px solid #a831d6;
        }

        .selectPage {
            color: #000;
            border: 1px solid #ccc;
            border-radius: 0;
            margin: 0 5px;
            text-align: center;
            padding: 0 10px !important;
            background: #e9e9e9;
        }
	
	.selectPage:focus{
	    box-shadow: none !important;
	    border: 1px solid #ccc !important;
	}

	.paginationRow {
            background-color: #fff !important;
	}

	.paginationRow:hover {
	    background-color: #fff !important;
	}

	.pageNumber:focus {
	    background-color: #a831d6;
	    border-color: #a831d6 !important;
	}

	.supportRevamp{
       	    margin-right: 30px;
	}

.autocomplete-items {
    position: absolute;
    margin-right: -1px;
    
    border-top: none;
    z-index: 1;
    top: 90%;
    left: -1px;
    right: 0px;
    text-align: left;
    border-radius: 0 0 8px 8px;
}


.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #FAFAFA;
  border: 1px solid #4e4fa9;
border-top : none; 
border-bottom : none;
  padding: 5px 8px 5px 10px;
  font-size: 12px;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: #e9e9e9 !important;
  color: #5b5b5b;
}

.autocomplete-items div:last-child {
  border-radius:0 0 8px 8px;
border-bottom : 1px solid #4e4fa9;
	
}

.searchInputDiv {
  padding-right: 90px !important;
}

.selectPage {
    color: #000;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0 5px;
    text-align: center;
    padding: 0 10px !important;
    background: #f3f3f3;
    height: 26px;
}

	.paginationWrapper {
            margin: 10px 0;
            padding: 15px 0;
	    border-top: 1px solid #e2e2e2;
        }

        ul.paginationListTop ,ul.paginationListBottom {
            margin: 0 0 0 -5px;
            padding: 0;
        }

        ul.paginationListTop li ,ul.paginationListBottom li {
            margin: 0;

            display: inline-block;

        }

        ul.paginationListTop li a ,ul.paginationListBottom li a {
            color: #545B5B;
            border: 1px solid #545B5B;
            border-radius: 50%;
            margin: 0 5px;
            padding: 10px 5px;
            width: 30px;
            height: 30px;
            line-height: 10px;
            display: inline-block;
            text-align: center;
        }

        ul.paginationListTop li a.navLink ,ul.paginationListBottom li a.navLink {
            padding: 7px 5px;
        }

        ul.paginationListTop li a.activePage ,ul.paginationListBottom li a.activePage {
            background: #a831d6;
            color: #fff;
            border: 1px solid #a831d6;
            cursor: text;
        }

        ul.paginationListTop li a:hover , ul.paginationListBottom li a:hover {
            background: #a831d6;
            color: #fff;
            border: 1px solid #a831d6;
        }
		
	.disabledpointer {
	    pointer-events: none;
	    cursor: not-allowed !important;
	    opacity: .3;
	}

.search_field-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}
.search_field-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}
.search_field-items div:hover {
  background-color: #e9e9e9; 
}
.search_field-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.active {
color:#4e4faa;
  font-weight:bold;
  text-decoration: none;
  
    background-repeat: no-repeat;
    background-position: 8px 5px;
}
#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(245,245,245,0.3);
    -webkit-transition: all .5s ease;
    z-index: 1000;
    display:none;
}

.clearable{
  position: relative;
  display: block;
}
.clearable input[type=text]{
  padding-right: 24px;
  width: 100%;
  box-sizing: border-box;
}
.clearable__clear{
  display: none;
  position: absolute;
  right:0; top:0;
  margin-right: 8px;
  margin-top: 5px;
  font-style: normal;
  font-size: 1.2em;
  user-select: none;
  cursor: pointer;
}
.clearable input::-ms-clear {
  display: none;
}
#more {display: none;}

#recentSearchVal li a{
	font-weight:normal;
}
.recentSearch li a.header,div.filetrBlockBox >h1{
/*color:#545b5b;*/
text-align: left;
font: normal normal medium 18px/22px Tenon;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}

.headerPanel.row .row{
	margin:0 !important;
}
.sortWrapper{
	padding: 20px 20px 0 20px !important;
}
.dateToggle {
	margin-top: 2px;
	text-align: right;
}
.sorting {
	float: left;
	/*padding-left: 52px;*/
	font-size: 14px;
	/*margin-top: -17px;*/
	margin-left: -175px;
	cursor: pointer;
	display: block;
	width: 170px;
	font-weight: normal;
}
.dateSwitch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 21px;
  top:-6px;
 left:-50px;
}

.dateSwitch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 /* background-color: #ccc;*/
  -webkit-transition: .4s;
  transition: .4s;
/*Added later */  
box-shadow: 0px 3px 6px #00000014;
border: 1px solid #DDDDDD;
border-radius: 30px;
opacity: 1;
}
/*
.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
*/

.slider:after {
  position: absolute;
  content: url(../images/sorting_icon_default.svg);
  -webkit-transition: .4s;
  transition: .4s;
  top:0px;
}

input:checked + .slider:after {
  /*background-color: #4e4fa9;*/
  content: url(../images/sorting_icon_oldest.svg);
}


input:not(checked) + .slider:after {
  /*background-color: #4e4fa9;*/
  content: url(../images/sorting_icon_latest.svg);
}

input#date_sort_flag:indeterminate + .slider:after {
  /*background-color: #4e4fa9;*/
  content: url(../images/sorting_icon_default.svg);
}

input:focus + .slider {
  /*box-shadow: 0 0 1px #2196F3;*/
}
/*
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
*/
.slider.round {
  border-radius: 34px;
  padding-left:16px;
  padding-top:6px;
  height:30px;
  text-align:left;
  width:80px;
}

.slider.round:before {
  border-radius: 50%;
}
ul.recentSearch li {
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden;
}
.clearAllText {
    display: inline-block;
    padding: 3px 0;
    color: #ababab;
    float: right;
}
.clearAllText a {
    color: #ababab;
}
.clearAllText a:hover {
    color: #a831d6;
}
ul.paginationList button.pageNumber i{
    margin-top:-5px;
}
.iconLabelText {
    font-size: 16px;
    margin-bottom: .5rem;
    margin-top: 0;
}

/* mobile view css */

@media (max-width: 375px) {
  .search_field {
    width: 90%;
  }

  .sortItem {
    padding: 20px 0;
  }

  .sortItem li {
    min-width: 50%;
    margin: 0;
    text-align: left;

    padding: 10px 0;
  }

  .sortItem li img {
    margin-right: 5px;
  }

  .sortWrapper {
    padding: 0px 20px 0 20px !important;
  }

  .topBannerWrapper {
    margin-right: 0;
  }

  .supportRevamp {
    margin-right: 0;
  }
    .lastModifed {
        width: 100%;
    }
    .paginationWrapper #soft,
    .paginationWrapper #sofb {
        text-align: center !important;
        margin: 20px 0 0 0;
    }
    ul.paginationListTop,
    ul.paginationListBottom {
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }
    .copyrightAndLinks {
        left: 240px !important;
	padding-bottom: 75px;
    }
    #authorArticleBtn {
        left: 10px;
        bottom: 10px !important;
	right: auto !important;
    }
        .actionSearchDetail li {
        margin: 10px 0;
        display: block;
    }
    .actionSearchDetail li img {
        margin-right: 5px;
        width: 20px;
    }
    .searchDetailInput .labeltext {
        font-size: 12px;
        font-weight: normal;
        line-height: 12px;
    }
    .searchInputDiv {
        padding-right: 0 !important;
    }
    .searchDetailInput .valueTextOrange {
        font-size: 14px;
        color: #a831d6;
        line-height: 30px;
    }
    .parameterIcon {
        margin: 0 10px 0 0;
        float: left;
        width: 20px;
        height: 20px !important;
    }
    .iconLabelText {
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 0;
        font-weight: 600;
    }
    .ui-accordion .ui-accordion-content {
        word-break: break-all;
    }
    .searchDetailTitle {
        color: #000;
        font-size: 16px;
        padding: 5px 0!important;
    }
    .subscribedList #bug_header,
    .subscribedList #defect {
        overflow: auto;
    }    
    .subscribedList #defect {
        overflow: auto;
    }
}

@media only screen and (max-width: 40em) {
    .search_field {
        width: 90%;
    }
    .lastModifed {
        width: 100%;
    }
     .paginationWrapper #pagintop,
    .paginationWrapper #paginbottom {
        text-align: center !important;
    }
    .paginationWrapper #soft {
        text-align: center !important;
        margin: 20px 0 10px 0;
    }
    .paginationWrapper #sofb {
        margin: 20px 0 10px 0;
        text-align: center !important;
    }    
    #authorArticleBtn {
        left: 10px !important;
        bottom: 10px !important;
        right: auto !important;
    }
    div#caselist {
        left: 0% !important;
    }
    .subscribedList #defect {
        overflow: auto;
    }
    .selectron--is-touch:before,
    .selectron__trigger:before {
        display: none
    }
    .selectron--is-touch .selectron__select {
        padding: 10px 50px 10px 18px !important;
    }
    .sortItem li {
        min-width: 50%;
        margin: 0;
        text-align: left;
        padding: 10px 0;
    }
    .supportRevamp {
        margin-right: 0 !important;
    }
    .searchDetailsParameters2,
    .searchDetailsParameters1 {
        word-break: break-word;
    }
    .actionSearchDetail li {
        margin: 10px 0;
        display: block;
    }
    .actionSearchDetail li img {
        margin-right: 5px;
        width: 20px;
    }
    .searchDetailTitle {
        font-size: 20px !important;
    }
    #articleMenuBar {
        position: relative;
    }
    .print-icon {
        bottom: -10px;
	right: 0;
    }
    .copyrightAndLinks {
        padding-bottom: 75px !important;
    }
    .topBannerWrapper {
        margin-right: 0;
    }
    div#typeaheadLoader {
        right: 100px !important;
    }
    #alert {
        width: 100% !important;
        left: 0 !important;
        margin-left: 0 !important;
        right: 0;
    }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .search_field {
        width: 90%;
    }
    .lastModifed {
        width: 100%;
    }
     .paginationWrapper #pagintop,
    .paginationWrapper #paginbottom {
        text-align: center !important;
    }
    .paginationWrapper #soft {
        text-align: center !important;
        margin: 20px 0 10px 0;
    }
    .paginationWrapper #sofb {
        margin: 20px 0 10px 0;
        text-align: center !important;
    }
    div#caselist {
        left: 0% !important;
    }
    .selectron--is-touch:before,
    .selectron__trigger:before {
        display: none
    }
    .selectron--is-touch .selectron__select {
        padding: 10px 50px 10px 18px !important;
    }
.sortItem li {
    float: left;
    list-style: none;
    height: 28px;
    line-height: 28px !important;
    cursor: pointer;
    margin: 0 15px 0 0;
    font-weight: 400;
    font-size: 15px;
    border-right: 1px solid #BCC2C7;
    padding-right: 15px;
    font-family: tenon, sans-serif;
}

    .sortItem li.carrot {
       font-weight: 400;
    }
    .supportRevamp {
        margin-right: 0 !important;
    }
    .searchDetailsParameters2,
    .searchDetailsParameters1 {
        word-break: break-word;
    }
    .actionSearchDetail li {
        margin: 10px 0;
        display: block;
    }
    .actionSearchDetail li img {
        margin-right: 5px;
        width: 20px;
    }
    .searchDetailTitle {
        font-size: 20px !important;
    }
    #articleMenuBar {
        position: relative;
    }
    .print-icon {
        bottom: -10px;
	right: 0;
    }
    .copyrightAndLinks {
        padding-bottom: 75px !important;
    }
    .topBannerWrapper {
        margin-right: 0;
    }
    div#typeaheadLoader {
        right: 115px !important;
    }
    #alert {
        width: 100% !important;
        left: 0 !important;
        margin-left: 0 !important;
        right: 0;
    }
}

/* css for security finder integration in search page*/
.reveal-modal-bg {
    background: #fff;
    background: rgb(90 90 90 / 55%);
}

.sortSecurityHeader {
    background: url(../images/securityIcon.svg) no-repeat 0 8px;
    width: 100%;
}

.sortGeneralHeader {
    background: url(../images/generalIcon.svg) no-repeat -5px 8px;
    width: 100%;
}

.hrDivider {
    margin: 10px 0;
    max-width: 100%;
    background: #888;
}

.securityResultItem {
    margin-bottom: 10px;
    padding: 10px 15px 5px 0;
    border: 1px solid #fff;
}

/* CSS for security finder in search page */
.securityFinderInfo h5 {
    color: #777;
    font-size: 1.3rem;
    font-weight: 500;
}
.securityFinderInfo {
	padding: 20px;
	background-color: #f5f5f5;
	margin: 10px 0 20px 0;
	border-radius:20px;
}
		
#securityFinderTab .tabs .tab-title.active a,
#securityFinderTab .tabs .tab-title.active a:hover,
#knowledgeTab .tabs .tab-title.active a,
#knowledgeTab .tabs .tab-title.active a:hover  
{
    background-color: #fff;
    border-bottom: 4px solid #4e4fa9;
    border-radius: 0;
    font-weight: 600;
    color: #4e4fa9;
}

#securityFinderTab .tabs li.tab-title.active,
#knowledgeTab .tabs li.tab-title.active {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: none;
    border-bottom: 0 !important;
}

#securityFinderTab .tabs .tab-title>a,
#knowledgeTab .tabs .tab-title>a  {
    padding: 5px 20px;
    font-weight: normal;
    font-size: 14px;
    color: #9b9b9b;
}

#securityFinderTab .tabs .tab-title a:hover,
#knowledgeTab .tabs .tab-title a:hover  {
    background-color: #fff;
    border-bottom: 5px solid #BCC2C7;
    margin-bottom: 0 !important;
    text-decoration: none !important;
    border-radius: 0;
}

#securityFinderTab .tabs .tab-title:hover,
#knowledgeTab .tabs .tab-title:hover {
    border-radius: 0;
    border: none;
    border: 1px solid #fff;
}

a.close-reveal-modal {
    font-size: 16px !important;
    color: #777 !important;
    font-weight: normal !important;
    top: 2px !important;
    right: 4px !important;
}

.reveal-modal-bg {
    background: #fff;
    background: rgb(90 90 90 / 55%);
}

#securityFinderTab .tabs-content,
#knowledgeTab .tabs-content  {
    margin-bottom: 0;
}

.securityFinderInfo a i {
    color: #777;
}

.sortItem li.lastIcon {
    border-right: none !important;
}

/*css for hover on icon */
.actionSearchDetail li a {
  color: #545b5b;
  transition: 0.3s;
}
.actionSearchDetail li a:hover {
  color: #a831d6;
}
.actionSearchDetail li.link {
  background: url("../images/Link to Case grey.svg") no-repeat left center;
  padding: 10px 0 0 30px;
  height: 36px;
  background-size: 25px;
  transition: 0.3s;
}
.actionSearchDetail li.link:hover {
  background: url("../images/Link to Case_hover.svg") no-repeat left center;
  background-size: 25px;
}
.actionSearchDetail li.edit {
  background: url("../images/edit grey.svg") no-repeat left center;
  padding: 10px 0 0 30px;
  height: 36px;
  background-size: 25px;
  transition: 0.3s;
}
.actionSearchDetail li.edit:hover {
  background: url("../images/edit-hover.svg") no-repeat left center;
  background-size: 25px;
}

.actionSearchDetail li.share {
  background: url("../images/share article grey.svg") no-repeat left center;
  padding: 10px 0 0 30px;
  height: 36px;
  background-size: 25px;
  transition: 0.3s;
}
.actionSearchDetail li.share:hover {
  background: url("../images/share-article-hover.svg") no-repeat left center;
  background-size: 25px;
}
.actionSearchDetail li.subscribe {
  background: url("../images/Subscribe grey.svg") no-repeat left center;
  padding: 10px 0 0 30px;
  height: 36px;
  background-size: 25px;
  transition: 0.3s;
}
.actionSearchDetail li.subscribe:hover {
  background: url("../images/subscribe_hover.svg") no-repeat left center;
  background-size: 25px;
}
.actionSearchDetail li.msubscribe {
  background: url("../images/Manage Subscription Grey.svg") no-repeat left center;
  padding: 10px 0 0 30px;
  height: 36px;
  background-size: 25px;
  transition: 0.3s;
}
.actionSearchDetail li.msubscribe:hover {
  background: url("../images/Manage Subscription _hover.svg") no-repeat left center;
  background-size: 25px;
}
.actionSearchDetail li.feedback {
  background: url("../images/like-icon-default.svg") no-repeat left center;
  padding: 10px 0 0 30px;
  height: 36px;
  background-size: 25px;
  transition: 0.3s;
}
.actionSearchDetail li.feedback:hover {
  background: url("../images/like-icon-hover.svg") no-repeat left center;
  background-size: 25px;
}
.actionSearchDetail li.usubscribe {
  background: url("../images/unsubscribe-normal.svg") no-repeat left center;
  padding: 10px 0 0 30px;
  height: 36px;
  background-size: 25px;
  transition: 0.3s;
}
.actionSearchDetail li.usubscribe:hover {
  background: url("../images/unsubscribe-normal.svg") no-repeat left center;
  background-size: 25px;
}
.actionSearchDetail li.printArticle {
    background: url("../images/print grey.svg") no-repeat left center;
    padding: 10px 0 0 30px;
    height: 36px;
    background-size: 25px;
    transition: 0.3s;
}
.actionSearchDetail li.printArticle:hover {
    background: url("../images/print-hover.svg") no-repeat left center;
    background-size: 25px;
    margin-top: 1px;
    padding: 9px 0 0 30px;
}
.actionSearchDetail .storm, .storm a {
	color: #545B5B !important;
	margin-left: -30px;
	padding-left: 30px;
}
.kbImgFilter{
	width: 40px !important;
	margin-top: -4px;
}
.communityImgFilter{
	width: 40px !important;
	margin-top: -2px;
}
.defectImgFilter{
	width: 40px !important;
	margin-top: -3px;
}
.docImgelementFilter{
	width: 30px !important;
	margin-right: 5px !important;
	margin-top: -2px;
}
.alertMessageSearchKB {
	/*visibility: hidden;*/
	font-size: 12px !important;
	margin: 7px 0 0 10px;
	/* display: inline-block;*/
width: 550px;
margin: 0 auto;
padding-top:10px;
background: #EDEDF7  0% 0% no-repeat padding-box;
border-radius: 10px;
opacity: 1;
height:34px;
margin-bottom:10px;
--myVar:hidden;

}/*
p.alertMessageSearchKB {

  content: "";
  position: absolute;
  margin-top:10px;  
  margin-left: -522px;
  border-width: 8px;
  border-style: solid;
  border-color: #EDEDF7  transparent transparent transparent;
  
}*/
.da{
  content: "";
  position: absolute;
  margin-top:-9.5px;  
  margin-left: 32.5%;
  border-width: 8px;
  border-style: solid;
  border-color: #EDEDF7  transparent transparent transparent;
}

.searchResultItem h3 a {
	font-size: 18px;
	font-family: tenon, sans-serif;
	color: #a831d6 !important;
	font-weight: 400 !important;
	transition: all .3s ease-in-out;
}
.searchResultItem h3 a:hover {
	color: #e10098 !important;
}
.searchInputDiv a {
	transition: all .3s ease-in-out;
}
.searchInputDiv a:hover {
	color: #e10098;
}
.searchResultItem h3 a b {
	font-size: 18px;
}


p.lastModifedFixedIn, p.lastModifed{
background: #F2F2F2B3 0% 0% no-repeat padding-box;
border-radius: 8px;
opacity: 1;
height:35px;
width:auto;
padding:8px;
font: italic normal 300 16px/19px Tenon;
letter-spacing: 0px;
color: #2D2926B3;
text-align:left;
margin-right:40px;


}

/** Tool Tip design ******/


/* Tooltip container */
.tooltip {
	border-radius:34px;
	border:1px solid gray;
	width:45px;
  position: relative;
  display: inline-block;
  top:0;
  padding-left:5px;
}



/* Tooltip text */
.slider.round .oldesttooltiptext {
  visibility: hidden;
  width: 70px;
  background-color: #EDEDF7;
  color: #000;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 100%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.slider.round .oldesttooltiptext::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 60%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #EDEDF7 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.slider.round:hover .oldesttooltiptext {
  visibility: visible;
  opacity: 1;
}


/*** End of tool tip design*******/

/*...........................................................*/

 
*, *:before, *:after {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
       
        .searchDetailInput .valueTextOrange {
            font-size: 14px;
            color: #a831d6;
        }
        [class*="column"]+[class*="column"]:last-child {
            float: right
        }
 
        [class*="column"]+[class*="column"].end {
            float: left
        }
 
        .labeltext, .searchDetailInput{
            font-weight: 700;
        }
 
        @media only screen and (min-width: 64.063em){
            .large-14 {
                width: 87.5%;
            }
 
            .large-2 {
                width: 12.5%;
            }
            .column, .columns {
                float: left;
                color:black;
            }
        }
 
        .row .row:before, .row .row:after {
            content: " ";
            display: table;
           
        }
 
        .row .row {
            width: auto;
            max-width: none;  
        }
 
        .labeltext, .valueTextOrange{
            padding:4px 0px;
        }
 
 
        .searchInputDiv {
            padding-right: 0px !important;
        }

/* remove feedback*/
.usabilla_live_button_container {
display:none;
}
