/*
Admin Templates
*/

.btn {
    cursor: pointer;
}

.hide {
    display: none;
}

/*login*/
.login-page .card-login .card-title {
    font-weight: 300;
}

.login-symbol {
    margin-left: 20px;
    font-size: 2rem;
    margin-bottom: 0;
}

.login-symbol img {
    height: 4rem;
    box-shadow: none;
}

/*common*/
.ime-disabled {
    ime-mode: disabled;
}

.card-icon i {
    font-size: 24px;
}

.main-panel>.nav-choice .content,
.main-panel>#form>form .content {
    margin-top: 70px;
    padding: 30px 15px;
}

.form-group .bootstrap-select,
.bmd-form-group .form-control {
    /*margin-bottom: 10px;*/
}

.logo img {
    width: 100%;
}

.navbar .navbar-wrapper span {
    margin-right: 10px;
}

.form-group-normal .form-control-feedback {
    top: 31px;
    right: 14px;
}

b,
strong {
    font-weight: bold;
}

/*error-message*/
.card-body .error-message {
    font-size: .8rem;
    color: #f44336;
    min-width: 300px;
}

.card-body .error-message.small {
    font-size: 80%;
    margin-bottom: 2rem;
}

/*datepicker*/
.datepicker-days th.dow:first-child,
.datepicker-days td:first-child {
    color: #f00;
}

.datepicker-days th.dow:last-child,
.datepicker-days td:last-child {
    color: #00f;
}

/*button a*/
.btn-full {
    width: 100%;
}

#save .move {
    text-align: center;
}

#save .move button {
    display: inline-block;
    padding: 10px !important;
}

.btn {
    font-size: .875rem;
}

button.delete {
    border: 1px solid #f44336;
    background: transparent;
    color: #f44336;
    box-shadow: none;
}

button.delete:hover {
    background: #f44336;
    color: #fff;
}

button:disabled {
    cursor: not-allowed;
}

#save .form-group {
    margin: 0;
}

#save .form-group button.delete {
    margin-top: 0.8rem;
}

#save .form-group button.moda-confirm,
#save .form-group button.delete,
#save .form-group button.save {
    margin-bottom: 1rem;
}

#status button {
    width: 100%;
}

.btn-consider {
    background-color: #007dcb;
    color: #fff;
    box-shadow: none;
}

.btn-new_order {
    background-color: #437ec4;
    color: #fff;
    box-shadow: none;
}

.btn-paid {
    background-color: #25B877;
    color: #fff;
    box-shadow: none;
}

.btn-prepare {
    background-color: #EEB128;
    color: #fff;
    box-shadow: none;
}

.btn-send {
    background-color: #25B877;
    color: #fff;
    box-shadow: none;
}

.btn-cancel {
    background-color: #C04949;
    color: #fff;
    box-shadow: none;
}

.btn-returns {
    background-color: #C04949;
    color: #fff;
    box-shadow: none;
}

.btn-progress_payment {
    background-color: #A3A3A3;
    color: #fff;
    box-shadow: none;
}

#datetime {
    text-align: center;
}

#category .dd-list.first {
    overflow-y: auto;
    max-height: 300px;
    padding-left: 5px;
}

img {
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, .42), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

#eyecatch img {
    margin-bottom: 10px;
    width: 100%;
}

#eyecatch .btn-file {
    width: 100%;
    display: block;
}

#eyecatch .single-delete {
    padding: 1px 40px;
    width: 100%;
}

button.add-element {
    font-size: .8rem !important;
    background: #fff !important;
    color: #47a44b !important;
    border: 1px solid #47a44b;
}

button.add-element:hover {
    background: #47a44b !important;
    color: #fff !important;
}

/*form*/
.read-only {
    background: #F2F2F2;
}

.normal-form {
    border: 1px solid #ccc;
    border-radius: 4px;
    background-image: none !important;
    padding: 6px 12px;
    width: 100%;
}

select.normal-form {
    height: 36px !important;
    background: #fff;
}

textarea.normal-form {
    padding: 12px;
}

.has-suffix .form-control-feedback {
    color: #aaa;
    opacity: 1
}

.has-suffix .form-control-feedback.md {
    width: auto;
}

