:root { -
	-main-tab-bg-color: #039BE5;
	/* Usage: var(--main-tab-bg-color, #039BE5); Blue(Primary) */ -
	-btn-header-bg-color: #333333;
	/* Usage: var(--btn-header-bg-color, #333333); Dark Gray 1*/ -
	-link-color: #0277BD;
	/* Usage: var(--link-color, #0277BD); Medium Blue*/ -
	-white-color: #FFFFFF; /* Usage: var(--white-color, #FFFFFF); White*/ -
	-tbl-border-color: #F2F2F2;
	/* Usage: var(--tbl-border-color, #F2F2F2); Light Gray 2*/
}

* {
	font-weight: 400;
}

html {
	font-size: 10px;
}

body {
	float: left;
	width: 100%;
	position: relative;
}

.user{
	display: none;
}

.sl-action a {
	padding: 5rem 0 !important;
}

#compare .nav>li>a {
	margin: 0rem 3rem 2rem 0rem !important;
	padding: 0 !important;
	cursor: pointer;
}

#compare .nav>li.active a {
	cursor: default;
	background-color:#fff;
}

.nav>li>a:hover {
	background-color: transparent;
}

.compare-head {
	float: left;
	width: 95%;
	font-size: 1.8rem;
	font-weight: 500;
	margin: 0rem;
	padding-top: 10px;
}

.ke-modal-lg {
	max-width: 900px !important;
}


.relDrpDown {
	margin-right: 1rem;
}

.dropdown-toggle.btn-default {
	min-width: 10rem;
	background-color: #333333;
	color: #FFFFFF;
	height: 40px;
	border: 2px solid #333333;
	margin-right: 1px !important;
	border-radius: 4px !important;
}

.open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus,
	.open>.dropdown-toggle.btn-default:hover {
	background-color: #333333;
	color: #FFFFFF;
}

.osLevel, #matchedReleases, .osName, p.lbl {
	float: left;
	width: 100%;
}

#matchingRels {
	float: left;
	width: 24%;
	margin-left: 1%;
}

#logDetailsSectionMultiple {
	padding: 0 !important;
	position: relative;
	padding-top: 1% !important;
}

#logDetailsSectionMultiple .backFromMsgDetails {
	position: absolute;
	left: 0px;
	top: 6px;
}

#logDetailsSectionMultiple #syslogDetails {
	float: left;
	width: 75%;
	border: none;
	padding: 0;
	border-right: 0.1rem solid #ccc;
	padding-right: 1%;
}

#logDetailsSectionMultiple #sysloginfo {
	padding: 0
}

.ke-hero-title{
	margin-top: 0px;
}
.app-name {
	font-weight: 200;
	float: left;
	width: 30%;
	font-size: 2.6rem;
	margin: 0;
	padding: 10px 0 10px 0;
}



.search-icon {
	float: left;
	width: 5%;
	margin-right: 0.2rem;
}

.search-reset {
	float: left;
	width: 5%;
}

.relSel, .searchzone {
	float: left;
	width: 100%;
}

.searchzone .row {
	padding: 15px 0;
	float: none;
	margin: 0 auto !important;
}

.searchzone .col-xs-6 {
	width: 80%;
}

#relSelector, #osSelector {
	float: left;
	width: 100%;
}

#osSelector {
	margin: 0px 0px 25px 0px;
	border-bottom: 1px solid #f2f2f2;
}

#relSelector {
	padding: 0 1rem 15px 0px;
}

.clearHistory {
	float: right;
	margin-bottom: 5px;
	cursor: pointer;
}

.levelHead {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.6rem !important;
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
    padding-bottom: 2px;
    font-weight: 500;
}


.relOS {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.6rem !important;
    margin-top: 5px;
    padding-bottom: 2px;
    font-weight: 500; 
    display: flex;
	overflow: hidden;
	flex-wrap: wrap;  
}


.spaced-top {
	margin-top: 20px !important;
}

.border-rad, .modal {
	border-radius: 6px;
}


#history .filterhead {
	padding: 10px 0.7rem 0 0;
}


#history .viewdescri {
	padding: 20px 0.7rem 0px 0;
}
.easy-autocomplete.eac-plate-dark ul li {
    border-bottom: 1px dotted #f2f2f2;
    color: #4d4d4d;
    margin: 0;
    padding: 5px;
    cursor: pointer;
    display: block;
    font: menu;
    font-size: 13px;
    line-height: 16px;
    overflow: hidden;
	text-align: left;
	font-weight: 400;
}
.filterBox legend {
	margin: 0 1rem;
	padding: 0 0.5rem;
	width: initial !important;
	border-bottom: none !important;
	font-size: 1.4rem;
	font-weight: 500;
}

.prodSel {
	color: #fff !important;
	box-shadow: none;
	cursor: default !important;
	background-color: #83b135 !important;
}

.prodSel:hover {
	box-shadow: none !important;
	pointer-events: none;
}

