/*firefox cursor en botones y loading condicion persona no cambia si cambias prioridad info personas se ve,
mal salto repro tabla eventos no actualiza docker-compose logs -f --tail=100 error coordenadas linea rura nokd*/

html,
body {
  height: 100% !important;
}

/*
* { -webkit-touch-callout: none; }
*/

:root {
  --primary: #3c3c3b;
  --lightPrimary: #b2b2b2;
  --secondary: #e94b32;
  --lightSecondary: #ffaea1;
  --light: #f3f3f3;
  --dark: #212121;
  --red: #c21300;
  --grey: lightgrey;
}

.leaflet-marker-icon {
  -webkit-touch-callout: none !important;
}

body {
  display: flex;
  flex-direction: column;
  font: 16px "Lucida Grande", Helvetica, Arial, sans-serif;
  margin: 0;
  background-color: var(--lightPrimary) !important;
}

body {
  -webkit-touch-callout: none !important;
}

a {
  -webkit-user-select: none !important;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.4) rgba(255, 255, 255, 0.5);
}

:root {
  scrollbar-width: 5px;
  scrollbar-color: rgba(0, 0, 0, 0.4) rgba(255, 255, 255, 0.5);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 200px;
  /*border: 3px solid orange;*/
}

img[src*="/images/draw/pin_m.png"] {
  display: none
}

.fl {
  float: left;
}

.w100 {
  width: 100%;
}

.pr {
  position: relative;
}

.rel_css {
  float: left;
  width: 100%;
  position: relative;
}

.cp {
  cursor: pointer;
}

#main {
  height: 100% !important;
  min-height: 100%;
  visibility: hidden;
  overflow: hidden;
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primary);
  z-index: 2000;
}

.loading .lds-ring {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.loading .lds-ring div:not(.mensaje-info),
.message-text .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 124px;
  height: 124px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--lightPrimary) transparent transparent transparent;
  top: calc(50% - 62px);
  left: calc(50% - 62px);
}

.message-text .lds-ring div {
  width: 35px;
  height: 35px;
  top: calc(50% - 17.5px);
  left: calc(50% - 17.5px);
  margin: 0;
  border-width: 4px;
}

.loading .lds-ring div.mensaje-info {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: calc(50% + 80px);
  font-weight: bold;
  color: var(--lightPrimary);
  padding: 0 20px;
  margin-top: 6px;
}

.message-text .lds-ring {
  width: 85px;
  height: 85px;
  position: absolute;
}

.loading .lds-ring div:nth-child(1),
.message-text .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.loading .lds-ring div:nth-child(2),
.message-text .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.loading .lds-ring div:nth-child(3),
.message-text .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////ACCESO /////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/

.log {
  height: 100% !important;
  min-height: 100%;
}

.conf {
  padding-top: 60px;
  height: calc(100% - 105px);
}

.login {
  width: 50%;
  max-width: 400px;
  min-width: 400px;
  margin: auto;
  background-color: var(--primary);
  position: relative;
  height: calc(100% - 40px);
  padding: 20px;
  box-sizing: border-box;
  margin: 20px auto;
  overflow-y: auto;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}

.login .show_pass {
  color: var(--light);
  position: absolute;
  right: 8px;
  top: 20px;
  opacity: 0.7;
  cursor: pointer;
}

.login .logos_cabecera {
  height: auto;
  width: 100%;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login img {
  margin-top: 10px;
  width: auto;
  height: 100%;
}

.logos_cabecera img {
  width: 90%;
  max-width: 210px;
  min-width: 160px;
  height: auto;
}

.login .cnt_login {
  width: 100%;
  height: auto;
  text-align: center;
  vertical-align: middle;
  float: left;
}

.login #signin {
  width: 100%;
  height: auto;
  float: left;
}

.login .campos_texto {
  width: 80%;
  float: none;
  margin: auto;
  margin-top: 20px;
  height: 100%;
  float: left;
  margin-left: 10%;
}

.login .campos_texto div {
  text-align: center;
}

.login .campos_texto input {
  width: 100%;
  margin-bottom: 20px;
  height: 50px;
  background-color: #252724;
  color: lightgray;
  border: none;
  border-bottom: 1px solid #464c48;

  padding-left: 10px;
  box-sizing: border-box;
  border-radius: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--lightPrimary);
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #23232329;
}

.login .campos_texto input:focus {
  outline: 1px solid #4e4e4e;
}

/*
.botonera {
	float: right !important;
	width: 100%;
	text-align: center;
	margin-top: 25px;
	z-index: 9999
}
*/
#acceso,
#add_dad_btn,
.ges_btn {
  background-color: var(--lightPrimary);
  border-radius: 0px;
  border: 1px solid #5b635e;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  margin-bottom: 10px;
  color: var(--primary);
  border-radius: 3px;
  font-style: normal;
  width: 100%;
  border-radius: 10px;
}

#acceso:hover,
#add_dad_btn:hover,
.ges_btn:hover {
  /*background-color: transparent;*/
  opacity: 0.7;
}

#acceso:active,
#add_dad_btn:hover,
.ges_btn:hover {
  position: relative;
  top: 1px;
}

.login-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--lightPrimary);
  text-decoration: none;
  font-size: 0.85em;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: color 0.2s;
  padding: 4px 0;
}

.login-back:hover {
  color: var(--light);
}

.login-register {
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-top: auto;
  text-align: center;
  padding: 10px 0;
  color: var(--lightPrimary);
  text-decoration: none;
  font-size: 0.85em;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: 1px solid var(--lightPrimary);
  border-radius: 10px;
  transition: all 0.2s;
  box-sizing: border-box;
}

.login-register:hover {
  color: var(--light);
  border-color: var(--light);
}

.footer_login {
  width: 100%;
  z-index: 999;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
}

.footer_login img {
  height: 40px;
  width: auto;
}

/*popupJscolor ******************/

.popupJscolor {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  float: right;
  border: 1px solid white;
  padding: 0;
  border-radius: 25px;
}

.popupJscolor::-webkit-color-swatch {
  border-radius: 20px;
  border: none;
}

.popupJscolor::-webkit-color-swatch-wrapper {
  padding: 0;
  border: none;
}

/*
.popupJscolor::-webkit-color-swatch {
	border: none;
}*/

@media (max-width: 768px) {
  .login {
    width: 85%;
    background-color: #252724;
    position: relative;
    height: 95%;
    margin: auto;
    margin-top: auto;
    box-sizing: border-box;
    max-width: inherit;
    min-width: inherit;
    margin-top: 3%;
  }
}

@media (max-width: 480px) {
  .login .campos_texto {
    margin-top: 10px;
  }

  .login .logos_cabecera {
    min-height: 80px;
  }


  .leaflet-popup:not(.operador_popup) .leaflet-popup-content-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
  }

  /*
.leaflet-popup.operador_popup  .leaflet-popup-content-wrapper {
	width: 190px !important;
	min-width: 190px !important;
	overflow-y: scroll;
	max-height: 300px
	/*min-width: 220px;
	}

*/
  .logo-content {
    display: none;
  }

  #acceso,
  #add_dad_btn,
  .ges_btn {
    height: 40px;
  }

  .conf .login .campos_texto {
    width: 85%;
    float: none !important;
    margin: auto;
    margin-top: 60px;
    height: 100%;
    float: left;
    /* margin-left: 10%; */
    box-sizing: border-box;
  }

  .conf .login.add-dad {
    width: 90vw;
    max-width: none;
    min-width: inherit;
    overflow-x: hidden;
  }
}

@media (max-height: 700px) {
  .footer_login {
    display: none;
  }
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////CABECERA ///////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/

#header {
  background-color: rgba(37, 39, 36, 0.5);
  cursor: default;
  height: 45px;
  position: fixed;
  width: 100%;
  z-index: 500;
  padding: 5px;
  box-sizing: border-box;
  visibility: hidden;
}

#main.gest #header {
  background-color: var(--primary);
}

#main.gest #header.red,
#main #header.red {
  background-color: rgb(195 53 53 / 50%);
}

.ej-name {
  margin-left: 10px;
  min-width: 255px;
  height: 15px;
  padding: 10px 10px 3px 0px;
  font-size: 16px;
  font-style: italic;
  border: none;
  float: left;
  color: lightgray;
  background: white;
  -webkit-text-fill-color: lightgray;
  opacity: 1 !important;
  background: transparent;
  border-bottom: 1px solid lightgray;
  border-radius: 0;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  box-sizing: content-box;
  font-weight: bold;
}

input.ej-name:-webkit-autofill,
input.ej-name:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
  border: none;
}

input.ej-name:focus-visible {
  border: none;
  outline: none;
}

#plusGreen-button {
  margin-left: 12px;
  cursor: pointer;
  line-height: 36px;
}

.flags_cnt {
  width: 40px;
  float: right;
  position: absolute;
  right: 35px;
  height: 40px;
  top: 85px;
  list-style: none;
  box-sizing: border-box;
  z-index: 600;
}

.flags_cnt a {
  text-decoration: none;
  background-color: transparent;
  text-decoration: none;
  background-color: transparent;
  float: left;
  cursor: pointer;
  width: 100%;
}

.flags_cnt img {
  width: 20px;
  height: auto;
  float: left;
  box-sizing: border-box;
}

.flags_cnt img.arrow {
  width: 10px;
  margin-left: 5px;
  margin-top: 4px;
  vertical-align: middle;
  border-style: none;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.flags_cnt .dropdown-menu {
  top: 20px;
  left: -8px;
  text-align: center;
  width: 38px;
  padding-top: 5px;
}

.flags_cnt .dropdown-menu img {
  margin-top: 5px;
  margin-left: 8px;
}

#header h1 {
  float: left;
  width: auto;
  color: var(--light);
  font-size: 16px;
  line-height: 36px;
  font-weight: bold;
  margin: 0px;
  margin-left: 10px;
  overflow: hidden;
  word-break: break-all;
  max-width: 70vw;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
}

#header h1.prep_act {
  max-width: calc(100% - 420px);
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
}

#header .info {
  color: #e2e7e0;
  float: right;
  margin-right: 50px;
  padding-top: 7px;
  font-size: 16px;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
}

#header .info p {
  font-size: 12px;
  line-height: 8px;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  color: var(--grey);
}

#header .info p .utc_label {
  font-size: 6px;
  float: rightl;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////MENU ///////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/

#header>a[href="#menu"] {
  height: 33px;
  width: 36px;
  position: absolute;
  right: 7px;
  z-index: 5000;
  background-image: url(/images/icons/icon-192x192.png);
  background-size: cover;
  top: 5px;
  /*
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));*/
  border-radius: 4px;
}

#header>a[href="#menu"] span,
#header>a[href="#menu"] i {
  display: none;
}

#header>a[href="#menu"]:hover {
  /*color: rgba(255, 255, 255, 0.25);
	background: none;
	/*box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);*/
  opacity: 0.8;
}

#menu {
  visibility: hidden;
}

#menu.visible {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.2);
  visibility: visible;
}

#menu.visible {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.2);
  visibility: visible;
}

#menu {
  visibility: hidden;
}

#menu {
  -moz-transform: translateX(20em);
  -webkit-transform: translateX(20em);
  -ms-transform: translateX(20em);
  transform: translateX(20em);
  -moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease,
    visibility 0.5s;
  -webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease,
    visibility 0.5s;
  -ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -webkit-overflow-scrolling: touch;
  background: rgba(37, 39, 36, 0.8);
  box-shadow: none;
  color: lightgray;
  height: 100%;
  max-width: 80%;
  overflow-y: auto;
  padding: 3em 2em;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 300px;
  min-width: 300px;
  z-index: 1001;
  box-sizing: border-box;
  overflow: hidden;
}

.ejercicio.realt #menu,
.ejercicio.record #menu,
.ejercicio.repr #menu {
  opacity: 0.9;
}

#menu .close {
  text-decoration: none;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  color: white;
  cursor: pointer;
  display: block;
  height: 3.25em;
  line-height: 3.25em;
  padding-right: 1.25em;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  vertical-align: middle;
  width: 7em;
  font-size: 23px;
  /*opacity: .7;*/
}

#menu .close:hover {
  opacity: 0.7;
}

#menu>ul.links {
  list-style: none;
  padding: 0;
}

#menu>ul.links {
  list-style: none;
  padding: 0;
}

#menu>ul {
  margin: 1em 0 1em 0;
  float: left;
  width: 100%;
}

#menu>ul.links>li:first-child {}

#menu>ul.links img {
  height: 22px;
  float: left;
  margin-top: 10px;
}

#menu>ul.links>li {
  padding: 0;
  padding-top: 5px;
  float: left;
  width: 100%;
}

#menu>ul.links>li:hover {
  opacity: 0.7;
}

#menu .user-div {
  float: left;
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.95em;
  line-height: 4.3em;
  color: lightgray;
  max-width: 165px;
  overflow: hidden;
  height: 46px;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
}

#menu>ul.links>li>a:not(.button) {
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: solid 1px #656565;
  color: inherit;
  display: block;
  line-height: 4em;
  text-decoration: none;
}

#menu>ul.links>li:first-child>a {
  border: none !important;
}

#menu .stopwatch {
  font-size: 1.5em;
}

#menu .clipboard-list {
  font-size: 1.5em;
}

#menu .cog {
  font-size: 2em;
}

#menu .power-off {
  font-size: 2em;
}

#menu .list-icon {
  font-family: FontAwesome;
  color: lightgray;
  float: left;
  min-width: 25px;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
}

.div_user_icon {
  min-width: 25px;
  float: left;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
}

.ges_list {
  width: 100%;
  clear: both;
  color: #d3d3d3;
  margin-bottom: 10px;
  display: none;
  list-style: none;
  float: left;
  width: 100%;
  padding-left: 35px;
}

.ges_list li {
  float: left;
  width: 100%;
  height: 30px;
}

.ges_list .user-div {
  line-height: 2em !important;
}

.ges_list a {
  color: #d3d3d3;
}

.ges_list a:hover {
  color: white;
}

.sub_list {
  width: 100%;
  clear: both;
  color: #d3d3d3;
  margin-bottom: 10px;
  display: none;
  list-style: none;
  float: left;
  width: 100%;
  padding-left: 35px;
}

.sub_list li {
  float: left;
  width: 100%;
  height: 30px;
}

.sub_list .user-div {
  line-height: 2em !important;
}

.sub_list a {
  color: #d3d3d3;
}

.sub_list a:hover {
  color: white;
}

.admin_list {
  width: 100%;
  clear: both;
  color: #d3d3d3;
  margin-bottom: 10px;
  display: none;
  list-style: none;
  float: left;
  width: 100%;
  padding-left: 35px;
}

.admin_list li {
  float: left;
  width: 100%;
  height: 30px;
}

.admin_list .user-div {
  line-height: 2em !important;
}

.admin_list a {
  color: #d3d3d3;
}

.admin_list a:hover {
  color: white;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////FOOTER /////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/

.ejercicio.realt .footer {
  display: none;
}

.footer {
  background-color: var(--primary);
  height: 48px;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 9001;
}

#menu .footer {
  background-color: transparent;
  height: 60px;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 9001;
  display: none;
}

.footer ul {
  list-style: none;
  float: left;
  margin-top: 15px;
  font-size: 11px;
  text-align: center;
  float: left;
  width: 50%;
  font-style: italic;
}

.ul_footer li {
  margin-left: 2%;
}

ul a {
  color: #333333;
  text-decoration: none;
  font-size: 12px;
}

.footer #version {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: white;
  opacity: 0.5;
  font-size: 12px;
  font-style: italic;
}

#logoFooter img {
  height: 35px;
  margin-top: 6px;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////ACTIONS ////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/

.contenido {
  width: 100%;
  height: calc(100% - 95px);
  margin-top: 45px;
  overflow: hidden;
  box-sizing: border-box;
}

/* general table style */

table.general {
  border-spacing: 0px;
  /*padding-left:30px;*/
  margin: auto;
  width: 100%;
  margin-top: 20px;
  border-collapse: inherit;
  border-radius: 8px;
  overflow: hidden;
}

