@font-face {
    font-family: 'OnSoft';
    src: url('../Font/OpenSans-Regular.ttf');
    src: url('../Font/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'OnSoft', sans-serif;
    -webkit-print-color-adjust: exact;
}

    *:disabled {
        cursor: not-allowed;
    }

table, table tr, table tr td, textarea, select, label, input[type=text], input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=time], input.datos {
    font-size: 12px;
}

.miniFont {
    font-size: 10px !important;
}

input[type=button] {
    font-size: 10px;
}

*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: transparent !important;
}

*::-webkit-scrollbar-thumb {
    background: #9c9c9c !important;
}

    *::-webkit-scrollbar-thumb:hover {
        background: #383838 !important;
    }

.bg_azul {
    background-color: #3a3a5b !important;
}

.txt_azul {
    color: #3a3a5b !important;
}

.bg_azul_claro {
    background-color: #5479d3 !important;
}

.txt_azul_claro {
    color: #5479d3 !important;
}

.bg_azul_ttl {
    background-color: #465e9b !important;
}

.txt_azul_ttl {
    color: #465e9b !important;
}

.bg_gris {
    background-color: #4c4c4c !important;
}

.txt_gris {
    color: #4c4c4c !important;
}

.bg_gris_claro {
    background-color: #f2f2f2 !important;
}

.txt_gris_claro {
    color: #f2f2f2 !important;
}

body, html {
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,1);
    font-style: normal;
    font-weight: normal;
    color: #000000;
    margin: 0px 0px 0px 0px;
    font-size: 10px;
}

table, tr, tc {
    border-spacing: 0px;
    padding: 0px;
    border: #ffffff 1px solid;
}

a, a:active, a:visited {
    text-decoration: none;
    color: #FFF;
}

    a:hover {
        text-decoration: none;
        color: #bababa;
    }

form {
    width: 100%;
    height: 100%;
}

#footer, #footer tr {
    width: 100%;
    height: 32px;
    min-height: 32px;
    background-color: #3a3a5b;
    bottom: 0px;
    left: 0px;
    position: absolute;
    color: white;
    border: 0px solid transparent;
    vertical-align: middle;
}

    #footer td {
        height: 32px;
        min-height: 32px;
        background-color: #3a3a5b;
        color: white;
        border: 0px solid transparent;
        width: 25%;
        text-align: center;
        font-size: 12px !important;
        font-style: normal;
        font-weight: normal;
    }

    #footer label {
        bottom: 3px;
        position: relative;
    }

.Img_Footer {
    width: 15px;
    height: 15px;
    margin: 0px 5px;
    border: 0px solid transparent;
}

#tblLoginHolder {
    text-align: right !important;
    background-image: url(../images/imgLogin.png);
    background-position: right top;
    background-position-x: calc(100%);
    background-repeat: no-repeat;
    background-size: auto 90%;
    margin: 0px 0px 0px 0px;
}

#Login {
    width: 50%;
    height: 100%;
}

    #Login, #Login tr, #Login td {
    }

        #Login td {
            width: 50%;
            text-align: center;
            padding: 16px 0px;
        }

        #Login input {
            WIDTH: 334px;
            margin: 0px;
            height: 24px;
            text-align: center;
        }

        #Login label {
            WIDTH: 334px;
            margin: 0px;
            height: 24px;
            font-weight: normal;
        }

#Logo {
    width: 100%;
    height: auto;
    max-width: 230px;
}

#button {
    background-color: #3a3a5b;
    border: 0px solid transparent;
    font-weight: bold;
    color: white;
    margin: 10px 0px !important;
    padding: 15px 10px;
    cursor: pointer;
    width: 180px !important;
    border-radius: 5px;
    font-size: 10px !important;
}

#txtEmpresa, #txtUsuario, #txtPassword, #txtLogin,
#txtMail, #txtTel, #txtPasswordAct, #txtPasswordNue, #txtPasswordNueConf {
    font-size: 14px !important;
}

#lblEmpresa, #lblUsuario, #lblClave {
    font-size: 14px !important;
}


textarea, input, select {
    border: 1px solid #3a3a5b;
    border-radius: 2px;
}

textarea {
    resize: none !important;
}

table {
    border-top-left-radius: 45px !important;
    border-top-right-radius: 45px !important;
}

input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    input[type=text], input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=time], input.datos, textarea {
        min-width: 50px !important;
    }

.inputBordeInferior {
    border-top: 0px none transparent !important;
    border-right: 0px none transparent !important;
    border-left: 0px none transparent !important;
    border-bottom: 1px solid #3a3a5b !important;
}

    .inputBordeInferior:focus {
        outline: none !important;
    }

@media screen and (max-width: 768px) {

    #footer label {
        display: none;
    }

    .Img_Footer {
        width: 18px;
        height: 18px;
        margin: 0px 5px;
        border: 0px solid transparent;
    }

    #tblLoginHolder {
        text-align: center !important;
        background-image: url(../images/imgLogin.png);
        background-position: right top;
        background-position-x: calc(100% - 20px);
        background-repeat: no-repeat;
        background-size: 30% auto;
    }

    #Login {
        width: 100%;
        height: 100%;
    }
}
