﻿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;
}


.list-item {
    padding: 1px 5px 0;
}

.dx-list-item-content {
    padding: 1px 5px 0;
}

    .dx-list-item-content:after {
        background: transparent;
    }

.baslik {
    border-bottom: 2px #ab9b9b solid;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: x-large;
}

.dx-field-label {
    white-space: pre-line;
    width:60%;
}

.dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button),
.dx-field-value-static {
    width: 40%;
}