@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/
*/
img, object, embed, video {
	max-width: 100%;
}
html,body {
	height:100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;

	Inspiration from "Responsive Web Design" by Ethan Marcotte
	http://www.alistapart.com/articles/responsive-web-design

	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;
}

h1 {
  margin: 0;
  text-transform: uppercase;
  color: #274ba7;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.714em;
}

h1.section-header {
	color:#1a263c;
	margin-top:20px;
	margin-bottom:20px;
}

h2 {
  font-size: 24px;
  font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
  color: #333;
}

h3 {
	font-size: 1.286em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.857em;
}

h6 {
	font-size: 0.714em;
}

a {
	color: #06d;
}

a:visited, a:focus {
	color: #274ba7;
}

.italic {
	font-family: "Open Sans", sans-serif;
    font-style: italic;
}

.bold {
	font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.semibold {
	font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.blue {
	color:#04256a;
}

.bg-selected {
	background-color:#dbdfe4;
}

.caps {
	text-transform:uppercase;
}

.small {
	font-size:12px;
}

.brdr_blue {
	border-bottom:1px solid #0066ca;
}

.danger {
	color:#ca0034;
}

.text-gyblue {
	color:#274ba7;
}

.text-yellow {
	color:#fd0;
}

.bg-gray {
	background-color:#dbdfe4;
}

hr {
	margin:5px 0;
}

/*modals*/
.modal-header {
	background-color: #274ba7;
  background-color: rgba(0,40,120,0.75);
  background-image: url(../img/diagonal-tight-darker.png);
  background-repeat: repeat;
  border-bottom: 2px solid #fd0;
	color: #fff;
}

.close {
	opacity:1;
}

/*Buttons*/
.btn {
	line-height:40px;
	padding:0 30px 0 30px;
}

.btn-yellow {
  background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0px, #e3d046), color-stop(15px, #e3d046), color-stop(15px, #fd0), color-stop(100%, #fd0)) !important;
  background-image: -webkit-linear-gradient(-225deg, #e3d046 0px, #e3d046 15px, #fd0 15px, #fd0 100%) !important;
  background-image: -webkit-linear-gradient(135deg, #e3d046 0px, #e3d046 15px, #fd0 15px, #fd0 100%) !important;
  background-image: linear-gradient(-45deg, #e3d046 0, #e3d046 8px, #fd0 8px, #fd0 100%) !important;
  background-position: -5px -5px;
  background-color: #fd0;
  border-color: #ccc;
  -webkit-font-smoothing: subpixel-antialiased;
	border-radius: 0;
  border: none !important;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  color: #000;
  font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
	font-size: 16px;
  line-height: 40px;
	position: relative;
  text-transform: uppercase;
  text-shadow: -1px -1px 2px rgba(255,255,255,0.5);
}

.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus, .btn-reset:hover, .btn-reset:active, .btn-reset:focus {
  color: #000;
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
  text-shadow: none;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  background-color: #ccc !important;
  background-image: none !important;
  box-shadow: 0 0 0 0;
}

.btn-popover {
  background: none;
  border: none;
}

.btn-popover:focus {
	outline:none !important;
}

.btn_select_locations {
	background-image:url("../img/btn_select_locations.png");
	background-color:transparent;
	border:none;
	margin-left:10px;
	width:200px;
	height:41px;
}

.btn .glyphicon-menu-right {
	top: 3px;
}

.btn.btn-highlight {
  color: #222 !important;
  background-color: #fff5b3;
  background-image: linear-gradient(-45deg, #E3D046 0px, #E3D046 8px, #fff5b3 8px, #fff5b3 100%) !important;
  background-position: -5px -5px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}

.btn-ghost {
  background-image: linear-gradient(-45deg, #99afe7 0px, #99afe7 8px, #fff 8px, #fff 100%) !important;
  background-position: -5px -5px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 18px;
  text-transform: none;
  border-radius: 0;
  color: #274BA7;
  border: 1px solid #325ecf;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  position: relative;
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
}

.btn-ghost:hover, .btn-ghost:active, .btn-ghost:focus {
  color: #476ed4;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

.button-container .btn {
	margin:0 15px 20px 15px;
}
.message_button{
	text-align:center;
	margin:10px 0;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float:none !important;
	text-align:center;
}

.save_button {
	clear:left;
	float:right;
	margin:0 20px 20px 0;
}

.btn_save {
	background-image:url("../img/btn_save.png");
	width:126px;
	height:35px;
	border:none;
	background-color:transparent;
}

.btn_save.active {
	background-image:url("../img/btn_save_active.png");
	width:126px;
	height:35px;
	border:none;
	background-color:transparent;
}

#btn_edit {
	margin-left:20px;
}

.btn_edit_lrg{
	background-image:url("../img/btn_edit_lrg.png");
	background-color:transparent;
	border:none;
	width:133px;
	height:41px;
}

.btn_submit {
	background-image:url("../img/btn_submit.png");
	background-color:transparent;
	border:none;
	width:126px;
	height:40px;
}

.btn_continue {
	background-image:url("../img/btn_continue.jpg");
	border:0;
	width:155px;
	height:35px;
}


/* Mobile Layout: 480px and below. */
 body {
	font: 18px/1.6 "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background-color:transparent;
}

.gridContainer {
	width: 994px;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

.container {
	background-color: #fff;
}

.hide_mobile {
  display: none;
}

/*global navigation*/
#global_nav {
  background-color: #274ba7;
  background-image: url("../img/diagonal-tight-darker.png");
  background-repeat: repeat;
  border-bottom: 2px solid #fd0;
  min-height: 110px;
}

.nav_inner {
  width: 1170px;
  max-width: 100%;
  min-height: 130px;
  margin: 0 auto;
}

.logo {
	padding-top:5px;
	float:left;
	width:255px;
}

.logo_text {
  float: right;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  padding-top: 5px;
}

.logo_text a {
	color: #fff;
}

.prev-year-link {
	color: #fd0 !important;
	font-weight:bold;
}

#main_content .prev-year-link {
  color: #06d !important;
}

/*Main Wrapper*/
#main_wrapper {
  background-image: url(../img/diagonal-lines.png);
  background-color: #f1f1f1;
}


/*Progress Bar*/
.progress-container {
	background-color: #fff;
  padding: 30px;
	width: 1170px;
	margin:0 auto;
}

.processbutton-container {
	text-align:center;
	margin-top:-64px;
}

.progress {
  position: relative;
  height: 30px !important;
}

.progress-bar  {
	background-color: #274ba7 !important;
}

.progress-completed.active {
	color: #fff;
}

.button_text {
	color:#333;
	font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
  font-size: 16px;
  padding-top: 3px;
}

.progress > .progress-type {
  position: absolute;
  left: 0px;
  font-weight: 800;
  padding: 3px 30px 2px 10px;
  color: rgb(255, 255, 255);
  background-color: rgba(25, 25, 25, 0.2);
}

.progress > .progress-completed {
  position: absolute;
  right: 0px;
  font-weight: 800;
  padding: 0 10px 2px;
}

.step {
 text-align: center;
}

.button_1 {
	background-image: url('../img/steps/icon-gray-1.png');
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.processbutton-container.activestep .button_1, .button_1.activestep {
	background-image: url('../img/steps/icon-active-1.png');
}

.button_2 {
	background-image: url('../img/steps/icon-gray-2.png');
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.processbutton-container.activestep .button_2, .button_2.activestep {
	background-image: url('../img/steps/icon-active-2.png');
}

.button_3 {
	background-image: url('../img/steps/icon-gray-3.png');
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.processbutton-container.activestep .button_3, .button_3.activestep {
	background-image: url('../img/steps/icon-active-3.png');
}

.button_4 {
	background-image: url('../img/steps/icon-gray-4.png');
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.processbutton-container.activestep .button_4, .button_4.activestep {
	background-image: url('../img/steps/icon-active-4.png');
}

.button_1.done, .button_2.done, .button_3.done, .button_4.done {
	background-image: url('../img/steps/icon-green.png');
	cursor:pointer;
}

table thead {
	background-color: #1a263c;
  color: #fff;
	text-transform:uppercase;
}

.table-locations thead {
	background-color: #06d;
}

/*Main Content*/
#main_content {
	background-color: #fff;
	min-height: 480px;
	height: auto;
}

#lower_content {
	clear:both;
	background-color: #fff;
	float:right;
	margin-bottom:30px;
	min-height:50px;
	height:auto;
	padding-top:10px;
}

table td, table th {
	padding-left:5px;
}

.highlight {
	background-color: #fbf1a7;
}
.popover {
	color:#274ba7;
	min-width:250px;
}

.blue_title {
	color:#3174e1;
	font-size:17px;
	margin:0;
}

.dkblue-bar {
	background-color:#1a263c;
	color: #fff;
	clear:both;
	font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
	font-size:30px;
	margin-bottom:3px;
	padding-left:15px;
	text-transform:uppercase;
}

.dkblue_header {
	color:#1a263c;
	font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
	font-size:18px;
	margin-bottom:20px;
}

.ltblue_header {
	color:#06d;
	font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
	font-size:22px;
	text-transform:uppercase;
}

.ltblue_header.disabled {
	color:#c3c3c3;
}

label.disabled {
	color:#c3c3c3;
}

.lightblue th {
	background-color:#3564d1;
	color: #fff;
	font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
	font-size:16px;
	padding:3px;
	text-transform:capitalize;
}


/*CA core package*/
#package_summary_ca td {
	width:50%;
}

.supp-options-row2 {
	border-top: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
  padding: 20px 0 20px 15px;
  margin-top: 20px;
	min-height:130px;
}

.packages-ca td {
	width:50%;
}

.packages-ca .checkmark {
	padding-left:20px;
}

/*recommended package additions*/
#additions {
	float:left;
}

#additions td {
	vertical-align:middle;
	text-align:center;
}

.selected_locations {
	font-size:13px;
}

.even {
	background-color:#f6f6f6;
}

.odd {
	background-color:#ebebeb;
}

.left {
	text-align:left !important;
}

/*package price*/
.package_price {
	border-top:1px solid #000;
	clear:both;
}

.package_price td.price1 {
	height:80px;
	text-align:center;
	vertical-align:middle;
	width:325px;
}

.package_price td.price2 {
	text-align:center;
	vertical-align:middle;
	width:668px;
}

/*supplemental options*/
.supplemental-section {
	margin-bottom:20px;
}

#locationsModal .scrollable {
	max-height: 250px;
  overflow-y: scroll;
}

#locationsModal .all-locations {
	border-bottom: 1px solid #333;
	margin-bottom:5px;
  width: 95%;
}

#posModal .modal-dialog {
    width: 100%;
}

#posModal .POS-agreement {
	max-height: 250px;
    overflow-y: scroll;
}

