body {
    font-family: 'Meiryo'!important;
}

.cursor {
    cursor: pointer;
}



/******************************/
/* bootstrap.css */
/******************************/
.carousel-control.right,
.carousel-control.left {
    background: none !important;
}

.carousel-inner > .item > img {
    margin: 0 auto;
}

.modal {
    bottom: 20px;
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        margin-right: -8px;
    }

.modal-backdrop {
    display: block;
    position: fixed !important;
    bottom: 0;
    height: auto !important;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-footer {
    text-align: center !important;
}

/******************************/
/*** jquery.alerts          ***/
/******************************/
#popup_container.accept-friend-alert {
    min-width: 380px !important;
    max-width: 380px !important;
    width: 380px !important;
}

/******************************/
/* talk-room-controller.js */
/******************************/
#picture-in-talk {
    /* opacity: 0.9; 写真一覧を透過させる場合 */
    overflow-y: auto !important;
}

#ModalAlertStampProcess .modal-dialog {
    max-height: 250px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

#ModalAlertStampProcess .modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    background-color: none !important;
}

.img-form-group-edit-picture {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    max-width: 100%;
    max-height: 100%;
}

.picture-upload {
    margin-bottom: 10px;
}

.rotate90 {
    transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
}

.rotate180 {
    transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
}

.rotate-90,
.rotate270 {
    transform: rotate(270deg) !important;
    -webkit-transform: rotate(270deg) !important;
    -ms-transform: rotate(270deg) !important;
}

.rotate360 {
    transform: rotate(360deg) !important;
    -webkit-transform: rotate(360deg) !important;
    -ms-transform: rotate(360deg) !important;
}

.rotate0 {
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
}

.talk-message-show-hidden {
    visibility: hidden;
}


/******************************/
/*** 共通                   ***/
/******************************/
.talk-label {
    color: #808080;
}

.absolute-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.badge-danger {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background-color: #b9d061 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
    margin-right: 5px;
}

.button-pupmenu-transparent {
    background-color: transparent;
    border: 2px solid #fff;
    color: #337ab7;
    text-align: center;
    width: 100%;
}

    .button-pupmenu-transparent:hover {
        background-color: rgba(13, 13, 13, .05);
    }

.check-important-mark {
    color: gray;
    margin-left: 5px;
    font-size: 20px;
}

.carousel-control-edit {
    width: 9% !important;
    font-size: 40px !important;
    top: 42% !important;
    color: black !important;
    height: 30%;
}


.date-line {
    max-width: 200px;
    margin: 20px auto;
    background-color: #ddd;
    border-radius: 12px;
}

.edit-direct-talk-roomname-maxlength {
    color: #999;
    text-align: right;
}

/*・・・ボタンレイアウト*/
.ellipsis-btn {
    background-color: transparent;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 5px;
    color: #145799;
    padding: 0;
}

    .ellipsis-btn:hover {
        background: rgba(13, 13, 13, .05);
        outline: 0;
    }

.memberselect {
    max-height: 400px;
    overflow: auto;
}

    .memberselect table:last-child {
        margin-bottom: 0;
    }

    .memberselect label {
        margin: 5px 10px;
        display: block;
    }

.member-caption {
    padding: 5px;
    color: #FFF;
    background: #777;
    border-left: 5px solid #555;
}

.member-area-wide {
    min-height: 130px;
    max-height: 400px;
    border: 1px solid #ddd;
    overflow: auto;
    overflow-y: scroll;
}

.member-area-wide-half {
    max-height: 130px;
}

.member-already-joined {
    background-color: #f5f5f5;
}

.member-list-form {
    padding-top: 20px;
}

.member-name-label {
    padding: 6px 8px !important;
    font-weight: 400 !important;
    color: #fff;
    background-color: #6c757d !important;
}

.member-name {
	/*   margin: 3px;*/
}

.member-search-form {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 200px!important;
    margin-right: -4px;
}

.member-staff-area {
    border: 1px solid #ddd;
    height: 53px;
    overflow-x: hidden;
    padding-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    font-weight: bold;
    display: inline-block;
    overflow-y: auto;
    width: 568px;
}



.modal-body-color {
    background-color: black;
}

.modal-dialog-gallery {
    min-width: 1080px !important;
    width: calc(100vw - 20%) !important;
}

.multiselect {
    height: 150px;
    border: solid 1px #ddd;
    border-top: none;
    overflow: auto;
}

.multiple-lines-div-sub {
    display: table-cell;
    vertical-align: middle;
    padding: 3px;
}

.multiple-lines-div-sub-red {
    display: table-cell;
    vertical-align: middle;
    padding: 3px;
    color: red;
}

