body {
  overflow-x: hidden;
}
.flex-container {
  display: flex;
  align-items: stretch;
}
.uppercase {
  text-transform: uppercase;
}
.margin-buttom-10 {
  margin-bottom: 10px
}
.margin-top-10 {
  margin-top: 10px
}
.margin-top-20 {
  margin-top: 20px
}
.margin-right-10 {
  margin-right: 10px
}
.margin-buttom-20 {
  margin-bottom: 20px
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}

.padding-right-10 {
  padding-right: 10px !important;
}
.padding-left-20 {
  padding-left: 20px !important;
}
.dashboard .filters-title , .dashboard .block-title {
  font-size: 14px;
  font-weight: 600;
  padding: 4px;
}

.dashboard .filters-title {
  color : #003781;
  border-bottom: 4px solid #003781;
  padding-bottom: 0

}

.dashboard .block-title {
  background-color : #003781;
  color : #FFF;
}
.leaflet-popup-content-wrapper .list-group-item,
.dashboard .list-group-item {
  border-radius: 0;
  background-color: #EFF9FE;
  border : 0 ;
  border-bottom: 2px solid #fff;
}
.leaflet-popup-content-wrapper  .list-group-item.active,
.leaflet-popup-content-wrapper .list-group-item:focus,
.leaflet-popup-content-wrapper  .list-group-item:hover,
.dashboard .list-group-item:focus,
.dashboard  .list-group-item:hover,
.dashboard  .list-group-item.active {
  background-color:rgb(197, 224, 238);
  color:#003781;
}
.dashboard  .list-group-item.active {
  font-weight: 600;
}
.dashboard .list-group-item.no-event {
  pointer-events: none;
}
.sm-table , .dashboard .ReactTable .rt-table {
  border : 0;
  border-bottom: 3px solid #37BCF5;
}
.sm-table .th-item {
  background-color: #37BCF5;
  color : #FFFFFF;
  font-weight: 600
}
.sm-table .tr-item {
  background-color: #EFF9FE;
  color : #000000;
  min-height:30px;
  border-top: 1px solid #fff;
}
.sm-table .td-item {
  padding: 5px
}
.td-item + .td-item {
  border-left : 1px solid #ffffff;
}
.dashboard-container {
  min-height: 420px;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 10px;
  margin-top: 15px;
  font-family: Arial;
  font-size: 12px;
  position: relative;
  display: inline-block;
  width: 100%;
}

.dashboard .ReactTable .rt-thead .rt-tr {
  background-color: #37BCF5;
  color : #FFFFFF;
  font-weight: 600;
  padding: 2px;
}
.dashboard .ReactTable .rt-thead.-header {
  box-shadow: none;
}
.dashboard .ReactTable .rt-thead .rt-th,
 .dashboard .ReactTable .rt-tbody .rt-td {
  border-right: 1px solid #fff;
}
.dashboard .ReactTable .rt-tbody .rt-td {
  background-color: #EFF9FE;
}
.dashboard .ReactTable .rt-tbody .rt-tr-group {
  border-bottom: solid 1px #fff;
}
.dashboard .highcharts-container {
  float: right;
  right: -62px;
}
.dashboard .main-container {
  width : 100%;
  display: inline-block;
}
.dashboard .main-container .col-md-2,
.dashboard .main-container .col-md-4,
.dashboard .main-container .col-md-6 {
  padding-left:0 ;
  padding-right:0 ;
}

.ReactTable .rt-resizable-header {
	padding: 6px !important;
	font-weight: 600;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.ReactTable .rt-resizer:before {
	display: inline-block;
	position: absolute;
	right: 25px;
	top: 8px;
	height: 5px;
	width: 5px;
	color: transparent;
	content: '.';
	background-size: 8px 5px;
	background-repeat: no-repeat; 
	opacity: 0.87;
}

.ReactTable  .rt-resizable-header-content:after {
	position: absolute;
	right: 8px;
	top: 3px;
	height: 18px;
	width: 18px;
	z-index: 120;
	color: transparent;
	content: '.';
}

.ReactTable .rt-th.-sort-asc .rt-resizer:before {
	border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
	padding: 3px;
	 transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);

}

