/* ===================
    Login Page
    =================== */
.dashboard {
    margin-top: 67px;
    margin-left: 20px;
    margin-right: 20px;
}    

.dashboard-summary-block {
    display: table;
    width: 100%;
    border-collapse: separate;
    text-align: center;
}
.dashboard-summary-block.task {
    display: inline-block;
    width: 100%;
    margin-top: 2rem;
}
.dashboard-summary-block.task .summary-block  {
    float: left;
    width: 40%;
    margin-bottom: 2rem;
    border-right: 0 none;
}
.dashboard h2, 
.dashboard h3
 {
    border-left: 5px solid #b79766;
    padding-left: 10px;
    text-align: left;
}
.chat-text {
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 20px;
}
.summary-block.todolist {
    width: 55% !important;
    margin-right: 5%;
    min-height: 80vh;
}
.todolist .chat-box {
    border: 1px solid #eaeaea;
    border-radius: 15px;
    margin-bottom: 30px;
}

.todolist .chat-box .chat-head ,
.todolist .chat-box .chat-body ,
.loglist .chat-head 
{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}
.loglist .chat-image {
    width: 30px;
    height: 30px;
    padding: 0 20px 0 0;
}
.loglist .chat-profile p,
.loglist .chat-profile span
{
font-size: 12px;
line-height: 1;
}
.summary-block  {
    display: table-cell;
    background-clip: padding-box;
    border-right: 20px solid transparent;

}
.summary-block #ctx_diagram1{
    width: 100% !important;
}
.loglist ul {
    padding: 0;
    margin:0;
    list-style: none;
    text-align: left;
}
.loglist ul li {
    margin-bottom: 10px;
    position: relative;
    line-height: 1.5;
    padding: 10px;
}
.loglist .chat-head {
    border-bottom: 0 none;
}
.loglist ul li:nth-child(even) {
background-color: #eaeaea;

}
.summary-block p.message-content {
    font-size: 14px;
    text-align: left;
    padding: 20px;

}
.block-color {
    background-color: #1D5577;
    color: white;
}
.summary-block.block-color :last-child {
    border-right: 0 none;
}
.block-color p {
    border-bottom: 1px solid #b79766;
}
.summary-block p {
    font-size: 2rem;
    padding: 0;
    margin:0;
    font-weight: 600;
}
.summary-block span {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 1rem;
}
.chat-image {
    float: left;
    width: 50px;
    height: 50px;
    padding: 15px;
}
.chat-image img{
    width: 100%;
    border-radius: 50%;
}

.chat-profile {
    float: left;
}
.chat-profile p {
    font-size: 1.3rem;
    text-align: left;
}
.chat-profile span {
    font-size: 12px;
}
.chat-comment {
    display: none;
}
.chat-footer {
    width: 100%;
    display: inline-block;
    padding: 10px 20px;
}
.chat-footer div {
    float: left;
    margin-right: 20px;
    text-decoration: underline;
}
.chat-footer div:hover{
    cursor: pointer;
}
.insert .chat-footer{
    text-align: right;
}
.insert .chat-body {
    position: relative;
}
.chat-insert-profile {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;
    border-bottom: 0 none;
    padding-top: 20px;
    text-align: left;
}
.show-text {
    display: none;
}
.chat-insert-profile input {
    border: none;
    font-size: 1.3rem;
    margin-left: 70px;
}
#add-text {
    float: right;
    margin-right: 20px;
}
#add-text:hover {
    cursor: pointer;
}
#add-text::before {
    background-image: url(../img/722263.png);
}
#add-text::before {
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    background-size: 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
    content: "";
    margin-bottom: -2px;
    font-size: 13px;
}
#title-menu {
    float: right;
    margin-right: 20px;
}
#title-menu:hover {
    cursor: pointer;
}
#title-menu ul {
    position: absolute;
    padding: 10px 0;
    list-style: none;
    background-color: white;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    right: 10px;
    z-index: 3;
    display: none;
    top: 10px;
}
#title-menu ul li {
    padding: 0 20px;
    text-align: left;
}
#title-menu ul li a{
    text-decoration: none;
}
#title-menu:hover ul {
display: block;
}
#title-menu::before {
    color: #000;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    content: "...";
    margin-bottom: -2px;
    font-size: 25px;
    line-height: 1;
}
.insert .chat-text {
    border: 0 none;
}
.button-send {
    background-color: #CB666A;
    color: white;
    border: 1px solid #CB666A;
    padding: 6px 20px;
    font-size: 12px;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    margin-right: 30px;
}
.chat-insert-profile::before {
    background-image: url(../img/youinn.png);
}
.chat-insert-profile::before {
    /* color: #251d1d; */
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    background-size: 100%;
    display: inline-block;
    width: 50px;
    height: 50px;
    content: "";
    margin-bottom: -2px;
    font-size: 13px;
    background-color: #eaeaea;
    background-color: #b5adad;
    border-radius: 50%;
    left: 10px;
    top: 10px;
}
.chat-menu {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}
.chat-menu ul {
    list-style: none;
    margin: 0;
    width: 100%;
    display: inline-block;
    padding: 0;
}
.chat-menu ul li{
    float: left;
}
.chat-menu ul li a:hover,
.chat-menu ul li a:active
{
    border-bottom: 1px solid #1D5577;
}

