.all_contents {
    font-family: "BIZ UDPGothic", "ヒラギノ角ゴ ProN W3", Meiryo ui, sans-serif;
    background-color: #fff;
    min-height: 100vh;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 10px;
}
.all_contents > header {
    border: 3px solid #3490dc;
}
.blade_contents {
    position: absolute;
    overflow-y: auto;
    font-weight: bold;
    width: 100%;
    height: calc(100% - 114px - 1.5rem);
}
.blade_contents.login {
    height: calc(100% - 64px - 1.5rem)
}
section {
    position: relative;
}
footer {
    border-top: #00193d;
    border-radius: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5rem;
}
.logo_waitless img {
    height: 5rem;
    -webkit-user-drag: none;
}
#search label {
    font-size: 0.9rem;
    margin-bottom: 0;
}
.user_search_form button:last-of-type {
    margin-right: 30px;
}
input[type="search"]+span {
    font-size: 0.8rem;
}
.hospital_info {
    font-size: 0.95rem;
}
.logo {
    width: 200px;
    height: 50px;
}
.menu_bar {
    height: 50px;
    border-top: 3px solid #3490dc;
}
.fas {
    font-size: 1.4rem;
    line-height: 1.4rem;
}
.menu_button {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    position: relative;
}
.menu_button>a,
.menu_button>button,
.menu_button>div {
    width: 7.5rem;
}
.menu_button > a .badge,
.dropdown-item .badge {
    font-size: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
}
.menu_button > a .badge {
    margin-left: 0.5rem;
    top: 0;
    position: inherit;
}
.pulse_notification {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.pulse_notification::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 4px solid #e3342f;
    border-radius: 0.25rem;
    animation: pulse 1.25s ease-out infinite;
}
.disable_events {
    pointer-events: none;
}
.dropdown-menu {
    z-index: 1200;
}
.btn {
    font-weight: bold;
}
.th_custom {
    background-color: #EEEEEE;
    width: 12rem;
    height: 3rem;
}
.patient_name_form span:nth-of-type(1),
.patient_name_form span:nth-of-type(2) {
    width: 3rem;
}
.footer_button_group {
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.breadcrumbs_wrapper.admin .breadcrumb {
    width: 100% !important;
    padding: 0 5rem;
}
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    font-size: 1.1rem;
    display: flex;
    flex-wrap: wrap;
    padding: 0.8rem 1rem;
    list-style: none;
}
.breadcrumb-item {
    display: flex;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    content: ">";
    color: #3490dc;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}
ol, ul, dl {
    margin: 0;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
}
.button_main_action {
    color: #fff;
    background-color: #FF9400;
    border-color: #FF9400;
}
.button_main_action:hover,
.button_main_action:focus {
    color: #fff;
    background-color: #E08200;
    border-color: #E08200;
}
.button_main_action:focus {
    box-shadow: 0 0 0 0.2rem #ff7b00a1;
}
.button_sub_action {
    width: 7rem;
}
.btn-sm {
    font-size: inherit;
}
.modal-dialog {
    max-width: 50vw;
    margin: 1.75rem auto;
}
.modal-header {
    margin: 0 auto;
    border: none;
}
#csv_modal .custom-file-input:hover {
    cursor: pointer;
}
#csv_modal .custom-file-label::after {
    content: "ファイル選択" !important;
}
#alert_message {
    width: 27rem;
    top: -10rem;
    z-index: 1100;
    font-weight: bold;
}
.modal_button {
    width: 6rem;
}
.overlap_contents {
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.table_area table {
    border: 1px solid #dee2e6;
}
.table_area th.sticky-top {
    background-color: #e9ecef;
    border-right: 1px solid #dee2e6;
}
.table_area {
    min-height: 22rem;
    height: 22rem;
    overflow-y: auto;
}
.table_area .sticky-top span::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1.2rem;
    background-color: #e9ecef;
    z-index: -1000;
}
.table_area tr {
    border-bottom: 1px solid #dee2e6;
}
.table_area th,
.table_area td {
    border-right: 1px solid #dee2e6;
}
.form_table th,
.form_table td {
    vertical-align: middle;
}
.table_form_badge {
    width: 3.5rem;
    font-size: 0.8rem;
    background-color: #fff;
    border: 2px solid;
}
#search {
    z-index: 1030;
}
.search_filtering_background {
    background-color: #d2f3fc;
    background-size: cover;
}
.search_filtering {
    min-width: 84%;
    min-height: 2rem;
}
.count_perpage {
    width: 9rem;
    font-size: 0.8rem;
    padding: 0.45rem 0;
}
.display_perpage {
    font-size: 0.9rem;
}
.required_text {
    font-size: large;
}
#button_addition,
.button_reduction
{
    width: 3rem;
}
#dialog .table_area {
    min-height: 18rem;
    height: 18rem;
    overflow-y: auto;
}
#office_dialog table {
    height: -moz-fit-content;
    height: fit-content;
}
.list-group-item-action {
    cursor: pointer;
}
.button_main_action.create_button {
    width: 9.5rem;
}
.index_button:disabled,
.confirm_button:disabled,
.schedule_button:disabled,
.edit_button:disabled,
.create_button:disabled {
    pointer-events: none;
}
.table_area .edit_button,
.table_area .confirm_button,
.table_area .destroy_button,
.table_area .restore_button,
.table_area .schedule_button {
    width: 6rem;
}
.notifications_wrapper {
    position: absolute;
    width: 23rem;
    top: 1rem;
    right: 0;
    z-index: 1000;
    overflow: hidden;
}
.notifications_wrapper .notification {
    position: fixed;
    right: -22rem;
    width: 22rem;
    transition: opacity 0.15s ease-in-out;
    opacity: 1;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    border-radius: 0.5rem;
}
.notifications_wrapper .notification:not(:last-child) {
    margin-bottom: 0.5rem;
}
.notifications_wrapper .notification > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-shadow: none;
    opacity: 1;
}
.notifications_wrapper .notification_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    color: #fff;
}
.notifications_wrapper .bg-primary,
.notifications_wrapper .bg-success,
.notifications_wrapper .bg-danger,
.notifications_wrapper .bg-warning {
    opacity: 1;
    transition: opacity 0.1s ease-in-out;
}
.notifications_wrapper .bg-primary:hover,
.notifications_wrapper .bg-success:hover,
.notifications_wrapper .bg-danger:hover,
.notifications_wrapper .bg-warning:hover {
    opacity: 0.5;
    transition: opacity 0.1s ease-in-out;
}
.notifications_wrapper .bg-warning {
    color: #343a40;
}
.notifications_wrapper .notification_icon i {
    font-size: 1.6rem;
}
.notifications_wrapper .notification_icon .fa-trash-alt {
    font-size: 1.7rem;
}
.notifications_wrapper .notification_icon .fa-file-signature {
    margin-left: 0.5rem;
}
.notifications_wrapper .notification_header {
    display: flex;
    flex-direction: column;
    margin-left: 0.75rem;
}
.notifications_wrapper .notification_header span:first-child {
    font-size: 1.1rem;
}
.notifications_wrapper .notification_body .status_group {
    margin: 0 1rem;
}
.notifications_wrapper .notification_body .status_group div:last-child {
    margin-bottom: 1rem;
}
.notifications_wrapper .notification_body hr {
    border-top: 2px solid #6c757d;
    margin-top: 0;
    margin-bottom: 1rem;
}
.fas {
    line-height: 1;
}
.fa-globe {
    font-size: 2.2rem;
    color: #3490dc;
}
.fa-ban {
    font-size: 3.2rem;
    position: absolute;
    color: #e3342f;
    left: -0.5rem;
    top: -0.5rem;
}
.fa-slash.front,
.fa-slash.behind {
    font-size: 2.2rem;
    position: absolute;
    color: #e3342f;
    left: -0.3rem;
    top: 0rem;
    z-index: 1;
}
.fa-slash.behind {
    color: #fff;
    top: 0.1rem;
    z-index: 0;
}
#exclution_modal .modal-body {
    height: 15rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
