@import url("https://fonts.googleapis.com/css?family=Sawarabi+Gothic");
@import url("/css/theme-default.css");
:root {
  --retool-txt-color-orange: #E16829;
}

body {
    font-family: 'Sawarabi Gothic', Arial, Helvetica, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
}
h6 {
    margin-top: 1px;
    margin-bottom: 1px;
}
.table thead th {
    vertical-align: middle !important;
}

/* サイドバー */
ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}




/* ******************************************** */
/* ******************************************** */
/* *********       全体・部品設定       ********* */
/* ******************************************** */
/* ******************************************** */
@media (min-width: 2560px) {
    .contents {
        margin: 0 auto;
        }
}

@keyframes shrinkcontent {
    0% {
        padding-left: 93px;
    }
    100% {
        padding-left: 282px;
    }
}

@keyframes widecontent {
    0% {
        padding-left: 282px;
    }
    100% {
        padding-left: 93px;
    }
}

.contents {
    max-width: 2048px;
    margin: 0 auto;
}

.retool-main {
    width: 100%;
    display: table;
    table-layout: fixed;
    position: relative;
    min-height: 100%;
}
.retool-header-side-open{
     /* メニューopen時 */
    font-size: 1rem;
    top: 0px;
    vertical-align: middle;
    padding-left: 282px;
    animation-name: shrinkcontent;
    animation-duration: 1s;
    border-bottom: solid #ddd thin;
}
.retool-header-side-closing{
    font-size: 1rem;
    top: 0px;
    vertical-align: middle;
    padding-left: 93px;
    animation-name: widecontent;
    animation-duration: 1s;
    border-bottom: solid #ddd thin;
}
.retool-header-side-close{
    font-size: 1rem;
    top: 0px;
    vertical-align: middle;
    padding-left: 93px;
    border-bottom: solid #ddd thin;
}
.retool-contents-side-open {
    /* メニューopen時 */
    top: 0px;
    vertical-align: middle;
    max-width: 2048px;
    padding-left: 282px;
    animation-name: shrinkcontent;
    animation-duration: 1s;
}
.retool-contents-side-closing {
    top: 0px;
    vertical-align: middle;
    max-width: 2048px;
    padding-left: 93px;
    animation-name: widecontent;
    animation-duration: 1s;
}
.retool-contents-side-close {
    top: 0px;
    vertical-align: middle;
    max-width: 2048px;
    padding-left: 93px;
}
.retool-contents-title-card-header {
    padding: .35rem 0.75rem;
}

button[aria-expanded="false"] > .retool-contents-title{
    display: inline-block;
    transform: scale(-1);
}


.retool-card-body {
    overflow-y: scroll;
}

.retool-card-body-title {
    padding-left: 10px;
    font-size: 16px;
}


.retool-card-body-title-icon {
    font-size: 18px;
    margin-right: 5px;

}


.retool-table-title {
    font-size: 18px;
}

.retool-multi-menu-col-7 {
    max-width: 20% !important;
}
.retool-multi-menu-col-8{
    max-width: 15% !important;
}
.retool-table-display-none {
  display: none !important;
}




.retool-select-wrap {
    position: relative;

}
.retool-select-wrap-report {
    width: 133px;
}
.retool-select-wrap-analysis {
    width: 200px;
}
.retool-select-wrap:after {
    font-family: "Font Awesome 5 Free";
    content: "\f13a";
    /* content: "\f0dc"; */
    /* content: "\f13a"; */
    /* content: "\f150"; */
    /* content: "\f0ab"; */
    font-weight: bold;
    text-align: center;
    line-height:32px;
    position: absolute;width: 30px;
    height: 30px;
    right: 3px;
    top: 1px;
    pointer-events: none;
}

.retool-term-setting-select-default {
    font-size: 12px;
    margin-bottom: 20px;
}



.retool-btn-search:disabled {
    pointer-events: none;
}
.retool-btn-save:disabled {
    pointer-events: none;
}
.retool-btn-add:disabled {
    pointer-events: none;
}
.retool-btn-register:disabled {
    pointer-events: none;
}


.retool-btn-back, .retool-btn-back:visited {
    width: 70px;
}
.retool-btn-back:disabled {
    pointer-events: none;
}

.retool-btn-controller-body{
    padding: 0px !important;
    margin-right: 5px;
    margin-bottom: 5px;

}
.retool-btn-search-margin {
    margin-bottom: 15px;
    margin-right: 10px;
}
.retool-btn-save-margin {
    margin-bottom: 15px;
    margin-right: 10px;
}

.retool-radio-core:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.retool-radio-non-core:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.retool-radio-checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    z-index: 100;
    border: 6px solid #FFE1B9;
    box-shadow: 0px 5px 10px #AAA;
}

