body, a, ul li, ol li, p, span{
    font-family: “メイリオ“ !important;
}

.btn, .nav-bar li a, button{
    font-family: Noto Sans CJK JP !important
}

a,
a:visited,
a:active,
a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
}
.login_container {
    display: block;
    margin: 50px auto 0;
    clear: both;
    float: none;
}.row.admin, .row.content-wrapper
.login_container >.panel-default,
.login_container>.panel-default>.panel-heading,
.login_container>.panel-default input {border-color: #a6a6a6;}

/*header styles*/
.navbar-fixed-top {
    /*  background: #004378 url(../images/header_bg.png) no-repeat top right;
    background: -webkit-linear-gradient(0deg, #fda085, #ffbf7f 80%) no-repeat;
    background: -moz-linear-gradient(0deg, #fda085, #ffbf7f 80%) no-repeat;
    background: -o-linear-gradient(0deg, #fda085, #ffbf7f 80%) no-repeat;
    background: linear-gradient(0deg, #fda085, #ffbf7f 80%) no-repeat;*/
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, #ffffff, #ffffff 50%) no-repeat scroll 0 0;
    border-bottom: 1px solid #a6a6a6;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}
.navbar-fixed-top .navbar-header a,
.navbar-fixed-top .navbar-collapse ul li a{
    color: #000;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #5a5a5a;
}
.navbar-inverse .navbar-brand:hover {
    color: #000;
}
.navigation_buttons {
    clear: both;
    margin-bottom: 15px;
}
.navigation_buttons a.btn-default, a.btn-primary, .btn-primary, a.btn-default, a.btn-info, a.btn-warning{
    color: #000;
    background: -webkit-linear-gradient(0deg, #cccccc, #f5f5f5 80%) no-repeat;
    background: -moz-linear-gradient(0deg, #cccccc, #f5f5f5 80%) no-repeat;
    background: -o-linear-gradient(0deg, #cccccc, #f5f5f5 80%) no-repeat;
    background: linear-gradient(0deg, #cccccc, #f5f5f5 80%) no-repeat;
    border: 1px solid #cccccc;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.navigation_buttons a.btn-default:hover, a.btn-primary:hover, .btn-primary:hover, a.btn-default:hover, a.btn-info:hover, a.btn-warning:hover{
    color: #000;
    background: -webkit-linear-gradient(0deg, #cccccc, #404040 80%) no-repeat;
    background: -moz-linear-gradient(0deg, #cccccc, #8c8c8c 80%) no-repeat;
    background: -o-linear-gradient(0deg, #cccccc, #8c8c8c 80%) no-repeat;
    background: linear-gradient(0deg, #cccccc, #8c8c8c 80%) no-repeat;
    border: 1px solid #cccccc;
}
.navigation_buttons a.btn {
    -webkit-appearance: initial;
}

.info-text {
    clear: both;
    background: #ffffff;
    padding: 13px;
    border-radius: 5px;
    font-style: italic;
    font-size: 17px;
    border: 1px solid #a6a6a6;
}
.search-tbl,
.list-tbl,
.admin table {
    background: #fff;
}
/* start calendar styles*/
#calendar_filter_form #filter_btn {
    padding-left: 5px;
    padding-right: 5px;
    margin: 2px;
    border: 1px solid #cccccc;
}
.calendar {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}
.calendar:last-of-type {
    clear: both;
}

.calendar .table-bordered>tbody>tr>td, .calendar .table-bordered>tbody>tr>th, .calendar .table-bordered>tfoot>tr>td, .calendar .table-bordered>tfoot>tr>th, .calendar .table-bordered>thead>tr>td, .calendar .table-bordered>thead>tr>th{
    border: 1px solid #a6a6a6;
}
/*.fc-day.holiday{
        background-color:#ffdbcc!important;
}*/

select.era_name {
    max-width: 85px;
}
/* select[name="group_id"] {
        max-width: 145px;
}*/
input.era_year,
input.era_month,
input.era_day {
    max-width: 50px;
}
.admin .members_page button.btn,
.admin #roomModal button.btn,
.navigation_buttons a[href*="staff"]{
    /*-webkit-appearance: button;*/
    border-radius: 0;
    border: 1px solid #cccccc;
}
.admin .members_page .era_name {
    padding-top: initial !important;
}
.admin #roomModal input[type="radio"] {
    margin-top: 0;
}
.calendar_filters .form-inline {
    display: inline-block;
}
.calendar_filters .search-tbl {
    background: #fff;
}
.calendar-horizontal .table{
    margin-bottom: 0;
}
.calendar-horizontal {
    float:left;
    width:100%;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 20px;
    border: 1px solid #a6a6a6;
}
.calendar-horizontal-type.sticky{
    position: absolute;
    width: 30px;
    background: #fff;
    left: 0;
}
.calendar-horizontal-room.sticky{
    position: absolute;
    left: 30px;
    width: 85px;
    border-left: none;
    background: #fff;
}
.calendar-horizontal-priority.sticky{
    position: absolute;
    left: 115px;
    width: 50px;
    border-left: none;
    background: #fff;
}
.calendar-horizontal-span-2.sticky{
    position: absolute;
    width: 165px;
    left: 0;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hidden{

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.calendar-horizontal .scroll-sticky-hide.sticky{
    position: absolute;
    width: 115px;
    left: 0;
}
.calendar-horizontal-type-header.sticky{
    position: absolute;
    width: 30px;
    left: 0;
}
.calendar-horizontal-room-header.sticky{
    position: absolute;
    left: 30px;
    width: 85px;
    border-left: none;
}
.calendar-horizontal-priority-header.sticky{
    position: absolute;
    left: 115px;
    width: 50px;
    border-left: none;
}

/*end calendar styles*/


/*type modal from calendar*/
.modal-title i {
    margin-left: 10px;
}
.modal-title .available {
    color: #00b52f;
}
.modal-title .warning {
    color: #ff7474;
}
.modal-title small {
    font-size: 11px;
}
.modal-title .smoking_rm {
    width: 25px;
    height: 21px;
    background: url(../images/smoking_room.png) no-repeat top left;
    display: inline-block;
    background-size: 100%;
}
.modal-title .non_smoking_rm {
    width: 25px;
    height: 21px;
    background: url(../images/no-smoking.png) no-repeat top left;
    display: inline-block;
    background-size: 100%;
}
#roomModal select[name="remarks_title"] {
    margin-bottom: 5px;
    width: 100%;
    padding-top: 5px !important;
}
#roomModal .modal-lg, #booking_modal .modal-lg {
    width: 100%;
    max-width: 1000px;
}
#roomModal table td {
    width: 50%;
}
#roomModal #room_description th, #roomModal #room_description td {
    width: 25%;
    border: 1px solid #000000;
}
#roomModal #book_btn, #roomModal #member_book_btn {
    display: block;
    margin: 0 auto;
}
#roomModal textarea[name="remarks"] {
    max-width: 100%;
    min-height: 100px;
    max-height: 200px;
}
#roomModal select,
#roomModal input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
#roomModal .form-group {
    width: 100%;
    margin-bottom: 15px;
}
#roomModal .form-group input[name="no_guest"] {
    max-width: 100px;
}
#roomModal .member_book_room_form .form-group input[type="text"],#roomModal .member_book_room_form .form-group select:not([name="checkin_time"]) {
    max-width: 250px;
    width: 250px;
}
#roomModal .member_book_room_form .days-title{
    border-bottom: 1px solid #a6a6a6;
    width: 405px;
    margin-bottom: 15px;
}
#roomModal .price thead th {
    text-align: center;
    width: 0;
    border-bottom: 2px solid #000000;
}
#roomModal .price td {
    text-align: center;
    width: 0;
}
#roomModal .price thead td {
    font-weight: bold;
}
#roomModal #booking_room_confirm_tbl td {
    max-width: 233px;
    word-wrap: break-word;
}
#roomModal #booking_room_confirm_tbl span.remarks {white-space: pre-wrap;}
.room_lo {
    display: block;
    margin: 0 auto;
    max-width: 250px;
}
#roomModal h5 {
    font-size: 16px;
    text-decoration: underline;
    margin-top: 0;
    margin-bottom: 25px;
}
#roomModal #games_form #day1, #roomModal #games_form .meal-days {
    border: 1px solid;
    margin-bottom: 10px;
}
#roomModal #games_form .meal-day-title {
    border-bottom: 1px solid;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
}
#roomModal #games_form .col-md-4 {padding-left: 20px;}
#roomModal #games_form h5 {margin-bottom: 5px;}
#roomModal #games_form .form-group {margin-bottom: 10px;}
.pt7 {padding-top: 7px;}
.pl20 {padding-left: 20px;}


