
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: none;
  box-shadow: none;
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  text-shadow: none;
  box-shadow: none;
}
.btn {
    border: 1px solid;
    font-size: 0.928rem;
    border-radius: 20px;
    color: #3C3C3C; 
    color: var(--eclipse-gray);
    font-weight: 500;
    text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-primary {
  background-repeat: repeat-x;
  background-color: #d4d600; 
  background-color: var(--nature-green);
  border-color: #D9D9D9;
  border-color: var(--neutral-5);
  color: #444446;
  font-weight: 500;
  
  text-shadow: none;
}
.btn-primary:not([disabled]):hover,
.btn-primary:not([disabled]):focus {
    background: #C0C200; 
    background: var(--nature-green-hover);
    border-color: #BDBDBD !important; 
    border-color: var(--active-border-gray) !important;
    color: #222222;
    background-position: 0 -15px;
}
.btn-primary:not([disabled]):is(:active,.active),
.btn-primary:not([disabled]):is(:active,.active):hover {
    background: #C0C200; 
    background: var(--nature-green-hover);
    border-color: #828282 !important; 
    border-color: var(--gray-3) !important;
}
.btn-success {
  background-color: #5cb85c;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-info {
  background-color: #5bc0de;
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-warning {
  background-color: #f0ad4e;
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-danger {
  background-color: #d9534f;
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.eco-theme .dropdown-menu {
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.25));
    border: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #357ebd;
}
.navbar-default {
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .active > a {
  background-color: #ebebeb;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
  background-color: #3c3c3c;
}
.navbar-inverse .navbar-nav > .active > a {
  background-color: #222;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.alert {
  text-shadow: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.close {
    opacity: 0.4;
}
.alert .close {
    color: #fff;
    opacity: 1;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #b2dba1;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #9acfea;
  color: darkblue;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #f5e79e;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #dca7a7;
}
.progress {
  background-color: #ebebeb;
}
.progress-bar {
  background-color: #428bca;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-bar-danger {
  background-color: #d9534f;
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #428bca;
  text-shadow: 0 -1px 0 #3071a9;
  border-color: #3278b3;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
  background-color: #f5f5f5;
}
.panel-primary > .panel-heading {
  background-color: #428bca;
}
.panel-success > .panel-heading {
  background-color: #dff0d8;
}
.panel-info > .panel-heading {
  background-color: #d9edf7;
}
.panel-warning > .panel-heading {
  background-color: #fcf8e3;
}
.panel-danger > .panel-heading {
  background-color: #f2dede;
}
.well {
  background-color: #e8e8e8;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
.badge {
    background-color: #d4d600;
    color: #444;
}
.btn.btn-default {
    border-color: #d9d9d9;
    border-color: var(--border-gray);
    background-color: #fff; 
    background-color: var(--white);
    font-weight: 500;
    box-shadow: none;
    border-radius: 20px;
    color: #444446;
}
.btn.btn-default:is(.disabled,:disabled) {
    border-color: #fff; 
    border-color: var(--white);
}
.btn.btn-default:not([disabled]):hover,
.btn.btn-default:not([disabled]):focus {
    border-color: #bdbdbd; 
    border-color: var(--active-border-gray);
    background-color: #e8e8e8; 
    background-color: var(--active-bg-gray);
}
.btn.btn-default:is(:active,.active),
.btn.btn-default:is(:active,.active):hover {
    background-color: #e8e8e8;
    background-color: var(--active-bg-gray);
    border-color: #828282;
    border-color: var(--gray-3);
    color: #3c3c3c; 
    color: var(--text-gray);
    box-shadow: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus,
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus
{
    background: #d4d600;
    color: #444;
}
.popover.bottom .arrow:after {
  border-bottom-color: #fff;
}
.popover {
    padding: 0;
    border: 1px solid #ccc;
}
.popover .popover-content {
    padding: 0;
    min-width: 50px;
    min-height: 20px;
}
body>.tooltip {
    z-index: 2000;
}
.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.dropdown-menu > li > a > label {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
.dropdown-menu > li > p {
  padding-left: 20px;
}
div.DTS div.dataTables_scrollBody {
  background: white;
}
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
}
small, .small {
    font-size: 0.928rem
}
h1, .h1 {
    font-size: 1.266rem;
    font-weight: 500;
}
h2, .h2 {
    font-size: 1.266rem;
}
h3, .h3 {
    font-size: 1.133rem;
    font-weight: 500;
}
h4, .h4 {
    font-size: 1.133rem;
}
h5, .h5 {
    font-size: 1rem;
    font-weight: 500;
}
h6, .h6 {
    font-size: 0.928rem;
    font-weight: 500;
}
a {
    transition: 150ms all ease-in;
}
.badge {
    font-size: 1rem;
}
form {
    margin-bottom: 0;
}
a {
    color: #222;
    text-decoration: none;
}
a:hover {
    color: #2d9cdb;
    color: var(--dark-blue);
    text-decoration: underline;
}
.form-control:focus {
    border-color: #2d9cdb;
    border-color: var(--dark-blue);
    box-shadow: none;
}
.btn-link:hover, .btn-link:focus {
    color: #DD5522;
}
.btn-link {
   color: #444446;
}
.table-striped > tbody > tr.bg-success:nth-of-type(odd) {
    background-color: #daebd3;
}
.oj-table .table-condensed > thead > tr.oj-table-header-row {
    height: auto;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 2px solid var(--info-blue);
}
.btn:focus:not(:focus-visible) {
    outline: none;
}
.btn .semi-round:hover {
    border-left-width: 0;
}
.btn.btn-link, .btn.btn-link:hover {
    background: none;
    border: none !important;
}
.btn:active, .btn.active {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.pagination .btn {
    padding: 6px 8px;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #fff; 
    background: var(--white);
}
.btn-group.open .dropdown-toggle:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #fff; 
    background: var(--white);
}
a.eco-checkbox,
label.eco-checkbox,
label.eco-radio {
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin: 0;
    min-height: 20px;
    min-width: 20px;
    vertical-align: middle;
    font-weight: inherit;
    color: #222;
}
.page-header-right a.eco-checkbox {
    padding: 4px 8px;
}
label.eco-checkbox > input[type="checkbox"],
label.eco-radio input[type="radio"] {
	position: absolute;
	right: 9000px;
    display: none;
}
a.btn.btn-default.eco-checkbox {
    padding: 5px 0 6px 5px;
}
a.eco-checkbox > span,
a.eco-checkbox label,
label.eco-checkbox span.label-text,
label.eco-radio span.label-text {
    vertical-align: middle;
    padding: 0 10px 0 5px;
}
td.select-box > eco-checkbox > a,
th.select-box > eco-checkbox > a,
td.select-box > a.eco-checkbox,
th.select-box > a.eco-checkbox,
td.select-box > label.eco-checkbox,
th.select-box > label.eco-checkbox {
    width: 100%;
    padding: 5px;
    min-height: 25px;
    text-align: center;
}
a.eco-checkbox:focus, a.eco-checkbox:hover {
    text-decoration: none;
}
a.eco-checkbox.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
label.eco-checkbox > input[type="checkbox"],
label.eco-radio > input[type="radio"] {
    display: none;
}
a.eco-checkbox:before,
label.eco-checkbox > input[type="checkbox"] + .label-text:before,
label.eco-radio > input[type="radio"] + .label-text:before {
	
	content: " ";
	vertical-align: middle;
	font-family: 'Material Icons Outlined';
	font-weight: normal;
	font-style: normal;
	background-color: #f3f3f3;
	border: 1px solid #d4d600;
	width: 20px;
    height: 20px;
	margin: 0;
	border-radius: 3px;
	font-size: 19px;
	line-height: 19px;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}
a.eco-checkbox.alt:before,
label.eco-checkbox.alt > input[type="checkbox"] + .label-text:before {	
    border: 1px solid #494949;
    background-color: white;
	vertical-align: top;
}
label.eco-checkbox > input[type="checkbox"] + .label-text:before,
label.eco-radio > input[type="radio"] + .label-text:before {
    margin: -2px 6px 0px -6px;
}
a.eco-checkbox.eco-radio:before,
label.eco-radio > input[type="radio"] + .label-text:before {
    border-radius: 10px;
    line-height: 18px;
    font-size: 18px;
}
a.eco-checkbox.btn.active:before,
a.eco-checkbox.checked:before,
label.eco-checkbox > input[type="checkbox"]:checked + .label-text:before {
    content: '\e876';
    text-shadow: 0px 0px 2px #444446;
    color: white !important;
    background-color: #d4d600 !important;
	animation: effect 250ms ease-in;
}
a.eco-checkbox.alt.btn.active:before,
a.eco-checkbox.alt.checked:before,
label.eco-checkbox.alt > input[type="checkbox"]:checked + .label-text:before {
	text-shadow: none;
    color: #4f4f4f !important;
    background-color: white !important;
	border: 1px solid #d4d600;
}
a.eco-checkbox.checked-partial:before {
    
	content: "\e15b";
    text-shadow: 0px 0px 2px #444446;
    color: white !important;
    background-color: #d4d600 !important;
    animation: effect 250ms ease-in;
}
a.eco-checkbox.btn.eco-radio.active:before,
a.eco-checkbox.eco-radio.checked:before,
label.eco-radio > input[type="radio"]:checked + .label-text:before {
    content: " ";
    text-shadow: none;
    box-shadow: white 0px 0px 0px 2px inset;
    background-color: #d4d600 !important;
	animation: effect 250ms ease-in;
}
label.eco-checkbox > input[type="checkbox"]:disabled + .label-text {
	opacity: 0.5;
}
label.eco-radio > input[type="radio"]:disabled + .label-text:before {
    box-shadow: #ccc 0px 0px 0px 2px inset;
}
help-link a {
    font-size: 14px;
    font-weight: normal;
}
.text-eco {
  color: #d4d600;
}
.text-warn { 
  color: #DD5522;
}
.vertical-align {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.bg-eco {
  background-color: #d4d600;
}
a.bg-eco:hover {
  background-color: #d4d600;
}
.page-sidebar {
    width: 300px;
    max-width: 300px;
    background-color: #fafafa;
    background-color: var(--bg-gray);
    height: 100%;
    padding: 8px 15px;
    overflow-y: auto;
    border-right: 1px solid #eee;
}
.page-sidebar .sidebar-title {
    color: #333;
    display: inline-block;
    vertical-align: middle;
}
.page-sidebar .sidebar-title h5 {
    margin: 0 5px;
    text-transform: capitalize;
    font-size: 0.928rem;
    font-weight: bold;
    display: inline-block;
}
.page-sidebar .sidebar-title .material-icons-outlined {
    font-size: 18px;
    vertical-align: middle;
}
.page-title-button-bar .btn.btn-default,
.dt-buttons .btn.btn-default,
.page-header .btn.btn-default,
.pagination > .btn.btn-default {
    border-color: #FFF;
}
.btn.btn-icon-and-label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn.btn-icon-and-label > *:is(.fa,.material-icons-outlined) {
    flex-grow: 0;
    margin-right: 5px;
}
.btn.btn-round-30 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    font-size: 14px;
}
.btn.btn-round-30 .material-icons-outlined {
    font-size: 14px;
}
.btn.eco-btn {
    background-color: #d4d600; 
    background-color: var(--nature-green);
    border-color: #D9D9D9;
    border-color: var(--neutral-5);
    border-radius: 22px;
    color: #444446;
    font-weight: 500;
    
    text-shadow: none;
    
    
    
}
 .eco-btn:focus, .eco-btn:active {
     outline: 0 !important;
 }
.eco-btn:not([disabled]):hover,
.eco-btn:not([disabled]):active {
    background: #C0C200; 
    background: var(--nature-green-hover);
    border-color: #BDBDBD !important; 
    border-color: var(--active-border-gray) !important;
    color: #222222;
    text-shadow: none;
}
.btn.eco-btn.eco-btn-info {
    background-color: #FFFFFF; 
    background-color: var(--white);
    border-color: #2D9CDB;
    border-color: var(--info-blue);
}
.btn.eco-btn.eco-btn-info:not([disabled]):hover{
    background-color: #2D9CDB; 
    background-color: var(--info-blue);
    color: #FFFFFF;
    color: var(--white);
}
.btn.eco-btn.eco-btn-warn {
    background-color: #FFFFFF; 
    background-color: var(--white);
    border-color: #E9580D;
    border-color: var(--kaki-orange);
}
.btn.eco-btn.eco-btn-warn:not([disabled]):hover{
    background-color: #E9580D; 
    background-color: var(--kaki-orange);
    color: #FFFFFF;
    color: var(--white);
}
.btn.eco-btn.eco-btn-none {
    background-color: #FFFFFF; 
    background-color: var(--white);
}
.btn.eco-btn.eco-btn-none:not([disabled]):hover{
    background-color: #e8e8e8;
    background-color: var(--active-bg-gray);
}
button.btn.eco-btn.semi-round:hover {
    border-left-width: 0px !important;
}
.dashboard-toolbar .sub-tool .material-icons-outlined {
    font-size: 15px;
    vertical-align: sub;
}
.dashboard-toolbar .tool .material-icons-outlined {
    font-size: 15px;
    margin-top: 5px;
    vertical-align: baseline;
}
.eco-btn:focus {
    outline: 0;
}
.btn.eco-btn .material-icons-outlined.site{
    font-size: 14px;
    vertical-align: middle;
}
.period-preset-gui {
    overflow-x: auto;
}
.period-preset-gui .eco-btn {
    border-color: transparent;
    background: #ccc;
    padding: 4px 4%;
    min-width: 100px;
    text-overflow: ellipsis;
    text-shadow: none;
    font-size: 1rem; 
    font-size: var(--normal-text);
    overflow-x: hidden;
    font-weight: normal;
}
.period-preset-gui .eco-btn.active {
    background: #d4d600;
}
.label.tag {
    font-weight: normal;
    vertical-align: inherit;
    margin: 4px 1px 0 0;
    padding: 4px 8px;
    line-height: 16px;
    height: 24px;
    background: #522d5b;
    min-width: 3em;
    overflow: hidden;
    clip-path: polygon(0px 8px, 8px 0px, 100% 0, 100% 100%, 8px 100%, 0% 16px);
    border-radius: 0 3px 3px 0;
    outline-offset: -4px;
}
.form-control >  .label.tag {
    font-size: 100%;
    line-height: 16px;
    position: relative;
    top: -2px;
    margin-right: 2px;
}
td.labels {
    max-width: 22em;
}
td.tag-list,
td.labels.tag-list {
    min-width: 13em;
    max-width: 13em;
}
td.labels .condensed-tag-list {
    vertical-align: middle;
}
.condensed-tag-list > .label.tag {
    position: relative;
    height: 10px;
    overflow: hidden;
    background: #522d5b;
    clip-path: polygon(0px 3px, 3px 0px, 100% 0, 100% 100%, 3px 100%, 0% 7px);
    border-radius: 0 1px 1px 0;
    transition: 200ms all ease;
    margin-left: 5px;
    display: inline-block;
    min-width: 25px;
    padding: 2px 10px;
    font-size: 0.928rem; 
    font-size: var(--small-text);
}
table.dataTable.eco-table td .condensed-tag-list > .label.tag {
    font-size: 0.928rem; 
    font-size: var(--small-text);
    margin: 2px 0;
}
.condensed-tag-list.expanded > .label.tag {
    max-width: 50%;
}
table.dataTable.eco-table td .condensed-tag-list:hover > .label.tag,
table.dataTable.eco-table td .condensed-tag-list.expanded > .label.tag {
    max-width: 93%;
}
.condensed-tag-list.expanded > .label.tag,
.condensed-tag-list:hover > .label.tag {
    height: 24px;
    padding-top: 3px;
    padding-bottom: 3px;
    overflow: hidden;
    background: #522d5b;
    clip-path: polygon(0px 8px, 8px 0px, 100% 0, 100% 100%, 8px 100%, 0% 16px);
    border-radius: 0 5px 5px 0;
    min-width: 11em;
    text-overflow: ellipsis;
}
.condensed-tag-list > .label.tag span {
    display: none;
}
.condensed-tag-list:hover > .label.tag span,
.condensed-tag-list.expanded > .label.tag span {
    display: inline;
}
.label-eco {
    background-color: #d4d600;
    color: #444446;
}
.label.label-ecocounter {
    color: #222222;
    background-color: #ffffff;
}
a.label.label-ecocounter:hover, a.label.label-ecocounter:focus {
    color: #DD5522;
}
.eco-form label {
    min-width: 8em;
}
.eco-form.form-horizontal .control-label {
    text-align: left;
}
.eco-form-group {
    position: relative;
}
.eco-field-icon {
    color: #87888a;
    font-size: 20px;
    position: absolute;
    right: 9px;
    top: 10px;
    opacity: 0.8;
    -webkit-transition: all  0.25s ease 0s;
    -moz-transition:    all  0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
.eco-field-icon.dropdown-with-icon {
    right: 20px;
}
span.eco-field-icon.material-icons-outlined {
    font-size: 18px;
    top: 8px;
}
.eco-field-label {
    color: #87888a;
    font-size: 0.928rem;
    line-height: 20px;
    position: absolute;
    right: 15px;
    top: 7px;
    opacity: 0.8;
}
.form-group:hover .eco-field-icon, .form-group:hover .eco-field-label {
    opacity: 1;
}
.eco-bar a.disabled, .eco-bar a.disabled .eco-bar-icon, .eco-bar a.disabled .form-control {
  cursor: not-allowed;
  background-color: #eee !important;
  color: #aaa !important;
  opacity: 1;
}
.eco-bar {
    padding: 0px;
    margin: 2px 0px 0px 0px;
    position: relative;
    text-align: left;
}
.eco-bar .form-control {
    z-index: 2;
    position: relative;
    min-height: 34px;
    height: auto;
    
}
.eco-bar .eco-bar-input {
    padding-right: 35px;
}
span.eco-bar-icon, a.eco-bar-icon, i.eco-bar-icon {
    color: #444446;
    background: #d4d600;
    font-size: 14px;
    width: 26px;
    text-align: center;
    right: 5px;
    bottom: 4px;
    padding: 5px 0 0 0;
    min-height: 26px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    z-index: 4;
    overflow: visible;
    border-radius: 14px;
    text-shadow: none;
    box-shadow: none;
}
.editing .eco-bar-icon, a.eco-bar-icon:hover, i.eco-bar-icon:hover, a.eco-bar-icon:focus, i.eco-bar-icon:focus {
    outline: 0;
    color: #3c3c3c; 
    color: var(--text-gray);
    background: #d4d600; 
    background: var(--nature-green);
    text-decoration: none;
}
.flow-select-gui {
    overflow: auto;
}
.flow-select-gui .eco-btn {
    background: #ddd;
    padding: 2px 2px;
    min-width: 100px;
    max-width: 130px;
    text-overflow: ellipsis;
    font-size: x-small;
    overflow-x: hidden;
    font-weight: normal;
    text-shadow: none !important;
    border-color: #87888a;
}
.flow-select-gui .btn-default {
    background: #ddd;
    color: #777;
    padding: 2px 2px;
    text-shadow: none;
    min-width: 100px;
    max-width: 130px;
    text-overflow: ellipsis;
    font-size: x-small;
    overflow-x: hidden;
    font-weight: normal;
}
.flow-select-gui .eco-btn.active {
    background: #d4d600;
}
.flow-select-gui .btn-default.active {
    background: #d4d600;
    color: #777;
}
.flow-select-gui .table-flows {
    font-weight: 500;
    border-radius: 4px;
    border-collapse: separate;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    
    
    
}
.flow-select-gui .table-flows thead {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.flow-select-gui .table-flows th {
    font-weight: normal;
}
.flow-select-gui .table-flows tr:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.flow-select-gui .table-flows tr:last-child th{
    border-bottom-left-radius: 4px;
}
.flow-select-gui .table-flows tr:last-child td:last-child{
    border-bottom-right-radius: 4px;
}
.flow-select-gui .table-flows td, .flow-select-gui .table-flows th {
    padding: 2px;
    min-width: 100px;
    font-size: 12px;
}
.flow-select-gui .table-flows tbody tr th {
    text-align: right;
    
    font-size: 12px;
}
.h-divider {
    margin: 5px auto;
    height:1px;
    width:50%;
    border-top:1px solid gray;
}
#no-current-site-message,
#no-current-widget-message {
    border-radius: 10px;
    background: #fff;
    padding: 50px 0;
    margin: 33vh auto 0 auto;
    max-width: 1280px;
    height: 120px;
    width: 60%;
    box-shadow: 2px 2px 4px rgba(204, 204, 204, 0.25);
}
#no-current-widget-message {
    margin-top: 350px;
}
#no-current-site-message .no-current-site-message-wrapper,
#no-current-widget-message .no-current-widget-message-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 50px;
    width: 100%;
}
#no-current-site-message .no-current-site-message-wrapper .material-icons-outlined,
#no-current-widget-message .no-current-widget-message-wrapper .material-icons-outlined {
    transform: rotate(180deg);
    color: #2D9CDB;
}
#no-current-site-message .no-current-site-message-wrapper .separator,
#no-current-widget-message .no-current-widget-message-wrapper .separator {
    height: 80px;
    left: 100px;
    top: 20px;
    
    width: 2px;
    background: #E6F7FF;
    border-radius: 2px;
    margin: 0 25px;
}
#no-current-site-message .no-current-site-message-wrapper h2,
#no-current-widget-message .no-current-widget-message-wrapper h2 {
    flex-grow: 1;
    margin: 0;
}
ul.notifications {
    margin: 2px;
}
.notifications .alert {
    margin-bottom: 0;
    border-radius: 0;
    border-top-width: 0;
}
.notifications .alert:first-child {
    border-top-width: medium;
}
.notifications .alert {
    color:  #444446;
    border-color: #fff;
    border-width: medium;
    font-weight: 500;
}
.notifications .alert-success {
    background: #d4d600;
}
.notifications .alert .eco-link {
    color: #dd5522;
    display: block;
    padding-top: 10px;
    text-align: center;
}
.sitePopup .leaflet-popup-content-wrapper, .leaflet-popup-tip {
    box-shadow: 0 3px 14px rgba(0,0,0,0.4);
    border-radius: 5px;
}
.sitePopup .leaflet-popup-content {
    margin: 10px;
    line-height: 1.4;
}
.sitePopup .leaflet-popup-content .title {
    text-align: center;
    font-size: 1.3em;
    margin: 18px 0 18px;
}
div.dt-button-background {
    
    z-index: -1 !important;
}
div.dataTables_wrapper div.dataTables_info {
    padding: 10px 15px;
    display: inline-block;
}
div.dataTables_wrapper div.dataTables_paginate {
    float: right;
}
.table>tbody>tr>td.name,
.table>tfoot>tr>td.name {
    color: #222;
    font-weight: 500;
}
.table.DTCR_clonedTable.dataTable{position:absolute !important;background-color:rgba(255,255,255,0.7);z-index:202}
div.DTCR_pointer{width:1px;background-color:#0259C4;z-index:201}
@keyframes passing {
  0% {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
}
.faa-passing.animated
{
  -webkit-animation: passing 2s linear infinite;
  animation: passing 2s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  
        -ms-transform: rotate(0deg);  
        transform: rotate(0deg);  
    }
    100% {
        -webkit-transform: rotate(360deg);  
        -ms-transform: rotate(360deg);  
        transform: rotate(360deg);  
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  
        -ms-transform: rotate(0deg);  
        transform: rotate(0deg);  
    }
    100% {
        -webkit-transform: rotate(360deg);  
        -ms-transform: rotate(360deg);  
        transform: rotate(360deg);  
    }
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader, #loader:before, #loader:after {
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    border: 3px solid transparent;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    z-index: 1500;
    border-top-color: #D2D501;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-top-color: #2D9CDB;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-top-color: #828282;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
}
#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}
.eco-theme .table-hover > tbody > tr:hover {
    background-color: rgba(0, 0, 0, 0.08);
}
.eco-table.table > thead > tr > td.success,
.eco-table.table > tbody > tr > td.success,
.eco-table.table > tfoot > tr > td.success,
.eco-table.table > thead > tr > th.success,
.eco-table.table > tbody > tr > th.success,
.eco-table.table > tfoot > tr > th.success,
.eco-table.table > thead > tr.success > td,
.eco-table.table > tbody > tr.success > td,
.eco-table.table > tfoot > tr.success > td,
.eco-table.table > thead > tr.success > th,
.eco-table.table > tbody > tr.success > th,
.eco-table.table > tfoot > tr.success > th {
    background-color: #d4d600;
}
#modal-login .modal-header .btn-language {
    margin: -5px 0 -5px 0;
}
#modal-language .language-item {
    background: none;
}
#modal-language .language-item a {
    display: block;
    padding: 5px 5px;
    margin: 5px 0;
    color: #000;
    text-transform: capitalize;
}
#modal-language .language-item a:hover, #modal-language .language-item a:focus, #modal-language .language-item a:active {
    text-decoration: none;
}
#modal-language .language-item:hover{
    background: #dbdbdc;
}
#modal-language .language-item.selected{
    background: #d4d600;
}
#modal-language .language-item i{
    visibility: hidden;
    margin-right: 3px;
}
#modal-language .language-item.selected i {
    visibility: visible;
}
#modal-confirm .message {
    font-size: 17px;
    font-weight: 300;
    line-height: 2em;
}
#release-note-content {
    font-size: 0.7em;
    max-height: 60vh;
    overflow-y: auto;
    margin: -5px -15px 0;
    padding: 10px 25px;
    background: #fff;
}
#cbox-release-note {
    margin-right: 5px;
    font-size: 0.7em;
}
#label-cbox-release-note {
    margin : 0 0 -5px 0;
    font-size : 0.7em;
    display: block;
}
@media (min-width: 768px) { 
    #release-note-content {
        font-size: 0.7em;
        max-height: 60vh;
        overflow-y: auto;
        margin: -16px -16px 0;
        padding: 10px 25px;
    }
    #cbox-release-note {
        margin-right: 5px;
        font-size: 0.7em;
    }
    #label-cbox-release-note {
        margin : 0 0 -16px -5px;
        font-size : 0.7em;
        display: block;
    }
}
@media (min-width: 992px) { 
    #release-note-content {
        font-size: 0.7em;
        max-height: 60vh;
        overflow-y: auto;
        margin: -25px -25px 0;
        padding: 10px 25px;
    }
    #cbox-release-note {
        margin-right: 5px;
        font-size: 0.7em;
    }
    #label-cbox-release-note {
        margin : 0 0 -25px -15px;
        font-size : 0.7em;
        display: block;
    }
}
@media (min-width: 1200px) { 
    #release-note-content {
        font-size: 0.7em;
        max-height: 60vh;
        overflow-y: auto;
        margin: -25px -40px 0;
        padding: 10px 25px;
    }
    #cbox-release-note {
        margin-right: 5px;
        font-size: 0.7em;
    }
    #label-cbox-release-note {
        margin : 0 0 -25px -15px;
        font-size : 0.7em;
        display: block;
    }
}
#message-info-content {
    font-size: 0.7em;
    max-height: 60vh;
    overflow-y: auto;
    margin: -5px -15px 0;
    padding: 10px 25px;
    background: #fff;
}
#cbox-message-info {
    margin-right: 5px;
    font-size: 0.7em;
}
#label-cbox-message-info {
    margin : 0 0 -5px 0;
    font-size : 0.7em;
    display: block;
}
@media (min-width: 768px) { 
    #message-info-content {
        font-size: 0.7em;
        max-height: 60vh;
        overflow-y: auto;
        margin: -16px -16px 0;
        padding: 10px 25px;
    }
    #cbox-message-info {
        margin-right: 5px;
        font-size: 0.7em;
    }
    #label-cbox-message-info {
        margin : 0 0 -16px -5px;
        font-size : 0.7em;
        display: block;
    }
}
@media (min-width: 992px) { 
    #message-info-content {
        font-size: 0.7em;
        max-height: 60vh;
        overflow-y: auto;
        margin: -25px -25px 0;
        padding: 10px 25px;
    }
    #cbox-message-info {
        margin-right: 5px;
        font-size: 0.7em;
    }
    #label-cbox-message-info {
        margin : 0 0 -25px -15px;
        font-size : 0.7em;
        display: block;
    }
}
@media (min-width: 1200px) { 
    #message-info-content {
        font-size: 0.7em;
        max-height: 60vh;
        overflow-y: auto;
        margin: -25px -40px 0;
        padding: 10px 25px;
    }
    #cbox-message-info {
        margin-right: 5px;
        font-size: 0.7em;
    }
    #label-cbox-message-info {
        margin : 0 0 -25px -15px;
        font-size : 0.7em;
        display: block;
    }
}
.mui-selector,
.mui-input  {
    position: relative;
}
.mui-selector label,
.mui-input label
{
    font-weight: lighter;
    font-size: 12px;
    position: absolute;
    top: -14px;
    margin: 0 15px;
    background-color: #fafafa;
    background-color: var(--bg-gray);
    padding: 0 5px;
    line-height: 15px;
    border-radius: 6px;
}
.mui-selector .btn {
    display: block;
    width: 100%;
    border-radius: 6px;
    text-align: left;
    border-color: #DDDDDD !important;
    background-color: #fff;
    background-color: var(--white);
    font-weight: 500;
    box-shadow: none;
    padding: 8px 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mui-selector .btn:hover {
    background-color: #e8e8e8;
    background-color: var(--active-bg-gray);
}
.mui-selector .btn .caret {
    position: absolute;
    right: 14px;
    top: 6px;
    width: initial;
    height: initial;
    border-width: 0;
}
.mui-selector .btn small {
    font-size: 12px;
    font-weight: normal;
}
.mui-selector .btn .caret:after {
    content: "\f078";
    font-family: 'FontAwesome';
    font-size: 10px;
}
.eco-text-info {
    color : var(--info-blue);
    margin: 20px 0;
}
.eco-header-session {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.eco-header-session .eco-header-icon {
  font-size: 28px;
  padding: 0px 12px;
  margin-left: 5px;
}
.eco-header-session .eco-header-icon i {
    line-height: 1.42857143;
    padding-top: 1px;
    padding-right: 1px;
}
.eco-header-session .eco-header-icon .material-icons-outlined {
    font-size: 28px;
}
.eco-header-icon a span {
    font-size: 10px;
    padding-top: 4px;
    text-align: center; 
}
.header-notification-badge {
    position: relative;
    bottom: 10px;
    left: 8px;
    font-size: 0.6em;
}
.eco-header-session .dropdown {
  margin: 0 0 0 0;
}
.eco-header-session .dropdown li p {
    padding-right: 20px;
  }
.eco-header .dropdown-toggle.help {
    display: flex;
    flex-direction: horizontal;
    align-items: center;
    padding: 0px;
    height: 50px;
    border-radius: 0;
    border: none;
    background: transparent !important;
    color: #000; 
    color: var(--dark-blue);
    font-weight: normal;
    outline-offset: -4px;
    padding: 6px 18px;
}
.eco-header .dropdown-toggle.help span.material-icons-outlined {
    font-size: 30px;
}
.eco-header .dropdown-toggle.help:hover {
    background-color: #fff !important;
    background-color: var(--grey-7) !important;
    text-decoration: none;
}
.eco-header-session .dropdown-toggle {
  display: flex;
  flex-direction: horizontal;
  align-items: center;
  padding: 0px;
  height: 50px;
  border-radius: 0;
  border: none;
  background: transparent !important;
  color: #000; 
  color: var(--dark-blue);
  font-weight: normal;
  outline-offset: -4px;
}
.eco-header-session .dropdown-toggle span.account {
    padding-right: 4px;
}
.eco-header-session .caret {
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.eco-header-session .dropdown-toggle p {
  padding: 0;
  margin: 0;
}
.eco-header-session .dropdown-toggle .user-name{
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  max-width: calc(100vw - 944px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.eco-header-session .dropdown-toggle .domain-name{
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    max-width: calc(100vw - 944px);
    overflow: hidden;
    text-overflow: ellipsis;
}
.eco-header-session .dropdown-toggle .caret{
  margin-left: 15px;
  margin-right: 27px;
}
.eco-header-session .dropdown-menu {
    margin-right: 20px;
}
.eco-header-session .dropdown-menu .dropdown-header {
    color: #000; 
    color: var(--info-blue);
    font-weight: 400;
    font-size: 10px;
    padding: 5px 15px;
    line-height: 16px;
}
.eco-header-session .dropdown-menu .dropdown-item a, .eco-header-session .dropdown-menu .dropdown-item p,
.eco-header .dropdown-menu.help .dropdown-item a, .eco-header .dropdown-menu.help .dropdown-item p {
    color: #000; 
    color: var(--grey-1);
    font-size: 12px;
    line-height: 20px;
    padding: 5px 20px;
    font-weight: 500;
}
.eco-header .dropdown-menu.help .dropdown-item p {
    font-size: 10px;
    padding: 0px 20px;
}
.eco-header .dropdown-menu.help .dropdown-item i {
    vertical-align: sub;
}
.eco-header-session .dropdown-menu a:hover, .eco-header-session .dropdown-menu a:focus,
.eco-header .dropdown-menu.help a:hover, .eco-header .dropdown-menu.help a:focus {
    background-color: #e8e8e8; 
    background-color: var(--grey-7);
}
.eco-header-session .dropdown-menu > .active > a {
    background: inherit;
    color: #444;
    font-weight: 700;
}
.eco-header-session .dropdown-menu > .active > a:hover, .eco-header-session .dropdown-menu > .active > a:focus {
    background-color: #e8e8e8; 
    background-color: var(--grey-7);
    color: #444;
    font-weight: 700;
    font-size: 12px;
}
.eco-header-session .dropdown-menu .dropdown-item p {
    margin: 0;
}
.eco-header-session .dropdown-menu .dropdown-item a .with-icon,
.eco-header .dropdown-menu .dropdown-item a .with-icon {
    padding: 3px 5px;
}
.eco-header-session .dropdown-menu .divider {
    margin: 5px 0;
}
.eco-header .dropdown-menu.dropdown-menu-center.help {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.eco-header .dropdown-menu .dropdown-item span.range-evo {
    font-size: 10px;
    margin-left: 5px;
}
.eco-header .dropdown-menu li.dropdown-item p {
    white-space: nowrap;
}
.eco-header-session .dropdown-menu .dropdown-item span.material-icons-outlined,
.eco-header .dropdown-menu .dropdown-item span.material-icons-outlined {
    font-size: 20px;
    vertical-align: bottom;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #d4d600;
    color: #444;
}
.eco-header .popover {
    max-width: 600px;
}
.tooltip-inner-version {
    max-width: 370px;
    width: 370px;
}
.header-alert-licence-warning {
    background-color: var(--kaki-orange);
    color: var(--white);
}
.header-alert-licence {
    margin-bottom: 0;
    padding-bottom: 3px;
    padding-top: 3px;
    border-radius: 0;
}
.header-alert-licence-warning a.btn {
    color: var(--white);
    background-color: var(--kaki-orange);
}
.header-alert-licence a.btn {
    float: right;
    position: relative;
    padding: 3px 12px 3px 12px;
    margin-top: 8px;
    line-height: 20px;
    font-size: 12px;
}
.header-alert-licence-warning .close {
    color: var(--white);
}
.header-alert-licence-info .close {
    color: var(--dark-blue);
}
.header-alert-licence button.close {
    top: 7px;
}
.header-alert-licence .alert-icon {
    margin-top: 15px;
}
.header-alert-licence .alert-message {
    line-height: 42px;
    font-size: 14px;
}
.eco-header {
  display: flex;
  min-height: 50px;
  background-color: #fff; 
  background-color: var(--white);
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  z-index: 1004 !important;
  width: 100%;
  transition: all 0.2s;
  border-bottom: 1px solid var(--gray-4);
}
.eco-header-brand {
  
}
.eco-header-main {
    display: flex;
    min-height: var(--header-normal-height);
    flex-wrap: wrap;
}
.eco-header-brand.icon:hover, .eco-header-brand.icon:focus, .eco-header-brand.icon:active {
    background-color: #fff;
    background-color: var(--white);
}
.eco-header-brand .eco-header-brand-icon {
    width: 50px;
}
.eco-header-brand .eco-header-brand-icon {
    text-decoration: none;
}
.eco-header-brand i {
    color: #000; 
    color: var(--dark-blue);
    font-size: 2rem;
    padding: 10px 20px 0;
}
.eco-header-brand img {
    margin: 5px 10px;
    max-height: 40px;
    height: 40px;
}
.eco-header-links {
    display: flex;
    flex-direction: row;
    
    flex-grow: 1;
    width: 38vw;
}
.eco-header-links a {
    flex-grow: 1;
    height: 50px;
    width: 0;
    max-width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    
    padding-top: 5px;
    color: #000; 
    color: var(--dark-blue);
    border-bottom: 3px solid transparent;
    outline-offset: -4px;
}
.eco-header-links a.eco-header-title-back {
    flex-grow: 0;
    flex-direction: row;
    width: auto;
    padding: 0 10px;
}
.eco-header-links a.eco-header-title-back span.material-icons-outlined {
    font-size: 24px;
    padding-top: 0px;
}
.eco-header-links .eco-header-title.back-button {
    padding-left: 0;
}
.eco-header-links a:hover {
    background-color: #fff; 
    background-color: var(--grey-7);
}
.eco-header-links a:hover, .eco-header-links a:focus, .eco-header-links a:active {
    text-decoration: none;
}
.eco-header-links a.active {
    border-bottom: 3px solid #d4d600;
    background-color: #fff; 
    background-color: var(--grey-7);
}
.eco-header-links a.disabled {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
}
.eco-header-links a .eco-header-links-icon {
    font-size: 22px;
}
.eco-header-links a span {
    font-size: 10px;
    padding-top: 4px;
    text-align: center;
}
.eco-header-links .eco-header-title {
    color: #000; 
    color: var(--dark-blue);
    font-weight: 600;
    font-size: 17px;
    line-height: 50px;
    padding-left: 20px;
}
body.mobile .eco-header-links .eco-header-title {
    padding-left: 0;
}
.eco-header-right {
    display: flex;
    flex-direction: row;
    
    flex-grow: 1;
}
.eco-header-right a {
    outline-offset: -4px;
}
.eco-header-right a.eco-header-icon {
    background-color: #fff; 
    background-color: var(--white);
    height: 50px;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    
    color: #000; 
    color: var(--dark-blue);
    border-bottom: 3px solid transparent;
    padding: 6px 14px;
    padding-left: 13px;
}
.eco-header-right a.eco-header-icon:hover {
    background-color: #fff; 
    background-color: var(--grey-7);
    text-decoration: none;
}
.eco-header-right a.eco-header-icon:hover, .eco-header-right a.eco-header-icon:focus, .eco-header-links a.eco-header-icon:focus, .eco-header-links a.eco-header-icon:active {
    text-decoration: none;
}
.eco-header-right a.eco-header-icon.active {
    border-bottom: 3px solid #d4d600;
    background-color: #333;
    text-decoration: none;
}
.eco-header-right a.eco-header-icon.disabled {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
}
.eco-header-right a.eco-header-icon .eco-header-links-icon {
    font-size: 30px;
}
.eco-header-right a.eco-header-icon span {
    font-size: 8.4px;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
}
.eco-header-right {
    flex-grow:1;
    justify-items: flex-end;
    display: flex;
    flex-direction: horizontal;
    justify-content: flex-end;
    
}
.eco-header-icon a {
    width: auto;
    height: 50px;
    color: #fff; 
    color: var(--white);
    font-size: 28px;
    padding: 10px 10px 10px 10px;
    text-align: center;
}
.eco-header-icon a {
    color: #fff;
    max-height: 48px;
    border-width: 0px;
    padding: 9px 3px;
    border-radius: 24px;
    display: inline-block;
    line-height: 1;
    padding-left: 10px;
    padding-right: 10px;
}
.eco-header-icon a:hover, .eco-header-icon a.active {
    color: #444446;
    background: #d4d600;
    border-color: white ;
    padding-left: 10px;
    padding-right: 10px;
}
.eco-header-icon a.btn-notifications {
    padding-left: 3px;
    padding-right: 3px;
}
.eco-header-icon a i {
    font-size: 28px;
}
.eco-header .badge {
    padding: 5px 7px;
    margin-top: -20px;
    margin-left: -4px;
    bottom: 10px;
    background-color: red; 
    background-color: var(--kaki-orange);
    color: var(--white);
    font-weight: inherit;
    width: 16px;
}
.badge-info{
    background-color: #2D9CDB; 
    background-color: var(--info-blue);
}
.badge-caution{
    background-color: #F86216; 
    background-color: var(--caution-orange);
}
.badge-warning{
    background-color: #EE4F4F; 
    background-color: var(--warning-red);
}
@media (min-width: 768px) {
    .eco-header-brand {
        
    }
    .eco-header-right {
        
    }
    .eco-header-links a {
        flex-grow: 0;
        background-color: transparent;
    }
}
.analysis-type {
    margin: 0px 25px;
    text-align: center;
    flex-grow: 1;
    width: 100%;
    height: 50px;
}
.eco-header-links .analysis-type .btn-group a span {
    font-size: 10px;
    padding-top: 0;
    text-align: center;
}
.eco-header-links .analysis-type .btn-group a {
    width: auto;
    min-width: fit-content;
}
.analysis-type .btn-group > .btn {
    line-height: 10px;
    height: 30px;
    border: transparent;
}
@media (min-width: 768px) {
    .analysis-type {
        text-align: left;
        flex-grow: 0;
        width: auto;
    }
}
.analysis-type-label {
    display: block !important;
}
.analysis-type .btn  .material-icons-outlined {
    font-size: 22px;
    line-height: 16px;
    vertical-align: middle;
}
.analysis-type .btn .eco {
    font-size: 22px;
    line-height: 16px;
    vertical-align: middle;
}
.analysis-type .btn-group {
    height: 30px;
    border-radius: 20px;
    border: solid 1px #D9D9D9;
}
.analysis-type .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    margin: 4px 5px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.analysis-type .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    margin: 4px 5px 4px 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
@media (min-width: 768px) {
    .analysis-type .btn-group {
        margin: 10px 10px;
    }
}
.analysis-type .btn-group > .btn {
    height: 20px;
}
.analysis-type .btn-group > .btn {
    z-index: 0;
}
.analysis-type .btn-group > .btn:is(.active) {
    background-color: #EDEF99;
    z-index: 1;
    border: 1px solid var(--nature-green);
}
.analysis-type .btn-group > .btn:is(.active) .analysis-type-label {
    font-weight: bold;
}
.sb-slidebar.sb-left:after {
    content: " ";
    width: 40px;
    height: 40px;
    position: relative;
    left: 0;
    top: 50%;
}
.sb-active .header-btn.slidebars-icon {
    font-size: 2.2em;
}
.sb-slidebar {
    top: 50px;
    bottom: 0;
    height: auto;
    width: 280px;
    overflow-y: hidden;
    overflow-x: visible;
    z-index: 1002;
    color: #000;
    background-color: #fafafa;
    background-color: var(--bg-gray);
    transition: transform 0.2s;
	border-right: 1px solid #eee;
}
.sb-slidebar  {
    top: calc(96px + var(--header-normal-height));
}
.alert-licence .sb-slidebar  {
    top: calc(96px + var(--header-normal-height) + var(--header-licence-alert-height));
}
@media (min-width: 768px) {
    .sb-slidebar  {
        top: calc(80px + var(--header-normal-height));
    }
    .alert-licence .sb-slidebar  {
        top: calc(80px + var(--header-normal-height) + var(--header-licence-alert-height));
    }
}
.sb-slidebar.half-closed {
    display: block;
    transform: translate(50px) !important;
}
.slidebar-icon-container {
    z-index: 200;
    position: absolute;
    top: 5px;
    right: 0;
    height: 38px;
    width: 50px;
    font-size: 22px;
}
a.slidebar-icon {
    display: inline-block;
    width: 50px;
    line-height: inherit;
    color: #333;
    cursor: pointer;
    text-align: center;
	border-radius: 10px;
}
a.slidebar-icon:hover {
    text-decoration: none;
    
    background-color: #ddd;
}
body{
    min-height: unset;
}
.sb-slidebar .handler {
    position: absolute;
    right: -10px;
    top: 50%;
    height: 30px;
    width: 10px;
    border-radius: 5px 5px 0 0;
    background: #333;
    margin: 0;
}
.sb-slidebar .scrollable {
    position: absolute;
    display: block;
    
    top: 38px;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: visible;
    overflow-y: auto;
    z-index: 11;
}
.sb-slidebar .dropdown-menu {
    z-index: 1002;
}
#sb-site {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
}
#sb-site, .sb-site-container {
	min-height: 100% !important;
}
#sb-site.viewer-dashboard {
	height: 100vh;
}
#sb-site.fullscreen {
    position: initial;
	height: calc(100vh - var(--header-normal-height));
}
.alert-licence #sb-site.fullscreen {
    position: initial;
    height: calc(100vh - var(--header-normal-height) - var(--header-licence-alert-height));
}
h3.sites-overview {
    z-index: 101;
    margin: 5px 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    overflow: visible;
}
.site-order-by {
    margin: 0 15px 0 15px;
    z-index: 101;
    display: inline-block;
}
.site-order-by .btn.btn-default:hover {
    background-color: #e8e8e8;
}
.site-order-by .btn.btn-default .material-icons-outlined {
    font-size: 18px;
    line-height: 17px;
}
form#panel-form-search {
    padding: 15px;
    overflow: visible;
    z-index: 100;
}
form#panel-form-search .btn.reset-search-btn {
    top: 8px;
    right: 8px;
    border-radius: 9px;
    background: white;
}
form#panel-form-search .btn.reset-search-btn:hover {
    background-color: #e8e8e8;
}
form#panel-form-search .tokenfield::before {
    position: absolute;
    color: #e8e8e8;
    top: 6px;
    right: 37px;
    font-family: 'FontAwesome';
    content: "\f002";
}
form#panel-form-search.viewer-mode .tokenfield::before {
    right: 10px;
}
form#panel-form-search.viewer-mode a.open-filters-btn {
    visibility: hidden;
}
form#panel-form-search .open-filters-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 5px;
    bottom: 4px;
    z-index: 10;
}
form#panel-form-search .open-filters-btn i {
    font-size: 14px;
}
.li-site, .li-flow {
    outline: none;
    list-style-type:none;
    padding: 10px 15px 10px 10px;
    color: #333;
	border-top: 1px solid var(--separator-gray);
	border-bottom: 1px solid var(--separator-gray);
    border-left: 5px solid transparent;
    margin: 0;
    display: block;
    cursor: pointer;
    min-height: 100px;
	background-color: #fafafa;
    background-color: var(--bg-gray);
}
.li-site .user-type-row, .li-site .last-data-row {
    margin: 5px -15px;
}
.li-flow { padding: 20px 10px; }
.li-site .lastdata, .li-flow .lastdata {
    display: inline-block;
    border-radius: 3px;
    margin: 0 6px 0 0;
    padding: 0 .3em 0 .2em;
    font-weight: 500;
}
.li-site .lastdata span {
    padding-left: 2px;
    padding-right: 2px;
}
.li-site .col-xs-12, .li-site .col-xs-10, .li-site .col-xs-2 {
    padding-right: 5px;
}
.li-site .pull-right {
    padding-left: 5px;
    text-align: center;
}
.li-site .col-xs-2 {
    padding-left: 5px;
    text-align: center;
}
.li-site .serial {
    padding: 1px 3px;
    font-family: "Roboto Mono", monospace;
}
.li-site .lastdata .text-success, .li-flow .lastdata .text-success {
    color: var(--all-right-green) !important;
}
.li-site .lastdata .text-warning, .li-flow .lastdata .text-warning, .li-site .eco-link-battery.text-warning {
    color: var(--caution-orange) !important;
}
.li-site .lastdata .text-danger, .li-flow .lastdata .text-danger, .li-site .eco-link-battery.text-danger {
    color: var(--warning-red) !important;
}
.li-site .tags {
    clear: both;
}
.li-site .eco-speed {
    font-size: 24px;
}
.li-site .disabled-link:link {
    cursor: default;
    text-decoration: none;
}
.li-site.excluded *, .li-flow.excluded * {
    opacity: 0.5
}
.li-site.active, .li-flow.active {
    border-left: 5px solid #d4d600;
	background: #fff;
}
.li-site:hover {
    border-left: 5px solid #d4d600;
}
.li-site .a-site {
    overflow-wrap: break-word;
    width: 100%;
    display: inline-block;
}
.li-site .condensed-tag-list {
    text-align: left;
    padding-right: 0;
}
.li-site .a-site {
    font-size: 1.266rem;
    font-weight: bold;
    display: inline-block;
    min-width: 150px;
    text-align: left;
    line-height: 1em;
    padding-bottom: 5px;
 }
