﻿
/*20241205_HLT Start*/
.question-mark {
    background-color: gray;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    color: white;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    /*display: flex;
    justify-content: center;*/
    font-size: 16px;
}
/*20241205_HLT Stop*/

/*20241211_HLT Start*/
.bluequestion-mark {
    margin-top: 4px;
    margin-left: 6px;
    background-color: #05A3D4;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: white;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    /*display: flex;    justify-content: center;*/
}
/*20241211_HLT Stop*/

.textalignc {
    text-align: center !important;
}

/*@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.ttf') format('truetype');
}*/

@font-face { /*20240314_MG Change Inter to NotoSansJP*/
    font-family: 'NotoSansJP';
    src: url('../fonts/NotoSansJP-Regular.ttf') format('truetype');
}

.font {
    /*font-family: Inter !important;*/
    font-family: NotoSansJP !important; /*20240314_MG Change Inter to NotoSansJP*/
}

.fontsizenormal {
    font-size: 16px;
    line-height: 19px;
}

.fontsizesmall {
    font-size: 12px !important;
    line-height: 19px !important;
}

.fontsize14 {
    font-size: 14px;
}

.fontsize10 { /*20230612_NG*/
    font-size: 10px;
}


.fontsize8 {
    font-size: 8px;
}
.fontsize24 {
    font-size: 24px;
}
.activefontcolor {
    color: #05A3D4 !important; /*20230112_YG*/
}

.project-tab {
    padding: 0px;
    /*margin-top: 97px;*/
    margin-top: 26px;
}

    .project-tab #tabs {
        background: #007b5e;
        color: #eee;
    }

        .project-tab #tabs h6.section-title {
            color: #eee;
        }
        .project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs {
        
            color: black !important;
        }

/*.nav-item:hover {
    box-shadow: none;
    color: #6E6E6E !important;
}*/

.nav-link1.active {
    background-color: transparent;
    --s: 5px;
    --c: #05A3D4; /*20230112_YG*/
    padding-bottom: 10px;
    text-decoration: none;
    display: inline-block;
    background: radial-gradient(farthest-side, var(--c) 98%,transparent 100%) bottom right/var(--s) var(--s), radial-gradient(farthest-side, var(--c) 98%,transparent 100%) bottom left /var(--s) var(--s), linear-gradient(var(--c),var(--c)) bottom/calc(100% - var(--s)) var(--s);
    background-repeat: no-repeat;
    font-weight: bold;
    border-radius: unset !important;
    width: 118px !important;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.25); /*20230112_YG*/
}

    .nav-link1.active:hover {
        color: #05A3D4 !important; /*20230112_YG*/
        box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.25);
    }
.nav-item:hover {
    /*border-radius: unset;*/
    box-shadow: none;
    color: #05A3D4 !important; /*20230112_YG*/
}

.project-tab .nav-link {
    border: 0px;
    color: black;
    font-weight: 600;
}

    .project-tab .nav-link:hover {
        border: none;
    }

.project-tab thead {
    background: #f3f3f3;
    color: #333;
}

.project-tab a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.scrollbar {
    float: left;
    width: 100%;
    min-width: 465px !important;
    background: #fff;
    overflow-x: auto !important;
    margin-bottom: 25px;
    transform: rotateX(180deg);
    display: inline-block;
}

.force-overflow {
    transform: rotateX(-180deg);
    z-index: 100 !important;
}

.scrollbar-primary::-webkit-scrollbar {
    height: 12px;
    /*20221122_YG_start*/
    background-color: #F3F3F3;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    /*20221122_YG_end*/
}

.scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #CBCBCB;
}

.scrollbar-primary {
    /*scrollbar-color: #CBCBCB #F5F5F5;*/

}

.scrollbar-vertical::-webkit-scrollbar {
    height: 0px;
    width: 0px;
    background-color: #F5F5F5;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
}

.scrollbar-vertical::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #CBCBCB;

}

.scrollbar-vertical {
    /*scrollbar-color: #CBCBCB #F5F5F5;*/  /*20240126 MG Deleted*/
}

@supports not( -moz-appearance:none ) { /*20240126 MG Added*/
    /* Add firefox CSS code here */
    .scrollbar-vertical {
        scrollbar-color: #CBCBCB #F5F5F5;
    }

    .scrollbar-primary {
        scrollbar-color: #CBCBCB #F5F5F5;
    }
}

.first_row {
    display: flex;
    flex-direction: row;
    margin-top: 12px;
    width: 100% !important;
}


.zentailabelCol {/*20230112_YG*/
    min-width: 649px !important;
    max-width: 649px !important;
    width: 649px !important;
    text-align: end;
}

.heikinCol {
    min-width: 80px !important;
    max-width: 80px !important;
    width: 80px !important;
    text-align: center !important;
    max-height: 32px !important;
}

.heikinLabel {
    display: inline-block;
    padding-top: 6px; /*20221122_YG*/
    height: 32px !important;
    width: 50px !important;
    border-radius: 10px !important;
    text-align: center !important;
    max-height: 32px !important;
    border: 1px solid #D6D6D6; /*20221122_YG*/
}

.heikinLabel1 {
    display: inline-block;
    padding-top: 2px; /*20221122_YG*/
    height: 24px !important;
    width: 50px !important;
    border-radius: 10px !important;
    text-align: center;
    line-height: 17px;
    border: 1px solid #D6D6D6; /*20221122_YG*/
}

.GV_Zentaiheikin1 {
    /*border-bottom: 3px solid #AAAAAA !important;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*background-color: #EAEAEA;*/ /*20221122_YG*/
}

