
body {
	font-size: 14px;
    /*padding-top: 70px;*/
    /*padding-bottom: 20px;*/
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 0.5em 0;
    padding: 0;
}

.navbar {
	background: #f5f5f5;
	margin-bottom: 0;
}

#footer_bar {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,2b2b2b+37,1c1c1c+69,131313+100 */
	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top, #4c4c4c 0%, #2b2b2b 37%, #1c1c1c 69%, #131313 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #4c4c4c 0%,#2b2b2b 37%,#1c1c1c 69%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #4c4c4c 0%,#2b2b2b 37%,#1c1c1c 69%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */

	color: #ddd;

	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
	z-index: 1000 !important;

}

#footer_bar a {
	color: #8fb6d8;
}

.page-content {
	margin-top: 1em;
}

.hero-section {
	min-height: 400px;
	background-size: cover;
	background-position: center;
}

.hero-section.mini {
	min-height: 200px;
}

.hero-section h2 {
	margin-top: 0;
	color: white;
	text-align: center;
	padding-top: 3em;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}

@media (max-width: 600px) {
	.hero-section h2 {
		font-size: 1.8em;
	}
}

.hero-section h2.lower-right-dark {
	font-size: 40px;
	text-align: right;
	padding-top: 4em;
	/*padding-right: 2em;*/
	color: black;
	text-shadow: none;
	font-weight: bold;
}


.orange {
	color: #ffa500;
}

.center-blurb {
	text-align: center;
}

.center-blurb p {
	color: #666;
}

.center-blurb h4 {
	font-weight: normal;
}

.feature-box .feature-box-icon {
    float: left;
    font-size: 40px;
    /*color: #8dc73f;*/
    position: relative;
    top: -5px;
}

.feature-box .feature-box-info {
	margin-left: 65px;
}

.feature-box .feature-box-info p {
	color: #666;
}

.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}

h1 {
	/*font-size: 1.5em;*/
	font-size: 2em;
}

.signup-form-well {

	/*background: rgba(232, 247, 255, 1);*/

	padding: 10px;
	border-radius: 5px;
	border: 1px solid #eee;


	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8f7ff+0,ffffff+100 */
	background: #e8f7ff; /* Old browsers */
	background: -moz-linear-gradient(top, #e8f7ff 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e8f7ff 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e8f7ff 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f7ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.signup-form-well h2 {
    background: #4fc1ff;
    color: #fff;
    margin: -10px -10px 10px -10px;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    padding: 10px;
}

.signup-form-well h4 {
	border-bottom: 1px solid #83bbcc;
	padding-bottom: 6px;
    margin-bottom: 4px;
}


.glyphicon.normal-right-spinner {
    -webkit-animation: glyphicon-spin-r 2s infinite linear;
    animation: glyphicon-spin-r 2s infinite linear;
 	
}

.ad-manager-header{
	background-color: #5381cc;
/*background-color: #212f3e;*/
}

.ad-manager-header h3 {
/*	font-weight: 400;
	color: white;*/
}

.ad-manager-nav>li>a:hover, .ad-manager-nav>li>a:focus{
	/*background-color: #1223;*/
	/*text-decoration: underline;*/
}

.ad-manager-nav {
	position: relative;
}

/*style our sliders*/

.range-slider {
  /*margin: 60px 0 0 0%;*/
}

.range-slider {
  width: 100%;
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  /*padding: 0;*/
  /*margin: 0;*/
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #1abc9c;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-moz-range-thumb {
  background: #1abc9c;
}

.range-slider__value {
  /*display: block;*/
  /*position: relative;*/
  width: 60px;
  /*color: #fff;*/
  /*line-height: 20px;*/
  text-align: center;
  border-radius: 3px;
  background: #2c3e50;
  padding: 5px 10px;
  /*margin-left: 8px;*/
}
.range-slider__value:after {
  /*position: absolute;*/
  /*top: 8px;*/
  /*left: -7px;*/
  /*width: 0;*/
  /*height: 0;*/
  /*border-top: 7px solid transparent;*/
  /*border-right: 7px solid #2c3e50;*/
  /*border-bottom: 7px solid transparent;*/
  content: "";
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}


/* end range slider styles*/

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
	/*background-color: #1223;*/

}

.navbar-nav>li>.dropdown-menu{
		/*background-color: #5381cc;
			color: white;*/


}
.navbar-nav>li>.dropdown-menu>li>a{
		/*background-color: #5381cc;
			color: white;*/
				min-width: 200px;



}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
		/*background-color: #1223 !important;
		background-image: none;*/

}

.dropdown-menu>li:hover, .dropdown-menu>li:focus{
	/*	background-color: #1223 !important;
		background-image: none;*/


}

.dropdown-menu .divider{
	background-color: #1223;
}

.profile-drop{
	display: inline-block; 
	float: right;
	padding-top: 10px;
}
.connected-button{
	display: inline-block; 
}

.connect-button{
	margin-top: 30px;
	margin-bottom: 60px

}

.connect-header{
	margin-top: 40px;
}

.processing-button {
	align: right;
}

.run-container {
	padding-top: 20px;
}

#progressTest {
	margin-top: 20px;
}

#fullResponse {
		margin-top: 20px;
}

@-webkit-keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}




/*.nav-email {
	padding: 0px;
	margin: 5px, 0px, 0px, 10px;
	position: relative;
	display: inline-block;
	top: 15px;

}*/

/*.country-US {
	background:url(/img/usa-50.png) no-repeat 0px 0px;
	display: inline-block;
	position: relative;
	top: 13px;
	height: 20px;
	width: 25px;
}*/

/*.profile-name{
	display:  inline-block;
	margin-left: 5px;
	height: 20px;
	width: 80px;
}*/

/*.country-CA {
	padding-left:25px;
	padding-right: 10px;
	background:url(/img/can-50.png) no-repeat 0px -10px;
	display: inline-block;
	height: 30px;
	width: 50px;
}

.country-MX {
	padding-left:25px;
	padding-right: 10px;
	background:url(/img/mex-50.png) no-repeat 0px -10px;
	display: inline-block;
	height: 30px;
	width: 50px;
}*/

#active-profile {
	margin-top: 7px;
}


.ppcLogo {

	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	margin-bottom: -50px;
		background:url(/img/SamuraiPPCLogo.svg) no-repeat 0px -10px;
		display: inline-block;
	height: 200px;
	width: 360px;

}



#active-profile > a.dropdown-toggle {
	padding: 5px;
	/*padding-top: 10px;*/
	/*padding-bottom: 2px;*/
	/*vertical-align: middle;*/
	/*min-width: 300px;*/
}

.advanced-settings {
	position: absolute;
	width: 200px;
	left: auto;
	right: auto;
	bottom: 0px;
}

