/*th{
  width: 100px !important;
}
.blocks{
  display: block;
  
}
.yscroll{
  width: 100%;
  height: 300px;      
  overflow-y: auto;    
  overflow-x: hidden;  
  padding-right: 0.1px;
}

.hefoot {
  width: 100%;       
  overflow-y: hidden;    
  overflow-x: auto;  
}*/

.centrito{
  padding-top: 1% !important;
  padding:15px;
}

.table thead>tr>th:last-of-type {
   padding-right: 0px !important; 
}
.form-control-edit {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  /* background-color: #fff; */
  background-clip: padding-box;
  /* border: 1px solid #ced4da; */
  border-radius: .25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



#tbodyx2 thead th{
  cursor: pointer;
}




.selc3{
  width: 80px;
  text-align: center;
}
.selc2{
  width: fit-content !important;
}
.nover{
display: none !important;
}
.editando{
  background-color:   #00c70036 !important;
}

td span{
  text-wrap: nowrap;
}

.form-control4{
  width: fit-content;  
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.form-control3{
    width: 10rem;  
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
* {
  -webkit-print-color-adjust: exact !important;   /* Chrome, Safari 6 – 15.3, Edge */
  color-adjust: exact !important;                 /* Firefox 48 – 96 */
  print-color-adjust: exact !important;           /* Firefox 97+, Safari 15.4+ */
}
.nada{
  display: none;
}

.sticky {
  position: fixed;
  top: 0;
  width: auto !important; 
  right: 0;
  left: 0;
  z-index: 1000;

 
}


.peque_table {
width: 200px;
height: auto;
}


.dere{
  float: right;
}

.buton{
  border-radius: 7px;
    padding: 5px;
    border-color: black;
    border: 54px;
    color: gray;
    background: white;
    float: right;
}
.buton:hover{
  color: black;
  
}



.pequeño{
  font-size: 14px;
}

.cursor{
  color: #407cff;
}
.cursor:hover {
  cursor: pointer;
  color: #0044d8; /* Change the text color to red on hover */
}


.invisible {
  visibility: hidden;
  display: none;
}



/* Definir la animación */
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.animacion{
  animation: slideInFromRight 0.4s ease-out
}


















 @media only screen and (min-width: 800px) {


  .derecha{
    margin-right: 20px;
  }
  .columna{
  grid-column: 2;
  }
  
  .auto{
    width: fit-content;
  }
  
  } 



.centro2{
  justify-content: center;
}


.card-body.p-0 .table thead>tr>th:first-of-type{
  padding-left: 0rem !important;
}
.tede td{
  text-align: center !important;
  padding: 27px !important;
}
.centro{
  text-align: center !important; 
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
}
.form-group {
  display: grid;
}

.porc{
  display: flex;
  align-items: center;
}
.porc > input{
  border: none;
  min-width: 34px;
  font-size: 1.1rem;
  padding-right: 0;
}
.inner{
text-align: center;

}

.inner h3{
  white-space: break-spaces;
  
  }
.rbc-agenda-event-cell{
  cursor: pointer !important;

}
.tel{
  text-align: center;
  min-width: 100px;
}

.cabesa{
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  
}
.hstiky th{
  position: sticky;
  z-index: 12;
  top: -0.1px;
  background: white;
  box-shadow: inset 0px 0px 0px 1px rgba(222, 226, 230,1);
  border-top: 0px solid #dee2e6 !important;
  cursor: pointer;
}

.inl{
display: inline;
}
th{
  text-align: center;
}
.form-control{
  line-height: normal !important;
}
.table td, .table th {
  
   vertical-align: middle !important; 
   padding: 0.25rem;
  
}


/*.noborder td{
  border: none;
}*/

.Pendiente{
  background-color: rgb(255, 0, 0, 0.2) !important;
  border-left: 0.1rem solid rgb(255, 0, 0, 0.6);
}

 .Realizado{
  background-color: rgb(0, 255, 0, 0.2) !important;
  border-left: 0.1rem solid rgb(0, 255, 0, 0.9);
  
}

.sombra{
  box-shadow: 0px 15px 8px -12px rgba(0,0,0,0.1);
}
body{
  line-height:normal !important;
}
/*Tabla Trabajos*/
#tb_trabajos_wrapper .col-sm-12 {
  grid-auto-flow: column;
  display: grid;
  justify-content: space-between;
  align-items: center;
}

#tb_trabajos td a{
/*display: none;*/
color: red;
font-size: 0;
}

