﻿.css_flex{
    display:flex !important;
    align-items:center;
    justify-content:center
}
input[type="search"] {
    width: 95% !important;
    padding: 8px 12px !important;
    font-size: 14px !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    outline: none !important;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1) !important;
    transition: border-color 0.3s, box-shadow 0.3s !important;
    position: relative !important;
    right: 15px !important;
}

    input[type="search"]:focus {
        border-color: white !important;
        box-shadow: 0 0 5px rgba(76, 175, 80, 0.4) !important;
    }
.dropdown-content{
    top:0px !important;
}
td {
    font-family: monospace !important;
    border: 1px solid gainsboro;
}
body {
    min-height: 100vh;
    height: 100vh;
    color: #222;
    /*font-family: 'Bangers';*/
    
}
  .waChat {
    background: url(https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png);
    width: 100%;
    height: 350px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
.display_flex {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
}
.waSend {
    cursor: pointer;
}
.btn{
        border-radius: 2px;
}
.swal2-popup .select-wrapper {
    display: none !important;
}
.swal2-styled.swal2-confirm{
    color: white !important;
}
    .swal2-styled.swal2-confirm:hover {
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important;
    }

.doc_inexistente{
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
.i_exclame{
    font-size: 30px;
    margin: 20px;
    color: #F44336 !important;
}
.i_check{
    font-size: 30px;
    margin: 20px;
    color: #4CAF50 !important;
}
progress {
  border-radius: 0px; 
  width: 100%;
  height: 22px;
  margin-left: 0;
  box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.2 );
}
progress::-webkit-progress-bar {
  background-color: white;
  border-radius: 0px;
}
progress::-webkit-progress-value {
  background-color: #000;
  border-radius: 0px;
}
progress::-moz-progress-bar {
  /* style rules */
}
.dataTables_wrapper .dataTables_filter {
/*    float: right;
    text-align: left;
    width: 100%;
    padding: 0px;*/
}
.tarjetaUsuario{
    border: 1px solid;
    min-width: 225px;
    margin: 5px;
    padding-left: 10px;
    position: fixed;
    left: 5px;
    top: 2px;
    z-index: 1;
    background: #d9d9d9;
    border-radius: 5px;
    cursor:pointer;
}
.lbl_nombre{
    font-size:30px;
}
.step-title{
        border-radius: 50px;
        position: relative;
        z-index: -10;
}
.cat_mes_año{
    display: flex;
    justify-content: space-between;
}
.cat_mes_año label{
    position: relative;
    top: -65px;
}




.docs_sin_firmar_template{
    position:relative;
    top:70px;
}
.docs_firmados_template{
    position:relative;
    top:70px;

}
.access_recovery{
position: relative;
    color: black;
    bottom: 10px;
}
.access_recovery:hover{
        text-decoration: underline;
}
.png_content{
    max-width:1200px;
        height:auto;
    overflow:auto;

}
/*
.pen_sign{
    width: 25px;
    height: 25px;
    background: url(../img/pen_sign.png);
    background-size: contain;
    filter: invert(1);
    position: absolute;
    top: 12px;
    right: -10px;
}
 fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v55/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
h1{
 text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.may, .mayus, .upper{
    text-transform:uppercase;
}
.breadcrumb{
     text-transform:uppercase;
}

 .input-field > label {
  text-transform:uppercase;
        }

p {
    color: #222;
}

.encabezado {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}

.titulo {
    text-transform: uppercase;
    font-weight: bold;
}

th {
    text-transform: uppercase;
    font-size: 13px;
}



.form-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-card {
    display: inline-block;
    width: 550px;
    max-width: 100%;
    padding: 32px 48px 0px 48px;
    border: 1px solid #EEE;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);

}

table {
    font-size: 12px;
}

th, td {
    padding: 5px 5px;
}

ul.stepper.horizontal {
    min-height: 900px;
}

.btn:focus, .btn-large:focus, .btn-small:focus, .btn-floating:focus {
    background-color: #bfa8d4;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mt0 {
    margin-top: 0px;
}

.pb0 {
    padding-bottom: 0px;
}

.pt0 {
    padding-top: 0px;
}

#toast-container {
    top: auto !important;
    right: auto !important;
    bottom: 10%;
    left: 7%;
}

#slap-modal-loading {
    width: 27%;
}


.btn-focus:focus, .btn-focus:active {
    border: solid 3px red;
}

@media only screen and (min-width: 993px) {
    ul.stepper.horizontal .step .step-title {
        padding: 0 10px 0 55px;
    }
}

/*@media only screen and (max-width: 993px) {
    .logout{
        font-size:40px;
    }
}*/


.tabs .tab a:hover, .tabs .tab a.active {
    background-color: transparent;
    color: #03A9F4;
}
.tabs .indicator {
    background-color: #03A9F4;
}
.tabs .tab a {
    color: rgba(3,169,244,0.7);
}
.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: rgba(3,169,244,0.2);
    outline: none;
}
a:focus.active {
    background-color: rgba(3,169,244,0.2);
    outline: none;
}