.GV_heikin {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /*background-color: #EAEAEA;*/ /*20221122_YG*/
}

    .GV_heikin th {
        text-align: center;
        color: #6E6E6E;
        font-size: 14px;
        line-height: 17px;
        position: -webkit-sticky;
        position: sticky !important;
        z-index: 100 !important;
        background-color: #FFFFFF;/*20221122_YG*/
        border-bottom: 0.5px solid #AAAAAA;
        top: -1px;
        left: -2px;
        min-width: 100px !important;
        max-width: 100px !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .GV_heikin td {
        border-bottom: 0.5px solid #AAAAAA;
    }

.GV_Question th {
    position: -webkit-sticky;
    position: sticky !important;
    z-index: 100 !important;
    background-color: #FFFFFF;
    top: -1px;
    border-bottom: 0.5px solid #AAAAAA !important;
    border-spacing: 0px;
    border-collapse: collapse;
    font-weight: 400 !important; /*20221206_YG*/
}

.GV_Question td {
    border-bottom: 0.5px solid #AAAAAA !important;
    margin-top: 10px !important;
}

.GV_Zentaiheikin th {
    /*padding-top: 5px !important;
    border-bottom: 3px solid #AAAAAA !important;*/
    background-color: #FFFFFF;
    height:40px;
}

.categoryCol {
    min-width: 105px !important;
    max-width: 105px !important;
    width: 105px !important;
}

.questionCol {
    min-width: 610px !important;
    max-width: 610px !important;
    width: 600px !important;
}

.total_ans1 {
    text-align: center !important;
    min-width: 80px !important;
    max-width: 80px !important;
    width: 80px !important;
    /*padding-right: 20px !important;*/
}

.zentaiheikin {
    min-width: 60px !important;
    max-width: 60px !important;
    width: 60px !important;
}

.categoryColheader {
    padding-left: 3px;
}

.btkakunin {
    line-height: 15px;
    width: 160px;
    height: 32px;
    background: #A4A4A4;
    border: 1px solid #A4A4A4;
    border-radius: 10px;
    color: #FFFFFF;
}

    .btkakunin:hover {
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

.Dropdown {
    border-radius: 3px;
    padding: 0px;
    border: 0.5px solid rgb(155, 155, 155) !important;
    padding-left: 5px;
    color: dimgray;
    height: 40px;
}

.Dropdown_yearwidth {
    width: 104px !important;
}

.Dropdown_timeswidth {
    width: 82px !important;
}

.DialogInnerDiv {
    overflow: hidden !important;
    padding: 4px 10px !important;
    text-align: center;
    height: 80px !important;
}

.DialogStyle {
    /*background-color: transparent;*/ /*20230102 NG delete*/
    background-color: transparent !important; /*20230102 NG add*/
    border: none;
    outline-width: 0px !important;
    width: 100px !important;
    height: 100px !important;
}

.ui-widget-content {
    border: none !important;
}

.GV_Question a {
    font-weight: 400 !important;
    padding-bottom: 3px;
}

.GV_heikin a {
    font-weight: 400 !important;
    padding-bottom: 4px;
    /*font-family: Inter !important;*/
    font-family: NotoSansJP !important; /*20240314_MG Change Inter to NotoSansJP*/
    line-height: 19px;
}

.questionbox_blue_border {
    border: 1px solid #003161; /*20220921_YG*/
    border-radius: 10px;
    width: 48px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    color: #003161; /*20220921_YG*/
    padding-bottom: 2px !important; /*20240315_MG Added*/
}

.questionbox_blue {
    background: #003161; /*20220921_YG*/
    border-radius: 10px;
    width: 48px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    color: #FFFFFF; /*20220921_YG*/
    padding-bottom:2px !important; /*20240315_MG Added*/
}

/*20240430 WG Added Start*/
.questionbox_white_border {
    background: #003161; 
    border-radius: 10px;
    width: 48px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    color: #FFFFFF; 
    padding-bottom: 2px !important; 
    border: 1px solid #ffffff;
}
/*20240430 WG Added End*/

/*the container must be positioned relative:*/
.custom-select-common {
    position: relative;
    width: 128px;
    height: 40px;
}

    .custom-select-common select {
        display: none; /*hide original SELECT element:*/
    }


/*style the arrow inside the select element:*/
.select-selected-common:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 10px;
    width: 0px;
    height: 0px;
    border: solid gray;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.select-selected-kikan-common:after {
    top: 10px !important;
    right: 10px !important;
    border-width: 0 3px 3px 0 !important;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected-common.select-arrow-active:after {
    border: solid gray;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    text-align: center;
}

.select-selected-kikan-common.select-arrow-active:after {
    border-width: 0 3px 3px 0 !important;
}

.select-selected1:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 10px;
    width: 0px;
    height: 0px;
    border: solid white;
    border-width: 0 3px 3px 0 !important;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected1.select-arrow-active:after {
    border: solid white;
    border-width: 0 3px 3px 0 !important;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    text-align: center;
}


/*style the items (options), including the selected item:*/
.select-items1 div {
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    height: 48px;
    color:#2f2f2f !important;
    /*border-radius:5px;*/
}

.select-selected-common, .select-selected1 {
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    height: 40px;
    line-height: 38px;
    color:#2f2f2f !important;
    /*border-radius:5px;*/
}


/*style items (options):*/
.select-items1 {
    position: absolute;
    background-color: #FFFFFF;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 101;
    color: #2f2f2f !important;
    border-radius: 10px;
    border: 1px solid #D6D6D6;
    text-align: center;
    line-height: 48px;
}

.select-item-gray-common {
    background-color: #f5f5f5;
}

.select-items1 div.select-item-gray-common:last-child {
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}

.select-items-2row-common {
    line-height: 14px !important;
    padding-top: 1px !important;
}

.kikan-width-common {
    width: calc(100% - 54px);
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.kanryo-width-common {
    width: 54px !important;
    align-content: center;
    text-align: right;
    font-weight: bold;
}

.selected-kikan-width-common {
    width: calc(100% - 62px);
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.selected-kanryo-width-common {
    width: 62px !important;
    align-content: center;
    text-align: right;
    font-weight: bold;
    padding-right:8px;
}

.select-items-scroll1 { /*20221206_YG*/
    overflow: auto;
    overflow-x: hidden;
    max-height: 290px;
}

.width0 {
    width: 104px !important;
}

.width1 {
    width: 82px !important;
}

.width2 {
    width: 128px !important;
}
/*added nan 20230105 */
.width3 {
    width: 293px !important;
}


/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items1 div:first-child:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.select-items1 div:last-child:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.select-items1 div:hover, .same-as-selected {
    background-color: #D6D6D6;
}
.selected-bg-highlight { /*20250516 WG Added*/
    background-color: #d4e8fc !important;
}

.catzentailabelCol { /*20230112_YG*/
    min-width: 180px !important;
    max-width: 180px !important;
    width: 180px !important;
    text-align: end;
}

.CatcategoryCol {
    min-width: 241px !important;
    max-width: 241px !important;
    width: 241px !important;
}

/*datetimepicker start*/
.datepicker table td span:hover {
    background-color: #e9f3fd;
    outline: 2px solid #05a3d4;
}

.datepicker table tr td span.active {
    background-color: #05A3D4;
    text-align: center;
}

.bootstrap-datetimepicker-widget table td.day:hover {
    background-color: #e9f3fd;
    outline: 2px solid #05a3d4;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover {
    background-color: #05A3D4;
}
/*datetimepicker end*/

.starColor {
    color: #FF0F00;
}


/*20221209*/
.linkfont {
    color: #05A3D4 !important;
    font-size: 16px !important;
    line-height: 19px;
    text-decoration: none;
    height: 19px;
    font-weight: 400 !important;
}

.linkfont:hover {
    color: #0A58CA !important;
}

/*-------------------------------------------------------------mimi Start-----------------------------------------------------*/


.btn_green {
    /*background-color: #00B12C;*/
    /*background-color: #01BBCA;*/
    background-color: #05A3D5;
    color: white;
    /*border: none !important;*/
    /*border: 1px solid #01BBCA;*/ /*20221206_YG*/
    border: 1px solid #05A3D5;
}


.btn_green_disable {
    /*background-color: #C9E8EB;*/
    background-color: rgba(5, 163, 212, 0.1);/*20230106_zee*/
    color: white;
    border: none !important;
}

.btn_greenborder {
    background-color: white;
    /*border: 1px solid #01BBCA !important;*/
    border: 1px solid #05A3D5 !important;
    /*color: #01BBCA;*/
    color: #05A3D5;
}

.btn_bg_white { /*20230112_YG*/
    background-color: white !important;
    /*border: 1px solid #01BBCA !important;
    color: #01BBCA !important;*/
    border: 1px solid #05A3D4 !important;
    color: #05A3D4 !important;
}

    .btn_bg_white:hover { /*20230112_YG*/
        /*background-color: #01BBCA !important;
        border: 1px solid #01BBCA !important;*/
        background-color: #05A3D4 !important;
        border: 1px solid #05A3D4 !important;
        color: white !important;
    }
.btn_orange {
    /*background-color: #FFAC2F !important;*/
    background-color: #E89416 !important; /*20230113_MN*/
    color: white !important;
    border: none !important;
}


.btn_orange_disable {
    background-color: #FFD698;
    color: white;
    border: none !important;
}

.btn_green:hover, .btn_orange:hover,.btn_greenborder:hover {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btn_bg_white_text_05A3D5 {
    background-color: #FFFFFF !important;
    border: 1px solid #05A3D5 !important;
    color: #05A3D5 !important;
    
}
    .btn_bg_white_text_05A3D5:hover {
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

.btn_normal {
    border-radius: 15px;
    height: 48px;
}

.btn_small {
    border-radius: 10px;
    height: 40px !important; /*20230109_MN*/
}

.btn_new_pass {
    border-radius: 10px;
    height: 40px;
    width:224px;
}
.link_text { /*20220921_YG*/
    /*color: #003161;*/
    color: #05A3D4; /*20221219_phyo*/
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    height: 19px;
}

    .link_text:hover { /*20220921_YG*/
        /*color: #003161;*/
        color: #05A3D4; /*20221219_phyo*/
        font-size: 16px;
        line-height: 19px;
        text-decoration: none;
        height: 19px;
        font-weight: bold;
    }

.link_text_lightblue { /*20220921_YG*/
    color: #05A3D4;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    height: 19px;
}

.small_textbox {
    border-radius: 5px;
    padding: 10.5px 16px;
    border: 1px solid #6E6E6E;
    height: 40px;
}

.normal_textbox {
    border-radius: 5px;
    padding: 14px 16px;
    border: 1px solid #6E6E6E;
    height: 56px;
}

.Star-color {
    color: red !important;
}

.DisplayNone 
{
    display:none !important;
}

.lable_font_color_gray {
    color: #2f2f2f !important;
    /*color: #606060 !important;*/ /*20221219_phyo*/
}

.Iframe {
    width: 0px;
    height: 0px;
    border-width: 0px !important;
    border-radius: 20px;
}

.PopupScrollDiv {
    width:100%;
    height: 100vh;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.PopupModalBackground {
    background-color: #b6b6b6;
    /*filter: alpha(opacity=50);*/
    /*opacity: 0.2;*/
    width: 100%;
    height: 100%;
}

.PopupModalBackgroundLightGray {
    background-color: #b6b6b6;
    opacity: 0.7;
    width: 100%;
    height: 100%;
}


.boxBorderRadius {
    border-radius: 10px !important;
}

/***************************Progress Circle Style *************************************/
.circle-wrap {
    width: 80px;
    height: 80px;
    background: #D6D6D6;
    border-radius: 50%;
    margin: 32px 16px 16px 32px;
    float: left;
}

    .circle-wrap .circle .mask,
    .circle-wrap .circle .fill {
        width: 80px;
        height: 80px;
        position: absolute;
        border-radius: 50%;
    }

.mask .fill {
    background-color: #003161;
    clip: rect(0px, 40px, 80px, 0px);
}


.circle-wrap .circle .mask {
    clip: rect(0px, 80px, 80px, 40px);
}

.full25,
.fill25 {
    animation: fill ease-in-out 0.5s;
    transform: rotate(45deg);
}

@keyframes fill25 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

.full50,
.fill50 {
    animation: fill ease-in-out 0.5s;
    transform: rotate(90deg);
}

@keyframes fill50 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(90deg);
    }
}

.full75,
.fill75 {
    animation: fill ease-in-out 0.5s;
    transform: rotate(135deg);
}

@keyframes fill75 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(135deg);
    }
}

.full100,
.fill100 {
    animation: fill ease-in-out 0.5s;
    transform: rotate(180deg);
}

@keyframes fill100 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

.full0,
.fill0 {
    animation: fill ease-in-out 0.5s;
    transform: rotate(0deg);
}

@keyframes fill0 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


.circle-wrap .inside-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    line-height: 56px;
    text-align: center;
    margin-top: 12px;
    margin-left: 12px;
    color: #003161;
    position: absolute;
    z-index: 100;
    font-size: 20px;
}

/***************************MessageBox Style *************************************/

.custom-dialog-1 .ui-widget-header {
    border: 1px solid #dddddd;
    background: #00B12C;
    color: white !important;
    font-weight: bold;
}

.ui-dialog {
    z-index: 1000000000000;
}

    .ui-dialog .ui-dialog-title {
        font-size: 14px;
        color: white;
        text-align: left;
        padding-left: 2px;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        float: right;
        background-image: url("../Img/ConfirmMessage.png");
        background-position: -96px -127px;
        border-radius: 3px;
        border: 1px solid rgba(153,153,153,1) !important;
    }

.ui-dialog-titlebar-close:hover.ui-dialog-titlebar-close,
.ui-dialog-titlebar-close:focus .ui-dialog-titlebar-close {
    background-image: url("../Img/ConfirmMessage.png");
    background-position: -96px -127px;
}

.ui-dialog-titlebar-close:hover {
    background: #00B12C;
    color: white;
}

.ui-dialog-titlebar-close:focus {
    border: 1px solid #cccccc;
    font-weight: normal;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 7px 5px 0.25em 4px !important;
    border-top: 1px solid #c5c5c5;
    text-align: center !important;
    height: 50px !important;
}

    .ui-dialog .ui-dialog-buttonpane button {
        margin: 5px 5px 5px 5px !important;
        border-radius: 3px;
        border: 1px solid rgba(153,153,153,1) !important;
        font-size: 13px;
        height: 28px !important;
        width: 93px;
        line-height: 14px;
        font-family: "Hiragino Sans", "Open Sans", "Meiryo", "Hiragino Kaku Gothic Pro", "メイリオ", "MS ゴシック", "sans-serif";
    }

/* for Crome hack */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    .ui-dialog .ui-dialog-buttonpane button {
        width: 81px;
    }
}

.custom-dialog-1 .ui-dialog-buttonpane button:hover {
    /*background: #007FFF;*/
    color: white
}

/*.ui-dialog-buttonpane button:focus {
    border: 1px solid #cccccc;
    font-weight: normal;
}*/

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none !important;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: none;
}

.ui-widget-header .ui-icon {
    background-image: none;
}

.ui-button .ui-icon {
    background-image: none;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
    background-image: none;
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: none;
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: none;
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: none;
}

/******** 日付変更 **********/
.ChangeWeekButton {
    border: none;
    background-color: transparent;
    font-weight: bold;
    height: 13px;
    width: 22px;
    margin-left: 15px;
}

.ChangeWeekLeftButton {
    margin-left: 0px;
}

.ChangeWeekRightButton {
    margin-left: 7px;
}

.ChangeTodayButton {
    border: none;
    font-size: 14px;
    background-color: transparent;
    color: rgb(50,50,50);
}

/* for Crome hack */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    .ChangeTodayButton {
        margin-left: 7px;
        margin-right: 0px;
    }
}