.POS-agreement {
	padding:10px;
	border:1px solid lightgray;
}

.POS-agreement .general li {
	list-style-type:lower-alpha;
}

/*additional program options*/
.section-program-options .panel .panel-body {
	min-height:160px;
	border:1px solid #ddd;
}

.section-program-options .panel-default {
	border: none;
}

.checkbox-inline input[type=checkbox] {
	top:4px;
}

.radio-inline+.radio-inline {
	margin-left:0;
}

.panel-group {
	margin-bottom:0;
}

.panel-package .panel-heading{
	background-color: #fff;
}

.panel-package .panel-title {
	color:#274ba7;
	font-weight: bold;
}

.select-buttons {
	margin-bottom:30px;
}

td.first{
	border-top:0 !important;
}

/*Step 2 - Update Info*/
.nav-tabs>li>a {
	background-color:#dbdfe4;
	padding:10px 13px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background-color:#274BA7;
	color: #fff;
}

.note {
	padding-top:15px;
	clear:both;
}

.tab-text{
	margin:10px 0 5px 15px;
}

.page-refresh {
	color:#274BA7;
}

/*marketing info table - tab 1*/
.table-mkt-contacts {
	margin-top:5px;
}

.table-mkt-contacts .store-name {
	border-bottom:none;
	margin-bottom:0;
}