.prodSel .Releaselevel {
	font-weight: 500;
}

.relFiltByOS {
	display: none;
}

.filters-zone {
	margin-left: 0 !important;
	float: left;
	width: 100%;
	padding: 0
}

.all-eac-container-searchInput {
	float: left;
	width: 100% !important;
}

.srchPanel .input-group {
	float: left;
	width: 100%
}

.cmpPanel>.osSel {
	width: 20%;
	float: left;
}

.namesec {
	float: left;
	width: 93%;
	margin: 0px 0 10px 0;
	font-size: 1.8rem;
	font-weight: 500;
	padding-right: 1em;
}

.tools {
	float: left;
	width: 5%;
	margin: 0 0 10px 0;
}

.spaced-bottom {
	margin-bottom: 30px !important;
	display: block;
}

#addedMsgs .srchTtl {
	background-color: #4ea949;
	cursor: default;
}

.selTitle, .srchTtl {
	color: #FFFFFF;
	cursor: pointer;
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 2.3rem;
	margin-bottom: 0;
	width: 100%;
	padding: 5px;
}

#addedMsgs .syslogContainer, #dltedMsgs .syslogContainer {
	width: 100%;
}

.syslogContainer {
	overflow: auto;
	border-bottom: 1px solid #ccc;
}

.text-break {
	-ms-word-break: break-word;
	word-break: break-word;
}

.resitem {
	font-size: 1.4rem;
	line-height: 1.8rem;
	padding: 10px;
}

.slice {
	width: 100%;
	overflow: hidden;
}

.resName {
	float: left;
	width: 32%;
}

#allMessagesWithoutReleaseSection .resName {
	width: 100%;
}

#searchPage .searchRes {
	width: 100% !important;
	float: left;
	background-color: #fff;
	padding: 10px;
}

#history .historyRes {
	width: 100% !important;
	float: left;
	background-color: #fff;
	padding: 10px;
	margin: 0 0.25% 0.25% 0;
	font-weight: 1.3rem;
}

#history .column1 {
	width: 33%;
	float: left
}

#history .column2 {
	width: 33%;
	float: left
}

#history .column3 {
	width: 33%;
	float: left
}

.noResults {
	border: 1px dotted #d04437;
	color: red;
	float: left;
	font-size: 1.2rem;
	margin-top: 10px;
	width: 100%;
}

.noRes-icon, .info-wrap {
	float: left;
	width: 3%;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	background: #d04437;
}

.noRes-icon span, .infoIcon {
	border-radius: 18px;
	line-height: 20px;
	border: 2px solid #fff;
	padding: 1px 7px;
}

.noRes-msg {
	float: left;
	width: 80%;
	color: #000;
	padding: 20px 10px;
}

.link {
	color: #0277BD;
	word-break: break-word;
}

.history-container {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.resDesc {
	float: left;
	width: 68%;
	padding-left: 2%;
}

.historyResHead, #addedMsgs ,.searchResHead{
	background-color: #333333;
	color: #FFFFFF;
	float: left;
	width: 100%;
	padding: 10px;
	font-size: 1.6rem;
	line-height: 2rem;
}

.resNmeHead {
	color: #FFFFFF;
}

.resDescHead {
	color: #FFFFFF;
}

.spaced-bottom-double {
	margin-bottom: 40px !important;
}

#syslogDetails .mheader, #relsDiv .mheader {
	background-color: #333333;
	color: #FFFFFF;
	font-size: 1.4rem;
	line-height: 2rem;
	padding: 5px 5px 5px 10px;
}

.mheader {
	padding: 10px !important;
	float: left;
	width: 100%;
}

.mobileViewHead {
	display: none;
}

#sysloginfo {
	border: 1px solid #ccc;
	padding: 0 5px 10px 5px;
}

.row {
	float: left;
	font-size: 1.4rem;
	line-height: 1.9rem;
	width: 100%;
	padding: 10px 7px;
	margin-left: 0px !important;
}

#logDetailsSectionMultiple #sysloginfo {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: none;
	border-right: none;
}

.row .field {
	width: 32%;
	float: left;
	word-break: break-all;
}

#logDetailsSectionMultiple .row .field {
	font-weight: 500;
}

.slice-info {
	float: left;
	width: 68%;
	padding-left: 2%;
	word-break: break-word;
}

.slice-item, .slice-item-wide, .tab-control-list .tab-border {
	float: left;
}

.searchRes b {
	font-weight: bold !important;
}

.row .value {
	width: 68%;
	float: left;
	padding-left: 2%;
}

#allResAnchor {
	padding-bottom: 10px;
	color: #039BE5;
}

#allResAnchor span {
	cursor: pointer
}

.relCmp {
	float: left;
	width: 25%;
	text-align: center;
}

.relCmp .btn {
	float: left;
	width: 100%;
}

