@charset "UTF-8";
/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead th:active, table.dataTable thead td:active {
  outline: none;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead .sorting {
  background-image: url(/../images/sort_both.png);
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead .sorting_asc {
  background-image: url(/../images/sort_asc.png);
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead .sorting_desc {
  background-image: url(/../images/sort_desc.png);
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead .sorting_asc_disabled {
  background-image: url(/../images/sort_asc_disabled.png);
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead .sorting_desc_disabled {
  background-image: url(/../images/sort_desc_disabled.png);
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable tbody tr {
  background-color: #ffffff;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.hover tbody tr.selected:hover, table.dataTable.display tbody tr.selected:hover {
  background-color: #aab7d1;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_1 {
  background-color: #a2aec7;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_2 {
  background-color: #a3b0c9;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_3 {
  background-color: #a5b2cb;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.compact thead th, table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
  padding: 4px;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 4px;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable, table.dataTable th, table.dataTable td {
  box-sizing: content-box;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_length {
  float: left;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  /* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  /* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  /* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  /* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

/* line 1, vendor/assets/stylesheets/data-tables/fixedColumns.dataTables.min.css */
table.DTFC_Cloned thead, table.DTFC_Cloned tfoot {
  background-color: white;
}

/* line 1, vendor/assets/stylesheets/data-tables/fixedColumns.dataTables.min.css */
div.DTFC_Blocker {
  background-color: white;
}

/* line 1, vendor/assets/stylesheets/data-tables/fixedColumns.dataTables.min.css */
div.DTFC_LeftWrapper table.dataTable, div.DTFC_RightWrapper table.dataTable {
  margin-bottom: 0;
  z-index: 2;
}

/* line 1, vendor/assets/stylesheets/data-tables/fixedColumns.dataTables.min.css */
div.DTFC_LeftWrapper table.dataTable.no-footer, div.DTFC_RightWrapper table.dataTable.no-footer {
  border-bottom: none;
}

/*
html {
 overflow-x: scroll;
}
*/
/* line 33, app/assets/stylesheets/block_diagrams.scss */
.block-diagram .Head {
  position: relative;
  z-index: 1000;
}

/* line 38, app/assets/stylesheets/block_diagrams.scss */
.sticky_table thead th {
  /* 縦スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  /* tbody内のセルより手前に表示する */
  z-index: 1;
}

/* line 46, app/assets/stylesheets/block_diagrams.scss */
.sticky_table_wrapper {
  overflow: scroll;
  width: 100%;
  max-height: 70rem;
}

/* line 52, app/assets/stylesheets/block_diagrams.scss */
table.dataTable.search-index-table {
  border-collapse: collapse !important;
  /*table-layout: fixed;*/
}

/* line 57, app/assets/stylesheets/block_diagrams.scss */
table.search-index-table td {
  border: 2px solid #e9ecef;
}

/* line 61, app/assets/stylesheets/block_diagrams.scss */
table.search-index-table td.hover {
  background-color: #FBFBEF !important;
}

/* line 65, app/assets/stylesheets/block_diagrams.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: whitesmoke;
}

/* line 69, app/assets/stylesheets/block_diagrams.scss */
table.search-index-table {
  width: auto;
  max-width: none;
}

/* line 72, app/assets/stylesheets/block_diagrams.scss */
table.search-index-table thead tr th {
  border: 2px solid #e9ecef;
  min-width: 70px;
  text-align: center;
  white-space: nowrap;
  padding: 10px;
}

/* line 78, app/assets/stylesheets/block_diagrams.scss */
table.search-index-table thead tr th:first-child {
  min-width: 70px;
  text-align: center;
  white-space: nowrap;
  padding: 10px;
}

/* line 83, app/assets/stylesheets/block_diagrams.scss */
table.search-index-table thead tr th:first-child:first-child {
  min-width: 70px;
  padding: 10px;
}

/* line 87, app/assets/stylesheets/block_diagrams.scss */
table.search-index-table thead tr th:first-child label {
  font-weight: bold;
}

/* line 91, app/assets/stylesheets/block_diagrams.scss */
table.search-index-table thead tr th.datasheet-head {
  padding: 10px;
  min-width: 70px;
}

/* line 95, app/assets/stylesheets/block_diagrams.scss */
table.search-index-table thead tr th.eda_cad-head {
  padding: 10px;
  min-width: 120px;
}

/* line 101, app/assets/stylesheets/block_diagrams.scss */
table.search-index-table tbody tr td:first-child {
  text-align: center;
  vertical-align: middle;
}

/* line 108, app/assets/stylesheets/block_diagrams.scss */
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0px;
}

/* line 112, app/assets/stylesheets/block_diagrams.scss */
thead.scroll-table-header {
  background-color: #DCDCDC;
}

/* line 115, app/assets/stylesheets/block_diagrams.scss */
tbody.scroll-table-body {
  overflow-y: scroll;
  overflow-x: scroll;
}

/* line 120, app/assets/stylesheets/block_diagrams.scss */
table.smart-filter-table {
  width: 1500px;
  border-spacing: 5px 5px;
}

/* line 123, app/assets/stylesheets/block_diagrams.scss */
table.smart-filter-table th {
  vertical-align: bottom;
}

/* line 131, app/assets/stylesheets/block_diagrams.scss */
table.smart-filter-table tr.select_row td select {
  margin-right: 5px;
  font-size: 0.8rem !important;
}

/* line 138, app/assets/stylesheets/block_diagrams.scss */
table.smart-filter-table tr.unselect_row td {
  text-align: center;
}

/* line 144, app/assets/stylesheets/block_diagrams.scss */
th {
  background-color: #FBE5E7;
}

/* line 148, app/assets/stylesheets/block_diagrams.scss */
th img {
  vertical-align: middle;
}

/* line 151, app/assets/stylesheets/block_diagrams.scss */
.word_wrap_text {
  word-break: break-all;
}

/* line 155, app/assets/stylesheets/block_diagrams.scss */
table.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #FBFBEF;
}

/* line 157, app/assets/stylesheets/block_diagrams.scss */
table.table-hover tbody tr:hover td input:-webkit-autofill, .table-hover tbody tr:hover th input:-webkit-autofill {
  border-radius: 5px;
}

/* line 162, app/assets/stylesheets/block_diagrams.scss */
td {
  vertical-align: baseline;
}

/* line 165, app/assets/stylesheets/block_diagrams.scss */
#accordion {
  position: absolute;
  border: solid 1px #eeeeee;
  /*box-shadow: 5px 5px 5px rgba(0,0,0,0.3), 0 0 5px rgba(0,0,0,0.3);*/
  right: 5px;
  z-index: 2;
  /*top: 105px;*/
  width: 250px;
  /*bottom: 0px;*/
  overflow-x: visible;
}

/* line 176, app/assets/stylesheets/block_diagrams.scss */
#accordion h3 {
  color: gray;
  margin-bottom: 0px;
}

/* line 180, app/assets/stylesheets/block_diagrams.scss */
.displayNone {
  display: none;
}

/* line 183, app/assets/stylesheets/block_diagrams.scss */
.accordion li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

/* line 187, app/assets/stylesheets/block_diagrams.scss */
.accordion a {
  display: block;
}

/* line 190, app/assets/stylesheets/block_diagrams.scss */
.contentWrap {
  background: white;
}

/* line 193, app/assets/stylesheets/block_diagrams.scss */
.switch {
  cursor: pointer;
  font-weight: bold;
  padding: 0px 40px 0px 10px;
  font-size: 14px;
  background: #eee;
  border-bottom: 1px solid #ccc;
  position: relative;
}

/* line 202, app/assets/stylesheets/block_diagrams.scss */
.switch:after {
  content: "　";
  background-image: url(/assets/block_diagrams/arrow-down-f934222abbcdc8a67daf849df937cf1df866b415cfab0c93e592aacfd716a4d2.gif);
  position: absolute;
  right: 10px;
  top: -100%;
  bottom: -100%;
  margin: auto;
  font-size: 16px;
  height: 16px;
  font-family: sans-serif;
}

/* line 214, app/assets/stylesheets/block_diagrams.scss */
.switch.open:after {
  content: "　";
  background-image: url(/assets/block_diagrams/arrow-right-54cb5a07485ee5068f32af9154359ce7b99581a46d5e0544b7cab693fcbd025a.gif);
}

/* line 219, app/assets/stylesheets/block_diagrams.scss */
.parts_wrap {
  display: inline-block;
  width: 45px;
  margin-left: 5px;
  margin-right: 5px;
}

/* line 225, app/assets/stylesheets/block_diagrams.scss */
.parts_img {
  width: 60px;
  position: relative;
}

/* line 229, app/assets/stylesheets/block_diagrams.scss */
.parts_tips {
  display: none;
  width: 200px;
  position: absolute;
  top: 0px;
  left: -200px;
  padding: 16px;
  border-radius: 5px;
  background: #777777;
  color: #fff;
  z-index: 1;
}

/* line 242, app/assets/stylesheets/block_diagrams.scss */
.parts_tips h4 {
  color: #fff;
  font-size: 1em;
  margin: 0;
}

/* line 247, app/assets/stylesheets/block_diagrams.scss */
.parts_description {
  padding-top: 3px;
  color: #fff;
  font-size: 1em;
}

/* line 252, app/assets/stylesheets/block_diagrams.scss */
.parts_tips:after {
  position: absolute;
  width: 0;
  height: 0;
  left: 190px;
  top: 50px;
  margin-left: 10px;
  border: solid transparent;
  border-color: rgba(51, 204, 153, 0);
  border-left-color: #777777;
  border-width: 10px;
  pointer-events: none;
  content: " ";
}

/* line 267, app/assets/stylesheets/block_diagrams.scss */
.parts_img:hover {
  border: 1px solid #ccc;
}

/* line 270, app/assets/stylesheets/block_diagrams.scss */
.parts_img:hover + .parts_tips {
  display: block;
}

/* line 273, app/assets/stylesheets/block_diagrams.scss */
div.block-diagram.body {
  /*min-width: 1366px;*/
  /*min-height: 768px;*/
  overflow-x: scroll;
  background: #ffffff;
  font-family: meiryo,"Open Sans", Arial, sans-serif;
}

/* line 280, app/assets/stylesheets/block_diagrams.scss */
div.block-diagram.body *:focus {
  outline: none;
}

/* line 284, app/assets/stylesheets/block_diagrams.scss */
.diagram-header {
  display: flex;
  padding: 5px 20px;
  min-width: 1366px;
  border-bottom: 1px solid #aaaaaa;
  background: #221816;
}

/* line 291, app/assets/stylesheets/block_diagrams.scss */
.diagram-header .logo {
  flex-basis: 40%;
}

/* line 294, app/assets/stylesheets/block_diagrams.scss */
.diagram-header .logo-img {
  height: 31px;
}

/* line 297, app/assets/stylesheets/block_diagrams.scss */
.diagram-header .info {
  flex-basis: 60%;
  text-align: right;
}

/* line 301, app/assets/stylesheets/block_diagrams.scss */
.diagram-header .info p {
  color: #ffffff;
  margin: 0;
}

/* line 305, app/assets/stylesheets/block_diagrams.scss */
.diagram-header ul li a {
  background: #ffffff !important;
  color: #d60011 !important;
}

/* line 309, app/assets/stylesheets/block_diagrams.scss */
.diagram-header ul li a:hover {
  transform: rotateY(360deg);
  transition: 0.25s;
  color: #d60011 !important;
}

/* line 314, app/assets/stylesheets/block_diagrams.scss */
.diagram-header ul li:nth-last-child(1) a {
  color: #ffffff !important;
  background: #d60011 !important;
}

/* line 318, app/assets/stylesheets/block_diagrams.scss */
.diagram-header ul li:nth-last-child(1) a {
  color: #ffffff !important;
  background: #d60011 !important;
}

/* line 322, app/assets/stylesheets/block_diagrams.scss */
.diagram-menu {
  display: flex;
  height: 40px;
  padding: 5px 10px;
  vertical-align: middle;
}

/* line 328, app/assets/stylesheets/block_diagrams.scss */
.diagram-menu > * {
  margin: 0 5px;
}

/* line 331, app/assets/stylesheets/block_diagrams.scss */
.diagram-menu > div label {
  padding-top: 4px;
  padding-right: 5px;
}

/* line 335, app/assets/stylesheets/block_diagrams.scss */
#diagram-infos > input,
#diagram-infos > select {
  width: 270px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding-left: 5px;
}

/* line 342, app/assets/stylesheets/block_diagrams.scss */
.menu-separator {
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  width: 0px;
  margin: 0;
  padding: 0;
}

/* line 349, app/assets/stylesheets/block_diagrams.scss */
.diagram-menu-button {
  height: 100%;
  padding: 0 10px;
  background: #ffffff;
  border-radius: 0;
  opacity: 0.8;
  min-width: fit-content;
  cursor: pointer;
  border: none;
}

/* line 359, app/assets/stylesheets/block_diagrams.scss */
.diagram-menu-button:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.1);
}

/* line 363, app/assets/stylesheets/block_diagrams.scss */
.menu-resize-image {
  height: 100%;
  padding: 2px 0px;
}

/* line 367, app/assets/stylesheets/block_diagrams.scss */
.diagram-menu-save {
  background: #28a745;
  border-color: #28a745 #28a745 #1e7e34;
  color: #ffffff;
}

/* line 372, app/assets/stylesheets/block_diagrams.scss */
.diagram-menu-save:hover {
  background-color: #2fc652;
  border-color: #34ce57 #34ce57 #28a745;
}

/* line 376, app/assets/stylesheets/block_diagrams.scss */
#diagram-infos {
  width: 100%;
  min-width: 42rem;
  min-width: fit-content;
}

/* line 381, app/assets/stylesheets/block_diagrams.scss */
#copy-help-badge,
#delete-help-badge {
  border-radius: 10px;
  height: 20px;
  width: 20px;
  padding-top: 5px;
  vertical-align: middle;
}

