.secondary_menu_nav_list {
	width: 80%;
    margin: auto;
    height: 40px;
    padding-left: 15px;
    line-height: 40px;
	transition:.4s;
	cursor: pointer;
	color: #000;
}
.secondary_menu_nav_list:hover {
	background-color: #f1f1f1;
}

.sortable-header {
	cursor:pointer;
}
/* CSS Document */
html {
	scroll-behavior: smooth;
	background: #fff;
}
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
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: 10px;
  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: 90%;
  height: 36px;
  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;
  color: #676767;
}
/* 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: 57px;
    height: 100%;
    line-height: 85px;
    position: fixed;
    background-color:#114982;
    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, #bolla_page, #plan_page, #articoli_page, #lavorazioni_page, #operatori_page, #settings_page {
	width: calc(100% - 57px);
    margin-left: 57px;
    padding: 57px 0 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: relative;
  width: 50%;
  height: auto;
  display: none;
  overflow: hidden;
  box-shadow: 1px 2px 5px 1px #c4c4c4;
}
.preview_tabs .preview_tab 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 15px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
#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 td i.checkbox {
  font-size: 19px;
  margin-right: 4px;
  color: #676767;
}
.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; 
  font-weight: 700;
  font-size: 9px;
  color: #f9de05;
  display: none;
}

/* Product monitoring list */
.product_monitoring_list {
  width: calc(96% - 30px);
  margin-top: 20px;
  margin-left: 2%;
  padding: 20px 15px;
  background-color: #fff;
}
.product_monitoring_list h2 {
  margin: 0;
}
.product_monitoring_list .product_monitoring_list_header > div {
  display: inline-block;
  vertical-align: middle;   
}
.product_monitoring_list .product_monitoring_list_header > div.product_monitoring_list_name {
  width: 60%;
  padding-left: 15px;
}
.product_monitoring_list .product_monitoring_list_header > div.product_monitoring_list_prices {
  float: right;
}
.product_monitoring_list .product_monitoring_list_header .monitoring_list_prices_compare {
  font-size: 11px;
  text-align: center;
}
.product_monitoring_list .product_monitoring_list_header .monitoring_list_prices_compare > div:not(.dynamic_price_box_date) {
  display: inline-block;
  padding: 0 20px;
}
.product_monitoring_list .product_monitoring_list_header .monitoring_list_prices_compare > div:not(.dynamic_price_box_date) span {
  font-size: 27px;
  font-weight: bold;
}
.product_monitoring_list .products_list {
  width: 100%;
  margin-left: 0;
}
.competitor_row_to_hide { display: none; }
.competitor_row_to_hide_link, .competitor_row_to_hide_link_website {
  margin-left: 10px;
  color: black;
  text-decoration: underline;
  font-weight: bold;
}

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

/* Product page */
#product_page {
  width: calc(100% - 120px);
  margin-left: 70px;
  padding: 0 0 80px 0;
  background-color: #f8f9fa;
  position: relative;
}
#page-product #competitor_monitoring_list_select {
  display:none !important;
}
.product_post_header {
  width: 96%;
  margin-left: 2%;
  padding: 20px 0px 20px;
}
.product_post_header > a {
  padding: 5px;
  display: inline-block;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.product_post_header a.back_url {
  color: #fff;
  background-color: #c9d2dc;
  width: 250px;
  float: left;
}
.product_post_header a.new_competitor_url {
  color: #000;
  float: right;
}
#product_compare {
  width: 96%;
  margin: 50px 0 0 2%;
  position: relative;
  height: auto;
  padding-bottom: 20px;
}
#product_compare .placeholder {
  float: left;
  width: 80%;
  height: auto;
  margin: 50px 0 0 10%;
}
#product_compare #product_compare_tab1 .placeholder {
  height: auto;
}
#product_compare .placeholder_choices {
  width: 80%;
  margin: 0 0 0 10%;
  float: left;
}
#product_compare .placeholder_choices span {
  width: 20%;
  font-size: 13px;
}
#product_compare h5 {
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  float: left;
}
#product_compare #product_compare_tab1 h5 {
  margin-bottom: 16px;
}
#product_compare .settings_tab p {
  margin-top: 0;
  margin-bottom: 10px;
}
#product_compare .settings_tab table {
  width: 100%;
}
#product_compare .settings_tab table td {
  width: 50%;
}
#product_compare .settings_tab table td label {
  margin-bottom: 5px;
  display: inline-block;
}
#product_compare .preload {
  top: 47px;
  height: calc(100% - 47px);
  line-height: 500px;
}
#product_compare .preload i.fa {
  font-size: 100px;
  color: #e8eced;
}
.coguard_competitor_stats_row .placeholder {
  float: left;
  height: 200px;
  margin: 20px 0 20px 5%;
}
#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;
}
.product_monitoring_stats {
  margin-top: 10px;
  padding: 0 10px;
  position: relative;  
}
.product_monitoring_stats h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0;
}
.product_monitoring_stats h3 a {
  color: #000000;
}
.product_monitoring_stats > div {
  width: 99.95%;
  padding: 30px 0;
  border-top: solid 1px #ccc;
  position: relative;  
  display: none;   
}
.product_monitoring_stats > div .placeholder {
  height: 300px;
  line-height: 300px;
}
.product_monitoring_stats > div h5 {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 5px;
}
.product_monitoring_stats > div .placeholder_choices {
  width: 80%;
  margin-left: 10%;
}
.product_monitoring_stats > div .placeholder_choices span {
  width: 20%;
  font-size: 12px;
  display: inline-flex;
}
#competitor_graph_popup .flot-y-axis { left: -25px!important; }

