﻿/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Mobile Site Button */


    .MobileButton
    {
      display: none;
      margin: 5px 5px 5px 5px;
      padding: 8px 0px;
      text-align: center;
      color: #fff;
      text-decoration: none;
      font-family: "MuseoSans500", Lucida Sans, Helvetica, Arial;
	  font-weight: bold;
      font-size: 18px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background: #60abf8; /* old browsers */
      background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* firefox */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* webkit */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* ie */ 
      border: 1px solid #3565a0;   
    }

    .MobileButton:hover
    {
      background: #4096ee; /* old browsers */
      background: -moz-linear-gradient(top, #6796ce 0%, #5497db 44%, #3982ce 100%); /* firefox */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6796ce), color-stop(44%,#5497db), color-stop(100%,#3982ce)); /* webkit */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6796ce', endColorstr='#3982ce',GradientType=0 ); /* ie */ 
	  text-decoration: none;
    }
    .navbar {
    	  background-color: #e4edf4;
    	  border-radius: 0px;
    	  border-bottom: 1px solid #e6e7e7;
    }
	.navbar-brand {
		width: 80%;
	}
	.navbar-brand h3 {
		margin: 3px;
		font-size: 20px;
		color: #193a4d;
	}
	.navbar-nav {
		margin: 5px;
	}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	  color: #193a4d;
	  background-color: #e4edf4;
	}
	.navbar-btn {
 		margin-bottom: 0px;
 		padding: 3px 5px;
	}	
	.navbar-toggle {
		margin-top: 15px;
	}
	#myNavbar .navbar-nav li a {
		color: #193a4d;
		background-color: #e4edf4;
	}
	h3.Retailer_Name_Short {
		font-size: 24px;
		margin: 2px;
	}
	.retailer_logo {
		float: left;
		padding-right: 10px;
	}
	.custom-logo {
		padding: 0px 0px 0px 15px;
	}
	.retailer_logo_custom {
		height: 80px;
		width: auto;
	}



	.dropdown-menu {
		background-color: #e4edf4;
	}
	  

	.promo_block {
		margin-top: 20px;
	}


	.footer {
		background-color: #e4edf4;
		margin-top: 20px;
		border-radius: 10px;
		color: #FFFFEC;
	}
	.footer-link a, .footer-link a:hover,.footer-link a:visited {
		color: #193a4d;
		line-height: 18px !important;
	}
	.footer-sub-link a, .footer-sub-link a:hover, .footer-sub-link a:visited{
		/*color: #99A5B2;*/
        color: #333;
	}
	.sitemap {
		padding: 0;
		margin: 0;
		text-align: center;
		min-height: 60px;
	}
	.sitemap, .sitemap ul {
		text-align: center;
	}
	.sitemap ul, .sitemap ul li {
		padding: 0;
		margin: 0;
		list-style-type: none;
		font-weight: bold;
	}
	.sitemap ul li ul li {
		font-weight: normal;
	}

	.social_link {
		margin: 5px;
		color: #193a4d;
	}
	.social_link:visited {
		color: #193a4d;
	}
	.social_link:hover {
		color: #193a4d;
	}
	#footer-wrapper .text-muted {
		color: #193a4d;
	}

	#Content {

		margin-left: auto;
		margin-right: auto;
	}


.page-header {
    padding-bottom: 0px;
    margin: 0px;
    border-bottom: 0px solid #eee;
    background-color: #e4edf4;
}
.navbar {
	border: 0px;
	min-height: 0px;
}

.navbar-toggle {
    /*border-color: #ddd;*/
    border-color: #333;
    margin-right: 0px;
}
.navbar-toggle .icon-bar {
    /*background-color: #888;*/
    background-color: #333;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.carousel-indicators {
	bottom: 5px;
	margin-bottom: 0px;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: 0px;
	}
	.container-fluid {
		max-width: 750px;
	}
	.navbar-header {
		width: 65%;
	}
	.navbar-brand {
		width: 100%;
	}
	.sitemap {
		margin: 20px 0px 20px 0px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.container-fluid {
		max-width: 970px;
	}
	.navbar-header {
		min-width: 60%;
		max-width: 60%;
	}

	h3.Retailer_Name_X_Long {
		font-size: 18px;
	}
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.container-fluid {
		max-width: 1170px;
	}
	.navbar-header {
		min-width: 30%;
		max-width: 80%;
	}
}


