/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template/simple-sidebar)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

/* @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@600&display=swap');

@font-face {
  font-family:"Roboto-Bold";
  src: url('/public/Fonts/Roboto-Bold-Titulo.ttf')
}

@font-face {
  font-family:"Roboto-Light";
  src: url('/public/Fonts/')
}
/***************** UNIVERSALES ********************/
/* td{
  min-width: 100px;
} */

.btn{
  border-radius: .40rem;
}

.modal-backdrop {
  z-index: 1;
  opacity: 0;
}



body, h1, h2, h3, h4, h5, h6 {
  font-family: Roboto,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;
  line-height: 1.5;

}

p{
  color: #898e91be;
}
/***************** UNIVERSALES ********************/
a{
  text-decoration-line: none;
}

*{
  outline: none;
}

.table{
  border: 0px solid #fff;
}

.form-control{
  border-radius: .4rem;
}

.modal-open .modal{
  background-color: #8080807d;
}


#mainControl{
  /* padding: 25px; */
  /* overflow-y: scroll;
  height: 90vh;
  */
}



#bodyLogin{
  background-image: url('../img/FondoHero2.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

* {
  animation: all 0.8s;
  outline: none;
}

.img-icono-nav{
  max-width: 25px;
  margin-right: 0.5rem;

}

.colorRojo{
  background-color: red;
}

.navItens{
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}

.navItensTree{
  background: rgb(248 249 250);
  color: #818282;
  border-radius: 0.25rem;
  padding: 10px 1.5rem 10px 12px;
  margin: 5px 0px 5px 0px;
}

.navItens:hover{
  background: #FFF;
}

#email:focus{
  outline: none;
}

.tituloLogin{
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 0.2px;
  /* margin-top: 153px; */
}
.subtitulo{
  margin-top: 130px;
  color: #fff;
}

.inputActiveCDP:focus{
  box-shadow: 4px 4px 20px 0px rgb(64 60 67 / 16%);
  font-weight: bold;
}

.formLateral{
  border-left: 4px solid #02ade9;
}

.lineaLogin{
  height: 5px;
  border-radius: 15px;
  background-color: #ffffff;
  width: 45px;
}
#fondoLogin{
  background-color: #f7f7f7;
}

.imagenLogin{
  max-width: 65%;
}

.border-line {
  border-right: 1px solid #a5a5a5;
box-shadow: 1px 2px 8px 0px red;
}

.pagPrincipal{
  margin: auto;
}

#formulario1{
  background-image: url('../img/login2 (1).jpg');
  background-repeat: no-repeat;
  position: center center;
  position: relative;
  background-size: cover;
  height: 595px;
  vertical-align:middle;
  padding: 15px;
}

#formulario1:before{
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.logo1l{
  position: relative;
}

.texto1{
  position: relative;
  color: #fff;
}

#formulario2{
  background-color: #ffffff;
  height: 595px;
  vertical-align:middle;
  padding: 70px;
}



.formularioLogin{
  box-shadow: 0px 0px 5px 5px #cdd8ee;
  margin: auto;
}

#wrapper {
overflow-x: hidden;
}

#sidebar-wrapper {
  padding: 8px;
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
  box-shadow: 1px 2px 20px 0px #ececec;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.5rem;
  font-size: 1.4rem;
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6 !important
}

#sidebar-wrapper .list-group {
  width: 15rem;
  margin-top: 5%;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -16rem;
  }
}

#imgLogo{
    max-width: 180px;
    display: flex;
    margin: auto;
}

#cdpLogo{
  height:50px;
  width:50px;
}

#cdpLogo2{
  height: 40px;
  width: 40px;
}

.tituloPagina{
  display: flex;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-top: 5px solid #fff;
  border-radius: 1rem;
  box-shadow: 7px 7px 12px 0px #11101d21;
  border: 1px solid #b7b6b693;
  border-left: #02ade9 5px solid;
  transition: all 0.5s;
  background-color: #fff;
}