/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.optimizer-tab {
	padding: 20px;
}
.optimizer-tab a {
}

#asin-input {
}

.run-help {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

.config-row {
	background-color: #e8e8e8;
	margin: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 4px;
}
.config-header {
	margin-left: 20px;
	margin-right: 20px;
}

.result-item-confirmed {
	background-color: #e3e3e3;
	color: #999999;
}

.result-item-skipped {
	background-color: #bbb;
	color: #999999;
}

.result-item-row {
	background-color: #e8e8e8;
	margin: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 4px;
}
.result-item-header {
	margin-left: 3px;
	margin-right: 3px;
}

.config-row li , .config-header li , .result-item-row li {
	list-style: none;

}

.dropdown-email {
	padding-left: 20px;
	padding-top: 7px;
}

.invisible {
	visibility: hidden;
}

.padding-md { padding: 1em 0; }

.padding-right-md { padding-right: 1em; }

.control-header{width: 200px;}

.theme-drop{
	padding: 15px;
	margin-right: 20px;
	text-align: right;
	color: black;
}


.theme-Dark {
	background-color: black;
	color: white;
}

.theme-Calm {
	background-color: #f5e6d3;
	color: #3b7592;
}

/*override bootstrap popover max width*/
.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

/*li:nth-child(even) {background: #CCC}*/
/*li:nth-child(odd) {background: #FFF}*/

/* spinner css*/
.fa-spinner {
	 display: inline-block;
    width: 100%;
   	font-size: 2em;
   	color: #f2c246;
    animation: spin 2s linear infinite;
}

.fa-check-circle{
	 display: inline-block;
    /*width: 100%;*/
   	font-size: 2em;
   	color: green;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* bootstrap-vue table additional styling*/
.reset-days-icon {
	color: #007bff;
}

.reset-days-icon:hover {
	cursor: pointer;
	color: #0051a8;
}

tr td .fa-check-circle, tr td .fa-spinner {
	text-align: center;
	vertical-align: middle;
}
	
tr td {
		display: table-cell;
       /* width: 250px;
        height: 200px;
        padding: 10px;
        border: 3px dashed #1c87c9;*/
        vertical-align: middle !important;
        font-size: 0.9em;
    }	
 
[v-cloak] {display: none}

.adgroup{
	padding-left: 4em;
}
.entity-icon{
	padding-left: 1em;
		padding-right: 1em;

}

/*datepicker styles*/

.input-date {
  display: block;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 14px;
  width: 22em;
  cursor: pointer;
}
/*.input-date::after {
  content: "▼";
  float: right;
  font-size: smaller;
}*/
.input-caret {
  float: right;
  font-size: smaller;
}
.active-preset {
  border: 1px solid #0096d9;
  color: #0096d9;
  border-radius: 3px;
}
.months-text {
  text-align: center;
  font-weight: bold;
}
.months-text .left {
  float: left;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMxLjQ5NCAzMS40OTQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMxLjQ5NCAzMS40OTQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KPHBhdGggZD0iTTEwLjI3Myw1LjAwOWMwLjQ0NC0wLjQ0NCwxLjE0My0wLjQ0NCwxLjU4NywwYzAuNDI5LDAuNDI5LDAuNDI5LDEuMTQzLDAsMS41NzFsLTguMDQ3LDguMDQ3aDI2LjU1NCAgYzAuNjE5LDAsMS4xMjcsMC40OTIsMS4xMjcsMS4xMTFjMCwwLjYxOS0wLjUwOCwxLjEyNy0xLjEyNywxLjEyN0gzLjgxM2w4LjA0Nyw4LjAzMmMwLjQyOSwwLjQ0NCwwLjQyOSwxLjE1OSwwLDEuNTg3ICBjLTAuNDQ0LDAuNDQ0LTEuMTQzLDAuNDQ0LTEuNTg3LDBsLTkuOTUyLTkuOTUyYy0wLjQyOS0wLjQyOS0wLjQyOS0xLjE0MywwLTEuNTcxTDEwLjI3Myw1LjAwOXoiIGZpbGw9IiMwMDZERjAiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==");
}
.months-text .right {
  float: right;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMxLjQ5IDMxLjQ5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMS40OSAzMS40OTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8cGF0aCBkPSJNMjEuMjA1LDUuMDA3Yy0wLjQyOS0wLjQ0NC0xLjE0My0wLjQ0NC0xLjU4NywwYy0wLjQyOSwwLjQyOS0wLjQyOSwxLjE0MywwLDEuNTcxbDguMDQ3LDguMDQ3SDEuMTExICBDMC40OTIsMTQuNjI2LDAsMTUuMTE4LDAsMTUuNzM3YzAsMC42MTksMC40OTIsMS4xMjcsMS4xMTEsMS4xMjdoMjYuNTU0bC04LjA0Nyw4LjAzMmMtMC40MjksMC40NDQtMC40MjksMS4xNTksMCwxLjU4NyAgYzAuNDQ0LDAuNDQ0LDEuMTU5LDAuNDQ0LDEuNTg3LDBsOS45NTItOS45NTJjMC40NDQtMC40MjksMC40NDQtMS4xNDMsMC0xLjU3MUwyMS4yMDUsNS4wMDd6IiBmaWxsPSIjMDA2REYwIi8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=");
}
.calendar-root,
.calendar-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.calendar-right-to-left {
  margin-left: -460px;
}
.calendar {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 700px;
  font-size: 12px;
  height: 300px;
  box-shadow: -3px 4px 12px -1px #ccc;
  background: #fff;
  position: absolute;
  z-index: 9;
}
.calendar-head h2 {
  padding: 20px 0 0 20px;
  margin: 0;
}
.close:hover {
  cursor: pointer;
}
.close{
  float: right;
  padding: 0 10px;
  margin-top: -35px;
  font-size: 32px;
  font-weight: normal;
}
.calendar ul {
  list-style-type: none;
}
.calendar-wrap {
  display: inline-block;
  float: left;
  width: 75%;
  padding: 10px;
}
.calendar-range {
  float: left;
  padding: 0 12px;
  border-left: 1px solid #ccc;
  margin: -2px;
}
.calendar-left-mobile {
  width: 100% !important;
}
.calendar_month_left,
.calendar_month_right {
  float: left;
  width: 43%;
  padding: 10px;
  margin: 5px;
}
.calendar_weeks {
  margin: 0;
  padding: 10px 0;
  width: auto;
}
.calendar_weeks li {
  display: inline-block;
  width: 13.6%;
  color: #999;
  text-align: center;
}
.calendar_days {
  margin: 0;
  padding: 0;
}
.calendar_days li {
  display: inline-block;
  width: 13.6%;
  color: #333;
  text-align: center;
  cursor: pointer;
  line-height: 2em;
}
.calendar_preset li {
  line-height: 2.6em;
  width: auto;
  display: block;
}
.calendar_days li:hover {
  background: #eee;
  color: #000;
}
li.calendar_days--disabled{
   pointer-events: none;
}
li.calendar_days_selected {
  background: #005a82;
  color: #fff;
}
li.calendar_days_in-range {
  background: #0096d9;
  color: #fff;
}
.calendar_preset {
  padding: 0;
}
.calendar_preset li.calendar_preset-ranges {
  padding: 0 15px 0 10px;
  margin-bottom: 2px;
  cursor: pointer;
  margin-top: 1px;
}
.calendar_preset li.calendar_preset-ranges:hover {
  background: #eee;
}
.calendar-mobile {
  width: 260px;
  z-index: 1;
  box-shadow: none;
}
.calendar-range-mobile {
  width: 90%;
  padding: 2px;
  border-left: none;
  margin: -20px 0;
}
.calendar-btn-apply {
  width: 100%;
  background: #f7931e;
  color: #fff;
  border: none;
  padding: 5px;
  font-size: 14px;
}

/* table hover buttons */

 tr .config-metric {
 	opacity:0.1;
  padding:0;
	vertical-align: middle;	
	position: relative;

 }

 tr .config-metric-acos {
  padding:0;
  vertical-align: middle; 
  position: relative;

 }

 tr .config-button {
 	opacity:0.1;
	vertical-align: middle;	
	 color:#A9A9A9;
	 	position: relative;


 }

.source-not-set-alert {
	position: absolute;
}

 tr .config-button:hover { 
	  cursor: pointer;
	  color:#363636;
 }

tr:hover .config-button, tr:hover .config-metric { opacity:1;
						 }

tr:hover .source-not-set-alert {
	display: none;
}

.config-campaign-name{
  /*width: 20em;*/
}

.config-default-value {
 width:1.5em;;
    height:1.5em;
    border-radius:50%;
    font-size:1.1em;
    color:#fff;
    line-height:1.5em;
    text-align:center;
    background:grey;
    display: inline-block;
    font-weight: bold;
    	position: relative;

}

.config-clear-value {
 width:1.5em;;
    height:1.5em;
    border-radius:50%;
    font-size:1.1em;
    line-height:1.5em;
    text-align:center;
    display: inline-block;
      position: relative;

}

.config-value {
   width:1.5em;;
    height:1.5em;
    border-radius:50%;
    font-size:1.1em;
    color:#fff;
    line-height:1.5em;
    text-align:center;
    background:#007bff;
    display: inline-block;
    font-weight: bold;
    	position: relative;

}


.match-type-value {
   width:1.5em;;
    height:1.5em;
    border-radius:50%;
    font-size:1.1em;
    color:#fff;
    line-height:1.3em;
    text-align:center;
    background:#0057B5;
    display: inline-block;
    /*font-weight: bold;*/
    position: relative;
    opacity:1;
    padding:1px;
    vertical-align: middle; 
    cursor: default;
}

.state-value {
  width:1.5em;;
   height:1.5em;
   border-radius:50%;
   font-size:1.1em;
   color:#fff;
   line-height:1.3em;
   text-align:center;
   /* background:#0057B5; */
   display: inline-block;
   /*font-weight: bold;*/
   position: relative;
   opacity:1;
   padding:1px;
   vertical-align: middle; 
   cursor: default;
}

.match-type-exact {
    background:#0057B5;
}
.match-type-exact::after {
    content:"E";
}
.match-type-phrase {
    background:#007BFF;
}
.match-type-phrase::after {
    content:"P";
}
.match-type-broad {
    background:#4CA3FF;
}
.match-type-broad::after {
    content:"B";
}
.match-type-neg-exact {
    background:#CC0000;
}
.match-type-neg-exact::after {
   content: "Ne";
   font-size: 0.9em;
}



.match-type-neg-phrase {
    background:#FF1E4C;
}
.match-type-neg-phrase::after {
    content: "Np";
    font-size: 0.9em;
}

.match-type-auto {
    background:#636158;
}
.match-type-auto::after {
    content: "A";
}



/*camp-match-type*/


 .camp-type-option:before {
   width:1.5em;;
    height:1.5em;
    border-radius:50%;
    font-size:1.1em;
    color:#fff;
    line-height:1.3em;
    text-align:center;
    background:#0057B5;
    display: inline-block;
    /*font-weight: bold;*/
    position: relative;
    opacity:1;
    padding:1px;
    vertical-align: middle; 
    cursor: default;
    margin-right: 0.4em;
   
}

 

 .camp-match-type-exact:before {
    background:#0057B5;
}
.camp-match-type-exact:before {
    content:"E";
}
.camp-match-type-phrase:before {
    background:#007BFF;
}
.camp-match-type-phrase:before {
    content:"P";
}
.camp-match-type-broad:before{
    background:#4CA3FF;
}
.camp-match-type-broad:before {
    content:"B";
}


.config-value-extractor:hover {
	background:#001F9E;
	cursor: default;
}

.more-circle:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 1px;
  margin-left: -1px;
  margin-top: -1px;
  background-color: white;
  border-radius: 50%;
  box-shadow: -6px 0 0 2px white, 0px 0 0 2px white, 6px 0 0 2px white;
}

/*vue dropdown searchable select styles*/

.dropdown {
  position: relative;
  display: block;
  margin: auto;
}
.dropdown .dropdown-input {
  background: #fff;
  cursor: pointer;
  border: 1px solid #e7ecf5;
  border-radius: 3px;
  color: #333;
  display: block;
  font-size: 0.8em;
  padding: 6px;
  min-width: 350px;
  max-width: 350;
}
.dropdown .dropdown-input:hover {
  background: #f8f8fa;
}
.dropdown .dropdown-content {
  position: absolute;
  background-color: #fff;
  min-width: 248px;
 /* max-width: 248px;*/
  border: 1px solid #e7ecf5;
  box-shadow: 0px -8px 34px 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.dropdown .dropdown-content .dropdown-item {
  color: black;
  font-size: 0.7em;
  line-height: 1em;
  padding: 8px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.dropdown .dropdown-content .dropdown-item:hover {
  background-color: #e7ecf5;
}
.dropdown .dropdown:hover .dropdowncontent {
  display: block;
}

/*vue table classes*/
.negative-reason{
  max-width: 9em;
}
.bids-reason{
  min-width: 12em;
   max-width: 12em;
}
.extractor-reason{
  max-width: 12em;
}

.extractor-keyword-text{

}

.bids-campaign-text{
    max-width: 10em;

}
.bids-keyword-text{
    width: 7em;

}

.keyword-extractor-config{
    min-width: 12em;

}
.keyword-extractor-actions{
    min-width: 5em;

}
.negative-keywords-config{
    min-width: 12em;

}

.extractor-campaign-text{

}

.negative-control{
  width: 7em;
}
.col-data{
  font-size: 0.9em; margin-bottom:0px; line-height:1em;
}

.edit-bid:hover{
 cursor: pointer;
 color: #007BFF;
}

.save-bid-edit{
 color: green;
 padding-top: 5px;
 padding-right: 2px;
 padding-left: 2px;
}
.save-bid-edit:hover{
 cursor: pointer;
  
}

.cancel-bid-edit{
  color:red;
}
.cancel-bid-edit:hover{
 cursor: pointer;
}

.edit-bid-input::-webkit-inner-spin-button, 
.edit-bid-input::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


.edit-bid-input-group{

}

.edit-keyword-input-group{
  position: relative;
    display: inline-block; 
}
.edit-keyword-input{
  width: 100%;
  height: 2em;
  font-size: 0.9em;
  background-color: transparent;
    border: 0px solid;
}
.edit-keyword-input:focus{
  outline: none;
}

.edit-campaign-name-preview-input{
  width: 100%;
  height: 2em;
  font-size: 0.9em;
  background-color: transparent;
    border: 0px solid;
}

.edit-campaign-name-preview-input:focus{
  outline: none;
}

.edit-bid-preview-input-group{
  position: relative;
    display: inline-block; 
}
.edit-bid-preview-input{
  width: 4em;
  height: 2em;
  font-size: 0.9em;
  background-color: transparent;
  /*  border: 0px solid;*/
}
.edit-bid-preview-input:focus{
/*  outline: none;*/
}

.edit-group-controls{
   position: relative;
    display: inline-block; 
}
.edit-bid-input{
  width: 4em;
  height: 2em;
  font-size: 0.9em;
}

.edit-bid-controls{
  margin-top: 3em;
  position: relative;
    display: inline-block; 
    float: right;
}

.bid-col{
  min-width: 6.5em;
}

.undo-bid{
  text-decoration: underline;
  cursor: pointer;
  margin-left: 3px;
  color: #007bff;
}

.undo-bid:hover{
  color: #082796;
}

.headcol {
  position: absolute;
  width: 12em;
  left: 1em;
  top: auto;
  border-top-width: 1px;
  /*only relevant for first row*/
  margin-top: -1px;
  /*compensate for top border*/
  overflow: ellipsis;
}


.edit-product-name:hover{
 cursor: pointer;
 color: #007BFF;
}


.snooze-bid{
 color: blue;
 font-size: 1.5em;
 padding-left:2em;
 padding-top:0;
 padding-bottom:0;

}

.ignore-bid{
 color: blue;
 font-size:1.5em;
 padding-left:2em;
  padding-top:0;
 padding-bottom:0;
}


/* path {
 stroke: steelblue;
    stroke-width: 2;
    fill: none;
} */

.bid-line{
  stroke: red;
    stroke-width: 2;
    fill: none;
}

.axisy1 line{
  stroke: red;
}

.axisy1 path{
  stroke: red;
}

.axisy1 text{
  fill: red;
}  
.axisy line{
  stroke: steelblue;
}

.axisy path{
  stroke: steelblue;
}

.axisy text{
  fill: steelblue;
}  

.graph_metric1{
  color: steelblue;
  font-weight: bold;
}
.graph_metric2{
  color: red;
  font-weight: bold;

}

.metric1_container{
width: 10em;
/*float: left;*/
}

.metric2_container{
width: 10em;
float: right;

}

.hoverelhide{
  display:none;
}

.first-column{
width: 40%

}

.first-column-placement{
width: 20%;

}
.first-column-keyword{
    width: 10%;

    max-width: 10%;
    min-width: 10%;
    padding-right 1.125em;
}

.negative-controls-col{
  width: 25em;
  max-width: 25em;
  min-width: 25em;
  padding-right 1.125em;
}
.negative-button-group{
  /* display: inline-block; */
  width: 22em;
  max-width: 22em;
  min-width: 22em;
}

.amz-link{
  /* padding-top: 5px; */
  margin-right: 5px;
  vertical-align: middle;
  font-size: 2em; 
  display: inline-block;
}

.bid-controls-col{
  width: 14em;
  max-width: 14em;
  min-width: 14em;
  padding-right 1.125em;
}

.neg-button{
  width: 7em;

}

.first-column-neg-keyword{
  width: 11%;
  max-width: 11%;
  min-width: 11%;
  padding-right 1.125em;
}


.first-column-admin{
    width: 400px;

    max-width: 400px;
    min-width: 400px;
    
}
.keyword-column-admin{
    width: 200px;

    max-width: 200px;
    min-width: 200px;
    
}
.second-column-keyword{
    width: 10%;
    max-width: 10%;
    min-width: 10%;
    padding-right: 1.125em;
}
.column-metrics{
    width: 3%;
    max-width: 3%;
    min-width: 3%;
    padding-right: 1.125rem;
}

.column-select{
  width: 1%;
  max-width: 1%;
  min-width: 1%;
  padding-right: 1rem;
}

.column-controls{
  width: 4%;
  max-width: 4%;
  min-width: 4%;
  padding-right: 1.125rem;
}

.child-campaign{
  width: 15em;
  max-width: 15em;
  min-width: 15em;
  padding-right: 1.125rem;
}

.child-match-type{
  width: 10em;
  max-width: 10em;
  min-width: 10em;
  padding-right: 1.125rem;
}


.child-error{
  width: 15em;
  max-width: 15em;
  min-width: 15em;
  padding-right: 1.125rem;
}
.child-bid{
  width: 10em;
  max-width: 10em;
  min-width: 10em;
  padding-right: 1.125rem;
}

.tr-bulk-check{
    width: 2%;
    padding-right: 0px !important;
    
    
    

}
.cancel-link{
  color: steelblue;
}
.cancel-link:hover{
  text-decoration: underline;
  cursor: pointer;
}



.first-column-ad-group{
width: 25%;

}
.adjustement-column-placement{
  width: 10%;
}

.first-column-budget{
width: 30%;

}
.status-type-enabled{
color: green;

}
.status-type-spent{
color: red;

}
.status-type-paused{
color: orange;

}

.budget-column{
width: 7%
}
.budget-maxed-column{
width: 10%
}


.camp-child-table{
  border: 0px solid black !important;
  padding: 0px solid black !important;
  /*border: 0px solid black;*/
}

.icon-button:hover{
  cursor: pointer;
  color: royalblue;

}

.bigger-dd{
  font-size: 1em;
  cursor: default;
  /*color: ;*/
}

.bigger-dd:hover{
  cursor: pointer;
  color: royalblue;
}

.campaign-override-button{
  /*font-size: 1em;*/
  cursor: default;
  /*color: ;*/
}

.campaign-override-button:hover{
  cursor: pointer;
  color: white;
  background: rgb(0, 123, 255);
}

.margin-left-5{
  margin-left:5px;
}

.collapse-inner{
  padding: 1em;
}

.table-heading{
  font-size: 2em;
}

.fixedElement {
  
    position:fixed;
    top:10px;
   /* width:100%;*/
    z-index:100;
}

.clear-tooltip {
  min-height: 2em;
}


/*task col head*/

.task-col-head{
  font-size: 0.7rem;
}

#task-week-table thead tr th{
  padding: 1px;
  margin:1px;
  min-width: 2rem;
  max-width: 2rem;
  min-height: 2rem;
  max-height: 2rem;
  white-space: nowrap;
}


#task-week-table thead tr th div{
  transform: 
    /* Magic Numbers */
   /* translate(25px, 51px)*/
    /* 45 is really 360 - 45 */
    rotate(315deg);
  width: 2rem;
  height: 2rem;
  margin-left: 2px;
  padding: 0;
}
#task-week-table tbody tr td{
  padding: 0px;
  margin: 0px;
  min-width: 2rem;
  max-width: 2rem;
  min-height: 2rem;
  max-height: 2rem;
  height: 2rem;
  position: relative;
}

