@charset "UTF-8";

.ball{
    background-color:rgba(0,0,0,0);
    border:1px solid rgba(255,255,255,0.9);
    opacity:.9;
    border-top:1px solid rgba(0,0,0,0);
    border-left:1px solid rgba(0,0,0,0);
    border-radius:20px;width:20px;height:20px;margin:0 auto;
    -moz-animation:spin .8s infinite linear;
    -webkit-animation:spin .8s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(360deg)}}@-moz-keyframes spinoff{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(-360deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@-webkit-keyframes spinoff{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(-360deg)}
}

.container {
    max-width:90% !important;
    width:90% !important;
}

.main-content, .login-content {
    border-radius: 10px;
    margin-top: 20px;
    padding: 25px;
    width: 100%;
}

.input-content, .edit-content {
    padding-top: 20px;
}

div.header {
    padding: 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

table.table.striped th,
table.table.striped td {
    border: 1px solid;
    padding: 10px;
}

div.view {
    font-size: larger;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 3%;
    z-index: 999;
}

#page-top a,
p.back a,
p.back-up a{
    opacity: .75;
    text-decoration: none;
    width: 55.5px;
    height: 55.5px;
    padding: 5px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-size: 200%;
}

p.back a i,
p.back-up a i{
    margin-top: 8px;
}

#page-top a:hover,
p.back a:hover,
p.back-up a:hover{
    text-decoration: none;
}

p.back,
p.back-up {
    position: fixed;
    top: 45%;
    left: 1%;
    z-index: 10;
}

.info-msg,
.error-msg {
    margin-bottom: 10px;
}

.info-msg div,
.error-msg div {
    padding: 10px;
}

.row .col.content,
.row .col.menu-btn {
    padding: 20px 40px;
}

.menu-btn {
    min-height: 11em;
}

.menu-btn a {
    font-size: 20px;
}

.menu-btn.normal a {
    font-size: 14.5px;
}

.menu-description {
    padding: 5px 10px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-action-area .btn {
    margin-right: 5px;
}

.btn-area {
    margin-top: 10px;
    text-align: right;
}

.modal .modal-footer .btn.modal-action {
    margin-left: 5px;
}

.fixed-action-btn {
    top: 40px;
    right: 3%;
}

.pointer {
    cursor: pointer;
}
.move {
    cursor: move;
}

.placeholder {
    font-size: smaller;
}
.label-margin {
    margin-left: 5px;
}

.label {
    display: inline;
    padding: .2em .6em .2em;
    font-weight: 500;
    font-size: small;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.radio label,
.checkbox label {
    color: #333;
}

[type="checkbox"]+label,
[type="radio"]+label{
    margin-right: 25px;
}

.large {
    font-size:1.64rem;
}

.input-select > label {
    font-size: 1.0rem;
    font-weight: bold;
}
.input-field label.active {
    font-size: 1.0rem;
    font-weight: bold;
}
.placeholder {
    margin-bottom: 10px;
}

label.label-title {
    margin-top: 10px;
    font-size: 1.5rem;
}

div.item.title {
    font-weight: bold;
    margin-bottom: 10px;
}

div.menu-label {
    margin-bottom: 10px;
}

ul.collection.history-list {
    margin-top: 0px;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
    z-index: 1004;
}

/* lightbox. */
div.lb-nav {
    display: none !important;
}

/* 予約. */
.appointment .fc-toolbar {
    display: none;
}

td.fc-widget-content {
    cursor: pointer;
}

/* 横並び. */
.left {
    float: left;
}
.left-container {
    overflow: hidden;
}
.left-container:before,
.left-container:after {
    content: "";
    display: table;
}
.left-container:after {
    clear: both;
}
[type="text"].number {
    width: 70%;
}
[type="text"].price {
    width: 120px;
}
.left.margin-right {
    margin-top: 15px;
    margin-right: 10px;
    font-weight: bold;
}
.left.margin-left {
    margin-top: 15px;
    margin-left: 10px;
    font-weight: bold;
}

.left.birthday {
    width: 70px;
}
[type="number"].left.birthday {
    width: 45px;
}
.left.birthday-label {
    width: 30px;
    margin-top: 15px;
    font-weight: bold;
}
.left.zip-code {
    width: 120px;
}

.left.comingdate {
    width: 110px;
}

.left.comingtime {
    width: 60px;
}

.left.comingtime.marin {
    margin-left: 10px;
}

.left.comingdate-label {
    width: 30px;
    margin-top: 15px;
}
.left.special-menu {
    width: 70%;
}
.left.special-menu-add {
    width: 20%;
}
.left.special-menu-label {
    margin-top: 15px;
}
.left.special-menu-label.right-margin {
    margin-right: 10px;
}
.left.customer-label {
    margin-top: 10px;
    margin-right: 10px;
    font-weight: bold;
}
select.left {
    width: auto;
    margin-right: 15px;
}

.left.comingdate.long {
    width: 150px;
}

/* jqplot用. */
table.jqplot-table-legend {
    width: auto;
}
td.jqplot-table-legend {
    padding: 0px;
}