table.tbl_name {
  margin-top: 10px;
}

.general th,
.general td {
  padding: 5px 10px 5px 10px;
  border-spacing: 5px;
  font-size: 90%;
  margin: 0px;
  color: #a4aba7;
}

.general th {
  padding: 15px 30px 15px 10px;
  background-color: #252724;
}

.general td.editar_td {
  text-align: center;
}

.general tbody tr:nth-child(even) {
  background: #d5d5d5 !important;
  background-color: #d5d5d5 !important;
}

.general tbody tr:nth-child(odd) {
  background: #fffdfd !important;
  background-color: #fffdfd !important;
}

.general tbody tr td {
  background: transparent;
  background-color: none;
}

.general tbody tr td:first-child {
  font-weight: bold;
  color: black;
  font-size: 1em;
  text-transform: uppercase;
  max-width: 445px;
}

.general tbody tr td {
  /*cursor: pointer*/
}

.general tbody tr:hover {
  opacity: 0.5;
}

.general .editar {
  height: 17px;
  opacity: 1;
  margin-bottom: -0.5vh;
  margin-right: 3px;
}

.general .editar:not(.sem) {
  opacity: 0.5;
}

.general .editar_td .editar:hover {
  transform: scale(1.3);
}

.sin_fondo td {
  background-color: inherit !important;
  padding: 0;
  border-radius: 0px !important;
}

.sin_fondo td input {
  width: 100%;
}

.general td {
  /*background-color: #d5d5d5;*/
  color: #565656;
}

.general td a {
  text-decoration: none;
  /*color: #565656;*/
  color: black;
}

.general td p {
  margin: 0;
  font-size: 1.2em;
  text-decoration: none;
}

.general th a {
  text-decoration: none;
  color: #a4aba7;
}

.general th a:hover,
.general td a:hover {
  text-decoration: none;
  color: #56715c;
}

.crear_tables p {
  margin-top: 20px;
  color: #fff;
  font-size: 1.8em;
  margin-bottom: 0;
  text-decoration: underline;
  font-weight: bold;
  text-decoration: none;
}

.general th,
.general td {
  text-align: left;
  border-bottom: 1px solid #4a544e;
  border-right: 1px solid #4a544e;
}

.general tr.head th {
  background-color: #90b4d6;
  border-bottom: 2px solid #547ca0;
  border-right: 1px solid #749abe;
  border-top: 1px solid #90b4d6;
  text-align: center;
  letter-spacing: 0.15em;
}

#actionDesc {
  font-size: 24px;
  margin-left: 13px;
  margin-top: 6px;
  color: var(--light);
  cursor: pointer;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  float: left;
}

#caDiv {
  float: left;
  width: 24px;
  height: 24px;
  background-color: var(--light);
  border-radius: 40px;
  margin-left: 6px;
  margin-top: 6px;
  -webkit-filter: drop-shadow(2px 2px px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  text-align: center;
  line-height: 26px;
  font-size: 15px;
  cursor: pointer;
  padding-left: 1px;
}

#dupDiv {
  float: left;
  width: 24px;
  height: 24px;
  background-color: var(--light);
  border-radius: 40px;
  margin-left: 6px;
  margin-top: 6px;
  -webkit-filter: drop-shadow(2px 2px px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  text-align: center;
  line-height: 26px;
  font-size: 15px;
  cursor: pointer;
  padding-left: 1px;
}

#teamInfoDesc {
  width: 100%;
}

#labelMaxDes {
  float: right;
  width: 100%;
  text-align: right;
  font-size: 9px;
  font-weight: normal;
  margin-top: 5px;
}

.general td {}

.general tr.even td,
.general tr.even th {
  background-color: #e8eff5;
}

.general tr.head th:first-child {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}

.general tr.head th:last-child {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}

.crear_tables .general th,
.crear_tables .general td {
  border: none !important;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////MAPAS //////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/

#map {
  height: 100%;
  width: 100%;
  z-index: 400;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////CIRCULAR MENÃš //////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/

.circular-menu.active .menu-item:before {
  font-size: 1.8em;
  line-height: 1.6em;
}

.circular-menu.active .menu-item:nth-child(1) {
  transform: translate3d(1em, -7em, 0);
}

.circular-menu.active .menu-item:nth-child(2) {
  transform: translate3d(-3.5em, -6.3em, 0);
}

.circular-menu.active .menu-item:nth-child(3) {
  transform: translate3d(-6.5em, -3.2em, 0);
}

.circular-menu.active .menu-item:nth-child(4) {
  transform: translate3d(-7em, 1em, 0);
}

.circular-menu.circular-menu-left {
  right: auto;
  /*left: 1em;*/
}

.circular-menu.circular-menu-left .floating-btn {
  /*background-color: hsl(217, 89%, 61%);*/
  background-color: #4a544e;
  color: lightgray;
}

.floating-btn:hover {
  /*opacity:.7*/
  transform: scale(1.05);
}

/*
.circular-menu.circular-menu-left:after {
	background-color: rgba(0, 0, 0, .3);
}
*/
.circular-menu.circular-menu-left.active .floating-btn i {
  transform: rotate(360deg);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(1) {
  transform: translate3d(80px, -43px, 0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(1).rpr {
  transform: translate3d(1px, -43px, 0);
}

.repr .circular-menu.circular-menu-left.active .menu-item:nth-child(1),
.record .circular-menu.circular-menu-left.active .menu-item:nth-child(1) {
  transform: translate3d(40px, -43px, 0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(2) {
  transform: translate3d(40px, -43px, 0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(3) {
  transform: translate3d(1px, -43px, 0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(4) {
  transform: translate3d(-38px, -83px, 0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(5) {
  transform: translate3d(-38px, -122px, 0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(6) {
  transform: translate3d(-38px, -161px, 0);
}

.circular-menu {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 700;
  bottom: 8px;
  left: 7px;
}

.circular-menu .floating-btn,
.btn_visor,
.btn_obs {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.26);
  color: hsl(0, 0%, 100%);
  text-align: center;
  cursor: pointer;
  outline: 0;
}

.btn_obs.hide {
  opacity: 0;
  visibility: hidden;
}

.btn_visor {
  top: 52px;
  position: fixed;
  z-index: 700;
  left: 7px;
  color: lightgray;
  transition: opacity 0.5 ease-in-out;
}

.btn_obs {
  top: 52px;
  position: fixed;
  z-index: 700;
  right: 7px;
  color: lightgrey;
  transition: opacity 0.5 ease-in-out;
}

.btn_obs i {
  width: 35px;
  height: 35px;
  font-size: 19px;
  line-height: 34px;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
}

.div-cnt-visor {
  width: 285px;
  z-index: 700;
  background-color: rgba(0, 0, 0, 0.5);
  height: auto;
  position: fixed;
  top: 53px;
  left: 7px;
  border-radius: 8px;
  transition: opacity 0.2s ease-in-out;
  visibility: hidden;
  padding: 10px 9px 12px 5px;
  box-sizing: content-box;
  color: #e2e7e0;
}

.div-cnt-visor .btn-v.fst {
  margin-left: 2px;
}

.div-cnt-visor .btn-v {
  width: 35px;
  height: 30px;
  background-color: var(--dark);
  border-radius: 4px;
  float: left;
  margin-left: 8px;
  font-size: 9px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
}

.div-cnt-visor .btn-v.sep {
  margin-right: 65px;
}

.div-cnt-visor .btn-v.faw,
.div-cnt-visor .btn-v.gsm {
  font-size: 16px;
  line-height: 33px;
  text-align: center;
}

.div-cnt-visor .btn-v.slct {
  outline: 3px solid var(--secondary);
}

.div-cnt-visor.show {
  opacity: 1;
}

.display {
  display: block;
}

.div-cnt-visor .div-coor {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.div-cnt-visor .div-coor .div-inputs,
.div-cnt-visor .div-coor .div-rep {
  float: left;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.div-cnt-visor .div-textsrch {
  float: left;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 0 0 10px 0;
  position: relative;
}

.div-cnt-visor .cnt-search {
  position: absolute;

}

.div-cnt-visor .cnt-search .ui-autocomplete {
  background-color: var(--light);
  width: calc(100% - 10px);
  background-color: var(--light);
  margin-top: 4px;
  z-index: 10;
  border-radius: 5px;
  color: var(--dark);
  font-size: 12px !important;
  float: left;
}

.div-cnt-visor .cnt-search .ui-autocomplete li {
  float: left;
  width: 100%;
  padding: 2px;
}


/*.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content:hover,*/
.ui-autocomplete li.ui-menu-item:hover,
.ui-autocomplete li.ui-menu-item:focus {
  background-color: var(--primary) !important;
  background: var(--primary) !important;
  border: none;

}

.div-cnt-visor .div-coor .div-inputs {
  margin-bottom: 5px;
}

.div-cnt-visor .div-coor .div-inputs .div-ll-i {
  display: none;
}

.div-cnt-visor .div-coor .div-inputs .div-ll-i.slct {
  display: block;
}

.div-cnt-visor .div-coor .div-rep .div-in-r,
.div-cnt-visor .div-ll-i {
  float: left;
  clear: both;
  width: 100%;
  display: none;
}

.div-cnt-visor .div-ll-i.slct {
  display: block;
}

.div-cnt-visor .div-coor .div-rep .div-rep-i {
  float: left;
  width: calc(50% - 45px);
  height: 20px;
  padding: 8px 10px;
  box-sizing: border-box;
  font-size: 12px;
  text-align: right;
  /* font-style: italic; */
  text-align: left;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
}

.div-cnt-visor .div-coor .div-rep .div-rep-i.fl {
  width: calc(100% - 100px);
}

.div-cnt-visor .div-coor .div-rep label,
.div-cnt-visor .div-coor label {
  float: left;
  font-size: 11px;
  /* font-style: italic; */
  padding: 3px 2px 3px 0;
  width: 45px;
  box-sizing: border-box;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  border-radius: 4px;
  background-color: var(--dark);
  text-align: center;
  margin-top: 6px;
}

.div-cnt-visor .div-coor label.ldc {
  width: 110px;
  float: left;
  height: 25px;
  margin-top: 0;
  padding: 7px;
}

.div-cnt-visor .div-coor .div-rep label.co {
  width: 40px;
}

.div-cnt-visor .div-coor .div-inputs input,
.div-cnt-visor .div-textsrch input,
.div-cnt-visor .div-coor select {
  background-color: transparent;
  border: 1px solid #e2e7e0;
  border-radius: 4px;
  width: calc(50% - 25px);
  float: left;
  box-sizing: border-box;
  padding: 5px 10px;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  color: #e2e7e0;
}

.div-cnt-visor .div-coor select option {

  color: var(--dark);
}

.div-cnt-visor .div-textsrch input {
  width: calc(100% - 5px);
}

.div-cnt-visor .div-coor .div-inputs input.error {
  border-color: red;
}

.div-cnt-visor .div-coor .div-inputs input.ci.fl {
  width: calc(100% - 40px);
}

.div-cnt-visor .div-coor .div-inputs input.ci.fld {
  width: calc(100% - 105px);
}

.div-cnt-visor .div-coor .div-inputs input.ci.fl2 {
  width: 114px;
  margin-top: 10px;
  margin-left: 5px;
}

.div-cnt-visor .div-coor .div-inputs select.ci.fld {
  width: 55px !important;
  float: left;
  margin-left: 8px;
  padding: 3px;
}


.div-cnt-visor .div-coor .div-inputs input::placeholder,
.div-cnt-visor .div-textsrch input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e2e7e0;
  opacity: 1;
  /* Firefox */
}

.div-cnt-visor .div-coor .div-inputs input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e2e7e0;
}

.div-cnt-visor .div-coor .div-inputs input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #e2e7e0;
}

.div-cnt-visor .div-coor .div-inputs input.ir {
  margin-right: 10px;
}

.div-cnt-visor .btn-v.go {
  height: 28px;
  width: 28px;
  /* margin-left: 9px; */
  line-height: 30px;
  font-size: 24px;
  padding-left: 3px;
  position: absolute;
  right: 5px;
}

.repr .div-cnt-visor .c-pin {
  display: none;
}

.div-cnt-visor .c-copy,
.div-cnt-visor .c-pin {
  font-size: 21px;
  /* margin-left: 14px; */
  /* margin-top: 6px; */
  right: 10px;
  position: absolute;
  cursor: pointer;
  top: 30px;
}

.div-cnt-visor .c-paste {
  position: absolute;
  bottom: 0px;
  right: 8px;
  font-size: 24px;
  cursor: pointer
}


.div-cnt-visor .c-pin {
  right: 45px;
}

.div-cnt-visor .c-copy.error,
.div-cnt-visor .c-paste.error {
  color: #cb4242;
}

.div-cnt-visor .c-copy.ok {
  color: #6faf7e;
}

/*
	input[type="text"]{
    background-color: transparent;
    border: 0px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width:5px;
    color:transparent;
    cursor:default;
}*/
.loadinng-button {
  background-image: url("/images/observaciones/table_loading.gif");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position-y: 28%;
  background-position: center;
}

.circular-menu .floating-btn i,
.btn_visor i {
  font-size: 22px;
  transition: transform 0.2s;
  line-height: 35px;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
}

.circular-menu.active .floating-btn i {
  transform: rotate(-45deg);
}

.circular-menu:after {
  background-color: transparent;
}

/*
.circular-menu.active:after {
display: block;
content: ' ';
width: 28px !important;
height: 7px;
border-radius: 1px;
position: absolute;
bottom: 13px;
left: 100px;
z-index: -2;
background-color: rgba(0,0,0,0.3);
transition: all .3s ease;
    transition-timing-function: ease;
transition-timing-function: ease;
transition-timing-function: ease;
}
*/
.repr .circular-menu:after,
.record .circular-menu:after {
  content: " ";
  width: 21px !important;
  left: 83px;
}

/*
.circular-menu.active:after {
transform: scale3d(5.5, 5.5, 1);
transition-timing-function: cubic-bezier(.68, 1.55, .265, 1);
width: 0.6em;
}
*/
.circular-menu .items-wrapper {
  padding: 0;
  margin: 0;
}

.circular-menu .menu-item {
  position: absolute;
  top: 45px;
  left: 40px;
  z-index: -1;
  display: block;
  text-decoration: none;
  color: lightgray;
  font-size: 17px;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  text-align: center;
  line-height: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, background 0.2s ease;
}

.circular-menu .menu-item:hover {
  opacity: 0.7;
}

.circular-menu-left .menu-item {
  display: none;
}

.circular-menu-left.active .menu-item {
  display: block;
}

#obs-button .fa-exclamation-circle,
.floating-btn .fa-exclamation-circle {
  position: absolute;
  right: -7px;
  top: -8px;
  color: red;
  font-size: 16px !important;
  background-color: white;
  border-radius: 50px;
  line-height: 14px !important;
}

/*
.floating-btn .fa-exclamation-circle{
	font-size: 1em;	
}
*/
.record .fa-chincheta:hover {
  opacity: 0.4;
}

.circular-menu.active .menu-item {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /*
	-webkit-box-shadow: 5px 6px 5px 0px rgb(0, 0, 0);
	-moz-box-shadow: 5px 6px 5px 0px rgb(0, 0, 0);
	box-shadow: 5px 6px 5px 0px rgb(0, 0, 0);
	*/
}

.fa-team img {
  height: 30px;
  padding: 3px;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
}

.record .fa-team img,
.repr .fa-team img {
  height: 30px;
}

.fa-binocular img {
  height: 30px;
  padding-top: 3px;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
}

.realt .items-wrapper .fa-binoculars::before {
  content: "";
}

.realt .circular-menu .fa-binoculars img {
  height: 30px;
  padding: 3px;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
}

.modal_rec {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
  z-index: 1000;
}

.modal_rec.modal_del {
  z-index: 2001;
}

/*
.modal_rec.modal_del{
	z-index: 2002;
}
*/
.load_pos {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(122, 122, 122, 0.5);
  z-index: 1500;
  top: 0;
  bottom: 0;
  right: 0;
}

.load_pos .icon {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 120px;
  height: 120px;
  text-align: center;
  color: #dfdfdf;
  top: calc(50% - 75px);
  left: calc(50% - 60px);
  opacity: 0.8;
}

.load_pos .icon i {
  font-size: 6em;
  animation: latidos 1s infinite;
  transform-origin: z-offset;
}

.loading-text,
.loading-text-error {
  display: block;
  position: absolute;
  width: 100%;
  font-size: 1.8em;
  top: calc(50% + 40px);
  text-align: center;
  color: #dfdfdf;
  opacity: 0.8;
}

.loading-text-error {
  top: calc(50% + 80px);
}

@keyframes latidos {
  from {
    transform: none;
  }

  50% {
    transform: scale(1.1);
  }

  to {
    transform: none;
  }
}

.fa-chincheta img {
  height: 30px;
  padding: 3px;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
}

/*
.record .fa-chincheta,
.repr .fa-chincheta {
	background-image: url('/images/coord.png');
	background-position: center;
	background-size: 60%;
	background-repeat: no-repeat;
	opacity: 0.4;
	cursor: none;
}
*/
.record .fa-chincheta,
.repr .fa-chincheta {
  display: none !important;
}

/*
.fa-marker-alt {
	background-image: url('/images/meet.png');
	background-position: center;
	background-size: 75%;
	background-repeat: no-repeat;
}
*/
/*.fa-marker-alt img {*/
.circular-menu .menu-item img {
  height: 31px;
  padding: 0px;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
}

.circular-menu .menu-item i {
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
}

.fa-marker-alt-one {
  /*background-image: url('/images/meet-one.png');
	background-position: center;
	background-size: 75%;
	background-repeat: no-repeat;
*/
}

.fa-marker-alt-one img {
  height: 31px;
  padding: 0px;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
}

.fa-marker-alt-one.ocul {
  /*display: none !important;*/
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////// SELECTOR MAPAS ////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/

#ctrlMaps,
#ctrlMeteo,
#ctrlInfo {
  position: fixed;
  width: 35px;
  height: 35px;
  z-index: 700;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  font-size: 21px;
  padding: 5px;
}

#ctrlMaps i,
#ctrlMeteo i,
#ctrlInfo i {
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
}

#ctrlMaps {
  right: 38px;
  bottom: 7px;
  color: lightgray;
  box-sizing: border-box;
  padding-left: 7px;
}

.visible {
  display: block !important;
}

#ctrlMaps:hover,
#ctrlMeteo:hover,
#ctrlInfo:hover,
#ctrlChat:hover {
  opacity: 0.8;
}

#ctrlMeteo {
  right: 38px;
  bottom: 48px;
  color: lightgrey;
  box-sizing: border-box;
  /*padding: 5px;*/
}

#ctrlInfo {
  right: 78px;
  bottom: 48px;
  color: lightgrey;
  box-sizing: border-box;
  /*padding: 5px;*/
  text-align: center;
}


.fitWorld {
  font-size: 15px;
  position: absolute;
  right: 12px;
  top: 10px;
  cursor: pointer;
}

#mapList,
#meteoList,
#infoList {
  position: absolute !important;
  right: 85px;
  bottom: 8px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  width: auto;
  padding: 10px;
  border-radius: 5px;
  color: white;
  z-index: 500;
  display: none;
  width: 200px;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#infoList {
  right: 125px;
  bottom: 8px;
  width: auto;
  max-height: 400px;
  overflow-y: auto;
}

#infoList #cntInfoList {
  float: left;
}

#infoList .right {

  margin-left: 10px;
  margin-top: 6px;
  cursor: pointer;
}

#mapList label,
#meteoList label,
#infoList label {
  width: auto;
  clear: both;
  float: left;
}

#infoList label {
  width: 100%;
}

#infoList label.titleInfo {
  margin: 5px 0;
  font-weight: bold;
  color: #ff8571;
  border-bottom: 1px solid;
}

#infoList #cntInfoList {
  float: left;
}

