/* Estilos cards */
.card.card-shadow {
    box-shadow: 0 0 36px #d8dde5;
    opacity: 1;
}
.card.card-rounded {
    border-radius: 10px;
}
/* Estilos Checkbox Productos tienda */
input[type=checkbox].chkhidd{
    display:none;
}
input.input_utili[type=text] {
                                            width: 30px; 
                                            background-color: transparent;
                                            text-align: left;
                                            font-size: 11px;
                                            font-weight: 800;
                                            border:0px;
                                            color: #ffffff;
                                          }
                                          input.input_porciento[type=text] {
                                            width: 30px; 
                                            background-color: transparent;
                                            text-align: right;
                                            font-size: 11px;
                                            font-weight: 800;
                                            border:0px;
                                            color: #ffffff;
                                          }
                                          input.input_preciocompra[type=number] {
                                            width: 110px; 
                                            background-color: transparent;
                                            text-align: center;
                                            font-size: 30px;
                                            font-weight: 700;
                                            border-left:0px;
                                            border-right:0px;
                                            border-top:0px;
                                            border-bottom: 2px solid #525252; 
                                          }
                                          input.input_preciounidad[type=number] {
                                            width: 110px; 
                                            background-color: transparent;
                                            text-align: left;
                                            font-size: 30px;
                                            font-weight: 500;
                                            border-left:0px;
                                            border-right:0px;
                                            border-top:0px;
                                            border-bottom: 2px solid #525252; 
                                          }
.product-box{
    width: 280px;
    height: 90px;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #c7c7c7;
    padding: 10px;
    margin-bottom: 0px;
}

.product-box2{
    width: 270px;
    height: 80px;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #c7c7c7;
    padding: 10px;
    margin-bottom: 0px;
}

.CheckBtnProduct .styleLabel{
    position:relative;
    text-align: center;
}
.CheckBtnProduct input[type=checkbox]:checked + .styleLabel:before{
    content: "\f00c";
    background-color: #1bda80;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #1bda80;
    position: absolute;
    top: -5px;
    right: -5px;
    padding: 6px;
    line-height: 1;
    width: 24px;
    height: 24px;
    font-size: 11px;
    font-family: 'FontAwesome';
    z-index: 1;
}
.CheckBtnProduct input[type=checkbox]:checked + label .product-box {
    border: solid 1px #1bda80;
    background-color: #f6fbff;
}

.CheckBtnProduct input[type=checkbox]:checked + label .product-box2 {
    border: solid 1px #1bda80;
    background-color: #f6fbff;
}

.producto-check {
    display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
}
.producto-precio {
    display: inline-block;
    vertical-align: middle;
}
.producto-img {
    display: table-cell;
    vertical-align: middle;
}
.producto-img img {
    width: 50px;
}
.producto-img span {
    display: block;
    font-weight: 700;
    font-size: 15px;
}
.producto-img small {
    font-weight: 500;
}
.producto-text {
    display: table-cell;
    font-size: 15px;
    padding-left: 25px;
    vertical-align: middle;
}

.producto-text .price b input{ 
    width: 70px;
    font-weight: 600;
    font-size: 22px;
    color: #6d6d6d;
    outline: 0;
    border-width: 0 0 0px;
    border-color: #ccc;
    text-align: center;
    background-color: transparent;
}

.producto-text .price2 b input{ 
    width: 70px;
    font-weight: 600;
    font-size: 17px;
    color: #6d6d6d;
    outline: 0;
    border-width: 0 0 0px;
    border-color: #ccc;
    text-align: center;
    background-color: transparent;
}

.producto-text .price b{ font-weight: 600; color: #6d6d6d; }
.producto-text .price del{ font-weight: 300; }
.producto-text .price small{ font-weight: 300; font-size: 10px; }

.title-1 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #525252;
    text-decoration: none;
    font-weight: 300;
    font-size: .9rem;
}

.title-1  b {
    font-weight: 800;
}
.no-margin{
    white-space: nowrap;
}