/* line 390, app/assets/stylesheets/block_diagrams.scss */
#diagram-submits > button {
  background: #ffffff;
  border: solid 1px #cccccc;
  padding: 0 10px;
  cursor: pointer;
}

/* line 396, app/assets/stylesheets/block_diagrams.scss */
#diagram-submits > button:hover {
  border-color: #a80000;
  color: #a80000;
}

/* line 400, app/assets/stylesheets/block_diagrams.scss */
#diagram-submits {
  white-space: nowrap;
  display: flex;
  min-width: 115px;
}

/* line 405, app/assets/stylesheets/block_diagrams.scss */
#print_preview_div > button, #image_download_div > button {
  background: #17a2b8;
  color: white;
  border: solid 1px #cccccc;
  cursor: pointer;
}

/* line 411, app/assets/stylesheets/block_diagrams.scss */
#print_preview_div > button:hover, #print_preview_div > button.hover,
#image_download_div > button:hover, #image_download_div > button.hover {
  background-color: #1bc0da;
  border-color: #1fc8e3 #1fc8e3 #17a2b8;
  color: #FFF;
}

/* line 418, app/assets/stylesheets/block_diagrams.scss */
#print_preview_div, #image_download_div {
  white-space: nowrap;
  display: flex;
}

/* line 422, app/assets/stylesheets/block_diagrams.scss */
#bd-close-btn {
  white-space: nowrap;
  background: #ffffff;
  border: solid 1px #cccccc;
  padding: 0 10px;
  cursor: pointer;
}

