.select-header-searchbox {
    border: none;
    outline: none;
    padding: 0;
}

.md-select-menu-container {
    width: 80vw;
    z-index: 999999 !important;
}

md-backdrop.md-select-backdrop, md-backdrop.md-menu-backdrop {
    z-index: 899999 !important;
}

.md-open-menu-container {
    z-index: 999999 !important;
}

.cdk-overlay-container {
    z-index: 899999 !important;
}

.md-input-container label {
    z-index: 1000000
}

/**
Risoluzione bug #396
*/
md-option, .md-text {
    text-overflow: ellipsis !important;
    white-space: normal !important;
}

/*
Forzo lo z-index dei popovers
*/
.tooltip {
    z-index: 1000000 !important;
}

.core_generic_list_input_container .hint {
    /* Position the hint */
    left: 2px;
    right: auto;
    bottom: 7px;
    /* Copy styles from ng-messages */
    font-size: 12px;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    /* Set our own color */
    color: grey; }