body{
  background-color: lightgray;
}

#mapid {
  z-index: 0;
  position: absolute;
  top:0;
  right:0;
  height: 100%; 
  width: 100%;
}

:root{
  --main-width: 50px;
}

.side-Bar {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: var(--main-width);
  background-color: #484848;
}

.side-Bar #content {
  background-color: white;
  height: 100%;
  width: 15vw;
  /* min-width: 180px; */
  margin-left: var(--main-width);
  transition: 0.2s ease-in-out;
  box-shadow: 2px 0px 7px 1px #707070;
  overflow-y: auto;
  overflow-x: hidden;
}

.swal-medium{
  width:35%
}

.input_swal{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.submit_swal{
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.submit_swal:hover{
background-color: #45a049;
transition: 0.2s ease-in-out;
}

/* div {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
} */

.side-Bar #info {
  position: absolute;
  top: 0;
  background-color: white;
  height: 100%;
  width: 0px;
  min-width: 0px;
  margin-left: var(--main-width);
  transition: 0.2s ease-in-out;
  box-shadow: 2px 0px 7px 1px #707070;
  overflow-y: auto;
  overflow-x: hidden;
}

#icon i{
  margin-bottom: 10px;
  margin-top: 10px;
  cursor: pointer;
}

.fa-bars,.fa-search,.fa-lightbulb, .fa-power-off, .fa-user,.fa-map-marked-alt{
  margin-left: 6px;
}

.side-Bar #icon {
  position: absolute;
  color: white;
  width: 80%;
  text-align: center;
}

.side-Bar #icon_hide{
  transition: 0.2s ease-in-out;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
background-color: rgba(255, 255, 255, 0.9) !important;
}


.leaflet-popup-content-wrapper .leaflet-popup-content {
  text-align: center !important;
  width: 20px !important;
  margin: 9px 12px !important;
}

.leaflet-popup-close-button{
  display: none !important;
}

.leaflet-popup-tip-container {
}

.leaflet-popup{

}

.contentBtn{
  width: 100%;
  height: 45px;
  border: 0;
  border-bottom: 1px solid #cccccc;
  color: #4aabd6;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.contentBtn:hover{
  background-color: #cccccc;
  transition: 0.2s ease-in-out;
}

.inputSearch{
  margin-top: 0px ;
  width: 100%;
  height: 36px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  text-align: center;
  color: #4aabd6;
}

  /* Hide scrollbar for Chrome, Safari and Opera */

/* width */
::-webkit-scrollbar {
  width: 7px;
  /* background-color: transparent;  */
}

/* Track */
::-webkit-scrollbar-track {
  background-color: transparent; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #4aabd6; 
  border-radius: 16px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4aabd6; 
}

.ownerText{
  font-size: 12px;
  text-align: left;
  color: grey;
}

#table_info {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#table_info td,
#table_info th {
  border: 0;
  padding: 8px;
}

#table_info tr:nth-child(even) {
  /* background-color: #f2f2f2; */
}

#table_info tr:hover {
  background-color: #ddd;
}

#table_info th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  /* background-color: #484848; */
  color: white;
}

#mydiv {
  position: absolute;
  max-width: 180px;
  min-width: 180px;
  right: 2px;
  z-index: 9;
  background-color: #f1f1f1;
  text-align: center;
  border: 1px solid #d3d3d3;
}

#mydivheader {
  padding: 10px;
  cursor: move;
  z-index: 10;
  background-color: #2196F3;
  color: #fff;
}

#mydivT {
  overflow: visible;
  position: absolute;
  max-width: 180px;
  min-width: 180px;
  right: 2px;
  bottom: 13px;
  z-index: 9;
  background-color: #f1f1f1;
  text-align: center;
  border: 1px solid #d3d3d3;
}

#mydivheaderT {
  padding: 10px;
  cursor: move;
  z-index: 10;
  background-color: #2196F3;
  color: #fff;
}

.edit_btn{
  cursor: pointer;
  width:50px;
  height: 30px;
  border-radius: 2px;
  border: 0;
  background-color: #4aabd6;
  color: white;
  transition: 0.2s ease-in-out;
  transform: scale(1);
  margin-right: 8px;
}

.edit_btn:hover{
  transform: scale(1.04);
  background-color: #2C8AB4;
  transition: 0.2s ease-in-out;
}

.fa-power-off{
  color: #E73838;
  position: absolute;
  bottom: 20px;
  cursor: pointer;
}

.cardNew{
  min-height: 500px;
  /* min-width: 365px; */
  text-align: left;
  z-index: 1;
  display: inline-block;
  height: 95%;
  margin-top: 1%;
  margin-bottom: 1%;
  width:90%;
  margin-left: 2%;
  background-color: white;
  z-index: -1;
  box-shadow: 10px 10px 12px #888888;
  border-radius: 5px;
  overflow-y: scroll;
}

.test{
  display: inline-block;
  margin-top: 20px;
  margin-left: 20px;
  width: 360px;
  border: 1px solid #DFDFDF;
  border-radius: 6px;
  padding :12px;
  color: #3c4043;
 /* background-color: grey; */
}

.cardContent{
  margin:auto;
  text-align: left;
  display: inline-block;
  padding: 5px;
  position: absolute;
}

.cardHeader{

  padding: 20px;
  background-color: grey;
  display: block;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: white;
  text-align: center;
}

.cardHeader span{
  display: inline;
   font-family: 'Google Sans',Roboto,Arial,sans-serif;
}

html, body {
  font-family: 'Google Sans',Roboto,Arial,sans-serif;
  position: relative;
  width: 100% ;
  height: 100%;
  margin: 0;
}

.inside {
  width: 200px;
  height:35px;
  padding: 0px 8px;
  margin: 8px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid grey;
  color: #4aabd6;
}

.submitBtn{
  margin-left: 20px;
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.swal-med{
  width: 30%;
  min-width: 300px;
}