@charset "UTF-8";
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 12.5px;
}
/*20160612*/
td,
th {
  font-size: 12px;
  text-align: center;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 5px;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

input[type=text].form-control,
textarea.form-control {
  border-radius: 3px;
}

.x_panel .x_title h2 {
  font-weight: 700;
}

ul.bar_tabs {
  background: #FFF;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-right: -1.5px;
  z-index: 0;
}

.timeline li {
  margin-bottom: 20px;
  position: relative;
  background-color: #fff;
}

.timeline li:before,
.timeline li:after {
  content: " ";
  display: table;
}

.timeline li:after {
  clear: both;
}

.timeline li .timeline-panel {
  width: 100%;
  float: right;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 5px 10px 10px 10px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline li .timeline-badge {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 21px;
  left: 5px;
  margin-right: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

ul.timeline li {
  border-bottom: none;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-heading {
  background-color: #f0ad4e;
  color: #fff;
  margin: 0;
  padding: 0px 10px;
}

.timeline-heading .timeline-title {
  margin-top: 5px;
  margin-bottom: 10px;
}

.timeline-body textarea {
  resize: none;
}

.timeline {
  /*!
* Start Bootstrap - SB Admin 2 v3.3.7+1 (http://startbootstrap.com/template-overviews/sb-admin-2)
* Copyright 2013-2016 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
*/
}

.timeline body {
  background-color: #f8f8f8;
}

.timeline #wrapper {
  width: 100%;
}

.timeline #page-wrapper {
  margin-top: 60px;
  padding: 15px;
  min-height: 568px;
  background-color: white;
}

@media (min-width: 768px) {
  .timeline #page-wrapper {
    position: inherit;
    padding: 15px;
    border-left: 1px solid #e7e7e7;
  }
}

.timeline .navbar-top-links {
  margin-right: 0;
}

.timeline .navbar-top-links li {
  display: inline-block;
}

.timeline .navbar-top-links li:last-child {
  margin-right: 15px;
}

.timeline .navbar-top-links li a {
  padding: 15px;
  min-height: 50px;
}

.timeline .navbar-top-links .dropdown-menu li {
  display: block;
}

.timeline .navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}

.timeline .navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}

.timeline .navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}

.timeline .navbar-top-links .dropdown-messages,
.timeline .navbar-top-links .dropdown-tasks,
.timeline .navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}

.timeline .navbar-top-links .dropdown-messages {
  margin-left: 5px;
}

.timeline .navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}

.timeline .navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}

.timeline .navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}

.timeline .sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.timeline .sidebar .sidebar-search {
  padding: 15px;
}

.timeline .sidebar ul li {
  border-bottom: 1px solid #e7e7e7;
}

.timeline .sidebar ul li a.active {
  background-color: #eeeeee;
}

.timeline .sidebar .arrow {
  float: right;
}

.timeline .sidebar .fa.arrow:before {
  content: "\f104";
}

.timeline .sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}

.timeline .sidebar .nav-second-level li,
.timeline .sidebar .nav-third-level li {
  border-bottom: none !important;
}

.timeline .sidebar .nav-second-level li a {
  padding-left: 37px;
}

.timeline .sidebar .nav-third-level li a {
  padding-left: 52px;
}

@media (min-width: 768px) {
  .timeline .sidebar {
    z-index: 1;
    position: absolute;
    width: 250px;
    margin-top: 51px;
  }
  .timeline .navbar-top-links .dropdown-messages,
  .timeline .navbar-top-links .dropdown-tasks,
  .timeline .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}

.timeline .btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}

.timeline .btn-primary.btn-outline {
  color: #428bca;
}

.timeline .btn-success.btn-outline {
  color: #5cb85c;
}

.timeline .btn-info.btn-outline {
  color: #5bc0de;
}

.timeline .btn-warning.btn-outline {
  color: #f0ad4e;
}

.timeline .btn-danger.btn-outline {
  color: #d9534f;
}

.timeline .btn-primary.btn-outline:hover,
.timeline .btn-success.btn-outline:hover,
.timeline .btn-info.btn-outline:hover,
.timeline .btn-warning.btn-outline:hover,
.timeline .btn-danger.btn-outline:hover {
  color: white;
}

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

.timeline .chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999999;
}

.timeline .chat li.left .chat-body {
  margin-left: 60px;
}

.timeline .chat li.right .chat-body {
  margin-right: 60px;
}