#infoList label.titleInfoScnd {
  font-weight: bold;
  margin: 5px 0;
  color: #ff8571;
}

.no_meteo_lbl {
  border-bottom: 1px solid #aaa;
  width: 100% !important;
}

#meteoList label {
  width: auto;
  clear: both;
  float: left;
}

.no_meteo_lbl,
.under {
  border-bottom: 1px solid #aaa;
  width: 100% !important;
}

.under {
  font-size: 13px;
  font-weight: bold;
  padding-left: 5px;
  margin-bottom: 10px;
}

.under.mt {
  margin-top: 8px;
}

/*gestot local*/
.cnt_local_img,
.cnt_local_img_upload {
  height: 150px;
  overflow-y: auto;
  border-radius: 5px;
  border: #616161 solid 1px;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
}

#uploadImg .cnt_local_img_upload {
  margin-top: -10px !important;
  margin-bottom: 0 !important;
}

#uploadImg .cnt_local_img {
  background-image: url(/images/img-upload.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.div-prev-img-lm {
  float: left;
  width: calc(25% - 10px);
  box-sizing: border-box;
  margin: 5px;
  text-align: center;
  background: lightgrey;
  border-radius: 5px;
  text-align: center;
  position: relative;
}

.div-prev-img-lm.slct {
  outline: 5px solid #252724;
  outline-offset: -5px;
}

.cnt_local_img_upload {
  height: 110px;
  overflow: hidden;
}

#uploadImg .cnt_local_img_upload {
  height: auto;
  padding: 10px 5px;
}

.cnt-coords-div {
  width: 50%;
  float: left;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 5px;
  padding-top: 0;
}

.cnt-coords-div input {
  width: 100%;
  margin-top: 5px;
}

/*Loader*/

.lds-backg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
}

#uploadImg .lds-backg {
  display: none;
}

.lds-grid {
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 80px;
  background-color: white;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}

.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #252724;
  animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}

@keyframes lds-grid {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

/************************/

.prev-img-lm {
  height: 70px !important;
  width: auto;
  /*loat: left;*/
  padding: 5px;
  box-sizing: border-box;
}

.div-prev-img-lm-title {
  clear: both;
  font-size: 11px;
  height: 30px;
  float: left;
  width: 100%;
  overflow: hidden;
}

.div-prev-img-lm-title i {
  font-size: 15px;
  margin-left: 6px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding: 5px;
  background: white;
  border-radius: 50px;
  color: #702525;
}

.div-prev-img-lm-title-text {
  word-break: break-all;
}

.btn-upload {
  position: relative;
  top: calc(50% - 25px);
  left: calc(50% - 30px);
  color: #ffffff;
  font-size: 26px;
  background: #252724;
  padding: 15px;
  border-radius: 36px;
  cursor: pointer;
  z-index: 343;
}

.prev-ing-upload {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.local_img_prev {
  float: left;
  width: 100%;
  height: 80px;
  position: relative;
  z-index: 342;
  position: relative;
}

.local_img_prev_button {
  float: left;
  width: 100%;
  height: 20px;
  z-index: 344;
  position: relative;
}

@media (max-width: 768px) {
  .div-prev-img-lm {
    float: left;
    width: calc(33% - 10px);
  }
}

@media (max-width: 500px) {
  .div-prev-img-lm {
    float: left;
    width: calc(50% - 10px);
  }
}

.leaflet-control-zoom {
  left: inherit;
  right: -4px;
  bottom: -2px;
  top: inherit;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  opacity: 0.8;
  height: 76px;
  z-index: 700;
  overflow: hidden;
}

.leaflet-control-zoom a,
.leaflet-control-zoom a.leaflet-disabled {
  height: 24px !important;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  background: transparent;
  color: var(--light);
  text-align: center;
}

.leaflet-control-zoom a:hover {
  background-color: transparent;
}

.leaflet-control-zoom .leaflet-control-zoom-fullscreen {
  opacity: 0.8;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////// TABLAS ////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/

.layerButtons {
  /*
	width: 40%;
	margin-right: 6px;*/
  z-index: 700;
}

.limiter {
  width: 100%;
  margin: 0 auto;
}

.wrap-table {
  width: 65%;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}

table.sub {
  border-collapse: collapse !important;
}


.table {
  display: grid;
  border-collapse: collapse;
  box-sizing: border-box;
  overflow: initial;
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  z-index: 750;
  position: fixed;
  top: 50px;
  left: 5px;
  width: auto;
  background-color: transparent;
  border-radius: 3px;
  height: auto;
  visibility: hidden;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  min-width: 300px;
  color: #e2e7e0;
}

.div-cnt-visor .close,
.table .close {
  width: 25px;
  height: 25px;
  background-color: rgba(199, 38, 38, 0.7);
  position: absolute;
  bottom: -11px;
  right: -10px;
  border-radius: 7px;
  z-index: 5;
  cursor: pointer;
  line-height: 27px;
  text-align: center;
}

.div-cnt-visor .close i,
.table .close i {
  rotate: 90deg;
}

.table thead {
  background-color: rgba(0, 0, 0, 0.9);
}

.table_obs {
  z-index: 750;
  position: fixed;
  top: 51px;
  left: 5px;
  width: 250px;
  background-color: transparent;
  border-radius: 3px;
  /*overflow-y: auto;
	overflow: hidden;*/
  visibility: hidden;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  min-width: 250px;
}

.table_obs thead,
.table_obs .dataTables_info,
.table_obs .dataTables_paginate,
.table_obs .dts_label {
  display: none;
}

.table_obs .dataTables_scrollBody {
  height: auto !important;
}

#cont_obs {
  float: left;
  width: 100%;
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
}

/*
.table_obs .linea_obs:not(.ocultar):nth-child(odd) {
	background-color:rgba(255, 255, 255, 0.9);
}
.table_obs .linea_obs:not(.ocultar):nth-child(even) {
	background-color:rgba(255, 255, 255, 0.7);
}
*/
/*:not(.ocultar)*/

.table_obs .linea_obs.odd {
  background-color: rgba(37, 39, 36, 0.3);
  color: #e2e7e0;
}

/*
.repr .table_obs .linea_obs.odd{
	background-color:rgba(255, 255, 255, 1);
}
*/
table#table_obs.dataTable tr.linea_inactiva {
  background-color: rgba(255, 247, 0, 0.5);
  color: #000;
}

/*
.repr .table_obs .linea_obs.odd.linea_inactiva{
	background-color:rgba(255, 247, 0, 1);
}
*/

.table_obs .linea_obs.even.linea_inactiva {
  background-color: rgba(255, 247, 0, 0.5);
  color: #000;
}

/*
.repr .table_obs .linea_obs.even.linea_inactiva {
	background-color:rgba(255, 247, 0, 1);
}
*/

.table_obs .linea_obs.even {
  background-color: rgba(37, 39, 36, 0.3);
  color: #e2e7e0;
}

table#table_obs.dataTable tr.interaction {
  background-color: rgb(93 51 65 / 30%)
}

table#table_obs.dataTable tr.opac_rep {
  opacity: .5;
}

.table_obs .linea_obs {
  border-bottom: 1px solid rgba(155, 155, 155, 0.35);
  color: #e2e7e0;
}

.repr .table_obs .linea_obs.odd {
  background-color: rgba(0, 0, 0, 0.3);
  color: #e2e7e0;
}

.repr .table_obs .linea_obs.even {
  background-color: rgba(0, 0, 0, 0.3);
  color: #e2e7e0;
}

.repr .table_obs .linea_obs.ocul {
  color: #e2e7e0 !important;
  /*background-color:rgba(255, 255, 255, 0.5) !important;
*/
  opacity: 0.6;
}

.table_obs .linea_obs.linea_inactiva_rep {
  background-color: rgba(255, 247, 0, 0.5) !important;
  color: #000 !important;
}

.table_obs .linea_obs.ocultar {
  display: none;
}

.table_obs .linea_obs:hover {
  background-color: rgba(37, 39, 36, 0.2);
}

/*
.table_obs .linea_obs.ocultar  ~ .table_obs .linea_obs:nth-child(odd){
	background-color:rgba(255, 255, 255, 0.7);
}

.table_obs .linea_obs.ocultar  ~ .table_obs .linea_obs:nth-child(even){
	background-color:rgba(255, 255, 255, 0.9);
}
*/
.table.rec,
.table.rep {
  padding-top: 0;
}

.content-table {
  width: 100%;
  overflow-y: auto;
  max-height: 50vh;
  overflow-x: hidden;
  /*display: grid;*/
}

.name-exec {
  width: 100%;
  background-color: rgba(37, 39, 36, 0.9);
  padding: 6px;
  height: 30px;
  box-sizing: border-box;
  float: left;
}

table.dataTable {
  margin: 0 !important;
  width: 100% !important;
}

table#table_obs.dataTable tr {
  height: 50px;
  width: auto;
  position: relative;
}

table#table_obs.dataTable tr td.img-list {
  cursor: pointer;
  position: absolute;
  width: 40px
}

#table_obs_wrapper table thead {
  display: none !important
}

table#table_obs.dataTable tr td.title,
table#table_obs.dataTable tr td.instante {
  position: absolute;
  left: 45px;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  top: 1px;
}

table#table_obs.dataTable tr td.instante {

  font-weight: 100;
  top: 18px
}

#table_obs_filter {
  background-color: var(--primary)
}

#table_obs_filter.dataTables_filter label {
  color: var(--light);
  font-size: 12px;
}

#table_obs_filter.dataTables_filter input {
  height: 16px;
  color: var(--dark);
  max-width: 160px;
  border: 1px solid var(--light);
  background-color: var(--light)
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_filter {
    margin-top: -27px;
    height: 27px;
  }

  .lista-ej .dataTables_wrapper .dataTables_filter {
    margin-top: 0px;
  }

  .dataTables_wrapper .dataTables_filter input {
    margin: 5px 5px 0 0 !important;
    height: 15px;
    float: right;
  }

  .table.equipos .fa-search,
  .table.dads .fa-search,
  .table.observadores .fa-search,
  .table.table_obs .fa-search {

    position: absolute;
    right: 135px;
    top: 7px;
  }

  #table_obs_filter.dataTables_filter input {
    height: 7px;
    margin-right: 5px !important;
  }

  .table.table_obs .tit_eq {
    padding: 5px;
  }


  .ej-name {
    width: 100px;
  }

  #actionDesc {
    font-size: 22px;
    margin-left: 10px;
    margin-top: 5px;
  }

  #caDiv {
    float: left;
    width: 22px;
    height: 22px;
    background-color: var(--light);
    border-radius: 40px;
    margin-left: 6px;
    margin-top: 5px;
    -webkit-filter: drop-shadow(2px 2px px 0px rgba(0, 0, 0, 1));
    filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
    text-align: center;
    line-height: 24.8px;
    font-size: 13px;
    cursor: pointer;
    padding-left: 1px;
  }

  /*
  #table_obs_wrapper {
    margin-top: 0px !important;
}*/


}

.table.equipos .name-exec {
  border-bottom: 2px solid black;

}

.table.equipos .team-thead img.dist {
  height: 15px !important;
  margin-top: 2px;
  color: white;
}


.table.dads .name-exec,
.table.observadores .name-exec {
  border-bottom: 1px solid #3c3c3c;
  padding-bottom: 4px;
  z-index: 99;
}

.table.dads thead,
.table.dads tbody,
.table.equipos thead,
.table.equipos tbody,
.table.observadores thead,
.table.observadores tbody {
  display: block;
}

.table.dads tbody,
.table.observadores tbody,
.table.equipos tbody {
  max-height: 50vh;
  overflow-y: auto;
}

.table.dads tbody tr .ico_obs,
.table.equipos tbody tr .ico_obs {
  height: 15px !important;
  opacity: 1;
}

.table.equipos.rep tbody tr .ico_obs {
  color: #b0c5c7;
}