#task-week-table tbody tr td:hover{
   background-color: rgba(200, 247, 197, 0.5);

}

.task-hour-pre-check-background{
  background-color: rgba(200, 247, 197, 0.7);
  margin:0;
}

.task-click-box{
  position:absolute; top:0; bottom:0; left:0;
  height: 100%;
  width: 100%;
}

.task-hour-check{
  width: 100%;
  height: 100%;
  /*position: relative;*/
}
.task-hour-pre-check{
width: 1rem;
  height: 2rem;
  margin:0;

  /*padding: 0.75em;*/
  /*border: 1px solid lightgrey;*/
}

/*.task-hour-pre-check:hover{
  background-color: limegreen;
   background-color: rgba(200, 247, 197, 0.5);
}*/

.local-config-button{
  margin-left: 1em;

}
.local-config-button:hover{
  cursor: pointer;
  color: darkgrey;
  
}

.toggle-col-hover:hover{
  cursor: pointer;
  /*background-color: rgba(200, 247, 197, 0.7);*/
}
 

.toggle-col-hover:hover + #task-week-table tbody tr td:hover{
    background-color: rgba(226, 106, 106, 1); /*rgba(200, 247, 197, 0.7);*/
}

.legend{
  font-size: 2em;
  margin-left: 2em;
}
.legend-icon{
  font-size: 1.5rem;
   margin-left: 2em;
}

