1665/* CSS Document */
html {
	scroll-behavior: smooth;
}
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: #000;
  background-color: transparent;
  left: 0;
  bottom: 0;
  text-align: right;
  padding: 0 15px;
  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: 5px;
  font-size: 25px;
}
a.close i {
  color: #000!important;
  margin: 0!important;
}
.coguard_color {
  color: #78b22b;
}
input[type="text"], input[type="password"], input[type="number"], select {
  width: calc(100% - 2px - 10px);
  height: 36px;
  border: 2px solid #d1d1d1;
  border-radius: 25px;
  padding-left: 10px;
}
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 {
	box-shadow: 1px 2px 5px 1px #c4c4c4;
  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!important;
  align-items: center;
  vertical-align: middle!important;
  font-size: 13px;
}
.checkbox_theme i.checkbox {
  margin-right: 7px;
  cursor: pointer;
}
/* Select box */
div.select_box {
  display: inline-block;
  position: relative;
  width: calc(100% - 2px);
  height: 38px;
  line-height: 40px;
  border-radius: 25px;
  border: 2px solid #ccc;
  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: 70px;
    height: 100%;
    line-height: 85px;
    position: fixed;
    background-color:transparent;
    left: 0;
    top: 0;
	z-index: 9998;
}
header > div {
  height: 100%;
}
header > div#logo {
  width: 85%;
}
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: right;
  padding-right: 10px;
  width: calc(80% - 10px);
}
header > div#menu ul li {
  display: inline-block;
  padding: 0 20px;
}
header > div#menu ul li a {
  color: #fff;
  padding-bottom: 5px;
}
header > div#menu ul li a:hover,
header > div#menu ul li a.selected {
  border-bottom: solid 7px #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: #f8f9fa;
  margin-left: 2%;
}
#post_header > div {
  width: 20%;
  height: 100%;
}
#post_header > div#page_title {
  float: left;
  display: flex;
  align-items: center;
}
#post_header > div#page_title span {
  line-height: 1.5;
  color: #676767;
}
#post_header > div#main_commands {
  float: right;
  text-align: right;
  width: 78%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#post_header > div#main_commands a.action {
  display: inline-flex;
  position: relative;
  width: auto;
  padding: 0 10px;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
}
#post_header > div#main_commands .main_command_action {
  margin-top: 15px;
  margin-right: 20px;
  display: inline-block;
  float: right;
}
#post_header > div#main_commands .main_command_action input {
  vertical-align: top;
  width: 90px;
  height: 18px;
  margin-right: 0;
  margin-bottom: 10px;
}
#post_header > div#main_commands .main_command_action span {
  padding-right: 10px;
  line-height: 1.4;
}
#post_header > div#main_commands div#interval_selection {
  display: flex;
  width: auto;
  margin-right:  0;
}
#post_header > div#page_title a#tutorial_link {
  line-height: normal;
  display: flex;
  align-items: center;
  color: #78b22b;
  font-weight: bold;
}
#post_header > div#page_title a#tutorial_link i {
  font-size: 35px;
}
#post_header > div#page_title a#tutorial_link span {
  font-size: 17px;
  margin-left: 10px;
}
#main_selection_market_select {
  width: 200px;
  vertical-align: middle;
  text-align: left;
  margin: 12px 25px 0 5px;
  height: 25px;
}

/* 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: calc(100% - 70px);
  margin-left: 70px;
  height: 120px;
  text-align: center;
  background-color: #f1f1f1;
  color: #fff;
  position: relative;
  margin-top:50px;
}
#page-product #quick_stats {
  background-color: #f1f1f1;
}
#quick_stats ul {
  width: 100%;
  height: 100%;
}
#quick_stats ul li {
  width: 25%;
  height: 100%;
  display: inline-block;
  font-size: 12px;
  float: left;
}
#quick_stats ul li a {
  width: 100%;
  height: 100%;
  color: #767575;
  display: inline-block;
  transition: 0.4s;
}
#quick_stats ul li a:hover {
  background-color: #dedede;
}
#quick_stats ul li a.selected {
  background-color: #dedede;
}
#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: 65%;
}
#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;
}
#quick_stats #dynamic_price_box .preload {
  background-color: #e8eced;
}
#quick_stats #dynamic_price_box .preload i {
  font-size: 35px;
  position: absolute;
  top: 35%;
  left: 35%;
}

/* Home page */
#index_page, #website_page, #categories_page{
  width: calc(100% - 120px);
  margin-left: 70px;
  padding: 40px 0;
}
#categories_page, #monitoring_lists_page {
	margin-top:50px;
}