.tituloPagina2{
  display: flex;
  align-items: center;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-top: 5px solid #fff;
  border-radius: 1rem;
  box-shadow: 0px 0px 20px 0px #f2f2f2;
  border: 1px solid #b7b6b693;
  border-left: #02ade9 5px solid;
  transition: all 0.5s;
  background-color: #fff;
}
.tituloPagina3{
  display: flex;
  align-items: center;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-top: 5px solid #fff;
  border-radius: 1rem;
  box-shadow: 0px 0px 20px 0px #f2f2f2;
  border: 1px solid #b7b6b693;
  border-left: #02ade9 5px solid;
  transition: all 0.5s;
  background-color: #fff;
}

.tituloPaginaE{
  margin:auto;
  font-size: 38px;
  font-weight: bold;
  text-shadow: 1px 2px 1px rgba(2, 171, 233, 0.297);
  margin-bottom: 10px;
  margin-top: 10px;
}

@media (max-width: 845px) {
  .tituloPaginaE {
    font-size: 25px;
  }


}

@media (max-width: 600px) {
  #cdpLogo {
    display: none;
    visibility: hidden;
  }

  .tituloPaginaE {
    font-size: 25px;
    text-align: center;
  }

}

.tituloPaginaE2{
  margin: auto;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 2px 1px rgb(2 171 233 / 30%);
  margin-bottom: 10px;
  margin-top: 10px;
}

.tituloPaginaE2Flujo{
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 2px 1px rgb(2 171 233 / 30%);
  margin-bottom: 10px;
  margin-top: 10px;
}

.tituloPaginaHead{
  display: flex;
  border-left:5px solid #fff;
  border-right:5px solid #fff;
  border-bottom:5px solid #fff;
  border-top:5px solid #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 14px 0px #b7b6b693;
  border: 1px solid #b7b6b693;
  border-left: #02ade9 5px solid;
  transition: all 0.5s;
}

.tituloPaginaTextoComite{
  margin:auto;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 1px 2px 1px rgba(2, 171, 233, 0.297);
  margin-bottom: 10px;
  margin-top: 10px;
}
.tituloPaginaTextoComiteFormas{
    margin-left:7%;
    font-size: 25px;
    font-weight: bold;
    text-shadow: 1px 2px 1px rgba(2, 171, 233, 0.297);
    margin-bottom: 10px;
    margin-top: 10px;
  }
.itensNavs{
  font-size: 18px;
  margin-top:5px;
  margin-bottom: 5px;
  max-width: 95%;
  color: #495057;
  outline: none;
  text-decoration: none;
  transition: all 0.5s;
}

.itensNavs:hover{
  border-left: 4px solid #3A7CEB;
  background-color: #a8ebffae;
  outline: none;
  color: #495057;
  transition: all 0.3s;
  box-shadow: 2px 2px 2px 0px #b7b6b693;

}

.activeIten{
  border-left: 4px solid #5bc0de;
  background-color: #a8ebffae;
  outline: none;
  color: #495057;
}

#card1{
  border: 1px solid rgb(40, 167, 69);
  border-radius: 10px;
  padding: 10px 0px;
  display: flex;
  box-shadow: 10px 13px 12px -12px rgba(40, 167, 70, 0.426);

}
#card1:hover{
  background-color: #5b92f10c;
  transition: all 0.5s;
  transform: translateY(1px);
  box-shadow: 8px 8px 8px -12px rgba(40, 167, 70, 0.426);
}

#card2{
  border: 1px solid #007bff;
  border-radius: 10px;
  padding: 10px 0px;
  display: flex;
  box-shadow: 10px 13px 12px -12px rgb(0, 123, 255, 0.426);
}
#card2:hover{
  background-color: #5b92f10c;
  transition: all 0.5s;
  transform: translateY(1px);
  box-shadow: 8px 8px 8px -12px rgb(0, 123, 255, 0.427);
}

.cardsPosition{
  margin: auto;
  display: flex;
}
.line1{
  border-bottom: 2px solid #3A7CEB;
}
.info{
  text-align: center;
}

.tipoUserC{
  font-size: 22px;
  color: #3a7ceb;

}
.img-icono{
  width: 25px;
  height: 25px;
  margin:5px 5px 5px 10px;
}
.tipoUserB{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #5bc0de;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  max-width: 95%;
}