.list-detail .has-suffix.stock {
    width: 30%;
}

.list-detail #category .dd-list.first {
    max-height: 180px;
}

.form-check-label input+label {
    cursor: pointer;
}

#form .card {
    margin-bottom: 3rem;
}

.bulk-file .bulk-area {
    border: 3px dashed #ccc;
    position: relative;
    width: 100%;
    min-height: 200px;
    text-align: center;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 10px;
}

.bulk-file .bulk-area div {
    text-align: left;
    font-size: 0;
}

.bulk-file .bulk-area input[type="file"] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}

.bulk-file .bulk-area .bulk-thumbnail {
    z-index: 1;
    left: 10px;
    display: inline-block;
    padding: 10px;
    position: relative;
    cursor: move;
}

.bulk-file .bulk-area .bulk-thumbnail img {
    width: 109px;
    border: 1px solid #CCCCCC;
    padding: 1px;
    display: block;
}

.bulk-file .bulk-area .bulk-thumbnail .multiple-delete {
    padding: 1px 40px;
}

.image-single .btn-file {
    display: block;
    width: 240px;
}

.single-thumbnail {
    display: inline-block;
    margin-bottom: 10px;
    max-width: 250px;
}

.single-thumbnail img {
    display: block;
    width: 240px;
}

.single-thumbnail .single-delete {
    padding: 1px 40px;
    width: 100%;
}

.ui-state-highlight {
    background-color: pink;
    border: 1px dashed red;
    display: inline-block;
    height: 120px;
    position: relative;
    right: -10px;
}

#regist-footer {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    z-index: 3;
    padding-right: 30px;
    text-align: right;
    left: 0;
}

label.no-floating {
    top: -.7rem;
    font-size: .6875rem !important;
}

.form-group-nomal {
    margin: 8px 0 0;
    padding-bottom: 10px;
    position: relative;
}

.form-group-nomal label {
    margin: 8px 0;
}

[class^="col-sm-"] {
    padding-left: 0;
}

.blank-low {
    padding: 8px;
}

.bootstrap-select .btn.dropdown-toggle.select-with-transition {
    height: auto;
    margin: 0;
    padding: 0;
}

table.full {
    width: 100%;
}

table .right {
    float: right;
}

.btn-pdf {
    border: 1px solid #919191;
    background: transparent;
    color: #919191;
}

.btn-pdf:hover {
    background: #919191;
    color: #fff;
}

.image-single img {
    margin-bottom: 10px;
    max-width: 250px;
}

.selected-thumbnail {
    display: none;
}

.p10 {
    padding: 10px 0 0;
}

.pt10 {
    padding-top: 10px;
}

.address .has-suffix {
    padding-bottom: 0;
}

table tr td.move {
    padding: 0;
    text-align: center;
    width: 5%;
    cursor: move;
}

table tr td.image {
    width: 230px;
    text-align: center;
}

table tr td.related-delete {
    padding: 0;
    text-align: center;
    width: 5%;
    cursor: pointer;
}

table tr td.related-delete i {
    font-size: 20px;
    color: #f44336;
}

.form-group.range label {
    display: block;
    margin-bottom: 0;
}

.form-group.range .form-group {
    width: 15%;
    display: inline-block;
    margin: 0;
}

.delete-element {
    font-size: 20px;
    color: #f44336;
    cursor: pointer;
    text-align: center;
}

.parallel label:first-of-type {
    display: block;
}

.parallel .form-group {
    display: inline-block;
    margin: 10px !important;
}

.move i {
    font-size: 1rem;
    cursor: move;
}

.side-by-side .form-group-normal,
.side-by-side .form-group {
    display: inline-block;
}

#datatables span.kana {
    font-size: 11px;
    display: block;
    line-height: 1rem;
}

/*ウィジウィグエディタ*/
div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img {
    display: none !important;
}

div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
    -webkit-transform: translateY(-50%) translateX(-50%) !important;
    -moz-transform: translateY(-50%) translateX(-50%) !important;
    -ms-transform: translateY(-50%) translateX(-50%) !important;
    -o-transform: translateY(-50%) translateX(-50%) !important;
}