/* Tabbed Box */
.preview_tabs {
  position: relative;
  height: 747px;
}
#index_page .preview_tabs {
  height: 967px;
}
.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;
    box-shadow: 0px -2px 2px 0px #c4c4c4;
    z-index: 10;
    position: relative;
    border: none;
}
.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: 40px;
  left: 0;
  width: 100%;
  height: 700px;
  display: none;
  overflow: hidden;
  box-shadow: 1px 2px 5px 1px #c4c4c4;
}
#index_page .preview_tabs .preview_tab {
  height: 920px;
}

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

/* Products list */
#product_page .products_list {
  width: 100%;
  position: relative;
  box-shadow: none;
}
.products_list {
  width: 96%;
  margin-left: 2%;
  position: relative;
  box-shadow: 1px 2px 5px 1px #c4c4c4;
  background-color:#fff;
}
.products_list > table {
  width: 99.95%;
  background-color: #fff;
  padding: 45px 10px 30px;
  text-align: left;
  font-size: 12px;
  color: #676767;
}
#product_page .products_list > table {
  width: 99.95%;
  background-color: #fff;
  padding: 0px 10px 30px;
  text-align: left;
  font-size: 12px;
  color: #676767;
}
.products_list > table tr {
  cursor: pointer;
  transition: 0.2s;
}
.products_list > table tbody tr.coguard_competitor_price_row:hover {
  background-color: #f9f9f9;
}
.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.row_selected,
.products_list > table tr.row_selected td,
.products_list > table tr.row_selected td a:not(.options_link),
.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;
  border-bottom: 1px solid #f1f1f1;
}
.products_list > table th {
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.products_list > table th a {
  font-size: 15px;
  color: #000;
  display: inline-flex;
  align-items: center;
}
.products_list > table th a:first-child {
  margin-left: 3px;
}
.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;
  max-width: 400px;
}
#product_page .products_list > table td:first-child {
  text-align: left;
  width: 35%;
}
#categories_page .products_list > table td:first-child {
  text-align: left;
  width: 45px;
}
.products_list > table td.evidence {
  font-weight: bold;
}
.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) {
  background-color: #f9f9f9 !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: #333;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background-color: #f9f9f9;
  margin-top: 20px;
}
.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;
  color: #333;
}
.products_list .products_list_pagination span {
  font-size: 14px;
  color: #333;
}
#products_list > table tbody td.products_list_name {
  min-width: 120px;
  max-width: 24%;
}
#products_list > table tbody td.products_list_name span {
  font-style: italic;
  font-size: 11px;
}
#products_list > table tbody td.products_list_best_competitor_difference {
  min-width: 120px;
}
.products_list > table tbody td span.coguard_competitor_404 {
  position:absolute; left:11px; top: 15px; font-weight:700; font-size:9px;
  color: #f9de05; display: none;
}

/* Competitors count box */
.competitors_count {
  font-size: 12px;
  position: relative;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  padding: 15px;
}
.competitors_count table {
  width: 100%;
}
.competitors_count table tr.competitors_count_hidden_row {
  display: none;
}
.competitors_count table .meter {
  width: 100%;
  height: 30px;
  position: relative;
  background-color: #e8eced;
}
.competitors_count table .meter > span {
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #c9d2dc;
}
.competitors_count table a {
  color: #000000;
}

/* General info boxes */
#general_info {
  margin-bottom: 30px;
  width: 96%;
  margin-left: 2%;
  font-size: 13px;
}
#general_info > div {
  width: 48.2%;
  display: inline-block;
  vertical-align: top;
  margin-right: 1%;
}
#general_info div.general_info_block.without_margin {
  margin-right: 0;
}
#general_info div.general_info_block_mini {
  width: 24.5%;
  position: relative;
}
#general_info > div h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  text-align: center;
}
#general_info > div .general_info_content {
  box-shadow: 1px 2px 5px 1px #c4c4c4;
  background-color: #fff;
  height: 230px;
  width: calc(100% - 60px);
  position: relative;
  padding: 50px 30px 0 30px;
}
#general_info > div.general_info_block_mini .general_info_content {
  padding-top: 30px;
  height: 250px;
}
#general_info > div .general_info_content strong {
  font-size: 40px;
  color: #78b22b;
}
#general_info > div .general_info_content #graph_usage {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 5px solid #78b22b;
  text-align: center;
  line-height: 110px;
  color: #c9d2dc;
  font-size: 34px;
  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 > div .general_info_content .placeholder {
  height: 185px;
}
a.catalog_link {
  width: calc(100% - 16px);
  display: block;
  padding: 8px;
  background-color: transparent;
  color: #000;
  text-align: right;
  margin-top: 25px;
  display: flex;
  align-items: center;
  direction: rtl;
  position: relative;
  right: 15px;
}
a.catalog_link 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;
}
#circle_usage {
  font-size: 100px;
  margin-bottom: 10px;
}
#subscription_info_residual_qty {
  text-align: center;
}

