/**
 * Main css file for the Datagrid module
 * File: /assets/css/datagrid.css
 *
 * @copyright  (c) 2021 WYSIWYG Data
**/

/* Grid containers */
.wd_DgWrapper {
  font-family: tahoma, helvetica, verdana, arial, sans-serif;
  font-size: 14px;
  padding: 10px;
}
.wd_DgFlexRnWDiv, .wd_DgTitle, .wd_DgHeader, .wd_DgDataHeader, .wd_DgDataTableRow, .wd_DgEditSpanRow, .wd_DgHiddenDataLine, .wd_DgFooter, .wd_NavControls {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.wd_DgFlexSubDiv-f {
  -webkit-flex: 0; /* Safari 6.1+ */
  -ms-flex: 0; /* IE 10 */
  flex: 0 0 auto; /*important*/
}
.wd_DgFlexSubDiv-gs {
  -webkit-flex: 1; /* Safari 6.1+ */
  -ms-flex: 1; /* IE 10 */
  flex: 1 1 auto; /*important*/
}
.wd_DgTitle {
  justify-content: space-between;
  height: 40px;
}
.wd_DgTitleImg {
  padding-top: 10px;
  width: 16px;
}
.wd_DgHeader {
  height: 30px;
}
.wd_DgFooter {
  justify-content: space-between;
  height: 40px;
}
.wd_NavControls {
  justify-content: space-between;
  width: 150px;
}
.wd_DgNavImg {
  padding-top: 5px;
}
.wd_DgTable {
  overflow-y: scroll;
}
.wd_DgHiddenDataDiv {
  display: none;
  padding: 5px 3px 2px 2px;
  margin-bottom: 5px;
}
.wd_DgHideDiv {
  display: none;
}



/* Grid elements */
img {
  border: 0;
}
table {
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
td {
  padding: 0;
}

.wd_DgTitleText, .wd_DgHeaderText, .wd_DgFooterText {
  padding: 0;
  font-size: 1em;
  font-weight: bold;
}
.wd_DgTitleText {
  margin: 10px 2px 5px 0;
}
.wd_DgShowDel {
  text-align: right;
}
.wd_DgHeaderText p {
  margin: 2px 2px 4px 2px;
}
.wd_DgHeaderImage {
  margin: 0;
  float: left;
}
.wd_DgFooterText {
  margin: 5px 0 5px 0;
}
.wd_DgHiddenText {
  margin: 2px 0 2px 4px;
}
.wd_DgTableText {
  margin: 4px 2px 6px 2px;
}
.wd_DgTableImage {
  margin: 5px 2px 2px 2px;
}
.wd_DgInputBox, .wd_DgInputBoxRight {
  padding: 4px;
  font-size: 1em;
  font-weight: bold;
}
