app-root {
  display: block;
}

.action-column {
  min-width: 60px;
}

.action-icons {
  font-size: 18px;
}

.action-icons a {
  margin: 4px;
}

.align-middle {
  vertical-align: middle !important;
}

.tag-list ul {
  padding: 0;
  margin: 0 0 10px 0;
}

.tag-list h4 {
  margin: 20px 0 10px 0;
}

.tag-list:first-child h4 {
  margin-top: 0;
}

.tag-button {
  margin: 3px 5px 3px 0;
  padding: 3px 8px;
}

.tag-button-list {
  margin-bottom: 20px;
}

.tag-button span {
  margin-left: 8px;
}

.offer-product-list ul {
  padding: 0;
  margin: 0 0 10px 0;
}

.offer-product-list h4 {
  margin: 20px 0 10px 0;
}

.offer-product-list:first-child h4 {
  margin-top: 0;
}

.pale-text {
  color: #666;
}

.line-separator {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.very-pale-text {
  color: #999;
}

.media-gallery .thumbnail .image-wrapper {
  position: relative;
  overflow: hidden;
}

.media-gallery .thumbnail .image-wrapper:before {
  content: '';
  display: block;
  width: 100%;
  padding: 0;
  padding-top: 100%;
}

.media-gallery .thumbnail .image-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
}

.media-gallery .thumbnail .image-wrapper img.portrait {
  width: 100%;
  height: auto;
}

.product-thumbnail {
  width: 100%;
  height: auto;
}

.media-gallery .thumbnail:hover,
.media-gallery .thumbnail.selected {
  border-color: #ccc;
}

/*
* Company wizard stepper
 */
.md-stepper-horizontal {
  display: table;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0 3px 8px -6px rgba(0, 0, 0, 0.5);
}

.md-stepper-horizontal .md-step {
  display: table-cell;
  position: relative;
  padding: 24px;
}

.md-stepper-horizontal .md-step:hover,
.md-stepper-horizontal .md-step:active {
  background-color: rgba(0, 0, 0, 0.04);
}

.md-stepper-horizontal .md-step:active {
  border-radius: 15% / 75%;
}

.md-stepper-horizontal .md-step:first-child:active {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.md-stepper-horizontal .md-step:last-child:active {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.md-stepper-horizontal .md-step:hover .md-step-circle {
  background-color: #757575;
}

.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
  display: none;
}

.md-stepper-horizontal .md-step .md-step-circle {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background-color: #999999;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.md-stepper-horizontal.green .md-step.active .md-step-circle {
  background-color: #00ae4d;
}

.md-stepper-horizontal.orange .md-step.active .md-step-circle {
  background-color: #f96302;
}

.md-stepper-horizontal .md-step.active .md-step-circle {
  background-color: rgb(33, 150, 243);
}

.md-stepper-horizontal .md-step.done .md-step-circle:before {
  font-family: 'FontAwesome';
  font-weight: 100;
  content: '\f00c';
}

.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
  display: none;
}

.md-stepper-horizontal .md-step.editable .md-step-circle {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.md-stepper-horizontal .md-step.editable .md-step-circle:before {
  font-family: 'FontAwesome';
  font-weight: 100;
  content: '\f040';
}

.md-stepper-horizontal .md-step .md-step-title {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 600;
}

.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
  text-align: center;
  color: rgba(0, 0, 0, 0.26);
}

.md-stepper-horizontal .md-step.active .md-step-title {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}

.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
  font-weight: 600;
}

.md-stepper-horizontal .md-step .md-step-optional {
  font-size: 12px;
}

.md-stepper-horizontal .md-step.active .md-step-optional {
  color: rgba(0, 0, 0, 0.54);
}

.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
  position: absolute;
  top: 36px;
  height: 1px;
  border-top: 1px solid #dddddd;
}

.md-stepper-horizontal .md-step .md-step-bar-right {
  right: 0;
  left: 50%;
  margin-left: 20px;
}

.md-stepper-horizontal .md-step .md-step-bar-left {
  left: 0;
  right: 50%;
  margin-right: 20px;
}

table.compress-first-column tr td:first-child {
  width: 1%;
  white-space: nowrap;
}

table.companies-with-stores-table ul {
  padding: 0;
  list-style-type: none;
}

