html {
  font-size: 16px;
}

body {
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
}

.fs-sm {
  font-size: 14px;
}

.fs-xs {
  font-size: 12px;
}

label:not(.form-check-label):not(.custom-file-label) {
  font-size: 0.8rem;
  margin-bottom: 0.15rem;
  font-weight: 300;
}

.btn, a {
  font-weight: 300;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.75rem;
}

.icheck-primary {
  cursor: pointer;
}

.toggle_password {
  cursor: pointer;
}

.break {
  flex-basis: 100%;
  height: 0;
}

.break-column {
  flex-basis: 100%;
  width: 0;
}

[class*=icheck-] > input:first-child + label::before,
[class*=icheck-] > input:first-child + input[type=hidden] + label::before {
  border-radius: 4px;
}

.parsley-errors-list.filled {
  margin-top: 5px;
  font-size: 0.7em;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
}

textarea {
  resize: none;
}

.card .card-header {
  border-bottom: 0;
  border-radius: 0.25rem;
  padding-bottom: 0;
}
.card .card-header form {
  display: inline-block !important;
}
.card .card-header .card-title {
  font-size: 1rem;
}
.card .card-header + .card-body {
  padding-top: 0.75rem;
}
.card > .card-body:first-child > form:first-child {
  margin-top: -1.25rem;
}
.card > .card-body:first-child > #login {
  margin-top: -0.5rem !important;
}
.card .card-body {
  border-radius: 0.25rem;
}
.card .card-body .x-form-input {
  margin-bottom: 0.75rem;
}
.card .card-body .x-form-input:last-child {
  margin-bottom: 0;
}
.card .card-footer {
  border-radius: 0.25rem;
}

.card.header-only .card-header {
  padding-bottom: 0.75rem;
}
.card.header-only .card-body {
  display: none;
}

.layout-fixed .wrapper .sidebar {
  height: 100vh;
}

.main-footer {
  background-color: #f4f6f9;
  border-top: none;
}

.main-sidebar nav ul.nav.nav-sidebar {
  display: flex;
  min-height: calc(100vh - 160px);
}

.navbar-nav {
  display: flex;
  align-items: center;
  /*
  .nav-link {

      font-size: 1.8rem;
      padding: 0 0.5rem !important;

      i {
          position: relative;
          top: -2px;
      }

  }
  */
}
.navbar-nav h1 {
  font-size: 1rem;
  padding-top: 0.15rem;
  margin-bottom: 0;
  margin-left: 0.5rem;
}
.navbar-nav .breadcrumb {
  margin-bottom: 0;
  padding: 0;
  background: none;
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
.navbar-nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.3rem;
}
.navbar-nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.3rem;
}

.nav-sidebar {
  margin-bottom: 40px;
}
.nav-sidebar .nav-header {
  margin-top: 0.25rem;
  font-weight: 400;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding-left: 0.5rem;
  padding-bottom: 0.15rem;
}
.nav-sidebar .nav-item > .nav-link {
  color: #a1a5b7;
}
.nav-sidebar .nav-link {
  padding: 0.4rem 1rem;
  font-size: 0.95rem;
}

.sidebar .user-panel .image {
  padding-left: 0.4rem;
}
.sidebar .user-panel .image img {
  width: 4.25rem;
}
.sidebar .user-panel .info {
  padding-right: 0.65rem;
  padding-top: 0;
  position: relative;
  top: -4px;
  color: #d0d4db;
}
.sidebar .user-panel .info .name {
  font-size: 0.85rem;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sidebar .user-panel .info .email {
  font-size: 0.75rem;
  margin-top: -5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sidebar .user-panel .info a {
  font-size: 0.7rem;
}
.sidebar .user-panel .info a i {
  width: 1rem;
  font-size: 0.6rem;
  text-align: center;
  margin-right: 1px;
  position: relative;
  top: -1px;
}

#set_locale {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
  font-size: 0.8rem;
}
#set_locale img {
  margin-left: 2px;
  position: relative;
  top: -1px;
}

#toolbar .btn {
  margin-left: 0.25rem;
}

.custom-file-label::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0c7" !important;
  cursor: pointer !important;
}

