/* CSS Document */
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  padding-bottom: 60px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a.action {
  position: absolute;
  width: calc(100% - 10px);
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: #78b22b;
  left: 0;
  bottom: 0;
  text-align: right;
  padding: 0 5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
a.action i {
  font-size: 50px;
}
a.close {
  position: absolute;
  padding: 15px;
  color: #78b22b;
  top: 0;
  right: 0;
  font-size: 25px;
}
a.close i {
  color: #78b22b!important;
  margin: 0!important;
}
input[type="text"], input[type="password"], select {
  width: calc(100% - 2px - 10px);
  height: 30px;
  border: solid 1px #676767;
  padding-left: 10px;
  margin-top: 2px;
}
input[type="file"] {
  width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
select {
  width: 100%;
}
::-webkit-input-placeholder {
  color: #676767;
  font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
  color: #676767;
  font-style: italic;
}
::-moz-placeholder {  /* Firefox 19+ */
  color: #676767;
  font-style: italic;
}
:-ms-input-placeholder {
  color: #676767;
  font-style: italic;
}
ul.ui-autocomplete {
  z-index: 100005;
}
.main_container {
  width: 96%;
  margin-left: 2%;
  position: relative;
}
.main_container h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  padding-left: 20px;
}
.block_container {
  border-top: solid 5px #78b22b;
  background-color: #fff;
  width: calc(100% - 40px);
  position: relative;
  padding: 20px;
}
.block_container legend {
  padding: 5px;
  background-color: #78b22b;
  color: #fff;
}
/* Checkbox */
.checkbox_theme {
  display: inline-flex;
  align-items: center;
}
.checkbox_theme i.checkbox {
  margin-right: 7px;
  cursor: pointer;
}
/* Select box */
div.select_box {
  display: inline-block;
  position: relative;
  width: calc(100% - 2px);
  height: 32px;
  line-height: 34px;
  border: solid 1px #676767;
  margin-top: 2px;
  cursor: pointer;
}
div.select_box ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
div.select_box ul li {
  height: 38px;
  padding-left: 10px;
  font-size: 13px;
}
div.select_box ul li.label {
  display: flex;
  align-items: center;
  direction: rtl;
}
div.select_box ul li.label i {
  font-size: 40px;
  color: #676767;
}
div.select_box ul li.label span {
  width: 100%;
  height: 100%;
  font-style: italic;
  direction: ltr;
  overflow: hidden;
}
div.select_box ul li:not(.label) {
  background-color: #c9d2dc;
  color: #fff;
  text-transform: uppercase;
  display: none;
  position: relative;
  z-index: 10;
}
div.select_box ul li.selected, div.select_box ul li:not(.label):hover {
  background-color: #676767;
}
/* Preloader */
.preload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  z-index: 100000;
  display: none;
}
.preload > div {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Header */
header {
  width: 100%;
  height: 85px;
  line-height: 85px;
  background-color: #000000;
}
header > div {
  height: 100%;
}
header > div#logo {
  float: left;
  width: 30%;
}
header > div#logo a {
  height: 100%;
}
header > div#logo img {
  height: 50%;
  vertical-align: middle;
  margin-left: 30px;
}
header > div#menu {
  float: right;
  text-align: center;
  width: 70%;
}
header > div#menu ul li {
  display: inline-block;
  padding: 0 15px;
}
header > div#menu ul li a {
  color: #fff;
}
header > div#menu_mobile {
  display: none;
}
header > div#menu_mobile i {
  font-size: 4em;
  color: #fff;
}
#post_header {
  width: 96%;
  height: 85px;
  line-height: 85px;
  background-color: #fff;
  margin-left: 2%;
}
#post_header > div {
  width: 40%;
  height: 100%;
}
#post_header > div#page_title {
  float: left;
}
#post_header > div#company {
  float: right;
  text-align: right;
}

/* Footer */
footer {
  position: static;
  bottom: 5px;
  left: 0;
  width: 90%;
  padding-left: 5%;
  text-align: center;
  font-size: 11px;
  margin-top: 35px;
}