.li-site .a-site span.badge {
    vertical-align: middle;
 }
.li-site .a-site,
.li-site .a-site:focus,
.li-site .a-site:active {
	text-decoration: none;
}
.li-site .a-site sup.badge {
	margin-right: -14px;
	margin-left: -5px;
}
.li-site .a-site .badge .fa {
	font-size: 14px;
	color: var(--nature-green); 
	color: #d4d600;
}
.li-site .a-site .badge {
	background-color: transparent;
}
.li-site .small {
    font-weight: normal;
}
.li-site:hover .eco-link-site {
    opacity: 1;
    color: #333;
}
.li-site .eco-link-site:hover {
    opacity: 1;
    color: #000;
}
.li-site .eco-link-site {
    opacity: 0;
    font-size: 20px;
    color: #333;
}
.li-site .eco-bidirectional {
    font-size: 24px;
}
.ul-site, .ul-flow {
    margin: 0;
    clear: both;
    width: 100%;
    padding: 0;
    overflow-x: hidden;
    background-color: #fafafa;
    background-color: var(--bg-gray);
}
ul.ul-site a, ul.ul-flow a {
    color: #aaa;
}
.sb-slidebar a.btn-link {
    color: #d4d600;
}
.sb-slidebar a.btn-link:hover, .modal-footer a.btn-link:focus {
    color: #DD5522;
}
.scroll-end {
    background-color: #222;
    opacity: 0;
}
.modal#modal-confirm {
    z-index: 2100;
}
.modal-content {
    border-radius: 0;
    border: none;
}
.modal-header {
    background: var(--white);
    color: var(--grey-2);
    margin: 0;
    border-bottom: 1px solid var(--grey-6);
}
.modal-body .modal-header { 
    padding: 15px;
    margin: 20px -15px 20px -15px;
}
.modal-header-title {
    display: flex;
}
.modal-header .modal-header-title-icon.material-icons-outlined {
    color: var(--dark-blue);
    font-weight: 600;
    font-size: 20px;
    margin-right: 8px;
    padding-top: 2px;
}
.modal-intro {
    font-size: 16px;
    color: #444446;
    text-align: center;
    margin: -15px -15px 15px -15px;
    padding: 15px 0;
}
.modal-footer {
    margin: 0;
    background-color: var(--grey-8);
    color: #fff;
    border-top: 1px solid var(--grey-7);
}
.modal-footer a.btn-link {
    color: var(--dark-blue-lighter);
    background: none;
    border: none;
    font-weight: normal;
    font-weight: 600;
}
.modal-footer a.btn-link:hover, .modal-footer a.btn-link:focus {
    color: var(--dark-blue-hover);
    background: none;
    border: none !important;
    font-weight: 600;
}
.modal-footer a:hover, .modal-footer a:focus {
    color: #3C3C3C;
    color: var(--eclipse-gray);
    text-decoration: none;
}
.modal-footer span.material-icons-outlined {
    font-size: 16px;
    vertical-align: sub;
}
.bright .modal-footer {
    background-color: #fff;
    border: none;
}
.modal-body
{
  max-height:66vh;
  overflow:auto;
}
.modal-xl .modal-body {
  max-height:77vh;
}
.modal-body .table > thead > tr > th, .table > thead > tr > td {
    line-height: 1;
}
.modal-body .message i.fa {
    font-size: 2em !important;
    padding-right: 32px;
}
.modal-body .message span.material-icons-outlined {
    font-size: 2em !important;
    padding-right: 20px;
    padding-left: 10px;
}
.modal-alert {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
    padding: 7px 15px;
}
.modal-header .close {
    font-weight: bold;
    opacity: 0.6;
    color: #000;
    margin: 0px 0 0px 8px;
}
#modal-period .popover {
    max-width: 250px;
}
#modal-period .popover .popover-content {
    width: 250px;
    padding: 15px 5px 15px 5px;
}
.modal-header a.btn.btn-language {
    margin: -6px 0 -6px 0;
}
.login-logo.logo-fr { background-image: url(../images/logo/eco-compteur/LOGO_ECO-COMPTEUR.png); }
.login-logo.logo-en { background-image: url(../images/logo/eco-compteur/LOGO_ECO_COUNTER.png); }
.login-logo {
    background-position: top center;
    background-size: contain;
    background-repeat:  no-repeat;
    width: 100%;
    height: 60px;
    margin: 0 0 15px;
}
.modal-subtitle {
    display: block;
    font-size: 13px;
    opacity: 0.8;
}
.modal-with-dropdown .modal-body {
    overflow: visible;
}
#modal-report .modal-body .dropdown-menu,
.modal-with-dropdown .modal-body .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}
.popover-title {
    background: #fff;
}
.small-modal .modal-content {
    border-radius: 6px;
    background: #fff; 
    background: var(--white);
    color: #3c3c3c;
    color: var(--text-gray);
}
.small-modal .modal-header {
    background: transparent;
    color: inherit;
    padding: 15px 15px 15px 25px;
}
.small-modal .modal-header .close {
    font-family: inherit;
    font-size: 24px;
    font-weight: 600;
}
.small-modal .modal-header .modal-title {
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
}
.small-modal .modal-footer {
    background: transparent;
    color: inherit;
}
.small-modal .modal-body {
    background: transparent;
    color: inherit;
    overflow: visible;
}
.small-modal .nav-tabs {
    border-bottom: 1px solid var(--separator-gray);
    margin-bottom: 30px;
    text-align: center;
}
.small-modal .nav-tabs > li > a {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid transparent;
}
.small-modal .nav-tabs > li > a:hover {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid transparent;
}
.small-modal .nav-tabs > li.active > a,
.small-modal .nav-tabs > li.active > a:hover,
.small-modal .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid var(--info-blue);
}
.small-modal .nav-tabs > li.disabled > a {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
}
.small-modal .nav-tabs > li.disabled > a:hover,
.small-modal .nav-tabs > li.disabled > a:focus {
    border-bottom: 3px solid transparent;
}
.small-modal .modal-content {
    overflow: visible;
}
.small-modal .modal-header .close {
    color: #444446;
}
@media (max-width: 768px) {
    .small-modal .modal-body {padding: 5px 15px;}
    .small-modal .modal-header, .small-modal .modal-body .modal-header {
        padding-bottom: 5px;
    }
    .small-modal .modal-footer {
        padding: 5px 15px;
    }
}
@media (min-width: 768px) {
    .small-modal .modal-body {padding: 16px 16px;}
    .small-modal .modal-header  {padding: 15px 15px 15px 25px;}
    .nav-separator{
        margin: 20px 0px;
    }
    
    .modal-xl {
       width: 90%;
       max-width:1200px;
       margin: 10px auto;
    }
}
@media (min-width: 992px) {
    .small-modal .modal-body {padding: 25px 25px;}
    .small-modal .modal-header  {padding: 15px 15px 15px 25px;}
}
@media (min-width: 1200px) {
    .small-modal .modal-body {padding: 25px 40px;}
    .small-modal .modal-header  {padding: 15px 15px 15px 25px;}
    .small-modal .modal-body .modal-header { padding: 0; }
    .modal-import-data  {width: 1100px;}
}
.table.legend {
    width: auto;
}
.help-import {
    margin: 5px;
    display: inline-block;
}
.table-verify {
    margin: 20px 10px;
    border: 1px solid #dbdbdc;
    
    padding-top: 10px;
}
.table-verify-label {
    margin-left: 5px;
}
.import-option {
    padding: 5px 10px;
    background: rgb(238, 238, 238);
    text-align: right;
}
.import-option-radio {
    display: inline-block;
    margin-right: 10px;
}
.table-verify .table {
    margin-bottom: 0px;
}
.import-data-error-icon {
    margin-left: 10px;
    margin-right: 5px;
}
.report-help-link {
    float: right;
}
.report-help-link-div {
    padding-left: 0px;
}
.page-data {
    position: absolute;
    overflow: hidden auto;
    width: 100%;
    background: #fff;
}
.page-data .modal-body {
    max-height: 85%;;
}
.page-data .page-main-title {
    font-size: 24px;
    margin: 3px 15px 9px 15px;
}
.page-data .data-context-selector {
    padding: 10px 25px;
}
.page-data .data-context-selector .data-context-selector-item {
    margin: 10px 0;
}
.page-data .data-context-selector .row {
    margin-bottom: 15px;
}
.page-data .data-context-selector .form-control {
    display: inline-block;
    width: auto;
}
.page-data .data-context-selector input.form-control {
    display: inline-block;
    width: 100%;
}
.page-data .data-context-selector label {
    margin-right: 10px;
}
.page-data .data-context-selector .btn:active,
.page-data .data-context-selector .btn:focus {
    outline: none !important;
}
.page-data .data-context-selector .btn {
    font-weight: normal;
    background: #fff;
}
.page-data .data-context-selector .btn.active {
    background: #d4d600;
    box-shadow: none;
    outline: none;
    font-weight: bold;
}
.page-data .data-chart {
    position: relative;
    margin: 15px 0;
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: auto;
}
.page-data #data-chart-div {
    height: 400px;
    border-radius: 5px;
}
.page-data .data-chart #data-chart-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.page-data .data-chart #data-chart-controls .fa-chevron-left {
    margin-right: 145px;
}
.page-data .data-chart #data-chart-controls .fa-chevron-right {
    margin-left: 145px;
}
.page-data .data-chart #data-chart-controls #data-chart-back-button {
    position: absolute;
    left: 10px;
    background: #E6EBF5;
    box-shadow: none;
    outline: none;
    font-weight: bold;
}
.page-data .no-chart-placeholder,
.page-data .loading-chart,
.page-data .no-data,
.page-data .chart-error {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    min-height: 400px;
    height: 100%;
    text-align: center;
    color: #87888a;
		display: flex;
    justify-content: center;
    align-items: center;
}
.page-data .no-chart-placeholder i,
.page-data .no-data i,
.page-data .chart-error i {
    font-size: 40px;
    display: block;
    margin: 0 20px;
}
.page-data .no-chart-placeholder span,
.page-data .no-data span,
.page-data .chart-error span {
    font-size: 16px;
}
.page-data .loading-chart i {
    margin: 50px 0 20px;
    color: #000;
}
.page-data #data-table-edition {
    position: relative;
    margin-left: 5px;
}
.page-data #data-table-edition table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
.page-data #data-table-edition th {
    font-size: 0.9em;
   
}
.page-data #data-table-edition .fixed-column {
    position: absolute;
    left: 0;
    line-height: 29px;
    height: 29px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.page-data #data-table-edition th,
