a.Menu1 {
    cursor: pointer;
}

.login {
    background: url("/img/background-login.jpg");
    background-size: auto;
}

.btn-autorizar {
    background: #e29235 !important;
    color: #fff;
}

.btn-editar {
    background: #e28427 !important;
    color: #fff;
}

.btn-eliminar {
    background: #f99d41 !important;
    color: #fff;
}

.btn-pruebas {
    background: #f99d41 !important;
    color: #fff;
}

.btn-vista {
    background: #e29e60 !important;
    color: #fff;
}

.bg-primary {
    background: #444e8d !important;
}

#mainbody {
    background: white;
    width: 100%;
    display: flex !important;
}

#footer {
    background: white;
}

#v {
    width: 320px;
    height: 400px;
}

#qr-canvas {
    display: none;
}

#qrfile {
    width: 320px;
    height: 240px;
}

#mp1 {
    text-align: center;
    font-size: 35px;
}

#imghelp {
    position: relative;
    left: 0px;
    top: -160px;
    z-index: 100;
    font: 18px arial, sans-serif;
    background: #f0f0f0;
    margin-left: 35px;
    margin-right: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
}

.selector {
    margin: 0;
    padding: 0;
    cursor: pointer;
    margin-bottom: -5px;
}

#outdiv {
    width: 320px;
    height: 380px;
    border: 0;
    /* border-width: 3px 3px 3px 3px; */
}

#result {
    border: 0;
    border-width: 1px 1px 1px 1px;
    padding: 20px;
    width: 70%;
}
.row_bloque{
    background-color: #f1f1f1;
    padding:5px 5px 10px 5px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    margin: 5px;
    width: 100%;

}

.form-control_rep{
  width: 100%;
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/*
ul {
    margin-bottom: 0;
    margin-right: 40px;
}

li {
    display: inline;
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-weight: bold;
    border-right: 1px solid #333333;
}

li a {
    text-decoration: none;
    color: black;
}

#footer a {
    color: black;
}

.tsel {
    padding: 0;
}*/