/* Quick stats box */
#quick_stats {
  width: 100%;
  height: 120px;
  text-align: center;
  background-color: #c9d2dc;
  color: #fff;
}
#page-product #quick_stats {
  background-color: #e8eced;
}
#quick_stats ul {
  width: 100%;
  height: 100%;
}
#quick_stats ul li {
  width: 16.65%;
  height: 100%;
  display: inline-block;
  font-size: 12px;
  float: left;
}
#quick_stats ul li a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: inline-block;
}
#quick_stats ul li a:hover {
  background-color: #676767;
}
#quick_stats ul li a.selected {
  background-color: #78b22b;
}
#quick_stats ul li a h3 {
  margin: 10px 0;
  font-size: 35px;
}
#quick_stats table {
  color: #000000;
  width: 96%;
  height: 100%;
  margin-left: 2%;
}
#quick_stats table td:first-child {
  width: 70%;
}
#quick_stats table tr td h2,
#quick_stats table tr td span {
  font-weight: normal;
  font-size: 30px;
  margin: 0;
}
#quick_stats table tr td h2 a {
  color: #000000;
}
#quick_stats table tr td span {
  font-weight: bold;
}
#quick_stats table tr td p {
  margin: 0;
}
#quick_stats table tr td p b {
  font-weight: normal;
}
#quick_stats table tr td p a {
  color: #000000;
}
#quick_stats table tr td p a i {
  font-size: 20px;
}
#quick_stats table tr td div {
  font-size: 13px;
}

/* Home page */
#index_page {
  width: 100%;
  padding: 40px 0;
  background-color: #e8eced;
}

/* Tabbed Box */
.preview_tabs {
  position: relative;
  height: 600px;
}
.preview_tabs .preview_tabs_header {
  width: 100%;
}
.preview_tabs .preview_tabs_header li {
  display: inline-block;
  background-color: #f8f9fa;
  padding: 10px 20px;
}
.preview_tabs .preview_tabs_header li.selected {
  background-color: #fff;
  border-top: solid 5px #78b22b;
}
.preview_tabs .preview_tabs_header li a {
  display: inline-block;
  color: #000000;
  width: 100%;
  height: 100%;
  font-size: 14px;
  text-transform: uppercase;
}
.preview_tabs .preview_tab {
  background-color: #fff;
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  height: 500px;
  display: none;
  overflow: hidden;
}

/* Catalog page */
#catalog_page {
  background-color: #e8eced;
  padding-bottom: 30px;
}
#catalog_filter {
  background-color: #fff;
  padding: 30px 0;
  margin-bottom: 30px;
}
#catalog_filter p {
  margin: 0;
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-style: italic;
  color: #78b22b;
}
#catalog_filter table {
  width: 100%;
}
#catalog_filter a.action {
  position: relative;
  width: 100%;
  height: 44px;
  direction: rtl;
  padding: 0;
}
#catalog_filter #filter_options {
  display: flex;
  align-items: center;
}
#catalog_filter #filter_options > div {
  display: inline-block;
}
#catalog_filter #filter_options #filter_categories {
  padding-left: 20px;
  width: calc(70% - 40px);
  margin-right: 5%;
}
#catalog_filter #export_search {
  width: 25%;
}
#catalog_filter #export_search a.action {
  background-color: #c9d2dc;
}
#catalog_filter #filter_facets {
  display: block;
  width: 100%;
  margin-top: 15px;
}
#catalog_filter #filter_facets span {
  display: inline-block;
  margin-left: 20px;
}
#catalog_filter #filter_facets span a {
  display: flex;
  align-items: center;
  color: #676767;
  text-transform: uppercase;
  font-size: 13px;
}
#catalog_filter #filter_facets span a i {
  margin-left: 5px;
}

