.cart-right-addprod #addToCart .addtocart_loc{
	width:100%;
}
.cart-right-addprod #addToCart #location-select {
	box-shadow: 0 0px 10px 1px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0 0px 0px 0px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0 0px 10px 1px rgba(23, 114, 183, 0.2);
    padding: 0;
    width: 100%;
    min-width: 100;
    margin-top:7px;
}
.cart-right-addprod #addToCart .locationDetails{
	padding-left: 2px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 6px;
}
.cart-right-addprod #addToCart .selected-loc{
	color: #0057a6;
    font-family: 'NotoSans';
    font-size: 12px;
    font-weight:500;
}
.cart-right-addprod #addToCart .locationDetails>img{
	width: 25px;
	margin-top:8px;
}
.cart-right-addprod #addToCart .location_label{
	clear: both;
    font-size: 12px;
    font-family: 'NotoSans';
    font-weight: bold;
    padding-left: 6%;
    padding-bottom: 0;
}
.flu_multi-loc .addtocart_loc{
	float:right;
}


#location-sel-popup .multi_location-done {
    background: #0057a6;
    font-weight: bold;
    color: #ffffff;
    opacity: 1;
    width: 100%;
    height: 44px;
    outline: 0;
    border: 0;
}


#location-sel-popup ::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5;
}
#location-sel-popup ::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
#location-sel-popup ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #cccccc;
}
#location-sel-popup ::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
#location-sel-popup #loc_sel_search_txt{
	width:85% !important;
	margin-top:-42px !important;
}
.hiddenLocation {
    display: none;
}

.visibleLocation .hiddenLocation{
    display: inline-block;
}

.modal {
    z-index: 9998;
}
#location-select .selected-loc{
	color: #0057a6 !important;
    padding-top: 5px;
} 

.unassigned_loc{
	margin-left:6px !important;
}
#location-sel-popup .panel-collapse .panel-body {
	padding-right:0 !important;
}

/* 964 style */
#location-sel-popup .singleLoc-select-radio .secLevel-loc .unassigned_loc .selc-reg{
	width:90%;
	margin:-4px 0px 0px 10px;
    display: inline-block;
   vertical-align: middle;
}
#location-sel-popup .singleLoc-select-radio .secLevel-loc label.unassigned_loc{
	padding-left:0px;
	width:100%;
}
#location-sel-popup .singleLoc-select-radio .secLevel-loc{
	border-top:none;
	border-bottom:1px solid #e5e9ec;
}

#location-sel-popup .single_location-done{
    background: #0057a6;
    font-weight: bold;
    color: #ffffff;
    opacity: 1;
    width: 100%;
    height: 44px;
    outline: 0;
    border: 0;
}

@media only screen and (max-width: 400px) and (min-width: 320px){
	#location-sel-popup #loc_sel_search_txt {
	    width: 76% !important;
	}
}
.page-cartPage .cart-right-addprod #addToCart .selected-loc.MltiLctn {
    color: #0057a6; 
    font-weight: normal;
}
#location-sel-popup.in .panel-group .ml_no_result {
	font-weight: bold;
	padding-left: 166px;
}


@media print{
	.pageLabel-accountOverviewPage #account-statement-monthly-popup,
    .pageLabel-accountOverviewPageUnify #account-statement-monthly-popup {
	margin-top:-23%;
	}
	.pageLabel-accountOverviewPage .acc-statement-monthly .header img,
    .pageLabel-accountOverviewPageUnify .acc-statement-monthly .header img {
	  width:400px;
	  height:auto;
	}
	.page-statements #account-statement-monthly-popup{
	  margin-top:-19%;
	}
}

.err_gov_msg{
    color: red;
    margin-bottom: 12px;
    font-size: 11px;
    text-align: center;
}
