*{
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
body{background-color: #f4f6f9}
.content-header, .card-header{
    padding: 7px;
}
.form-control:focus {
    background-color: #f4f9ff;
}

.bg-success-light{
    background-color: #ccf7d6;
}
.bg_flashing {
    background: #fff7e2;
    animation: anim_flashing 500ms infinite;
}
.bg-focus-row{
    background-color: #fff7e2 !important;
}
@keyframes anim_flashing {
    from {background-color: #fff7e2;}
    to {background-color: initial;}
}
.text_dot{
    border: none;
    border-bottom: 1px dotted;
    background: #f8f8f8 !important;
    border-radius: 0;
}
.nav-tabs .nav-item .nav-link{
    color: #495057;
}
.my-nav li {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}
.my-nav > li {
    margin-right: 5px !important;
}
.form-container {
    border-top: 3px solid #007bff;margin-top: 5px;
}
.dropdown-menu.account {right: 0 !important;}
.border-staging{border-top:4px solid #007bff}
.border-local{border-top:4px solid #1679AB}
.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;}
#navbarCollapse {
    /*font-size: 14px;*/
}
#navbarCollapse a {
    padding: 5px 15px;
}
.main-header .nav-link {
    height: auto;
    position: unset;
}
.wrapper .content-wrapper{
    min-height: unset !important;
}
.layout-navbar-fixed .wrapper .content-wrapper {
    margin-top: calc(3rem + 1px);
}
.navbar{padding: 0;}
.layout-top-nav .wrapper .main-header .brand-image {
    margin-top: 0;
}

.text-area{
    height: 75px !important;
    resize: none;
}
.text-ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}
.max-height-80-scroll{
    max-height: 80vh;
    overflow-y: auto;
}
.max-width-modal{
    max-width: 530px;
}

table td.fit-content, table th.fit-content {
    white-space: nowrap;
    width: 1%;
}
.card-body.p-0 .table tbody>tr>td:first-of-type, .card-body.p-0 .table tbody>tr>th:first-of-type, .card-body.p-0 .table tfoot>tr>td:first-of-type, .card-body.p-0 .table tfoot>tr>th:first-of-type, .card-body.p-0 .table thead>tr>td:first-of-type, .card-body.p-0 .table thead>tr>th:first-of-type{
    padding-left: 0.3rem;
}
.card-body.p-0 .table tbody>tr>td:last-of-type, .card-body.p-0 .table tbody>tr>th:last-of-type, .card-body.p-0 .table tfoot>tr>td:last-of-type, .card-body.p-0 .table tfoot>tr>th:last-of-type, .card-body.p-0 .table thead>tr>td:last-of-type, .card-body.p-0 .table thead>tr>th:last-of-type{
    padding-right: 0.3rem;
}
.table.table-head-fixed thead tr:nth-child(2) th {
    background-color: #fff;
    border-bottom: 0;
    box-shadow: inset 0 1px 0 #dee2e6, inset 0 -1px 0 #dee2e6;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
}

.tab-table-count{
    position: absolute;
    top: 0;
    right: 0;
}
.datepicker-sm input {
    padding: 3px 3px 3px 32px;
    font-size: .875rem;
}

.dp__input_invalid {
    box-shadow: unset;
    border-color: var(--danger);
}

.btn-info-important {
    color: #fff !important;
    background-color: var(--info) !important;
    border-color: var(--info) !important;
    box-shadow: none !important;
}
.btn-info-important:hover {
    color: #fff !important;
    background-color: var(--info) !important;
    border-color: var(--info) !important;
}
.btn-link-danger {
    font-weight: 400;
    color: var(--red-400);
    text-decoration: none;
}
.btn-link-danger:hover {
    color: var(--red-700);
}
.btn-link-primary {
    font-weight: 400;
    color: var(--primary);
    text-decoration: none;
}
.btn-link-primary:hover {
    color: var(--primary);
}
div.is-invalid {
    border: 1px solid var(--danger);
}
.toast {max-width: unset}
.main-footer {  }
.icheck-main>input:first-child:checked+input[type=hidden]+label::before, .icheck-main>input:first-child:checked+label::before{
    background-color: var(--info);
    border-color: var(--info);
}
div[contenteditable="true"] {
    overflow-y: scroll;
    height: auto;
}
.input-group:not(.has-validation)>.form-datepicker:not(:last-child) input{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.form-datepicker{
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.select2-container .select2-selection--single{
    height: 33.5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 24.5px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0px !important;;
    padding-right: 20px !important;;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 4px !important;;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    color: #495057 !important;
    background-color: #fff  !important;;
    border-color: #80bdff !important;;
    outline: 0 !important;;
    box-shadow: inset 0 0 0 transparent !important;;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    color:#000;
}
td.icon-td > * {
    padding: .25rem !important;
}
td.icon-td > *:hover {
    background-color: rgb(0 0 0 / 5%);
    border-radius: 4px;
}
.table.table-center td {
    text-align: center;
}
.table.table-header-fit-content th {
    white-space: nowrap;
    width: 1%;
}
.custom-file-label::after {
    content: "ファイルを選択";
}
.box-select{
    border-style: dotted;
    border-width: thin;
    overflow: auto;
    overflow-x: hidden;
    padding: .375rem .75rem;
}
th.td-fit-content,td.td-fit-content {
    width: 1%;
    white-space: nowrap;
}
.toasts-top-right{
    z-index: 99999;
}
.white-space-pre-wrap{
    white-space: pre-wrap;
}

/*#=======*/
.login-page {
    /*background-image: url('/img/wall4.jpg');*/
    background-position: center;
    backdrop-filter: blur(8px);
    background-size: cover;
}
.login-card-body, .register-card-body{border-radius: 10px}
.login-bg {
    /*https://cssgradient.io/gradient-backgrounds/*/
    /*background-color: #1679ab;*/
    /*background-image: linear-gradient(160deg, #1679ab 0%, #5debd7 100%);*/
    background: radial-gradient(at center, #0283AA, #022936);
}
.navbar-light .navbar-nav .nav-link.main-menu{border-bottom: 3px solid #83c1e5;}
.navbar-light .navbar-nav .nav-link.main-menu:focus, .navbar-light .navbar-nav .nav-link.main-menu:hover{
    border-bottom: 3px solid;
    color: var(--blue-500);
}
.scroll_horizontal{
    max-width: 100%; overflow-x: auto; display: -webkit-inline-box
}
.viewer-next:before {
    background-position: -120px -4px !important;
    content: "Next";
}
.viewer-prev:before {
    background-position: -80px -4px !important;
    content: "Previous";
}
.table-hover-lemon tbody tr:hover {
    color: #212529;
    background-color: #ecf4d663;
}
.page-logo {max-width: 160px;width: 100%}
.page-logo img {width: 100%;height: auto;}
