.header {
  padding: 5px 0;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
}
.header div {
  display: inline-block;
}

.header .img-logo {
  width: 50px;
  height: 50px;
  vertical-align: top;
}
.name {
  margin-left: 10px;
  font-family: "Arial Negreta", "Arial";
  font-size: 32px;
  font-weight: 700;
}
small {
  margin-left: 10px;
  font-family: "Ã¥Â¹Â¼Ã¥Å“â€  Regular", "Ã¥Â¹Â¼Ã¥Å“â€ ";
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
.header-right {
  float: right;
}
.img-user,
.img-logout {
  vertical-align: middle;
  cursor: pointer;
}
.img-user {
  width: 50px;
  height: 50px;
}
.img-logout {
  margin-left: 20px;
  width: 32px;
  height: 26px;
}
.logout {
  margin-right: 20px;
}
.userName,
.logout {
  margin-top: 50px;
}
.contain div {
  display: inline-block;
}
.s-side {
  width: 15%;
  min-width: 200px;
}
.content {
  position: absolute;
  padding: 10px;
  vertical-align: top;
  display: inline-block;
  margin-left: 240px;
  left: 0;
  right: 10px;
  top: 60px;
  bottom: 60px;
}
.search {
  margin-top: 10px;
  text-align: center;
}
#searchKey {
  display: inline-block;
  width: 50%;
  margin: 0;
}
#searchBtn {
  border-radius: 5px;
  margin-left: 10px;
  cursor: pointer;
  border-style: none;
  display: inline-block;
  background-color: #292929;
  height: 38px;
  color: white;
  width: 80px;
}
#searchKey:hover {
  border-color: #292929;
}
#page {
  text-align: center;
}
#page > div {
  width: 90%;
  margin: 10px auto;
}
table td {
  text-align: center;
}
table td.edit {
  font-size: 16px;
  cursor: pointer;
  color: black;
  text-align: center;
}
#addPoliceDistrict {
  margin-left: 15px;
  font-weight: 700;
  float: left;
  font-size: 30px;
  color: #292929;
  cursor: pointer;
  border-style: none;
  background-color: white;
}
.add,
.update {
  display: none;
  border: 1px solid #e6e6e6;
  width: 950px;
  position: absolute;
  left: 50%;
  top: 10px;
  bottom: 62px;
  margin-left: -450px;
  background-color: white;
  z-index: 9999;
  /* overflow: auto; */
}
.add-title,
.update-title {
  font-size: 16px;
  padding: 10px;
  text-align: center;
  background-color: #292929;
  color: white;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
}
.add-content,
.update-content {
  position: absolute;
  /* height: 500px; */
  overflow: auto;
  padding: 10px;
  bottom: 0;
  top: 40px;
  overflow: auto;
  right: 0;
  left: 0;
  overflow-x: hidden;
}
.add-content form > div,
.update-content form > div {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.add input,
.add label,
.add select,
.update input,
.update label,
.update select,
.update span {
  display: inline-block;
}
.add input,
.add select,
.update input,
.update select,
.update span {
  width: 300px;
  height: 30px;
}
.add label,
.update label {
  width: 100px;
  text-align: right;
}
.btns {
  bottom: 10px;
  width: 100%;
  margin: 10px 0 0 0;
  text-align: center;
  background: white;
}
.btn {
  margin-left: 20px;
  font-family: "å¹¼åœ† Regular", "å¹¼åœ†";
  font-weight: 400;
  font-style: normal;
  width: 80px;
  height: 40px;
  background-color: #292929;
  color: white;
  border-style: none;
  border-radius: 5px;
  cursor: pointer;
}
.add input.glb,
.update input.glb {
  width: 134px;
}
span.close {
  cursor: pointer;
  float: right;
  width: 20px;
}
select {
  border-color: #e6e6e6;
  border-radius: 2px;
  padding-left: 10px;
}
label {
  margin-left: 10px;
}
i.colorRed {
  top: 10px;
  position: absolute;
  font-size: 20px;
  color: red;
}
input[disabled] {
  background: grey;
  color: white;
}
#map {
  width: 60%;
  height: 60%;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -30%;
  top: 50%;
  margin-top: -17%;
  z-index: 999;
  display: none;
}
.right-tool {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.right-tool > div {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
}
.right-tool i {
  font-size: 16px;
  color: #555;
}
.update-latAndLon .selectPoint {
  cursor: pointer;
  text-decoration: underline;
  vertical-align: bottom;
  font-size: 12px;
  /* width: 50px; */
  position: absolute;
  /* right: 120px; */
  top: 13px;
  right: -195px;
}
input.cor {
  width: 322px;
}
#closeMap {
  position: fixed;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  font-weight: bolder;
}

.update-latAndLon, .latAndLon {
  text-align: left !important;
  padding-left: 39px;
}
.latAndLon .selectPoint{
  cursor: pointer;
  text-decoration: underline;
  vertical-align: bottom;
  font-size: 12px;
}
/*
    @media screen and (max-height: 795px){
        div.add{
            bottom:10px;
            height: unset;
        }
    }*/