/* 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%;
  max-height:500px;
  overflow-y: scroll;
  top: 12.5%;
  left: 15%;
  background-color: #fff;
}
.popup .popup_content > div {
  position: relative;
  width: 100%;
  height: calc(100% - 25px);
  padding-top: 25px;
  overflow: auto;
}
.popup input[type="text"], .popup input[type="number"], .popup select {
	border-radius: 25px;
	border: 2px solid #ccc;
}
.popup label {
	padding-left:18px;
}
.popup .select_box {
	border-radius: 25px;
	border: 2px solid #ccc;
}
.popup .popup_content h4 {
  font-weight: normal;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-left:25px;
	padding-bottom:15px;
	width: calc(100% - 50px);
}
.popup a.action {
  position: relative;
  width: calc(100% - 10px);
  height: 60px;
  line-height: 60px;
  color: #000;
  background-color: transparent;
  left: 0;
  bottom: 0;
  text-align: right;
  padding: 0 5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
	margin-top: 25px;
	font-weight:700;
}
.popup a.action i {
	font-size: 35px;
	position:relative;
	top: 1px;
}
.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;
}
#product_popup.popup .popup_content ul .category_tree a.category_actions i {
  color: #333;
}
.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;
}
.popup .popup_content ul li.alert {
  text-align: center;
  color: red;
  font-style: italic;
}
.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 {
  width: calc(50% - 2.5px);
  display: inline-block;
  vertical-align: top;
}
#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,
#competitor_graph_popup.popup .popup_content {
  height: auto;
}
#product_popup.popup .popup_content ul li span.product_popup_field {
  position: relative;
}
#product_popup.popup .popup_content ul li span.product_popup_field_mini {
  width: calc(25% - 3.5px);
}
#product_popup.popup .popup_content ul li span.product_popup_field_full {
  width: calc(75% - 3.5px);
}
#product_popup.popup .popup_content ul li span.product_popup_field > label {
  font-size: 12px;
  color: #333;
  z-index: 10;
  text-transform: capitalize;
}
#dynamic_price_popup.popup .popup_content {
  height: 95%;
  top: 2.5%;
  width: 80%;
  left: 10%;
}
#dynamic_price_popup.popup .popup_content ul {
  width: 85%;
  margin-left: 7.5%;
}
#upgrade_popup.popup .popup_content {
  height: 90%;
  top: 5%;
  text-align: center;
}
#upgrade_popup.popup .popup_content h4 {
  display: none;
}
#upgrade_popup.popup .popup_content h5 {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
}
#upgrade_popup.popup .popup_content b {
  text-transform: uppercase;
  color: #78b22b;
}

/* 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, #admin-page-login footer {
  position: absolute;
  bottom: 20px;
}

/* TREE */
.category_tree {
  border: solid 1px #d1d1d1;
  height: 250px;
  padding: 10px;
  text-transform: uppercase;
  font-size: 12px;
  overflow: auto;
  background: #fff;
  border-radius: 8px;
}
.category_tree .category_actions {
  display: inline-block;
  width: calc(95% - 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: #333;
}
.category_tree .category_actions > div i.expand_reduce {
  color: #666;
  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: #ccc;
}

/* Marketplace */
.marketplace_icon {
  vertical-align: middle;
  margin-right: 5px;
  max-height: 25px;
  max-width: 35px;
}

/* Short container */
.short_container {
  width: 50%;
  margin: 50px auto;
  background-color: #fff;
  padding: 0;
  color: #575756;
  border: solid 1px #e9ecef;
  font-size: 11px;
}
.short_container .short_container_content {
  padding: 50px;
  width: calc(100% - 100px);
}
.short_container h2 {
  margin-bottom: 15px;
}
.short_container p {
  line-height: 17px;
}
.short_container p span {
  display: inline-block;
  vertical-align: top;
}
.short_container p > span {
  width: 49.5%;
}
.short_container p > span span {
  width: 100%;
}
.short_container span.hint {
  font-style: italic;
  font-size: 12px;
}
.short_container span.error {
  color: #c5404c;
  font-size: 12px;
  /*width: 100%!important;*/
  text-align: left!important;
}
.short_container input {
  border: 0 none;
  border-bottom: solid 1px #d4dadf;
}
.short_container .error input {
  border-color: #c5404c;
}
.short_container p a.evidence_link {
  padding: 20px 50px;
}
.short_container ul {
  width: 100%;
  position: relative;
  font-size: 14px;
  margin-top: 30px;
}
.short_container ul#plan_details {
  border-bottom: solid 1px #eeeeee;
}
.short_container ul li {
  width: calc(100% - 14px);
  padding: 7px;
}
.short_container:not(#login) ul:not(.select_box_ul) li {
  display: flex;
  align-items: center;
}
.short_container ul#plans li {
  border-bottom: solid 1px #eeeeee;
}
.short_container ul#plan_details li {
  border-top: solid 1px #eeeeee;
  border-left: solid 1px #eeeeee;
  border-right: solid 1px #eeeeee;
}
.short_container ul#plan_details li:first-child {
  border: 0 none;
}
.short_container ul#plan_details li:last-child {
  border-top: solid 4px #eeeeee;
  text-transform: uppercase;
}
.short_container ul li h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
.short_container ul li span {
  display: inline-block;
  vertical-align: top;
}
.short_container ul li span:first-child {
  width: 78%;
  display: inline-flex;
  align-items: center;
}
.short_container ul li span:nth-child(2) {
  width: 20%;
  text-align: right;
}
.short_container ul li span i.plan_help_tips {
  font-size: 16px;
  margin-left: 10px;
  color: #575756;
  cursor: help;
}
.short_container ul#plans li span.checkbox_theme {
  width: auto;
}
.short_container ul#plans li .checkbox_theme i.checkbox {
  font-size: 17px;
}
.short_container .navigator {
  width: 100%;
  background-color: #fbfbfc;
  padding: 20px 0;
  text-align: center;
}
.short_container .navigator .navigator_points a {
  display: inline-block;
  border: solid 1px #78b22b;
  padding: 3px 6px;
  border-radius: 7px 7px 7px 7px;
  color: #78b22b;
  background-color: #fff;
}
.short_container .navigator .navigator_points a.selected {
  color: #fff;
  background-color: #78b22b;
}
.short_container .navigator .navigator_text {
  margin-top: 10px;
}
.short_container .navigator .navigator_text a {
  padding: 5px 31px;
  color: #575756;
}
.short_container .navigator .navigator_text a.selected {
  font-weight: bold;
}
.short_container .navigator hr {
  display: inline-block;
  border-color: #78b22b;
  width: 80px;
  margin: 3px -3px;
}
#information_secure {
  display: flex;
  align-items: center;
  justify-content: center;
}
#information_secure i {
  color: #78b22b;
  font-size: 18px;
  margin-right: 5px;
}
#information_secure span {
  width: auto;
}
a.bordered_link {
  text-transform: uppercase;
  border: solid 1px #575756;
  color: #575756;
  border-radius: 5px 5px 5px 5px;
  padding: 10px 25px;
}
a.evidence_link {
  background-color: #78b22b;
  color: #fff;
  border-radius: 5px 5px 5px 5px;
  padding: 10px 30px;
  font-size: 22px;
  text-transform: uppercase;
  display: inline-block;
}