.fr-wrapper>div:first-child {
    visibility: hidden;
}

p[data-f-id="pbf"] {
    visibility: hidden;
}

/*setting*/
.dropdown-menu {
    top: auto !important;
}

/*search*/
#search .card-body.box {
    height: 70vh;
    overflow-y: scroll;
}

#search .card-body .form-group.category ol.first {
    overflow-y: auto;
    max-height: 220px;
    padding-left: 5px;
}

#search .overlay {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    transition: opacity 200ms ease-in-out;
    z-index: 1500;
}

#search .body {
    height: 96vh;
    right: -300px;
    padding: 1rem;
    position: absolute;
    top: 1rem;
    transition: right 400ms ease-in-out;
    min-width: 250px;
}

#search.is-open .body {
    right: 0;
}

#search.is-open .overlay {
    opacity: 1;
    pointer-events: auto;
    z-index: 1500;
}

#search.is-open .card {
    border-radius: 8px 0 0 8px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}

.navbar-link-list {
    list-style: none;
    margin: 0 0 2rem 0;
    padding: 0;
}

#search .form-group {
    margin-bottom: 0;
}

#search .min,
#search .max {
    border: 1px solid #ccc;
    border-radius: 4px;
    background-image: none;
    padding: 6px 12px;
    width: 45%;
    display: inline-block;
}

#search .between-date input {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

/*operation*/
#operation {
    margin: 0;
}

#operation .card-header {
    margin-bottom: 20px;
}

#operation a i {
    margin-right: 10px;
}

#operation .btn {
    padding: 10px;
    text-align: left;
    font-size: 0.9rem;
}

#operation .btn-csv-export,
#operation .btn-csv-import {
    color: #000;
}

#operation .card-body {
    padding: 0 10px;
}

#operation .dropdown-menu a {
    cursor: pointer;
}

#operation .dropdown-menu a:hover {
    box-shadow: inherit;
    background-color: inherit;
}

#operation .bulk-delete {
    color: #f44336;
}

/*import*/
#import .input-group-btn {
    margin-bottom: 0;
    padding: 0;
}

#import .input-group-btn span {
    margin: 0;
    padding: 9px 30px;
    border-radius: .2rem 0 0 .2rem;
}

#import .import-error-list {
    display: none;
}

/*modal*/
.modal-dialog.modal-xl {
    max-width: 1140px;
}

.modal-dialog.modal-lg {
    max-width: 800px;
}

.modal-dialog.modal-sm {
    max-width: 300px;
}

@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}



/*20220606追加css*/
.navbar-wrapper span a {
    color: #fff;
    background-color: #4caf50;
    border-radius: 4px;
    padding: 7px 10px;
    font-size: 14px;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(76 160 175 / 40%);
    transition: 0.5s;
}

.navbar-wrapper span a:hover {
    background-color: #c7f3c8;
    color: #4caf50;
    transition: 0.5s;
}

.col-md-10 .card .row:nth-child(2) {
    margin: 0;
}



.table.dataTable {
    width: 100% !important;
}