/*booking list*/
.booking_list_tbl {
    background: #fff;
}


/*Tables and Form Custom*/
.list-tbl thead tr th, .table-bordered thead tr th, .table-bordered tbody tr th{
    background-color: #ffefe2;
    border: 1px solid #a6a6a6;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
    border: 1px solid #a6a6a6;
}
.table-bordered {
    border: 1px solid #a6a6a6;
}
.search-tbl td, .form-tbl td, .form-tbl th, .info-tbl td{
    border: 1px solid #a6a6a6;
}
/*Tables and Form Custom*/

.fc-event-container .fc-event, .fc-event-dot{
    background-color: #ff69b4;
}
.fc-event-container .fc-event {
    border: 1px solid #ff69b4;
}

/* Modal Customize */
.modal-xl {
    width: 80%;
}
.modal-content-details{
    width: 100%;
    margin: 0 auto;
}
/* Text Customize */
.text-bold{
    font-weight: 900;
}

/* Color Scheme*/
.color-1 {
    background-color: #FF69B4;
    color: #000;
}

.color-2 {
    background-color: #d1ffa3;
    color: #000;
}

.color-3 {
    background-color: #ffeaf4;
    color: #000;
}

.color-4 {
    background-color: #d6dbff;
    color: #000;
}
.text-black{
    color: #000;
    font-size: 100%;
}
.calendar_available{
    width: 100%;
}