.chat-menu ul li a {
    text-decoration: none;
    display: block;
    padding-right: 20px;
    padding-left: 10px;
    border-bottom: 1px solid transparent;

}
.chat-footer div.chat-activity {
    float: right;
}

.chat-like::before,
#something::before,
.activity::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    background-size: 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
    content: "";
    margin-bottom: -2px;
    font-size: 13px;
}
.chat-message::before {
    content: "\f086";
}
.chat-view::before {
    content: "\f06e";
}
.chat-like::before {
    content: "\f164";
}
#something::before {
    content: "\f075";
}

.wrapper {
    width: 80%;
    margin: 0 auto;
}

.home.wrapper {
    width: 100%;
}

.home aside {
    width: 50%;
    float: left;
    height: 100vh;
    background-color: #444444;
}

.home article {
    width: 50%;
    float: left;
    height: 100vh;
    position: relative;
}


.table-auto {
    width: auto;
    min-width: 20%;
}

td.icon {
    text-align: center;
    line-height: 1;
}

.center {
    text-align: center;
}

td.icon .fa-arrow-down::before {
    color: #1D5577;
    font-size: 16px;
    font-weight: 600;
}

.toriate-modify .radio-group label {
    width: 90px;
    display: inline-block;
}

.login-container {
    width: 400px;
    height: 400px;
    margin: auto auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}



.login-container.sign-up {
    position: relative;
    margin: 20% auto;
}

.home header {
    text-align: center;
    margin-bottom: 50px;
}

.home header h1 {
    color: #444444;
    font-family: headerFont;
    letter-spacing: 3px;
}

.home header p {
    font-size: 13px;
    color: #adadaf;
}

.login-container form input[type="text"],
.login-container form input[type="password"] {
    width: 90%;
    border: 1px solid transparent;
    border-bottom: 1px solid gray;
    margin-bottom: 25px;
    font-size: 12px;
    padding: 10px 0;
}

.anken-add input[type="text"],
.anken-add input[type="password"],
.anken-add textarea,
.anken-detail input[type="text"],
.anken-detail input[type="password"],
.anken-detail textarea {
    width: 70%;
    border: 1px solid transparent;
    border: 1px solid #dcd5d5;
    font-size: 12px;
    padding: 6px;
    border-radius: 6px;
}

.anken-add span,
.anken-detail span {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 12px;
}

.login-container form input.input-half {
    width: 45%;
}

.login-container form input.input-half.left {
    float: left;
}

.login-container form input.input-half.right {
    float: right;
}

input:focus {
    outline: none;
}

.login-container form {
    text-align: center;
}

.login-container form .form-lable {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    margin: 30px 0;
}

.login-container.sign-in form .form-lable .container-check {
    float: left;
}

.login-container.sign-in form .form-lable a {
    float: right;
    text-decoration: none;
}

.login-container.sign-up .button-container {
    margin: 30px auto;
}

.login-container.sign-up form .button-container button {
    border: 1px solid #444;
    padding: 10px 60px;
    font-size: 12px;
    border-radius: 6px;
}

.login-container.sign-up form .button-container a {
    display: block;
    font-size: 12px;
}

.login-container.sign-up form .button-container button,
.login-container form .button-container .button {
    background-color: #444;
    color: white;
    margin-bottom: 30px;
    border: 1px solid #444;
    font-size: 12px;
    border-radius: 6px;
    text-decoration: none;
}

.login-container.sign-in form .button-container button[type="submit"] {
    /* float: left; */
    color: white;
}

.login-container.sign-in form .button-container button[type="submit"] a {
    color: white;
    text-decoration: none;
}

.login-container.sign-in form .button-container a.button {
    float: right;
    background-color: white;
    color: #333;
    line-height: 1.5;
}

