@charset "UTF-8";

/*時間数字用*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

.sb-sidenav-light {
    background-color: #f3f3f6 !important;
}
/* .sb-nav-fixed .sb-topnav{
    background-color: #f8f8ff !important;
} */
.sb-sidenav .sb-sidenav-menu .nav .nav-link.bg-primary {
    color: #fff !important;
    opacity: 0.8;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link.bg-primary span {
    color: #fff !important;
    opacity: 0.8;
}

.fit-content {
    width: fit-content !important;
    display: inline-block;
}

input:disabled,
select:disabled {
    border: unset;
    background-color: unset !important;
}

.bg-th,.datatable-table > thead > tr > th{
    background-color: #f8f8ff;
}

.detail-body {
    max-height: 64vh;
    overflow-y: scroll;
}

#datatablesSimple{  
    font-size: 0.875rem;
    border-color: #dee2e6;
}
.dataTables_wrapper .dataTables_filter input{
    display: inline-block;
    width: auto;
    margin-bottom: 0.5rem;
}
textarea.form-control, textarea.datatable-input{
    width: 100% !important;
    resize: none;
}
select{
    -moz-appearance: menulist !important;
    -webkit-appearance: menulist !important;
}

/*共通*/
main .container-fluid{
    margin-bottom: 8rem;
    max-width: 992px;
}
.dropdown-toggle::after{
    display: none;
}
.dropdown-toggle.select::after{
    display: inline-block;
}
.pc{
    display: none !important;
}
.sp{
    display: block !important;
}
.no-display{
    display: none;
}
.display-block{
    display: block;
}
.display-inline{
    display: inline;
}
.w100{
    width: 100%;
}
.h100{
    height: 100%;
}
.h4rem{
    height: 4rem;
}
.font-robo{
    font-family: 'Roboto Condensed', sans-serif;
}

/*均等割り*/
.flex{ 
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.flex-y-center{
    display: flex;
    align-items: center;
}
.flex-x-center{
    display: flex;
    justify-content: center;
}


@media (min-width: 992px) {
    .pc {
        display: block !important;
    }
    .sp {
        display: none !important;
    }
    .sb-topnav{
        height: 60px;
    }
}

/*背景色*/
.bg-gray{
    background-color: #ededed !important;
}
.bg-defo{
    background-color: #343444 !important;
}
.bg-orange{
    background-color: #ec6519 !important;
}
.bg-body-dark{
    background-color: #555360 !important;
}
/*ボーダー色*/
.border-gray{
    border-color: #ededed !important;
}
.border-defo{
    border-color: #343444 !important;
}
/*文字色*/
.text-defo{
    color: #343444 !important;
}
.text-orange{
    color: #ec6519 !important;
}
/* 角丸*/
.br-3{
    border-radius: 3px;
}
.br-4{
    border-radius: 4px;
}
.br-6{
    border-radius: 6px;
}
/*文字間*/
.ls-2px{
    letter-spacing: 2px;
    text-indent: 2px;
}
.ls-05rem{
    letter-spacing: 0.5rem;
    text-indent: 0.5rem;
}

/*ヘッダー*/
.sb-topnav{
    height: 60px;
}
.navbar-expand{
    justify-content: center;
}
.sb-topnav a span{
    display: block;
    font-size: 11px;
    letter-spacing: -3px;
    line-height: 1;
    position: relative;
    top: -4px;
}

/*　申請　*/
.applyBox{
    background-color: rgba(255, 255, 255, 0.9);
    margin-bottom: 8rem;
}
.applyBox input,
.applyBox select,
.applyBox textarea{
    font-size: 1.25rem;
}
form .year{
    width: 5rem !important;
}
form .month,
form .day{
    width: 4rem !important;
}
.footBtn{
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 101%;
    z-index: 1000;
}
.footBtn .btn{
    border-radius: 0;
    font-size: 1.25rem;
    letter-spacing: 1px;
    text-indent: 1px;
    line-height: 3.5;
}
.footBtn .bi-chevron-left{
    position: absolute;
    margin-left: -1.5rem;
}
.label{
    padding-bottom: 0.25rem;
    margin: 1.5rem 0 0.5rem;
    border-bottom: 1px dotted #aaa;
    background: url("/static/image/backspace-reverse-fill.svg") left center no-repeat;
    padding-left: 1.25rem;
    background-size: 1rem;
    background-position-y: 0.3rem;
}
.hide{
    width:0px !important;
    border-width:0px;
    height: 0px !important;
    font-size: 0px !important;
    color: transparent !important;
    position: absolute;
}
.sum_calendar i,.s_calendar i,.e_calendar i{
    font-size: 36px;
    position: relative;
    top: 4px;
    margin-right: 6px;
    line-height: 1;
}

/*TOPページボタン*/
#Top div{
    padding: 0.5rem;
}
.block{
    display: block;
}
.my-shadow{
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.75) !important;
}