.relCmp>.dropdown-toggle {
	border-radius: 5px !important;
}

.cmpResSection {
	padding-top: 20px;
	margin: 0 auto;
	width: 100%;
	float: left;
	min-height: 300px;
}

.nocompareRes {
	display: none;
}

.cmpPanel, .srchPanel, #history {
	min-height: 80px;
	float: left;
	width: 100%;
	/* padding: 1% 0; */
}

.searchzone {
	float: left;
	margin: 0 auto 0 auto;
	width: 40%;
}


#compare input:checked+span {
	color: #ec5e38 !important;
}

.tile-box {
	float: left;
	width: 10%;
	height: 35px;
    min-width: 100px;
    margin: 5px 1% 20px 0;
    cursor: pointer;
    background-color: #F6f6f6;
    border: 1px solid #ccc;
    color: #4d4d4d;
    font-size: 1.2rem;
    position: relative;
    padding: 8px 8px;
    text-align: center;
}

#compare .tile-box .compRelBox {
	text-align: center;
}

.compRelBox span {
	padding-left: 5px;
	font-weight: normal;
}

.relSelected i, .relSelected .compRelBox span{
    color: #fff;
}

.tile-box .labeltag {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	padding: 10px;
}

#explore .tile-box:hover {
	box-shadow: 4px 4px 4px #ccc;
}

#compare .tile-box:not (.disabled ):hover {
	box-shadow: 4px 4px 4px #ccc;
}

.cmpResSection>.nav-pills>li.active>a, .cmpResSection>.nav-pills>li.active>a:focus,
	.cmpResSection>.nav-pills>li.active>a:hover {
	color: #0277BD;
	background-color: #FFFFFF;
}

.cmpResSection .nav-pills>li.active>a>span {
	border-bottom: 2px solid #84b135;
	background-color: #fff !important;
	color: #039BE5 !important;
}

.cmpResSection .nav-pills li {
	font-size: 1.6rem;
}

.allMessagesSection, #logDetailsSectionMultiple {
	padding-top: 20px;
	width: 100%;
	float: left;
	margin-bottom:20px;
	min-height: 400px;
}

section#searchPage {
	border-bottom: 1px solid #ccc;
	float:left;
	width:100%;
}

.subTitle {
	font-size: 1.8rem;
	display: block;
	font-weight: 500;
}

.allResAnchorText {
	vertical-align: bottom;
	font-size: 1.4rem;
	line-height: 20px;
}

.nav-pills {
	float: left;
	width: 100%;
	padding-top: 10px;
}

.lbl {
	padding: 5px 20px;
	margin: 0;
	cursor: pointer;
	color: #039BE5;
}

.lbl:hover {
	color: #436586
}

.lbl.selLbl:hover {
	color: #ffb283
}

.selLbl {
	color: #ffb283;
	cursor: default;
}

.osName {
	font-size: 1.6rem;
	color: #666;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
}

.osLevel {
	padding: 0 0 10px 0;
}

.osRels {
	float: left;
	width: 100%;
	overflow-y: auto;
	font-size: 1.6rem;
}

#matchingRels {
	background-color: #fff;
}

#matchedReleases {
	overflow-y: auto;
	padding: 10px 0 0px 5px;
	border-bottom: 2px solid #ccc;
}

.moreRel {
	float: right;
	padding: 0 20px;
	cursor: pointer;
	text-align: right;
	color: #039BE5;
}

#resetBtn {
	height: 32px;
	margin-right: 1px;
}

.syslogContainer .resitem:nth-child(2n), .cmpResSection .row:nth-child(2n),
	.searchRes:nth-child(2n+1), #history .historyRes:nth-child(2n) {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f5f5f5 !important;
}

#logDetailsSectionMultiple .row:nth-child(2n) {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.syslogContainer .resitem:last-child, .row:last-child, .searchRes:last-child,
	#history .historyRes:last-child {
	border-bottom: none;
}

.tools a {
	cursor: pointer;
}

#fixedHead_compare .mheader {
	float: left;
	width: 100%
}

.cmpResSection .mheader, #relsDiv .mheader, #relsDiv .mheader {
	background-color: #333333;
	color: #FFFFFF;
	font-size: 1.4rem;
	line-height: 2rem;
	padding: 10px 5px 10px 10px;
}

#sysloginfoNew, #sysloginfoRemoved {
	max-height: 300px;
	overflow-y: scroll;
	border: 1px solid #F2F2F2;
}

.ui-autocomplete {
	max-height: 100px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

.dropdown-menu {
	padding: 10px;
	float: left;
	width: 100%;
}

.dropdown-menu>li {
	display: none;
	float: left;
	padding: 4px 8px 4px 8px;
	border: 1px solid lightgrey;
	margin: 4px 4px 4px 4px;
	border-radius: 3px;
	text-align: center;
	background-color: #F9F9F9;
	width: 100%;
	white-space: normal;
}

.searchTitle {
	float: left;
	line-height: 45px;
	font-size: 1.6rem;
	margin-right: 1%;
}

.dropdown-menu>li:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
	cursor: pointer;
}