/* 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;
  z-index: 100005;
}
#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%;
  max-height:70%;
  top: 15%;
  left: 15%;
  background-color: #fff;
	border-radius: 8px;

}
.popup .popup_content > div {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.popup input[type="text"], .popup input[type="number"], .popup select {
	border-radius: 5px;
	border: 1px solid #ccc;
}
.popup label {
	font-size: 15px !important;
	font-weight: bold;
}
.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;
  padding-left: 25px;
  color: #114982;
}
.popup_header_cont {
	height: 50px;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    background-color: #f1f1f1;
    border-bottom: 1px solid #dedede;
}
.popup a.action {
  position: relative;
  width: calc(100% - 10px);
  height: 60px;
  line-height: 60px;
  color: #114982;
  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;
}

/* Tutorial popup */
#tutorial_popup.popup .popup_content {
  width: 50%;
  height: 240px;
  top: 200px;
  left: 25%;
  border: solid 5px #78b22b;
  border-radius: 25px;
}
#tutorial_popup.popup .popup_content > div {
  padding-top: 10px;
}
#tutorial_popup.popup .popup_content h4 {
  border-bottom: solid 1px #78b22b;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-transform: initial;
}
#tutorial_popup.popup .popup_content ul {
  width: 90%;
  margin-left: 5%;
  font-size: 14px;
}
#tutorial_popup.popup .popup_content ul li#tutorial_links {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  margin-bottom: 0;
}
#tutorial_popup.popup .popup_content #tutorial_description {
  text-align: center;
  font-size: 14px;
}
#tutorial_popup.popup .popup_content div.tutorial_links_container {
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
}
#tutorial_popup.popup .popup_content div.tutorial_links_container a.action {
  position: static;
  line-height: initial;
  width: auto;
  height: 30px;
  display: inline-flex;
}
#tutorial_popup.popup .popup_content div.tutorial_links_container a.action i {
  font-size: 25px;
}
#tutorial_popup.popup .popup_content div.tutorial_links_container a.action span {
  width: auto;
  font-size: 13px;
}
#tutorial_popup.popup .popup_content div.tutorial_links_container a.locked {
  background-color: #bbd895;
}

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

/* Export/import data */
#export_data_page, #import_data_page {
  padding: 70px 0 30px;
  width: calc(100% - 120px);
  margin-left: 70px;
}
#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: calc(100% - 120px);
  margin-left: 70px;
  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: #f1f1f1;
  color: #333;
}
#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: #878787;
  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: #333;
  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_graph {
  height: 600px;
}
#stats_graph .placeholder {
  float: left;
  width: 80%;
  height: 400px;
  margin: 50px 0 0 10%;
  font-size: 30px;
  text-align: center;
  vertical-align: middle;
}
.placeholder span.no_data {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  font-style: italic;
  width: 100%;
}
#stats_graph .placeholder span.no_data {
  margin-top: 18%;
}
#stats_graph .placeholder_choices {
  width: 80%;
  margin: 0 0 0 10%;
  float: left;
}
#stats_graph .placeholder_choices span {
  width: 33.33%;
  font-size: 13px;
}
#stats_graph h5 {
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  float: left;
}

#page-catalog .list-header {
  width: calc(100% - 120px);
  margin: 20px 0 0 2%;
  padding: 5px 0px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: right;
}
/* CATEGORIES */
.list-header {
  width: calc(100% - 120px);
  margin: 20px 0 0 2%;
  padding: 5px 0px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: right;
  padding-bottom: 20px;
}
#categories_breadcrumb {
  margin-right: 8px;
}
.list-header > div:first-child {
  width: calc(50% - 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(50% - 3px);
  display: inline-block;
}
.list-header a {
  display: inline-flex;
  align-items: center;
  color: #000000;
  vertical-align: middle;
}
#categories_page .products_list > table {
  padding-top: 10px;
}

/* WEBSITES */

#websites_page {
  width: calc(100% - 120px);
  margin-left: 70px;
	margin-top:50px;
}
#website_page .preview_tabs {
  height: 447px;
}
#website_page .preview_tab {
  height: 400px;
}
#website_page .preview_tab .competitors_count table .meter {
  height: 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(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: #333;
  width:auto;
}
.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;
}

/* Onboarding */
#onboard_add_website_box {
  margin-top: 30px;
}
#onboard_add_website_box > span {
  position: relative;
}
.short_container p a#onboard_add_website.evidence_link {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 3px 8px;
  font-size: 12px;
}
#onboard_websites {
  margin-top: 50px;
  margin-bottom: 0;
}
#onboard_websites > span {
  border-bottom: solid 1px #d4dadf;
  width: 100%;
  display: inline-block;
  padding-bottom: 5px;
}
#onboard_websites_list {
  margin-top: 0;
}
.short_container ul#onboard_websites_list li {
  border-bottom: solid 1px #d4dadf;
  padding: 10px;
  position: relative;
  width: calc(100% - 20px);
}
.short_container ul#onboard_websites_list li a.onboard_delete_website {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #575756;
}     
#onboard_commands {
  text-align: center;
  margin-top: 60px;
}
#onboard_commands > a {
  display: inline-block;
  text-transform: none;
  font-size: 18px;
}
#onboard_commands > a.bordered_link {
  margin-top: 20px;
  padding: 20px 50px;
}

