#click_and_retrieve{
	margin: 15px 0;	
}
.pageFrame {
	width: -webkit-fill-available;
	height: -webkit-fill-available;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	background-color: red;
	z-index: 10000;
}

.small-note {
	font-size: 12px;
	text-align: left;
	width: 65%;
}
.notice { /*When mandatory inputs have no value entered*/
	border: 1px solid red !important;	
}

.report_title {
	margin-top: 2%;
}
.report_section_icon {
	display: inline-block;
	margin:4%;
	vertical-align: middle;
 }

.report_section_1 {
	display: inline-block;
	max-width: 500px;
	vertical-align: middle;
}
.report_section_1_1 {
	margin: 1% 4%;
}

.report_section_1_2 {
	margin: 1% 4%;
}

.report_section_2 {
	display: block;
	border-top: thin dotted silver;
	margin:1% 4%;
}

.report_section_2_1 {
	display: inline-block;
	width: 15%;
	vertical-align: middle;
}

.report_section_2_2 {
	display: inline-block; 
	width: 40%;
	vertical-align: middle";
}

.report_section_2_4 {
	display: inline-block;
	text-align: right;
	width: 27%;
	vertical-align: middle;
}

.report_section_3 {
	display: block;
	border-top: thin dotted silver;
	margin:1% 4%;
	padding: 1% 0;
	vertical-align: middle;
}

.report_section_3_2 {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
}

.report_section_3_address {
	margin: 1% 4%;
}
.report_section_4_address {
	margin: 1% 4%;
	font-size: 10px;
}

.popUP {
	border: 1px solid #333;
	background-color: #fff;	
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);		
	/*padding: 1% 3%;*/
	overflow-y: scroll;
    position: fixed;
    max-width: 800px;
    height: 70%;
    top: 50px;
    margin: 0;
	left: calc((100% - 800px)/2);
	z-index: 10001;
	display: none;	
}

.scoreDialogue {
	border: 1px solid #333;
	background-color: #fff;	
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);		
	overflow-y: scroll;
    position: fixed;
    min-width: 800px;
    height: 70%;
    top: 50px;
    margin: 0;
	left: calc((100% - 800px)/2);
	z-index: 10001;
	display: none;	
	max-height: 550px;
}

#popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: none;
    z-index: 10000;
}


#popup_overlay_score_dialogue {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: none;
    z-index: 10000;
}

.storeinfoleft{
	display: inline-block !important;
	width: 80%;
	vertical-align: middle;		

}
.storeinforight{
	display: inline-block !important;
	width: 20%;		
	vertical-align: middle;		
}

.rowTable {
	width: 100%;
	vertical-align: middle;
}

.cellTable {
	display: inline-block;
	width: 55%;
	padding: 1%;
	vertical-align: middle;
}
.cellTitleTable {
	display: inline-block;
	width: 38%;
	text-align: right;
	padding: 1%;
	vertical-align: middle;
}

#divStoreInfo{
	padding: 5%;
}
#interactiveOrderPanel{
	padding: 5%;
}

.eachStore{
	margin: 15px 0;
	border-left: 1px solid gray;	
	padding-left: 15px;
}

#logoDiv{
	margin-left: 3%;
}
#title h2{
	padding-top: 5px;
}

#CAR_button:disabled,
#CAR_button[disabled]{
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
}

@media screen and (max-width: 767px){
   .popUP {
		border: 1px solid #333;
		background-color: #fff;	
		overflow: hidden;
	   	overflow-y:scroll;
		padding: 0px;
	    margin: 0;
		z-index: 10001;
		display: none;	
		position: absolute;
		width: 100%;
		left: 0;	
        top: 50px;	
        height: auto;       
	}
    
    #productImage{
        display: block !important;
        width: 100% !important;
    }
    #productInfo{
        display: block !important;
        width: 100% !important;
    }
    
	.scoreDialogue {
		border: 1px solid #333;
		background-color: #fff;	
		overflow: hidden;
		padding: 0px;
		overflow-y: scroll;
	    position: fixed;
	    min-width: 95%;
	    width: 95%;
	    height: 100%;
	    margin: 0;
	    left: calc((100% - 95% )/2);
	    top: 8px;
		z-index: 10001;
		display: none;
		max-height: 670px;
	}
	
	#addressInput{
		width: 95% !important;
		display: block !important;
		margin: 2% !important;	
	}
	#productDetails{
		text-align: center !important;
	}

	.storeinfobutton input[type="button"]{
		padding: 15% 20% !important;
		font-weight: 400 !important;
		border-radius: 5px !important;
	}
	
    .cellTable {
    	width: 100%;
    }
    .cellTitleTable {
    	width: 100%;
    	text-align: left;
    }

	.report_title {
    	margin-top: 4% 0;
    }
    .report_section_icon {
    	display: none;
    }

	.report_section_1 {
		margin: 4%;
	}
	.report_section_2 {
		display: block;
		border-top: thin dotted silver;
		margin:1% 4%;
		text-align: center;
	}
	
	.report_section_2_1 {
		display: block;
		width: 100%;
	}

	.report_section_2_2 {
		display: block; 
		width: 100%;
	}

	.report_section_2_4 {
		text-align: center;
		display: block;
		width: 100%;
	}

	.report_section_3 {
		display: block;
		border-top: thin dotted silver;
		margin:1% 4%;
		padding: 1% 0;
		vertical-align: middle;
		text-align: center;
	}
	.report_section_3_2 {
		display: block;
		width: 100%;
	}

	.report_section_3_address, .report_section_4_address {
		display: block;
	}
}

.show {
	display: block;
}

.fa-times-circle:before{
	font-size: 2em;
	cursor: pointer;
}
.close-popup{
	position: absolute;
	float: right;
	right: 15px;
	top: 15px;
}

#addressInput{
	width: 40%;
	display: inline-block;
	margin: 25px;
    height: 50px;
}


/*#searchButton{
	height: 48px;
    margin-top: 10px;
}*/
.skuNumber{
	font-size: 12px;
}
#productImage{
	display: inline-block;
	vertical-align: middle;	
	margin: 10px;
    width: 20%;
}
#productInfo{
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
    width: 35%;
}
#productPrice{
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
	font-size: 12px;
	font-weight: 700;
    width: 15%;
}
#totalNumber{
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	font-size: 12px;
	margin: 15px;
    max-width: 15%;
}
#totalNumber->input[type="text"]{
	height: 20px !important;	
}

.invalidInput {
	border: 1px solid red;
}
.disabledButton {
	background-color: #d6d6d6;
}
.map {
	width: 550px; 
	height: 400px;
	display:none;
}
.centerAligned {
	text-align: center;
}
#storeSearchResultSpan {
	 padding-left:6%;
	 padding-right:6%;
}
#storeSearch {
	 text-align:center;
}
#dinKlikk {
	 text-align:center;
	 padding: 0 5%;
}

.noticeInput { /*When mandatory inputs have no value entered*/
	background: white url(../../includes/red_cross.svg) no-repeat top right  !important; 
}