.retool-radio-container:hover input ~ .retool-radio-checkmark {
    border: 6px solid #FEC17C;
}

.retool-radio-container input:checked ~ .retool-radio-checkmark {
    border: 6px solid #FCA13E;
}

.retool-radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.retool-graph-legend2-plan{
    height: 20px;
    width: 3rem;
    border-radius: 3px;
}
.retool-graph-legend2-result{
    height: 20px;
    width: 3rem;
    border-radius: 3px;
}
.retool-graph-legend2-complete-percent{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: 0 auto;
}
.retool-graph-legend3-complete-percent{
    box-shadow: 4px 4px 4px -2px #ddd;
    /*box-shadow: 4px 4px 4px -2px #ddd inset;*/
    height: 25px;
    width: 20px;
    border-radius: 50%;
    margin: 0 auto;
}


.retool-graph-legend-plan{
    height: 12px;
    width: 3rem;
    border-radius: 3px;
}

.retool-graph-legend-result {
    height: 12px;
    width: 3rem;
    border-radius: 3px;
}

.retool-graph-legend-complete {
    height: 12px;
    width: 3rem;
    border-radius: 3px;
}

.retool-graph-legend-average {
    height: 12px;
    width: 3rem;
    border-radius: 3px;
}

.retool-information-box {
    overflow: hidden;
    padding-top: 0px !important;
    /*padding-top: 10px;*/
    padding-bottom: 0px !important;
    /*padding-bottom: 10px;*/
}

.retool-information-box-title {
    font-size: 13px;
    font-weight: 100;
}

.retool-information-box-sub-title {
    padding-top: 5px;
    padding-left: 5px;
    font-size: 10px;
}

.retool-information-box-digit {
    font-weight: 600;
    padding-left: 25px;
    font-size: 18px;
    text-align: center;
}

.retool-information-box-focus-digit {
    padding-top: 10px;
    font-size: 26px;
    text-align: center;
    font-weight: 600;
}

.retool-information-box-operation {
    float: left;
    border-radius: 5px;
    padding: 5px 10px;
}

.retool-information-box-achievement {
    float:  left;
    margin-left: 20px;
    border-radius: 5px;
    padding: 5px 10px;
}

.retool-information-box-plan {
    float:  left;
    margin-left: 20px;
    border-radius: 5px;
    padding: 5px 10px;
}

.retool-information-box-date {
    float:  left;
    margin-left: 20px;
    border-radius: 5px;
    padding: 5px 10px;
}

.retool-information-box-date-input {
    width: 100px;
    margin-left: 80px;
    margin-top: 2px;
    font-size: 20px;
    text-align:  center;
}




/* ******************************************** */
/* ******************************************** */
/* **********       各画面毎要素      ********** */
/* ******************************************** */
/* ******************************************** */


/* *************   サイドメニュー   ************* */
.retool-menu-div{
  height:0px;
}

.retool-menu-dumy {
    top: 0px;
    left: 0px;
    width: 85px;
    vertical-align: middle;
    position: absolute;
}
.retool-menu-dom1-row2-dumy {
    height:98px;
}
.retool-menu-dom1-row3-dumy {
    height:131px;
}
.retool-menu-dom1-row4-dumy {
    height:195px;
}
.retool-menu-dom1-row5-dumy {
    height:162px;
}
.retool-menu-dom1-row6-dumy {
    height:191px;
}
.retool-menu-dom1-row7-dumy {
    height:150px;
}
.retool-menu-dom1-row8-dumy {
    height:345px;
}
.retool-menu-dom1-row9-dumy {
    height:388px;
}
.retool-menu {
    top: 0px;
    left: 0px;
    width: 85px;
    position: absolute;
    z-index: 1002;
    border: 1px solid rgba(0,0,0,0.125);
    height: 100%;
}
.retool-menu-dom1 {
    top: 0px;
    left: 0px;
    width: 60px;
    position: absolute;
    z-index: 1002;
    border-top: 1px solid rgba(0,0,0,0.125);
    border-left: 1px solid rgba(0,0,0,0.125);
    border-bottom: 1px solid rgba(0,0,0,0.125);
    background-color: #000;
}

@keyframes menuopenfadeout {
    0% {
        width: 0px;
    }
    100% {
        width: 250px;
    }
}
@keyframes menuclosefadein {
    0% {
        width: 250px;
    }

    100% {
        /* width: 90px; */
        /* width: 40px; */
        width: 50px;
    }
}

.retool-menu-open {
    top: 0px;
    left: 0px;
    width: 250px;
    min-width:90px;
    position: absolute;
    z-index: 1001;
    border: 1px solid rgba(0,0,0,0.125);
    animation-name: menuopenfadeout;
    animation-duration: 1s;
    background-color: #000;
}