.table.observadores tbody tr .ico_obs {
  height: 12px !important;
  opacity: 1;
  /*color: #e2e7e0;*/
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.table.observadores th[col="id"],
.table.observadores td[col="id"] {
  display: none;
}

.table .sel-check {
  font-size: 11px;
  color: white;
  line-height: 12px;
  font-weight: 100;
  margin-left: 4px;
}

.tit_eq {
  color: lightgray;
  font-weight: bold;
  padding-left: 4px;
  font-size: 12px;
  line-height: 22px;
  float: left;
  width: 100%;
}

.table_obs .tit_eq {
  background-color: var(--primary);
}

.table_obs #table_obs_filter {
  width: 100%;
  padding: 4px 0 6px;
}

.table .table_close {
  position: absolute;
  right: -10px;
  top: -12px;
  height: 21px;
  cursor: pointer;
  z-index: 10000;
}

table#table_obs.dataTable tr td.img-list {
  cursor: pointer;
  position: absolute;
  width: 45px;
  padding: 3px;
  margin-top: 5px;

}

/*
#table_obs_wrapper {
  margin-top: 25px;
}
*/
table#table_obs.dataTable tr {
  height: 50px;
  width: auto;
  position: relative;
  clear: both;
  background-color: rgba(37, 39, 36, .4);
  color: #e2e7e0;
  float: left;
  width: 100%;
  overflow: hidden;
}

table#table_obs #icon_inter {
  width: 27px;
  height: 27px;
}


table#table_obs #icon_inter,
table#table_obs #icon_deleted {
  position: absolute;
  right: 0;
  -webkit-filter: none;
  filter: none;
}

table#table_obs #icon_deleted {
  right: 0px;
  width: 45px;
  height: 45px;
  top: -5px;
  opacity: 0.8;
}

table#table_obs.dataTable tr td.title,
table#table_obs.dataTable tr td.instante {
  position: absolute;
  left: 45px;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  top: 1px;
  overflow: hidden;
  white-space: nowrap;
}

table#table_obs.dataTable tr td.title {

  width: calc(100% - 40px);
}


table#table_obs.dataTable tr td.instante {
  padding-top: 12px;
  font-weight: 100;
  top: 18px;
  font-size: 11px;
}


table#table_obs.dataTable tr td.instante label.utc_label {
  margin-left: 3px;
  font-size: 6px;
}

.table thead .shellTable {
  height: 15px;
  margin-top: 2px;
  transform: rotate(90deg);
}

.table thead .recorrido {
  height: 18px;
  transform: rotate(90deg);
  margin-top: 1px;
}

.table thead .dead {
  height: 12px;
  margin-bottom: 0px;
}

.table thead .eye {
  font-size: 1em;
}

.table thead .battery {
  font-size: 1em;
}

.div_b_i {
  float: right;
  padding-top: 4px;
  padding-right: 9px;
}

.table .baterry_icon {
  font-size: 1em;
}

.table.equipos .baterry_icon {
  margin-left: 36px;
  margin-top: 1px;
}

.table thead .dist {
  height: 14px;
  margin-bottom: 0px;
  width: 11px;
}

.table thead .sect {}

.table table tbody.hide_tbody tr td {
  height: 0px !important;
  font-size: 0px !important;
  padding: 0 !important;
}

.table table tbody.hide_tbody tr td input {
  display: none;
}

.table table tbody.hide_tbody tr td img {
  display: none;
}

.table table joker-user-line {
  height: 5px;
  background-color: black;
  width: 100%;
}

.table table td,
table th {
  padding-left: 8px;
  /*border-bottom: none !important*/
}

.table.dads table td,
.table.observadores table td,
.table.equipos table td {
  text-align: center;
  background-color: transparent;
  /*padding: 0  5px !important;*/
  position: relative;
}

.w_37 {
  min-width: 30px;
}

.table table thead tr,
.table_observadores table thead tr {
  background-color: transparent;
}

.table table thead.equipo tr {
  background: #3c5d48;
  border: 2px solid black;
  box-sizing: border-box;
}

.table table thead.equipo th {
  padding: 11px 0.75rem 11px 25px !important;
  text-transform: uppercase;
}

.table table thead.equipo th:first-child {
  cursor: help !important;
}

.table-head_1 {
  height: 22px;
}

.cabecera {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

tr.equipo,
.table-head .desp {
  position: relative;
}

tr.conectado {
  color: blue;
}

.table tbody tr:last-child {
  border: 0;
}

.table table td,
.table_observadores table td,
.table table th {
  text-align: left;
  padding: 0.3rem 0.2rem;
  border-top: none;
  vertical-align: middle;
  box-sizing: border-box;
  height: 35px;
}

.table table th {
  height: 25px;
}

.table td.l,
table th.l {
  text-align: right;
}

.table td.c,
table th.c {
  text-align: center;
}

.table td.r,
table th.r {
  text-align: center;
}

.table-head th {
  font-size: 11px;
  color: white;
  line-height: 12px;
  font-weight: 100;
}

.cabecera .table-head th {
  color: #fff;
}

.user-line:hover {
  z-index: 0;
}

.ui-draggable-dragging {
  background-color: #abb5ac !important;
}

tbody.saved td {
  cursor: default !important;
}

.editTd,
.listauto {
  padding-right: 0 !important;
  text-align: center !important;
}


.listauto {
  position: absolute;
}

.editTd ul.ui-autocomplete,
.listauto ul.ui-autocomplete {
  color: black;
  background: var(--light);
  top: 27px !important;
  left: 0px;
  position: absolute;
  padding: 5px;
  border-radius: 4px;
  max-height: 170px;
  overflow-y: auto;
  z-index: 1000;
}

.listauto ul.ui-autocomplete {
  top: 15px !important;
}

.hidden {
  display: none;
}

.editInput {
  width: 100%;
  height: 12px;
  border: 1px solid lightgray;
  box-sizing: content-box;
  outline: none;
}

.table tbody tr {
  font-size: 13px;
  line-height: 1.2;
  font-weight: unset;
  /*border-bottom: 1px solid #ececec*/
  background-color: transparent;
  border-bottom: 1px solid rgba(155, 155, 155, 0.35);
}

.table tbody tr.rell {
  background-color: transparent;
  height: 0;
  border: none;
  /*display: none;*/
}

.table tbody tr.rell td {
  height: 0;
}

.table tbody tr.rell .semaforo {
  display: none
}

.table tbody tr.rell td {
  padding: 0 !important;
  height: 0;
}

.table tbody tr:not(.rell):nth-child(odd) {
  /*background-color: rgba(255, 255, 255 ,0.9);*/
  background-color: rgba(37, 39, 36, 0.4);
  color: #e2e7e0;
}

.table tbody tr:not(.rell):nth-child(even) {
  /*background-color: rgba(255, 255, 255 ,0.7);*/
  background-color: rgba(37, 39, 36, 0.4);
  color: e2e7e0;
}

.table tbody tr select {
  font-size: 12px;
  text-align: center;
  height: 21px;
  margin-top: 0px;
  border-radius: 5px;
  cursor: pointer;
  background-color: transparent;
  background: transparent;
}

.table tbody tr select option {
  height: 21px;
}

.table tbody tr:hover {
  background-color: rgba(255, 255, 255, 1);
  opacity: 1;
}

.column1 {
  width: 90px !important;
  max-width: 90px;
  min-width: 90px;
  overflow: hidden;
  position: relative;
  padding: 0px 1px !important;
  padding-right: 7px !important;
}

.table.equipos .column1 {
  width: 70px !important;
  max-width: 70px;
  min-width: 70px;
}

.table.observadores .column1 {
  width: 120px !important;
  max-width: 120px;
  min-width: 120px;
}

.table.observadores .column4 {
  width: 95px !important;
  max-width: 95px;
  min-width: 95px;
}

/*
.table.equipos.rec tr[tipo=observador] .semaforo {
	display: none
}
*/
.table_observadores .column2 {
  display: none;
}

.column8 {
  width: 53px;
  padding: 0 !important;
}

.table_observadores .column6 {
  width: 50px !important;
  max-width: 50px;
  min-width: 50px;
}

.column1.rectd {
  width: 50px !important;
  max-width: 50px;
  min-width: 50px;
}

.column1.reptd {
  width: 20px !important;
  max-width: 20px;
  min-width: 20px;
}

.semaforo {
  float: left;
  margin-top: 0px;
  font-size: 19px;
  color: #ff3838;
  cursor: pointer;
  margin-left: 5px;
}

.semaforo.inactive {
  color: #b9b9b9;
  cursor: default;
}

.semaforo.sem-obs {
  margin-top: 3px;
  font-size: 14px;
  margin-left: 5px;
  cursor: default;
}

.table.equipos.rep .semaforo.sem-obs {
  color: #b0c5c7;
}

.table.observadores.real-time .semaforo {
  cursor: auto;
}

.bateria {
  font-size: 13px;
  float: right;
  line-height: 1.6em;
  padding-right: 2px;
  min-width: 27px;
  text-align: center;
  padding: 0;
  margin: 0px;
  margin-top: 3px;
}

.label {
  width: 115px !important;
  max-width: 115px;
  min-width: 115px;
  color: white;
  float: left;
  font-weight: bold;
  font-size: 1em;
  vertical-align: bottom;
  height: 100%;
  line-height: 2em;
  padding-left: 15px;
}

.imp-name {
  float: left;
  height: 35px;
  vertical-align: middle;
}

.column250 {
  width: 250px !important;
  min-width: 250px;
  max-width: 250px;
  overflow: hidden;
  direction: rtl;
  cursor: default !important;
}

.column2 {
  width: 115px !important;
  min-width: 115px;
  max-width: 115px;
  overflow: hidden;
  direction: rtl;
  cursor: default !important;
}

.column3 {
  width: 90px !important;
  max-width: 90px;
  min-width: 90px;
  overflow: hidden;
}

.table.equipos .column3 {
  cursor: default;
}


.table.equipos #DataTables_Table_2_wrapper #DataTables_Table_2_filter {
  /*padding-top: 29px;
	background: var(--primary);*/
  margin-right: 30px;
}


.column4 {
  width: 90px !important;
}

.column4 select {
  width: 100%;
  border-radius: 5px;
  border: none;
}

.column5 {
  width: 170px;
  text-align: right;
}

.column6 {
  width: 31px !important;
  text-align: center !important;
  padding: 0 !important;
}

.column6.sm {
  width: 23px;
  text-align: center;
}

@media screen and (max-width: 640px) {

  .column6 {
    width: 27px !important;
  }
}

.mas {
  height: 13px;
  margin-bottom: 4px;
  position: absolute;
  left: 0;
  cursor: pointer;
}

.highlight {
  width: 22px !important;
  max-width: 22px !important;
  min-width: 22px !important;
  background-color: grey;
  padding: 0 5px !important;
  font-size: 0px;
}

th.highlight {
  font-size: 0px !important;
}

.highlight img {
  display: block !important;
  top: 10px;
  left: 4px;
}

.hide_tbody select,
.highlight select,
.hide_tbody .bateria {
  display: none;
}

.eq_name {
  padding: 2px;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  padding-left: 30px;
}

.eq_name .text_name {
  width: auto;
  float: left;
  max-width: 23vw;
  font-size: 14px;
}

.record .eq_name {
  padding-left: 25px;
}


.table table tbody tr img,
.table_observadores table tbody tr img {
  opacity: 0.5;
  height: 9px !important;
  top: 8px !important;
  left: 16px !important;
}

.dataTables_filter {
  margin-top: -27px;
  z-index: 99;
  font-size: 12px;
  position: relative;
}


.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
  height: 16px;
  margin-top: 4px;
  margin-right: 7px;
  width: 125px;
  background-color: var(--light);
}

.dtrg-group th {
  padding: 0px !important;
}


.table table tbody tr img.eq_mas {
  position: absolute;
  left: 1px !important;
  height: 13px !important;
  top: 2px !important;
  cursor: pointer;
  z-index: 99;
}


.table table tbody tr img.editar {
  height: 14px !important;
  margin-left: 6px;
}

.head_equipo, .head_layers {
  background-color: rgba(37, 39, 36, 0.89);
  padding: 0 6px;
  box-sizing: border-box;
  position: relative;
  font-size: 12px;
  line-height: 28px;
  height: 30px;
  font-weight: 100;
}

.table.equipos .team-thead {

  height: 22px;
  background-color: rgba(0, 0, 0, 0.9);
  ;

}

.table.equipos .team-thead .shellTable {
  height: 15px !important;
  margin-top: 2px;
  transform: rotate(90deg);
  color: white;
}

.table.equipos .team-thead img {
  opacity: 1 !important;
}

.table.equipos .team-thead div {
  height: 22px;
  line-height: 20px;
  font-size: 11px;
  text-align: center;
}

.table.equipos .table-head.table-head_1 {
  display: none !important;
}

/*
.table.equipos .team-thead .column6{
	width: 30px !important;
}

.table.equipos .team-thead .column1{
	width: 69px !important;
}

.table.equipos .team-thead .column2{
	width: 79px !important;
}

.table.equipos .team-thead .column4{
	width: 85px !important;
}
*/

.table.equipos .team-thead .baterry_icon {
  font-size: 12px;
}

.table-head th {
  padding: 0 0.2rem !important;
}

.color-team, .collapse_layer {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 10px;
  background-color: white;
  top: 8px;
  border-radius: 50px;
  cursor: pointer;
}

.record .color-team {
  left: 7px;
}

.no-asig .color-team {
  right: 5px;
}

.color-team.rec {
  right: 10px;
}

.edit-team,
.del-team,
.info-team {
  float: right;
}

.edit-team i {
  font-size: 14px;
  cursor: pointer;
  color: #f7f7f7;
  margin-left: 10px;
}

.del-team i {
  font-size: 14px;
  cursor: pointer;
  color: #f7f7f7;
  margin-left: 7px;
}

.info-team i {
  font-size: 14px;
  cursor: pointer;
  color: #f7f7f7;
  margin-left: 7px;
  margin-top: 7px;
}

.p_del {
  background-color: #d94f4f;
  width: 100%;
  font-weight: bold;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

table:not(.dataTable) td:not([col="tipo"]):not(.column1):not(.column6):not(.column8) {
  /*
	-webkit-text-fill-color: #e2e7e0;
	-webkit-opacity: 1;
	color: #e2e7e0;
	/*background: white;*/
}

table td select {
  color: #e2e7e0;
  width: 100%;
  border-radius: 3px;
}

#tbl_gpx td select {
  color: inherit;
  padding: 2px 4px;
}

table td select option {
  color: black;
}

td[col="tipo"] {
  -webkit-opacity: 1;
  color: gray;
  background: white;
}

td[col="tipo"] i {
  margin-top: 3px;
}

.table.rec table tbody tr td {
  cursor: default !important;
}

.table.rec table tbody tr[tipo="observador"] td {
  /*background: #d5cfcf;*/
}

/*///////////////////////////////////////////////////////////////*/
/*///////////////Dialogo equipo//////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/

.team-dlg,
.alerta,
.obs-dlg,
.prep-dlg {
  display: none;
  z-index: 10000;
  background-color: #eee !important;
  position: relative !important;
  padding: 5px !important;
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  overflow: hidden !important;
  border-radius: 8px;
  width: 100%;
}

.obs-dlg {
  padding: 0 !important;
  width: 550px !important;
  max-height: 80vh !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  margin: auto;
}

.ui-dialog {
  z-index: 2001;
  padding: 0;
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  /*max-height: 75%;*/
  margin-top: -20px;
}

.ui-dialog-content.hide-prgr .dz-progress {
  display: none;
}

.alerta-msg {
  margin-top: 18px;
  padding: 10px;
  margin-bottom: 18px;
}

/*
.ui-dialog input,
.ui-dialog .lbl-name {
	float: left;
	width: 98%;
	font-size: 14px;
	margin-bottom: 10px;
}*/
.ui-dialog .dcm_spn {
  float: left;
  margin-left: -4%;
  padding-top: 2px;
}

.ui-dialog input {
  /*text-align:right*/
}

.ui-dialog input.hour_g {
  float: left;
  width: 20%;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: right;
  padding-right: 10px;
}

