/* DEFAULT HTML */
* {
    padding: 0;
    margin: 0;
}
html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family:"Segoe UI"!important;

}

/* Desativar o outline default dos browers */ 
button:focus { outline:0; }

/* MAIN */
#form_main {
    height: 100%;
    width: 100%;
    background-color: white;
}
#row_main {
    height: 100%;
    width: 100%;
    margin: 0;
}
#panel_login {
    height: 100%;
    width: 100%;
    margin: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}
#block_scene{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #1f1f1f98;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* MODAL OPTIONS */
.modal {
    background-color: #000000b0;
}
.modal-content {
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
}
.modal-header {
    color: black;
    border-bottom: 1px solid black;
    font-size: 14px;
    font-weight: bold;
}
.modal-body {
    color: black;
    font-size: 15px;
    font-weight: bold;
}
.modal-footer {
    color: white;
    border-top: 1px solid black;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    font-size: 14px;
    font-weight: bold;
}

/* SECTIONS OPTIONS */
.section-1 {
    height: 100%;
    display: flex;
    flex-flow: wrap;
    font-size: 14px;
    font-weight: bold;
    padding: 0px;
    padding-left: 5px;
}

.section-1-1 {
    height: 100%;
    display: flex;
    flex-flow: wrap;
    padding: 0 0 10px;
    font-size: 14px;
    font-weight: bold;
}
.section-1-1-1 {
    width: 19%;
    height: 100%;
    border: 0;
    box-shadow: 0px 0px 2px 1px black;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
}
    .section-1-1-1[disabled] {
        opacity: 0.5;
        pointer-events: none;
        font-size: 14px;
        font-weight: bold;
    }

.section-1-1-2 {
    width: 100%;
    height: 100%;
    padding-top: 5px;
    font-size: 14px;
    font-weight: bold;
}
.section-1-1-2-1 {
    width: 100%;
    /*height: 84%;*/
    display: flex;
    flex-flow: wrap;
    font-size: 14px;
    font-weight: bold;
    /* padding-top:35px;*/
}
.section-1-1-2-2 {
    width: 100%;
    height: 12%;
    display: flex;
    flex-flow: wrap;
    font-size: 14px;
    font-weight: bold;
}
.section-1-1-2-2-1 {
    width: 50%;
    height: 100%;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
}
.section-1-1-2-2-2 {
    width: 50%;
    height: 100%;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
}

.section-1-2 {
    height: 0%;
    display: flex;
    flex-flow: wrap;
    padding: 10px 10px;
    border: 0;
    box-shadow: 0 0 4px 1px black;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
}
.section-1-2a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: wrap;
    font-size: 14px;
    font-weight: bold;
}
.section-1-2-1 {
    height: 100%;
    width: 60%;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: bold;
}
.section-1-2-2 {
    height: 100%;
    width: 40%;
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    font-size: 14px;
    font-weight: bold;
}
.section-1-2-3 {
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}
    .section-1-2-1 button, .section-1-2-2 button, .section-1-2-3 button {
        font-size: 12px;
        min-width: 100px;
        height: 100%;
        display: block;
        background: rgba(42,164,207,1);
        padding: 5px;
        text-align: center;
        border-radius: 5px;
        color: white;
        font-weight: 500;
        text-decoration: none;
        border-color: rgba(42,164,207,1);
        margin: 2px
    }


