﻿@charset "UTF-8";

*,
.popover,
.ui-widget {
    font-family: メイリオ, Meiryo, "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "MS UI Gothic", Arial, sans-serif;
}

#background {
    display: block;
    background: url("/images/body-background.png") center center / 40% no-repeat;
    z-index: -1;
}

a.btn,
input.btn,
label.btn {
    -moz-transition-duration: 500ms;
    -moz-transition-property: background-color;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 500ms;
    -o-transition-property: background-color;
    -o-transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: background-color;
    -webkit-transition-timing-function: ease;
    transition-duration: 500ms;
    transition-property: background-color;
    transition-timing-function: ease;
    border-radius: 15px;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 1.5;
    font-size: 12px;
}

dl {
    margin-bottom: 0;
}

dt {
    text-align: left !important;
}

hr {
    margin: 0 0 20px 0;
    border-color: rgb(61, 107, 163);
    border-radius: 4px;
    border-width: 4px;
}

input:disabled {
    color: rgb(0, 0, 0);
}

input.datetime:read-only:not(:disabled) {
    background-color: inherit;
}

label {
    margin: 0;
}

label.btn > span {
    visibility: hidden;
}

label.btn > .glyphicon-check,
label.btn > .glyphicon-unchecked {
    visibility: visible;
}

label.btn > .glyphicon-check {
    display: none;
}

label.btn > .glyphicon-unchecked {
    display: inherit;
}

label.btn.active > span {
    visibility: visible;
}

label.btn.active > .glyphicon-check {
    display: inherit;
}

label.btn.active > .glyphicon-unchecked {
    display: none;
}

small {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
}

small.error {
    color: rgb(255, 0, 0);
}

tbody td.delete {
    margin: 0 5px;
}

tbody td.delete > a {
    color: rgb(255, 0, 0);
    font-size: 18px;
    text-decoration: none;
}

th, td {
    text-align: center;
    vertical-align: middle !important;
}

tr {
    -moz-transition-duration: 500ms;
    -moz-transition-property: background-color;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 500ms;
    -o-transition-property: background-color;
    -o-transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: background-color;
    -webkit-transition-timing-function: ease;
    transition-duration: 500ms;
    transition-property: background-color;
    transition-timing-function: ease;
}

tr.selected {
    background-color: rgba(255, 255, 64, 0.75) !important;
}

tr.separator > td {
    padding: 0 !important;
}

ul {
    margin: 0;
}

#denpyo_date_time > div > div {
    float: left;
    margin-left: 20px;
}

#denpyo_date_time > div > div:first-child {
    margin-left: 0;
}

#denpyo_date_time > div > div #denpyo_menu_starttime,
#denpyo_date_time > div > div #denpyo_menu_starttime_text,
#denpyo_date_time > div > div #denpyo_menu_endtime_text,
#denpyo_date_time > div > div #transaction-color {
    width: 100px;
}

#error {
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

#error #error-detail {
    height: 200px;
    resize: both;
}

#loading {
    background-color: rgba(255, 255, 255, 0.75);
}

#login {
    width: 50%;
    height: 180px;
    font-size: 20px;
}

#login .form-group {
    margin-bottom: 5%;
}

#header-navigation > .navbar-nav > li {
    display: inline-block;
}

#recent-reservation-count {
    background-color: rgb(239, 46, 23);
}

#kanzashi-popup li > a,
#settings-popup li > a,
#kanzashi-popup li > label
#settings-popup li > label {
    margin-bottom: 1px;
    width: 100%;
}

#yoyaku-mobasute {
    padding: 0;
}

#yoyaku-mobasute #time-bar {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: rgb(255, 64, 64);
    z-index: 200;
}

#yoyaku-mobasute #time-bar > div {
    -moz-transition-duration: 1000ms;
    -moz-transition-property: top;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 1000ms;
    -o-transition-property: top;
    -o-transition-timing-function: ease;
    -webkit-transition-duration: 1000ms;
    -webkit-transition-property: top;
    -webkit-transition-timing-function: ease;
    transition-duration: 1000ms;
    transition-property: top;
    transition-timing-function: ease;
    position: absolute;
    top: 0;
    left: -30px;
    width: 60px;
    border-radius: 4px;
    text-align: center;
    background-color: rgb(255, 64, 64);
    color: rgb(255, 255, 255);
    line-height: 2rem;
    font-size: 1.2rem;
    font-weight: bold;
}