@media screen and (max-width: 768px) {
    .main-panel>.content {
        margin-top: 65px;
    }

    .main-panel>.navbar {
        background-color: #282828 !important;
    }

    .navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon {
        background-color: #fff !important;
    }

    .navbar .navbar-brand {
        color: #fff;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center;
    }

    .table.dataTable {
        width: 900px !important;
    }

    .col-md-10 .card .row:nth-child(2) .col-md-12 {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 400px) {
    .fc .fc-scrollgrid {
        width: 1750px;
    }
}


.todo .todaycomplete i.fa-rotate-left,
.todo i.fa-check {
    padding: 10px;
    border-radius: 100%;
    cursor: pointer;
}

.todo i.fa-rotate-left.todo-back,
.todo i.fa-check.todo-complete {
    color: #7FD113;
}

.todo i.fa-rotate-left.ticket-back,
.todo i.fa-check.ticket-confirm {
    color: #ea0606;
}

.todo i.bars {
    cursor: move;
}

.move {
    cursor: move;
}

.ui-state-highlight {
    background-color: pink;
    border: 1px dashed red;
    display: inline-block;
    height: 100%;
    position: relative;
    right: -10px;
}

.todo ul {
    min-height: 18px;
}

.todo ul li span.time {
    font-weight: bold;
}

.todo ul .fa-ticket {
    color: #ea0606;
}

.todo .init-frame {
    min-height: 18px;
    border: 1px dashed red;
    border-radius: 0;
    margin-bottom: 10px;
}

.dashboard-item.project,
.dashboard-item.calendar {
    display: none;
}

.danger {
    color: #ea0606;
}

.project .danger span {
    display: block;
    font-size: 13px;
}

.gantt .lower-text.sun {
    color: #CF4B42;
}

.gantt .lower-text.sat {
    color: #6A6AFF;
}

.datetime .input-group {
    width: auto;
}

.datetime p {
    width: auto;
    margin: auto 0;
}

.ql-container {
    min-height: 100px;
}

.quill-ticket-myself {
    min-height: 300px;
}

.editor {
    display: none;
}

.ql-snow .ql-editor img {
    width: 200px;
}

.priority-bar {
    margin-right: 8px;
    margin-left: 3px;
    min-width: 30px;
}

.priority-bar span {
    border-radius: .25rem;
    width: 3px;
    height: 19px;
    display: inline-block;
    -webkit-animation-fill-mode: both;
    top: 4px;
    position: relative;
}

.priority-bar.priority-1 span {
    background-color: deepskyblue;
}

.priority-bar.priority-2 span {
    background-color: gold;
}

.priority-bar.priority-3 span {
    background-color: red;
}

.priority-bar.priority-4 span {
    background-color: #cb0c9f;
}

.priority-bar.priority-5 span {
    background-color: #000;
}

li .modal-todo p {
    display: inline-block;
}

.sidenav {
    z-index: 1;
}

.modal-footer {
    display: block;
}

.modal-footer input[type="submit"] {
    float: right;
}

.modal-footer .hold,
.modal-footer .complete {
    display: none;
}

.modal form {
    width: 100%;
}

.select2-container--default .select2-selection--single {
    height: 36px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    margin: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin: 4px 4px 0;
}

.select2-container--default .select2-selection--multiple .select2-selection--single {
    border: none;
}

.input-group .form-control+.input-group-text {
    position: relative;
    left: -6px;
}

.dashboard-item {
    display: none;
}

.dashboard-item #ticket {
    width: 100%;
}

.kanban-container {
    overflow: auto;
}

.kanban-board {
    background: none;
}

.kanban-board .kanban-drag {
    background: #e9ecef;
    border-radius: 0.25rem;
    padding: 5px;
}

.kanban-board header {
    padding: 5px 0;
}

.kanban-item {
    margin-bottom: 5px;
    border-radius: .25rem;
    padding: 5px;
}

.kanban-item .title {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.kanban-item .priority-bar {
    float: left;
}

.ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    border-top-right-radius: .5rem;
    border-top-left-radius: .5rem;
    box-sizing: border-box;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 8px;
}

.ql-toolbar.ql-snow+.ql-container.ql-snow {
    border-top: 0;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.timepicker {
    width: 64px;
}

#operation .dropdown,
#operation .form-group {
    display: inline-block;
}

.form-group-normal {
    margin-bottom: 1rem;
}

.form-group-normal .form-group-normal {
    margin-bottom: 0;
}

.reply-list .list-group-item {
    padding: 0;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #aaa;
}

.reply-list .list-group-item.unread {
    background: #FFD799;
}

.reply-list .list-group-item img {
    max-width: 100%;
    margin: 10px 0;
}

.main-message .unread,
.kanban-item .list.unread {
    background: #FFD799;
}

#tasklist span.unread {
    color: orange;
    font-size: 40px;
    margin-right: 10px;
}

.reply-list .action-unread {
    float: right;
    font-size: 14px;
}

.reply-list .list-group-item h6 {
    font-weight: bold;
    font-size: .85rem;
    margin-bottom: 0;
}

.reply-list .list-group-item .date {
    color: #aaa;
    font-size: 14px;
    display: inline-block;
}

.reply-list .list-group-item .modified {
    float: right;
}

.reply-list .list-group-item .modified i {
    margin: 0 20px 0 7px;
}