.ReactTable .rt-th.-sort-desc .rt-resizer:before {
	border: solid #fff;
  border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.ReactTable .rt-resizer {
  cursor: inherit;
  pointer-events: none;
}

.menu-link.active {
  background-color: #666;
  color: #FFFFFF;
  border-color: #999;
}

.menu-collapse {
  cursor: pointer;
}

.menu-collapse::after {
  border: solid #fff;
  border-width: 0 1.5px 1.5px 0;
  padding: 4px;
  content: '';
  margin: 2px 4px;
  float: right;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.menu-collapse.collapsed::after {
	 transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 7px;
}
.search-field {
  width: 100%;
  padding: 6px;
  text-align: center;
  border: 1px solid rgb(197, 224, 238);
}

/* width */
.list-group-markets::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.list-group-markets::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
.list-group-markets::-webkit-scrollbar-thumb {
  background: rgb(197, 224, 238);
}

/* Handle on hover */
.list-group-markets::-webkit-scrollbar-thumb:hover {
  background: rgb(197, 224, 238);
}

.list-group-markets {
   overflow: hidden;
   max-height: 411px;
   margin-bottom: 0;
}
.list-group-markets:hover {
  overflow-y: auto ;
}

.Table__pagination {
  text-align: center;
	padding: 0 10px;
	z-index: 1;
	justify-content: space-between;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
	border-top: 2px solid rgba(0,0,0,0.1);
}

.Table__pageButton {
  font-size: 15px;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.Table__pageButton:disabled {
  cursor: not-allowed;
  color: gray;
}

.Table__pageButton--active {
  color: #45b3e3;
  font-weight: bold;
}

.rows__select {
	position: relative;
	top: -73px;
	right: 20px;
	float: right;
	width : 100px;
}
.page__input {
	width: 70px;
	text-align: center;
}
.page__text { 
	font-weight: 600;    
	padding: 9px 5px 0 0
}
.page__number {
	font-weight: 600;    
	padding: 9px 0 0 5px
}
.page__select-container {
	position: relative;
	top: -43px;
	left: 10px;
	width: 200px;
	display: flex;
}

.Table__pagination .pagination {
	margin: 10px 0;
}
.table__bottom-container {
	height: 58px;
}
.dashboard .ReactTable {
  margin-top: 10px;
}

.dashboard .ReactTable .pagination-bottom {
  height : 58px
}
.rt-th input {
  color : #003781;
}
.dashboard .ReactTable .rt-thead.-filters {
  margin-top: -4px;
}

.dashboard .ReactTable .rt-thead.-filters .rt-th {
  border-right: 1px solid #fff;
}
.dashboard .ReactTable .rt-thead.-filters .rt-th:last-child {
  border-right : 0 ;
}

.dashboard .ReactTable .rt-noData {
  top :70%
}
.block-title.-clickable , .age-case.-clickable {
  cursor: pointer;
}
.dashboard .pagination-bottom {
  background-color: #FFFFFF;
  color: #666;
}
.item-range { cursor: pointer }
.active-range { font-weight: 600}

.dashboard a, .dashboard a:focus, .dashboard a:hover  {
  color : #003781;
}
.-overlay {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 460;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  opacity: .5;
  overflow: hidden;
}

.dashboard .close {
  color : #FFF;
  opacity: 0.5;
  font-weight: 400 ;
  font-size: 18px;
  margin-top: 1px;
}
.dashboard .close:hover {
  color : #FFF;
  opacity: 1;
} 
.leaflet-control-attribution {
  display: none;
}

.map-modal {
  position: absolute;
    z-index: 999;
    width: 100%;
    background-color: #FFF;
    padding: 20px;
    top: 32px;
    border-radius: 4px;
}

.zoom-map {
  position: relative;
}

.code-color {
  width : 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
  display:inline-block;
}
.map-legend {
  margin-top: 15px;
  width: 100%;
  display: inline-block;
  background-color: #EFF9FE;
  border-bottom: 3px solid #37BCF5;
}
.map-label {
  margin-right: 5px;
  display:inline-block;
}
.map-label.title {
  font-weight: bold;
}
.map-legend .block-item {
  padding: 4px !important;
  display: inline-block;
}
.map-legend .header {
  background-color: #37BCF5;
  color: #FFFFFF;
  font-weight: 600;
  padding: 5px;
}
.close-request-modal {
  top : -40px;
}

.case-details-container
.card-header {
  text-align: left;
  background-color: #37BCF5;
  color: #FFFFFF;
  font-weight: 600;
}
.case-details-container
.card-header img {
  margin: 0 10px 0 0 !important;
}
.case-details-container
.card-header .title-card {
 display: inline-block;
 margin-right: 5px;
}
.case-details-container
.card-header .card-label {
  padding: 7px 10px;
}
.case-details-container
.vega-detail-block .row , 
.case-details-container 
.vega-detail-block .row .vega-detail-ligne-intitule {
  margin-right: 0;
  margin-left: 0;
  background-color: #EFF9FE;
  color: #333;
}
.case-details-container
.card-body {
  padding: 5px;
  background-color: #EFF9FE;
}
.case-details-container
.card {
  margin-bottom: 15px;
}
.case-details-container
.vega-container {
  width: 830px !important;
}

.case-details-container 
.vega-detail-block 
.row  
.vega-detail-ligne-data {
  color : #003781;
}

.dashboard .alert-dismissible .close {
  color : #31708f;
  opacity: .2;
  right: 0;
  font-size: 22px;
  margin-top: -1px;
  top : 0;
}
.dashboard .alert-dismissible .close:hover {
  opacity: 1;
}
.dashboard .alert {
  padding: 10px;
  margin-top: 20px;
  text-align: left;
  font-size: 13px;
}

.leaflet-popup-content {
  padding: 13px 4px;
  margin: 1px 1px !important;
  border-radius: 10px;
  background-color: #EFF9FE;
  width: 200px !important;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: #37BCF5 !important;
}

.leaflet-popup-content-wrapper .list-group {
  margin-bottom: 0;
}
.leaflet-popup-content-wrapper .list-group-item:last-child {
  border-bottom: 0 ;
}

.leaflet-container a.leaflet-popup-close-button {
  top: 4px !important;
  right: 4px !important;
}
.dashboard .excel-icon img {
  position: relative;
  top: -6px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .details-title {
    width : 94%
  }
  .excel-icon {
    width : 6%
  }
}

#dashboard-root .case-details-container {
  position: absolute;
  z-index: 999;
  width: 98%;
  background-color: #FFF;
  padding: 30px;
  top: 32px;
  border-radius: 4px;
}

.new-dashboard-page textarea {
  resize: vertical;
  min-height: 170px;
}