/*store contact table - tab 2*/
.contact-card {
	border: 1px solid #ddd;
  max-width: 100%;
  margin: 20px 20px 20px 0;
	box-shadow: 0 1px 5px -1px #333;
  -webkit-box-shadow: 0 1px 5px -1px #333;
}

.store-name {
	font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
  color: #1a263c;
  border-bottom: 1px solid #000;
}

/*business info table - tab 3*/
.contact-card.hours {
	max-width: 100%;
  margin: 20px 20px 20px 0;
}

.store-dba {
	color:#274ba7;
	font-size:14px;
}

.store-hours p {
	margin:0;
}


/*social - tab 4*/
.table-social {
	margin-top:5px;
}

.table-social .store-name  {
	border-bottom:none;
	margin-bottom:0;
}

.social-icon {
	padding-right:10px;
}


/*Step 3*/
#package-summary .store-name	 {
	border-bottom:none;
	text-align:right;
}

#package-summary th {
	font-weight: normal;
	text-align: center;
}

#package-summary .store-th {
	text-align:right;
}

#package-summary .glyphicon-ok {
	color: #274ba7;
}

#package-summary h1 {
  font-size: 25px;
}

.discounts {
	border-bottom:3px solid #000;
	color: #0d9948;
}

.discounts td {
	border-top:1px solid #000 !important;
}

