﻿body {
}

[v-cloak] {
    display: none;
}
a {
    text-decoration: none !important
}
/* dashboard setting */
.section-title {
    padding-left: 14px;
}

.content-wrapper {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 0.5rem #ddd;
}


/* Link 連結使用 CSS */
.content-link-title {
    color: #999ba5;
    width: 100%;
    margin-left: 0.875rem;
    margin-top: 0.5rem;
}

.links-card {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.link-card {
    display: flex;
    flex-direction: column;
    width: calc(33.3% - 20px);
    font-size: 16px;
    background-color: rgb(146 151 179 / 13%);
    border-radius: 14px;
    /*border: 1px solid var(--theme-bg-color);*/
    padding: 10px; /* 20px */
    /*cursor: pointer;*/
    transition: 0.3s ease;
    min-width: 0;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

    .link-card span {
        display: flex;
        align-items: center;
        font-weight: bold;
        font-size: 1rem;
        transition: all 0s ease-out;
    }

    .link-card:hover {
        /*margin-top: 12px;*/
        margin-bottom: 4px;
        box-shadow: 0 4px .5rem #bbb;
        transition: all 0.5s ease-out;
    }

    .link-card:hover span {
        font-size: 0rem;
        transition: all 0s ease-out;
    }

    .link-card:hover .link-card-buttons {
        margin-top: 16px;
        margin-bottom: 8px; /* add */
        transition: all 0.5s ease-out;
    }

    .link-card:hover .link-button {
        font-size: 15px;
        padding: 6px 18px;
        border: 1px solid #0085CA;
        transition: all 0.5s ease-out;
    }


.link-card-buttons {
    display: grid;
    align-items: center;
    margin-left: 0.25rem;
    margin-top: 0px;
    margin-bottom: 0px; /* add */
    transition: all 0.5s ease-out;
}


.link-button {
    font-size: 0px;
    padding: 0px;
    border: 0px solid #0085CA;
    margin-top: 0;
    /*padding: 6px 24px; */
    cursor: pointer;
    background-color: #0085CA;
    color: #F0F2F5;
    border-radius: 20px;
    white-space: nowrap;
    transition: all 0.3s ease-out;
}

.link-button:hover {
    background-color: #F0F2F5;
    /*border: none;*/
    /*color: #3a6df0;*/
    color: #0085CA;
    border-radius: 20px;
    /*cursor: pointer;*/
    white-space: nowrap;
}

/* 連結使用 CSS END */


/* sidebar scrollbar */
.sidebar-content {
    max-height: calc(70vh - 60px);
    /*height: calc(96% - 60px);*/
    overflow-y: auto;
    position: relative;
}

.sidebar-content::-webkit-scrollbar-track {
    /*border: 1px solid #000;*/
    padding: 2px 0;
    /*background-color: #404040;*/
}

.sidebar-content::-webkit-scrollbar {
    width: 10px;
}

.sidebar-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 -4px 0 0 hsl(220deg 85% 90%);
    background-color: hsla(220, 85%, 90%, 1);
    border: 1px solid hsla(220, 85%, 90%, 1);
}
/* modal*/
.modal-content {
    border-radius: 14px !important;
}
.modal-header {
    /*padding: 2rem 2rem 1rem 2rem;*/
    border: 0;
    /*border-radius: 14px;*/
}
.modal-footer {
    /*padding: 1rem 2rem 2rem 2rem;*/
    border: 0;
    /*border-radius: 14px;*/
}

.EMP_Detail {
    overflow: auto;
    width: 100%;
    font-size: 14px;
}

.EMP_Detail table > thead > tr > th {
    /*vertical-align: middle !important;*/
    /*border-bottom-width: 0px;*/
    background-color: #495867;
    color: #FFFFFF;
    font-weight: 300;
}

.bg-mySeaSonic {
    background-color: #F5EFED;
}

.bg-mySeaSonic {
    background-color: #FFFFFF;
}


.myBreadcrumb {
    padding: 0.5rem 1rem;
    background-color: #FFFFFF00;
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
}




/* eFlow */

form.eForm_display input, form.eForm_display textarea {
    background-color: #FFFFFF;
}

.Form_flow {
    background-color: #DAE6F5;
}

.Form_Status {
    display: inline-block;
    border: solid 5px;
    min-width: 100%;
    
    font-weight: bold;
    line-height: 1.88;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 60px;
    padding: 10px;
}
.Form_Status-fs {
    font-size: 1.4vw;
}
@media (max-width: 600px) {
    .Form_Status-fs {
        font-size: 2.5vw;
    }
}
@media (min-width: 600px) and (max-width: 780px) {
    .Form_Status-fs {
        font-size: 2.8vw;
    }
}
@media (min-width: 780px) and (max-width: 980px) {
    .Form_Status-fs {
        font-size: 2.4vw;
    }
}
@media (min-width: 980px) and (max-width: 1100px) {
    .Form_Status-fs {
        font-size: 2.2vw;
    }
}
@media (min-width: 1300px) and (max-width: 1600px) {
    .Form_Status-fs {
        font-size: 2.3vw;
    }
}
/* bootstrap */
.bootstrapBi {
    width: 1em;
    height: 1em;
    vertical-align: -.125em;
}

.el-menu {
    --el-menu-item-height: 45px ;
    --el-menu-sub-item-height: calc(var(--el-menu-item-height) - 6px);
}
