#article-index h1 {
  display: inline-block;
}
#article-index .search-button {
  cursor: pointer;
}
.article-item {
  margin-bottom: 15px;
}
.article-item .article-title,
.article-item .article-title a {
  color: inherit;
  margin: 0;
}
.article-item .article-meta,
.article-item .article-meta a {
  color: #999;
  font-size: 0.85em;
}
.article-item .article-meta a {
  text-decoration: underline;
}
.article-item .article-thumb {
  margin-right: 10px;
  margin-bottom: 10px;
}
.article-item .article-text {
  margin-top: 7px;
}
html,
body {
  height: 100%;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container {
  padding: 70px 15px 20px;
}
.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view th {
  white-space: nowrap;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
.sidebar-menu .treeview-menu > li > a > span {
  word-break: break-word;
  white-space: pre-wrap;
}
.sidebar-menu > li > .treeview-menu > li > a > span:first-of-type {
  padding-right: 20px;
  box-sizing: border-box;
  display: inline-block;
  width: 90%;
}
.sidebar-menu > li > .treeview-menu {
  counter-increment: custom;
  padding-left: 22px;
}
.sidebar-menu > li > .treeview-menu > li {
  position: relative;
  counter-increment: custom;
}
.sidebar-menu > li > .treeview-menu > li:first-child {
  counter-reset: custom;
}
.sidebar-menu > li > .treeview-menu > li a:before {
  content: counter(custom);
  position: absolute;
  left: 15px;
  top: 5px;
}
.sidebar-menu > li > .treeview-menu > li > a > .fa {
  width: 15px;
}
.main-sidebar,
.main-header .logo {
  width: 300px;
}
.content-wrapper,
.main-footer,
.main-header .navbar {
  margin-left: 300px;
}
.sidebar-collapse .main-sidebar {
  transform: translate(-300px, 0);
}
/* Stages */
.action-item {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 20px 15px;
  transition: all 0.6s;
}
.action-item:hover {
  box-shadow: 2px 6px 10px 0 #bdbdbd;
  transition: all 0.6s;
}
.action-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.action-number {
  color: rgba(0, 0, 0, 0.2);
  padding-right: 3px;
}
.action-title {
  color: #000;
}
.action-contents {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.action-content-icon {
  background-color: rgba(196, 196, 196, 0.2);
  border-radius: 110px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.3);
  padding: 5px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 1;
  transition: all 0.6s;
}
.action-content-icon:focus,
.action-content-icon:hover {
  color: rgba(0, 0, 0, 0.3);
  box-shadow: 2px 6px 10px 0 #bdbdbd;
  transition: all 0.6s;
}
.action-content-icon .fa {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  padding-right: 5px;
}
/* Action */
.action-section {
  padding-bottom: 70px;
}
.action-section .fa {
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px;
  padding-right: 10px;
}
.action-video {
  padding-bottom: 30px;
}
.action-video p {
  padding-top: 10px;
}
.action-video :last-child {
  padding-bottom: 0;
}
/* slider-pro */
.sp-image {
  max-height: 100%!important;
  max-width: 100%!important;
  height: auto!important;
  width: auto!important;
  margin: 0 auto!important;
}
/* p2vr */
.fullsize-container {
  width: 100vw !important;
  height: 100vh !important;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 100000;
}
.ui-dialog-titlebar-close {
  background: url(../img/close.png) center center no-repeat !important;
}
/*# sourceMappingURL=style.css.map */