.ui-dialog input.min_g {
  float: left;
  width: 33%;
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 2%;
  text-align: right;
  padding-right: 10px;
}

.ui-dialog input.seg_g {
  float: left;
  width: 43%;
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 2%;
  text-align: right;
  padding-right: 10px;
}

.ui-widget-overlay {
  background: #000;
  opacity: 0.7;
}

/*
.ui-dialog-titlebar {
  display: none;
}
*/
.cab-dlg {
  height: 40px;
  width: 100%;
  background-color: #252724;
  color: white;
  padding: 5px;
  padding-left: 5px;
  vertical-align: bottom;
  line-height: 33px;
  font-weight: bold;
  padding-left: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-sizing: border-box;
}

.cont-dlg {
  padding: 20px;
  padding-top: 10px;
  overflow-y: auto;
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding-bottom: 35px;
}

.scroll-cont-dlg {
  padding-bottom: 30px;
}

.cont-dlg .contenedor_list_obs {
  width: 100%;
  float: left;
  height: auto;
  overflow-y: auto;
  max-height: 50vh;
  padding-top: 15px;
}

.cont-dlg .cont_obs {
  float: left;
  clear: both;
  width: 100%;
  padding: 2px;
}

.cont-dlg .cont_obs.odd {
  background-color: lightgray;
}

.cont-dlg .cont_obs .wp_name {
  float: left;
  width: 200px;
  height: auto;
  overflow: hidden;
}

/*///////////////////////////////////////////////////////////////*/
/*///////////////Dialogo alerta//////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/

.ui-dialog {
  z-index: 999999;
  background-color: white;
}


/*///////////////////////////////////////////////////////////////*/
/*///////////////Dialogo alerta//////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/

.ui-dialog {
  z-index: 999999;
  background-color: white;
}


/*///////////////////////////////////////////////////////////////*/
/*///////////////Dialogo alerta//////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/

.alert-dlg {
  /*
  padding: 0.5em 0.5em !important;
  height: 100% !important;
  box-sizing: border-box;
  margin-top: -20px;*/
}

.alert-dlg #cancel-dlg {
  position: absolute;
  right: 15px;
  top: 17px;
  height: 25px;
  width: 25px;
  background: transparent;
}

.alert-dlg .lbl-name {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 0;
}

.alert-dlg .cont-dlg {
  padding: 20px;
  float: left;
  width: 100%;
  background-color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 15px 10px;
  height: 100%;
  box-sizing: border-box;
}

#save-button {
  cursor: pointer;
  /* background-color: rgba(255, 255, 255, 0.15); */
  background-color: rgba(132, 147, 138, 0.88);
  -webkit-box-shadow: 10px 11px 19px -6px rgba(0, 0, 0, 0.88);
  -moz-box-shadow: 10px 11px 19px -6px rgba(0, 0, 0, 0.88);
  box-shadow: 10px 11px 19px -6px rgba(0, 0, 0, 0.88);
  border: 0;
  border-radius: 1em 1em 0 0;
  display: block;
  text-indent: 70px;
  white-space: nowrap;
  width: 70px;
  z-index: 99999;
  border-radius: 100%;
  text-decoration: none;
  margin-left: 15px;
  margin-top: 9px;
}

#save-dlg,
#save-dlg_text,
#cancel-dlg_text {
  position: absolute;
  right: 1vw;
  bottom: 7px;
  height: 25px;
  width: 35px;
  background: #637168;
  line-height: 1.5em;
}

#save-dlg_new,
#cancel-dlg_new {
  background: #252724;
  line-height: 1.1em;
  font-size: 0.8rem;
  box-sizing: border-box;
  text-align: center;
}

.botonera-dlg {
  float: left;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0px;
  text-align: right;
  margin-top: 20px;
}

#cancel-dlg_new {
  margin-right: 5px;
}

#save-dlg_new:hover {
  opacity: 0.8;
}

.gest #header h1 {
  max-width: 53vw;
}

#fij-dlg_text,
#cancel-fij-dlg_text {
  margin-left: 30px;
  float: left;
  height: 40px;
  box-sizing: border-box;
}

#cancel-fij-dlg_text {
  margin-left: 10px;
}

#fij-dlg_text img,
#cancel-fij-dlg_text img {
  height: 20px;
  margin-top: 9px;
  width: auto;
  cursor: pointer;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
}

#fij-dlg_text img:hover,
#cancel-fij-dlg_text img:hover {
  opacity: 0.8;
}

#cancelancel-dlg_text {
  right: 90px;
}

#ver-button:before {
  content: "\f0ac ";
  font-size: 55px;
  right: 11px;
  bottom: 7px;
}

button:focus {
  outline: none;
}

#addTeam-button i {
  font-size: 16px;
  right: 2.5px;
  top: 0px;
  line-height: 23px;
  position: absolute;
  cursor: pointer;
}

.parpadea {
  animation-name: parpadeo;
  animation-duration: 2.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: parpadeo;
  -webkit-animation-duration: 2.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

.ui-dialog:focus {
  outline: none;
}

.context-menu-list {
  font-size: 0.82em;
  border-radius: 5px;
  border: 1px solid rgb(238, 238, 238);
  padding: 3px 0;
  width: auto !important;
  min-width: 125px;
}

.context-menu-item {
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0.35em 0.8em;
  color: #2f2f2f;
  /* width: AUTO; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
}

.context-menu-item:hover {
  background-color: #cecece;
  color: black;
}

.leaflet-popup-pane {
  -webkit-filter: drop-shadow(6px 5px 1px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(6px 5px 1px rgba(0, 0, 0, 0.7));
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

.leaflet-popup-pane .s_down {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  margin-top: 5px;
  background-color: white;
  padding: 3px 5px;
  border-radius: 3px;
  margin-bottom: 3px;
  color: black;
}

.leaflet-popup-pane .s_down .fa-sort-amount-down {
  position: absolute;
  right: 10px;
  top: 4px;
}

.leaflet-popup-content {
  margin: 5px 10px 5px 10px;
}

/*
.leaflet-popup:not(.operador_popup) .leaflet-popup-content-wrapper {
	min-width: 220px;
	max-width: 230px
}
*/
.leaflet-popup.geoinfoPopup {

  width: 250px;


}

.leaflet-container .cnt_cam {
  max-height: 170px;
  overflow-y: auto;
}

.leaflet-popup.geoinfoPopup .spn_150 {
  width: 160px;
  overflow: hidden;
  float: left;
  font-weight: bold;
  font-size: 10px;
  clear: left;
  margin-bottom: 2px;
  line-height: 12px;
}


.leaflet-popup-content-wrapper {
  background-color: rgba(37, 39, 36, 0.3);
  float: left;
  width: 100%;
}

.leaflet-popup-content-wrapper .d-p-tipo {
  width: 100%;
  max-height: 135px;
  overflow-y: auto;
  background-color: white;
  min-height: 50px;
  margin-top: 10px;
  padding: 4px;
  box-sizing: border-box;
  border: none;
  border-radius: 3px;
  float: left;
}

.leaflet-popup-content-wrapper .d-p-tipo .img-tipo {
  border-radius: 5px;
  margin: 0px;
  width: 33px;
  height: 33px;
  float: left;
  padding: 2px;
  cursor: pointer;
}

.leaflet-popup-content-wrapper .d-p-tipo .img-tipo.selected {
  background-color: var(--secondary);
}

.leaflet-popup-content-wrapper .d-p-tipo .img-tipo img {
  width: 100%;
  height: auto;
}

.leaflet-popup-content-wrapper textarea:disabled,
.leaflet-popup-content-wrapper select:disabled {
  background: rgba(255, 255, 255, 1);
}

.leaflet-popup-content-wrapper .tit-gen {
  text-transform: uppercase;
  height: 12px;
  overflow: hidden;
}

/*
.operador_popup .leaflet-popup-content-wrapper {
	min-width: 170px;
}
*/
/*
.updatePopup .leaflet-popup-content-wrapper {
	min-width: 220px;
}
.updatePopup.mede_p  {
	min-width: 250px;
}
*/

.leaflet-popup-tip-container {
  width: 40px;
  height: 17px;
  overflow: hidden;
  pointer-events: none;
  float: left;
  width: 100%;
  position: relative;
  margin-left: 0;
  left: 0;
}

.keep_c {
  font-size: 45px;
  width: 15px;
  height: 15px;
  margin-top: 0px;
  /*margin-left: 10px*/
  margin-left: 0;
}

/*
.ejercicio.repr .operador_popup a.leaflet-popup-close-button {
	width: 26px;
	height: 27px;	
}
*/
/*
.ejercicio.record a.leaflet-popup-close-button {
width: 27px;
height: 27px;
}
*/

.leaflet-popup-tip {
  background-color: rgba(37, 39, 36, 0.3);
}

.title_lat {
  padding: 8px 1px 2px 1px;
  font-size: 1.1em;
  font-weight: bold;
  color: #020202;
  margin-top: 4px;
}

.b3 {
  border-radius: 3px;
}

.b3_t {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.b3_b {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.m_75 {
  min-height: 80px;
}

.i_med {
  min-width: 90px;
  display: block;
  float: left;
  font-weight: bold;
}

.d_lay {
  margin-right: 6px;
  margin-top: 1px;
}

.repr .edit_pop,
.repr .del_obs {
  display: none;
}

.title_lat,
.coor_obs {
  float: left;
  width: 100%;
  max-height: 100px;
  overflow-y: auto;
}

/*
.cnt_popup {
	max-width: 220px
}
*/

.cnt_popup .bloque,
.cnt_slide .bloque {
  display: none;
  float: left;
  width: 100%;
}

/*nuevos css popup borrar anteriores*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////POPUPS  ////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/
.leaflet-container a.leaflet-popup-close-button {
  line-height: 11px;
  top: 3px;
  padding: 4px;
  text-align: center;
  width: 23px;
  height: 23px;
  right: 15px;
}

.realt .leaflet-container a.leaflet-popup-close-button {
  font-size: 19px;
  text-decoration: none;
  width: 11px;
  height: 11px;
  color: #e2e7e0;
}

/*
#main.realt .leaflet-container a.leaflet-popup-close-button{
	width: 15px;
	height: 15px;	
}

#main.repr .leaflet-container a.leaflet-popup-close-button{
	width: 22px;
	height: 22px;		
}
*/
.leaflet-container .tit_ppl {
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
  width: calc(100% - 15px);
}

.leaflet-container .sg_line {
  background-color: rgb(255 255 255 / 70%);
  padding: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  width: 100%;
  font-size: 10px;
  margin-bottom: 5px;
  float: left;
  color: #000;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}

.leaflet-container .ttl_sec {
  width: 100%;
  font-weight: bold;
  float: left;
  width: 100%;
  cursor: pointer;
  font-size: 11px;
  margin-bottom: 4px;
}

.leaflet-container .cnt_cam {
  float: left;
  width: 100%;
  padding: 5px;
  color: #000;
  background-color: rgb(255 255 255 / 70%);
  box-sizing: border-box;
  border-radius: 4px;
  margin-top: 4px;
  margin-bottom: 5px;
}

.leaflet-container .cnt_cam .coor_obs {
  padding: 0;
}


.leaflet-container div[name=instante] {}

.leaflet-container div[name=instante] label.utc_label {
  margin-left: 2px;
  font-size: 6px;
}

.leaflet-container .team_c {
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 65px;
  margin-left: 3px;
  margin-top: 1px;
  border: 1px solid #333;
}

.leaflet-container .team_n {
  float: left;
}

.leaflet-container .coor_obs {
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  padding: 3px;
}

.coor_obs {
  width: 100%;
  box-sizing: border-box;
  background-color: white;
  padding: 3px;
}

.leaflet-container .hlz_mark {
  float: left;
  width: 35%;
  text-align: right;
  font-size: 10px;
  color: black;
}

.leaflet-container .hlz_mark.rad {
  width: 90px;
}

.leaflet-container .hlz_mark.rad {
  position: absolute;
  right: 0;
  top: 0;
}

.leaflet-container radiogroup {
  color: var(--light);
}

.leaflet-container .hlz_mark.rad input {
  text-align: right;
}

.leaflet-container #shapeName,
.leaflet-container #layerName,
.leaflet-container #mp_search {
  margin-bottom: 5px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: none;
  padding-left: 4px;
  font-size: 10px;
  width: calc(100% - 0px);
  height: 18px;
}

.layerContainer {
  display:inline-flex
}

.layerContainer .layer_select {
  width: 88px!important;
  height: 18px!important;
}

.leaflet-container #layerName{
  width:100px;
  margin-right: 10px
}

#mp_autocomplete {
  position: relative;
  float: left;
}

#mp_results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  color: black;
  list-style: none;
  border: 1px solid #ccc;
  background: #fff;
  max-height: 160px;
  overflow-y: auto;
  display: none;
  z-index: 10;
}

.leaflet-container #mp_search {
  width: 180px;
  margin-top: 5px;
}

.leaflet-container .shapeDesc {
  width: 100%;
  padding: 4px;
  box-sizing: border-box;
  border: none;
  border-radius: 3px;
  font-size: 10px;
}

.operador_popup {
  margin-bottom: -15px !important;
  width: 170px;
}

.operador_popup .cnt_cam {
  margin-bottom: 0;
}

.recon_popup {
  width: 220px;
}

.recon_popup .leaflet-container .cnt_cam {
  padding: 0px;
}

.leaflet-container .edit_pop,
.leaflet-container .del_obs,
.leaflet-container .d_lay {
  width: auto;
  float: right;
  height: 20px;
}

.leaflet-container .botonera_popup {
  float: left;
  width: 100%;
  padding: 5px 0 0 0;
  color: #e2e7e0;
  font-size: 12px;
  position: relative;
}

.leaflet-container .hlz_opt {
  float: left;
  width: 65%;
  margin-bottom: 1px;
  font-weight: bold;
  font-size: 10px;
}

.leaflet-container .b_b {
  border-bottom: solid 1px #c1c1c1;
}

.leaflet-container .spn_div {
  width: 100%;
  font-weight: bold;
  font-size: 9px;
  float: left;
  width: 100%;
  cursor: pointer;
  margin: 3px 0px 2px;
  position: relative;
}

.leaflet-container .inp_n {
  float: right;
  width: 20px;
  height: 13px;
  margin-top: 0 !important;
}

.leaflet-container .inp_n.inp_ppl {
  cursor: default !important;
}

.leaflet-container .nam_med {
  box-sizing: border-box;
  border-radius: 2px;
  border: none;
  padding: 2px;
  background-color: white;
  font-size: 10px;
  height: 11px;
  width: 100%;
  padding: 0;
  padding-right: 2px;
  /*line-height: 12px;*/
}

.leaflet-container .obst {
  margin-top: 0px;
  border-bottom: solid 1px #c1c1c1;
  margin-bottom: 0px;
  line-height: 25px;
  /*line-height: 19px;*/
}

.leaflet-container .cnt_u {
  color: #fff;
  background-color: red;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  font-size: 0.6em;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 10px;
}

.leaflet-popup select#categ,
.leaflet-popup select#typeIeds,
.leaflet-popup select {
  width: 100% !important;
  color: black;
  max-width: inherit;
  padding: 2px;
  box-sizing: border-box;
  border: none;
  border-radius: 3px;
  font-size: 10px;
}

.leaflet-popup #okBtn {
  width: 100%;
  background: rgb(97, 96, 96);
  color: white;
  border: none;
  padding: 4px;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 7px;
  font-size: 12px;
}

.leaflet-popup #okBtn {
  width: calc(100% - 18px);
}

.leaflet-popup .fa-paperclip {
  font-size: 15px;
  float: right;
  margin-top: 10px;
  cursor: pointer;
}

.leaflet-popup .fa-user-edit {
  position: absolute;
  top: 3px;
  right: 2px;
  font-size: 13px;
  cursor: pointer;
  color: #000;
}

.botonera_popup i {
  cursor: pointer;
  font-size: 1.2em;
}

.botonera_popup .visor-imgs {
  float: right;
  margin-right: 6px;
}

