/*
@license

dhtmlxDiagram v.1.3.0 Commercial
This software is covered by DHTMLX Commercial License. Usage without proper license is prohibited.

(c) Dinamenta, UAB.
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);/*                                              Table of Content



        1. Material skin design and style elements

        2. Pivot MicroVars

        3. Diagram Editor MicroVars

        4. Property Sheet MicroVars

        5. Tree MicroVars

        6. Calendar MicroVars

        7. Menu MicroVars

        8. Toolbat MicroVars

        9. Ribbon MicroVars
*/

/*============================================================================================
                            1. Material Skin Design & Style Elements
==============================================================================================*/

/*============================================================================================
                                    2. Pivot MicroVars
==============================================================================================*/

/*============================================================================================
                                3. Diagram Editor MicroVars
==============================================================================================*/

/*============================================================================================
                                    4. Property Sheet MicroVars
==============================================================================================*/

/*============================================================================================
                                    5. Tree MicroVars
==============================================================================================*/

/*============================================================================================
                                    6. Calendar MicroVars
==============================================================================================*/

/*============================================================================================
                                    7. Vault MicroVars
==============================================================================================*/

/*============================================================================================
                                    7. Menu MicroVars
==============================================================================================*/

/*============================================================================================
                                    8. Toolbat MicroVars
==============================================================================================*/

/*============================================================================================
                                    9. Ribbon MicroVars
==============================================================================================*/

/*============================================================================================
                                    11. Combobox MicroVars
==============================================================================================*/

/*============================================================================================
                                    10. Slider MicroVars
==============================================================================================*/

.dhx_btn,
.dhx_btn_small {
  box-sizing: border-box;
  border: none;
  outline: none;
  padding: 6px 12px;
  border-radius: 2px;
  font-family: "Roboto", Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px; /* TODO 14px -> 12px; 2018-08-06 이정수 Button Font Size*/
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  height: 30px; /* TODO X -> 30px; 2018-08-06 이정수 Button Height 추가*/
}

.dhx_btn .dxi,
.dhx_btn_small .dxi {
  font-size: 20px;
  margin-right: 4px;
  margin-left: -4px;
}

.dhx_btn span,
.dhx_btn_small span {
  line-height: 24px;
  position: relative;
  top: 1px;
}

.dhx_btn:hover,
.dhx_btn_small:hover {
  color: #fff;
  background: #0278b8;
  cursor: pointer;
}

.dhx_btn:active,
.dhx_btn_small:active {
  background: #0278b8;
}

.dhx_btn .action,
.dhx_btn_small .action {
  background: #0278b8;
}

.dhx_btn--active {
  background: #0288D1;
  color: #fff;
}

.dhx_btn--active:hover {
  color: #fff;
  background: #0278b8;
  cursor: pointer;
}

.dhx_btn--flat {
  border: none;
  background: transparent;
  color: #015785;
}

.dhx_btn--flat:hover {
  background: rgba(2, 136, 209, 0.2);
  color: #015785;
  cursor: pointer;
}

.dhx_btn_small {
  padding: 4px 8px !important;
  font-size: 14px; 
  line-height: 20px;
}

