.page-content{
	font-family: HPSimplifiedLight123;
	text-align:left;
}

html[dir="rtl"] .page-content{
	text-align:right;
}

/* IE10 CSS */
html[data-useragent*='MSIE 10.0'] .typeahead__cancel-button {
    		z-index:3;
}
html[data-useragent*='MSIE 10.0'] .typeahead__field {
    		display: block!important;
}

.page-header{
	font-size:36px;
}

.sub-header{
	font-size: 24px;
    color: #000;
    font-weight: normal;
    line-height: 40px;
    margin-top: 8px;
}

.search-suggestion-text {
	margin-top:20px;
    font-size: 20px;
}

#ljAlertMessage{
	font-size: 18px;
	margin: 10px 0px 5px 0px;
}

#printerlist-content > .one {
    width: 560px;
    margin-right:22px;
}

.typeahead__query{
	display:block;
}
.typeahead__cancel-button{
	padding: 1rem .75rem!important;
}

html[dir="rtl"] .typeahead__cancel-button{
	left:0;
	right:auto;
}


html[dir="rtl"] #printerlist-content > .one {
	margin-right: 0px;
	margin-left: 24px;
}

#printer-searchlist {
    font-size: 16px;
    line-height: 20px;
    color: #767676;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 0px;
    height: 50px;
    background-color: white;
	border-radius: 12px;
	    font-family: HPSimplifiedLight123;
}

html[dir="rtl"] #printer-searchlist {
	padding-right: 10px;
}
	
.typeahead__list {
    font-family: HPSimplifiedLight123;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.typeahead__result > .empty {
	margin-top: 0px;
    margin-left: 0px;
}

html[dir="rtl"] .typeahead__list {
	text-align: right;
}
	
.whereis-printer-model {
    margin-top: 15px;
}

#btn-begin {
	font-size: 18px;
	max-width: 112px;
    height: 50px;
    border-radius: 3px 3px 3px 3px;
    font-family: HPSimplified123;
    font-weight: normal;
	border-radius: 12px;
	background-color: #bcbcbc;
}

#btn-begin:hover {
    color: #fff;
}

.btn-default {
	background-color: transparent;
	color: #767676;
	border: 2px solid;
	cursor: default;
}
.active-btn {
	color:#0096d6
}
.active-btn:hover {
	background-color: #0096d6;
	color: #ffffff;
	border: 0px;
	cursor: pointer;
}

#whereis-printer-model-label {
    font-size: 16px;
    font-family: HPSimplified123;
    color: #ffffff;
    text-decoration: underline;
}

#device-not-listed {
    font-size: 16px;
    font-family: HPSimplified123;
    margin-top:10px;
}

#device-not-listed > a {
	
 color: #ffffff;
    text-decoration: underline;	
}

.image-conatiner{
	text-align:center;
	margin-bottom:20px;
}

.no-device {
	margin-bottom: 10px;
}
.no-device > a:hover {
	text-decoration: underline;
}

.divider {
	height: 1px;
	background: #cccccc;
}

#country-selector-container {
    margin-top: 88px;
    padding-bottom:64px;
}

#tooltip-text{
	color:#007dba;
}


@media screen and (max-width: 1366px) and (min-width: 1024px){
    
     .d-lg-flex {
        margin-bottom: 15% !important;
        margin-left: -4% !important;
    }
}

@media only screen and (min-width: 1367px) {
    
     .d-lg-flex {
        margin-bottom: 11% !important;
        margin-left: -6% !important;
    }
}


@media screen and (max-width: 1024px) and (min-width: 768px){
    
    .d-lg-flex {
    margin-bottom: 20% !important;
    margin-left: -2% !important;
    }
}

@media only screen and (min-width: 1281px) {
    
   
	
	.page-header{
		font-size:45px;
	}
	.content-container{
		width:730px;
	}
	
	#printerlist-container{
		margin-bottom:120px;
	}
	
	.sub-header{
		font-size: 30px;
    	margin-top: 25px;
	}
	
	.search-suggestion-text{
		padding-top:40px;
	}
	
	.image-conatiner{
		margin-top:40px;
		text-align:right;
	}
	
	html[dir="rtl"] .image-conatiner{
		margin-top:40px;
		text-align:left;
	}
	 
	.printerlist-content two{
		text-align:right;
	}
	
	#printer-searchlist {
    	font-size: 16px;
    	font-family: HPSimplifiedLight123;
    	
	}
	
	
	html[dir="rtl"] #printerlist-content > .one {
		margin-right: 0px;
		margin-left: 29px;
	}
	
	
	#printerlist-content{
		padding-top:10px;
	}
	
	#printerlist-content > .one {
 		width: 582px;
   		margin-right:30px;
	}

}