﻿
/* FirmaNativa */
.buttons-excel {
    background: #bfa8d4 !important;
    color: white !important;
    border-radius: 5px !important;
    border: 1px #ffffff00 solid !important;
}

.user-view {
    background: #bfa8d4;
}

.badge {
    color: white !important;
    border-radius: 10px;
}

.tabs .indicator {
    background-color: #000000 !important;
}

.tab a.active {
    background-color: transparent;
    color: black !important;
}

.nav_wrapper_css {
    background: #ffdde8;
}

.i_supervisor_index {
    color: #232323;
}

.btn_background {
    background: #bfa8d4;
}

.swal2-confirm {
    background: #bfa8d4 !important;
    border-radius: 15px;
}

.icono_credenciales {
    color: #bfa8d4;
    position: relative;
    top: -3px;
}

.firma_disconforme {
    padding: 5px;
    text-align: center;
    top: -7px;
    border-radius: 3px;
    background: #bfa8d4;
    color: white;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
}

.txt_disconforme {
    color: #ff5722;
}

.box_restriccion {
    background: #bfa8d4;
    color: white;
    padding: 30px;
    margin: 50px;
    font-size: 20px;
    text-align: center;
    box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
}

.btn-add {
    float: right !important;
    width: 56px;
    height: 56px;
    padding: 0;
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    transition: .3s ease-out;
    line-height: 54px;
    font-size: 15px;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    text-align: center;
    letter-spacing: .5px;
    border: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    background-color: #bfa8d4 !important;
    top: -20px
}

    .btn-add > i.fas {
        color: white;
    }

i.fas {
    color: #222;
}

.dataTables_filter {
    width: 100%;
}

.tabla_vacia {
    color: white !important;
    background: #bfa8d4 !important;
    padding: 10px;
    margin-top: 50px;
    box-shadow: RGB(0 0 0 / 35%) 0px 5px 15px;
    border-radius: 5px;
}

.card_color {
    background: #bfa8d4 !important;
    color: white;
}

.colorBadge {
    background: red;
}
/* 01 05 24*/
.nav_master {
    background: #bfa8d4 !important;
    height: 50px;
    padding: 0px 10px;
    position: fixed;
    z-index: 999;
}
.navegacion_local {
    height: 50px;
    padding-left: 20px;
}
