.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e3f9f375;
}

.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
/* https://loading.io/css/ */
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    top: 50%;
    height: 80px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #135343;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}
.form-control:focus {
    background-color: #f4f9ff;
}

.back-ground-grey {
    background-color: #e1e5ee !important;
}
.bg-warning-light{
    background-color: #fff7e2;
}
.bg-success-light{
    background-color: #ccf7d6;
}
.bg_flashing {
    background: #fff7e2;
    animation: anim_flashing 500ms infinite;
}
@keyframes anim_flashing {
    from {background-color: #fff7e2;}
    to {background-color: initial;}
}
input.text_dot{
    border: none;
    border-bottom: 2px dotted;
    background: #f8f8f8 !important;
    border-radius: 0;
}
.my-progress{
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    box-shadow: inset 0 0.1rem 0.1rem rgba(0,0,0,.1);
    position: relative;
}
.progress {
    position: relative;
}
.progress .progress-label,.my-progress .progress-label{
    position: absolute;
    left: 50%;
    top: 50%;
    line-height: initial;
    transform: translate(-50%,-50%);
}
.border-radius-green{
    border: 1px solid #28a745;
    border-radius: 5px;
}
.nav-tabs .nav-item .nav-link{
    color: #495057;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "ブラウズ";
}

.my-nav li {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}
.my-nav li {
    margin-right: 5px !important;
}
.badge-scr{
    border-bottom: 3px solid #007bff;
    border-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.table-responsive.dragscroll td{
    cursor: pointer;
}
.form-container {
    border-top: 3px solid #007bff;margin-top: 5px;
}

a.dropdown-item.text-red:active {
    color: #ffffff !important;
}

.dropdown-menu.account {right: 0 !important;}

.border-staging{border-top:4px solid #007bff}
.border-local{border-top:4px solid #17a2b8}

table.table .th-sortable span{
    cursor: pointer;
}

.bor-ds-err{border: 3px dashed red !important;}

#toast-container>div{opacity: 1 !important;}
#toast-container .toast-message{white-space: pre-line;}


#toast-container > .toast.secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

#toast-container > .toast.secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

#toast-container .toast-message{white-space: pre-line;}