.dropdown-menu>li.osSelected:hover, .dropdown-menu>li.relSelected:hover,
	.dropdown-menu>li.relOneSelected:hover, .dropdown-menu>li.relTwoSelected:hover
	{
	color: #FFFFFF;
}

.viewallmsgs {
	text-decoration: underline !important;
	display: none;
	padding-bottom: 20px;
	font-size: 1.6rem;
	color: #039BE5 !important
}

.viewallmsgs i{
	margin-right: 5px;
}

breadgrums-wrapper{
	float:left;width:100%;
}
.resetCmpOptions {
	clear: both;
	text-align: center;
	padding-top: 10px;
}

#resetCmpBtn {
	border-radius: 2px;
}

.open>.dropdown-menu {
	text-align: center;
	left: 22%;
	transform: translate3d(-22%, 0, 0);
	z-index: 2;
}

.tab-pane#explore, .tab-pane#compare {
	float: left;
	width: 100%;
}

.ratingWidget {
	float: right;
	font-size: 1.2rem;
	margin-top: -5px
}

.easy-autocomplete-container {	
	padding: 0;
    background-color: #fff;
    color: #5f5f5f;
    box-shadow: 1px 1px 6px #919191;
    width: 100%;
    position: absolute;
    top: 41px !important;
    left: 0;
    overflow: auto;
    z-index: 99 !important;
    border: none !important;
}

.variable {
	color: #000;
	font-style: italic;
	font-weight: 500;
}

#syslogDetails, #sysloginfo, .srchPanel, .tab-content, .tabpanel,
	.syslogContainer, #addedMsgs, .subTitle, .SyslogTag, .tab-pane {
	width: 100%;
	float: left;
}

.linkFound {
	text-decoration: underline !important;
}

.loading, .loadingMail {
	height: 100%;
	opacity: .4;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 102;
	visibility: hidden;
	background-color: #000;
}

.loadimg {
	background: url(../images/loadimg.gif) no-repeat 10px center;
	border: 3px solid #ccc;
	border-radius: 5px;
	color: #fff;
	height: 52px;
	left: 40%;
	position: absolute;
	text-align: right;
	top: 30%;
	width: 150px;
	padding: 10px;
	font-size: 1.2em;
}

.loadimg>span {
	position: relative;
	top: 5px;
}

.fade.in {
	z-index: 9
}

.noRes {
	background-color: #000 !important
}

#srchBoxToolTip {
	display: none;
	background-color: #f08467;
	color: #222;
	font-size: 1.2rem;
	line-height: 1.8rem;
	letter-spacing: 0.1rem;
	padding: 5px 10px;
	position: absolute;
	z-index: 7;
}

.border-rad, .modal {
	border-radius: 6px;
}

#srchBoxToolTip .uparrow {
	z-index: 1;
	border-bottom-color: #f08467;
	left: 40px;
	border-width: 10px;
}

.uparrow {
	border-bottom: 15px solid #374550;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	height: 3px;
	width: 0;
	float: right;
	position: absolute;
	top: -15px;
	left: 43%;
}

.releaseSpecific {
	display: none;
}

#srchHistryPanel {
	position: fixed;
	left: 0;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 7;
}

#globalsearch {
	width: 100%;
	padding: 0 10%;
	float: left;
	margin: 0 0 22px 0;
}

.width100 {
	width: 100%;
}

#globalsearch {
	width: 100%;
}

.panel-collapse>.list-group {
	text-align: left;
}

.panel-collapse>.list-group>li {
	padding: 5px 5px;
}

#showSrchHistory {
	padding-left: 5%;
}

#clearSrchHistory {
	float: right;
	visibility: hidden;
	font-size: 1.2rem;
}

#collapseOne>.list-group>.list-group-item {
	border: 1px solid rgba(221, 221, 221, 0.44) !important;
}

#collapseOne>ul {
	overflow: hidden;
	overflow-y: scroll;
	height: 200px;
	width: 100%;
}

.sh-logname {
	width: 50%;
	display: inline-block;
	color: #6381b5;
}

.sh-osVersion {
	width: 20%;
	display: inline-block;
	text-align: center;
}

.sh-relVersion {
	width: 20%;
	display: inline-block;
	float: right;
	text-align: center;
}

.matchedRels-head {
	font-size: 1.6rem;
	padding: 10px 5px;
	display: block;
	width: 100%;
	float: left;
	background-color: #f5f5f5;
	color: #333;
}

.backbtn {
	background-image: url(../images/home_sprite.png);
	background-repeat: no-repeat;
	background-position: -292px -261px;
	display: inline-block;
	height: 30px;
	width: 31px;
	z-index: 1;
	padding: 10px;
	border-radius: 5px 0 0 5px;
	box-shadow: -5px 0 5px #aaa;
}

