/***
 *	Core Ui
 **************************/
.list-group-item-accent-default {
    border-left: inherit;
}

.shift-default {
    border-left: inherit;
    opacity: .5;
}

.shift-danger {
    border-left: 4px solid #f86c6b;
}

.shift-primary {
    border-left: 4px solid #20a8d8;
}

.shift-secondary {
    border-left: 4px solid #c8ced3;
    opacity: .5;
}

.shift-gray {
    border-left: 4px solid #c8ced3;
}

.btn-default-link {
    padding: 0;
    border: 0;
    line-height: 1;
}

.table td,
.table th {
    white-space: nowrap;
}

.card-title2 {
    font-size: 19px;
}

.app-header .nav-item .nav-link {
    border-bottom: 3px solid white;
}

.app-header .nav-item .nav-link:hover {
    border-bottom: 3px solid #1985acaf;
}

.app-header .nav-item .nav-link.active {
    border-bottom: 3px solid #1985ac;
}

/***
 *	Common
 **************************/
body {
    -webkit-print-color-adjust: exact;
}

.main {
    background-color: white;
}

.margin-small-right {
    margin-right: 5px;
}

.margin-small-left {
    margin-left: 5px;
}

.margin-small-top {
    margin-top: 5px;
}

.margin-small-bottom {
    margin-bottom: 5px;
}

.small-text {
    font-size: 14px;
}

.hidden {
    display: none;
}

.overflow-hidden-y {
    overflow-y: hidden;
}

.overflow-hidden-x {
    overflow-x: hidden;
}

.divider {
    display: inline;
    border-left: 1px solid #ccc;
    margin-left: 5px;
    margin-right: 9px;
}

.heading {
    margin-top: 30px;
}

.heading:first-child {
    margin-top: 0;
}

.check-badge {
    background-color: #20a8d8;
    padding: 5px;
    border-radius: 10px;
    color: white;
    font-size: 10px;
}

.tr-number {
    width: 20px;
    display: inline-block;
}

.day-button {
    min-width: 68px;
    margin-bottom: 5px;
}

.require {
    color: red;
}

.heading-divider {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c8ced3;
}

.inline-group {
    display: inline;
}

.remove-margin {
    margin: 0 !important;
}

.remove-padding {
    padding: 0 !important;
}

.modal-xlg {
    max-width: 1000px;
}

.bg-child0 {
    background-color: #d2f1ff;
}

.table-hover tbody tr:hover .bg-child0 {
    background-color: #b8e9ff;
}

.bg-child-lock {
    background-color: rgba(248, 108, 107, .6);
}

.btn.current-day {
    background-color: #005a79;
    opacity: 1;
    border: 1px solid #005a79;
}

.is-lock {
    background-color: rgba(248, 108, 107, .3);
    background-color: #ffd3d3;
}

.is-late {
    background-color: rgba(239, 248, 107, 0.3);
}

.is-early {
    background-color: rgba(239, 248, 107, 0.3);
}

.is-absence {
    background-color: rgba(239, 248, 107, 0.3);
}

.is-salaried {
    background-color: rgba(239, 248, 107, 0.3);
}

.is-changed {
    background-color: rgba(248, 231, 107, 0.3);
    background-color: rgba(112, 248, 107, 0.3);
}

.is-offhour {
    background-color: rgba(107, 170, 248, 0.3);
    background-color: #D1E8FF;
}

.is-edit {
    background-color: rgba(112, 248, 107, 0.3);
}

.is-absolute {
    background-color: rgba(239, 248, 107, 0.3);
    background-color: #FFF9D2;
}

.flag-box {
    background-color: white;
    padding: 10px;
    border: 1px solid #c8ced3;
}

.inside-table {
    overflow: visible;
}

/*
.current-day {
  animation: blinkAnime 1s infinite alternate;
}
@keyframes blinkAnime{
   0% { color: #000000 }
 100% { color: #66ff66 }
}
*/
#index-tab-navigation {
    border: 0;
    background-color: transparent;
}

#index-tab-navigation .tab-pane {
    padding: 0;
}

.shift-table td {
    padding-right: 40px;
}

.shift-table.shift-table-day td {
    padding-right: 0.75rem;
}

/* message */
.message {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 5%;
    width: 350px;
    margin: auto;
    z-index: 9999;
    box-shadow: 2px 2px 5px #ccc2;
}

/* onoffbutton */
.onoffButton input[type=checkbox] {
    display: none;
}

.onoffButton label {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #ccc;
    cursor: pointer;
}

.onoffButton input[type=checkbox]:checked+label {
    background-color: #f86c6b;
    border-color: #f86c6b;
    color: white;
}