.page-data #data-table-edition td {
    border: 1px solid grey;
    min-width: 54px;
    text-align: center;
    height: 28px;
    padding: 0px 5px;
}
.page-data .data-buttons {
    margin-top: 20px;
    text-align: right;;
}
.page-data .data-editing-input {
    border: none;
    text-align: center;
    outline: none;
}
.page-data .data-editing-input:active,
.page-data .data-editing-input:focus {
    outline: none;
}
.page-data .data-buttons button {
    margin: 0 10px;
}
.page-data .highlighted-cell {
    background-color: #d4d600;
}
.page-data .data-step-selector {
    position: absolute;
    top: 0;
    right: 10px;
    padding-top: 10px;
}
.page-data .data-step-selector button,
.page-data .data-step-selector button:active,
.page-data .data-step-selector button:focus {
    outline: none;
}
.page-data #modal-data {
    padding-right: 0 !important;
    top: 15px;
}
.page-data .modal-dialog {
    width: 95%;
    margin: 10px auto;
}
.page-data .modal-body {
    max-height: 77vh;
}
.data-chart-and-legend {
    width: 100%;
    display: flex;
    flex-direction: row;
}
#legend-with-template {
    flex: 0 0 200px;
}
#legend-with-template .symbol {
    width:12px;
    height:12px;
    margin-right:10px;
    float:left;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-top: 3px;
}
#legend-with-template .symbol-cumul {
    width: 2px;
    height: 2px;
    float: left;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    margin-top: 7px;
}
#legend-with-template .symbol-cumul-first {
    margin-right: 3px;
}
#legend-with-template .symbol-cumul-second {
    margin-right: 10px;
}
#legend-with-template .serieName {
    float: left;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    max-width: 145px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#legend-with-template .item {
    height: 22px;
    clear: both;
}
#legend-with-template input[type="radio"] {
    margin: 3px 10px;
    float: right;
    visibility: hidden;
}
#legend-with-template.template input[type="radio"] {
    visibility: visible;
}
#legend-with-template span {
    margin-left: 5px;
}
.auto-reconstruction-help-link {
    float: right;
}
#modal-preferences .nav-tabs {
	border: none;
	border-bottom: 1px solid #87888a;
}
#modal-preferences .nav-tabs > li {
	width: 50%;
}
#modal-preferences .nav-tabs > li > a {
    text-align: center;
    font-weight: bold !important;
	border: none;
	border-bottom: 1px solid #87888a;
}
#modal-preferences .nav-tabs > li.active > a, 
#modal-preferences .nav-tabs > li.active > a, 
#modal-preferences .nav-tabs > li.active > a {
    border: none; 
	border-bottom: 2px solid #d4d600;
}
#modal-preferences .qq-uploader ul {
	margin-top: 20px;
	padding-left: 0;
}
#modal-preferences .qq-uploader li {
	list-style: none;
}
#modal-preferences #pref-logo-preview {
	max-width: 100%;
	max-height: 100px;
}
.alert-container {
	position: fixed;
	top: 50px;
	right: 0px;
	z-index: 2000;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	pointer-events: none;
    overflow: hidden;
    padding: 32px;
}
.eco-row {
	display: flex;
	justify-content: space-between;
}
.eco-group {
	flex: 1;
	margin: 10px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.eco-group:first-child {
	align-items: flex-start;
}
.eco-group:last-child {
	align-items: flex-end;
}
.eco-flex-bottom {
	justify-content: flex-end;
}
.eco-toast {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 20px;
	background-color: #fff;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	color: #000;
	border-radius: 4px;
	margin: 0px;
	opacity: 1;
	transition: 0.3s all ease-in-out;
	min-height: 45px;
	pointer-events: all;
}
.eco-toast[role=success] {
    border-left: 3px solid #D4D600;
    border-left: 3px solid var(--all-right-green);
    opacity: 1;
    margin-top: 15px;
}
.eco-toast[role=info] {
    border-left: 3px solid #2D9CDB;
    border-left: 3px solid var(--info-blue);
    opacity: 1;
    margin-top: 15px;
}
.eco-toast[role=loading] {
    border-left: 3px solid #2D9CDB;
    border-left: 3px solid var(--info-blue);
    opacity: 1;
    margin-top: 15px;
}
.eco-toast[role=caution] {
    border-left: 3px solid #f68c1f;
    border-left: 3px solid var(--caution-orange);
    opacity: 1;
    margin-top: 15px;
}
.eco-toast[role=warning] {
    border-left: 3px solid #EE4F4F;
    border-left: 3px solid var(--warning-red);
    opacity: 1;
    margin-top: 15px;
}
.eco-toast:focus {
	outline: none;
}
.eco-toast i.fa {
    min-width: 18px;
    font-size: 28px;
}
.eco-toast[role=success] i.fa {
    color: #D4D600;
	color: var(--all-right-green);
}
.eco-toast[role=info] i.fa {
    color: #2D9CDB;
	color: var(--info-blue);
} 
.eco-toast[role=loading] i.fa {
    color: #2D9CDB;
	color: var(--info-blue);
}
.eco-toast[role=caution] i.fa {
    color: #f68c1f;
	color: var(--caution-orange);
}
.eco-toast[role=warning] i.fa {
    color: #EE4F4F;
	color: var(--warning-red);
}
.eco-cursor-pointer {
	cursor: pointer;
}
.eco-icon-loading {
	display: inline-block;
	width: 20px;
	height: 20px;
}
.eco-icon-loading:after {
	content: ' ';
	display: block;
	width: 14px;
	height: 14px;
	margin: 1px;
	border-radius: 50%;
	border: 2px solid #0088ff;
	border-color: #0088ff transparent #0088ff transparent;
	animation: ct-icon-loading 1.2s linear infinite;
}
@keyframes eco-icon-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.eco-text-group {
	margin-left: 15px;
}
.eco-text-group-heading {
	margin-left: 25px;
}
.eco-heading {
	font-size: 18px;
	margin: 0px;
	margin-bottom: 5px;
}
.eco-text {
	font-size: 14px;
}
@media (max-width: 768px) {
	.eco-row {
		justify-content: flex-start;
		flex-direction: column;
		margin: 7px 0px;
	}
	.eco-group {
		flex: none;
		margin: 0px;
	}
	.eco-toast {
		margin: 8px 15px;
		width: initial;
	}
}
.progress-bar-entropy {
    display: flex;
    flex-direction: row;
    flex-basis: 40%;
    height: 4px;
    background: #ececec;
    border-radius: 5px;
    box-shadow: none;
    gap: 2px;
}
.progress-bar_wrap {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    align-items: center;
    border-radius: 0px;
    margin-bottom: 15px;
}
.progress-bar_text {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    color: #333;
    margin-left: 5px;
    transition: .2s;
}
.progress-bar_item {
    flex: 1 1 30px;
    height: 4px;
    border-radius: 5px;
    float: left;
    transition: background-color .2s, visisility .1s;
}
.progress-bar_item-1.active{
    background-color: #FF0000;
}
.progress-bar_item-2.active {
    background-color: #ff7b47;
}
.progress-bar_item-3.active {
    background-color: #F9AE35;
}
.progress-bar_item-4.active {
    background-color: #99af2d;
}
.progress-bar_item-5.active {
    background-color:#74d209;
}
.modal-body-activation, .modal-body-reset {
    
}
.activation-eye, .reset-eye {
    color: #333;
}
.modal-intro-activation, .modal-intro-reset {
    margin: 10px 10px !important;
}
.modal-intro-strengthen {
    font-size: 18px;
    font-weight: bold;
    text-align: initial;
    padding: 0;
    margin: 0;
}
.eco-checkbox.show-password {
    margin-top: 3px;
    margin-bottom: 12px;
}
#modal-login .message-error,
#modal-userInfo .message-error {
    margin-bottom: 15px;
}
.email-modal span.material-icons-outlined {
    font-size: 16px !important;
    vertical-align: top;
}
.eco-modal-body-form,
.modal-xl .modal-body.eco-modal-body-form,
.small-modal .modal-body.eco-modal-body-form {
    background: var(--grey-8);
}
.eco-modal-body-form-period {
    background: var(--grey-7);
}
.modal-header.modal-header-form {
    border-bottom: 1px solid var(--grey-5);
}
.modal-header.modal-header-form-multiple {
    border-bottom: 1px solid var(--grey-5);
    border-top: 1px solid var(--grey-5);
}
.small-modal .modal-footer.modal-footer-form {
    background: var(--grey-8);
    border-top: 1px solid var(--grey-4);
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.eco-modal-body.eco-modal-body-form.eco-modal-body-no-footer {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.modal-footer.modal-footer-form {
    border-top: 1px solid var(--grey-5);
}
#modal-search .modal-site-filters .btn-default.active,
#modal-search .modal-site-filters .btn-default.active:focus {
    background: #d4d600;
    border-color: #d4d600;
}
#modal-search .modal-site-filters .btn-default.active:hover {
    background: white;
    border-color: #d4d600;
}
#modal-counters .modal-footer .text-footer {
    color: #444446;
    vertical-align: sub;
}
.period-preset-gui-table {
    width: 85%;
}
@media (min-width: 768px) {
    #modal-period .modal-dialog {
        width: 700px;
    }
}
.modal-title:not(#modal-period .modal-title) {
    color: var(--dark-blue);
    font-weight: 600;
    font-size: 16px;
}
#modal-period h4.modal-title a span,
#modal-period h4.modal-header-form-multiple span {
    color: var(--dark-blue);
    font-weight: 600;
    font-size: 16px;
}
#modal-counters .dataTables_scrollBody,
#modal-edit-flow .dataTables_scrollBody,
#modal-flows .dataTables_scrollBody,
#modal-sites .dataTables_scrollBody,
#select-user-form .dataTables_scrollBody,
#modal-tags .dataTables_scrollBody {
    background: transparent;
}
#modal-cgl .modal-body {
    background-color: #fafafa;
    background-color: var(--bg-gray);
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
    height: 900px;
}
#modal-cgl .modal-body .cgl-intro {
    font-weight: 700;
    padding: 0px 15px 10px 15px;
}
#modal-cgl .modal-body .cgl-content {
    background-color: #fff; 
    background: var(--white);
    flex-grow: 1;
    border-color: #BDBDBD !important; 
    border-color: var(--active-border-gray) !important;
    border: 1px solid;
    overflow: hidden;
    display: flex;
    border-radius: 4px;
    width: 100%;
    height: 100%;
 }