.error-msg {
	float: left;
	width: 100%;
	padding: 0 5% 50vh 5%;
}

.error-msg .noRes {
	border: 1px dotted #d04437;
	color: red;
	float: left;
	font-size: 1.2rem;
	margin-top: 50px;
	width: 100%;
	background-color: #fff !important;
}

.error-msg .noRes-icon {
	float: left;
	width: 3%;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	background: #d04437
}

.error-msg .noRes-icon span {
	border-radius: 18px;
	line-height: 20px;
	border: 2px solid #fff;
	padding: 1px 7px
}

.error-msg .noRes-msg {
	float: left;
	width: 80%;
	color: #000;
	padding: 20px 10px
}

.bottom-navigation {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #f5f5f5;
	z-index: 8;
	left: 0;
	border-top: 10px solid #fff;
	height:auto !important;
}

.bottom-navigation .navigation-tab {
	float: left;
	width: 25%;
	border: none;
	text-align: center;
}

.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.navigation-tab {
	width: auto;
	display: block;
	float: none;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.navigation-tab i {
	font-size: 2.5rem;
	padding: 22px 15px;
	width: auto;
	color: #333;
	max-width: 50px;
}

.labeltag i {
	position: absolute;
	right: 10px;
	top: 1px;
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate(90deg);
	color: #333333;
	font-size: 1rem;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.relSelected i {
	color: #fff;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.relSelected {
	box-shadow: none !important;
    background-color: #83b135;
}

.relSelected span {
	color: #ec5e38;
}

#nomatch-res{
	background-color: #212121 !important;
	color: #fff !important;
}

.easy-autocomplete-container ul li {
    color: #333;
    width: 100%;
    float: left;
    cursor: default;
}
.easy-autocomplete-container li{
    border-bottom: 1px solid #ccc;
    color: #000;
    font-weight: 400;
    margin: 0;
    padding: 5px;
    cursor: pointer;
    display: block;
    font: menu;
    font-size: 13px;
    line-height: 16px;
    overflow: hidden;
    text-align: left;
}
.compRelBox input {
	display: none;
}

.navigation-tab span {
	font-size: 1.6rem;
	line-height: 25px;
	visibility: visible !important;
	display: inline-block;
	margin-left: 10px;
	color: #333;
}


.style-1::-webkit-scrollbar, .style-2::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

.style-4::-webkit-scrollbar, .style-5::-webkit-scrollbar, .style-6::-webkit-scrollbar,
	.style-7::-webkit-scrollbar, .style-8::-webkit-scrollbar, .style-9::-webkit-scrollbar,
	.style-10::-webkit-scrollbar, .style-11::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

/**  STYLE 1 */
.style-1::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}

.style-1::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

/**  STYLE 2 */
.style-2::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #D62929;
}

.style-2::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

/**  STYLE 3 */
.style-3::-webkit-scrollbar-track, .style-3::-moz-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

.style-3::-webkit-scrollbar, .style-3::-moz-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.style-3::-webkit-scrollbar-thumb, .style-3::-moz-scrollbar-thumb {
	background-color: #000000;
}

/**  STYLE 4 */
.style-4::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

.style-4::-webkit-scrollbar-thumb {
	background-color: #000000;
	border: 2px solid #555555;
}

/**  STYLE 5 */
.style-5::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

.style-5::-webkit-scrollbar-thumb {
	background-color: #0ae;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255,
		.2)), color-stop(.5, transparent), to(transparent));
}

/**  STYLE 6 */
.style-6::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

.style-6::-webkit-scrollbar-thumb {
	background-color: #F90;
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%,
		rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}

/** STYLE 7 */
.style-7::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.style-7::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122
		, 153, 217)), color-stop(0.72, rgb(73, 125, 189)),
		color-stop(0.86, rgb(28, 58, 148)));
}

/**  STYLE 8 */
.style-8::-webkit-scrollbar-track {
	border: 1px solid black;
	background-color: #F5F5F5;
}

.style-8::-webkit-scrollbar-thumb {
	background-color: #000000;
}

/**  STYLE 9 */
.style-9::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

.style-9::-webkit-scrollbar-thumb {
	background-color: #F90;
	background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .2)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%,
		rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}

/**  STYLE 10 */
.style-10::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: linear-gradient(left, #96A6BF, #63738C);
	box-shadow: inset 0 0 1px 1px #5C6670;
}

.style-10::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #eee;
	box-shadow: 0 0 1px 1px #bbb, inset 0 0 7px rgba(0, 0, 0, 0.3)
}

.style-10::-webkit-scrollbar-thumb:hover {
	background: linear-gradient(left, #8391A6, #536175);
}

/**  STYLE 11 */
.style-11::-webkit-scrollbar-track {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.1);
	border: 1px solid #ccc;
}