/*.col-hover{
   background-color: rgba(200, 247, 197, 0);
}*/

.bid-hist-controls{
  min-width: 12em;
   max-width: 12em;
}

#mws-help{
   color: steelblue;
}
#mws-help:hover{
   color: steelblue;
   cursor: pointer;
}

.hide-in-iframe, .hide-in-iframe-flex, .hide-in-iframe-inline, .hide-in-iframe-inline-block {
  display: none;
}
.show-in-iframe, .show-in-iframe-flex, .show-in-iframe-inline, .show-in-iframe-inline-block {
  display: none;
}

/*scrollable table*/

table.my-table-scroll,
table.my-table-scroll>thead,
table.my-table-scroll>tbody,
table.my-table-scroll>tfoot,
table.my-table-scroll>tbody>tr,
table.my-table-scroll>thead>tr {
  width: 100%;
  display: block;

  #min-width: 100%;

}

table.my-table-scroll>thead,
table.my-table-scroll>tbody,
table.my-table-scroll>tfoot {
  display: block;
  width: 100%;
  overflow-y: scroll;
}

table.my-table-scroll>thead,
table.my-table-scroll>tfoot {
  height: auto;
}

table.my-table-scroll>tbody {
    max-height: 400px;
    min-width: 100%;
    #max-width: 1500px;
}