/* Products list */
.products_list {
  width: 96%;
  margin-left: 2%;
}
.products_list > table {
  width: 99.95%;
  background-color: #fff;
  padding: 30px 10px;
  text-align: left;
  font-size: 12px;
  color: #676767;
}
.products_list > table tr {
  cursor: pointer;
}
.products_list > table tbody tr.coguard_competitor_price_row:hover {
  color: #fff;
  background-color: #78b22b!important;
}
.products_list > table tbody tr.coguard_competitor_price_row.coguard_competitor_price_update,
.products_list > table tbody tr.coguard_competitor_price_row.coguard_competitor_price_update td {
  color: #000000;
  background-color: #909090!important;
}
.products_list > table tr.colored_row {
  background-color: #e8eced;
}
.products_list > table tr.row_selected,
.products_list > table tr.row_selected td,
.products_list > table tr.row_selected td a,
.products_list > table tr.row_selected td i:not(.coguard_competitor_status) {
  color: #fff!important;
  background-color: #78b22b!important;
}
.products_list > table tr.coguard_competitor_stats_row td {
  border: solid 1px #e8eced;
  position: relative;
}
.products_list > table th,
.products_list > table td {
  padding: 8px;
  font-weight: normal;
  text-align: right;
  line-height: 24px;
  position: relative;
}
.products_list > table th {
  border-bottom: solid 3px #78b22b;
  color: #000000;
  text-transform: uppercase;
}
.products_list > table th > div {
  display: flex;
  align-items: center;
}
.products_list > table th > div i {
  font-size: 20px;
  color: #eff1f4;
}
.products_list > table th > div i.active {
  color: #000000;
}
.products_list > table th:first-child,
.products_list > table td:first-child {
  text-align: left;
}
.products_list > table td.evidence {
  font-weight: bold;
}
.products_list > table td.products_list_description {
  max-width: 500px;
}
.products_list > table td a.product_url {
  color: #fff;
}
.products_list > table tr.colored_row td a.product_url {
  color: #e8eced;
}
.products_list > table tbody tr.coguard_competitor_price_row:hover.colored_row td a.product_url,
.products_list > table tbody tr.coguard_competitor_price_row:hover td,
.products_list > table tbody tr.coguard_competitor_price_row:hover td i:not(.coguard_competitor_status) {
  color: #fff!important;
  background-color: #78b22b!important;
}
.products_list > table td i {
  font-size: 22px;
  margin-right: 4px;
  color: #000000;
}
.products_list > table tbody td div.relative_content {
  position: relative;
}
.products_list > table tbody td div.coguard_competitor_price_preload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  font-size: 18px;
  line-height: 46px;
}
.products_list .products_list_pagination {
  width: 100%;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background-color: #c9d2dc;
}
.products_list .products_list_pagination a {
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.products_list .products_list_pagination a.pagination_prev {
  float: left;
}
.products_list .products_list_pagination a.pagination_next {
  float: right;
}
.products_list .products_list_pagination a.inactive {
  color: #eff1f4;
}
.products_list .products_list_pagination a i {
  font-size: 30px;
}
.products_list .products_list_pagination span {
  font-size: 14px;
}
.products_list > table tbody td span.active_flag {
  width: 10px;
  height: 10px;
  border: solid 1px red;
  border-radius: 5px;
  background-color: red;
  display: inline-block;
}
.products_list > table tbody td span.active_flag.active {
  border-color: #78b22b;
  background-color: #78b22b;
}
.products_list > table tbody tr:hover span.active_flag.active {
  border-color: #fff;
  background-color: #fff;
}

/* General info boxes */
#general_info {
  margin-top: 0;
  width: 96%;
  margin-left: 2%;
}
#general_info > div {
  width: 47%;
  display: inline-block;
  vertical-align: top;
}
#general_info > div:first-child {
  margin-right: 5.3%;
}
#general_info > div h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  padding-left: 20px;
}
#general_info > div .general_info_content {
  border-top: solid 5px #78b22b;
  background-color: #fff;
  height: 230px;
  width: calc(100% - 60px);
  position: relative;
  padding: 50px 30px 0 30px;
}
#general_info > div .general_info_content table {
  width: 100%;
  font-size: 13px;
}
#general_info > div .general_info_content table strong {
  font-size: 40px;
  color: #78b22b;
}
#general_info > div .general_info_content table #graph_usage {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 5px solid #78b22b;
  text-align: center;
  line-height: 110px;
  color: #c9d2dc;
  font-size: 40px;
  font-weight: bold;
}
#general_info > div .general_info_content a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 10px);
  text-align: right;
  background-color: #c9d2dc;
  padding: 5px;
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  direction: rtl;
}
#general_info > div .general_info_content a i {
  font-size: 35px;
}
#general_info > a {
  width: calc(100% - 16px);
  display: block;
  padding: 8px;
  background-color: #78b22b;
  color: #fff;
  text-align: right;
  margin-top: 25px;
  display: flex;
  align-items: center;
  direction: rtl;
}
#general_info > a i {
  font-size: 35px;
}
#general_info > div#stats_overview .general_info_content {
  padding-top: 0;
  height: 280px;
}
#general_info > div#stats_overview .general_info_content h5 {
  text-align: center;
  margin: 16px;
  text-transform: uppercase;
  font-weight: normal;
  font-style: italic;
}
#general_info > div#stats_overview .general_info_content .placeholder {
  height: 170px;
}