.dhx_widget {
  font-family: "Roboto", Arial, Tahoma, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dhx_widget input,
.dhx_widget button,
.dhx_widget textarea,
.dhx_widget select {
  font-family: "Roboto", Arial, Tahoma, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dhx_widget button {
  font-weight: 500;
}

.dhx_widget .fas,
.dhx_widget .mdi,
.dhx_widget .dxi {
  font-size: 24px;
}

.dhx_noselect {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.dhx_widget input:focus::-webkit-input-placeholder {
  color: transparent;
}

.dhx_widget input:focus:-moz-placeholder {
  color: transparent;
}

.dhx_widget input:focus::-moz-placeholder {
  color: transparent;
}

.dhx_widget input:focus:-ms-input-placeholder {
  color: transparent;
}

/* MaterialDesignIcons.com */

@font-face {
  font-family: "DHX Icons";
  src: url(./fonts/dhxicons-webfont.eot);
  src: url(./fonts/dhxicons-webfont.eot) format("embedded-opentype"), url(./fonts/dhxicons-webfont.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}

.dxi:before,
.dxi-set {
  display: block;
  font: normal normal normal 24px/1 "DHX Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dxi-chevron-down:before {
  content: "\F140";
}

.dxi-chevron-up:before {
  content: "\F143";
}

.dxi-filter-variant:before {
  content: "\F236";
}

.dxi-close:before {
  content: "\F156";
}

.dxi-unfold-more-horizontal:before {
  content: "\F54F";
}

.dxi-check:before {
  content: "\F12C";
}

.dxi-blank:before {
  content: "\F68C";
  visibility: hidden;
}

.dxi-18px.dxi-set,
.dxi-18px.dxi:before {
  font-size: 18px;
}

.dxi-24px.dxi-set,
.dxi-24px.dxi:before {
  font-size: 24px;
}

.dxi-36px.dxi-set,
.dxi-36px.dxi:before {
  font-size: 36px;
}

.dxi-48px.dxi-set,
.dxi-48px.dxi:before {
  font-size: 48px;
}

.dxi-dark:before {
  color: rgba(0, 0, 0, 0.54);
}

.dxi-dark.mdi-inactive:before {
  color: rgba(0, 0, 0, 0.26);
}

.dxi-light:before {
  color: white;
}

.dxi-light.mdi-inactive:before {
  color: rgba(255, 255, 255, 0.3);
}

.dxi-rotate-45 {
  /*
        // Not included in production
        &.dxi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(45deg);
            transform: scaleX(-1) rotate(45deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.dxi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: scaleY(-1) rotate(45deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

.dxi-rotate-45:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dxi-rotate-90 {
  /*
        // Not included in production
        &.dxi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(90deg);
            transform: scaleX(-1) rotate(90deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.dxi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: scaleY(-1) rotate(90deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

.dxi-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dxi-rotate-135 {
  /*
        // Not included in production
        &.dxi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(135deg);
            transform: scaleX(-1) rotate(135deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.dxi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: scaleY(-1) rotate(135deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

.dxi-rotate-135:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.dxi-rotate-180 {
  /*
        // Not included in production
        &.dxi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(180deg);
            transform: scaleX(-1) rotate(180deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.dxi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: scaleY(-1) rotate(180deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

.dxi-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dxi-rotate-225 {
  /*
        // Not included in production
        &.dxi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(225deg);
            transform: scaleX(-1) rotate(225deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.dxi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(225deg);
            -ms-transform: rotate(225deg);
            transform: scaleY(-1) rotate(225deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

.dxi-rotate-225:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.dxi-rotate-270 {
  /*
        // Not included in production
        &.dxi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(270deg);
            transform: scaleX(-1) rotate(270deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.dxi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(270deg);
            -ms-transform: rotate(270deg);
            transform: scaleY(-1) rotate(270deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

.dxi-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.dxi-rotate-315 {
  /*
        // Not included in production
        &.dxi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(315deg);
            transform: scaleX(-1) rotate(315deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.dxi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(315deg);
            -ms-transform: rotate(315deg);
            transform: scaleY(-1) rotate(315deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

.dxi-rotate-315:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

.dxi-flip-h:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.dxi-flip-v:before {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.dxi-spin:before {
  -webkit-animation: dxi-spin 2s infinite linear;
  animation: dxi-spin 2s infinite linear;
}

@-webkit-keyframes dxi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes dxi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.dhx_header_wrapper,
.dhx_footer_wrapper {
  font-size: 12px; /*TODO 14px -> 12px JH.Kang 2017.11.08 Pivot Data Header Font */
  font-weight: 500;
  position: relative;
  z-index: 50000;
  overflow: hidden;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.38);
  background: #fff;
}

.dhx_header_wrapper.dhx_compatible_header,
.dhx_footer_wrapper.dhx_compatible_header {
  border-right: none;
}

.dhx_header_wrapper:last-child,
.dhx_footer_wrapper:last-child {
  border-bottom: none;
}

.dhx_grid_header {
  position: relative;
  z-index: 50;
  box-sizing: border-box;
  height: 100%;
  white-space: nowrap;
  border-bottom: solid 1px #F2F2F2;
  background: #fff;
}

.dhx_grid_header_cell,
.dhx_grid_footer .dhx_grid_footer_cell {
  font-family: "Roboto", Arial, Tahoma, Verdana, sans-serif;
  font-weight: 400;
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  height: 100%;
  padding: 0 8px;
  vertical-align: top;
  white-space: nowrap;
  border-top: solid #EDEDED 1px;
  border-left: solid #EDEDED 1px;
  font-weight: 500;
  cursor: default;
  user-select: none;
  border-top: solid #EDEDED 1px;
  border-left: none;
}

.dhx_grid_header_cell:last-child,
.dhx_grid_footer .dhx_grid_footer_cell:last-child {
  border-right: solid #EDEDED 1px;
}

.dhx_grid_header_cell:last-child,
.dhx_grid_footer .dhx_grid_footer_cell:last-child {
  border-right: solid #EDEDED 1px;
}

.dhx_grid_header_cell:not(.dhx_cell_first),
.dhx_grid_footer .dhx_grid_footer_cell:not(.dhx_cell_first) {
  border-left: solid #EDEDED 1px;
}

.dhx_grid_header_cell:first-child,
.dhx_grid_footer .dhx_grid_footer_cell:first-child {
  border-left: none;
}

.dhx_cell_empty {
  border-top: none;
}

.dhx_header_row {
  box-sizing: border-box;
  white-space: nowrap;
  border-right: solid 1px #EDEDED;
}

.dhx_header_row:first-child .dhx_grid_header_cell,
.dhx_header_row:first-child .dhx_grid_footer .dhx_grid_footer_cell,
.dhx_grid_footer .dhx_header_row:first-child .dhx_grid_footer_cell {
  border-top: none;
}

.dhx_header_row:last-child {
  border-bottom: none;
}

.dhx_header_row:last-child .dhx_grid_header_cell,
.dhx_header_row:last-child .dhx_grid_footer .dhx_grid_footer_cell,
.dhx_grid_footer .dhx_header_row:last-child .dhx_grid_footer_cell {
  border-bottom: solid 1px #EDEDED;
}

.dhx_header_row:last-child .dhx_cell_first {
  border-bottom: solid 1px #EDEDED;
}

.dhx_header_spans {
  position: absolute;
  top: 0;
}

.dhx_span_row:only-child .dhx_span_cell {
  border-bottom: solid 1px #EDEDED;
}

.dhx_span_row:only-child .dhx_span_cell:only-child {
  border-right: none;
}

.dhx_span_row::last-child {
  border-bottom: solid 1px #EDEDED;
}

.dhx_grid_filter {
  height: 24px;
  padding: 0 4px;
  color: rgba(0, 0, 0, 0.38);
  border: solid 1px #EDEDED;
  border-radius: 2px;
  outline: none;
}

.dhx_grid_footer {
  position: relative;
  background: #FFF;
  border-top: 1px solid #EDEDED;
}

.dhx_grid_footer .dhx_grid_footer_cell {
  background: #f9f9f9;
  border-top: none;
  border-bottom: solid 1px #EDEDED;
}

.dhx_grid_footer .dhx_grid_footer_cell:after {
  display: none;
}

.dhx_grid_footer .dhx_grid_footer_cell.dhx_number_cell {
  text-align: right;
}

.dhx_grid_footer .dhx_grid_footer_cell.dhx_string_cell {
  text-align: left;
}

.dhx_footer_row {
  box-sizing: border-box;
  white-space: nowrap;
  border-right: solid 1px #EDEDED;
  border-bottom: solid 1px #EDEDED;
}

.dhx_footer_row:first-child .dhx_grid_footer_cell {
  border-top: none;
  text-align: right; /* TODO X -> right 이정수 2018.08.07 Footer 정렬 */ 
}

.dhx_footer_row:last-child {
  border-bottom: none;
}

.dhx_footer_row:last-child .dhx_grid_footer_cell {
  border-bottom: solid 1px #EDEDED;
}

.dhx_footer_row:last-child .dhx_cell_first {
  border-bottom: solid 1px #EDEDED;
}

.dhx_footer_spans .dhx_span_cell {
  background: #f9f9f9;
}

.dhx_grid_row {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  white-space: nowrap;
  background: #fff;
  border-right: solid 1px #EDEDED;
}

.dhx_grid_row:first-child .dhx_grid_cell {
  border-top: none;
}

.dhx_grid_row:last-child {
  border-bottom: solid #EDEDED 1px;
}

.dhx_grid_cell {
  font-family: "Roboto", Arial, Tahoma, Verdana, sans-serif;
  font-weight: 400;
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  height: 100%;
  padding: 0 8px;
  vertical-align: top;
  white-space: nowrap;
  border-top: solid #EDEDED 1px;
  border-left: solid #EDEDED 1px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px; /* TODO 14px -> 12px 이정수 2018.08.07 수정 */
  text-align: right;
}

.dhx_grid_cell:last-child {
  border-right: solid #EDEDED 1px;
}

.dhx_grid_cell.dhx_number_cell {
  text-align: right;
}

.dhx_grid_cell.dhx_string_cell {
  text-align: left;
}

.dhx_grid_cell:first-child {
  border-left: none;
}

.dhx_grid_cell--first {
  border-top: none;
}

.dhx_grid_cell--title {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.38);
  font-size: 14px;
  text-align: left;
  border-top: solid #EDEDED 1px;
  border-bottom: none;
}

.dhx_grid_cell--after-title {
  border-top: solid #EDEDED 1px;
}

.dhx_tree_cell {
  text-align: left;
  color: rgba(0, 0, 0, 0.38);
  font-weight: 500;
}

.dhx_tree_cell .dhx_grid_expand_cell_icon {
  position: absolute;
  top: 0;
  cursor: pointer;
  width: 24px;
  font-size: 24px;
  padding: 0 0 0 4px;
}

.dhx_tree_cell .dhx_tree_cell {
  padding: 0 8px;
  display: inline-block;
}

.dhx_grid_expand_cell {
  cursor: pointer;
}

.dhx_grid_expand_cell .dhx_tree_cell {
  padding: 0 10px 0 30px;
}

.dhx_span_cell {
  font-family: "Roboto", Arial, Tahoma, Verdana, sans-serif;
  font-weight: 400;
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  height: 100%;
  padding: 0 8px;
  vertical-align: top;
  white-space: nowrap;
  border-top: solid #EDEDED 1px;
  border-left: solid #EDEDED 1px;
  font-weight: 500;
  position: absolute;
  z-index: 99;
  display: block;
  box-sizing: border-box;
  height: auto;
  background: #fff;
  border-bottom: none;
  border-top: solid #EDEDED 1px;
}

.dhx_span_cell:last-child {
  border-right: solid #EDEDED 1px;
}

.dhx_span_cell--title {
  color: rgba(0, 0, 0, 0.38);
}

.dhx_span_cell:last-child {
  border-right: solid #EDEDED 1px;
}

.dhx_span_row:first-child .dhx_span_cell {
  border-top: none;
}

.dhx_grid_spans {
  position: absolute;
  top: 0;
  left: 0;
}

.dhx_grid_spans .dhx_span_cell {
  font-weight: 400;
  line-height: normal;
  text-align: right;
  white-space: normal;
  color: rgba(0, 0, 0, 0.7);
  background: #fff;
}

.dhx_grid_spans .dhx_span_cell:last-child {
  border-right: none;
}

.dhx_grid_spans .dhx_span_cell.dhx_span_first_row {
  border-top: none;
}

.dhx_grid_spans .dhx_span_cell.dhx_span_first_col {
  border-left: none;
}

.dhx_grid_spans .dhx_span_cell.dhx_span_last_col {
  border-right: solid #EDEDED 1px;
}

.dhx_grid {
  font-family: "Roboto", sans-serif;
  font-size: 12px; /*TODO 14px -> 12px 이정수 2018.08.06 Pivot Data Font */
  font-weight: 400;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #FFF;
}

.dhx_grid * {
  box-sizing: border-box;
}

.dhx_grid_content {
  position: relative;
  border: solid #d9d9d9 1px;
  background: #fff;
}

.dhx_grid_body {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
}

.dhx_data_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.dhx_sort--asc::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 10%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(0, 0, 0, 0.38);
}

.dhx_sort--desc::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 10%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.38);
}