/*Tabla Trabajadores*/
#tb_personas_wrapper .col-sm-12 {
  grid-auto-flow: column;
  display: grid;
  justify-content: space-between;
  align-items: center;
}

#tb_personas td a{
/*display: none;*/
color: red;
font-size: 0;
}

/*Tabla Servicios*/
/* #tbodyx_wrapper .col-sm-12 {
  grid-auto-flow: column;
  display: grid;
  justify-content: space-between;
  align-items: center;
}

#tbodyx td a{
color: red;
font-size: 0;
} */
.btn-group{
float: right;
}

.corto{
  max-width: 100px;
  min-width: 60px;
  width: 85px;
  text-align: center;
}


/*Tabla Clientes*/
#tb_clientes_wrapper .col-sm-12 {
  grid-auto-flow: column;
  display: grid;
  justify-content: space-between;
  align-items: center;
}

#tb_clientes td a{
/*display: none;*/
color: red;
font-size: 0;
}

.v{
  background-color: transparent !important;
  border: none !important;
  text-align: left !important;
  color: white !important;
}

.ver{
  display: block !important;
  transition: visibility 0s, opacity 3s linear !important;
}
@media only screen and (min-width: 1400px) {
  .tabli{
    min-width: 220% !important;
  }
  
  
}


.arriba{
  position: relative;
  top: 1.2rem;
  bottom: 1.2rem;
}

/* section > .container-fluid{
  margin-top: 2rem !important;
} */
/* cuando es mas pequeño graficos para Tablas*/ 
@media only screen and (max-width: 700px) {

  .bread2{
    display: none !important;
  }
  /* section > .container-fluid{
    margin-top: 5rem !important;
  } */
 #tbodyx_wrapper .col-md-6{
  display: none;
 }
  /* .row {
    
    display: block !important;
} */
  .arr{
    top: 6rem;
    position:relative;
  }
  
  .letra-peque{
    font-size: 0.9rem;
  }
  .arriba{
    top: 6rem;
    bottom: 6rem;
  }
  .table td, .table th {
  
    vertical-align: middle !important; 
    padding: 0.25rem;
   font-size: 0.9rem;
  }
}


.bread2{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.6rem 1rem;
  /* margin-bottom: 1rem; */
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
  justify-content: center;
}

.bread{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.6rem 1rem;
  /* margin-bottom: 1rem; */
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
  justify-content: center;
}

/* cuando es mas pequeño graficos*/
@media only screen and (max-width: 400px) {
  
  .chart_container {
    padding: 1.25rem;
    min-height: 45vh;
  }

@media (orientation:portrait) {
  .chart_container{
    padding: 1.25rem;
    min-height: 40vh;
  }
 }
 
 @media (orientation:landscape) {
  .chart_container {
    padding: 1.25rem;
    min-height: 45vh;
  }
 }

}

/* cuando es mas Grande graficos*/
@media only screen and (min-width: 400px) {

  

  @media (orientation:portrait) {
    .chart_container{
      padding: 1.25rem;
      min-height: 50vh;
    }
   }
   
   @media (orientation:landscape) {
    .chart_container {
      padding: 1.25rem;
      min-height: 100vh;
    }
   }
  
  }


  .col-md-6_t {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100% !important;
}


/* cuando es mas Grande graficos*/
@media only screen and (min-width: 800px) {
  .row {
    
    justify-content: center !important;
}
 

  @media (orientation:portrait) {
    .chart_container{
      padding: 1.25rem;
      min-height: 40vh;
    }
   }
   
   @media (orientation:landscape) {
    .chart_container {
      padding: 1.25rem;
      min-height: 70vh;
    }
   }
  
  }




/* cuando es mas Grande graficos*/
@media only screen and (min-width: 1500px) {

  

  @media (orientation:portrait) {
    .chart_container{
      padding: 1.25rem;
      min-height: 40vh;
    }
   }
   
   @media (orientation:landscape) {
    .chart_container {
      padding: 1.25rem;
      min-height: 70vh;
    }
   }
  
  }











/* cuando es mas grande */
@media only screen and (min-width: 600px) {
  
  .content{
    padding: 3rem !important;
  }
  
}
/* cuando es mas pequeño */
@media only screen and (max-width: 600px) {

  .col-md-6{
    margin-top: 5rem !important;
  }
  
  .col-md-63{
    margin-top: 5rem !important;
  }
  
  .content-wrapper>.content {
    padding: 0 0.0rem !important;
    
  }
  Table td{
    padding: 0.16rem !important;
    
  }

  .inner h3{
    font-size: 1.4rem;
    
    }
}