.botonera_popup .visor-imgs i {
  font-size: 16px;
}

.del_obs i {
  margin-right: 6px;
}

.botonera_popup i:hover {
  opacity: 0.8;
}

.footer_popup {
  font-size: 10px;
  margin-bottom: 5px;
  margin-top: 0px;
  float: left;
  width: 100%;
}

.ln_g {
  line-height: 1.5em;
}

.spn_150 {
  width: 60px;
  overflow: hidden;
  float: left;
  font-weight: bold;
  font-size: 10px;
  clear: left;
  margin-bottom: 2px;
  line-height: 12px;
}

.spn_left {
  float: left;
  width: auto;
  font-size: 10px;
}

.coor_obs {
  font-size: 10px;
}

.spn_div input[type="radio"],
.hlz_mark input[type="radio"] {
  margin: 1px;
}

.obs-type {
  margin-top: 5px;
}

#okBtn.mede {
  float: left;
  width: 100%;
  margin-top: 10px;
}

#reverse {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}

.salto {
  float: left;
  width: 100%;
  height: 50px;
}

.operador_popup .leaflet-popup-content {
  min-width: 150px;
  max-width: 170px;
}

.leaflet-popup select#typeIeds {
  margin-top: 10px;
}

.cnt-popup {
  float: left;
  width: 100%;
}

.act_cnt {
  width: 100%;
  height: 65px;
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 7px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
  margin-top: 5px;
}

.checkbox-inline:first-child,
.radio-inline:first-child {
  padding-left: 0px;
}

.hlz_opt2 {
  float: left;
  width: 50%;
  margin-top: 5px;
  font-weight: bold;
  font-size: 8px;
}

.hlz_opt2.lft {
  padding-right: 2px;
}

.hlz_opt2.lft {
  padding-left: 2px;
}

.hlz_opt3 {
  float: left;
  width: 100%;
  margin-top: 5px;
  font-weight: bold;
  font-size: 10px;
  position: relative;
  padding-right: 20px !important;
}

.hlz_opt3 i {
  position: absolute;
  right: 0px;
  font-size: 15px;
  bottom: 2px;
  cursor: pointer;
}

.hlz_opt2.avi input {
  float: left;
  width: 100%;
  border-radius: 2px;
  margin: 0;
  height: 20px;
  border: none;
  height: 15px;
  font-size: 10px;
}

.hlz_opt2.avi .sg_line {
  height: 15px;
  border: none;
  padding: 1px 0 0 2px;
  margin-bottom: 0;
}

.hlz_opt2.avi {
  margin-top: 1px;
}

.hlz_op {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  box-sizing: border-box;
  background-color: white;
  padding: 3px;
  text-transform: lowercase;
}

#prio_sel {
  float: left;
  max-width: 85px;
}

/*
.leaflet-popup select {
	max-width: 90px;
}
*/
.desc_mede,
#shapeDesc_mede {
  float: left;
  width: 100%;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 5px;
  background-color: white;
}

.mede_tit,
.tit_ppl {
  margin-bottom: 2px;
  margin-top: 0px;
  line-height: 1em;
  font-size: 13px;
}

.operador_popup .footer_popup {
  margin-top: 7px;
  margin-left: 3px;
}

.desc_mede,
#shapeDesc_comp_mede {
  float: left;
  width: 100%;
  border: none;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: white;
  padding: 4px;
}

.div_coor {
  font-size: 0.9em;
}

.hlz_mark .nam_med {
  margin-top: 0;
}

.p_r {
  padding-right: 10px;
}

.m_b {
  margin-bottom: 5px;
}

.m_t {
  margin-top: 5px !important;
}

input.disabled {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  color: gray;
  cursor: pointer;
}

.hlz_mark select {
  max-width: 100%;
  width: 100%;
  border-color: lightgrey;
  border-radius: 5px;
  font-size: 1em;
  padding: 0;
}

.loc {
  margin-bottom: 0px;
  background-color: white;
  padding: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  width: 100%;
  font-size: 10px;
}

.cat-space {
  float: left;
  width: 100%;
}

.hlz_opt select {
  margin-left: 5px;
}

.hlz_tit {
  width: 100%;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: solid 1px black;
  font-size: 1.2em;
}

.obst-grp {
  display: none;
  float: left;
  margin-bottom: 5px;
}

.n_p_grp {
  display: none;
}

.mr {
  margin-right: 5px;
}

.pepe {
  display: block;
}


/*Alerta offline*/
/*Comprobar si se usa*/
#header .fa-wifi {
  float: left;
  color: #eee;
  margin-left: 15px;
  margin-top: 10px;
  width: 20px;
}

#header .fa-wifi.verde {
  color: green;
}

#header .fa-wifi.rojo {
  color: red;
}

.alert-offline {
  z-index: 99999999999999999999;
  position: absolute;
  bottom: 10px;
  left: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  padding: 5px 15px;
  color: lightgray;
  font-size: 14px;
  font-weight: 500;
  display: none;
}

.i_wi,
.m_wi,
.c_wi {
  float: left;
  margin-right: 10px;
}

.i_wi.g {
  color: #9d9d9d;
}

.i_wi.v {
  color: #0ed749;
}

.c_wi {
  margin-right: 0;
  cursor: pointer;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////GESTION ////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/

.login.add-dad {
  width: 50%;
  max-width: 400px;
  min-width: 400px;
  margin: auto;
  background-color: #252724;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #616161;
  overflow-y: auto;
  margin-top: 0 !important;
}

.editar .login {
  height: calc(100% - 40px);
  margin: auto;
}


#backDiv {

  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 35px;
}

#backDiv div {
  display: contents;
}

#backDiv i {
  width: 20px;
  height: 20px;
  background-color: var(--secondary);
  border-radius: 50px;
  padding: 2px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: var(--light);
  margin-right: 5px;
}

#backDiv a {

  text-decoration: none;
  color: var(--primary);
  font-weight: bold;
}




.conf form {
  float: left;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.login .campos_texto label.update {
  float: left;
  width: 100%;
  margin-bottom: 2px;
  border: none;
  font-size: 0.9em;
  text-align: left;
  color: lightgray;
  font-weight: bold;
  font-style: normal;
}

.conf .login .campos_texto input {
  width: 100%;
  height: 30px;
  background-color: #252724;
  color: #989696;
  border: none;
  border-bottom: 1px solid #464c48;
  font-size: 0.9em;
  padding-left: 10px;
  font-style: italic;
}

.login #form_login {
  width: 100%;
}

.login.add-dad input {
  margin-bottom: 10px;
}

.login .campos_texto label {
  float: left;
  color: #828382;
  font-style: italic;
  color: #82836b;
  font-size: 18px;
}

.login .campos_texto label.select_lbl {
  float: none;
  width: 100%;
  margin-bottom: 0px;
  height: 25px;
  background-color: #252724;
  border: none;
  font-size: 17px;
  text-align: left;
  color: #d3d3d3;
  font-style: italic;
  padding-left: 35px;
  font-weight: normal;
  margin-top: 5px;
}

.login .campos_texto select {
  float: right;
  color: #828382;
  /* margin-right: 10%; */
  font-size: 16px;
  padding: 0 10px;
  width: 100%;
  margin-top: 15px;
  border-radius: 5px;
  height: 25px;
  margin-bottom: 15px;
}

.conf .login .cnt_login {
  width: 100%;
  height: auto;
  text-align: center;
  vertical-align: middle;
  float: left;
  box-sizing: border-box;
  padding: 10px;
}

.login.add-dad .alert {
  margin-top: 1rem;
}

.login.add-dad .brd {
  width: 100%;
  border-bottom: 2px solid #4a544e;
  text-align: center;
  float: left;
  padding: 10px 0;
  margin-bottom: 10px;
}

.login .campos_texto input::-webkit-input-placeholder {
  color: #989696;
  font-style: italic;
  font-size: 14px;
}

.login .campos_texto input::-moz-placeholder {
  color: #989696;
  font-style: italic;
  font-size: 14px;
}

.login .campos_texto input::-ms-placeholder {
  color: #989696;
  font-style: italic;
  font-size: 14px;
}

.login .campos_texto input::placeholder {
  font-style: #989696;
  color: lightgray;
  font-size: 14px;
}

.alert {
  position: relative;
  padding: 0.5rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 0.85em;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.botonera a {
  margin-left: 20px;
}

.botonera .add {
  height: 60px;
  opacity: 0.8;
  margin-right: 30px;
}

.botonera .volver {
  height: 60px;
  opacity: 0.8;
  margin-right: 5px;
}

.flags_port img {
  height: 20px;
  width: auto;
  margin-right: 15px;
  cursor: pointer;
  border-radius: 4px;
}

.txt-cnt {
  font-size: 0.85em;
  line-height: 1.4em;
}

.dlg-ippal {
  width: 100%;
}

.dlg-ippal select {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
}

/*rangeSelect*/

.ui-dialog .dlg-tscnd {
  font-size: 12px;
  margin: 6px 0;
}

#cancel-dlg {
  position: absolute;
  right: 11px;
  top: 13px;
  height: 25px;
  width: 25px;
  background: #637168;
}

.obs-dlg #cancel-dlg {
  position: absolute;
  right: 11px;
  top: 9px;
  height: 25px;
  width: 25px;
  background: transparent;
}

.ejercicio #back-button {
  left: 1em;
  margin-left: 0;
}

.ejercicio #back-button {
  bottom: 72px;
}

#ver-button {
  right: 2em;
}

#save-button {
  position: relative;
  height: 35px;
  width: 35px;
  background-color: #e3e3e3;
  float: left;
}

#addTeam-button {
  position: absolute;
  height: auto;
  width: auto;
  background-color: transparent;
  right: 5px;
  top: 4px;
}

/*
#close-button {
	position: absolute;
	height: 25px;
	width: 25px;
	top: 5px;
	left: 5px;
	background-color: #000;
	border: 2px solid white;
}

#close-button:before {
	content: '\f053';
	font-size: 16px;
	right: 6.4px;
	bottom: 0.9px;
}
*/
.leaflet-control-attribution {
  display: none;
}

@-moz-keyframes parpadeo {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes parpadeo {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

@keyframes parpadeo {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

.grabando {
  font-size: 0.75em;
}

.wt_m {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 45px;
  min-height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 550;
  color: white;
  line-height: 50px;
  font-size: 1.3em;
  font-weight: bold;
}

#mapList .l_map_i {
  position: absolute;
  font-size: 14px;
  color: white;
  right: 10px;
  cursor: pointer;
}

#save-dlg:before {
  content: "\f0c7";
  font-size: 23px;
  right: 8px;
  bottom: 4px;
}

#cancel-dlg i {
  font-size: 1em;
  right: 5px;
  bottom: 4px;
  position: absolute;
  width: auto;
  top: 5px;
}

.center-button,
.ignore-button {
  background-color: rgba(132, 147, 138, 0.88);
  padding: 13px;
  color: white !important;
  font-weight: bold;
  border-radius: 3px;
  float: right;
  margin-left: 15px;
  cursor: pointer;
}

.center-button:hover,
.ignore-button:hover {
  opacity: 0.8;
}

#add-button:before,
#back-button:before,
#save-button:before,
#ver-button:before,
#close-button:before,
.rnd-button:before {
  color: #fff;
  position: absolute;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

#divOffMapRec {
  width: 100%;
  float: left;
  margin-top: 5px;
}

#offMapRec,
#gesMapLocal,
#customOffMapRec {
  width: 100%;
  background-color: var(--primary);
  float: left;
  height: 25px;
  box-sizing: border-box;
  font-size: 1em;
  border-radius: 3px;
  color: #fff !important;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  border: none;
}

#add-button:hover,
#back-button:hover,
#ver-button:hover,
#save-dlg:hover,
#cancel-dlg:hover {
  opacity: 0.5;
}

#save-button:hover {
  opacity: 0.8;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid lightgray;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: black;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.3);
}

.stext {
  font-size: 10px !important;
  padding: 0px 2px !important;
}

@media (max-width: 768px) {
  .leaflet-draw-tooltip-single {
    display: none;
  }
}

.fullscreen-icon {
  background-image: url(/images/icon-fullscreen.png) !important;
}

/*Con esto impedimos que el footer se monte en los div flotantes*/

.clr {
  clear: both;
}

.preferencias {
  width: 100%;
  padding: 20px;
  height: calc(100% - 116px);
  box-sizing: border-box;
  margin-top: 56px;
}

.pref-cont {
  background: #252724;
  height: 100%;
  border: 1px solid #8c8989;
  padding: 20px 10px;
}

.lbl-pref {
  color: #aaa;
  font-size: 1em;
  padding: 10px;
  text-align: right;
}

.opt-pref {
  padding: 10px;
}

@media (max-width: 768px) {

  .lbl-pref,
  .opt-pref {
    text-align: center;
  }
}

.cabecera .tit_cab {
  color: #a4aba7 !important;
  font: 24px Arial BLACK, sans-serif;
}

.cabecera .tit_cab p {
  margin-top: 37px;
}

.cabecera .tit_cab a {
  font: 14px Arial, sans-serif;
}

.cabecera .tit_cab a:hover {
  font: 14px Arial, sans-serif;
  text-decoration: none;
  color: white;
}

.cabecera .logos img {
  float: right;
}

#leg,
#leg_title {
  position: absolute;
  top: 50px;
  right: 10px;
  width: 100px;
  padding: 10px;
  background: rgba(34, 34, 34, 1);
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  border-radius: 3px;
  max-height: 80%;
  overflow: auto;
}

#leg_title {
  top: 10px;
}

#leg_items {
  position: relative;
  margin-left: 5px;
  top: -1px;
}

#page {
  display: flex;
  flex-flow: row wrap;
  margin: 2px auto;
  padding: 0px;
}

.main {
  flex: 1 100%;
  border: 1px solid #999;
  padding: 2px;
  margin: 1px;
  background: #eee;
}

#mainHeader {
  text-align: center;
}

#mainHeader h1 {
  margin: 8px;
}

#mainNav {
  text-align: center;
}

#mainNav a {
  margin: 0px 5px;
}

#mainSection {
  padding: 20px;
  text-align: left;
}

#mainFooter {
  text-align: center;
}

a {
  color: lightgray;
}

.right {
  float: right;
}

.stars {
  float: left;
  clear: both;
}

/* ------------------------- */

.wideRow {
  display: flex;
  flex-flow: row wrap;
  align-content: stretch;
}

.wideRow .itemNarrow {
  flex: 0 auto;
  margin: 0px 5px;
}

.wideRow .itemWide {
  flex: 1 auto;
  margin: 0px 5px;
}

