/* 
/*reset css,new PF skin,common class,rating widget,nyroModal*/
 article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block
}
nav ul{
    list-style:none
}
blockquote,q{
    quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
    content:"";
    content:none
}

a{
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:none
}
ins{
    color:#000;
    text-decoration:none;
    background-color:#ff9
}
del{
    text-decoration:line-through
}
abbr[title],dfn[title]{
    border-bottom:1px dotted;
    cursor:help
}
hr{
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #ccc;
    margin:1em 0;
    padding:0
}
*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
:before,:after{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
html{
    overflow-y:auto;
    overflow-x:auto;
}
body{
    color:#5f5f5f;
    margin-top:0;
    font-weight:400;
    background-color:#fff
}
table{
    margin:0 5px 10px 0;
    border-collapse:collapse;
    width:100%;
    border-bottom: 1px solid #ccc;
    position: relative;
}
td,th{
    border:none;
    padding:5px;
    vertical-align:middle
}
th{
    text-align:left;
    color:#fff;
    padding:10px;
    font-size:1.6rem;
}
img{
    border:0 none
}
label{
    display:inline-block
}
.allicons{
    display:inline-block;
    background-image:url(../images/allicons.png);
    background-repeat:no-repeat
}
.helpBtn>i{
    width:16px;
    height:16px;
    vertical-align:middle;
    background-position:-365px -326px
}
.helpBtn,.cursor{
    cursor:pointer
}
.left{
    float:left
}
.right{
    float:right
}
.clear{
    clear:both
}
.hide{
    display:none
}
.mrgTop0{
    margin-top:0
}
.mrgRt5px{
    margin-right:5px
}
.mrgTop10px{
    margin-top:10px
}
.mrgTop5px{
    margin-top:5px
}
.mrgRt10px{
    margin-right:10px
}
.mrgBtm10px{
    margin-bottom:10px
}
.bld, strong{
    font-weight:500;
}
#closeBut{
    background:url(../images/allicons.png) no-repeat -103px -334px;
    width:51px;
    height:19px;
    float:right;
    position:absolute;
    right:-17px;
    top:-8px;
    text-indent:-999em
}
.close{
    height:19px;
    position:absolute;
    right:-20px;
    top:-10px;
    width:51px;
    cursor:pointer;
    background-position:-218px -325px
}
div#nyroModalFull{
    color:#4b4b4b;
    font-size:1.4rem ;
    font-weight:400;
}
div#nyroModalLoading{
    border:4px solid #c1c1c1;
    border:2px solid #000;
    border-radius:9px;
    width:150px;
    height:150px;
    text-indent:-9999em;
    background-position:center center
}
div#nyroModalWrapper{
    border:2px solid #000;
    border-radius:9px;
    background-color:#fff
}
div#nyroModalFull .wrapper{
    padding:0;
    margin:0
}
div.wrapper div#nyroModalContent{
    padding:20px 0 0 20px;
    overflow:auto;
    width:99%!important
}
.fixedCenter:before{
    content:" ";
    display:table
}
.fixedCenter:after{
    clear:both
}
.fixedCenter{
    background-color:#fff;
    background-image:linear-gradient(to bottom,#fff 0%,#f1f1f1 100%);
    font-size:1.2em;
    margin:0 auto;
    max-width:1024px;
    padding:0;
    overflow:hidden
}
.hf-sec{
    margin-bottom:15px;
    box-shadow:0 0 5px #aaa;
    background-color:#f1f1f1
}
.modules .allicons,.rmod .allicons,.modules_wel .allicons,.hbmod .allicons{
    height:28px;
    margin-right:8px;
    vertical-align:middle;
    width:29px
}
li.rHead{
    color:#fff;
    padding:5px;
    background-color:#829ab0
}
li.subHead{
    color:#555;
    padding:3px 0 5px 5px
}
.visible{
    visibility:visible!important
}
.forcehide{
    display:none!important
}
.forcevisible{
    display:block!important
}
.bringCenter{
    margin:0 auto;
    max-width:1024px
}
.wrapper{
    overflow:hidden;
    margin:0 auto;
    padding:0 10px;
    width:100%;
    max-width:1024px;
    background-color:#fdfdfd
}
.center{
    text-align:center
}
.hidden{
    visibility:hidden
}
 .nav-link-item{
    display:inline-block;
    opacity:1;
    padding:0 10px
}
.menu-bar{
    font-size:14px
}
.pfver{
    clear:both;
    float:left;
    margin-bottom:10px;
    width:100%
}
.pfver div{
    text-align:center
}
#seperator{
    border-top:1px solid #dedede;
    clear:both;
    height:1px;
    padding:0 0 12px
}
.logoSep{
    color:#fff!important;
    font-weight:200;
    font-size:24px;
    padding-left:15px
}
.fedtext{
    float:left;
    font-size:11px;
    margin-top:2px
}
 .trans{
    -webkit-transition:all 500ms cubic-bezier(0.420,0.000,0.580,1.000);
    -moz-transition:all 500ms cubic-bezier(0.420,0.000,0.580,1.000);
    -o-transition:all 500ms cubic-bezier(0.420,0.000,0.580,1.000);
    transition:all 500ms cubic-bezier(0.420,0.000,0.580,1.000);
    -webkit-transition-timing-function:cubic-bezier(0.420,0.000,0.580,1.000);
    -moz-transition-timing-function:cubic-bezier(0.420,0.000,0.580,1.000);
    -o-transition-timing-function:cubic-bezier(0.420,0.000,0.580,1.000);
    transition-timing-function:cubic-bezier(0.420,0.000,0.580,1.000);
    -webkit-transition:all 500ms cubic-bezier(0.420,0.000,0.580,1.000);
    -moz-transition:all 500ms cubic-bezier(0.420,0.000,0.580,1.000);
    -o-transition:all 500ms cubic-bezier(0.420,0.000,0.580,1.000);
    transition:all 500ms cubic-bezier(0.420,0.000,0.580,1.000);
    -webkit-transition-timing-function:cubic-bezier(0.420,0.000,0.580,1.000);
    -moz-transition-timing-function:cubic-bezier(0.420,0.000,0.580,1.000);
    -o-transition-timing-function:cubic-bezier(0.420,0.000,0.580,1.000);
    transition-timing-function:cubic-bezier(0.420,0.000,0.580,1.000)
}
 End of reset css,new PF skin,common class,rating widget,nyroModal .hide, .nr, .fixThead tbody, .inter {
     display: none;
}
 a,a:hover,a:visited{
    color:#039be5;
    text-decoration:none;
    outline:none
}
 thead tr{
    text-align:left;
    color:#fff
}
 td,th{
    padding:6px;
    word-wrap:break-word;
}
 th{
    padding:6px
}
 label{
    display:inline-block;
    padding:5px
}
 input{
    font-size:1.4rem;
    font-weight:normal;
}
 .gohome{
    float:left;
    margin-right:10px;
    display:inline-block;
    margin-top:-5px
}
 .gohome>i{
    background-position:-324px -256px;
    width:30px;
    height:30px;
}
 .fnt14px{
    font-size:14px
}
 .mrgTop10px{
    margin-top:10px
}
 .cstat, .certexpiryFilter{
    margin-right:5px;
}
 .mrgTop5px{
    margin-top:5px
}
 .mrgLt5px{
    margin-left:5px
}
 .stat-filter{
    margin:10px 0 5px 0;
}
 .f-dis{
    background-color:#ccc;
    color:#000;
}
 .f-rcat,.fclear{
    overflow:hidden
}
 div.wid100,.contentPod{
    width:100%
}
 .mrgTop3px{
    margin-top:3px
}
 .mrgLt10px,.lnk,.lnk li{
    margin-left: 10px;
}
 .mrgBtm10px{
    margin-bottom:10px
}
 .mrgBtm5px{
    margin-bottom:5px
}
 .t-cap{
    margin-bottom:5px;
    font-weight:500;
    font-size:1.8rem;
}
 th{
    font-weight:500;
}
 .home-con,.h-split{
    overflow:hidden;
    padding:3px;
}
 .home-con{
    min-height:350px;
    margin-top:10px;
    padding:3px 0
}
 .home-left{
    width:47.58%;
    float:left;
    padding:10px;
    margin-right:5px;
    background-color:#fafafa;
    background-image: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1),color-stop(100%,#ffffff));
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 100%);
    background-image: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 100%);
    background-image: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 100%);
    background-image: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );
}
 .expand .allicons{
    background-position:-194px -400px;
    width:7px;
    height:9px;
    margin-right:10px
}
 .collapse .allicons{
    background-position:-194px -379px;
    width:7px;
    height:9px;
    margin-right:10px
}
 .filter{
    float:left;
    width:100%;
    background-color: #fafafa;
    padding: 10px;
    margin-bottom: 30px;
}
 .filter-head{
    display:inline-block;
    font-weight:500;
    cursor:pointer;
    font-size:1.6rem;
    font-weight:400;
    color:#039be5;
    float:right;
}
 .filter-body{
    padding:5px 0;
    display:none;
    float:left;
    width:100%;
}
 .f-sec{
    width:45%;
    float:left;
    border:1px solid #f1f1f1;
    padding-bottom:10px;
}
 .fs-head{
    font-size:1.6rem;
    font-weight:500;
    padding:5px;
    font-weight: normal;
    border-bottom:1px solid #ccc;
    padding-bottom:5px;
}
 .fs-body{
    height:280px;
    overflow:auto;
}
 .rel{
    color:#039be5;
    cursor:pointer;
    padding:5px;
    float:left;
}
 .cstatus{
    border:1px solid #ddd;
    float:left;
    width:25%
}
 .fs-sbody input{
    margin-right:10px;
    margin-top:5px;
}
 .prds{
    clear:both;
    padding-left:10px;
}
 .cert-filter-label{
    border-radius:3px;
    cursor:pointer;
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
}
 .f-or{
    padding:140px 15px;
     width: 10%;
    font-weight:500;
     font-size: 1.5rem;
    float:left;
    text-align: center;
}
 .filter-body.show{
    display:block;
}
 .results{
    margin:15px 0 20px 0;
    font-size:1.4rem;
}
 .fname{
    font-size:1.5rem;
    font-weight:500;
    padding:5px;
    cursor:pointer;
    color:#039be5;
    float:left;
    font-weight:400
}
.sw-cat{
	padding: 10px;
    font-size: 1.5rem;
    line-height: 1.8rem;    
    font-weight:500;
    cursor: pointer;
    float:left;    
}
.sw-cat-div{
	background-color: #f1f1f1;
    overflow:hidden;	
}
 .h-sen{
    background-color:#f5f5f5;
    overflow:hidden;
}
 .prd:not(.ke-tile-box){
    display:inline-block;
    padding:5px 8px;
    color:#039be5;
    cursor:pointer;
}
 .loading,.m-box{
    position:fixed;
    top:0;
    left:0;
    z-index:2000;
    opacity:.4;
    filter:alpha(opacity = 40);
    width:100%;
    height:100%;
    visibility:hidden;
    background-color:#000
}
 .cert-filter-label.f-active{
    color:#fff;
    border-radius:3px
}
 .f-th.f-active{
    background-color:#fff;
    border:1px solid #ec5e38;
    color:#ec5e38;
    border-radius:3px
}
 .act-filter,.f-head{
    font-size:1.8rem;
    font-weight:500;
    margin:10px 0;
    overflow:hidden;
    float:left;
}
 .f-head{
    margin:0 0 10px 0;
}
 .f-active>span{
    padding:2px 5px 2px 5px;
    float:left;
    display:inline-block;
    font-size:1.4rem;
}
 .f-close{
    border-left:1px solid #bbb;
    cursor:pointer;
    color:#f00
}
 .fixThead{
    /* position:fixed;
    top:0; */
    display:none;
    font-size:1.4rem;
}
 .fixThead>table{
    width:100%
}
 .af-head{
    margin-right:10px;
    float:left
}
 .showtip{
    position:relative;
    margin:0 1px;
    text-decoration:underline !important;
}
 .showtip:hover .tip{
    display:block\9;
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -ms-transform:scale(1,1);
    -o-transform:scale(1,1);
    transform:scale(1,1);
}
 .tip{
    border:1px solid #aaa;
    border-radius:5px;
    box-shadow:0 0 5px #aaa;
    padding:6px;
    position:absolute;
    top:25px;
    left:0;
    color:#5f5f5f;
    width:500px;
    z-index:1500;
    background-color:#ffc;
    -webkit-transform:scale(0,0);
    -moz-transform:scale(0,0);
    -ms-transform:scale(0,0);
    -o-transform:scale(0,0);
    transform:scale(0,0);
    -webkit-transition:all .4s ease-in-out 0s;
    -moz-transition:all .4s ease-in-out 0s;
    -o-transition:all .4s ease-in-out 0s;
    transition:all .4s ease-in-out 0s;
    display:none\9;
}
#Homologation .tip{
    left:auto;
    right:-10px
}
 .tip span{
    padding:0!important;
    font-size:1.4rem;
}
 .sup_tip_arrow{
    position: absolute;
     width: 0;
     height: 0;
     border-style: solid;
    top: -20px;
     border-width: 10px;
     border-color: transparent transparent #aaa transparent;
     left: 14px;
}
#Homologation .sup_tip_arrow{
	left:auto;
	right:5px;
}
 .sup_tip_arrow>span{
    width: 0;
     height: 0;
     border-style: solid;
     position: absolute;
     border-width: 8px;
     border-color: transparent transparent #ffc transparent;
     left: -8px;
     top: -6px;
}
 .m-content{
    z-index:30;
    position:fixed;
    left:33%;
    top:20%;
    background-color:#fff;
    width:500px;
    height:430px;
    border:2px solid #aaa;
}
 .m-head{
    font-size:1.6em;
    background-color:#428bca;
    color:#fff;
    padding:5px
}
 .m-body{
    height:400px;
    overflow:auto;
}
/*help*/
 #helpoverlay{
    background-color:#fff;
    width:720px;
    display:none;
    height:500px
}
 #hpage #helpoverlay{
    height:290px
}
 #common #helpoverlay{
    height:600px
}
 #hinfo{
    text-align:left;
    background-color:#fff
}
 .hcon{
    padding-left:10px
}
 #hinfo h4{
    margin:10px 0;
    font-size:1.4em
}
 .hcon p{
    margin:10px 0 5px 0;
}
 .hcon ul{
    margin:10px 0;
    padding-left: 25px;
}
 .hcon .nli{
    list-style-type:none;
}
 .nli>ul{
    margin:5px 0;
}
 .hcon ul>li{
    padding: 3px 0;
}
 .helpHead{
    background-color:#536F85;
    padding:5px 10px;
    color:#fff;
    font-size:1.4em;
}
 .popfoot{
    margin:20px 0 5px 0;
    border-top:1px solid #d1d1d1;
    text-align:center;
    color:#919191;
    font-size:1.1em;
}
 #closeBut{
    background: url(../images/all_icons.png) no-repeat -103px -334px transparent;
    width:51px;
    height:19px;
    float:right;
    position: absolute;
    right: -17px;
    top: -8px;
    text-indent: -999em;
}
/*navigation begin*/
 .pfTopNav{
    float:left;
    position:relative;
    margin-bottom:20px;
    width:100%
}
 .pfTopNavInner{
    background-color:#536f85;
    background-image:linear-gradient(to bottom,#536f85 0%,#7e99b1 100%);
    border-bottom:1px solid #cccccc;
    float:left;
    height:32px;
    width:100%;
    font-size:1.2em
}
 #arrdiv{
    display:none;
    top:33px;
    position:absolute;
    left:215px
}
 .pfTopSubNav{
    background-color:#fcfcfc;
    background-image:linear-gradient(to bottom,#fcfcfc 0%,#e8f5f9 100%);
    border:1px solid #cccccc;
    border-radius:5px;
    display:none;
    float:left;
    margin:14px 0 0;
    padding:5px 0;
    width:100%
}
 .homelnk{
    float:left;
    font-weight:500;
    padding:7px 27px 6px 5px;
    position:relative
}
 .navarrow{
    background-position:-121px -419px;
    width:19px;
    height:32px;
    position:absolute;
    top:0;
    right:0
}
 .lnavslist.selnav{
    background-color:#fcfcfc;
    background-image:linear-gradient(to bottom,#fcfcfc 0%,#e8f5f9 100%);
    box-shadow:0 2px 1px rgba(0,0,0,0.1)
}
 .transbrd{
    border-left:1px solid transparent
}
 .lnavslist{
    cursor:default;
    float:left;
    padding:7px 13px;
    position:relative
}
 .lnavslist.selnav span{
    color:#444444;
    cursor:default
}
 .lnavslist span,.lnavslist a,.homelnk a{
    color:#fff
}
 .lnavslist ul{
    background-color:#536f85;
    background-image:linear-gradient(to bottom,#7e99b1 0%,#536f85 100%);
    border-color:#5f5f5f;
    border-radius:0 0 5px 5px;
    border-style:solid;
    border-width:0 1px 1px;
    left:0;
    position:absolute;
    top:31px;
    width:103%;
    z-index:11;
    display:none;
    list-style-type:none
}
 .lnavslist ul li{
    background-color:transparent;
    border:medium none;
    float:none;
    padding:5px 7px
}
 .lnavslist.selnav a{
    color:#444
}
 .pfTopSubNav ul{
    list-style:none outside none;
    z-index:10
}
 .pfTopSubNav ul li{
    background-color:transparent;
    border-right:1px solid #5f5f5f;
    float:left;
    font-size:1.2em;
    padding:0 10px
}
 .navSel{
    color:#ec5e38!important;
    font-weight:500;
}
 .nobrd{
    border:medium none!important
}
 .down_arr{
    border-color:transparent #fff #fff transparent;
    border-style:solid;
    border-width:3px;
    bottom:-5px;
    line-height:0;
    position:absolute;
    right:-12px
}
 .userName{
    position:absolute;
    font-size:10px;
    right:5px;
}
 .ilock{
    width:10px;
    height:12px;
    margin-left:5px;
    background-position:-74px -323px
}
 .menuBar{
    width:100%;
    float:left
}
 .menuBar div{
    float:left;
    margin-right:30px;
    color:#039be5;
    cursor:pointer;
    font-size:14px;
    font-weight: 500;
    padding-bottom:2px
}
 .menuBar div.selected{
    border-bottom:4px solid #a6cf77
}
 .skuPod div.searchBar{
    color:#fff;
    padding:15px;
    background-color:#54626d;
    font-size:1.4rem;
}
 .helpTxt{
    font-size:11px;
    margin:10px 0 0
}
 .rohsProdList{
    height:350px
}
 .rhsTitle{
    font-size:1.8rem;
}
 .disclaimer{
    color: #ec5e38;
}
 .rohsRgtHelp{
    font-size:1.2em;
    padding:3px 0;
    margin-top:10px;
    background-color:#e8f5f9;
    border-top: 2px solid #A9E2F3;
    border-bottom: 2px solid #A9E2F3;
    border-right: 1px solid #A9E2F3;
    border-left: 1px solid #A9E2F3;
    font-weight:500;
}
 .rohsRgtHelp span{
    padding: 5px 7px;
    border-right: 1px solid #A9E2F3;
    border-left: 1px solid #A9E2F3;
}
 .psearch{
    width:460px
}
 .clrAll{
    float:right;
    font-size:1.4rem;;
    margin-top:5px
}
 .hclrAll{
    margin-top:-5px;
    display:none;
    font-weight:500 !important;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    cursor:pointer;
    line-height:1.25;
    padding:3px 10px;
}
 .btn{
    font-weight:500!important;
    display:inline-block;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    cursor:pointer;
    border:1px solid #aaa;
    color:#fff;
    border-radius:3px;
    line-height:1.25;
    padding:5px 10px;
    text-shadow:0 -1px 0 rgba(0,0,0,0.2);
    background-color:#249b99
}
 .btn:active{
    position:relative;
    top:1px
}
 .multisku-container{
    width:100%;
    height:150px;
    overflow:auto;
    border:1px solid #ccc;
    resize:none
}
 .multisku-container:active,.multisku-container:focus{
    border-color:#66afe9;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
 ul.list-circle,.list-circle li{
    list-style:circle;
    margin-left:10px
}
 .legend{
    width:100%;
    border:1px solid #E1E1E1;
    padding:5px 0 5px 5px;
    margin:10px 0
}
 .legend div{
    margin: 2px 0 4px 0;
    font-size:11.2px;
}
 .rpsku-box{
    background-color:#ffffe0;
    padding:5px;
    border:1px solid #ccc;
    color:#ec5e38
}
/* Chosen v1.3.0 | (c) 2011-2014 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
 #Homologation .chosen-container{
    width:100% !important;
}
 .chosen-container{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-size:14px;
    zoom:1;
    *display:inline;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    color:#333
}
.chosen-container *{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.chosen-container .chosen-drop{
    position:absolute;
    top:100%;
    left:-9999px;
    z-index:1010;
    width:100%;
    border:1px solid #aaa;
    border-top:0;
    background-color:#fff;
    box-shadow:0 4px 5px rgba(0,0,0,.15)
}
.chosen-container.chosen-with-drop .chosen-drop{
    left:0
}
.chosen-container a{
    cursor:pointer
}
.chosen-container-single .chosen-single{
    position:relative;
    display:block;
    overflow:hidden;
    padding:0 0 0 8px;
    height:25px;
    border:1px solid #aaa;
    border-radius:2px;
    background-color:#fff;
    background-clip:padding-box;
    box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
    color:#444;
    text-decoration:none;
    white-space:nowrap;
    line-height:24px
}
.chosen-container-single .chosen-default{
    color:#999
}
.chosen-container-single .chosen-single span{
    display:block;
    overflow:hidden;
    margin-right:26px;
    text-overflow:ellipsis;
    white-space:nowrap
}
.chosen-container-single .chosen-single-with-deselect span{
    margin-right:38px
}
.chosen-container-single .chosen-single abbr{
    position:absolute;
    top:6px;
    right:26px;
    display:block;
    width:12px;
    height:12px;
    background:url(../images/chosen-sprite.png) -42px 1px no-repeat;
    font-size:1px
}
.chosen-container-single .chosen-single abbr:hover{
    background-position:-42px -10px
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover{
    background-position:-42px -10px
}
.chosen-container-single .chosen-single div{
    position:absolute;
    top:0;
    right:0;
    display:block;
    width:18px;
    height:100%
}
.chosen-container-single .chosen-single div b{
    display:block;
    width:100%;
    height:100%;
    background:url(../images/chosen-sprite.png) no-repeat 0 2px
}
.chosen-container-single .chosen-search{
    position:relative;
    z-index:1010;
    margin:0;
    padding:3px 4px;
    white-space:nowrap
}
.chosen-container-single .chosen-search input[type=text]{
    margin:1px 0;
    padding:4px 20px 4px 5px;
    width:100%;
    height:auto;
    outline:0;
    border:1px solid #aaa;
    background:#fff url(../images/chosen-sprite.png) no-repeat 100% -20px;
    background:url(../images/chosen-sprite.png) no-repeat 100% -20px;
    font-size:1em;
    font-weight:400;
    line-height:normal;
    border-radius:0
}
.chosen-container-single .chosen-drop{
    margin-top:-1px;
    border-radius:0 0 4px 4px;
    background-clip:padding-box
}
.chosen-container .chosen-drop{
	overflow-y:auto;
	max-height:400px;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search{
    position:absolute;
    left:-9999px
}
.chosen-container .chosen-results{
    color:#444;
    position:relative;
    overflow-x:hidden;
    overflow-y:auto;
    margin:0 4px 4px 0;
    padding:0 0 0 4px;
    max-height:240px;
    -webkit-overflow-scrolling:touch
}
.chosen-container .chosen-results li{
    display:none;
    margin:0;
    padding:5px 6px;
    list-style:none;
    line-height:15px;
    word-wrap:break-word;
    -webkit-touch-callout:none
}
.chosen-container .chosen-results li.active-result{
    display:list-item;
    cursor:pointer
}
.chosen-container .chosen-results li.disabled-result{
    display:list-item;
    color:#ccc;
    cursor:default
}
.chosen-container .chosen-results li.highlighted{
    background-color:#039be5;
    color:#fff
}
.chosen-container .chosen-results li.no-results{
    color:#777;
    display:list-item;
    background-color:#f4f4f4
}
.chosen-container .chosen-results li.group-result{
    display:list-item;
    font-weight:500;
    cursor:default
}
.chosen-container .chosen-results li.group-option{
    padding-left:15px
}
.chosen-container .chosen-results li em{
    font-style:normal;
    text-decoration:underline
}
.chosen-container-multi .chosen-choices{
    position:relative;
    overflow:hidden;
    margin:0;
    padding:0 5px;
    width:100%;
    height:auto!important;
    height:1%;
    border:1px solid #aaa;
    background-color:#fff;
    background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));
    background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);
    background-image:-moz-linear-gradient(#eee 1%,#fff 15%);
    background-image:-o-linear-gradient(#eee 1%,#fff 15%);
    background-image:linear-gradient(#eee 1%,#fff 15%);
    cursor:text
}
.chosen-container-multi .chosen-choices li{
    float:left;
    list-style:none
}
.chosen-container-multi .chosen-choices li.search-field{
    margin:0;
    padding:0;
    white-space:nowrap
}
.chosen-container-multi .chosen-choices li.search-field input[type=text]{
    margin:1px 0;
    padding:0;
    height:22px;
    outline:0;
    border:0!important;
    background-color:transparent!important;
    box-shadow:none;
    color:#999;
    font-size:100%;
    font-weight:400;
    line-height:normal;
    border-radius:0
}
.chosen-container-multi .chosen-choices li.search-choice{
    position:relative;
    margin:3px 5px 3px 0;
    padding:3px 20px 3px 5px;
    border:1px solid #aaa;
    max-width:100%;
    border-radius:3px;
    background-color:#eee;
    background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
    background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-size:100% 19px;
    background-repeat:repeat-x;
    background-clip:padding-box;
    box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
    color:#333;
    line-height:13px;
    cursor:default
}
.chosen-container-multi .chosen-choices li.search-choice span{
    word-wrap:break-word
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{
    position:absolute;
    top:4px;
    right:3px;
    display:block;
    width:12px;
    height:12px;
    background:url(../images/chosen-sprite.png) -42px 1px no-repeat;
    font-size:1px
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{
    background-position:-42px -10px
}
.chosen-container-multi .chosen-choices li.search-choice-disabled{
    padding-right:5px;
    border:1px solid #ccc;
    background-color:#e4e4e4;
    background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
    background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    color:#666
}
.chosen-container-multi .chosen-choices li.search-choice-focus{
    background-color:#d4d4d4
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{
    background-position:-42px -10px
}
.chosen-container-multi .chosen-results{
    margin:0;
    padding:0
}
.chosen-container-multi .chosen-drop .result-selected{
    display:list-item;
    color:#ccc;
    cursor:default
}
.chosen-container-active .chosen-single{
    border:1px solid #5897fb;
    box-shadow:0 0 5px rgba(0,0,0,.3)
}
.chosen-container-active.chosen-with-drop .chosen-single{
    border:1px solid #aaa;
    -moz-border-radius-bottomright:0;
    border-bottom-right-radius:0;
    -moz-border-radius-bottomleft:0;
    border-bottom-left-radius:0;
    background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));
    background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);
    background-image:-moz-linear-gradient(#eee 20%,#fff 80%);
    background-image:-o-linear-gradient(#eee 20%,#fff 80%);
    background-image:linear-gradient(#eee 20%,#fff 80%);
    box-shadow:0 1px 0 #fff inset
}
.chosen-container-active.chosen-with-drop .chosen-single div{
    border-left:0;
    background-color:transparent
}
.chosen-container-active.chosen-with-drop .chosen-single div b{
    background-position:-18px 2px
}
.chosen-container-active .chosen-choices{
    border:1px solid #5897fb;
    box-shadow:0 0 5px rgba(0,0,0,.3)
}
.chosen-container-active .chosen-choices li.search-field input[type=text]{
    color:#222!important
}
.chosen-disabled{
    opacity:.5!important;
    cursor:default
}
.chosen-disabled .chosen-single{
    cursor:default
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close{
    cursor:default
}
.chosen-rtl{
    text-align:right
}
.chosen-rtl .chosen-single{
    overflow:visible;
    padding:0 8px 0 0
}
.chosen-rtl .chosen-single span{
    margin-right:0;
    margin-left:26px;
    direction:rtl
}
.chosen-rtl .chosen-single-with-deselect span{
    margin-left:38px
}
.chosen-rtl .chosen-single div{
    right:auto;
    left:3px
}
.chosen-rtl .chosen-single abbr{
    right:auto;
    left:26px
}
.chosen-rtl .chosen-choices li{
    float:right
}
.chosen-rtl .chosen-choices li.search-field input[type=text]{
    direction:rtl
}
.chosen-rtl .chosen-choices li.search-choice{
    margin:3px 5px 3px 0;
    padding:3px 5px 3px 19px
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close{
    right:auto;
    left:4px
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{
    left:9999px
}
.chosen-rtl.chosen-container-single .chosen-results{
    margin:0 0 4px 4px;
    padding:0 4px 0 0
}
.chosen-rtl .chosen-results li.group-option{
    padding-right:15px;
    padding-left:0
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{
    border-right:0
}
.chosen-rtl .chosen-search input[type=text]{
    padding:4px 5px 4px 20px;
    background:#fff url(../images/chosen-sprite.png) no-repeat -30px -20px;
    background:url(../images/chosen-sprite.png) no-repeat -30px -20px;
    direction:rtl
}
.chosen-rtl.chosen-container-single .chosen-single div b{
    background-position:6px 2px
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{
    background-position:-12px 2px
}
.stat-filter input[type="checkbox"] {
    accent-color: dodgerblue;
}
@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:144dpi){
    .chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{
        background-image:url(../images/chosen-sprite@2x.png)!important;
        background-size:52px 37px!important;
        background-repeat:no-repeat!important
    }
}
 .hResult{
    float:left;
    width:100%;
    margin:20px 0 10px 0;
    font-size: 14px;
    min-height:400px;
}

 .hFilters{
    width:100%;
    float:left;
    margin-top:10px;
    padding:5px 0;
    display:none;
}
 .hCountries{
     color: #fff;
     float: left;
     margin-right: 11px;
     padding: 15px;
     width: 50%;
     background-color:#333;
     min-height: 90px;
     border-radius: 3px;
}
 .hProducts{
    width:49%;
    float:left;
    position: relative;
    padding: 15px;
    color:#fff;
    background-color:#333;
    min-height: 90px;
    border-radius: 3px;
}

.modelrt{
	float: right;
}

.maxLimit{
	padding-right: 10px;	
}

#message{
	position: absolute;
    bottom: -29px;
    margin: 0 0 10px 0;
    left: 15px;
	color: #cd5c5c;
}

li.search-field input.default {
  width: 100% !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  width: 25em !important;
}

 .hFilters h3{
    font-size: 1.2rem;
    float: left;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 600;
}
 .homo_fheader div{
    float:left;
     border-bottom: 1px solid #ccc;
     border-left: 1px solid #ccc;
     padding: 6px;
     word-wrap: break-word;
     text-align:left;
    font-weight: 500;
}
 .help_homologation{
    width: 16px;
    height: 16px;
    cursor: pointer;
    border-radius: 50%;
    background-color:#0096a4;
    font-size: 12px;
    text-align: center;
    position: relative;
    top: -2px;
    font-weight:500;
    border: 1px solid #fff;
}
.ship_stat{
	margin-right: 5px;
}
 #countryHelp,#modelHelp {
     text-decoration: none !important;
}
 .homoHelp-icon{
    float:right;
}

 .barInner {
     background-color: #f1f1f1;
     border: 1px solid #d1d1d1;
     float: left;
     margin-top:15px;
     padding: 3px;
}
 .homo-filters{
    float:left;
    width:100%;
}
 .acbtn {
     cursor: pointer;
     float: left;
     padding: 0 8px;
}
 .iword {
     background-position: -366px -381px;
     height: 16px;
     width: 16px;
}
 .iprint {
     background-position: -120px -325px;
     height: 16px;
     width: 16px;
}
 .iexcel {
     background-position: -77px -388px;
     height: 16px;
     width: 16px;
}
 .ipdf {
     background-position: -365px -353px;
     height: 16px;
     width: 16px;
}
 #pntbtn,#pdfbtn{
    display:none;
}
 .hres-indicator {
     font-size: 1.8rem;
     float: left;
     font-weight: 500;
}
 .downloadTools {
     float: left;
     line-height: 23px;
     margin-top: 13px;
}
 .hCount {
     float: left;
     padding: 5px 0;
     margin: 10px 0 5px;
}
 .hres-sec {
     float: left;
     width: 100%;
}
 .default {
     min-width: 100px;
}
 .noteText{
    padding-top:10px;
}
 .message,.omessage{
    font-size:1.2em;
    position:relative;
    background-color:#ffffe0;
    overflow:hidden;
    padding:10px 0;
    border:1px solid #eee;
}
 .message-body{
    padding:0 10px;
}
 .message-head{
    font-weight:500;
    font-size:1.4em;
    padding:0 10px
}
 .message-close{
    border-radius:30px;
    font-size:1.4em;
    position:absolute;
    right:10px;
    top:10px;
    cursor:pointer
}
 .lastUpdate{
    clear:both;
    float:left;
    font-size:1.2rem;
    font-weight:500;
    display:none;
}
 #Homologation .lastUpdate{
    margin-top:15px;
}
 .pfamily, .plat, .prdList{
     float:left;
     width:100% 
}
 #common .h-sen{
     float:left;
     width:100%;
     margin-bottom:5px;
}
#common .prds{
	float:Left;
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
 .fname{
     color:#039be5;
}
 #common .h-plat{
     float: left;
     width: 100%;
     margin-bottom: 20px;
     font-size: 1.8rem!important;
     border-bottom: 1px dotted #ccc;
     margin-top: 5px;
     padding: 0 0 2px 5px;
     font-weight:500;
}
 #common table{
     margin-bottom:40px;
}
 .user{
    display:none;
}
 .ke-prodSel:not(.ke-tile-box){
     box-shadow:none !important;
}
 .ke-table-head{
     float:none !important;
     width:initial !Important;
     position: sticky !important;
     top: 0;
} 
 .fname:hover,.rel:hover,.sw-cat:hover,.filter-head:hover{
    color:#436586 !important
}
 #Homologation .ke-main{
    min-height:600px;
}
 .homo_fheader{
    position:fixed;
    z-index:19;
    top:0;
     color: #fff;
    vertical-align:middle;
    float:left;
    background-color:#333;
    font-weight:500;
}
.hide,.nr,.fixThead tbody,.inter{		
	display:none			
}
.ke-tile-box{
	font-size:1.4rem;
	text-align: center;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
}

.flex-column{
	display:flex;
	flex-direction:column;
}	

.minWid270{
	min-width:270px;
}
.textDec_underline{
	text-decoration: underline;
}

.filter-label{
	padding:5px 0px;
	cursor:pointer;
}
.valid-cert{
	color:green;
}


.cert-expired{
	color:red;
}

.expired-filter-btn {
    margin-right: 10px;
    padding: 8px 10px;
    min-width: 100px;
    text-align: center;
    cursor: pointer;
    color:#000;
    font-family: lato-regular,Arial,Helvetica,sans-serif;
    background: linear-gradient(90deg,#0096a4 50%,#ccc 0);
    /* background: linear-gradient(90deg,#448500 50%,#f1f1f1 0); */
    background-size: 200% 100%;
    background-position: 100% 100%;
    transition: all .5s ease-out;
    border: 0;
    position: relative;
    display: inline-block;
    align-items: center;
    font-size:16px;
    /* text-decoration:underline; */
}


.expired-filter-btn-selected{
	color: #fff !important;
	background-position: 0 100%;
}

.expired-filter-btn:not(.expired-filter-btn-selected):hover {
    /* background-position: 0 100%;
    color: #fff!important; */
}

.expired-flex{
	display:flex;
	width:100%;
	justify-content:space-between;
}

.expired-filter-wrap{
	margin-right:10vw;
	float:left;
	margin-top:10px;
}
.pType{
	padding: 10px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 2px;
    min-width: 125px;
}


#apType {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	display: flex;
}

.homo-radio {
    display: flex;
    flex-wrap: wrap;
}

label.typeClass {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
    min-width: 125px;
}
label.typeClass input.type {
    position: absolute;
    left: -9999px;
}
label.typeClass input.type:checked + span {
    background-color: #f1f1f1;
}
label.typeClass span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
    min-width: 125px;
}
label.typeClass span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #84b135;
}
label.typeClass input.type:checked + span:before {
    box-shadow: inset 0 0 0 0.4375em #84b135;
}
.button-align{
	margin-right: 0 !important;
}
.ke-header-wrap-dyn .ke-header-inner .ke-hero-title {
	padding-right: 40px;
}
.ke-home-links #by-type {
    background-color: #f2f7eb !important;
    color: #4d4d4d !important;
    border: none !important;
}
.ke-home-links #by-product {
    background-color: #e5f2f8 !important;
    color: #4d4d4d !important;
    border: none !important;
}