/* 休日カレンダー */
.calendar.table-sm > :not(caption) > * > *{
    padding: 0.1rem 0.25rem !important;
}
.calendar.table-sm td:hover{
    cursor: pointer;
}
.bg-legal {
    background-color: #ff95ca !important;
}
.bg-public {
    background-color: #81aeff !important;
}
.text-ok {
    color: #98cb33 !important;
}
.bg-special {
    background-color: #98cb33 !important;
}

/*打刻画面*/
.dakokuBtnWrapp{
    height: 100px;
}
.sumi{
    border: 1px solid rgba(255, 255, 255, 0.35);
}
.sumi span{
    font-size: 20px;
    letter-spacing: 3px;
    text-indent: 3px;
}
.sumi span small{ font-size: 15px;}
.dakoku_info{
    max-height: 120px;
    overflow-y: auto;
}
.dakokuBtnWrapp input{
    font-size: 28px;
    letter-spacing: 0.25em;
    text-indent: 0.25em;
}
.bg-start{
    background-color: #1782fd !important;
    color: #fff;
}
.bg-end{
    background-color: #ff9d13 !important;
    color: #fff;
}
.bg-out{
    background-color: #81aeff !important;
    color: #fff;
}
.bg-in{
    background-color: #ff95ca !important;
    color: #fff;
}
.bg-call-start{
    background-color: #1edd8d !important;
    color: #fff;
}
.bg-call-end{
    background-color: #c013ff !important;
    color: #fff;
}
.dakokuBtnWrapp input.btn-outline-light:disabled{
    /* border:1px solid #f8f9fa !important;
    opacity: 0.65; */
    box-shadow: inset 0.05rem 0.05rem 0.3rem rgba(0, 0, 0, 0.5) !important;
    background-color: rgba(0, 0, 0, 0.15) !important;
}

/*勤務レポート画面*/
.bg-kokyu{
    background-color: #92bbf7 !important;
}
.bg-hotei{
    background-color: #ff9d9d !important;
}

.no_read{
    background: #dbffff !important;
}

em{
    font-style: normal;
}
.font085{
    font-size: 0.85rem;
}
.title-color{
    color: #3d3d8f !important;
}
.badge{
    font-weight: normal !important;
}
/* 偶数行 */
#MyWorkReport{
    width: 100%;
}
#MyWorkReport tr{
    border-bottom: 1px solid #ddd;
}
#MyWorkReport tr:nth-child(even){
    background-color: #efefef;
}


.personalBox{
    box-sizing: border-box;
	width: 100%;
    margin: 4% auto;
    padding: 0;
	float: right;
}
.personalBox ul{
	/*background:#eee;*/
	padding: 2% 0;
	border-radius: 20px;
}
.personalBox button{
	width: 31.33%;
    font-size: 3em;
	-webkit-appearance:none;
	padding:14px 0;
	margin:0.5% 1%;
	padding-left:0;
	background: transparent;
    border: 1px solid #eee;
    color: #fff;
	border-radius: 8px;
	font-weight: bold;
}
.personalBox button:hover{
    background: #ffffff3e;
}
.personalBox button.btnC{
	color: #5252fb;
    font-size: 3em;
    letter-spacing: -8px;
    text-indent: -8px;
}
.personalBox button.btnE{
	color: #fd613c;
    font-size: 3em;
    letter-spacing: 4px;
    text-indent: 4px;
}
.personalBox .input{
    background: #ffffffd1;
    font-size: 1.75rem;
    font-weight: bold;
    padding: 0.5rem 1rem;
    letter-spacing: 4px;
}
/* シフト画面 */
.w10p{
    width: 10% !important;
}
.w12p{
    width: 12% !important;
}
.w15p{
    width: 15% !important;
}
.w2-75p{
    width: 2.75% !important;
}
.w3p{
    width: 3% !important;
}
.w2-75r{
    width: 2.75rem !important;
}
#ShiftTable div div div{
    border-bottom: 1px solid #555360;
    border-left: 1px solid #555360;
}
.col-change,.row-change{
    background: #555360;
    color: #dee2e6 !important;
    font-size: 10px;
}
.col-change:hover,.row-change:hover{
    cursor: pointer;
    background: #555360 !important;
    color: #dee2e6 !important;
}
.row-change{width: 1.75em;}
.col-num.col-on{
    height: 1.5em;
    opacity: 1;
    transition: all .3s ease;
    }
.col-num.col-off{
    height: 0;
    opacity: 0;
    transition: all .3s ease;
    }
.row-num.row-on{
    border-top: none !important;
    width: 2.75em;
    height: 100%;
    opacity: 1;
    transition: all .3s ease;
}
.head .row-num.row-on{
    height:44px !important;
    overflow-y: hidden;
}
.row-num.row-off{
    width: 0 !important;
    height: 2.5em;
    opacity: 0;
    transition: all .3s ease;
    }