/* 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%;
}

/* Upload Image */
.file-upload {
  background-color: #ffffff;
  width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.file-upload-btn {
  cursor:pointer;
  width: auto !important;
  margin: 0;
  color: #000;
  border:none;
  background: transparent;
  padding: 4px 15px 12px;
  outline: none;
  font-weight:700;
  font-size: 15px;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 20px;
  border: 4px dashed #ccc;
  position: relative;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

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

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #333;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  cursor:pointer;
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

/* LOGIN JS CHECK DELAY */
.js-disable {
  opacity:0;
  animation-name: jscheck;
  animation-duration: 0.1s;
  animation-delay: 4s;
  animation-fill-mode: forwards;
}

@keyframes jscheck {
  from {opacity: 0;}
  to {opacity: 1;}
}


/*new css*/
:root {
	--upgraded-bar: 30px;
}
body {
	height: 100%; 
	width: 100%;
	margin: 0px;
	background: #f8f9fa;
}
#main-bar {
	width: 70px;
	height: calc(100% - 50px);
	position: fixed;
	top: 50px;
	left: 0px;
	background-color: #878787;
	z-index: 9998;
	transition:0.2s;
}
#main-bar:hover {
	width: 240px;
	box-shadow: 0px 6px 20px #000;
}
#main-bar:hover span.hide-menu {
	display: block;
}
#logo {
	width: 35%;
	height: 50px;
	float:left;
}
#logo img {
	max-width:100%;
	height:30px;
	position:relative;
	top: 13px;
	padding-left:15px;
}
#main-menu {
	width: 100%;
	height: calc(100% - 200px);
	margin-top: 20px;
}
#settings-menu {
	width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    bottom: 20px;
}
#top-bar {
	width: 100%;
	height: 50px;
	border-bottom: 2px solid #f1f1f1;
	background-color: #f9f9f9;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
}

