@charset "utf-8";
/* CSS Document */

/*//////////////////////////////////////////////////
* coveo_overwrite CSS file for Honeywell Analytics
* Filename:  coveo_overwrite.css
* Author:    Matthew Schlanger 
//////////////////////////////////////////////////*/

 .coveo-sprites-common-coveo, .coveo-logo {
    background: url(../images/honeywell_analytics_logo.png) no-repeat 0 0;
    width: 276px;
    height: 32px;
    text-indent: 96px;
}
.CoveoSearchInterface .coveo-search-section {display: none;}   
.CoveoSearchInterface .coveo-results-section{
	/*width:auto;
	display: table;*/
	position: relative;
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
    margin-top:10px;
    min-height: 250px; /*fix for coveo-first-loading-animation june relase issue*/
}
.CoveoSearchInterface .coveo-results-section .coveo-facet-column{
	background-color: #fff;
	border: #666 1px solid;
	height: 100%;
	position: relative;
	/*width: 220px !important;
	float: left !important;
	margin-right: 20px;
	display: table-cell !important;*/
}
.CoveoSearchInterface .coveo-results-section .coveo-results-column{
	/*width: 648px;
	float: right;
	display: table-cell;
	padding-left: 0;
	margin-left: 0;*/
    padding-top: 0;
	overflow: hidden;
}
.CoveoSearchInterface .CoveoResult .coveo-icon{display:none;}
.CoveoSearchInterface .coveo-results-section .coveo-facet-column, .CoveoSearchInterface .coveo-results-section .coveo-results-column{
    padding-bottom: 20px;
    margin-bottom: 0;
}

