/*@import "base.css";*/
body * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.item-array-control .list {
  margin-bottom: 12px;
}

.item-array-control .add-form .row {
  margin-bottom: 6px;
}

.item-array-control-list-item .icon {
  width: 30px;
  text-align: center;
}

/* >>> UI-STYLES_OF_FORM_CONTROLS */
.gl-form-control.gl-enum_radio--vertical label {
  display: block;
}
/* <<< UI-STYLES_OF_FORM_CONTROLS */

/* patterns */
.pattern-1 {
  background: url('../../images/topography/topography.png') 0 0 repeat;
}
.pattern-2 {
  background: url('../../images/hypnotize/hypnotize/hypnotize.png') 0 0 repeat;
}
.pattern-3 {
  background: url('../../images/new_year_background/new_year_background/new_year_background.png') 0 0 repeat;
}
.pattern-4 {
  background: url('../../images/sayagata-400px/sayagata-400px/sayagata-400px.png') 0 0 repeat;
}
.pattern-5 {
  background: url('../../images/swirl_pattern/swirl_pattern/swirl_pattern.png') 0 0 repeat;
}
.pattern-6 {
  background: url('../../images/symphony/symphony/symphony.png') 0 0 repeat;
}

.address-level-notifier {
  height: 45px;
  font-size: 0.7rem;
  overflow: hidden;
}


/*@import "layout.css";*/
.display-none {
  display: none;
}

.display-block {
  display: block;
}

.w0 {
  width: 0;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.wh100 {
  width: 100%;
  height: 100%;
}

.split {
}

.split__left {
  float: left;
}

.split__left > div {
  float: left;
}

.split__right {
  float: right;
}

.split__right > div {
  float: right;
}

.split:after {
  content: "";
  clear: both;
  display: block;
}

.left {
  float: left;
}

.left:after {
  content: "";
  clear: both;
  display: block;
}

.right {
  float: right;
}

.right:after {
  content: "";
  clear: both;
  display: block;
}

.table {
  display: table;
}

.table > div {
  display: table-row;
}

.table > div > div {
  display: table-cell;
  vertical-align: top;
  height: 100%;
}

.table-0-100 {
}

.table-0-100 > div:nth-child(1) > div {
  height: 0;
}

.table-0-100 > div:nth-child(2) > div {
  height: 100%;
}

.table-100-0 {
}

.table-100-0 > div:nth-child(1) > div {
  height: 100%;
}

.table-100-0 > div:nth-child(2) > div {
  height: 0;
}

.table-0-100-0 {
}

.table-0-100-0 > div:nth-child(1) > div {
  height: 0;
}

.table-0-100-0 > div:nth-child(2) > div {
  height: 100%;
}

.table-0-100-0 > div:nth-child(3) > div {
  height: 0;
}

.table-50-50 {
}

.table-50-50 > div:nth-child(1) > div {
  height: 50%;
}

.table-50-50 > div:nth-child(2) > div {
  height: 50%;
}

.table-w-0-100-0 {
}

.table-w-0-100-0 > div > div:nth-child(1) {
  width: 0;
}

.table-w-0-100-0 > div > div:nth-child(2) {
  width: 100%;
}

.table-w-0-100-0 > div > div:nth-child(3) {
  width: 0;
}

.table-w-0-100 {
}

.table-w-0-100 > div > div:nth-child(1) {
  width: 0;
}

.table-w-0-100 > div > div:nth-child(2) {
  width: 100%;
}

.table-w-100-0 {
}

.table-w-100-0 > div > div:nth-child(1) {
  width: 100%;
}

.table-w-100-0 > div > div:nth-child(2) {
  width: 0;
}

.table-w-50-50 {
}

.table-w-50-50 > div > div:nth-child(1) {
  width: 50%;
}

.table-w-50-50 > div > div:nth-child(2) {
  width: 50%;
}

.cell__middle {
  vertical-align: middle !important;
}

.cell__top {
  vertical-align: top;
}

.cell__bottom {
  vertical-align: bottom;
}

.cell__left {
  text-align: left;
}

.cell__right {
  text-align: right;
}

.cell__center {
  text-align: center;
}

.cell__abs_container {
  position: relative;
  /*width: 100%;*/
  height: 100%;
}

.cell__abs {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.overflow__no {
  overflow: hidden;
}

.overflow__auto {
  overflow: auto;
}

.overflow-y__auto {
  overflow-y: auto;
}

.overflow-x__auto {
  overflow-x: auto;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.ltrb-0 {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nowrap {
  white-space: nowrap;
}

/*@import "form.css";*/
.form {
  display: block;
  background: #ffffff;
}

.form__splash {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.form__filter {
  padding: 0.4rem;
}

.form__filter .table > div > div {
  padding: 0 5px;
  vertical-align: middle;
}

/*@import "gridview.css";*/
.gridview {
  margin: 0;
  padding: 0;
}

.gridview__header {
  vertical-align: middle;
  height: 0 !important;
}

.gridview__body {
  height: 100%;
  vertical-align: top;
}

.gridview__body > div {
  position: relative;
  height: 100%;
}

.gridview__body > div > div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}

.gridview__footer {
  height: 0;
}

.gridview__table {
  width: 100%;
  table-layout: fixed;
}

/*@import "flex.css";*/
.flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-vmiddle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.flex-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

.flex-to-left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: start;
}

.flex-to-top {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: baseline;
}

.flex-to-bottom {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: baseline;
}