/* MaterialDesignIcons.com */

@font-face {
  font-family: "DHX Icons";
  src: url(./fonts/dhxicons-webfont.eot);
  src: url(./fonts/dhxicons-webfont.eot) format("embedded-opentype"), url(./fonts/dhxicons-webfont.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}

.dxi:before,
.dxi-set {
  display: block;
  font: normal normal normal 24px/1 "DHX Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dxi-18px.dxi-set,
.dxi-18px.dxi:before {
  font-size: 18px;
}

.dxi-24px.dxi-set,
.dxi-24px.dxi:before {
  font-size: 24px;
}

.dxi-36px.dxi-set,
.dxi-36px.dxi:before {
  font-size: 36px;
}

.dxi-48px.dxi-set,
.dxi-48px.dxi:before {
  font-size: 48px;
}

.dxi-dark:before {
  color: rgba(0, 0, 0, 0.54);
}

.dxi-dark.mdi-inactive:before {
  color: rgba(0, 0, 0, 0.26);
}

.dxi-light:before {
  color: white;
}

.dxi-light.mdi-inactive:before {
  color: rgba(255, 255, 255, 0.3);
}

.dxi-rotate-45 {
  /*
        // Not included in production
        &.dxi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(45deg);
            transform: scaleX(-1) rotate(45deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.dxi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: scaleY(-1) rotate(45deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

.dxi-rotate-45:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dxi-rotate-90 {
  /*
        // Not included in production
        &.dxi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(90deg);
            transform: scaleX(-1) rotate(90deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.dxi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: scaleY(-1) rotate(90deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

.dxi-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dxi-rotate-135 {
  /*
        // Not included in production
        &.dxi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(135deg);
            transform: scaleX(-1) rotate(135deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.dxi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: scaleY(-1) rotate(135deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

.dxi-rotate-135:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.dxi-rotate-180 {
  /*
        // Not included in production
        &.dxi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(180deg);
            transform: scaleX(-1) rotate(180deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.dxi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: scaleY(-1) rotate(180deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

.dxi-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dxi-rotate-225 {
  /*
        // Not included in production
        &.dxi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(225deg);
            transform: scaleX(-1) rotate(225deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.dxi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(225deg);
            -ms-transform: rotate(225deg);
            transform: scaleY(-1) rotate(225deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

.dxi-rotate-225:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.dxi-rotate-270 {
  /*
        // Not included in production
        &.dxi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(270deg);
            transform: scaleX(-1) rotate(270deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.dxi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(270deg);
            -ms-transform: rotate(270deg);
            transform: scaleY(-1) rotate(270deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

.dxi-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.dxi-rotate-315 {
  /*
        // Not included in production
        &.dxi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(315deg);
            transform: scaleX(-1) rotate(315deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.dxi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(315deg);
            -ms-transform: rotate(315deg);
            transform: scaleY(-1) rotate(315deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

.dxi-rotate-315:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

.dxi-flip-h:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.dxi-flip-v:before {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.dxi-spin:before {
  -webkit-animation: dxi-spin 2s infinite linear;
  animation: dxi-spin 2s infinite linear;
}

@-webkit-keyframes dxi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes dxi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.dhx_noselect {
  user-select: none;
}

html,
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size-adjust: 100%;
}

.dhx_flex_cont {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
}

.dhx_checkbox {
  position: relative;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}

.dhx_checkbox input {
  visibility: hidden;
}

input + .dhx_checkbox_icon {
  user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 14px; /*TODO 18px -> 14px JH.Kang 2017.11.08 필터안의  Check Box height*/
  width: 14px; /*TODO 18px -> 14px JH.Kang 2017.11.08 필터안의  Check Box width*/
  border: 1.2px solid rgba(0, 0, 0, 0.38);
  background-color: #fff;
}

input:checked + .dhx_checkbox_icon {
  background: #3DA0E3 no-repeat;
  border: 1.2px solid #3DA0E3;
  color: #FFF;
  font-size: 1rem;
}

.dhx_checkbox .dhx_checkbox_label {
  display: inline-block;
  padding: 0 8px;
  user-select: none;
  font-size: 12px; /*TODO X -> 12px 이정수 2018-08-06 필터안의  Check Box Data Font Size 추가 */
}

.dhx_popup {
  z-index: 999999;
  position: fixed;
  background: #FFF;
  animation: appear .2s ease-in-out forwards;
}

.dhx_popup.hide {
  animation: disappear .2s ease-in-out forwards;
}

.dhx_card {
  z-index: 999999;
  width: 330px;
  border: 1px solid #E6E6E6;
  background-color: #FFFFFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}

@keyframes appear {
  0% {
    opacity: 0;
    transform: translateY(30%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes disappear {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(30%);
  }
}

.dhx_filter {
  font-family: "Roboto", Arial, Tahoma, Verdana, sans-serif;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  width: 330px;
  height: 370px;
  padding: 10px; /*TODO 20px -> 10px JH.Kang 2017.11.08 Filter Popup의 전체 간격*/
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}

.dhx_filter_dateField {
  display: flex;
  justify-content: stretch;
}

.dhx_filter_dateField .dhx_date_input {
  position: relative;
  display: flex;
  flex-direction: row;
  flex: 1;
  width: 40%;
  height: 30px; /*TODO 34px -> 30px 이정수 2018.08.06 필터안의 Input Item Height(날짜유형)*/
  justify-content: space-between;
  font-size: 12px; /*TODO X -> 12px 이정수 2018.08.06 뭔지 모름 추가*/
}

.dhx_filter_dateField .dhx_date_input:first-child {
  margin-right: 23px;
}

.dhx_filter_dateField .dhx_date_input:first-child:after {
  position: absolute;
  top: 45%;
  right: -15.5px;
  display: block;
  width: 10px;
  height: 2px;
  content: "";
  background: #848484;
}

.dhx_filter_dateField .dhx_date_input input {
  font-size: 12px; /*TODO 14px -> 12px 이정수 2018.08.06 필터안의 Input Item Font(날짜유형) */
  color: rgba(0, 0, 0, 0.7);
  font-family: "Roboto", Arial, Tahoma, Verdana, sans-serif;
  border: 1px solid #e6e6e6;
  max-width: 130px;
  padding: 0 10px;
  outline: none;
  box-sizing: border-box;
}

.dhx_filter_dateField .dhx_date_input input::placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.38);
  font-family: "Roboto", Arial, Tahoma, Verdana, sans-serif;
}

.dhx_filter_dateField .dhx_date_input input:hover {
  border: 1px solid #cccccc;
}

.dhx_filter_dateField .dhx_date_input input:focus {
  border: 1px solid #3DA0E3;
  box-shadow: 0 0 2px 0 #3DA0E3;
}

.dhx_filter_dateField .dhx_date_input.dhx_alert {
  border: solid 1px #E10000;
}

.dhx_filter_field {
  display: flex;
  width: 100%;
  justify-content: stretch;
  align-items: stretch;
  font-size: 12px; /*TODO X -> 12px; 이정수 2018.08.06 필터안의 Input Item Font(일반유형) */
}

.dhx_filter_field select {
  font-family: "Roboto", Arial, Tahoma, Verdana, sans-serif;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 30px; /*TODO 34px -> 30px 이정수 2018.08.06 필터안의 선택Item Height(ex:>,>=,<,<=,= 등)  */
  padding: 0  5px 0 10px;
  border: 1px solid #e6e6e6;
  border-right: none;
  outline: none;
  background-color: #F7F7F7;
}

.dhx_filter_field select::placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Roboto", Arial, Tahoma, Verdana, sans-serif;
}

.dhx_filter_field .dhx_field_input {
  flex: 1;
  height: 30px; /*TODO 34px -> 30px 이정수 2018.08.06 필터안의  Input Item Height */
}

.dhx_filter_field .dhx_field_input input {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Roboto", Arial, Tahoma, Verdana, sans-serif;
  border: 1px solid #e6e6e6;
  outline: none;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0 0 0 10px;
  background-color: #F7F7F7;
}

.dhx_filter_field .dhx_field_input input::placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.38);
  font-family: "Roboto", Arial, Tahoma, Verdana, sans-serif;
}