table.my-table-scroll>thead>tr>th,
table.my-table-scroll>thead>tr>td,
table.my-table-scroll>tbody>tr>th,
table.my-table-scroll>tbody>tr>td,
table.my-table-scroll>tfoot>tr>th,
table.my-table-scroll>tfoot>tr>td {
 # display: inline-block;
 # width: 2em;
 padding-right: 1.125rem;
 word-break: break-all;
}


/*.stickyHeader {position: sticky !important;}*/

.b-table-sticky-header{min-height: 400px; max-height:900px;}


.tableFixHead          { overflow-y: auto; height: 100px; }
.tableFixHead thead th { position: sticky; top: 0; }


.dash-header{
 color:#f2c246; 

}
.dash-header-bolder{
  color:#f2c246; 
  font-weight: bolder;
}


/*automator item table*/

.camp-children-filler{

}

.column-bidding{
    width: 20px;
}

.profile-table-name{
  width: 15em;
  max-width: 15em;
  min-width: 15em;
}
.edit-profile-name-input-group{
  position: relative;
    display: inline-block; 
}
.edit-profile-name-input{
  width: 80%;
  height: 2em;
  font-size: 0.9em;
  background-color: transparent;
    border: 0px solid;
}
.edit-profile-name-input:focus{
  outline: none;
}

.amazon-profile-breadcrumb{
  background-color: white;
}

.first-column-automator{
    width: 20%;
}

.first-column-children{
    width: 20%;
}

.out-of-budget{
  color: red;
}

.helpbutton{
  font-size: 1.2em;
}

.help-popover-inner{
  
  min-width: 160px; 
  min-height: 160px;
  /* position: fixed; */
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}


.outer-help-popover{
  margin: 0;
  padding: 0;
}
.help-popover{
  margin: 0;
  padding: 0;
}
.report-a-problem{
  position: absolute;
  bottom: 10px;
  width: 160px;
  /* height: 40px; */
   /* margin: 3px 0px;  */
   padding-top: 6px;
  border-top: 1px solid black;
}

.getting-started{
  padding-top: 6px;
  border-top: 1px solid black;
  text-decoration: none;
  display: block;
  width: 160px;

}




.help-link{
  color: black;
  border-color: #c6c7c8;
}
.help-link:hover{
  cursor: pointer;
  text-decoration: none;
  color: #c6c7c8;
}

.ellipsis {
  font-size: 0.9em;
  width: 6em; 
  text-align:left;
  margin-left: 2px;
}

.ellipsis:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 900ms infinite;      
  animation: ellipsis steps(4,end) 900ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0;
}

@keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}


.asin-sku-option{

margin-right: 2px;
font-size: 1.4em;
}