.pagination {
  padding-left: 0;
  margin: 15px 0px 0px 0px;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 3px 7px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #00b7ff;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #00b7ff;
  border-color: black;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.clickMe,
.botonera input:not(.ges_btn) {
  -moz-appearance: button;
  -ms-appearance: button;
  -o-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  text-decoration: none;
  color: #7b837e;
  padding: 0.6em 1em;
  background-color: #252724;
  border: none;
}

â€‹ a.clickMe:hover,
.botonera input:hover,
.botonera a:hover {
  text-decoration: none;
  color: white;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.ejercicio.repr .leaflet-control-layers-toggle:first-child {
  bottom: 10px;
}

.ejercicio.repr .leaflet-control-layers-list {
  bottom: 10px;
}

@media (max-width: 768px) {
  .table {
    left: 10px;
  }

  table.general {
    padding-left: 0;
    margin-top: 0;
  }

  .ejercicio.repr .leaflet-control-layers-toggle:first-child {
    bottom: 10px;
  }

  .ejercicio.repr .leaflet-control-layers-list {
    right: 36px;
    bottom: 53px;
  }
}

.leaflet-control-layers {
  height: 100%;
  background: transparent;
}

.leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-list {
  position: absolute !important;
  right: 77px;
  bottom: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  width: auto;
  min-width: 100px;
  padding: 10px;
  border-radius: 5px;
}

.semaforo {
  /*cursor: pointer !important*/
}

.ui-widget {
  font-size: 1em !important;
}

.ui-widget table,
.ui-widget .dataTables_info {
  font-size: 0.8em !important;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////OBSERVACIONES //////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/

.pit_c {
  position: absolute;
  display: none;
}

.menu_pint {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 9999999;
  display: none;
}

.btn {
  width: 55px;
  height: 55px;
  border-radius: 70px;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
}

.b_3 {
  width: 30px;
  height: 30px;
}

.material-icons.md-36 {
  font-size: 16px;
  color: lightgray;
}

.btn {
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 5px 6px 5px 0px rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn:not(:first-child) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -2;
  -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  background-position: center;
  background-size: contain;
}

.btn:nth-child(2) {
  top: 0px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.maker_menu .btn:nth-child(2) {
  background-image: url("/images/draw/car.png");
}

.maker_menu.specials .btn:nth-child(2) {
  background-image: url("/images/draw/lin_din.png");
}

.polyline_menu .btn:nth-child(2) {
  background-image: url("/images/draw/lin_cont.png");
}

.btn:nth-child(3) {
  top: 0px;
  left: 0px;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.maker_menu .btn:nth-child(3) {
  background-image: url("/images/draw/carro.png");
}

.maker_menu.specials .btn:nth-child(3) {
  background-image: url("/images/draw/cir_alc.png");
}

.polyline_menu .btn:nth-child(3) {
  background-image: url("/images/draw/no_go.png");
}

.btn:nth-child(4) {
  left: 0px;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  top: 17px;
}

.maker_menu .btn:nth-child(4) {
  background-image: url("/images/draw/fusil.png");
}

.maker_menu.specials .btn:nth-child(4) {
  background-image: url("/images/draw/diana.png");
}

.maker_menu.specials .btn:nth-child(5) {
  background-image: url("/images/draw/cas.png");
}

.maker_menu.specials .btn:nth-child(6) {
  background-image: url("/images/draw/cff.png");
}

.polyline_menu .btn:nth-child(4) {
  background-image: url("/images/draw/lin_rut.png");
}

.btn:nth-child(5) {
  top: 0px;
  left: 0px;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.maker_menu .btn:nth-child(5) {
  background-image: url("/images/draw/ied.png");
}

.btn:nth-child(6) {
  top: 0px;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  left: -15px;
}

.maker_menu .btn:nth-child(6) {
  background-image: url("/images/draw/objetivo.png");
}

.btn:nth-child(7) {
  top: 0px;
  left: 0px;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.maker_menu .btn:nth-child(7) {
  background-image: url("/images/draw/meet.png");
}

.btn:nth-child(8) {
  left: 0px;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  top: 30px;
}

.maker_menu .btn:nth-child(8) {
  background-image: url("/images/draw/medevac.png");
}

.maker_menu .btn:nth-child(9) {
  /*top: -78px;
    left: -5px;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;*/
  background-image: url("/images/draw/p_san.png");
}

.maker_menu .btn:nth-child(10) {
  /*top: -78px;
    left: -5px;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;*/
  background-image: url("/images/draw/alto.png");
}

input#toggle:checked~#show-menu .btn:nth-child(2) {
  top: -51px;
  left: 15px;
  opacity: 1;
}

input#toggle:checked~#show-menu .btn:nth-child(3) {
  top: -37px;
  left: 49px;
  opacity: 1;
}

input#toggle:checked~#show-menu .btn:nth-child(4) {
  left: 70px;
  opacity: 1;
  top: -3px;
}

input#toggle:checked~#show-menu .btn:nth-child(5) {
  top: 36px;
  left: 72px;
  opacity: 1;
}

input#toggle:checked~#show-menu .btn:nth-child(6) {
  top: 67px;
  opacity: 1;
  left: 51px;
}

input#toggle:checked~#show-menu .btn:nth-child(7) {
  top: 75px;
  left: 12px;
  opacity: 1;
}

input#toggle:checked~#show-menu .btn:nth-child(8) {
  left: -27px;
  opacity: 1;
  top: 61px;
}

input#toggle:checked~#show-menu .btn:nth-child(9) {
  left: -46px;
  opacity: 1;
  top: 25px;
}

input#toggle:checked~#show-menu .btn:nth-child(10) {
  left: -43px;
  opacity: 1;
  top: -12px;
}

input#toggle:checked~#show-menu .btn:nth-child(11) {
  left: -21px;
  top: -40px;
  opacity: 1;
}

/*
input#toggle:checked ~ #show-menu .btn:nth-child(9) {
  top:-100px;left:-100px;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
*/

.maker_menu .menuBtn {
  background-image: url("/images/pin.png");
}

.maker_menu .closeBtn {
  background-image: url("/images/pin.png");
}

.menuBtn,
.closeBtn {
  position: absolute;
  transition: all 0.3s ease;
}

.menuBtn {
  width: 100%;
  height: 100%;
}

.closeBtn {
  transform: translateY(50px);
  opacity: 0;
  transform: translateY(0px);
  opacity: 1;
  color: lightgray;
  font-size: 33px;
  box-sizing: border-box;
}

input#toggle:checked~#show-menu .btn .menuBtn {
  transform: translateY(-50px);
  opacity: 0;
}

input#toggle:checked~#show-menu .btn .closeBtn {
  transform: translateY(0px);
  opacity: 1;
}

.obs-menu,
.control-north {
  position: fixed;
  top: 56px;
  right: 10px;
  z-index: 9999;
  background: green;
  background-color: green;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  color: lightgray;
  cursor: pointer;
  text-align: center;
  font-size: 1.2em;
  line-height: 2.1em;
  background-image: url("/images/edit.png");
  background-position: center;
  background-size: contain;
}

.leaflet-draw-toolbar a {
  width: 35px !important;
  height: 35px !important;
  /*line-height: 2.1em !important;*/
  border-radius: 3px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  position: relative;
  font-family: 'Font Awesome 5 Free';
  color: lightgrey !important;
  font-size: 18px;
  font-weight: 900;
  line-height: 35px !important;
}

.control-north {
  right: 10px;
  top: 55px;
  color: #1978cf;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 5px 6px 5px 0px rgb(0, 0, 0);
  -moz-box-shadow: 5px 6px 5px 0px rgb(0, 0, 0);
  box-shadow: 5px 6px 5px 0px rgb(0, 0, 0);
  border-radius: 25px;
  cursor: auto;
}

.control-north img {
  width: 100%;
}

.obs-menu i {}

.back-opt {
  position: absolute;
  width: 87px;
  height: 435px;
  background-color: rgba(0, 0, 0, 0.4);
  top: 55px;
  right: 28px;
  border-radius: 8px;
  display: none;
}

.clear {
  clear: both;
}

.rojo {
  color: #ff3838;
}

.verde {
  color: rgb(87, 176, 123);
}

.azul {
  color: rgb(71 93 116)
}

*:not(input):not(textarea) {
  user-select: none;
  -webkit-user-select: none;
  /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none;
  /* disable the IOS popup when long-press on a link */
}

.cnt-msg * {
  user-select: text;
  -webkit-user-select: text;
}

.disp_none {
  display: none !important;
}

/*///////////////////////////////////////////////////////////////////////////*/
/*////////////  1200 ////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////*/

@media (max-width: 1200px) {
  .tit_eq {
    font-size: 0.75em;
  }

  .eq_name {
    font-weight: normal;
    font-size: 0.9em;
  }

  .column2 {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    overflow: hidden;
    direction: rtl;
    cursor: default !important;
  }

  #header .info {
    float: right;
    margin-right: 55px;
    padding-top: 7px;
    font-size: 15px;
  }

  #header h1 {
    font-size: 0.9em;
    line-height: 38px;
    max-width: calc(100% - 325px);
    overflow: hidden;
    height: 40px;
    word-break: break-all;
  }

  #screen {
    font-size: 1em;
  }

  .leaflet-control.leaflet-compass {
    margin-top: 8px !important;
  }

  #mapList,
  #meteoList {
    right: 85px;
  }

  .obs-menu {
    top: 53px;
    right: 52px;
  }

}

@media (max-width: 850px) {
  #back-button {
    display: none;
  }
}

/*///////////////////////////////////////////////////////////////////////////*/
/*////////////  769  ////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////*/

@media (max-width: 769px) {
  .record.prep .leaflet-draw {
    margin-top: 30px;
  }

  .load_pos .icon i {
    font-size: 6em;
  }

  .loading-text {
    top: calc(50% + 40px);
  }

  .loading .lds-ring div:not(.mensaje-info) {
    width: 125px;
    height: 125px;
  }

  #menu .close {
    font-size: 18px;
  }

  #menu>ul {
    margin: 0em 0 1em 0;
  }

  #header h1.prep_act {
    max-width: calc(100% - 290px);
  }

  .tit_eq {
    font-size: 0.75em;
    font-weight: normal;
  }

  #acceso,
  #add_dad_btn,
  .ges_btn {
    height: 40px;
  }

  #fij-dlg_text {
    margin-left: 15px;
  }

  .wt_m {
    /*
		font-size: 1.1em !important;
		*/
  }
}

@media (max-width: 670px) {

  .wt_m {
    line-height: 25px !important;
    padding: 5px 42px !important;
  }
}

/*///////////////////////////////////////////////////////////////////////////*/
/*////////////  570  ////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////*/

@media (max-width: 570px) {

  .table_obs {
    min-width: 210px;
    /*width: 210px;*/
  }

  .tit_eq .white_b {
    width: 5px;
  }

  #acceso,
  #add_dad_btn,
  .ges_btn {
    height: 35px;
  }

  .name-exec {
    height: 26px;
  }

  /*
	.tit_eq .context-menu-alerts {
		margin-top: -2px !important;
	}
	*/

  .tit_eq {
    font-size: 0.68em;
    line-height: 13px;
  }

  .leaflet-bar-timecontrol a.timecontrol-date,
  .leaflet-bar-timecontrol a.timecontrol-date:hover {
    min-width: 135px !important;
    font-size: 0.65rem !important;
  }

  .conf .login .cnt_login {
    padding: 0 !important;
  }

  .login .campos_texto label.update {
    font-size: 0.85em !important;
  }

  .conf .login .campos_texto input {
    font-size: 0.8em !important;
  }

  .table {
    max-width: 90%;
    left: 5px;
  }

  .color-team {
    width: 13px;
    height: 13px;
    left: 17px;
  }

  #fij-dlg_text,
  #cancel-fij-dlg_text {}

  #header h1.prep_act {
    font-size: 1em;
    margin-left: 5px;
    width: auto;
    max-width: 40%;
    overflow: hidden;
    height: 50px;
  }

  #addTeam-button i {
    font-size: 12px !important;
    line-height: 14px !important;
  }

  .load_pos .icon i {
    font-size: 5em;
  }

  .load_pos .icon {
    top: calc(50% - 50px);
  }

  .loading-text,
  .loading-text-error {
    font-size: 1.5em;
  }

  .tit_eq .white_b {
    top: 8px;
  }
}

@media (max-width: 540px) {

  .load_pos .icon,
  .loading .lds-ring div:not(.mensaje-info) {
    left: calc(50% - 60px);
  }
}

@media screen and (max-height: 570px) and (orientation: landscape) {
  .room_wd {
    max-height: 260px;
    height: 260px;
    min-height: 260px;
  }

  #menu .footer {
    display: none !important;
  }
}

/*///////////////////////////////////////////////////////////////////////////*/
/*////////////  510  ////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////*/

@media (max-width: 510px) {
  .leaflet-container .nam_med {
    /*line-height: 25px;*/
    text-size-adjust: none;
    font-size: 9px !important;
    padding: 0;
  }

  /*
	.leaflet-bar-timecontrol .timecontrol-speed .speed {
		display: none !important
	}*/
  .leaflet-bar-timecontrol .leaflet-control-timecontrol:last-child {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    /*width: 10px !important;*/
  }

  .timecontrol-speed:before {
    content: "" !important;
    position: absolute;
    left: 7px;
    font-size: 0;
  }

  .leaflet-bar-timecontrol .leaflet-control-timecontrol:last-child {
    /*width: 10px !important;*/
  }

  .repr .btn_visor,
  .repr .div-cnt-visor {
    top: 100px;
  }

  .obs-menu {
    right: 40px;
    width: 30px;
    height: 30px;
    background-position: 8px 7px;
    top: 50px;
    font-size: 1.05em;
  }

  .control-north {
    width: 30px;
    height: 30px;
    right: 4px;
    top: 51px;
  }

  .tit_eq {
    font-size: 0.7em;
  }

  .column2 {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    overflow: hidden;
    direction: rtl;
    cursor: default !important;
  }

  .column3 {
    width: 75px;
    max-width: 75px;
    min-width: 75px;
    overflow: hidden;
  }

  .column4 {
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    overflow: hidden;
  }

  #addTeam-button:before {
    font-size: 13px;
  }

  #ctrlMaps,
  #ctrlMeteo {
    right: 10px !important;
  }

  .leaflet-control-zoom {
    display: none;
  }

  #ctrlInfo {
    right: 50px;
  }

  #infoList {
    right: 90px;
  }

  #mapList,
  #meteoList {
    right: 50px;
  }


  .leaflet-control.leaflet-compass {
    margin-top: 5px !important;
    margin-right: 5px !important;
  }

  .ej-name {
    margin-left: 5px;
    max-width: 150px;
    min-width: 100px;
  }

  #menu {
    width: 14em;
  }

  .table {
    top: 50px;
    left: 5px;
  }

  .ej-name {
    font-size: 0.8em;
  }

  .circular-menu {
    bottom: 15px;
  }

  .footer {
    display: none;
  }

  .conf {
    padding-top: 60px;
    height: calc(100%);
  }

  .editar .login {
    height: calc(100% - 85px) !important;
  }

  #header h1.prep_act {
    max-width: calc(100% - 200px);
  }

  #save-dlg,
  #save-dlg_text,
  #cancel-dlg_text {
    height: 25px;
    line-height: 1.5em;
  }

  #fij-dlg_text,
  #cancel-fij-dlg_text {
    font-size: 0.6em;
  }

  .back-opt {
    position: absolute;
    width: 81px;
    top: 44px;
    right: 15px;
  }

  .zoomButtons {
    display: none;
  }
}

.c_com {
  display: block;
  width: 100%;
  float: left;
}

@media (max-width: 480px) {
  .semaforo {
    margin-left: 2px;
  }

  .baterry_icon {
    display: none;
  }

  .table thead .dist {
    height: 12px;
    margin-bottom: 0px;
    width: 9px;
    margin-top: 4px;
  }

  .obs-menu {
    right: 42px;
    top: 50px;
  }

  .table .sel-check,
  .table .all-check,
  .div_b_i,
  .bateria {
    display: none;
  }

  .column8 {
    width: 30px;
  }

  .column1 {
    width: 35px !important;
    max-width: 35px;
    min-width: 35px;
  }

  .table.observadores .column1 {
    /*display: none*/
    width: 143px !important;
    max-width: none;
  }

  .table.equipos .column1 {
    width: 30px !important;
    max-width: 30px;
    min-width: 30px;
  }

  .cntrl-movil {
    float: left;
    width: 100%;
  }

  .general tbody tr td,
  .general tbody tr td:first-child {
    font-size: 0.7em;
  }

  .general th {
    font-size: 0.7em;
  }

  .lista-ej {
    padding: 10px !important;
  }

  #header.rep h1,
  #header.rec h1 {
    margin-left: 5px !important;
    max-width: calc(100% - 270px);
    overflow: hidden;
    height: 50px;
  }

  .chronometer {
    top: 6px;
    right: 45px;
  }

  #screen {
    font-size: 18px;
  }

  /*
	.leaflet-draw-toolbar a {
		width: 30px !important;
		height: 30px !important;
		line-height: 30px !important;
	}*/

  .wt_m {
    font-size: 12px !important;
    line-height: 14px !important;
    min-height: 25px !important;
  }

  #plusGreen-button {
    height: 18px;
  }

  .ui-dialog {
    max-width: 100% !important;
  }

  .chronometer {
    display: none;
  }

  .footer {
    display: none;
  }

  .circular-menu {
    bottom: 10px;
    left: 10px;
  }

  .leaflet-control-layers-toggle:first-child {
    right: 0px;
  }

  .ejercicio.repr .leaflet-control-layers-toggle:first-child {
    right: -5px;
    bottom: 42px;
  }

  .leaflet-control-layers-list {
    right: 42px;
  }

  /*Tablas en movil*/
  #header h1 {
    margin-left: 10px;
  }

  table.general {
    font-size: 0.8em;
  }

  .contenido.lista-ej {
    height: calc(100% - 70px);
  }

  .general .editar {
    height: 12px;
  }

  .ejercicio.repr .leaflet-control-layers-list {
    bottom: 43px;
    right: 37px;
  }

  .ges_lis h1,
  .ges_det h1 {
    font-size: 0.8em !important;
  }

  .login.add-dad {
    width: 50%;
    max-width: 400px;
    min-width: 335px;
  }

  .ges_det #back-button {
    left: 0em;
    bottom: 0.5em;
  }

  #main.ges_det {
    height: calc(100% - 50px) !important;
    overflow: hidden;
  }
}