.nav-pills > li + li {
    margin-left: 5px !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-color: #B8BABC !important;
    border-bottom-color: #fff !important;
}

.picture-close {
    height: 30px;
}

.picture-in-list {
    width: 776px;
    margin-left: 45px;
    margin-right: 45px;
}

.picture-close-control {
    float: right;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
    color: #000 !important;
    font-size: 20px !important;
    cursor: pointer;
}

    .picture-close-control:hover,
    .picture-close-control:focus {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }

.profile-picture-size-30 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.profile-picture-size-40 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.profile-picture-size-100 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.profile-detail-area {
    margin: 20px 20px 15px;
}

.label-profile-name {
    margin: 10px auto;
}

.progress {
    height: 10px !important;
    width: 80px;
    position: absolute;
    bottom: -10px;
    right: 30px;
}



.search-dialog-control {
    display: inline-block!important;
    width: 60%!important;
}

.search-dialog-item-control {
    display: inline-block!important;
    width: 20%!important;
}

.show-inline {
    display: inline-flex;
}

.talk-tab-button-layout {
    position: absolute;
    right: 10px;
    top: 10px;
}

.talk-message-show {
    overflow: auto;
}


.talk-max-width {
    width: 100%;
}

.talk-mode-important-badge {
    width: 10px;
    height: 10px;
    background-color: #c92128;
    border-radius: 10px;
}

.talk-mode-badge {
    width: 10px;
    height: 10px;
    background-color: #9Bc24c;
    border-radius: 10px;
}

.user-name-is-send-important {
    width: 430px;
}


.transparant-button {
    border-radius: 30px !important;
}



/* ギャラリー関連*/
.img-gallery-background {
    width: 80%;
    position: absolute;
    bottom: 90px;
    top: 0;
    left: 10%;
    margin-bottom: 20px;
    border: solid 1px #ddd;
    border-radius: 4px;
}

.img-zoom,
.img-delete-button,
.img-edit-button {
    font-size: 30px !important;
    filter: alpha(opacity=50);
    opacity: .5;
    border: 0;
    background-color: transparent;
}

    .img-zoom:hover,
    .img-zoom:focus,
    .img-delete-button:hover,
    .img-delete-button:focus,
    .img-edit-button:hover,
    .img-edit-button:focus {
        /*color: #fff;*/
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }

.img-detail {
    height: 96px;
    width: inherit;
    position: absolute;
    bottom: 0px;
    padding-left: 100px;
    padding-right: 100px;
    overflow-y: auto;
}

.image-detail-line {
    padding-left: 10px;
}

.img-container {
    min-height: 514px;
    height: calc(100vh - 150px);
    width: 100%;
    position: relative;
}

.img-resize-to-gallery {
    max-height: 100%;
    max-width: 100%;
}

.word-break {
    word-break: break-all;
    overflow-wrap: break-word;
}

.margin-top-10 {
    margin-top: 10%;
}

.padding-top-10 {
    padding-top: 10px;
}

label.search-label-area {
    width: 85px;
}

div.margin-right-15 {
    margin-right: 15px;
}

div.calendar-view-area {
    display: table-cell;
}

span.overview-search-label {
    margin-left: 640px !important;
    vertical-align: middle;
}

div.overview-for-bukken {
    width: 1050px;
}

div.selected-process-area {
    width: 215px !important;
}

div.bukken-overview-panel-heading {
    width: 100%;
}

div.modal-body {
    max-height: calc(100vh - 115px);
    overflow-y: auto;
}

div.modal-dummy-footer {
    height: 5px;
}

.talk-modal-header-menu-layout {
    min-height: 60px !important;
}

    .talk-modal-header-menu-layout > div {
        min-height: 1px;
        width: calc(100% / 3);
        float: left;
    }

    .talk-modal-header-menu-layout::after {
        clear: both !important;
    }

.panel-default-custom {
    background-color: #F3F4F7;
}

.tab-content {
    height: 90%;
}

.talk-loader {
    position: absolute;
    top: 50px;
    left: 49%;
}

/******************************/
/* _BaseListView.cshtml */
/******************************/
.clear-both {
    clear: both;
}

.talk-pagination-count-span {
    padding-right: 10px;
    color: #6c757d;
    vertical-align: sub;
}

.talk-tab-layout {
    width: 100%;
    position: relative;
    padding-top: 10px;
}

    .talk-tab-layout li {
        width: 134px;
        margin-top: 20px;
    }

        .talk-tab-layout li:first-child {
            margin-left: 15px;
        }

        .talk-tab-layout li:last-child {
            width: auto;
            float: right;
            margin-left: 5px;
            margin-right: 15px;
        }

    .talk-tab-layout .nav-tabs {
        border-bottom: 1px solid #B8BABC;
    }

