/* CSS Styles für den Bereich EVO Ablesekarte
   Anpassungen der Bippes Styles, da einige Komponenten von BB nur für grauen Hintergrund gedacht und ein paar weitere
   Farben nötig.
 */

body#zaehlerstandserfassung-v2-eingabe_ablesebeleg .ui-fileupload .ui-fileupload-buttonbar {
    border-color: #fff;
    background-color: #fff;
}

body#zaehlerstandserfassung-v2-eingabe_ablesebeleg .ui-fileupload .ui-fileupload-content {
    border-color: #fff;
}

body#zaehlerstandserfassung-v2-eingabe_ablesebeleg .ui-inputfield.ui-state-default.ableseInputVorkomma {
    background-color: #fff;
    border: 2px solid #bfc8cc;
    border-radius: 5px;
    width: 110px
}

body#zaehlerstandserfassung-v2-eingabe_ablesebeleg .ui-inputfield.ui-state-default.ableseInputNachkomma {
    background-color: #fff;
    border: 2px solid #bfc8cc;
    border-radius: 5px;
    width: 60px
}

body#zaehlerstandserfassung-v2-eingabe_ablesebeleg .white-bg {
    background-color: #fff !important;
    cursor: default !important;
}

body#zaehlerstandserfassung-v2-eingabe_ablesebeleg .ui-expanded-row {
    cursor: default !important;
}

body#zaehlerstandserfassung-v2-eingabe_ablesebeleg .upload-panel-id .ui-button {
    transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1), border-color 300ms cubic-bezier(0.4, 0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border: 0.125rem solid #004b92;
    color: #fff;
    background: #004b92;
}

body#zaehlerstandserfassung-v2-eingabe_ablesebeleg .upload-panel-id .ui-button:hover {
    border: 0.125rem solid #004b92;
    color: #004b92;
    background: #fff;
}

body#zaehlerstandserfassung-v2-eingabe_ablesebeleg .bb-notification-bar.grey-bar {
    background: #5fbfed;
}

body#zaehlerstandserfassung-v2-eingabe_ablesebeleg .bb-notification-bar--secondary.file-item {
    background: #31B7BC;
}