input[name="fechaIncidencia"],
input[name="idClient"] {
  display: block;
  margin: 0 0 0 auto;
  border: 0;
  background-color: transparent;
  text-align: right;
  color: grey;
}
input[name="contactPerson"],
input[name="contactPhone"] {
  border-radius: 4px!important;
}
.unreadIncidencias {
  background: #d81f03 !important;
  border-radius: 10px;
  right: 12px;
  font-size: 10px;
  padding: 3px 8px 3px 7px;
  top: 7px;
  color: #ffffff!important;
  margin-left: 10px;
}
a.docLink,
button.docLink {
  border-radius: 0.2rem;
  padding: 0.2rem 0.5rem;
  background: rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  cursor: pointer;
}
#searchForm input:not(#productInput) {
  background: transparent;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
#searchForm input:not(#dateInputFrom):not(#dateInputTo) {
  background: transparent;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.round.round-info {
  background: #00d000;
  position: relative;
  top: -9px;
  left: -19px;
}
.round {
  line-height: 48px;
  color: #ffffff;
  width: 45px;
  height: 45px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border-radius: 100%;
  background: #00d000;
}
.round-lg {
  line-height: 65px;
  width: 60px;
  height: 60px;
  font-size: 30px;
}
span.round-title {
  font-size: 1rem;
  color: #00d000;
  position: absolute;
  top: 15px;
}
.ocultar-btn {
  float: right;
  padding: 1.35rem;
  color: #00d000;
}
ul.justify-content-end {
  position: relative;
  top: -20px;
  border-bottom: 1px solid #eeeeee;
}
table.restables-clone {
  display: none;
}
@media (max-width: 756px) {
  table.restables-origin {
    display: none;
  }
  table.restables-clone {
    display: table;
  }
}
a.nav-link.viewIncidencia:hover {
  text-decoration: underline;
  cursor: pointer;
}
.statusAlert {
  position: relative;
  top: -20px;
}
#incidenciaAlert {
  position: relative;
  padding: 0.25rem 0;
  top: -20px;
  background-color: #eceeef5c;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 0 15px;
  display: none;
}
.miCuenta-background-color {
  background: rgba(0, 208, 0, 0.3);
}
#navmenu {
  /* display: flex;
   justify-content: space-evenly;
   text-align: center;
   */
  text-align: center;
}
#navmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#navmenu li {
  display: inline-block;
  width: 6rem;
}
.menuAcount ul li a {
  color: #575757;
  font-weight: normal;
  font-size: 12px;
  padding: 20px 20px 0 20px;
  position: relative;
  float: left;
  margin: 3px;
  text-align: center;
  width: 112px;
  line-height: 13px;
  height: 106px;
  display: flow-root;
}
.menuAcount ul li a:hover {
  color: #000000;
  font-weight: bold;
}
.menuAcount ul li a.active {
  background-color: whitesmoke;
  border-radius: 5px;
  /*border-bottom: 5px solid #00fa30;*/
  border-bottom: 5px solid #00d000;
}
.menuAcount ul li .icon {
  font-size: 2.25rem;
  display: block;
}
/*
 FlatPicker themeing
 */
.flatpickr-months .flatpickr-month,
.flatpickr-weekdays,
span.flatpickr-weekday {
  background: #00d000;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #00d000;
  border-color: rgba(0, 208, 0, 0.3);
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #00d000;
}
/*# sourceMappingURL=style_nex.css.map */