#yoyaku-mobasute .break,
#yoyaku-mobasute .shift {
    position: absolute;
    overflow: hidden;
    border: 2px solid rgb(255, 255, 255);
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    z-index: 1;
}

#yoyaku-mobasute .break {
    background-color: rgb(255, 222, 173);
    color: rgb(64, 64, 64);
    cursor: pointer;
}

#yoyaku-mobasute .break .draggable-icon,
#yoyaku-mobasute .view .draggable-icon {
    display: none;
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 12px;
}

#yoyaku-mobasute .break.draggable,
#yoyaku-mobasute .view.draggable {
    cursor: move;
}

#yoyaku-mobasute .view.draggable .draggable-icon {
    display: block;
}

#yoyaku-mobasute .break.reverting,
#yoyaku-mobasute .view.reverting {
    -moz-transition-duration: 500ms;
    -moz-transition-property: top, right, bottom, left, width, height;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 500ms;
    -o-transition-property: top, right, bottom, left, width, height;
    -o-transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: top, right, bottom, left, width, height;
    -webkit-transition-timing-function: ease;
    transition-duration: 500ms;
    transition-property: top, right, bottom, left, width, height;
    transition-timing-function: ease;
}

#yoyaku-mobasute .break.resizable::before,
#yoyaku-mobasute .view.resizable::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
}

#yoyaku-mobasute .break.selected,
#yoyaku-mobasute .view.selected {
    -moz-box-shadow: 0px 0px 5px 5px rgba(255, 128, 64, 0.75);
    -webkit-box-shadow: 0px 0px 5px 5px rgba(255, 128, 64, 0.75);
    box-shadow: 0px 0px 5px 5px rgba(255, 128, 64, 0.75);
}

#yoyaku-mobasute .hour-division-bar,
#yoyaku-mobasute .interval-division-bar {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    z-index: -1;
}

#yoyaku-mobasute .hour-division-bar {
    background-color: rgb(160, 160, 160);
}

#yoyaku-mobasute .interval-division-bar {
    background-color: rgb(224, 224, 224);
}

#yoyaku-mobasute .overtime-cell {
    position: absolute;
    background-color: rgba(160, 160, 160, 0.75);
    z-index: -1;
}

#yoyaku-mobasute .reception-type {
    width: 20%;
    border-bottom: 1px solid rgb(224, 224, 224);
}

#yoyaku-mobasute .shift {
    background-color: rgb(255, 128, 128);
    color: rgb(255, 255, 255);
}

#yoyaku-mobasute .staff-col {
    width: 15%;
    font-size: 1.2rem;
}

#yoyaku-mobasute .header-rows > .timetable-row {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid rgb(224, 224, 224);
}

#yoyaku-mobasute .header-rows > .timetable-row > div {
    display: table;
    text-align: center;
}

#yoyaku-mobasute .header-rows > .timetable-row > div > * {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}

#yoyaku-mobasute .staff-name, 
#yoyaku-mobasute .facility-name {
    width: 80%;
    height: 100%;
    border-right: 1px solid #e0e0e0;
    font-weight: bold;
}

#yoyaku-mobasute .timetable {
    margin-top: 51px;
    border: 1px solid rgb(192, 192, 192);
}

#yoyaku-mobasute .timetable > div {
    border-right: 1px solid rgb(224, 224, 224);
}

#yoyaku-mobasute .timetable > div:last-child {
    border-right: none;
}

#yoyaku-mobasute .timetable-time {
    -moz-transition-duration: 500ms;
    -moz-transition-property: top;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 500ms;
    -o-transition-property: top;
    -o-transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: top;
    -webkit-transition-timing-function: ease;
    transition-duration: 500ms;
    transition-property: top;
    transition-timing-function: ease;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#yoyaku-mobasute .timetable-time > div {
    display: inline-block;
    overflow: hidden;
    padding-left: 4px;
    line-height: 2rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: rgb(0, 0, 0);
}