html::-webkit-scrollbar-track, #listing-bar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
	border-radius: 10px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar, #listing-bar::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb, #listing-bar::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(170,170,170,.3);
	background-color: #ccc;
}
#listing-bar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
	border-radius: 10px;
	background-color: #F1f1f1;
}

#listing-bar::-webkit-scrollbar
{
	width: 8px;
	background-color: #F1f1f1;
}

#listing-bar::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(170,170,170,.3);
	background-color: #ccc;
}
#post_header > div#page_title span {
	font-size:28px;
}
#post_header > div#main_commands .main_command_action #interval_selection_start_date_shown {
	margin-right:10px;
}
.item-menu {
	display: flex;
	justify-content: start;
	width: calc(100% - 23px);
	height: 40px;
	padding-left:23px;
	transition: 0.3s;
}
.item-menu:hover {
	background-color:#333;
}
.item-menu i {
	font-size: 25px;
	color: white;
	line-height:40px;
}
.item-menu span {
	color: white;
	font-size: 15px;
	line-height: 40px;
	padding-left: 15px;
	display: none;
	font-weight: 200;
	text-transform: lowercase;
}
.item-menu span:first-letter {
	text-transform: uppercase;
}
.selected_item_menu {
	background-color:#333;
}
.product_monitoring_list {
    box-shadow: 1px 2px 5px 1px #c4c4c4;
}
#website_filter {
	width: 96%;
    margin-left: 2%;
}
#post_header {
	width: calc(96% - 70px);
    margin-left: 70px;
    padding-left: 2%;
	margin-top: 50px;
}
.myProgress {
  width: 100%;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  position:relative;
}
.myBar {
  width: 0%;
  height: 20px;
  background-color: #d2d2d2;
  transition:1s;
  position:relative;
}
.myProgress span {
	position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    text-align: center;
}
#filter_button_container {
	display:flex;
	padding-left:10px;
	margin-left:15px;
	cursor:pointer;
	border-radius:7px;
	transition:0.3s;
}
#filter_button_container:hover {
	background: #f1f1f1;
}
#filter_button_container:not(:hover) {
	background: transparent !important;
}
#filter_button_container p {
	font-style:normal;
	font-weight:700;
	line-height:35px;
	padding-left:0px;
	margin-right:10px;
}
#filter_button_container i {
	font-size: 20px;
    line-height:35px;
	color:#000;
	border-left:1px solid #f9f9f9;
	transition:0.3s;
}
#filter_button_container:hover i {
	border-left:1px solid white;
}
#filter_button_container i:hover {
	background-color:#ccc;
	border-radius:0px 7px 7px 0px;
}
#filter_list {
	z-index: 9999;
	width: 250px;
    height: auto;
    padding: 15px;
    position: absolute;
    left: 17px;
    top: 115%;
    background-color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    box-shadow: rgb(196 196 196) 1px 2px 5px 1px;
	display:none;
}
.automatic_search_icon {
	font-size:16px !important;
	margin-left:10px;
	position:relative;
	left:-100px;
	top:4px;
	transition:0.4s;
}
.deleted_icon {
	font-size:14px !important;
	position:relative;
	left:-100px;
	top:3px;
	transition:0.4s;
}
.export_icon {
	font-size:14px !important;
	position:relative;
	left:-100px;
	top:3px;
	transition:0.4s;
	color: #333 !important;
}
.red {
	color:red !important;
}
.green {
	color:green !important;
}
#website_row_icon_container {
	overflow:hidden;
	display:inline-flex;
}
.coguard_competitor_price_row:hover .deleted_icon,
.coguard_competitor_price_row:hover .automatic_search_icon,
.coguard_competitor_price_row:hover .export_icon {
	display:inline;
	left:0px;
}
#last_website_row {
	display: flex;
    padding-left: 18px;
    padding-bottom: 10px;
    background-color: white;
	margin-top: -20px;
}
#last_website_row a span {
	font-size: 13px;
}
#last_website_row a i {
    position: relative;
    top: 3px;
	font-size: 17px;
}
#top-bar #interval_selection {
	float: right;
    width: auto;
    display: flex;
}
#top-bar #interval_selection input {
	width: 75px;
    height: 20px;
    border: solid 1px #676767;
    padding-left: 10px;
    margin-right: 10px;
    margin-top: 13px;
}
#top-bar #interval_selection span {
	position:relative;
	line-height: 50px;
	padding-right: 10px;
	font-size:14px;
}
#monitoring_list_top_selection {
	float:right;
}
#main_selection_market_select {
	border: 1px solid#d1d1d1;
    border-radius: 8px;
}
#monitoring_list_top_selection label {
	position: relative;
    top: 7px;
	font-size: 14px;
}
#monitoring_list_top_selection ul {
	width: 200px;
    height: 25px;
    background: #fff;
	border-radius: 8px;
}
#monitoring_list_top_selection ul li.label {
	height: 25px;
}
#monitoring_list_top_selection ul li i {
	font-size: 25px;
	color: #d1d1d1;
}
#monitoring_list_top_selection ul li span {
	height: auto;
}
.website_row_data_container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	overflow:hidden;
	transition: transform 0.5s;
}
.website_row_data_cont {
	height:100%;
	width:auto;
	flex: 1 0 33.33%;
}
.website_row_data_cont:nth-child(even) {
	background-color: #fff;
}
.website_row_data_cont:nth-child(odd) {
	background-color: #f9f9f9;
}
.website_row_data_cont p {
	margin-top: 0px;
	width: auto;
	text-transform: uppercase;
	font-style: italic;
	padding: 20px 0px 0px 20px;
}
.website_row_data_cont .website-text-datas {
	width: auto;
	display: inline-block;
	padding-left: 20px;
	min-height: 170px;
}
.website_row_data_cont .website-text-datas span {
	margin-top:0px;
	margin-bottom:2px;
	font-size: 12px;
}
.website_row_data_cont .discount-chart {
	width:auto;
	height:80px;
	margin:15px 0px 10px 0px;
	max-width: 75%;
	padding-left: 20px;
}
#website_filter_text {
	border: 2px solid #d1d1d1;
    border-radius: 25px;
}
#top-bar input.hasDatepicker {
	border: 1px solid #d1d1d1 !important;
	border-radius:8px;
}
.left-alignment {
	text-align: left !important;
}
#catalog_filter_text {
	width: 300px;
    height: 25px;
	border: 2px solid #d1d1d1;
    border-radius: 25px;
}
#catalog_filter_website {
	width: 300px;
    height: 25px;
	margin-left: 35px;
	border: 2px solid #d1d1d1;
    border-radius: 25px;
}
#catalog_filter_category {
	width: 300px;
    height: 25px;
	margin-left: 35px;
	border: 2px solid #d1d1d1;
    border-radius: 25px;
}
#products_header.list-header > div:first-child {
	width: 100%;
	display:block;
    position: absolute !important;
	text-align: center;
}
#products_header #filter_container {
	position: absolute;
    right: 0px;
    width: auto;
    top: 0px;
}
#products_header #filter_container #open_filter_window {
	margin: 0px;
    padding-right: 8px;
}
#products_header #filter_container {
	color:#000;
}
#products_header #filter_list {
	width: 150px;
    left: 0px;
}
#products_header #filter_list p {
	text-align: left;
}
#products_header #filter_list a {
	color: #333;
    font-size: 14px;
    vertical-align: middle;
    font-style: italic;
}
.carousel-arrow {
	z-index: 998;
}
.product_monitoring_list {
	display:none;
}
.product_monitoring_list_button {
	width:100%;
	background-color:#fff;
	box-shadow: 1px 2px 5px 1px #c4c4c4;
	padding:20px 0px;
	cursor:pointer;
	position:relative;
	margin-top:15px;
	z-index: 999;
}
.product_monitoring_list_button a {
	position:absolute;
	width:100%;
	height:100%;
}
.product_post_header .website-text-datas {
	padding-left: 20px;
    font-size: 13px;
    padding-top: 15px;
}
.product_monitoring_list_button_title {
	margin:0px;
	padding:0px 20px;
	text-transform:uppercase;
	font-style:italic;
}
#filter_container i.options_icon {
	border-radius: 50%;
	transition: 0.3s;
}
#filter_container i.options_icon:hover {
	background-color: #ccc !important;
}
.all_filter_window {
	padding:0px !important;
	left:-10px !important;
	width: 140px !important;
}
.all_filter_window p {
	margin:0px;
	padding:4px 15px;
}
.all_filter_window p:hover {
	background-color:#f9f9f9;
}
.all_filter_window p a {
	color: #676767;
}
#page-product #quick_stats {
	background-color: #f8f9fa;
}
#delete_website_filter {
	color:red;
	position:absolute;
	right:5px;
	top:17px;
	cursor:pointer;
	display:none;
	font-size:18px;
}
.top_evidence_data_container {
	width:auto;
	height:85px;
	padding-left:10px;
	line-height:1.8;
	padding-right:10px;
}
.top_evidence_data_container .top_evidence_data {
	padding:10px 7px 7px;
	font-size:14.5px;
	min-width:101px;
	background-color:#f1f1f1;
}
.top_evidence_data_container > label {
	position: relative;
    font-size: 11px;
    padding: 0px 2px;
}
#settings_agreement .settings_container,
#settings_catalog .settings_container,
#settings_monitoring_lists .settings_container {
	padding-bottom:20px !important;
}
#page-product .settings_container {
	box-shadow: none;
}
#right-bar {
	width: 50px;
    height: 100%;
    position: fixed;
    right: 0;
	display: flex;
	align-items: end;
	justify-content: center;
}
.listing_button {
	width:50px;
	height:35px;
	background-color:#878787;
	cursor:pointer;
	margin-bottom:15px;
	border-radius: 8px 0px 0px 8px;
	text-align: left;
    display: flex;
    align-items: center;
	justify-content: center;
	transition: 0.3s;
	z-index: 9998;
	position:relative;
}
.listing_button_last {
	margin-bottom:0px !important;
}
.listing_button_sub{
	width:50px;
	transition: 0.3s;
	position:absolute;
	left:0px;
	right:0px;
	background-color:#878787;
	height:35px;
	display: flex;
    align-items: center;
	justify-content: center;
	border-radius: 8px 0px 0px 8px;
}
.listing_button:hover .listing_button_sub{
	width:200px;
	position:absolute;
	left:-150px;
}
.listing_button p {
	opacity: 0;
	position:absolute;
	right:-9999px;
	color: white;
	padding-left: 10px;
	width:auto;
	transition-delay: 2.5s;
	transition: all 1s ease 3s;
}
.listing_button:hover .listing_button_sub > p {
	opacity:1;
	position:relative;
	right: unset;
	transition: 1s;
}
.listing_button:not(:hover) > p {
	opacity:0;
	position:absolute;
	right:-9999px;
	transition: 0s;
}
.listing_button i {
	color: #fff;
}
#ranking_list {
	padding-bottom: 50px;
}
#ranking_list p {
	font-size:14px;
	padding-right:10px;
}
#sellerPage {
	width: calc(100% - 120px);
	margin-left: 70px;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 50px 0px 80px;
}
.sellerTableContent {
	width: 48%;
}
#sellerPage .sellerTableContent td {
    padding: 10px 10px;
    border-bottom: 1px solid #f1f1f1;
	font-size: 12px;
}
#sellerPage .sellerTableContent td b {
    color: #333;
	font-weight:400;
}
#website_filter_product {
	float:right;
	margin-right:25px;
	position:relative;
}
#website_filter_product label {
	position: relative;
	font-size: 14px;
	padding-right:5px;
}
#search_website_filter {
	margin-top:12px;
	width:200px;
	height:25px;
	border-radius: 8px;
	border:1px solid #d1d1d1;
}
#right-bar {
	z-index:9998;
	top:0;
	flex-direction:column;
}
#listing-bar {
	position:absolute;
	height:100%;
	width:0px;
	top:0;
	right:0;
	background-color:#f1f1f1;
	z-index:9998;
	transition: 0.3s;
	padding-top: 60px;
	overflow-y:scroll;
}
#listing-bar-title {
	width:100%;
	height:35px;
	position:relative;
}
#listing-bar-title a {
	padding:0px;
	color:#000;
}
#ranking_list_name {
	position:absolute;
	left:10px;
	top:0px;
	margin:0;
}
#ranking_list {
	width:100%;
	height:auto;
}
#discover_blocks_container {
	width:100%;
	height:auto;
	display:flex;
}
#active_discover_block {
	width:49%;
	margin-right:1%;
	height:auto;
}
#deleted_discover_block {
	width:49%;
	margin-left:1%;
	height:auto;
}
#discover_blocks_container h4 {
	margin-top: 0;
	font-weight: normal;
	font-size: 13px;
	padding-left: 20px;
	text-transform:uppercase;
}
.discover_block {
	width:100%;
	min-height:100px;
	background-color:#fff;
	box-shadow: 1px 2px 5px 1px #c4c4c4;
}
.discover_block table {
	width:100%;
	padding:10px 10px;
}
.discover_block table th {
	border-bottom: 1px solid #f1f1f1;
}
.discover_block table th.domain{
	text-align:left;
	padding: 8px 8px 8px 0px;
	font-weight: normal;
	line-height: 24px;
	position: relative;
	font-size:12px;
}
.discover_block table td.domain {
	font-size:12px;
	width:60%;
	padding:8px 0px;
	border-bottom: 1px solid #f1f1f1;
}
/* BADGE RANK */
.badge {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-block;
    top: 0;
    transition: all 0.2s ease;
	cursor:pointer;
}
.circle {
    width: 25px;
    height: 25px;
    position: absolute;
    background: #fff;
    z-index: 10;
    border-radius: 50%;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
	display: flex;
    align-items: center;
    justify-content: center;
}
.font {
	display: inline-block;
	margin-top: 1em;
}
.badge:hover {
	top: -4px;
}
.green-badge {
    background: linear-gradient(to bottom right, #78b22b 0%, #223a02 100%);
    color: #000;
    font-weight: 700;
	border-radius:50%;
	font-size: 18px;
	text-align:center;
}
.text-inside-progress-bar {
	position: absolute !important;
    top: 7px;
    margin: auto;
    left: 0px;
    right: 0px;
    text-align: center;
    background-color: transparent !important;
}
/* check popup */
.wrapper_check{
	height:auto;
	display:flex;
	justify-content:center;
	align-items:center;
}
.checkmark__circle{
	stroke-dasharray: 166;
	stroke-dashoffset: 166;
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke: #7ac142;
	fill: none;
	animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}
.checkmark{
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: block;
	stroke-width: 2;
	stroke: #fff;
	stroke-miterlimit: 10;
	margin-top: 25px;
	box-shadow: inset 0px 0px 0px #7ac142;
	animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}
.checkmark__check{
	transform-origin: 50% 50%;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}
@keyframes stroke{100%{stroke-dashoffset: 0}}
@keyframes scale{0%, 100%{transform: none}50%{transform: scale3d(1.1, 1.1, 1)}}
@keyframes fill{100%{box-shadow: inset 0px 0px 0px 30px #7ac142}}

#select_report_models_select ul {
	background-color:#fff;
	border-radius: 25px;
}
#create_model_button {
	margin:0px;
	font-weight:700;
	color:#000;
	position:relative;
	padding: 5px 15px 10px;
	transition: 0.3s;
}
#create_model_button:hover {
    background-color: #f1f1f1;
    border-radius: 8px;
}
#monitoring_lists_page {
	width: calc(100% - 120px);
    margin-left: 70px;
}
#monitoring_lists_page .list-header {
	width: calc(100% - 70px);
}