li.list-item {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

li.list-item:first-child {
  padding-top: 0;
}

li.list-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.list-item .list-item-title {
  font-size: 18px;
}

.list-item .list-item-meta {
  color: #666;
}

ul.simple-list {
  padding: 0;
  list-style-type: none;
}

ul.simple-list label {
  font-weight: normal;
}

ul.simple-list a {
  cursor: pointer;
}

ul.simple-list a.visible-on-hover {
  visibility: hidden;
}

ul.simple-list li:hover a.visible-on-hover {
  visibility: visible;
}

ul.with-border {
  margin: 0;
}

ul.with-border > li {
  padding: 10px 0;
  border-top: 1px solid #ddd;
}

.role-list {
  margin-top: 20px;
}

.main-sidebar li a span,
a.dropdown-toggle span {
  cursor: pointer;
}

.box-footer .pagination {
  margin: 0;
}

.break-words {
  word-wrap: break-word;
}

.list-group-item a {
  cursor: pointer;
}

ul.menu-page-list li {
  margin: 4px 0;
  background-color: #f4f4f4;
}

.menu-main-dropzone {
  padding: 10px;
  min-height: 20px;
  border: 1px dashed #ccc;
}

.menu-sub-dropzone {
  padding: 10px 20px;
  min-height: 20px;
  border: 1px dashed #ccc;
}

.menu-sub-dropzone:hover {
  border: 1px dashed #444;
}

.dnd-placeholder {
  position: relative;
  /*display: block;*/
  /*padding: 10px 15px;*/
  /*margin-bottom: -1px;*/
  /*background-color: #bbb;*/
  /*border: 1px solid #ddd;*/
}

#menu-list .list-group-item {
  background-color: #f4f4f4;
}

.media-list-thumbnail {
  width: 75px;
  margin: 0;
}

.content-filter {
  width: 100%;
  margin: 10px 0;
  padding: 5px;
  background: #ff9;
  color: #000000;
  border: 1px solid #555;
}

.sidebar-content-filter {
  margin: 10px 0;
}

.sidebar-content-filter div.ng-select-container {
  border-radius: 0;
}

.sidebar-content-filter .ng-select-container.ng-has-value,
.sidebar-content-filter div.ng-option.ng-option-selected.ng-star-inserted,
.sidebar-content-filter .ng-select.ng-select-opened > div.ng-select-container {
  background: #ff9;
}

.sidebar-content-filter div.ng-option.ng-star-inserted {
  background: #cbcbcb;
}

.table-child-item {
  padding-left: 20px;
}

#tag-filters {
  padding: 10px;
  background: #f9f9f9;
}

#tag-filters .tag-filter-list {
  padding: 10px 0;
}

#tag-filters a {
  cursor: pointer;
}

.select-photo-box {
  text-align: center;
}

.small-product-image {
  display: block;
  width: 75px;
  border: 1px solid #ddd;
}

.small-product-image img {
  width: 100%;
  height: auto;
}

.limit-image-width img {
  max-width: 100%;
  height: auto;
}

.entity-box-item {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.entity-box-item .alert {
  margin: 10px 0 0;
}

.entity-user {
  padding: 5px 10px;
  margin: 0 10px;
  background: #eee;
  border: 1px solid #ddd;
}

.entity-user-remove {
  padding: 2px;
  color: #ccc;
}

.entity-user-remove:hover {
  color: #444;
  cursor: pointer;
}

.add-entity-user {
  cursor: pointer;
}

.entity-select-users {
  margin: 10px 0 0;
}

.companies-with-stores-list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.companies-with-stores-list li {
  margin: 5px 0;
}

.companies-with-stores-list li input[type='checkbox'] {
  position: relative;
  top: 2px;
  margin: 0;
}

.companies-with-stores-list label {
  font-weight: normal;
  padding: 0;
  cursor: pointer;
}

.sidebar-menu-item {
  padding: 12px 5px 12px 15px;
  display: block;
}

.skin-black-light .sidebar .sidebar-menu-item.active,
.skin-black-light .sidebar li a.active {
  color: #000;
  background: #ff9;
}

.skin-black-light .sidebar-menu li.header {
  color: #000000;
  background: #dddddd;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.1px;
  white-space: normal;
}

.table.vertical-align-rows > tbody > tr > td,
.table > tbody > tr > td {
  vertical-align: middle;
}

.editing-row,
.editing-row td {
  background-color: #3c8dbc;
  color: #fff;
}

#quantity-input {
  width: 125px;
}

#quantity-input input {
  text-align: right;
}

.old-price {
  text-decoration: line-through;
  color: #aaa;
}

.checkbox-box,
.long-checkbox-box {
  max-height: 200px;
  padding: 0 10px;
  overflow: auto;
  border: 1px solid #ddd;
}

.long-checkbox-box {
  max-height: 400px;
}

.language-dropdown {
  display: none;
  position: absolute;
  right: 0;
  left: auto;
  padding: 0;
  margin: 0;
  background: #3c8dbc;
  color: #fff;
  list-style: none;
}

.open .language-dropdown {
  display: block;
}

.language-dropdown li {
  padding: 10px 15px;
  line-height: 20px;
}