.asin-sku-selected{

  margin: 2px;
  font-size: 1em;
  }

  .stepper-nav{
    border: none;
    /* background-color:  */
  }

  .stepper-nav-wrapper{
    /* background-color: pink; */
  }

  /* .stepper-nav > .nav-item{
    background-color: pink;
    border: 1px solid black;
    position: relative;
  }

  .stepper-nav > .nav-item:not(:last-child){
  
    margin-right: 20%;
   
  } */
.stepper-arrow{
  width: 100%;
  display: block;
}
  .stepper-separator-line{
    /* background-color: pink; */
    border: solid #dddddd;
    border-width: 0 0 4px 0;
    display: inline-block;
    padding: 2em;
    width: 50%;
   
  }
  .stepper-separator-arrow-right{
    /* background-color: pink; */

    border: solid #dddddd;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: -16px;
    margin-bottom: -4px;
  }

  



 
  .stepper-nav > .nav-item > .nav-link.stepper-active-nav-item.active  {
    border: none;
    /* border-image: none; */
      /* background: #aafaaa; */
      color: #098516;
      font-weight: bolder;

  }

  .stepper-nav > .nav-item > .nav-link {
    border: none;
    /* border-image: none; */
      /* background: #aafaaa; */
      color: grey;
      /* font-weight: bold; */

  }

  .stepper-icon-background{
    color: #dddddd;

  }
  .stepper-icon-front{
    color: rgb(185, 185, 185);

  }
  .stepper-icon-front.active{
    color: #74917b;

  }

  .stepper-icon-background.active{
    color: #d4edda;

  }
  
  .stepper-active-item {
    /* border: none !important; */
    /* border-image: none; */
    /* background-color: #eeeeee important!; */
  }

  .stepper-active-tab{    
    /* background-color: #eeeeee important!; */

    /* border: none;
    border-image: none; */
    /* color: green; */

  }

  .profile-country-code{
    min-width: 8em;
    max-width: 8em;
    width: 8em;
  }


  /*stepper css*/

  .md-stepper-horizontal {
    display:table;
    width:60%;
    margin:0 auto;
    background-color:#FFFFFF;
  /* 	box-shadow: 0 3px 8px -6px rgba(0,0,0,.50); */
  }
  .md-stepper-horizontal .md-step {
    display:table-cell;
    position:relative;
    padding:0px 24px;
  }
  
  /* .md-stepper-horizontal .md-step:active {
    border-radius: 15% / 75%;
  } */
  /* .md-stepper-horizontal .md-step:first-child:active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .md-stepper-horizontal .md-step:last-child:active {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  } */
  .md-stepper-horizontal .md-step:hover .md-step-circle {
    background-color:#757575;
    cursor: pointer;
  }
  .md-stepper-horizontal .md-step:first-child .md-step-bar-left,
  .md-stepper-horizontal .md-step:last-child .md-step-bar-right {
    display:none;
  }
  .md-stepper-horizontal .md-step .md-step-circle {
    width:11px;
    height:11px;
    margin:0 auto;
    background-color:#999999;
    border-radius: 50%;
    text-align: center;
    line-height:20px;
    font-size: 16px;
    font-weight: 600;
    color:#FFFFFF;
  }
  .md-stepper-horizontal.green .md-step.done .md-step-circle,
  .md-stepper-horizontal.green .md-step.active .md-step-circle {
    background-color:#00AE4D;
  }
  .md-stepper-horizontal.orange .md-step.done .md-step-circle,
  .md-stepper-horizontal.orange .md-step.active .md-step-circle {
    background-color:#F96302;
  }
  .md-stepper-horizontal .md-step.done .md-step-circle,  
  .md-stepper-horizontal .md-step.active .md-step-circle{
    background-color: rgb(33,150,243);
  }
  
  .md-stepper-horizontal .md-step.done .md-step-circle *,
  .md-stepper-horizontal .md-step.editable .md-step-circle * {
    display:none;
  }
  .md-stepper-horizontal .md-step.editable .md-step-circle {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  
  .md-stepper-horizontal .md-step .md-step-title {
    margin-top:4px;
    font-size:1em;
    /* font-weight:6  00; */
  }
  .md-stepper-horizontal .md-step .md-step-title,
  .md-stepper-horizontal .md-step .md-step-optional {
    text-align: center;
    color:rgba(0,0,0,.26);
  }
  .md-stepper-horizontal .md-step.active .md-step-title {
    font-weight: 600;
    color:rgba(0,0,0,.87);
  }
  .md-stepper-horizontal .md-step.active.done .md-step-title,
  .md-stepper-horizontal .md-step.active.editable .md-step-title {
    font-weight:600;
  }
  .md-stepper-horizontal .md-step .md-step-optional {
    font-size:12px;
  }
  .md-stepper-horizontal .md-step.active .md-step-optional {
    color:rgba(0,0,0,.54);
  }
  .md-stepper-horizontal .md-step .md-step-bar-left,
  .md-stepper-horizontal .md-step .md-step-bar-right {
    position:absolute;
    top:5px;
    height:1px;
    border-top:1px solid #DDDDDD;
  }

  .md-stepper-horizontal .md-step.done .md-step-bar-left,
  .md-stepper-horizontal .md-step.done .md-step-bar-right {
    border-top:1px solid rgb(33,150,243);
  }
  .md-stepper-horizontal .md-step.active .md-step-bar-left{
    border-top:1px solid rgb(33,150,243);
  }
  .md-stepper-horizontal.green .md-step.done .md-step-bar-left,
  .md-stepper-horizontal.green .md-step.done .md-step-bar-right {
    border-top:1px solid #00AE4D;
  }
  .md-stepper-horizontal.green .md-step.active .md-step-bar-left{
    border-top:1px solid #00AE4D;
  }
  

  .md-stepper-horizontal.orange .md-step.done .md-step-bar-left,
  .md-stepper-horizontal.orange .md-step.done .md-step-bar-right {
    border-top:1px solid #F96302;
  }

  .md-stepper-horizontal.orange .md-step.active .md-step-bar-left{
        border-top:1px solid #F96302;
  }
  .md-stepper-horizontal .md-step .md-step-bar-right {
    right:0;
    left:50%;
    margin-left:15px;
  }
  .md-stepper-horizontal .md-step .md-step-bar-left {
    left:0;
    right:50%;
    margin-right:15px;
  }

  .keyword-stepper-nav{
    display: none;
    /* background-color:  */
  }

  .dashboard-aggregate-boxes{
    float: left; 
    height: 120px; 
    width: 160px; 
    border: 1px solid gray; 
    text-align: center; 
    margin: 0 2px 0 2px;
  }

  .dashboard-aggregate-boxes-expanded{
    float: left; 
    height: 180px; 
    width: 160px; 
    border: 1px solid gray; 
    text-align: center; 
    margin: 0 2px 0 2px;
  }


  .agg-box-percentage{
    /*color:red;*/
    position: relative;
    top: -7px;
  }
.card-deck .card{
  margin-right: 2px;
  margin-left: 2px;
  position: relative;
}
.card-body {
  display: inline-table;
  padding: 10px;
  position: relative;
  height: 65%;
}
.dataloading {
  visibility: visible;
  background-color: yellow;
  color: black;
}
.datareturned {
  visibility: visible;
  background-color: green;
  color: white;
}
.dashboard-cost-column {
  color: red;
}
.dashboard-profit-column {
  color: green;
}
.dashboard-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.dashboard-table {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.dashboard-subcontainer {
  max-width: 95%;
}

#dashboard-data-table {
  max-width: 95%;
  margin-top: 10px;
}
.vizupdatebutton {
  visibility: visible;
  color: green;
}
.invizupdatebutton {
  visibility: hidden;
  color: white;
}
.forsearchonly {
  color: white;
  font-size: 1px;
}
.prevperiodclass {
  display: none;
  height: 70px;
}

.card-footer {
  display: none;
  padding: 5px 10px;
  position: relative;
  height: 35%;
}
.past-period-card {
  float: left;
  padding: 10px;
}

.previous-period-row {
  display:inline-block;
}

.item-index {
  display: block;
  position: relative;
  left: -35px;
  top: 15px; 
  height: 0px;
  width: 0px;
  visibility: hidden;
}

@media only print {
  .item-index {
    visibility: visible;
  }
}

.ss-text-control-danger{
    color: rgb(221, 125, 125);
    cursor: pointer;

  }
  .ss-text-control-danger:hover{
    text-decoration: underline;
    color: rgb(102, 54, 54);
  }

#user-message-wrapper {
  display: inline-block;
}