#yoyaku-mobasute .ui-resizable-e {
    right: 0;
    width: 12px;
}

#yoyaku-mobasute .view {
    -moz-transition-duration: 500ms;
    -moz-transition-property: box-shadow;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 500ms;
    -o-transition-property: box-shadow;
    -o-transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: box-shadow;
    -webkit-transition-timing-function: ease;
    transition-duration: 500ms;
    transition-property: box-shadow;
    transition-timing-function: ease;
    position: absolute;
    overflow: hidden;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
    z-index: 200;
    font-size: 1rem;
    cursor: pointer;
}

#yoyaku-mobasute .view small {
    font-size: 0.9em;
}

#yoyaku-mobasute .view .status-icon {
    position: absolute;
    bottom: 2px;
    right: 2px;
}

#yoyaku-mobasute .view > .view-inner {
    margin: 4px;
}

#yoyaku-mobasute .view.adjusted {
    border-color: rgb(128, 128, 128);
}

#yoyaku-mobasute .view.incomplete {
    border-color: rgb(64, 192, 64) !important;
}

#yoyaku-mobasute .view.new-customer strong {
    color: rgb(0, 0, 255);
}

#yoyaku-mobasute .view.recepted {
    border-color: rgb(128, 128, 255);
}

#yoyaku-mobasute .view.treating {
    border-color: rgb(255, 128, 128);
}

#yoyaku-mobasute .view-col {
    position: relative;
    overflow-x: scroll;
    width: 85%;
}

#yoyaku-mobasute .view-rows {
    position: relative;
    opacity: 0.9999;
}

#yoyaku-mobasute .view-rows > .timetable-row {
    border-bottom: 1px solid rgb(192, 192, 192);
    background-color: rgba(255, 255, 255, 0.5);
}

#yoyaku-mobasute .view-rows > .timetable-row.expanded {
    background-color: rgba(128, 128, 255, 0.5);
}

#yoyaku-mobasute .view-rows > .timetable-row.store {
    background-color: rgba(192, 192, 255, 0.5);
}

#yoyaku-mobasute .view-rows > .timetable-row.undroppable {
    background-color: rgba(64, 64, 64, 0.5) !important;
}

#yoyaku-mobasute .view-rows > .timetable-row.unupdatable {
    cursor: not-allowed;
}

#yoyaku-mobasute .view-rows > .timetable-row.vacation {
    background-color: rgba(255, 160, 160, 0.5);
}

#transaction-popup .content {
    margin-top: 10px;
    border-radius: 5px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
}

#transaction-popup .transaction-date {
    width: 50%;
}

#store-date {
    position: relative;
}

#store-date > a {
    padding-left: 0;
    padding-right: 0;
}

#store-date > input {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

#seisan-popup #customer_history {
    margin-bottom: 10px;
}

#seisan-popup #seisan-header {
    position: relative;
    margin-bottom: 10px;
}

#seisan-popup #seisan-header h3 {
    margin-bottom: 0;
}

#seisan-popup #seisan-header > .pull-left > .navbar-form {
    margin-left: 15px;
}

#seisan-popup #seisan-header > .pull-right {
    width: 50%;
}

#seisan-popup #seisan-header > .pull-right > p {
    text-align: right;
}

#seisan-popup #seisan-footer {
    margin-top: 10px;
}

#seisan-popup #transaction-history {
    display: none;
}

#seisan-popup #transaction-history th {
    min-width: 100px;
}

#seisan-popup .coupon-popover,
#seisan-popup .credit-popover,
#seisan-popup .point-popover {
    width: 400px;
}

#seisan-popup .form-group {
    margin-bottom: 0;
}

#transaction-detail td.discount {
    max-width: 120px;
}

#transaction-detail td.menu {
    max-width: 180px;
    cursor: pointer;
}

#transaction-detail td.chicket,
#transaction-detail td.quantity {
    max-width: 60px;
}

#transaction-detail td.price {
    max-width: 140px;
}

#transaction-detail td.staff {
    max-width: 140px;
}