/* Obj page */
.obj_page {
  width: 100%;
  padding: 0 0 80px 0;
  background-color: #e8eced;
  position: relative;
}
.obj_page label {
  text-transform: uppercase;
  font-size: 11px;
}
.obj_container {
  width: calc(96% - 30px);
  margin: 0 0 0 2%;
  background-color: #fff;
  padding: 0 15px;
  border-top: solid 1px #e8eced;
}
.obj_post_header {
  height: 70px;
}
.obj_post_header > a {
  padding: 5px;
  display: inline-block;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.obj_post_header a.back_url {
  color: #fff;
  background-color: #c9d2dc;
  width: 250px;
  float: left;
}
.obj_post_header a.new_competitor_url {
  color: #78b22b;
  float: right;
}
.obj_content {
  vertical-align: top;
}
.obj_form {
  border-bottom: solid 1px;
  padding: 15px;
}
.obj_form h2 {
  margin-left: 16px;
  text-transform: uppercase;
  font-size: 16px;
}
.obj_form ul.obj_form_content {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.obj_form ul.obj_form_content > li {
  display: inline-block;
  width: calc(49% - 15px);
  margin: 0 auto 5px auto;
  vertical-align: top;
}
.obj_form ul.obj_form_content > li:last-child {
  margin-left: 16px;
}
#add_product {
  width: 96%;
  position: relative;
  padding-bottom: 60px;
  margin: 50px 0 30px 2%;
}
#add_product h2 {
  font-weight: normal;
  font-size: 14px;
  padding-left: 20px;
}
#add_product table {
  width: 100%;
  border-top: solid 5px #78b22b;
  background-color: #fff;
}

/* Website page */
#website_page .obj_content {
  display: inline-block;
}
#website_page #website_page_left {
  width: 60%;
}
#website_page #website_page_right {
  width: 38%;
}
#block_website_search_results {
  border: solid 1px;
  margin-top: 20px;
  height: 250px;
  font-size: 11px;
  padding: 15px;
  overflow: auto;
}
#block_website_search_results table td {
  padding: 3px;
}
#products_not_associated_list tr.suggestions {
  display: none;
}
#products_not_associated_list tr.suggestions td {
  border: solid 1px #78b22b;
}
#products_not_associated_list tr.suggestions td div a {
  color: #676767;
}
#products_not_associated_list tr.suggestions td div a:hover,
#products_not_associated_list tr.suggestions td div a:hover i {
  color: #78b22b;
}
#products_not_associated_list tr.suggestions td div i {
  font-size: 15px;
  color: #676767;
  margin-right: 8px;
}
.products_list span.spinner {
  display: none;
}
.products_list h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 15px;
}
#products_not_associated_list,
#products_associated_list {
  margin-top: 30px;
  border-top: solid 1px;
}
#block_website_company_button {
  text-align: center;
}
#block_website_company_button a {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  width: 20%;
  text-align: center;
}

/* Brand page */
#brand_page .obj_content {
  display: inline-block;
}
#brand_page #brand_page_left {
  width: 49%;
}
#brand_page #brand_page_right {
  width: 49%;
}

/* Plots tooltip */
#plot_tooltip {
  position: absolute;
	display: none;
	padding: 5px;
	background-color: #78b22b;
  color: #fff;
	opacity: 0.80;
  font-size: 13px;
  width: 160px;
  text-align: center;
}
#plot_tooltip b {
  font-size: 20px;
}