.tipoUserA{
  font-size: 22px;
  color: #000;
  font-weight:500;
  margin-top: 25px;

}

.lineSeparador{
  border-bottom: 2px solid #3A7CEB;
  border-radius: 15%;
}
.tituloAreas{
  /* font-family: 'Source Sans Pro', sans-serif; */
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a7ceb;

}

.iconosNavs:hover{
  font-size: 18px;
}

.botonNavs{
  cursor: pointer;
  font-family: 'Source Sans Pro', sans-serif;

}

.selecBtn{
  font-size: 16px;
  margin-top: 3px;
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.selecBtnComercial{
  font-size: 16px;
  margin-top: 3px;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.botonNavs:hover{
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a7ceb;

}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.comercial{
  padding: 7px;
  border-radius: 5px;
}

.text-yellow{
  color: #f0ad4e;
}

.text-orange{

  color: orange;
}
.caja{
  display: block;
}

.header1{
  background-color: transparent;
  border-bottom: 4px solid #3a7ceb;
  height: 100px;
  /* padding: 25px; */
  max-width: 900px;
  margin: auto;

}

.header2{
  background-color: transparent;
  max-width: 600px;
  padding: 25px;
  margin: auto;
}

.tablaVista:hover{
  background-color: #5c83c713;
}

.tituloVistas{
  font-family: 'Source Sans Pro', sans-serif;
}
.tituloVistas:before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #3a7beb75, #3a7ceb);
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
}

.card1{
  transition: 0.5s ease-in-out;
}

.imgCard1{
  margin: auto;
  /* border-radius: 50%; */
  max-width: 75px;
  max-height: 75px;
}

.card1:hover{
  transition: 1s ease-in-out;
  border-radius: 0.25rem;
  border: 1px solid #3a7ceb;

}

.separadorLeft{
  background: linear-gradient(to left, #3a7beb75, #3a7ceb);
  height: 3px;
  border-radius: 15px;
}

.separadorLeft2{
  background: linear-gradient(to right, #3a7beb75, #3a7ceb);
  height: 3px;
  border-radius: 15px;
}

/***************************************************************************
                                  CENTRO DE CONTROL
****************************************************************************/


.card-center{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}



.card-body-padding{
  padding: 17px
}



#card1CC{
  /* border-left:7px solid #ffc107; */
  border-radius: 1.5rem;
  transition: 0.3s;
  box-shadow: 2px 2px 12px 0px #b7b6b693;
  backface-visibility: hidden;
}

#card1CC a{
  outline: none;
  text-decoration: none;
}

#card1CC:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 20px 3px #b7b6b693;
  transition: 0.3s;
  backface-visibility: hidden;
}
#card2CC{
    /* border-left:7px solid #ffc107; */
    border-radius: 1.5rem;
    transition: 0.3s;
    box-shadow: 2px 2px 12px 0px #b7b6b693;
    backface-visibility: hidden;
  }


.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  transition: all 0.5s;
}

.dropdown {
  position: relative;
  display: inline-block;
  transition: all 0.5s;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  transition: all 0.5s;
}




.dropdown:hover .dropdown-content {
  display: block;
  transition: all 0.8s;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
  transition: all 0.5s;
}

.btnP2{
  display: inline-block;
  font-weight: 400;
  color: #008080;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #008080;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none;
}
.btnP2:hover{
  color: #fff;
  background-color: #008080;
  text-decoration-line: none;

}
.btnP1{
  display: inline-block;
  font-weight: 400;
  color: #FF5733;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #FF5733;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none;
}
.btnP1:hover{
  color: #fff;
  background-color: #FF5733;
  text-decoration-line: none;
}

.btnP3{
   display: inline-block;
   font-weight: 400;
   color: #20c997;
   text-align: center;
   vertical-align: middle;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   background-color: transparent;
   border: 1px solid #20c997;
   padding: 0.375rem 0.75rem;
   font-size: 1rem;
   line-height: 1.5;
   border-radius: 0.25rem;
   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   text-decoration: none;
 }
 .btnP3:hover{
   color: #fff;
   background-color: #20c997;
   text-decoration-line: none;
 }
/* .tableRoles{
  border-radius: 1rem;
  border: #cff4fc 2px solid;
  padding: 5px;
} */