/* line 429, app/assets/stylesheets/block_diagrams.scss */
#graphArea {
  position: absolute;
  background-color: lightgrey;
  height: 100%;
  overflow: scroll;
}

/* line 435, app/assets/stylesheets/block_diagrams.scss */
#elink-error-button a:hover {
  color: black;
}

/* line 436, app/assets/stylesheets/block_diagrams.scss */
#graphBox {
  cursor: default;
  width: 515mm;
  height: 364mm;
  max-width: 2227px;
  max-height: 1433px;
  padding-top: 120px;
}

/* line 445, app/assets/stylesheets/block_diagrams.scss */
#graphContainer {
  position: absolute;
  /*border: solid 1px #eeeeee;*/
  /*box-shadow: 5px 5px 5px rgba(0,0,0,0.3), -5px 0 5px rgba(0,0,0,0.3);*/
  cursor: default;
  /*background-image: url(/images/grid.gif);*/
  /*width: 420mm;*/
  /*height: 297mm;*/
  /*max-width: 1653px;*/
  /*max-height: 1168px;*/
  margin: auto;
  /*background-color: white;*/
}

/* line 459, app/assets/stylesheets/block_diagrams.scss */
#graphContainer > svg {
  /*min-width: 420mm !important;*/
  /*min-height: 297mm !important;*/
  /*max-width: 1653px;*/
  /*max-height: 1168px;*/
  border-right: gray 1px dashed;
  border-bottom: gray 1px dashed;
}