.timeline .chat li .chat-body p {
  margin: 0;
}

.timeline .panel .slidedown .glyphicon,
.timeline .chat .glyphicon {
  margin-right: 5px;
}

.timeline .login-panel {
  margin-top: 25%;
}

.timeline .flot-chart {
  display: block;
  height: 400px;
}

.timeline .flot-chart-content {
  width: 100%;
  height: 100%;
}

.timeline table.dataTable thead .sorting,
.timeline table.dataTable thead .sorting_asc,
.timeline table.dataTable thead .sorting_desc,
.timeline table.dataTable thead .sorting_asc_disabled,
.timeline table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}

.timeline table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}

.timeline table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}

.timeline table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
}

.timeline .btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}

.timeline .btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}

.timeline .btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

.timeline .show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}

.timeline .show-grid {
  margin: 15px 0;
}

.timeline .huge {
  font-size: 40px;
}

.timeline .panel-green {
  border-color: #5cb85c;
}

.timeline .panel-green > .panel-heading,
.timeline .panel-green > .timeline-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}

.timeline .panel-green > a {
  color: #5cb85c;
}

.timeline .panel-green > a:hover {
  color: #3d8b3d;
}

.timeline .panel-darkgreen {
  border-color: #00a65a;
}

.timeline .panel-darkgreen > .panel-heading,
.timeline .panel-darkgreen > .timeline-heading {
  border-color: #00a65a;
  color: white;
  background-color: #00a65a;
}

.timeline .panel-darkgreen > a {
  color: #00a65a;
}

.timeline .panel-darkgreen > a:hover {
  color: #00a65a;
}

.timeline .panel-red {
  border-color: #d9534f;
}

.timeline .panel-red > .panel-heading,
.timeline .panel-red > .timeline-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}

.timeline .panel-red > a {
  color: #d9534f;
}

.timeline .panel-red > a:hover {
  color: #b52b27;
}

.timeline .panel-yellow {
  border-color: #f0ad4e;
}

.timeline .panel-yellow > .panel-heading,
.timeline .panel-yellow > .timeline-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}

.timeline .panel-yellow > a {
  color: #f0ad4e;
}

.timeline .panel-yellow > a:hover {
  color: #df8a13;
}

.timeline .panel-lightblue {
  border-color: #5bc0de;
}

.timeline .panel-lightblue > .panel-heading,
.timeline .panel-lightblue > .timeline-heading {
  border-color: #5bc0de;
  color: white;
  background-color: #5bc0de;
}

.timeline .panel-lightblue > a {
  color: #5cb85c;
}

.timeline .panel-lightblue > a:hover {
  color: #3d8b3d;
}

.timeline .panel-blue {
  border-color: #337ab7;
}

.timeline .panel-blue > .panel-heading,
.timeline .panel-blue > .timeline-heading {
  border-color: #337ab7;
  color: white;
  background-color: #337ab7;
}

.timeline .panel-blue > a {
  color: #337ab7;
}

.timeline .panel-blue > a:hover {
  color: #3d8b3d;
}

.timeline .panel-gray {
  border-color: #aaa;
}

.timeline .panel-gray > .panel-heading,
.timeline .panel-gray > .timeline-heading {
  border-color: #aaa;
  color: white;
  background-color: #aaa;
}

.timeline .panel-gray > a {
  color: #aaa;
}

.timeline .panel-gray > a:hover {
  color: #aaa;
}

.timeline .panel-darkgray {
  border-color: #777;
}

.timeline .panel-darkgray > .panel-heading,
.timeline .panel-darkgray > .timeline-heading {
  border-color: #777;
  color: white;
  background-color: #777;
}

.timeline .panel-darkgray > a {
  color: #777;
}

.timeline .panel-darkgray > a:hover {
  color: #777;
}

.timeline .panel-purple {
  border-color: #C4789C;
}

.timeline .panel-purple > .panel-heading,
.timeline .panel-purple > .timeline-heading {
  border-color: #C4789C;
  color: white;
  background-color: #C4789C;
}

.timeline .panel-purple > a {
  color: #C4789C;
}

.timeline .panel-purple > a:hover {
  color: #C4789C;
}

.timeline .panel-orange {
  border-color: #E37A3E;
}

.timeline .panel-orange > .panel-heading,
.timeline .panel-orange > .timeline-heading {
  border-color: #E37A3E;
  color: white;
  background-color: #E37A3E;
}

