html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.logo-login {
    width: 280px;
}

.logo-menu {
    width: 180px;
}

.btn-brand-01 {
    background-color: #5556fd;
    border-color: transparent;
    color: #fff;
}

    .btn-brand-01:hover, .btn-brand-01:focus {
        background-color: #3c3dfd;
        border-color: transparent;
        color: #fff;
    }

.btn-login {
    color: #000000;
    background-color: #365fa6;
    border-color: #86232e;
    transform: translateY(-1px);
}

    .btn-login:hover {
        color: #fff;
        background-color: #6c2029;
        border-color: #6c2029;
        transform: translateY(-1px);
    }

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.loading {
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: #ffffff4f;
}

.display-none {
    display: none;
}

.text-azul {
    color: #2b73db;
}

.text-gris {
    color: #676767;
}

.customHr {
    width: 95%;
    font-size: 1px;
    color: rgba(0, 0, 0, 0);
    line-height: 3px;
    background-color: grey;
    margin-top: -6px;
    margin-bottom: 10px;
}

.fondo-gris {
    background-color: #f3f3f3;
}

.fondo-blanco {
    background-color: #ffffff;
}

.espacio {
    height: 10px;
}

    .espacio small {
        height: 5px;
    }

.boxsizingBorder {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.click {
    padding: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    color: #2b73db;
}

    .click izq {
        padding: 10px;
        border: solid black;
        border-width: 0 3px 3px 0;
        display: inline-block;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        color: #2b73db;
    }

.derecha {
    float: right;
}

.renglon {
    height: 500px;
}

.redondo {
    border-radius: 10px;
}

.redondote {
    border-radius: 20px;
}

table.scroll {
    width: 100%; /* 140px * 5 column + 16px scrollbar width */
    /*height: 100%;*/ /* 140px * 5 column + 16px scrollbar width */
    border-spacing: 0;
    /* border: 2px solid black;*/
}

    table.scroll tbody,
    table.scroll thead tr {
        display: block;
    }

    table.scroll tbody {
        height: 500px;
        overflow-y: auto;
        overflow-x: scroll;
    }

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}

#lblCartCount {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
}

#sidebar.hidden {
    display: none;
}

#text-align-right {
    text-align: right;
}
/*table.scroll tbody td,
        table.scroll thead th {
            width: 140px;
            border: 1px solid black;
        }

            table.scroll thead th:last-child {
                width: 156px;*/ /* 140px + 16px scrollbar width */
/*}

thead tr th {
    height: 30px;
    line-height: 30px;*/
/*text-align: left;*/
/*}

tbody {
    border-top: 2px solid black;
}

    tbody td:last-child, thead th:last-child {
        border-right: none !important;
    }*/