/* Popup */
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100000;
  display: none;
}
.popup .popup_content {
  position: absolute;
  width: 70%;
  height: 60%;
  top: 20%;
  left: 15%;
  background-color: #fff;
}
#website_template_popup.popup .popup_content,
#product_website_association_popup.popup .popup_content {
  width: 80%;
  height: 90%;
  top: 5%;
  left: 10%;
}
#product_website_association_popup.popup .popup_content #product_website_association_product_name {
  width: 100%;
  font-size: 14px;
  display: inline-block;
}
#product_website_association_popup.popup .popup_content #product_website_association_list {
  font-size: 11px;
}
#product_website_association_popup.popup .popup_content #product_website_association_list table tbody {
  height: 280px;
  overflow: auto;
}
#product_website_association_popup.popup .popup_content ul {
  width: 90%;
  margin-left: 5%;
}
#product_website_association_popup.popup .popup_content a.action {
  display: none;
}
#product_website_association_popup.popup .popup_content table {
  margin: 0;
  padding: 0;
}
.popup .popup_content > div {
  position: relative;
  width: 100%;
  height: calc(100% - 25px);
  padding-top: 25px;
  overflow: auto;
}
.popup .popup_content h4 {
  font-weight: normal;
  color: #78b22b;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
}
.popup .popup_content ul {
  width: 70%;
  margin: 20px 0 0 15%;
}
#product_popup.popup .popup_content ul {
  width: 90%;
  margin: 20px 0 0 5%;
}
#product_popup.popup .popup_content ul .category_tree {
  height: 180px;
}
.popup .popup_content div.select_box ul {
  width: 100%!important;
  margin: 0!important;
}
.popup .popup_content ul li {
  margin-bottom: 15px;
}
.popup .popup_content div.select_box ul li {
  margin-bottom: 0;
  z-index: 15;
}
.popup .popup_content ul li.alert {
  text-align: center;
  color: red;
}
.popup .popup_content ul li a.button {
  padding: 10px;
  background-color: #78b22b;
  color: #fff;
  min-width: 70px;
  text-align: center;
  display: inline-block;
  margin-left: 10px;
}
.popup .popup_content ul li span:not(.spinner) {
  width: calc(50% - 2.5px);
  display: inline-block;
  vertical-align: top;
}
.popup .popup_content ul li span.product_popup_field {
  position: relative;
}
.popup .popup_content ul li span.product_popup_field_mini {
  width: calc(25% - 3.5px);
}
.popup .popup_content ul li span.product_popup_field_full {
  width: calc(75% - 3.5px);
}
.popup .popup_content ul li span.product_popup_field > label {
  position: absolute;
  font-size: 8px;
  font-weight: bold;
  left: 3px;
  top: -3px;
  color: #78b22b;
  z-index: 10;
  background-color: #fff;
  text-transform: uppercase;
}
#alert_popup.popup .popup_content,
#confirm_popup.popup .popup_content,
#error_popup.popup .popup_content,
#success_popup.popup .popup_content {
  width: 50%;
  height: 34%;
  top: 33%;
  left: 25%;
}
#product_popup.popup .popup_content, #category_popup.popup .popup_content {
  height: 90%;
  top: 5%;
}

/* Settings page */
#settings_page {
  background-color: #e8eced;
  padding: 30px 0;
}
#settings_page .main_container {
  margin-bottom: 50px;
}
#settings_page .main_container h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  padding-left: 20px;
}
#settings_page .main_container .settings_container {
  border-top: solid 5px #78b22b;
  background-color: #fff;
  width: 100%;
  position: relative;
  padding: 20px 0;
}
#settings_page .main_container .settings_container table {
  width: 100%;
}
#settings_page .main_container .settings_container table tr.setting_check td {
  position: relative;
}
#settings_page .main_container .settings_container table tr.setting_check td span {
  display: flex;
  align-items: center;
  font-size: 18px;
}
#settings_page .main_container .settings_container table tr.setting_check td span i {
  margin-right: 7px;
  color: #78b22b;
  cursor: pointer;
}
#settings_page .main_container .settings_container table tr.setting_check td label {
  position: absolute;
  bottom: -15px;
  left: 33px;
  font-size: 11px;
  font-style: italic;
  color: #676767;
}
#settings_page .main_container .settings_container table td {
  width: 25%;
}
#settings_page #settings_agreement.main_container .settings_container table td:nth-child(odd),
#settings_page #settings_catalog.main_container .settings_container table td:nth-child(odd) {
  width: 15%;
}
#settings_page .main_container .settings_container table td label {
  margin-bottom: 5px;
  display: inline-block;
}
#settings_page .main_container .settings_container table td a.action {
  height: 40px;
  line-height: 40px;
  direction: rtl;
}
#settings_page .main_container .settings_container table td a.action i {
  font-size: 30px;
}
#settings_page .main_container .settings_container table td.setting_bool_option span {
  width: 50%;
  display: inline-block;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#settings_page .main_container .settings_container table td.setting_bool_option span.setting_enabled {
  background-color: #78b22b;
}
#settings_page .main_container .settings_container table td.setting_bool_option span.setting_not_enabled {
  background-color: #c9d2dc;
}
#settings_competitors_list_legend,
#settings_products_list_legend,
#settings_alerting,
#settings_dynamic_pricing,
#settings_options {
  padding-bottom: 60px;
}