.ChangeDayButton {
    border: none;
    background-color: transparent;
    font-weight: bold;
    height: 13px;
    width: 11px;
}

/* for Crome hack */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    .ChangeDayButton {
        margin-left: 7px;
    }
}

/************ Scroll Bar *************/
.CustomScroll {
    z-index: 0 !important;
}

    .CustomScroll ::-webkit-scrollbar {
        width: 8px !important;
        border-radius: 10px !important;
    }

    .CustomScroll ::-webkit-scrollbar-thumb {
        border-radius: 10px !important;
        background-color: #D6D6D6 !important;
    }

    .CustomScroll ::-webkit-scrollbar-track {
        border-radius: 10px !important;
        background-color: #F3F3F3 !important;
    }


.scrollbar-vertical-common::-webkit-scrollbar {
    height: 0px;
    width: 10px;
    background-color: #F5F5F5;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
}

.scrollbar-vertical-common::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #CBCBCB;
}

@supports not( -moz-appearance:none ) {
    .scrollbar-vertical-common {
        scrollbar-color: #CBCBCB #F5F5F5;
    }
}

/*----------------------------------------------------mimi End---------------------------------------------------------*/

/*----------------------------------------------------Graph Start---------------------------------------------------------*/

.divHeader {
    border: 2px solid rgb(230, 230, 230);
    border-radius: 10px 10px 10px 10px;
    width: 590px;
    height: 358px;
    box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.headerline {
    border-bottom: 2px solid rgb(230, 230, 230);
    margin: 0px 0px 10px 0px;
}

.lblCenter {   
    /*background-color: #F3F3F3;*/
    font-size: 16px;
    /*color: #6E6E6E;*/    
    padding: 10px 0px 10px 0px;
    border-radius: 10px 10px 0px 0px;
}

path[stroke-width="6.5"] {
    stroke: transparent;
}

/*g > g > path[fill="#ffffff"] {
    fill: #343434;
}*/
/*tooltip bgcolor*/

.google-visualization-tooltip {
    position: absolute !important;
    /*top: 0 !important;
    right: 0 !important;
    z-index: 1;*/
    pointer-events: none;
    border-radius: 6px;
    background-color: white;
    box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 12px;
    /*font-family: Inter;*/
    font-family: NotoSansJP; /*20240314_MG Change Inter to NotoSansJP*/
    padding: 5px !important;
    white-space: nowrap;
    margin: 5px;
    z-index: 1 !important;
}
/*----------------------------------------------------Graph End---------------------------------------------------------*/


.displayNone {
    display: none;
}

.display {
    display: block;
}
/*----------------------------------------nav and accsetting start------------------------------------------------*/
/*20221207 lwinmar added start*/
.Btn_txtcolor {
    color: #2f2f2f;
}

.Btn_bradius_start {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.Btn_bradius_end {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.Btn_nav1 {
    height: 40px !important;
    width: 192px;
    border-radius: 10px 0px 0px 10px;
    padding: 0px !important;
    text-decoration: none !important;
}

.Btn_nav2 {
    padding-top: 14px;
    text-decoration: none !important;
    width: 164px !important;
    margin-bottom: -1px;
}

.m_Btn_nav1 {
    padding-top: 15px;
    text-decoration: none !important;
}

.m_Btn_nav3 {
    padding-top: 14px;
    text-decoration: none !important;
}

.m_Btn_nav2 {
    height: 56px;
    border-radius: 10px 0px 0px 10px;
    text-decoration: none !important;
    padding-top: 19px !important;
}

.img_margin {
    margin-right: 18px;
    margin-bottom: 3px !important;
}

.img_margin1 {
    margin-left: 3px;
    margin-bottom: 3px !important;
}

.img_wh {
    width: 18px;
    height: 19px;
}

.li_wh {
    width: 200px !important;
    margin-top: 9px !important;
    height: 56px !important;
}

.m_lbl {
    color: #000;
    height: 56px;
    border-radius: 10px 0px 0px 10px;
    text-decoration: none !important;
    width: 200px;
}

.tbl_style {
    min-width: 200px !important;
    height: 56px !important;
    margin-top: -8px;
}

.a_link {
    color: #2f2f2f;
    height: 40px;
    border-radius: 10px 0px 0px 10px;
    width: 192px;
    padding: 0px !important;
    text-decoration: none !important;
}
/*20221207 lwinmar added end*/
.dropdown-menu-right {
    right: auto !important;
    left: 192px !important;
    top: -6px !important;
    position: absolute !important;
}

.navbar-nav li:hover > .dropdown-menu {
    display: block !important;
}

.nav-link:hover {
    color: #003161 !important;
    cursor: pointer;
    background-color: #FFFFFF;
    box-shadow: 2px 5px 2px 0px lightgray !important;
}

.dropdown-item:hover {
    background-color: #D6D6D6 !important;
}


.dropdown-toggle::after {
    border-width: 0 !important;
}

.nav_item_active {
    color: #00B12C !important;
    cursor: pointer;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px 0px 0px 10px;
    height: 40px;
    margin-bottom: 8px;
}
/*----------------------------------------nav and accsetting end------------------------------------------------*/
/*----------------------------------------Ranking start------------------------------------------------*/
.naiyou_overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.GV_Data td {
    border-bottom: 0.5px solid #AAAAAA !important;
    padding-right: 8px;
}
.GV_Data th {
    padding-right: 8px;
}

.GV_Data tr:hover {
    background-color: rgba(214, 214, 214, 0.1) !important;
}


.GV_Header th {
    padding-right: 8px;
}
.GV_Header td {
    padding-right: 8px;
}

.gridView {
    max-height: 595px;
    max-width: 912px !important;
    min-width: 912px !important;
}

.naiyoucol {
    min-width: 800px !important;
    max-width: 800px !important;
    width: 800px !important;
}

.naiyoucol_ichiran {
    min-width: 333px !important;
    max-width: 333px !important;
    width: 333px !important;
}

.naiyoucol_header {
    min-width: 430px !important;
    max-width: 430px !important;
    width: 430px !important;
}

.heikincol {
    min-width: 48px !important;
    max-width: 48px !important;
    width: 48px !important;
}
.heikincol_ichiran {
    min-width: 67px !important;
    max-width: 67px !important;
    width: 67px !important;
    text-align: right;
}
.junicol {
    min-width: 48px !important;
    max-width: 48px !important;
    width: 48px !important;
}

.LBheikin {
    display: inline-block;
    padding-top: 0px;
    height: 32px !important;
    width: 32px !important;
    /*border-radius: 50px !important;*/
    text-align: center !important;
    line-height: 32px;
    /*background-color: red;*/
}
.GV_Data_Ichiran td {
    padding-bottom:16px!important;
}

.mottoru {
    width: 105px !important;
    margin-bottom: 8px !important; /*20231005_YG*/
    margin-left: 200px !important;
    margin-right: 95px !important;
}

/*----------------------------------------Ranking end------------------------------------------------*/
/*----------------------------------------Popup Scroll start------------------------------------------------*/
.divGridScroll_ranking {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 912px !important;
    min-width: 912px !important;
    height: 595px !important;
    background-color: white;
    margin-bottom: 6.67px;
    z-index: 0 !important;
    position: static;
}

.divCustomScroll {
    z-index: 0 !important;
}

    .divCustomScroll ::-webkit-scrollbar {
        width: 10px;
        border-radius: 10px;
    }

    .divCustomScroll ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #D6D6D6;
    }

    .divCustomScroll ::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #F3F3F3;
    }
/*----------------------------------------Popup Scroll end------------------------------------------------*/

/*----------------------------------------Popup start------------------------------------------------*/
.DivPopup {
    max-width: 960px;
    min-width: 960px;
    background-color: white;
    display: block;
    padding-bottom: 20px;
    position: relative;
    border-radius: 5px;
    max-height: 800px !important;
    min-height: 800px !important;
}

.CPopupheader {
    display: flex;
    height: 48px; /*20230109_MN*/
    background-color: #E7E7E7; /*20230112_YG*/
    border-top-right-radius: 5px !important; /*20231006_MG(E)*/
    border-top-left-radius: 5px !important; /*20231006_MG(E)*/
    border-bottom-left-radius: 0px;
    padding: 0px 0 0px 24px;
    width: 960px;
}

.DivFooter {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 896px;
    height: 80px; /*20230109_MN*/
    margin: 0 32px 0 32px;
    border-top: 3px solid #E7E7E7; /*20230120_MN*/
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.Divbody {
    max-width: 960px !important;
    height: 655px !important;
    background-color: white;
    padding: 0px 32px 0px 32px;
    margin-top: 16px;
}

/*.CPopupheader_height_48 {
    display: flex;
    height: 48px;
    background-color: #F3F3F3;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 0px;
    width: 728px;
}
.Divbody_height_311 {
    max-width: 728px !important;
    height: 311px !important;
    background-color: white;
    margin-top: 16px;
}*/
/*----------------------------------------Popup end------------------------------------------------*/

.divHeader_Ranking {
    border: 1px solid rgb(230, 230, 230);
    border-radius: 0 0 10px 10px;
    width: 480px;
    /*height: 240px;*/
    height: 208px;/*20231005_YG*/
    box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
    border-top-color: white !important;
}

.DivMottomiru {
    display: flex;
    /*justify-content: center;*/
    /*align-items: center;*/
    width: 477px;
    height: 40px;
    /*margin: 4px 0 16px 0;*/
    line-height: 40px;
    color: #00B12C;
    /*margin-top: 16px !important;*/
    margin-bottom: 8px !important; /*20231005_YG*/
    margin-top: -8px !important; /*20231005_YG*/
}


.DivPopupIrai {
    max-width: 928px;
    min-width: 928px;
    background-color: white;
    display: block;
    padding-bottom: 20px;
    position: relative;
    border-radius: 5px;/*20231006_MG(E)*/
    max-height: 320px !important;
    min-height: 320px !important;
}

input[type="radio"] + label {
    font-weight: normal !important;
    padding-left: 2px;
}


input[type="radio"] {
    display: inline-block !important;
    accent-color: green;
    clear: none
}

.btn_red {
    background-color: #FF0F00;
    color: white;
    border: none !important;
}

.btn_red_disable {
    background-color: #FFBDBD;
    color: white;
    border: none !important;
}
/*-----------------------------------確認メッセージmodal start -----------------------------------*/
.modalwidth {
    width: 640px !important;
    height: 320px !important;
    border: 1px solid transparent;/*20231006_MG(E)*/
}

.lbl_Popheader {
    /*margin-left: 8px;*/
    font-weight: 700;
}

.modalbody {
    height: 192px !important;
}

.modalbodytext {
    padding: 10.5px 8px 10.5px 8px;
}

.modalfwidth {
    /*width: 592px;
    margin-left: calc(50% - 592px/2);
    height: 72px !important;*/ /*20240423_MG Deleted*/
    /*20240423_MG Changed*/
    width: 608px;
    margin-left: calc(50% - 608px/2);
    height: 56px !important;
}
.btn_back {
    font-weight: 400;
    width: 83px;
    background-color: white !important;
    border: 0px solid red !important;
    color: #05A3D4 !important;
    background-image: url('../Img/C_25_Arrow.png');
    background-repeat: no-repeat;
    background-position: top -1px left 0px;
    padding-left: 40px !important;
}
.btn_PopWidth {
    width: 144px !important;
}

.modal-footer {
    padding-bottom: 0px !important;
}

.btn_popspace {
    margin-left: 16px !important;
}

.modal-footer > * {
    margin: 0px;
}

@media only screen and (max-width:655px) {
    .modalwidth {
        width: 100% !important;
        height: 240px !important;
        /*margin-left: 8px !important;
        margin-right: 8px !important;*/
    }

    .modalbody {
        height: 134px !important;
    }

    .modalbodytext {
        margin: 16px 8px 16px 8px;
        padding: 10.5px 8px 10.5px 8px;
    }

    .modalfwidth {
        width: 94% !important;
        padding: 0px;
        margin-left: 12px;
        margin-right: 0px;
        height: 56px !important;
    }

    .btn_popspace {
        margin-left: 16px !important;
    }
}

@media only screen and (min-width:320px) and (max-width:358px) {

    .modalfwidth {
        width: 93% !important;
        margin-left: 10px;
        margin-right: 0px !important;
        height: 56px !important;
    }

    .btn_PopWidth {
        width: 132px !important;
    }

    .btn_popspace {
        margin-left: 8px;
    }
}
/*-----------------------------------確認メッセージmodal end -------------------------------------*/
/*---------------------------------------------tab start ------------------------------------------*/
.main_tab_maring {
    margin-left: 32px;
    margin-top: 0 !important;
}

.tab_margin {
    margin-left: 72px;
}

@media only screen and (max-width:540px) {
    .main_tab_maring {
        margin-left: 8px !important;
        margin-top: 12px !important;
    }

    .tab_margin {
        margin-left: 24px;
    }
}
/*---------------------------------------------tab end --------------------------------------------*/
/*-------------------------------------------------------------memberkanri Start-----------------------------------------------------*/

.member_tab {
    width: auto !important;
    text-decoration-line: none;
    margin-top: 26px !important;
}

.member_lblstyle {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    line-height: 19.36px;
    height: 40px;
}

.member_panel {
    z-index: 80;
    width: 1455px !important;
    min-height: 40px;
    height: 40px;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    padding: 0px;
    margin-top: -21px;
    background: rgba(1, 187, 202, 0.8);
    text-align: left;
    padding-top: 3px;
}

.modal_lbl {
    padding-left: 16px; /*20230111_EZ*/ /*20240423_MG Changed 24px to 16px*/
    padding-right: 16px; /*20230110_EZ*/ /*20240423_MG Changed 20px to 16px*/
    font-weight: 700;
    height: 40px !important; /*20240423_MG Changed 48px to 40px*/
    background-color: #E7E7E7; /*20230110_EZ*/
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.modalbody_style {
    width: 100%;
    color: #2f2f2f !important;
    text-align: center !important;
    align-items: center;
    justify-content: center;
}

.modalfooter_style {
    border-top: 3px solid #E7E7E7; /*20230120_MN*/
    text-align: center !important;
    padding-top: 0px !important;
}

.modal-dialog_style {
    border-radius: 10px !important;
    justify-content: center;
    display: flex;
    align-items: center;
}

.modal-header_style {
    /*height: 48px !important;20230109_MN*/
    height: 40px !important; /*20240423 NG(E) Updated*/
    padding: 10.5px 16px 10.5px 16px; /*20240423 NG(E) */
    /*background-color: #F3F3F3 !important;*/
    background-color: #E7E7E7 !important; /*20230110_N*/
    border-radius: 5px 5px 0px 0px !important; /*20231006_MG(E)*/
}

.div-body-style {
    width: 100%;
    color: #2f2f2f !important;
    text-align: left !important;
    align-items: center;
    justify-content: center;
}
/*-------------------------------------------------------------memberkanri End-----------------------------------------------------*/
/*---------------------------------------------------------C_09_Anketto start---------------------------------------------------------*/
.C_09_scroll::-webkit-scrollbar {
    width: 8px;
}

.C_09_scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.C_09_scroll::-webkit-scrollbar-thumb {
    background: #D6D6D6;
    border-radius: 10px;
}

.C_09_scroll {
    background-color: white;
    overflow-y: scroll;
    overflow-x: hidden;
    /*height: 52vh !important;*/
    width: 100% !important;
    padding-top: 16px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
}

.C_09_scroll_height1 {
    height: Calc(100vh - 24px - 60px - 24px - 178px - 28px );
}

.C_09_scroll_height2 {
    height: Calc(100vh - 24px - 60px - 24px - 138px - 28px);
}

@media only screen and (max-width:540px) {
    .C_09_scroll_height1 {
        height: Calc(100vh - 24px - 60px - 24px - 178px - 78px );
    }

    .C_09_scroll_height2 {
        height: Calc(100vh - 24px - 60px - 24px - 138px - 78px);
    }
}

@supports not(-moz-appearance:none) {
    .C_09_scroll {
        scrollbar-color: #CBCBCB #F5F5F5;
    }
}
/*---------------------------------------------------------C_09_Anketto end---------------------------------------------------------*/
/*-----------------------------------navigation bar start -----------------------------------*/
.activefontcolor2 {
    color: #05A3D4 !important;
    margin-bottom: 0px;/*20241127_NG -30px to 0px*/
}
/*-----------------------------------navigation bar end -----------------------------------*/
/*20240215_MG Added DateTimePicker Clear Icon Hide*/
/*-----------------------------------DateTimePicker Clear Icon Hide Start -----------------------------------*/
@media screen and (min-width: 541px) {
    .bootstrap-datetimepicker-widget table td a[data-action="clear"] > span {
       display: none !important;
    }
}
/*-----------------------------------DateTimePicker Clear Icon Hide End -----------------------------------*/

/*20240227_MG Added Bootstrap Custom Tooltip Design Create*/
/*-----------------------------------Bootstrap Custom Tooltip Design Create Start -----------------------------------*/
.tooltip-inner {
    max-width: 1000px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
    white-space: pre-wrap;
    word-break: break-word;
    /*font-family: 'Inter';*/
    font-family: 'NotoSansJP'; /*20240314_MG Change Inter to NotoSansJP*/
}

@media screen and (max-width: 540px) {
    .tooltip-inner {
        max-width: calc(100vw - 16px);
    }
}
/*-----------------------------------Bootstrap Custom Tooltip Design Create End -----------------------------------*/

/*-----------------------------------popup border-radius start -----------------------------------*/
.popupBorderTRRadius {
    border-radius: 5px 5px 0px 0px !important;
}

.popupBorderRadius {
    border-radius: 5px !important;
}
.header-radius {
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
}
.footer-radius {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

/*-----------------------------------popup border-radius end -----------------------------------*/

/*-----------------------------------Main Gamen border-radius start -----------------------------------*/
.main-gamen-radius {
    border-radius: 5px !important;
}
/*-----------------------------------Main Gamen border-radius end -----------------------------------*/
.popup-btn-height {
    border-radius: 10px;
    height: 40px !important;
}

.ddl-value-common {
    padding: 0px !important;
    height: 0px !important;
    width: 0px !important;
    margin:0px !important;
}

.select-selected-2row { /*20240612 MG Added*/
    line-height: 14px !important;
    padding-top: 1px !important;
    color: #2f2f2f !important;
}

@media only screen and (max-width:1023px) {
    .popup-btn-height{
        border-radius: 10px;
        height: 33px !important;
    }
}

/*-----------------------------------人事評価ルール Step Button Style Start -----------------------------------*/
/*20241128_NG Added*/
.c113-step-div-title {
    background: #003161 !important;
    width: 130px !important;
    height: 20px !important;
    border-radius: 5px;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px !important;
    line-height: 14.52px !important;
}

.c113-div-step-region {
    width: 130px !important;
    min-width: 130px !important;
    max-width: 130px !important;
}

.c113-div-step-btn {
    color: white;
    background-color: #d4e8fc;
    width: 130px !important;
    min-height: 32px;
    height: calc((100vh - 220px) / 9);
    margin-top: 4px !important;
    border-radius: 5px;
    padding-left: 8px;
    line-height: 11.5px !important;
    padding-top: 1px !important;
    position: relative !important;
    margin-bottom: 12px !important;
    cursor: context-menu !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.c113-btn-step-enable {
    cursor: pointer !important;
}

    .c113-btn-step-enable:hover {
        background-color: #05a3d4;
        box-sizing: border-box;
        box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.3);
    }

        .c113-btn-step-enable:hover .c113-step-triangle-icon {
            border-top-color: #05a3d4;
            -webkit-filter: drop-shadow(0px 4px 2px rgba(0,0,0,.3));
            filter: drop-shadow(0px 4px 2px rgba(0,0,0,.3));
        }

.c113-btn-step-disable {
    background-image: url('../Img/C_113_Disabled.png?t=<%= "" + DateTime.Now.Ticks %>');
    background-repeat: no-repeat;
    background-position: top 50% right 8px;
    background-size: 16px;
}

.c113-div-step-btn .c113-step-triangle-icon {
    position: absolute;
    top: 100%;
    left: 50%;
    border-top: 9px solid #d4e8fc;
    border-right: 9.2px solid transparent;
    border-left: 9.2px solid transparent;
    transform: translate(-50%, 0);
}

.c113-step-btn-active {
    background-color: #05a3d4;
    box-sizing: border-box;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.3);
}

    .c113-step-btn-active .c113-step-triangle-icon {
        border-top-color: #05a3d4;
        -webkit-filter: drop-shadow(0px 4px 2px rgba(0,0,0,.3));
        filter: drop-shadow(0px 4px 2px rgba(0,0,0,.3));
    }

@media screen and (max-width: 1023px) {
    .c113-div-step-btn {
        height: calc((100vh - 220px) / 9);
    }

    .select-selected-kikan-common:after {
        top: 6.5px !important;
    }

    .select-selected-kikan-common {
        border-color: transparent transparent transparent transparent;
        height: 26px;
        line-height: 24px;
        padding-right: 21px !important;
        padding-left: 8px !important;
        width: auto !important;
    }
}
/*-----------------------------------人事評価ルール Step Button Style End   -----------------------------------*/

/* 20250207_NG Added 企業理念 CSS Style*/
/*-----------------------------------企業理念 CSS Style Start   -----------------------------------*/
.div-kigyo-rinen-title {
    height: 15px;
    padding: 0px 8px;
    margin-left: 0px;
    border-radius: 5px;
    background-color: #f5f5f5;
    text-align: left;
    width: fit-content;
    block-size: fit-content;
    max-width:calc(100% - 8px);
}

.lbl-kigyo-rinen-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.div-kigyo-rinen-data {
    width: 100%;
    min-height: 40px;
    border-radius: 5px;
    padding: 10.5px 16px;
    background-color: #f5f5f5;
    margin-top: -10px;
    word-break: break-word;
}

.div-kigyo-rinen-haikei {
    width: 100%;
    min-height: 40px;
    border-top: 1px solid #e7e7e7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10.5px 16px;
    background-color: #f5f5f5;
    word-break: break-word;
}
/*-----------------------------------企業理念 CSS Style End    -----------------------------------*/

/*-----------------------------------社員情報ホーバーツールチップ CSS Style Start MG Added  -----------------------------------*/
.div-common-tooltip {
    position: fixed;
    color: white;
    border-radius: 5px;
    padding: 10.5px 16px;
    background-color: #6d6d6d;
    line-height: 23px !important;
    margin-right: 16px;
    max-width: calc(100vw - 32px);
    word-wrap: break-word;
}

.font-size-common-tooltip {
    font-size: 16px !important;
}

.div-common-opacity {
    opacity: 0;
}

@media only screen and (max-width:1023px) {
    .font-size-common-tooltip {
        font-size:12px !important;
    }
}
/*-----------------------------------社員情報ホーバーツールチップ CSS Style End   -----------------------------------*/

/*-----------------------------------評価期間プルダウン表示 CSS Style Start　20250429 MG Added  -----------------------------------*/
.kikan-ddl-selected {
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    height: 32px;
    line-height: 29px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 21px !important;
    padding-left: 3px !important;
    color: #6d6d6d;
    text-align: left !important;
    border-bottom: 0px !important;
    /* border-radius: 5px; */
}

    .kikan-ddl-selected:after {
        position: absolute;
        content: "";
        top: 9px;
        right: 13px;
        width: 0px;
        height: 0px;
        border: solid #6d6d6d;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        color: #2f2f2f;
    }

.div-kikan-ddl {
    max-height: calc(100vh - 150px);
    overflow: auto;
    position: absolute;
    right: 0px;
    width: 293px !important;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    margin-top: -1px;
    z-index: 100;
}

.tbl-kikan-ddl {
    table-layout: fixed;
    width: 100% !important;
    border-radius: 5px;
    border: 0px;
    border-collapse: unset;
    background-color: white;
    border-spacing: 0px !important;
    line-height: 14px !important;
}

    .tbl-kikan-ddl tr td {
        padding: 0px 4px;
        height: 32px;
        cursor: pointer;
    }

    .tbl-kikan-ddl tr:not(:first-child) td {
        border-top: 1px solid #e7e7e7;
    }

    .tbl-kikan-ddl tr:first-child td:first-child {
        border-top-left-radius: 5px;
    }

    .tbl-kikan-ddl tr:first-child td:last-child {
        border-top-right-radius: 5px;
    }

    .tbl-kikan-ddl tr:last-child td:first-child {
        border-bottom-left-radius: 5px;
    }

    .tbl-kikan-ddl tr:last-child td:last-child {
        border-bottom-right-radius: 5px;
    }

.td-kikan {
    padding: 0px 8px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .td-kikan:not(.selected):hover {
        background-color: #d6d6d6 !important;
    }

    .td-kikan.selected {
        background-color: #d4e8fc !important;
    }

        .td-kikan.selected span:not(.kanryo-width-common) {
            color: #2f2f2f !important;
        }

.div-border-blue-line {
    width: 100%;
    height: 6px;
    border-radius: 10px;
    background-color: #05a3d4;
    margin-top: 1px;
}

.div-border-gray-line {
    width: 100%;
    height: 5px;
    border-radius: 10px;
    background-color: #f5f5f5;
    margin-top: 2px;
}

.sticky-header-cell {
    background: white;
    position: sticky;
    top: 0.5px;
    position: -webkit-sticky;
}

.sticky-footer-cell {
    position: sticky;
    bottom: 0;
    background: white;
    position: -webkit-sticky;
}

/*.kanryo-width-common {
    color: #e89416 !important;
}*/

.td-kikan-hide, .td-not-displyed {
    display: none !important;
}

.select-selected-1row {
    padding-top: 0px !important;
    line-height: 28px !important;
}

@media only screen and (max-width:1023px) {
    .kikan-ddl-selected {
        line-height: 22px !important;
        height: 26px;
        padding-left: 8px !important;
    }

        .kikan-ddl-selected:after {
            top: 5px;
        }

    .div-kikan-ddl {
        width: auto !important;
        min-width: 100% !important;
        max-width: calc(100vw - 32px) !important;
        max-height: calc(100vh - 220px);
    }

    .tbl-kikan-ddl {
        width: auto !important;
        min-width: 100% !important;
        max-width: calc(100vw - 32px) !important;
    }

    .lbl-kikan-name, .lbl-kikan-date {
        max-width: calc(100vw - 48px);
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
/*-----------------------------------社員情報ホーバーツールチップ CSS Style End   -----------------------------------*/

