.flex-column {
  flex-direction: column; }

.ml-auto {
  margin-left: auto; }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

@media (min-width: 992px) {
  .mt-lg-65 {
    margin-top: 65px; } }

@media (max-width: 767px) {
  .mr-md-15 {
    margin-right: -15px; } }

@media (max-width: 767px) {
  .ml-md-15 {
    margin-left: -15px; } }

@media (max-width: 767px) {
  .pt-md-20 {
    padding-top: 20px !important; } }

.pt-2 {
  padding-top: 1rem !important; }

@media (max-width: 767px) {
  .text-md-left {
    text-align: left; } }

@media (max-width: 575px) {
  .text-sm-left {
    text-align: left; } }

/*.bg-blue {*/
/*  background-color: #3694d0;*/
/*  background-image: linear-gradient(-157deg, #3694d0 0%, #046aa2 100%); }*/

/*tooltip._top:not(._left):not(._right) tip.bg-blue tip-arrow {*/
/*  border-top-color: #046aa2 !important; }*/

/*tooltip._left:not(._top):not(._bottom) tip.bg-blue tip-arrow {*/
/*  border-left-color: #046aa2 !important; }*/

tip.bg-blue {
  padding: 4px; font-size: 1.1rem; text-transform: initial; }

.d-inline-block {
  display: inline-block; }

.d-inline-flex {
  display: inline-flex; }

.align-items-center {
  align-items: center; }

/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/* Global Styles */
/* my_alerts-cards.html */
* {
  outline: none !important; }

html {
  height: 100%; }

body {
  height: 100%;
  background-color: #222;
  font-family: 'Lato', sans-serif;
  overflow-x: hidden; }

b, strong {
  font-weight: 600; }

#wrapper {
  padding-left: 0;
  min-height: 100%;
  background-color: #f2f4f7; }
  @media (min-width: 1600px) {
    #wrapper {
      padding-left: 225px; } }
  #wrapper.new-page {
    padding-left: 241px; }
    @media (max-width: 1599px) {
      #wrapper.new-page {
        padding-left: 0; } }
    #wrapper.new-page #page-wrapper {
      background-color: transparent;
      padding: 80px 0 0 0; }

#page-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #fff; }

.huge {
  font-size: 50px;
  line-height: normal; }

@media (min-width: 768px) {
  #page-wrapper {
    padding: 100px 0 0 20px; } }

/* Top Navigation */
.navbar-inverse {
  background-color: #ffffff;
  border-color: #ebebed;
  right: 0 !important; }