/* Login Page */
#login {
  width: 50%;
  height: 320px;
  position: absolute;
  top: 50%;
  margin-top: -185px;
  left: 25%;
  text-align: center;
}
#login ul {
  width: 100%;
}
#login ul li {
  width: 100%;
  margin-bottom: 20px;
}
#login ul li:first-child {
  margin-bottom: 30px;
}
#login ul li a {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #78b22b;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  text-align: right;
}
#login ul li a i.fa {
  font-size: 30px;
}
#login ul li a span,
#login ul li a i.fa {
  height: 40px;
  line-height: 40px;
  float: right;
  margin-right: 10px;
}
#login ul li span#login_errors {
  text-transform: uppercase;
  font-style: italic;
  color: red;
}
#page-login footer {
  position: absolute;
  bottom: 20px;
}

/* Export/import data */
#export_data_page, #import_data_page {
  background-color: #e8eced;
  padding: 30px 0;
}
#import_data_page .main_container .block_container {
  padding-bottom: 60px;
}
#import_data_page .main_container .block_container h3 {
  font-weight: normal;
  text-align: center;
}
#import_data_page .main_container .block_container table {
  width: 100%;
  font-size: 14px;
}
#import_data_page .main_container .block_container table#import_data_file_format {
  margin-top: 30px;
}
#import_data_page .main_container .block_container table#import_data_file_format td {
  padding: 5px;
  border: solid 1px #e8eced;
  font-size: 12px;
}
#import_data_page .main_container .block_container table#import_data_file_format thead td {
  background-color: #78b22b;
  color: #fff;
}
#import_data_page .main_container .block_container form {
  margin: 30px 0;
  font-size: 14px;
}
#import_data_page .main_container .block_container form input[type="checkbox"] {
  margin-left: 0;
}
#import_data_page .main_container .block_container form label {
  padding: 10px 10px 10px 20px;
  color: #fff;
  background-color: #78b22b;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  direction: rtl;
  cursor: pointer;
}
#import_data_page .main_container .block_container form label i {
  font-size: 30px;
}
#import_data_page .main_container .block_container form label span {
  direction: ltr;
}
#import_data_page .main_container .block_container form p {
  text-align: center;
}
#import_data_page .main_container .block_container #import_data_notes {
  margin: 25px 0 35px 0;
  width: 100%;
}
#import_data_page .main_container .block_container #import_data_notes h4 {
  color: #78b22b;
  padding-left: 0;
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: uppercase;
}
#import_data_page .main_container .block_container #import_data_notes p {
  margin: 0;
  font-size: 11px;
}

/* Stats page */
#stats_page {
  background-color: #e8eced;
  padding: 30px 0;
}
#stats_page .main_container {
  margin-bottom: 50px;
}
#stats_page #stats_graph {
  height: 600px;
}
#stats_page #stats_graph .placeholder {
  float: left;
  width: 80%;
  height: 400px;
  margin: 50px 0 0 10%;
}
#stats_page #stats_graph .placeholder_choices {
  width: 80%;
  margin: 0 0 0 10%;
  float: left;
}
#stats_page #stats_graph .placeholder_choices span {
  width: 33.33%;
  font-size: 13px;
}
#stats_page #stats_graph h5 {
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  float: left;
}

/* CATEGORIES */
.list-header {
  width: calc(96% - 36px);
  margin: 20px 0 0 2%;
  padding: 5px 18px;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #fff;
}
#categories_breadcrumb {
  margin-right: 8px;
}
.list-header > div:first-child {
  width: calc(70% - 3px);
  display: inline-flex;
  align-items: center;
}
.list-header > div:first-child i.material-icons {
  font-size: 18px;
}
.list-header > div:last-child {
  width: calc(30% - 3px);
  display: inline-block;
}
.list-header a {
  display: inline-flex;
  align-items: center;
  color: #000000;
}
#categories_page .products_list > table {
  padding-top: 10px;
}