#transaction-detail .btn {
    padding-left: 15px;
    padding-right: 15px;
}

#transaction-detail td.chicket,
#transaction-detail td.chicket input,
#transaction-detail td.price,
#transaction-detail td.price input,
#transaction-detail td.quantity,
#transaction-detail td.quantity input {
    text-align: right;
}

#transaction-detail td.menu,
#transaction-detail td.staff {
    text-align: left;
}

#transaction-detail .table {
    margin-bottom: 10px;
}

#transaction-detail-footer {
    margin-bottom: 10px;
}

#transaction-detail-footer > div {
    width: 50%;
}

.menu-time-popover {
    width: 600px;
}

.menu-time-popover td.menu {
    text-align: left;
}

.menu-time-popover td.end-time,
.menu-time-popover td.start-time,
.menu-time-popover td.total-time {
    max-width: 100px;
}

.register-popover {
    width: 350px;
}

.shimei-popover a {
    text-align: left;
}

#menu-staff-toroku #transaction-detail td.menu {
    width: 180px;
    cursor: pointer;
}

#menu-staff-toroku #transaction-detail td.delete {
    width: 40px;
}

#menu-staff-toroku #transaction-detail td.staff {
    width: 180px;
}

#menu-staff-toroku #transaction-detail td.shimei {
    width: 60px;
}

#menu-staff-toroku #transaction-detail .quantity,
#menu-staff-toroku #transaction-detail .discount,
#menu-staff-toroku #transaction-detail .chicket,
#menu-staff-toroku #transaction-detail .approach {
    display: none;
}

#menu-staff-toroku #transaction-detail td.price {
    width: 100px;
}

#menu-selector hr {
    margin: 10px 0;
}

#menu-selector .menu-content > .tab-content > * {
    overflow-y: auto;
    height: 300px;
}

#menu-selector .nav-tabs > li > a {
    padding: 5px 0;
}

#menu-selector .row {
    margin: 0;
}

#menu-selector .store-menu {
    margin-bottom: 0;
    padding-right: 0;
}

#menu-selector-content .subtotal {
    width: 50%;
}

#menu-selector-content .subtotal input {
    padding-top: 0;
    padding-bottom: 0;
    height: 60px;
    text-align: right;
    font-size: 24px;
    font-weight: bold;
}

#menu-selector-content .subtotal label {
    padding-top: 18px;
}

#menu-selector-content > div:first-child {
    margin-bottom: 10px;
}

#transaction-color {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    color: rgba(0, 0, 0, 0);
}

#transaction-register input {
    text-align: right;
}

.active > .btn-default,
.active > .btn-default:hover,
.btn-custom,
.btn-custom:link,
.btn-custom:visited,
.btn-custom:hover,
.btn-custom:active {
    color: rgb(255, 255, 255) !important;
}

.active > .btn-default,
.btn-custom {
    background-color: rgb(61, 107, 163) !important;
}

.btn-custom:hover {
    background-color: rgb(45, 80, 122) !important;
}

.confirm-popover {
    min-width: 200px;
}

.confirm-popover > ._content {
    position: relative;
}

.confirm-popover > ._footer-button {
    margin-top: 20px;
}

.custom-table2 {
    overflow: hidden;
    border: 1px solid rgb(192, 192, 192);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px;
    font-size: 1.2rem;
}

.custom-table2 > tbody > tr > td {
    border: none;
}

.custom-table2 > thead > tr {
    height: 30px;
    background-color: rgb(240, 240, 240);
}

.custom-table2 > thead > tr > th {
    border-bottom: 1px solid rgb(192, 192, 192);
    padding: 10px;
}

.custom-table2 dt {
    width: auto;
    font-weight: normal;
}

.custom-table2 tr.separator > td > hr {
    margin: 0 10px;
    border-color: rgb(192, 192, 192);
    border-width: 1px;
}

.custom-table2 .menu-total {
    color: rgb(249, 167, 32);
}

#login {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.popover .control-label {
    padding-left: 0;
}

.popover .form-horizontal {
    overflow-y: auto;
    max-height: 300px;
}

.popover-modal {
    background-color: rgba(0, 0, 0, 0.25);
}