table.table {
  visibility: hidden;
}

.bootstrap-datetimepicker-widget table {
  visibility: visible !important;
}

.dataTables_wrapper {
  display: none;
}
.dataTables_wrapper .table.dataTable {
  width: 100% !important;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 1rem !important;
}
.dataTables_wrapper .table.dataTable .actions,
.dataTables_wrapper .table.dataTable .reorder {
  padding-left: 0;
  padding-right: 0;
}
.dataTables_wrapper .table.dataTable th {
  font-weight: 300;
  font-size: 0.9rem;
  padding-bottom: 0.3rem;
  border-top: 0;
  border-bottom: 0;
}
.dataTables_wrapper .table.dataTable td {
  cursor: default;
  padding: 0.35rem 0.75rem 0.35rem;
}
.dataTables_wrapper .table.dataTable td.actions .btn-xs {
  padding: 0.125rem 0.5rem;
}
.dataTables_wrapper .table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(255, 227, 0, 0.168627451);
  color: #212529;
}
.dataTables_wrapper .table.dataTable > tbody > tr.child span.dtr-title {
  display: block;
  margin-bottom: -2px;
  font-size: 0.7rem;
  font-weight: 400;
}
.dataTables_wrapper .table.dataTable > tbody > tr.child ul.dtr-details > li {
  padding: 0.75rem 0 0.5rem;
}
.dataTables_wrapper .dataTables_info {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start !important;
  height: auto !important;
}
.dataTables_wrapper .dataTables_info .select-info {
  margin: 0;
}
.dataTables_wrapper .dataTables_info .select-info .select-item {
  display: none;
  margin: 0 0.2rem 0 0;
}
.dataTables_wrapper .dataTables_info .select-info .select-item:first-child {
  display: inline-block;
}
.dataTables_wrapper .dataTables_info .select-info a {
  color: var(--primary);
  cursor: pointer;
}
.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_filter label,
.dataTables_wrapper .table_filters label {
  color: #6c757d;
  font-weight: 300 !important;
}
.dataTables_wrapper .dataTables_length .select2-container--default,
.dataTables_wrapper .dataTables_filter .select2-container--default,
.dataTables_wrapper .table_filters .select2-container--default {
  width: 65px !important;
  margin: 0 2px;
  top: -1px;
}
.dataTables_wrapper .dataTables_length .select2-container--default .select2-selection--single,
.dataTables_wrapper .dataTables_filter .select2-container--default .select2-selection--single,
.dataTables_wrapper .table_filters .select2-container--default .select2-selection--single {
  padding: 2px 0 0 0;
}
.dataTables_wrapper .dataTables_length input,
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .table_filters input {
  font-weight: 300;
  font-size: 0.8rem;
}
.dataTables_wrapper .dataTables_length .filter,
.dataTables_wrapper .dataTables_filter .filter,
.dataTables_wrapper .table_filters .filter {
  position: relative;
  display: inline-block;
  min-width: 140px;
  margin-left: 0.6rem;
}
.dataTables_wrapper .dataTables_length .filter label,
.dataTables_wrapper .dataTables_filter .filter label,
.dataTables_wrapper .table_filters .filter label {
  position: absolute;
  top: -18px;
  left: 2px;
  font-size: 0.75rem;
}
.dataTables_wrapper .dataTables_filter label {
  margin-top: -19px;
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
}
.dataTables_wrapper .dataTables_filter label input {
  margin-left: 0 !important;
}
.dataTables_wrapper .table_filters {
  margin-left: 0;
}
.dataTables_wrapper .table_filters .select2-container {
  width: 100% !important;
  font-size: 0.8rem;
}
.dataTables_wrapper .dataTables_info {
  font-size: 0.8rem;
  color: #6c757d;
  padding-top: 0 !important;
  display: flex;
  height: 100%;
  align-items: center;
}
.dataTables_wrapper .dataTables_paginate .page-link {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.dataTables_wrapper table.dataTable thead > tr > th.sorting::before,
.dataTables_wrapper table.dataTable thead > tr > th.sorting::after,
.dataTables_wrapper table.dataTable thead > tr > td.sorting::after,
.dataTables_wrapper table.dataTable thead > tr > td.sorting::before {
  font-size: 0.75rem !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
}
.dataTables_wrapper table.dataTable thead > tr > th.sorting::before,
.dataTables_wrapper table.dataTable thead > tr > th.sorting_asc::before,
.dataTables_wrapper table.dataTable thead > tr > th.sorting_desc::before,
.dataTables_wrapper table.dataTable thead > tr > th.sorting_asc_disabled::before,
.dataTables_wrapper table.dataTable thead > tr > th.sorting_desc_disabled::before,
.dataTables_wrapper table.dataTable thead > tr > td.sorting::before,
.dataTables_wrapper table.dataTable thead > tr > td.sorting_asc::before,
.dataTables_wrapper table.dataTable thead > tr > td.sorting_desc::before,
.dataTables_wrapper table.dataTable thead > tr > td.sorting_asc_disabled::before,
.dataTables_wrapper table.dataTable thead > tr > td.sorting_desc_disabled::before {
  bottom: 32%;
  content: "\f0de" !important;
}
.dataTables_wrapper table.dataTable thead > tr > th.sorting::after,
.dataTables_wrapper table.dataTable thead > tr > th.sorting_asc::after,
.dataTables_wrapper table.dataTable thead > tr > th.sorting_desc::after,
.dataTables_wrapper table.dataTable thead > tr > th.sorting_asc_disabled::after,
.dataTables_wrapper table.dataTable thead > tr > th.sorting_desc_disabled::after,
.dataTables_wrapper table.dataTable thead > tr > td.sorting::after,
.dataTables_wrapper table.dataTable thead > tr > td.sorting_asc::after,
.dataTables_wrapper table.dataTable thead > tr > td.sorting_desc::after,
.dataTables_wrapper table.dataTable thead > tr > td.sorting_asc_disabled::after,
.dataTables_wrapper table.dataTable thead > tr > td.sorting_desc_disabled::after {
  content: "\f0dd" !important;
}

.select2-container--default .select2-results__option,
.select2-container--bootstrap .select2-results__option {
  font-size: 0.8rem;
  padding: 4px 10px;
}

.form-control {
  font-weight: 400;
}

select.form-control {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  padding: 0.375rem 24px 0.375rem 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
}

.select2-container--bootstrap .select2-selection {
  padding: 0.375rem 24px 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
}
.select2-container--bootstrap .select2-selection--single {
  height: 38px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  font-size: 1rem;
  font-weight: 400;
}

.dataTables_wrapper .select2-selection {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  height: 31px;
}
.dataTables_wrapper .select2-selection .select2-selection__rendered {
  line-height: 32px;
}
.dataTables_wrapper .table.dataTable.text-small td {
  font-size: 0.85rem;
}
.dataTables_wrapper .table.dataTable.text-small td small {
  color: #666;
  display: inline-block;
  position: relative;
  top: -4px;
  font-weight: 300;
  font-size: 85%;
}
.dataTables_wrapper .filters-container {
  padding-top: 0.5rem;
}
.dataTables_wrapper .filters-container .filters {
  display: flex;
}
.dataTables_wrapper .filters-container .filters > div {
  margin-left: 1rem;
  min-width: 140px;
}

.table_filters,
.table_batch {
  display: none;
}

.dataTables_wrapper .table_filters,
.dataTables_wrapper .table_batch {
  display: block;
}

.table_batch {
  margin-bottom: 0.5rem;
}

.dropdown-menu {
  padding: 0.25rem 0;
  margin-top: 0;
}

.dropdown-item {
  font-weight: 300;
  font-size: 0.9rem;
}

.dropdown-divider {
  margin: 0.25rem 0;
}

.profile_image_preview {
  width: 200px;
}

.nav.nav-pills {
  font-size: 0.9rem;
}

.btn.btn-menu,
.btn.btn-back {
  padding: 0.5rem 0.75rem;
  margin: 0 0.25rem 0 0.5rem;
  display: flex;
  align-items: center;
  color: #666;
  font-size: 0.9rem;
}
.btn.btn-menu i,
.btn.btn-back i {
  font-size: 1rem;
}
.btn.btn-menu span,
.btn.btn-back span {
  margin-left: 0.5rem;
}

.pointer {
  cursor: pointer;
}

.translations {
  position: relative;
}
.translations .translation {
  display: none;
}
.translations .translation:first-child {
  display: block;
}
.translations .change_translation_locale {
  position: absolute;
  top: -7px;
  right: 0px;
  z-index: 1;
}
.translations .change_translation_locale img {
  cursor: pointer;
  border-top-right-radius: 0.25rem;
  display: none;
}

.facebook_connect {
  background-color: #4267B2;
  border: 0;
  padding: calc(0.25rem + 1px) 0.5rem;
  padding-left: 36px;
  position: relative;
}

.facebook_connect:hover {
  background-color: #4267B2;
}

.facebook_connect::before {
  display: block;
  content: "";
  background-image: url(/images/Facebook_Logo_Secondary.png?b8bcdfe042e15e680f52ac5dbcb973d5);
  background-size: contain;
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 6px;
  left: 8px;
}

.instagram_connect {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 );
  border: 0;
  padding: calc(0.25rem + 1px) 0.5rem;
  padding-left: 36px;
  position: relative;
}