.timeline .panel-orange > a {
  color: #E37A3E;
}

.timeline .panel-orange > a:hover {
  color: #E37A3E;
}

.timeline .panel-wine-red {
  border-color: #C65F5F;
}

.timeline .panel-wine-red > .panel-heading,
.timeline .panel-wine-red > .timeline-heading {
  border-color: #C65F5F;
  color: white;
  background-color: #C65F5F;
}

.timeline .panel-wine-red > a {
  color: #C65F5F;
}

.timeline .panel-wine-red > a:hover {
  color: #C65F5F;
}

.timeline .panel-light-green {
  border-color: #afbf8b;
}

.timeline .panel-light-green > .panel-heading,
.timeline .panel-light-green > .timeline-heading {
  border-color: #afbf8b;
  color: white;
  background-color: #afbf8b;
}

.timeline .panel-light-green > a {
  color: #afbf8b;
}

.timeline .panel-light-green > a:hover {
  color: #afbf8b;
}

.timeline .ui-sortable-helper {
  z-index: 99999;
}

.timeline .form-group select,
.timeline .form-group input,
.timeline .form-group textarea {
  font-size: 12px;
}

.timeline #timeline {
  min-height: 450px;
}

.timeline .timeline {
  list-style: none;
  padding: 20px 0;
  position: relative;
}

.timeline .timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 5px;
  background-color: #ddd;
  left: 50%;
  margin-right: -1.5px;
}

.timeline .chat-branch-timeline {
  min-height: 80px;
}

.timeline .timeline-item,
.timeline .timeline-item-chat {
  margin-bottom: 15px;
  position: relative;
  background-color: #fff;
}

.timeline .timeline-item:hover,
.timeline .timeline-item-chat:hover {
  box-shadow: 0 0 3px #4285F4;
  transition: all 0.2s;
}

.timeline .timeline-item.active,
.timeline .timeline-item-chat.active {
  box-shadow: 0 0 20px #4285F4;
}

.timeline .timeline-item:before,
.timeline .timeline-item:after,
.timeline .timeline-item-chat:before,
.timeline .timeline-item-chat:after {
  content: " ";
  display: table;
}

.timeline .timeline-item:after {
  clear: both;
}

.timeline .timeline-item > .timeline-panel,
.timeline .timeline-item-chat > .timeline-panel {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 5px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  opacity: 1;
}

.timeline .timeline-panel.panel-default > .timeline-heading {
  background-color: #b6b6b6;
  color: #fff;
}

.timeline .timeline-heading i:hover {
  color: #4285F4;
  box-shadow: 0 0 5px #4285F4;
  transition: all 0.2s;
}

.timeline .timeline-body {
  padding-top: 10px;
  padding: 5px;
}

.timeline .timeline-body .form-group label.control-label {
  margin: 5px 0;
}

.timeline .placeholder {
  opacity: 0.8;
  margin-bottom: 15px;
  width: 100%;
  height: 30px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 20px #4285F4;
  box-shadow: 0 0 20px #4285F4;
}

.timeline .panel-body {
  padding: 10px;
}

.timeline .component-item:hover {
  cursor: pointer;
  box-shadow: 0 0 5px #4285F4;
  transition: all 0.2s;
}

.timeline .timeline-title i:hover {
  cursor: pointer;
}

.timeline .btn-fab {
  z-index: 9999;
}

.timeline #script-preview-panel textarea {
  font-size: 10px;
  overflow-y: hidden;
}

.timeline #col-right .panel-body {
  overflow-x: hidden;
  overflow-y: scroll;
}

.timeline #col-right .panel-body.item-detail {
  overflow-y: hidden;
}

.timeline .timeline-item {
  z-index: 999;
}

.timeline .form-group .checkbox label,
.timeline .form-group .radio label,
.timeline .form-group label {
  vertical-align: middle;
}

.timeline #timeline .checkbox-inline,
.timeline #timeline .radio-inline {
  margin-bottom: 5px;
  padding-left: 5px;
}

.timeline .chat-panel .panel-footer {
  background-color: #fff;
}

.timeline #text-preview-panel > .panel-body > .row {
  margin-bottom: 5px;
  padding: 10px;
}

.timeline #text-preview-panel > .panel-body > .row p {
  margin-left: 10px;
}

.timeline #text-preview-panel > .panel-body > .row strong {
  line-height: 2;
}

