.fondo-custom {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
    top: 0;
    left: 0;
    z-index: 9998;
}
.loading-custom {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    background-image: url("../img/fdo_loader.gif");
    z-index: 9999;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
    background-color: #fff;
    color: rgba(0,0,0,0.87);
    padding: 8px 10px;
}