@charset "utf-8";

html,input,button,label{
    font:16px/1.3 "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Arial, Helvetica, Tahoma, sans-serif;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  opacity: 0.6;  
  z-index: 1;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  background: #fff;
  opacity: 0.6;
  z-index: 2;
}

body{
    -webkit-text-size-adjust: 100%;
    background:#FFFFFF;
    width:100%;
    color:#333631;
    margin-top: 10px;
}
input ,select{
    vertical-align:middle;
}
.error-message {
    font:16px/1.3 "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Arial, Helvetica, Tahoma, sans-serif;
    color: #ff0000;
}
.alt-table-responsive {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}
table.table-headerfixed {
/*    width: 100%;*/
}

table.table-headerfixed thead,
table.table-headerfixed tbody,
table.table-headerfixed tr,
table.table-headerfixed td,
table.table-headerfixed th {
    display: block;
}

table.table-headerfixed tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

table.table-headerfixed tbody {
    height: 190px;
    overflow-y: scroll;
}

table.table-headerfixed thead {
    /* fallback */
    width: 97%;
    /* minus scroll bar width */
    width: calc(100% - 17px);
}

table.table-headerfixed tbody td,
table.table-headerfixed thead th {
    float: left;
    height: 38px;
}
table, td, th{
    padding: 0.5% 0.5%;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.file {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: .5em;
  border: 1px solid #71a5f2;
  color: #fff;
  background-color: #47C;
}

.file_disabled {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: .5em;
  border: 1px solid #C0C0C0;
  color: #fff;
  background-color: #C0C0C0;
}

.block-space input[type="file"] {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 100px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.table tbody tr:nth-child(even) {
  background:#ddd;
}

.table tbody tr:nth-child(odd) {
  background:#fff;
}
.navbar-header {
  float: none;
}
.block-space {margin-top: 10px}

.com-space {margin-top: 50px}
.thead-inverse {background-color: #B8CCE8}

table, td, th {
border: 1px #000 solid;
}
table[name="reservation_datas"], table[name="reservation_data"] {
    background:#fff;
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

td[name="reservation_datas_idx"], td[name="reservation_datas_val"],
table[name="reservation_data"] th, table[name="reservation_data"] td {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
table[name="reservation_data"] th, table[name="reservation_data"] td {
    width: 25%;
}

 td[name="reservation_datas_val"] {
    padding: 3px;
}

td[name="reservation_datas_idx"] {
    text-align: center;
}

table[name="reservation_data"] th{
    background-color: #F0F0F0;
}

.data_attach {
    background-color: #e49e61;
}

.btn-common {
  color: #fff;
  background-color: #47C;
  border-color: #71a5f2;
}
.btn-common:focus,
.btn-common.focus {
  color: #fff;
  background-color: #47C;
  border-color: #71a5f2;
}
.btn-common:hover {
  color: #fff;
  background-color: #47C;
  border-color: #71a5f2;
}
.btn-common:active,
.btn-common.active,
.open > .dropdown-toggle.btn-common {
  color: #fff;
  background-color: #6584b2;
  border-color: #398439;
}
.btn-common:active:hover,
.btn-common.active:hover,
.open > .dropdown-toggle.btn-common:hover,
.btn-common:active:focus,
.btn-common.active:focus,
.open > .dropdown-toggle.btn-common:focus,
.btn-common:active.focus,
.btn-common.active.focus,
.open > .dropdown-toggle.btn-common.focus {
  color: #fff;
  background-color: #4e6689;
  border-color: #255625;
}
.btn-common:active,
.btn-common.active,
.open > .dropdown-toggle.btn-common {
  background-image: none;
}
.btn-common.disabled:hover,
.btn-common[disabled]:hover,
fieldset[disabled] .btn-common:hover,
.btn-common.disabled:focus,
.btn-common[disabled]:focus,
fieldset[disabled] .btn-common:focus,
.btn-common.disabled.focus,
.btn-common[disabled].focus,
fieldset[disabled] .btn-common.focus {
  background-color: #C0C0C0;
  border-color: #C0C0C0;
}
.btn-common.disabled,
.btn-common[disabled] {
  background-color: #C0C0C0;
  border-color: #C0C0C0;
}
.btn-common .badge {
  color: #99BBEE;
  background-color: #fff;
}
.image_file {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: relative;
}
.image_file img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
}
.label {
  display: inline;
  padding: .4em .6em .4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.container-large {
    max-width: 100%;
}
@media (min-width: 768px) {
    .container-large {
        width: 1170px;
    }
}
@media (min-width: 992px) {
    .container-large {
        width: 1370px;
    }
}
@media (min-width: 1200px) {
    .container-large {
        width: 1700px;
    }
}
.header-title {
    border-radius: 0;
    text-align: left;
}