#modal-cgl .modal-body .cgl-link {
    padding: 15px 15px 0px 15px;
}
#modal-cgl .modal-body .cgl-link .cgl-link-here {
    color: #2D9CDB;
    color: var(--info-blue);
    text-decoration: underline;
}
#modal-cgl .modal-body .cgl-accept {
    padding: 15px 15px 0px 15px;
}
.modal-dialog.modal-fullscreen {
	margin: 0;
	width: 100%;
	height: 100%;
}
.modal-dialog.modal-fullscreen .modal-header {
	height: 54px;
}
.modal-dialog.modal-fullscreen .modal-title {
	display: inline-block;
	vertical-align: sub;
}
.modal-dialog.modal-fullscreen .close {
	height: 22px;
}
.modal-dialog.modal-fullscreen .close i {
	font-size: 20px;
}
.modal-dialog.modal-fullscreen .modal-content{
	height: 100%;
}
.modal-dialog.modal-fullscreen .modal-body{
	height: calc(100% - 105px);
    max-height: calc(100% - 105px);
	padding: 0;
}
.modal-dialog .confirm-content-message-panel {
    padding: 5px 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 4px;
}
.modal-dialog .confirm-content-message-panel .h4 {
    font-size: 12px;
    color: #4F4F4F;
    line-height: 16px;
}
.modal-dialog .confirm-content-message-panel .message-one {
    margin-bottom: 10px;
}
.modal-dialog .confirm-content-message-panel .message-icon-one {
    background-color: inherit;
}
.modal-dialog .confirm-content-message-panel ul {
    margin-top: 10px;
}
#modal-confirm .modal-dialog .eco-modal-body .h4.message {
    font-size: 12px;
    color: #000000;
    line-height: 16px;
}
#modal-confirm .modal-dialog .eco-modal-body .h4.message.stop-share {
    padding-bottom: 20px;
}
#waiting-dialog .modal-dialog {
    margin-top: 153px;
}
.main-area.dashboard-area {
    overflow: visible;
    margin-top: 100px; 
}
.main-area.dashboard-area.viewer {
    margin-top: 15px;
}
.main-area.dashboard-area.viewer #clone-offer {
    border-radius: 0;
    padding: 10px 40px 10px 30px;
    margin: 15px auto;
    max-width: 50vw;
}
.fullscreen .main-area:is(.dashboard-area,.analysis-area) {
    
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-top: 0;
    padding: 0 0;
    background: white;
}
.fullscreen .main-area.viewer {
    top: 0;
}
.dashboard-page-header-sticky {
    position: fixed;
    border-bottom: 1px #D9D9D9 solid;
    border-bottom: 1px var(--neutral-5) solid;
    display: flex;
    background-color: #fafafa;
    background-color: var(--bg-gray);
    z-index: 1003;
		flex-wrap: wrap;
}
@media (min-width: 768px) {
	.dashboard-page-header-sticky {
		flex-wrap: no-wrap;	
	}
}
.dashboard-page-header-sticky .dashboard-page-header .dashboard-selector.dropdown .dropdown-menu {
    max-height: 60vh;
    overflow-y: auto;
}
.dashboard-type {
    padding: 10px;
		transform: scale(0.8);
		text-align: center;
		flex-grow: 1;
		width: 100%;
}
.dashboard-type .btn-group > .btn {
    line-height: 1.9em;
    min-width: 12em;
}
@media (min-width: 768px) {
	.dashboard-type .btn-group > .btn {
    min-width: 6em;
	}
}	
@media (min-width: 992px) {
	.dashboard-type .btn-group > .btn {
    min-width: 12em;
	}
}	
@media (min-width: 768px) {
		.dashboard-type {
			padding: 20px 10px;
			transform: scale(1);
			text-align: left;
			flex-grow: 0;
			width: auto;
		}
}
.dashboard-type .btn  .material-icons-outlined {
    font-size: 22px;
    line-height: 16px;
    vertical-align: middle;
}
.dashboard-type .btn .eco {
    font-size: 22px;
    line-height: 16px;
    vertical-align: middle;
}
.dashboard-type .btn-group {
    margin: 0 auto;
}
@media (min-width: 768px) {
	.dashboard-type .btn-group {
    margin: 0 10px;
}
}
.dashboard-type .btn-group > .btn {
    margin: 0 -10px;
}
.dashboard-type .btn-group > .btn {
    z-index: 0;
}
.dashboard-type .btn-group > .btn:is(.active) {
    background-color: var(--nature-green);
    border-radius: 20px !important;
    z-index: 1;
    border-color: var(--nature-green);
}
.dashboard-type .btn-group > .btn:is(.active) .dashboard-type-label {
    font-weight: bold;
}
.dashboard-page {
    padding-top: 20px;
    margin-bottom: 70px;
}
.fullscreen .dashboard-page {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    padding: 0;
    margin: 0;
}
.dashboard-page-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px 0 10px;
    flex-grow: 1;
		transform: scale(0.8);
}
@media (min-width: 768px) {
	.dashboard-page-header {
		transform: scale(1);
	}
	
}
.dashboard-page-header .dashboard-selector {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 10em;
}
.dashboard-page-header .dashboard-selector label {
	display: none;
}
@media (min-width: 768px) {
	.dashboard-page-header .dashboard-selector label {
		display: inline-block;
	}
}
.dashboard-page-header .dashboard-selector .dropdown-menu li a {
    min-width: 50vw;
}
.eco-fab-button button {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    outline: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    border:0px;
    background-color: var(--nature-green);
}
.eco-fab-button button:hover {
    background-color: var(--nature-green-hover);
} 
.btn-help-dashboard {
    margin: 0 0 0 20px;
}
.dashboard-help-link {
    margin: 2px;
}
a.add-dashboard-button {
    margin-left: 10px;
    height: 30px;
}
a.add-dashboard-button .material-icons-outlined {
    font-size: 14px;
}
a.add-dashboard-button span {
}
@media (max-width: 992px) {
    a.add-dashboard-button {
        padding: 6px 7px;
    }
    a.add-widget-button {
        padding: 6px 8px;
    }
    a.add-dashboard-button .material-icons-outlined,
    a.add-widget-button .material-icons-outlined {
        margin-right: 0px !important;
    }
}
a.add-dashboard-button span.label-button {
    margin: 0 5px 0 0;
}
.dashboard-with-header {
	max-width: 1280px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
	filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.25));
	border-radius: 10px;
}
.dashboard-with-header.fullscreen {
	width: 100%;
	height: 100%;
	filter: none;
}
.dashboard-container {
    max-width: 1280px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px 20px 10px;
    background-color: #fafafa;
    background-color: var(--bg-gray);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.dashboard-container.report {
    min-width: 1280px;
}
.fullscreen .dashboard-container {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    max-width: none;
    background-color: #fff;
    padding-bottom: 10px;
}
.viewer-dashboard .dashboard-site.fullscreen .dashboard-container {
	left: 40px;
}
.sb-active .viewer-dashboard .dashboard-site.fullscreen .dashboard-container {
	left: 280px;
}
.dashboard {
    width: 100%;
    max-width: 1240px;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}
.dashboard.fullscreen {
    margin-bottom: 0;
    max-width: none;
    height: 100% !important;
}
.dashboard:after {
    content: ' ';
    display: block;
    clear: both;
}
.section-header {
    position: relative;
    max-width: 1280px;
    padding: 15px;
    background-color: #fff;
    background-color: var(--white);
    border: none;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: 2px solid var(--nature-green);
}
.section-header .dashboard-config {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1270px;
    align-items: center;
}
.section-header .dashboard-config .scope {
    padding: 10px;
    margin: 5px 0;
}
.section-header .dashboard-config .dashboard-scope {
    padding: 0 20px 0 0;
    flex-grow: 1;
}
.section-header  .dashboard-config .dashboard-site-search .popover {
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
}
.section-header  .dashboard-config .popover input.form-control  {
    border-width: 0;
}
.section-header .dashboard-config .h1 {
    font-weight: 500;
    margin: 0;
    font-size: 14px;
}
.dashboard-site .section-header .dashboard-config .h1 {
    font-weight: 500;
    margin: 0;
    font-size: 16px;
}
.section-header .dashboard-config .h2 {
    margin: 4px 0 0 0;
    font-size: 14px;
}
.section-header .dashboard-config div:is(.h1,.h2) *:is(.material-icons-outlined,.eco) {
    font-size: inherit;
}
.section-header .dashboard-config .dashboard-scope a:focus,
.section-header .dashboard-config .dashboard-scope a:active,
.section-header .dashboard-config .dashboard-scope a:hover {
    cursor: default;
}
.section-header .dashboard-config .dashboard-scope a.disabled:focus,
.section-header .dashboard-config .dashboard-scope a.disabled:active,
.section-header .dashboard-config .dashboard-scope a.disabled:hover {
    color: inherit;
    cursor: text;
}
.section-header .dashboard-buttons {
    margin: 0;
}
.section-header .dashboard-buttons .btn {
    margin-left: 4px;
}
.btn.add-widget-button {
    height: 30px;
}
.btn.add-widget-button span {
    
}
.btn.add-widget-button .material-icons-outlined {
    font-size: 14px;
}
a.add-widget-button span.label-button {
    margin: 0 5px 0 0;
}
.scope {
    display: inline-block;
    right: 0;
    padding: 0 15px 0 15px;
    margin: 0;
    background-color: #fff;
    z-index: 1;
}
.section-header .scope {
    float: right;
    margin: 2px 0 -1px 0;
    border-radius: 2px;
    min-width: 250px;
    max-width: 66%;
    min-height: 50px;
    padding: 2px 5px;
    font-size: 1rem;
}
.section-header .scope .panel-body {
    margin-top: 3px;
}
.dashboard-widget .scope {
    position: absolute;
    top: 30px;
    font-size: 0.93rem;
    color: #757575;
    width: 100%;
    min-height: 2rem;
    height: 15px;
    overflow: hidden;
    -webkit-transition: all 400ms ease;
    -moz-transition:    all 400ms ease;
    transition: all 400ms ease;
}
.dashboard-widget.width-large .scope,
.dashboard-widget.width-max .scope {
    min-height: 20px;
    height: 20px;
}
.dashboard-widget.fullscreen .scope {
    top: 48px;
}
.dashboard-widget.fullscreen .scope,
.dashboard-widget.width-large.fullscreen .scope {
    min-height: 30px;
    height: 30px;
}
.dashboard-widget.width-large .scope {
    font-size: 0.928rem;
}
.dashboard-widget.width-max .scope,
.dashboard-widget.fullscreen.width-large .scope,
.dashboard-widget.fullscreen .scope {
    font-size: 0.928rem;
    margin-top: 0;
    padding-left: 16px;
    margin-bottom: 8px;
}
.dashboard-widget .scope.footer {
    top: auto;
    bottom: 0px;
    line-height: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 20px;
    margin-bottom: 0;
}
.dashboard-widget.width-max .scope.footer,
.dashboard-widget.fullscreen .scope.footer,
.dashboard-widget.width-large.fullscreen .scope.footer {
    top: auto;
    min-height: 30px;
    height: 30px;
    padding-top: 6px;
    margin-bottom: 1px;
}
.dashboard-widget .scope:hover {
    
    max-height: 200px;
}
.dashboard-widget .scope:hover .panel-body {
    white-space: normal;
    overflow: visible;
}
.dashboard-widget:hover .widget-title, .dashboard-widget.selected .widget-title {
    max-width: calc(100% - 85px);
}
.dashboard-widget .widget-title {
    max-width: 95%
}
.dashboard-widget.width-large:hover .widget-title, .dashboard-widget.width-large.selected .widget-title {
    max-width: calc(100% - 130px);
}
.dashboard-widget.width-large .widget-title {
    max-width: 97%
}
.dashboard-widget.width-max:hover .widget-title, .dashboard-widget.width-max.selected .widget-title {
    max-width: calc(100% - 130px);
}
.dashboard-widget.width-max .widget-title {
    max-width: 98%
}
.scope .panel-body {
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999999;
    
    padding: 1px 1px 2px 1px;
    border: none;
    min-height: 15px;
    overflow: hidden;
}
.scope .panel-body .fa {
    font-size: 14px;
}
.scope .panel-body .material-icons-outlined {
    font-size: 14px;
	vertical-align: middle;
	margin-bottom: 2px;
}
scope .panel-body a {
    color: inherit;
}
.scope .panel-body.overwrite i.fa,
.scope .panel-body span.overwrite i.fa,
.scope .panel-body a.overwrite i.fa,
.scope .panel-body.overwrite span.material-icons-outlined,
.scope .panel-body span.overwrite span.material-icons-outlined,
.scope .panel-body a.overwrite span.material-icons-outlined {
    color: #d4d600;
}
.section-header .scope .panel-body.overwrite,
.section-header .scope .panel-body span.overwrite,
.section-header .scope .panel-body a.overwrite {
    color: #222;
}
.dashboard label {
    font-weight: normal;
    margin-bottom: 0px;
}
.dashboard-widget {
    text-align: left;
    border: none;
    box-sizing: content-box;
    background: transparent;
    position: relative; 
}
.single-widget-container .dashboard-widget {
    float: none;
    margin-right: auto;
    margin-left: auto;
}
.dashboard-widget.fullscreen, .dashboard-widget.fullscreen.selected {
    border-bottom: 0;
}
.dashboard-widget-inside {
    position: relative !important;
    height: 100%;
}
.dashboard-widget .dashboard-widget-content {
    position: relative;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px 2px;
    border-radius: 5px;
    box-sizing: border-box;
    vertical-align: top;
    overflow: visible;
    z-index: 1;
    padding-top: 50px;
    border: white 0 solid;
}
.dashboard-widget .dashboard-widget-content.with-footer {
    padding-bottom:  20px;
}
.dashboard-widget.width-max .dashboard-widget-content.with-footer,
.dashboard-widget.fullscreen .dashboard-widget-content.with-footer {
    padding-bottom:  30px;
}
.dashboard .dashboard-widget .dashboard-widget-content {
    -webkit-transition: width 400ms ease, height 400ms ease;
    -moz-transition: width 400ms ease, height 400ms ease;
    transition: width 400ms ease, height 400ms ease;
}
.dashboard-widget-content,
.dashboard-widget-content.overlay .overlay-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.dashboard-widget.dashboard-widget.height-small .dashboard-widget-content.overlay.no-data {
    margin-top: 90px;
    padding-top: 0px !important;
}
.dashboard-widget-content.overlay.no-data {
    margin-top: 50px;
    padding-top: 0px !important;
}
.dashboard-widget .dashboard-widget-content.overlay {
    z-index: 50;
    position: absolute;
    overflow: hidden;
    box-shadow: none;
    text-align: center;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100% !important;
    height: auto !important;
    background: transparent;
}
.dashboard-widget.with-site-selector .dashboard-widget-content.overlay {
    top: 50px;
	margin-top: 45px;
    padding-top: 0px !important;
}
.dashboard-widget .dashboard-widget-content.overlay .overlay-content {
    width: 100%;
    height: 100%;
    display: flex;
    background: white;
}
.dashboard-widget .dashboard-widget-content.overlay .overlay-content h3 {
    margin-top: 0px;
}
.dashboard-widget.width-large .dashboard-widget-content, .dashboard-widget.width-max .dashboard-widget-content {
    padding-top: 50px;
}
.dashboard-widget.fullscreen .dashboard-widget-content {
    padding-top: 78px;
}
.dashboard-widget.is-dragging,
.dashboard-widget.is-positioning-post-drag,
.dashboard-widget.ui-draggable-dragging {
    border-color: white;
    background: #D4D600;
    z-index: 2;
}
.dashboard-widget, .dashboard-widget-content {
    width: 295px;
}
.dashboard-widget.width-large,
.dashboard-widget.width-large .dashboard-widget-content {
    width: 610px;
    max-width: 100%;
}
.dashboard-widget.width-max,
.dashboard-widget.width-max .dashboard-widget-content {
    width: 100%;
}
.dashboard-widget.fullscreen, .dashboard-widget.fullscreen .dashboard-widget-content {
    left: 0;
    width: 100%;
}
.dashboard-widget, .dashboard-widget-content {
    min-height: 155px;
    height: auto;
}
.dashboard-widget.height-small,
.dashboard-widget.height-small .dashboard-widget-content {
    height: 160px;
    min-height: 0;
}
.dashboard-widget.height-normal,
.dashboard-widget.height-normal .dashboard-widget-content {
    height: 340px;
}
.dashboard-widget.height-high,
.dashboard-widget.height-high .dashboard-widget-content {
    height: 520px;
}
.dashboard-widget.height-max,
.dashboard-widget.height-max .dashboard-widget-content {
    height: 700px; 
}
.dashboard-widget.fullscreen, .dashboard-widget.fullscreen .dashboard-widget-content {
    height: auto;
}
.dashboard-widget.fullscreen {
    top: 0 !important;
    left: 0 !important;
}
.dashboard-widget .widget-title-bar {
    
    position: absolute;
    top: 0; left: 0;
    height: 30px;
    width: 100%;
    z-index: 1;
    cursor: move;
    margin-bottom: 24px;
}
.dashboard.readonly .dashboard-widget .widget-title-bar {
    cursor: inherit;
}
.dashboard-widget .widget-title-bar .widget-title {
    position: absolute;
    z-index: 1;
    display: inline-block;
    padding-top: 4px;
    padding-left: 15px;
    background-color: transparent;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 1.8em;
    color: #87888a;
    min-width: 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 0;
    white-space: nowrap;
    cursor: pointer;
}
.dashboard-widget.fullscreen .widget-title-bar {
    height: 48px;
    cursor: initial;
}
.dashboard-widget.fullscreen .widget-title-bar .widget-title {
    padding-top: 5px;
    font-size: xx-large;
    font-weight: 500;
    line-height: 1.1;
}
.widget-title a.expand-btn {
    padding-left: 10px;
    color: #ced0d4;
    transition: all 0.25s ease 0s;
    opacity: 0;
}
.widget-title a.expand-btn .material-icons-outlined {
    font-size: 15px;
    vertical-align: middle;
}
.dashboard-widget.fullscreen .widget-title-bar .widget-title a.expand-btn {
    display: none;
}
.dashboard-widget:hover .widget-title-bar .widget-title a.expand-btn {
    opacity: 1;
}
.dashboard-widget.selected .widget-title-bar .widget-title a.expand-btn,
.dashboard-widget .widget-title-bar .widget-title:hover a.expand-btn {
    color:#444446;
    opacity: 1;
}
.dashboard-widget-footer {
    width: 100%;
    height: 32px;
    background: #fff;
    border-top: 1px solid #dbdbdc;
}
.dashboard-widget-footer .panel-body {
    padding:5px 10px;
}
.dashboard-toolbar {
    display: block;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 15px 2px 5px;
    border-style: none;
    overflow: visible;
    cursor: initial;
    z-index: 1;
    -webkit-transition: all 400ms ease;
    -moz-transition:    all 400ms ease;
    transition: all 400ms ease;
}
.section-header .dashboard-toolbar {
    bottom: -2px;
    right: 0;
}
.dashboard-widget.fullscreen .dashboard-toolbar {
    padding-top: 10px;
}
.dashboard-widget:hover .dashboard-toolbar a.tool,
.dashboard-widget.selected .dashboard-toolbar a.tool {
    opacity: 1;
    color: #757575;
}
.section-header:hover .dashboard-toolbar a.tool {
    opacity: 1;
    color: #87888a;
}
.dashboard-widget.selected .dashboard-toolbar a.tool {
    color: #87888a;
    opacity: 1;
}
.dashboard-widget .dashboard-toolbar a.tool:hover,
.dashboard-widget.selected .dashboard-toolbar a.tool:hover
.section-header .dashboard-toolbar a.tool:hover {
    color: #444446;
    opacity: 1;
}
.dashboard .dashboard-widget.selected {
    -webkit-box-shadow: 2px 3px 8px 2px rgba(0, 0, 0, 0.27), 1px 10px 7px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 2px 3px 8px 2px rgba(0, 0, 0, 0.27), 1px 10px 7px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 2px 3px 8px 2px rgba(0, 0, 0, 0.27), 1px 10px 7px 3px rgba(0, 0, 0, 0.12);
}
.dashboard-toolbar a.tool {
    opacity: 0;
    color: #ced0d4;
    
    float: right;
    margin: 0 0 0 10px;
    font-size: 16px;
    z-index: 60;
    line-height: 24px;
    -webkit-transition: all 400ms ease;
    -moz-transition:    all 400ms ease;
    transition: all 400ms ease;
}
.dashboard-widget:hover .dashboard-toolbar a.tool.disabled,
.dashboard-widget.selected .dashboard-toolbar a.tool.disabled,
.section-header:hover .dashboard-toolbar a.tool.disabled,
.dashboard-toolbar a.tool.disabled:focus
{
    opacity: 1;
    color: #ced0d4;
}
.dashboard-widget.fullscreen .dashboard-toolbar a.tool,
.section-header .dashboard-toolbar a.tool {
    opacity: 1;
    margin: -1px -1px 0px 15px;
    font-size: 24px;
}
.dashboard-toolbar a.tool:hover, .dashboard-toolbar a.tool:focus, .dashboard-toolbar a.tool.active {
    opacity: 1;
    text-decoration: underline;
}
.dashboard-widget .widget {
    
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 40; 
}
.dashboard-widget .config-widget-form {
    padding: 30px 15px 0 15px;
    margin-bottom: 30px;
    width: 100%;
    overflow-y: auto;
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    color: #444446;
    z-index: 60; 
}
.dashboard-widget.fullscreen .config-widget-form {
    top: 78px;
}
.config-widget-form .eco-bar .eco-bar-input {
    height: auto;
}
.dashboard-widget.selected .widget-title-bar .widget-title,
.dashboard-widget.selected .widget-title-bar .widget-title:hover,
.dashboard-widget.selected .widget-title-bar .widget-title:focus {
    color: #444446;
}
.dashboard-widget .widget-title-bar .widget-title:hover {
    text-decoration: none;
    color: #87888a;
}
.dashboard-widget .widget-title-bar .widget-title:focus {
    text-decoration: none;
    color: #87888a;
}
.dashboard-widget.fullscreen.height-normal,
    .dashboard-widget.fullscreen.height-large,
    .dashboard-widget.fullscreen.height-high,
    .dashboard-widget.fullscreen.height-max,
    .dashboard-widget.fullscreen,
    .dashboard-widget.fullscreen.height-normal .dashboard-widget-content,
    .dashboard-widget.fullscreen.height-large .dashboard-widget-content,
    .dashboard-widget.fullscreen.height-high .dashboard-widget-content,
    .dashboard-widget.fullscreen.height-max .dashboard-widget-content,
    .dashboard-widget.fullscreen .dashboard-widget-content{
    height: 100%;
    box-shadow: none;
}
.eco-link-new-counters {
    color: #DD5522;
    display: block;
    padding-top: 10px;
    text-align: center;
}
.stacked-checkbox {
    margin-left: 20px;
}
.stacked-checkbox.avoid-overlap {
    margin-left: 40px;
}
#modal-delete-data .modal-body{
    max-height: 75vh !important;
}
#delete-data .site-tree-view li {
    list-style:  none;
}
#delete-data .site-tree-view {
    max-height: 55vh;
    min-height: 170px;
    overflow-y: auto;
}
.delete-data-error {
    margin-bottom: 15px;
}
#preferences-submit-btn.is-loading i {
    display: inherit;
}
#preferences-submit-btn i {
    display: none;
}
@media (max-width: 768px) {
    .section-header {
        padding-right: 0;
    }
}
#modal-new-dashboard .dashboard-selector {
    margin: 20px 0 20px 0;
}
#modal-new-dashboard .dashboard-preview-btn {
    margin-bottom: 20px;
}
#modal-new-dashboard .dashboard-preview-btn .material-icons-outlined {
    font-size: 16px;
    vertical-align: sub;
}
#modal-share .description {
    font-size: 14px;
}
#modal-share .public-dashboard-link .material-icons-outlined {
    font-size: 16px;
    vertical-align: sub;
}
input[type=checkbox].switch { 
	height: 0;
	width: 0;
	visibility: hidden;
}
input[type=checkbox].switch + label {
	cursor: pointer;
	text-indent: -9999px;
	width: 35px;
	height: 20px;
	background: #A9A9A9;
	display: inline-block;
	border-radius: 10px;
	position: relative;
}
input[type=checkbox].switch + label:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 6px;
	transition: 0.3s;
}
input[type=checkbox].switch:checked + label {
	background: #D2D501;
}
input[type=checkbox].switch:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}
input[type=checkbox].switch + label:active:after {
	width: 17px;
}
#modal-share .input-group .btn-default {
    border:1px solid #ccc !important;
}
.input-group-btn:first-child > .btn {
    border-right: 0px;
}
.input-group-btn:last-child > .btn {
    border-left: 0px;
}
.switch-div {
    margin: 10px 0;
}
.public-dashboard-status {
    font-size: 13px;
    margin: 0 5px;
}
.public-dashboard-link {
    margin: 10px 0;
}
.dashboard-battery-power-supply {
    font-size: 24px !important;
}
.dashboard.report {
    pointer-events: none;
}
.link-disabled {
    opacity: 0.5;
}
.dashboard-popup-label {
    padding-top: 3px !important;
}

