/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  STYLE OVERRIDES
////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------*/

#content a.post-edit-link { position: absolute; top: 0; right: 0; padding: 10px; display: none !important; background: white; border: 1px dotted; color: black; }
#content .post-preview:hover a.post-edit-link { display: block !important; }
.bot p a:last-child .nav-divider { display:none; }

/* ACF Google Map */

.acf-map { width: 100%; height: 400px; border: #ccc solid 1px; margin: 20px 0; }
.acf-map img { max-width: inherit !important; } /* fixes potential theme css conflict */

tr.GridViewScrollHeader div.gridViewScrollHelper { display:table-cell; vertical-align:middle; height:110px; }
#productTable_Fixed_Grid th { padding: 3px 8px; font-size:1.3em; }
#productTable_Content_Freeze_Grid td { padding: 3px 8px; font-size:1.3em; }
#productTable_Content_Freeze_Grid td div { display:table-cell; vertical-align:middle; }

table.productTable th,#productTable td{ padding: 3px 8px; font-size:1.3em; min-width:120px; }

/*******************
** Ajax Load More Button (Added here as well because there is a page with two buttons, the second of which has a -2. The rest of this is actually in master.css)
*******************/
#ajax-load-more-2.ajax-load-more-wrap {
  padding: 0;
  width: 100%; }

#ajax-load-more-2 .alm-btn-wrap {
  text-align: center;
  padding: 45px 0 0; }

#ajax-load-more-2 .alm-load-more-btn {
  display: inline-block;
  position: relative;
  background: #fb4a29;
  border: 1px solid #fb4a29;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50px;
  letter-spacing: normal;
  height: auto;
  min-width: 150px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1.6em;
  padding: 14px 30px;
  text-decoration: none;
  cursor: pointer;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin: 0; }

#ajax-load-more-2 .alm-btn-wrap .alm-load-more-btn.loading {
  padding-left: 54px; }
  #ajax-load-more .alm-btn-wrap .alm-load-more-btn.loading::before {
    left: 8px; }

#ajax-load-more .alm-load-more-btn.done, #ajax-load-more-2 .alm-load-more-btn.done { display: none; }

.flash-warning {
	background-color: red;
	transition: background-color 1s linear;
}

#distributor_help_popup {
	position: absolute;
	display:none;
	top:400px;
	left:50%;
	width:70%;
	max-width: 800px;
	height:800px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index:90;
	background-image: url("../images/bg-pattern-grid-on-black.png");
	background-color: #474848;
	border: 3px solid #fff;
	border-radius:7px;
	padding:20px 50px 50px 50px;
	color:#fff;
}
#distributor_help_popup.fancybox_version {
	top: 100px;
}
#distributor_help_scroll {
	overflow-y: auto;
	height:95%;
}
#distributor_help_close {
	font-size:30px;
	color:#fb4a29;
}
#distributor_help_close:hover {
	color:#fff;
}
#distributor_help_popup h3 {
	color:#fff;
	text-align:center;
	font-weight: bold;
	margin-bottom: 10px;
}
#distributor_help_popup ul,#distributor_help_popup li {
	list-style:disc outside none;
	margin:10px;
}
#distributor_help_popup li li {
	list-style:circle outside none;
	margin:10px;
}
li.form-field-disabled div input {
  pointer-events: none;
  border: 1px solid grey !important;
  background-color: #eee !important;
}

div.quick-links div.menu_help {
	background-color: #ffeeaa;
	padding:30px;
	font-size:1.5em;
}

.image-youtube {
	max-width: 480px;
}