Files

98 lines
1.6 KiB
CSS

/*!
* DevExtreme
* Version: 14.1.7
* Build date: Sep 22, 2014
*
* Copyright (c) 2012 - 2014 Developer Express Inc. ALL RIGHTS RESERVED
* EULA: https://www.devexpress.com/Support/EULAs/DevExtreme.xml
*/
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, font, 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
{
font-size: 100%;
margin: 0;
padding: 0;
border: 0;
outline: 0;
background: transparent;
}
html, body
{
width: 100%;
height: 100%;
}
body
{
background: #fff;
}
.dx-viewport, .dx-hidden-bag
{
width: 100%;
height: 100%;
}
.dx-hidden-bag
{
display: none !important;
}
blockquote, q
{
quotes: none;
}
a
{
color: #818181;
}
:focus
{
outline: 0;
}
ins
{
text-decoration: none;
}
del
{
text-decoration: line-through;
}
table
{
border-collapse: collapse;
border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
display: block;
}
.dx-full-height
{
height: 100%;
}
.dx-transition
{
position: relative;
}
.dx-transition-absolute .dx-transition-inner-wrapper
{
position: absolute;
height: 100%;
width: 100%;
}
.dx-transition-absolute .dx-inactive-view
{
display: none !important;
}
.dx-transition-absolute .dx-active-view
{
left: 0;
height: 100%;
position: absolute;
}
.dx-hidden, .dx-transition-static .dx-inactive-view
{
display: none !important;
}
.dx-inactive-view .dx-loadindicator
{
display: none;
}