/* Best sellers */
#best_sellers_filter form, #best_sellers_filter table {
  width: 100%;
}
#best_sellers_filter tr.filter_by_month_row td { padding-top: 10px; }
#best_sellers_filter td.filter_by_month a {
  border: solid 1px;
  padding: 5px;
  color: black;
  margin-right: 10px;
}
#best_sellers_filter td.filter_by_month a:hover,
#best_sellers_filter td.filter_by_month a.selected {
  color: #fff;
  background-color: #78b22b;
}
#best_sellers_list table#best_sellers_table > tbody,
#best_sellers_list table#best_sellers_table > thead { display: block; }
#best_sellers_list table#best_sellers_table > thead {
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
#best_sellers_list table#best_sellers_table > thead.fixed { position: fixed; width: 93%; }
#best_sellers_list table#best_sellers_table > thead > tr,
#best_sellers_list table#best_sellers_table > tbody > tr { display: table; width: 100%; }
#best_sellers_list th { padding: 0; }
#best_sellers_list .product_name_row { width: 46.8%; }
#best_sellers_list .product_name_row a { color: black; }
#best_sellers_list .mean_price_row { width: 87px; }
#best_sellers_list td.mean_price_row {
  border: solid 2px #E0E0E0;
  padding: 5px;
  width: 80px;
}
#best_sellers_list td.mean_price_row a {
  width: 100%;
  height: 100%;
  color: black;
  display: inline-block;
}
#best_sellers_list td.mean_price_row:not(.mean_price_row_map):hover,
#best_sellers_list td.mean_price_row.selected {
  background-color: #E0E0E0;
  opacity: 0.5;
  color: black;
}
.best_sellers_graph {
  height: 600px;
}
.best_sellers_graph .placeholder {
  float: left;
  width: 80%;
  height: 400px;
  margin: 50px 0 0 10%;
  font-size: 30px;
  text-align: center;
  vertical-align: middle;
}
.best_sellers_graph .placeholder span.no_data {
  margin-top: 18%;
}
.best_sellers_graph .placeholder_choices {
  width: 100%;
  margin: 0;
  float: left;
}
.best_sellers_graph .placeholder_choices span {
  width: 33.33%;
  font-size: 13px;
}
.best_sellers_graph h5 {
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  float: left;
}
.best_sellers_graph .flot-y-axis, .best_sellers_graph .flot-x-axis { font-size: 14px; }
.best_sellers_product_detail td { vertical-align: top; }

/* 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: 100vh; 
	width: 100%;
	margin: 0px;
	background: #f9f9f9;
	overflow-x: hidden;
}
#main-bar {
	width: 57px;
	height: calc(100% - 30px);
	position: fixed;
	top: 57px;
	left: 0px;
	background-color: #114982;
	z-index: 9998;
}
#logo {
	width: auto;
	height: 55px;
	float:left;
}
#logo img {
	max-width:100%;
	height:30px;
	position:relative;
	top: 13px;
	padding-left:15px;
}
#main-menu {
	width: 100%;
	height: calc(100% - 200px);
}
#settings-menu {
	width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    bottom: 20px;
}
#top-bar {
	width: calc(100% - 57px);
    height: 55px;
    border-bottom: 2px solid #f1f1f1;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    margin-left: 57px;
}

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: center;
	width: 100%;
	height: 40px;
	padding:10px 0px;
	transition: 0.3s;
	position: relative;
}
.item-menu:hover {
	background-color: rgba(0, 0, 0, 0.04);
}
.item-menu i {
	font-size: 25px;
	color: white;
	line-height:40px;
}
.item-menu span {
	position: absolute;
    font-size: 12px;
    top: 18.5px;
    line-height: 2;
    font-weight: 200;
    text-transform: lowercase;
    left: 115%;
    background: #333;
    color: #fff;
    margin: 0px;
    padding: 0px 10px;
    border-radius: 5px;
    opacity: 0.8;
	display: none;
}
.item-menu span:first-letter {
	text-transform: uppercase;
}
.selected_item_menu {
	background-color:#ffffff;
}
.selected_item_menu:hover {
	background-color:#ffffff;
}
.selected_item_menu i {
	color:#114982;
}
.selected_item_menu:hover i {
	color:#114982;
}
.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;
}

#deleted_blocks_container {
  width:100%;
  height:auto;
  display:flex;
}
#deleted_websites_block {
  width:100%;
  height:auto;
}
#deleted_blocks_container h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  padding-left: 20px;
  text-transform:uppercase;
}
.deleted_block {
  width:100%;
  min-height:100px;
  background-color:#fff;
  box-shadow: 1px 2px 5px 1px #c4c4c4;
}
.deleted_block table {
  width:100%;
  padding:10px 10px;
}
.deleted_block table th {
  border-bottom: 1px solid #f1f1f1;
}
.deleted_block table th.domain{
  text-align:left;
  padding: 8px 8px 8px 0px;
  font-weight: normal;
  line-height: 24px;
  position: relative;
  font-size:12px;
}
.deleted_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%;
}

/* GUIDE */
.guide_paragraph_title {
	margin:35px 0px 10px;
	padding:0px 50px;
	font-size:23px;
	font-weight:700;
}
.guide_paragraph_subtitle {
	margin:20px 0px 10px;
	padding:0px 50px;
	font-size:20px;
	font-weight:700;
}
.guide_paragraph_text {
	margin:0px 0px 8px;
	padding:0px 50px;
}
.guide_ul {
	list-style: disc;
    padding-left: 100px;
}
.guide_ul li {
	margin-bottom: 8px;
	padding-right: 50px;
}
.guide_img {
	max-width:90%;
}
.coguard_competitor_price_row {
  scroll-margin-top: 100px;
}
.competitor_reseller_row_sub span.coguard_competitor_404 {
    left: 43px !important;
}
.product_monitoring_list_name h2 {
  text-transform: uppercase;
  font-size:18px;
}
.product_monitoring_list_name h2 i{
  font-size:22px !important;
  top:4px !important;
}
#page-categories td.no_link {
  width:5% !important;
}
#page-categories td.cat_name {
  width:50% !important;
}
#page-categories td.cat_num {
  width:20% !important;
}
.stats_icon_list {
  position:relative;
  top:4px;
  padding:4px;
  border-radius: 50%;
}
.x_to_close {
  position:absolute;
  top:10px;
  right:10px;
}
.closeInterfaceExpandRow {
    position: absolute;
    top: 10px;
    right: 10px;
}