/* Estilos RadioBtn Metodos de pago */
input[type=radio]{
    display:none;
    }

    .imageBox{
        width: 130px;
        height: 80px;
        border-radius: 6px;
        background-color: #f2f4f6;
        border: 1px solid #c7c7c7;
    }
    .RadioBtnPayment .styleLabel{
        position:relative;
        text-align: center;
    }

    .method{
        overflow: auto;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .RadioBtnPayment input[type=radio]:checked + .styleLabel:before{
        content: "\f00c";
        background-color: #249af3;
        color: #fff;
        border-radius: 50%;
        border: 1px solid #249af3;
        position: absolute;
        top: -12px;
        padding: 6px;
        line-height: 1;
        right: -3px;
        width: 24px;
        height: 24px;
        font-size: 11px;
        font-family: 'FontAwesome';
    }
    .RadioBtnPayment input[type=radio]:checked + label .imageBox {
        border: solid 1px #249af3;
        background-color: #f6fbff;
    }
    .metodo-textarea{
        width: 100%;
        padding: 5px 10px;
        border: solid 1px #c7c7c7;
    }

/* Estilos Buscador */
.active-cyan-2 input.form-control[type=text]{
    border-radius: 50px;
    
}
.active-cyan-2 input.form-control[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid #4dd0e1;
    box-shadow: 0 1px 0 0 #4dd0e1;
}
.active-cyan .fa, .active-cyan-2 .fa {
    color: #4dd0e1;
}

.form-control:focus { box-shadow: none; }
input.form-control[type=search] { color: #4e4e4e; font-size: 20px; font-weight: 800; background-color: transparent;}        
/* Edge */
input.form-control[type=search]::-webkit-input-placeholder {color: #b2b2b2; font-size: 20px; font-weight: 800; background-color: transparent;}
/* Internet Explorer 10-11 */
input.form-control[type=search]:-ms-input-placeholder { color: #b2b2b2; font-size: 20px; font-weight: 800; background-color: transparent;}
input.form-control[type=search]::placeholder { color: #b2b2b2; font-size: 20px; font-weight: 800; background-color: transparent;}
.text-grey { color: #666666; }
.text-grey1 { 
    color: rgb(77, 77, 77); 
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase; 
}
/* Estilos tabla lista de precios */
/* Estilos tabla lista de precios */
input.input_precio[type=number] {
  width: 70px; 
  color: #4e4e4e;
  background-color: transparent;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  border-left:0px;
  border-right:0px;
  border-top:0px;
  border-bottom: 2px solid #525252; 
}
input.input_preciot[type=text] {
  width: 70px; 
  color: #4e4e4e;
  background-color: transparent;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  border-left:0px;
  border-right:0px;
  border-top:0px;
  border-bottom: 2px solid #525252; 
}
input.input_utilidad[type=text] {
  width: 70px; 
  background-color: transparent;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  border:0px;
  pointer-events:none;
}
input.input_monto[type=text] {
  width: 70px; 
  background-color: transparent;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  border:0px;
}
input.input_total[type=text] {
  width: 110px; 
  background-color: transparent;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  border:0px;
}
input.input_sumtotal[type=text] {
  width: 50%; 
  background-color: transparent;
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  border:0px;
}
input.input_porcentaje[type=text] {
  width: 70px; 
  background-color: transparent;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  border:0px;
}
input.input_compra[type=number] {
  width: 80px; 
  color: #4e4e4e;
  background-color: transparent;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  border-left:0px;
  border-right:0px;
  border-top:0px;
  border-bottom: 2px solid #525252; 
}
.u_up{
  color: #28a745;
}
.u_down{
  color: #dc3545;
}

/* Estilos tablero CRUD productos - Categorias */
/* Board info bar */

.board-info-bar {
    flex-basis: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.8rem 0;
    padding: 0 1rem;
    color: #f6f6f6;
}

.board-controls {
    display: flex;
}

.board-controls .btn {
    margin-right: 1rem;
}

.board-controls .btn:last-of-type {
    margin-right: 0;
}

.board-info-bar .btn {
    font-size: 1.4rem;
    font-weight: 400;
    transition: background-color 150ms;
    padding: 0 0.6rem;
    border-radius: 0.3rem;
    height: 3rem;
}

.board-info-bar .btn:hover {
    background-color: #006aa8;
}

.private-btn-icon,
.menu-btn-icon {
    padding-right: 0.6rem;
    white-space: nowrap;
    text-decoration: none;
}

.board-title h2 {
    font-size: 1.8rem;
    font-weight: 700;
    white-space: nowrap;
}

/* Lists */

.lists-container::-webkit-scrollbar {
    height: 2.4rem;
}

.lists-container::-webkit-scrollbar-thumb {
    background-color: #66a3c7;
    border: 0.8rem solid #0079bf;
    border-top-width: 0;
}

.lists-container {
    display: flex;
    align-items: start;
    padding: 0.8rem 0.8rem 0.8rem;
    overflow-x: auto;
    height: calc(100vh - 1.6rem);
}

.list {
    flex: 0 0 17rem;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    /*background-color: #2e2e2ec0;*/
    max-height: calc(100vh - 3rem);
    border-radius: 10px;
    margin-right: 15px;
    box-shadow: 0 0 20px #d8dde5;
    
}

.list:last-of-type {
    margin-right: 0;
}

.list-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: rgb(75, 75, 75);
    padding: 1rem;
}

.list-items {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-content: start;
    padding: 0 0.6rem 0.5rem;
    overflow-y: auto;
}

.list-items::-webkit-scrollbar {
    width: 1.6rem;
}

.list-items::-webkit-scrollbar-thumb {
    background-color: #c4c9cc;
    border-right: 0.6rem solid #e2e4e6;
}

.list-items li {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.3;
    background-color: #fff;
    padding: 0.2rem 0.6rem;
    color: #4d4d4d;
    /*border-bottom: 0.1rem solid #ccc;
    border-radius: 0.3rem;*/
    margin-bottom: 0.6rem;
    word-wrap: break-word;
    cursor: pointer;
}

.list-items li:last-of-type {
    margin-bottom: 0;
}

/*
.list-items li:hover {
    background-color: #eee;
}
*/

.add-card-btn {
    display: block;
    font-size: 1.1rem;
    font-weight: 400;
    background-color: #cdd2d4;
    color: #4d4d4d;
    padding: .5rem;
    text-align: left;
    cursor: pointer;
}

.add-card-btn:hover {
    background-color: #d2e9d2;
    color: #4d4d4d;
    text-decoration: underline;
}

.add-list-btn {
    flex: 0 0 19rem;
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
    padding: 1rem;
    border-radius: 0.3rem;
    cursor: pointer;
    transition: background-color 150ms;
    text-align: left;
    margin-left: 15px;
}

.add-list-btn:hover {
    background-color: #d2e9d2;
    color: #4d4d4d;
}

.add-card-btn::after,
.add-list-btn::after {
    content: '.';
}


/* ===================== COLORPICKER SIZE ===================== */
.colorpicker-2x .colorpicker-saturation {
    width: 200px;
    height: 200px;
}

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
    width: 30px;
    height: 200px;
}

.colorpicker-2x .colorpicker-color,
.colorpicker-2x .colorpicker-color div {
    height: 30px;
}
/* ===================== FILE UPLOAD ===================== */
.file-area {
width: 100%;
position: relative;
padding: 0px;
}
.file-area input[type=file] {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
cursor: pointer;
}
.file-area .icon {
opacity:0.3;
pointer-events: none;
}
.file-area:hover .icon {
opacity:0.5;
pointer-events: none;
}
.file-area .file-dummy {
width: 100%;
padding: 30px;
background: rgba(255, 255, 255, 0.2);
border: 1.5px dashed #ccc;
border-radius: 2px;
text-align: center;
font-size: 15px;
transition: background 0.3s ease-in-out;
}
.file-area .file-dummy .success {
display: none;
}
.file-area:hover .file-dummy {
background: rgba(220, 220, 220, 0.2);
}
.file-area input[type=file]:valid + .file-dummy {
border-color: rgba(0, 255, 0, 0.4);
background-color: rgba(0, 255, 0, 0.1);
}
.file-area input[type=file]:valid + .file-dummy .success {
display: inline-block;
}
.file-area input[type=file]:valid + .file-dummy .default {
display: none;
}

/* Estilos para scroll minitickets */
  .card-ticket {
    margin: 10px 10px;
    transition: .6s ease;
  }

  .card-ticket:hover {
    transform: scale(1.05);
  }

  .card-block {
    padding: 10px;
  }

  .scrollcards {
    overflow: auto;
    white-space: nowrap;
  }

  ::-webkit-scrollbar {
      width: 0px;
      height: 0px;
      background: transparent;
  }

  div.scrollcards .card-ticket {
      display: inline-block;
      
      text-decoration: none;
      height: auto; 
      width: auto;
  }

/* Estilos para miniticket */
  .ticket-system {
    max-width: 230px;
  }
  .ticket-system .receipts-wrapper {
    overflow: hidden;                            
    padding: 10px;
    
  }
  .ticket-system .receipt {
    padding: 10px 20px;
    text-align: left;
    min-height: 200px;
    width: 100%;
    border-radius: 10px 10px 20px 20px;
  }

  .ticket-system .receipt.shadownticket {
    box-shadow: 1px 3px 8px 3px #d8dde5;
    background-color: #fff;
  }

  .ticket-system .receipt.dashedticket {
    color: rgb(122, 122, 122);
    
    border: dashed 2px;
    border-color: #a1a1a1;
    border-radius: 10px 10px 20px 20px;
  }

  .ticket-system .receipt .airliner-logo {
    max-width: 80px;
  }
  .ticket-system .receipt .route {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
  }
  .ticket-system .receipt .route .plane-icon {
    width: 30px;
    height: 30px;
    transform: rotate(90deg);
  }
  .ticket-system .receipt .route h2 {
    font-weight: 300;
    font-size: 1.8em;
    margin: 0;
  }
  .ticket-system .receipt .details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ticket-system .receipt .details .item {
    display: flex;
    flex-direction: column;
    min-width: 70px;
  }
  .ticket-system .receipt .details h3 {
    font-size: 1.3em;
    font-weight: 500;
    text-align: center;
  }
  .ticket-system .receipt span.folio {
    font-size: .8em;
    color: rgba(28, 28, 28, 0.7);
    font-weight: 500;
  }
  .ticket-system .receipt .details .item span {
    font-size: .8em;
    color: rgba(28, 28, 28, 0.7);
    font-weight: 500;
  }
  .ticket-system .receipt .details .item h4 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1.1em;
    font-weight: 500;
  }
  .ticket-system .receipt.qr-code {
    /*height: 110px;*/
    min-height: unset;
    position: relative;
    border-radius: 20px 20px 10px 10px;
    display: flex;
    align-items: center;
  }
  .ticket-system .receipt.qr-code::before {
    content: '';
    background: linear-gradient(to right, #fff 50%, #4d4d4d 50%);
    background-size: 22px 4px, 100% 4px;
    height: 1px;
    width: 80%;
    display: block;
    left: 0;
    right: 0;
    top: -1px;
    position: absolute;
    margin: auto;
  }
  .ticket-system .receipt.qr-code .qr {
    width: 30%;
    height: 70px;
  }
  .ticket-system .receipt.qr-code .qr img {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 10px 0px;
  }
  .ticket-system .receipt.qr-code .description {
    margin-left: 10px;
    width: 70%;
  }
  .ticket-system .receipt.qr-code .description h2 {
    margin: 0 0 5px 0;
    font-weight: 500;
    font-size: 1.2rem;
  }
  .ticket-system .receipt.qr-code .description p {
    margin: 0;
    font-weight: 400;
  }

  @keyframes print {
    0% {
      transform: translateY(-510px);
    }
    35% {
      transform: translateY(-395px);
    }
    70% {
      transform: translateY(-140px);
    }
    100% {
      transform: translateY(0);
    }
  }

  .mr-1{
    margin-right: 4px;
  }
  .btn-shop{
    background-color: #dbffef;
    color: #00a65a;
    border: 0px solid;
    transition: .6s ease;
  }
  .btn-shop:hover{
    background-color: #60d6a1;
    color: #f8fffc;
    border: 0px solid;
  }
  .btn-show{
    background-color: #fffbdb;
    color: #a67a00;
    border: 0px solid;
    transition: .6s ease;
  }
  .btn-show:hover{
    background-color: #f5b94b;
    color: #fffdf8;
    border: 0px solid;
  }

/* Estilos LOGIN */

.login,
.image {
min-height: 100vh;
}

.bg-image {
    border-radius: 35px 0px 0px 35px;
    background-image: url('../../public/img/11.jpg');
    background-size: cover;
    background-position: center center;        
}

.text-reset {
    color: #080808;
    text-decoration: underline;
    display: inline-block;
}

.bg-product{
    border-radius: 35px 0px 0px 35px;
    position: relative;
}
.product-img{
    width: 100%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@media (max-width: 767px) {
    .bg-product .product-img{
        display: none;
    }
}

/* Estilos RadioBtn tipo usuario */
input[type=radio]{
  display:none;
}

.userBox{
    height: 100%;
    width: 100%;
    max-width: 162px;
    /*border: 2px solid #bdbdbd; */
    
    color: #666666;
    border-radius: 4px;
    background-color: #f2f4f6;
    border: 2px solid #c7c7c7;
    padding: 10px 30px;
    cursor: pointer;
    
}
.RadioBtnUser .styleLabel{
    position:relative;
    text-align: center;
}

.method{
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.RadioBtnUser input[type=radio]:checked + .styleLabel:before{
    content: "\f00c";
    background-color: #249af3;
    background-color: #eeeeee;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #249af3;
    position: absolute;
    top: -12px;
    padding: 6px;
    line-height: 1;
    right: -3px;
    width: 24px;
    height: 24px;
    font-size: 11px;
    font-family: 'FontAwesome';
}
.RadioBtnUser input[type=radio]:checked + label .userBox {
    border: solid 2px #249af3;
    background-color: #f6fbff;
}
.metodo-textarea{
    width: 100%;
    padding: 5px 10px;
    border: solid 1px #c7c7c7;
}
.offer-title {
    font-weight: 600;
    font-size: 20px;
}
.offer-text{
    font-weight: 300;
    font-size: 12px;
}
.userBox#productTangible:before {
    content: url("");
}

/* Estilos toggle Checkbox */
.switch {
  display:inline-block;
  transition: all 0.1s ease;
  height: 100%;
  position: relative;
  background-color: #e4e4e4;
  width: 50%;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
}

.switch-label{
  direction: rtl;
  position: relative;
  z-index: 2;
  float: left;
  width: 50%;
  height:100%;
  padding:0.1rem 0px;
  font-size: 16px;
  color:rgba(0, 0, 0, 0.6);;
  text-align: center;
  cursor: pointer;
  margin: 0px;
}

.switch-input {
  display: none;
}

.switch-input:checked + .switch-label {
  color: #fff;
  width: 50%;
}

.switch-input:checked + .switch-label-on ~ .slider2 {
  left: 50%;
  border-radius: 10px;
}

.switch-label-on{
  border-radius: 10px;
}

.switch-label-off,.switch-input:checked + .switch-label-off ~ .slider2{
  border-radius: 10px;
}

.switch-input:checked + .switch-label svg path{
  fill: #ffffff;
}

.swith-row{
  height: 25px;
  direction: ltr;
  width: 100%;
}

.slider2{
  display: block;
  position: absolute;
  z-index: 1;
  color: #ffffff;
  top: 0%;
  left: 0%;
  width: 50%;
  height: 100%;
  background: #4dbe49;
  -webkit-transition:  500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -moz-transition: 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -ms-transition: 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: 500ms cubic-bezier(0.75, 0.820, 0.165, 1.000);
  transition: 500ms cubic-bezier(0.75, 0.820, 0.165, 1.000);
}


.slide-right {
  -webkit-animation: slide-right 0.5s infinite alternate-reverse both;
  animation: slide-right 0.5s infinite alternate-reverse both;
}

@-webkit-keyframes slide-right {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  100% {
      -webkit-transform: translateX(20px);
      transform: translateX(20px);
  }
}
@keyframes slide-right {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  100% {
      -webkit-transform: translateX(20px);
      transform: translateX(20px);
  }
}

/* TABLAS DIVS */
.container { width: 100%; margin: auto; background-color: #fff;}
.form-container { width: 100%; margin-top: 25px}
.table { width: 100%; display: table; font-size: 1rem; text-align: center;}
.table .input-field { float: none; padding: 0 5px; height: 30px; font-size: 14px;}
.table-row { display: table-row; background: #ffffff;}
.table-row:nth-of-type(odd) { background: #e9e9e9;}
.table-row.header { font-weight: 900; color: #212529; background: #ffffff;}
.cell { padding: 8px 12px; display: table-cell;  border-bottom: 2px solid #dee2e6;}

/* RADIOBUTTON TOGLE */
div.ck input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  display: none;
}

div.ck label {
  cursor: pointer;
  text-indent: -9999px;
  width: 60px;
  height: 30px;
  background: grey;
  display: block;
  border-radius: 30px;
  position: relative;
}

div.ck label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 24px;
  transition: 0.3s;
}

div.ck input:checked + label {
  background: #59da55;
}

div.ck input:checked + label:after {
  left: calc(100% - 3px);
  transform: translateX(-100%);
}

div.ck label:active:after {
  width: 35px;
}

/* TABLA */
.bg-outline-primary{
  border: 1px solid #007bff; color: #007bff !important;
}
.bg-outline-danger{
  border: 1px solid #dc3545; color: #dc3545 !important;
}
.bg-outline-warning{
  border: 1px solid #ffc107; color: #ffc107 !important;
}
.bg-outline-success{
  border: 1px solid #28a745; color: #28a745 !important;
}
.bg-category{
  background-color: #f7f7f7  !important;
}
.bg-compra{
  background-color: #2c5ca4;
  color: #fff;
  border-color: #2c5ca4;
  box-shadow: none;
}
.bg-compra:hover{
  background-color: #2d66bb;
  color: #fff;
  border-color: #2d66bb;
  box-shadow: none;
}

.xas{ background-color: #000000; color: #ffffff; border-radius: 8px; border-left: 3px solid #ffffff; }

.input-vx{
  font-weight: bold;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: solid 2px #000000;
  width: 100px;
  text-align: center;
  font-size: 20px;
}
.input-c{
  font-weight: bold;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: solid 2px #000000;
  width: 60px;
  text-align: center;
  font-size: 20px;
}

.tx-comentarios{
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 2px solid #353535;
}

.select-line{
  border-top: 0px; border-left: 0px; border-right:0px; border-bottom: 2px solid #000000; font-size: 1rem; box-shadow: none;
}

/* Modal CSS */

.modalDialog{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  z-index: 99998;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  overflow: scroll;
}

.modalDialog:target{ opacity:1; pointer-events: auto; }

.modalDialog > div {
  width: 900px;
  position: relative;
  margin: 1.75rem auto;
  padding: 5px 20px 13px 20px;
  border-radius: 0.3rem;
  border: 1px solid rgba(0,0,0,.2);
  background: white;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.5);
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
}

@media (max-width: 900px) {
  .modalDialog > div {
    width: 700px;
  }
}

@media (max-width: 767px) {
  .modalDialog > div {
    width: 450px;
  }
}

#fondo{ width: 100%; position: fixed; height: 100%;}

/* Radio Proveedor */

.inputGroup {
  background-color: #ffffff;
  border: 1px solid #b1b1b1;
  border-radius: 0.5rem;
  display: block;
  margin: 10px 0;
  position: relative;
}
.inputGroup label {
  padding: 12px 30px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  overflow: hidden;
  margin-bottom: 0px;
  border-radius: 0.5rem;
}
.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background-color: #f4fff4;
  color: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
          transform: translate(-50%, -50%) scale3d(1, 1, 1);
  -webkit-transition: all 700ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 700ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: '';
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
  color: #000000;
  border: 1px solid #0d972d;
}
.inputGroup input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.inputGroup input:checked ~ label:after {
  background-color: #28a745;
  border-color: #0d972d;
}
.inputGroup input {
  width: 32px;
  height: 32px;
  -webkit-box-ordinal-group: 2;
          order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}