/* line 468, app/assets/stylesheets/block_diagrams.scss */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* line 472, app/assets/stylesheets/block_diagrams.scss */
::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

/* line 476, app/assets/stylesheets/block_diagrams.scss */
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/* line 482, app/assets/stylesheets/block_diagrams.scss */
#properties, #product-properties, #e-link-properties {
  /*
    padding: 10px;
    overflow-y: auto;
    height: auto;
    max-height: 1005px;
    width: 250px;
*/
  /*position: absolute;*/
  position: relative;
  border: solid 1px #eeeeee;
  padding-bottom: 2px;
  /* box-shadow: 5px 5px 5px rgba(0,0,0,0.3), 0 0 5px rgba(0,0,0,0.3);
  right:5px;
  z-index:1;
  top:82px;
  width: 250px;
  bottom:0px;*/
  background: #fff;
}

/* line 504, app/assets/stylesheets/block_diagrams.scss */
#properties textarea, #product-properties textarea, #e-link-properties textarea {
  resize: none;
}

/* line 507, app/assets/stylesheets/block_diagrams.scss */
#properties #constantValue input {
  resize: none;
}

/* line 510, app/assets/stylesheets/block_diagrams.scss */
#properties table, #product-properties table, #e-link-properties table {
  width: 100%;
}

/* line 513, app/assets/stylesheets/block_diagrams.scss */
#properties table tr, #product-properties table tr, #e-link-properties table tr {
  width: 100%;
}

/* line 516, app/assets/stylesheets/block_diagrams.scss */
tr#tr-datasheet {
  height: 4rem;
  border-collapse: collapse;
}

/* line 523, app/assets/stylesheets/block_diagrams.scss */
td#td-datasheet {
  vertical-align: middle;
  border-collapse: collapse;
}

/* line 527, app/assets/stylesheets/block_diagrams.scss */
div#datasheet-div-table {
  padding: 5px;
  display: table;
  border-collapse: collapse;
  margin-bottom: 4px;
  border: solid 2px #cccccc;
}

/* line 534, app/assets/stylesheets/block_diagrams.scss */
div#datasheet-div-table .div-table-row {
  display: table-row;
  border-collapse: collapse;
}

/* line 538, app/assets/stylesheets/block_diagrams.scss */
div#datasheet-div-table .div-table-cell-header {
  padding: 5px;
  border: solid 2px #cccccc;
  display: table-cell;
  border-collapse: collapse;
}

/* line 544, app/assets/stylesheets/block_diagrams.scss */
div#datasheet-div-table .div-table-cell-body {
  padding: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-left: solid 2px #cccccc;
  border-right: solid 2px #cccccc;
  display: table-cell;
  border-collapse: collapse;
}

/* line 554, app/assets/stylesheets/block_diagrams.scss */
.datasheet {
  display: inline-block;
  margin-top: 2px;
}

