@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-family: 'Malgun Gothic', '맑은고딕', sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-family: 'Malgun Gothic', '맑은고딕', sans-serif;
}

main {
  display: block;
}

img,
fieldset,
iframe {
  border: 0 none;
}

img {
  vertical-align: top;
}

label,
button {
  cursor: pointer;
}

caption,
legend,
.hidden-text {
  font-size: 1px;
  position: absolute;
  width: 1px;
  height: 1px;
  color: transparent;
  line-height: 1px;
  overflow: hidden;
  opacity: 0;
}

table {
  width: 100%;
  padding: 0;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

select {
  cursor: pointer;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type='text'],
input[type='password'],
input[type='textarea'] {
  border: 1px solid #ebebeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.jqx-widget-content {
  border-color: #e3e3e3;
}

.jqx-fill-state-normal,
.jqx-widget-header {
  border-color: #e3e3e3;
  background-color: #e0e9f5;
}

.jqx-fill-state-hover {
  border-color: #e3e3e3;
  background-color: #bcd1f1;
}

.jqx-fill-state-pressed {
  border-color: #5e8cb3;
  background-color: #bcd1f1;
}

.jqx-fill-state-focus {
  border-color: #2c7ee2;
}

.jqx-scrollbar-state-normal,
.jqx-grid-bottomright,
.jqx-panel-bottomright,
.jqx-listbox-bottomright {
  background-color: #e0e9f5;
}

.jqx-widget .jqx-grid-column-header,
.jqx-grid-cell,
.jqx-widget .jqx-grid-cell,
.jqx-widget .jqx-grid-group-cell,
.jqx-grid-group-cell {
  border-color: #e3e3e3;
}

.jqx-tabs-title-selected-bottom,
.jqx-tabs-selection-tracker-bottom,
.jqx-tabs-title-selected-top,
.jqx-tabs-selection-tracker-top {
  border-color: #e3e3e3;
  border-bottom: 1px solid #fff;
  background: #fff;
}

.jqx-grid-cell-sort-alt,
.jqx-grid-cell-filter-alt,
.jqx-grid-cell-pinned,
.jqx-grid-cell-alt,
.jqx-grid-cell-sort {
  background-color: #e7eef8;
}

.jqx-grid-cell-selected {
  background-color: #fef6e4 !important;
  color: #2b465e !important;
}

.jqx-grid-cell-hover {
  background-color: #f5f5f5 !important;
}

.jqx-menu-vertical {
  background: #e0e9f5;
}

.jqx-layout {
  background-color: #ecf4ff;
}

.jqx-widget-content {
  color: #000;
  text-shadow: none;
  border-color: #000;
  background: #fff;
}

.jqx-widget-header,
.jqx-grid .jqx-widget-header {
  color: #000;
  text-shadow: none;
  border-color: #e3e3e3;
  background-color: #e0e9f5;
}

.jqx-grid-column-menubutton,
.jqx-widget.jqx-grid-column-menubutton {
  border-color: #e3e3e3;
}

.jqx-grid-cell,
.jqx-widget .jqx-grid-cell {
  background-color: #fff;
  color: #000;
  text-shadow: none;
}

.jqx-fill-state-normal {
  color: #000;
  text-shadow: none;
  border-color: #999;
  background-color: #e0e9f5;
}

.jqx-button {
  color: #000;
  text-shadow: none;
  border-color: #e3e3e3;
  background-color: #e0e9f5;
  background-clip: padding-box;
}

.jqx-grid-selectionarea {
  border-color: #e3e3e3;
  background-color: #e0e9f5;
}

.jqx-widget .jqx-grid-cell-sort,
.jqx-widget .jqx-grid-cell-filter,
.jqx-widget .jqx-grid-cell-pinned,
.jqx-grid-cell-sort,
.jqx-grid-cell-filter,
.jqx-grid-cell-pinned {
  background-color: #e7eef8;
  color: #000;
  text-shadow: none;
}

.jqx-widget .jqx-grid-cell-alt,
.jqx-widget .jqx-grid-cell-sort-alt,
.jqx-widget .jqx-grid-cell-pinned-alt,
.jqx-widget .jqx-grid-cell-filter-alt,
.jqx-grid-cell-alt,
.jqx-grid-cell-sort-alt,
.jqx-grid-cell-filter-alt {
  background-color: #e7eef8;
  color: #000;
  text-shadow: none;
}

.jqx-fill-state-hover,
.jqx-widget .jqx-grid-cell-hover {
  color: #000;
  text-shadow: none;
  border-color: #e3e3e3;
  background-color: #bcd1f1;
  background-clip: padding-box;
}

.jqx-fill-state-pressed,
.jqx-widget .jqx-grid-cell-selected {
  color: #000;
  text-shadow: none;
  border-color: #5e8cb3;
  background-color: #bcd1f1;
  background-clip: padding-box;
}

.jqx-switchbutton-label-on {
  color: #000;
  text-shadow: none;
  border-color: #5e8cb3;
  background-color: #bcd1f1;
  background-clip: padding-box;
}

.jqx-tabs-title-selected-top,
.jqx-tabs-selection-tracker-top {
  color: #000;
  text-shadow: none;
  border-color: #e3e3e3;
  border-bottom: 1px solid #ffffff;
  background-image: none;
  background-color: #fff;
}

.jqx-tabs-title-selected-bottom,
.jqx-tabs-selection-tracker-bottom {
  color: #000;
  text-shadow: none;
  border-color: #e3e3e3;
  border-top: 1px solid #ffffff;
  background-image: none;
  background-color: #fff;
}

.jqx-splitter-splitbar-hover {
  background: #bcd1f1;
}

.jqx-splitter-splitbar-vertical,
.jqx-splitter-splitbar-horizontal,
.jqx-slider-track-horizontal,
.jqx-slider-track-vertical {
  background: #e0e9f5;
}

.jqx-splitter-collapse-button-horizontal,
.jqx-splitter-collapse-button-vertical,
.jqx-slider-rangebar {
  background: #bcd1f1;
}

.jqx-scrollbar-state-normal {
  background-color: #efefef;
  border-color: #efefef;
}

.jqx-grid-bottomright,
.jqx-panel-bottomright,
.jqx-listbox-bottomright {
  /* background-color: #e0e9f5; */
  background-color: blue !important;
}

.jqx-scrollbar-thumb-state-normal {
  background-color: #e8e8e8 !important;
}

.jqx-scrollbar-thumb-state-normal-horizontal {
  background-color: #e8e8e8;
  background-clip: padding-box;
}

.jqx-scrollbar-thumb-state-hover {
  background-color: #e8e8e8;
  border-color: #999;
}

.jqx-scrollbar-thumb-state-hover-horizontal {
  background-color: #e8e8e8;
  border-color: #999;
  background-clip: padding-box;
}

.jqx-scrollbar-thumb-state-pressed {
  background-color: #e8e8e8;
  border-color: #999;
}

.jqx-scrollbar-thumb-state-pressed-horizontal {
  background-color: #e8e8e8;
  border-color: #999;
  background-clip: padding-box;
}

.jqx-scrollbar-button-state-normal {
  background-color: #e8e8e8;
  background-clip: padding-box;
}

.jqx-scrollbar-button-state-hover {
  background-color: #e8e8e8;
  border-color: #999;
  background-clip: padding-box;
}

.jqx-scrollbar-button-state-pressed {
  background-color: #e8e8e8;
  border-color: #999;
  background-clip: padding-box;
}

.jqx-radiobutton-check-checked {
  background: #111111;
  width: 7px;
  height: 7px;
  margin-left: 2px;
  margin-top: 2px;
  border-width: 1px;
  border-style: solid;
}

.jqx-rc-tl {
  border-top-left-radius: 3px;
}

.jqx-rc-tr {
  border-top-right-radius: 3px;
}

.jqx-rc-bl {
  border-bottom-left-radius: 3px;
}

.jqx-rc-br {
  border-bottom-right-radius: 3px;
}

.jqx-rc-t {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.jqx-rc-b {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.jqx-rc-r {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.jqx-rc-l {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.jqx-radiobutton-default,
.jqx-radiobutton,
.jqx-radiobutton-check-checked,
.jqx-radiobutton-hover,
.jqx-radiobutton-check-indeterminate,
.jqx-radiobutton-check-indeterminate-disabled,
.jqx-slider-button {
  border-radius: 100% !important;
}

.jqx-rc-all,
.jqx-tooltip,
.jqx-tooltip-text,
.jqx-tooltip-main {
  border-radius: 3px;
}

.jqx-menu-vertical {
  background: #fff;
}

.jqx-widget .jqx-grid-column-header,
.jqx-widget .jqx-grid-cell,
.jqx-widget .jqx-grid-group-cell,
.jqx-grid-cell {
  border-color: #e3e3e3;
}

.jqx-tooltip,
.jqx-tooltip-main {
  color: #000;
  text-shadow: none;
  border-color: #e3e3e3;
  background-color: #e0e9f5;
}

.jqx-combobox-content,
.jqx-input {
  color: #666;
  text-shadow: none;
  border-color: #ebebeb;
  background-color: #fff;
}

.jqx-combobox-input {
  color: #666;
  text-shadow: none;
}

.jqx-input-content {
  color: #666;
  text-shadow: none;
  background-color: #fff;
}

.jqx-fill-state-focus,
.jqx-popup .jqx-fill-state-focus {
  border-color: #2c7ee2;
}

.jqx-popup.jqx-listbox,
.jqx-popup.jqx-calendar,
.jqx-menu-dropdown,
.jqx-popup.jqx-dropdownbutton-popup {
  color: #000;
  text-shadow: none;
  border-color: #27365e;
  background-color: #fff;
}

.table-container .jqx-tree-grid-expand-button {
  width: 22px;
  height: 22px;
  background-image: url("/images/collapse-minus.png");
}

.table-container .jqx-tree-grid-collapse-button {
  width: 22px;
  height: 22px;
  background-image: url("/images/expand-plus.png");
}

.jqx-checkbox-default {
  border: 0;
}

.jqx-checkbox-default > div {
  background: transparent url("/images/checkbox.png") center center no-repeat;
}

.jqx-checkbox-check-checked {
  background: transparent url("/images/checkbox-on.png") center center no-repeat;
}

.jqx-checkbox-check-disabled {
  background: transparent url("/images/checkbox-off.png") center center no-repeat;
}

.jqx-widget-content {
  font-size: 14px;
  font-family: 'Malgun Gothic', '맑은고딕', sans-serif;
}

.espm-select-combobox {
  width: 100% !important;
  min-height: 34px !important;
  border: 0 !important;
}

.espm-select-combobox .jqx-combobox {
  border-radius: 0;
  border-color: #ebebeb;
}

.espm-select-combobox .jqx-combobox-content {
  width: 100% !important;
  border: 1px solid #ebebeb !important;
  min-height: 34px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.espm-select-combobox .jqx-combobox-content.jqx-combobox-content .jqx-combobox-input {
  cursor: auto;
  padding: 0 3px !important;
}

.espm-select-combobox .jqx-combobox-content .jqx-combobox-multi-item {
  height: 28px;
  line-height: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ecf4ff;
  border-color: #d5e1f3;
}

.espm-select-combobox .jqx-combobox-content .jqx-combobox-multi-item > a + div {
  min-height: 24px !important;
  padding-left: 2px;
}

.espm-select-combobox .jqx-combobox-input {
  height: 32px !important;
  padding: 0 34px 0 10px !important;
  line-height: 32px;
  font-size: 14px;
  color: #666;
  border: 0;
}

.jqx-combobox-arrow-normal {
  width: 34px !important;
  left: auto !important;
  right: 0;
  top: 0;
  background: transparent;
}

.jqx-combobox-arrow-selected {
  background: transparent;
}

.jqx-listbox {
  border: 1px solid #d9d9d9 !important;
  border-left-width: 0 !important;
}

.jqx-listbox > *:first-child {
  border-left: 1px solid #d9d9d9 !important;
}

.jqx-listitem-state-normal.jqx-fill-state-hover {
  background: #ebebeb;
  border-color: transparent;
}

.jqx-listitem-state-normal.jqx-listitem-state-selected {
  background: #fef6e4;
  border-color: transparent;
}

.espm-dropdown-combobox {
  width: 100% !important;
  height: 34px !important;
  background: #fff;
  border-color: #ebebeb !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.espm-dropdown-combobox .jqx-dropdownlist-content {
  width: calc(100% - 44px) !important;
  margin: 0 !important;
  padding-left: 10px;
  line-height: 32px;
  font-size: 14px;
  color: #666;
  border: 0;
}

.espm-dropdown-combobox .jqx-dropdownlist-content + div {
  width: 30px !important;
}

.espm-dropdown-combobox .jqx-icon-arrow-down {
  width: 16px;
}

.jqx-calendar {
  border: 1px solid #27365e;
}

.jqx-calendar table {
  font-family: 'Malgun Gothic', '맑은고딕', sans-serif;
  font-size: 14px;
  color: #000;
}

.jqx-calendar td {
  font-size: 14px;
  color: #000;
}

.jqx-calendar .jqx-widget-header {
  background: #27365e;
  color: #fff;
}

.jqx-calendar .jqx-widget-header .jqx-calendar-title-content {
  color: #fff;
}

.jqx-calendar .jqx-calendar-cell-today {
  color: #000;
  background-color: #fff;
  border: 1px solid #27365e;
  font-weight: bold;
}

.jqx-calendar .jqx-calendar-cell-othermonth {
  color: #999;
}

.jqx-calendar .jqx-calendar-cell-selected {
  background: #2c7ee2;
  color: #fff !important;
  border-color: transparent;
}

.jqx-calendar .jqx-calendar-cell-month {
  color: #000;
}

.jqx-calendar .jqx-icon-arrow-left {
  background-image: url("/images/icon-left-white.png");
}

.jqx-calendar .jqx-icon-arrow-right {
  background-image: url("/images/icon-right-white.png");
}

.espm-date-picker.espm-date-picker--range {
  min-width: 240px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.espm-date-picker.espm-date-picker--with-month {
  position: relative;
  padding-right: 100px;
}

.espm-date-picker.espm-date-picker--with-month .espm-select-combobox {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px !important;
}

.espm-date-picker.espm-date-picker--month {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.espm-date-picker.espm-date-picker--month .espm-select-combobox:first-child {
  margin-right: 10px;
}

.table-container {
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.table-container--hidden-scroll {
  overflow-x: hidden;
}

.table-container .table-grid {
  border: 0;
}

.table-container .table-grid .jqx-grid-header-multi-liner {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.table-container .table-grid .jqx-grid-header--required {
  position: relative;
}

.table-container .table-grid .jqx-grid-header--required:before {
  content: '';
  position: absolute;
  top: 2px;
  left: -9px;
  display: block;
  width: 6px;
  height: 5px;
  background: url("/images/icon-required.png");
}

.table-container .table-grid .jqx-grid-column-header {
  background-color: #ecf4ff;
  border-top-width: 0;
}

.table-container .table-grid .jqx-grid-column-header div {
  font-size: 14px;
  text-align: center !important;
  font-weight: bold;
  color: #000;
}

.table-container .table-grid .jqx-grid-groups-header.jqx-widget-header {
  background-color: #fff;
  border: 0;
}

.table-container .table-grid .jqx-grid-column-menubutton {
  border-color: #e3e3e3;
}

.table-container .table-grid .jqx-widget-header {
  border-color: #e3e3e3;
  background-color: #ecf4ff;
}

.table-container .table-grid .jqx-widget-header.jqx-grid-statusbar, .table-container .table-grid .jqx-widget-header.jqx-grid-pager {
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border: 0;
}

.table-container .table-grid .jqx-widget-content {
  border: 0;
  border-bottom: 1px solid #e3e3e3;
}

.table-container .table-grid .jqx-widget-content .jqx-dropdownlist {
  margin-top: 5px;
}

.table-container .table-grid .jqx-widget-content .jqx-dropdownlist.jqx-fill-state-normal {
  background: transparent;
}

.table-container .table-grid .jqx-widget-content .jqx-grid-cell.jqx-fill-state-pressed {
  background-color: #fef6e4;
}

.table-container .table-grid .jqx-widget-content .jqx-grid-cell.jqx-fill-state-hover {
  background-color: #f5f5f5;
}

.table-container .table-grid .jqx-widget-content .jqx-grid-cell.jqx-grid-cell-pinned {
  background-color: #fff;
}

.table-container .table-grid .jqx-widget-content .jqx-input.jqx-grid-cell-edit {
  height: 40px !important;
  line-height: 40px !important;
  font-size: 14px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  max-width: 100%;
  color: #000;
}

.table-container .table-grid .jqx-widget-content .jqx-input.jqx-grid-cell-edit.jqx-numberinput {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.table-container .table-grid .jqx-widget-content .jqx-input.jqx-grid-cell-edit.jqx-numberinput .jqx-input-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0 !important;
  height: 38px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  line-height: 38px !important;
  max-width: calc(100% - 20px);
  color: #000;
}

.table-container .table-grid .jqx-widget-content .jqx-input.jqx-grid-cell-edit.jqx-datetimeinput {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.table-container .table-grid .jqx-widget-content .jqx-grid-cell {
  border-color: #e3e3e3;
  font-size: 14px;
}

.table-container .table-grid .jqx-widget-content .jqx-grid-cell.jqx-grid-empty-cell {
  border-bottom: 1px solid #e3e3e3;
}

.table-container .table-grid .jqx-widget-content .jqx-grid-cell-left-align {
  margin-right: 12px;
  margin-left: 12px;
}

.table-container .table-grid .jqx-widget-content .jqx-grid-cell-right-align {
  margin-right: 12px;
  margin-left: 12px;
}

.table-container .table-grid .jqx-grid-header,
.table-container .table-grid .jqx-grid-cell,
.table-container .table-grid .jqx-grid-column-header,
.table-container .table-grid .jqx-grid-group-cell {
  border-color: #e3e3e3;
}

.table-container .table-grid .jqx-grid-pager {
  background-color: #fff;
}

.table-container .table-grid .jqx-grid-pager > div > div {
  font-size: 12px;
  line-height: 26px;
  color: #666;
}

.table-container .table-grid .jqx-grid-pager .jqx-grid-pager-input {
  border: 1px solid #ebebeb;
  text-align: center !important;
  min-width: 40px;
  color: #666;
  font-size: 12px;
}

.table-container .table-grid .jqx-grid-pager .jqx-dropdownlist {
  background-color: #fff !important;
  border: 1px solid #ebebeb;
}

.table-container .table-grid .jqx-grid-pager .jqx-dropdownlist > div > div > .jqx-dropdownlist-content {
  padding: 0 0 0 10px !important;
}

.table-container .table-grid .jqx-grid-pager .jqx-dropdownlist .jqx-listitem-element {
  padding: 0 3px 0 10px;
}

.table-container .table-grid .jqx-grid-pager .jqx-dropdownlist .jqx-listitem-state-normal {
  font-size: 12px !important;
}

.table-container .table-grid .jqx-button.jqx-fill-state-normal {
  background: -webkit-gradient(linear, left bottom, left top, from(whitesmoke), color-stop(96%, white)) !important;
  background: linear-gradient(0deg, whitesmoke 0%, white 96%) !important;
  border-color: #ebebeb !important;
}

.table-container .table-grid .jqx-button.jqx-fill-state-hover {
  background: -webkit-gradient(linear, left bottom, left top, from(whitesmoke), color-stop(96%, white)) !important;
  background: linear-gradient(0deg, whitesmoke 0%, white 96%) !important;
  border-color: #ebebeb !important;
}

.table-container .table-grid .jqx-grid-cell-multi-liner {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.table-container .table-grid .jqx-grid-cell-multi-liner .jqx-grid-cell-divided {
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
}

.table-container .table-grid .jqx-grid-cell-multi-liner .jqx-grid-cell-divided ~ .jqx-grid-cell-divided {
  border-top: 1px solid #e3e3e3;
}

.table-container .table-grid .jqx-grid-cell-multi-liner .radio-area .input-radio {
  display: block;
  margin: 0;
  padding: 5px 0;
  width: 100%;
}

.table-container .table-grid .jqx-grid-cell-multi-liner .radio-area .input-radio > label {
  padding-left: 18px;
}

.table-container .table-grid .jqx-grid-cell-multi-liner .radio-area .input-radio ~ .input-radio {
  border-top: 1px solid #e3e3e3;
}

.table-container .table-grid .jqx-grid-cell-multi-column {
  padding: 0 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jqx-listbox-container > .jqx-fill-state-focus {
  border-color: #ebebeb !important;
}

.multi-selectbox-area {
  position: relative;
  padding-right: 40px;
}

.multi-selectbox-area > .espm-select-combobox {
  border: 1px solid blue;
}

.multi-selectbox-area > .espm-select-combobox + .button {
  position: absolute;
  top: 0;
  right: 0;
}

.button {
  display: inline-block;
  vertical-align: middle;
  background: none;
  border: 0;
  color: #000;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
}

.button:disabled, .button[disabled] {
  color: #999;
  border: 1px solid #d9d9d9;
  background: -webkit-gradient(linear, left bottom, left top, from(whitesmoke), color-stop(96%, white));
  background: linear-gradient(0deg, whitesmoke 0%, white 96%);
  cursor: auto;
}

.button:disabled img, .button[disabled] img {
  opacity: 0.5;
}

.button img {
  vertical-align: middle;
}

.button .icon--download {
  position: relative;
  top: -1px;
}

.button--normal {
  min-width: 110px;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  font-size: 14px;
}

.button--small {
  min-width: 60px;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  color: #999;
  font-size: 12px;
}

.button--large {
  min-width: 170px;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
}

.button--light {
  color: #000;
  border: 1px solid #d9d9d9;
  background: -webkit-gradient(linear, left bottom, left top, from(whitesmoke), color-stop(96%, white));
  background: linear-gradient(0deg, whitesmoke 0%, white 96%);
}

.button--light.button--normal, .button--light.button--large {
  font-weight: bold;
}

.button--secondary {
  background: #999;
  border: 0;
  color: #fff;
}

.button--secondary.button--normal, .button--secondary.button--large {
  font-weight: bold;
}

.button--primary {
  background: #2c7ee2;
  border: 0;
  color: #fff;
}

.button--primary.button--normal, .button--primary.button--large {
  font-weight: bold;
}

.button--dark {
  background: #1b2b55;
  border: 0;
  color: #fff;
}

.button--dark.button--normal, .button--dark.button--large {
  font-weight: bold;
}

.button--section-title {
  min-width: 90px;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #d9d9d9;
  background: -webkit-gradient(linear, left bottom, left top, from(whitesmoke), color-stop(96%, white));
  background: linear-gradient(0deg, whitesmoke 0%, white 96%);
}

.button--section-title-primary {
  min-width: 90px;
  font-size: 12px;
  font-weight: bold;
  background: #2c7ee2;
  border: 0;
  color: #fff;
}

.button--section-title-secondary {
  min-width: 90px;
  font-size: 12px;
  font-weight: bold;
  background: #999;
  border: 0;
  color: #fff;
}

.button--section-title-dark {
  min-width: 90px;
  font-size: 12px;
  font-weight: bold;
  background: #1b2b55;
  border: 0;
  color: #fff;
}

.button--icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  padding: 0;
  border: 1px solid #d9d9d9;
  background: -webkit-gradient(linear, left bottom, left top, from(whitesmoke), color-stop(96%, white));
  background: linear-gradient(0deg, whitesmoke 0%, white 96%);
  font-size: 0;
}

.button--icon.button--small {
  width: 24px;
  height: 24px;
}

.button--icon.button--large {
  width: 50px;
  height: 50px;
}

.button--block {
  display: block;
  width: 100%;
}

.button--block ~ .button--block {
  margin-top: 10px;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.button-group--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.button-group--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button-group--justify {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.button-group--justify > .button {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.button-group--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.button-group--horizontal .button ~ .button {
  border-left-width: 0;
}

.button-group--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.button-group--vertical .button ~ .button {
  border-top-width: 0;
  margin-top: 0;
}

.button-group--has-gap.button-group--horizontal .button ~ .button {
  border-left-width: 1px;
  margin-left: 10px;
}

.button-group--has-gap.button-group--vertical .button ~ .button {
  border-top-width: 1px;
  margin-top: 10px;
}

.button-group--has-gap-narrow.button-group--horizontal .button ~ .button {
  border-left-width: 1px;
  margin-left: 5px;
}

.button-group--has-gap-narrow.button-group--vertical .button ~ .button {
  border-top-width: 1px;
  margin-top: 5px;
}

.button:disabled .icon, .button[disabled] .icon {
  opacity: 0.5;
}

.button .icon {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}

.button .icon.icon-search {
  width: 12px;
  height: 12px;
  background: url("/images/icon-search.png") no-repeat 0 0;
}

.button .icon.icon-explorer {
  width: 14px;
  height: 12px;
  background: url("/images/icon-explorer.png") no-repeat 0 0;
}

.button .icon.icon-close {
  width: 14px;
  height: 14px;
  background: url("/images/icon-close.png") no-repeat 0 0;
}

.button .icon.icon-trash {
  width: 14px;
  height: 16px;
  background: url("/images/icon-trash.png") no-repeat 0 0;
}

.button .icon.icon-prev-bold {
  width: 7px;
  height: 14px;
  background-image: url("/images/icon-arrow-prev-bold.png");
}

.button .icon.icon-next-bold {
  width: 7px;
  height: 14px;
  background-image: url("/images/icon-arrow-next-bold.png");
}

.button .icon.icon-new-window {
  width: 14px;
  height: 14px;
  background: url("/images/icon-new-window.png") no-repeat 0 0;
}

.checkbox-area .input-checkbox {
  display: inline-block;
  margin-right: 20px;
}

.checkbox-area .input-checkbox:last-child {
  margin-right: 0;
}

.checkbox-area .input-checkbox input[type='checkbox'] {
  opacity: 0;
  width: 0;
  height: 0;
}

.checkbox-area .input-checkbox input[type='checkbox']:checked + label:before {
  background: url("/images/checkbox-on.png");
}

.checkbox-area .input-checkbox input[type='checkbox']:disabled + label:before {
  background: url("/images/checkbox-off.png");
}

.checkbox-area .input-checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  font-size: 14px;
  height: 18px;
  line-height: 20px;
  color: #666;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.checkbox-area .input-checkbox label:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  display: block;
  background: url("/images/checkbox.png");
}

.form-checkbox {
  position: relative;
}

.form-checkbox input[type='checkbox'] {
  opacity: 0;
  width: 0;
  height: 0;
}

.form-checkbox input[type='checkbox']:disabled + .label:before {
  background: url("/images/checkbox-off.png");
}

.form-checkbox input[type='checkbox']:checked + .label:before {
  background: url("/images/checkbox-on.png");
}

.form-checkbox input[type='checkbox']:checked:disabled + .label:before {
  opacity: 0.5;
}

.form-checkbox > .label {
  position: relative;
  padding-left: 16px;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.form-checkbox > .label.label-text {
  padding-left: 24px;
  margin-top: -1px;
}

.form-checkbox > .label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  display: block;
  background: url("/images/checkbox.png");
}

.radio-area .input-radio {
  display: inline-block;
  margin-right: 20px;
}

.radio-area .input-radio:last-child {
  margin-right: 0;
}

.radio-area .input-radio input[type='radio'] {
  opacity: 0;
  width: 0;
  height: 0;
}

.radio-area .input-radio input[type='radio']:checked + label:before {
  background: url("/images/radio-on.png");
}

.radio-area .input-radio input[type='radio']:disabled + label:before {
  background: url("/images/radio-off.png");
}

.radio-area .input-radio input[type='radio']:disabled:checked + label:before {
  background: url("/images/radio-disabled-on.png");
}

.radio-area label {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  font-size: 14px;
  height: 18px;
  line-height: 20px;
  color: #666;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.radio-area label:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 20px;
  background: url("/images/radio.png");
  color: #666;
  cursor: pointer;
}

.form-input {
  display: block;
}

.form-input input[type='text'],
.form-input input[type='password'] {
  border: 1px solid #ebebeb;
  width: 100%;
  height: 34px;
  padding: 0 5px;
  line-height: 34px;
  font-size: 14px;
  color: #666;
}

.form-input.is--disabled > input[type='text'], .form-input.is--readonly > input[type='text'] {
  background: #f5f5f5;
}

.form-select {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 34px;
  border: 1px solid #ebebeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background: #fff;
}

.form-select:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: url("/images/caret-box-down.png") no-repeat 50% 50%;
  pointer-events: none;
}

.form-select > select {
  width: 100%;
  height: 100%;
  padding: 0 34px 0 10px;
  border-radius: 0;
  line-height: 34px;
  font-size: 14px;
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  border: none;
}

.form-select > select :disabled {
  background: #f5f5f5;
}

.form-select > select option:disabled {
  color: #999;
}

.form-textarea {
  border: 1px solid #ebebeb;
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-textarea.is--disabled, .form-textarea.is--readonly {
  background: #f5f5f5;
}

.form-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-input-group .form-input ~ .form-input {
  position: relative;
  margin-left: 19px;
}

.form-input-group .form-input ~ .form-input:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -13px;
  width: 7px;
  height: 1px;
  text-align: center;
  background: #000;
  overflow: hidden;
}

.select-combobox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.select-combobox-group .espm-select-combobox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.select-combobox-group .espm-select-combobox ~ .espm-select-combobox {
  margin-left: 10px;
}

.c-file-input {
  position: relative;
  display: block;
  height: 34px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-file-input__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 68px;
  line-height: 34px;
  color: #666;
  font-size: 14px;
  overflow: hidden;
  word-wrap: break-word;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-file-input__field {
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  z-index: -1;
}

.c-file-input__field:focus {
  outline: none;
}

.c-file-input__indicator {
  position: absolute;
  right: -1px;
  top: -1px;
  height: 100%;
  width: 34px;
  z-index: 2;
  border: 1px solid #d9d9d9;
  background: -webkit-gradient(linear, left bottom, left top, from(whitesmoke), color-stop(96%, white));
  background: linear-gradient(0deg, whitesmoke 0%, white 96%);
}

.c-file-input__indicator__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  width: 15px;
  height: 14px;
  background: url("/images/icon-attach.png") no-repeat 0 0;
}

.c-file-input__remove {
  display: none;
  position: absolute;
  top: 0;
  right: 34px;
  height: 100%;
  width: 34px;
  z-index: 2;
}

.has-file > .c-file-input__remove {
  display: block;
}

.c-file-input__remove__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  width: 14px;
  height: 16px;
  background: url("/images/icon-trash.png") no-repeat 0 0;
}

.page-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  font-size: 0;
}

.page-header__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.page-header__column--add {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.page-title {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  vertical-align: middle;
}

.page-title__button--favorite {
  position: relative;
  display: inline-block;
  margin: 2px 0 0 8px;
  vertical-align: middle;
}

.page-title__button--new-window {
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: top;
}

.input-checkbox--star {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

.input-checkbox--star .input-check {
  opacity: 0;
  width: 0;
  height: 0;
}

.input-checkbox--star .input-check:checked + .label-text:before {
  background: url("/images/icon-star-on.png");
}

.input-checkbox--star .label-text {
  width: 22px;
  height: 21px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.input-checkbox--star .label-text:before {
  content: '';
  width: 22px;
  height: 21px;
  display: block;
  background: url("/images/icon-star.png");
}

.breadcrumb {
  font-size: 12px;
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 24px;
  list-style: none;
}

.breadcrumb__item ~ .breadcrumb__item:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 5px;
  height: 9px;
  margin-top: -4px;
  background: url("/images/icon-angle-right.png") no-repeat 0 0;
}

.breadcrumb__link {
  font-size: 12px;
  color: #999;
  text-decoration: none;
}

.breadcrumb__link.is--active {
  color: #000;
}

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-header__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.section-header__column--add {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  text-align: right;
}

.section-header__column .button ~ .button {
  margin-left: 10px;
}

.section-title {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.section-description {
  display: inline-block;
  font-size: 12px;
  color: #999;
  margin-left: 7px;
}

.section-description--info {
  position: relative;
  padding-left: 24px;
  line-height: 18px;
  text-decoration: underline;
  color: #666;
}

.section-description--info:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-image: url(/images/exclamation-mark.png);
  background-repeat: no-repeat;
}

.section-description--count {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.section-description--count strong {
  font-weight: bold;
  color: #2c7ee2;
}

.section-header__util-text {
  margin-right: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

.section-header__util-text--warning {
  position: relative;
  padding-left: 24px;
}

.section-header__util-text--warning:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  background-image: url(/images/exclamation-mark.png);
  background-repeat: no-repeat;
}

.section-header--has-line {
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}

.sub-header {
  padding-bottom: 10px;
}

.sub-title {
  font-size: 16px;
  font-weight: bold;
}

.sub-contents + .sub-header {
  margin-top: 45px;
}

.progress-step {
  overflow: hidden;
  white-space: nowrap;
}

.progress-step__item {
  position: relative;
  float: left;
  width: 162px;
  height: 48px;
  padding-left: 24px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-right-width: 0;
  margin-right: -2px;
  font-size: 14px;
  text-align: center;
  line-height: 48px;
  color: #666;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 240px;
  list-style: none;
}

.progress-step__item:before, .progress-step__item:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  border: 24px solid transparent;
}

.progress-step__item:before {
  right: -48px;
  border-left-color: #d9d9d9;
}

.progress-step__item:after {
  right: -47px;
  border-left-color: #fff;
}

.progress-step__item.is--active {
  background-color: #0c1846;
  border-color: #0c1846;
  color: #fff;
}

.progress-step__item.is--active:before, .progress-step__item.is--active:after {
  border-left-color: #0c1846;
}

.progress-step__item:last-child {
  border-right-width: 1px;
  margin-right: 0;
}

.progress-step__item:last-child:before, .progress-step__item:last-child:after {
  content: none;
}

.inline-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inline-group--justify {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.inline-group--align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.inline-group--align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.inline-group--align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inline-group--no-gaps > * + * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.inline-group--gap-narrow > * + * {
  margin-left: 5px;
}

.inline-group--gap-normal > * + * {
  margin-left: 10px;
}

.inline-group--allow-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.espm-date-picker {
  width: 140px;
}

.espm-date-picker .jqx-datetimeinput {
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ebebeb;
  overflow: visible !important;
  width: 100% !important;
  height: 34px !important;
}

.espm-date-picker .jqx-datetimeinput .jqx-max-size {
  height: 34px !important;
  overflow: visible !important;
}

.espm-date-picker .jqx-datetimeinput .jqx-input-content {
  width: 100% !important;
  padding: 0 44px 0 10px !important;
  height: 32px;
  line-height: 34px;
  font-size: 14px;
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
}

.espm-date-picker .jqx-datetimeinput .jqx-action-button {
  left: auto !important;
  right: -1px !important;
  padding: 0;
  margin: 0;
  top: -1px;
  width: 34px !important;
  height: 34px;
  border: 1px solid #d9d9d9 !important;
  border-radius: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(whitesmoke), to(white));
  background: linear-gradient(0deg, whitesmoke 0%, white 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.espm-date-picker .jqx-datetimeinput .jqx-icon-calendar,
.espm-date-picker .jqx-datetimeinput .jqx-icon-calendar-hover,
.espm-date-picker .jqx-datetimeinput .jqx-icon-calendar-pressed {
  background-image: url("/images/icon-calendar.png");
  width: 16px !important;
  height: 16px !important;
  margin-top: -8px !important;
}

.search-form {
  background: #ecf4ff;
}

.search-form table {
  table-layout: fixed;
  border: 1px solid #bcd1f1;
  border-spacing: 0;
  width: 100%;
}

.search-form table th,
.search-form table td {
  height: 60px;
  padding: 0;
  border-width: 1px;
  border-color: #d5e1f3;
  border-style: none none solid none;
  text-align: left;
  background: #ecf4ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search-form table th {
  font-weight: bold;
  font-size: 14px;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
}

.search-form table th:first-child {
  padding-left: 20px;
}

.search-form table td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.search-form table td:last-child {
  padding-right: 20px;
}

.search-form .search {
  max-width: 100%;
}

.search-form .form-label {
  text-indent: -9px;
}

.search-form .form-label.is-required:before {
  left: -9px;
}

.register-form table {
  table-layout: fixed;
  border: 1px solid #e3e3e3;
  border-spacing: 0;
  width: 100%;
}

.register-form table th,
.register-form table td {
  height: 60px;
  padding: 0;
  border-width: 1px;
  border-color: #ebebeb;
  border-style: none none solid none;
  text-align: left;
}

.register-form table th {
  font-weight: bold;
  font-size: 14px;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
}

.register-form table th:first-child {
  padding-left: 20px;
}

.register-form table td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.register-form table td:last-child {
  padding-right: 20px;
}

.register-form--slim table {
  border: 0;
}

.register-form--slim table th,
.register-form--slim table td {
  height: 40px;
}

.register-form--slim table th {
  padding-left: 10px;
}

.register-form--slim table th:first-child {
  padding-left: 0;
}

.register-form--slim table td {
  padding-right: 10px;
}

.register-form--slim table td:last-child {
  padding-right: 0;
}

.form-label {
  position: relative;
  padding-left: 9px;
  display: inline-block;
  word-break: keep-all;
  word-wrap: break-word;
}

.form-label.is-required:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 6px;
  height: 5px;
  background: url("/images/icon-required.png");
}

.table-container {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}

.table-container + .table-container {
  margin-top: 30px;
}

.table-container--hidden-scroll {
  overflow-x: hidden;
}

.table-container .table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #e3e3e3;
  margin: -1px 0 0 -1px;
}

.table-container .table--fixed {
  table-layout: fixed;
}

.table-container .table .text-align-left {
  text-align: left;
}

.table-container .table .text-align-right {
  text-align: right;
}

.table-container .table .text-align-center {
  text-align: center;
}

.table-container .table .text-underline {
  text-decoration: underline;
}

.table-container .table th,
.table-container .table td {
  border: 1px solid #e3e3e3;
  border: 1px solid #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.table-container .table thead th {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.table-container .table tbody td {
  color: #666;
  font-size: 14px;
  padding: 10px 14px;
}

.table-container .table--horizontal thead th {
  padding: 20px;
  background-color: #ecf4ff;
  white-space: nowrap;
}

.table-container .table--horizontal--has-columngroup thead th {
  padding-top: 5px;
  padding-bottom: 5px;
}

.table-container .table--vertical thead th {
  padding: 10px 14px;
}

.table-container .table--has-columngroup thead th {
  padding-top: 5px;
  padding-bottom: 5px;
}

.table-text {
  font-size: 14px;
  color: #666;
}

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

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

.text-align-center {
  text-align: center;
}

.text-ellipse {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.paginate {
  text-align: center;
}

* + .paginate {
  margin-top: 20px;
}

.paginate__container {
  display: inline-block;
  padding-left: 0;
  margin: 2px 0;
  border-radius: 0;
}

.paginate__container:after {
  content: '';
  display: block;
  clear: both;
}

.paginate__link {
  position: relative;
  width: 30px;
  height: 30px;
  float: left;
  padding: 0 0;
  line-height: 30px;
  text-decoration: none;
  color: #666;
  background-color: #fff;
  margin: 0 5px;
  font-size: 14px;
}

.paginate__link:hover, .paginate__link:focus {
  z-index: 3;
  color: #2c7ee2;
  background-color: #fff;
  border-color: #fff;
}

.paginate__link.is--active, .paginate__link.is--active:hover, .paginate__link.is--active:focus {
  z-index: 2;
  color: #fff;
  background-color: #2c7ee2;
  border-color: #2c7ee2;
  cursor: pointer;
}

.paginate__link.is--disabled {
  color: #999;
  background-color: #fff;
  border-color: #fff;
  cursor: default;
}

.paginate__link.is--disabled:hover, .paginate__link.is--disabled:focus {
  color: #999;
  background-color: #fff;
  border-color: #fff;
  cursor: default;
}

.paginate__link.is--disabled .icon {
  opacity: 0.5;
}

.paginate__link--next {
  margin-left: 15px;
  margin-right: 0;
}

.paginate__link--prev {
  margin-left: 0;
  margin-right: 15px;
}

.paginate__link .icon {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-style: normal;
}

.paginate__link .icon--arrow-prev {
  width: 6px;
  height: 11px;
  background-image: url("/images/icon-arrow-prev.png");
}

.paginate__link .icon--arrow-next {
  width: 6px;
  height: 11px;
  background-image: url("/images/icon-arrow-next.png");
}

.paginate__link .icon--arrow-first {
  width: 11px;
  height: 11px;
  background-image: url("/images/icon-arrow-first.png");
}

.paginate__link .icon--arrow-last {
  width: 11px;
  height: 11px;
  background-image: url("/images/icon-arrow-last.png");
}

.sl-vue-tree {
  position: relative;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
}

.sl-vue-tree .icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 50%;
  position: relative;
  font-style: normal;
}

.sl-vue-tree .icon--folder {
  width: 18px;
  height: 14px;
  background-image: url("/images/icon-folder.png");
  top: -3px;
  margin-left: 10px;
}

.sl-vue-tree .icon--folder-open {
  width: 18px;
  height: 14px;
  background-image: url("/images/icon-folder-open.png");
  top: -3px;
  margin-left: 10px;
}

.sl-vue-tree .icon--caret {
  width: 8px;
  height: 8px;
  background-image: url("/images/caret.png");
  top: -3px;
}

.sl-vue-tree .icon--caret-right {
  width: 8px;
  height: 8px;
  background-image: url("/images/caret-right.png");
  top: -3px;
}

.sl-vue-tree .icon--file {
  background-image: url("/images/icon-file.png");
  width: 14px;
  height: 16px;
  top: -2px;
}

.sl-vue-tree .icon--file-m {
  background-image: url("/images/icon-file-m.png");
  width: 16px;
  height: 16px;
  top: -2px;
}

.sl-vue-tree.sl-vue-tree-root {
  border: 1px solid #ebebeb;
}

.sl-vue-tree-root > .sl-vue-tree-nodes-list {
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
  margin-top: -1px;
}

.sl-vue-tree-selected > .sl-vue-tree-node-item {
  background-color: #f5f5f5;
}

.sl-vue-tree-node-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 37px;
  border-bottom: 1px solid #ebebeb;
}

.sl-vue-tree-node-item.sl-vue-tree-cursor-inside {
  background-color: rgba(44, 126, 226, 0.3);
}

.sl-vue-tree-gap {
  width: 25px;
  min-height: 1px;
}

.sl-vue-tree-toggle {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.sl-vue-tree-sidebar {
  margin-left: auto;
}

.sl-vue-tree-cursor {
  position: absolute;
  border: 1px solid rgba(44, 126, 226, 0.5);
  height: 1px;
  width: 100%;
}

.sl-vue-tree-drag-info {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  margin-left: 20px;
  padding: 5px 10px;
  color: #fff;
}

.sl-vue-tree-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.sl-vue-tree-title__text {
  margin-left: 37px;
  line-height: 40px;
  font-size: 14px;
  color: #666;
}

.sl-vue-tree-title__icon {
  margin-left: 20px;
}

.sl-vue-tree-title__icon + .sl-vue-tree-title__text {
  margin-left: 45px;
}

.tabmenu__list {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  white-space: nowrap;
  list-style: none;
}

.tabmenu__list:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #333;
}

.tabmenu__item {
  position: relative;
  float: left;
  width: 210px;
  height: 56px;
  margin-right: -1px;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  background: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 56px;
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

.tabmenu__item .button--transparent {
  background: transparent;
  border: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  font-size: 16px;
  color: #666;
}

.tabmenu__item.is--active {
  border-color: #333;
  border-width: 2px;
  color: #000;
  font-weight: bold;
  z-index: 2;
}

.tabmenu__item.is--active .button--transparent {
  color: #000;
}

.tabmenu__item.is--active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.tabmenu__item:last-child {
  margin-right: 0;
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px;
}

.box--primary {
  background-color: #ecf4ff;
  border: 1px solid #bcd1f1;
}

.box--narrow {
  padding: 33px 40px;
}

.box__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.box__column--add {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.box-header {
  padding-bottom: 10px;
}

.box-title {
  font-size: 16px;
  font-weight: bold;
}

.search {
  position: relative;
  max-width: 500px;
}

.search .search__label {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.search .search__value {
  width: 100%;
  padding-right: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search .search__btn {
  position: absolute;
  top: 0;
  right: 0;
}

.search.inline-group .search__label {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.search.inline-group .search__label + .search__value {
  margin-left: 20px;
}

.search--has-gap .search__value {
  padding-right: 44px;
}

.v--modal-overlay {
  background: rgba(255, 255, 255, 0.7) !important;
  overflow-y: auto !important;
  min-height: auto !important;
}

.v--modal-overlay .v--modal-box {
  top: 0 !important;
}

.v--modal-background-click {
  padding: 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal-header {
  position: relative;
  height: 55px;
  padding-left: 20px;
  background: #1b2b55;
}

.header__title {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 55px;
}

.header__description {
  font-size: 14px;
  line-height: 55px;
  color: #fff;
}

.modal-header__close {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  width: 55px;
  height: 55px;
  background: transparent;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal-contents {
  padding: 30px 40px;
}

.modal-footer {
  margin-bottom: 30px;
}

.modal-container.has-scrollbar {
  height: 100%;
}

.modal-container.has-scrollbar .modal-contents {
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100% - 55px - 74px);
}

.modal-container.has-scrollbar .modal-footer {
  padding: 20px 0;
  margin-bottom: 0;
}

.list {
  list-style: none;
}

.list--dotted .list__item {
  position: relative;
  padding-left: 12px;
  font-size: 12px;
  line-height: 20px;
  color: #666;
  word-break: keep-all;
  word-wrap: break-word;
  list-style: none;
}

.list--dotted .list__item:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  left: 0;
  top: 9px;
  background: #666;
}

.main-container {
  padding: 35px 50px 80px;
  min-width: 920px;
}

@media only screen and (max-width: 1200px) {
  .main-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