.banner-padding {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.banner-width {
    width: calc(100vw - 37px);
}

.banner-fixed-text {
    background: white;
    color: red;
    float: right;
    width: fit-content;
    text-align: center;
    margin-top: 5px;
    padding: 5px 15px 5px 15px;
    border-radius: 5px 5px 5px 5px;
}

.large-banner {
    position: absolute;
    font-size: 25px; 
    text-align: center;
    height: calc(100vh - 235px);
    z-index: 5; 
    margin: 0px 10px 10px 10px; 
    display: flex;
    align-items: center;
}
    .large-banner:before {
        position: absolute;
        content: '';
        background-color: transparent;
        top: 0;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }

/******************************/
/* _BaseRoomView.cshtml */
/******************************/
.btn-send-custom {
    width: 55px;
    height: 35px;
    background-color: #145799;
    color: white;
    border: none;
    margin-top: 5px;
}

    .btn-send-custom:hover,
    .btn-send-custom:focus,
    .btn-send-custom.focus {
        background-color: gray;
        color: white !important;
        text-decoration: none;
    }

.create-direct-talk-roomname-maxlength {
    color: #999;
    text-align: right;
}

.img-icon-size {
    height: 25px;
    width: 25px;
    margin-right: 5px;
}

.fa-font-icon-size {
    font-size: 25px;
    margin-right: 11px;
}

.fa-font-icon-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); 
}

.important-icon-size {
    height: 25px;
    width: 25px;
}

.primary-contractor-icon-size {
    height: 40px;
    width: 24px;
}

/* 重要スイッチボタン */
.important-switch {
    margin-top: 7px;
}

.important-switch-area {
    margin-right: 20px;
}

.important-switch-circle {
    display: block;
    top: 2px;
    left: 2px;
    position: absolute;
    -webkit-box-shadow: 0 2px 6px #999;
    box-shadow: 0 2px 6px #999;
    width: 27px;
    height: 27px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.important-switch-content {
    display: block;
    cursor: pointer;
    position: relative;
    border-radius: 30px;
    height: 31px;
    overflow: hidden;
}

    .important-switch-content:before {
        content: "";
        display: block;
        position: absolute;
        width: calc(100% - 3px);
        height: calc(100% - 3px);
        top: 0;
        left: 0;
        border: 1.5px solid #E5E5EA;
        border-radius: 30px;
        background-color: #fff;
    }

    .important-switch-content:after {
        content: "";
        display: block;
        position: absolute;
        background-color: transparent;
        width: 0;
        height: 0;
        top: 50%;
        left: 50%;
        border-radius: 30px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.important-switch-input {
    display: none;
}

    .important-switch-input:checked ~ .important-switch-circle {
        left: 21px;
    }

    .important-switch-input:checked ~ .important-switch-content:after {
        /*background-color: #6797f9;*/
        background-color: #145799;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.important-switch-label {
    width: 50px;
    position: relative;
    display: inline-block;
}

.important-switch-text {
    font-size: 14px;
    margin-left: 5px;
    margin-top: 12px;
    font-weight: bold;
}


.input-menu {
    width: 65%;
    padding: 0 10px;
}

.input-menu-li-width {
    width: 60px;
}

.input-menu-text-align {
    text-align: center;
}

.input-menu-button-padding {
    padding: 3px !important;
}

.input-menu-icon-size {
    width: 25px;
    height: 25px;
}

.input-menu-font {
    display: block;
    font-size: 10px;
    margin-top: 3px;
}

.input-menu-long-font {
    display: block;
    font-size: 10px;
    margin-top: 3px;
    transform: scale(0.9);
    white-space: nowrap;
}

.input-button {
    /*width: 200px;
    width: 50%;*/
    text-align: right;
    vertical-align: middle;
    padding: 0 12px;
    position: absolute;
    right: 0px;
}

.input-message {
    width: 100%;
    float: left;
    height: 100px;
    padding: 10px;
    background: #eeeeee;
}

    .input-message textarea {
        width: inherit;
        height: 80px;
        resize: none;
        border-color: lightgrey;
        border-style: solid;
        border-width: 2px;
    }

.room-name {
    font-weight: bold;
    width: calc(100% - 190px);
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #4d4d4d;
    padding: 14.5px 60px 10px 0px;
    font-size: 16px;
}

.room-menu-row {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
}

.scrollbar-custom div::-webkit-scrollbar,
.scrollbar-custom textarea::-webkit-scrollbar {
    width: 12px;
}

.scrollbar-custom div::-webkit-scrollbar-track,
.scrollbar-custom textarea::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #777;
}

.scrollbar-custom div::-webkit-scrollbar-thumb,
.scrollbar-custom textarea::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 10px;
    box-shadow: none;
}

