.recordlist-cell-edit-and-remove-action {
    display: none;
}

.tab-button {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 16px;
    outline: none;
    border: 1px solid #e3e7e8;
    background-color: #f7f9fa;
    color: #3498db;
    text-align: center;

    border-bottom: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 25px;
    line-height: 25px;
    font-size: 11pt;
    margin: 0 1px 0 0;
    box-shadow: 1px 0 rgb(212, 212, 237);
    min-width: 80px;
}
.tab-button.active {
    background-color: #3498db;
    color: white;
}
.balco-search-div {
    display: flex;
    padding-left: 1em;
    padding-bottom: 1em;
}
.searchForm {
    margin-right: 2em;
}
.kintoneplugin-input-outer {
    margin-right: 1em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.kintoneplugin-input-outer.margin-left {
    margin-left: 2em;
}
.kintoneplugin-input-outer label {
    display: block;
}
.button-outer {
    display: flex;
    align-items: flex-end;
    margin-right: 1em;
}
.balco-fixed-header {
    position: fixed;
    left: 0;
    top: 50px;
    z-index: 100;
    padding-left: 1em;
    opacity: 0;
    pointer-events: none;
}
.balco-fixed-header.is--shown {
    opacity: 1;
}
/* 編集画面の保存ボタン位置変更 */
.gaia-argoui-app-edit-buttons {
    display: flex;
    justify-content: end;
}

/*フィールドグループごとの色*/
/*基本情報*/
.row-gaia .control-gaia.control-group-gaia.field-5519912 {
    background-color: #d1eaf2;
}
/*スケジュール*/
.row-gaia .control-gaia.control-group-gaia.field-5519927 {
    background-color: #edd5d5;
}
/*クライアント情報*/
.row-gaia .control-gaia.control-group-gaia.field-5519916 {
    background-color: #d6f0d3;
}
/*終了時入力*/
.row-gaia .control-gaia.control-group-gaia.field-5519937 {
    background-color: #e2d5ed;
}
/*経理用*/
.row-gaia .control-gaia.control-group-gaia.field-5520012 {
    background-color: #f5dacb;
}
.control-label-gaia {
    background: transparent;
}
