/* Popup container - can be anything you want */
.popup {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1 !important;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 99 !important;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  z-index: 99 !important;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.headercssbox {
  margin-left: 1%;
  margin-right: 1%;
  width: 31%;
  height: 210px;
  background-image: linear-gradient(to bottom, rgba(56, 224, 41, 0), rgba(56, 224, 41, 0));
  border-radius: 8px;
}

.headercssboxotherdais {
  margin-left: 1%;
  margin-right: 1%;
  width: 30%;
  height: 117px;
  background-image: linear-gradient(to bottom, rgb(36, 142, 212), rgba(23, 122, 180, 0.562));
  border-radius: 8px;
}

.headercssinsidedais {
  text-align: center;
  color: black !important;
  margin-top: 9% !important;
  font-size: 11px;
}

.contentcssinsidedais {
  text-align: center;
  font-size: 14px;
  color: black;
}

.headercssboxnotscaned {
  margin-left: 1%;
  margin-right: 1%;
  width: 31%;
  height: 210px;
  background-image: linear-gradient(to bottom, rgba(212, 36, 36, 0), rgba(180, 23, 23, 0));
  border-radius: 8px;
}

.headercssinside {
  text-align: center;
  color: black !important;
  margin-top: 9% !important;
}

.contentcssinside {
  text-align: center;
  font-size: 20px;
  color: black;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.btn-primary-outline {
  background-color: transparent;
  border-color: #ccc;
  border-radius: 50%;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}

#target {
  width: 345px;
}

.circleButton {
  width: 25px;
  height: 25px;
  position: relative;
  border-radius: 100%;
}

.iconCircleButton {
  position: absolute;
  top: 40%;
  left: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 10px;
  display: block;
}


.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20%;
  right: 6%;
  background-color: rgb(62, 102, 61);
  color: #FFF !important;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 3;
}

.my-float {
  margin-top: 17px;
  font-size: 25px;
}

.wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 30px;
  text-align: center;
  margin-bottom: 1%;
  overflow: auto;
  height: 200px;
}

.input_update {
  position: absolute;
  display: table;
  border-collapse: separate;
}

.container_coments {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 20px;
}

.container_spec_coments {
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
  border-radius: 8px;
}

.container_spec_coments::after {
  content: "";
  clear: both;
  display: table;
}

.time-right {
  float: right;
  color: rgb(255, 255, 255);
}

.name-left {
  float: left;
  color: rgb(255, 254, 254);
}


.modal-contenido_new {
  background-color: rgb(255, 255, 255);
  width: 70%;
  height: 72%;
  padding: 10px 20px;
  margin: 7% auto;
  position: relative;
  overflow: auto;
  border-radius: 20px;
}

.modal_new {
  background-color: rgba(0, 0, 0, 0.555);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 1s;
  z-index: 4;
}

#miModal:target {
  opacity: 1;
  pointer-events: auto;
}


#miModal_all:target {
  opacity: 1;
  pointer-events: auto;
}

#miModal_all_close:target {
  opacity: 0;
  pointer-events: auto;
}


#miModal_close:target {
  opacity: 0;
  pointer-events: auto;
}

#miModal_detail:target {
  opacity: 1;
  pointer-events: auto;
}

#miModal_detail_close:target {
  opacity: 0;
  pointer-events: auto;
}


#miModal_insert:target {
  opacity: 1;
  pointer-events: auto;
}

#miModal_insert_close:target {
  opacity: 0;
  pointer-events: auto;
}


.modal-contenido_detail {
  background-color: rgb(255, 255, 255);
  width: 30%;
  height: 38%;
  padding: 10px 20px;
  margin: 7% auto;
  position: relative;
  overflow: auto;
  border-radius: 20px;
}


.modal-contenido_new_comment {
  background-color: rgb(255, 255, 255);
  width: 70%;
  height: 40%;
  padding: 10px 20px;
  margin: 7% auto;
  position: relative;
  overflow: auto;
  border-radius: 20px;
}

.modal_new_comment {
  background-color: rgba(0, 0, 0, 0.555);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 1s;
  z-index: 4;
}

.zoom-table {
  -moz-transform: scale(0.100, 0.100);
  /* Moz-browsers */
  zoom: 0.100;
  /* Other non-webkit browsers */
  zoom: 100%;
  /* Webkit browsers */
}

@media only screen and (max-width: 720px) {

  .modal-contenido_new_comment {
    background-color: rgb(255, 255, 255);
    width: 70%;
    height: 55%;
    padding: 10px 20px;
    margin: 7% auto;
    position: relative;
    overflow: auto;
    border-radius: 20px;
  }

  .modal_new_comment {
    background-color: rgba(0, 0, 0, 0.555);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 1s;
    z-index: 4;
  }

  .zoom-table {
    -moz-transform: scale(0.5, 0.5);
    /* Moz-browsers */
    zoom: 0.5;
    /* Other non-webkit browsers */
    zoom: 50%;
    /* Webkit browsers */
  }
}

@media only screen and (max-width: 1300px) {

  .modal-contenido_new_comment {
    background-color: rgb(255, 255, 255);
    width: 60%;
    height: 60%;
    padding: 10px 20px;
    margin: 7% auto;
    position: relative;
    overflow: auto;
    border-radius: 20px;
  }

  .modal_new_comment {
    background-color: rgba(0, 0, 0, 0.555);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 1s;
    z-index: 4;
  }

  .zoom-table {
    -moz-transform: scale(0.75, 0.75);
    /* Moz-browsers */
    zoom: 0.75;
    /* Other non-webkit browsers */
    zoom: 75%;
    /* Webkit browsers */
  }
}

.num_notif {
  position: absolute;
  right: -26px;
  top: -15px;
  color: #fff;
  background: red;
  width: 19px;
  border-radius: 80px;
  font-size: 13px;
}


.num_notif_coments {
  position: absolute;
  right: 1px;
  top: -15px;
  color: #fff;
  background: red;
  width: 23px;
  border-radius: 82px;
  font-size: 15px;
  text-align: -webkit-center;
}

.num_notif_coments_no {
  position: absolute;
  right: 1px;
  top: -15px;
  color: #fff;
  background: rgba(33, 155, 226, 0.596);
  width: 23px;
  border-radius: 82px;
  font-size: 15px;
  text-align: -webkit-center;
}

.num_notif_no {
  position: absolute;
  right: -26px;
  top: -15px;
  color: #fff;
  background: rgba(33, 155, 226, 0.596);
  width: 19px;
  border-radius: 80px;
  font-size: 13px;
}

.comfrimed_chechk {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
    font-size: 1.33333333em;
    pointer-events: none;
}