.dropping-textarea {
    background-color: lightgrey;
    cursor: copy;
}

    .dropping-textarea::-webkit-input-placeholder {
        color: white;
    }

    .dropping-textarea:-ms-input-placeholder {
        color: white;
    }

.talk-input {
    width: 100%;
    height: 100px;
    background-color: #f5f5f5;
}

.talk-input-title {
    background-color: #eeeeee;
    display: flex;
    height: auto;
    min-height: 50px;
    width: 100%;
}

.talk-message-area {
    width: 100%;
    min-width: 75%;
    position: relative;
}

.talk-message-area-color {
    background-color: #ffb6c1;
}

.talk-room-return-button {
    border-radius: 30px !important;
    margin: 13px 10px 10px 10px;
}

.talk-room-search-mode-finish-button-area {
    display: none;
}



.talk-room-search-mode-finish-button,
.talk-room-search-mode-finish-impotant-button {
    border-radius: 30px !important;
    margin: 13px 10px 10px 10px;
}

.talk-room-sidebar {
    width: 25%;
    max-width: 300px;
    min-width: 230px;
    border-left: 0px !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
    background-color: #4d4d4d;
    overflow-y: auto;
}

.talk-room-sidebar-button {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding: 7px 10%!important;
    text-decoration: none;
    color: #fff;
    background: #EC407A;
    border: 1px solid #fff;
    overflow: hidden;
    text-align: left;
    padding: 20px;
    font-size: 13px;
}

    .talk-room-sidebar-button:before {
        content: "";
        position: absolute;
        top: 0px;
        left: -100%;
        height: 100%;
        width: 100%;
        background: #fff;
        opacity: 0.3;
        transition: .4s;
    }

    .talk-room-sidebar-button:hover:before {
        left: 0;
    }

.talk-room-sidebar-question-icon-button {
    height: 50px;
    padding: 7px 10%!important;
    text-align: left;
    position: relative;
    display: block;
    width: 100%;
}

.talk-room-sidebar-icon-div {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    text-align: left;
    font-size: 13px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
}

    .talk-room-sidebar-icon-div:before {
        content: "";
        position: absolute;
        top: 0px;
        left: -100%;
        height: 100%;
        width: 100%;
        background: #fff;
        opacity: 0.3;
        transition: .4s;
    }

    .talk-room-sidebar-icon-div:hover:before {
        left: 0;
        pointer-events: none;
    }

/*検索モード用*/
.talk-room-sidebar-button-selected {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding: 7px 10%!important;
    text-decoration: none;
    color: #fff;
    background: #EC407A;
    border: 1px solid #fff;
    overflow: hidden;
    text-align: left;
    padding: 20px;
    font-size: 13px;
}

    .talk-room-sidebar-button-selected:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0;
        height: 100%;
        width: 100%;
        background: #fff;
        opacity: 0.3;
        transition: .4s;
    }

.talk-room-sidebar-question-icon-style {
    width: 80%!important;
    display: inline-block;
}

.talk-room-sidebar-text {
    padding-left: 10px;
}

.talk-room-atPort-sidebar-text {
    white-space: nowrap;
    align-items: center;
}

.talk-room-sidebar-title {
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 18px;
    color: white;
    width: 80%;
    margin-left: 10%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #ffffff;
}

.talk-title {
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    background-color: #f5f5f5;
    height: 50px;
}


/******************************/
/* _MessageListView.cshtml */
/******************************/
.talk-unread-from-here {
    font-weight: bold;
    color: #065ca8;
    text-align: center;
}

.img-message {
    border-radius: 5px;
}

.frame-border {
    border: #ddd solid 1px;
    padding: 3px;
}

.max-width-150 {
    max-width: 150px;
}

.message-menu-icon {
    border: #e1e1e1 solid 1px;
    border-radius: 15px;
    padding: 5px;
}

.member-message {
    padding: 0 10px 10px;
    /*margin-left: 50px;*/
    display: flex;
}

.message-right-div {
    padding: 10px;
    float: right;
    -moz-border-radius: 10px;
    max-width: 600px;
    text-align: left;
}

.message-left-div {
    padding: 0 10px 10px 30px;
    float: left;
    -moz-border-radius: 10px;
    max-width: 600px;
    text-align: left;
}

.message-nomal-float-right {
    border-radius: 12px 0px 12px 12px;
    background-color: #E8EBF5 !important;
    padding: 10px;
    max-width: 600px;
    float: right;
    position: relative;
    display: inline-block;
}

