.headerRegister{
    background: #F4FBFF;
    color: #FFF;
}

.headerUpdate{
    background: #cfdfe9;
    color: #FFF;
}

.headerNav {
  background-color: #f4fbff;
  border-radius: 8px;
}

.barnav {
    line-height: 3rem;
    margin-top: 0;
    height: 100%;
  }
  
  .barnav-titles {
    padding: 0.9375rem 1.875rem;
    transition: all 0.2s ease;
    border-radius: 10px;
  }
  
  .btn-activo{
    border: 1px solid #68B0AB;
    color: white;
    background-color: #68B0AB;
      border-radius: 10px;
      text-decoration: none;	
    padding-bottom: 7px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 7px;
  }

.btn-info {
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  color: #fff;
  background-color: #2D9CDB;
  border-color: #2D9CDB;
}


.btn-warning {
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  color: #fff;
  background-color: #f29d56;
  border-color: #f29d56;
}

.btn-grey {
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%) !important;
  color: #fff;
  background-color: #646981b5;
  border-color: #646981b5;
}

.headerNavDet {
  background-color: #f5f5f5;
  border-radius: 8px;
}




/* Button rwud */
.button-rwud
{
    overflow: visible;
}

.button-rwud .knobs
{
    perspective: 70px;
}

.button-rwud .knobs:after, .button-rwud  .knobs:before, .button-rwud .knobs span
{
    position: absolute;
    top: 4px;
    border-radius: 2px;
}

.button-rwud .knobs:after, .button-rwud  .knobs:before
{
    width: 20px;
    height: 10px;
    color: #4e4e4e;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
}

.button-rwud .knobs:before
{
    content: 'NO';
    left: 4px;
}

.button-rwud .knobs:after
{
    content: 'SI';
    right: 4px;
}

.button-rwud  .knobs span 
{
    right: 4px;
    width: 33px;
    height: 28px;
    background-color: #f44336;
    transform: rotateY(0);
    transform-origin: 0% 50%;
    transition: 0.6s ease all;
    z-index: 1;
}

.button-rwud  .checkbox:checked + .knobs span
{
    transform: rotateY(-180deg);
    background-color: #03a9f4;
}

.button-rwud .checkbox:checked ~ .layer
{
    background-color: #ebf7fc;
}
/* Button rwud end */

.toggle-button-cover
{
    display: table-cell;
    position: relative;
    width: 200px;
    height: 140px;
    box-sizing: border-box;
}

.button-cover
{
    height: 100px;
    margin: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px -8px #c5d6d6;
    border-radius: 4px;
}

.button-cover:before
{
    counter-increment: button-counter;
    content: counter(button-counter);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}

.button-cover, .knobs, .layer
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button
{
    position: relative;
    top: 50%;
    width: 74px;
    height: 36px;
    margin: -20px auto 0 auto;
    overflow: hidden;
}

.button.r, .button.r .layer
{
    border-radius: 100px;
}

.button.b2
{
    border-radius: 2px;
}

.checkbox
{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs
{
    z-index: 2;
}

.layer
{
    width: 100%;
    background-color: #fcebeb;
    transition: 0.3s ease all;
    z-index: 1;
}



.mark {
    background-color: #d7ffe7 !important
  }

  .mark .gsearch{
    font-size: 20px
  }

  .unmark {
    background-color: #e8e8e8 !important
  }

  .unmark .gsearch{
    font-size: 10px
  }
  
  .marktext
  {
   font-weight:bold;
   background-color: antiquewhite;
  }




.autocompletar{
    position: relative;
    display: inline-block;
}
strong{
    color: black;
}
#autocomplete{
    background-color: #eee;
    border: none;
    border-radius: 30px;
    font-size: 1.7em;
    padding: 10px 25px;
    outline: none;
    width: 500px;
}

.lista-autocompletar-items{
    color: #ccc;
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 20px;
    right: 0;
    width: 93%;
}
.lista-autocompletar-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4; 
}
.lista-autocompletar-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9; 
}
.autocompletar-active {
        /*when navigating through the items using the arrow keys:*/
    background-color: #79A8C2 !important; 
    color: #131a24; 
}
.autocompletar-active strong{
        /*when navigating through the items using the arrow keys:*/
    color: #ffffff; 
}

.accordion .card-header {
    cursor: pointer;
    background: #cfe4f1;
    border: 1px solid #EEEEEE;
}