/* PROACTOR CSS */

#orders_filter_cont {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #dedede;
	background-color: #fff;
}
#orders_filter_cont_inputs {
    width: 96%;
    height: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 3px;
}
.new_add_button {
  width: auto;
  height: 36px;
  border: 2px solid green;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  border-radius: 4px;
  background-color: #008800;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  padding: 0px 15px;
}
.new_add_button:hover {
  border:2px solid green;
  background-color:#fff;
  color:#008800;
}
.search-container {
	display: flex;
	align-items: center;
	width: 250px;
	position: relative;
	border-bottom: 2px solid #dedede;
}
.search-input {
	flex-grow: 1;
	border: none;
	outline: none;
	font-size: 16px;
	background: none;
	z-index: 1;
}
.search-button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	margin-left: 5px;
	z-index: 1;
}
.search-button img {
	width: 20px;
	height: 20px;
}
.search-container::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #0D4F8B; 
	transition: width 0.4s ease, left 0.4s ease;
	transform: translateX(-50%);
}
.search-container:focus-within::after {
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.dropdown {
	position: relative;
	display: inline-block;
	width: 100px;
	height:40px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.dropdown-toggle {
	width: 100%;
	height: 40px;
	padding: 8px 10px;
	border: none;
	border-bottom: 2px solid #dedede;
	background-color: white;
	text-align: left;
	cursor: pointer;
	position: relative;
	appearance: none;
	font-size: 16px;
}
.dropdown-toggle::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid gray;
	transition: transform 0.3s ease;
}
.dropdown.open .dropdown-toggle::after {
	transform: translateY(-50%) rotate(180deg);
}
.dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 98px;
	background-color: white;
	border: 1px solid #ddd;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	z-index: 1;
	border-radius: 0px 0px 4px 4px;
	overflow: hidden;
}
.dropdown-menu li {
	padding: 8px 10px;
	cursor: pointer;
	transition: background-color 0.2s ease;
	font-weight: normal;
}
.dropdown-menu li.selected {
	background-color: #e5f1ff;
}
.dropdown-menu li:hover {
	background-color: #f0f0f0;
}
.dropdown.open .dropdown-menu {
	display: block;
}
.dropdown-toggle:focus {
	outline: none;
	border-bottom: 2px solid #0D4F8B;
}
.menu-icon {
	font-size: 30px;
	cursor: pointer;
	padding: 2px 10px;
	user-select: none;
	border-radius:50%;
	transition: 0.3s;
}
.menu-icon:hover {
	background-color: #dedede;
}
.icon-background { 
	background-color: #dedede;
}
.hamburgher-menu {
	display: none;
	position: absolute;
	right: 10px;
	top: 55px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	width: 300px;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 9999;
}
.hamburgher-menu.open {
	display: block !important;
}
.hamburgher-menu li {
	padding: 12px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: #333;
}
.hamburgher-menu li:hover {
	background-color: #f0f0f0;
}
.icon-eye::before {
	content: '👁️';
}
.icon-book::before {
	content: '📘';
}

#com_list_container {
  width: 100%;
}
#com_list_subcontainer {
  width: 96%;
  margin: 50px auto;
}
.com_row {
  width: 100%;
  height: 90px;
  border: 1px solid #c4c4c4;
  display: flex;
  background-color: #fff;
  box-shadow: 1px 2px 5px 1px #c4c4c4;
}
.name_box {
  width: 30%;
  height: 100%;
  border-right: 1px solid #c4c4c4;
  cursor: pointer;
  transition: 0.3s;
}
.name_box:hover {
	background-color: #f1f1f1;
}
.name_box_active {
    background-color: #f1f1f1;
}