.language-dropdown li:hover {
  background: #337ab7;
  cursor: pointer;
}

.filter-group .input-group-addon {
  background: none;
  border: none;
}

.content-filter-one-option {
  padding: 10px 25px 10px 15px;
  font-size: 12px;
  color: #000;
  background: #ff9;
}

/* Dock Traffic Data */
.dynamic-data-table .header {
  text-align: center;
  font-size: 20px;
}

.dynamic-data-table .header .time-period-navigator {
  display: inline-flex;
  align-items: center;
}

.dynamic-data-table .subheader {
  text-align: center;
  font-weight: bold;
}

.dynamic-data-table .category,
.dynamic-data-table .category input {
  font-weight: bold;
}

.dynamic-data-table .list-item {
  position: relative;
}

.dynamic-data-table input[type='text'],
.dynamic-data-table textarea {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  resize: none;
  width: 100%;
  border: none;
  height: 100%;
  text-align: right;
}

.dynamic-data-table input[type='text'].measurement-input {
  position: static;
  text-align: left;
  border: 1px solid #ccc;
  width: 150px;
  background-color: #ffffff;
}

table.dynamic-data-table tr td:first-child {
  width: 100px;
}

table.dynamic-data-table .subheader.note {
  width: 200px;
}

table.dynamic-data-table .list-item .note {
  text-align: left;
  padding-left: 10px;
}

#category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#category-list.category-list-headers li .category-info {
  background: none;
}

#category-list .dnd-placeholder {
  height: 30px;
  background: #a7e3f3;
}

#category-list ul .dnd-placeholder {
  background: #ccc;
}

#category-list li {
  font-weight: bold;
}

#category-list li .category-info {
  display: flex;
  flex-direction: row;
  margin: 1px 0;
}

#category-list li .category-info div.category-info-item,
#category-list li .category-info div.category-code,
#category-list li .category-info div.category-name,
#category-list li .category-info div.category-id {
  width: 10%;
  padding: 8px;
}

#category-list li .category-info div.category-info-item:last-child {
  text-align: right;
}

#category-list li .category-info div.category-id {
  width: 5%;
}

#category-list li .category-info div.category-name {
  width: 35%;
}

#category-list li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#category-list li ul li {
  font-weight: normal;
}

#category-list li ul li .category-info {
  background: none;
}

#category-list li ul .category-code {
  text-align: right;
}

#category-list .fa {
  font-size: 18px;
  margin-left: 5px;
  cursor: pointer;
  color: #888;
}

#category-list .fa:hover {
  color: #333;
}

.category-color-blue-black,
.category-color-blue-black input,
.table.table-striped .category-color-blue-black {
  background: #a7e3f3;
  color: #333;
}

.category-color-dark-blue-white,
.table.table-striped .category-color-dark-blue-white,
.table.table-striped .category-color-dark-blue-white input {
  background: #287899;
  color: #fff;
}

.table.table-striped .category-color-dark-blue-white input.measurement-input {
  background: #fff;
  color: #000;
}

.category-color-dark-blue-white input {
  color: #333;
}

.category-color-blue-white,
.category-color-blue-white input,
.table.table-striped .category-color-blue-white {
  background: #00ccff;
  color: #fff;
}

.category-color-red-white,
.category-color-red-white input,
.table.table-striped .category-color-red-white {
  background: #ff0000;
  color: #fff;
}

.category-color-yellow-red,
.category-color-yellow-red input,
.table.table-striped .category-color-yellow-red {
  background: #fff200;
  color: #ff0000;
}

.modal-footer {
  display: block;
}

pagination {
  display: block;
  margin-top: 30px;
  position: relative;
}

pagination ul.pagination li a.page-link {
  position: relative;
  display: block;
  font-size: 14px;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  border: 1px solid #dee2e6;
}

pagination ul.pagination li.page-item.active a {
  border: 1px solid #28a745;
}

pagination ul.pagination li a:hover {
  background: #f8f8f8;
  color: #333333;
  border: 1px solid #dee2e6;
}

.modal-footer pagination {
  margin: 0;
}

.modal-footer pagination ul.pagination {
  position: static;
  left: auto;
  transform: none;
}

#year-filter {
  width: auto;
  min-width: 105px;
  float: left;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 7px 0 0 0;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

#year-filter .ng-select-container {
  background-color: transparent;
  border: none;
  color: #000;
}

#year-filter .ng-clear-wrapper {
  color: #fff;
}

#year-filter.ng-select .ng-arrow-wrapper {
  padding: 0;
}

#year-filter.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #000 transparent transparent;
}

#year-filter.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  border-color: transparent transparent #000;
}

#year-filter.ng-select .ng-select-container:hover {
  box-shadow: none;
}