.instagram_connect:hover {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 );
}

.instagram_connect::before {
  display: block;
  content: "";
  background-image: url(/images/Instagram_Glyph_White.png?bb8a77bfaa323012e85258832a9aa7df);
  background-size: contain;
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 6px;
  left: 8px;
}

.social_info {
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #757575;
}

.timeline {
  padding-bottom: 4px;
  margin-bottom: 30px;
}
.timeline .time-label > span {
  padding: 4px 12px;
  font-weight: 300;
  font-size: 0.9rem;
}
.timeline > div > .fa,
.timeline > div > .fab,
.timeline > div > .fad,
.timeline > div > .fal,
.timeline > div > .far,
.timeline > div > .fas,
.timeline > div > .ion,
.timeline > div > .svg-inline--fa {
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  top: 1px;
  left: 15px;
  height: 36px;
  width: 36px;
}

#coordinates-modal #coordinates-map {
  position: relative;
  height: calc(100vh - 200px);
}
#coordinates-modal .coordinates {
  margin-right: auto;
  display: flex;
  width: 225px;
}
#coordinates-modal .coordinates .form-group {
  position: relative;
}
#coordinates-modal .coordinates .form-group label {
  margin: 0;
  position: absolute;
  top: 8px;
  left: 7px;
  font-size: 0.7rem;
}
#coordinates-modal .coordinates .form-group input {
  padding-left: 30px;
  background: #fff;
  text-align: right;
}