.popover-container + .popover > .arrow {
    display: none !important;
}

.popover-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 0px;
}

.popover-title {
    cursor: move;
}

.tab-content-container {
    margin: 0 0 10px 0;
    border-radius: 5px;
    padding: 15px;
    background-color: rgb(240, 240, 240);
}

.transition {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.25;
}

.transition.to {
    -moz-transition-duration: 500ms;
    -moz-transition-property: opacity transform;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 500ms;
    -o-transition-property: opacity transform;
    -o-transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: opacity transform;
    -webkit-transition-timing-function: ease;
    transition-duration: 500ms;
    transition-property: opacity transform;
    transition-timing-function: ease;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.transaction-color-popover a {
    color: rgb(0, 0, 0) !important;
}

.transaction-color-popover li.active .glyphicon {
    display: inline;
}

.transaction-color-popover .glyphicon {
    display: none;
}

#popup header {
    margin-right: 20%;
    margin-bottom: 5px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

#popup #marketing select {
    width: auto;
}

#popup #biko-group > *,
#popup #rireki-group > *,
#popup .modal-body > * {
    margin-bottom: 10px;
}

#popup #biko1 > header {
    border-bottom-color: #7fb2e1;
}

#popup #biko2 > header {
    border-bottom-color: #dce8a7;
}

#popup #menu-toroku .active > a {
    background-color: #88c9aa !important;
}

#popup #kokyaku > header {
    border-bottom-color: #eb5817;
}

#popup #marketing > header {
    border-bottom-color: #ff88cc;
}

#popup #menu-staff-toroku > header {
    border-bottom-color: #46b45d;
}

#popup #raiten-nichiji > header {
    border-bottom-color: #8888ff;
}

#popup #rireki dd {
    text-align: right !important;
}

#popup #zenkai-raiten-memo > header {
    border-bottom-color: #d22331;
}

#popup .content {
    border: 2px solid #666666;
    border-radius: 2px;
    padding: 10px;
}

#popup > .modal-dialog {
    width: 90%;
    max-width: 1000px;
}

#alert {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}

/* Mobile Safari用
-------------------------------------------------------- */
.mobile-safari,
.mobile-safari > body {
    -webkit-overflow-scrolling: touch;
}

.mobile-safari #yoyaku-mobasute .view-rows {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*.mobile-safari .modal-backdrop {
    opacity: 1;
    background-color: rgb(192, 192, 192);
}*/

.mobile-safari-modal-open,
.mobile-safari-modal-open > body {
    overflow-y: auto;
    height: 100%;
}
/* --------------------------------------------------------
Mobile Safari用 */

/* jQuery UI
-------------------------------------------------------- */

.ui-draggable {
    -ms-touch-action: none;
    touch-action: none;
}

/* --------------------------------------------------------
jQuery UI */

/* Bootstrap
-------------------------------------------------------- */

dl {
    text-align: right;
}

h1, h2, h3 {
    margin-top: 0;
}

.alert {
    font-size: 1.8rem;
}

.alert:last-child {
    margin: 0;
}

.btn-lg {
    border-radius: 22px !important;
    font-size: 16px !important;
}

.dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
}

.form-horizontal .control-label {
    text-align: left;
}

.form-control.error {
    border-color: rgb(169, 68, 66);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-control.error:focus {
    border-color: rgb(132, 53, 52);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206, 132, 131);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206, 132, 131);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206, 132, 131);
}

.form-control.error ~ .form-control-feedback::before {
    color: rgb(169, 68, 66);
    content: "\e014";
}