.CoveoSearchInterface .coveo-results-section .CoveoResult {
	/*width: 646px;
	height: 173px;
	margin: 0 auto 20px auto;*/
	border: #333 1px solid;
    margin: 0 0 20px 0;
    padding-left: 15px;
    padding-right: 15px;
}
.CoveoSearchInterface .coveo-results-section div.CoveoResult:last-child{margin-bottom: 0;}
.coveo-results-section .coveo-results-column > div.CoveoBreadcrumb {
    margin :0;
}
.coveo-results-section .coveo-results-column > div.CoveoBreadcrumb > div.coveo-facet-breadcrumb.item > span.coveo-title {display: none;}
.coveo-results-section .coveo-results-column .CoveoBreadcrumb > div.coveo-facet-breadcrumb.item > span.coveo-values {
	overflow: hidden;
	/*margin-bottom: 15px;*/
	display: block;
}
.CoveoBreadcrumb .coveo-facet-breadcrumb.item > span.coveo-values > span > span.coveo-caption,
.CoveoBreadcrumb > div.coveo-facet-breadcrumb.item > span.coveo-values > div.coveo-value .coveo-multi-count {
	padding: 3px 10px 0 10px;
	background-color: #d6d7d6;
	color: rgb(102,102,102);
	font-size: 12px;
	height: 20px;
	display: block;
	float: left;
	margin: 0 5px 6px 5px;
	border-radius: 3px;
}
.CoveoBreadcrumb > div.coveo-facet-breadcrumb.item > span.coveo-values > div.coveo-value span.coveo-separator,
.CoveoBreadcrumb > div.coveo-facet-breadcrumb.item > span.coveo-values > div.coveo-value .coveo-selected.coveo-multi-icon { display: none !important; }
.CoveoBreadcrumb > div.coveo-facet-breadcrumb.item > span.coveo-values > div.coveo-value .coveo-multi-count:after {content: " more";}
.CoveoBreadcrumb .coveo-facet-breadcrumb.item > span.coveo-values > span > span.coveo-clear {display: none;}
.CoveoBreadcrumb .coveo-facet-breadcrumb.item > span.coveo-values > span.coveo-separator {display: none;}
.CoveoBreadcrumb .coveo-clear-all {display: none;}
.CoveoSearchInterface .coveo-results-section .coveo-results-column .coveo-results-header{
	padding: 0;
	background-color: #fff;
	display: block;
	float: left;
	margin-right: 0;
	/*width: 100%;*/
	float: none;
	border: #333 1px solid;
	height: 41px;
	/*width: 646px;*/
	color: rgb(102,102,102);
	font-size: 13px;
	margin-bottom: 19px;
}
.CoveoSearchInterface .coveo-results-section .coveo-results-column .coveo-results-header .CoveoPager{
    /*height: 41px;*/
    margin: 10px 0 0 0px;
}
.coveo-results-column >.CoveoPager {
	border: 1px solid #333;
	height: 41px;
	text-align: center;
	padding-top: 5px;
	margin: 20px 0 0 0;
}
.coveo-results-section .coveo-results-header .coveo-summary-section > span.CoveoQueryDuration {display: none !important;}
.coveo-results-section .coveo-results-header .coveo-summary-section {margin: 10px;}
/*facets*/
.coveo-facet-column .CoveoFacet label span.coveo-count:before { content:"(";}
.coveo-facet-column .CoveoFacet label span.coveo-count:after { content:")";}
.coveo-facet-column .CoveoFacet .coveo-search{ display: none; }
.coveo-facet-column .CoveoFacet {border-bottom: none;}
.coveo-facet-column .CoveoFacet .coveo-icon { display: none !important; }
.coveo-facet-column .facets-heading {
    font-weight: bold;
    font-size: 13px;
    margin: 20px 0 0 0px;
}
.CoveoFacet .coveo-selectable:hover, .CoveoFacetRange .coveo-selectable:hover {background-color: #d6d7d6;}
.CoveoFacet .coveo-header, .CoveoFacetRange .coveo-header {padding: 2px 0;}
.coveo-facet-column .CoveoFacet .coveo-header .coveo-title{
    font-weight: normal;
    font-size: 16px;
    color: #EE3124;
    background: url(../images/q_sign3.png) no-repeat 0px 2px;
    padding-left: 20px;
    padding-top:0;
    height: 16px;
    cursor: pointer;
    margin-bottom: 5px;
}
.coveo-facet-column .CoveoFacet ul.coveo-values {display: none;}
.coveo-facet-column .CoveoFacet div.coveo-footer {display: none; margin-left: -12px;}
.coveo-checkbox-for-facet-value{
    float:left;
    height: 20px;
}
.CoveoFacet .coveo-value label {
    white-space: normal;
}
.CoveoFacet .coveo-selected.coveo-value .coveo-caption{font-weight: normal;}
.CoveoFacet .coveo-value .coveo-checkbox {
    width: 16px;
    height: 16px !important;
    display: inline-block;
    margin: 3px 5px 8px 3px;
    box-shadow: 0px 0px 1px #333;
    float: left;
}
.coveo-facet-column .CoveoFacet ul.coveo-values li span.coveo-caption {
   font-size: 12px;
    margin-bottom: 3px;
    color: #666;
    display: inline;
    overflow: hidden;
    width: auto;
    word-wrap: break-word;
    white-space: normal;
    text-overflow: ellipsis;
    /*float: left;*/
    line-height: 15px;
} 
.CoveoFacet .coveo-value .coveo-count {
    font-size: 12px;
    color: #8a8a8a;
    padding: 0;
    margin: 0;
    display: inline;
    float: right; 
}
.CoveoFacet .coveo-footer .coveo-more.coveo-active, .CoveoFacet .coveo-footer .coveo-less{
    color: #ee3124;
}
.coveo-wait-animation {display:none !important;}
/*coveo results*/
.CoveoSearchInterface .coveo-results-section .CoveoResult .coveo-date { display: none;}
.CoveoSearchInterface .coveo-results-section .CoveoResult .CoveoPrintableUri { display: none;}
.CoveoSearchInterface .coveo-results-section .CoveoResult .coveo-badge { display: none;}
.CoveoSearchInterface .coveo-results-section .CoveoResult .doc-image-col {
	/*float: left; 
	padding: 24px 0 0 24px;
	margin-right: 22px;
    width: 149px;*/
    padding-top:24px;
}
.CoveoSearchInterface .coveo-results-section .CoveoResult .text-column {
	/*float: left;
	width: 270px;
	margin-right: 30px;*/
}
.CoveoSearchInterface .coveo-results-section .CoveoResult .right-column{float: left; position: relative; min-height: 166px;} /*why is min-height needed here*/
.CoveoSearchInterface .coveo-results-section .CoveoResult .doc-image-col img{
    /*max-width: 125px !important;
    max-height: 125px !important;
    display: block;
    margin: 0 auto;*/
    /*width: 125px !important;*/
	max-width:100% !important;
	display:block;
    height: auto !important;
}
.CoveoSearchInterface .coveo-results-section .CoveoResult .right-column a.cta{
	/*display: block;
	width: 140px;
	height: 25px;
	background: url(../images/btn_back_red_140_25.png) no-repeat 0 0;
	color: #fff;
	padding: 5px 0 0 10px;
	position: absolute;
	top: 124px;*/
    display: block;
    width: 140px;
    height: 25px;
    background: #EE3124 url(../images/btn_arrow_darkred_right_21.png) no-repeat 94% 2px;
    color: #fff;
    padding: 6px 0 0 10px;
    position: absolute;
    top: 124px;
}
.CoveoSearchInterface .coveo-results-section .CoveoResult .coveo-title { 
   /* margin: 21px 0 6px 0;
    max-height: 44px;
    overflow: hidden;*/
    margin: 21px 0 10px 0;
}
.CoveoSearchInterface .coveo-results-section .CoveoResult .coveo-title a{
	font-size: 18px;
	color: #EE3124;
    line-height: 20px;
}
.CoveoSearchInterface .coveo-results-section .CoveoResult .coveo-excerpt {
	font-size: 12px;
	color: rgb(102,102,102);
	margin-bottom: 12px; /*10px;*/
    /*padding: 0;
	height:45px;*/
	overflow: hidden;
    line-height: 14px;
}
.CoveoSearchInterface .coveo-results-section .CoveoResult div.applications {
	margin-bottom: 3px; /*1px;*/
	overflow: hidden;
	height: 16px;
}
.CoveoSearchInterface .coveo-results-section .CoveoResult div.uses {
	margin-bottom:3px;
	overflow: hidden;
	height:16px;
}
.CoveoSearchInterface .coveo-results-section .CoveoResult div.applications  > span:first-child {font-weight: bold;}
.CoveoSearchInterface .coveo-results-section .CoveoResult div.uses  > span:first-child {font-weight: bold;}
.CoveoSearchInterface .coveo-results-section .CoveoResult div.language {
	display: none;
	position: absolute;
	top: 130px;
}
.CoveoSearchInterface .coveo-results-section .CoveoResult .right-column div.product-logo {
    /*	width: 140px;
	height: 100px;
	margin: 20px 0;*/
	width: 140px;
    height: 100px;
    margin: 20px 0;
    text-align: center;
}
.CoveoSearchInterface .coveo-results-section .CoveoResult .right-column div.product-logo img {
    max-width: 136px; /*140px  !important in static version*/
    height: auto !important;
    max-height: 100px;
    vertical-align: middle;
    display: inline-block;
}
.CoveoSearchInterface .coveo-results-section .CoveoResult div.language  > span:first-child {font-weight: bold;}
/*technical library modifications*/
.CoveoSearchInterface .coveo-results-section .CoveoResult.technical-library div.language  {display: block;}
.CoveoSearchInterface .coveo-results-section .CoveoResult.technical-library div.applications  {display: none !important;}
.CoveoSearchInterface .coveo-results-section .CoveoResult.technical-library div.uses  {display: none !important;}
.CoveoSearchInterface .coveo-results-section .CoveoResult.technical-library div.product-logo {display: none !important;}
.CoveoSearchInterface .coveo-results-section .CoveoResult.technical-library a.cta {top: 71px;}
/*article modifications*/
.CoveoSearchInterface .coveo-results-section .CoveoResult.article-teaser div.applications  {display: none !important;}
.CoveoSearchInterface .coveo-results-section .CoveoResult.article-teaser div.uses  {display: none !important;}
.CoveoSearchInterface .coveo-results-section .CoveoResult.article-teaser div.product-logo {visibility: hidden;}
/*.CoveoSearchInterface .coveo-results-section .CoveoResult.article-teaser .teaser-text {max-height: 99px;}*/
.CoveoResult .product-logo >div { text-align: center; height: 100%; }
.CoveoSearchInterface .coveo-results-section .CoveoResult div.coveo-excerpt{ max-height: 76px; }
.CoveoSearchInterface .coveo-results-section .CoveoResult.article-teaser div.coveo-excerpt{ max-height: 99px; }

.CoveoSearchInterface .coveo-results-section .overview-block {
	/*width: 646px;*/
    border: #333 1px solid;
	padding: 14px;
	margin-bottom: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.CoveoSearchInterface .coveo-results-section .overview-block .header{
	color: #EE3124;
	font-size: 18px;
	margin: 12px 0 15px 0;
}
.CoveoSearchInterface .coveo-results-section .coveo-results-column .coveo-results-header .coveo-sort-section {
    display: none;
}
.CoveoSearchInterface .coveo-results-section .coveo-results-column .coveo-results-header .CoveoPager {
    float: right;
    margin-right: 15px;
    margin-top: 5px;
}
.CoveoSearchInterface .coveo-results-section .coveo-results-column .coveo-results-header .CoveoPager ul li a { color: #3B87DE}
/*.coveo-results-column > div.CoveoPager {display:none;}
.coveo-results-column .coveo-results-header .CoveoPager {display:block;}*/
.coveo-results-column > .CoveoPager ul li a{
    color: #3B87DE;
}
.CoveoSearchInterface .coveo-results-section .coveo-results-column .coveo-results-header .coveo-summary-section { width: 40%;}
.CoveoPager ul li > a {
   min-width: 0px;
    padding: 2px 5px 6px 5px;
    font-weight: bold;
    background: none;
    border: none;
    height: 20px;
    margin-top: 5px;
}
.coveo-results-header .CoveoPager > ul > li.coveo-active a,
.coveo-results-column >.CoveoPager > ul > li.coveo-active a{
    font-weight: bold;
    border-radius: 4px;
    background: #d6d7d6;
}
.coveo-sprites-pager-next, .CoveoPager ul li.coveo-next > a > span {
    background: url(../images/btn_arrow_pager_blue_right.png) no-repeat 0 0px;
    width: 25px;
    height: 25px;
    margin-top: -5px;
}
.coveo-sprites-pager-previous, .CoveoPager ul li.coveo-previous > a > span {
    background: url(../images/btn_arrow_pager_blue_left.png) no-repeat 0 0px;
    width: 25px;
    height: 25px;
    margin-top: -5px;
}
.CoveoPager ul li:last-child > a {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
}
.CoveoPager ul li:hover:first-child > a {
    border-left: none;
}
.CoveoPager ul li:hover:last-child > a {
    border-right: none;
}
.CoveoPager ul li:hover > a {
    color: #3B87DE;
    background: none;
    border-left: none;
    border-top: none;
    border-bottom: none;
}
.CoveoPager ul li:first-child > a {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.CoveoPager ul li.coveo-active > a {
    color: #3B87DE;
    background:none;
    border-left: none;
    border-top: none;
    border-bottom: none;
}
.CoveoPager ul li.coveo-active:first-child > a {
    border-left: none;
}
.CoveoPager ul li.coveo-active:last-child > a {
    border-right: none;
}
@media (max-width:767px){
	.search-container {/*margin-right: -15px !important;*/}
    .CoveoSearchInterface .coveo-results-section {/*padding-right: 15px;*/ margin-left: 0; margin-right: 0;}
    .CoveoSearchInterface .coveo-results-section .coveo-facet-column {width: 100%; margin-bottom: 20px; /*margin-left: 15px; margin-right: 15px;*/ }
    .CoveoSearchInterface .coveo-results-section .coveo-results-column  {width: 100%; /*margin-right: -15px !important;*/ padding-left:0; padding-right:0;} /*width: auto; */
	.CoveoSearchInterface .coveo-results-section .coveo-results-column .coveo-results-header {height: auto; text-align: center; padding-bottom: 18px; }/*height:78px*/
	.CoveoSearchInterface .coveo-results-section .coveo-results-column .coveo-results-header .coveo-summary-section {float: none; margin: 13px 0 0 0;  width: auto;}
	.CoveoSearchInterface .coveo-results-section .coveo-results-column .coveo-results-header .CoveoPager { float: none; margin-right: 0; }
    .coveo-results-section .results-teaser{ min-height: 73px; }
	.coveo-results-section .results-teaser .right-column div.product-logo{ margin-bottom: 45px; }
	.coveo-results-section div.results-teaser.technical-library div.language { position: relative; top: 0px; }
	.coveo-results-section .results-teaser.technical-library .right-column a.cta {position: relative; top:0; margin-top:15px; margin-bottom:15px;}
	.coveo-results-section div.left-sidebar { margin-bottom:20px; margin-left: 15px; margin-right: 15px; }
	/*.results-container .results-teaser .doc-image-col {width: 39%;}*/
	.coveo-results-section  .article-teaser .teaser-text { max-height: 200px !important; }
	.coveo-results-section  .article-teaser .product-logo { height: 0px !important; margin-bottom: 20px;}
	.coveo-results-section  .article-teaser .right-column a.cta {top:0; position: relative; margin-bottom: 15px;}
	.CoveoSearchInterface .coveo-results-section .CoveoResult .doc-image-col {
		width: 40%; /*modify bootstrap width to accomodate wider text*/
		padding-right: 5px; /*modify bootstrap to allow for larger image*/
		padding-left: 5px; /*modify bootstrap to allow for larger image*/
	}
	.CoveoSearchInterface .coveo-results-section .CoveoResult .text-column {
		width: 60%; /*modify bootstrap width to accomodate wider text*/
		padding-left: 10px; /*modify bootstrap width to accomodate wider text*/
		padding-right: 10px; /*modify bootstrap width to accomodate wider text*/
	}
	.CoveoSearchInterface .coveo-results-section .CoveoResult div.coveo-excerpt {max-height: 145px;}
}
@media (min-width:768px){
    .CoveoSearchInterface .coveo-results-section .coveo-facet-column {width: 25%; position: relative; padding-left: 15px; padding-right: 15px;}
    .CoveoSearchInterface .coveo-results-section { margin-right: -15px !important; margin-left: 0;}
    .CoveoSearchInterface .coveo-results-section .coveo-results-column {width: 75%; position: relative; padding-left: 15px; padding-right: 15px;}

    .coveo-results-section .results-teaser{ min-height: 173px; }
	.coveo-results-section .results-teaser .teaser-text {height: 53px; overflow: hidden;}
	.coveo-results-section .results-teaser .right-column a.cta{width: 120px !important;}
	.coveo-results-section .results-teaser .right-column { padding-left: 0; }
	.coveo-results-section .results-header h1.heading {padding-left: 0;}
	.coveo-results-section .results-teaser .right-column div.product-logo { width: 100% !important;}
	.coveo-results-section .results-teaser .right-column div.product-logo img{ max-width: 106px !important;}
	.coveo-results-section  div.article-teaser a.cta { top:70px !important }
}
@media (min-width:992px){
    .coveo-results-section .results-teaser .right-column div.product-logo img { max-width: 136px !important; }
	.coveo-results-section .results-teaser .right-column a.cta{width: 140px !important; margin-left: 5px;}
	.results-header h1.heading {padding-left: 0;}
	.coveo-results-section  div.article-teaser a.cta { top:70px !important }
}
/*//////////////////////////////////////
    SEARCH BOX OVERWRITES
//////////////////////////////////////*/
.search-box .CoveoSearchBox .CoveoQueryBox {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    line-height: 25px;

    padding: 0 5px;
	float: left;
	width: 142px;
	height: 24px;
	margin: 1px 0 0 2px;
	border: none;
	margin-right: -1px;
	background-color: #eee;
	color: #a4a5a5;
    font-size: 13px !important;
}
.search-box.CoveoSearchInterface .CoveoSearchButton {
    padding: 0;
}
.search-box .CoveoSearchButton {
    background:url(../images/search_icon.png) no-repeat 0 0;
    width: 27px;
    height: 27px;
    border: none;
    border-radius: 0px;
    padding: 5px 8px 9px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
.search-box .CoveoSearchButton:hover {
  background:url(../images/search_icon.png) no-repeat 0 0;
}
.search-box .coveo-icon {
    background-image: none !important;
    /*display: none;*/
}
.search-box .coveo-query-box-clear {
    display: none  !important;
}
.search-box .coveo-omnibox {
    top: 28px;
    border-radius: 3px;
    position: absolute;
    width: 224px !important;
}
.search-box .coveo-omnibox .coveo-omnibox-selected {
  background: #d6d7d6;
  width: 100%;
}
.search-box .coveo-top-suggestion-row, .coveo-top-field-suggestion-row, .coveo-top-analytics-suggestion-row { color: #ee3124; }
.search-box .coveo-omnibox .coveo-omnibox-header {
    border-bottom: 1px solid #dfdfdf;
    height: 34px;
    color: #fff;
    background-color: #ee3124;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
@media (max-width:992px) and (min-width:767px) {
    .search-box .coveo-omnibox{left: -48px;}
}
@media (max-width:767px){
	.search-box {
		background: none;
		width: 100%;
	}
	.search-box .CoveoSearchBox .CoveoQueryBox {
		padding: 0 5px;
		float: left;
		width: 100%; /*89%*/
		height: 27px;
		margin: 0px 0 0 2px;
		border: 1px #d6d7d6 solid;
		margin-right: -1px;
		background-color: #eee;
		color: #a4a5a5;
	}
    .CoveoSearchBox {height: auto;}
}
/*///////////////////////////////////////////////////////
    PRODUCT FINDER SEARCH BOX OVERWRITES
///////////////////////////////////////////////////////*/

.product-finder-index span.coveo-query-box-clear {display: none;}
.product-finder-index .CoveoSearchInterface { 
    min-height: 0px;
    width: 224px;
    height: 33px;
    margin-left: auto;
    margin-right: auto;
}

.product-finder-index .CoveoSearchBox input.CoveoQueryBox  {
    font-size: 11px;
    -webkit-appearance: none;
    border: #fff 2px solid;
    height: 33px;
    width: 224px;
    margin: 0 auto;
    display: block;
    padding: 0 0 0 4px;
    color: #666;  
}
.product-finder-index .CoveoSearchButton {
   display: none;
}
.product-finder-index .CoveoSearchButton:hover {
  background:none;
  display: none;
}
.product-finder-index .coveo-icon {
    background-image: none !important;
}
.product-finder-index .coveo-omnibox {
    border-radius: 3px;
    position: absolute;
    width: 224px !important;
}
.product-finder-index .coveo-omnibox .coveo-omnibox-selected {
  background: #d6d7d6;
  width: 100%;
}
.product-finder-index .coveo-top-suggestion-row, .coveo-top-field-suggestion-row, .coveo-top-analytics-suggestion-row { color: #ee3124; }
.product-finder-index .coveo-omnibox .coveo-omnibox-header {
    border-bottom: 1px solid #dfdfdf;
    height: 34px;
    color: #fff;
    background-color: #ee3124;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.article-finder-index span.coveo-query-box-clear {display: none;}
.article-finder-index .CoveoSearchInterface { 
    min-height: 0px;
    width: 224px;
    height: 33px;
    margin-left: auto;
    margin-right: auto;
}
.article-finder-index .CoveoSearchBox input.CoveoQueryBox  {
    font-size: 11px;
    -webkit-appearance: none;
    border: #fff 2px solid;
    height: 33px;
    width: 224px;
    margin: 0 auto;
    display: block;
    padding: 0 0 0 4px;
    color: #666;
}
.article-finder-index .CoveoSearchButton {
   display: none;
}
.article-finder-index .CoveoSearchButton:hover {
  background:none;
  display: none;
}
.article-finder-index .coveo-icon {
    background-image: none !important;
}
.article-finder-index .coveo-omnibox {
    border-radius: 3px;
    position: absolute;
    width: 224px !important;
}
.article-finder-index .coveo-omnibox .coveo-omnibox-selected {
  background: #d6d7d6;
  width: 100%;
}
.article-finder-index .coveo-top-suggestion-row, .coveo-top-field-suggestion-row, .coveo-top-analytics-suggestion-row { color: #ee3124; }
.article-finder-index .coveo-omnibox .coveo-omnibox-header {
    border-bottom: 1px solid #dfdfdf;
    height: 34px;
    color: #fff;
    background-color: #ee3124;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

