html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  cursor: pointer;
}

.label-and-icon {
  background: #575756;
  color: white;
  padding: 15px;
  border-radius: 40px;
  display: flex;
  align-items: center;
}
.label-and-icon__label {
  display: inline-block;
  padding: 5px 5px;
}
.label-and-icon__label--strong {
  font-weight: bold;
}
.label-and-icon__label--light {
  color: white;
}
.label-and-icon__icon {
  height: 1.1em;
}
.label-and-icon > *:first-child {
  margin-right: 10px;
}
.label-and-icon--bordered {
  background: none;
  color: #575756;
  border: 5px solid #fad854;
}

.label-and-button {
  background: white;
  color: #575756;
  padding: 15px;
  border-radius: 40px;
  display: table;
}
.label-and-button > *:first-child {
  margin-right: 5px;
}
.label-and-button__label {
  display: inline-block;
  font-style: italic;
}
.label-and-button__button {
  display: inline-block;
  padding: 5px 20px;
  border: none;
  border-radius: 40px;
  background: #575756;
  color: white;
  font-weight: bold;
}
.label-and-button__button--on {
  background: #fad854;
}

.big-navigation-item {
  background: white;
  border-radius: 15px;
  padding: 10px 20px;
  font-size: 110%;
}
.big-navigation-item__label {
  display: inline;
  vertical-align: middle;
  line-height: 20pt;
  text-align: center;
}
.big-navigation-item__icon {
  display: inline;
  vertical-align: middle;
  font-size: 150%;
  font-weight: bold;
  color: #fad854;
  line-height: 20pt;
}

.flashed-alert {
  background: #fad854;
  padding: 1em 25px;
  margin: 20px auto;
  border-radius: 40px;
  font-size: 120%;
  text-align: center;
}
.flashed-alert p {
  margin: 0;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  color: white;
  margin: 0;
  background: #fad854;
}
body.full-height {
  min-height: 100vh;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
body.full-height::-webkit-scrollbar {
  display: none;
}
body.soft-bg {
  background: #cbcbcb;
}

#wrapper {
  width: 100%;
  min-height: 100vh;
}

#jsGrid {
  color: #575756;
  margin-top: 20px;
  margin-bottom: 20px;
}

.map-background, #wrapper {
  max-width: 1400px;
  margin: 0 auto;
  background-color: white;
  background-image: url("../img/mapaFondo.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.9);
  overflow: auto;
}

header, section {
  margin: 0 auto;
  padding: 0 30px;
}

.main-header {
  height: 200px;
  color: #575756;
  background: white;
}
.main-header--gray {
  background: #cbcbcb;
}
.main-header__logoArtesano {
  max-height: 100%;
  max-width: 100%;
}
.main-header .main-header__right, .main-header .main-header__center, .main-header .main-header__left {
  display: flex;
  height: 100%;
  align-items: center;
  width: 33.3%;
  float: left;
}
.main-header__left {
  justify-content: flex-start;
}
.main-header__center {
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
}
.main-header__right {
  justify-content: flex-end;
}
.main-header__titulo {
  font-weight: bold;
  color: #575756;
  font-style: italic;
  font-size: 17px;
  text-align: center;
  padding-bottom: 20px;
}
.main-header__subtitulo {
  color: #575756;
  font-size: 17px;
  text-align: center;
  letter-spacing: 2px;
  padding-bottom: 30px;
}

.logo {
  text-align: center;
  padding-bottom: 10px;
  font-size: 50px;
  font-weight: bold;
  color: #575756;
}
.logo__subheader {
  color: #575756;
  text-align: left;
  margin-top: 7px;
  font-size: 19px;
}

.daily-sheets {
  text-align: center;
  color: white;
}
.daily-sheets__date-picker {
  color: #575756;
  display: block;
  margin: 0 auto;
  width: 350px;
  text-transform: uppercase;
  font-weight: bold;
  border-width: 0 70px;
  border-style: solid;
  border-image: url("../img/formaPendeja.png");
  border-image-slice: 0 70 fill;
  border-image-repeat: stretch;
  padding: 15px 0;
}
.daily-sheets__date-picker input {
  font: inherit;
  color: inherit;
  border: none;
  display: inline;
  width: 110px;
  letter-spacing: 2px;
  text-align: right;
}
.daily-sheets__route-picker p {
  font-style: italic;
  margin: 3em 0;
}
.daily-sheets__route-picker ul {
  list-style: none;
  text-shadow: 2px 2px 2px #666;
  font-size: 130%;
  padding: 0;
}
.daily-sheets__route-picker li + li {
  margin-top: 0.75em;
}

.main-options {
  overflow: auto;
  margin-top: 5em;
}
.main-options__left {
  float: left;
}
.main-options__right {
  float: right;
}