.discount {
	color: #0d9948;
}

.agreement_text input {
	max-width: 100%;
}

.summary-page label {
	color: #333;
	font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
}

.summary-page label.checkbox-inline {
	color: #333;
	font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
}

.conf-email-box {
	overflow-y:scroll;
	max-height:160px;
}

.hover:hover .tooltip { /* display tooltip on hover */
  opacity:1;
}

/*Global Footer*/
#global_footer {
	background-color: #274ba7;
  background-image: url("../img/diagonal-tight-darker.png");
  background-repeat: repeat;
  border-top: 2px solid #fd0;
	clear:both;
	min-height:60px;
	bottom:0;
}

.inner_footer {
  margin: 0 auto;
  max-width: 994px;
  padding: 30px 0;
}

.inner_footer td {
	text-align:center;
	vertical-align:middle;
}

.footer_float {
	float:left;
	width:33%;
}

.commerce_contact_info {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size:12px;
}

/*POP UP*/
#dialog_db_mkt {
	min-height:270px !important;
	height:auto !important;
}

.popup_header {
	border-bottom:1px solid #473f3f;
	color:#473f3f;
	font-family: "Open Sans", sans-serif;
    font-weight: 700;
	font-size:20px;
	text-align:center;
	text-transform:uppercase;
}

.popup_text {
	font-family: "Open Sans", sans-serif;
	font-size:16px;
}

table#pos_system {
	width:80%;
	margin:10px auto;
}

select#pos_system {
	width:200px;
}

table#agree{
	width:70%;
	margin:10px auto;
}

/*override popup styles*/
.edit_hours .ui-widget-header {
	background:none !important;
	background-color:#7d7d7d !important;
	border:none;
}

.database_popup .ui-widget-header {
	background:none !important;
	background-color:#7d7d7d !important;
	border:none;
}

#dialog_edit {
	height:240px !important;
	color:#FFF !important;
}

button.save {
	background-image:url("../img/btn_save_active.png") !important;
	background-color:transparent !important;
	border:none !important;
	width:130px;
	height:41px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default /* x button*/{
	/*background-image:url("../img/icon_x.png") !important;
	border:none !important;
	padding:0 5px 0 0 !important;*/
}

.ui-state-default .ui-icon {
	background-image:url("images/ui-icons_222222_256x240.png") !important;
	cursor:pointer;
}

.expand {
	text-decoration:none;
	padding:20px;
	display:block;
}

.expand:hover {
	text-decoration:underline;
	color:#002269;#002269;
}

.box {
  border-radius: 4px;
  padding:0 20px 20px 20px;
	margin-top:-15px;
	width: auto;
}

/*locations popups*/
.location_header {
	border-bottom:1px solid #000;
}

#change-language-a {
	float:left;
	padding-right:20px;
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

	/*STEP 1*/
	#posModal .modal-dialog {
		width: 55%;
	}
	/*store contact table - tab 1*/
	.contact-card {
		max-width: 330px;
		min-height:235px;
	}

	/*business info table - tab 2*/
	.contact-card.hours {
		max-width: 500px;
		margin: 20px 20px 20px 0;
	}
	.zeroMargin_desktop {
		margin-left: 0;
	}
	.hide_desktop {
		display: none;
	}
	/*STEP 3*/
	.agreement_text input {
		max-width:50%;
	}
}

.pt-70px {
	padding-top: 70px;
}

.pb-50px {
	padding-bottom: 50px;
}

.mb-20px {
	margin-bottom: 20px;
}

.package-cost {
	font-size: 4.5em;
	font-weight: 950;
	color: #000;
	line-height: 0.8;
}

.text-gy-ltblue {
	color:#06d;
}

.popover-content {
    font-family: "Barlow Semi Condensed", sans-serif !important;
    font-weight: 300 !important;
}