#exclution_modal .modal-body span {
    font-size: 1.5rem;
}
.checkbox_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem 1rem;
}
.checkbox_wrapper label {
    margin-bottom: 0;
}
@keyframes pulse {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media (min-height: 900px) and (min-width:1080px) {
    .table_area {
        min-height: 33rem;
        height: 33rem;
        overflow-y: auto;
    }
    .table_area .sticky-top span::before {
        content: "";
        position: absolute;
        top: -2px;
        left: 0;
        width: 100%;
        height: 1.7rem;
        background-color: #e9ecef;
        z-index: -1000;
    }
    .table_area .edit_button,
    .table_area .confirm_button,
    .table_area .destroy_button,
    .table_area .restore_button,
    .table_area .schedule_button {
        width: 7rem;
    }
}
/* iPad画面での表示 */
@media screen and (max-width: 1080px) {
    .office_info {
        font-size: 0.85rem;
    }
    .logo {
        width: 120px;
    }
    th, td {
        font-size: 0.75em;
    }
    .display_perpage {
        top: 17.2vh;
        font-size: 0.8rem;
    }
    .count_perpage {
        font-size: 0.7rem;
        width: 8rem;
        padding: 0.45rem 0;
    }
    .modal-body > p {
        font-size: 1.2rem;
    }
    .form-check-input {
        bottom: 1px;
    }
    .table_area .edit_button,
    .table_area .confirm_button,
    .table_area .destroy_button,
    .table_area .restore_button,
    .table_area .schedule_button {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .all_contents {
        min-width: 820px;
    }
}



