#background {
    background-image: url("{{ backgroundImageUrl }}");
    background: #ffffff;
}
#content {
    background: #ffffff;
}

#contentBackground {
    background: #ffffff;
}
#content input {
    background: #ffffff;
    color: #93c54b;
    border: 1px solid #93c54b;
}
#content button {
    background: #93c54b;;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: unset !important;
}

#background {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

#contentBackground {
    width: 800px;
}

#content {
    width: 500px;
    top: calc(50% - 300px);
    left: calc(50% - 250px);
    padding-top: 200px;
    padding-bottom: 100px
}

#logo {
    top: calc(50% - 250px);
    left: calc(50% - 150px);
}

/*-----*/



.objectlayout_element_button {
    margin-right: 5px;
}

.object_field_name_manufacturer input{
     width: 100%!important;;
}

.x-field-container-body-vertical .object_field_type_date {
    margin-right:60px!important;
}

.pimcore_class_Reklamation .object_field_type_date .x-form-item-label-inner {
    width: 200px;
}

.pimcore_class_Bestellung .object_field_type_date .x-form-item-label-inner {
    width: 180px;
}

.object_field_name_mobile + .x-btn-default-small, .object_field_name_mobile + .x-btn-focus.x-btn-default-small {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: 10px;
    border-color: #d0d0d0;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
    background-color: #f6f6f6!important;
}

.object_field_name_mobile + .x-btn-over.x-btn-default-small {
    background-color: #d1cfcf !important;
}

.pimcore_icon_repair{
background: url(/bundles/pimcoreadmin/img/flat-color-icons/process.svg) center center no-repeat !important;
}

.pimcore_icon_order{
background: url(/bundles/pimcoreadmin/img/flat-color-icons/gift.svg) center center no-repeat !important;
}

.pimcore_icon_repair_archiv{
    background: url(/bundles/pimcoreadmin/img/flat-white-icons/process.svg) center center no-repeat !important;
}

.pimcore_icon_clone{
    background: url(/bundles/pimcoreadmin/img/flat-color-icons/clone.svg) center center no-repeat !important;
}

.pimcore_icon_order_archiv{
    background: url(/bundles/pimcoreadmin/img/flat-white-icons/gift.svg) center center no-repeat !important;
}

.pimcore_icon_camera {
background: url(/bundles/pimcoreadmin/img/flat-color-icons/camera.svg) center center no-repeat !important;
}

.pimcore_icon_archive {
    background: url(/bundles/pimcoreadmin/img/flat-color-icons/internal.svg) center center no-repeat !important;
}

.pimcore_icon_dearchive {
    background: url(/bundles/pimcoreadmin/img/flat-color-icons/external.svg) center center no-repeat !important;
}

.pimcore_main_toolbar .x-btn.pimcore_archive_button {
    background-color: #1c67b3;
}

.pimcore_main_toolbar .x-btn.pimcore_dearchive_button {
    background-color: #844b37;
}

.pimcore_icon_overlay_archiv:before {
    position: absolute;
    width: 14px;
    height: 14px;
    bottom: 0px;
    right: 0px;
    content: "";
    background: url(/bundles/pimcoreadmin/img/flat-color-icons/filing_cabinet.svg) center center no-repeat !important;
}