﻿html, 
body, 
.dx-viewport {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
}

.delete-button {
    text-align: center;
}
.delete-button div {
    width: 98%;
}
.msg {
    width: 100%;
    padding-bottom: 10px;
}
.dx-theme-ios .msg-button-left {
    width: 44%;
    margin: 0 4% 0 0;    
    float: left;
}
.dx-theme-ios .msg-button-right {
    width: 44%;
    margin: 0 0 0 4%;    
    float: left;
}

.dx-theme-ios #deleteConfirmation {
    height: 135px !important;
}

.dx-theme-android .msg-button-left {
    width: 42%;
    margin: 0 3% 0 0;    
    float: left;
}
.dx-theme-android .msg-button-right {
    width: 42%;
    margin: 0 0 0 3%;    
    float: left;
}
.dx-theme-android #deleteConfirmation {
    height: 150px !important;
}

.dx-content {
    /*background-color: #cccccc;
        */
    
}

.exists {
font-weight: bolder;
}

#preview {
margin: 20px; 
/*
background: white;
    */

}


#resultImage, .gefImage{
    border: 1px solid darkgrey !important;
    display: block;
    display: block;
    max-width:300px;
    max-height:250px;
    width: auto;
    height: auto;
}

.gefImageBox {
    width: 48%;
    padding: 10px;
    display: inline-block;
}


.dx-lookup .dx-lookup-field-wrapper {
    border: 1px solid grey;
}

.pflicht-feld {
    font-weight : bold !important;
}

.dx-toolbar-after {
    background: transparent !important;
}

.dx-button-text {
    padding-left: 5px !important;
}

.loginScreen .layout-header .dx-toolbar .dx-toolbar-items-container {
    background: transparent !important;
}

.MassnahmeOffenList .dx-lookup-field {
    /*color: white !important;*/
}

.panel-body {
    color: #000000 !important;
}

.danger td {
color: black;
}

.success td {
color: black;
}