.retool-menu-close{
    top: 0px;
    left: 0px;
    /* width:90px; */
    /* width:40px; */
    width:50px;
    position: absolute;
    z-index: 1001;
    border: 1px solid rgba(0,0,0,0.125);
    background-color: #000;
}

.retool-menu-colsing{
    top: 0px;
    left: 0px;
    /* width:90px; */
    /* width:40px; */
    width:50px;
    position: absolute;
    z-index: 1001;
    border: 1px solid rgba(0,0,0,0.125);
    animation-name: menuclosefadein;
    animation-duration: 1s;
    background-color: #000;
}



.retool-contorllerBody-duration{
    transition-duration: 1s !important;
    padding-top:0px !important;
    padding-bottom:0px !important;
}

.retool-menu-item {
    padding-top: 8px;
    margin-top: 9px;
}

.retool-menu-icon {
    /* margin-left: 28px; */
    margin-left: 8px;
    margin-right: 0px;
    padding-top: 8px;
    width: 20px;
    height: 20px;
    font-size: 18px !important;
}

.retool-menu-title {
    margin-left:58px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    margin-bottom:0px;
    font-size: 16px;
    padding-top:4px;
    height:27px;
    color: #fff;
}
.retool-menu-sub-title {
    text-align: left;
}
.retool-reports-menu{
  padding-top: 5px;
  padding-left: 10px;
}

.retool-menu-button-open {
    top: 200px;
    left: 76px;
    height: 120px;
    width: 15px;
    padding: 1px;
    font-size: 8px;
    position: absolute;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 10px;
    z-index: 1001;
}



/*メニューバーが閉じる時にアニメーションを発生させonAnimationEndに発火させる*/
.retool-btn-animation-closing{
    animation-name: blank_anime;
    animation-duration: 1s;
}
@keyframes blank_anime {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 1;

    }
}

/*.retool-menu-text {*/
/*    size: 10px;*/
/*    margin-left: 30px;*/
/*}*/
.retool-menu-text {
    size: 10px;
    margin-left: 60px;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}