.btn.reset-search-btn, .eco-header .btn.reset-search-btn {
    position: absolute;
    height: 20px;
    line-height: 18px;
    padding: 0px 4px;
    border-radius: 4px;
    right: -8px;
    top: -4px;
    z-index: 10;
}
.eco-bar .btn.reset-search-btn {
    top: 0;
    right: 0;
    color: #D52;
}
.eco-bar .btn.reset-search-btn:hover {
    background: #D52;
    color: #D4D600;
}
.btn.reset-search-btn:hover, .eco-header .btn.reset-search-btn:hover {
    border-color: #dd5522;
    color: #dd5522;
}
.tokenfield .token.active {
    background-color: #fff !important;
    color: #dd5522 !important;
}
.tokenfield .token {
    background-color: #d4d600;
    color: #444446;
    border-style: solid;
    border-width: 1px;
    border-color: #333;
    margin-bottom: 4px;
}
.tokenfield .token.site {
    background-color: #d4d600;
    color: #444446;
    font-weight: bold;
}
.tokenfield .token.customSiteId {
    background-color: #fff;
    color: #444446;
    font-weight: bold;
}
.tokenfield .token.system {
    background-color: #aaa;
    color: #222;
    font-weight: bold;
}
.tokenfield .token.any {
    background-color: #eee;
    color: #444;
}
.tokenfield .token.plus_operator {
    background-color: white;
    border-radius: 10px;
    border-width: 0;
    color: #111;
    width: 20px;
}
.tokenfield .token .close {
    color: #444;
    margin: 0 0 0 2px;
}
.tokenfield .token.plus_operator .close {
    display: none;
}
.tokenfield .token.plus_operator .token-label {
    font-size: 22px;
    padding-left: 3px;
    padding-right: 3px;
    line-height: 23px;
}
.header-bar .tokenfield,
.panel-bar .tokenfield {
    border-radius: 5px;
    border: 1px solid var(--separator-gray);
}
.eco-bar .tokenfield {
    padding-right: 35px;
}
.tt-dropdown-menu {
    line-height: 2;
    width: auto;
}
.header-bar .eco-bar-input, .header-bar .tokenfield, .header-bar .twitter-typeahead .tt-input, .header-bar .tt-dropdown-menu,
.panel-bar .eco-bar-input, .panel-bar .tokenfield, .panel-bar .twitter-typeahead .tt-input, .panel-bar .tt-dropdown-menu {
    z-index: 3;
}
.header-bar .tt-dropdown-menu, 
.header-bar select.eco-bar-input, 
.panel-bar .tt-dropdown-menu, 
.panel-bar select.eco-bar-input {
    background: #fff;
    color: #444446;
}
.form-search.editing .tokenfield,  .eco-bar.editing .eco-bar-input, .eco-bar .tokenfield.focus, .tokenfield.focus,
.panel-bar.editing .eco-bar-input, .panel-bar .tokenfield.focus {
}
.form-search .header-bar .tokenfield {
    height: 30px;
    min-height: 30px;
    overflow: hidden;
}
#report-form-search .tokenfield {
    height: auto !important;
}
#header-form-search .tokenfield.focus, #header-form-search .tokenfield:hover,  #header-form-search.editing .tokenfield {
    height: auto;
    overflow: visible;
}
.tokenfield .twitter-typeahead .tt-input,
.tokenfield .twitter-typeahead .tt-hint {
  height: 20px;
  padding: 0;
}
.tokenfield .twitter-typeahead .tt-input::placeholder,
.tokenfield .twitter-typeahead .tt-hint::placeholder {
  color: #bdbdbd;
}
#modal-search.modal .modal-dialog, #modal-search.modal .modal-content, #modal-search.modal .modal-header {
    overflow-y: visible;
}
.modal-body.filter-body {
    width: 100%;
    margin: 0;
    padding: 0;
}
.filter-options {
    background: #D4D600;
    color: #444446;
    padding: 3px 15px 0 0;
    height: 3em;
    background-color: transparent;
    text-align: right;
    overflow: visible;
    white-space: nowrap;
}
.site-search-input {
    min-width: 200px;
}
.modal-site-filters{
    position:absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    
    color:#444446;
}
.modal-site-filters .toggle-view-mode > .btn:nth-child(1) {
    border-radius: 15px 0px 0px 5px !important;
}
.modal-site-filters .toggle-view-mode > .btn:last-child {
    border-radius: 0px 15px 5px 0px !important;
}
.table-site-search {
    width: 100%;
    max-width: none;
    font-size: 1rem;
}
.table-site-search td {
    padding: 2px 8px;
}
.table-site-search td.select-box {
    vertical-align: middle;
    padding: 0;
    margin: 0;
}
.filter-result {
    
    height: 100%;
    color: #444446;
}
.filter-result .search-result-site-list, .filter-result .search-result-flow-list {
    position: absolute;
    overflow-y: auto;
    left: 5px;
    right: 5px;
    top: 54px;
    bottom: 5px;
    margin: 0;
    width: auto;
}
.filter-result .li-site, .filter-result .li-flow {
    padding: 5px 15px 5px 15px;
    min-height: 80px;
    text-align: left;
}
.filter-result .li-site div, .filter-result .li-flow div {
    text-align: center;
}
.filter-footer {
    text-align: right;
}
.panel.search-group {
    background: #444444;
    
}
.search-group a {
    color: white;
}
.search-group .panel-title {
    font-size: 20px;
    line-height: 2;
    padding-left: 15px;
    color: #fff;
}
.search-group .panel-title a:focus, .search-group.active .panel-title a {
    text-decoration: underline;
}
.search-choice-list {
    text-align: center;
}
.search-choice {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    max-height: 200px;
    text-decoration: none !important;
}
.search-choice .eco-checkbox {
    line-height: 30px;
    max-width: 100%;
    margin: 0;
    padding: 5px 15px 0 0;
}
.search-choice .filteredOut {
    opacity: 0.5;
}
.search-choice label {
    text-align: center;
    min-width: 88px;
    
    vertical-align: text-bottom;
    margin: 0;
}
.search-choice .choice-icon {
    display: inline-block;
    width: 24px;
    height:24px;
    margin: 0;
    box-sizing: border-box;
}
.filter-item{
    padding: 5px;
    margin: 3px 15px;
    position: relative;
    color: #fff;
    background: #424241;
}
.filter-item:hover{
   background: #424241;
}
.filter-item:after {
    content: '';
    position: absolute;
    border: 15px solid transparent;
    border-right-color: transparent;
    top: -15px;
    right: -15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.dataTables_filter label {
    font-weight: normal;
    margin-bottom: 0px;
}
@media (max-height: 1300px) {
    #modal-search .dataTables_scrollBody{
        max-height: 63vh !important;
    }
}
@media (max-height: 1100px) {
    #modal-search .dataTables_scrollBody{
        max-height: 60vh !important;
    }
}
@media (max-height: 1020px) {
    #modal-search .dataTables_scrollBody{
        max-height: 54vh !important;
    }
}
@media (max-height: 800px) {
    #modal-search .dataTables_scrollBody{
        max-height: 51vh !important;
    }
}
@media (max-height: 750px) {
    #modal-search .dataTables_scrollBody{
      max-height: 45vh !important;
    }
}
@media (max-height: 600px) {
    #modal-search .dataTables_scrollBody{
      max-height: 40vh !important;
    }
}
.store-module {
    width:  158px;
    min-height: 100px;
    margin: 5px;
    
    position: relative;
    margin-bottom: 10px;
}
.store-module-description {
    min-height: 88px;
}
.store-module.pro .store-module-blocked i {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 15px 0px;
    color: #d4d600;
    transition: opacity 200ms ;
}
.store-module.pro .store-module-blocked p {
    color: #fff;
    transition: all 200ms ;
    margin-bottom: 7px;
    text-align: center;
}
.store-module.pro .store-module-blocked a {
    color: #fff;
    transition: all 200ms ;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.store-module .store-module-blocked {
    display: none;
    position: absolute;
    top: 0px !important;
    left: 0px !important;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    transition: opacity 400ms ;
}
.store-module.pro .store-module-blocked {
    display: block;
    opacity: 0;
}
.store-module.pro .store-module-blocked:hover {
    opacity: 1;
}
.store-module-page {
    font-size: 125%;
    float: right;
    color: #87888a;
}
.store-module-title {
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 0;
    display: inline-block;
    width: 100%;
    min-height: 2em;
    font-weight: normal;
}
.store-module-img {
    max-width: 100%;
    margin: auto;
    height: 145px;
    display:block;
}
.welcome-area {
    margin-top: var(--header-normal-height);
    overflow-y: auto;
    padding-top: 30px;
    height: calc(100vh - var(--header-normal-height));
    overflow-x: hidden;
    padding-bottom: 0;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    background-size: cover;
}
.alert-licence .welcome-area {
    margin-top: calc(var(--header-normal-height) + var(--header-licence-alert-height));
    height: calc(100vh - var(--header-normal-height) - var(--header-licence-alert-height));
}
.welcome-area:before {
	content:'';
    position: fixed;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.welcome-area .welcome-row {
    margin-bottom: 30px;
}
.welcome-area .welcome-icon {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 70px;
}
.welcome-area .welcome-icon img {
    position: absolute;
}
.welcome-area .welcome-icon .blob-back {
    opacity: 0.37;
    left: 6px;
    top: 11px;
    width: 50px;
    height: 48px;
}
.welcome-area .welcome-icon .blob-top {
    opacity: 1;
    left: 8px;
    top: 10px;
    width: 47px;
    height: 48px;
}
.welcome-area .welcome-row-title .welcome-row-title-text{
    width: 318px;
    height: 19px;
    text-shadow: 0px 2px 4px rgb(0 0 0 / 50%);
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    vertical-align: top;
    line-height: 60px;
}
@media (min-width: 768px) {
    .welcome-area .welcome-tiles > div {
        margin-top: -20px;
    }
}
.welcome-area .welcome-tile-wrapper {
    margin-bottom: 30px;
}
.welcome-area .welcome-tile {
    min-height: 120px;
    width: 140px;
    border-radius: 10px;
    background-color: var(--white);
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    outline: none !important;
    outline-offset: 0;
    color: #000; 
    color: var(--grey-2);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.welcome-area .welcome-tile.btn[disabled] {
    opacity: 0.5
}
.welcome-area .welcome-tile:hover{
    -webkit-box-shadow: 0px 0px 15px 0px var(--info-blue);
    -moz-box-shadow: 0px 0px 15px var(--info-blue);
    box-shadow: 0px 0px 15px var(--info-blue);
    background-color: #fff; 
    background-color: var(--grey-7);
    border: none !important;
}
.welcome-area .welcome-tile:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    width: 140px;
    height: 120px;
    border: 2px solid var(--info-blue);
    opacity: 0;
    transition: all 0.3s;
}
.welcome-area .welcome-tile:hover:after{
    opacity: 1;
}
.welcome-area .welcome-tile.footer-tile {
    min-height: auto;
    color: #ebebeb  !important;
    width: auto;
    line-height: 40px;
    padding: 0 20px;
    font-size: 13px;
    position: relative;
}
.welcome-area .welcome-tile.footer-tile:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    border: 2px solid #d4d600;
    opacity: 0;
    transition: all 0.3s;
}
.welcome-area .welcome-tile.footer-tile:hover:after{
    opacity: 1;
}
@media (min-width: 768px) {
    .welcome-area .welcome-tile.footer-tile {
        float: right;
        margin-right: calc((100% - 340px) / 4);
    }
}
.welcome-area .welcome-tile-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 17px;
}
.welcome-area .welcome-tile-icon-svg {
    min-height: 68px;
}
.welcome-tile-title, .welcome-tile-subtitle {
    white-space: break-spaces;
}
.welcome-tile-title {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    color: var(--grey-1);
    padding: 0;
    margin: 11px 0 0 0;
    font-weight: 600;
}
.welcome-tile-subtitle {
    display:none;
    text-align: center;
    padding: 0;
    margin:0;
    opacity: 0.5  !important;
    color: #ebebeb !important;
    font-size: 0.928rem;
    font-weight: 500;
}
.welcome-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 30px;
    padding: 0 30px;
    max-height: 100px;
}
.welcome-footer img {
    float: right;
    max-height: 100px;
}
.basic-tooltip-hidden > .tooltip {
    display:none !important;
}
.popover.popover-welcome-add-site {
    max-width: none;
}
.popover.popover-welcome-add-site .popover-content {
    width: auto;
    max-width: 33vw;
    max-height: none;
    padding: 0;
    margin: 1em;
    line-height: 2em;
    font-weight: bold;
}
.page-analysis {
    overflow: auto;
}
.fullscreen .page-analysis {
    height: 100%
}
.page-analysis .col-configuration {
    padding: 0;
    overflow: auto;
	border-right: 1px solid #eee;
}
.page-analysis .col-analysis {
    height: 100%;
}
.page-analysis .col-analysis.fullscreen {
    height: 100%;
    background: white;
}
.page-analysis .panel-group {
    margin: 0;
    padding: 0;
    overflow: auto;
    height: auto;
}
@media (min-width: 992px) {
    .page-analysis .col-configuration .panel-group {
        height: calc(100vh - 50px - var(--header-normal-height));
    }
    .alert-licence .page-analysis .col-configuration .panel-group {
        height: calc(100vh - 50px - var(--header-normal-height) - var(--header-licence-alert-height));
    }
}
.page-analysis .panel-default {
    border: 0;
    box-shadow: none;
}
.page-analysis .col-configuration .panel-scope:first-child .panel-body {
    padding: 0 15px 0 15px;
}
.page-analysis .col-configuration .panel-scope.panel-default:first-child > .panel-heading {
    padding-top: 15px;
}
.page-analysis .panel-body.panel-body-context,
.page-analysis .panel-scope {
    background-color: var(--grey-8);
}
.page-analysis .panel-scope.panel-config,
.page-analysis .panel-scope.panel-more-options {
    padding-top: 5px;
    margin-top: 0 !important;
}
.page-analysis .panel-default > .panel-heading {
    background-color: var(--grey-8);;
    padding-top: 15px;
    border: none;
}
.page-analysis .panel-title {
    font-size: 16px;
    font-weight: bold;
    height: 18px;
}
.page-analysis .show-more-options small{
    font-size: 13px;
    color: var(--grey-2)
}
.page-analysis .panel-title.text-right i.fa {
    margin-left: 10px;
    margin-top: 5px;
}
.page-analysis .panel-modules.panel-default {
    margin: 0;
    background: var(--grey-6);
}
.page-analysis .panel-modules.panel-default > .panel-footer {
    border-radius: 0;
    background: var(--grey-6);
    font-size: 12px;
    padding: 10px 5px;
    text-align: right;
}
.page-analysis .panel-modules.panel-default > .panel-footer a {
    color: lightgray;
    text-decoration: none;
}
.page-analysis .panel-modules.panel-default > .panel-footer a:hover,
.page-analysis .panel-modules.panel-default > .panel-footer a:focus {
    color: white;
}
.page-analysis-col-footer {
    background: var(--white);
    text-align: right;
    padding: 8px;
    width: 100%;
    height: 50px;
    border-top: 1px solid var(--grey-4);
}
.page-analysis-col-footer .btn {
    border-radius: 18px;
}
.page-analysis .col-configuration .panel-scope .panel-body > form > fieldset {
    min-width: 33vw;
}
.page-analysis .col-configuration .panel-scope .panel-body > form > fieldset > legend {
    font-size: 14px;
    border-bottom: 0;
}
.page-analysis .col-configuration .config-widget-container {
    position: relative;
}
.page-analysis .accordion-module-list,
.page-analysis .glider-module-list {
    text-align: center;
    padding: 0 15px;
    margin: auto;
}
.page-analysis .accordion-module-list:before {
    display: none;
}
.page-analysis .glider-module-list {
    max-height: 148px;
    overflow: hidden;
    padding: 10px 30px 0 30px;
}
.page-analysis .glider-module-list #glider-next,
.page-analysis .glider-module-list #glider-prev,
.page-analysis .glider-module-list #glider-next-modal,
.page-analysis .glider-module-list #glider-prev-modal {
    font-size: 25px;
    height: 100%;
	max-height: 148px;
    width: 30px;
    
    color: var(--grey-2);
    padding-bottom: 20px;
	position: absolute;
}
.page-analysis .accordion-module-list {
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
    justify-content: space-between;
}
.page-analysis .store-module {
   display: inline-block;
   margin: 0 5px;
}
.page-analysis .glider-module-list .store-module {
   margin: 0 2px;
}
.page-analysis .store-module {
    color: var(--grey-2);
    text-align: center;
    font-size: 0.928rem;
}
.page-analysis .store-module .store-module-title {
    font-size: 1rem;
}
.page-analysis .store-module.active .store-module-title,
.page-analysis .store-module:hover .store-module-title,
.page-analysis .store-module:focus .store-module-title {
    color: var(--grey-2);
}
.page-analysis .store-module-link {
    background: white;
    border-radius: 5px;
    border: 2px solid transparent;
    -webkit-box-shadow: -1px 13px 22px -17px rgba(0,0,0,1);
    -moz-box-shadow: -1px 13px 22px -17px rgba(0,0,0,1);
    box-shadow: -1px 13px 22px -17px rgba(0,0,0,1);
    padding: 0;
    margin: 5px auto 10px;
    display: flex;
    flex-direction: row;
    max-width: 137px;
    color: #444;
}
.page-analysis .store-module.expanded .store-module-link {
    max-width: 160px;
}
.page-analysis .store-module-link:hover,
.page-analysis .store-module-link:hover *,
.page-analysis .store-module-link:focus,
.page-analysis .store-module-link:focus *,
.page-analysis .store-module-link:active,
.page-analysis .store-module-link:active * {
    color: #444;
    text-decoration: none;
}
.page-analysis .store-module-displays {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 88px;
    width: 30px;
    border-left: 1px solid #dbdbdc;
    padding-left: 2px;
    margin-left: -4px;
    font-size: 14px;
    background: white;
}
.page-analysis .store-module-displays i {
    margin: 5px 0;
}
.page-analysis .store-module-img {
    height: 88px;
    max-width: 133px;
}
.page-analysis .store-module:hover .store-module-link,
.page-analysis .store-module:focus .store-module-link,
.page-analysis .store-module.active .store-module-link {
    border: 2px solid var(--info-blue);
}
.page-analysis .store-module-switcher {
    background: white;
    float: right;
    padding: 0 0 0 0;
    border-radius: 500px;
    margin: 10px;
}
.page-analysis .store-module-switcher .btn.btn-default {
    margin: 0;
    padding: 7px 25px;
    border-color: var(--border-gray);
    z-index: 0;
    margin: 0 -10px;
}
.page-analysis .store-module-switcher .btn.btn-default:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-analysis .store-module-switcher .btn.btn-default:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.page-analysis .store-module-switcher .btn.btn-default.active {
    background-color: #d4d600ff;
    background-color: var(--nature-green);
    border-color: var(--nature-green);
    z-index: 1;
    position: relative;
    border-radius: 20px;
}
.page-analysis .store-module-switcher .btn.btn-default.active:hover {
    background-color: var(--nature-green-hover);
    border-color: var(--nature-green-hover);
}
.page-analysis .panel-config .store-module-switcher {
    margin-right: 20px;
}
.page-analysis .store-module-description {
    color: #000;
    text-align: center;
    padding: 15px;
    min-height: 30px;
	font-weight: 500;
    width: 100%;
}
.page-analysis .col-analysis.fullscreen .store-module-description {
    display: none;
}
.page-analysis .col-analysis.fullscreen .store-module-switcher {
    display: none;
}
.page-analysis .analysis-tools {
    text-align: center;
    margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-analysis .analysis-tools .btn {
    margin: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-analysis .analysis-tools .btn.btn-default.btn-secondary {
    border-color: var(--nature-green);
}
.page-analysis .analysis-tools .btn .material-icons-outlined {
	margin-right: 5px;
}
.page-analysis .panel-widget-creation {
    width: 100%;
    margin-top: 30px;
    overflow: visible;
}
.glider-prev,
.glider-prev-modal {
    left: -30px;
    top: 0;
}
.glider-next,
.glider-next-modal {
    top: 0;
    right: -30px;
}
.analysis-help-link {
    margin-left: 20px;
    float: right;
}
.page-analysis .panel.panel-default.panel-modules {
    border-radius: 0px;
    border-top: 1px solid var(--grey-5);
    border-bottom: 1px solid var(--grey-5);
}
#modal-period .modal-body .table a span.material-icons-outlined {
    font-size: 16px;
}
.page-notifications {
    height: calc(100vh - var(--header-normal-height));
    display: flex;
    flex-direction: column;
}
.alert-licence .page-notifications {
    height: calc(100vh - var(--header-normal-height) - var(--header-licence-alert-height));
}
.page-notifications .page-notifications-wrapper {
    height: 50vh;
    flex-grow: 1;
    flex-shrink: 1;
    }
.page-notifications .page-notifications-wrapper .notification-licence {
    display: flex;
    flex-direction: row;
    flex-shrink: 1;
    overflow-y: hidden;
	height: 100%;
}
.page-notifications .page-notifications-wrapper .notification-licence .page-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.page-notifications .page-notifications-wrapper .notification-licence .page-content-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #fafafa;
    background-color: var(--bg-gray);
    padding: 5px;
}
.page-notifications .page-notifications-wrapper .notification-licence .table-actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #F2F2F2;
    padding: 5px;
    margin: 5px;
}
.page-notifications .page-notifications-wrapper .notification-licence .page-sidebar {
    width: 280px;
    max-width: 280px;
    height: 100%;
    background: white;
}
.page-notifications .page-notifications-wrapper .notification-licence .page-sidebar .page-sidebar-content {
    margin-left: 5px;;
}
.page-notifications .page-notifications-wrapper .notification-licence .page-body {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    overflow-y: auto;
}
.sidebar-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 17.088px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #000000;
}
.sidebar-subtitle {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #000000;
    padding-top: 15px;
}
.sidebar-filter {
    margin-top: 15px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #333333;
}
.svg-icon {
    vertical-align: middle;
}  
.table-notifications {
    background: #fafafa;
    background-color: var(--bg-gray);
    padding: 0 10px;
}
.table-notifications table {
    width: 100%; 
}
.table-notifications table th {
    border-right: 1px solid #E0E0E0;
}
.table-notifications table tr {
    border-top: 1px solid #E0E0E0;
    line-height: 75px; 
}
.no-border-bottom {
    border-top: 0px !important;
}
.notification-reason-type {
    font-size: 13px;
    line-height: normal;
    color: #000000;
}
.notification-reason-message {
    line-height: normal;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}
