@charset "UTF-8";
/* Body */
body {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
  background: rgb(255, 255, 255);
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e5e5e5", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

/* Login */
body#login #contents > .container {
  width: 60%;
  background: #fff;
  margin-top: 100px;
  border: 1px solid #c6c6c6;
  box-shadow: rgba(198, 198, 198, 0.65098) 0px 0px 3px 2px;
  -webkit-box-shadow: rgba(198, 198, 198, 0.65098) 0px 0px 3px 2px;
  -moz-box-shadow: rgba(198, 198, 198, 0.65098) 0px 0px 3px 2px;
}

/* h1,h2,h3 */
h1 {
  font-size: 1.1em;
  font-weight: bolder;
  margin-top: 0;
  padding: 10px 0 8px 15px;
  border-bottom: 3px solid #525051;
}

h2 {
  font-size: 1.1em;
  font-weight: bolder;
  padding: 20px 0 8px 5px;
}

/* Other tags */
dd {
  padding-left: 30px;
  margin-bottom: 10px;
}

/* Header, Footer */
#header,
#footer {
  background: #3C3D6D;
  color: #fff;
}

#header {
  height: 55px;
}
#header .container h1 {
  float: left;
  height: 35px;
  background: url(/images/logo.png) no-repeat left center;
  background-size: 35px 35px;
  padding-left: 50px;
  margin-top: 10px;
  border: 0;
  font-size: 20px;
  font-weight: bolder;
}
#header .links {
  float: right;
  margin-top: 10px;
  line-height: 2em;
  font-size: 0.85em;
}
#header .links a {
  color: #fff;
}
#header .account {
  margin-left: 10px;
}
#header .account img {
  width: 20px;
}

@media (max-width: 1000px) {
  #header .container h1 {
    font-size: 16px;
  }
  #header .links {
    font-size: 0.6em;
  }
  #header .links a {
    font-size: 0.9em;
  }
}
@media (max-width: 768px) {
  #header .container h1 {
    font-size: 11px;
  }
  #header .links {
    font-size: 0.6em;
  }
  #header .links a {
    font-size: 0.9em;
  }
}
#footer {
  border-top: 1px solid #fff;
}

@media (max-width: 768px) {
  #footer {
    font-size: 11px;
  }
}
/* Global Menu */
#global-menu {
  overflow: hidden;
  padding: 10px 0 0 0;
  background: #79c9ff;
}
#global-menu ul {
  margin: 0;
  padding: 0;
}
#global-menu ul li {
  float: left;
  display: block;
  margin-right: 5px;
  background: #068ece;
  border: 1px solid #bbb;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  list-style-type: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 2px;
  transition: background-color 0.2s ease;
}
#global-menu ul li:hover {
  background: #46aedf;
  border-color: #ddd;
  margin-top: -3px;
  padding-top: 3px;
}
#global-menu ul li.disabled, #global-menu ul li:hover.disabled {
  background: #999;
  opacity: 0.8;
}
#global-menu ul li a {
  display: block;
  padding: 5px 5px;
  color: #fff;
  width: 173px;
  text-align: center;
}
#global-menu ul li.active {
  background: #fff;
  border-color: #69f;
  margin-top: -3px;
  padding-top: 3px;
}
#global-menu ul li.active a {
  color: #222;
}

@media (min-width: 768px) {
  #global-menu ul li a {
    padding: 8px 10px;
  }
}
@media (max-width: 768px) {
  #global-menu ul li a {
    width: 135px;
  }
}
@media (min-width: 992px) {
  #global-menu ul li a {
    padding: 8px 30px;
  }
}
@media (min-width: 1200px) {
  #global-menu ul li a {
    padding: 8px 30px;
  }
}
/* Sub Menu */
#sub-menu {
  overflow: hidden;
  background: #fff;
  padding: 5px 0 0 0;
}
#sub-menu ul {
  margin: 0;
  padding: 0;
}
#sub-menu ul li {
  display: block;
  float: left;
  padding: 0;
  margin: 0px;
  margin-right: 5px;
  display: block;
  list-style-type: none;
}
#sub-menu ul li a {
  display: block;
  width: 100%;
  padding: 5px 5px;
  color: #222;
}
#sub-menu ul li.active {
  border-bottom: 4px solid #e5582a;
}
#sub-menu ul li.active a {
  width: inherit;
  background: #f5b195;
  margin: 0 5px;
}
#sub-menu ul li span {
  display: block;
  width: 100%;
  padding: 5px 5px;
  color: #999;
}

@media (min-width: 768px) {
  #sub-menu {
    border-bottom: 1px solid #c6c6c6;
  }
  #sub-menu ul li a, #sub-menu ul li span {
    padding: 8px 20px;
  }
}
/* Contents */
#contents {
  padding-top: 0px;
}
#contents .container {
  background: #fff;
  border: 1px solid #c6c6c6;
  padding-top: 10px;
  padding-bottom: 30px;
}
#contents h2 {
  background: #068ece;
  border-left: 8px solid #3C3D6D;
  padding: 10px;
  font-size: 1.1em;
  font-weight: bolder;
  color: #fff;
}
#contents h3 {
  border-bottom: 1px solid #ccc;
  font-size: 1.1em;
  font-weight: bolder;
  padding-left: 1em;
}
#contents h3.panel-title {
  border-bottom: none;
}
#contents .form-group-wrapper {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  #contents {
    padding-top: 10px;
  }
  #contents .container {
    box-shadow: rgba(198, 198, 198, 0.65098) 0px 0px 3px 2px;
    -webkit-box-shadow: rgba(198, 198, 198, 0.65098) 0px 0px 3px 2px;
    -moz-box-shadow: rgba(198, 198, 198, 0.65098) 0px 0px 3px 2px;
  }
}
/* Container */
@media (min-width: 1350px) {
  .container {
    max-width: 1300px;
  }
}
/* Table */
th {
  text-align: center;
}

