﻿/*
2023 09 25 - era una prova per icona dentro elemento ddl
.bootstrap-select.show-tick .dropdown-menu li a span.text {
    color: red;
    display: inline-block;
}
*/

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
}

.modal-title {
    color: white;
}

.modal-body {
    color: white;
}

.dropdown-item.disabled {
    color: #282828 !important;
}



.btn.btn-primary {
    color: white;
    background-color: steelblue;
    padding: 3px;
}

    .btn.btn-primary:hover {
        color: steelblue;
        background-color: white;
    }

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1 rem;
    text-align: center;
    background: #343a40;
    color: white;
}

.col-sm-2.col-form-label {
    color: rgba(255,255,255,.5);
}

.input-group-text {
    background-color: steelblue;
}

.updateProgress {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    color: yellow;
    /*text-align: center;*/
}

/* 17 05 2021 */
.badge-notify {
    background: red;
    position: relative;
    top: -12px;
    font-size: xx-small !important;
    color: white;
    /*left: -35px;*/
}

/* 04 10 2022 */
.fieldLabel {
    font-size: small;
    font-weight: 600;
    padding-left: 5px;
    white-space: nowrap;
    color: #d3d3d3;
}

/* 26 05 2021 */
.gridHeaderButtons {
    height: 40px;
    vertical-align: central;
}

/* 26 05 2021 */
.toolTipIcon:hover {
    color: yellow;
    cursor: pointer;
}

/* 26 05 2021 */
.toolTipHeaderInfo {
    color: white;
    font-weight: bold;
    background-color: steelblue;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

/* 26 05 2021 */
.toolTipDescriptionInfo {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    /*font-size: small;*/
}

/* 26 05 2021 */
.toolTipTextInfo {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    /*font-size: small;*/
}

.table {
    --bs-table-bg: #212529;
    color: white;
    --bs-table-border-color: #343a40;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: #d3d3d3;
}

.table > :not(caption) > * > * {
    color: #d3d3d3 !important;
}

.table-active {
    --bs-table-bg-state: darkslategrey !important;
}

th {
    white-space: nowrap !important;
}