.headerTable{
  background-color: #cff4fc;
  padding: 8px;
  border: #cff4fc 2px solid;
}



.bodyTableRol{
  padding: 5px;
  border-radius: 1rem;
  border: #cff4fc 2px solid;
}

.formularioAgregar{
  display: flex;
}

#fomularioAgregar{
  margin: auto;
  padding: 20px;
  border: 2px solid #dee2e6;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 0px;
  transition: 0.5s;
  box-shadow: 2px 3px 7px 2px #cdd8ee;
}

#fomularioAgregar:hover{
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 0rem;
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 1rem;
  transition: 0.5s;
  box-shadow: 1px 0px 3px 1px #cdd8ee;
}

.itenFecha{
  border: 1px solid hsl(208, 100%, 54%);
}

.itenFecha:hover{
  border: 1px solid hsl(208, 100%, 54%);
}

.itenImportante{
  font-weight: bold;
  background-color: #ffeeba;
}

.itenLargo{
  width: 200px
}

.anulada{
  background-color: rgba(223, 23, 23, 0.53);
}

.noRegistrado{
  background-color: red;
}

#botonesEnLinea{
  display: flex;
}

.botonesEnLinea{
  margin: auto;
  display: flex;
  align-items: center;
}

.marginCenter{
  margin: auto;
  display: flex;
}

#OrdenesEnProceso{
  background-color: #007bff;
  border-radius: 20px;
  display: flex;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 2px 10px;
  width: 100%;
  margin-bottom: -20px;
  transition: all 0.5s;
}

#OrdenesEnProceso:hover{
  font-size: 15px;
  transition: all 0.5s;
}
.NumeroOrdenes{
  display: flex;
  margin: auto;
}

#Notificacion1{
  background-color: #ffc107;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  padding: 2px 10px;
  text-align: center;
}

#Notificacion2{
  background-color: #28a745;
  border-radius: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding: 2px 10px;
  text-align: center;
}
#Notificacion3{
  background-color: #28a745;
  border-radius: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding: 2px 10px;
  text-align: center;
}
#Notificacion4{
  background-color: #28a745;
  border-radius: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding: 2px 10px;
  text-align: center;
}
.materialSi{
  background-color: #6c757d;
  color: #fff;
}

.materialNo{
  background-color: #28a74653;
  color: #000;
  font-weight: bold;
}

.materialNoCompleto{
  border: 1px solid #dc3545;
  background-color: #dc35463f;
}

.desabilitado{
  visibility: hidden;
}

.habilitado{
  visibility: visible;
}

.accionesUs{
  display:flex;
  margin: auto;
}

.btnEliminarU{
  margin-top: -6px;
}

/* TABLAS */
td.highlight {
  font-weight: bold;
  color: blue;
}

.formIngresa{
  display: flex;
  align-items: center;
}

.lineR{
  border-right: 1px solid #80808033;
}

.lineL{
  border-left: 1px solid #80808033;
}

.itenOrden:hover{
  cursor: default;
  background-color: rgba(227, 227, 227, 0.250);
  border-radius: 5px;
  transform: translateX(0.3px);
  transition: ease-in-out;

}

.text-planeacion{
  color: orangered;
}

.text-auxcomercial{
  color: blue;

}

.text-rebobinado{
  color: blue;
}

.text-despacho{
  color: mediumorchid;
}

.modal-body{
  height: 70vh;
  width: 100%;
  overflow-y: auto;
}

.btnSalirCuston{
  margin: 20px auto;
  border: none;
  padding: 5px 20px;
  font-size: 15px;
  position: relative;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
}


.btnSalirCuston::before {
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  content: "";
  width: 50%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
}

.rounded{
  color: #000;
}
.btnSalirCuston .btnSalirCuston-text {
  color: #000;
  mix-blend-mode: difference;
}
.btnSalirCuston:hover::before {
  background: black;
  width: 100%;
}
.btnSalirCuston.rounded {
  border-radius: 50px;
}
.btnSalirCuston.rounded .text-green {
  color: #000;
  mix-blend-mode: difference;
}
.btnSalirCuston.rounded::before {
  border-radius: 5px;
  width: 25%;
  background: #ffc1074d;
  color: #000;

}
.btnSalirCuston.rounded:hover::before {
  background: #ffc1072f;
  width: 100%;
  color: #000;
  font-weight: bold;
}