.btn-secondary:hover {
    color: #27394f;
    background-color: #8b9ba6;
    border-color: #8b9ba6;
 }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(109, 122, 129, 0.5); 
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    background: #8b9ba6;
    color: #27394f;
    border-color: #8b9ba6; 
}

tr.group,
tr.group:hover {
    background-color: #e0e0e0 !important;
    color: rgb(72, 70, 70);
}



tr.subgroup,
tr.subgroup:hover {
    background-color: #f0f0f0 !important;
    color: rgb(61, 61, 61);
}


tr.subgroupt,
tr.subgroupt:hover {
    background-color: #bcade2 !important;
    color: #fff;
}


.Custom_Cancel > .sa-button-container > .cancel {
    background-color: #DD6B55;
    border-color: #DD6B55;
 }
 .Custom_Cancel > .sa-button-container > .cancel:hover {
    background-color: #DD6B55;
    border-color: #DD6B55;
 }

 .btn-pendiente{
    border: 1px solid #F05454;
    color: white;
    background-color: #F05454;
      border-radius: 10px;
      text-decoration: none;	
    padding-bottom: 7px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 7px;
  
  }
  
  .btn-pendiente:hover {
  color: white !important;
  text-decoration: none;
  }

  .grid-container1 {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 0px;
    
    padding: 0px;
  }
  
  .grid-container1 > div {
   
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 0px 0;
    
  }



  .btn-pendientev{
    border: 1px solid #f29d56;
    color: white;
    background-color: #f29d56;
      border-radius: 10px;
      text-decoration: none;	
    padding-bottom: 7px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 7px;
  
  }
  
  .btn-pendientev:hover {
  color: white !important;
  text-decoration: none;
  }

  .btn-pendienteinter{
    border: 1px solid #6a9cca;
    color: white;
    background-color: #6a9cca;
      border-radius: 10px;
      text-decoration: none;	
    padding-bottom: 7px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 7px;
  
  }
  
  .btn-pendienteinter:hover {
  color: white !important;
  text-decoration: none;
  }

  .text-primaryModal {
    color: #08519e !important;
}



.prevPhoto {
  display: flex;
  justify-content: space-between;
  width: 300px;
  height: 200px;
  border: 1px solid #CCC;
  position: relative;
  cursor: pointer;
  background: url(../images/uploads/reciboLogo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: auto;
}
.prevPhoto label{
cursor: pointer;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2;
}
.prevPhoto img{
width: 100%;
height: 100%;
}
.upimg, .notBlock{
display: none !important;
}
.errorArchivo{
font-size: 16px;
font-family: arial;
color: #cc0000;
text-align: center;
font-weight: bold; 
margin-top: 10px;
}
.delPhoto{
color: #FFF;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
width: 25px;
height: 25px;
background: red;
position: absolute;
right: -10px;
top: -10px;
z-index: 10;
}
#tbl_list_productos img{
width: 50px;
}
.imgProductoDelete{
width: 175px;
}

/***/


.prevPhotoA {
  display: flex;
  justify-content: space-between;
  width: 300px;
  height: 200px;
  border: 1px solid #CCC;
  position: relative;
  cursor: pointer;
  background: url(../images/uploads/reciboLogo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: auto;
}
.prevPhotoA label{
cursor: pointer;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2;
}
.prevPhotoA img{
width: 100%;
height: 100%;
}
.upimgA, .notBlockA{
display: none !important;
}
.errorArchivoA{
font-size: 16px;
font-family: arial;
color: #cc0000;
text-align: center;
font-weight: bold; 
margin-top: 10px;
}
.delPhotoA{
color: #FFF;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
width: 25px;
height: 25px;
background: red;
position: absolute;
right: -10px;
top: -10px;
z-index: 10;
}
#tbl_list_productosA img{
width: 50px;
}
.imgProductoDeleteA{
width: 175px;
}


.grid-containerBtnDet {
  display: grid;
  grid-template-columns: 30px 30px;
  grid-gap: 4px;
  
  padding: 0px;
}

.grid-containerBtnDet > div {
 
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 0px 0;
  
}


.contenedor-flexbox {
  display: flex; /*Convertimos al menú en flexbox*/
  justify-content: space-between; /*Con esto le indicamos que margine todos los items que se encuentra adentro hacia la derecha e izquierda*/
  align-items: center; /*con esto alineamos de manera vertical*/
}