.odd {
    background-color: initial!important;
}

.even {
    background-color: initial!important;
}

#sheet{
    white-space:nowrap;
}

.dataTables_scrollHead thead th{
    border: 1px solid rgba(49, 49, 49 , 0.5)!important;
}

.dataTables_scrollBody tbody td{
    border: 1px solid rgba(49, 49, 49 , 0.5)!important;
}

.dataTables_scrollBody thead th{
    border-left: 1px solid rgba(49, 49, 49 , 0.5)!important;
    border-right: 1px solid rgba(49, 49, 49 , 0.5)!important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: initial!important;
}

table.dataTable thead .sorting {
    background-image: initial!important;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}

/* スクロールバーの形を設定する */
.dataTables_scrollBody::-webkit-scrollbar-thumb {
    border-radius: 0.25rem;
}

/* スクロールバーの色を設定する */
.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #0070d148;
}

.scrollbar::-webkit-scrollbar{
    width: 5px;
    height: 8px;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 0.25rem;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #0070d148;
}

#btn{
    position: fixed;
    bottom: 20px;
    right: 30px;
}

.scroll_point{
    border-right: 3px solid rgb(221, 76, 76)!important;
}

.update_ng{
    background-color:#ffe6e8!important;
}

.dataTables_scrollBody tbody .delete_td {
    border: 0px solid rgba(49, 49, 49 , 0.5)!important;
}

.dataTables_scrollHead thead .delete_th {
    border: 0px solid rgba(49, 49, 49 , 0.5)!important;
}

table.dataTable thead .delete_th{
    border-bottom: 0px solid #111;
}

.load{
    font-size:80px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.progressbar {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    width: 20%;
    color: #999999;
    font-weight: bold;
    counter-increment: steps;
}
.progressbar li:before {
    display: block;
    width: 20px;
    height: 20px;
    margin: 7px auto 3px auto;
    content: '';
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
    background-color: #F5F5F5;
    content: counter(steps);
}
.progressbar li:after {
    position: absolute;
    z-index: 0;
    top: 15px;
    left: -40%;
    width: 80%;
    height: 2px;
    content: '';
    background-color: #F5F5F5;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active,
.progressbar li.complete{
    color: #0070BD;
}
.progressbar li.active:before,
.progressbar li.complete:before {
    background-color: #0070BD;
    color: #FFF;
}
.progressbar li.active:after,
.progressbar li.complete:after {
    background-color: #0070BD;
}

.mail-ng{
    text-decoration: line-through 3px #ff0000;
}
  
@media (max-width:767px) {
    .scroll {
        overflow: auto;
        white-space: nowrap;
    }

    .scroll::-webkit-scrollbar{
        height: 5px;
    }

    .scroll::-webkit-scrollbar-track{
        background: #F1F1F1;
    }

    .scroll::-webkit-scrollbar-thumb{
        background: #BCBCBC;
    }

    .phone{
        text-align:center      
    }

    .container-fluid{
        padding: 0px!important;
    }
}
