body {
    background-color: #ffffff;
    height: 100%;
    min-width: 1000px;
    font-size: 14px;
}

nav#header {
    margin-bottom: 0;
}

.navbar-inverse {
    background-color: #2c3e50;
    border-color: #2c3e50;
    min-width: 100%;
    height: 55px;
    text-align: right;
    white-space: nowrap;
    display: inline-block;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    padding: 0;
}

div.header-top-link > ul.nav > li > a.navbar-brand,
div.header-top-link > ul.nav > li > span.navbar-brand {
	margin-left: 10px;
    padding-right: 0;
    width: 100px;
}

div.header-top-link > ul.nav > li > .btn-info{
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
}

div.header-top-link > ul.nav > li > .btn-info:focus{
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

div.header-top-link > ul.nav > li > .btn-info:hover{
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

div.header-top-link > ul.nav > li > .navbar-btn ,
div.header-top-link > ul.nav > li > .navbar-btn:hover,
div.header-top-link > ul.nav > li > .navbar-btn:focus {
    padding: 6px 12px;
}
.navbar-brand {
    padding-left: 20px;
    background: url("../image/JTP.jpg") no-repeat left center;
    background-size: contain;
    height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}

nav.navbar div.header-top-link {
    position: absolute;
    width: 170px;
}

nav.navbar div.header-user-info {
    margin-left: 190px;
}

nav.navbar div.header-user-info-session {
    margin-left: 190px;
    padding: 6px;
}

ul.nav.navbar-nav {
    float: none;
    text-align: right;
    display: inline-block;
}

nav.navbar div.header-top-link ul.nav.navbar-nav {
    float: left;
}

ul.nav.navbar-nav li {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    float: none;
}

nav.navbar-inverse .navbar-nav > li > p.navbar-text {
    margin: 0 6px 0;
}

nav.navbar-inverse .navbar-nav > li > p.navbar-text > span.user-info-title {
    color: #fafafa;
    font-size: 11px;
}

nav.navbar-inverse .navbar-nav > li > p.navbar-text > span.user-info {
    color: #dddddd;
    padding-left: 5px;
    font-size: 15px;
}

div#display-body {
    max-width: 1400px;
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 30px;
}

nav#header > .container-fluid {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 17px;
    line-height: 1.42857143;
    display: block;
}

.btn#btn-logout {
    background-color: #a6a6a6;
    border-color: #a6a6a6;
}

div.nablarch_error {
    color: #ff0000;
    font-weight: bold;
    width: inherit;
}

input.nablarch_error, select.nablarch_error, textarea.nablarch_error {
    background-color: #ffddcc;
}

ul.nablarch_errors {
    color: #ff0000;
    font-weight: bold;
}

#main > h1, #main > h2, #main > h3, #main > h4 {
    text-align: center;
}

h3 {
    margin-bottom: 30px;
    font-size: 24px;
}

label.required::after {
    content: " *";
    color: red;
}

hr {
    height: 1px;
    background: #34495e;
    background-image: -webkit-linear-gradient(left, #eee, #34495e, #eee);
    background-image: -moz-linear-gradient(left, #eee, #34495e, #eee);
    background-image: -ms-linear-gradient(left, #eee, #34495e, #eee);
    background-image: -o-linear-gradient(left, #eee, #34495e, #eee);
}

thead {
    background-color: #ecf0f1;
}

div#display-body .btn.pull-right {
    margin-left: auto;
}

div#display-body .btn.pull-left {
    margin-right: 5px;
}

table.search-result {
    table-layout:auto;
}

table.search-result td {
    width: auto;
}

table.width-th-minfix35 {
    minwidht: 35px;
}

table.width-th-minfix60 {
    minwidht: 60px;
}

table.width-th-minfix200 {
    minwidht: 200px;
}

table.search-result th {
    width: auto;
}

table.search-result td a {
    width: 100%;
    height: 100%;
}

table.detail-list > tbody > tr > td:first-child {
    background-color: #ecf0f1;
    font-weight: bold;
}

ul.pagination {
    margin: 5px;
}

ul.pagination li p.navbar-text {
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0;
}

ul.pagination li a {
    margin-top: 6px;
    border: 0;
}

ul.pagination li.disabled-link p {
    color: #777777;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: -1px;
    margin-right: 0;
}

div.tap-modal-dialog-select {
    display: none;
}

.ui-widget-content a.tap-modal-dialog-select-selection {
    color: #337ab7;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-striped>tbody>tr:nth-of-type(odd):hover{
    background-color: rgba(0,0,0,.075);
}

.form-horizontal .form-group{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.form-horizontal label.control-label {
    text-align:right
}

.pull-right {
    float: right!important;
}

label {
    font-weight: bold;
}

table {
  table-layout: fixed;
}

.table-responsive {
    float: left;
    overflow-x: unset;
}

td{
    width: 100%;
}

.btn-secondary {
    white-space: nowrap;
}

table.detail-list > tbody > tr > td > div.form-inline > .btn-secondary {
    white-space: nowrap;
    margin-left: 5px;
}

.table td, .table th {
    padding: 0.5rem;
}

h4 {
    font-size: 1.2rem;
}

div#display-body .btn {
    margin-left: 5px;
    margin-right: 5px;
}

p {
    margin: 0.5rem;
}

.ui-widget-overlay {
    opacity: .3;
}

.ui-widget-overlay {
    opacity: .3;
}

td#divide{
	width: 300px;
}

ul.multiselect-container{
	white-space:nowrap;
}


.form-inline-base {
  // Kick in the inline
  @include media-breakpoint-up(sm) {
    label {
      display: flex;
      align-items: center;
      justify-content: start;
      margin-bottom: 0;
    }

    .custom-control-label {
      margin-bottom: 0;
    }
  }
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: 1px solid #bbbbbb;
}

#showMoreRows {
    color: #007bff;
    background-color: #ffffff;
    border-color: #007bff;
}

#showMoreContainer {
    display: flex;
    justify-content: center;
}

div > ul > li > a {
  color: #000000;
  text-decoration: $link-decoration;
  background-color: transparent; // Remove the gray background on active links in IE 10.

  @include hover {
    color: #000000;
    text-decoration: $link-hover-decoration;
  }
}

#form-inline-noflex {
  @include media-breakpoint-up(sm) {
    label {
      align-items: center;
      justify-content: start;
      margin-bottom: 0;
    }
}