.notification-reason-details {
    font-size: 13px;
    line-height: normal;
    color: #000000;
}
@font-face {
  font-family: "EcoFont";
  
  src: url(../fonts/eco-font.eot?6agker);
  src: url(../fonts/eco-font.eot?6agker#iefix) format("embedded-opentype"),
    url(../fonts/eco-font.ttf?6agker) format("truetype"),
    url(../fonts/eco-font.woff?6agker) format("woff"),
    url(../fonts/eco-font.svg?6agker#TYPO_PICTO_EV5) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.eco {
  display: inline-block;
  font: normal normal normal 14px/1 EcoFont, sans-serif;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.eco.eco-2x {
  font-size: 24px;
}
.eco.eco-3x {
  font-size: 36px;
}
.eco.eco-4x {
  font-size: 48px;
}
.eco.eco-5x {
  font-size: 60px;
}
.eco.eco-1-5x {
  font-size: 18px;
}
.eco.eco-2-5x {
  font-size: 30px;
}
.eco.eco-4-5x {
  font-size: 51px;
}
.eco.eco-fw {
  min-width: 32px;
}
.eco.eco-green {
  color: #d4d600;
}
.eco.eco-grey {
  color: #87888a;
}
.eco.eco-grey-dark {
  color: #444446;
}
.eco.eco-grey-light {
  color: #dbdbdc;
}
.eco.eco-pedestrian:before,
.eco.eco-user-type-1:before,
.eco.eco-user-type-p:before {
  content: "\f0003";
}
.eco.eco-bike:before,
.eco.eco-user-type-2:before,
.eco.eco-user-type-c:before {
  content: "\f0000";
}
.eco.eco-horse:before,
.eco.eco-user-type-3:before,
.eco.eco-user-type-h:before {
  content: "\f0001";
}
.eco.eco-car:before,
.eco.eco-user-type-4:before,
.eco.eco-user-type-a:before {
  content: "\f0004";
}
.eco.eco-bus:before,
.eco.eco-user-type-5:before,
.eco.eco-user-type-t:before {
  content: "\f0007";
}
.eco.eco-minibus:before,
.eco.eco-user-type-6:before,
.eco.eco-user-type-v:before {
  content: "\f0006";
}
.eco.eco-undefined:before,
.eco.eco-user-type-7:before,
.eco.eco-user-type-u:before {
  content: "\f002F";
}
.eco.eco-moto:before,
.eco.eco-user-type-8:before,
.eco.eco-user-type-m:before {
  content: "\f0005";
}
.eco.eco-kayak:before,
.eco.eco-user-type-9:before,
.eco.eco-user-type-k:before {
  content: "\f0002";
}
.eco.eco-bus-vitesse:before {
  content: "\f0039";
}
.eco.eco-pedestrian-bike:before,
.eco.eco-user-type-12:before,
.eco.eco-user-type-pc:before {
  content: "\f0030";
}
.eco.eco-pedestrian-bike-horse:before,
.eco.eco-user-type-pch:before {
  content: "\f0031";
}
.eco.eco-pedestrian-scooter:before {
  content: "\f0033";
}
.eco.eco-truck:before,
.eco.eco-user-type-14:before,
.eco.eco-user-type-f:before {
  content: "\f0034";
}
.eco.eco-scooter:before,
.eco.eco-user-type-13:before,
.eco.eco-user-type-e:before {
  content: "\f0035";
}
.eco.eco-speed:before {
  content: "\f0037";
}
.eco.eco-bike-speed:before,
.eco.eco-user-type-2-speed:before,
.eco.eco-user-type-c-speed:before {
  content: "\f003a";
}
.eco.eco-moto-speed:before,
.eco.eco-user-type-8-speed:before,
.eco.eco-user-type-m-speed:before {
  content: "\f003c";
}
.eco.eco-cargobike:before,
.eco.eco-user-type-15:before,
.eco.eco-user-type-g:before {
  content: "\0e917";
}
.eco.eco-scooter-speed:before,
.eco.eco-user-type-13-speed:before,
.eco.eco-user-type-e-speed:before {
  content: "\f003b";
}
.eco.eco-motorized:before,
.eco.eco-user-type-16:before,
.eco.eco-user-type-r:before {
  content: "\0f0039";
}
.eco.eco-battery-past:before,
.eco.eco-battery--2:before {
  content: "\e916";
}
.eco.eco-battery-warning:before,
.eco.eco-battery--1:before {
  content: "\e915";
}
.eco.eco-battery-empty:before,
.eco.eco-battery-0:before {
  content: "\f0020";
}
.eco.eco-battery-half-empty:before,
.eco.eco-battery-1:before {
  content: "\f0021";
}
.eco.eco-battery-half:before,
.eco.eco-battery-2:before {
  content: "\f0022";
}
.eco.eco-battery-half-full:before,
.eco.eco-battery-3:before {
  content: "\f0023";
}
.eco.eco-battery-full:before,
.eco.eco-battery-4:before {
  content: "\f0024";
}
.eco.eco-rechargeable-battery-past:before,
.eco.eco-rechargeable-battery--2:before {
  content: "\e91a";
}
.eco.eco-rechargeable-battery-warning:before,
.eco.eco-rechargeable-battery--1:before {
  content: "\e91b";
}
.eco.eco-rechargeable-battery-empty:before,
.eco.eco-rechargeable-battery-0:before {
  content: "\e91c";
}
.eco.eco-rechargeable-battery-half-empty:before,
.eco.eco-rechargeable-battery-1:before {
  content: "\e91d";
}
.eco.eco-rechargeable-battery-half:before,
.eco.eco-rechargeable-battery-2:before {
  content: "\e91e";
}
.eco.eco-rechargeable-battery-half-full:before,
.eco.eco-rechargeable-battery-3:before {
  content: "\e91f";
}
.eco.eco-rechargeable-battery-full:before,
.eco.eco-rechargeable-battery-4:before {
  content: "\e920";
}
.eco.eco-bidirectional:before {
  content: "\f0025";
}
.eco.eco-logout:before {
  content: "\f0026";
}
.eco.eco-display:before {
  content: "\f0027";
}
.eco.eco-network:before {
  content: "\f0028";
}
.eco.eco-gsm:before {
  content: "\f0029";
}
.eco.eco-warn:before {
  content: "\f002A";
}
.eco.eco-iridium:before {
  content: "\f002B";
}
.eco.eco-help:before {
  content: "\f002C";
}
.eco.eco-info:before {
  content: "\f002D";
}
.eco.eco-potatoe:before {
  content: "\f0038";
}
.eco.eco-last-data:before {
  content: "\f003d";
}
.eco.eco-share:before {
  content: "\f003e";
}
.eco.eco-mains-powered:before {
  content: "\f003f";
}
.eco.eco-potatoe_contour:before {
  content: "\f0040";
}
.eco.eco-domain:before {
  content: "\f002E";
}
.eco.eco-dashboard:before {
  content: "\e900";
}
.eco.eco-avatar-default:before {
  content: "\e901";
}
.eco.eco-options:before {
  content: "\e902";
}
.eco.eco-reset:before {
  content: "\e903";
}
.eco.eco-sites:before {
  content: "\e904";
}
.eco.eco-analysis:before {
  content: "\e905";
}
.eco.eco-dashboards:before {
  content: "\e906";
}
.eco.eco-report:before {
  content: "\e907";
}
.eco.eco-event:before {
  content: "\e908";
}
.eco.eco-tag:before {
  content: "\e909";
}
.eco.eco-users:before {
  content: "\e90a";
}
.eco.eco-preferences:before {
  content: "\e90b";
}
.eco.eco-arrow-left:before {
  content: "\e90c";
}
.eco.eco-arrow-right:before {
  content: "\e90d";
}
.eco.eco-alert:before {
  content: "\e90e";
}
.eco.eco-arrow_drop_down:before {
  content: "\e90f";
}
.eco.eco-notifications:before {
  content: "\e910";
}
.eco.eco-help_outline:before {
  content: "\e911";
}
.eco.eco-home:before {
  content: "\e912";
}
.eco.eco-apple-small:before {
  content: "\e913";
}
.eco.eco-android-small:before {
  content: "\e914";
}
.eco.eco-back:before {
  content: "\e918";
}
.eco.eco-check:before {
  content: "\e919";
}
.eco.eco-visitor-flow:before {
  content: "\e921";
}
.main-area {
    margin: 0 0;
    overflow-y: hidden;
    padding: 0;
    background: transparent;
    min-height: 0 !important;
    -webkit-transition: left 400ms ease, padding-right 400ms ease;
    -moz-transition:    left 400ms ease, padding-right 400ms ease;
    transition:         left 400ms ease, padding-right 400ms ease;
}
.half-closed .main-area, .sb-active-left .main-area {
        margin-left: 50px;
}
.half-closed .main-area.fullscreen, .sb-active-left .main-area.fullscreen {
    margin-left: 50px;
}
.template-page-div {
    height: 100%;
}
@media (min-width: 1540px) {
    .sb-active.sb-active-left .main-area {
        padding: 0;
        margin-left: 280px;
        margin-right: 0;
    }
    .sb-active.sb-active-left .main-area.fullscreen {
        margin-left: 280px;
        margin-right: 0;
    }
}
.dataTables_wrapper .yadcf-filter + .yadcf-filter-reset-button {
  visibility: hidden;
}
.dataTables_wrapper .yadcf-filter.inuse + .yadcf-filter-reset-button {
  visibility: visible;
}
.dataTables_wrapper .yadcf-filter + .select2 + .yadcf-filter-reset-button {
  visibility: hidden;
  width: 0;
  position: relative;
  left: 7px;
}
.dataTables_wrapper .yadcf-filter.inuse + .select2 + .yadcf-filter-reset-button {
  visibility: visible;
}
.dataTables_wrapper .dropdown-menu {
  max-height: 60vh;
  overflow-y: auto;
}
.dataTables_filter {
    display: none;
}
.yadcf-filter-wrapper {
    display: flex;
    white-space: normal;
    margin-top: 7px;
    margin-bottom: -6px;
}
.dataTables_wrapper th:is(.sorting, .sorting_asc, .sorting_asc_disabled, .sorting_desc, .sorting_desc_disabled) .yadcf-filter + .yadcf-filter-reset-button {
    width: 0;
    position: relative;
    left: 7px;
    bottom: 18px;
}
.dataTables_wrapper th:is(.sorting, .sorting_asc, .sorting_asc_disabled, .sorting_desc, .sorting_desc_disabled) > .yadcf-filter-wrapper > * {
    flex-grow: 1;
}
.dataTables_wrapper th:is(.sorting, .sorting_asc, .sorting_asc_disabled, .sorting_desc, .sorting_desc_disabled) > .yadcf-filter-reset-button {
    flex-grow: initial;
}
.dataTables_wrapper th:is(.sorting, .sorting_asc, .sorting_asc_disabled, .sorting_desc, .sorting_desc_disabled).number .yadcf-filter-wrapper > .yadcf-filter-reset-button {
    width: 0;
    position: relative;
    left: 7px;
}
.yadcf-filter-range-date-seperator,
.yadcf-filter-range-number-seperator {
    margin-left: 2px;
    margin-right: 2px;
}
.yadcf-filter-range {
    min-width: 70px;
}
.yadcf-filter-range-number-slider-min-tip-inner,
.yadcf-filter-range-number-slider-max-tip-inner {
    color: black;
}
input.yadcf-filter {
    width: 13em;
    font-size: 90%;
}
.yadcf-filter-range-date,
.yadcf-filter-range {
    width: 7em;
}
.yadcf-filter,
.yadcf-filter-range-date,
.yadcf-filter-range,
.chosen-container.chosen-container-single .chosen-single,
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    line-height: 1;
    min-height: 34px;
    font: inherit;
    font-weight: normal;
    font-size: 14px;
    color: black;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    padding-left: 5px;
}
table.dataTable thead .sorting:hover:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    opacity: 1
}
#yadcf-filter-wrapper-inner--example-4 .chosen-container.chosen-container-single .chosen-single,
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    color: #a9a9a9;
}
.yadcf-filter-wrapper-inner {
    border: none;
}
.yadcf-filter-reset-button {
    text-decoration: none;
    
    background: none;
    border: none;
    
}
.yadcf-filter-range-date-seperator .yadcf-filter-reset-button,
.yadcf-filter-range-number-seperator .yadcf-filter-reset-button {
    margin-right: -24px;
}
.yadcf-filter-reset-button:hover {
    color: #DD5522;
    opacity: 1;
}
.table.dataTable thead .sorting:hover:after,
.table.dataTable thead .sorting_asc:hover:after,
.table.dataTable thead .sorting_desc:hover:after,
.table.dataTable thead .sorting_asc_disabled:hover:after,
.table.dataTable thead .sorting_desc_disabled:hover:after {
    color: #DD5522;
    opacity: 1;
}
.table.dataTable thead .sorting_asc:after,
.table.dataTable thead .sorting_desc:after {
    color: #DD5522;
    opacity: 1;
}
.table.dataTable .yadcf-filter-wrapper .select2-search .select2-search__field {
    font-weight: normal;
    font-size: 14px;
    min-width: 9em !important;
}