#user-message-block {
  display: none;
}

.cog-update-link {
  font-size: 8px; 
  position:relative; 
  top:-15px;
  color: blue !important;
  cursor: pointer;
}

a .cog-update-link {
  font-size: 8px; 
  position:relative; 
  top:-15px;
  color: blue !important;
  cursor: pointer;
}

.cog-update-link:hover {
  text-decoration: underline;
}

.aggboxprev {
  line-height: 1;
  padding: 5px 0px;
}

#custom-date-card {
  position: relative;
  width: 750px;
  margin: auto;
  display: none;
}

#custom-date-start-label, #custom-date-end-label {
  position: relative;
  float: left;
  top: 15px;
  margin-left: 15px;
}

.b-form-datepicker {
  float: left;
  width: 300px;
  border: none;
  padding: 0px;
}

#custom-date-card .form-control {
  position: relative;
  top: 3px;
}

#date-preset {
  position: relative;
  top: 5px;
  margin-bottom: 5px;
}
#custom-date-apply-wrapper {
  position: relative;
  top: 2px;
  left: 20px;
}

.top-prev {
  height: 35px;
}

.aggboxprev .top-prev {
  height: 15px;
}

#dashboard-data tr:nth-child(even) {
  background-color: #DEEFF5;
}

.list-item-description{
    position: absolute;
    top: 2px;
    left: 2px;
    font-weight: 100;
    font-size: smaller;
    
}

.wide-col{
    min-width: 400px;
}

#filtersearch {
  width: 250px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
  height: 30px;
}

#dashboard-table .tab-content {
  display: none;
}

#custom-filter-modal {
  position: fixed;
  /*top: 185px;*/
  top: 25px;
  left: 150px;
  height: 650px;
  width: 1160px;
  border: 1px solid blue;
  border-radius: 5px;
  background-color: white;
  z-index: 100;
  box-shadow: 1px 2px 3px 3px #ccc;
}
#dismiss_wrapper {
  height: 25px;
  width: 25px;
  position: relative;
  float: right;
  top: 10px;
  right: 10px;
}
#dismiss_selector_wrapper {
  height: 25px;
  width: 35px;
  position: relative;
  float: right;
  top: -5px;
  right: -20px;
}
#dismiss_wrapper img {
  height: 100%;
  width: 100%;
  cursor: pointer;
}
#dismiss_selector_wrapper img {
  height: 50%;
  width: 30%;
  cursor: pointer;
}
#modal-header-wrapper .modal-title {
  position: relative;
  top: 10px;
  font-size: 20px;
  text-align: center;
  width: 300px;
  margin: auto;
}
#modal-header-wrapper .modal-desc {
  position: relative;
  top: 25px;
  left: 25px;
}
#modal-controls-wrapper {
  position: absolute;
  bottom: 25px;
  right: 25px; 
}
#modal-items-search-wrapper {
  position: relative;
  top: 50px;
  left: 25px;
  width: 300px;
}
#all-items-box-wrapper {
  height: 370px;
  width: 1105px;
  border: 1px solid grey;
  position: relative;
  top: 60px;
  left: 25px; 
  border-radius: 5px;
  overflow-y: scroll;
}
.modal-checkbox-column {
  width: 100px;
}
.modal-asin-column {
  width: 125px;
}
.modal-sku-column {
  width: 275px;
}
.modal-title-column {
  width: 600px;
}
#modaltitle {
  position: relative;
  left: 25px;
  top: 45px;
  width: 300px;
}
#custom-filter-modal {
  display: none;
}
.tab-close img {
  position: relative;
  height: 10px;
  width: 10px;
  left: 13px;
  top: -8px;
}

.edit-cutstom-tab img {
  position: relative;
  height: 12px;
  width: 12px;
  top: 5px;
}

#column-selector-wrapper {
  display: none;
  width: 330px;
  border: 2px solid blue;
  padding: 10px;
  border-radius: 15px;
  z-index: 100;
  position: absolute;
  top: 270px;
  left: 180px;
  background-color: white;
}


/* lautomator styles */

.lautomator-full-banner.jumbotron {
  padding-top: 2rem;
  padding-bottom: 2rem;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa84c+0,ff7b0d+100;Orange+3D */
  background: #ffa84c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffa84c 0%, #ff7b0d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa84c', endColorstr='#ff7b0d', GradientType=0);
  /* IE6-9 */

}

.lautomator-full-banner.jumbotron h1 {
  font-size: 3.0rem;
  font-weight: bold;
}

.lautomator-full-banner.jumbotron .robot {
  font-size: 6.0rem;
  margin-top: -2.0rem;
  color: white;
}

.lautomator-full-banner.jumbotron .bullets {
  width: 70%;
}

.lautomator-full-banner.jumbotron .start-btn-holder {
  margin-top: -80px;
}

.lautomator-full-banner.jumbotron .beta {
  font-size: 1.3rem;
  color: #863d00;
}

