/* login */
.bdContent {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f2f2f2;
}

.login-container {
  width: 100%;
  max-width: 400px;
  text-align: center;
}

.login-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.login-box img {
  max-width: 100%;
}

.login-form input {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.login-form button {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.login-form button:hover {
  background-color: #0056b3;
}

.login-text{
  color: #007bff;
}
 /* End Login */

*{
margin:0;
padding:0;
}

body, menu, .cont_menu{
  background: #d9d9d9;
  /*background: rgb(139, 156, 173);*/
  /*background:rgb(16,5,74);*/
  color: Navy;
  font-weight: 900;
  /*font-size:  200px;*/
  /*font-family: 'MV Boli', sans-serif;*/
  font-family: 'Calibri', sans-serif;
}

.ndxTitle{
  font-size: 20px;
  text-align: center;
}
.header p{
  font-size: 20px;
  text-align: center;
  /*padding: 20px 0;*/
}

.container, .cont_menu{
  width: 90%;
  max-width: 1000px;
  margin:auto;
  font-size: 15px;
  line-height: 30px;
  text-align: center;

}

.container > div{
  display: block;
  padding: 20px;
  box-shadow: 2px 2px 10px rgba(30, 59, 123, 0.25);

}

.container .img{
  height: 120px;
}

.gral {
  border-color: rgba(255,5,74,0);
}

.container>div:hover, .cont_menu>div:hover {
  font-weight: bold;
  color: rgb(20, 40, 82);
  background-color: rgba(30, 59, 123, 0.3);
  opacity: 1;
  transition: .3s ease;
}

.cont_menu > div{
  display: block;
  padding: 10px;
  box-shadow: 2px 2px 10px rgba(30, 59, 123, 0.25);
  opacity: 0.5;
}

.cont_menu .img_menu{
  height: 50px;
}

.cont{
  padding-top: 30px;
  width: 90%;
  max-width: 1000px;
  margin: auto;
  margin-top: 100px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.cont .title label{
  text-transform: uppercase;
  /*text-shadow: 2px 2px blue ;*/
  text-overflow: clip;
  font-size: 35px;
  font-weight: bolder;
  /*font-weight: 500;*/
  color: rgb(30, 59, 123);
}
.cont .bar{
  padding-top: 30px;
  width: 90%;
  max-width: 1000px;
  /*margin: auto;*/
  font-size: 20px;
  line-height: 30px;
  text-align: Left;
}

.cont .bar .barcode{
width: 50%;
padding-top: 4px;
padding-bottom: 4px;
}
.cont .bar .qty{
  width: 50px;
  text-align: center;
  text-color: grey;
  padding-top: 4px;
  padding-bottom: 4px;
}

.contout{
  background-color: rgba(71,80,95,1);
}

.btn{
  background-color: Green;
  color: white;
  border-radius: 5px;
  padding: 5px 15px 5px 15px;
  margin-left: 15px;
}

.cont .info{
  margin-top: 15px;
  border-radius: 10px;
  background-color: rgba(245, 245, 245, 1);
  color: black;
  text-align: left;
  padding: 20px;
  margin-bottom: 15px;
}

.cont .pict{
  display: flex;
  height: 100%;
  align-items: center;
}
.cont .pict img{
  width: 95%;
  border-radius: 5px;
}

iframe{
  width:100%;
  height: 100%;
  margin-top: 10px;
}
.cont .section{
  font-size: 20px;
  border-radius: 5px;
  text-align: center;
  color: black;
  background-color: #7E8890;
}

.cont .section:hover{
  background-color: #D1D7DC;
}

.cont .purch table {
  border: 1px solid yellow;
  width: 100%;
  /*font-size: 50px;*/
}
.cont .purch table th {
  border: 1px solid yellow;
  width: 30%;
  font-size: 18px;
}
.cont .purch table input {
  width: 90%;
  font-size: 10px;
}

.cont .const table {
  border: 1px solid yellow;
  width: 100%;
  font-size: 10px;
}
.cont .const table th {
  border: 1px solid yellow;
  font-size: 10px;
}
.cont .const table input {
  width: 90%;
  font-size: 10px;
}
.sesion{
  font-size: 50px;
  text-transform: uppercase;
}
.cont .sesion .inSesion{
  width: 50%;
  font-size: 30px;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px gray;
}
.dlgSesion{
  text-transform: uppercase;
}

.cont .clsesion{
  background-color: Green;
  color: white;
  border-radius: 5px;
  padding: 5px 15px 5px 15px;
  margin-left: 15px;
  font-size: 30px;
}

.cont .sticker {
  width: 800px;
  text-align: left;
}

/*.tblCont .table_gral{
  border: 1px solid Navy;
}*/
.tblCont .table_gral th{
font-size: 18px;
border: 1px solid yellow;
}
.tblCont .table_gral td{
  font-size: 14px;
  padding: 0;
}
.tblCont .table_gral .phototable{
  width: 100%;
  width: auto;
  min-width: 45px;
  max-width: 65px;
  display:block;
  margin-left:auto;
  margin-right:auto;
  font-size: 10px;
}
.phototable img{
  height: 100%;
  width: auto;
  border-radius: 5px;
   margin-left: auto;
  margin-right: auto;
}
.editBtn{
    width:40px
    height:40px
    border-radius:50px;
}
.cont .list{
  font-family: helvetica;
  font: 14px Arial, sans-serif;
  column-count: 4;
  text-align: left;
}
.cont .list a:visited, a:link{
  font-family: helvetica;
  cursor: zoom-in;
  text-decoration: none;
}
.cont .list a:visited:hover, a:link:hover{
  font-family: helvetica;
  text-shadow: blue 0 1px ;
  text-decoration: none;
}
.cont .list .category{
  color: rgb(10, 20, 41);
  font-weight: bolder;
  font: 15px Arial, sans-serif;
}
.cont .list .subcat{
  color:grey;
  font: 14px Arial, sans-serif;
}

.table_gral{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.table_gral tr{
  height: 10px;
}

.tbl_InOut{
  width: 75%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.btnSave{
  font-size: 22px;
}

.picCol{
  width: 15%;
}

.phototable{
  /*display: flex;
  align-items: center;*/
  height: 100%;
  font-size: 10px;
}

.phototable img{
  width: 100%;
}

.phototable_aux{
  /*display: flex;
  align-items: center;*/
  height: 100%;
  font-size: 10px;
}

.phototable_aux img{
  width: 100%;
}
.imgCons{
  height: 100%;
  width: auto;
  min-width: 45px;
  max-width: 100px;
  display:block;
  font-size: 20px;
}

.imgCons img{
  display: block;
  width: 100%;
  border-radius:5px;
}

.inpItem {
  width: 98%;
}

.gallery .GalleryPic:hover{
 transform: scale(95%);
}

.inpNum{
  width: 90px;
}

.smBtn{
  width: 25px;
  border-color: red;
}

.SaveBtn{
  width: 35px;
  border-color: black;
  background-color: yellow;
  font-size: 15px;
}

.selPrnt{
  width: 80px;
}

.qtPrint{
  width: 40px;
}

.lngCol{
  width: 80%;
}

.Minimum{
  size: 5;
  font-weight: bolder;
  font-size: 15px;
}

.stock{
  background-color: rgba(246, 36, 55, 0.7);
}

.cont .const .parts table{
  font-size: 15px;
}

.cont .const .parts table th{
  font-size: 15px;
}

.cont .const .parts a{
  weight: 100%;
  height: auto;
}

.cont .const .parts img{
  display: block;
  height: 100px;
  weight: auto;
  margin-left: auto;
  margin-right: auto;
}


/*//////////////////////////////////////////////////////////////*/
@media screen and (max-width: 600px){
.cont{
  padding-top: 30px;
  width: 100%;
  max-width: 1000px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 100px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.cont .info{
  font-size: 14px;
  line-height: 110%;
  padding: 3px;

}

.cont textarea {
 width: 98%;
}
.cont .list{
  font-family: helvetica;
  font: 14px Arial, sans-serif;
  column-count: 3;
  text-align: left;
}
.gral form input[type="text"] {
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 1px;
  font-size: 16px;
}

.info .prodSize {
color: blue;
}

.phototable{
  height: 100%;
  width: auto;
  min-width: 75px;
  max-width: 80px;
  font-size: 10px;
}

.phototable img{
  /*display: block;*/
  width: 75px;
}

/* Adjust font size for Purchases and Construction sections */
   .cont .purch table, .cont .const table {
       font-size: 14px; /* Slightly smaller for mobile */
   }

/* Scale images for mobile */
  .cont .const .imgCons img {
      max-width: 75px; /* Adjust as needed */
  }

/* Ensure tables are scrollable if they overflow */
    .cont .purch table, .cont .const table {
        overflow-x: auto;
        display: block;
    }

.trConst{
  height: 5px;
}

.trConst .a img{
  display: block;
  width: 100%;
}

.imgCons{
  height: 100%;
  width: auto;
  min-width: 45px;
  max-width: 200px;
  border: solid 1px red;
  display:block;
  font-size: 10px;
}

.imgCons img{
  display: block;
  width: 100%;
  border-radius:5px;
}

.SectRespons{
  display: none;
}

.tbRespn{
  size: 80%;
}

}