.navbar-nav > li > a {
  border-left: 5px solid #2d3645; }

.navbar-nav > .active > a {
  /*border-left: 5px solid #0d74aa;*/
  background-color: inherit !important; }

.navbar form {
  float: left;
  margin-top: 22px;
  margin-left: 25px; }

.navbar > form > input.form-control {
  border-radius: 7px;
  background-image: url(../img/search.png);
  background-repeat: no-repeat;
  background-position: 4% 47%;
  padding-left: 40px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  width: 347px;
  background-color: #f2f2f2; }

.top-nav {
  padding: 0 15px;
  height: 77px; }
  .top-nav .dropdown a {
    font-size: 23px;
    padding-top: 3px; }
  .top-nav > li {
    display: inline-block;
    float: left;
    height: 77px; }
    .top-nav > li > div {
      display: inline-block; }
    .top-nav > li > a {
      vertical-align: top;
      height: 77px;
      padding: 23px 23px 0 23px; }
    .top-nav > li > img, .top-nav > li > div {
      margin-top: 15px; }
    .top-nav > li img {
      vertical-align: top; }
  @media (max-width: 991px) {
    .top-nav {
      padding-left: 0; }
      .top-nav > li.ticket > a {
        padding-left: 15px;
        padding-right: 15px; } }

.profile {
  padding: 0 23px;
  font-weight: 600;
  /*color: #0473a7;*/
  font-size: 14px; }
  .profile img {
    margin-right: 10px; }
  .profile a {
    font-weight: 400;
    font-size: 12px;
    text-decoration: underline;
    letter-spacing: -0.05em; }
    .profile a:first-of-type {
      margin-right: 5px; }
    .profile a:last-of-type {
      margin-left: 5px; }

.ticket {
  border-left: 1px solid #ebebed;
  border-right: 1px solid #ebebed; }

.top-nav > li > a:hover, .top-nav > li > a:focus {
  color: #337ab7;
  background-color: #f2f2f2; }

.top-nav > .open > a {
  color: #337ab7;
  background-color: #f2f2f2; }
  .top-nav > .open > a:hover, .top-nav > .open > a:focus {
    color: #337ab7;
    background-color: #f2f2f2; }

.top-nav > .open > .dropdown-menu {
  float: left;
  position: absolute;
  margin-top: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .top-nav > .open > .dropdown-menu > li > a {
    white-space: normal; }

.navbar-brand {
  position: relative;
  padding: 0;
  float: none;
  height: 76px;
}

.navbar-brand .logo-wrapper {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.navbar-brand img {
  opacity: 0;
}

.breadcrumb {
  background-color: transparent;
  font-size: 12px;
  padding: 0;
  margin-bottom: 0; }
  .breadcrumb li a {
    color: #6b7586;
    text-decoration: none; }
  .breadcrumb > li + li:before {
    content: ">";
    color: #6b7586; }

ul.message-dropdown {
  padding: 0;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto; }

li.message-preview {
  width: 275px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  li.message-preview > a {
    padding-top: 15px;
    padding-bottom: 15px; }

li.message-footer {
  margin: 5px 0; }

ul.alert-dropdown {
  width: 200px; }

/* Side Navigation */
.navbar-inverse .navbar-nav > .dropdown-in-menu {
  background-color: #262e3c; }
  .navbar-inverse .navbar-nav > .dropdown-in-menu > a:focus {
    background-color: #262e3c; }
  .navbar-inverse .navbar-nav > .dropdown-in-menu > a:hover {
    background-color: #2d3645; }

.navbar-inverse .side-nav.navbar-nav > li > a.feeback {
  word-break: break-all; }

.navbar-inverse .responsive-header .navbar-brand img {
  max-width: 200px;
  max-height: 70px;
}
.clear-darkness:focus, .clear-darkness:hover {
  filter: none;
}

@media (min-width: 1600px) {
  .navbar-inverse .navbar-brand__desktop {
    display: block; }
  .navbar-inverse .navbar-brand__mobile,
  .navbar-inverse .navbar-header .button-open-menu {
    display: none; }
  .navbar-inverse .responsive-header .navbar-brand {
    padding: 5px;
    display: block;
  }
  .navbar-inverse .responsive-header .navbar-brand .logo-wrapper {
    background-position: center;
    flex: 1;
  }
}

@media (max-width: 1599px) and (min-width: 768px) {
  .navbar-inverse .navbar-brand__mobile {
    display: block !important; }
  .navbar-inverse .navbar-collapse.collapse {
    display: none !important; }
  .navbar-inverse .navbar-collapse.in {
    overflow-y: visible;
    display: block !important; }
  .navbar-inverse a.navbar-brand.hidden-xs.hidden-sm {
    display: none; }
  .navbar-inverse .responsive-header .navbar-header {
    height: 77px;
    /*background: #0073ae;*/
    width: 242px;
    padding: 18px 15px; }
  .navbar-inverse .responsive-header .navbar-brand {
    /*height: 25px; */
  }
  .navbar-inverse .responsive-header .navbar-brand img {
    max-width: 170px;
    height: 44px;
  }
  .navbar-inverse .navbar-header .button-open-menu {
    display: block;
    float: left;
    background: none;
    border: none;
    height: 30px;
    width: 26px;
    margin-right: 15px;
    padding: 15px 0 0 0;
  }
  .navbar-inverse .button-open-menu .icon-bar {
    background: #fff;
    height: 2px;
    border-radius: 5px;
    display: block;
    margin-bottom: 5px; }
  .navbar-inverse .button-open-menu .icon-bar.first {
    width: 26px; }
  .navbar-inverse .button-open-menu .icon-bar.second {
    width: 20px; }
  .navbar-inverse .button-open-menu .icon-bar.third {
    width: 11px; } }

@media (max-width: 767px) {
  .navbar-inverse.navbar-fixed-top .navbar-collapse {
    min-height: 100%;
    overflow-y: auto !important; }
  .navbar-inverse.navbar-fixed-top > li > a {
    word-break: break-all;
    padding-left: 15px; }
  .navbar-inverse .side-nav.navbar-nav > li > a {
    word-break: break-all;
    padding-left: 15px; }
  .navbar-inverse .side-nav.navbar-nav > li > a.feeback:before {
    left: 15px; }
  .navbar-inverse .responsive-header .navbar-brand {
    height: 25px;
  }
}
  

.side-nav li a img {
  opacity: .3;
  margin-right: 10px; }

.side-nav li.active a img, .side-nav li a:hover img {
  opacity: 1; }

/*
.numalerts {
  display: inline-block;
  background-color: #e52c42;
  padding: 1px 9px 1px 7px;
  border-radius: 5px;
  margin-left: 60px;
  color: #d2d2d2;
}
*/
.table thead td {
  text-transform: uppercase;
  font-weight: 600; }

@media (min-width: 768px) {
  .side-nav {
    position: fixed;
    top: 76px;
    left: 225px;
    width: 242px;
    margin-left: -225px;
    border: none;
    border-radius: 0;
    overflow-y: auto;
    background-color: #2d3645;
    bottom: 0;
    overflow-x: hidden;
    padding-bottom: 40px; }
    .side-nav > li > a {
      width: 242px; }
    .side-nav li a:hover, .side-nav li a:focus {
      outline: none; } }

.side-nav > li > ul {
  padding: 0; }
  .side-nav > li > ul > li > a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #999; }
    .side-nav > li > ul > li > a:hover {
      color: #fff; }

/* Flot Chart Containers */
.flot-chart {
  display: block;
  height: 400px; }

.flot-chart-content {
  width: 100%;
  height: 100%; }

.chart-wrapper .chart-body .highcharts-axis-labels span,
.chart-wrapper .chart-body .highcharts-axis-labels a {
  text-align: right !important; }

@media (max-width: 767px) {
  .chart-wrapper .chart-body {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden; } }

.chart-wrapper + .chart-wrapper {
  padding-top: 10px; }

/* Custom Colored Panels */
.huge {
  font-size: 40px; }

.panel-green {
  border-color: #5cb85c; }
  .panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c; }
  .panel-green > a {
    color: #5cb85c; }
    .panel-green > a:hover {
      color: #3d8b3d; }

.panel-red {
  border-color: #d9534f; }
  .panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f; }
  .panel-red > a {
    color: #d9534f; }
    .panel-red > a:hover {
      color: #b52b27; }

.panel-yellow {
  border-color: #f0ad4e; }
  .panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e; }
  .panel-yellow > a {
    color: #f0ad4e; }
    .panel-yellow > a:hover {
      color: #df8a13; }

.dropdown-in-menu {
  width: 100%;
  color: #6b7586;
  font-size: 12px;
  position: relative;
  top: 7px;
  margin-bottom: 11px; }
  .dropdown-in-menu .fa-angle-down {
    font-size: 28px;
    position: relative;
    top: 4px;
    right: -10px; }
  .dropdown-in-menu p {
    color: white;
    font-size: 13px; }
  .dropdown-in-menu > a {
    width: 100% !important;
    border: 0 !important;
    background-color: #262e3c;
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
    .dropdown-in-menu > a:focus {
      background-color: #262e3c; }
  .dropdown-in-menu .dropdown-menu {
    width: 100%; }

/*  Content   */
.page-header {
  margin-top: 0;
  padding-bottom: 0;
  font-size: 32px;
  border-bottom: 0; }
  .page-header span {
    font-weight: 300;
    font-size: 24px; }

/* Filter Form   (more styles for this form you can find in 'css/bootstrap-select.css') */
.filter-form {
  margin-bottom: 20px; }
  .filter-form * {
    outline: none; }
  @media (max-width: 575px) {
    .filter-form.responsive .btn {
      display: block;
      width: 100%;
      padding-top: 10px;
      padding-bottom: 10px; } }

.bootstrap-select > .dropdown-toggle, .bootstrap-select.btn-group .dropdown-menu {
  /*border-radius: 7px !important;*/
  outline: none; }

.btn-group.open .dropdown-toggle {
  /*border-radius: 7px !important;*/
  outline: none; }

.bootstrap-select > .dropdown-toggle {
  background-color: #f2f2f2; }

.caret {
  border-top: 10px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.bootstrap-select.btn-group .dropdown-toggle .caret {
  top: 40%; }

.filter-form .btn-primary {
  height: 28px;
  width: 97px;
  font-size: 12px;
  padding: 0;
  border-radius: 6px;
  outline: none; }
.filter-form .btn-danger {
  height: 28px;
  width: 97px;
  font-size: 12px;
  padding: 0;
  border-radius: 6px;
  outline: none; }
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  margin-right: 10px; }

.reset-filters {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0px;
  position: relative;
  margin-right: 30px;
  color: #2e3746; }
  .reset-filters > input {
    display: block;
    border: 0;
    background: transparent;
    color: #0d74aa;
    text-decoration: underline;
    padding-left: 0;
    font-size: 12px; }

/* calendar style here */
.picker-container {
  position: absolute;
  z-index: 99;
  left: auto;
  right: 0; }

.cal {
  background-color: white;
  display: block;
  width: 216px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  border-collapse: collapse;
  border-spacing: 0; }
  .cal a {
    text-decoration: none; }
  .cal tr, .cal th, .cal td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
  .cal caption {
    line-height: 32px;
    font-weight: bold;
    color: #e2e2e2;
    text-align: center;
    text-shadow: 0 -1px black;
    background: #333;
    border-top: 1px solid #333;
    border-bottom: 1px solid #313131;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.04); }
    .cal caption a {
      display: block;
      line-height: 32px;
      padding: 0 10px;
      font-size: 15px;
      color: #e2e2e2; }
      .cal caption a:hover {
        color: white; }
    .cal caption .prev {
      float: left; }
    .cal caption .next {
      float: right; }
  .cal th, .cal td {
    width: 30px;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.8); }
  .cal th:first-child, .cal td:first-child {
    border-left: 0; }
  .cal th {
    line-height: 20px;
    font-size: 8px;
    color: #696969;
    text-transform: uppercase;
    background: #f3f3f3;
    border-left: 1px solid #f3f3f3; }
  .cal td {
    font-size: 11px;
    font-weight: bold;
    border-top: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2; }
    .cal td a {
      clear: both;
      display: block;
      position: relative;
      width: 30px;
      line-height: 28px;
      color: #666;
      background-image: -webkit-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);
      background-image: -moz-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);
      background-image: -o-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);
      background-image: linear-gradient(to bottom, #eaeaea, #e5e5e5 60%, #d9d9d9);
      -webkit-box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5);
      box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5); }
      .cal td a:hover {
        background: #f3f3f3; }
    .cal td.off a {
      background: #f3f3f3;
      color: #b3b3b3; }
    .cal td.active.on a, .cal td.on a:active {
      margin: -1px;
      color: #f3f3f3;
      text-shadow: 0 1px rgba(0, 0, 0, 0.3);
      background: #6dafbf;
      border: 1px solid #598b94;
      -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
      box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05); }
    .cal td.active:first-child a, .cal td:first-child a:active {
      border-left: 0;
      margin-left: 0; }
    .cal td.active:last-child a, .cal td:last-child a:active {
      border-right: 0;
      margin-right: 0; }
  .cal tr:last-child td.active a, .cal tr:last-child td a:active {
    border-bottom: 0;
    margin-bottom: 0; }

.date-picker {
  height: 33px;
  width: 90px;
  border-radius: 7px;
  /* box-shadow: none; */
  border: 1px solid #e3e3e3;
  background-color: #f2f2f2;
  background-image: url(../img/calendar.png);
  background-repeat: no-repeat;
  background-position: 90% 50%; }

.filter-form label {
  font-size: 11px;
  font-style: italic;
  font-weight: 700;
  margin: 0 7px 0 0; }
  .filter-form label input {
    margin-left: 7px; }

.date-picker {
  padding-left: 7px; }

/* end of calendar */
/* Content  */
.content {
  background-color: #f3f4f8;
  padding: 0 4px; }
  .content .col-md-12 {
    padding: 0px 20px; }

.order {
  margin-top: 15px; }
  .order a {
    font-size: 12px;
    text-decoration: underline;
    /*color: #0d74aa;*/
    margin-right: 20px; }
    .order a.active-link-alerts {
      color: white;
      display: inline-block;
      border-radius: 6px;
      text-decoration: none;
      padding: 5px 10px;
      font-weight: 300;
      font-size: 11px; }

.orderby {
  margin-top: 10px; }
  .orderby .bootstrap-select .dropdown-toggle {
    background-color: white; }
  .orderby .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 195px; }

.bywhat {
  margin-top: -30px;
  margin-bottom: 20px; }

.display-like {
  float: right;
  position: relative; }
  .display-like tooltip {
    display: block;
    width: 100%;
    height: 100%; }
  .display-like.d-flex .list,
  .display-like.d-flex .cards {
    position: relative;
    width: 70px; }
    .display-like.d-flex .list .display-like-link,
    .display-like.d-flex .cards .display-like-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: 0; }
  .display-like .list {
    width: 70px; }
  .display-like > div {
    display: inline-block;
    width: 50px;
    height: 65px;
    position: relative;
    top: -17px;
    text-align: center; }
    .display-like > div > a {
      width: 100%;
      height: 100%;
      display: block; }
      .display-like > div > a > img {
        position: relative;
        top: 23px; }

.display-active {
  background-color: white; }

.alert-item {
  font-size: 12px;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 20px; }
  .alert-item > div {
    background-color: white;
    padding: 10px 15px 20px;
    min-height: 175px; }
  .alert-item .checkbox {
    display: inline-block;
    position: relative;
    top: -5px;
    float: left; }
  .alert-item p {
    margin: 0; }

/*
.alert-item:nth-child(1n+6) div {
  background: #e9ecf0;
}
*/
.info-item {
  display: block;
  margin-left: 20px;
  border-bottom: 1px solid #dee3ea;
  padding-bottom: 3px; }

.alert-image {
  position: absolute;
  right: 29px;
  top: 15px; }

.info2-item {
  padding-top: 10px;
  padding-left: 27px; }
  .info2-item > p > span {
    font-size: 13px;
    font-weight: 600; }
  .info2-item > p:nth-child(1) {
    margin-bottom: 7px; }
  .info2-item a {
    text-decoration: underline;
    color: #0d74aa; }

.wait {
  float: left;
  margin-left: -27px;
  margin-right: 5px;
  margin-top: 15px; }

.more {
  float: right;
  margin-top: -50px; }

.pagination {
  float: right;
  margin-right: 20px; }
  .pagination li a {
    background: transparent;
    border: 0;
    font-size: 20px;
    color: #343d4b; }
  .pagination .active a {
    background: transparent;
    color: #0d74aa;
    font-weight: 600; }
    .pagination .active a:hover {
      background: transparent;
      color: #0d74aa;
      font-weight: 600;
      border: 0; }
  .pagination .disabled a {
    background: transparent;
    color: #b1b8c3; }
    .pagination .disabled a:hover {
      background: transparent;
      color: #b1b8c3; }

/* END of my_alerts-cards.html */
/* my_alerts-table.html */
.div-table {
  padding: 20px; }

.table-alerts a {
  /*color: #0d74aa;*/
  text-decoration: underline; }

table.table-alerts thead tr td {
  vertical-align: middle;
  white-space: nowrap;
}

table.table-alerts tbody tr td {
  vertical-align: middle;
  font-size: 12px; }

.table-alerts thead {
  font-weight: 600; }
  .table-alerts thead img {
    margin-top: -1px;
    margin-left: 1px; }

.table-alerts tbody {
  font-weight: 400; }

.table-alerts tr td:nth-child(7) {
  text-align: center; }

.table-alerts tbody tr:nth-child(1) {
  background-color: white; }

.table-alerts tr:nth-child(2), .table-alerts tr:nth-child(3), .table-alerts tr:nth-child(4) {
  background-color: white; }


.table-tanks a {
  color: #0d74aa;
}

.table-tanks  i {
  font-size: 1.3em;
  text-align: center;
  vertical-align: middle;
  /*padding-top: 8px;*/
}

.table-tanks a:hover {
  text-decoration: none;
}

table.table-tanks thead tr td {
  vertical-align: middle;
  white-space: nowrap;
  text-transform: none;}

table.table-tanks tbody tr td {
  vertical-align: middle;
  font-size: 12px; }

.table-tanks thead {
  font-weight: 600; }
.table-tanks thead img {
  margin-top: -1px;
  margin-left: 1px; }

.table-tanks tbody {
  font-weight: 400; }

.table-tanks tr td:nth-child(7) {
  text-align: center; }

.table-tanks tbody tr:nth-child(1) {
  background-color: white; }

.table-tanks tr:nth-child(2), .table-tanks tr:nth-child(3), .table-tanks tr:nth-child(4) {
  background-color: white; }


/* END of my_alerts-table.html */
/* Homepage */
.date-dashboard {
  display: inline-block; }
  .date-dashboard h3 {
    font-weight: 700;
    margin-bottom: 0; }
  .date-dashboard p {
    letter-spacing: -0.5px; }
    .date-dashboard p span {
      font-style: italic;
      color: #999999; }

/*-------------end hs----------------*/
/*-----------------1-connexion------------------*/
/*.b-connexion--bg {*/
/*  !*background: url("../img/connexion-bg.jpg") no-repeat;*!*/
/*  background-size: cover;*/
/*  padding-left: 0 !important;*/
/*  display: table;*/
/*  width: 100%;*/
/*  height: 100%; */
/*}*/
  .b-connexion--bg .b-connexion-input {
    background: #f2f2f2; }
  .b-connexion--bg > div {
    display: table-cell;
    vertical-align: middle; }
  .b-connexion--bg .b-connexion__form {
    margin-top: 0; }

.b-connexion__form {
  margin-top: 75px; }

.b-connexion-logo {
  /*background: #0473a7 url("../img/connexion-logo.png") no-repeat center;*/
  height: 154px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.b-connexion-logo img {
  max-height: 145px;
  max-width: 400px;
  display: block;
  margin: 0 auto;
}

.b-connexion--width {
  width: 670px;
  margin-left: auto;
  margin-right: auto; }

.b-connexion-greeting {
  color: #2e3746;
  font-size: 18px;
  text-align: center;
  padding: 35px 0 50px; }
  .b-connexion-greeting div {
    font-size: 32px;
    line-height: 30px; }

.b-connexion-form {
  width: 265px;
  margin: auto; }

.b-connexion-form--bg {
  background: #ffffff; }

.b-connexion--width100P {
  width: 100% !important; }

.b-connexion-form__select .dropdown-toggle .filter-option {
  font-size: 14px;
  text-transform: uppercase; }

.b-connexion--margin--bottom10 {
  margin-bottom: 10px !important; }

.b-reestablish-password {
  font-size: 14px;
  /*color: #0473a7;*/
  float: right;
  margin: 7px 0 0;
  text-decoration: underline; }

.b-connexion-input {
  width: 100%;
  display: block;
  font-style: italic;
  text-indent: 15px;
  color: #666666;
  background-color: #e6e6e6;
  border: solid 1px #adadad;
  border-radius: 5px;
  height: 32px;
  line-height: 32px;
  outline: none;
  /* Firefox 19+ */
  /* Firefox 18- */ }
  .b-connexion-input::-webkit-input-placeholder, .b-connexion-input::-moz-placeholder, .b-connexion-input:-moz-placeholder, .b-connexion-input:-ms-input-placeholder {
    color: #666666; }

.b-connexion-label {
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin-left: 75px;
  margin-top: 20px; }
  .b-connexion-label span {
    border: solid 1px #e3e3e3;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
    background: #f2f2f2; }
  .b-connexion-label input {
    border: solid 1px #e3e3e3;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
    background: #f2f2f2;
    cursor: pointer; }

.b-connexion-connect {
  width: 100%;
  height: 37px;
  /*background: #0473a7;*/
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  margin-bottom: 40px; }

/*-----------------1-connexion-end-----------------*/
/*-----------------Homepage--------------------*/
.b-polygon-wrapper {
  margin: 47px 0 -45px -45px; }

.dashboard-poligon {
  padding: 0; }
  .dashboard-poligon .b-polygon-wrapper {
    margin: 0;
    text-align: center; }

.b-link {
  padding: 0;
  margin: 0; }
  .b-link li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    color: #6b7586;
    font-size: 12px; }
    .b-link li:last-of-type a {
      color: #6b7586;
      text-decoration: none; }
  .b-link a {
    color: #0d74aa;
    font-size: 12px; }

.b-homepage__data {
  padding: 10px 0 0 0; }
  .b-homepage__data p {
    font-size: 13px; }
    .b-homepage__data p span {
      color: #999999; }

.b-homepage__month {
  font-size: 26px;
  color: #2e3746;
  line-height: 26px; }

.b-homepage__consumption {
  margin-top: 10px; }
  .b-homepage__consumption .b-homepage__item1 {
    font-size: 48px;
    color: #2e3746;
    font-weight: bold;
    line-height: 36px;
    text-align: right; }
    .b-homepage__consumption .b-homepage__item1 span {
      font-size: 38px; }
  .b-homepage__consumption .b-homepage__item2 {
    color: #2e3746; }
    .b-homepage__consumption .b-homepage__item2 p {
      margin: 0; }

.b-homepage__co2 {
  margin-top: 20px; }
  .b-homepage__co2 .b-homepage__item1 {
    font-size: 38px;
    color: #2e3746;
    font-weight: 500;
    line-height: 44px;
    text-align: right; }
    .b-homepage__co2 .b-homepage__item1 span {
      font-size: 28px; }
  .b-homepage__co2 .b-homepage__item2 {
    color: #2e3746;
    font-size: 13px; }
    .b-homepage__co2 .b-homepage__item2 p {
      margin: 0; }

.b-homepage--font16 {
  font-size: 16px; }

.b-polygon-red--big {
  background: url("../img/red-polygon.png") no-repeat; }

.b-polygon-orange--big {
  background: url("../img/orange-polygon.png") no-repeat; }

.b-polygon-green--big {
  background: url("../img/green-polygon.png") no-repeat; }

.b-polygon-deepPink--big {
  background: url("../img/deepPink-polygon.png") no-repeat; }

.b-polygon-blue--big {
  background: url("../img/blue-polygon.png") no-repeat; }

.b-polygon-red--mini:before {
  background: url("../img/red-polygon.png") no-repeat; }

.b-polygon-orange--mini:before {
  background: url("../img/orange-polygon.png") no-repeat; }

.b-polygon-green--mini:before {
  background: url("../img/green-polygon.png") no-repeat; }

/*
.b-polygon-deepPink--mini:before {
  background: url("../img/deepPink-polygon.png") no-repeat;
  opacity: 0.2;
}

.b-polygon-blue--mini:before {
  background: url("../img/blue-polygon.png") no-repeat;
  opacity: 0.2;
}
*/
.b-polygon {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #ffffff;
  margin: 0 0 0 3px; }

.b-polygon__big {
  width: 81px;
  height: 97px;
  position: relative;
  background-size: cover;
  font-size: 9px; }

.dashboard-poligon .b-polygon__big {
  width: 75px;
  height: 91px;
  background-size: contain; }

.b-polygon__big span {
  display: block;
  padding: 28px 0 0 0;
  font-size: 28px;
  line-height: 30px; }

.dashboard-poligon .b-polygon__big span {
  padding-top: 23px; }

.b-polygon__mini {
  width: 31px;
  height: 36px;
  position: relative;
  float: right;
  background-size: cover;
  line-height: 36px;
  font-size: 11px;
  margin: -10px -3px 0 0; }
  .b-polygon__mini:before {
    content: '';
    display: block;
    position: absolute;
    width: 31px;
    height: 36px;
    background-size: cover;
    top: 0;
    left: 0; }
  .b-polygon__mini span {
    position: relative;
    z-index: 2; }

/*-----------------Homepage-end-------------------*/
/*--------------------2.1-alert_details_multipleTanks------------------------------*/
.b-connexion__form {
  position: relative; }

.popup-bg {
  background: #595f6b;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998; }

.b-popup {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto 100px;
  z-index: 9998; }

.b-popup__closed {
  background: url("../img/popup-closed.png") no-repeat;
  width: 19px;
  height: 19px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 9999; }

.b-popup__data {
  color: #2e3746;
  position: relative;
  padding: 3px 0 16px 42px;
  box-sizing: border-box; }
  .b-popup__data:before {
    width: 30px;
    height: 36px;
    content: '';
    position: absolute;
    top: 3px;
    left: 0; }
  .b-popup__data p {
    font-weight: 500;
    margin-bottom: 0; }
    .b-popup__data p:first-of-type {
      line-height: 30px; }
    .b-popup__data p a {
      text-decoration: underline; }

.b-popup__data--red:before {
  background: url("../img/alerts/red-alert.png") no-repeat; }

.b-popup__block2 {
  display: table;
  width: 100%; }

.b-popup__block2__item1, .b-popup__block2__item2 {
  display: table-cell;
  padding: 14px 10px 14px 17px;
  box-sizing: border-box; }

.b-popup__block2__item1 a, .b-popup__block2__item2 a {
  text-decoration: underline; }

.b-popup__block2__item1 {
  width: 175px; }

.b-popup__block2__item2 {
  border-left: 10px solid #ffffff; }
  .b-popup__block2__item2 p {
    margin-bottom: 0; }

.b-maps__position {
  padding: 14px 0 5px 0;
  color: #2e3746; }
  .b-maps__position a {
    text-decoration: underline; }

.b-maps {
  width: 260px;
  height: 171px;
  margin: 0 0 15px 0; }

.b-detail__vehicle {
  /*background: url("../img/auto.png") no-repeat left 20px;*/
  padding: 15px 30px 0 30px;
  box-sizing: border-box; }

.vehicle-icon-text-left {
  margin-left: -10px;
  margin-right: 5px;
}

.b-detail__engine {
  /*background: url("../img/engine.png") no-repeat left 15px;*/
  box-sizing: border-box;
  padding: 10px 0 0 0;
  margin: 0 0 0 30px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold; }

.b-detail__vehicle {
  display: inline-block;
  vertical-align: top;
  font-weight: bold; }

.b-detail__scrollBar__item1 {
  font-size: 13px;
  padding-bottom: 10px;
  padding-top: 10px; }

.b-detail__scrollBar__item2 {
  font-size: 13px;
  padding-bottom: 10px;
  padding-top: 10px; }
  .b-detail__scrollBar__item2 strong {
    font-size: 26px;
    color: #2e3746; }
    .b-detail__scrollBar__item2 strong span {
      font-size: 18px; }

.b-detail__scrollBar .progress-bar, .b-detail__scrollBar .progress {
  border-radius: 10px;
  text-align: left;
  text-indent: 15px;
  position: relative; }

.b-detail__scrollBar .progress-bar {
  z-index: 2; }

.b-detail__scrollBar__container strong {
  display: block;
  line-height: 20px; }

.b-detail__tab {
  padding-left: 0;
  padding-top: 5px; }
  .b-detail__tab li {
    height: 31px;
    margin: 0 3px 0 0;
    line-height: 31px;
    display: inline-block; }
  .b-detail__tab .b-tab--active a {
    background: #2e3746 !important;
    text-decoration: none !important;
    color: #ffffff; }
  .b-detail__tab a {
    font-size: 14px;
    color: #8f9bae;
    padding: 7px;
    border-radius: 3px; }
    .b-detail__tab a:hover {
      text-decoration: none !important; }

.b-progress-bar--red {
  background: #e10000;
  position: absolute !important;
  z-index: 1 !important; }

.b-detail__radioButton label {
  line-height: 17px;
  margin: 0 90px 0 0; }

.b-detail__radioButton input {
  display: none; }

.b-detail__radio--button {
  cursor: pointer; }
  .b-detail__radio--button:before {
    background: url("../img/radioDefault.png") no-repeat;
    width: 17px;
    height: 17px;
    content: '';
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0; }

.b-detail__radioButton input[type="radio"]:checked + label:before {
  background: url("../img/radio.png") no-repeat; }

.b-detail__comment {
  margin: 10px -5px -20px;
  box-sizing: border-box;
  padding: 15px; }
  .b-detail__comment textarea {
    width: 100%;
    max-width: 100%;
    border: solid 1px #e0e4ea;
    height: 78px;
    max-height: 78px;
    margin: 10px 0 0 0; }

.b-blue--button {
  /*background: #0473a7;*/
  color: #ffffff !important;
  margin: 10px 0 0;
  font-size: 11px;
  border-radius: 7px; }

.b-detail__comment__text {
  background: #f2f4f7;
  margin: 0 -5px;
  padding: 20px 20px 0;
  box-sizing: border-box;
  font-style: italic; }
  .b-detail__comment__text strong {
    display: block; }

/*-------------------end-2.1-alert_details_multipleTanks------------------------------*/
/*----------------4-my_vehicles----------------------*/
.b-img--margin img {
  margin: 0 22px; }

.b-my_vehicles thead {
  font-size: 11px; }

.b-my_vehicles tbody:first-of-type tr:first-of-type td, .b-my_vehicles tbody tr td:first-of-type {
  border-top: none; }

/*------------------4-my_vehicles end----------------------*/
/*-------------------4.2-create_a_vehicle-----------------------*/
.b-create-a-vehicle__blockLeft, .b-create-a-vehicle__blockRight {
  width: 50%;
  float: left; }

.b-create-a-vehicle__blockLeft {
  padding-right: 40px;
  box-sizing: border-box; }

.b-create-a-vehicle__blockRight {
  padding-left: 35px;
  box-sizing: border-box; }

.b-create-a-vehicle__item1 sup, .b-create-a-vehicle__item2 sup, .b-create-a-vehicle__item3 sup {
  color: #e30000;
  font-size: 13px;
  line-height: 25px; }

.b-create-a-vehicle__item1 {
  float: left;
  color: #2e3746;
  font-size: 13px;
  width: 115px;
  font-weight: bold;
  /*line-height: 33px;*/
}

.b-show-tank-item {
  float: left;
  color: #2e3746;
  font-size: 13px;
  width: 136px;
  /*line-height: 33px;*/
}

.b-create-a-vehicle__item2 {
  width: 165px; }

.b-create-a-vehicle--input {
  height: 29px;
  line-height: 29px;
  width: 165px;
  border: solid 1px #e0e4ea;
  text-indent: 15px; }

.b-create-a-vehicle--select {
  width: 165px !important;
  margin: 0 !important;
  border-radius: 50px !important;
}

  .b-create-a-vehicle--select .dropdown-toggle {
    background: #ffffff !important; }

.b-file_upload {
  border: none;
  white-space: nowrap; }
  .b-file_upload span {
    width: 41px;
    height: 27px;
    display: inline-block;
    vertical-align: top;
    /*background: #0473a7;*/
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    margin: 0 0 0 5px;
    line-height: 25px;
    letter-spacing: 1px; }
  .b-file_upload mark {
    border: solid 1px #e0e4ea;
    background: #ffffff;
    height: 28px;
    width: 116px;
    display: inline-block;
    vertical-align: top; }
  .b-file_upload input {
    display: none; }

.b-select--noActive {
  background: #f2f2f2;
  opacity: 0.5;
  cursor: default;
  position: relative; }
  .b-select--noActive:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999; }

.b-create-a-vehicle__photo {
  background: url("../img/photo.jpg") no-repeat;
  width: 166px;
  height: 107px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px; }

.b-create-a-vehicle--input2 {
  height: 29px;
  line-height: 29px;
  width: 123px;
  border: solid 1px #e0e4ea;
  text-indent: 15px; }

.b-block--margin {
  margin: 18px -15px;
  padding: 15px;
  box-sizing: border-box; }

.b-block--margin2 {
  margin: 70px -15px -15px;
  padding: 25px 15px 30px;
  box-sizing: border-box; }

.b-create-a-group {
  font-size: 12px;
  text-decoration: underline;
  margin-right: 16px; }

.b-textarea {
  padding: 10px;
  font-style: italic;
  box-sizing: border-box;
  /* Firefox 19+ */
  /* Firefox 18- */ }
  .b-textarea::-webkit-input-placeholder, .b-textarea::-moz-placeholder, .b-textarea:-moz-placeholder, .b-textarea:-ms-input-placeholder {
    color: #2e3746; }

.b-technician {
  background: #0473a7;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  float: right;
  padding: 6px 12px;
  border-radius: 5px; }
  .b-technician:hover {
    text-decoration: none;
    color: #ffffff; }

/*-----------------4.2-create_a_vehicle end----------------------------*/
/*-------------------5.0-vehicule_infos-----------------------*/
.b-popup__tabs {
  background: #303847;
  height: 50px;
  margin: 0 -5px; }
  .b-popup__tabs ul {
    margin: 0;
    padding: 0; }
    .b-popup__tabs ul li {
      float: left;
      height: 100%;
      list-style: none; }
      .b-popup__tabs ul li a {
        display: block;
        line-height: 50px;
        color: #6b7586;
        font-size: 17px;
        text-transform: uppercase;
        padding: 0 24px;
        height: 50px;
        text-decoration: none !important;
        background: url("../img/border.jpg") no-repeat right center; }
      .b-popup__tabs ul li:last-of-type a {
        background: none; }
      .b-popup__tabs ul li .b-tab--active {
        /*background: #0473a7 !important;*/
        color: #ffffff;
      }
  @media (max-width: 575px) {
    .b-popup__tabs {
      height: auto; }
      .b-popup__tabs ul li {
        float: none; } }

.b-tab-clock1 {
  margin: 20px 0 0 0; }
  .b-tab-clock1 ul {
    padding-left: 0;
    padding-bottom: 20px;
    display: inline-block;
    vertical-align: top; }
    .b-tab-clock1 ul li {
      list-style: none;
      line-height: 23px; }
      .b-tab-clock1 ul li span {
        font-weight: 500;
        display: inline-block;
        vertical-align: top;
        color: #2e3746;
        font-size: 13px; }
      .b-tab-clock1 ul li strong {
        display: inline-block;
        vertical-align: top;
        color: #2e3746;
        font-size: 13px; }

.b-ul {
  width: 50%;
  margin-left: -3px;
  margin-right: -3px;
  font-weight: bold;
  letter-spacing: -0.02em; }

.b-tab--width110 {
  width: 110px; }

.b-vehicule--margin {
  margin: 20px auto;
  display: inline-block;
  vertical-align: top; }

.b-tab-clock1, .b-tab-clock2, .b-tab-clock3, .b-tab-clock4 {
  display: none; }

.b-tab-clock--active {
  display: block !important; }

.b-popup--table--style tbody tr {
  background-color: #e9ecf0 !important;
  border-bottom: 2px solid #ffffff; }
  .b-popup--table--style tbody tr td {
    font-size: 12px;
    color: #333333;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: none;
    font-weight: 600; }
    .b-popup--table--style tbody tr td a {
      text-decoration: underline; }

.b--table--tdPadding tbody td {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.b--table--td tr {
  background-color: #e9ecf0 !important;
  border-bottom: 2px solid #ffffff; }
  .b--table--td tr td {
    font-size: 12px !important;
    color: #333333;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border-top: none; }
    .b--table--td tr td a {
      text-decoration: underline; }

.b-polygon--position1 {
  float: left;
  margin: 77px 0 0 -39px; }

.b-polygon--position2 {
  float: left;
  margin: 0 0 0 -37px; }

.b-polygon-wrapper--position {
  margin: 25px auto; }

.test {
  float: left;
  width: 50%; }

/*---------------------5.0-vehicule_infos end------------------------*/
/*------------------------*/
.b-encode-single-ticket-input {
  width: 75px;
  height: 28px;
  border: solid 1px #e0e4ea;
  text-indent: 10px;
  line-height: 28px;
  margin-top: 3px; }

.b-block--width220 {
  width: 220px; }
  .b-block--width220 mark {
    width: 165px; }

.b-click-here {
  text-decoration: none !important;
  margin-left: 30px;
  float: left; }
  .b-click-here span {
    border-bottom: solid 2px #b3d3e4; }

/*-----------------------*/
.b-dop-text {
  font-size: 11px;
  color: #303847;
  margin: 5px 0 0; }

.b-driver {
  margin: 20px 0 0;
  color: #2e3746;
  font-size: 13px; }
  .b-driver a {
    text-decoration: underline; }

h1 {
  font-size: 32px; }
  h1 span {
    font-size: 24px;
    font-weight: 100; }

/*------------7-my_users--------------*/
.b-table-p {
  font-size: 24px;
  font-weight: 600; }
  .b-table-p span {
    font-weight: 100;
    font-size: 18px; }

/*--------------7-my_users end-------------*/
/*------------------------------------------*/
.b-title {
  font-size: 12px;
  font-style: italic;
  color: #666666;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  letter-spacing: -0.01em; }

/*-------------------------------------------*/
/*--------------------7.4-user_stats--------------------------*/
.b-progress--marginBottom0 .progress {
  margin-bottom: 0; }

/*--------------------7.4-user_stats--------------------------*/
/*--------------9.0-managers-tanks---------------*/
.b-managers-tanks-ts {
  padding: 0px 0 13px;
  margin: 0; }
  .b-managers-tanks-ts li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    color: #8f9bae;
    font-size: 26px; }
    .b-managers-tanks-ts li:nth-child(2) {
      margin: 0 26px; }
  .b-managers-tanks-ts .b-managers-tanks-ts--active {
    color: #2e3746; }

/*------------------9.0-managers-tanks--end-------------------------*/
/*--------------------------8.1-my_profile_alerting-----------------------------*/
.b-my-profile-alerting-icon {
  width: 47px;
  height: 47px;
  border-radius: 100%;
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px; }

.b-my-profile-alerting-icon label{
  cursor: pointer; }  

.b-button-phone {
  background: #d1d5da url("../img/phone.png") no-repeat center; }

.b-button-mail {
  background: #d1d5da url("../img/mail.png") no-repeat center; }

.b-my-profile-alerting-icon--active {
  background-color: #87dd00; }

.b-my-profile-alerting-select .btn {
  width: 67px;
  height: 25px; }

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }
  .scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important; }
    .scroll-wrapper > .scroll-content::-webkit-scrollbar {
      height: 0;
      width: 0; }

.scroll-element {
  display: none;
  box-sizing: content-box; }
  .scroll-element div {
    box-sizing: content-box; }
  .scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block; }
  .scroll-element .scroll-bar, .scroll-element .scroll-arrow {
    cursor: default; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }
  .scroll-textarea > .scroll-content {
    overflow: hidden !important; }
    .scroll-textarea > .scroll-content > textarea {
      border: none !important;
      box-sizing: border-box;
      height: 100% !important;
      margin: 0;
      max-height: none !important;
      max-width: none !important;
      overflow: scroll !important;
      outline: none;
      padding: 2px;
      position: relative !important;
      top: 0;
      width: 100% !important; }
      .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
        height: 0;
        width: 0; }

/*************** SIMPLE OUTER SCROLLBAR ***************/
.b-scrollbar-inner {
  height: 320px; }

.b-scrollbar-inner-height {
  height: 340px; }

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }
  .scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important; }
    .scroll-wrapper > .scroll-content::-webkit-scrollbar {
      height: 0;
      width: 0; }

.scroll-element {
  display: none;
  box-sizing: content-box; }
  .scroll-element div {
    box-sizing: content-box; }
  .scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block; }
  .scroll-element .scroll-bar, .scroll-element .scroll-arrow {
    cursor: default; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }
  .scroll-textarea > .scroll-content {
    overflow: hidden !important; }
    .scroll-textarea > .scroll-content > textarea {
      border: none !important;
      box-sizing: border-box;
      height: 100% !important;
      margin: 0;
      max-height: none !important;
      max-width: none !important;
      overflow: scroll !important;
      outline: none;
      padding: 2px;
      position: relative !important;
      top: 0;
      width: 100% !important; }
      .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
        height: 0;
        width: 0; }

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }
  .scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%; }
  .scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%; }
  .scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px; }
  .scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
  .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
  .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4; }
  .scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #e0e0e0; }
  .scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #c2c2c2; }
  .scrollbar-inner > .scroll-element:hover .scroll-bar, .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191; }
  .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px; }
  .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px; }
  .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px; }
  .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px; }

/* update scrollbar offset if both scrolls are visible */
/*---------------------------8.1-my_profile_alerting----------------------------*/
/*------------------9.1-managers-sensors----------------------------*/
.b-block--width215 {
  width: 215px; }
  .b-block--width215 mark {
    width: 165px; }

.b-status {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #9eca51;
  display: inline-block;
  margin-right: 35px; }

/*---------------------9.1-managers-sensors--------------------------*/
.b--button-bg {
  background: #f2f4f7;
  margin: 0 -15px -15px;
  margin-top: 70px;
  text-align: center;
  padding: 25px 0 35px; }

/*-------------------------modification-------------------------*/
.b-detail__scrollBar--font {
  font-size: 26px; }
  .b-detail__scrollBar--font span {
    font-size: 18px; }

.b-block--noBg {
  background: none; }
  .b-block--noBg:before {
    display: none; }

.b-popup--margin {
  margin-right: -15px !important;
  margin-left: -15px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  box-sizing: border-box; }

.b-popup--margin-20 {
  margin-left: -5px;
  margin-bottom: -20px;
  margin-right: -5px; }

.b-block--red--border .btn {
  border: solid 3px #ff0000 !important;
  padding: 0 0 0 10px; }
  .b-block--red--border .btn span.filter-option {
    color: #ff0000 !important;
    font-weight: bold; }

.b-block--blue--border .btn {
  border: solid 3px #65318f !important;
  padding: 0 0 0 10px; }
  .b-block--blue--border .btn span.filter-option {
    color: #65318f !important;
    font-weight: bold; }

.b-block--green--border .btn {
  border: solid 3px #74a514 !important;
  padding: 0 0 0 10px; }
  .b-block--green--border .btn span.filter-option {
    color: #74a514 !important;
    font-weight: bold; }

input[type=checkbox] {
  cursor: pointer; }

.b-table--myUser tbody {
  border-top: none; }
  .b-table--myUser tbody td:last-of-type {
    text-align: right; }
    .b-table--myUser tbody td:last-of-type a {
      display: inline-block;
      margin-right: 30px; }

.b-table--myUser td {
  width: 300px; }

.b-popup--table--styleProfile thead td {
  font-size: 12px; }
  .b-popup--table--styleProfile thead td:nth-child(1) {
    width: 95px; }
  .b-popup--table--styleProfile thead td:nth-child(2) {
    width: 390px; }
  .b-popup--table--styleProfile thead td:nth-child(3) {
    width: 120px; }
  .b-popup--table--styleProfile thead td:nth-child(4) {
    width: 210px; }

.b-popup--table--styleProfile tbody tr {
  background-color: #e9ecf0 !important;
  border-bottom: 2px solid #ffffff; }
  .b-popup--table--styleProfile tbody tr td:nth-child(1) {
    width: 130px; }
  .b-popup--table--styleProfile tbody tr td:nth-child(2) {
    width: 500px; }
  .b-popup--table--styleProfile tbody tr td:nth-child(3) {
    width: 100px; }
  .b-popup--table--styleProfile tbody tr td:nth-child(4) {
    width: 250px; }
  .b-popup--table--styleProfile tbody tr td .bootstrap-select {
    width: auto !important; }

.b-connexion-labelRadius label:before {
  border-radius: 100%; }

.b-connexion-labelRadius input {
  outline-offset: 0; }
  .b-connexion-labelRadius input[type="checkbox"]:focus + label::before, .b-connexion-labelRadius input[type="radio"]:focus + label::before {
    outline: none;
    outline-offset: 0; }
  .b-connexion-labelRadius input[type="checkbox"]:checked + label:after, .b-connexion-labelRadius input[type="radio"]:checked + label:after {
    content: '';
    border-radius: 100%;
    border: solid 2px #ffffff;
    top: 1px;
    width: 14px;
    height: 14px;
    margin-left: -19px;
    background-color: #337ab7; }
  .b-connexion-labelRadius input[type="checkbox"]:checked + label:before, .b-connexion-labelRadius input[type="radio"]:checked + label:before {
    border-radius: 100%;
    outline: none;
    background-color: #d7d7d7;
    border-color: #d7d7d7;
    width: 16px;
    height: 16px; }

sup {
  top: 0; }

.b-table--tdNoborder tbody td {
  border-top: none !important; }

.b-checkbox--disabled {
  cursor: default;
  position: relative;
  opacity: 0.5; }
  .b-checkbox--disabled:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 2;
    margin-left: -20px; }
  .b-checkbox--disabled input {
    z-index: 1; }
  .b-checkbox--disabled label {
    z-index: 1;
    position: relative; }
    .b-checkbox--disabled label:before {
      z-index: 1; }

.b-block--bgfff {
  background-color: #ffffff; }
  .b-block--bgfff .btn {
    background-color: #ffffff; }

.b--Style {
  text-align: center;
  background: #f2f4f7;
  margin: 70px -15px -15px;
  padding: 25px 15px 30px;
  box-sizing: border-box; }

.b-popup--padding {
  padding: 21px 20px 20px 20px; }

.b-popup__data--fontSize26 {
  font-size: 26px; }

.b-popup__data--fontSize24 {
  font-size: 24px; }

.b-popup__data--fontSize13 {
  font-size: 13px; }

.b-homepage--text--transform {
  text-transform: uppercase; }

.b-homepage--color--black {
  color: #000; }

.b-popup--bgf2f4f7 {
  background: #f2f4f7; }

.btn-primary {
  text-transform: uppercase;
  font-size: 12px; }
.btn-danger {
  text-transform: uppercase;
  font-size: 12px; }
.b-text--right {
  text-align: right; }

.b-block-floatRight {
  float: right !important; }

.b-block-floatLeft {
  float: left !important; }

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

.b-block--displayBlock {
  display: block; }

.b-block--floatNone {
  float: none !important; }

.b-color--green {
  color: #75a615 !important; }

.b--bgf2f4f7 {
  background: #f2f4f7; }

.b-color--red {
  color: #e10000; }

.b-block--width140 {
  width: 140px; }

.b-block--width305 {
  width: 305px; }

.b-block--width55 {
  width: 55px !important; }

.b-block--height {
  height: auto; }

.b-block--width {
  width: 165px; }

.b-block--width130 {
  width: 130px; }

.b-block--width105 {
  width: 105px; }

.b-block--width75 {
  width: 75px; }

.b-block--width50percent {
  width: 50%; }

.b-block--width55percent {
  width: 55%; }

.b-block--width45percent {
  width: 45%; }

.b-block--width100percent {
  width: 100%; }

.b--widthSt1 {
  width: 75%; }
  .b--widthSt1 .b-create-a-vehicle__blockLeft {
    width: 100%; }

.b--widthSt2 {
  width: 25%; }

.b-block--widthAuto {
  width: auto;
  padding-right: 10px; }

.b-detail__scrollBar--padding {
  padding-top: 6px; }

.b-homepage--margin--top0 {
  margin-top: 0; }

.b-homepage--padding--top0 {
  padding-top: 0; }

.b-bootstrapPadding--left {
  padding-left: 24px; }

.b-block--paddingLeft0 {
  padding-left: 0; }

.b-block--marginBottom10 {
  margin-bottom: 8px; }

.b-block--marginBottom-15 {
  margin-bottom: -15px; }

.b-block--marginBottom0 {
  margin-bottom: 0; }

.b-block--marginBottom11 {
  margin-bottom: 11px; }

.b-block--marginBottom-10 {
  margin-bottom: -10px; }

.b-block--marginTop10 {
  margin-top: 10px; }

.b-block--marginTop-50 {
  margin-top: -50px; }

.b-block--marginTop-30 {
  margin-top: -30px; }

.b-block--marginTop70 {
  margin-top: 70px; }

.b-block--marginLeft0 {
  margin-left: 0; }

.b-block--marginRight0 {
  margin-right: 0 !important; }

.b-block--marginLeft50 {
  margin-left: 50px; }

.b-block--marginLeft10 {
  margin-left: 10px !important; }

.b-block--paddingRight20 {
  padding-left: 20px; }

.b-block--paddingTop10 {
  padding-top: 10px; }

.b-block--paddingRight10 {
  background: #fff;
  padding-left: 10px; }

.b-block--paddingRight25 {
  padding-right: 25px; }

.b-block--paddingTop20 {
  padding-top: 20px; }

.b-block--paddingTop15 {
  padding-top: 15px; }

.b-block--paddingBottom20 {
  padding-bottom: 20px; }

.b-block--paddingBottom15 {
  padding-bottom: 15px; }

.b-block--paddingBottom0 {
  padding-bottom: 0 !important; }

.b-block--marginTop155 {
  margin-top: 200px; }

.b-block--marginTop20 {
  margin-top: 20px; }

.b-block--marginTop35 {
  margin-top: 35px; }

.b-block--marginLeft20 {
  margin-left: 20px; }

.b-block--marginLeftA {
  margin-left: auto; }

/*-------------------------modification--end-----------------------*/
._720kb-datepicker-calendar {
  min-width: 0 !important; }

.global-bg {
  background-color: #f1f2f7; }

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

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

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

.d-flex {
  display: flex !important; }

.ml-auto {
  margin-left: auto; }

.align-center {
  align-items: center; }

.flex-container {
  display: flex;
  align-items: stretch; }
  @media (max-width: 1919px) {
    .flex-container {
      flex-direction: column; } }

.page-content {
  flex: 1;
}

.flex-row {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .flex-row .flex-item {
    align-items: center; }
    .flex-row .flex-item + .flex-item {
      margin-left: auto; }

[class^="col-"] .flex-column-row {
  flex-basis: 100%;
  max-width: none;
  margin-right: 0; }
  [class^="col-"] .flex-column-row .stat-item {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    flex-basis: inherit; }

@media (max-width: 1199px) {
  [class^="col-"] .flex-column-row {
    margin-right: -20px;
    margin-left: -20px; }
    [class^="col-"] .flex-column-row .stat-item {
      margin-right: 20px;
      margin-left: 20px;
      flex-basis: 33.33%; } }

@media (max-width: 767px) {
  [class^="col-"] .flex-column-row {
    flex-direction: column; } }

.flex-column-row {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  max-width: calc(100% - 20px);
  flex-basis: calc(25% - 20px); }
  .flex-column-row_large {
    flex-basis: calc(50% - 20px); }
  @media (max-width: 1199px) {
    .flex-column-row {
      flex-direction: row; } }

.wrap-dash-header {
  padding: 30px 40px 0 25px; }
  @media (max-width: 575px) {
    .wrap-dash-header {
      padding-left: 15px;
      padding-right: 15px;
      flex-direction: column; }
      .wrap-dash-header .flex-item {
        padding-bottom: 10px;
        margin-left: 0; }
        .wrap-dash-header .flex-item.ml-auto {
          margin-left: 0 !important; }
          .wrap-dash-header .flex-item.ml-auto .ui-select-container.ui-select-bootstrap.dropdown.ng-valid,
          .wrap-dash-header .flex-item.ml-auto .b-homepage__month__select span,
          .wrap-dash-header .flex-item.ml-auto .b-homepage__month__select .btn-default-focus,
          .wrap-dash-header .flex-item.ml-auto .b-homepage__month__select .ui-select-container,
          .wrap-dash-header .flex-item.ml-auto .text-right {
            padding-left: 0;
            text-align: left !important; } }

.wrap-stat {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 20px 0 25px;
  margin-bottom: 20px; }
  @media (max-width: 1599px) {
    .wrap-stat {
      justify-content: space-between; } }
  @media (max-width: 575px) {
    .wrap-stat {
      padding-left: 15px;
      padding-right: 15px; }
      .wrap-stat .flex-row {
        width: calc(100% + 20px); } }
  .wrap-stat_nowrap {
    flex-wrap: nowrap; }
  .wrap-stat .flex-row {
    margin: 0 -10px; }
  .wrap-stat .stat-item {
    background-color: #ffffff;
    padding: 30px;
    min-width: 0;
    max-width: calc(100% - 20px);
    flex-basis: calc(33.33% - 20px);
    margin: 0 10px 20px;
    transition: .5s; }
    .wrap-stat .stat-item.stat-item-9 {
      flex-basis: calc(66.66% - 20px); }
    @media (max-width: 1439px) {
      .wrap-stat .stat-item {
        padding: 20px; } }
    @media (max-width: 1439px) {
      .wrap-stat .stat-item {
        padding-left: 15px;
        padding-right: 15px; }
        .wrap-stat .stat-item.stat-item-xxs-6 {
          flex-basis: calc(50% - 20px); }
        .wrap-stat .stat-item.stat-item-xxs-12 {
          flex-basis: calc(100% - 20px); } }
    @media (max-width: 991px) {
      .wrap-stat .stat-item.stat-item-lg-6 {
        flex-basis: calc(50% - 20px); }
      .wrap-stat .stat-item.stat-item-lg-12 {
        flex-basis: calc(100% - 20px); } }
    @media (max-width: 767px) {
      .wrap-stat .stat-item.stat-item-md-12 {
        flex-basis: calc(100% - 20px); } }
    @media (max-width: 575px) {
      .wrap-stat .stat-item.stat-item-sm-12 {
        flex-basis: calc(100% - 20px); } }
    .wrap-stat .stat-item__title {
      color: #686d76;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      flex: 1; }
      .wrap-stat .stat-item__title span {
        display: block;
        width: 100%;
        font-size: 10px; }
    .wrap-stat .stat-item__value {
      color: #282f3c;
      font-weight: 700; }
      .wrap-stat .stat-item__value span {
        color: #282f3c;
        font-size: 14px;
        font-weight: 700; }
    .wrap-stat .stat-item__sub-value {
      font-size: 20px;
      font-weight: 500;
      width: 100%; }
      .wrap-stat .stat-item__sub-value:before {
        content: '____';
        display: block;
        width: 100%;
        font-size: 12px;
        color: #c1c1c1;
        margin-bottom: 5px; }
    .wrap-stat .stat-item__content-wrap {
      display: flex;
      width: 100%;
      min-height: 85px; }
    .wrap-stat .stat-item__icon {
      margin-left: auto;
      flex-basis: 60px; }
      .wrap-stat .stat-item__icon img {
        margin-left: auto; }
    .wrap-stat .stat-item__text {
      line-height: 16px; }
      .wrap-stat .stat-item__text p {
        margin: 0;
        line-height: 16px; }
    .wrap-stat .stat-item__separate-line:before {
      content: '';
      display: block;
      margin-left: -30px;
      width: calc(100% + 60px);
      height: 2px;
      background-color: #f1f2f7;
      margin-bottom: 15px; }
    .wrap-stat .stat-item__vert-separate-line {
      display: flex;
      flex-wrap: wrap;
      align-self: stretch;
      align-items: center; }
      .wrap-stat .stat-item__vert-separate-line:before {
        content: '';
        margin: 0 30px;
        display: block;
        background-color: #f1f2f7;
        width: 2px;
        height: calc(100% + 60px); }
    .wrap-stat .stat-item__wrap-img-title {
      display: flex;
      margin: 10px 0 20px; }
      .wrap-stat .stat-item__wrap-img-title img {
        margin-right: 10px; }
      .wrap-stat .stat-item__wrap-img-title h5 {
        margin-bottom: 0; }
        .wrap-stat .stat-item__wrap-img-title h5 + h5 {
          margin-top: 5px; }
    .wrap-stat .stat-item_active {
      /*background-color: #3694d0;*/
      /*background-image: linear-gradient(-157deg, #3694d0 0%, #046aa2 100%); */
      }
      .wrap-stat .stat-item_active .stat-item__title, .wrap-stat .stat-item_active .stat-item__value, .wrap-stat .stat-item_active .stat-item__sub-value, .wrap-stat .stat-item_active .stat-item__sub-value:before {
        color: white; }
    .wrap-stat .stat-item_large {
      flex-basis: calc(50% - 20px); }
    .wrap-stat .stat-item_full {
      flex-basis: calc(100% - 20px); }
    .wrap-stat .stat-item_no-marg-full {
      min-width: 100%;
      margin: 0 0 20px; }
  .wrap-stat .graph {
    background-image: url("../img/bg-graph-values.png");
    background-repeat: repeat-y;
    background-position: right 20px; }
    .wrap-stat .graph__item {
      padding: 15px 0;
      display: flex;
      width: 100%;
      min-height: 60px;
      align-items: center; }
    .wrap-stat .graph__title {
      font-weight: 900;
      font-size: 10px;
      color: #282f3c;
      margin-right: auto; }
      .wrap-stat .graph__title span {
        display: block;
        width: 100%;
        color: #686d76; }
    .wrap-stat .graph__value {
      font-size: 11px;
      color: #282f3c; }
      .wrap-stat .graph__value b {
        padding-left: 8px; }
    .wrap-stat .graph__progress-line {
      display: block;
      height: 6.99px;
      border-radius: 10px;
      width: 130px;
      margin-bottom: 6px;
      background-color: #3594d0; }
  .wrap-stat .stat-table {
    width: 100%;
    table-layout: fixed; }
    .wrap-stat .stat-table-wrapper {
      flex: 1 1 auto; }
    .wrap-stat .stat-table tr:nth-child(2n) {
      background-color: #f1f2f7; }
    .wrap-stat .stat-table th,
    .wrap-stat .stat-table td {
      padding: 15px; }
      .wrap-stat .stat-table th:first-child,
      .wrap-stat .stat-table td:first-child {
        width: 40%; }
    .wrap-stat .stat-table td {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .wrap-stat .tank {
    font-size: 27px;
    min-width: 4.96296em;
    margin-left: 5%;
    background-image: url("../img/bg-tank-volumes.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 7.11111em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; }
    .wrap-stat .tank span {
      font-size: 0.37037em;
      color: #686d76;
      font-weight: 600; }
    .wrap-stat .tank__title {
      font-weight: 900;
      align-self: flex-end;
      margin-top: -0.18519em; }
    .wrap-stat .tank__item {
      text-align: center;
      color: #282f3c;
      font-size: 0.59259em;
      line-height: 1;
      padding-bottom: .5em; }
      .wrap-stat .tank__item span {
        display: block;
        width: 100%; }
  .wrap-stat .tank-fillings__body {
    display: flex;
    padding-top: 20px; }
  .wrap-stat .tank-fillings__vehicles .stat-item__content-wrap {
    flex-wrap: wrap; }
  .wrap-stat .tank-fillings .stat-table-wrapper {
    max-height: 250px;
    overflow-y: auto; }
  @media (max-width: 767px) {
    .wrap-stat .tank-fillings__body {
      flex-direction: column; }
      .wrap-stat .tank-fillings__body .stat-table-wrapper {
        order: 2; }
    .wrap-stat .tank {
      order: 1;
      margin-left: 0;
      background-position: center 0;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px;
      font-size: 30px; }
    .wrap-stat .date-value-table {
      table-layout: fixed; } }
  @media (max-width: 575px) {
    .wrap-stat .stat-table,
    .wrap-stat .date-value-table {
      font-size: 12px;
      white-space: nowrap; }
      .wrap-stat .stat-table th,
      .wrap-stat .stat-table td,
      .wrap-stat .date-value-table th,
      .wrap-stat .date-value-table td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 500; }
    .wrap-stat .date-value-table th:first-child,
    .wrap-stat .date-value-table td:first-child {
      width: 30%; }
    .wrap-stat .date-value-table th:not(:first-child),
    .wrap-stat .date-value-table td:not(:first-child) {
      width: 17.5%; } }
  @media (max-width: 360px) {
    .wrap-stat .stat-table,
    .wrap-stat .date-value-table {
      font-size: 11px; }
      .wrap-stat .stat-table th,
      .wrap-stat .stat-table td,
      .wrap-stat .date-value-table th,
      .wrap-stat .date-value-table td {
        font-size: 11px; } }

.date-value-table {
  width: 100%;
  margin-top: 10px; }
  .date-value-table th, .date-value-table td {
    padding: 12px;
    font-size: 13px; }
  .date-value-table th {
    font-weight: 400; }
  .date-value-table td {
    font-weight: 900; }
    .date-value-table td:first-child {
      width: 35%; }
    .date-value-table td img {
      width: 14px;
      height: 23px; }

.actions-vehicles-analyse {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  margin-right: 20px;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px; }
  .actions-vehicles-analyse__header {
    flex-basis: 132px;
    padding: 43px 15px 43px 0;
    border-right: 2px solid #f1f2f7;
    height: 100%; }
  .actions-vehicles-analyse__body {
    padding: 30px 0 30px 30px;
    flex: 1;
    align-self: center; }
    .actions-vehicles-analyse__body.p-l-7 {
      padding-left: 7%; }
  .actions-vehicles-analyse__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .actions-vehicles-analyse__list .action-list-item {
      text-align: center;
      padding: 5px;
      flex-basis: 25%;
      max-width: 100%; }
      .actions-vehicles-analyse__list .action-list-item__value {
        font-weight: 900;
        font-size: 20px;
        margin-bottom: 5px; }
        .actions-vehicles-analyse__list .action-list-item__value span {
          font-weight: 400;
          font-size: 12px; }
      .actions-vehicles-analyse__list .action-list-item__title {
        font-size: 10px;
        color: #686d76;
        margin-bottom: 5px; }
        .actions-vehicles-analyse__list .action-list-item__title b {
          display: block;
          width: 100%;
          color: #282f3c; }
      .actions-vehicles-analyse__list .action-list-item__sub-value {
        line-height: 12px;
        color: #686d76; }
      .actions-vehicles-analyse__list .action-list-item_plus {
        color: #d80000; }
      .actions-vehicles-analyse__list .action-list-item_minus {
        color: #609623; }
  @media (max-width: 1279px) {
    .actions-vehicles-analyse__body {
      padding-left: 15px; }
      .actions-vehicles-analyse__body.p-l-7 {
        padding-left: 5px; } }
  @media (max-width: 991px) {
    .actions-vehicles-analyse__header, .actions-vehicles-analyse__body {
      flex-basis: 100%; }
    .actions-vehicles-analyse__header {
      border-right: none;
      border-bottom: 2px solid #f1f2f7;
      padding-top: 15px;
      padding-bottom: 15px; }
      .actions-vehicles-analyse__header .img-responsive,
      .actions-vehicles-analyse__header .stat-item__title {
        display: inline-block; }
      .actions-vehicles-analyse__header .img-responsive {
        margin-top: -10px;
        padding-left: 10px; }
    .actions-vehicles-analyse__list .action-list-item {
      flex-basis: 33.33%;
      margin-bottom: 15px; } }
  @media (max-width: 575px) {
    .actions-vehicles-analyse {
      margin-right: 0; }
      .actions-vehicles-analyse__list .action-list-item {
        flex-basis: 50%; } }
  @media (max-width: 460px) {
    .actions-vehicles-analyse__list .action-list-item {
      flex-basis: 100%; } }

.wrap-action-stat {
  width: 100%; }
  .wrap-action-stat:not(tr) {
    display: flex;
    justify-content: space-between; }
  .wrap-action-stat .action-item {
    text-align: center; }
    .wrap-action-stat .action-item__value {
      font-weight: 900;
      font-size: 20px;
      margin-bottom: 5px; }
      .wrap-action-stat .action-item__value span {
        font-weight: 400;
        font-size: 12px; }
    .wrap-action-stat .action-item__title {
      font-size: 10px;
      color: #686d76;
      margin-bottom: 5px; }
      .wrap-action-stat .action-item__title b {
        display: block;
        width: 100%;
        color: #282f3c; }
    .wrap-action-stat .action-item__sub-value {
      line-height: 12px;
      color: #686d76; }
    .wrap-action-stat .action-item_plus {
      color: #d80000; }
    .wrap-action-stat .action-item_minus {
      color: #609623; }

.right-sidebar {
  flex: 0 0 240px;
  background-color: #282f3c;
  padding: 20px; }
  .right-sidebar__title {
    color: #fff;
    font-weight: 900;
    margin-bottom: 30px; }
    .right-sidebar__title span {
      display: block;
      width: 100%;
      font-weight: 400;
      font-size: 13px; }
      .right-sidebar__title span:after {
        content: "";
        display: block;
        margin-top: 5px;
        width: 85px;
        height: 4px;
        /*background-color: #3594d0; */
      }
  .right-sidebar__info-list {
    display: flex;
    flex-direction: column; }
    .right-sidebar__info-list li {
      margin-bottom: 30px;
      color: #ffffff; }
      .right-sidebar__info-list li sub {
        bottom: 0; }
      .right-sidebar__info-list li i {
        color: #888789;
        font-size: 15px;
        font-weight: 500; }
      .right-sidebar__info-list li h3 {
        font-weight: 900;
        margin-bottom: 5px; }
        .right-sidebar__info-list li h3 span {
          font-size: 15px;
          font-weight: 500; }
      .right-sidebar__info-list li h6 {
        font-weight: 400; }
  .right-sidebar__sub-title {
    color: #939293;
    margin-bottom: 5px; }
  .right-sidebar__inside {
    display: flex;
    flex-direction: column; }
  @media (max-width: 1919px) {
    .right-sidebar {
      flex: auto; }
      .right-sidebar__inside {
        flex-direction: row;
        justify-content: space-between; }
        .right-sidebar__inside div:not(.right-sidebar__title) {
          flex: 1; }
      .right-sidebar__info-list {
        display: flex;
        flex-direction: row;
        justify-content: space-between; } }
  @media (max-width: 767px) {
    .right-sidebar__info-list {
      flex-direction: column; } }

@media (max-width: 576px) {
  h1,
  .h1 {
    font-size: 28px; }
  h4,
  .h4 {
    font-size: 15px; } }

tooptip {
  width: 100%; }

.clear-text-style {
  text-decoration: none !important;
}

.fa-solid {
  font-weight: 500;
}

.fa-2x {
  font-size: 1.8em;
}

.fa-3x {
  font-size: 2.6em;
}

.description-image {
  width: 100%;
  margin-top: 5px;
}

.datepicker-width input:disabled {
  opacity: 70%;
}

.vehicle-insurance {
  background: #f2f4f7;
  text-align: center;
  margin: 0 7px 15px;
  padding: 10px;
  width: 100%;
}
.dropdown-multiselect {
  display: block;
}
.dropdown-multiselect button{
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: none!important;
}

.dropdown-multiselect button:hover {
  background-color: inherit;
  border: 1px solid #adadad;
}

.dropdown-multiselect button[disabled] {
  background-color: #ddd;
}

.dropdown-multiselect button .caret {
  display: inline-block;
  margin-top: 3px;
}

.dropdown-multiselect.open .dropdown-menu {
  min-width: 280px;
}

.dropdown-multiselect button .dropdown-toggle__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #777;
}