.ke-home-links #by-type:hover, .ke-home-links #by-product:hover {
    color: #84b135!important;
}

.ke-tile-box {
    border: 1px solid #f1f1f1 !important;
    color: #4d4d4d;
    background-color: #fff !important;
}

.ke-prodSel {
    color: #fff !important;
    background-color: #84b135 !important;
    box-shadow: none !important;
}
.noRes {
    border: 1px dotted #d04437;
    color: red;
    float: left;
    font-size: 1.4rem;
    margin-top: 10px;
    width: 100%;
}

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

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

.active-filter{
	border-bottom: 1px solid #f1f1f1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;	
}

.ke-tabs-nav-container {
	margin: 0 !important;
}

.filter {
	margin-bottom: 0 !important;
}
.results {
	margin: 2px 0 20px 0 !important;	
}
.ke-table-subhead {
	line-height: 1.8rem !important;
	background-color: #f1f1f1 !important;	
}
.respTableDiv:last-of-type{
    margin-bottom: 100px;
}
.sw-cat-div .ke-prodSel, .h-sen .ke-prodSel{
	color: #84b135 !important;
    background-color: inherit !important;	
}
.button-inline-block{
	display: inline-block;	
}

/* media queries */
@media only screen and (min-width : 1025px) and (max-width: 1226px) {
    .ke-responsive.ke-mod .ke-header-wrap-dyn .ke-header-inner .app-menu .flexbox .menu-item {
        padding-right: 80px;
    }
    
	.expired-filter-btn {
	    margin-bottom: 5px;
	}
	.hCountries {
     	width: 49%;
     	margin-right: 15px;
     }
     .hProducts {
     	width: 49%;
     }
}
@media only screen  and (min-width : 821px) and (max-device-width: 1024px) {
    .ke-header-wrap-dyn .ke-header-inner .ke-hero-title a {
        font-size: 20px;
        padding-right: 20px;
    }
    .ke-responsive.ke-mod .ke-header-wrap-dyn .ke-header-inner .app-menu .flexbox .menu-item {
        padding-right: 50px;
    }
    .ke-page-head {
    	font-size: 2rem;
    }
    #common .h-plat {
    	font-size: 1.6rem !important;
    }
    .fname, .sw-cat {
    	font-size: 1.4rem;
    }
   	.expired-filter-btn {
	    margin-bottom: 5px;
	    font-size: 14px;
	}
	.cert-filter-label {
		font-size: 1.5rem;
	}
	.hCountries {
     	width: 49%;
     }
     .hProducts {
     	width: 49%;
     }
}
@media only screen and (min-width : 621px) and (max-width : 820px) {
 
	.ke-responsive .ke-header-wrap-dyn .ke-header-inner {
		min-height: 70px !important;
		height: 70px !important;
	}
   .ke-tabs-nav-container {
	   	display: flex;
	   	flex-wrap: wrap;
	   	align-items: center;
	   	justify-items: start;
	}
   .button-inline {
	   	font-size: 1.4rem !important;
	   	margin-right : 0;
	   	padding: 5px;
   }
   .stat-filter {
   		margin: 10px 0;
	}
	td, th {
	   	padding: 3px;
	   	font-size: 1.4rem;
	}
	.ke-bottom-navitem .ke-navicon {
       font-size: 2em;
       padding: 2rem 1.6rem;
   	}      
    .csearch, .psearch{
    	width: 100% !important;
    }
    .homo_fheader {
    	width: 411px;
	   	font-size: 1rem;
	   	z-index: 10;
    }
    .ke-responsive footer {
    	z-index: 11;
    }
    .ke-page-head {
   		font-size: 1.8rem;
    }
    act-filter, .f-head {
   		font-size: 1.4rem;
    }
    .filter-head {
    	font-size: 1.4rem;
    }
    .ke-mod .footer-mod .footer-main .ftr-branding .ftr-logo a {
   		font-size: 30px;
    }
    .ke-responsive .scrolltotop {
       font-size: 10px !important; 
    }
    .ke-header-wrap-dyn .ke-header-inner .ke-hero-title {
    	padding-right: 10px;
	}
    .ke-header-wrap-dyn .ke-header-inner .app-menu .flexbox .menu-item {
    	padding-right: 20px !important;
    	font-size: 14px !important;
    }
     .ke-header-wrap-dyn .ke-header-inner .app-menu {
     	padding-left: 0px !important;
     }
    .ke-header-wrap-dyn .ke-header-inner .ke-hero-title a {
       font-size: 20px;
       padding-right: 20px;
    }
    #common .h-plat {
    	font-size: 1.6rem !important;
    }
    .fname, .sw-cat {
    	font-size: 1.4rem;
    }
    .expired-filter-btn {
	    margin-bottom: 5px;
	    font-size: 14px;
	}
	.hCountries {
     	width: 100%;
     	margin-bottom: 10px;	
     }
     .hProducts {
     	width: 100%;
     }
   
  }
  