.row-num.row-off span,
.row-num.row-off small{
    display: none;
    border-top: none !important;
    border-left: none !important;
    }
.col-num.col-off button{
    display: none;
}

.shiftItem{font-size: 0.85vw;line-height: 2;}
.shiftItem span{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.15;
    width: calc(100% - 0.5rem);
    height: calc(100% - 0.5rem);
}
#ItemWrapp .selected{
    border-bottom: 1px solid !important;
    background-color: #ccc !important;
}
.btn-staff{color: #333; border-color: #aaa;cursor: pointer;}
.btn.btn-staff:hover{color: #333; border-color: #aaa;}
.bg-shift0{background:#b9b9c5;}
.bg-shift1{background:#8b8b99;}
.bg-shift2{background:#ff7f2a;}
.bg-shift3{background:#ffde00;}
.bg-shift4{background:#90d700;}
.bg-shift5{background:#3c97fd;}
.bg-shift6{background:#ffccff;}
.bg-shift7{background:#fde0ba;}
.bg-shift8{background:#66ccff;}
.bg-shift9{background:#ccff99;}
.bg-shift10{background:#ff0000;}
.btn.btn-staff.bg-shift0:hover,#AddShiftItemModal .bg-shift0:hover{background:#b9b9c5;}
.btn.btn-staff.bg-shift1:hover,#AddShiftItemModal .bg-shift1:hover{background:#8b8b99;}
.btn.btn-staff.bg-shift2:hover,#AddShiftItemModal .bg-shift2:hover{background:#ff7f2a;}
.btn.btn-staff.bg-shift3:hover,#AddShiftItemModal .bg-shift3:hover{background:#ffde00;}
.btn.btn-staff.bg-shift4:hover,#AddShiftItemModal .bg-shift4:hover{background:#90d700;}
.btn.btn-staff.bg-shift5:hover,#AddShiftItemModal .bg-shift5:hover{background:#3c97fd;}
.btn.btn-staff.bg-shift6:hover,#AddShiftItemModal .bg-shift6:hover{background:#ffccff;}
.btn.btn-staff.bg-shift7:hover,#AddShiftItemModal .bg-shift7:hover{background:#fde0ba;}
.btn.btn-staff.bg-shift8:hover,#AddShiftItemModal .bg-shift8:hover{background:#66ccff;}
.btn.btn-staff.bg-shift9:hover,#AddShiftItemModal .bg-shift9:hover{background:#ccff99;}
.btn.btn-staff.bg-shift10:hover,#AddShiftItemModal .bg-shift10:hover{background:#ff0000;}
.bg-shift0 .form-check-input:checked{
    background-color: #b9b9c5 !important;
    border-color: #b9b9c5 !important;
}
.bg-shift1 .form-check-input:checked{
    background-color: #8b8b99 !important;
    border-color: #8b8b99 !important;
}
.bg-shift2 .form-check-input:checked{
    background-color: #ff7f2a !important;
    border-color: #ff7f2a !important;
}
.bg-shift3 .form-check-input:checked{
    background-color: #ffde00 !important;
    border-color: #ffde00 !important;
}
.bg-shift4 .form-check-input:checked{
    background-color: #90d700 !important;
    border-color: #90d700 !important;
}
.bg-shift5 .form-check-input:checked{
    background-color: #3c97fd !important;
    border-color: #3c97fd !important;
}
.bg-shift6 .form-check-input:checked{
    background-color: #ffccff !important;
    border-color: #ffccff !important;
}
.bg-shift7 .form-check-input:checked{
    background-color: #fde0ba !important;
    border-color: #fde0ba !important;
}
.bg-shift8 .form-check-input:checked{
    background-color: #66ccff !important;
    border-color: #66ccff !important;
}
.bg-shift9 .form-check-input:checked{
    background-color: #ccff99 !important;
    border-color: #ccff99 !important;
}
.bg-shift10 .form-check-input:checked{
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
}

.btn_no_shared{
    text-decoration: underline;
}
#ShiftTable #ItemWrapp .nameBox:hover,.btn_no_shared:hover{
    cursor: pointer;
}
#ShiftTable #ItemWrapp .nameBox em{
    display: inline-block;
    padding: 0.25em 0.25em;
    max-width: 6.2em;
    line-height: 1.1;
}
#ShiftTable #ItemWrapp .nameBox div{
    padding: 0.5em 0;
}
#ShiftTable .tr-last{
    border-right: 1px solid #555360;
}
.opacity04{
    opacity: 0.4;
}
#ShiftTable .shiftItem{
    cursor: pointer;
}
#ShiftTable .shiftItem .division{
    display: block;
    border: 2px solid;
    position: relative;
    top: -3px;
}
#ShiftTable #ItemWrapp .bg-danger{
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

@media (max-width: 620px) {
    #ShiftTable .w12p{width: 84px !important;}
    #ShiftTable .w3p{width: 46px !important}
    .shiftItem{font-size: 3.85vw;}
}