.reply-list .list-group-item p {
    margin: 0;
}

.add-radio-value {
    display: inline-block;
    margin-right: 15px;
    width: 60px;
}

.note {
    font-size: 12px;
    color: #f44336;
    margin-bottom: 5px;
}

.mb0 {
    margin-bottom: 0;
}

.w-auto {
    width: auto;
}

.hide {
    display: none;
}

.schedule .startdate,
.schedule .enddate {
    display: none;
}

.nav-pills .nav-item .nav-link {
    font-size: 16px;
    font-weight: normal;
}

.nav-pills .nav-item i {
    display: initial;
    font-size: 16px;
}

.border-radius-md {
    border-radius: .5rem;
}

.icon-shape {
    width: 48px;
    height: 48px;
    background-position: 50%;
    border-radius: .75rem;
}

.bg-gradient-info {
    background-image: linear-gradient(310deg, #2152ff, #21d4fd);
}

.bg-gradient-success {
    background-image: linear-gradient(310deg, #17ad37, #98ec2d);
}

.bg-gradient-danger {
    background-image: linear-gradient(310deg, #ea0606, #ff667c);
}

.bg-gradient-secondary {
    background-image: linear-gradient(310deg, #627594, #a8b8d8);
}

.text-center {
    text-align: center !important;
}

.shadow {
    box-shadow: 0 .3125rem .625rem 0 rgba(0, 0, 0, .12) !important;
}

.icon-shape .ni {
    top: 14px;
}

.icon-shape i {
    color: #fff;
    top: 14px;
    position: relative;
    font-size: 20px;
}

.icon-shape i.fa-check {
    top: 4px;
}

.text-lg {
    font-size: 1.125rem !important;
}

.opacity-10 {
    opacity: 1 !important;
}

.ni {
    display: inline-block;
    font: normal normal normal 14px/1 NucleoIcons;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#tasklist .card {
    margin-bottom: 0;
}

#tasklist .content {
    padding: 0 15px;
}

#tasklist .card-header {
    padding: 1rem 0 0;
}

#tasklist .fa-ticket {
    font-size: 16px;
}

.ms-3 {
    margin-left: 1rem !important;
}

.text-end {
    text-align: right !important;
}

.pe-2 {
    padding-right: .5rem !important;
}

.me-1 {
    margin-right: .25rem !important;
}

.me-2 {
    margin-right: .5rem !important;
}

.gantt .bar-progress {
    height: revert-layer;
    width: revert-layer;
}

input[type="range"] {
    width: 100%;
}

.fc-event {
    box-shadow: none;
    background-color: #3788d8;
}

.fc-daygrid-event-harness {
    cursor: pointer;
    color: #fff;
}

.fc-daygrid-event-harness a:hover {
    opacity: 0.8;
}

.fc-daygrid-dot-event .fc-event-title {
    font-weight: normal;
}

.card-calendar .fc th {
    text-align: center;
}

.todaycomplete .card {
    background: #eee;
}

.gantt-container .popup-wrapper .title {
    margin: 0;
    color: #fff;
    width: 300px;
}

a.modal-todo i,
a.modal-ticket i {
    margin: 0 10px;
}

li.limitover a.modal-ticket p {
    color: #fff;
    font-size: 16px;
    background: red !important;
    padding: 10px;
    margin: 5px auto;
}

pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible;
}

pre {
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px;
    background-color: #f0f0f0;
    border-radius: 3px;
}

blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px;
}

.kanban-item i {
    margin: 0 5px 0 0 !important;
}

.task-date {
    text-align: center;
}

.task-date-flex {
    display: flex;
}

.task-date-flex .task-date-flex-in {
    margin: 0 10px;
}

.add-list ul.sortable-item div {
    display: inline-block;
}

.attribute.right {
    text-align: right;
}

.fs14 {
    font-size: 14px;
}

#TTicketIndexForm .main-message img,
.reply-list .list-group-item img,
#modal-select2 img {
    width: 200px;
    cursor: pointer;
}

.omit-message {
    text-align: center;
    border: 1px solid red;
    padding: 10px;
    color: red;
    cursor: pointer;
}

.main-message div {
    font-size: 13px;
}

