﻿
/*** Remove default styles of browsers ***/
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, 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;
  outline: none;
}
html { height: 101%; } /* always display scrollbars */
/* remove all border */
body *{
  border: none!important;
}
body { font-size: 62.5%; line-height: 1; font-family: Arial, Tahoma, Verdana, sans-serif; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

input { outline: none; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

/*** Solve float problem ***/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
/* IE 6/7 */
.clearfix { 
     zoom: 1; 
}

.report div{
  display: flex;
  margin-bottom: 5px;
  align-items: center;
}

.report div div{
  width: 100%;
  margin: 0;
  margin-left: 10px;
  color: #6b164c;
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.report div div select{
  margin: 0 10px;
  border: 1px solid #6b164c!important;
}

.report div input{
  width: 70px;
  border: 1px solid #6b164c!important;
  color: #6b164c;
}

.dxgvHeader td{
  text-align: center;
}

.dxgvControl{
  border: 1px solid #6b164c!important;
}

.dxgvHeader{
  border-bottom: 1px solid #6b164c!important;
  border-left: 1px solid #6b164c!important;
}

.dxgvTable .dxgvHeader:last-child{
  border-left: none!important;
}

.dxgvDataRow .dxgv{
  border: 1px solid #6b164c!important;
  border-right: none!important;
}

.dxgvDataRow .dxgv:last-child{
  border-left: none!important;
}

.dxpLite{
  display: flex!important;
}

.dxpLite .dxp-current{
  color: #6b164c;
}

.dxgvIndentCell.dxgv.dxgvDIC{
  display: none;
}

.report .dxpLite{
	font-size: 0.8rem
}