#HoneywellEUCookie-Banner
{
    background-color: rgba(255,255,255,0.9);
	width:100%;
	height:100%;
	position:fixed;   
    display: none;
	z-index:9999;
    
}

.inside_banner_text{
    width: 80%; 
    float: left;
}

.inside_banner_button{
    width: 20%; 
    float:right;
}

.cookie_inside{
	color: rgb(255, 255, 255);
	background-color: rgb(29, 138, 138);
	font-family: Arial;
    font-size: 12px;
	line-height: 15px;
	position: relative;
	text-align: left;
    text-decoration: none;
	padding: 1.2em;
	display: block;
}

#HoneywellEUCookie-BannerText
{
    color: #ffffff;
    display: inline;
    font-family: Arial;
    font-size: 12px;
	line-height: 15px;
    height: auto;
    margin: 0px 0px 0px 0px;
    text-align: left;
    text-decoration: none;
    width: auto;
}

#HoneywellEUCookie-PrivacyLink
{
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
    cursor: auto;
    display: inline;
    font-family: Arial;
    font-size: 8px;
    height: auto;
    margin: 0px 0px 0px 0px;
    text-align: left;
    text-decoration: underline;
    width: auto;
}

#HoneywellEUCookie-PrivacyLink SPAN 
{
    color: #ffffff;
    cursor: auto;
    display: inline;
    font-family: Arial;
     font-size: 12px;
	line-height: 15px;
    height: auto;
    margin: 0px 0px 0px 0px;
    text-align: left;
    text-decoration: underline;
    width: auto;
}

#HoneywellEUCookie-ConsentButtonDiv
{
    color: #333333;
    display: inline-block;
    font-family: Arial;
    font-size: 11px;
    /*height: 24px;*/
    margin: 10px 0px 0px 0px;
    padding-bottom: 0px;
    text-align: right;
    text-decoration: none;
    width: auto;
	
}

#HoneywellEUCookie-CookieDismiss
{
    background-color: #c2c2c2;
    color: rgb(0, 0, 0);
	border-color: transparent;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    border-radius: 5px;
	flex: 1;
    min-width: 140px;
    padding: 3px 5px;
	font-size: 14px;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap;
}
#HoneywellEUCookie-CookieDismiss: hover{
    background-color: #c3c3c3;
}
@media only screen and (max-width: 700px){
    .inside_banner_text, .inside_banner_text{
        width: 100%;
        float: none;
    }
}