.dhx_filter_field .dhx_field_input input:hover {
  border: 1px solid #cccccc;
}

.dhx_filter_field .dhx_field_input input:focus {
  border: 1px solid #3DA0E3;
  box-shadow: 0 0 2px 0 #3DA0E3;
}

.dhx_filter_field .dhx_field_input input.dhx_alert {
  border: solid 1px #E10000;
}

.dhx_filter_content {
  overflow: auto;
  flex: 1;
  margin-top: 7px; /*TODO 14px -> 7px JH.Kang 2017.11.08 Filter Data의 위간격 (필터입력 item과의 간격) */
}

.dhx_filter_content .dhx_filter_selectAll {
  display: inline-block;
  margin-bottom: 13px;
  cursor: pointer;
  user-select: none;
  border-bottom: 1px dashed #0288D1;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
}

.dhx_filter_content .dhx_filter_selectAll:hover {
  color: #3DA0E3;
}

.dhx_filter_content .dhx_list_item {
  font-size: 12px; /*TODO X -> 12px 이정수 2018.08.06 Filter Popup Data font*/
  margin: 0 0 3px 0;  /*TODO 0 0 8px 0 -> 0 0 3px 0; JH.Kang 2017.11.08 Filter Popup Data 아래간격*/
}

.dhx_filter_content .dhx_checkbox_label {
  font-size: 12px; /*TODO 14px -> 12px 이정수 2018.08.06 Filter Popup Label font*/
  color: rgba(0, 0, 0, 0.7);
}