/* TREE */
.category_tree {
  border: solid 1px #676767;
  height: 250px;
  padding: 10px;
  text-transform: uppercase;
  font-size: 12px;
  overflow: auto;
}
.category_tree .category_actions {
  display: inline-block;
  width: calc(50% - 2px);
  color: #000000;
}
.category_tree .category_actions > div {
  display: flex;
  align-items: center;
}
.category_tree .category_actions span.parent_category_selection {
  margin-left: 7px;
  color: #78b22b;
}
.category_tree .category_actions > div i.expand_reduce {
  color: #fff;
  background-color: #676767;
  margin-right: 5px;
  cursor: pointer;
  font-size: 20px;
}
.category_tree ul.tree {
  margin: 0 0 0 30px!important;
  padding: 0!important;
}
.category_tree > ul.tree {
  margin-left: 0!important;
  margin-top: 7px!important;
}
.category_tree ul.tree li.tree-item {
  margin: 0;
}
.category_tree ul.tree li span.tree-item-name {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.category_tree ul.tree li span.tree-item-name label {
  cursor: pointer;
}
.category_tree ul.tree li span.tree-item-name i.material-icons {
  font-size: 17px;
  margin-right: 5px;
  color: #676767;
}
.category_tree ul.tree li span.tree-item-name i.material-icons.selector {
  color: #78b22b;
}

/* Items list */
.items_list {
  margin-top: 15px;
  border: solid 1px;
  padding: 10px;
}
.items_list h3 {
  margin-top: 0;
  font-size: 14px;
}
.items_list ul.blocks > li {
  display: inline-block;
  width: calc(20% - 8px);
  margin-left: 10px;
  border: solid 1px #c9d2dc;
  padding: 5px;
  text-align: center;
}
.items_list ul.blocks > li.active {
  border-color: #78b22b;
}
.items_list ul.blocks > li:first-child {
  margin-left: 0;
}
.items_list ul.blocks > li:hover {
  border-color: #575756;
}
.items_list ul.blocks > li a {
  color: #c9d2dc;
}
.items_list ul.blocks > li.active a {
  color: #78b22b;
}
.items_list ul.blocks > li label {
  font-weight: bold;
}
.items_list ul.blocks > li ul.block {
  font-size: 11px;
  text-align: left;
}
.items_list ul.blocks > li ul.block li {
  width: 100%;
}
.items_list ul.blocks > li ul.block li span {
  display: inline-block;
}
.items_list ul.blocks > li ul.block li span.status {
  width: 5px;
  height: 5px;
  border: solid 1px red;
  background-color: red;
  margin-right: 3px;
}
.items_list ul.blocks > li ul.block li span.status.active {
  border-color: #78b22b;
  background-color: #78b22b;
}

/* Block template mini */
.block_template_mini li {
  display: inline-block;
}
.block_template_mini li span.status {
  width: 8px;
  height: 8px;
  border: solid 1px red;
  background-color: red;
  margin-right: 3px;
  display: inline-block;
}
.block_template_mini li span.status.active {
  border-color: #78b22b;
  background-color: #78b22b;
}
tr:hover .block_template_mini li span.status.active {
  border-color: #fff;
  background-color: #fff;
}

/* Block website search */
#block_website_search_filter a.action {
  display: inline-flex;
  width: auto;
  padding: 0 50px;
  margin-top: 30px;
}

/* Search page */
#search_products_header {

}
#search_products_header ul {
  width: 100%;
  border-bottom: solid 2px #e8eced;
}
#search_products_header ul li {
  width: calc(16% - 40px);
  padding: 30px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
}
#search_products_header ul li label {
  font-size: 11px;
  color: #78b22b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#search_products_header ul li span {
  margin-top: 25px;
  font-size: 25px;
  font-weight: bold;
}

/* Chrome monitoring */
#chrome_monitoring_page ul.server {
  margin-bottom: 5px;
}
#chrome_monitoring_page ul.server li {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  border: solid 1px #000000;
  width: 90px;
  text-align: right;
}
#chrome_monitoring_page ul.server li.server_name {
  width: 200px;
  text-align: left;
  background-color: #78b22b;
  color: #fff;
}
#chrome_monitoring_page ul.server li.server_status,
#chrome_monitoring_page ul.server li.server_active {
  text-align: center;
  width: 55px;
}
#chrome_monitoring_page ul.server_head li {
  background-color: #000000!important;
  color: #fff;
  font-size: 12px;
}
#chrome_monitoring_page ul.server li.server_read_errors_perc {
  color: red;
}

/* Translations */
#translations_menu {

}
#translations_menu > a {
  display: block;
  width: 70%;
  margin: 0 0 25px 15%;
  padding: 10px;
  text-align: center;
  background-color: #78b22b;
  color: #fff;
}
#translations {
  background-color: #e8eced;
  padding: 30px 0;
}
#translations #lang_select {
  width: 20%;
}