.progress_bar_box {
  width: 62%;
  height: 100%;
  border-right: 1px solid #c4c4c4;
  display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
    gap: 5px;
}
.options_box {
  width: 8%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.name_rows {
  display: flex;
  justify-content: space-between;
  height:33%;
  align-items: center;
}
.name_rows span:nth-child(1) {
  padding-left: 8px;
}
.name_rows span:nth-child(2) {
  padding-right: 8px;
}
.name_rows span {
	font-size: 14px;
	color: #555;
}
.name_code {
	font-size: 18px !important;
	font-weight: bold;
}
.name_customer {
	font-weight: bold;
}
.name_delivery_date, .name_priority {
	font-weight: bold;
	color: rgb(17, 73, 130) !important;
}
.name_priority {
	border: 1px solid rgb(17, 73, 130) !important;
	padding: 1px 5px !important;
	margin-right: 8px;
	border-radius: 3px;
}
.progress_bar_com {
  width: 90%;
  height: 20px;
  border:1px solid #c4c4c4;
  display: flex;
	
}
.progress_bar_com div {
	height:20px;
	display: flex;
	align-items: center;
}
.progress_bar_com .green_bar {
	background-color: #04af04;
}
.progress_bar_com .white_bar {
	background-color: #fff;
}
.progress_bar_com .red_bar {
	background-color: rgb(251 62 57);
}
.progress_bar_com span {
	display: block;
	font-weight: bold;
	width: 100%;
	text-align: center;
	font-size: 13px;
}
.progress_bar_com .green_bar span,  .progress_bar_com .red_bar span{
	color: #fff;
}
.hamburgher-menu-com {
	display: none;
	position: absolute;
	right: 0px;
	top: 75px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	width: 300px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.com_bol_container {
	width: 100%;
	height: 0;
	background-color: #fff;
	margin-bottom: 25px;
	height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}
.com_bol_container_open {
	width: 100%;
	background-color: #fff;
	border: 1px solid #c4c4c4;
	border-top: none;
	overflow: visible;
}
.new_bol_button {
	margin-top: 20px;
	margin-left: 20px;
	width: 200px;
}
/* Main wrapper */
.main-wrapper {
    margin: auto;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Create new bolla button */
.create-bolla-btn {
    background: #00cc00;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
}

.create-bolla-btn:hover {
    background: #009900;
}

/* Bolla list container */
.bolla-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Individual bolla item */
.bolla-item {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
	height: 75px;
}
.bolla-item .name_box {
	width: calc(30% - 5px);
}
.bolla-item .name_code {
	font-size: 15px !important;
}
.bolla-item .progress_bar_box {
	width: calc(63% - 5px);
}
.bolla-item .options_box {
	width: 7.4%;
}
.bol_bar {
	border-right: 1px solid #c4c4c4;
}
.fixed_bol_row {
	display:flex;
	justify-content: center;
	align-items: center;
}
.fixed_bol_row_button_container {
	width: calc(30% - 5px);
}
.fixed_bol_row_bar_container {
	width: calc(63% - 5px);
	display: flex;
    align-items: center;
    justify-content: center;
}
.fixed_bol_row_empty {
	width: 7.4%;
}

/* PAGINA BOLLA */
#bolla_page {
	height: 100%;
}
#bolla_page #orders_filter_cont {
	height: 135px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#bol_name_container, .bol_options_box {
	display:flex;
	justify-content: space-between;
	align-items:center;
}
.bol_options_box {
	width: 15%;
	padding-right: 25px;
	position: relative;
}
.bol_name_box p {
	font-size: 22px;
	margin: 0px;
	padding: 15px 20px 5px;
}
.bol_name_box a {
	padding-left: 35px;
	text-decoration: underline;
	color: rgb(85, 85, 85);
}
.plan_option_button {
	cursor: pointer;
	color: #114982;
	border: 1px solid #114982;
	padding: 8px 13px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2;
	font-size: 15px;
}
.plan_option_button:hover {
	background: rgba(17, 73, 130, 0.04);
}
#bol_progress_bar_container {
	width: calc(100% - 40px);
	margin: auto;
	height: 50px;
}
#bol_progress_bar_container .progress_bar_com {
	width: 100%;
	margin-top: 10px;
	height: 30px;
}
#bol_progress_bar_container .progress_bar_com div {
	height: 30px;
}
#bolla_page_body {
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#bolla_details_container {
	width: 22%;
	height: 100%;
	background-color: #fff;
	border-right: 1px solid #dedede;
}
#bolla_edit_container {
	width: 78%;
	height: 100%;
}
.bolla_details_name_container {
	width: 100%;
}
.bolla_details_name_container p {
	padding-left: 25px;
	font-weight: bold;
	color: #333;
	font-size: 15px;
}
.bolla_details_row {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 0px;
}
.bolla_details_rows_container {
	padding-bottom: 20px;
    border-bottom: 1px solid #c4c4c4;
}
.bolla_details_row .bolla_details_row_name {
	width: 40%;
}
.bolla_details_row .bolla_details_row_detail {
	width: 60%;
}
.bolla_details_row div span, .bolla_details_row div a{
	font-size: 14px;
}
.bolla_details_row_name {
	text-align: right;
}
.bolla_details_row_name span {
	padding: 10px 15px 10px 0px;
	font-weight: bold;
	display: block;
	color: #555;
}
#bolla_edit_tab_container {
	width: 100%;
	height: 70px;
}
#bolla_edit_tab {
  width: auto;
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 20px 0px 0px 20px;
  position: relative; /* Per il posizionamento assoluto del bordo */
}
.bolla_edit_tab_button {
  width: auto;
  padding: 15px 25px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.6);
  border-top: 1px solid rgba(17, 73, 130, 0.3);
  border-bottom: 1px solid rgba(17, 73, 130, 0.3);
  cursor: pointer;
  text-align: center;
  position: relative;
}
.bolla_edit_tab_button:nth-child(1) {
  border-radius: 5px 0px 0px 0px;
  border-left: 1px solid rgba(17, 73, 130, 0.3);
}
.bolla_edit_tab_button:nth-child(2) {
  border-radius: 0px 5px 0px 0px;
  border-right: 1px solid rgba(17, 73, 130, 0.3);
}

.bolla_edit_tab_button_active {
  color: #114982;
}
#bolla_edit_tab::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: var(--indicator-left, 0);
  width: var(--indicator-width, 153px); 
  height: 3px;
  background-color: #114982;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