.padding-container {
    padding: 30px 0;
}

.personal-management .radio-group {
    margin:  0;
}

.r-margin {
    margin-right: 20px;
}

.personal-management .radio-group .radio-group-lable {
    width: 100px;
    display: inline-block;
}

.personal-management .radio-group select {
    margin-right: 20px;
}

.personal-management .select-group {
    margin-right: 40%;
    margin-bottom: 30px;
}

.personal-management.anken-lists .select-group {
    margin-top: 30px;
}

.personal-management .select-group select {
    margin-right: 40px;
}

.personal-management .select-group .btn {
    float: right;
}

.select-all {
    font-size: 10px !important;
    padding: 2px 10px !important;
}

.personal-management .toriate-btn {
    width: auto;
    margin: 0;
    float: none;
    border: 1px solid transparent;
    margin-bottom: 20px;
    margin-right: 10px;
}

/*
index
*/
.top-baner {
    padding: 8px 10px 8px 10px;
    background-color: white;
    position: fixed;
    top: 0;
    /* left: max(min(14%, 200px), 140px); */
    left: 140px;
    /* YYX CSS */
    right: 0;
    max-height: 65px;
    border-bottom: 1px solid #ccc;
    z-index: 2;
}

.main-body {
    padding: 50px 65px;
    position: relative;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.table-container {
    display: inline-block;
    width: 100%;
    overflow-x: scroll;
}

.top-baner .search {
    width: min(calc(100% - 150px - 140px - 50px), 800px);
    border: 1px solid #C2C2D0;
    font-size: 12px;
    border-right: 1px solid #C2C2D0;
    margin-left: 20px;
    padding-top: 14px;
    border-radius: 10px;
    padding: 5px;
    text-align: left;
    padding-left: 30px;
    margin-top: 3px;
}

.top-baner::before {
    color: #C2C2D0;
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
    font-size: 12px;
    float: left;
    position: absolute;
    left: 161px;
    top: 15px;
}

.top-baner .personal-info {
    width: 150px;
    float: right;
    height: 30px;
    position: relative;
    overflow: hidden;
}

.top-baner .personal-info:hover {
    overflow: initial;
}

.top-baner .personal-info .name {
    display: block;
    float: left;
    font-size: 12px;
    padding: 2px 0;
    cursor: pointer;
}

.top-baner .personal-info .name::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    content: "\f078";
    margin-left: 10px;
}

.top-baner .personal-info ul {
    position: absolute;
    top: 18px;
    font-size: 12px;
    list-style: none;
    padding: 0;
    padding-top: 20px;
}

.top-baner .personal-info li {
    padding: 10px;
    background-color: #444;
    line-height: 1;
}

.top-baner .personal-info ul a {
    display: block;
    margin-bottom: 10px;
    color: white;
    text-align: left;
    text-decoration: none;
    font-size: 10px;
    border-bottom: 3px solid transparent;
}

.top-baner .personal-info ul a:hover,
.top-baner .personal-info ul a:visited,
.top-baner .personal-info ul a.active {
    color: white;
    text-decoration: none;
    border-bottom: 3px solid #A3A0FB;
}

.top-baner .personal-info ul a:hover::before {
    text-decoration: underline;
    color: #A3A0FB;
    text-decoration: none;
}

.top-baner .personal-info .image {
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    float: right;
    border-radius: 50%;
    background-color: white;
}

.top-baner .personal-info .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-body .book-mark-container {
    width: 80%;
    float: left;
    padding-right: 20px;
    display: inline-block;
    box-sizing: border-box;
}

.personal-wariate .profile-photo {
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    top: -75px;
    margin: auto;
    width: 150px;
    height: 150px;
    padding: 0;
}

.personal-wariate-box {
    margin-top: 80px;
}

.personal-wariate-box.right {
    padding-right: 100px !important;
}

.personal-wariate .book-mark-box span {
    display: inline-block;
    line-height: 3;
}

.book-mark-box.left {
    margin-left: 30px;
    width: 90% !important;
}

.personal-wariate .book-mark-box span {
    text-align: left;
}

.personal-wariate .book-mark-box .personal-info-detail {
    margin: 80px 0 30px 0;
    padding: 0 80px;
}

.personal-wariate .book-mark-box .personal-info-detail span {
    display: inline-block;
    width: 100%;
}

.main-body .book-mark-container.personal-wariate {
    width: 100%;
}

.main-body .book-mark-container.anken-add {
    width: 100%;
    padding-right: 0;
}

