html, body {
  background: #fefeff;
  width: 100%;
  height: 100vh;
  margin: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body {
  margin: 0;
  padding: 0;
  color: #fefeff;
  font-size: 13px;
  line-height: 22px;
}

#app {
  /*font-family: Avenir, Helvetica, Arial, sans-serif*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100vh;
}

.contenedor {
  width: 100%;
  min-height: 90vh;
  height: 100vh !important;
  background-color: #fefeff;
  position: relative;
}

#navbar a {
  display: inline-block;
  height: 100%;
}

.navlogo {
  background: #d6d4d4;
  text-align: left;
  height: 40px;
  top: 0;
  left: 0;
}

.logotipo {
  margin-left: 15px;
  padding: 5px;
  text-decoration: none;
}

.navbar {
  background: #717171;
  height: 50px;
  position: relative;
}

.sidebar {
  margin-top: 8px;
}

.contentlogin {
  width: 100%;
  min-height: 100vh;
  height: auto !important;
  position: fixed;
  background-image: url("../img/fondos/Back-Login2.svg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-color: #fefeff;
}

.contentfinish {
  width: 100%;
  min-height: 100vh;
  height: auto !important;
  position: fixed;
  background-image: url("../img/fondos/Congratulation.svg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-color: #fefeff;
}

.bienvenida {
  text-align: center;
  margin: 24px 0 50px 0;
}
.bienvenida img {
  width: 13%;
  margin: 0;
}
.bienvenida label {
  color: #717171;
  font-size: 2em;
  margin-bottom: 30px;
}
.bienvenida h2 {
  color: #717171;
  margin-top: 80px;
  margin-bottom: 50px;
}

.finish {
  text-align: center;
  margin: 24px 0 50px 0;
}
.finish img {
  width: 18%;
  margin: 0;
  margin-bottom: 3%;
}
.finish label {
  color: #717171;
  font-size: 2em;
}

.formulariologin {
  margin: auto;
  width: 30%;
  max-width: 40%;
  padding-left: 4%;
}
.formulariologin label {
  display: block;
  color: gray;
  font-size: 1.5em;
  margin-bottom: 0.3em;
  font-weight: bolder;
}
.formulariologin input {
  border-radius: 1em;
  background: #e4dddc;
  border-color: rgba(240, 234, 234, 0.2);
  width: 80%;
  padding: 0.3em 1em;
  display: block;
  font-size: 1.2em;
  margin-bottom: 0.2em;
  margin-left: 0.95em;
  outline: none;
  text-align: center;
}
.formulariologin input:focus {
  box-shadow: 0px 0px 5px #90908f inset;
  background: #e6d7d7ab;
}
.formulariologin input:visited {
  background: #e4dddc;
}

.boton {
  height: 50px;
  width: 150px;
  border: 5px solid #a8aca8;
  border-radius: 25px;
  float: right;
  background: #969696 !important;
  background: -moz-linear-gradient(top, #969696 0%, white 0%, #bfbfbf 43%, #6b6a6b 100%) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #969696), color-stop(0%, white), color-stop(43%, #bfbfbf), color-stop(100%, #6b6a6b)) !important;
  background: -webkit-linear-gradient(top, #969696 0%, white 0%, #bfbfbf 43%, #6b6a6b 100%) !important;
  background: -o-linear-gradient(top, #969696 0%, white 0%, #bfbfbf 43%, #6b6a6b 100%) !important;
  background: -ms-linear-gradient(top, #969696 0%, white 0%, #bfbfbf 43%, #6b6a6b 100%) !important;
  background: linear-gradient(to bottom, #969696 0%, white 0%, #bfbfbf 43%, #6b6a6b 100%) !important;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 5%;
  outline: none;
  box-sizing: border-box;
}
.boton:hover {
  box-shadow: 0px 0px 5px #ced3ca inset;
}

.botonLarge {
  height: auto;
  border: 5px solid #a8aca8;
  border-radius: 25px;
  float: right;
  background: #969696 !important;
  background: -moz-linear-gradient(top, #969696 0%, white 0%, #bfbfbf 43%, #6b6a6b 100%) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #969696), color-stop(0%, white), color-stop(43%, #bfbfbf), color-stop(100%, #6b6a6b)) !important;
  background: -webkit-linear-gradient(top, #969696 0%, white 0%, #bfbfbf 43%, #6b6a6b 100%) !important;
  background: -o-linear-gradient(top, #969696 0%, white 0%, #bfbfbf 43%, #6b6a6b 100%) !important;
  background: -ms-linear-gradient(top, #969696 0%, white 0%, #bfbfbf 43%, #6b6a6b 100%) !important;
  background: linear-gradient(to bottom, #969696 0%, white 0%, #bfbfbf 43%, #6b6a6b 100%) !important;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 5%;
  outline: none;
  box-sizing: border-box;
}
.botonLarge:hover {
  box-shadow: 0px 0px 5px #ced3ca inset;
}

.btnadd {
  height: auto;
  border: 2px #f29e13 solid;
  background: #f7b30b;
  padding: 5px 25px;
  box-sizing: border-box;
  color: #fafdf7d7;
  border-radius: 20px;
  outline: none;
}
.btnadd:hover {
  box-shadow: 5px 5px 5px #eee inset;
}

.title {
  color: orange;
  font-size: 1.25rem !important;
  font-weight: 500;
  letter-spacing: 0.0125em !important;
  margin-right: 12px;
}

.container {
  min-height: 100vh;
  height: auto !important;
  background-image: url("../img/fondos/Bf.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: fixed;
}

.containerwithoutback {
  background-image: none !important;
}

.base {
  position: relative;
  z-index: 1;
}

.titulo {
  width: 80%;
  height: 50px;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto 0 10% !important;
  background: #f7b30b;
  border: 8px #f29e13 solid;
  border-radius: 20px;
  color: white;
  text-align: center;
  font-size: 1.5em;
  justify-content: center;
  position: absolute;
  z-index: 3;
}

.datos {
  width: 80%;
  height: 80vh;
  background: #e4e1e1;
  margin: 0 auto 0 auto !important;
  border-radius: 20px;
  border: 10px #b1aeae solid;
  padding: 25px;
  box-sizing: border-box;
  overflow-y: auto;
  text-align: justify;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: grey;
}

.datos h3 {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.admintitulo {
  width: 35%;
  margin: 0 auto 0 32.5% !important;
}

.admindatos {
  width: 35%;
  height: 85vh !important;
}

.terminos {
  margin-top: 10px;
  font-size: 1em;
  font-weight: bolder;
}

.terminos input[type=checkbox] {
  transform: scale(1.7);
  margin-right: 10px;
}
.terminos input[type=checkbox]:hover {
  border: blue;
}

.formsa {
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto;
  color: #717171;
}
.formsa label {
  display: block;
  font-weight: bold;
}
.formsa input {
  background: #c7c3c7;
  border-radius: 13px;
  width: 90%;
  margin-bottom: 1.2em;
  padding: 5px;
  box-sizing: border-box;
  color: black;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
}
.formsa input:focus {
  background: #dbd3d3b0;
  box-shadow: 0 0 3px 0 #8b8986;
}

.escondido input[type=radio] {
  position: absolute;
  left: -1000rem;
}

.escondido input[type=radio] + label {
  margin-top: 15px;
  color: #ffb342;
  font-size: 2rem;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 0 5px 0 #ffb342;
  width: auto;
  display: inline-block;
}

.escondido input[type=radio]:checked + label {
  background: #ffb342;
  padding: 10px;
  border-radius: 5px;
  color: white;
}

.icondownload {
  color: green;
  background: white;
}

.textdownload {
  color: navy;
  margin-right: 8px;
}

.catalogo {
  height: auto;
  width: 60%;
  text-align: center;
  background: #e4e1e1;
  margin: 0 auto 0 auto !important;
  border-radius: 20px;
  border: 10px #b1aeae solid;
  padding: 15px;
  box-sizing: border-box;
  overflow-y: hidden;
  text-align: justify;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: grey;
}

.selector select {
  width: 220px;
  background: white;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 5px;
  font-size: 0.9rem;
  outline: none;
  border-color: red;
}

.catalogoTitle {
  width: 60% !important;
  margin: 0 auto 0 20% !important;
}

.catalogoList {
  padding-top: 5%;
}

.com input {
  margin-left: 0.5%;
  margin-bottom: 2%;
  background: #c7c3c7;
  border-radius: 13px;
  width: 35%;
  color: black;
  font-size: 0.85em;
  padding-top: 0.5%;
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom: 0.5%;
  outline: none;
  box-sizing: border-box;
}
.com input:focus {
  box-shadow: 0px 0px 5px rgba(58, 58, 59, 0.5) inset;
}
.com input + label {
  margin-left: 2%;
}
.com label + input[name=calle] {
  width: 80%;
}

.inputEnterprise label {
  display: inline-block;
  width: 22%;
  text-align: left;
  margin-left: 2%;
  font-size: 0.95em;
}
.inputEnterprise input, .inputEnterprise select {
  margin-left: 2.2%;
  background: #c7c3c7;
  border-radius: 13px;
  width: 65%;
  color: black;
  font-size: 0.85em;
  padding-top: 0.5%;
  padding-left: 2%;
  padding-right: 1%;
  padding-bottom: 0.5%;
  outline: none;
  box-sizing: border-box;
}
.inputEnterprise input:focus, .inputEnterprise select:focus {
  box-shadow: 0px 0px 5px rgba(58, 58, 59, 0.5) inset;
}
.inputEnterprise label + input[name=calle] {
  width: 73%;
}

.inputEnterpriseL label {
  display: inline-block;
  width: 35%;
  text-align: left;
  margin-left: 2%;
  font-size: 0.95em;
}
.inputEnterpriseL input, .inputEnterpriseL select {
  margin-left: 2.2%;
  background: #c7c3c7;
  border-radius: 13px;
  width: 50%;
  color: black;
  font-size: 0.85em;
  padding-top: 0.5%;
  padding-left: 2%;
  padding-right: 1%;
  padding-bottom: 0.5%;
  outline: none;
  box-sizing: border-box;
}
.inputEnterpriseL input:focus, .inputEnterpriseL select:focus {
  box-shadow: 0px 0px 5px rgba(58, 58, 59, 0.5) inset;
}
.inputEnterpriseL label + input[name=calle] {
  width: 73%;
}

.uploadfile {
  background: #c4c1c1;
  border-radius: 20px;
  margin-top: 20px;
  text-align: center;
}

.level {
  width: 100%;
  min-height: 100vh;
  height: auto !important;
  position: fixed;
  background-image: url("../img/fondos/level2.svg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-color: #fefeff;
}

.selectedRow {
  background-color: #f1eded;
  font-weight: bold;
}

.activado {
  height: 10px;
  width: 10px;
  color: green;
  border-radius: 50%;
  display: inline-block;
}

.pendiente {
  height: 10px;
  width: 10px;
  color: #e28f22;
  border-radius: 50%;
  display: inline-block;
}

.inactivo {
  height: 10px;
  width: 10px;
  color: #ce2433e5;
  border-radius: 50%;
  display: inline-block;
}

tbody tr:nth-of-type(even) {
  background-color: rgba(223, 223, 223, 0.945);
}

tbody tr:nth-of-type(odd) {
  background-color: white;
}

table th + th {
  border-left: 1px solid #c9c4c4;
}

table td + td {
  border-left: 1px solid #c9c4c4;
}

table thead {
  background: #f7b30b;
  border: 8px #f29e13 solid;
}

.theme--light.v-date-picker-table .v-date-picker-table--date__week, .theme--light.v-date-picker-table th + th {
  border: none !important;
}

.theme--light.v-date-picker-table .v-date-picker-table--date__week, .theme--light.v-date-picker-table td + td {
  border: none !important;
}

.selectGris select {
  background: #c7c3c7;
  border-radius: 13px;
  width: 90%;
  color: black;
  font-size: 0.85em;
  padding-top: 0.5%;
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 0.5%;
  outline: none;
  box-sizing: border-box;
}
.selectGris select:focus {
  box-shadow: 0px 0px 5px rgba(58, 58, 59, 0.5) inset;
}
.selectGris select option {
  border-radius: 13px;
}

.selectEdit {
  border: 1px solid #f29e13;
  background: #fefeff;
  color: #616160;
  outline: none;
  padding: 5px;
  box-sizing: border-box;
}
.selectEdit:focus {
  box-shadow: 0px 0px 5px #daa701 inset;
}

textarea {
  font-size: 0.3rem;
  border: 1px solid #c7c3c7 !important;
  background: #c7c3c7 !important;
  color: #272424 !important;
  outline: none;
  padding-left: 5px;
  max-height: 70px;
  min-height: 70px;
  min-width: 200px;
  max-width: 200px;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 5px;
}

.custom-file-upload {
  cursor: pointer;
  background-color: #f5980c;
  display: inline-block;
  border-radius: 5px;
  width: 900px;
  padding: 5px;
  color: beige;
}

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