@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: 100%;
    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;
}