.dhx_filter_btns {
  display: flex;
  padding-top: 10px; /*TODO 20px -> 10px 이정수 2018.08.06 Filter Popup 아래버튼의 위간격*/
  border-top: 1px solid #EDEDED;
  justify-content: flex-end;
}

.dhx_filter_btns .dhx_btn:first-child,
.dhx_filter_btns .dhx_btn_small:first-child {
  margin-right: 20px;
}

.dhx_btn,
.dhx_btn_small {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  border: none;
  outline: none;
  padding: 10px 12px;
  border-radius: 2px;
  font-family: "Roboto", Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px; /*TODO 14px -> 12px 이정수 2018.08.07 Button Font Size*/
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.dhx_btn svg,
.dhx_btn_small svg {
  margin-right: 8px;
  margin-left: -4px;
  fill: white;
}

.dhx_btn span,
.dhx_btn_small span {
  line-height: 24px;
  position: relative;
  top: 1px;
}

.dhx_btn:hover,
.dhx_btn_small:hover {
  color: #fff;
  background: #0278b8;
  cursor: pointer;
}

.dhx_btn:active,
.dhx_btn_small:active {
  background: #0278b8;
}

.dhx_btn .action,
.dhx_btn_small .action {
  background: #0278b8;
}

.dhx_btn--active {
  background: #0288D1;
  color: #fff;
}

.dhx_btn--active:hover {
  color: #fff;
  background: #0278b8;
  cursor: pointer;
}

.dhx_btn--flat {
  border: none;
  background: transparent;
  color: #1b79b9;
}

.dhx_btn--flat:hover {
  background: rgba(2, 136, 209, 0.2);
  color: #015785;
  cursor: pointer;
}

.dhx_config_field {
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row-reverse;
  justify-content: flex-start;
  position: relative;
  box-sizing: border-box;
  min-height: 45px; /*TODO 58px -> 45px JH.Kang 2017.11.08 Pivot내  Data 및 Columns 점선 높이(아래div) */
  border: 1px dashed #3DA0E3;
  margin-top: 1em;
  font-family: "Roboto", Arial, Tahoma, Verdana, sans-serif;
}

.dhx_field_header {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  box-sizing: border-box;
  padding:  10px 15px 10px 10px; /* TODO 8px 12px 8px 8px; -> 5px 8px 5px 5px Pivot Fields Header*/
}

.dhx_field_header .field_name {
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px; /* TODO 14px; -> 12px; 이정수 2018-08-06 Pivot Promt font Size*/
  font-weight: 500;
  text-transform: uppercase;
}

.dhx_field_header .field_helper {
  color: rgba(0, 0, 0, 0.38);
  font-size: 12px;
  text-transform: uppercase;
}

.dhx_field_content {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 2;
  box-sizing: border-box;
  flex-wrap: wrap;
/*   overflow: auto; */ /* TODO 2018.08.06 이정수 주석 */
  max-height: 100px;
}

.dhx_config_item,
.dhx_shadow {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: row-reverse;
  box-sizing: border-box;
  height: 25px; /*TODO 34px -> 25px JH.Kang 2017.11.08 조건 필드 색칠된 부분 Height*/
  margin: 6px;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  color: #fff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
}

.dhx_config_item .item_body,
.dhx_shadow .item_body {
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
  align-items: center;
  transition: background .2s;
  background: #3DA0E3;
  padding: 0 4px;
}

.dhx_config_item .item_body:hover,
.dhx_shadow .item_body:hover {
  background: #0E8EE3;
  background: #2795e0;
}

.dhx_config_item .item_body:hover .dhx_item_filter,
.dhx_shadow .item_body:hover .dhx_item_filter {
  color: #fff;
  transition: all .2s;
}

.dhx_config_item .item_content,
.dhx_shadow .item_content {
  padding: 0 8px;
  align-self: center;
  text-transform: uppercase;
  font-size: 12px; /* TODO 14px -> 12px 이정수 2018.08.07 Fields Font Size */
  font-weight: 500;
}

.dhx_config_item:first-child,
.dhx_shadow:first-child {
  margin-left: 8px;
}

.dhx_config_item:last-child,
.dhx_shadow:last-child {
  margin-right: 0;
}

.dhx_config_item.dhx_on_hover,
.dhx_on_hover.dhx_shadow {
  background: #2795e0;
}

.dhx_config_item .dhx_close,
.dhx_shadow .dhx_close {
  display: flex;
  height: 100%;
  padding: 0 4px 0 0;
  align-items: center;
  justify-content: center;
  font-size: 1.0rem; /* TODO 1.4rem -> 1.0 rem 이정수 2018.08.07 버튼 폰트 사이즈*/
}

.dhx_config_item .dhx_close:hover,
.dhx_shadow .dhx_close:hover {
  cursor: pointer;
}

.dhx_item_filter {
  transition: all .2s;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 4px;
}

.dhx_item_filter--active {
  color: #fff;
  transition: all .2s;
}

.dhx_config_select {
  display: flex;
  min-width: 54px;
  height: 100%;
  padding: 0 8px;
  cursor: pointer;
  user-select: none;
  background: #1b79b9;
  font-size: 12px; /* TODO 14px -> 12px 이정수 2018.08.07 Pivot Fields Select Font Size */
  justify-content: space-around;
  align-items: center;
}

.dhx_config_select:hover {
  background: #176aa3;
}

.dhx_config_select .dxi-unfold-more-horizontal {
  padding: 0 0 0 4px;
  font-size: 24px;
}

.dhx_shadow {
  font-family: "Roboto", Arial, Tahoma, Verdana, sans-serif;
  position: fixed;
  z-index: 999999;
  cursor: pointer;
  opacity: .8;
}

@keyframes ripple {
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.dhx_config_field {
  box-sizing: border-box;
}

.dhx_config_wrap {
  margin-bottom: 20px;
  background: #F7F7F7;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.dhx_config_wrap .dhx_flex_cont {
  justify-content: space-between;
}

.dhx_config_wrap .dhx_config_free-items {
  min-height: 60px; /*TODO X -> 60px JH.Kang 2017.11.08 Pivot Field List의 최소 높이(회색배경-위쪽div) */
  height: auto;
}

.dhx_config_wrap .dhx_config_free-items .dhx_config_field {
  min-height: 45px; /*TODO 58px -> 45px JH.Kang 2017.11.08 최소높이 크게 하지 않으면 화면에 영향이 없음*/
  height: auto;
}

.dhx_config_wrap .dhx_config_free-items .dhx_field_header {
  flex-shrink: 0;
}

.dhx_config_wrap .dhx_config_free-items .dhx_field_content {
  flex-wrap: wrap;
  min-height: 45px; /*TODO 58px -> 45px JH.Kang 2017.11.08 최소높이 크게 하지 않으면 화면에 영향이 없음 */
  height: auto;
}

.dhx_config_wrap .dhx_config_free-items .dhx_config_item,
.dhx_config_wrap .dhx_config_free-items .dhx_shadow {
  margin: 5px 4px; /*TODO 8px 6px -> 5px 4px JH.Kang 2017.11.08  */
}

.dhx_config_wrap .dhx_config_free-items .dhx_config_item:last-child,
.dhx_config_wrap .dhx_config_free-items .dhx_shadow:last-child {
  margin-right: 12px;
}

.dhx_config_wrap .dhx_config_free-items .dhx_config_item:first-child,
.dhx_config_wrap .dhx_config_free-items .dhx_shadow:first-child {
  margin-left: 6px;
}

.dhx_config_wrap .dhx_pivot_settings_wrap {
  display: flex;
  align-self: center;
  padding: 0 12px 0 0;
  background: #F7F7F7;
  justify-content: flex-end;
}

.dhx_config_wrap .dhx_pivot_settings_wrap.dhx_pivot--readonly {
  display: none;
}

.dhx_on_hover {
  background: white;
}

.dhx_config {
  margin-bottom: 0;
}

.dhx_config .dhx_config_apply {
  position: relative;
  height: 100%;
  padding: 0 15px 0 32px;
  align-self: center;
}

.dhx_config .dhx_config_apply .dhx_btn--active {
  padding: 0px 12px 5px 12px; /* TODO 5px 12px; -> 0px 12px 5px 12px; 이정수 2018-08-06 Button Padding*/
}

.dhx_config .dhx_config_apply i {
  font-size: 1.0rem; /* TODO 1.3rem ->  1.0rem 이정수 2018-08-07 Apply Icon Size*/
  padding: 0 5px 0 0;
}

.dhx_config .dhx_config_apply:before {
  position: absolute;
  top: -20%;
  left: 0;
  width: 1px;
  height: 135%;
  content: '';
  background: rgba(0, 0, 0, 0.1);
}

.dhx_config .dhx_config_content {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  height: 100%;
  user-select: none;
}

.dhx_config .dhx_config_free-items {
  box-sizing: border-box;
  height: auto; /*TODO auto -> 60px 이정수 2018-08-06 Field List의 높이.  적용 X*/
  padding: 10px 20px 10px 10px; /*TODO 12px 32px 12px 12px; -> 10px 20px 10px 10px 이정수 2018-08-06 Field List와  오른쪽버튼간의 간격*/
  background: #F7F7F7;
}

.dhx_config .dhx_config_free-items .dhx_config_field {
  flex-direction: row;
  margin: 0;
}

.dhx_config_zone {
  width: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
}

.dhx_pivot_layout {
  overflow: hidden;
  box-sizing: border-box;
  height: 100%;
  padding: 15px;
  background: #EDEDED;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
   /*TODO X -> 12px JH.Kang 2017.11.08 Pivot 전체의 조건 Field Item Font */
  font: 12px "Roboto", Arial, Tahoma, Verdana, sans-serif;
}

.dhx_pivot_layout * {
  box-sizing: border-box;
}

.dhx_pivot_layout .grid_w {
  flex: 1 1 auto;
  display: flex;
  align-items: stretch;
  align-content: stretch;
  overflow: hidden;
}

.dhx_pivot_cont {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 12px;
  background: #F7F7F7;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.dhx_pivot_cont .dhx_config_field {
  margin: 0;
}

.dhx_pivot_cont .dhx_flex_cont {
  margin: 0 0 15px 0;
}

.dhx_pivot_cont .dhx_flex_cont:last-child {
  margin: 0;
}

.dhx_grid_wrap {
  flex: 3 0 400px;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.dhx_rows_wrap {
  box-sizing: border-box;
  margin-right: 15px;
}

.dhx_config_rows .dhx_config_field {
  flex-direction: column-reverse;
  width: 100%;
  height: auto;
  margin: 0;
  flex-wrap: nowrap;
}

.dhx_config_rows .dhx_field_header {
  padding: 8px;
  align-items: left;
}

.dhx_config_rows .dhx_field_content {
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  /* overflow: visible; */ /* TODO 이정수 2018-08-06 주석 */ 
  max-height: none;
}

.dhx_config_rows .dhx_config_item,
.dhx_config_rows .dhx_shadow {
  margin: 4px 8px;
}

.dhx_config_rows .dhx_config_item:first-child,
.dhx_config_rows .dhx_shadow:first-child {
  margin-top: 12px;
}

.dhx_pivot_alone_wrap {
  padding: 12px;
  background: #F7F7F7;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.dhx_pivot_alone_wrap.dhx_pivot--readonly {
  padding: 12px;
}

.dhx_pivot_settings_wrap {
  display: flex;
  padding: 12px 12px 0 12px;
  background: #F7F7F7;
  flex-shrink: 0;
  justify-content: flex-end;
  z-index: 100;
}

.dhx_pivot_settings_wrap.dhx_pivot--readonly {
  display: none;
}

.dhx_popup {
  position: fixed;
  position: absolute;
  z-index: 999999;
  box-sizing: border-box;
  animation: appear .2s ease-in-out forwards;
  background: #FFF;
}

.dhx_popup.hide {
  animation: disappear .2s ease-in-out forwards;
}

.dhx_popup * {
  box-sizing: border-box;
}

.dhx_card {
  z-index: 999999;
  box-sizing: border-box;
  border-radius: 2px;
  background-color: #FFF;
  box-shadow: 0 2px 54px 0 rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.22);
}

@keyframes appear {
  0% {
    transform: translateY(30%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes disappear {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(30%);
    opacity: 0;
  }
}