.main-body .book-mark-container.anken-add .padding-container {
    width: 70%;
    display: block;
    margin: 0 auto;
}

.main-body .book-mark-container.anken-add .padding-container .nowrap label {
    width: 120px;
    display: inline-block;
}

.main-body .book-mark-container .padding-container {
    padding: 0 60px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}

.main-body .book-mark-container .padding-container .personal-block {
    margin-top: 0;
}

.book-mark-container h3,
h3.header-left-design,
.anken-container h3 {
    border-left: 5px solid  #b79766;
    padding-left: 10px;
}

.book-mark-container .book-mark-box {
    width: 100%;
    display: inline-block;
    background-color: white;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;

}
.anken-add-btn {
    position: absolute;
    top: 61px;
    right: 65px;
}
.anken-container .padding-container {
    padding: 30px 0;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.menu-tone {
    background-color: #757575 !important;
    border: 1px solid #757575 !important;
}

.status-menu .menu-tone.active {
    background-color: white !important;
}

.anken-container .book-mark-box, .grid-sizer {
    width: calc(50% - 80px);
    display: block;
    background-color: white;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    float: left;
    margin-left: 20px;
}

span.attention {
    margin-bottom: 20px;
    white-space: normal;
    font-size: 12px;
}
.personal-management .summary-block.graph {
    display: block;
    width: 35%;
    float: left;
    margin-bottom: 30px;
}

.table-proce-flow {
    width: 30% !important;
    float: left;
}
span.attention {
    color:#ff0000;
}
.check-group ul{
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.check-group ul li{
    float: left;
    margin-right: 20px;
}
.button-container {
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    display: inline-block;
    width: 100%;
}

.button-container.right {
    padding-bottom: 30px;
    padding-top: 0;
    text-align: right;
}

.button-container .button {
    background-color: #1D5577;
    color: white;
    margin: 0 20px 0 20px;
    border: 1px solid #1D5577;
    padding: 10px 0;
    font-size: 12px;
    border-radius: 6px;
    text-decoration: none;
    width: 130px;
    text-align: center;
}

.anken-add h3 label {
    margin-left: 50px;
}

.anken-add h3 label,
.anken-add h3 select {
    font-size: 13px;
}

.download.button {
    background-color: #A5A4BF;
    border: 1px solid #A5A4BF;
    padding: 0 10px;
    margin-right: 26%;
    float: right;
    border-radius: 4px;
}

.upload.button {
    background-color: blue;
    border: 1px solid blue;
    padding: 0 10px;
    margin-right: 26%;
    float: right;
    border-radius: 4px;
    color: white;
}

textarea.full-size {
    margin-top: 20px;
    width: 100%;
    min-height: 200px;
}

.button-container .button.cancel {
    background-color: #A5A4BF;
    border: 1px solid #A5A4BF;
    padding: 10px 60px;
}

.book-mark-box .book-mark-star {
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 0;
}

.status-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
}

.status-menu li {
    float: left;
    padding: 0;
    color: white;
}

.status-menu li a {
    background-color: #444;
    padding: 2px 10px;
    color: white;
    text-decoration: none;
    font-size: 12px;
    border-bottom: 3px solid transparent;
    border: 1px solid #444;
}

.check-list {
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 11px;
}

span.header-span {
    font-size: 16px;
}

.btn-delete {
    background-color: #444;
    border: 1px solid #444;
    padding: 1px 10px;
    border-radius: 2px;
    outline: 0;
    color: white;
    font-size: 10px;
}

.flit-right {
    float: right;
}

.personal-block {
    margin-top: 30px;
}

.site-padding-top {
    margin-top: 30px;
}

.check-list label {
    margin-right: 25px;
    letter-spacing: 1.5px;
}

.status-menu a:hover,
.status-menu a:visited,
.status-menu a.active ,
.status-menu .menu-tone.active{
    text-decoration: none;
    border-bottom: 1px solid #444 !important;
    border-left: 1px solid transparent !important;

}

.status-menu a.active {
    background-color: white;
    color: black;
    border-top: 1px solid transparent !important;
}

.sub-status-menu {
    display: none;
    position: absolute;
    margin-top: 5px;
    list-style: none;
}
.active + .sub-status-menu {
    display: block;
}

.sub-status-menu {
    padding: 0;
}

.book-mark-box .book-mark-star a,
.book-mark-box .book-mark-star .link {
    font-size: 10px;
    margin-left: 23px;
    text-decoration: none;
    background-color: #9a6240;
    color: white;
    padding: 2px 7px;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 3px 5px #a05b33;
}

.top-bar {
    width: 100%;
    height: 8px;
    border-radius: 20px;
    background-color: #444;
}

/* added by YYX 2020-09-12 TODO  */
.top-bar[data-type="notstart"]{
    background-color: #fdfffc;
}
.top-bar[data-type="Processing"]{
    background-color: #ef476f;
}
.top-bar[data-type="assigning"]{
    background-color: #ffd166;
}
.top-bar[data-type="proposaling"]{
    background-color: #06d6a0;
}
.top-bar[data-type="end"]{
    background-color: #011627;
}
.top-bar[data-type="working"]{
    background-color: #118ab2;
}
.top-bar[data-type="finishied"]{
    background-color: #073b4c;
}



.book-mark-box ul {
    padding: 0 35px;
    list-style: none;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    color: #99999a;
}

a.link-container {
    text-decoration: none;
    color: #656363 !important;
    display: block;
    width: 85%;
}

.book-mark-box h5 {
    padding: 0;
    margin: 0;
    font-size: small;
    font-weight: 600;
    padding: 10px 10px 0;
    padding-left: 35px;
    font-size: 1.3em;
}

.personal-block h5 {
    padding: 0 !important;
}

.book-mark-box ul li >span {
    PADDING: 3px 10px;
    border-radius: 5px;
    background-color: #444;
    margin-right: 10px;
    color: white;
    min-width: 50px;
    display: inline-block;
    margin-bottom: 7px;
    text-align: center;
}

.personal-block .book-mark-box {
    min-height: 200px;
}

.person-item ul li {
    float: left;
}
.book-mark-box ul li {
    margin-right: 15px;
    color: #444;
    font-size: 12.5px;
}

.book-mark-box ul.language li {
    float: left;
}
.book-mark-box ul li.project-info {
    width: 100%;
}

.profile-photo {
    width: 70px;
    height: 70px;
    float: left;
    border-radius: 50%;
    padding-top: 20px;
    padding-left: 10px;
}

.personal-block ul {
    width: 70%;
    float: left;
    box-sizing: border-box;
}

.personal-block ul.language {
    padding: 0 35px 0 35px !important;
    width: 100%;
}

.personal-block .book-mark-box {
    padding-bottom: 10px;
    overflow: hidden;
}

.profile-photo img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}