.retool-reports-menu-text{
    size: 10px;
    margin-left: 70px;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

.retool-menu-btn {
    box-shadow: none;
    padding-top:0px;
    padding-bottom:0px;
    color: #fff;
    border-color: black;
    background-color: black;
}

.retool-menu-btn:hover {
    box-shadow: none;
}

.retool-menu-btn:focus {
    box-shadow: none;
}


.retool-menu-open-link {
     pointer-events: none;
}


/******************************/
/*  ダッシュボードページ設定     */
/******************************/

.retool-graph-core-dashboard {
    position: relative;
    height: 18vw;
    width: 36vw;
}
@media screen and (min-width:1024px) and ( max-width:1279px) {
    .retool-graph-core-dashboard {
        height: 17vw;
        width: 44vw;
    }
}
@media screen and (min-width:1280px) and ( max-width:1439px) {
    .retool-graph-core-dashboard {
        height: 17vw;
        width: 46vw;
    }
}
@media screen and (min-width:1440px) and ( max-width:1679px) {
    .retool-graph-core-dashboard {
        height: 19vw;
        width: 46vw;
    }
}
@media screen and (min-width:1680px) and ( max-width:1919px) {
    .retool-graph-core-dashboard {
        height: 20vw;
        width: 48vw;
    }
}
@media screen and (min-width:1920px) and ( max-width:2047px) {
    .retool-graph-core-dashboard {
        height: 20vw;
        width: 48vw;
    }
}
@media screen and (min-width:2048px) {
    .retool-graph-core-dashboard {
        height: 20vw;
        width: 48vw;
    }
}
.retool-dashboard-summary-border{
   border-radius: 15px;
}

.retool-dashboard-summary-label{
  font-size: 40px;
}

/******************************/
/*        稼働入力画面         */
/******************************/

.retool-calender-title {
    font-size: 20px;
    margin-top: 15px;
    user-select:none;
}
.retool-arrow {
    margin-top: 15px;
    font-size: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center !important;
    user-select:none;
}

.retool-arrow-circle:hover {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #dadce0;

}
.retool-arrow-tooltip {
  display: none;
  font-size: 15px;

  /*position: absolute;*/
  /*bottom: -2.8em;*/
  /*left: 0.3em;*/

  z-index: 9999;
  padding: 0.3em 0.5em;
  color: #FFFFFF;
  background: #5f6368;
}

.retool-arrow-back-tooltip {
  position: absolute;
  bottom: -1.5em;
  left: 1em;
}

.retool-arrow-forward-tooltip {
  position: absolute;
  bottom: -1.5em;
  left: 4em;
}

.retool-arrow:hover .retool-arrow-tooltip {
  display: block;
}


.retool-modal-operations-timetable {
    height: 650px;
}

.retool-input-dialog-operations-timetable {
    height: 480px;
}
.retool-input-dialog-operations-allday {
    height: 80px;
}

.retool-modal-dialog-operations-editor {
    top: -5%;
}
.retool-modal-title-operations-editor {
    padding-top: 15px;
    padding-left: 15px;
    font-size: 16px;
}
.retool-modal-form-label-operations-editor {
    font-size: 14px;
}



.retool-time-table-box {
    border-radius: 5px;
    margin-left: 10px;
    padding-left: 0px;
    height: 96% !important;
    max-height: 460px;
    width: 95%;
    margin: 0 auto;
}
.retool-time-allday-table-box{
    border-radius: 5px;
    margin-left: 10px;
    padding-left: 0px;
    height: 96% !important;
    max-height: 80px;
    width: 95%;
    margin: 0 auto;
}


.retool-time-table-title {
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    margin-left: 180px;
    /*margin: 0 auto;*/

}
.retool-time-table-block {
    height: 10px;
    font-size: 0.6rem;
}

.retool-sort-icon {
    /*margin-left: 28px;*/
    /*margin-right: 0px;*/
    /*padding-top: 7px;*/
    /*width: 20px;*/
    /*height: 20px;*/
    font-size: 18px !important;
    cursor: pointer;
    vertical-align: -3px;
}
.retool-time-table-item {
    z-index: 1;
    position: absolute;
    border-radius: 10px;
    cursor: default !important;
}
.retool-time-table-item:hover {
    font-size: 18px;
}
.retool-time-table-task-name{
    display: flex;
    justify-content: center;
    align-items: center;
}


.retool-event-table-box {
    border-radius: 5px;
    margin-left: 20px;
    padding-left: 0px;
    height: 96% !important;
    max-height: 560px;
}

.retool-event-table-title {
    font-size: 12px;
    text-align: center;
    margin: 10px 20px 10px;
    padding-top: 26px;
}
.retool-event-table-calendar-title {
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    /*margin: 0 auto;*/
    margin-left: 135px;
}
.retool-event-table-file-title {
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    margin-left: 110px;
    /*margin: 0 auto;*/
}

.retool-event-table-item {
    z-index: 1;
    position: absolute;
    border-radius: 10px;
}
.retool-event-table-item:hover {
    font-size: 18px;
}


.retool-task-selector-box {
    height: 109% !important;
    max-height: 623px;
    overflow-y: auto;
}

.retool-task-selector-title {
    font-size: 14px;
}

.retool-task-selector-item {
    height: 30px;
    margin-bottom: 5px !important;
    cursor: move;
}




/******************************/
/*        進捗入力画面         */
/******************************/

.retool-select-wrap-progress {
    width: 180px;
}

.retool-modal-form-label-progress-editor {
    padding-left: 4px;
}

.retool-bar-animation-progress {
    animation: bar-animation 1 5s;
    display: inline-block;
}
@keyframes bar-animation {
    0%{
      width: 0px;
    }
    100%{
      width: 100%;
    }
}


.retool-bar-progress {
    height: 40px;
    margin-bottom: 0;
}

.retool-triangle-progressing-progress {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    display: inline-block;
    overflow: visible;
}


.retool-bar-over-progress {
    z-index: 3;
    visibility: visible;
    width: 600%;
    padding-top: 5px;
}
.retool-bar-over-empty-progress {
    z-index: 3;
    visibility: visible;
    width: 100%;
    padding-top: 5px;
}


/******************************/
/*        活動計画画面         */
/******************************/
.retool-select-wrap-plan {
    width: 200px;
}

.retool-information-box-operation-plans {
    width: 20%;
    height: 80px;
}
.retool-information-box-achievement-plans {
    width: 20%;
    height: 80px;
}
.retool-information-box-plan-plans {
    width: 20%;
    height: 80px;
}
.retool-information-box-date-plans {
    width: 18%;
    height: 80px;
}
.retool-graph-legend-plan-plans {
    border-radius: 5px;
}
.retool-graph-legend-result-plans {
    border-radius: 5px;
}
.retool-graph-legend-average-plans {
    border-radius: 5px;
}

.retool-plan-member-name{
    font-size: 18px;
    height: 39px;
    padding: 5px 24px 7px;
    border-radius: 6px;
}
.retool-btn-taggletimetable{
    padding: 0 20px;
    font-size: 11px;
    margin-left: 15px;
}

.retool-graph-btn-plans{
  text-align: left;
  width: 20% !important;
  float:  left;
  margin-left: 20px;
  border-radius: 5px;
  padding: 5px 10px;

}
.retool-graph-btn-results{
  text-align: left;
  width: 20% !important;
  float:  left;
  margin-left: 20px;
  border-radius: 5px;
  padding: 5px 10px;
}
.retool-graph-btn-complete-parent{
  text-align: left;
  width: 20% !important;
  float:  left;
  margin-left: 20px;
  border-radius: 5px;
  padding: 5px 10px;
}


/******************************/
/*       レポート画面共通       */
/******************************/

.retool-select-report {
    font-size: 12px;
    width: 133px;
}
.retool-information-box-operation-report {
    width: 20%;
    height: 80px;
}
.retool-information-box-achievement-report {
    width: 20%;
    height: 80px;
}
.retool-information-box-plan-report {
    width: 20%;
    height: 80px;
}


/********************************/
/*        コアタスク画面        */
/********************************/

.retool-graph-card-body-core-task {
    margin-bottom: 50px !important;
}
.retool-graph-card-body-core-task-bar {
    margin-bottom: 50px !important;
}


.retool-graph-core-task {
    position: relative;
    height: 20vw;
    width: 24vw;
}

.retool-graph-core-task-bar {
    position: relative;
    height: 20vw;
    width: 55vw;
}
.retool-graph-core-task-rate-bar {
    padding-left: 4px;
}
.retool-graph-core-task-rate-pie {
    padding-right: 4px;
}
/********************************/
/*        散布図                */
/********************************/
.retool-graph-scatter-plot{
    position: relative;
    height: 26vw;
}

.retool-select-wrap-scatter-plot {
    width: 10vw;
}
.retool-select-scatter-plot {
    font-size: 12px;
    width: 10vw;
    height: 18vw !important;
}
/******************************/
/*       マスター画面共通       */
/******************************/

.retool-select-master {
    width: 465px;
    height:40px;
}


.retool-modal-body-title-search-member {
    padding-bottom: 20px;
    font-size: 1.2rem !important;
}


/******************************/
/*        チーム管理画面        */
/******************************/

.retool-card-body-title-teams {
    margin: .8em 1.2em 0em 1.6em;
    font-size: 1.2em;
    height: 3em;
}





/******************************/
/*     プロジェクト管理画面     */
/******************************/

.retool-label-project {
    margin-bottom: 10px;
}
.retool-label-no-project {
    font-size: 14px;
    padding-left: 3px;
}
.retool-label-phase-project {
    font-size: 14px;
    padding-left: 12px;
}
.retool-label-team-project {
    font-size: 14px;
    padding-left: 124px;
}


.retool-label-task-project {
    font-size: 14px;
    padding-left: 12px;
}
.retool-label-phase-task-project {
    font-size: 14px;
    padding-left: 104px;
}
.retool-label-task-core-project {
    font-size: 14px;
    padding-left: 24px;
}

.retool-select-project {
    width: 170px;
}
/******************************/
/*         受注分析画面        */
/******************************/

.retool-border-height {
  border: 1px solid #ccd4da;
  border-radius: 0.25rem;
  height: 520px;
}

.retool-select-height {
  height: 520px;
}

.retool-checkbox-nowrap {
  height: 470px;
  white-space: nowrap;
  overflow: scroll;
}

.retool-border-dashed {
  border: 1.5px dashed rgba(0,0,0,0.125);
}

.retool-border-light-gray-color {
  border: 1px solid rgba(0,0,0,0.125);
}

.retool-fontsize-100 {
  font-size: 100%;
}

.retool-width-100 {
  width: 100%;
}

.retool-border-radius-4 {
  border-radius: 4px !important;
}

/******************************/
/*        タスク管理画面        */
/******************************/


.retool-label-task {
    margin-bottom: 10px;
}
.retool-label-no-task {
    font-size: 14px;
    padding-left: 3px;
}
.retool-label-phase-task {
    font-size: 14px;
    padding-left: 12px;
}
.retool-label-team-task {
    font-size: 14px;
    padding-left: 124px;
}


.retool-label-task-task {
    font-size: 14px;
    padding-left: 12px;
}
.retool-label-phase-task-task {
    font-size: 14px;
    padding-left: 104px;
}
.retool-label-task-core-task {
    font-size: 14px;
    padding-left: 24px;
}
.retool-select-task {
    width: 210px;
}


.retool-checkbox-task {
    width: 80px;
}

.retool-input-text-task {
    height: 100%;
}
.retool-checkbox-checkmark-task {
    left: 40% !important;
    top: 30% !important;
}


/******************************/
/*         顧客管理画面        */
/******************************/

.retool-select-customer {
    width: 370px;
}


/******************************/
/*         商材管理画面        */
/******************************/

.retool-select-commodity {
    width: 370px;
}


/******************************/
/*  クライアントログページ設定     */
/******************************/

.retool-display-table {
    display: table;
}

.retool-textAlign-left {
    text-align: left;
}

.retool-padding0 {
    padding: 0;
}

.retool-padding15 {
    padding: 15px;
}

.retool-padding15-bottom0 {
    padding: 15px 15px 0 15px;
}

.retool-controller-btn {
    display: flex;
    margin:0 0 0 auto;
}

.retool-controller-btn-margin {
    margin-right: 5px;
}

.retool-controller-new-register-btn {
    width: 150px;
}

.retool-list-li-default {
    border-radius: 0 !important;
    text-align: center;
}

.retool-input-width-100 {
    width: 100%;
}

.retool-margin-right13 {
    margin-right: 13px;
}

.retool-margin-left13 {
    margin-left: 13px;
}

.retool-width11_5rem {
    width: 11.5rem;
}

.retool-referenceArea-btn {
    font-size: 13px;
}

.retool-conditionSetting-btn {
    margin: 0 3px 10px 13px;
}

/* ******************************************** */
/* ******************************************** */
/* *********       各テーブルCSS       ********* */
/* ******************************************** */
/* ******************************************** */

.retool-table-dashboard {
    border-collapse: separate;
    border-radius: 6px;
}
.retool-table-dashboard th {
    padding: .4rem .2rem !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
}
.retool-table-dashboard td {
    padding: .4rem 1.2rem !important;
}


.retool-table-operations th {
    height: 60px;
    padding-left: 60px;
}

.retool-table-operations td {
    height: 100px;
    padding-left: 60px;
}

.retool-table-operations-border-top-none{
  border-top: none !important
}
.retool-table-operations-border-left{
  border-left:1px solid #dee2e6;
}
.retool-table-operations-border-border-none td{
  border: none !important;
}

.retool-table-progresses {
    margin-top: 10px;
    max-height: 100%;
    border-radius: 6px;
}


.retool-table-progresses td {
    padding-right: 0px!important;
    padding-left: 0px!important;

}
.retool-table-progresses-border-border-top{
  border-top:none !important;

}

.retool-table-progresses-padding{
  padding: 15px 0px !important;

}

.retool-saveButton-opacity{
    opacity: .65;
}
.retool-table-progresses-border{
  border-right:1px solid #dee2e6;
}
.retool-table-progresses-text-color{
  color:#f6ad45 ;
}

.retool-table-td-progress {
    width: 80px;
}

.retool-table-td-item-progresses:hover {
    cursor: pointer;
}




.retool-table-plans {
    border-collapse: separate;
    border-radius: 6px;
}
.retool-table-plans th {
    padding: .4rem .2rem !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
}
.retool-table-plans td {
    vertical-align: middle !important;
}

.retool-table-plans-list {
    /* border-collapse: separate; テスト中 */
    border-radius: 6px;
}
.retool-table-plans-list th {
    padding: .4rem 1.2rem !important;
    /* border-top: 0px !important;  テスト中　元々ついてた　*/
    border-bottom: 0px !important;
}
.retool-table-plans-list td {
    padding: .4rem 1.2rem !important;
}
.retool-table-plans-list tbody>tr {
    cursor:pointer!important;
}
.retool-interval-time-display-none {
    display: none;
}


.retool-table-panel-header-plans-operations {
    padding-right: 1px !important;
    padding-left: 1px !important;
}

.retool-table-panel-header-title-plans-operations {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
}

.retool-table-panel-header-item-plans-operations {
    padding: 0 4px;
    font-size: 8px;

}

.retool-table-panel-header-plan-plans-operations {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.retool-table-panel-header-operation-plans-operations {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.retool-table-panel-header-avg-plans-operations {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.retool-table-panel-header-heading-plan-plans-operations {
    padding: 2px 6px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.retool-table-panel-header-heading-operation-plans-operations {
    padding: 2px 6px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.retool-table-panel-header-heading-avg-plans-operations {
    padding: 2px 6px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}



.retool-table-panel-header-body-plan-plans-operations {
    padding: .1em 2.5%;
    font-size: 6px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-weight: lighter;
    justify-content: space-between;
    display: flex;
}
.retool-table-panel-header-body-operation-plans-operations {
    padding: .1em 2.5%;
    font-size: 6px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-weight: lighter;
    justify-content: space-between;
    display: flex;
}
.retool-table-panel-header-body-avg-plans-operations {
    padding: .1em 2.5%;
    font-size: 6px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-weight: lighter;
    justify-content: space-between;
    display: flex;
}

.retool-table-input-plans-operations {
    font-weight: 600;
}



.retool-table-panel-header-plans-progress {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.retool-table-panel-header-heading-plans-progress {
    padding: 2px 6px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.retool-table-panel-header-title-plans-progress {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
}
.retool-table-panel-header-body-plans-progress {
    padding: 2px 6px;
    font-size: 9px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-weight: lighter;
}




.retool-table-achievements {
    border-collapse: separate;
    border-radius: 6px;
}
.retool-table-achievements th {
    padding: .4rem .2rem !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
}
.retool-table-achievements td {
    padding: .4rem 1.2rem !important;
}

.retool-table-th-overview-achievements {
    font-size: 13px;
    vertical-align: middle !important;
}
.retool-table-th-achievements {
    font-size: 11px;
    text-align: left;
    font-weight: 400;
}
.retool-table-th-title-achievements {
    font-size: 13px;
}

.retool-font-attention-achievements {
    font-weight: 600;
}


.retool-table-report {
    border-collapse: separate;
    border-radius: 6px;
}
.retool-table-report th {
    padding: .4rem 1.2rem !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
}
.retool-table-report td {
    padding: .4rem 1.2rem !important;
}
.retool-table-report tbody>tr {
    cursor:pointer!important;
}





.retool-table-master {
    border-collapse: separate;
}
.retool-border-collapse {
    border-collapse: collapse;
}

.retool-table-master th {
    padding: .4rem 1.2rem !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
}
.retool-table-master td {
    padding: .4rem 1.2rem !important;
}


.retool-table-header-blank-teams {
    width: 30px;
}



.retool-table-project {
    overflow-x: scroll;
    overflow-y: auto;
    display: block;
    max-height: 520px;
}
.retool-table-scroll {
    overflow-x: scroll;
    overflow-y: auto;
    display: block;
}
.retool-table-project thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}


.retool-table-project-project {
    min-width: 140px;
}
.retool-table-project-expiration {
    min-width: 140px;
}
.retool-table-project-phase {
    min-width: 133px;
}



.retool-table-task {
    overflow-x: scroll;
    overflow-y: auto;
    display: block;
    max-height: 520px;
}
.retool-table-task thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}


.retool-table-item-task {
    width: 200px;
}



.retool-table-customer {
    overflow-x: scroll;
    overflow-y: auto;
    display: block;
    max-height: 520px;
}
.retool-table-customer thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

.retool-table-customer-item {
    min-width: 133px;
}


.retool-table-commodity {
    overflow-x: scroll;
    overflow-y: auto;
    display: block;
    max-height: 520px;
}
.retool-table-commodity thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}


.retool-table-commodity-item {
    min-width: 133px;
}


.retool-table-predict {
    overflow-x: scroll;
    overflow-y: auto;
    display: block;
    /*max-height: 520px;*/
}
.retool-table-sticky {
  position: sticky;
  top: 0;
  background: #fff;
}

.retool-table-border-collapse {
    border-collapse: collapse;
}
/* ******************************************** */
/* ******************************************** */
/* *********          ローダー         ********* */
/* ******************************************** */
/* ******************************************** */


#loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color:rgba(128,128,128,0.25);
    position: fixed;
    align-items: center;
    justify-content: center;
    display: flex;
    top: 0;
    left: 0;
    z-index: 9999;
}
.spinner {
    margin: 100px auto;
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
@-webkit-keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}
@keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}








/* *************       ToDo       ************* */
/* *****     CSS精査時に含まれなかったもの     *** */
/* *****     20201006_杉浦_完了　　　　　　   *** */
/* *************     消すか精査     ************ */



[class^="menu"] li{
    padding: 10px 10px 10px 20px;
}

.retool-fon-siz02 {
    font-size: 1rem;
}





.retool_login_img {
    display: inherit;
    text-align: center;
}
.retool-login-footer {
    margin-right: 20px;
    margin-bottom: 20px;
}


/* 幅調整 */
.retool-popu-width {
    width:300px;
}


/* ボ��ダー */

.retool-border-bottom-orenge {
    border-bottom: solid 3px #E65512;
}

/* inputなどに意図しない影がでる際に使用 */
.retool-shadow-none {
    border: 1px solid #ccc;
    -webkit-appearance: none;
}





.retool-radio-container {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.retool-radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}





.retool-checkbox-container {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.retool-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.retool-checkbox-checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 25%;
    z-index: 100;
    border: 6px solid #FFE1B9;
    box-shadow: 0px 5px 10px #AAA;
}

.retool-checkbox-container:hover input ~ .retool-checkbox-checkmark {
    border: 6px solid #FEC17C;
}

.retool-checkbox-container input:checked ~ .retool-checkbox-checkmark {
    border: 6px solid #FCA13E;
}

.retool-checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}



/* サイドバー */
ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}

[class^="menu"] li{
    padding: 10px 10px 10px 20px;
}

/* フォントサイズ */
.retool-fon-siz02 {
    font-size: 1rem;
}


button:hover{
    border:1px solid #666666;
    background:#666666;
    color:#ffffff;
}


.retool-popu-width {
    width:300px;
}



/* border */
table thead tr th.retool-border-bottom01 {
    border-bottom:solid 3px #E65512;
}
table tbody tr th.retool-border-bottom02 {
    border-bottom: solid 2px black;
}
table tbody tr td.retool-border-bottom02 {
    border-bottom: solid 2px black;
}
table tbody tr th.retool-border-bottom03 {
    border-bottom: solid 2px #003300;
}
table tbody tr td.retool-border-bottom03 {
    border-bottom: solid 2px #003300;
}
div ul li.retool-border-bottom04 {
    border-bottom: solid 1px black;
}

div ul li span.retool-border01 {
    border: solid 1px #E65512;
}
div div.retool-border02 {
    border: solid 1px #E65512;
}



/* inputなどに意図しない影がでる際に使用 */
.retool-shadow-none {
    border: 1px solid #ccc;
    -webkit-appearance: none;
}

/* カレンダー入力画面バー */



/* アニメーション  */
.test {
    animation-duration: 3s;
    animation-name: slidein;
    animation-iteration-count: infinite;

}
@keyframes slidein {
    from {
        margin-left: 100%;
        width: 300%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }

}



.drag {
    z-index: 1001;
}


/* D&D test03 */
.box {
    width:32px;
    height:32px;
    border:solid 1px #002f9f;
}





.tooltip-inner {
  max-width: 100%;
}


.retool-scrollbar-y {
    overflow-x: hidden;
    /*overflow-y: scroll;*/
}
.retool-scrollbar-y::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.retool-scrollbar-y::-webkit-scrollbar-thumb {
    border-radius: 4px;
}

.retool-w30p {
    width: 30px;
}


.retool-padding-left-20p {
    padding-left: 20px !important;
}

.retool-margin-left-20p {
    margin-left: 20px !important;
}

.retool-margin-bottom-0p {
    margin-bottom: 0px !important;
}

.retool-border-top-left-0p {
    border-top-left-radius: 0px;
}

.retool-border-top-right-0p {
    border-top-right-radius: 0px;
}

.retool-border-top-0p {
    border-top: 0px !important;
}

.retool-display-flex {
    display: flex;
}


.retool-toast-z-index {
    z-index: 1080;
}

.retool-select-wrap-item-editor {
    position: relative;
}
.retool-select-wrap-item-editor:after {
    font-family: "Font Awesome 5 Free";
    content: "\f13a";
    /* content: "\f0dc"; */
    /* content: "\f13a"; */
    /* content: "\f150"; */
    /* content: "\f0ab"; */
    font-weight: bold;
    text-align: center;
    line-height:32px;
    position: absolute;width: 30px;
    height: 30px;
    right: 3px;
    top: 1px;
    pointer-events: none;
}

.retool-information-box{
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}



.retool-information-box-title {
    font-size: 13px;
    font-weight: 100;
}

.retool-information-box-focus-digit {
    padding-top: 10px;
    font-size: 26px;
    text-align: center;
    font-weight: 600;
}
.retool-information-box-sub-title {
    padding-top: 5px;
    padding-left: 5px;
    font-size: 10px;
}

.retool-information-box-digit {
    font-weight: 600;
    padding-left: 25px;
    font-size: 18px;
    text-align: center;
}

.retool-report-title {
    font-size: 18px;
}




.retool-form-select {
    font-size: 12px;
    width: 130px;
}
.retool-form-select-wide {
    font-size: 12px;
    width: 160px;
}
.retool-select-font-size {
    font-size: 12px;
}
.retool-select-analysis {
    font-size: 12px;
    width: 230px;
}
.retool-checkbox-nowrap {
  height: 470px;
  white-space: nowrap;
  overflow: scroll;
}



.retool-required {
    size: 10px;
    padding-left: 7px;
}



.retool-menu-header {
    text-align: center;
}

.retool-menu-drop-shadow {
    box-shadow: 4px 0 3px -3px #ddd;
}


.retool-menu-text {
    size: 10px;
}

/* .modal-open .container-fluid, .modal-open  .container {
    -webkit-filter: blur(5px) grayscale(90%);
} */




/******************************/
/*  メニュー設定               */
/******************************/
.retool-dashboard-link > a {
    text-decoration: none !important;
}







.disable-medium {
    display: none;
}
/******************************/
/*  案件分析設定               */
/******************************/

.retool-analysis-circle {
  position: relative;
  border: solid 5px #FF9300 !important;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.retool-analysis-circle span {
  position: absolute;
  display: inline-block;
  left: -90%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :80px;
  text-align:center;
}

/* *************       ToDo       ************* */
/* *****     1384行目からここまで精査済み     *** */
/* *************     消すか精査     ************ */