.main-message div p {
    margin-bottom: 0;
}

.main-message div.t-title {
    font-size: 20px;
    font-weight: bold;
}

.reply-list .detail,
.replay-message .detail {
    padding: 10px;
    box-shadow: inset 0 0px 5px 0 rgba(0, 0, 0, .2);
}

.replay-message .detail pre,
.replay-message .detail blockquote,
.replay-message .detail p {
    font-size: 13px;
}

.replay-message .detail-t {
    font-weight: bold;
}

.reply-list .action-update,
.replay-message .action-update {
    display: none;
}

.reply-list .rep-no,
.replay-message .rep-no {
    font-weight: normal;
    font-size: 16px;
    color: #89229b;
    cursor: pointer;
}

.ticket-no {
    font-size: 40px !important;
    font-weight: bold;
    margin-bottom: 20px;
    color: #89229b;
    cursor: pointer;
}

#form .ticket-no {
    margin-bottom: 30px;
    margin-top: 10px;
}

.done-mainreaction,
[class^="done-reaction-"] {
    color: #F49200;
    font-size: 14px;
    display: inline-block;
}

.done-mainreaction span,
[class^="done-reaction-"] span {
    margin-right: 5px;
}

.action-update,
.action-edit {
    float: left;
    margin-right: 20px;
}

.reaction {
    display: inline-block;
    margin-right: 10px;
}

.mainreaction {
    float: right;
    margin-left: 10px;
}

.date-move {
    text-align: center;
    margin: 10px 0 20px;
    font-size: 20px;
}

.date-move span {
    margin: 0 20px;
}

.wtbikoe,
.wste,
.wete,
.worktime-update {
    display: none;
}

.worktime-calendar .sat {
    background-color: #C2E6F8 !important;
}

.worktime-calendar .sun {
    background-color: #F1C9C9 !important;
}

.worktime-calendar .today {
    background-color: #FFF0A8 !important;
}

.worktime-calendar tr:hover {
    background-color: #DBDBDB !important;
}

.wt-action {
    display: inline-block;
}

.wt-total {
    float: right;
    line-height: 50px;
}

.wt-total div {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    font-weight: bold;
}

.action-delete {
    float: right;
}

.detail br {
    display: block;
    content: "";
    margin: 7px 0;
}

.tree .limitover,
.kanban-item .limitover {
    color: red;
}

#modal-img .modal-dialog {
    max-width: inherit;
    margin: 50px;
}

#modal-img img {
    max-width: 100%;
}

.replay-message .nav-item a span {
    color: red;
    font-size: 30px;
}

.highlight .priority-bar {
    display: inline-block;
}

.highlight td {
    padding-right: 10px;
}

.todo .schedule {
    /*    background: #ffffe0;
        padding: 10px;*/
    margin-bottom: 5px;
}

.todo .schedule i {
    margin: 10px;
}

.todo .schedule i.fa-retweet {
    margin-left: 8px;
    margin-right: 6px;
}

.tree .level-1 {
    font-weight: bold;
    margin-top: 10px;
}

.tree .level-2 {
    margin-left: 20px;
    font-style: italic;
}

.tree .level-3 {
    margin-left: 10px;
    list-style-type: none;
}

.tree .column {
    flex: 1;
    padding: 5px;
    border: 1px solid #ccc;
}

.tree .column .priority-bar {
    display: inline-block;
}

.tree .list {
    display: flex;
}

.tree .status {
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.tree .status select {
    cursor: pointer;
    color: #fff;
    text-align: center;
    border: none;
}

.tree .status.yet select,
.tree .status.yet {
    background: #f08f00;
}

.tree .status.complete select,
.tree .status.complete {
    background: #17ad37;
}

.tree .status.hold select,
.tree .status.hold {
    background: #627594;
}

.tree .status.doing select,
.tree .status.doing {
    background: #48d1cc;
}

.tree .status.confirm select,
.tree .status.confirm {
    background: #cd853f;
}

.tree .status.feedback select,
.tree .status.feedback {
    background: #00bfff;
}

.tree .status.reject select,
.tree .status.reject {
    background: #ff4500;
}

.tree .status.client select,
.tree .status.client {
    background: brown;
}

.todo .schedule li {
    border-bottom: 1px dashed #000;
}

#is-update {
    display: none;
    color: #155724;
    background-color: #d4edda;
    padding: .75rem 1.25rem;
    margin: 0 auto 1rem;
    text-align: center;
    width: 140px;
    cursor: pointer;
}