.book-mark-box ul.language {
    padding: 0 35px 0 0;
}

.book-mark-box ul.language li {
    padding: 5px 15px;
    border-radius: 10px;
    background-color: #b79766;
    color: white;
    margin-bottom: 5px;
}

.main-body .book-mark-container section {
    width: 50%;
    float: left;
    padding-right: 40px;
    box-sizing: border-box;
}

.main-body .book-mark-container.anken-detail {
    width: 100%;
}

.main-body .book-mark-container.anken-detail section {
    width: 33.333%;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    padding-top: 15px;
}

.main-body .book-mark-container.anken-detail .basic-info {
    width: 66%;
}

.main-body .book-mark-container.anken-detail .padding-container {
    background-color: white;
    padding-bottom: 60px;
}

.main-body .book-mark-container.anken-detail .top-bar {
    margin-top: 20px;
}

.main-body .side-bar-container {
    width: 20%;
    float: left;
    padding-top: 100px;
}

.main-body .side-bar-container .summary-container {
    border-radius: 10px;
    background-color: white;
    padding-bottom: 20px;
}

.main-body .side-bar-container .summary-container ul {
    list-style: none;
    padding-left: 20px;
    font-size: 12px;
}

.main-body .side-bar-container .summary-container ul li::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    content: "\f46d";
    color: #3C3B54;
}

.main-body .side-bar-container .gyoumu-container {
    border-radius: 10px;
    background-color: white;
    padding-bottom: 20px;
}

.main-body .side-bar-container h3 {
    background-color: #3C3B54;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    color: white;
}

.header-back-btn {
    float: right;
    background-color: #444;
    border: 1px solid #444;
    padding: 0 15px;
    border-radius: 6px;
    outline: 0;
    font-size: 12px;
}

.toriate-btn-container {
    display: block;
    text-align: right;
    margin-top: 16px;
}

.toriate-modify .toriate-btn {
    margin-right: 10%;
    padding: 0px 3px;
    font-size: 10px;
}

h3 .toriate-btn {
    margin-right: 30px;
}

.toriate-btn {
    float: right;
    /* margin-right: 30%; */
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 6px;
    /* background-color: blue; */
    background-color: #888888;
    color: white !important;
    font-size: 12px;
    width: 80px;
    text-align: center;
}