/* line 559, app/assets/stylesheets/block_diagrams.scss */
#properties table.blockProperties #alignForm {
  margin-bottom: 10px;
  border-bottom: solid 1px #cccccc;
  vertical-align: top;
}

/* line 564, app/assets/stylesheets/block_diagrams.scss */
#properties table.connectProperties tr:nth-child(4) {
  padding-bottom: 10px;
  border-bottom: solid 1px #cccccc;
  height: 36px;
  vertical-align: top;
}

/* line 570, app/assets/stylesheets/block_diagrams.scss */
#properties table tr td:nth-child(1),
#e-link-properties table tr td:nth-child(1) {
  width: 40%;
  vertical-align: middle;
}

/* line 575, app/assets/stylesheets/block_diagrams.scss */
#properties table tr td input,
#properties table tr td textarea,
#properties table tr td select,
#product-properties table tr td input,
#product-properties table tr td textarea,
#product-properties table tr td select,
#e-link-properties table tr td input,
#e-link-properties table tr td textarea,
#e-link-properties table tr td select {
  width: 100%;
  min-height: 28px;
  padding-left: 5px;
  border: solid 1px #cccccc;
}

/* line 589, app/assets/stylesheets/block_diagrams.scss */
#properties table tr td select:disabled,
#product-properties table tr td select:disabled,
#e-link-properties table tr td select:disabled {
  background: #eeeeee;
}

/* line 594, app/assets/stylesheets/block_diagrams.scss */
#delBtn,
#srchBtn,
#eLinkSearchBtn,
#eLinkDelBtn,
#linkedLayerBtn,
#topLayerBtn,
.colorModelBtn {
  width: 150px;
  height: 32px;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  margin: 4px 0;
}

/* line 607, app/assets/stylesheets/block_diagrams.scss */
#delBtn:hover,
#eLinkDelBtn:hover,
#linkedLayerBtn:hover,
#topLayerBtn:hover {
  border-color: #a80000;
}

/* line 613, app/assets/stylesheets/block_diagrams.scss */
#delBtn:disabled,
#eLinkDelBtn:disabled,
#srchBtn:disabled,
#eLinkSearchBtn:disabled,
#linkedLayerBtn:disabled,
#topLayerBtn:disabled {
  background: #eeeeee !important;
  border-color: #aaaaaa;
  color: #808080;
  cursor: default !important;
}

/* line 625, app/assets/stylesheets/block_diagrams.scss */
#elink-aggregate-modal {
  font-size: 100%;
  font-size: 1.8rem;
}

/* line 631, app/assets/stylesheets/block_diagrams.scss */
#purchaseBtn:disabled {
  background: #eeeeee !important;
  border-color: #aaaaaa;
  color: #808080;
  cursor: default !important;
}

/* line 637, app/assets/stylesheets/block_diagrams.scss */
#properties .btn, #product-properties .btn, #e-link-properties .btn {
  background: #eeeeee;
  border-top: 3px solid #ccc;
  border-radius: 10px 10px 0 0 / 10px 10px 0 0;
  font-weight: bold;
}

/* line 643, app/assets/stylesheets/block_diagrams.scss */
#properties .tab-square, #product-properties .tab-square, #e-link-properties .tab-square {
  background: #eeeeee;
  border-top: 3px solid #ccc;
  border-radius: 0px 0px 0 0 / 0px 0px 0 0;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 2;
}

/* line 652, app/assets/stylesheets/block_diagrams.scss */
#product-properties .tab-active, #e-link-properties .tab-active, #properties .tab-active {
  background: white;
  border-top: 3px solid #cc0000;
  color: #cc0000;
}

/* line 657, app/assets/stylesheets/block_diagrams.scss */
#product-properties .tab-display, #e-link-properties .tab-display, #properties .tab-display {
  vertical-align: unset;
  text-align: center;
  padding-top: 15px;
}

/* line 662, app/assets/stylesheets/block_diagrams.scss */
#product-properties .tab-hightlight, #e-link-properties .tab-hightlight, #properties .tab-hightlight {
  background: yellow;
}

/* line 665, app/assets/stylesheets/block_diagrams.scss */
#prop-header {
  text-align: center;
}

/* line 668, app/assets/stylesheets/block_diagrams.scss */
#diagram-area {
  position: relative;
}

/* line 671, app/assets/stylesheets/block_diagrams.scss */
#diagram-area tr td:nth-child(1) {
  vertical-align: top;
}

/* line 674, app/assets/stylesheets/block_diagrams.scss */
#diagram-area tr td:nth-child(2) textarea {
  resize: none;
}

/* line 677, app/assets/stylesheets/block_diagrams.scss */
#datasheet-table-head {
  vertical-align: top;
}

/* line 680, app/assets/stylesheets/block_diagrams.scss */
#eda_cad-table-head {
  vertical-align: top;
}

/* line 683, app/assets/stylesheets/block_diagrams.scss */
#product-select-box {
  text-align: center;
  vertical-align: top;
}

/* line 687, app/assets/stylesheets/block_diagrams.scss */
#graphAreaTitle {
  background: #d3d3d3;
  opacity: 0.5;
}