.style-11::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: linear-gradient(left, #fff, #e4e4e4);
	border: 1px solid #aaa;
}

.style-11::-webkit-scrollbar-thumb:hover {
	background: #fff;
}

.style-11::-webkit-scrollbar-thumb:active {
	background: linear-gradient(left, #22ADD4, #1E98BA);
}

.searchzone .glyphicon {
	top: -4px;
	color: #fff;
	font-size: 2rem;
}

.link, a[href], a {
	color: #039BE5;
}

.posRel {
	position: relative;
}

.noHistory {
	color: #ec5e38;
	border: 1px solid #ccc;
	padding: 10px 5px;
	float: left;
	width: 100%;
}

#fixedHead_explore, #fixedHead_compare {
	display: none;
	position: fixed;
	top: 0;
	background-color: #fff;
	padding-top: 20px;
}

i.fa.fa-share {
	margin-right: 3px;
}

.clearHistory .fa-trash {
	margin-right: 3px;
}

.eac-item {
	font-size: 1.3rem;
}

rating-widget {
	font-size: 1.2rem;
}

.ratWid {
	float: right;
}

.ke-breadcrumb .bc-applist-reveal {
	z-index: 50
}

#terms-and-conditions {
	width: 720px;
	background: #fff;
	height: 300px;
	text-align: left;
}

.tclnk {
	cursor: pointer;
	color: #039BE5;
}

.filter_details.active {
	color: #ffb283;
}

.filter_details {
	display: none;
	float: right;
	padding: 10px;
	cursor: pointer;
	color: #039BE5
}

.mobile-header-links, .global-hb {
	display: none;
}

.loadingMore {
	padding-top: 10px;
	float: left;
	width: 100%;
	text-align: center;
}

.loadingMore .fa-hand-o-down {
	font-size: 2rem;
	margin-right: 5px;
}

.noMatch{
	padding: 0 5px;
	font-size: 12px !important;
	color: #fff !important;
}

 .releaseBlock {
    width: 90%;
    float: left;
}

.relVers {
    width: 95%;
    margin: 5px 0 0 0;
    float: left;
}

.release {
    width: 46%;
    float: left;
    margin-right: 10px;
}

.releaselevel{
	width: 95%;
    background-color: #FFF !important;
    border-bottom: 1px dotted #5F5F5F;
    margin: 5px 0px !important;
    font-weight: 500;
    font-size: 1.4rem;
    padding-bottom: 3px;
    border-bottom: 1px solid #f2f2f2;
}
.rel-sel-bar, .rel-comp {
    cursor: pointer;
}
.sectionHeader {
    display: block;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid lightgray;
    padding-bottom: 5px;
    width: 100%;
    margin-top: 100px;
    color: #fff;
    background-color: #5e5e5e;
    padding: 6px 5px;
    border-radius: 2px;
}

.rel-collapse .rel-collapse-icon {
    display: none;
}

.rel-expand .rel-expand-icon {
    display: none;
}

.rel-collapse-icon, .rel-expand-icon {
    display: inline-block;
}
.prodFilterBox{
	padding: 15px 2px;
}

.mainSearch {
	overflow: hidden;
}

.ke-home-link[data-view="explore"] {
	background-color: #f2f7eb !important;
	color: #4d4d4d !important;
    border: none !important;
}

.ke-home-link[data-view="explore"]:hover,
.ke-home-link[data-view="compare"]:hover {
    color: #84b135 !important;
}

.ke-home-link[data-view="compare"] {
	background-color: #e5f2f8 !important;
	color: #4d4d4d !important;
    border: none !important;
}

.clearable__clear {
    display: none;
    position: absolute;
    right: 30px;
    top: 3px;
    padding: 0 10px;
    font-style: normal;
    font-size: 1.5em;
    user-select: none;
    cursor: pointer;
}

#body {
    overflow-y: visible;
}

.ke-header-wrap-dyn .ke-header-inner .search-wrap .kesearch .search-input {
	padding-right: 60px;
}

/* /*Responsive*/
@media only screen and (min-width : 1227px) and (max-width : 1440px) {
	
	.ke-header-wrap-dyn .ke-header-inner .search-wrap {
	    min-width: 300px;
	}
	
	.ke-header-wrap-dyn .ke-header-inner .app-menu {
		padding-left: 20px;
	}
	
	.ke-header-wrap-dyn .ke-header-inner .app-menu .flexbox .menu-item {
    padding-right: 50px;
	}
	
}

@media only screen and (max-device-width : 1226px) {
	.ke-responsive.ke-mod .ke-header-wrap-dyn .ke-header-inner .app-menu .flexbox .menu-item {
        padding-right: 30px !important;
    }
    
    .ke-responsive.ke-mod .ke-header-wrap-dyn .ke-header-inner .search-wrap {
        min-width: 220px;
        margin-left: auto !important;
    }
}