.toriate-btn.red {
    background-color: #CB666A;
}

.toriate-btn.blue {
    background-color: #1D5577;
}

.btn-center {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.btn-center .toriate-btn.red {
    float: none;
    margin: 0;
    width: auto;
    border: 1px solid #CB666A;
}

/* The container */
.container-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*
================Box shadow=====================
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07), 
                0 32px 64px rgba(0,0,0,0.07);

                */
.book-mark-container .book-mark-box,
.anken-container .book-mark-box ,
.main-body .book-mark-container.anken-detail .padding-container {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}

/* Hide the browser's default checkbox */
.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/*
create PLUS icon
*/
.anken-add-btn {
    text-align: right;
}

.anken-add-btn a {
    color: transparent;
}

.anken-add-btn a:hover {
    color: transparent;
}

.anken-add-btn a::before {
    content: "\f067";
    color: black;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-right: 10px;
    font-size: 20px;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 6px;
    border: 1px solid gray;
}

/* On mouse-over, add a grey background color */
.container-check:hover input~.checkmark {
    background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-check input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
    left: 5px;
    top: 2px;
    width: 3px;
    height: 7px;
    border: solid #444444;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toriate-modify .basic-info {
    background-color: white;
    padding: 0 20px;
    margin-top: 50px;
}

.anken-add span,
.anken-detail span {
    line-height: 1.5;
}

.main-body .book-mark-container.toriate-modify section {
    padding: 20px 5% 60px 5%;
}

.toriate-button-container button {
    background-color: #A5A4BF;
    color: white;
    font-size: 12px;
    padding: 2px 15px;
    border: 1px solid #A5A4BF;
    border-radius: 4px;
}

.main-body .book-mark-container.toriate-modify .padding-container {
    width: 90%;
}

.main-body .book-mark-container.toriate-modify .padding-container .top-bar {
    width: 50%;
    margin-bottom: -50px;
    margin-top: 70px;
}

.toriate-modify .basic-info h4 {
    margin-top: 5px;
}

/* Create a custom checkbox */
.starmak::before {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    content: "\f005";
    color: transparent;
}


/* Create the checkmark/indicator (hidden when not checked) */
.starmak:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-check input:checked~.starmak:after {
    display: block;
}
.csv-download {
    padding: 0 15px;
    border-radius: 10px;
    background-color: #4a6fa9;
    color: white;
    margin-bottom: 2px;
    text-decoration: none;
}

.csv-download:visited {
    color: white !important;
}

.csv-download:hover {
    color: #A3A0FB;
}

/* Style the checkmark/indicator */
.container-check .starmak:after {
    left: 0;
    top: 2px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    color: transparent;
    content: "\f005";
}

/* ===================
    ALL: Home Page Theme
    =================== */
#header-container {
    background-color: #444;
    width: 140px;
    /* width: 14%; */
    /* max-width: 200px; */
    /* min-width: 140px; */
    /* YYX CSS */
    float: left;
    min-height: 100vh;
    position: fixed;
    z-index: 999;
}

.main-container {
    /* width: min(max(86%, calc(100% - 200px)), calc(100% - 140px)); */
    width: calc(100% - 140px);
    float: left;
    position: relative;
    min-height: 100vh;
    /*background-color: #F0F0F7;*/
    /* padding-left: max(min(14%, 200px), 140px); */
    padding-left: 140px;
    /* YYX CSS */
}

#footer-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#title {
    float: left;
    margin: 0;
    line-height: 1;
    font-family: headerFont;
    font-size: 1.5rem;
    padding: 5px;
    color: #333;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/* ==============
    MOBILE: Main
    ============== */
#main {
    padding: 30px 0;
}

#main article h1 {
    font-size: 2em;
}

#main aside {
    color: white;
}

#footer-container footer {
    color: white;
    padding: 20px 0;
}

table.personal-basic,
table.personal-sales {
    display: none;
}

.checked.personal-basic,
.checked.personal-sales {
    display: table;
}

.supplier {
    display: none;
}

.checked.supplier {
    display: table-cell;
}

#list-add,
#list-edit {
    display: none;
    width: 100%;
}

.checked#list-add,
.checked#list-edit {
    display: inline-block;
}

#list-add,
#list-edit {
    margin-top: 50px;
}

#list-add table,
#list-edit table {
    width: auto;
}

#list-add table.regist th,
#list-add table.regist td,
#list-edit table.regist th,
#list-edit table.regist td {
    border: 1px solid transparent !important;
    min-width: 70px;
    text-align: left;
}

