/*este es el comienzo*/
.app-login {
    background-image: url(../Images/fondo.jpg);
    height:100vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.app-login .logo-fade-in {
    width:220px;
    margin-left: auto;
    margin-right: auto;
    animation: logoFadeIn ease 4s;
    -webkit-animation: logoFadeIn ease 4s;
    -moz-animation: logoFadeIn ease 4s;
    -o-animation: logoFadeIn ease 4s;
    -ms-animation: logoFadeIn ease 4s;
 }
 
 .contenedor {
    position: relative;
    min-height: 600px;
    width: auto;
}

.jumbotron {
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: inherit;
    background-color: #eee;
}

.condiciones{
    margin-top: 5px;
    width: 100%;
    height: 350px;
    overflow: auto;
}

.checkbox{
    font-size: large;
    color:#c1c1c1;
}

.texto-descarga{
    font-family: "Segoe UI",Arial,sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    color: rgb(136, 136, 142);
}
    
.texto-descarga .link-descarga{
    color: #0082B2;
}

 .error{
    margin-top: 12px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: rgb(255, 0, 0);
    line-height: 20px;
}

@media (min-width: 768px) {
    td{font-size: 14px;}
}



@keyframes logoFadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

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

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

@-o-keyframes logoFadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-ms-keyframes logoFadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

.show_delete{
  flex-basis: 30%;
  opacity: 1;
  transition: 3s; 
  transition: all .75s ease;
}
.hide_delete{
  transition: 3s; 
  transition: all .75s ease;
  opacity: 0;
  flex-basis: 0;
}

.backCred {
    background-image: url(http://www.empresasmartabid.cl/img/logomarta.png);
    background-size: contain;
    opacity:0.2;
    width: 90%;
    height: 90%;
    position: absolute;
}

.bgCredencial {
    background-color:#202124 !important;
}

.noValida {
    text-align: center;
    position: relative;
    top: 50%;
    color: whitesmoke;
}

.footer {
    margin-top: auto;
}


.v-dialog > .v-card > .v-card__text {
    padding: 0 2px 1px;
  }
  .monto input {
    text-align: right;
    font-size: 2.5rem;
    font-weight: 600;
  }
  
  .total input {
    text-align: right;
    font-size: 2.5rem;
    font-weight: 600;
  }

  .monto-destacado input {
    text-align: right;
    font-size: 2.5rem;
    font-weight: 600;
  }
  
  .monto label {
    font-size: 1.5rem;
    font-weight: 600;
    color: black !important;
  }

  .monto-destacado label {
    font-size: 1.5rem;
    font-weight: 600;
    color: black !important;
  }

  .monto-destacado.v-text-field--outlined fieldset {
    border-width: 2px;
    color: #43A047 !important;
  }

  .pay.v-card__title {
    font-size: 3rem !important;
    color: #248dad;
  }
  
  .pay {
    z-index: 1000;
  }
  
  .win {
    background: #c9e9fb !important;
    padding: 30px;
  }
  
  .exit-button {
    margin-top: 60px;
    background: #248dad !important;
  }
  
  .right-bar {
    padding: 15px 20px 0 15px;
  }
  
  .button-sale {
    padding-left: 10px;
  }
  
  .button-pay-method {
    padding-top: 40px;
  }
  
  .total-sale {
    background: #248dad !important;
    padding-left: 50px;
    font-size: 2em;
    font-weight: 500;
    text-align: right;
  }

.text-right input {
  text-align: right;
}

.fixed-toolbar {
  position: fixed;
  z-index: 4;
}

.bc-grey {
  background-color: #d3d3d3;
}

.button-file-upload__container {
  display: flex;
  flex-wrap: wrap;
  padding:5px;
}
.button-file-upload__btn{
  position: absolute;
  max-width: 15px;
  max-height: 15px;
  right: 0px;
  z-index: 1;
  padding: 10px;
}

.button-file-upload__div {
  display: flex;
  padding:5px;
  position: relative;
}

.button-file-upload__img{
  margin-left: 2px;
  border-radius: 5px;
}

.cmp-caja .row{
  margin: 0px;
}

.odd-row{
  background-color: #f7f7f7;
}

.kit-recurso {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 30vh;
}

.title-card {
  padding: 2px;
  font-size: 14px;
  margin-left: 5px;
}

.notificacion{
  background-color: rgba(0,0,0,0.6);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

[v-cloak] {
  display: none;
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0.7);
  flex-direction: column;
  color: gray;
}

.destacado fieldset{
  border-color: rgb(4 135 231);
  border-width: 2px;
}

.v-list{
  overflow-y:auto
}