.form-control.valid {
    border-color: rgb(60, 118, 61);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-control.valid:focus {
    border-color: rgb(43, 84, 44);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(103, 177, 104);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(103, 177, 104);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(103, 177, 104);
}

.form-control.valid ~ .form-control-feedback::before {
    color: rgb(60, 118, 61);
    content: "\e013";
}

.glyphicon {
    font-weight: bold;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-content {
    position: relative;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.navbar {
    margin-bottom: 0;
    font-weight: bold;
}

.navbar .dropdown {
    display: inline-block;
}

.navbar-brand {
    padding: 10px 0 10px 10px;
}

.navbar-nav a.glyphicon {
    font-size: 20px;
}

.navbar-nav a.nav-link {
    color: rgb(246, 135, 0) !important;
}

.navbar-nav .form-control {
    margin: 8px 0;
}

.nav-pills > li {
    margin: 0 !important;
}

.nav-pills > li > a,
.nav-tabs > li > a {
    overflow: hidden;
    border-color: rgb(224, 224, 224) !important;
    border-bottom-color: rgba(0, 0, 0, 0) !important;
}
 
.nav-tabs {
    border: none;
    text-align: center;
}

.nav-tabs > li {
    width: 120px;
}

.popover {
    max-width: inherit;
    min-width: 300px;
}

.custom-table {
    width: 100%;
    padding: 10px;
}

.custom-table th {
    background-color: #f5f5f5;
    font-weight: normal;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #e0e0e0;
}

.custom-table tr {
    height: auto;
}

.custom-table td {
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #e0e0e0;
}

.custom-table td dt {
    font-weight: normal;
}

.custom-table td:first-child {
    width: 10px;
    border-bottom: none;
    border-left: 1px solid #f5f5f5;
}

.custom-table td:last-child {
    width: 10px;
    border-bottom: none;
    border-right: 1px solid #f5f5f5;
}

.custom-table tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.custom-table tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.custom-table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.custom-table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.custom-table tr:last-child td {
    border-bottom: 1px solid #f5f5f5;
}

.table-header-fixed thead tr {
    display: block;
    width: 100%;
}

.table-header-fixed th, .table-header-fixed td {
    width: 280px;
}

.table-header-fixed tbody {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
}

.table-footer {
    width: 100%;
    height: 40px;
    background-color: #FFFFFF;
    position: fixed;
    bottom: 0;
    border-top: none;
}

.table-data {
    border: none;
}

.table-data td {
    padding: 5px;
    text-align: left !important;
    vertical-align: middle !important;
}

.custom-accordion [id$='-menutitle'] {
    background-color: #f5f5f5;
    border-radius: 10px;
    border: none;
    color: #000000;
    text-align: left;
}

.custom-accordion [id$='-accordion-data'] {
    border-radius: 10px;
    border: 1px solid #eeeeee;
}

.custom-link a:link, .custom-link a:active, .custom-link a:visited {
    text-decoration: none;
    color: #000000;
}

.inactive-link {
    pointer-events: none;
    cursor: default;
    color: gray !important;
 }

.custom-link a:hover {
    text-decoration: underline;
}

.custom-textbox {
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #A8A8A8;
    width: 200px;
}

#rireki-yoyaku > thead > tr > th {
    background-color: #FCFAEE;
}

#staff-filter-header-button-li > div {
    margin-top: 2px;
    margin-bottom: 7px;
    padding-top: 7px;
    padding-bottom: 2px;
    height: 34px;
    font-size: 14px;
    color: #777;
}

#staff-filter-header-button-li > div > a {
    color: #777;
    font-weight: bold;
}


/* --------------------------------------------------------
Bootstrap */

/* Bootstrap 3 Datepicker
-------------------------------------------------------- */

.bootstrap-datetimepicker-widget {
    font-size: 16px;
    font-weight: normal;
}

.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
    background-color: rgb(192, 192, 192);
    color: rgb(255, 255, 255) !important;
}

.datetimepicker-today-button::before {
    content: "今日";
}

/* --------------------------------------------------------
Bootstrap 3 Datepicker */

/* Bootstrap Colorpicker
-------------------------------------------------------- */

.colorpicker .colorpicker-alpha,
.colorpicker .colorpicker-hue {
    width: 30px;
    height: 200px;
}

.colorpicker .colorpicker-color,
.colorpicker .colorpicker-color div {
    height: 30px;
}

.colorpicker .colorpicker-saturation {
    width: 200px;
    height: 200px;
}

.facility-name > a {
    cursor: default;
}

.border-separator {
    margin: 0 -1px;
    border-radius: 0px;
    border-color: rgb(218, 112, 214);
}


/* --------------------------------------------------------
Bootstrap Colorpicker */