.ui-datepicker-calendar {
    background-color: #3C3B53;
    color: white;
}

.ui-datepicker-calendar a {
    color: white;
}

.ui-datepicker-header {
    background-color: #A3A0FB;
    color: white;
    position: relative;
    text-align: center;
}

.ui-datepicker-prev {
    position: absolute;
    left: 10px;
}

.ui-datepicker-next {
    position: absolute;
    right: 10px;
}

.ui-datepicker-title {
    font-size: 14px;
    font-weight: 600;
}

.ui-datepicker-calendar td a {
    display: block;
    text-align: center;
}

#datepickerstart,
#datepickerend {
    width: 80px;
}

.ui-datepicker-calendar td a:visited {
    color: white;
}

.wariate-aru {
    position: absolute;
    width: 60px;
    height: 60px;
    right: -30px;
    bottom: -30px;
    background-color: #b79766;
    transform: rotate(45deg);
}

.wariate-ichiren .select-box {
    border-right: 1px solid #bdb9b9;
}

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

.f-left {
    float: left;
}

.r-margin-20 {
    margin-right: 20px;
}

th.torihiki {
    background-color: #a7f1a7;
    display: none;
}

th.wariate {
    background-color: #d2d0d0;
    display: table-cell;
}

th.kadou {
    background-color: #fbfbb5;
    display: none;
}

td.torihiki {
    display: none;
}

td.wariate {
    display: table-cell;
}

td.kadou {
    display: none;
}

.operation-flg,
.operation-flg2 {
    display: none;
}

.operation-flg1 {
    display: table-cell;
}

th.operation-flg {
    background-color: #a7f1a7;
}

.t-margin-20 {
    margin-top: 20px;
}

.cases-create-undertake {
    position: absolute !important;
    top: 1200px !important;
}

#shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.7) url("../img/loading.gif") no-repeat fixed center;
    background-size: 100px 100px;
    display: none;
}

.input-error {
    color: red;
}

.input-block {
    margin-bottom: 30px;
}

.case-block .book-mark-box {
    padding-bottom: 10px;
    overflow: hidden;
}

.wariate-num {
    position: absolute;
    color: #fff;
    right: 5px;
    bottom: -2px;
    z-index: 1;
    font-size: 15px;
}

.button-container .button-blue {
    background-color: #b79766;
    color: white;
    margin: 0 20px 0 20px;
    border: 1px solid #b79766;
    padding: 10px 0;
    font-size: 12px;
    border-radius: 6px;
    text-decoration: none;
    width: 100px;
    text-align: center;
}

.button-container .button-cancle {
    background-color: gray;
    color: white;
    margin: 0 20px 0 20px;
    border: 1px solid gray;
    padding: 10px 0;
    font-size: 12px;
    border-radius: 6px;
    text-decoration: none;
    width: 100px;
    text-align: center;
}

.case-show-email div {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 5px;
}

.case-show-email .button-container {
    margin-bottom: 15px;
}

a.header-back-btn:visited {
    color: honeydew;
}

a.header-back-btn {
    text-decoration: none
}

.inline {
    display: inline-block;
}

.book-mark-container .left {
    overflow: hidden;
}

th.assignment-customer {
    background-color: #a7f1a7;
}


th.assignment-proposal {
    background-color: #d2d0d0;
}

th.assignment-work {
    background-color: #fbfbb5;
}

button.assignment-edit-by-case {
    background-color: #444;
    border: 1px solid #444;
    padding: 1px 10px;
    border-radius: 2px;
    outline: 0;
    color: white;
    font-size: 10px;
    margin-right: 10px;
}

.hidden {
    display: none;
}

.list_check_all {
    background-color: blue;
}

.clear {
    clear: both;
}


.input-required:after {
    content: "*";
    color: red;
    font-size: 14px;
}

.page .pagination {
    display: flex;
    margin: 0 auto;
}

.page .pagination a {
    padding: 0;
    margin: 0 5px 0;
    color: blue;
}

.page nav a:hover,
.page nav a:visited,
.page nav a.active {
    border-left: 0;
    background-color: #F0F0F7;
    text-decoration: none;
}

.book-mark-box:hover {
    background: #EEE;
    cursor: pointer;
}

.home-index {
    color: blue;
    font-size: 50px;
    position: relative;
    top: 100px;
}

.text-red {
    color: red;
}

.sort {
    float: right;
    margin: 10px;
}

.login-img {
    background-image: url("../img/login.png");
}

#list {
	table-layout: fixed;
}