@media only screen and (min-width : 481px) and (max-width : 620px) {
    .ke-header-wrap-dyn .ke-header-inner .ke-hero-title {
    	padding-right: 10px;
    	margin-left: 20px;    	
	}
    .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 !important;
     	padding: 4px;
     	padding-right: 8px !important;
     }    
     .ke-header-wrap-dyn .ke-header-inner .app-menu {
     	padding-left: 0px !important;
     }
  
  	.ke-responsive .ke-header-wrap-dyn .ke-header-inner {
        min-height: 70px !important;
        height: 70px !important;
	}
    .ke-tabs-nav-container {
    	display: flex;
    	flex-wrap: wrap;
    	align-items: center;
    	justify-items: start;
    }
    .button-inline {
    	font-size: 1.4rem !important;
    	margin-right : 0;
    	padding: 5px;
    }
    .stat-filter {
    	margin: 10px 0;
	}
	td, th {
    	padding: 3px;
    	font-size: 1.4rem;
	}
	.ke-bottom-navitem .ke-navicon {
        font-size: 2em;
        padding: 2rem 1.6rem;
    }
    .hCountries {
     	width: 100%;
     	margin-bottom: 10px;	
     }
      .hProducts {
     	width: 100%;
     }
     .csearch, .psearch{
     	width: 100% !important;
     }
     .homo_fheader {
     	width: 411px;
    	font-size: 1rem;
    	z-index: 10;
     }
     .ke-responsive footer {
     	z-index: 11;
     }
     .ke-page-head {
    	font-size: 1.8rem;
     }
     act-filter, .f-head {
    	font-size: 1.4rem;
     }
     .filter-head {
     	font-size: 1.4rem;
     }
     .ke-mod .footer-mod .footer-main .ftr-branding .ftr-logo a {
    	font-size: 30px;
     }
     .respTableDiv{
		width: 100%;
		overflow-x: auto;
	}
	
	.respTable{
		width: 200%;
	}
	#common .h-plat {
    	font-size: 1.4rem !important;
    }
    .fname, .sw-cat {
    	font-size: 1.4rem;
    }
    .ke-tile-box {
    	font-size: 1.4rem;
    }
    .act-filter, .f-head {
    	font-size: 1.6rem;
    } 
    .t-cap {
    	font-size: 1.4rem !important;
    }
    .scrolltotop {
    	font-size: 12px;
    }
    .ke-feedback-wrap .feedback.feedback-collapsed {
    	width: 90px !important;
    }
    .ke-feedback-wrap .feedback {
    	font-size: 1.2rem;
    }
    .expired-filter-btn {
	    margin-bottom: 5px;
	    font-size: 14px;
	}
    .f-or {
    	padding: 140px 5px;
    }
	    
  }
  
  @media only screen and (max-device-width : 480px) {	
    .ke-responsive .ke-header-wrap-dyn .ke-header-inner {
        min-height: 70px !important;
        height: 70px !important;
	}
    .ke-responsive .ke-header-wrap-dyn .ke-header-inner .app-menu {
    	display: none;
    }
    .ke-tabs-nav-container {
    	display: flex;
    	flex-wrap: wrap;
    	align-items: center;
    	justify-items: start;
    }
    .button-inline {
    	font-size: 1.4rem !important;
    	margin-right : 0;
    	padding: 5px;
    	margin-top: 10px;
    }
    .stat-filter {
    	margin: 10px 0;
	}
	td, th {
    	padding: 3px;
    	font-size: 1.4rem;
	}
	.ke-bottom-navitem .ke-navicon {
        font-size: 2em;
        padding: 2rem 1.6rem;
    }
     .hCountries {
     	width: 100%;
     	margin-bottom: 10px;	
     }
      .hProducts {
     	width: 100%;
     }
     .csearch, .psearch{
     	width: 100% !important;
     }
     .homo_fheader {
     	width: 411px;
    	font-size: 1rem;
    	z-index: 10;
     }
     .ke-responsive footer {
     	z-index: 11;
     }
     .ke-page-head {
    	font-size: 1.8rem;
     }
     act-filter, .f-head {
    	font-size: 1.4rem;
     }
     .filter-head {
     	font-size: 1.4rem;
     }
     .ke-mod .footer-mod .footer-main .ftr-branding .ftr-logo a {
    	font-size: 30px;
     }
     .ke-responsive .scrolltotop {
        font-size: 10px !important; 
     }
     .respTableDiv{
		width: 100%;
		overflow-x: auto;
	}
	.respTable{
		width: 200%;
	}
	.expired-filter-btn {
	    margin-bottom: 5px;
	    font-size: 12px;
	}
	.f-sec {
    	width: 100%;
	}
	.f-or {
    	padding: 15px;
    	width: 100%;
	}

}

.fips-cert-status-label{
	margin-right: 3px;
}
.fips-cert-status{
	min-width: 200px;
}