/* HEADER ADMIN */
header#admin {
	width:100%;
	height:80px;
	background-color: #000;
}
header#admin #logo {
	width:10%;
	height:80px;
	display:flex;
	justify-content: center;
	align-items: center;
}
header#admin #logo img {
    max-width: 100%;
    height: 30px;
    position: relative;
    top: 10px;
    padding-left: 15px;
	vertical-align: unset;
}
.price_list_icon {
	color: #000;
}
.action_button_new {
	transition: 0.2s;
}
.action_button_new:hover {
	background-color: #f1f1f1 !important;
    border-radius: 8px;
}
#monitoring_list_header {
	text-transform: unset;
}
#page-product #logo {
	width:20%;
}

/* Monitoring */
#monitoring_page {
  margin-top: 100px;
}
#monitoring_page > table {
  margin: 0 auto;
}
#monitoring_page > table tr.completed {
  background-color: #37c937;
}
#monitoring_page > table tr.not_completed {
  background-color: #e51a36;
}
#monitoring_page > table tr.semi_completed {
  background-color: #e5a71a;
}
#monitoring_page > table tr.completed,
#monitoring_page > table tr.not_completed,
#monitoring_page > table tr.semi_completed,
#monitoring_page > table tr.completed td,
#monitoring_page > table tr.not_completed td,
#monitoring_page > table tr.semi_completed td,
#monitoring_page > table tr.completed a,
#monitoring_page > table tr.not_completed a,
#monitoring_page > table tr.semi_completed a {
  color: #fff !important;
}
#monitoring_page > table tr td {
  padding: 10px 15px;
  border: solid 1px;
}
#monitoring_page > table tr td.page_num_competitors,
#monitoring_page > table tr td.page_num_competitors_diff {
  font-weight: bold;
}