#headings .sorting{
    cursor: pointer;
}
#headings .sorting span{
    font-size: 20px;
}
.pad-15 {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.padding-10 {
    padding: 10px;
}

.navigation_buttons a.active {
    color: #fff;
}
.ellipsis {
    text-overflow: ellipsis;
    max-width: 40em;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}
tr .days-title{
    border-bottom: 1px solid #a6a6a6;
    width: 100%;
    margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
    .row.admin,
    .row.content-wrapper{
        margin-top: 75px;
        margin-left: 0;
        margin-right: 0;
    }
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    margin: 0 auto;
    text-align: center;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes spinner {
    to {transform: rotate(360deg);}
}
 
.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 65%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #07d;
    border-bottom-color: #07d;
    animation: spinner .8s ease infinite;
    background: #ffefe2;
    z-index: 99;
}
.spinner-fixed:before {
    content: '';
    box-sizing: border-box;
    position: fixed;
    top: 40%;
    left: 51.4%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #07d;
    border-bottom-color: #07d;
    animation: spinner .8s ease infinite;
    background: #ffefe2;
    z-index: 9999;
}

.not-visible{
    visibility: hidden;
}

.required {
    color: #ff4931;
}

.club-search-priority{
    width: 413px;
}
.bg-gray {background-color: gray!important;}
.append_price thead tr th {
    font-size: 12px;
}
#cancelBooking .form-group {margin-bottom:5px;}
.staff-logo-container {
    max-width: 16.72px;
    max-height: 18px;
    display: inline-block;
}
.staff-logo-container img {height: 18px;}

.overlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
}
#message {
    position: fixed;
    top: 105px;
    right: 10px;
    width: 350px;
    z-index: 99999;
}
.input-no-border {
    border: 0px;
}

/* margins */
.ml15 {margin-left: 15px;}

.mt5 {margin-top: 5px;}