/*
	@media only screen and (max-device-width: 600px) {
		.MobileButton
		{
			display: block;
		}
	}
*/
	/* Android HDPI */
/*
	@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 600px), (max-width: 600px) {
		.MobileButton
		{
			display: block;
		}
	}
*/
	/* iPhone 4 */
/*
	@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 600px), (max-width: 600px) {
		.MobileButton
		{
			display: block;
		}
	}
*/
/* Android HDPI */
/*
@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 600px), (max-width: 600px) {
  .MobileButton
  {
    display: block;
  }
}
*/
/* iPhone 4 */
/*
@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 600px), (max-width: 600px) {
  .MobileButton
  {
    display: block;
  }
}
*/

	/* Store Information */
	
	.SideBarBoxHead {
		background: #D02004 !important;
		-moz-border-radius: 5px 5px 0px 0px;
		-webkit-border-radius: 5px 5px 0px 0px;
		border-radius: 5px 5px 0px 0px;
		margin: 30px 0px 0px 0px;
		text-align: center;
		padding: 3px;
	}
	
	.SideBarBoxHead h4 {
		color: #fff !important;
		font-weight: normal !important;
	}
	
	.SideBarNav input[type="submit"] {
		border: none !important;
		background-color: #10822b !important;
		border-top: 1px solid #0d6b23 !important;
		border-left: 1px solid #0d6b23 !important;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 5px 10px 5px 10px;
		font-family: "MuseoSans500", Lucida Sans, Helvetica, Arial;
		font-size: 16px;
		color: #fff;
		font-weight: normal;
		cursor: pointer;
		margin: 20px 0px 0px 0px;
	}
	
	p.SideBarNavFirst {
		margin: 20px 0px 10px 20px !important;
	}
	
	.FormSectionHeading {
		padding: 10px 15px 10px 15px !important;
		background-color: #02549f;
		border: none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		font-size: 14px;
		color: #333;
	}
	
	span.FieldTitle, td.FieldTitle
	{ font-weight: bold;}
	

/* Set a cap of page content to 998px */

.CMSPage, .CMSPage:focus, .CMSPage div, .CMSPage p, .CMSPage ul, .CMSPage ol, .CMSPage table, .CMSPage dl, .CMSPage blockquote, .CMSPage pre, .CMSPage h1, .CMSPage h2, .CMSPage h3, .CMSPage h4, .CMSPage h5 
{ margin:auto; max-width:998px;}