#year-filter .ng-dropdown-panel {
  margin-top: 8px;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.15);
}

#year-filter .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  padding: 10px 5px;
}

#year-filter.ng-select.ng-select-focused:not(.ng-select-opened)
  > .ng-select-container {
  box-shadow: none;
}

#year-filter .ng-option {
  background-color: #fff;
}

.cursor-pointer {
  cursor: pointer;
}

/* Data Entry - STICKY ELEMENTS */

.wrapper-sticky-elements {
  overflow-x: inherit;
  overflow-y: inherit;
}

.sticky-elements .box-header {
  position: sticky;
  top: 0;
  z-index: 9;
  background-color: #fff;
}

.sticky-elements .box-body table thead {
  position: sticky;
  top: 54px;
  z-index: 8;
  background-color: #fff;
}

.sticky-elements .box-body table tbody tr th,
.sticky-elements .box-body table tbody tr td.subheader {
  position: sticky;
  top: 98px;
  z-index: 7;
  background-color: #f9f9f9;
}

.sticky-elements .box-body table tbody tr td.subheader.row-two {
  top: 134px;
}

/* TABLE TBODY TD .subheader FIXED WIDTH IN/OUT/TOTAL */

.subheader.in-out-fixed-width {
  width: 105px;
}

.dock-traffic-data-monthly .subheader.total-fixed-width {
  width: 300px;
}

.subheader.total-fixed-width {
  width: 100px;
}

/* READONLY input style */
input[readonly] {
  outline: none;
  cursor: default;
  background: inherit;
}

/* table input new style */
.table.dynamic-data-table number-input input:not([readonly]) {
  border-radius: 5px;
  background-color: #fff7b5;
  border: 1px solid #666;
}

/* TABLE COL TOTAL TD WITH GREY BG */

.table.dynamic-data-table.dock-traffic-data
  tbody
  td:not(.subheader):nth-last-child(1),
.table.dynamic-data-table.dock-traffic-data
  tbody
  td:not(.subheader):nth-last-child(2),
.table.dynamic-data-table.dock-traffic-data
  tbody
  td:not(.subheader):nth-last-child(3) {
  background-color: rgba(228, 228, 228, 0.5);
}

.table.dynamic-data-table.dock-traffic-data-monthly
  tbody
  td:not(.subheader):nth-last-child(1) {
  background-color: rgba(228, 228, 228, 0.5);
}

.table.dynamic-data-table.hinterland-traffic-data
  tbody
  td:not(.subheader):nth-last-child(1),
.table.dynamic-data-table.hinterland-traffic-data
  tbody
  td:not(.subheader):nth-last-child(2),
.table.dynamic-data-table.hinterland-traffic-data
  tbody
  td:not(.subheader):nth-last-child(3) {
  background-color: rgba(228, 228, 228, 0.5);
}

.table.dynamic-data-table.sea-od-data tbody td input[readonly] {
  background-color: rgba(228, 228, 228, 0.5);
}

.table.dynamic-data-table.adsp-balance
  tbody
  td:not(.subheader):nth-last-child(2),
.table.dynamic-data-table.adsp-balance
  tbody
  td:not(.subheader):nth-last-child(3),
.table.dynamic-data-table.adsp-balance
  tbody
  td:not(.subheader):nth-last-child(4) {
  background-color: rgba(228, 228, 228, 0.5);
}

.table.dynamic-data-table.adsp-balance tbody td textarea {
  height: auto;
  color: #333;
}

.table.dynamic-data-table.adsp-balance .fixed-width:not(.note) {
  width: 100px;
  max-width: 100px;
  padding: 0;
}

.preview-img-placeholder {
  font-size: 50px;
  margin: 9px;
}

/* FORM CONTROL */
.form-control {
  border-radius: 3px;
}

/* OVERWRITE MAIN COLOR PALETTE */
.text-green {
  color: #3cbc88 !important;
}

.text-danger {
  color: #bc3c3c !important;
}

/* DATA ENTRY FORM */
/* DATA ENTRY FORM */
.sticky-elements textarea {
  height: 34px;
}

.sticky-elements .form-group textarea {
  height: auto;
}

.sticky-elements .form-group span,
.panel.data-entry.programmed-intervention .form-group span,
.panel.data-entry.dock-file .form-group span {
  position: absolute;
  left: 15px;
  bottom: -10px;
  font-size: 12px;
}

/* DATA ENTRY PANEL */

.panel.data-entry {
  margin-bottom: 6px;
  background-color: #f5f6f7;
}

.panel.data-entry.dark {
  background-color: #c5cfd6;
}

.panel.data-entry.light {
  background-color: #dbe7ef;
}

.panel.data-entry .panel-body {
  padding-bottom: 5px;
}