/*///////////////////////////////////////////////////////////////////////////*/
/*////////////  410  ////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////*/

@media (max-width: 420px) {
  .ejercicio.repr .control-north {
    display: none;
  }

  .loading .lds-ring div:not(.mensaje-info) {
    width: 100px;
    height: 100px;
  }

  #header .info {
    display: none;
  }

  .login {
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .leaflet-bar-timecontrol .leaflet-control-timecontrol:last-child {
    width: 30px !important;
  }

  .leaflet-bar-timecontrol a.timecontrol-date,
  .leaflet-bar-timecontrol a.timecontrol-date:hover {
    min-width: 140px !important;
    overflow: hidden;
    text-align: left;
    direction: rtl;
    padding-left: 7px;
  }

  .flags_cnt {
    top: 70px;
  }

  .eq_mas {
    position: absolute;
    left: 0px;
    height: 13px;
    top: 1px;
    cursor: pointer;
    z-index: 99;
  }

  .table,
  .table.equipos {
    max-width: 95%;
    max-height: 65%;
  }

  .table tbody tr {
    font-size: 0.7em;
  }

  .table tbody tr {
    font-size: 0.7em;
    line-height: 1.2;
  }

  .column2 {
    width: 75px;
    min-width: 75px;
    max-width: 75px;
    overflow: hidden;
    direction: rtl;
    cursor: default !important;
  }

  .column3 {
    width: 70px;
    max-width: 70px;
    min-width: 70px;
    direction: rtl;
  }

  .table tbody tr select {
    font-size: 0.7rem;
  }

  .column4 {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    overflow: hidden;
  }

  .table-head th {
    font-size: 0.54em;
    line-height: 1rem;
  }
}

/*///////////////////////////////////////////////////////////////////////////*/
/*////////////  320  ////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////*/

@media (max-width: 320px) {

  #header.rep h1,
  #header.rec h1 {
    margin-left: 2px !important;
    max-width: calc(100% - 215px);
  }

  .ej-name {
    max-width: 100px;
  }

  .column2 {
    width: 65px;
    min-width: 65px;
    max-width: 65px;
  }

  .column3 {
    width: 55px;
    max-width: 55px;
    min-width: 55px;
  }

  .column4 {
    width: 55px;
    min-width: 55px;
    max-width: 55px;
  }

  .w_37 {
    min-width: 20px !important;
  }

  .column6 {
    width: 29px !important;
    min-width: 29px !important;
  }
}

/* Logo google */
/*
.leaflet-bottom.leaflet-left.controlButtons div:not(.leaflet-bar):not(.leaflet-control-timecontrol):not(.leaflet-control-timecontrol div) {
	display: none;
}*/
.leaflet-bottom.leaflet-left.controlButtons a[rel=noopener] {
  display: none !important;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 150px;
  border-radius: 5px;
  background-color: var(--light);
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-tooltip-content {
  font-size: 12px;
}

div[role=log] {
  position: absolute;
}

.leaflet-center-cross-toggle {
  background-image: url(/images/icon-fullscreen.png);
}

.leaflet-center-cross-toggle {
  display: none !important;
}

#shapeName {
  cursor: not-allowed;
}

#shapeName:focus-visible {
  outline: none
}

/*! jQuery UI - v1.13.2 - 2022-07-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-dialog {
  z-index: 2000 !important;
}

.ui-dialog .fa-search {
  float: left;
  margin-right: 7px;
  font-size: 13px;
  margin-top: 1px;
}


.ui-dialog #goDlg {
  width: 40px;
  float: left;
  background-color: rgba(0, 0, 0, 0.9);
  margin: 0 5px;
  padding: 2px;
  border-radius: 3px;
}

.ui-dialog .dataTables_filter {
  margin-top: 0;
}

.ui-dialog .custom-drop {
  height: 50%;
}

.ui-helper-hidden {
  display: none
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse
}

.ui-helper-clearfix:after {
  clear: both
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)"
}

.ui-front {
  z-index: 100
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0
}

.ui-menu .ui-menu {
  position: absolute
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px
}

.ui-menu-icons {
  position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0
}

.ui-button {
  padding: .5em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
  border-radius: 5px;
}


.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap
}

input.ui-button.ui-button-icon-only {
  text-indent: 0
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
  z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
  border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
  border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid
}

.ui-checkboxradio-disabled {
  pointer-events: none
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px
}

.ui-datepicker .ui-datepicker-next {
  right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0
}

.ui-datepicker td {
  border: 0;
  padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left
}

.ui-datepicker.ui-datepicker-multi {
  width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0
}

.ui-datepicker-rtl {
  direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8em;
}


.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: 0.3em 0.5em 0.3em0.4em;
}


.ui-button:hover {
  opacity: .8;
}


.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
  background: #252724;
  line-height: 1.1em;
  font-size: 0.8rem !important;
  box-sizing: border-box;
  text-align: center;
  font-weight: 600;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none
}

.ui-dialog .ui-resizable {
  position: relative
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  -ms-filter: "alpha(opacity=25)";
  opacity: 0.25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0
}

.ui-selectmenu-open {
  display: block
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0
}

.ui-slider {
  position: relative;
  text-align: left
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit
}

.ui-slider-horizontal {
  height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0
}

.ui-slider-vertical {
  width: .8em;
  height: 100px
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none
}

.ui-spinner-up {
  top: 0
}

.ui-spinner-down {
  bottom: 0
}

.ui-tabs {
  position: relative;
  padding: .2em
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px
}

body .ui-tooltip {
  border-width: 2px
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em
}

.ui-widget .ui-widget {
  font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;


}

.ui-widget-content a {
  color: #333
}

.ui-widget-header {


  border: none;
  background: var(--primary);
  color: var(--light);
  font-weight: bold;
}


.ui-widget-header a {
  color: #333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  color: var(--light);
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: var(--light);
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214)
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: var(--lightPrimary);
  font-weight: normal;
  color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  -ms-filter: "alpha(opacity=35)";
  background-image: none
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)"
}

.ui-icon {
  width: 16px;
  height: 16px
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  /* background-image: url("images/ui-icons_555555_256x240.png")*/
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  /*background-image: url("images/ui-icons_ffffff_256x240.png")*/
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  /* background-image: url("images/ui-icons_777620_256x240.png")*/
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  /*background-image: url("images/ui-icons_cc0000_256x240.png")*/
}

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none
}

.ui-icon-caret-1-n {
  background-position: 0 0
}

.ui-icon-caret-1-ne {
  background-position: -16px 0
}

.ui-icon-caret-1-e {
  background-position: -32px 0
}

.ui-icon-caret-1-se {
  background-position: -48px 0
}

.ui-icon-caret-1-s {
  background-position: -65px 0
}

.ui-icon-caret-1-sw {
  background-position: -80px 0
}

.ui-icon-caret-1-w {
  background-position: -96px 0
}

.ui-icon-caret-1-nw {
  background-position: -112px 0
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px
}

.ui-icon-arrow-4 {
  background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px
}

.ui-icon-extlink {
  background-position: -32px -80px
}

.ui-icon-newwin {
  background-position: -48px -80px
}

.ui-icon-refresh {
  background-position: -64px -80px
}

.ui-icon-shuffle {
  background-position: -80px -80px
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px
}

.ui-icon-folder-open {
  background-position: -16px -96px
}

.ui-icon-document {
  background-position: -32px -96px
}

.ui-icon-document-b {
  background-position: -48px -96px
}

.ui-icon-note {
  background-position: -64px -96px
}

.ui-icon-mail-closed {
  background-position: -80px -96px
}

.ui-icon-mail-open {
  background-position: -96px -96px
}

.ui-icon-suitcase {
  background-position: -112px -96px
}

.ui-icon-comment {
  background-position: -128px -96px
}

.ui-icon-person {
  background-position: -144px -96px
}

.ui-icon-print {
  background-position: -160px -96px
}

.ui-icon-trash {
  background-position: -176px -96px
}

.ui-icon-locked {
  background-position: -192px -96px
}

.ui-icon-unlocked {
  background-position: -208px -96px
}

.ui-icon-bookmark {
  background-position: -224px -96px
}

.ui-icon-tag {
  background-position: -240px -96px
}

.ui-icon-home {
  background-position: 0 -112px
}

.ui-icon-flag {
  background-position: -16px -112px
}

.ui-icon-calendar {
  background-position: -32px -112px
}

.ui-icon-cart {
  background-position: -48px -112px
}

.ui-icon-pencil {
  background-position: -64px -112px
}

.ui-icon-clock {
  background-position: -80px -112px
}

.ui-icon-disk {
  background-position: -96px -112px
}

.ui-icon-calculator {
  background-position: -112px -112px
}

.ui-icon-zoomin {
  background-position: -128px -112px
}

.ui-icon-zoomout {
  background-position: -144px -112px
}

.ui-icon-search {
  background-position: -160px -112px
}

.ui-icon-wrench {
  background-position: -176px -112px
}

.ui-icon-gear {
  background-position: -192px -112px
}

.ui-icon-heart {
  background-position: -208px -112px
}

.ui-icon-star {
  background-position: -224px -112px
}

.ui-icon-link {
  background-position: -240px -112px
}

.ui-icon-cancel {
  background-position: 0 -128px
}

.ui-icon-plus {
  background-position: -16px -128px
}

.ui-icon-plusthick {
  background-position: -32px -128px
}

.ui-icon-minus {
  background-position: -48px -128px
}

.ui-icon-minusthick {
  background-position: -64px -128px
}

.ui-icon-close {
  background-position: -80px -128px
}

.ui-icon-closethick {
  background-position: -96px -128px
}

.ui-icon-key {
  background-position: -112px -128px
}

.ui-icon-lightbulb {
  background-position: -128px -128px
}

.ui-icon-scissors {
  background-position: -144px -128px
}

.ui-icon-clipboard {
  background-position: -160px -128px
}

.ui-icon-copy {
  background-position: -176px -128px
}

.ui-icon-contact {
  background-position: -192px -128px
}

.ui-icon-image {
  background-position: -208px -128px
}

.ui-icon-video {
  background-position: -224px -128px
}

.ui-icon-script {
  background-position: -240px -128px
}

.ui-icon-alert {
  background-position: 0 -144px
}

.ui-icon-info {
  background-position: -16px -144px
}

.ui-icon-notice {
  background-position: -32px -144px
}

.ui-icon-help {
  background-position: -48px -144px
}

.ui-icon-check {
  background-position: -64px -144px
}

.ui-icon-bullet {
  background-position: -80px -144px
}

.ui-icon-radio-on {
  background-position: -96px -144px
}

.ui-icon-radio-off {
  background-position: -112px -144px
}

.ui-icon-pin-w {
  background-position: -128px -144px
}

.ui-icon-pin-s {
  background-position: -144px -144px
}

.ui-icon-play {
  background-position: 0 -160px
}

.ui-icon-pause {
  background-position: -16px -160px
}

.ui-icon-seek-next {
  background-position: -32px -160px
}

.ui-icon-seek-prev {
  background-position: -48px -160px
}

.ui-icon-seek-end {
  background-position: -64px -160px
}

.ui-icon-seek-start {
  background-position: -80px -160px
}

.ui-icon-seek-first {
  background-position: -80px -160px
}

.ui-icon-stop {
  background-position: -96px -160px
}

.ui-icon-eject {
  background-position: -112px -160px
}

.ui-icon-volume-off {
  background-position: -128px -160px
}

.ui-icon-volume-on {
  background-position: -144px -160px
}

.ui-icon-power {
  background-position: 0 -176px
}

.ui-icon-signal-diag {
  background-position: -16px -176px
}

.ui-icon-signal {
  background-position: -32px -176px
}

.ui-icon-battery-0 {
  background-position: -48px -176px
}

.ui-icon-battery-1 {
  background-position: -64px -176px
}

.ui-icon-battery-2 {
  background-position: -80px -176px
}

.ui-icon-battery-3 {
  background-position: -96px -176px
}

.ui-icon-circle-plus {
  background-position: 0 -192px
}

.ui-icon-circle-minus {
  background-position: -16px -192px
}

.ui-icon-circle-close {
  background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px
}

.ui-icon-circle-check {
  background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 5px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 5px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 5px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 5px
}

.ui-widget-overlay {
  background: #000;
  opacity: .5;
  -ms-filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666
}

.ui-dialog .ui-dialog-titlebar-close {
  /* remove default close jUi */
  background: none;
  border: 0;
}

.ui-dialog-titlebar-close {
  position: relative;
  float: right;
}

.ui-dialog-titlebar-close:after {
  content: "\f00d ";
  position: absolute;
  font-family: "Font Awesome 5 Free" !important;
  font-size: 16px;
  top: 0;
  right: 2px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: white;
  text-indent: 0;
  font-weight: 900;
}

.custom-drop.view-f {
  height: 100%;
}


.custom-drop.view-f .dropzone {
  height: 100%;
}

.ui-dialog #content {
  font-size: .85em;
  line-height: 1.4em;
}

.ui-slider-handle {
  background: var(--lightPrimary) !important;
  border: none !important;
  height: 25px !important;
  width: 10px !important;
  margin-top: -6px;
}

table[tipo=dads].dataTable thead>tr>th.column1.sorting:before,
table[tipo=dads].dataTable thead>tr>th.column1.sorting_desc:after {
  left: 13px !important;

}

.mgt5 {
  margin-top: 5px;
}

.hdpi.pac-logo {
  display: none !important;
}

.pac-logo:after {
  content: "";
  padding: 1px 1px 1px 0;
  height: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  display: block;
  background-image: none !important;
  background-position: right;
  background-repeat: no-repeat;
  -webkit-background-size: 120px 14px;
  background-size: 120px 14px;
  display: none !important;
}

.hdpi.pac-logo:after {
  background-image: none !important
}

.hdpi.pac-logo {
  display: block !important;
}

/*//////////////////CLUSTER////////////////////*/
.marker-cluster.hidrantes,
.marker-cluster.hidrantes div {
  background-color: rgba(25, 97, 171, 0.6) !important;
}

.marker-cluster.hidrantes div span {
  color: var(--light);
}

.marker-cluster.antenas,
.marker-cluster.antenas div {
  background-color: rgba(126, 214, 64, 0.6) !important;
}

.marker-cluster.antenas div span {
  color: var(--light);
}

.marker-cluster.hidrantes_cam div {
  background-color: rgba(213, 56, 56, 0.6) !important;
}

.marker-cluster.hidrantes_cam div span {
  color: var(--light);
}

.leaflet-draw.leaflet-control .leaflet-draw-edit-edit,
.leaflet-draw.leaflet-control .leaflet-draw-edit-remove {

  color: var(--lightSecondary) !important;
}

.leaflet-draw.leaflet-control .leaflet-draw-edit-edit {
  font-size: 20px;
}

.vbox-content img {
  max-height: 80vh;
  width: auto;
}