﻿.bg-custom-blue {
    background-color: #009EE0 !important;
}

.bg-custom-banner {
    background-color: #f4ede5ff !important;
}

.fg-custom-white {
    color: white !important;
}

.ext-text-no-border {
    border: none !important;
}

/* devexpress override --------------------------------------------- */

.dx-field-item-label-location-left {
    padding-right: 20px !important;
}

.dx-datagrid-header-panel .dx-button-mode-contained .dx-icon {
    color: white !important;
    background-color: #009EE0 !important;
}

.dx-datagrid-header-panel .dx-button {
    color: white !important;
    background-color: #009EE0 !important;
}

.dx-button[aria-label="Speichern"] {
    color: #fff !important;
    background-color: #28a745 !important;
}

.dx-button[aria-label="Speichern"] .dx-state-hover {
    color: #fff !important;
    background-color: #28a745 !important;
}


.dx-button[aria-label="Abbrechen"] {
    color: #fff !important;
    background-color: #6c757d !important;
} 

.dx-button[aria-label="Abbrechen"] .dx-state-hover {
    color:  #fff !important;
    background-color: #6c757d !important;
}

.bg-d4ls-logo-big {
    background-image: url("../images/logo_d4ls.svg");
    background-color: #ffffff;
    height: 580px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
    position: relative;
}

.bg-d4ls-transp {
    background-color: #009EE0;
    opacity:0.8 !important;
}

.d4ls-card-translate-up {
    z-index: 100;
    opacity: 0.8 !important;
    position: relative;
    transform: translateY(-200px);
}

.bg-help-small {
    background-image: url("../images/info-circle-solid-blue.svg");
    background-color: #ffffff;
    height: 48px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.bg-d4ls-logo-card-doctor {
    background-image: url("../images/logo_d4ls_doctor.svg");
    background-color: #ffffff;
    height: 150px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.bg-d4ls-logo-card-doctor-small {
    background-image: url("../images/logo_d4ls_doctor.svg");
    background-color: #ffffff;
    height: 64px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.bg-d4ls-logo-card-patient {
    background-image: url("../images/logo_d4ls_patient.svg");
    background-color: #ffffff;
    height: 150px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.bg-d4ls-logo-card-patient-small {
    background-image: url("../images/logo_d4ls_patient.svg");
    background-color: #ffffff;
    height: 64px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

