@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

.bg-ssq-blue {
    background: #73182C !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #73182C;
}

.text-ssq-blue {
    color: #73182C !important;
}

.bg-ssq-green {
    background: #78BB31 !important;
}

.text-ssq-green {
    color: #78BB31 !important;
}

html,
body {
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
}

.datetimepicker td,
.datetimepicker th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
}

.datetimepicker {
    margin-bottom: 3rem;
}

.hidden {
    display: none;
}

input[type=search] {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:focus,
select:focus,
select.form-control:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    /* border: thin solid #73182C; */
    padding: 0px 2px;
    color: #73182C;
    cursor: pointer;
}

.point {
    cursor: pointer;
}

.table-responsive {
    overflow-x: scroll;
}

input.check-lg {
    width: 20px;
    height: 20px;
}

#editor {
    max-height: 150px;
    height: 150px;
    background-color: white;
    border-collapse: separate;
    border: 1px solid rgb(204, 204, 204);
    padding: 4px;
    box-sizing: content-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    overflow: scroll;
    outline: none;
}