.panel.data-entry.panel-with-header .panel-heading {
  background-color: #6399d0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.panel.data-entry.panel-with-header .panel-body {
  background-color: #ccddff;
}

/* DASHBOARD SECTION */
/* DASHBOARD SECTION */

.dashboard-component {
  padding: 0;
  overflow-x: inherit;
  width: 100%;
}

.dashboard-component .c-title {
  padding: 10px 15px 25px;
  display: flex;
  align-items: center;
}

.dashboard-component .c-title img {
  width: 19px;
  height: 19px;
  margin-right: 15px;
}

.dashboard-component .c-title h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
}

.dashboard-component .c-informations {
  padding-right: 0;
  padding-bottom: 40px;
}

.dashboard-component .c-informations .inner-informations {
  margin: 0;
  padding: 35px 35px 0;
}

.dashboard-component .c-map-container {
  height: 100vh;
  padding-left: 0;
  position: sticky;
  top: 0;
}

.google-map-filter {
  position: absolute !important;
  top: 15px;
  left: 15px;
  width: 90px;
  z-index: 9;
  background-color: transparent;
  border: none;
  margin: 0;
}

/* LAST COMMUNICATIONS COMPONENT */
.last-communications-component .communication {
  padding: 0 5px;
}

.last-communications-component .communication a:hover .inner-wrapper {
  background-color: #f9f9f9;
  border-color: #15a7df;
}

.last-communications-component .inner-wrapper {
  background-color: #fff;
  border-radius: 4px;
  padding: 15px 20px;
  border: 1px solid transparent;
  transition: all 0.15s ease-in-out;
}

.last-communications-component .inner-wrapper h6 {
  font-size: 13px;
  color: #31394a;
}

.last-communications-component .inner-wrapper h4 {
  font-size: 16px;
  color: #333;
}

/* VALIDATION REQUEST COMPONENT */
/* LAST UPDATES COMPONENT */

.validation-request-component .c-title {
  justify-content: space-between;
  padding-top: 0;
}

.validation-request-component .c-title .w-title {
  display: flex;
  align-items: center;
}

.validation-request-component,
.last-updates-component,
.last-accesses-component {
  background-color: #fff;
  border: 1px solid #15a7df;
  border-radius: 5px;
  padding: 20px 10px;
}

.validation-request-component,
.last-updates-component,
.last-accesses-component {
  margin-bottom: 20px;
}

/* DASHBOARD TABLES */
/* DASHBOARD TABLES */

.dashboard-component .c-table .inner-table {
  overflow-x: auto;
  width: 100%;
  display: block;
}

.dashboard-component .inner-table.vertical-scroll {
  overflow-y: auto;
  height: 250px;
}

.dashboard-component .inner-table.vertical-scroll table {
  padding-right: 15px;
}

.dashboard-component .inner-table.fixed-header table {
  border-collapse: separate;
}