.dashboard .card-header .inner {
  display: flex;
  flex-direction: row;
}
.dashboard .card-header .inner .x-form-input {
  margin-left: 0.25rem;
}
.dashboard .card-header .inner .x-form-input .form-control {
  font-size: 0.8em;
  height: calc(1.75rem + 2px);
  line-height: 1.7em;
  padding: 0.2rem 0.5rem;
  min-width: 134px;
}
.dashboard .card-header .inner .x-form-input .select2-container--bootstrap .select2-selection {
  font-size: 0.8em;
  padding: 0.2rem 24px 0.2rem 0.75rem;
}
.dashboard .card-header .inner .x-form-input .select2-container--bootstrap .select2-selection--single {
  height: calc(1.75rem + 2px);
}
.dashboard .card-header .inner .x-form-input .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  font-size: 0.8rem;
  line-height: 1.7em;
  min-width: 50px;
}
.dashboard .chart {
  min-height: 300px;
}
.dashboard .chart .tickLabel {
  font-size: 0.8em;
}

#flot-tooltip {
  position: absolute;
  display: none;
  background-color: #fff;
  border: 2px solid #3c8dbc;
  border-radius: 4px;
  padding: 0px 12px;
  opacity: 0.8;
  font-weight: 400;
  text-align: center;
  line-height: 1em;
}
#flot-tooltip small {
  font-size: 0.6rem;
}
#flot-tooltip strong {
  display: block;
  font-size: 1rem;
  padding: 4px 0 6px;
}

#tracing .map {
  height: 300px;
}