.tree-detail {
    margin-left: 40px;
}

.tree-open-all i,
.tree-detail i {
    color: #155724;
    background-color: #d4edda;
    padding: .75rem 1.25rem;
    margin: 5px auto;
    text-align: center;
    cursor: pointer;
}

.tree-detail02 {
    display: none;
}

#TScheduleModaldataForm a,
.other-task .main-message a,
.replay-message a {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: inline-block;
    max-width: 80%;
    vertical-align: bottom;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main-unread,
.mainreaction,
.replay-message .action-delete,
.replay-message .action-edit,
.replay-message .action-update,
.replay-message .reaction a,
.replay-message .action-unread a {
    overflow: unset;
}

.todo .schedule .modal-schedule span {
    font-weight: bold;
}

.form-group-normal.alerttime {
    padding-left: 20px;
}

.form-group-normal.alerttime.no-alert {
    display: none;
}

.form-group-normal.alerttime input {
    width: 50px;
    display: inline-block;
}

.form-group-normal.alerttime span.sm {
    font-size: 14px;
}

#alertIncompleteTanto .aic-a,
#alertIncompleteLeader .aic-a {
    margin: 20px;
    font-size: 16px;
    text-align: center;
}

span.emphasis {
    font-size: 20px;
    margin-right: 1px;
    color: rgb(244, 67, 54);
}

#tasklist li.private .modal-schedule {
    color: rgb(244, 67, 54);
}

.replay-message button.anid {
    display: none;
}

.quill-todo:not(.ql-snow) {
    margin: 0 10px 10px;
    padding: 10px;
    box-shadow: inset 0 0px 5px 0 rgba(0, 0, 0, .2);
}

.quill-todo:not(.ql-snow) {
    font-size: 13px;
}

.quill-todo:not(.ql-snow) p {
    margin-bottom: 0;
}

i.url-copy {
    margin-left: 5px;
    cursor: pointer;
}

.form-group-normal.dt {
    margin: 8px 0 0;
}

.mt10 {
    margin-top: 10px;
}

.fs12 {
    font-size: 12px;
}

.form-group-normal.invoice-search select {
    width: auto;
    display: inline-block;
}

.modal-body a {
    word-wrap: break-word;
}

.o-mi,
.n-mi {
    color: red;
    font-weight: bold;
}

.o-sumi,
.n-sumi {
    color: #000;
    font-weight: bold;
}

.month-syukei table {
    width: 100%;
    border-collapse: collapse;
}

.month-syukei table th,
.month-syukei table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

.month-syukei table th {
    background-color: #f4f4f4;
}

.month-syukei td {
    font-size: 18px;
}

.month-syukei td span {
    color: red;
    font-size: initial;
    font-weight: normal;
}

.month-syukei td.allyotei span {
    color: #47a44b;
}

.month-syukei td.allyotei {
    color: #47a44b;
    font-size: 24px;
    font-weight: bold;
}

.btn.myself {
    background: #4caf50;
    float: right;
}

.btn.btn-sm.anid {
    font-size: 14px;
}

.form-group-normal .overview {
    border: 2px solid #FFC97A;
    padding: 5px 10px 15px;
    background: #FFF5E5;
}

.overview-wrapper {
    position: relative;
    padding-bottom: 10px;
    /* ボタン用の余白 */
}

.overview {
    max-height: 100px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
}

.overview img {
    width: 200px;
    cursor: pointer;
}

.overview p {
    margin-bottom: 0;
}

.overview::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fdf3e9);
    pointer-events: none;
    transition: opacity 0.3s ease;
    opacity: 1;
}

/* 展開時にぼかしを消す */
.overview.expanded::after {
    opacity: 0;
    pointer-events: none;
}

.more-button-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px;
}

.more-button {
    border-radius: 10px;
    border: 1px solid #ccc;
    background: white;
    cursor: pointer;
}