html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  height: 100%;
}
body {
  background: #ffffff;
  font-size: 12px;
  margin: 0;
  height: 100%;
}

.full-height {
  height: 100%;
  max-height: 100%;
}

#map_canvas {
  height: calc(100vh - 50px);
}

#map_canvas1 {
  height: 450px;
}

#map_canvas2,
#map_canvas3,
#map_canvas4 {
  height: 400px;
}

.ombre {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.tbb_data {
  float: right;
}

#bloc_1_data,
#bloc_2_data,
#bloc_3_data,
#bloc_4_data,
#bloc_5_data {
  text-shadow: 1px 1px 2px #000000;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 25px;
}

/* Hide default HTML checkbox */
.switch input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #003667;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.zoom_to_iris {
  display: block;
  padding: 10px;
  color: #fff;
  background-color: #f1aa00;
}

.dashboard-main {
  width: 1170px;
  margin: auto;
  padding: 20px 20px;
  border: solid 1px #ccc;
}

.dashboard-title {
  background-color: #e74b00;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}

.dashboard-subtitle {
  background-color: #f1aa00;
  font-weight: bold;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}

.dashboard-cesure {
  font-weight: bold;
  text-align: center;
}

.dashboard-first {
  padding-left: 0px;
}

.territoires-list-item {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 0px 0px rgba(0, 0, 0, 0.23);

  margin-top: 5px;
}
.territoires-list-item-clickable {
  width: 45%;
  padding: 15px;
}
.territoires-list-item button {
  background-color: inherit;
  border: none;
}
.territoires-list-item-nom {
  width: 50%;
}
.territoires-list-item-button {
  width: 25px;
  float: right;
  padding: 15px 5px 15px 5px;
}
.territoires-list-item:hover {
  font-size: 1.05em;
  cursor: pointer;
  background-color: #f7f7f7;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16), 0px 0px 0px rgba(0, 0, 0, 0.23);
}
.territoires-list-item div {
  display: inline-block;
}
.territoire-active {
  background-color: #f7f7f7;
  font-size: 1.05em;
  cursor: pointer;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16), 0px 0px 0px rgba(0, 0, 0, 0.23);
}
#territoires-list {
  overflow-y: auto;
  max-height: 150px;
}
#modal-new-territory {
  position: absolute;
  z-index: 10000;
  top: 1%;
  left: 40%;
  background-color: white;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