#list td
 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#fuzzy-search-note{
    color:red;
}

.home-index{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.7) url("../img/home.jpg") no-repeat;
    background-size: 100% 100%;
    color: white;
    background-size: cover;
}
.home-index h1,.home-index h2{
    color: white;
}



/*
 *************************
 * 20200803 Add AUNG     *
 *************************
 */
.work-flow-tb {
    white-space: nowrap;
}

.add-btn {
    margin: 10px 0px;
    float: right;
}
/*
 *************************
 * 20201102 Add Fuu     *
 *************************
 */
.welcome {
    width:100%;
    height:100%;
    position: relative;
}
.welcome img{
    width: 100%;
}
.login-content {
    position: absolute;
    left: 50px;
    right: 0;
    z-index: 9999;
    background-color: #00000061;
    height: 300px;
    top: 0;
    color: white;
    bottom: 0;
    margin: auto;
    right: 50px;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.summery-container {
    width: 70%;
    display: block;
    margin: 0 auto;
}

#ctx_diagram1, #ctx_diagram2, #ctx_diagram3 {
    width: 50% !important;
    height: auto !important;
    margin-left: -24px;
    position: relative;
}
.ctx_diagram1, .ctx_diagram2, .ctx_diagram3{
    margin-top: 60px;
    position: relative;
}
.ctx_diagram1::before {
    content: "人数";
    position: absolute;
    top: 40px;
    left: -10px;
    font-size: 10px;
}
.ctx_diagram2::before {
    content: "数";
    position: absolute;
    top: 40px;
    left: -10px;
    font-size: 10px;
}

.ctx_diagram3::before {
    content: "人数";
    position: absolute;
    top: 90px;
    left: -10px;
    font-size: 10px;
}

.ctx_diagram3::after {
    content: "日数";
    position: absolute;
    bottom: 0;
    right: 30%;
    font-size: 10px;
}
.d-inline-block {
    width: 100%;
}
.reset {
    margin: 0;
    padding: 0;
}
.grap-space {
    display: inline-block;
}
/* 
    2021/04/18 アウン追加
*/
.btn-finish {
    background-color: #444;
    border: 1px solid #444;
    padding: 1px 10px;
    border-radius: 2px;
    outline: 0;
    color: white;
    font-size: 10px;
    margin-right: 10px;
}

.pop-button {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
  }
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
  }
  
  .popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
  }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
  }
  .popup .close:hover {
    color: #06D85F;
  }
  .popup .content {
    max-height: 30%;
    overflow: auto;
  }
  
  @media screen and (max-width: 700px){
    .box{
      width: 70%;
    }
    .popup{
      width: 70%;
    }
  }


  .menu-btn {
    display: none;
    position: fixed;
    top: 10px;
    /* top: 30px; */
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 101;
    }

    .menu-btn span {
        display: block;
        position: absolute;
        left: 0;
        width: 30px;
        height: 2px;
        background-color: #444;
        border-radius: 4px;
        transition: all .5s;
    }

    .menu-btn span:nth-child(1) {
        top: 4px;
      }
    .menu-btn span:nth-child(2) {
        top: 14px;
      }
    .menu-btn span:nth-child(3) {
        bottom: 4px;
      }

    .menu-content {
        display: none;
        width: 50%;
        max-width: 200px;
        /* height: 100%; */
        min-height: 100vh;
        position: fixed;
        top: 0;
        left: -50%;
        z-index: 100;
        background-color: #444;
        transition: all 0.5s;
    }
    
    #menu-btn-check:checked ~ .menu-content {
        /* メニューを画面内へ */
        left: 0;
    }


    .menu-content ul {
        padding: 70px 10px 0;
    }
    .menu-content ul li {
        border-bottom: solid 1px #ffffff;
        list-style: none;
    }
    .menu-content ul li a {
        display: block;
        width: 100%;
        font-size: 15px;
        /* font-size: 1rem; */
        box-sizing: border-box;
        color:#ffffff;
        text-decoration: none;
        padding: 9px 15px 10px 0;
        position: relative;
    }
    /* .menu-content ul li a::before {
        content: "";
        width: 7px;
        height: 7px;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 11px;
        top: 16px;
    } */

    .menu-content li  .sub-menu li a{
        font-size: 10px;
    }
    .menu-content li:hover .sub-menu {
        left: 100%;
        top: 0px;
        min-height: 100vh;
        min-width: 100px;
        margin-top: 0;
        display: block;
    }
    .menu-content li:hover .sub-menu::before {
        display: none;
    }