.use-menu aside.side-menu {
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border-right: 1px solid var(--grey-4);
    height: 100vh;
    width: 70px;
    background-color: white;
    transition: width 100ms ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 100px 16px 15px;
    z-index: 1040;
}
.use-menu aside.side-menu .menu-logo {
    position: absolute;
    top: 6px;
    left: 5px;
}
.use-menu aside.side-menu #logo-small {
    width: 60px;
    height: 60px;
    display: block;
}
.use-menu aside.side-menu #logo-big {
    width: 180px;
    height: 60px;
    display: none;
}
.use-menu aside.side-menu .menu-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 5px 0;
    
    background: transparent;
    overflow-x: visible;
    color: var(--grey-2);
}
.use-menu aside.side-menu .dropdown-menu .menu-item {
    width: 100%;
    display: flex; 
    flex-direction: column; 
}
.use-menu aside.side-menu .menu-item button.btn-link:hover,
.use-menu aside.side-menu .menu-item button.btn-link:focus {
    color: var(--grey-2);
    text-decoration: none;
    background-color: white;
}
.use-menu aside.side-menu .menu-item .menu-item-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 36px;
    padding: 0 6px 0 7px;
    height: 36px;
    border-radius: 20px;
    white-space: nowrap;
}
.use-menu aside.side-menu .dropdown-menu .menu-item .menu-item-container {
    width: 100%;
}
.use-menu aside.side-menu .menu-item:not(.dropdown) > .menu-item-container.selected {
    background: var(--nature-green);
}
.use-menu aside.side-menu .menu-item.dropdown > .menu-item-container.selected {
    border: 1px solid var(--nature-green);
}
.use-menu aside.side-menu .menu-item.disabled .menu-item-container * {
    opacity: 0.5;
}
.use-menu aside.side-menu .menu-separator {
    width: 100%;
    margin: 5px 0;
    padding: 0 10px;
}
.use-menu aside.side-menu .menu-separator hr {
    width: 20px;
    border-top:1px solid var(--grey-5);
    height: 1px;
    margin: 0;
}
.use-menu aside.side-menu .menu-item .menu-item-container .menu-item-icon {
    font-size: 24px;
    display: block;
    width: 24px;
    height: 24px;
    color: var(--grey-2);
    margin: 0 -1px;
}
.use-menu aside.side-menu .dropdown-menu .menu-item .menu-item-container .menu-item-icon {
    margin-left: 5px;
}
.use-menu aside.side-menu .menu-item .menu-item-label {
    font-size: 12px;
    margin-left: 11px;
    color: var(--grey-2);
    text-decoration: none;
    font-weight: 500;
    flex-grow: 1;
    text-align: left;
    padding-right: 10px;
}
.use-menu aside.side-menu .menu-item .menu-item-badge {
    font-size: 8px;
    line-height: 10px;
    font-weight: 700;
    border-radius: 8px;
    border: 1px solid;
    padding: 4px 6px;
    box-shadow: 0px 1px 2px 0px #00000040;
    background-color: #FAFAFA;
    margin-right: 8px;
}
.use-menu aside.side-menu .menu-item .menu-item-badge.new {
    border-color: var(--lime-green);
}
.use-menu aside.side-menu .menu-item .menu-item-badge.beta {
    border-color: #B8E8FF;
}
.use-menu aside.side-menu > .menu-item > .menu-item-container > *:not(.menu-item-icon) {
    display: none;
}
.use-menu aside.side-menu .menu-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0 6px;
    margin-top: auto;
    cursor: pointer;
    background-color: white;
    height: 36px;
    width: 36px;
    border-radius: 18px;
    transition: width 100ms ease-in-out;
}
.use-menu aside.side-menu .menu-footer:hover {
    background-color: var(--grey-8);
}
.use-menu aside.side-menu .menu-footer i.eco {
    width: 24px;
    transform: rotate(180deg);
}
.use-menu aside.side-menu .menu-footer .menu-footer-label {
    margin-left: 11px;
    font-weight: 500;
    font-size: 12px;
    display: none;
}
body.use-menu {
    padding-top: var(--header-normal-height);
    padding-left: 70px;
    transition: padding 100ms ease-in-out;
}
body.use-menu.alert-licence {
    padding-top: calc(var(--header-normal-height) + var(--header-licence-alert-height));
}
.use-menu .sb-left {
    left: 70px;
    transition: left 100ms ease-in-out;
}
.use-menu .eco-header {
    left: 70px;
    right: 0;
    width: auto;
    transition: left 100ms ease-in-out;
}
.dashboard-page-header-sticky {
    width: calc(100vw - 70px);
    transition: width 100ms ease-in-out;
}
.use-menu aside.side-menu .menu-item:hover,
.use-menu aside.side-menu .menu-item:focus,
.use-menu aside.side-menu .menu-item:active {
    text-decoration: none;
}
.use-menu aside.side-menu > .menu-item:not(.dropdown):hover > .menu-item-container > *:not(.menu-item-icon) {
    display: block !important;
}
.use-menu aside.side-menu > .menu-item:not(.dropdown):hover {
    width: fit-content !important;
}
.use-menu aside.side-menu > .menu-item:hover > .menu-item-container {
    width: fit-content !important;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    background-color: white;
}
.use-menu aside.side-menu .menu-item:not(.dropdown):hover > .menu-item-container.selected {
    background-color: var(--nature-green);
}
.use-menu aside.side-menu .menu-item.dropdown > .menu-item-container.selected {
    border: 1px solid var(--nature-green);
}
@media screen and (min-width: 1540px) {
    .use-menu .eco-header { left: 260px; }
    .use-menu aside.side-menu { width: 260px; }
    body.use-menu { padding-left: 260px; }
    .use-menu .sb-left { left: 260px; }
    .use-menu aside.side-menu > .menu-item > .menu-item-container > *:not(.menu-item-icon) { display: inline-block; }
    .use-menu aside.side-menu .menu-item { width: fit-content; }
    .use-menu aside.side-menu .menu-item .menu-item-container { width: 228px; padding-right: 10px; }
    .use-menu aside.side-menu #logo-small { display: none; }
    .use-menu aside.side-menu #logo-big { display: block; }
    .use-menu aside.side-menu .menu-footer .menu-footer-label { display: block; }
    .use-menu aside.side-menu .menu-footer i.eco { transform: rotate(0deg); }
    .use-menu aside.side-menu .menu-footer { width: 228px; }
    .use-menu .dashboard-page-header-sticky {
        width: calc(100vw - 260px);
    }
    
    .use-menu aside.side-menu > .menu-item:hover > .menu-item-container {
        filter: none;
        background-color: var(--grey-8);
    }
    .use-menu aside.side-menu > .menu-item:hover > .menu-item-container.selected {
        filter: none;
        background-color: var(--nature-green);
    }
    .use-menu aside.side-menu > .menu-item:hover > .menu-item-container {
        width: 228px !important;
    }
}
.use-menu.force-closed aside.side-menu { width: 70px; }
.use-menu.force-closed .eco-header { left: 70px; }
body.use-menu.force-closed  { padding-left: 70px; }
.use-menu.force-closed .sb-left { left: 70px; }
.use-menu.force-closed aside.side-menu > .menu-item > .menu-item-container > *:not(.menu-item-icon) { display: none !important; }
.use-menu.force-closed  aside.side-menu > .menu-item {
    width: 36px !important;
}
.use-menu.force-closed aside.side-menu #logo-small { display: block !important; }
.use-menu.force-closed aside.side-menu #logo-big { display: none !important; }
.use-menu.force-closed aside.side-menu .menu-footer .menu-footer-label { display: none; }
.use-menu.force-closed aside.side-menu .menu-footer i.eco { transform: rotate(180deg); }
.use-menu.force-closed aside.side-menu .menu-footer { width: 38px; }
.use-menu.force-closed aside.side-menu > .menu-item > .menu-item-container { width: 38px !important; }
.use-menu.force-closed .dashboard-page-header-sticky {
    width: calc(100vw - 70px);
}
.use-menu.force-closed aside.side-menu > .menu-item:not(.dropdown):hover > .menu-item-container { width: fit-content !important; }
.use-menu.force-closed aside.side-menu > .menu-item:not(.dropdown):hover > .menu-item-container > *:not(.menu-item-icon) { display: block !important; }
.use-menu.force-closed aside.side-menu > .menu-item:hover > .menu-item-container {
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    background-color: white;
    padding-right: 10px;
}
.use-menu.force-closed aside.side-menu > .menu-item:not(.dropdown) .menu-item-container.selected:hover {
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    background-color: var(--nature-green);
    padding-right: 10px;
}
.use-menu.force-closed aside.side-menu > .menu-item:not(.dropdown):hover,
.use-menu.force-closed aside.side-menu > .menu-item:not(.dropdown):hover > .menu-item-container {
    width: fit-content !important;
    padding-right: 10px;
}
.use-menu.force-open aside.side-menu { width: 260px; }
.use-menu.force-open .eco-header { left: 260px; }
body.use-menu.force-open  { padding-left: 260px; }
.use-menu.force-open .sb-left { left: 260px; }
.use-menu.force-open aside.side-menu > .menu-item > .menu-item-container > *:not(.menu-item-icon) { display: inline-block !important; }
.use-menu.force-open aside.side-menu > .menu-item { width: fit-content !important; }
.use-menu.force-open aside.side-menu > .menu-item > .menu-item-container { width: 228px !important; padding-right: 10px; }
.use-menu.force-open aside.side-menu #logo-small { display: none !important; }
.use-menu.force-open aside.side-menu #logo-big { display: block !important; }
.use-menu.force-open aside.side-menu .menu-footer .menu-footer-label { display: block; }
.use-menu.force-open aside.side-menu .menu-footer i.eco { transform: rotate(0deg); }
.use-menu.force-open aside.side-menu .menu-footer { width: 228px; }
.use-menu.force-open .dashboard-page-header-sticky {
    width: calc(100vw - 260px);
}
.use-menu.force-open aside.side-menu .menu-item:hover > .menu-item-container {
    filter: none;
    background-color: var(--grey-8);
}
.use-menu.force-open aside.side-menu .menu-item:hover > .menu-item-container.selected {
    filter: none;
    background-color: var(--nature-green);
}
a.menu-item-container, a.menu-item-container-collaspse:hover { text-decoration: none !important; }
.menu-item-container-collaspse > .subMenu  { 
    background-color: var(--grey-8);
    width: 228px !important;
    padding-right: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.menu-item-container.menu-item-collaspse.selected {
    border: 1px solid var(--nature-green);
    background: transparent !important;
    text-decoration: none !important;
} 
.menu-item-container.menu-item-collaspse.selected:hover {
    background: var(--nature-green);
    text-decoration: none !important;
} 
.subMenu .menu-item-container {
    width: unset !important;
    margin-left: 10px;
}
 .menu-item-collaspse.dropDown .eco{
    transform: rotate(90deg)
}
.menu-item-collaspse.dropUp .eco{
    transform: rotate(-90deg)
}
body.use-menu.mobile  {
    padding-left: 0;
}
body.use-menu.mobile.force-open {
    padding-left: 260px;
}
.use-menu.mobile aside.side-menu {
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
}
.use-menu.mobile.force-open aside.side-menu {
    display: flex;
    border-right: none;
}
.use-menu.mobile .eco-header,
.use-menu.mobile.force-closed .eco-header,
.use-menu.mobile .sb-left,
.use-menu.mobile.force-closed .sb-left {
    left: 0;
}
.use-menu.mobile.force-open .eco-header,
.use-menu.mobile.force-open .sb-left,
.use-menu.mobile.force-open .modal,
.use-menu.mobile.force-open .modal-backdrop {
    left: 260px;
}
.sidemenu-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    height: 50px;
}
.sidemenu-toggler-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'/%3e%3c/svg%3e");
    user-select: none;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.5rem;
}
.sidemenu-backdrop {
    display: none;
    position: fixed;
    z-index: 1040;
    top: 0;
    bottom: 0;
    right: 0;
    left: 260px;
    background-color: #000;
    opacity: .5;
}
.use-menu.mobile.force-open .sidemenu-backdrop {
    display: block;
}
.use-menu:not(.mobile) aside.side-menu .menu-item.dropdown.dropup .dropdown-menu {
    margin-left: 5px;
    left: 100%;
    bottom: -27px;
    top: unset;
    padding: 10px 34px 10px 14px;
}
.eco-user-rights-message-limitation {
    background-color: #EA6106;
    display: flex;
    padding: 4px;
    border-radius: 5px;
    margin-left: 30px;
}
.eco-user-rights-message-limitation .eco-user-rights-message-limitation-icon {
    display: flex;
    align-items: center;
    color: #FFF;
}
.menu-item-icon .playlist_add_check.svg {
    margin-left:5px;
}
.menu-item-container .badge-menu-item {
    height:8px;
    margin-bottom:15px;
    min-width: 8px;
    position:absolute;
    left:40px;
    margin-top: -5px;
    margin-left: 2px;
    padding: 0;
}
.menu-item-container .eco-info-svg {
    width: 20px;
    height: 20px;
}
@media print {
    
    * {
        
    }
    .wrapper.landscape .title, 
    .wrapper.portrait .title {        
        line-height: initial;
    }
	html{
        font-size:11px;
        line-height: normal;
	}
    body { 
        line-height: initial;
    }
    .page-break, .summary, .dashboard-widget.multi-page {
        break-after: page;
    }
    .summary {
        max-width: 1280px;
        position: relative;
        margin: auto;
        clear: both;
        display: block;
        margin-top: 10px;
    }
    .summary .dashboard-widget {
        box-sizing: border-box;
        
    }
    .summary .dashboard-widget:not(.widget-photo){
        border-top: 1px solid LightGrey;
    }
	.widget-photo {
		background-size: cover !important;
		background-position: center center !important;
		background-repeat: no-repeat !important;
	}
    .dashboard-widget.multi-page {
        max-width: 1280px;
        position: static;
        margin: auto;
        clear: both;
        display: block;
        margin-top: 10px;
        float: none;
    }
    .dashboard-widget .widget {
		margin-top: 0;
	}
    .dashboard-widget .scope {
		top: 30px !important;
        padding: 0 8px !important;
        line-height: initial;
	}
	.dashboard-widget .scope.footer {
		top: auto !important;
        line-height: initial;
		bottom: 0px !important;
	}
    .dashboard-widget.height-small, .dashboard-widget .height-small {
        height: 160px !important;
    }
    .dashboard-widget.height-small .scope.footer {
        line-height: initial;
        min-height: 0;
        bottom: 0 !important;
    }
    .highcharts-legend-item text {
        font-weight: normal !important;
    }
    rect.highcharts-background {
        display: none;
    }
    
    table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting:after {
        content: "";
    }
    
    .dataTable th {
        border-top-style: none !important;
        border-top-width: 0px !important;
        border-bottom-width: 2px !important;
        border-left-width: 0px !important;
    }
    .dataTable tr {
        border-top-style: none !important;
        border-top-width: 0px !important;
        border-bottom-width: 2px !important;
        border-left-width: 0px !important;
    }
    
    .widget-title {
        max-width: 100% !important;
        width: 100% !important;
        
        font-variant: normal !important;
        font-weight: bold;
        font-size: 1.3em !important;
    }
    .expand-btn:after, .dashboard-widget-toolbar {
        display: none;
    }
    .highcharts-axis-labels text, .highcharts-axis text {
        fill: #000 !important;
        font-size: 16px !important;
    }
    .highcharts-axis-labels text, .highcharts-axis text, .highcharts-legend-item text, .highcharts-data-labels text {
        fill: #000 !important;
        font-size: 15px !important;
        line-height: 15px !important;
    }
    .leaflet-container .leaflet-control-layers {
        display: none;
    }
    .widget .data-selector i {
        display: none;
    }
    a[href]:after {
        content: "";
    }
    img {
        max-width: inherit !important;
    }
    .gmnoprint {
        display: none;
    }
    .gmnoprint, .gm-style-cc {
        display: none;
    }
    i:before {
        color: inherit !important;
    }
	.dashboard-widget-content {
		background-color: white !important;
	}
    .multi-page div.textarea {
        page-break-inside: auto;
    }
    .multi-page table {
        page-break-inside: auto;
    }
    .multi-page table > tbody {
        page-break-inside: auto;
    }
    .multi-page tr {
        page-break-inside: avoid;
        page-break-after: auto !important;
    }
    .multi-page thead {
        display: table-header-group !important;
        page-break-inside: avoid !important;
    }
    .multi-page tfoot {
        display: table-footer-group !important;
        page-break-inside: avoid !important;
    }
    *, *:before, *:after {
        color: inherit !important;
    }
    
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/montserrat-v25-latin-regular.eot); 
    src: local(''),
         url(../fonts/montserrat-v25-latin-regular.eot?#iefix) format('embedded-opentype'), 
         url(../fonts/montserrat-v25-latin-regular.woff2) format('woff2'), 
         url(../fonts/montserrat-v25-latin-regular.woff) format('woff'), 
         url(../fonts/montserrat-v25-latin-regular.ttf) format('truetype'), 
         url(../fonts/montserrat-v25-latin-regular.svg#Montserrat) format('svg'); 
  }
  
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/montserrat-v25-latin-500.eot); 
    src: local(''),
         url(../fonts/montserrat-v25-latin-500.eot?#iefix) format('embedded-opentype'), 
         url(../fonts/montserrat-v25-latin-500.woff2) format('woff2'), 
         url(../fonts/montserrat-v25-latin-500.woff) format('woff'), 
         url(../fonts/montserrat-v25-latin-500.ttf) format('truetype'), 
         url(../fonts/montserrat-v25-latin-500.svg#Montserrat) format('svg'); 
  }
  
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/montserrat-v25-latin-700.eot); 
    src: local(''),
         url(../fonts/montserrat-v25-latin-700.eot?#iefix) format('embedded-opentype'), 
         url(../fonts/montserrat-v25-latin-700.woff2) format('woff2'), 
         url(../fonts/montserrat-v25-latin-700.woff) format('woff'), 
         url(../fonts/montserrat-v25-latin-700.ttf) format('truetype'), 
         url(../fonts/montserrat-v25-latin-700.svg#Montserrat) format('svg'); 
  }
  
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/roboto-v30-latin-regular.eot); 
    src: local(''),
         url(../fonts/roboto-v30-latin-regular.eot?#iefix) format('embedded-opentype'), 
         url(../fonts/roboto-v30-latin-regular.woff2) format('woff2'), 
         url(../fonts/roboto-v30-latin-regular.woff) format('woff'), 
         url(../fonts/roboto-v30-latin-regular.ttf) format('truetype'), 
         url(../fonts/roboto-v30-latin-regular.svg#Roboto) format('svg'); 
  }
  
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/roboto-v30-latin-500.eot); 
    src: local(''),
         url(../fonts/roboto-v30-latin-500.eot?#iefix) format('embedded-opentype'), 
         url(../fonts/roboto-v30-latin-500.woff2) format('woff2'), 
         url(../fonts/roboto-v30-latin-500.woff) format('woff'), 
         url(../fonts/roboto-v30-latin-500.ttf) format('truetype'), 
         url(../fonts/roboto-v30-latin-500.svg#Roboto) format('svg'); 
  }
  
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/roboto-v30-latin-700.eot); 
    src: local(''),
         url(../fonts/roboto-v30-latin-700.eot?#iefix) format('embedded-opentype'), 
         url(../fonts/roboto-v30-latin-700.woff2) format('woff2'), 
         url(../fonts/roboto-v30-latin-700.woff) format('woff'), 
         url(../fonts/roboto-v30-latin-700.ttf) format('truetype'), 
         url(../fonts/roboto-v30-latin-700.svg#Roboto) format('svg'); 
  }
  @font-face {
    font-family: 'Material Icons Outlined';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/material-icons-outlined-all-400-normal.ttf) format('truetype'),
         url(../fonts/material-icons-outlined-all-400-normal.woff) format('woff'),
         url(../fonts/material-icons-outlined-all-400-normal.woff2) format('woff2');
  }
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/roboto-mono-v22-latin-regular.eot); 
  src: local(''),
       url(../fonts/roboto-mono-v22-latin-regular.eot?#iefix) format('embedded-opentype'), 
       url(../fonts/roboto-mono-v22-latin-regular.woff2) format('woff2'), 
       url(../fonts/roboto-mono-v22-latin-regular.woff) format('woff'), 
       url(../fonts/roboto-mono-v22-latin-regular.ttf) format('truetype'), 
       url(../fonts/roboto-mono-v22-latin-regular.svg#RobotoMono) format('svg'); 
}
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/roboto-mono-v22-latin-500.eot); 
  src: local(''),
       url(../fonts/roboto-mono-v22-latin-500.eot?#iefix) format('embedded-opentype'), 
       url(../fonts/roboto-mono-v22-latin-500.woff2) format('woff2'), 
       url(../fonts/roboto-mono-v22-latin-500.woff) format('woff'), 
       url(../fonts/roboto-mono-v22-latin-500.ttf) format('truetype'), 
       url(../fonts/roboto-mono-v22-latin-500.svg#RobotoMono) format('svg'); 
}
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/roboto-mono-v22-latin-700.eot); 
  src: local(''),
       url(../fonts/roboto-mono-v22-latin-700.eot?#iefix) format('embedded-opentype'), 
       url(../fonts/roboto-mono-v22-latin-700.woff2) format('woff2'), 
       url(../fonts/roboto-mono-v22-latin-700.woff) format('woff'), 
       url(../fonts/roboto-mono-v22-latin-700.ttf) format('truetype'), 
       url(../fonts/roboto-mono-v22-latin-700.svg#RobotoMono) format('svg'); 
}
  [class*='material'] {
    font-family: 'Material Icons Outlined';
  }
  .material-icons-outlined {
	font-family: 'Material Icons Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
  }
:root {
    --nature-green: #d4d600;
    --alice-blue: #edf5f9;
    --pale-blue: #d0dee7;
    --cadet-blue: #a7bbc6;
    --green-blue: #305768;
    --kaki-orange: #e9580d;
    --eclipse-gray: #3c3c3c;
    --nacred-white: #fcf6f0;
    --champagne-beige: #f0dab4;
    --brandy-beige: #d8ba8f;
    --dune-brown: #8e7b5d;
    --lime-green: #aaaa00;
    --all-right-green: #99af2d;
    --info-blue: #2d9cdb;
    --caution-orange: #f68c1f;
    --warning-red: #ee4f4f;
    --text-gray: #3c3c3c;
    --bg-gray: #fafafa;
    --active-bg-gray: #e8e8e8;
    --separator-gray: #d9d9d9;
    --border-gray: #d9d9d9;
    --active-border-gray: #bdbdbd;
    --gray-1: #3c3c3c;
    --gray-2: #4f4f4f;
    --gray-3: #828282;
    --gray-4: #bdbdbd;
    --gray-5: #DDDDDD;
    --gray-6: #f2f2f2;
    
    --neutral-5: #d9d9d9;
    --neutral-6: #e8e8e8;
    --neutral-7: #fafafa;
    --small-text: 0.928rem;
    --normal-text: 1rem;
    --nature-green-hover: #C0C200;
    
    --white: #ffffff;
    
    --dark-blue: #13435F;
    --dark-blue-hover: #175577;
    --dark-blue-lighter: #3C718E;
    --grey-1: #333333;
    --grey-2: #4F4F4F;
    --grey-3: #828282;
    --grey-4: #BDBDBD;
    --grey-5: #DDDDDD;
    --grey-6: #EEEEEE;
    --grey-7: #F4F4F4;
    --grey-8: #FAFAFA;
    
    
    --info-blue-lighter: #E6F7FF;
    
    --warning-red-battery: #D32F2F;
    
    --header-normal-height: 50px;
    --header-licence-alert-height: 50px;
}
html {
    font-size: 14px;
    background-color: #fafafa;
    background-color: var(--bg-gray);
    
    overflow-x: hidden;
    font-family: Montserrat, sans-serif;
	height: auto;
}
body {
    background: transparent;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    line-height: 20px;
    text-shadow: none;
    overflow-x: hidden;
    position: unset;
    height: 100%;
    transition: 200ms all linear;
	padding-right: 0 !important;
}
#bg-image {
    height: 101vh;
    width: 101vw;
    display: block;
    z-index: -999;
    position: fixed;
    filter: blur(4px) brightness(60%);
    transform: scale(1.1);
    clip-path: inset(0);
    background-clip: padding-box;
    background-origin: border-box;
    background-size: cover;
}
.page-area-welcome {
	height: calc(100vh - var(--header-normal-height));
}
.alert-licence .page-area-welcome {
    height: calc(100vh - var(--header-normal-height) - var(--header-licence-alert-height));
}
.fa { 
    text-shadow: none;
    font-size: 14px;
}
.fa-fw {
    width: 1.28571429rem;
    height: 1.28571429rem;
}
.fa.fa-spin {
    width: 18px !important;
    height: 18px !important;
    font-size: 18px !important;
}
.warn, .eco-warning {
    color: #D52;
}
.badge.site-type span {
    padding-left: 16px;
}
.btn-sm .fa {
    font-size: 14px;
}
.btn > i.fa:not(:last-child) ,
.btn > span > i.fa:not(:last-child) {
    padding-right: 4px;
}
.btn.btn-in-control {
    border: 1px solid #ccc;
}
.btn.btn-in-control:hover, .btn.btn-in-control:focus {
    border: 1px solid #d4d600 !important; 
    border: 1px solid var(--nature-green) !important;
}
.eco-header-session .btn:hover, .eco-header-session .btn:focus {
    background-color: #3c3c3c !important; 
    background-color: var(--grey-7) !important;
    border: none !important;
}
button.close {
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.eco-theme .text-success {
    color: #74d209; 
    color: var(--all-right-green);
}
.eco-theme .lastdata .text-success {
    color: inherit;
}
.eco-theme .text-warning {
    color: #f68c1f; 
    color: var(--caution-orange) ;
}
.eco-theme .text-warning:not( .inhibit-icon, .fa, .eco-link-battery, .site-counter-section-with-icon, td.battery a,
a.battery-link, i.eco.battery-icon)::before {
    content: '\f071';
    font-family: 'FontAwesome';
    padding-right: 8px;
    font-weight: normal
}
.eco-theme .text-danger {
    color: #EE4F4F; 
    color: var(--warning-red);
}
.eco-theme .text-danger:not( .inhibit-icon, .fa, .eco-link-battery, .site-counter-section-with-icon, td.battery a,
a.battery-link, i.eco.battery-icon)::before {
    content: '\f071';
    font-family: 'FontAwesome';
    padding-right: 8px;
    font-weight: normal
}
.highcharts-root g text {
    cursor: default !important;
    font-size: 0.928rem !important;
    font-weight: normal !important;
}
.page-title .form-inline{
    padding-left: 16px
}
.page-title .h2 span.label{
    padding: 12px 16px 12px 16px;
    border-color: #e0e0e0;
    font-weight: normal
}
.page-title .h2 i.fa-tachometer{
    padding-top: 12px;
    line-height: 1em;
    font-size: 2rem
}
.form-inline .form-control {
    line-height: 2em;
    margin: 0;
    padding: 4px 16px 4px 16px;
}
.page-title .h2{
    padding-top: 0px
}
.leaflet-container {
    font-family: 'Montserrat', sans-serif;
}
.tooltip {
    font-family: 'Montserrat', sans-serif;
}
.popover {
    font-family: 'Montserrat', sans-serif;
    max-width: 400px;
}
.serial {
    font-family: 'Roboto Mono', monospace;
}
label>a.eco-checkbox>span {
    font-weight: normal;
}
.label.GSM {
    background-color: #87888a;
    color: #d4d600;
}
.label.MANUAL {
    background-color: #87888a;
    color: #000;
}
.label.sens {
    background-color: #87888a;
    color: #fff;
}
.badge.virtual {
    color: #d4d600;
    background-color: #444;
}
.badge.site-type {
    color: #fff; 
    color: var(--white);
    background-color: rgba(0,0,0,0);
    border : 0;
    cursor: default;
}
.badge.alert {
    color: #222;
    background-color: #fff;
    border : #d4d600 1px solid;
}
.introjs-overlay {
    opacity: 0.6 !important;
}
.introjs-helperLayer {
  background-color: rgba(255,255,255,0.6);
  border: 1px solid #d4d600;
}
.introjs-progressbar {
   background-color: #DD5522;
}
.introjs-bullets ul li a{
    border: 1px solid #fff;
}
.introjs-bullets ul li a.active,
.introjs-bullets ul li a:hover {
   background: #D4D600;
   border: 1px solid #87888a;
}
.introjs-skipbutton.introjs-donebutton {
  color: #DD5522;
}
.eco-breadcrumb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 5px 15px;
    padding: 0;
}
.page-item-details .eco-breadcrumb {
    margin: 5px 0;
    height: 14px;
}
.eco-breadcrumb-link {
    list-style: none;
    color: #87888a;
    line-height: 1em;
}
.eco-breadcrumb-link a {
    color: #87888a;
    text-decoration: none;
    font-size: 13px;
}
.eco-breadcrumb-link:last-child a { 
    color: #333;
}
.eco-breadcrumb-link:not(:last-child):hover a { 
    color: #333;
    text-decoration: underline;
}
.eco-breadcrumb-link:not(:last-child)::after { 
    content: '|';
    display: inline-block;
    margin: 0 8px;
    font-weight: normal;
    font-size: 14px;
}
svg.highcharts-root g.highcharts-tooltip text, svg.highcharts-root g.highcharts-tooltip text tspan {
    font-size: 14px !important;
}
.highcharts-legend-item.highcharts-pie-series > span {
    font-weight: normal !important;
}
.widget.figures .trend .traffic-data, .widget.figures .traffic-trend-down, .widget.figures .traffic-trend-up {
    font-size: 1.7rem !important;
    padding-top: 0px;
}
.progress-line-container {
    position: fixed;
    top:0px;
    width: 100%;
    height:fit-content;
    z-index: 1010;
    transition-delay: 500ms;
}
.progress-line, .progress-line:before {
    height: 3px;
    width: 100%;
    margin: 0;
}
.progress-line {
    background-color: #2D9CDB; 
    background-color: var(--info-blue);
    display: -webkit-flex;
    display: flex;
    opacity: 0;
}
.progress-line:before {
    background-color: #d4d600; 
    background-color: var(--nature-green);
    content: '';
    opacity: 0;
}
.progress-line-active {
    opacity: 1 !important;
}
.progress-line-active:before {
    opacity: 1 !important;
    -webkit-animation: running-progress 500ms cubic-bezier(0.4, 0, 0.2, 1) infinite;
    animation: running-progress 500ms cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.progress-line-anomaly {
    background-color: transparent;
    opacity: 1 !important;
}
.progress-line-anomaly:before {
    background-color: #EE4F4F; 
    background-color: var(--warning-red);
    -webkit-animation: running-progress 2000ms cubic-bezier(0.4, 0, 0.2, 1) infinite;
    animation: running-progress 2000ms cubic-bezier(0.4, 0, 0.2, 1) infinite;
    opacity: 1 !important;
}
@-webkit-keyframes running-progress {
    0% { margin-left: 0px; margin-right: 100%; }
    50% { margin-left: 25%; margin-right: 0%; }
    100% { margin-left: 100%; margin-right: 0; }
}
@keyframes running-progress {
    0% { margin-left: 0px; margin-right: 100%; }
    50% { margin-left: 25%; margin-right: 0%; }
    100% { margin-left: 100%; margin-right: 0; }
}
.context-config .nav-tabs {
    border-bottom: none;
}
.context-config .nav-tabs li {
    border-bottom: 2px solid #EDF5F9;
    text-align: center;
}
.context-config .nav-tabs li.actived {
    border-bottom: 2px solid #305768;
}
.context-config .nav-tabs li.active, .context-config .nav-tabs li.actived.active {
    border-bottom: 2px solid #D1D600;
    text-align: center;
}
.context-config .nav-tabs li.active a, .context-config .nav-tabs li.actived a, .context-config .nav-tabs li a {
    background-color: #fff;
    border: none;
    border-bottom-color: transparent;
}
.context-config .nav-tabs li:hover a {
    border-color: transparent;
}
.speed-badge {
    display: inline-block;
    border: 1px solid #999;
    padding: 0 10px;
    border-radius: 3px;
    margin: 0 5px;
}
.center-div {
    width: auto;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.twitter-typeahead .tt-input {
    background-color: transparent;
}
th .tag-color {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
}
span.has-error {
    color: red;
}
#trigger-upload {
    font-size: 14px;
    padding: 7px 20px;
    background-image: none;
}
#fine-uploader-manual-trigger .qq-upload-button {
    margin-right: 15px;
}
#fine-uploader-manual-trigger .buttons {
    width: 36%;
}
#fine-uploader-manual-trigger .qq-uploader .qq-total-progress-bar-container {
    width: 60%;
}
.qq-uploader {
    margin: 10px !important;
    width: inherit !important;
    border: 2px dashed var(--info-blue);
    background-color: var(--white);
}
.eco-theme .qq-upload-button {
    color: #444446;
    background-color: #d4d600;
    box-shadow: none;
    width: auto;
}
.qq-upload-list {
    max-height: 415px;
}
.qq-upload-list li.qq-upload-success {
    background-color: #EBF6E0;
    color: #424242;
    border-bottom: 1px solid #D3DED1;
    border-top: 1px solid #F7FFF5;
}
.qq-upload-list li.qq-upload-fail {
    background-color: #F5D7D7;
    color: #424242;
    border-bottom: 1px solid #DECACA;
    border-top: 1px solid #FCE6E6;
}
.qq-upload-drop-area-active {
    background: #DDD;
    opacity: 0.3;
}
.qq-upload-drop-area, .qq-upload-extra-drop-area {
    background: #DDD;
    opacity: 0.7;
}
#unique-modal .modal-header a span.material-icons-outlined,
#modal-login .modal-header a span.material-icons-outlined {
    font-size: 16px;
    vertical-align: sub;
    color: var(--grey-3);
}
#unique-modal .modal-header a span.language-code,
#modal-login .modal-header a span.language-code {
    color: var(--grey-2);
}
.modal-footer {
    height: 50px;
    padding: 10px 10px;
}
.modal-footer .btn {
    height: 30px;
    padding: 5px 15px;
}
.sb-site-data header {
	height: 60px;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	border-bottom: 1px solid var(--grey-5);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 16px;
}
.sb-site-data header > * {
	margin: 0 5px;
} 
.sb-site-data header .close-icon {
	margin-left: auto;
	cursor: pointer;
}
.sb-site-data header h1 {
	font-size: 18px;
}
.sb-site-data footer {
	height: 66px;
	padding: 8px;
	bottom: 0;
	width: 100%;
	position: fixed;
	border-top: 1px solid var(--grey-5);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.sb-site-data footer button { 
	margin: 0 5px;
}
.sb-site-data .page-data {
	top: 60px;
	bottom: 66px;
	margin-top: 20px;
	left: 20px;
	right: 20px;
	width: auto;
}
.sb-site-data .page-data .row { height: 100%; }
.sb-site-data .page-data .row > div { 
	height: 95%;
	display: flex;
	flex-direction: column;
}
.sb-site-data .page-data .data-chart-and-legend {
	flex-grow: 1;
}
.sb-site-data .page-data .data-chart {
	width: 100%;
}
.sb-site-data .page-data #data-chart-div {
	height: 100%;
}
.sb-site-data .page-data .page-data-error {
		width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
		color: var(--grey-3);
}
.sb-site-data .page-data .page-data-error i {
		font-size: 40px;
		display: block;
		margin: 0 20px;
}
.sb-site-data .page-data .page-data-error span {
	font-size: 16px;
}
.warning-battery {
    color : var(--warning-red-battery);
}
.login-domain-picture img {
    margin: 5px 10px;
    max-height: 40px;
    height: auto;
    max-width: 200px;
    width: auto;
}
a.login-back-link span {
    font-size: 20px !important;
    color: var(--dark-blue) !important;
}
a.login-back-link:hover  {
    background-color: #fff;
    background-color: var(--grey-7);
}
.modal-intro.login {
    text-align: left;
    padding: 10px;
    margin: 0px;
}
.form-horizontal .control-label.login-select-domain {
    text-align: left !important;
    padding: 10px;
    margin-bottom: 10px;
}
.login-select-domain-link {
    border: solid 1px var(--grey-5);
    background-color: var(--white);
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 10px;
    min-height: 40px;
    height: 52px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.login-select-domain-link span.material-icons-outlined {
    vertical-align: sub;
    font-size: 24px;
    min-width: 24px;
}
a.login-select-domain-link:hover {
    background-color: #fff;
    background-color: var(--grey-7);
    text-decoration: none;
}
a.login-select-domain-link:focus {
    text-decoration: none;
}
.login-select-domain-name {
    padding-left: 10px;
    padding-right: 10px;
    text-overflow: ellipsis;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.login-domain-picture {
    text-align: center;
    min-width: 200px;
}
.login-two-factor-info-container {
    display: flex;
    gap: 40px;
    margin: 0 30px 15px 30px;
    font-size: 12px;
    font-weight: 500;
}
.login-two-factor-code-spam {
    font-size: 11px;
    font-weight: 400;
}
.login-two-factor-code-error-message,
.login-two-factor-info-error-message {
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 4px;
    margin-bottom: 0;
    border: transparent;
    margin-top: 10px;
}
.login-two-factor-code-error-message .h4,
.login-two-factor-info-error-message .h4 {
    font-size: 12px;
    color: #4F4F4F;
    line-height: 16px;
}
.login-two-factor-code-input-error,
.login-two-factor-info-input-error {
    border-color: #D32F2F;
}
.login-two-factor-info-container a {
    color: var(--dark-blue) !important;
}