.dropdown-content li {
    text-transform: uppercase;
}


.row-articulo-discontinuo, .row-amarillo{
    background-color:#FFEB3B;
}


table {
  font-size: 14px;
}
tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color:black
}
table.striped tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 601px) {

    .logout-icon {
        display: none;
    }
}
td:nth-child(6){
    min-width:120px
}
th:nth-child(6){
    min-width:120px
}
.dataTables_wrapper .dataTables_filter {
 /*   position: relative;
    text-align: left;
    width: 100%;
    padding: 0px;
    left: -8px;
    float: none;*/
}

@media screen and (max-width: 400px) {
    #nav_empleado_con_varias_empresas {
        display: none;
    }
}
@media screen and (max-width: 999px) {
    .logout {
        display: none;
    }
}
@media screen and (max-width: 395px) {
    .logout {
        display: none;
    }
}
@media screen and (max-width: 601px) {
        .contender_carrito{
            display:none;
        }
        contender{
            min-height:53vh;
        }
/*        .btn_menu_mobile {
            display:block !important;
        }*/

    /*        .phone {
            display:block !important;
        }

        .btn_menu_desktop {
            position:absolute;
            right:15px;
            display:none;
        }
    */
    .owl-carousel{
    width: 100% !important;
    margin:10px auto;
    padding:10px;      

    }

/*    .phone_table{
    display:none
    }*/
        .center_cestas{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;

    }

        .png_content{
    margin: 20px 10px;  
        height: auto;
        overflow: auto;
    }
    td{
        text-align:center;
    }
    .combos_empleados{
        display:flex;
        flex-direction: column;
        width: 100%;
    }
  .recibos td{
      font-size:12px;
  }
  .recibos input{
      font-size:11px;
  }

  table.striped {
    word-wrap: break-word;
  }
  table.striped thead {
    display: none;
  }
  table.striped td {
    display: block;
    float: left; /* ie9 and under hack */
    width: 100%;
    clear: both;
    background: white;
    padding: 10px 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  }
  table.striped tbody,
  table.striped tr {
    display: block;
  }
  .striped td:before {
    content: attr(data-th);
    display: block;
    font-weight: bold;
    margin: 0 0 2px;
    color: #000;
  }
  .striped tbody tr {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
      .logout-icon {
        display: block;
    }


    .breadcrumb{
        font-size:14px
    }


    .acciones {
        display: flex;
        justify-content: center;
    }

}

.container-lg {
    width: 90%;
    margin: 0 auto;
}



 .swal2-styled.swal2-deny {
    border: 0;
    border-radius: 0px;
    background: initial;
    background-color:#F44336;
    color: #fff;
    font-size: 14px;
    outline: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: normal;
}

.swal2-popup {
    border-radius: 0px;
}
.swal2-styled.swal2-confirm:focus {
    box-shadow:none;
}
.swal2-styled.swal2-deny:focus {
   box-shadow:none;
}
.swal2-title {
    color: #000;
}
/*Efectos css*/
         .fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInRightBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(2000px, 0, 0);
  transform: translate3d(2000px, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInRightBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(2000px, 0, 0);
  transform: translate3d(2000px, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  /*Efectos css*/

/*BARRA desplazadora*/

/* Estilo personalizado para la barra de desplazamiento */
*::-webkit-scrollbar {
    width: 5px; /* Ancho de la barra de desplazamiento */
    height: 8px; /* Ancho de la barra de desplazamiento */
}

*::-webkit-scrollbar-thumb {
    background-color: #888; /* Color del pulgar de la barra de desplazamiento */
    border-radius: 4px; /* Borde redondeado para el pulgar */
}

*::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Color de fondo de la barra de desplazamiento */
}

.btn, .btn-large:hover, .btn-small:hover {
    background-color: #bfa8d4;
}
    .btn:hover, .btn-large:hover, .btn-small:hover {
        background-color: #bfa8d4;
    }