#worklist {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px;
}
.work-item {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  border: 1px solid #c2c2c2;
  padding: 10px;
  gap: 10px;
  cursor: grab;
  transition: background-color 0.2s;
}
.work-item:hover {
  background-color: #eaeaea;
}
.add-button {
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 18px;
  cursor: pointer;
}
.add-button:hover {
  background-color: #45a049;
}
.work-number {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  width: 30px;
  text-align: center;
	border-right: 1px solid #c4c4c4;
    padding-right: 15px;
}
.work-details {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.work-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.work-status {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  font-size: 14px;
}
.status-label {
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 12px;
}
.completed {
  background-color: #4caf50;
  color: white;
}
.not-started {
  background-color: #e0e0e0;
  color: #555;
}
.status-time {
    color: #777;
    font-size: 15px;
    position: relative;
    top: -10px;
	font-weight: bold;
}
.work-user {
  font-size: 16px;
  font-weight: bold;
  color: #888;
  width: 30px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 5px;
  background-color: #f9f9f9;
}
.delete-button {
  background: none;
  border: none;
  font-size: 18px;
  color: #e74c3c;
  cursor: pointer;
}
.delete-button:hover {
  color: #c0392b;
}
.global-add-button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}
.global-add-button:hover {
  background-color: #0056b3;
}
.work-item.dragged {
  opacity: 0.5;
  position: relative;
  z-index: 1000;
}
.placeholder {
  height: 80px;
  margin: 5px 0;
  border: 2px dashed #cccccc;
  background-color: #f9f9f9;
}
#worklist {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#plan_page {
	height: calc(100% - 57px);
}
#plan_filters_container {
	height: 60px;
	width: calc(100% - 40px);
	display: flex;
	justify-content: space-between;
	align-items: end;
	padding: 0px 20px;
}
.left_filters {
	display: flex;
	justify-content: center;
	align-items: end;
	gap: 30px;
}
.right_filters {
	display: flex;
	justify-content: center;
	align-items: end;
	gap: 30px;
}
.filter-container {
	display: flex;
	align-items: center;
	font-family: Arial, sans-serif;
	height: 40px;
}
.filter-label {
	margin-right: 10px;
	font-size: 16px;
}
.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	transition: 0.4s;
	border-radius: 20px;
}
.slider:before {
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	transition: 0.4s;
	border-radius: 50%;
}
input:checked + .slider {
	background-color: #2196F3;
}
input:checked + .slider:before {
	transform: translateX(20px);
}

#plan_container {
	width: calc(100% - 40px);
	margin-left: 20px;
	margin-top: 30px;
	margin-right: 20px;
}
#plan_container_head {
	display: flex;
	height: 40px;
	background-color: rgb(17, 73, 130);
	justify-content: start;
	align-items: center;
}
.plan_first_column_head {
	width: 228px;
	color: #fff;
	padding-left: 20px;
	border-right: 2px solid #c4c4c4;
	height: 40px;
	display: flex;
	align-items: center;
}
.plan_second_column_head {
	width: calc(100% - 270px);
	color: #fff;
	padding-left: 20px;
	height: 40px;
	display: flex;
	align-items: center;
}
#plan_container_body {
	display: flex;
	height: 100%;
	justify-content: start;
}
.plan_first_column_body {
	width: 248px;
	border-right: 2px solid #c4c4c4;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.plan_operator_container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
	background-color: #dedede;
	border-bottom: 1px solid #c4c4c4;
	transition: 0.3s;
}
.plan_operator_name {
	width: 170px;
	height: 100%;
	border-right: 1px solid #c4c4c4;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.operator_image {
	width: 45px;
	height: 45px;
	background-color: #555;
	color: #fff;
	border-radius: 50%;
	font-size: 18px;
	font-weight:  bold;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}
.plan_operator_lav {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 77px;
}
.plan_first_column_body .plan_operator_container:last-child {
	border-bottom: none;
}
.plan_second_column_body {
	display: flex;
	flex-direction: column;
	justify-content: start;
	width: 100%;
	overflow-x: scroll;
	background-color: #fff;
}
.operator_row_lav, .operator_lav {
	display: flex;
	justify-content: start;
	align-items: center;
	height: 120px;
}
.operator_lav { 
	border-right: 1px solid #c4c4c4;
	width: 200px;
}
.lav_priority {
	padding: 0px 15px;
	border-right: 1px solid #c4c4c4;
	height: 120px;
	display: flex;
	align-items: center;
}
.operator_row_lav {
	border-bottom: 1px solid #c4c4c4;
}
.operator_row_lav:last-child {
	border-bottom: none;
}
.lav_details {
	padding: 0px 15px;
}
.lav_details span {
	font-size: 13px;
}
.lav_details .lav_com_name {
	font-size: 16px;
	font-weight: bold;
}
.lav_details .lav_bol_name {
	font-size: 14.5px;
	font-weight: bold;
}

/* PAGINA ARTICOLI */
#articoli_page {
	height: calc(100% - 57px);
	background-color: #fff;
}
#articoli_body_container {
	padding: 20px 20px 0px;
    display: flex;
    justify-content: center;
	background:#fff;
}
#articoli_list_container {
	width: 55%;
	min-height: 95%;
	border: 1px solid #dedede;
	border-right: none;
	border-top: 1px solid #114982;
	position: relative;
	overflow-y: scroll;
	scrollbar-width: none;
    -ms-overflow-style: none;
}
#articoli_list_container::-webkit-scrollbar {
    display: none; 
}
#articoli_display_container {
	width: 45%;
    height: 95%;
	min-height: 800px;
    background-color: #f1f1f1;
    border: 1px solid #dedede;
}
#articoli_list_head {
	width: 100%;
    height: 40px;
    background-color: #114982;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    left: 0;
}
#articoli_list {
	display: flex;
	flex-direction: column;
	background: #f1f1f1;

}
.articoli_row {
	width: 100%;
	height: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor:pointer;
	transition: 0.2s;
}
.articoli_id_column {
	padding-left: 15px;
	width: 5%;
}
.articoli_options_column {
	padding-right: 15px;
	width: 20%;
	text-align: right;
}
.articoli_name_column {
	width: 30%;
}
.articoli_desc_column {
	width: 35%;
}
.articoli_pdf_column {
	width: 10%;
}