/* for View XML window */
/* line 692, app/assets/stylesheets/block_diagrams.scss */
div.mxRubberband {
  position: absolute;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #0000FF;
  background: #0077FF;
}

/* line 700, app/assets/stylesheets/block_diagrams.scss */
.mxCellEditor {
  border-color: transparent;
  border-style: solid;
  display: inline-block;
  position: absolute;
  overflow: visible;
  word-wrap: normal;
  border-width: 0;
  min-width: 1px;
  resize: none;
  padding: 0px;
  margin: 0px;
}

/* line 713, app/assets/stylesheets/block_diagrams.scss */
.mxPlainTextEditor * {
  padding: 0px;
  margin: 0px;
}

/* line 717, app/assets/stylesheets/block_diagrams.scss */
div.mxWindow {
  -webkit-box-shadow: 3px 3px 12px #C0C0C0;
  -moz-box-shadow: 3px 3px 12px #C0C0C0;
  box-shadow: 3px 3px 12px #C0C0C0;
  border: 1px solid #c3c3c3;
  position: absolute;
  overflow: hidden;
  z-index: 1;
}

/* line 726, app/assets/stylesheets/block_diagrams.scss */
table.mxWindow {
  border-collapse: collapse;
  table-layout: fixed;
  font-family: Arial;
  font-size: 8pt;
}

/* line 732, app/assets/stylesheets/block_diagrams.scss */
.productSearchProperties, .productProperties, .eLinkProperties {
  table-layout: fixed;
  word-wrap: break-word;
  border-collapse: collapse;
}

/* line 737, app/assets/stylesheets/block_diagrams.scss */
td.mxWindowTitle {
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  height: 13px;
  padding: 2px;
  padding-top: 4px;
  padding-bottom: 6px;
  color: black;
}

/* line 749, app/assets/stylesheets/block_diagrams.scss */
td.mxWindowPane {
  vertical-align: top;
  padding: 0px;
}

/* line 753, app/assets/stylesheets/block_diagrams.scss */
div.mxWindowPane {
  overflow: hidden;
  position: relative;
}

/* line 757, app/assets/stylesheets/block_diagrams.scss */
td.mxWindowPane td {
  font-family: Arial;
  font-size: 8pt;
}

/* line 761, app/assets/stylesheets/block_diagrams.scss */
td.mxWindowPane input, td.mxWindowPane select, td.mxWindowPane textarea, td.mxWindowPane radio {
  border-color: #8C8C8C;
  border-style: solid;
  border-width: 1px;
  font-family: Arial;
  font-size: 8pt;
  padding: 1px;
}

/* line 769, app/assets/stylesheets/block_diagrams.scss */
td.mxWindowPane button {
  font-family: Arial;
  font-size: 8pt;
  padding: 2px;
  float: left;
}

/* line 775, app/assets/stylesheets/block_diagrams.scss */
td.productSearchPropertiesId {
  border: solid 2px #cccccc;
}

/* line 778, app/assets/stylesheets/block_diagrams.scss */
td#productIdLabel, td#productMakerLabel, td#productCharacteristicLabel,
td#productIdValue, td#productMakerValue, td#productCharacteristicValue {
  border: solid 2px #cccccc;
}

/* line 782, app/assets/stylesheets/block_diagrams.scss */
td.productSearchPropertiesInputValue {
  border: solid 2px #cccccc;
}

/* line 785, app/assets/stylesheets/block_diagrams.scss */
td.producIdValue, td.productMakerValue, td.productCharacteristicValue {
  border: solid 2px #cccccc;
}

/* line 788, app/assets/stylesheets/block_diagrams.scss */
td.productSearchPropertiesValue, td.productPropertiesValue {
  vertical-align: middle;
  height: 2em;
  padding-left: 5px;
  border: solid 2px #cccccc;
  background-color: #eeeeee;
}

/* line 795, app/assets/stylesheets/block_diagrams.scss */
td.productSearchPropertiesValue {
  vertical-align: middle;
  height: 2em;
  padding-left: 5px;
  border: solid 2px #cccccc;
  background-color: #eeeeee;
}

/* line 802, app/assets/stylesheets/block_diagrams.scss */
img.mxToolbarItem {
  margin-right: 6px;
  margin-bottom: 6px;
  border-width: 1px;
}

/* line 807, app/assets/stylesheets/block_diagrams.scss */
select.mxToolbarCombo {
  vertical-align: top;
  border-style: inset;
  border-width: 2px;
}

/* line 812, app/assets/stylesheets/block_diagrams.scss */
div.mxToolbarComboContainer {
  padding: 2px;
}

/* line 815, app/assets/stylesheets/block_diagrams.scss */
img.mxToolbarMode {
  margin: 0;
  margin-right: 4px;
  border-width: 0px;
}

/* line 820, app/assets/stylesheets/block_diagrams.scss */
img.mxToolbarModeSelected {
  margin: 0;
  margin-right: 2px;
  margin-bottom: 2px;
  border-width: 2px;
  border-style: inset;
}