.lautomator-mini-banner.jumbotron {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.3rem;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa84c+0,ff7b0d+100;Orange+3D */
  background: #ffa84c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffa84c 0%, #ff7b0d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa84c', endColorstr='#ff7b0d', GradientType=0);
  /* IE6-9 */

}

.lautomator-mini-banner.jumbotron h1 {
  font-size: 2.0rem;
  font-weight: bold;
}

.lautomator-mini-banner.jumbotron .robot {
  font-size: 3.25rem;
  margin-top: -1.5rem;
  color: white;
}

.lautomator-mini-banner.jumbotron .bullets {
  width: 70%;
}

.lautomator-mini-banner.jumbotron .start-btn-holder {
  margin-top: -80px;
}

.lautomator-mini-banner.jumbotron .beta {
  font-size: 1.3rem;
  color: #863d00;
}

.lautomator-mini-banner.jumbotron .atab-bar {
  position: absolute;
  bottom: 0;
  right: 20%
}

.lautomator-mini-banner.jumbotron .atab {
  /* background: black; */
  background: #d06300;
  /* border: 1px solid #9c7451; */
  padding: 5px 10px;
  color: white;
  border-radius: 5px 5px 0 0;
  display: inline-block;
  font-weight: bold;

}

.lautomator-mini-banner.jumbotron .atab:hover {
  text-decoration: none;
}


.lautomator .explain-card-ul {
  padding-inline-start: 20px;
}

.lautomator form label {
  font-weight: bold;
}

.lautomator .card-top-border {
  border-top: 3px solid rgb(254, 123, 13);
}

/* dashboard styles*/
#dashboard-graphs-card {
  width: 105%;
  height: 650px;
  margin: auto;
  padding: 0px;
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 860px; 
    max-width: 1360px;
    margin: 1em auto;
}
.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #EBEBEB;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 1360px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
  font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.extractor-invalid-text{
    text-decoration: line-through;
    color: red;
}

#create_filter_tab_button {
  height: 30px;
  position: relative;
}
#sku-detail-wrapper .campaign_wrapper {
    background-color: #E4E4E4;
    padding: 0 10px 10px 10px;
    border: 1px solid #A4A4A4;
    border-radius: 3px;
    margin-bottom: 10px;
}
#sku-detail-wrapper .data_block {
    background-color: #F4F4F4;
    padding: 10px;
    border-radius: 3px;
    border-color: #E4E4E4;
    margin-top: 10px;
    /*display: none;*/
}
#sku-detail-wrapper .campaign_block {
    color: blue;
    font-weight: bold;
    cursor: pointer;
    border: none !important;
    background-color: #E4E4E4;
    margin-top: 10px;
}
#sku-detail-wrapper .ad_group_block {
    color: blue;
    font-weight: normal;
    position: relative;
    left: 20px;
}
#sku-detail-wrapper .campaign_type {
    float: right;
}
#sku-detail-wrapper .ad_group_status {
    float: right;
    position: relative;
    right: 20px;
}

#sku-detail-wrapper .time-label {
    font-weight: bold;
    width: 100px;
    float: left;
}
#sku-detail-wrapper .cost, #sku-detail-wrapper .sales, #sku-detail-wrapper .acos {
    float: left;
    width: 300px;
}
#sku-detail-wrapper #detail-wrapper #left-panel {
    float: left;
    width: 120px;
    position: relative;
    top: 20px;
}
#sku-detail-wrapper #detail-wrapper #left-panel img{
    height: 100%;
    width: 100%;
}
#sku-detail-wrapper .detail-data-block {
    position: relative;
    background-color: #F4F4F4;
    border: 1px solid #E4E4E4;
    border-radius: 3px;
    margin: 10px 5px;
    padding: 15px;
    width: 300px;
    float: left;
}
#sku-detail-wrapper .detail-data-block .row {
    position: relative;
    padding: 0 10px;
}
#sku-detail-wrapper .detail-data-block .title {
    color: blue;
    font-weight: bold;
}
#sku-detail-wrapper #detail-title {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    left: 30px;
}
#sku-detail-wrapper #detail-subtitle {
    position: relative;
    left: 30px;
    font-size: 18px;
}
#sku-detail-wrapper #sku-siblings .sibling {
    float: left;
    height: 48px;
    width: 48px;
    margin-right: 10px;
    cursor: pointer;
}
#sku-detail-wrapper #sku-ad-data {
    clear: both;
    position: relative;
    top: 10px;
}
#sku-detail-wrapper #sku-siblings .sibling img{
    width: 100%;
    height: 100%;
}
#sku-detail-wrapper #detail-wrapper .card {
    border: none;
}
#sku-detail-wrapper #profit-block {
    margin-left: 30px;
}
#sku-detail-wrapper #detail-siblings {
    height: 100%;
}
#sku-detail-wrapper #sku-siblings { 
    width: 120px;
    margin-top: 20px;
    margin-left: -10px;
}
#sku-detail-wrapper #velocity-block {
    position: relative;
    width: 1065px;
    margin-top: 50px;
}
#sku-detail-wrapper #velocity-block td {
    width: 10%;
    font-size: 14px;
    padding-right: 5px;
}
#sku-detail-wrapper #velocity-block .title {
    float: left;
}
#sku-detail-wrapper .stock-data {
    float: right;
    color: blue;
}
#sku-detail-wrapper #sales-column {
    width: 19% !important;
}
#sku-detail-wrapper .table-header {
    font-weight: bold;
}
#sku-detail-wrapper .sku-list {
    font-size: 10px;
}
#sku-detail-wrapper .analytics_link {
    text-decoration: none;
    margin-right: 10px;
    float: right;
    cursor: pointer;
}
#sku-detail-wrapper .analytics_link a {
    color: blue;
}
#sku-detail-wrapper .ad_group_status-label {
    color: blue;
    margin-right: 20px;
    float: right;
}
#sku-detail-wrapper .ad_group_block .active {
    color: #54bf54;
}
#sku-detail-wrapper .ad-category-label {
    font-size: 18px;
    max-width: 1140px;
    width: 100%;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
}
#sku-detail-wrapper .ad_group_block .paused {
    color: red;
}
#sku-detail-wrapper .ad_group_block .archived {
    color: black;
}
#sku-detail-wrapper .parent-slider .custom-switch {
    margin-left: 10px;
}
#sku-detail-wrapper .label_bold {
    font-weight: bold;
}
#sku-detail-wrapper .parent_sku_list {
    font-style: italic;
    font-size: 10px;
}
#sku-detail-wrapper .card-body {
    width: 100%;
}
.dashboard-subcontainer .right-side {
    margin-left: 5px;
    float: right;
}
.dashboard-parent-slider {
  float: right;
  margin-right: 70px;
}
.dashboard-parent-slider .custom-switch {
  padding-left: 50px;
}

.jb{
    height: 500px!important;
    overflow: auto;
}