.message-nomal-float-left {
    border-radius: 0px 12px 12px 12px;
    background-color: #e6e6e6 !important;
    padding: 10px;
    max-width: 600px;
    float: left;
    position: relative;
    display: inline-block;
}

.message-important-float-right {
    border-radius: 12px 0px 12px 12px;
    background-color: #fff0f5 !important;
    border: 1px solid #c92128;
    padding: 10px;
    max-width: 600px;
    float: right;
    position: relative;
    display: inline-block;
}

.message-important-float-left {
    border-radius: 0px 12px 12px 12px;
    background-color: #fff0f5 !important;
    border: 1px solid #c92128;
    padding: 10px;
    max-width: 600px;
    float: left;
    position: relative;
    display: inline-block;
}

.message-important-check-area {
    text-align: right;
    padding: 5px;
}

.message-process-message-check-area {
    text-align: right;
}

.request-process-message-right {
    border-radius: 12px 0px 12px 12px;
    background-color: #ffff99 !important;
    padding: 10px;
    max-width: 600px;
    float: right;
}

.request-process-message-left {
    border-radius: 0px 12px 12px 12px;
    background-color: #ffff99 !important;
    padding: 10px;
    max-width: 600px;
    float: left;
}

.clear-pre-normal-message-sender {
    background-color: transparent;
    border: 0px;
    padding: 10px;
    margin: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    text-align: left;
    max-width: 540px;
}

.clear-pre-file-message-sender {
    background-color: transparent;
    border: 0px;
    padding: 10px;
    margin: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    display: inline-block;
    word-break: break-all;
    text-align: left;
    color: #065ca8;    
}

.pdf-link:hover {
    text-decoration: underline;
    cursor: pointer;
}

.clear-pre-normal-message-reciever {
    background-color: transparent;
    border: 0px;
    padding: 10px;
    margin: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    vertical-align: middle;
    font-size: 14px;
    overflow-x: hidden;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    text-align: left;
}

.clear-pre-file-message-reciever {
    background-color: transparent;
    border: 0px;
    padding: 10px;
    margin: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    vertical-align: middle;
    font-size: 14px;
    overflow-x: hidden;
    display: inline-block;
    word-break: break-all;
    text-align: left;
}

.clear-pre-important-message-sender {
    background-color: #ffeef4 !important;
    border: 0px;
    padding: 10px;
    margin: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    text-align: left;
}

.clear-pre-request-process-message-sender {
    background-color: #ffff99 !important;
    border: 0px;
    padding: 10px;
    margin: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    text-align: left;
}

.btn-report {
    background-color: transparent;
    text-align: left !important;
    width: 100%;
}

.btn-stamp-report {
    width: 150px;
    background-color: #eee;
    text-align: left !important;
}

