﻿/*class del body*/
body.bodytotal {
    background: url(../img/logo/fondo.jpg) no-repeat center center fixed;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    /*   margin: 10px;*/
}

.containerEmpresa {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    width: 900px;
    max-width: 100%;
}

.header {
    border-bottom: 1px solid #f0f0f0;
    background-color: #f7f7f7;
    padding: 20px 40px;
    text-align: center;
}

.header h2 {
    margin: 0;
}

.form {
    padding: 30px 40px;
    position: relative;
    overflow: hidden;
}

.form-data {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.form-data input {
    width: 100%;
    height: 2rem;
    background: none;
    color: #212529;
    padding-top: 15px;
    border: none;
    outline: 0px;
}

.form-data input:focus {
    outline: none;
    border-color: #777;
}

.form-data select {
    width: 100%;
    height: 2rem;
    background: none;
    color: #212529;
    padding-top: 15px;
    border: none;
    outline: 0px;
}

.form-data .lbllinea {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-bottom: 1px solid #c7c7c7;
}

.form-data lblsucces {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-bottom: 1px solid #c7c7c7;
}

.form-data lblerror {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-bottom: 1px solid #2ecc71;
}

.form-data .lbllinea:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #2ecc71;
    transform: translateX(-100%);
    transition: all 0.3s ease;
}

.txtinput {
    position: absolute;
    bottom: 5px;
    left: 0;
    transition: all 0.3s ease;
    color: #000000;
}

.form .form-data input:focus + .lbllinea .txtinput, .form .form-data input:valid + .lbllinea .txtinput {
    transform: translateY(-70%);
    font-size: 12px;
    color: #808080;
}

.form .form-data input:focus + .lbllinea:after, .form .form-data input:valid + .lbllinea:after {
    transform: translateX(0);
}

.form small {
    visibility: hidden;
}

.form small.error {
    color: #e74c3c;
    visibility: visible;
}

.form small.correcto {
    color: #fff;
    visibility: visible;
}

.form button {
    border-radius: 10px;
}

.form button:focus {
    outline: none;
    box-shadow: none;
}

/***********************************************/
/* IMAGENES DE LOGO */

#imagen {
    display: none;
}

.input-label {
    background: #ff6a00;
    color: #fff;
    padding: 5px;
    transition: transform 0.3s ease;
    border-radius: 10px;
}

.input-label:hover {
    background: #808080;
    cursor: pointer;
}

.cnti365-visible {
    display: block;
}

.cnti365-oculto {
    /*visibility: hidden;*/
    display: none;
}


/**************************************/
.form .form-data i.fa-eye {
    position: absolute;
    left: 90%;
    top: 12px;
    display: none;
    cursor:pointer;
}

.form .form-data i.fa-eye-slash {
    position: absolute;
    left: 90%;
    top: 12px;
    display: none;
    cursor: pointer;
}

.form .form-data input:valid ~ i.fa-eye{
    display:block;
}



/********************************************************/
/* Load */

.miModalLoad {  
   /* visibility: hidden;*/
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.miModalLoad span {
    text-align: center;
    top: 70%;
    left: 45%;
    position:absolute;
    background-color:#f0f0f0;
}

/*******************************************/

/* Stylos del Login*/

.containerlogin {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    width: 350px;
    max-width: 100%;
}

.headerlogin {
    border-bottom: 1px solid #f0f0f0;
    background-color: #f7f7f7;
    padding: 10px 20px;
    text-align: center;
}

.headerlogin h3 {
    color: #035A9A;
}

.form button.btnlogin {
    width: 100%;
}

/*************************************************/
.newCliente {
    display: none;
}

#ocultoCredito {
    display: none;
}

#ocultoMontoCredito {
    display: none;
}

.oculto{
    display: none;
}

#editocultoCredito {
    display: none;
}

#editocultoMontoCredito {
    display: none;
}

.cuadrado {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    width: 130px;
    height:110px;
    max-width: 90%;
}

.register{
    display: none;
}

.onItem option:first-child{
    display:none;
}

#modalDetalle {
    position: relative;
}

#modalEmpleado {
    position: relative;
}

#modalComprasRegistradas {
    position: relative;
}

.modal-dialog {
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 10px;
}

.newFrom {
    display: none;
}

/******************************************/

#divreportmovi {
    overflow: scroll;
    height: 440px;
    width: 100%;
}

#divreportmovi table {
    width: 100%;
    /*background-color: lightgray;*/
}

/*****************************************/

#tbcd td {
    border: 1px #DDD solid;
    padding: 5px;
    cursor: pointer;
}

.selected {
    background-color: #BACEEC;
    color: rgb(255 106 0);
}

.colorh4 h4 {
    color: #ED4901;
}

.colorh4 label {
    color: #1C4D68;
    font-size:45px;
}

/**************************************/
#eye-newpass {
    position: absolute;
    left: 87%;
    top: 66px;
    display: none;
    cursor: pointer;
    z-index: 100;
}

#eye-slash-newpass {
    position: absolute;
    left: 87%;
    top: 66px;
    display: none;
    cursor: pointer;
    z-index: 100;
}

#eye-newpassconfir {
    position: absolute;
    left: 87%;
    top: 138px;
    display: none;
    cursor: pointer;
    z-index: 100;
}

#eye-slash-newpassconfir {
    position: absolute;
    left: 87%;
    top: 138px;
    display: none;
    cursor: pointer;
    z-index: 100;
}

.fromCobrar input:valid ~ i.fa-eye {
    display: block;
    z-index: 100;
}

.error {
    color: #bb0000;
}