#m_articoli_body_container {
	padding: 20px 20px 0px;
    display: flex;
    justify-content: center;
	background:#fff;
}
#m_articoli_list_container {
	width: 100%;
	min-height: 95%;
	border: 1px solid #dedede;
	border-right: none;
	border-top: 1px solid #114982;
	position: relative;
	overflow-y: scroll;
	scrollbar-width: none;
    -ms-overflow-style: none;
}
#m_articoli_list_container::-webkit-scrollbar {
    display: none; 
}
#m_articoli_display_container {
	width: 45%;
    height: 95%;
	min-height: 800px;
    background-color: #f1f1f1;
    border: 1px solid #dedede;
}
#m_articoli_list_head {
	width: 100%;
    height: 40px;
    background-color: #114982;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    left: 0;
}
#m_articoli_list {
	display: flex;
	flex-direction: column;
	background: #f1f1f1;

}
.m_articoli_row {
	width: 100%;
	height: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor:pointer;
	transition: 0.2s;
}
.m_articoli_id_column {
	padding-left: 15px;
	width: 5%;
}
.m_articoli_options_column {
	padding-right: 15px;
	width: 20%;
	text-align: right;
}
.m_articoli_name_column {
	width: 30%;
}
.m_articoli_desc_column {
	width: 35%;
}
.m_articoli_pdf_column {
	width: 10%;
}


#settings_user_section .articoli_row:hover {
	background: #dedede;
}
/* PAGINA LAVORAZIONI */
#lavorazioni_page {
	height: calc(100% - 57px);
	background-color: #fff;
}
#lavorazioni_page #articoli_list_container {
	width: 100%;
}
#lavorazioni_page .articoli_id_column {
	padding-left: 15px;
	width: 3%;
}
#lavorazioni_page .articoli_options_column {
	padding-right: 15px;
	width: 10%;
	text-align: right;
}
#lavorazioni_page .articoli_name_column {
	width: 22%;
}
#lavorazioni_page .articoli_desc_column {
	width: 23%;
}
#lavorazioni_page .articoli_cat_column {
	width: 12%;
}
#lavorazioni_page .articoli_mainop_column {
	width: 15%;
}
#lavorazioni_page .articoli_secondop_column {
	width: 15%;
}

/* PAGINA OPERATORI */
#operatori_page {
	height: calc(100% - 57px);
	background-color: #fff;
}
#operatori_page #articoli_list_container {
	width: 100%;
}
#operatori_page #articoli_display_container {
	width: 65%;
}
#operatori_page .articoli_id_column {
	padding-left: 15px;
	width: 8%;
}
#operatori_page .articoli_options_column {
	padding-right: 15px;
	width: 27%;
	text-align: right;
}
#operatori_page .articoli_name_column {
	width: 25%;
}
#operatori_page .articoli_term_column {
	width: 15%;
}
#operatori_page .articoli_image_column {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#operatori_page .articoli_image_column div {
	margin-bottom: 0px;
}
#operatori_page .articoli_row {
	height: 70px;
}

/* PAGINA SETTINGS */
#settings_page {
	height: auto;
	background-color: #fff;
	padding-bottom: 100px;
}
#settings_page #articoli_body_container {
	height: auto;
}
#settings_page #articoli_list_container {
	height: 300px;
	width: 100%;
}
.settings_section_title {
	color: #555;
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;
	width: calc(100% - 40px);
	padding-bottom: 5px;
	border-bottom: 2px solid #dedede;
}
#settings_permissions_section {
	margin-top: 80px;
}
.permissions-table {
  margin: auto;
  width: calc(100% - 40px);
  border-collapse: collapse;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.permissions-table table {
  width: 100%;
  border-spacing: 0;
  border: 1px solid #ddd;
  background-color: #fff;
}
.permissions-table thead th {
  background-color: #004080;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
}
.permissions-table .table-scroll {
  max-height: 400px; /* Imposta l'altezza massima della sezione scorrevole */
  overflow-y: auto;
  border-top: 2px solid #ddd;
}
.permissions-table tbody td {
  padding: 10px 15px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.permissions-table tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}
.permissions-table input[type="checkbox"] {
  appearance: none;
  width: 40px;
  height: 20px;
  background-color: #ccc;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s;
}
.permissions-table input[type="checkbox"]:checked {
  background-color: #007bff;
}
.permissions-table input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s;
}
.permissions-table input[type="checkbox"]:checked::before {
  transform: translateX(20px);
}
.permissions-table .toggle-button {
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  background-color: #007bff;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
}
.permissions-table .toggle-button:hover {
  background-color: #0056b3;
}
.permissions-table .button_off {
	margin-top: 5px;
}
#settings_categories_section {
	margin-top: 80px;
}
.archived_row {
	display:none;
}
.text-popup {
	text-align: center;
}
.text-popup p {
	margin-bottom: 5px;
}
.text-popup p:first-child {
	font-size: 22px;
}
.text-popup .text_bold_popup {
	font-weight: bold;
}
.text-popup .text_small_popup {
	font-size: 13px;
}
.completed_row {
	background-color: rgb(242, 255, 242) !important;
}
.progress_bar_big_text {
	font-size: 25px;
	font-weight: bold;
}
.articoli_row i {
	cursor:pointer;
}
.articoli_row:hover {
	background-color: #ccc;
}
#display_art_container .bolla_edit_tab_button:nth-child(2) {
	border-right: none;
	border-radius: 0px;
}
#display_art_container .bolla_edit_tab_button:nth-child(3) {
	border-radius: 0px 5px 0px 0px;
    border-right: 1px solid rgba(17, 73, 130, 0.3);
}
#art_title {
	padding-left: 20px;
    font-size: 22px;
}
.date-picker-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 20px;
    }

    .date-picker {
      position: relative;
    }

    input[type="date"] {
      font-size: 16px;
      padding: 8px;
      border: 1px solid #ccc;
      border-radius: 5px;
	  width: 100%;
    }

    .calendar-popup {
      position: absolute;
      top: 40px;
      left: 0;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      z-index: 100;
      display: none;
    }

    .calendar-popup.active {
	display: block;
}
#operator_filter_container {
	display: flex;
    justify-content: start;
    width: 80%;
    align-items: center;
	gap: 55px;
}
#operator_filter_container .dropdown button {
	background-color:transparent;
	margin-left: 20px;
	border-bottom: 2px solid #ccc;
	height: 42px;
}
#operator_filter_container input[type="date"] {
    font-size: 16px;
	height: 40px;
    padding: 8px;
    border: none;
    border-bottom: 2px solid #ccc;
	border-radius: 0px;
    width: 100%;
    background: transparent;
}
#operator_filter_container label {
	font-size: 12px;
}
#operator_filter_container .dropdown-menu {
    position: absolute;
    top: calc(100% + 20px);
    left: 20px;
    width: 98px;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
    border-radius: 0px 0px 4px 4px;
    overflow: hidden;
}
#worklist i {
	cursor: pointer;
}
.product_popup_field .dropdown {
	width: 93% !important;
}
.product_popup_field .dropdown-toggle {
	border: 1px solid #dedede;
	border-radius: 5px;
}
.product_popup_field ul.dropdown-menu {
	width: 100% !important;
	margin: 0px;
}
.product_popup_field ul.dropdown-menu li {
	margin:0px;
}
#lav_popup .product_popup_field input[type="text"] {
	width: 90% !important;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1300px) {
  #index_page .search-container {
    width: 180px !important;
  }
  #index_page #dropdown_order {
    width: 180px !important;
  }
}
.archived_bol_row {
	display:none;
}
#display_art_container .tab_cont {
	display: none;
}
#display_art_container .tab_cont1 {
	display: block;
}
.art_bol_container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10px;
    border: 1px solid #c4c4c4;
    width: 70%;
}
.art_bol_container .name_box  {
	width: calc(100% - 16px);
    height: 100%;
    cursor: pointer;
    transition: 0.3s;
    padding: 8px;
    background-color: #fff;
}
#operator_logs_container {
	width: calc(100% - 40px);
	margin: auto;
	height: auto;
}
#operator_logs_head {
	width: 100%;
	display:flex;
	justify-content: space-between;
	height: 50px;
	align-items: center;
	color: #fff;
	background-color: #114982;
	margin-top: 50px;
}
#operator_logs_container .operator_log_timestamp {
	margin-left: 15px;
}
#operator_logs_container .operator_log_durata {
	margin-right: 15px;
}
.plan_operator_container:hover {
	background-color: #d1d1d1;
	cursor: pointer;
}
.operator_lav:hover {
	cursor:pointer;
}