@media only screen and (min-width : 960px) and (max-width : 1440px) {
	
	.searchzone .glyphicon {
	    top: -2px;
	}
	.ke-header-wrap-dyn .ke-header-inner .ke-hero-title a {
		font-size: 20px;
		padding-right: 20px;
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (max-device-width : 1024px) {
	.tile-box {
		min-width: 18%
	}
	.sectionHeader {
	  width: 100%;
      margin-top: 140px;
	}
	.searchzone .glyphicon {
		top: 2px
	}
	.ke-home-links .sl-action {
		min-height:230px;
	}
	rating-widget .rw-box{
		width:480px;
	}
	.release {
    width: 100%;
	}
	
	.ke-header-wrap-dyn .ke-header-inner .ke-hero-title a {
		font-size: 20px;
		padding-right: 8px !important;
	}
	
	.ke-header-wrap-dyn .ke-header-inner .app-menu {
		padding-left: 10px !important;
	}
	
	.ke-header-wrap-dyn .ke-header-inner .app-menu .flexbox .menu-item {
		padding: 4px;
	}
	
	.ke-responsive.ke-mod .ke-header-wrap-dyn .ke-header-inner .app-menu .flexbox .menu-item {
        padding-right: 10px !important;
        font-size: 14px !important;
    }
}

@media only screen and (min-width : 960px) and (max-width : 1024px) {
	
	.ke-responsive.ke-mod .ke-header-wrap-dyn .ke-header-inner .app-menu .flexbox .menu-item {
        padding-right: 30px !important;
        font-size: 14px !important;
    }
}

@media only screen and (min-width : 620px) and (max-width : 820px) {
	
	 .ke-header-wrap-dyn .ke-header-inner .iconwrap {
     	margin-right: 20px;     
     }
}

@media only screen and (max-width: 620px) {
	
	.ke-mod .footer-mod .footer-main .ftr-branding {
	    width: 100%;
	}
	
	.ke-header-wrap-dyn .ke-header-inner .ke-hero-title a {
        font-size: 16px;
        padding-right: 10px;
    }
    
    .ke-header-wrap-dyn .ke-header-inner .app-menu .flexbox .menu-item {
    	font-size: 14px;
    	padding: 4px 6px 4px 4px;
    
    }
    
     .ke-responsive.ke-mod .ke-header-wrap-dyn .ke-header-inner .search-wrap {
    	 width: 70% !important;
     }
     
}

@media only screen and (max-device-width : 480px) {
	header {
		padding: 25px 10px;
	}
	.ke-main{
		padding-left:1rem;
	}
	.ke-hero-title{
		padding:0px;
	}
	.ke-search-box{
		position: inherit;
	    left: 0;
	    top: 0;
	}
	div.easy-autocomplete{
		width:80% !important;
		margin-left:0px;
	}
	.ke-search-input{
		font-size:1.4rem;
	}
	#ke-search-button{
		height:64px;
	}
	social-widget{
		display:none;
	}
	rating-widget{
		float: left !important;
   	 	width: 100% !important;
    		padding-left: 10px;
    		font-size:1.2rem !important;
	}
	.global-hb {
		display: block;
		position: absolute;
		top: 40px;
		right: 25px;
		cursor: pointer;
	}
	footer {
		margin-bottom: 105px;
	}
	.legallinks {
		float: left !important;
		padding: 35px 0 0 0 !important;
	}
	.copyright {
		font-size: 1.2rem;
		float: left;
	}
	.ke-breadcrumb {
		padding: 0 1rem;
		height:auto;
	}
	.ratWid {
		float: left;
		width: 100%;
		padding-left: 10px;
	}
	.header-tablet-icon .fa-bars {
		color: #fff;
		font-size: 60px
	}
	.mobile-header-links {
		background-color: #333;
		position: absolute;
		top: 150px;
		width: 100%;
		opacity: 0.9;
		display: none;
		z-index: 10;
	}
	.mobile-header-links li {
		padding: 30px 20px;
		border-top: 1px solid #fff;
	}
	.mobile-header-links a {
		color: #fff;
		font-size: 1.6rem;
	}
	.bc-applist-reveal li {
		border-bottom: 1px solid #fff;
		padding: 20px 10px;
	}
	.ke-breadcrumb .bc-applist-reveal {
		padding: 0
	}
	.application {
		height: 200px;
		padding: 10px 18px;
	}
	.ke-hero-title {
		width: 100%;
		padding: 5px 0 10px 0;
		font-size: 3.1rem;
	}
	.searchzone {
		width: 98%;
	}
	.search-input {
		margin-top: 5px;
	}
	.ke-home-links {
		margin: 2rem auto 0 auto;
		padding: 0 5% 0 5%
	}
	.ke-home-links .sl-action {
		width: 100%;
		margin: 0 0 50px 0px !important;
	}
	.left-navigation {
		display: none !important
	}
	.searchzone .glyphicon {
		top: 0;
		font-size: 1.5rem;
	}
	.mainSearch {
		padding: 0 18px 0 18px;
		overflow: hidden;
	}
	.tile-box {
		min-width: 45%;
	}
	.release{
	   min-width: 100%;
	   margin-right: 0px;
    }
	.easy-autocomplete-container {
		top: 38px;
	}
	.header-links {
		padding-right: 0;
		display: none;
	}
	.header-search {
		right: 100px
	}
	.header-search-wrapper {
		top: 15px;
	}
	.logo {
		height: 100px;
		width: 300px;
		padding: 10px;
	}
	.header-search-input {
		top: -8px;
	}
	.header-search.is-active {
		left: 80px;
	}
	.header-search-input {
		right: 70px;
	}
	#bc-applist .close {
		padding: 10px;
	}
	.ke-breadcrumb .bc-applist ul {
		column-count: 1;
	}
	.noRes-icon {
		width: 8%;
	}
	.ke-breadcrumb .bc-applist a {
		font-size: 1.5rem;
	}
	.ke-breadcrumb .bc-applist {
		padding-left: 0 !important;
	}
	.ratingWidget {
		float: none;
		font-size: 1.2rem !important;
		margin-top: -20px;
	}
	rating-widget .rw-box {
		width: 100%;
	}
	.ke-breadcrumb .bc-applist-reveal {
		top: 100px !important;
		width: 95vw;
	}
	#logDetailsSectionMultiple #syslogDetails {
		width: 100% !important;
		border-right: none;
	}
	#matchingRels {
		width: 100%;
		margin-left: 0;
		display: none;
	}
	#addedMsgs {
		display: none;
	}
	#fixedHead_explore, #fixedHead_compare {
		border-bottom: 1px solid #333;
	}
	.resName {
		width: 100%;
	}
	.resDesc {
		display: none;
	}
	.cmpResSection .mheader {
		display: none;
	}
	.cmpResSection .mobileViewHead {
		display: block;
	}
	.cmpTabContent .tab-pane {
		display: block;
	}
	.cmpResSection .nav-pills {
		display: none;
	}
	.cmpResSection .row .field {
		width: 100%;
	}
	.cmpResSection .row .value {
		display: none;
	}
	.filter_details {
		display: inline-block;
	}
	.viewallmsgs {
		margin-top: 1rem;
	}
	#allMessagesSection .resitem, .cmpResSection .row {
		padding: 1rem 0;
	}
	#searchPage .searchRes {
		padding: 2.5rem 1rem;
	}
	.excel img {
		width: 3rem !important;
		height: 3rem !important;
	}
	.lbl {
		padding: 1rem 2rem;
	}
	.sl-action a {
		padding: 1.5rem 1.5rem !important;
	}
	.historyResHead {
		padding: 2.5rem 1rem;
	}
	#history .historyRes {
		padding: 2.5rem 1rem;
	}
	#history .column1 {
		width: 100%;
	}
	#history .column2, #history .column3 {
		display: none;
	}
	.historyRes .column2, .historyRes .column3 {
		display: block !important;
		width: 100% !important;
	}
	#logDetailsSectionMultiple .filterhead {
		font-size: 2rem;
	}
	#kefeedback .ke-flex-50 {
		width: 150px;
	}
	#kefeedback input[type=radio] {
		width: 25px;
		height: 25px;
	}
	#logDetailsSectionMultiple .row .field {
		width: 35%;
	}
	#logDetailsSectionMultiple .row .slice-info {
		width: 65%;
	}
	.ke-appdesc {
		padding: 5px 10px 5px 10px;
		font-size:1.4rem;
	}
	.easy-autocomplete-container{
		max-height:100vw;
	}
	.easy-autocomplete-container ul li{
		padding:15px 10px !important;
	}
	.moreDropdown{
		font-size:1.4rem;
	}
	.noMatch{
		font-size:1.4rem !important;
	}
	
	.scrolltotop{
		z-index:8;
	}
	.sectionHeader {
	  width: 100%;
      margin-top: 140px;
	}
	.Primary_level{ 
      margin-bottom: 170px;
	  float: left;
    }
    .ke-home{
      float: left;
	  margin-bottom: 175px;
    }
    .mCustomScrollBox{
      margin-bottom: 115px;
    }
    .app-menu{
      display: none !important;
    }
    .bottom-navigation {
		display: block !important;
    }
    .ke-responsive.ke-mod .ke-header-wrap-dyn .ke-header-inner .search-wrap {
    	 width: 100% !important;
    	 padding-bottom: 10px !important;
     }
     
    .ke-responsive .ke-header-wrap-dyn .ke-header-inner .ke-hero-title {
        width: 65%;
        margin-left: 20px;
    }
    
    .ke-responsive .ke-header-wrap-dyn .ke-header-inner .app-menu .flexbox {
    	padding: 0px 10px;
    
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
.ke-main{
	width:99.5%;
   }
}