/* Jeffs quick styling updates~overwrites 01-2016 */
.SideBar .Group{
margin: 10px 10px 10px 0;
    border: 1px solid #FFFFFF;
    border-color: #FFF #FFF #FFF #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    background: #E4EDF4;
    background: -webkit-gradient(linear, left top, left bottom, from(#E4EDF4), to(#E4EDF4));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#eeeeee', endColorstr='#cccccc', gradientType='0');
    -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255,0);
    -moz-box-shadow: 2px 2px 5px rgba(204,204,204,0.9);
    }

.LinkList .button {
padding: 5px 10px;
    border: 1px solid #ADADAD;
    border-color: #ADADAD #ADADAD #ADADAD #ADADAD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    text-align: left;
    text-decoration: none;
    text-shadow: 0px 0px 0 #333;
    font-size: 12px;
    font-weight: normal;
    -webkit-box-shadow: 0px 0px 0px #ccc;
    -moz-box-shadow: 0px 0px 0px #ccc;
    box-shadow: 0px 0px 0px #ccc;
    color: #252525;
    background: #CED7DE;
    background: -webkit-gradient(linear, left top, left bottom, from(#CED7DE), to(#CED7DE));
    background: -webkit-gradient(linear, left top, left bottom, from(#CED7DE), to(#CED7DE));
    background: -moz-linear-gradient( top, #CED7DE, #CED7DE);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#CED7DE', endColorstr='#CED7DE', gradientType='0');
    }

.ListOptions .button {
padding: 5px 10px;
    border: 1px solid #ADADAD;
    border-color: #ADADAD #ADADAD #ADADAD #ADADAD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    text-align: left;
    text-decoration: none;
    text-shadow: 0px 0px 0 #333;
    font-size: 12px;
    font-weight: normal;
    -webkit-box-shadow: 0px 0px 0px #ccc;
    -moz-box-shadow: 0px 0px 0px #ccc;
    box-shadow: 0px 0px 0px #ccc;
    color: #252525;
    background: #CED7DE;
    background: -webkit-gradient(linear, left top, left bottom, from(#CED7DE), to(#CED7DE));
    background: -webkit-gradient(linear, left top, left bottom, from(#CED7DE), to(#CED7DE));
    background: -moz-linear-gradient( top, #CED7DE, #CED7DE);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#CED7DE', endColorstr='#CED7DE', gradientType='0');
    }

.RecipeActions .button {
padding: 5px 10px;
    border: 1px solid #ADADAD;
    border-color: #ADADAD #ADADAD #ADADAD #ADADAD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    text-align: left;
    text-decoration: none;
    text-shadow: 0px 0px 0 #333;
    font-size: 12px;
    font-weight: normal;
    -webkit-box-shadow: 0px 0px 0px #ccc;
    -moz-box-shadow: 0px 0px 0px #ccc;
    box-shadow: 0px 0px 0px #ccc;
    color: #252525;
    background: #CED7DE;
    background: -webkit-gradient(linear, left top, left bottom, from(#CED7DE), to(#CED7DE));
    background: -webkit-gradient(linear, left top, left bottom, from(#CED7DE), to(#CED7DE));
    background: -moz-linear-gradient( top, #CED7DE, #CED7DE);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#CED7DE', endColorstr='#CED7DE', gradientType='0');
    }
    
.listTable .category {
    margin: 0;
    padding: 3px 0px 3px 5px;
    font-weight: bold;
    font-size: 12px;
    border: 0px solid #666 !important;
    border-color: #666 #666 #666 #666;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    background: #666 !important;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#666));
    }

.Stores h2 {
    margin: 0;
    margin-top: 10px;
    padding: 3px 0px 0px 5px;
    font-size: 12px;
    border: 0px solid #666;
    border-color: #CED7DE #CED7DE #CED7DE #CED7DE;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    background: #CED7DE !important;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CED7DE), to(#CED7DE));
    }

.Content ul.Breadcrumb {
    margin: 0px 2px 0px 0px;
    padding: 0 0 0 5px;
    border: 0px solid #ccc !important;
    /* border-color: #eee #ccc #ccc #ddd; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    list-style: none;
    display: block;
    clear: both;
    background: #E4EDF4;
    background: -webkit-gradient(linear, right top, left bottom, from(#fff), to(rgba(228, 237, 244, 0.6))) !important;
    background: -moz-linear-gradient( right, #fff, #E4EDF4);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#E4EDF4', endColorstr='#FFF', gradientType='1');
    zoom: 1;
    -webkit-box-shadow: 0px 0px 0px rgba(204,204,204,0.0) !important;
    -moz-box-shadow: 0px 0px 0px rgba(204,204,204,0);
}

.Stores .Number {
    color: #333 !important;
}

.Group {
	margin: 0px 0px 0px 0;
    border: 1px solid #FFFFFF !important;
    border-color: #FFF #FFF #FFF #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    background: #E4EDF4;
    background: -webkit-gradient(linear, left top, left bottom, from(#E4EDF4), to(#E4EDF4)) !important;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#eeeeee', endColorstr='#cccccc', gradientType='0');
    -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255,0) !important;
    -moz-box-shadow: 2px 2px 5px rgba(204,204,204,0.9);
    padding: 0px 10px;
    }

/* h4.Title {padding-left: 10px;} */

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 12px;
}


.FormSectionHeading { background-color: #E4EDF4; }

button, .button {
padding: 5px 10px;
    border: 1px solid #ADADAD;
    border-color: #ADADAD #ADADAD #ADADAD #ADADAD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    text-align: left;
    text-decoration: none;
    text-shadow: 0px 0px 0 #333;
    font-size: 12px;
    font-weight: normal;
    -webkit-box-shadow: 0px 0px 0px #ccc;
    -moz-box-shadow: 0px 0px 0px #ccc;
    box-shadow: 0px 0px 0px #ccc;
    color: #252525;
    background: #CED7DE;
    background: -webkit-gradient(linear, left top, left bottom, from(#CED7DE), to(#CED7DE));
    background: -webkit-gradient(linear, left top, left bottom, from(#CED7DE), to(#CED7DE));
    background: -moz-linear-gradient( top, #CED7DE, #CED7DE);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#CED7DE', endColorstr='#CED7DE', gradientType='0');
    }

h1 {font-size: 32px;}

a:visited { color: #5c5c5c; }

.pdf_ads_list ul li a {
    padding: 15px 15px;
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 5px;
    color: #040ED0;
    display: block;
    text-align: left;
    text-shadow: 1px 1px 0px #FFF;
    font-size: 24px;
    font-weight: 800;
    box-shadow: 0px 0px 0px #CCC; 
    width: 100%;
    max-width: 1140px;
    margin: auto;
    border: 1px solid #ADADAD;
    border-color: #ADADAD #ADADAD #ADADAD #ADADAD;
    background: #CED7DE;
    background: -webkit-gradient(linear, left top, left bottom, from(#CED7DE), to(#CED7DE));
    background: -webkit-gradient(linear, left top, left bottom, from(#CED7DE), to(#CED7DE));
    background: -moz-linear-gradient( top, #CED7DE, #CED7DE);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#CED7DE', endColorstr='#CED7DE', gradientType='0');
    text-decoration: underline;
	box-shadow: 0px 0px 0px #CCC; 
    }
    
.pdf_ads_list ul li a:hover {
    padding: 15px 15px;
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 5px;
    color: #040ED0;
    display: block;
    text-align: left;
    text-decoration: none;
    text-shadow: 1px 1px 0px #FFF;
    font-size: 24px;
    font-weight: 800;
    margin: auto;
    border: 1px solid #8A8A8A;
    border-color: #8A8A8A #8A8A8A #8A8A8A #8A8A8A;
    background: #A8B2B9;
    background: -webkit-gradient(linear, left top, left bottom, from(#A8B2B9), to(#CED7DE));
    background: -moz-linear-gradient( top, #A8B2B9, #CED7DE);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#A8B2B9', endColorstr='#CED7DE', gradientType='0');
    }

.pdf_ads_list ul li a span {
    color: #414141;
    font-size: 16px;
    padding-left: 20px;
    text-decoration: none !important;
}
a.btn.btn-default.navbar-btn {
    color: black;
}

@media only screen and (max-width : 420px) {
	.pdf_ads_list ul li a span {
   	 color: #414141;
    	font-size: 16px;
    	padding-left: 1px !important;
    	text-decoration: none !important;
	}
}

@media (min-width: 768px){
    .navbar-nav>li>a {
        position: relative;
        display: block;
        padding: 3px 5px;
        margin: 10px;
    }
    .glyphicon {
        font-weight: 500;
    }
}

.site-debug { display: none; }
.center-block {width: 100%; padding-bottom: 18px;}

/* END Jeffs quick styling updates~overwrites 01-2016 */

/*New Register & Login Buttons-btn tags not good in accessibility*/
.reg-login-btn {
    color: #333;
    background-color: #fff !important;
    border-color: #adadad;
    font-size: 1em;
}

.reg-login-xs-btn{
    width: 80px;
    height: 20px;
    margin-bottom: 1.5em;
    margin-left: 10px;
}

a.btn.btn-default.navbar-btn.reg-login-btn {
    padding: 3px 0 3px 0;
}