.navigation {
  background: black;
  padding: 20px;
  color: white;
  margin-bottom: 20px;
}

.navigation p {
  margin: 0;
}

.router-body {
  background: #cbcbcb;
  color: black;
  padding: 30px;
  min-width: 1200px;
}

.router-menu {
  margin-bottom: 40px;
  width: 100%;
}
.router-menu .router-menu__navigation-between-routers + .router-menu__navigation-between-routers {
  margin-top: 10px;
}

.show-hide-costs__button--on {
  background: #fad854;
}

.text-with-line {
  display: flex;
  align-items: center;
}
.text-with-line__line {
  margin-left: 20px;
  content: "";
  flex: 1 1 auto;
  border-top: 2px solid #e3e3e3;
}

.router-table {
  font-weight: 300;
  border-collapse: separate;
  border-spacing: 0 2px;
  width: 100%;
}
.router-table th, .router-table td {
  min-width: 50px;
  white-space: nowrap;
  text-align: center;
}
.router-table th.total, .router-table td.total {
  min-width: 80px;
}
.router-table th.costs, .router-table td.costs {
  min-width: 60px;
}
.router-table th.absorbing-column, .router-table td.absorbing-column {
  width: 100%;
}
.router-table td {
  padding: 3px 2px;
  background: white;
  box-shadow: 0 1px 2px #aaa;
}
.router-table td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 10px;
}
.router-table th {
  padding-bottom: 10px;
  font-weight: bold;
}
.router-table__route-information th {
  padding-bottom: 30px;
}
.router-table__route-name {
  margin-right: 40px;
}
.router-table__route-date {
  font-weight: normal;
  font-style: italic;
  font-size: 90%;
}
.router-table__header-queso {
  border-bottom: 5px solid #1558ae;
}
.router-table__header-santandereana {
  border-bottom: 5px solid #2b9b4f;
}
.router-table__header-paisa {
  border-bottom: 5px solid #da445f;
}
.router-table tr:nth-child(even) td {
  background-color: #e3e3e3;
}
.router-table .js-observacion {
  text-align: left;
}
.router-table input {
  border: none;
  background: none;
  text-align: inherit;
  width: 100%;
}
.router-table__end-of-route {
  font-style: italic;
  padding: 3px 2px;
}
.router-table__grand-total {
  margin: 10px auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

@media print {
  .noprint {
    display: none;
  }

  .router-body {
    padding: 0;
    background: white;
  }
  .router-body section {
    padding: 0;
    margin: 0;
  }

  .router-table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 10px;
  }
  .router-table td, .router-table th {
    padding: 3px;
    white-space: nowrap;
    min-width: 30px !important;
  }
  .router-table__route-information th {
    padding-bottom: 10px;
  }
}
.login {
  width: 100%;
  background: #cbcbcb;
  padding: 10px 60px 100px 60px;
  margin: 0 auto;
  max-width: 400px;
}

.login-form {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  /*width: 600px;*/
  height: 290px;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  background-size: auto;
}
.login-form .label-and-button, .login-form .label-and-icon {
  margin-left: auto;
  margin-right: auto;
}
.login-form__message {
  letter-spacing: 3px;
}
.login-form__username {
  align-self: flex-start;
  text-align: left;
  color: black;
}
.login-form__password {
  align-self: flex-start;
  text-align: left;
  color: black;
}
.login-form__input {
  padding: 10px;
  border: 3px solid white;
  width: -webkit-fill-available;
}
.login-form__button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-form__button {
  margin: 0;
  width: fit-content;
  background: #fad854;
}

.menu li {
  margin: 10px 0;
}

.reports {
  text-align: center;
  color: white;
}
.reports__date-picker {
  background: white;
  color: #575756;
  display: block;
  width: 350px;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid white;
  /*border-image: url("../img/formaPendeja.png");
  border-image-slice: 0 70 fill;
  border-image-repeat: stretch;*/
  padding: 15px 15px;
  /*border-radius: 0 0 30px 30px;*/
}
.reports__date-picker input {
  font: inherit;
  color: inherit;
  border: none;
  display: inline;
  width: 110px;
  letter-spacing: 2px;
  text-align: right;
}

nav {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  box-shadow: none !important;
  padding: 20px 0 10px 0 !important;
  flex-flow: row !important;
}

.mobile-header {
  align-items: flex-end;
  padding: 30px;
  width: -webkit-fill-available;
}
.mobile-header__date {
  text-align: left;
  font-size: 15px;
  color: #575756;
}
.mobile-header__logo {
  font-size: 20px;
  font-weight: bold;
  color: #575756;
  text-align: right;
}

.footer-text {
  width: -webkit-fill-available;
  padding: 0 30px 30px 30px;
  color: white;
  font-size: 13px;
  text-align: center;
}

/*# sourceMappingURL=css.css.map */