/* line 827, app/assets/stylesheets/block_diagrams.scss */
div.mxTooltip {
  -webkit-box-shadow: 3px 3px 12px #C0C0C0;
  -moz-box-shadow: 3px 3px 12px #C0C0C0;
  box-shadow: 3px 3px 12px #C0C0C0;
  background: #FFFFCC;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  font-family: Arial;
  font-size: 8pt;
  position: absolute;
  cursor: default;
  padding: 4px;
  color: black;
}

/* line 842, app/assets/stylesheets/block_diagrams.scss */
div.mxPopupMenu {
  -webkit-box-shadow: 3px 3px 12px #C0C0C0;
  -moz-box-shadow: 3px 3px 12px #C0C0C0;
  box-shadow: 3px 3px 12px #C0C0C0;
  position: absolute;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

/* line 851, app/assets/stylesheets/block_diagrams.scss */
table.mxPopupMenu {
  border-collapse: collapse;
  margin-top: 1px;
  margin-bottom: 1px;
}

/* line 856, app/assets/stylesheets/block_diagrams.scss */
tr.mxPopupMenuItem {
  color: black;
  cursor: pointer;
}

/* line 860, app/assets/stylesheets/block_diagrams.scss */
tr.mxPopupMenuItemHover {
  background-color: #000066;
  color: #FFFFFF;
  cursor: pointer;
}

/* line 865, app/assets/stylesheets/block_diagrams.scss */
td.mxPopupMenuItem {
  padding: 2px 30px 2px 10px;
  white-space: nowrap;
  font-family: Arial;
  font-size: 8pt;
}

/* line 871, app/assets/stylesheets/block_diagrams.scss */
td.mxPopupMenuIcon {
  background-color: #D0D0D0;
  padding: 2px 4px 2px 4px;
}

/* line 875, app/assets/stylesheets/block_diagrams.scss */
.mxDisabled {
  opacity: 0.2 !important;
  cursor: default !important;
}

/* line 880, app/assets/stylesheets/block_diagrams.scss */
.table-list-icons th > .fa {
  color: #FFF;
  border-radius: 0 !important;
  text-align: center;
  background-color: #d60011;
  margin-right: 0 !important;
}

/* line 888, app/assets/stylesheets/block_diagrams.scss */
.diagram-manual-link {
  color: red;
  background: #ffffff;
  margin-left: 10px;
  cursor: pointer;
}

/* line 895, app/assets/stylesheets/block_diagrams.scss */
#filter-field select option {
  color: #000000;
}

/* line 899, app/assets/stylesheets/block_diagrams.scss */
#filter-field select option:disabled {
  color: #cccccc;
}

/* Property Tab */
/* line 904, app/assets/stylesheets/block_diagrams.scss */
.col-lg-5 {
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  min-height: 1px;
}

/* line 911, app/assets/stylesheets/block_diagrams.scss */
.propertyTabAddBtn {
  margin-left: 5px;
  cursor: pointer;
}

/* CSS hack for IE11 */
/* ポップアップメニュー用のCSS */
/* line 922, app/assets/stylesheets/block_diagrams.scss */
td.mxPopupMenuIcon div {
  width: 16px;
  height: 16px;
}

/* line 926, app/assets/stylesheets/block_diagrams.scss */
div.mxPopupMenu {
  box-shadow: 0 2px 6px 2px rgba(60, 64, 67, 0.15);
  background: white;
  border-radius: 4px;
  border: none;
  padding: 3px;
}

/* line 933, app/assets/stylesheets/block_diagrams.scss */
html table.mxPopupMenu {
  border-collapse: collapse;
  margin: 0px;
}

/* line 937, app/assets/stylesheets/block_diagrams.scss */
html td.mxPopupMenuIcon {
  background-color: white;
  padding: 0px;
}

/* line 941, app/assets/stylesheets/block_diagrams.scss */
html tr.mxPopupMenuItemHover {
  background-color: #eeeeee;
  color: black;
}

/* line 945, app/assets/stylesheets/block_diagrams.scss */
table.mxPopupMenu hr {
  color: #cccccc;
  background-color: #cccccc;
  border: none;
  height: 1px;
}

/* line 951, app/assets/stylesheets/block_diagrams.scss */
table.mxPopupMenu tr {
  font-size: 4pt;
}

/* line 954, app/assets/stylesheets/block_diagrams.scss */
td.mxPopupMenuIcon div {
  width: 16px;
  height: 16px;
}

/* line 958, app/assets/stylesheets/block_diagrams.scss */
html td.mxPopupMenuIcon {
  background-color: white;
  padding: 0px;
}

/* line 962, app/assets/stylesheets/block_diagrams.scss */
td.mxPopupMenuIcon .geIcon {
  padding: 2px;
  padding-bottom: 4px;
  margin: 2px;
  border: 1px solid transparent;
  opacity: 0.5;
  _width: 26px;
  _height: 26px;
}

/* line 971, app/assets/stylesheets/block_diagrams.scss */
.mxPopupMenu hr {
  margin: 5px;
}