.formDatatable{
  border-radius: 40rem;
  border: 2px solid #17a2b83b;
  text-align: center;
  padding: 8px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.5px;
  outline: none;
  width: 100%;
}

.formDatatable:focus{
  border: 2px solid #17a3b8b5;

}

.bg-warning-50{
  background-color: #F9E79F;
}

.DisplayFlex{
  display: flex;
  align-items: center;
  justify-content: center;
}

.fechasDeEntregas{
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: space-around;
  align-items: flex-start;
}

.horizonatalScroll{
  width: 250px;
  max-height: 70px;
  margin-top: 3px;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

.horizonatalScroll input{
  margin: 2px 0px 2px 0px;
}

.itenComite{
  border: 0;
  font-weight: 500;
  margin-left: 5px;
  max-width: 250px;
}

.hrComite{
  max-width: 100%;
  background: rgb(106 205 243 / 64%);
}

.txt_info_op{
  font-family: system-ui;
  font-size: large;
  font-weight: 500;
  letter-spacing: 1px;
}

th[title]:hover:after {
  content: attr(title);
  position: absolute;
  top: -100%;
  left: 0;
  color: red;
}

.registroMaterial{
  display: flex;
  padding: 5px;
}

.entregar_maquina{
  display: flex;
  align-items: center;
}

.t-head{
  background-color: #f5c6cb64;
}

.boxBotones{
  display: flex;
  justify-content: center;
}

.hiddenBoton{
  visibility: hidden;
}

.almacen-iten{
  /* background: #cce5ffa4; */
  border: 1px solid #b8daff;
}

.flujo-iten{
  border: 2px solid #28a745;
}

.btnalmacen{
  display: flex;
  align-items: center;
}

.button-custon {
  background-color: #fff;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(.5em - 1px);
  text-align: center;
  white-space: nowrap;
  border-radius: 4em;
  outline:none;
}

.button-custon.is-primary {
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff;
  outline:none;
  transition: all 0.1s;
}
.button-custon.is-primary:hover{
  background-color: #05caad;
  transition: all 0.1s;
}

.button-custon.is-danger {
  background-color: #f14668;
  border-color: transparent;
  color: #fff;
  outline:none;
  transition: all 0.1s;
}
.button-custon.is-danger:hover{
  background-color: #f14668e0;
  transition: all 0.1s;
}

.button-custon.is-success {
  background-color: #48c78e;
  border-color: transparent;
  color: #fff;
  outline:none;
  transition: all 0.1s;
}
.button-custon.is-success:hover{
  background-color: #48c78e;
  transition: all 0.1s;
}

.button-custon.is-warning {
  background-color: #ffd04e;
  border-color: transparent;
  color: #fff;
  outline:none;
  transition: all 0.1s;
}
.button-custon.is-warning:hover{
  background-color: #f6c12e;
  transition: all 0.1s;
}

.ocultar-seccion{
  overflow: hidden;
  z-index: 2;
  display: none;
}

/* NAVBAR 2 */

/* NAVBAR 2 */

/* ALAMACEN */

.tabla-mp{
  padding: 10px;
  height: 260px;
  overflow-y: auto;
  overflow-x: auto;
}

.Ttable.floatThead-table {
  border-top: none;
  border-bottom: none;
  background-color: #fff;
}

.noneVisible{
  display: none;
}

.desabilitar_fp{
  display: none !important;
}

.materialVerificacion{
  display: flex;
}

@media (max-width: 840px) {
  .tituloPagina2{
    display: block;
  }
  .tituloPagina3{
    display: block;
  }
  #agregarMaterial{
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.read_only{

}

.archivo_preprensa{
  display: flex;
  justify-content: center;
  margin: 10px;
}

.archivo_preprensa{
  display: flex;
  justify-content: center;
  margin: 15px;
}

.info_indicador{
  display: flex;
  align-items: center;
  justify-content: center;
}
