/* @import url('open-iconic/font/css/open-iconic-bootstrap.min.css'); */

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 2000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

#page-loading {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #CCCCCC88;
    z-index: 9999;
}

.form-group .validation-message {
    float: right;
}


.select2-container .loading-results {
    display: none;
}


.mud-nav-link.active {
    color: #ffffff !important;
    background-color: #5180c0 !important;
}

.mud-nav-link.mud-nav-link-disabled {
    color: #ffffff !important;    
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.mud-input-slot {
    text-align: inherit;
}

.mud-table-cell {
    padding: 10px !important;
}

.mud-input-control.no-margin > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 0px !important;
}

.mud-input-number-control input {
    text-align: right !important;
    padding-right: 32px !important;
}

.mud-input-control, .mud-input-control .mud-input-label-outlined {
    /*background-color: #ffffff;*/
}

.mud-overlay {
    position: fixed !important;
}

.mud-table {
    border: 1px solid #999999;
}

th.mud-table-cell {
    border-bottom: 0.5px solid #999999;
}

.pulsanti {
    white-space: nowrap;
}

.mud-table-toolbar > h6 {
    min-width: 50%;
}

.mud-toolbar .mud-input-control.mud-select {
    margin-top: 0px;
}

/* --- PER I CHIP (Numeri) NEL MENU PRINCIPALE --- */
.mud-navmenu .mud-chip {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
}

.mud-navmenu .mud-nav-link-text {
    display: flex;
}
/* --------- */

.mt-label {
    margin-top: 6px !important; /* SERVE PER ALLINEARE IN ALTEZZA EVENTUALI PULSANTI A TEXTBOX NUMERICBOX ecc A FIANCO. VALORE UGUALE A .mud-input-control.mud-input-control-margin-dense  */
}

.mt-input {
    margin-top: 9px !important; /* SERVE PER ALLINEARE IN ALTEZZA EVENTUALI PULSANTI A TEXTBOX NUMERICBOX ecc A FIANCO.  */
}

.align-center-cell-input {
    display: flex;
    align-items: center;
    padding-top: 9px;
}