/*#region caja de button*/

.invisilityBtn {
    width: 560px;
    padding-top: 17px;
    display: flex;
    gap: 3px;
    justify-content: end;
}

.btn-conrols-left {
    display: flex;
    gap: 2px;
    margin-left: 2px;
    height: 100%;
    width: auto !important;
}
/*#endregion*/
/*#region estilos buttons*/
.button-modal button h6,
.invisilityBtn button,
.btn-list,
img.btn-list,
button.BtnStyle-5,
.button-modal button, .k-button, .btn__principal, .e-btn , .e-css.e-btn {
    font-size: 11px;
    font-family: "segoeuib" !important;
    /*  font-weight: normal !important;*/
}
.BtnStyle-5.btn-emisor-receptor {
    font-family: "seguisb" !important;
}

.boxBtn .BtnStyle-5 {
    font-size: 11px;
    font-family: "SEGOEUI" !important;
    color: #325A9B;
    margin-top: 0;
    margin: 0;
    padding-right: 0.20rem !important;
    padding-left: 0.20rem !important;
    letter-spacing: 1px;
}
/*Hover para el boton anclado*/
.boxBtn .btn-ancle:hover {
    background: -webkit-linear-gradient(var(--bg-webkit-gdt-btnanclado)) !important;
    border-color: var(--border-9d2) !important;
}

/*Texto de los botones sin negrita*/
.texto-boton-normal.btn-list,
.button-modal .texto-boton-normal h6, .firts-subicons label {
    font-family: "seguisb" !important;
}

.invisilityBtn button,
.btn-list,
img.btn-list,
button.BtnStyle-5,
.button-modal button {
    border-radius: 3px;
    transition: .2s;
}

.invisilityBtn button {
    float: right;
    /*   width: 80px; */
    padding: 0 10px;
}

.btn-list,
img.btn-list {
    padding: 2px 4px;
    height: 100%;
}

input ~ img.btn-list {
    margin-left: 2px;
}
/*#endregion*/
/*#region Button horizontales en grupos sin espacio*/
.btn-controls-online {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 6px;
    width: fit-content;
}

    .btn-controls-online .BtnStyle-5:nth-child(1) {
        border-right: 0 !important;
    }

    .btn-controls-online .BtnStyle-5 {
        border-radius: 0 !important;
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0px !important;
    }

/*#endregion*/
/*Flechas*/
.btn-flecha {
    margin-right: 4px !important;
    margin-top: -19px !important;
}

/*Boton para el control SacComboBox*/
.caja-select {
    height: 100%;
    border-radius: 1px;
    font-size: 11px !important;
    width: 100%;
    position: relative;
}

    .caja-select:after {
        content: "\025be";
        display: flex;
        text-align: center;
        width: 20px;
        background-color: #DCECFF;
        position: absolute;
        top: 1px;
        right: 1px;
        bottom: 1px;
        pointer-events: none;
        font-size: 14px;
        justify-content: center;
        align-items: center;
        /* display: table-cell;*/
        /* padding-top: 4px; */
        /*height: 100%;*/
        /*  border: 1px solid #9cbde8;*/
    }

    .caja-select:hover:after {
        background: -webkit-linear-gradient(var(--bg-webkit-gdt-bb096d));
        border-color: #ffd96d !important;
    }
/********/
/*padding para boton de AnexosTransc*/
.p-btn-anexos {
    padding: 0 8px;
}