@charset "UTF-8";
/* CSS Document */


/*****************************************************************************
トピックパス
*****************************************************************************/
/*margin-*bottom注意*/
.breadcrumb {
    width: 100% !important;
    margin-bottom: 20px !important;
    margin-top: 20px;
    /*background-color: #F1F1F1;*/
    background-color: #E3E3E3;
    position: relative;
}

/*****************************************************************************
H2（ページタイトル）
*****************************************************************************/
.H2-PageTitle {
    display: block;
    width: 100% !important;
    font-size: 23px;
    height: 30px;
    color: #404040;
    margin-bottom: 20px;
    font-weight: normal;
}

.sub-header {
    background-color: #D2D4DD;
    border-radius: 4px;
    border: 1px solid #CCC;
}

/*****************************************************************************
フォーム系
*****************************************************************************/
.form-control {
    border-radius: 4px !important;
}

input[type="text"], textarea {
    background-color: #FFFFF2 !important;
}

input[type="text"]::placeholder {
    color: #DDDDDD !important;
}

input[type="text"]:focus {
    color: #000 !important;
}

select {
    background-color: #F7F7F7 !important;
}

.btn {
    border-radius: 4px;
}

.btn-black {
    background-color: #EEE;
    color: #212529;
    border: 1px solid #C6C6C6;
}

.btn-black:hover {
    background-color: #DFDFDF;
    color: #212529;
}

.btn-primary {
    background-color: #2D77EC;
    border: 1px solid #005CEE;
}

.btn-delete {
    background-color: #FF0000;
    border: 1px solid #FF0000;
}

/*****************************************************************************
テーブル
*****************************************************************************/
.table thead th {
    background-color: #B0F2D8;
    color: #000;
    padding: 10px 8px;
}

.table-bordered {
    border: 1px solid #000;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #CCC;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #CCC;
}

.table td {
    color: #333;
    font-size: 13px;
    padding: 5px !important;
    vertical-align: middle;
}

.search-content tr:hover {
    background-color: #FFEBCF !important;
}


/* 暫定的に社員コードのみ大きく表示*/
.table tbody td:first-child .cd-link, .cd-link {
    font-size: 1.2rem;
    text-align: center !important;
}

.table td.no-padding {
    padding: 5px !important;
}

@media (max-width: 575.98px) {
    .Scroll {
        width: calc(100vw - 20px);
        display: block;
        position: relative;
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll;
    }

    table {
        max-width: 100vw;
        overflow-x: scroll;
    }
}

/*****************************************************************************
Pagenation
*****************************************************************************/
.pagination li.PgenationLabel {
    display: block;
    margin-right: 10px;
    color: #6A6A6A;
    line-height: 1.25;
    padding: .5rem .75rem;
    border: 1px solid #DEE2E6;
    border-radius: 4px;
}

.pagination > li > a {
    border-top: 1px solid #DEE2E6;
    border-bottom: 1px solid #DEE2E6;
    background-color: #EEE;
    margin-right: 5px;
    border-radius: 4px;
}

.page-link-Active {
    background-color: #FFF !important;
}

.alert-info {
    background-color: #AAD4FF !important;
    border: 1px solid #B1B1B1 !important;
    border-radius: 4px !important;
    color: #204085 !important;
    font-weight: 800 !important;
    font-size: 1rem !important;
}

.alert-danger {
    background-color: #FFAAAA !important;
    border: 1px solid #969696 !important;
    border-radius: 4px !important;
    color: #000000 !important;
    font-weight: 800 !important;
    font-size: 1rem !important;
}
