/*===== Botones =====*/
.img-btn{
    display: inline-block;
    padding: 1px 1px;
    cursor: pointer;
    border-style: none;
    outline: none;
    background: none;
}
.imginbtn{
    cursor: pointer;
    width: 30%;
    max-width: 150px;
    height: auto;
}
.imginbtn2{
    cursor: pointer;
    width: 50%;
    max-width: 150px;
    height: auto;
}
.basic-grn-btn{
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    background-color: #217421;
    border: none;
    border-radius: 12px;
    color: white !important;
    transition-duration: 0.4s;   
}
.basic-grn-btn:hover {
    background-color: #185218;
    color: white;
}
.basic-org-btn{
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    background-color: #f8a240;
    border: none;
    border-radius: 12px;
    color: white !important;
    transition-duration: 0.4s;   
}
.basic-org-btn:hover {
    background-color: #f8731b;
    color: white;
}
.basic-blue-btn{
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    background-color: #49beab;
    border: none;
    border-radius: 12px;
    color: white;
    transition-duration: 0.4s;   
}
.basic-blue-btn:hover {
    background-color: #338a7b;
    color: white;
}
.basic-red-btn{
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    background-color: #cc2013;
    border: none;
    border-radius: 12px;
    color: white !important;
    transition-duration: 0.4s;   
}
.basic-red-btn:hover {
    background-color: #991208;
    color: white;
}
.basic-blue2-btn{
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    background-color: #4968be;
    border: none;
    border-radius: 12px;
    color: white;
    transition-duration: 0.4s;   
}
.basic-blue2-btn:hover {
    background-color: #355ac2;
    color: white;
}
.btn-default{
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    background-color: #646968;
    border: none;
    border-radius: 12px;
    color: white;
    transition-duration: 0.4s;   
}
.btn-default:hover {
    background-color: #353535;
    color: white;
}
.btn-subir{
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    background-color: #04940b;
    border: none;
    border-radius: 12px;
    color: white;
    transition-duration: 0.4s;   
}
.btn-subir:hover {
    background-color: #013609;
    color: white;
}

/*===== Ventanas modal =====*/
.modal-header{
    background: #f8a240;
}
.modal-footer{
    background: #f8a240;
}

/*===== The Close Button =====*/
.close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
  }

/*===== carga de archivos =====*/
.container_file{
    display: flex;
    width: 100%;
    margin: 20px 0;
}
.form_Ifile{
    display: none;
}
.div-1{
    background-color: #f8a240;
}
.listasF{
    padding: 0px;
}
.div-alert{
    background-color: #d4d22a;
}

/*===== Subir libranza =====*/
.bodyCargar{
  background-color: #ccc;
}
.selectInput{
    display: flex;
    width: 100%;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    background-color: #f8a240;
    border: none;
    border-radius: 12px;
    color: black;
    transition-duration: 0.4s;   
}

.cargaBtn{
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    background-color: #40be75;
    border: none;
    border-radius: 12px;
    color: black;
    transition-duration: 0.4s;   
    margin: 10px 0 10px 0;
}
.cargaBtn:hover {
    background-color: #23854c;
    color: white;
}

.phpContainer{
    font-size: 18px;
    margin-top: 10px;
}

/*===== Barra de Carga =====*/
.ProgressBar{
    width: 100%;
    height: 30px;
}

/*===== Login =====*/
.login-page{
    background: url('../imgd/Login.jpg') no-repeat center;
    background-size: cover;
    font-family: sans-serif;
}
.login-card{
    width: 110%;
    background: rgba(0,0,0,0.7);
    border-radius: 10px;
    color: #fff;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
}
.login-btn{
    width: 100%;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    background-color: #f8731b;
    border: none;
    border-radius: 12px;
    color: white;
    transition-duration: 0.4s;   
}
.login-btn:hover {
    background-color: #ff6600;
    color: white;
}
.login-frase{
    text-align: center;
    font-size: 22px;
}

/*===== Olvido su contraseña =====*/
.lost-pass{
    color: white !important;
    cursor: pointer;
}
.lost-pass:hover{
    text-decoration: underline !important;  
}
.Mw-cont{
    position: absolute;
    width: 450px;
    height: 350px; 
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    margin: 20px;
    background: rgba(44, 44, 44, 0.95);
    border-radius: 10px;
    color: white;
}
.xClose{
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.xClose:hover, .xClose:focus {
  color: #ff6600;
  text-decoration: none;
  cursor: pointer;
}

