* {
  font-family: Arial, Helvetica, sans-serif;
}

.margin-center {
  margin: 0px auto;
}

.margin-16l {
  margin-left: 16px;
}

.margin-16r {
  margin-right: 16px;
}

.margin-16t {
  margin-top: 16px;
}

.margin-16b {
  margin-bottom: 15px;
}

.padding-30r {
  padding-right: 30px;
}

.padding-16t {
  padding-top: 16px;
}

.visor {
  height: auto;
  min-width: 99px;
  max-width: 250px;
  width: 100%;
  border: 1px solid #000;
  margin: 10px 5px 0 0;
}

.pointer {
  cursor: pointer;
}

.date {
  line-height: 1.3em !important;
}

.nro-camiseta {
  width: 4em;
}

.check-inscribir {
  width: 20px;
  height: 20px;
}

.center-vertical {
  vertical-align: middle !important;
}

.center-horizontal-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media screen and(max-width:691px) {
  .tabla-jugadores {
    padding-left: 15px;
  }
  .visor {
    width: 100%;
  }
}

@media screen and(min-width:692px) {
  .tabla-jugadores {
    padding-left: 60px;
  }
  .visor {
    width: 100%;
  }
}

/* mensajes  */

@media screen and (min-width: 1px) and (max-width: 800px) {
  .notifications {
    position: fixed;
    z-index: 1000;
    pointer-events: none;
    right: 0;
    top: 0;
    bottom: 0;
    left: 80%;
    background: transparent;
  }
  .MessageModal {
    top: 70px;
    right: 15px;
    display: flex;
    justify-content: center;
    position: relative;
    pointer-events: all;
    margin-top: 10px;
    font-size: 14px;
    float: right;
    padding: 15px 30px 15px 15px;
    width: 200px;
    border-radius: 5px;
    color: #fff;
    -webkit-animation: slide 0.7s ease-in;
    -moz-animation: slide 0.7s ease-in;
    -o-animation: slide 0.7s ease-in;
    border: 1px solid rgba(19, 19, 19, 0.1);
  }
  .MessageModal i {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 10px;
  }
  .success {
    background: #0c7166;
  }
  .error {
    background: #e4432f;
  }
  .info {
    background: #82217f;
  }
  .warning {
    background: #ee8d02;
  }
  .remove {
    animation: slide-out 0.7s ease-in-out;
    -webkit-animation: slide-out 0.7s ease-in-out;
    -moz-animation: slide-out 0.7s ease-in-out;
    -o-animation: slide-out 0.7s ease-in-out;
  }
  @keyframes slide {
    0% {
      right: -150px;
      filter: opacity(0);
    }
    100% {
      right: 30px;
      filter: opacity(1);
    }
  }
  @-moz-keyframes slide {
    0% {
      right: -150px;
      filter: opacity(0);
    }
    100% {
      right: 30px;
      filter: opacity(1);
    }
  }
  @keyframes slide-out {
    0% {
      right: 30px;
      filter: opacity(1);
    }
    100% {
      right: -150px;
      filter: opacity(0);
    }
  }
  @-moz-keyframes slide-out {
    0% {
      right: 30px;
      filter: opacity(1);
    }
    100% {
      right: -150px;
      filter: opacity(0);
    }
  }
}

@media screen and (min-width: 801px) {
  .notifications {
    position: fixed;
    z-index: 1000;
    pointer-events: none;
    right: 0;
    top: 0;
    bottom: 0;
    left: 80%;
    background: transparent;
  }
  .MessageModal {
    top: 70px;
    right: 15px;
    display: block;
    position: relative;
    pointer-events: all;
    margin-top: 10px;
    font-size: 14px;
    float: right;
    padding: 15px;
    width: 200px;
    border-radius: 5px;
    color: #fff;
    -webkit-animation: slide 0.7s ease-in;
    -moz-animation: slide 0.7s ease-in;
    -o-animation: slide 0.7s ease-in;
    border: 1px solid rgba(19, 19, 19, 0.1);
  }
  .MessageModal i {
    float: right;
    cursor: pointer;
  }
  .success {
    background: #0c7166;
  }
  .error {
    background: #e4432f;
  }
  .info {
    background: #82217f;
  }
  .warning {
    background: #ee8d02;
  }
  .remove {
    animation: slide-out 0.7s ease-in-out;
    -webkit-animation: slide-out 0.7s ease-in-out;
    -moz-animation: slide-out 0.7s ease-in-out;
    -o-animation: slide-out 0.7s ease-in-out;
  }
  @keyframes slide {
    0% {
      right: -150px;
      filter: opacity(0);
    }
    100% {
      right: 30px;
      filter: opacity(1);
    }
  }
  @-moz-keyframes slide {
    0% {
      right: -150px;
      filter: opacity(0);
    }
    100% {
      right: 30px;
      filter: opacity(1);
    }
  }
  @keyframes slide-out {
    0% {
      right: 30px;
      filter: opacity(1);
    }
    100% {
      right: -150px;
      filter: opacity(0);
    }
  }
  @-moz-keyframes slide-out {
    0% {
      right: 30px;
      filter: opacity(1);
    }
    100% {
      right: -150px;
      filter: opacity(0);
    }
  }
}

/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */

.map {
  height: 300px;
}

/* Optional: Makes the sample page fill the window. */

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#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;
}

.box-search {
  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;
}

.box-search {
  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;
}

.box-search:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}

#target {
  width: 345px;
}

.chat-box {
  height: 98%;
  width: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.modal-chat-box{
  height: 45vh;
}

.contenedor-chat-box {}

.msg-box {
  margin-bottom: 15px;
  padding: 15px;
  width: 80%;
  
  -webkit-box-shadow: 1px 2px 10px -4px rgba(138, 138, 138, 1);
  -moz-box-shadow: 1px 2px 10px -4px rgba(138, 138, 138, 1);
  box-shadow: 1px 2px 10px -4px rgba(138, 138, 138, 1);
  z-index: 3;
}

.msg-box .hora-msg {
  font-size: 10px;
  text-align: end;
  color: #9c9c9c;
}

.emisor {
  align-self: flex-end;
  background: #fff;
  border-radius: 0px 25px 0px 25px;
}

.remitente {
  align-self: flex-start;
  background: #00bcd4;
  color: #fff;
  border-radius: 25px 0px 25px 0px;
}

.remitente .hora-msg {
  color: #fff;
}

.tabla-active {
  background: cornflowerblue !important;
  color: #fff;
}

.tabla-active-select {
  background: #8BEDBD !important;
  color: #fff;
}

.btn-mensajes {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 15px;
}

.cliente-active {
  background: #74dc0d;
  color: #fff;
}

.cliente-inactive {
  background: #F44336;
  color: #fff;
}

.conectado-usuario {
  padding: 5px;
  background: #b5ffe6;
  color: #06a90c;
  text-align: center;
  margin-bottom: 5px;
}
.desconectado-usuario {
  padding: 5px;
  background: #ffd5ce;
  color: #F44336;
  text-align: center;
  margin-bottom: 5px
}

.content {
  margin-top: 15px;
}

.btn.disabled, .btn:disabled{
  cursor: not-allowed !important;
}

.not-pointer{
  pointer-events: none;
  user-select: none;
}

