/* Layout */

body,
html {
    /* height: 100%; */
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Meyerweb */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    /* vertical-align: baseline; */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* HTML5 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ul {
    list-style: disc inside none;
    margin-left: 15px;
    margin-bottom: 12px;
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


/* iOS */

input,
textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 8px;
    font-family: inherit;
    font-size: 100%
}


/* DevExpress */

.dxizControl .dxiz-wrapper {
    background-color: #efefef;
    border: 1px solid #ccc
}

.dxigControl .dxig-thumbnailTextArea {
    background-color: rgba(70, 70, 70, 0.75)
}

.dxbButton_iPortTheme1[class~="dxgvCommandColumnItem_iPortTheme1"],
.dxgvEditFormTable_iPortTheme1 div.dxbButton_iPortTheme1 {
    color: #666 !important
}


/* Calendar Picker */

.ajax__calendar_body {
    text-shadow: none !Important
}

.ajax__calendar_title {
    text-shadow: none !Important
}

.ajax__calendar_footer {
    text-shadow: none !Important
}

.dxheControl .dxheHtmlViewArea,
body.dxheDesignViewArea,
body.dxhePreviewArea {
    font-weight: normal;
    font-size: 15px;
    color: #000;
    line-height: 140%;
    margin-bottom: 12px
}

body.dxheDesignViewArea {
    background-color: transparent !Important;
    padding: 2px
}

body.dxhePreviewArea {
    background-color: transparent !Important;
    padding: 2px
}

.dxheContentArea {
    background: #fff
}


/* iframe */

iframe {
    border: 0;
}