/* sidebar hasta el final */
html{
  height:100%;
}
body{
  position: relative;
  min-height: 100%;
}
.main-sidebar {
  /* height: 160% !important; */
  height:100%;
  position: absolute;
}




.mult{
 /* color:red;*/
 display: inline-block;
  width: 210px;
}
.css-b62m3t-container {
  min-width: 240px;
}
th{
  text-wrap: nowrap;
}

.selc{
  display: inline;
  width: auto;
}
.pami:not(input){
  text-wrap: nowrap;
  width: auto;
  text-align: center;
}
.pamis{
  
  width: auto;
  height: fit-content !important;
}

.btnr{
background-color:red;
border-color:red ;
}

.btnr:hover{
  background-color:rgb(223, 0, 0);
  border-color:rgb(223, 0, 0);
}

.btng{
  background-color:green;
  border-color:green ;
  }
.btng:hover{
  background-color:rgb(0, 102, 0);
  border-color:rgb(0, 102, 0) ;
  }
  .btng:target{
  background-color:green !important;
  border-color:green !important;
  }  

.msB{
  background-color: green !important;
  color:white !important;
}


    .inpDT{
     /* max-width: 200px;*/
      /* text-align: center;*/
      min-width: 200px !important;
      
     }
     
     .cc{
      justify-content: space-evenly;
      padding-top: 2rem;
     }
      .c {
        
        display: inherit;
        font-size: 2rem;
      }
      
      
  
      div:where(.swal2-container) .swal2-html-container {
        word-break: normal;
        text-align: left;
      }
  .ver{
    display: none;
  }
  .syde{
    display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 10px;
  }
  
     @media (max-width: 760px) {
   .syde{
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 30px;
      grid-auto-rows: 50px;
      align-items: center;
   }
  }
  
    @media (max-width: 760px) {
    .table td, .table th {
      padding: .4rem;
  
  }
  }
    
  
         .slide-top {
    -webkit-animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
  /* ----------------------------------------------
   * Generated by Animista on 2021-6-4 17:5:20
   * Licensed under FreeBSD License.
   * See http://animista.net/license for more info. 
   * w: http://animista.net, t: @cssanimista
   * ---------------------------------------------- */
  
  /**
   * ----------------------------------------
   * animation slide-in-elliptic-top-fwd
   * ----------------------------------------
   */
  @-webkit-keyframes slide-in-elliptic-top-fwd {
    0% {
      -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
              transform: translateY(-600px) rotateX(-30deg) scale(0);
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0) rotateX(0) scale(1);
              transform: translateY(0) rotateX(0) scale(1);
      -webkit-transform-origin: 50% 1400px;
              transform-origin: 50% 1400px;
      opacity: 1;
    }
  }
  @keyframes slide-in-elliptic-top-fwd {
    0% {
      -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
              transform: translateY(-600px) rotateX(-30deg) scale(0);
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0) rotateX(0) scale(1);
              transform: translateY(0) rotateX(0) scale(1);
      -webkit-transform-origin: 50% 1400px;
              transform-origin: 50% 1400px;
      opacity: 1;
    }
  }
  
  
  
  .col-md-6 {
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 100%;
      max-width: 100%;
      
  }
  
  #tb_users_wrapper .col-md-6{
    text-align: right;
    margin-bottom: 1pc;
  }
  
  
  .w{
    color: white;
  }
  
  
  .form-controls {
      display: block;
      width: 100%;
      height: calc(2.25rem + 2px);
      padding: .375rem .75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      border-radius: .25rem;
      box-shadow: inset 0 0 0 transparent;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      margin-bottom: 1.6rem;
  }
  
  
  
  .syde2{
    display: grid;
      grid-template-columns: repeat(4 ,1fr);
      grid-gap: 10px;
  }
  
  @media (max-width: 768px){
  
    .syde2{
    
      grid-template-columns: repeat(1 ,1fr);
      
  }
  
  }
  
  
  
  
  .btn-secondary {
      color: #000;
      background-color: #fff;
      border-color: #6c757d;
      
  }
  
  .swal2-popup.swal2-modal.swal2-icon-success.swal2-show{
    height: unset;
    width: 40%;
  }
  
    td{
      text-align: center !important;
    }