.clear-pre-normal-message-reciever {
    /*background-color: #ddd;*/
    background-color: transparent;
    border: 0px;
    padding: 10px;
    margin: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.clear-pre-status-message {
    background-color: inherit;
    border: 0px;
    padding: 10px;
    margin: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    /*color: white;*/
    color: #333;
}

.clear-pre-video-meeting-message {
    text-align: center;
    background-color: inherit;
    border: 0px;
    padding: 10px;
    margin: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    /*color: white;*/
    color: #333;
}


.talk-video-meeting-message-button-area {
    padding: 5px;
    border-top: 2px solid #fff;
}

.btn-video-meeting {
    background-color: transparent;
    text-align: left !important;
    width: 100%;
}

.member-message-area {
    margin: 10px;
}

.my-message-area {
    margin: 10px;
    overflow: hidden;
}

.receiver-profile-name {
    min-width: 200px;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.send-time-left {
    /*display: inline-block;*/
    font-size: smaller;
    vertical-align: text-bottom;
    text-align: center;
}

.send-time-right {
    display: inline-block;
    font-size: smaller;
    float: right;
    text-align: center;
    padding-top: 10px;
}

.talk-report-message {
    background-color: #ddd;
    border-radius: 5px;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 5px 0px 5px;
    color: #333;
}

.talk-report-message-button-area {
    padding: 5px;
    border-top: 2px solid #fff;
}

.talk-report-message.requestapprove {
    background-color: #d1e5f0;
}

.talk-report-message.reject {
    background-color: #f2d3db;
}

.talk-report-message.approve {
    background-color: #e7eeca;
}

.talk-report-message.requestshoot {
    background-color: #ddd;
}

.talk-status-message {
    background-color: #ddd;
    border-radius: 5px;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 0px;
    /*color: white;*/
    color: #333;
}

.talk-video-meeting-message {
    background-color: #ddd;
    border-radius: 5px;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 0px;
    /*color: white;*/
    color: #333;
}

.set-img-size {
    max-width: 225px;
    max-height: 195px;
}

.set-img-size-comment {
    width: 235px;
    background-color: lightgray;
    padding: 5px 5px 5px 5px;
    text-align: center;
    border-radius: 8px;
}

.img-comment {
    background-color: lightgray;
    text-align: left;
    border-color: lightgray;
    white-space: pre-wrap;
}

.set-img-size-stamp {
    max-width: 150px;
    max-height: 130px;
}

/*翻訳箇所レイアウト*/
.span-vertical-Line {
    vertical-align: middle;
    padding: 5px;
    border-left: 5px solid #bbb;
}


.img-frame {
    height: 225px;
}

.img-frame-stamp {
    height: 130px;
}

.not-show-balloon {
    margin-right: 20px;
    display: inline-block;
    padding: 10px;
    max-width: 70%;
    /*float: right;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px !important;
}

.message-receive-user-name {
    margin-top: 5px;
    padding: 6px 8px !important;
    font-weight: 400 !important;
    color: #fff;
    background-color: #6c757d !important;
}

/******************************/
/* _MessageListView.cshtml + js  */
/******************************/
.receive-new-message-box {
    display: none;
    width: 100%;
    background-color: gray;
    color: white;
    position: absolute;
    padding: 0.2em;
    margin: 0;
    opacity: 0.62;
    z-index: 1;
    text-align: center;
    filter: alpha(opacity=62);
    -moz-opacity: 0.62;
    cursor: pointer;
}

/******************************/
/* _ModalPictureList.cshtml */
/******************************/
.img-gallery-link {
    height: 160px;
    width: 160px;
    position: relative;
}

.no-picture-word {
    color: whitesmoke;
    text-align: center;
}

/******************************/
/* _ModalStampList.cshtml */
/******************************/
.normal-stamp-list,
.report-stamp-list {
    width: inherit;
    /*height: 128px; */
    /*height: 550px!important;*/
    border: none;
    resize: none;
    overflow: auto;
}

.multiselect label {
    margin: 5px 10px;
    display: block;
}

.stamp-dialog {
    text-align: left;
    height: 550px!important;
    /*width: 750px!important;*/
    width: 800px!important;
}

.stamp-list-margin {
    margin-left: 2px;
    padding-top: 10px;
}

.stamp-cell {
    width: 25%;
    padding: 5px;
    float: left;
}

.report-stamp-list .thumbnail .process-name {
    position:absolute;
    left:10px;
    font-weight:bold;
    line-height:1.2;
    color:black;
    /*overflow-wrap:break-word;*/
    word-break: break-all;
}
/*IEのみoverflow-wrap未対応のためword-breakで代用*/
@media all and (-ms-high-contrast: none) {
    .report-stamp-list .thumbnail .process-name {
        word-break: break-all;
    }
}

.normal-stamp-list .thumbnail,
.report-stamp-list .thumbnail {
    margin-bottom:0;
    /*height:162px;*/
    /*width:187px;*/
    height:160px;
    width:185px;
    box-sizing:content-box;
    position:relative;
    overflow:hidden;
    margin:0 !important;
    padding:0 !important;
    background-image:url('/Content/images/loading.gif');
    background-position:center;
    background-repeat:no-repeat;
}

.normal-stamp-list .thumbnail img,
.report-stamp-list .thumbnail img {
    position:absolute;
    left:0;
    background-color:white;
}

.stamp-grayscale {
    position: absolute;
    content: "";
    background-color: gray;
    height: 160px;
    width: 185px;
    opacity: 0.7;
}

/******************************/
/* _ModalDownloadCsv.cshtml */
/******************************/
.modal-dialog-csv {
    width: 450px !important;
}

.csv-form-width {
    width: 150px !important;
}


/******************************/
/* _ModalEditPicture.cshtml */
/******************************/
.form-group-edit-picture {
    height: 200px;
    width: 200px;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-group-comment-edit-picture {
    margin-bottom: 0px !important;
    padding: 0px 15px;
    height: auto;
}

.picture-in-talk-edit-image {
    border: 1px solid black;
}

.picture-in-talk-edit-comment {
    resize: none;
    height: 5em;
}


/******************************/
/* _ModalGallery.cshtml */
/******************************/
.button-option-photo {
    position: absolute;
    top: 0;
    right: 100px;
    margin: auto;
}


/******************************/
/* _ModalProfileDetail.cshtml */
/******************************/
.modal-body-close {
    position: absolute;
    right: 20px;
}

/******************************/
/*_ModalSelectMember.cshtml */
/******************************/
.member-list-header-color {
    background-color: lightblue!important;
}


/******************************/
/* _TalkListView.cshtml */
/******************************/
.thead-custom {
    background-color: #fff;
}

    .thead-custom th {
        color: #212529;
        font-weight: 400;
        vertical-align: middle !important;
        text-align: center !important;
    }

.table-border-bottom-custom {
    border-bottom: 1px solid #B8BABC;
}

.item_hidden {
    visibility: hidden;
}

.profile-picture-size-45 {
    width: 45px;
    height: 45px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.talk-list-margin {
    margin: 5px 40px;
    background-color: #ffffff;
}

.talk-list-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-count {
    font-size: 12px;
}

.talk-list-row {
    height: 70px;
    cursor: pointer;
}

    .talk-list-row > td {
        height: 70px;
        padding-top: 15px !important;
    }

.talk-list-column-badge {
    width: 5%;
    max-width: 5%;
    min-width: 57px;
}

.talk-list-column-icon {
    width: 8%;
    max-width: 8%;
    min-width: 61px;
}

.talk-list-column-project-name {
    width: 52%;
    max-width: 52%;
    min-width: 120px;
}

.talk-list-column-bukken-name {
    width: 25%;
    max-width: 25%;
    min-width: 250px;
}

.talk-list-column-parent-name {
    width: 22%;
    max-width: 22%;
    min-width: 120px;
}

.talk-list-column-member {
    width: 11%;
    max-width: 11%;
    min-width: 44px;
}

.talk-list-column-status-or-type {
    width: 11%;
    max-width: 11%;
    min-width: 100px;
}

.talk-list-column-update {
    width: 11%;
    max-width: 11%;
    min-width: 58px;
}

.talk-list-column-button {
    width: 7%;
    max-width: 7%;
}

.talk-list-column-width-30 {
    width: 30px;
    max-width: 30px;
}

.talk-list-column-width-60 {
    width: 60px;
    max-width: 60px;
}

.talk-list-column-width-120 {
    width: 120px;
    max-width: 120px;
}

.talk-list-column-width-130 {
    width: 130px;
    max-width: 130px;
}

.talk-list-column-width-200 {
    width: 200px;
    max-width: 200px;
}

.talk-list-column-width-250 {
    width: 250px;
    max-width: 250px;
}

.talk-list-column-width-400 {
    width: 400px;
    max-width: 400px;
}

.talk-list-column-width-150 {
    width: 150px;
    max-width: 150px;
}

.talk-list-column-width-100 {
    width: 100px;
    max-width: 100px;
}

.talk-list-left {
    padding-left: 5% !important;
}

.talk-list-right {
    padding-right: 5% !important;
}

.talk-list-badge-area > div:nth-of-type(n + 2) {
    margin-top: 10px;
}


/******************************/
/* _TalkListView.cshtml And JS */
/******************************/
.talk-list-text-title {
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 45px;
    white-space:normal;*/
    font-size: 16px;
}

/******************************/
/* _TalkGridView.cshtml */
/******************************/
.div-center {
    text-align: center !important;
}

.talk-bukken-status-gird-layout {
    min-width: 1px;
    padding: 0px 4px;
    color: gray;
    border: 1px solid gray;
    border-radius: 3px;
}

.talk-grid-layout-block {
    margin-left: 40px;
}

.talk-grid-text {
    width: 100%;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
    color: gray;
    font-size: 15px;
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    overflow: hidden;
    text-align: center;
}

.profile-picture-size-70 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.talk-grid-layout {
    border: 1px solid #ccc;
    margin: 20px 20px 20px 20px;
    margin: 5px 30px 20px 0px;
    border: solid 1px #ccc;
    border-radius: 4px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.1);
}

.talk-grid-bukken-status-position {
    position: absolute;
    top: 2px;
    left: 2px;
}

.talk-grid-badge-position {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
}

.talk-grid-main-information-position {
    text-align: center;
    height: 100%;
    padding-top: 20px;
}

.talk-grid-menu-position {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.talk-grid-member-count-position {
    position: absolute;
    bottom: 2px;
    right: 2px;
}


.wrap-scrollbar-talk-list {
    height: inherit;
    width: 100%;
}


/******************************/
/* _TalkGridView.cshtml and JS */
/******************************/
.talk-home-list.nav-pills {
    width: 300px;
}

.talk-home-list {
    height: 100%;
    overflow: hidden;
}

.talk-direct-list {
    height: 100%;
    overflow: hidden;
}

    .talk-home-list a,
    .talk-direct-list a {
        padding: 5px !important;
        background-color: white;
        max-height: 600px;
        width: 210px;
        height: 260px;
    }

        .talk-home-list a:hover,
        .talk-direct-list a:hover {
            font-weight: bold;
        }

.talk-grid-text-title {
    overflow: hidden;
    /*width: 245px;*/
    height: 70px;
    color: gray;
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

/******************************/
/* _ModalSelectReceiveUserList.cshtml and JS */
/******************************/

.receive-user-selected-name-label {
    padding: 6px 8px !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    color: #fff;
    background-color: #6c757d !important;
}

.receive-user-selected-row {
    background-color: #f5f5f5;
}

.entrance-button-layout {
    width: 45%!important;
}

.exit-button-layout {
    width: 45%!important;
}

.button-valid-opacity {
    opacity: 1;
}

.button-invalid-opacity {
    opacity: 0.3;
}

/******************************/
/* _ModalSimpleOrderCreator.cshtml and JS */
/******************************/

.part-parent-col {
    padding: 0px;
}

    .part-parent-col :hover,
    .to-user-col:hover,
    .parent-item-col:hover,
    .child-item-col:hover {
        cursor: pointer;
        background-color: #f5f5f5;
    }

.part-contents-arrow {
    margin-top: 30px;
}

.part-creator-contents-arrow {
    margin-top: 45px;
}

.validation-error {
    font-size: 12px;
    font-weight: bold;
    color: #d9534f;
}

.col-color-gray {
    background-color: #f5f5f5;
}

.w-wrapper {
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.talk-stick-menu-list {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    z-index: 100;
    background-color: white;
}

.ai-classified-icon-in-gallery {
    position: absolute;
    left: 100.5%;
    min-width: 100px;
    max-width: 165px;
}

    .ai-classified-icon-in-gallery > img {
        width: 22px;
        height: 27px;
        padding-bottom: 5px;
    }

.fstMultipleMode .fstQueryInput,
.fstResultItem, .fstNoResults {
    font-size: 11px!important;
}

.talk-receive-users {
    background-color: #eeeeee;
    height: auto;
	width:100%;
}

.talk-receive-users-list {
    padding: 5px 10px 0px;
    display: flex;
    flex-wrap: wrap;
}

.talk-receive-users-user {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.message-reciever-area {
    display: flex;
    flex-wrap: wrap;
    max-width:560px;
}

.message-reciever-user {
    padding-top: 10px;
    padding-right: 5px;
}

.fast-select-search-talk-fstElement {
	width:CALC(100% - 38px)!important;
	border-radius:4px!important;
	font-size:14px!important;
}
.fast-select-search-talk-fstChoiceItem {
	font-size:12px!important;
}
.fast-select-search-talk-fstResultItem {
	font-size:12px!important;
	padding:5px!important;
}
.fstMultipleMode .fast-select-search-talk-fstQueryInput {
	font-size:14px!important;
	padding:8px 3px 0px 3px!important;
}
.fstMultipleMode .fast-select-search-talk-fstControls {
    padding: 0.1em 0.5em 0.1em 0.5em!important;
}
.fast-select-search-talk-fstNoResults {
    font-size: 14px!important;
}


.clear-pre-video-meeting-message {
    text-align: center;
    background-color: inherit;
    border: 0px;
    padding: 10px;
    margin: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    /*color: white;*/
    color: #333;
}


.talk-video-meeting-message-button-area {
    padding: 5px;
    border-top: 2px solid #fff;
}

.btn-video-meeting {
    background-color: transparent;
    text-align: left !important;
    width: 100%;
}

.talk-video-meeting-message {
    background-color: #ddd;
    border-radius: 5px;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 0px;
    /*color: white;*/
    color: #333;
}

/******************************/
/*_ModalSelectStaffMember.cshtml */
/******************************/
#select-staff-list-modal {
    margin-top: 30px;
}

/******************************/
/*_ModalSelectFriend.cshtml */
/******************************/
#select-friend-list-modal {
    margin-top: 30px;
}

.icon-setting-profile-picture {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.icon-setting-icon-cell {
    margin-top: 10px;
    text-align: center;
}

.row-icon-setting-current-icon-name {
    padding-left: 5px;
    margin-top: 10px;
}

.icon-setting-current-icon-name {
    font-weight: bold;
    word-break: break-all;
}

.button-icon-setting {
    margin-top: 10px;
}

.select-icon-from-template-list {
    overflow-y: auto;
    max-height: calc(100vh - 200px);
}

.tr-select-icon-template {
    padding-left: 15px;
    padding-right: 15px;
}

.select-icon-profile-picture {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.td-select-icon-radio {
    width: 10px;
}

.select-icon-radio {
    margin-left: 10px;
}

.td-select-icon-profile-picture {
    width: 65px;
}

.td-select-icon-icon-name {
    width: calc(100vw - 85px);
}

.select-icon-icon-name {
    word-break: break-all;
}