.onoffButton.onoffButton-default label {
    width: 36px;
    height: 33px;
}

.onoffButton.onoffButton-sm label {
    width: 20px;
    height: 20px;
    font-size: 10px;
}

.onoffButton.color-primary input[type=checkbox]:checked+label {
    background-color: #20a8d8;
    border-color: #20a8d8;
}

.border-left-medium {
    border-left: 3px solid #ccc;
    padding-left: 15px;
}

.primary-circle {
    color: #20a8d8;
    margin-right: 5px;
}

.danger-circle {
    color: #f86c6b;
    margin-right: 5px;
}

.current-day th,
.current-day td {
    background-color: #e0effd;
}

.current-day:hover th,
.current-day:hover td {
    background-color: #c9e2f9;
}

.employment-badge {
    padding: 3px;
    border-radius: 50%;
    background-color: #e0dfdf;
    border: 1px solid #c9c9c9;
    margin-left: 10px;
    font-size: 12px;
}

/* show_shift_table_day */
.bottom-info {
    position: fixed;
    width: 80%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 20px;
    box-shadow: 1px 1px 2px #aaa;
}

.info-block {
    background-color: white;
}

/***
 *	Header
 **************************/
/* editbar */
.editbar-date-block {
    width: 240px;
}

.editbar-date {
    padding-right: 0;
}

.editbar-date strong {
    font-size: 18px;
}

.editbar-day {
    padding-left: 0;
}

.editbar-day select {
    display: inline;
    width: 70px;
    height: calc(1.5625rem + 2px) !important;
    padding: 0;
}

/***
 *	Footer
 **************************/

/***
 *	Full Calendar
 **************************/
.fc-sun {
    background-color: #ffefef;
}

.fc-day.fc-sun:after {
    content: '休園日';
    padding: 1px 10px;
    border: 1px solid #afafaf;
    margin: 3px;
    background-color: #d6d6d6;
    border-radius: 5px;
    position: absolute;
}

.fc-sat {
    background-color: #e6f1ff;
}

/*
.offdays {

}
*/
.offdays:after {
    content: '休み希望';
    padding: 1px 10px;
    border: 1px solid #ffd2d2;
    margin: 3px;
    background-color: #ffe4e4;
    border-radius: 5px;
    position: absolute;
}

.fc-day.fc-holiday:after {
    content: '休園日';
    padding: 1px 10px;
    border: 1px solid #afafaf;
    margin: 3px;
    background-color: #d6d6d6;
    border-radius: 5px;
    position: absolute;
}

.fc-event-container:after {
    content: '休園日';
    padding: 1px 10px;
    border: 1px solid #afafaf;
    margin: 3px;
    background-color: #d6d6d6;
    border-radius: 5px;
    position: absolute;
    top: 0;
    font-size: 12px;
}

.shift-time {
    padding: 10px;
    font-size: 20px;
    position: absolute;
    bottom: 0;
}

/***
 *	Regist
 **************************/
.shift-default .note,
.shift-default .priority {
    border: 1px solid red;
}

.start-time,
.end-time {
    opacity: .5;
}

.shift-specify .start-time,
.shift-specify .end-time {
    opacity: 1;
}


/***
 *	Toggle
 **************************/
.tgl {
    display: none;
}

.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl+.tgl-btn {
    box-sizing: border-box;
    margin: 0;
}

.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection,
.tgl *::-moz-selection,
.tgl *:after::-moz-selection,
.tgl *:before::-moz-selection,
.tgl+.tgl-btn::-moz-selection {
    background: none;
}

.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl+.tgl-btn::selection {
    background: none;
}

.tgl+.tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tgl+.tgl-btn:after,
.tgl+.tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}

.tgl+.tgl-btn:after {
    left: 0;
}

.tgl+.tgl-btn:before {
    display: none;
}

.tgl:checked+.tgl-btn:after {
    left: 50%;
}

.tgl-flat+.tgl-btn {
    padding: 2px;
    transition: all .2s ease;
    background: #fff;
    border: 4px solid #e4e7ea;
    border-radius: 2em;
}

.tgl-flat+.tgl-btn:after {
    transition: all .2s ease;
    background: #e4e7ea;
    content: "";
    border-radius: 1em;
}

.tgl-flat:checked+.tgl-btn {
    border: 4px solid #20a8d8;
}

.tgl-flat:checked+.tgl-btn:after {
    left: 50%;
    background: #20a8d8;
}

/***
 *	Debug
 **************************/
.xdebug-var-dump {
    position: absolute;
    z-index: 9999;
    background-color: #e1ffff;
    border: 1px solid aqua;
    padding: 10px;
}