/*LOGS WINDOW*/
#bol_plan_main_container, #lav_plan_main_container {
	width: 768px; 
	position: absolute;
	top: 0px;
	height: 100vh; 
	background-color: rgb(241, 241, 241); 
	z-index: 9999; 
	transition: 0.4s;
}
#bol_plan_main_container {
	left: -768px;
}
#lav_plan_main_container {
	right: -768px;
}
#log_header {
	width: 100%;
	height: 50px; 
	background-color:#114982; 
	display:flex; 
	justify-content: space-between; 
	align-items: center;
}
#log_header span {
	margin-left: 20px;
	color:#fff;
}
#log_header i {
	font-size:25px;
	color:#fff;
	margin-right:20px;
	cursor:pointer;
}
#log_body_container {
	height:calc(100% - 50px);
}
#bol_plan_rows_container {
	display: flex;
	flex-direction: column;
	height: 100%;
}
#bol_plan_column_container {
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
	height: calc(100% - 60px);
	width: calc(100% - 40px);
	margin: auto;
}
#bol_plan_column_container .bol_plan_list {
	width:40%;
	height: calc(100% - 150px);
}
#bol_plan_column_container .bol_plan_list_container {
	height: calc(100% - 20px);
	border: 2px solid #c4c4c4;
	overflow-y:scroll;
	margin: 5px 0px;
	padding: 5px;
	overflow-x: hidden;
}
#bol_plan_column_container .buttons_container {
	width:10%;
	height: calc(100% - 150px);
	display: flex;
    justify-content: center;
    align-items: center;
}
#bol_plan_column_container .buttons_container i {
	cursor: pointer;
	display:none;
}
#bol_plan_main_button {
	width: 400px;
	font-size: 15px;
	border-radius: 5px;
	margin-left: 20px;
	margin-top: 20px;
	height: 38px;
	border: 1px solid #114982;
	color: #114982;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	cursor: pointer;
}
#bol_plan_main_button:hover {
	background: rgba(17, 73, 130, 0.04);
}
#bol_plan_main_button i {
	margin-right: 10px;
}
.plan_com_list_container {
	width: 100%;
    border: 2px solid #c4c4c4;
    height: 84px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}
.list_name_row {
	height: 28px;
    width: 100%;
    display: flex;
    align-items: center;
}
.plan_bol_list_container {
	width: 100%;
    border: 2px solid #c4c4c4;
    height: 84px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}
.list_name_row_bol {
	height: 28px;
    width: 100%;
    display: flex;
    align-items: center;
	justify-content: space-between;
	font-size: 14px;
}
.operator_log_row {
	width: 100%;
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
}

#login input {
	width: calc(100% - 14px);
}
#login ul li a {
	background-color: #114982;
}
#page-login {
	background-color: #b3d9ff;
	display: flex;
    justify-content: center;
    align-items: center;
}
#page-login #login {
	position: relative;
	margin: 0px;
	top: unset;
	left: unset;
	height: auto;
	padding: 50px 80px;
	background-color: #fff;
	    box-shadow: 1px 2px 5px 1px #c4c4c4;
}
#login ul li:nth-child(3), #login ul li:nth-child(4) {
	margin-bottom: 0px;
}


#operatori_page .articoli_image_column {
	width: 18%;
}