.dashboard-component .inner-table.fixed-header table tr th {
  position: sticky;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.dashboard-component .c-table table {
  table-layout: auto;
}

.dashboard-component .c-table thead tr th {
  width: auto;
  padding: 10px 20px 10px 0;
  font-size: 13px;
}

.dashboard-component .c-table thead tr th:last-child {
  padding-right: 0;
}

.dashboard-component .c-table table th {
  color: #293b4f;
}

.dashboard-component .c-table table td {
  padding: 5px 0;
  font-size: 14px;
}

/* DASHBOARD PAGINATION */

.dashboard-component .c-pagination {
  margin-top: 25px;
  text-align: center;
}

.dashboard-component .c-pagination ul.pagination {
  position: relative;
  justify-content: center;
}

.dashboard-component .c-pagination ul {
  margin: 0;
}

.dashboard-component .c-pagination ul li a {
  background-color: #fff;
}

.dashboard-component .c-pagination ul.pagination li.page-item.active a {
  background-color: #15a7df;
  border-color: transparent;
}

.dashboard-component .c-pagination ul.pagination li a.page-link {
  position: relative;
  display: block;
  font-size: 10px;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.25;
  border: 1px solid #ecf0f5;
}

.dashboard-component .c-pagination .pagination > li > a:hover {
  border-color: #ccc;
  background-color: transparent;
}

/* RESPONSVIVE */

.data-text-wrap {
  overflow-wrap: anywhere;
}

/* RESPONSVIVE DATA */
@media only screen and (max-width: 1679px) {
  .dashboard-component .c-title img {
    width: 17px;
    height: 17px;
  }

  .dashboard-component .c-title h3 {
    font-size: 18px;
  }

  .dashboard-component .c-table table {
    table-layout: fixed;
  }

  .dashboard-component .c-table thead tr th {
    width: auto;
  }
}

@media only screen and (max-width: 1440px) {
  .dashboard-component .c-table thead tr th {
    font-size: 12px;
  }

  .dashboard-component .c-table table td {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1260px) {
  .dashboard-component .c-informations {
    width: 100%;
    padding-right: 15px;
    padding-bottom: 20px;
  }

  .dashboard-component .c-map-container {
    margin: 0 60px 60px;
    border-radius: 5px;
    width: calc(100% - 115px);
    overflow: hidden;
    height: 50vh;
    padding-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .dashboard-component .c-table thead tr th {
    width: 110px;
  }
}

@media only screen and (max-width: 768px) {
  .dashboard-component .c-title img {
    width: 16px;
    height: 16px;
  }

  .dashboard-component .c-title h3 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .dashboard-component .c-informations {
    padding-bottom: 5px;
  }

  .dashboard-component .c-informations .inner-informations {
    padding: 15px;
  }

  .dashboard-component .c-table .inner-table {
    overflow-x: auto;
    width: 100%;
    display: block;
  }

  .dashboard-component .c-map-container {
    margin: 0 30px 30px;
    width: calc(100% - 60px);
  }
}

.validation-checkbox-form {
  padding: 3px 20px;
}

.validation-checkbox-form label {
  display: block;
}

.validation-checkbox-form .btn {
  margin-top: 10px;
}

.dropdown-menu > li > a {
  cursor: pointer;
}

export-file,
dynamic-status-buttons {
  float: right;
}

.right-side-options {
  float: right;
  margin: 4px 20px 0 0;
}

.nav-tabs-custom > .nav-tabs > li.active > a {
  border-left-color: #ddd;
  border-right-color: #ddd;
}

.nav-tabs-custom > .nav-tabs {
  border-bottom-color: #ddd;
}

dynamic-status-buttons .dropdown-menu {
  width: 250px;
}

.right-side-options .dropdown-menu > li {
  border-bottom: 1px solid #e1e3e9;
}

.right-side-options .dropdown-menu > li:last-child {
  border-bottom: none;
}

.right-side-options .dropdown-menu > li > a {
  color: #333;
  white-space: normal;
}

.right-side-options .dropdown-menu .btn {
  white-space: normal;
}

data-entry-status .label,
.label.user-guide-btn {
  font-size: 100%;
}

data-entry-status .label.data-sent {
  background-color: #4caf50;
}

.report .category-color-dark-blue-white,
.table.table-striped.report .category-color-dark-blue-white,
.table.table-striped.report .category-color-dark-blue-white input {
  background: #1b7b50;
}

.report .category-color-blue-black,
.report .category-color-blue-black input,
.table.table-striped.report .category-color-blue-black {
  background: #76e2a0;
}

.report-filter .form-control {
  padding: 0;
  border: 0;
  border-radius: 0;
  z-index: inherit;
}

.report-filter .ng-select .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  max-height: 100px;
  overflow-y: auto;
}

.report-filter .ng-placeholder {
  font-weight: bold;
  color: #000000 !important;
}

.report-filter button {
  padding-bottom: 8px;
}

.user-guide-btn {
  margin-right: 10px;
}

/* VALIDATION PAGE*/
.data-entry-status-overview-page h3 {
  margin: 10px 0 20px;
}

.data-entry-status-overview-page .box {
  margin-bottom: 0;
}

.data-entry-status-overview-page .box-header .w-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.validation-company-filter {
  margin-left: 20px;
  width: 40%;
}

.data-entry-status-overview-page .box-header .w-legend {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.status-legend {
  width: 50%;
}

.data-entry-status-overview-page .status-legend ul {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 400px;
}

.data-entry-status-overview-page .status-legend ul li {
  list-style: none;
  position: relative;
  display: inline-flex;
  font-size: 12px;
  width: 50%;
  padding-left: 13px;
}

.data-entry-status-overview-page .status-legend ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 2px;
  transform: translate3d(0, -50%, 0);
}

.data-entry-status-overview-page
  .status-legend
  ul
  li.data-entry-in-progress:before {
  background-color: #ffffff;
  border: 1px solid #000000;
}

.data-entry-status-overview-page .status-legend ul li.data-sent:before {
  background-color: #4caf50;
}

.data-entry-status-overview-page .w-table {
  width: 100%;
  overflow-x: auto;
  height: 81vh;
}

data-entry-status-overview-company-filter .ng-select {
  width: 300px;
}

.bg-light-grey {
  background-color: #eee !important;
}

.bg-table-th {
  background-color: #80cbc4 !important;
}

.bg-white {
  background-color: #fff;
}

.sticky-x {
  position: sticky;
  left: 0;
  z-index: 1;
}

.data-entry-status-overview-page table {
  border-collapse: separate;
}

.data-entry-status-overview-page table thead tr th {
  font-size: 12px;
}

.data-entry-status-overview-page table thead tr:first-child th {
  min-width: 100px;
  position: sticky;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid #f4f4f4;
  z-index: 1;
}

.data-entry-status-overview-page table thead tr:nth-child(2) th {
  min-width: 87px;
  position: sticky;
  top: 51px;
  background-color: #fff;
  border-bottom: 1px solid #f4f4f4;
  z-index: 1;
}

.data-entry-status-overview-page table tbody tr td {
  font-size: 12px;
  padding: 4px 2px;
}

.data-entry-status-overview-chip {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #dedede;
  font-weight: 600;
  font-size: 11px;
  position: relative;
  display: block;
  z-index: 0;
}

.data-entry-status-overview-chip .no-data {
  padding: 4px 8px;
}

.data-entry-status-overview-chip a {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: block;
  z-index: 0;
  padding: 4px 8px;
  white-space: nowrap;
}

.data-entry-status-overview-chip.data-entry-in-progress,
.data-entry-status-overview-chip.data-sent {
  border-color: transparent;
}

.data-entry-status-overview-chip.data-sent {
  background-color: #4caf50;
  color: #fff;
}

/* LOADER */

loader .w-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.loader {
  background-color: #0052ec;
  padding: 10px 12px;
  border-radius: 6px;
  color: #fff;
  position: sticky;
  top: 10px;
  display: flex;
  align-items: center;
}

.loader p {
  font-size: 13px;
  margin: 0;
}

.loader .icon-loader {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

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

/* MEDIA PICKER */

media-picker-form-element .thumbnail {
  text-align: left;
  margin-bottom: 25px;
  padding-left: 30px;
  min-height: 60px;
  position: relative;
}

media-picker-form-element .limit-image-width img {
  max-width: 200px;
}

media-picker-form-element .select-photo-box {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate3d(0, -50%, 0);
}

media-picker-form-element .select-photo-box.no-image {
  left: 8px;
  right: auto;
}

/* SIDEBAR */

.skin-black-light .main-header .logo {
  position: fixed;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .skin-black-light .main-header .logo {
    position: relative;
  }
}

.sidebar {
  position: fixed;
  width: 230px;
  height: calc(100% - 50px);
  overflow-y: auto;
}

.skin-black-light.sidebar-mini.sidebar-collapse .sidebar {
  position: absolute;
  width: 50px;
  overflow-y: inherit;
}

.sidebar-menu > li > a {
  padding: 10px 5px 10px 15px;
}

.report-information {
  margin-bottom: 20px;
}

.report-filters {
  margin-bottom: 70px;
}

.report-options {
  margin-bottom: 20px;
  margin-top: 80px;
}

.font-weight-bold {
  font-weight: bold;
}

.report-chart-export-content {
  clear: both;
}
.report-chart-export-content .legend-title-text {
  text-overflow: inherit !important;
}

/* HELP PAGE */

.navbar-nav > li > a.active {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}

.help-page .w-form {
  padding: 10px 40px;
  border-right: 1px solid #f9f9f9;
}

.help-page .w-docs {
  padding: 10px 40px;
}

.help-page .help-form .col {
  margin: 5px 0;
}

.help-page .help-form .d-flex {
  display: flex;
  align-items: center;
}

.help-page .help-form h4 {
  min-width: 90px;
  font-size: 16px;
  font-weight: 600;
}

.help-page .help-form label {
  font-size: 15px;
  font-weight: 600;
}

.help-page .help-form p {
  font-size: 14px;
}

.help-page .help-form .ng-select {
  width: 100%;
}

.help-page .help-form h4,
.help-page .help-form p {
  margin: 0;
}

.help-page .help-form .w-select {
  margin-top: 20px;
}

.help-page .help-form .w-select .d-flex {
  margin: 10px 0;
}

.help-page .help-form .w-select h4 {
  margin-bottom: 15px;
}

.help-page .help-form .w-select h5 {
  margin-right: 15px;
}

.help-page .help-form .w-request {
  margin-bottom: 0;
}

.help-page .help-form textarea {
  min-height: 100px;
}

.help-page .help-form checkbox-form-element label {
  font-size: 13px;
  font-weight: 500;
}

.help-page .w-alert {
  position: absolute;
  width: 400px;
  top: 60px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.help-page .w-alert .alert {
  border-radius: 6px;
  background-color: #3f51b5;
  color: #fff;
  margin: 0;
  -webkit-box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.61);
  -moz-box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.61);
  box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.61);
}

.help-page .w-alert .alert.error {
  background-color: #e44135;
}

.help-page .w-alert p {
  font-size: 15px;
}

.help-page .w-alert p.small {
  font-size: 13px;
  margin-top: 15px;
}

.help-page .w-pdf ul {
  padding: 0;
  margin: 0 0 0 8px;
}

.help-page .w-pdf ul li {
  list-style: none;
  font-size: 16px;
  color: #222d32;
  display: flex;
  align-items: center;
  margin: 8px 0 0;
}

.help-page .w-pdf ul li a {
  color: #222d32;
  text-decoration: underline;
  margin-left: 10px;
}

.help-page .w-video {
  margin-top: 100px;
  max-width: 450px;
}

/* MESSAGE PAGE */

.main-header .label {
  background-color: #ff9800;
}

.navbar-custom-menu .dropdown.messages-menu .menu h4 {
  padding-right: 110px !important;
  margin-left: 0 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navbar-custom-menu .dropdown.messages-menu .menu p {
  padding-right: 110px !important;
  margin-left: 0 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.message-page .mailbox-controls {
  padding: 10px;
}

.message-page .has-error .control-label {
  color: #dd4b39 !important;
}

.message-page .help-block {
  display: block !important;
  position: relative !important;
  bottom: 0 !important;
  margin-bottom: 0;
  font-size: 14px !important;
  color: #dd4b39;
}

.message-page .table-responsive {
  overflow-x: hidden;
}

.message-page .mailbox-messages table tr {
  cursor: pointer;
}

.message-page .label {
  background-color: #ff9800;
}

.message-page .mailbox-messages table tr.unread {
  font-weight: bolder;
  border-left: 5px solid #ff9800;
}

.message-page .mailbox-messages table td {
  padding: 10px 20px;
}

.message-page .col-md-9 .box-body {
  min-height: 70vh;
}

.message-page .mailbox-read-message {
  padding: 10px 30px;
}

.message-page .mailbox-read-info {
  padding: 15px 30px;
}

.message-page .recipients-box .box-body {
  min-height: auto;
  padding: 5px 30px 10px;
}

.message-page .recipients-box ul {
  padding: 0;
}

.message-page .recipients-box ul li {
  display: inline-flex;
  list-style: none;
  align-items: center;
  margin: 3px 0;
  width: 100%;
}
.message-page .recipients-box ul li h6 {
  font-weight: bold;
  margin-right: 6px;
}

.message-page .recipients-box ul li span {
  background-color: #ecf0f5;
  border-radius: 6px;
  font-size: 11px;
  padding: 5px 10px;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
  margin: 0 3px;
}
.message-page .recipients-box ul li span:hover {
  opacity: 0.88;
}

.message-page .recipients-box .recipients-ul {
  margin-top: 10px;
  padding: 10px 0 0;
}

.message-page .recipients-box .recipients-ul.has-no-filters {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0 0;
}

.message-page .recipients-box .recipients-ul li {
  width: auto;
  margin-right: 5px;
  margin-bottom: 5px;
}

.message-page .recipients-box .recipients-ul li span {
  background-color: #3c8dbc;
  font-size: 14px;
  color: #fff;
  border: none;
}

@media only screen and (max-width: 1024px) {
  .message-page .table-responsive {
    overflow-x: auto;
  }
}

.page-index {
  list-style: none;
  margin: 20px;
  padding: 0;
}

.page-index li {
  margin: 10px 0 10px 20px;
  font-size: 18px;
}

.page-index li.section-title-index {
  margin-left: 0;
  font-size: 22px;
  font-weight: bold;
}

.page-index li a {
  color: #333;
  cursor: pointer;
}

.report-section-title,
.report-page-title {
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 22px;
}

.report-section-title {
  background: #092856;
  color: #ffffff;
}

.report-page-title {
  background: #f2eee0;
  color: #092856;
}

.filter-label {
  margin-top: 10px;
}

.chart-title {
  background: #77977b;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  margin: 0 0 20px 0;
}

.chart-title.blue-chart-title {
  background: #092856;
  color: #fff;
}

.top-scrollbar-wrapper {
  overflow-x: scroll;
  height: 20px;
  position: sticky;
  top: -4px;
  z-index: 8;
}

.top-scrollbar-wrapper div {
  height: 20px;
}

.table-programmed-intervention-dock-file-headers {
  top: 16px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 8;
  background: #ffffff;
}

.table-header-scroller {
  overflow-x: hidden;
  margin-bottom: 0;
  display: flex;
}

.table-header-scroller th,
.data-table td {
  padding: 4px;
  font-size: 12px;
}

.no-margin-top {
  margin-top: 0 !important;
}

.data-table .actions {
  padding: 0;
  margin: 0;
}

.data-table .actions li {
  list-style: none;
  display: inline-block;
  margin-right: 8px;
}
/* hide regions */
.companies-with-stores-list li > ul {
  display: none;
}