.timeline #text-preview-panel > .panel-body > .row:hover {
  cursor: pointer;
  box-shadow: 0 0 5px #4285F4;
  transition: all 0.2s;
}

.timeline input::-webkit-input-placeholder,
.timeline input:-moz-placeholder {
  font-size: 11px;
}

.timeline .chat-setting-nav {
  margin-right: 10px;
}

.timeline .chat-setting-nav:hover {
  cursor: pointer;
  box-shadow: 0 0 5px #fff;
  transition: all 0.2s;
}

.timeline .timeline-chat {
  padding: 5px 0;
}

.timeline .timeline-title.pull-right > i {
  margin-right: 5px;
}

.timeline input[type=checkbox],
.timeline input[type=radio] {
  margin: 0;
}

.timeline .row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.timeline .linedwrap {
  border: 1px solid #c0c0c0;
  padding: 3px;
}

.timeline .linedtextarea {
  padding: 0px;
  margin: 0px;
}

.timeline .linedtextarea textarea,
.timeline .linedwrap .codelines .lineno {
  font-size: 10px;
  font-family: monospace;
  line-height: normal !important;
}

.timeline .linedtextarea textarea {
  padding-right: 0.3em;
  border: 0;
}

.timeline .linedwrap .lines {
  margin-top: 0px;
  width: 50px;
  float: left;
  overflow: hidden;
  border-right: 1px solid #c0c0c0;
  margin-right: 10px;
}

.timeline .linedwrap .codelines {
  padding-top: 5px;
}

.timeline .linedwrap .codelines .lineno {
  color: #AAAAAA;
  padding-right: 0.5em;
  padding-top: 0.0em;
  text-align: right;
  white-space: nowrap;
}

.timeline .linedwrap .codelines .lineselect {
  color: red;
}

.btn-circle {
  margin: 0 10px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.btn-circle:hover {
  opacity: 0.7;
  color: #e7e7e7;
}

.bg-yellow {
  background-color: #f0ad4e !important;
}

.bg-green {
  background-color: #5cb85c !important;
}

.bg-darkgreen {
  background-color: #00a65a !important;
}

.bg-red {
  background-color: #d9534f !important;
}

.bg-lightblue {
  background-color: #5bc0de !important;
}

.bg-blue {
  background-color: #337ab7 !important;
}

.bg-gray {
  background-color: #aaa !important;
}

.bg-purple {
  background-color: #c4789c !important;
}

#add-timeline-item-btn-list {
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 1000;
}

.nav_menu {
  position: fixed;
  z-index: 1000;
}

.nav-md .container.body .right_col {
  padding-top: 60px;
}

#codeigniter_profiler {
  margin-left: 230px;
}

.ui-selectee.ui-selected img {
  opacity: 1;
  box-shadow: 0 0 20px #4285F4;
}

.ui-selectee img {
  opacity: 0.4;
  box-shadow: 0;
  cursor: pointer;
}

.fa-android:before {
  color: #A4C639;
}

.info-history {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}

.info-history:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
  left: 31px;
  margin: 0;
  border-radius: 2px;
}

.info-history > .time-label > span {
  font-weight: 600;
  font-size: 12px;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
}

.info-history .bg-time-label {
  background-color: #605ca8 !important;
  color: #fff;
  border: none;
}

.info-history > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}

.info-history > li:after {
  clear: both;
}

.info-history > li > .fa,
.info-history > li > .glyphicon,
.info-history > li > .ion {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  background: #d2d6de;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}

.info-history > li > .info-history-item {
  border-radius: 3px;
  margin-top: 0;
  background: #fff;
  color: #444;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative;
}

.info-history > li > .info-history-item > .info-history-header {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.info-history > li > .info-history-item > .info-history-body {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.info-history > li > .info-history-item > .info-history-footer {
  padding: 10px;
}

.bg-orange {
  background: #F39C12 !important;
  border: 1px solid #F39C12 !important;
  color: #fff;
}

.bg-blue {
  background: #3498DB !important;
  border: 1px solid #3498DB !important;
  color: #fff;
}

.bg-light-gray {
  background: #ddd;
}

.bg-wine-red {
  background: #C65F5F !important;
}

.bg-light-green {
  background: #afbf8b !important;
  border: 1px solid #afbf8b !important;
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
/*@media (min-width: 768px) {*/
.nav-md .container.body .col-md-3.left_col.menu_fixed {
  position: absolute;
}

/*}*/

/*# sourceMappingURL=style.css.map */