table.table-center td {
  text-align: center;
}
table.table-center td.left {
  text-align: left;
  padding-left: 15px;
}
table.table-center td.right {
  text-align: right;
  padding-right: 15px;
}

table.table-vcenter td {
  vertical-align: middle;
}

table.table-nowrap {
  background: #fff;
}
table.table-nowrap td {
  white-space: nowrap;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
table.table-nowrap td.full {
  white-space: break-spaces;
  text-align: left;
}

table.table-gradient thead th {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b0d4e3+0,88bacf+100;Grey+3D+%233 */
  background: #b0d4e3;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b0d4e3 0%, #88bacf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$TABLE_GRADIENT1", endColorstr="$TABLE_GRADIENT2", GradientType=0);
  /* IE6-9 */
}

table.table-gradient thead th.extramenu {
  background: #00b0f0;
}

table.table-gradient thead th.flatmenu {
  background: #b0d4e3;
}

table.table-info thead th {
  background: #5b9bd5;
  color: #fff;
}

table.table-reset tr {
  background-color: inherit !important;
}
table.table-reset td {
  border: none !important;
}

table.table-info.table-striped tr:nth-of-type(odd) {
  background-color: #d2deef;
}
table.table-info.table-striped tr:nth-of-type(even) {
  background-color: #ecf0f7;
}

.table-double-striped > tbody > tr:nth-of-type(4n+1),
.table-double-striped > tbody > tr:nth-of-type(4n+2) {
  background-color: rgba(0, 0, 0, 0.05);
}

table td.wrap-40 {
  width: 40%;
  white-space: normal;
}

table td.wrap-50 {
  width: 50%;
  white-space: normal;
}

table td.checkbox-cell {
  padding: 0;
  position: relative;
}

table td.checkbox-cell label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

/* Form */
.form-group .alert {
  border: none;
  margin: 5px 0;
  padding: 7px 15px;
}

.not_value {
  -webkit-text-decoration: italic;
          text-decoration: italic;
  color: #888;
}

.template {
  display: none;
  position: relative;
}

select.placeholder option:first-child {
  color: #aaa;
}

.input-group-text.nobg {
  background: none;
  border: none;
}

input.form-control {
  min-width: 43px;
}

/* Icon */
.svg-icon {
  height: 1.3em;
  margin-top: -3px;
  margin-left: -2px;
  margin-right: -2px;
  pointer-events: none;
  vertical-align: middle;
  width: 1.3em;
}

/* Pagination */
.pagination {
  float: right;
}

.pagination.top {
  margin-top: 1rem;
  margin-bottom: 0;
}

.pagination-count {
  margin: 8px 20px 0 0;
}

/* Video.js */
.video-js .vjs-big-play-button {
  top: 45%;
  left: 41%;
}

/* Page */
.help-contents {
  line-height: 1.5rem;
}
.help-contents h3.warn {
  background: #ffffe2;
  padding: 5px;
}
.help-contents p {
  margin: 30px 0;
}

#admin-applicant-index.container {
  max-width: 1500px;
}
#admin-applicant-index #btn-download {
  margin-top: 15px;
}
#admin-applicant-index #applicant-count {
  margin-top: 24px;
  margin-left: 30%;
  width: 200px;
  position: absolute;
}

#admin-applicant-maillog table {
  table-layout: fixed;
  width: 100%;
}
#admin-applicant-maillog .tab-content {
  width: 100%;
  padding: 10px;
}
#admin-applicant-maillog .tab-pane pre {
  width: 100%;
  overflow: auto;
  height: 500px;
}

#log_viewers .ua, #log_downloads .ua {
  line-height: 0.5rem !important;
  font-size: 0.7rem !important;
}

#admin-viewer-index.container {
  max-width: 1500px;
}
#admin-viewer-index #btn-download {
  margin-top: 15px;
}

#admin-exhibitor-index #btn-download {
  margin-top: 15px;
}

#admin-exhibitor-edit .note, #admin-exhibitor-show .note {
  color: #0070c0;
}

ul#parent_event_list {
  margin: 0;
}
ul#parent_event_list li button {
  margin-left: 8px;
}

ul#event_booths_list {
  margin: 0;
  padding: 0;
}
ul#event_booths_list li {
  padding-bottom: 8px;
}

#admin-exhibitorPerson-index.container {
  max-width: 1500px;
}

#admin-exhibitor-maillog #result .contents.full {
  white-space: break-spaces;
  text-align: left;
}

/* フォームセクションの有効/無効制御 */
.section-disabled {
  opacity: 0.4;
}
.section-disabled label, .section-disabled .note, .section-disabled .form-control-plaintext {
  color: #495057 !important;
}

.section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(248, 249, 250, 0.6);
  z-index: 10;
  pointer-events: none;
  border-radius: 0.25rem;
}