/* インポート検索モーダル用のCSS */
/* line 976, app/assets/stylesheets/block_diagrams.scss */
.thumbnailNode, .thumbnailExpandedNode {
  display: inline-block;
  cursor: pointer;
}

/* line 980, app/assets/stylesheets/block_diagrams.scss */
.thumbnailNode {
  max-height: 200px;
}

/* line 984, app/assets/stylesheets/block_diagrams.scss */
#thumbnailExpandedModal .modal-text {
  text-align: center;
}

/* line 988, app/assets/stylesheets/block_diagrams.scss */
.thumbnail_outer_container {
  width: 30%;
}

/* line 992, app/assets/stylesheets/block_diagrams.scss */
.thumbnail_aspect_ratio_container-2-to-1 {
  max-width: 100%;
  padding-top: 50%;
  /* 2:1 Aspect Ratio */
  position: relative;
}

/* line 998, app/assets/stylesheets/block_diagrams.scss */
.thumbnail {
  border: solid;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

/* line 1010, app/assets/stylesheets/block_diagrams.scss */
.thumbnailExpandedNode, .thumbnailExpandedNode .thumbnail {
  width: 100%;
}

/* line 1014, app/assets/stylesheets/block_diagrams.scss */
.thumbnailExpandedNode {
  height: 75vh;
}

/* line 1019, app/assets/stylesheets/block_diagrams.scss */
.dd3-content {
  display: block;
  padding-left: 25px;
  color: #333;
  text-decoration: none;
  font-size: 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 1029, app/assets/stylesheets/block_diagrams.scss */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

/* line 1039, app/assets/stylesheets/block_diagrams.scss */
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1047, app/assets/stylesheets/block_diagrams.scss */
.dd-list .dd-list {
  padding-left: 30px;
}

/* line 1051, app/assets/stylesheets/block_diagrams.scss */
.dd-collapsed .dd-list {
  display: none;
}

/* line 1055, app/assets/stylesheets/block_diagrams.scss */
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}

/* line 1067, app/assets/stylesheets/block_diagrams.scss */
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

/* line 1086, app/assets/stylesheets/block_diagrams.scss */
.dd-item > button:before {
  content: url(/assets/arrow_close-4dc2577a7fffe881c9e45e3ad5ec89d6aaa8e18564a06465ec91466a6309648e.png);
  display: block;
  width: 100%;
  text-align: center;
  text-indent: 0;
}

/* line 1094, app/assets/stylesheets/block_diagrams.scss */
.dd-item > button[data-action="collapse"]:before {
  content: url(/assets/arrow_open-b5677091c675c78c11d9a57dd9fd7550507bbed1e61d35016f9bcf79750036a1.png);
}

/* line 1098, app/assets/stylesheets/block_diagrams.scss */
.dd3-content .tree-text {
  color: #d60011;
}

/* line 1102, app/assets/stylesheets/block_diagrams.scss */
#myKeyword {
  height: 100%;
  width: 100%;
}

/* line 1107, app/assets/stylesheets/block_diagrams.scss */
#supplement_infomation a {
  color: blue;
}

/* line 1111, app/assets/stylesheets/block_diagrams.scss */
.modal-breadcrumbs {
  font-size: 10px;
  margin-top: 4px;
  margin-left: 10px;
  display: inline-block;
}

/* line 1118, app/assets/stylesheets/block_diagrams.scss */
.active_switch_connect_move {
  color: blue;
}

/* line 1122, app/assets/stylesheets/block_diagrams.scss */
.non_active_switch_connect_move {
  opacity: 0.2;
}

/* e-link */
/* line 1127, app/assets/stylesheets/block_diagrams.scss */
.search_item_style {
  width: 20%;
  margin-right: 10px;
}

/* line 1130, app/assets/stylesheets/block_diagrams.scss */
.search_item_style .select2 {
  width: 50% !important;
}

/* line 1134, app/assets/stylesheets/block_diagrams.scss */
td.eLinkSearchPropertiesId {
  border: solid 2px #cccccc;
}

/* line 1137, app/assets/stylesheets/block_diagrams.scss */
td.eLinkSearchPropertiesValue {
  vertical-align: middle;
  height: 2em;
  padding-left: 5px;
  border: solid 2px #cccccc;
  background-color: #eeeeee;
}

/* line 1145, app/assets/stylesheets/block_diagrams.scss */
.recital_1 {
  min-width: 440px;
}

/* line 3, app/assets/stylesheets/disclose_block_diagrams.scss */
.category_header .collapsed i {
  transform: rotate(180deg);
}

/* line 7, app/assets/stylesheets/disclose_block_diagrams.scss */
.video-link a {
  padding: 3px 12px !important;
}

/* line 11, app/assets/stylesheets/disclose_block_diagrams.scss */
.video-link i {
  vertical-align: middle;
  font-size: 25px;
}

/* line 16, app/assets/stylesheets/disclose_block_diagrams.scss */
.video-link span {
  line-height: 30px;
}