@media screen and (min-width: 768px) {
    .section-1-2-1 button, .section-1-2-2 button, .section-1-2-3 button {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .section-1-2-1 button, .section-1-2-2 button, .section-1-2-3 button {
        font-size: 4vw;
    }
}
.section-2 {
    height: 100%;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .section-2-1 {
        height: 50px;
        width: 100%;
        /*background-color: #6d6d6d82;*/
        border: 1px solid;
        border-bottom: 0;
        display: flex;
        flex-flow: wrap;
        font-size: 14px;
        font-weight: bold;
    }
    .section-2-2 {
        height: 60%;
        width: 100%;
        /*    background-color: rgba(42,164,207,0.5);*/
        border: 1px solid;
        font-size: 12px;
        font-weight: bold;
    }
}

@media screen and (max-width: 767px) {
    .tpdocCls {
        margin-top: 4px;
        width: 92%;
        font-size: 28px;
        font-weight: 700;
    }
}
@media screen and (min-width: 768px) {
    .tpdocCls {
        width: 100%;
        font-size: 27px;
        font-weight: 700;
        padding: 5px;
    }
}
@media screen and (min-width: 768px) {
    .section-2-1 {
        height: 50px;
        width: 100%;
        /*background-color: #6d6d6d82;*/
        border: 1px solid;
        border-bottom: 0;
        display: flex;
        flex-flow: wrap;
        font-size: 14px;
        font-weight: bold;
    }
    .section-2-2 {
        height: 65%;
        width: 100%;
        /*    background-color: rgba(42,164,207,0.5);*/
        border: 1px solid;
        font-size: 12px;
        font-weight: bold;
    }
}

.section-2-1-1 {
    width: 100%;
    border-bottom: 1px solid;
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 0px 0px 1px;
}

    .section-2-1-2 {
        height: 50%;
        width: 100%;
        text-align: center;
        display: flex;
        flex-flow: wrap;
        font-size: 14px;
        font-weight: bold;
    }

    .section-2-1-2-1 {
        border-right: 1px solid;
        font-size: 14px;
        font-weight: bold;
    }

        .section-2-1-2-1 p, .section-2-1-2-2 p {
            width: 100%;
            margin-bottom: 0;
            font-size: 14px;
            font-weight: bold;
        }

    .section-2-1-2-1, .section-2-1-2-2 {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: bold;
    }

    .section-2-3 {
        height: 30%;
        width: 100%;
        border: 1px solid;
        border-top: 0;
        font-size: 14px;
        font-weight: bold;
    }

        .section-2-3 div[space] {
            width: 31%;
            margin: 0 auto;
            font-size: 14px;
            font-weight: bold;
        }

    .section-2-3-0 {
        height: 20%;
        border-bottom: 1px solid;
        font-size: 14px;
        font-weight: bold
    }

        .section-2-3-0 p {
            text-align: right;
            font-weight: 500;
            font-size: 25px;
            font-weight: bold;
            margin-right: 10px;
            padding-top:0px
        }

    .section-2-3-1, .section-2-3-2, .section-2-3-3 {
        height: 40%;
        width: 100%;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        padding: 0px;
        font-size: 14px;
        font-weight: bold;
    }

        .section-2-3-1 button, .section-2-3-2 button, .section-2-3-3 button {
            height: 100%;
            width: 25%;
            display: block;
            background: rgba(42,164,207,1);
            padding: 0px;
            text-align: center;
            border-radius: 0px;
            color: white;
            font-weight: 500;
            text-decoration: none;
            border-color: rgba(42,164,207,1);
            margin: 0px;
            font-size: 14px;
            line-height: 1;
        }
    /* LOGIN SECTION */
    .login_card {
        height: 420px;
        width: 350px;
        margin-top: auto;
        margin-bottom: auto;
        background: white;
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-radius: 5px;
    }

    .brand_logo_container {
        position: absolute;
        height: 170px;
        width: 170px;
        top: -88px;
        border-radius: 50%;
        padding: 10px;
        text-align: center;
        background-color: #BDD5EA;
    }

        .brand_logo_container .brand_logo {
            height: 150px;
            width: 150px;
            border-radius: 50%;
            border: 2px solid white;
        }

.lcard-section-1 {
    height: 22%;
    width: 100%;
    color: rgba(42,164,207,1);
    font-size: 34px;
    text-align: center;
    text-shadow: 1px 1px 0 0 black;
}

    .lcard-section-2 {
        height: 78%;
        width: 100%;
        padding: 10px 20px;
    }

    /* FAMILIA GROUP */
    #lst_familias {
        max-height: -webkit-fill-available;
        height: 100%;
        width: 100%;
        z-index: 1;
        overflow: hidden;
        display: flex;
        flex-flow: wrap;
        align-content: start;
        padding: 10px;
    }

    #btn_familia_setacima, #btn_familia_setabaixo {
        position: absolute;
        left: 0;
        width: 19%;
        height: 50px;
        border: none;
        z-index: 3;
        color: white;
        transition: background-color 0.3s ease, visibility 0.3s, opacity 0.3s ease;
        visibility: visible;
        opacity: 1;
    }

    #btn_familia_setacima {
        top: 0;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    #btn_familia_setabaixo {
        bottom: 10px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

        #btn_familia_setacima[disabled], #btn_familia_setabaixo[disabled] {
            visibility: hidden;
            opacity: 0;
        }

    #lst_familias .item_familia_btn:not(:last-child) {
        margin-bottom: 10px;
    }
    /*.item_familia_btn {*/
    /*  width: 100%;
    height: 105px;
    border: 0;
    box-shadow: 0 0 1.5px 1px #4f6784;
    font-size: 14px;
    font-weight: bold;*/
    /*font-size: 12px;
    display: block;
    width: 100%;
    height: 105px;*/
    /* height: 25px; */
    /*background: rgba(42,164,207,1);
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    text-decoration: none;
    border-color: rgba(42,164,207,1);
}*/

    /* MENU MESAS OU PRODUCTS */
    .lst_menu_mesas_or_products {
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: flex;
        flex-flow: wrap;
    }

    .lst_menu_option_vs_products {
        width: 100%;
        height: 15%;
        /* overflow: hidden; */
        display: flex;
        /* flex-flow: wrap; */
        position: sticky;
    }

    #btn_menu_mesas_or_products_setacima, #btn_menu_mesas_or_products_setabaixo {
        width: 100%;
        height: 100%;
        opacity: 1;
    }

        #btn_menu_mesas_or_products_setacima[disabled],
        #btn_menu_mesas_or_products_setabaixo[disabled] {
            opacity: 0.5;
        }

    .item_mesa_btn, .item_sala_btn, .item_product_btn, .item_familia_btn {
        width: 150px;
        height: 150px;
        display: block;
        background: rgba(42,164,207,1);
        text-align: center;
        color: white;
        text-decoration: none;
        border-color: rgba(42,164,207,1);
        margin: 1px;
        border-radius: 10px;
    }

    @media screen and (min-width: 768px) {
        .item_mesa_btn, .item_sala_btn, .item_product_btn, .item_familia_btn {
            font-size: 15px;
        }
    }

    @media screen and (max-width: 767px) {
        .item_mesa_btn, .item_sala_btn, .item_product_btn, .item_familia_btn {
            font-size: 15px;
        }
    }

    .item_product_btn.novidade_prod:not(.promocao_prod) {
        background-image: url('Imgs/novidade.png');
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 60%;
    }

    .item_product_btn.promocao_prod:not(.novidade_prod) {
        background-image: url('Imgs/promocao.png');
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 60%;
    }

    .item_product_btn.novidade_prod.promocao_prod {
        background-image: url('Imgs/novePro.png');
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 50%;
    }

    /* TABELA DE PRODUTOS */
    #span_mesa_id {
        font-weight: 700;
        font-size: 12px;
        color: black;
    }

    .cesto_table {
        width: 100%;
        height: 100%;
        display: block;
        font-weight: 400;
    }

        .cesto_table tbody,
        .cesto_table thead {
            display: block;
        }

            .cesto_table thead tr {
                width: 100%;
            }

            .cesto_table thead th {
                height: 30px;
                line-height: 30px;
                padding: 3px;
                font-size: 12px;
            }

        .cesto_table tbody {
            height: 100%;
            overflow-y: overlay;
            overflow-x: hidden;
            font-weight: 700;
            text-transform: uppercase;
        }

            .cesto_table tbody tr, .cesto_table thead {
                border-bottom: 1px solid black;
                width: 100%;
                display: inline-table;
                font-size: 12px;
                font-weight: 700;
                text-transform: uppercase;
                border-bottom-color: lightgray;
            }

            .cesto_table tbody td {
                padding: 4px;
            }

            .cesto_table tbody tr.selected {
                background-color: #f3989e;
            }

    .cesto_table-head {
        position: absolute;
        top: 0;
        /* Width: é colocado pelo JS */
    }

        .cesto_table-head thead {
            border-bottom: 1px solid black;
            width: 100%;
            /* Height: é colocado pelo JS */
            display: inline-table;
        }

    .cesto_table {
        width: 100%;
        height: 100%;
        display: block;
    }

        .cesto_table tbody,
        .cesto_table thead {
            display: block;
        }

            .cesto_table thead tr {
                width: 100%;
            }

            .cesto_table thead th {
                height: 30px;
                line-height: 30px;
                padding: 3px;
            }

        .cesto_table tbody {
            height: 100%;
            overflow-y: overlay;
            overflow-x: hidden;
            font-weight: 700;
            text-transform: uppercase;
        }

            .cesto_table tbody tr, .cesto_table thead {
                border-bottom: 1px solid black;
                width: 100%;
                display: inline-table;
                font-size: 12px;
                font-weight: 700;
                text-transform: uppercase;
                border-bottom-color: lightgray;
            }

            .cesto_table tbody td {
                padding: 4px;
            }

            .cesto_table tbody tr.selected {
                /*    background-color: #f3989e;*/
                background-color: rgba(42,164,207,1);
                color: white;
            }

    .cesto_table-head {
        position: absolute;
        top: 0;
        /* Width: é colocado pelo JS */
    }

        .cesto_table-head thead {
            border-bottom: 1px solid black;
            width: 100%;
            /* Height: é colocado pelo JS */
            display: inline-table;
        }
    /* Model OPEN*/

    /* */

    .cesto_tableOpen {
        width: 100%;
        height: 100%;
        display: block;
    }

        .cesto_tableOpen tbody,
        .cesto_tableOpen thead {
            display: block;
        }

            .cesto_tableOpen thead tr {
                width: 100%;
            }

            .cesto_tableOpen thead th {
                height: 30px;
                line-height: 30px;
                padding: 3px;
            }

        .cesto_tableOpen tbody {
            height: 87%;
            overflow-y: overlay;
            overflow-x: hidden;
        }

            .cesto_tableOpen tbody tr, .cesto_tableOpen thead {
                border-bottom: 1px solid black;
                width: 100%;
                display: inline-table;
            }

            .cesto_tableOpen tbody td {
                padding: 4px;
            }

            .cesto_tableOpen tbody tr.selected {
                background-color: #f3989e;
            }

    .cesto_tableOpen-head {
        position: absolute;
        top: 0;
        /* Width: é colocado pelo JS */
    }

        .cesto_tableOpen-head thead {
            border-bottom: 1px solid black;
            width: 100%;
            /* Height: é colocado pelo JS */
            display: inline-table;
        }

    .cesto_tableOpen {
        width: 100%;
        height: 100%;
        display: block;
    }

        .cesto_tableOpen tbody,
        .cesto_tableOpen thead {
            display: block;
        }

            .cesto_tableOpen thead tr {
                width: 100%;
            }

            .cesto_tableOpen thead th {
                height: 30px;
                line-height: 30px;
                padding: 3px;
            }

        .cesto_tableOpen tbody {
            height: 87%;
            overflow-y: overlay;
            overflow-x: hidden;
        }

            .cesto_tableOpen tbody tr, .cesto_tableOpen thead {
                border-bottom: 1px solid black;
                width: 100%;
                display: inline-table;
            }

            .cesto_tableOpen tbody td {
                padding: 4px;
            }

            .cesto_tableOpen tbody tr.selected {
                background-color: #f3989e;
            }

    .cesto_tableOpen-head {
        position: absolute;
        top: 0;
        /* Width: é colocado pelo JS */
    }

        .cesto_tableOpen-head thead {
            border-bottom: 1px solid black;
            width: 100%;
            /* Height: é colocado pelo JS */
            display: inline-table;
        }
    /**/
    /* MODAL CRIAR DOC */
    #modal_open_doc .modal-dialog {
        width: 82%;
        max-width: none;
        max-height: none;
        height: 82%;
    }

    #modal_open_doc .modal-content {
        height: 100%;
        border-radius: 0;
    }

    #modal_open_doc .modal-body {
        padding: 0;
    }

    #modal_open_doc .m-section-1 {
        height: 100%;
        width: 100%;
        display: flex;
        flex-flow: wrap;
    }

    #modal_open_doc .m-section-1-1 {
        height: 100%;
        width: 65%;
        display: flex;
        flex-flow: wrap;
    }

    #modal_open_doc .m-section-1-1-1 {
        width: 100%;
        display: flex;
        flex-flow: wrap;
        padding: 10px;
    }

    #modal_open_doc .m-section-1-1-2 {
        width: 100%;
        height: 40%;
        display: flex;
        flex-flow: wrap;
    }

    #modal_open_doc .m-section-1-1-2-1, #modal_open_doc .m-section-1-1-2-2 {
        width: 50%;
        height: 100%;
        display: flex;
        flex-flow: wrap;
        border-right: 1px solid white;
        text-align: center;
    }

    #modal_open_doc .m-section-1-1-2-2 {
        padding: 10px;
        justify-content: center;
    }

    #modal_open_doc .m-section-1-1-2-1-1, #modal_open_doc .m-section-1-1-2-1-2 {
        width: 100%;
        height: 50%;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
    }

    #modal_open_doc .m-section-1-1-2-1-1 {
        align-items: flex-end;
        border-bottom: 1px solid white;
    }

    #modal_open_doc .m-section-1-1-2-1-2 {
        align-items: flex-start;
    }

    #modal_open_doc .m-section-1-2 {
        height: 100%;
        width: 35%;
        display: flex;
        flex-flow: wrap;
        padding: 6px;
    }

    #modal_open_doc #mcd_table_cart_open {
        color: black;
        background-color: #BDD5EA;
        height: 100%;
        width: 100%;
        border: 1px solid black;
    }

    /* MODAL CRIAR DOC */
    #modal_create_doc .modal-dialog {
        width: 82%;
        max-width: none;
        max-height: none;
        height: 82%;
    }

    #modal_create_doc .modal-content {
        height: 100%;
        border-radius: 0;
    }

    #modal_create_doc .modal-body {
        padding: 0;
    }

    #modal_create_doc .m-section-1 {
        height: 100%;
        width: 100%;
        display: flex;
        flex-flow: wrap;
    }

    #modal_create_doc .m-section-1-1 {
        height: 100%;
        width: 100%;
        display: flex;
        flex-flow: wrap;
    }

    #modal_create_doc .m-section-1-1-1 {
        width: 100%;
        height: 60%;
        display: flex;
        flex-flow: wrap;
        padding: 10px;
    }

    #modal_create_doc .m-section-1-1-2 {
        width: 100%;
        height: 40%;
        display: flex;
        flex-flow: wrap;
    }

    #modal_create_doc .m-section-1-1-2-1, #modal_create_doc .m-section-1-1-2-2 {
        width: 50%;
        height: 100%;
        display: flex;
        flex-flow: wrap;
        border-right: 1px solid white;
        text-align: center;
    }

    #modal_create_doc .m-section-1-1-2-2 {
        padding: 10px;
        justify-content: center;
    }

    #modal_create_doc .m-section-1-1-2-1-1, #modal_create_doc .m-section-1-1-2-1-2 {
        width: 100%;
        height: 50%;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
    }

    #modal_create_doc .m-section-1-1-2-1-1 {
        align-items: flex-end;
        border-bottom: 1px solid white;
    }

    #modal_create_doc .m-section-1-1-2-1-2 {
        align-items: flex-start;
    }

    #modal_create_doc .m-section-1-2 {
        height: 100%;
        width: 35%;
        display: none;
        flex-flow: wrap;
        padding: 6px;
    }

    #modal_create_doc #mcd_table_cart {
        color: black;
        background-color: #BDD5EA;
        height: 100%;
        width: 100%;
        border: 1px solid black;
    }

    #modal_opcoes {
        height: 100%;
    }

        #modal_opcoes .modal-dialog {
            max-width: none;
            max-height: none;
            width: 90%;
            height: 90%;
        }

        #modal_opcoes .modal-content {
            height: 100%;
            border-radius: 0;
        }
    /* MODAL FIND DOC */
    #modal_find_doc {
    }

        #modal_find_doc .modal-dialog {
            max-width: none;
            max-height: none;
            width: 90%;
        }

        #modal_find_doc .modal-content {
            border-radius: 0;
        }

    #mfdoc_table_docs {
        color: black;
        font-size: 14px;
    }

    #mfdoc_table_docs {
        color: black;
        font-size: 14px;
    }

    /* MODAL DIVIDIR CONTA */
    #modal_split_conta .modal-dialog {
        width: 82%;
        max-width: none;
        max-height: none;
        height: 90%;
    }

    #modal_split_conta .modal-content {
        height: 100%;
        border-radius: 0;
    }

    #modal_split_conta .m-section-1 {
        display: flex;
        flex-flow: wrap;
        width: 100%;
        height: 88%;
    }

        #modal_split_conta .m-section-1 .cesto_table {
            border: 1px solid black;
            background-color: #8c8c8c;
        }

    #modal_split_conta .m-section-1-2 {
        display: flex;
        flex-flow: wrap;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

        #modal_split_conta .m-section-1-2 button {
            width: 100%;
            height: 45%;
            font-size: 14px;
            background-color: #0074da;
            border: 0;
            border-radius: 20px;
        }

    #modal_split_conta .m-section-2 {
        height: 12%;
        width: 100%;
        display: flex;
        flex-flow: wrap;
        justify-content: space-evenly;
        padding: 12px 0 0;
    }

        #modal_split_conta .m-section-2 button {
            height: 100%;
        }

    #modal_split_conta .m-section-2-1 {
        height: 100%;
        width: 48%;
    }

    #modal_split_conta .m-section-2-2 {
        height: 100%;
        width: 48%;
    }

    /* COLOR VARS */
    /*.-btn-color--product-item {background-color: #A8BDE4;}*/
    /*.-btn-color--mesa-item {
    background-color: #E1E1E1;
}*/
    /*.-btn-color--sala-item {
    background-color: #E1E1E1;
}*/
    /*.-btn-color--family-item {background-color: #7D94B5;}*/
    .-btn-color--family-item.selected {
        background-color: #3f51b5;
    }

    .-btn-color--family-setas {
        background-color: #00000087;
    }

        .-btn-color--family-setas:focus {
            background-color: #000000bd;
        }

    .-modal-header-footer-color {
        background-color: white;
    }

    .-modal-body-color {
        background-color: white;
    }



    .btn-gestplus {
        display: block;
        background: rgba(42,164,207,1);
        padding: 5px;
        text-align: center;
        border-radius: 5px;
        color: white;
        font-weight: 500;
        text-decoration: none;
        border-color: rgba(42,164,207,1);
    }
    /* LOADER */
    .lds-ring {
        display: inline-block;
        position: relative;
        width: 64px;
        height: 64px;
        pointer-events: none;
    }

        .lds-ring div {
            box-sizing: border-box;
            display: block;
            position: absolute;
            width: 51px;
            height: 51px;
            margin: 6px;
            border: 6px solid #fff;
            border-radius: 50%;
            animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            border-color: #fff transparent transparent transparent;
        }

            .lds-ring div:nth-child(1) {
                animation-delay: -0.45s;
            }

            .lds-ring div:nth-child(2) {
                animation-delay: -0.3s;
            }

            .lds-ring div:nth-child(3) {
                animation-delay: -0.15s;
            }

    @keyframes lds-ring {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .login_btn {
        display: block;
        width: 100%;
        /* height: 25px; */
        background: rgba(42,164,207,1);
        padding: 5px;
        text-align: center;
        border-radius: 5px;
        color: white;
        font-weight: 500;
        text-decoration: none;
        border-color: rgba(42,164,207,1);
    }

        .login_btn:focus {
            box-shadow: none !important;
            outline: 0px !important;
        }

    .input-group-text {
        background: rgba(42,164,207,1) !important;
        color: white !important;
        border: 0 !important;
        border-radius: 0.25rem 0 0 0.25rem !important;
    }

    .input_user,
    .input_pass:focus {
        box-shadow: none !important;
        outline: 0px !important;
    }

    .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
        background-color: rgba(42,164,207,1) !important;
    }