﻿* {
    font-size: 14px;
    font-family: Meiryo UI, Arial !important;
}

a {
    color: #21a6df;
    text-decoration: underline;
}

a:hover {
    color: #21a6df;
    text-decoration: underline;
}

.ui-widget-content a {
    color: #21a6df;
    text-decoration: underline;
}

.ui-widget-content a:hover {
    color: #21a6df;
    text-decoration: underline;
}

::-webkit-scrollbar {
    width: 20px;
    height: 15px;
    background-color: #d7d7d7;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    cursor: pointer;
}

::-webkit-scrollbar:hover {
    background-color: #d1d1d1;
    cursor: pointer;
}

::-webkit-scrollbar-thumb {
    background-color: #909090;
    -webkit-border-radius: 5px;
    border-radius: 3px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
    cursor: pointer;
    background-color: rgb(23, 35, 61);
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
}

::-webkit-scrollbar-track {
    background-color: #f8f1f1;
    cursor: pointer;
}

::-webkit-scrollbar-track:hover {
    background-color: transparent;
    cursor: pointer;
}

::-webkit-scrollbar-corner {
    background-color: #ebeef1;
    cursor: pointer !important;
}

html {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: Meiryo UI, Arial;
    color: #232323;
}

body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    font-family: Meiryo UI, Arial;
    color: #232323;
}

body.content {
    min-height: 650px;
}

input,
select,
optgroup {
    margin: 0;
    font-size: 14px;
    line-height: 14px;
}

textarea {
    margin: 0;
    font-size: 14px;
    line-height: 15px;
    cursor: auto;
}


button,
input[type="button"],
input[type="submit"] {
    width: 120px;
    height: 30px;
    border: 0px;
    border-radius: 5px;
    color: #232323;
    background: url("../../images/button_30-120.png");
}

button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
    outline-width: 0px;
    box-shadow: 0px 0px 2px 1px #21a6df;
}

buttn.large,
input[type="button"].large,
input[type="submit"].large {
    width: 180px;
    font-size: 14px;
    border-radius: 4px;
    background: url("../../images/button_30-180.png");
}

buttn,
input[type="button"]:disabled,
input[type="submit"]:disabled {
    color: #999999;
}

input[type="button"].cell,
input[type="submit"].cell {
    width: 40px;
    height: 21px;
    background: url("../../images/button_21-40.png");
}

input[type="button"].large_cell,
input[type="submit"].large_cell {
    width: 120px;
    height: 21px;
    background: url("../../images/button_21-120.png");
}

input[type="button"].large_cell2,
input[type="submit"].large_cell2 {
    width: 120px;
    height: 40px;
    background: url("../../images/button_40-120.png");
}

input[type="button"].mini,
input[type="submit"].mini {
    width: 21px;
    height: 21px;
    padding: 0px 0px 2px 0px;
    background: url("../../images/button_21-21.png");
}

input[type="button"].arrow,
input[type="submit"].arrow {
    font-size: 22px;
    margin: 10px;
}


table {
    width: 100%;
    border-width: 0px;
}

header {
    height: 45px;
}

.logo {
    float: left;
    background-color: #0a5494;
    height: 45px;
    width: 260px;
    font-size: 30px;
    color: white;
    font-weight: bolder;
    padding: 0px;
}

.logo img {
    margin-top: -10px;
}

.title {
    float: left;
    background-color: #419cea;
    height: 45px;
    position: absolute;
    left: 260px;
    right: 0px;
    line-height: 45px;
}

.title #ScreenName {
    float: left;
    margin-left: 20px;
    height: 45px;
    font-size: 20px;
    color: #fff;
}

.title #LoginUser {
    float: right;
    margin-right: 20px;
}

.title #LoginUser span {
    font-size: 16px;
    font-weight: bold;
}

.title #Print {
    float: right;
    margin-right: 20px;
}

.title #Print a {
    display: inline-block;
    height: 100%;
    color: #fff;
    padding: 0px 20px;
    background-color: #0a5494;
    text-decoration: none;
}

.title #Print a:hover {
    background-color: #2b86d6;
}

.title #Help {
    float: right;
    height: 100%;
}

.title #Help a {
    color: white;
    margin-right: 20px;
    text-decoration: underline;
}

.left_area {
    float: left;
    width: 294px;
    position: absolute;
    top: 45px;
    bottom: 0px;
}

.body_area {
    float: left;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 45px;
    bottom: 0px;
    overflow: auto;
}

.float .body_area {
    left: 0px;
    padding: 0px 0px;
}

.fix .body_area {
    left: 220px;
}

.right_area {
    float: left;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 45px;
    bottom: 0px;
    /*overflow: auto;*/
}

/*.right_area.full {
        float: left;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
    }*/

.fix .right_area {
    position: absolute;
    left: 260px;
    right: 0px;
    top: 45px;
    bottom: 0px;
}
.float .right_area {
    
    position: static;
    width:100%;
}

/*.task_off .right_area {
    float: left;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}*/

.menu_area {
    position: absolute;
    width: 260px;
    left: 0px;
    top: 0px;
    overflow-y: auto;
    background-color: #5cb1fa;
    bottom: 0px;
    z-index: 99;
    color: #fff;
}

.menu_area2 {
    position: absolute;
    z-index: 9999;
    display: none;
    color: #ffffff;
    background-color: #2a82ce;
}

.menu_area2 div {
    background-color: #2aa9e0;
    padding: 5px;
    margin: 2px;
}

.menu_area2 div a {
    display: inline-block;
    font-size: 16px;
    padding: 0px;
    text-decoration: none;
    color: #fff;
}

.menu_area2 div a:first-child {
    margin-left: 0px;
    padding: 0px 5px;
    width: 120px;
}


.fix .menu_area {
    box-shadow: 10px 10px 10px #888888;
}

.shadow_menu.menu_area {
    box-shadow: 10px 10px 10px #888888;
}

.fix .left_area {
    left: 0px;
    width: 260px;
}

.float .left_area {
    left: -260px;
}

.fix .menu_ctrl {
    display: none;
}

.float .menu_ctrl {
    position: absolute;
    right: 0px;
    top: 26px;
    z-index: 99;
    background: #383D44;
    margin: 0;
    display: inline-block;
    border-top: 1px solid #383D44;
    border-right: 1px solid #383D44;
    border-bottom: 1px solid #383D44;
    font-size: 57.1%;
    width: 45px;
    height: 25px;
    text-align: center;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    box-shadow: rgba(39, 40, 41, 0.5) 1px 0px 3px 0px;
    -webkit-box-shadow: rgba(39, 40, 41, 0.5) 1px 0px 3px 0px;
    -moz-box-shadow: rgba(39, 40, 41, 0.5) 1px 0px 3px 0px;
    line-height: 24px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.float .menu_ctrl a {
    width: 34px;
    height: 20px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.top_menu {
    line-height: 30px;
    height: 30px;
    padding-left: 30px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    background-color: #2a82ce;
    border-bottom-color: #f5f5f5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.top_menu div {
    float: right;
    margin-top: 5px;
    width: 20px;
    height: 20px;
    background-image: url("../../images/ui-icons_3383bb_256x240.png");
    background-position: -32px 0;
}

.top_menu a {
    font-size:16px;
    color: #ffffff;
    text-decoration:none;
}
.top_menu a:hover{
    color: #222222;
}
.top_menu:hover a{
    color: #222222;
}

.top_menu:hover {
    background-color: #fde392;
    color: #222222;
}

.menu {
    background-color: #419cea;
    line-height: 30px;
    height: 30px;
    width: 100%;
    padding-left: 45px;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
    border-bottom-color: #f5f5f5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.menu:hover {
    background-color: #fde392;
    color: #222222;
}
.menu a {
    font-size:16px;
    color: #ffffff;
    text-decoration:none;
}
.menu a:hover{
    color: #222222;
}
.menu:hover a{
    color: #222222;
}

.task_refresh:hover {
    color: #ffffff;
}

.sub_menu_area {
    background-color: #e7ecf1;
    width: 100%;
    padding: 0 0 0px 0px;
    margin: 0px;
    display: none;
}

.sub_menu_area.open {
    display: block;
}

.sub_menu {
    padding: 0 0 1px 60px;
    height: 30px;
    line-height: 30px;
    /*
    list-style: circle;
    list-style-position: inside;
    */
    font-size: 14px;
    cursor: pointer;
    color: #222222;
}

.sub_menu:hover {
    background-color: #fde392;
}

.other_menu {
    line-height: 30px;
    height: 30px;
    width: 100%;
    margin-bottom: 1px;
    padding-left: 30px;
    font-size: 14px;
    cursor: pointer;
    color: #222222;
}

.other_menu:hover {
    background-color: #fde392;
    color: #222222;
}

.other_menu .qa_img {
    float: left;
    margin-top: 5px;
    width: 20px;
    height: 20px;
    background-image: url("../../images/ui-icons_3383bb_256x240.png");
    background-position: -16px -144px;
}

.menu_active {
    background-color: #f9d34f;
    color: #222222;
}

.menu_active:hover {
    background-color: #f9d34f;
    color: #222222;
}

.menu span {
    display: inline-block;
    float: right;
    color: #f9d34f;
    margin-right: 10px;
    font-weight: bold;
}

.sub_menu span {
    display: inline-block;
    float: right;
    color: #419cea;
    margin-right: 10px;
    font-weight: bold;
}


.top_table {
    height: 100%;
}

.top_table td {
    padding: 0px;
}

.top_content {
    width: 100%;
    height: 100%;
}

/*
.task_area {
    width: 270px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 100;
    position: absolute;
    padding: 20px 15px;
    background-color: #dadada;
}

.fix .task_area {
    width: 425px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 100;
    position: absolute;
    padding: 20px 30px;
}

.task_area .group_title {
    font-size: 16px;
}

.fix .task_area .group_title {
    font-size: 20px;
}

.task_ctrl {
    position: absolute;
    right: 0px;
    top: 0px;
}

.fix .task_ctrl {
    display: none;
}

.task_float {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: transparent;
    display: none;
}*/
/* 
.fix .task_area {
    position: absolute;
    width: 425px;
    right: 0px;
    top: 90px;
    bottom: 0px;
    z-index: 100;
    overflow: auto;
    background: #e5e5e5;
    padding: 50px 30px;
    box-shadow: -6px 0px 10px #888888;
}
.float .task_area {
    display: none;
    position: absolute;
    width: 425px;
    right: 0px;
    top: 90px;
    bottom: 0px;
    z-index: 100;
    overflow: auto;
    background: #e5e5e5;
    padding: 50px 30px;
    box-shadow: -6px 0px 10px #888888;
}

.task_area .group_title {
    height: 30px;
    border-width: 0px;
}

.progress_header {
    margin: 2px 0px;
    width: 100%;
}

.task_area table.progress_header th {
    padding-left: 10px;
    font-weight: normal;
    width: auto;
    font-size: 12px;
}

.fix .task_area table.progress_header th {
    font-size: 16px;
}

.task_area table.progress_header td {
    padding: 0px;
    width: 40px;
    font-size: 12px;
}

.fix .task_area table.progress_header td {
    font-size: 16px;
}

.progress_info {
    border-radius: 10px;
    margin: 2px 0px;
    width: 100%;
    background-color: #757575;
}

.task_area table.progress_info th {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 10px;
    font-size: 12px;
}

.fix .task_area table.progress_info th {
    font-size: 16px;
}

.task_area table.progress_info td {
    width: 40px;
    padding: 0px;
    font-size: 12px;
}

.fix .task_area table.progress_info td {
    font-size: 16px;
}

.task_area table td {
    padding: 0px;
}

th.progress_label {
    text-align: left;
    color: white;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

th.progress_label2 {
    text-align: left;
    color: #232323;
}

td.progress_num {
    color: white;
    text-align: center;
}

td.progress_num2 {
    color: #232323;
    text-align: center;
}

    td.progress_num a,
    td.progress_num2 a {
        font-size: 12px;
        font-weight: bold;
    }

.fix .task_area td.progress_num a,
.fix .task_area td.progress_num2 a {
    font-size: 16px;
}

.complete {
    background-color: #222222 !important;
}

td.complete:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

td.complete:last-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.progress_color1 {
    color: #61bdfe;
}

.progress_color2 {
    color: #fcd603;
}

.progress_color3 {
    color: #ffffff;
}

.progress-bar .progress_color1:hover {
    color: #2656fb;
}

.progress-bar .progress_color2:hover {
    color: #fdbc24;
}

.progress-bar .progress_color3:hover {
    color: #ffffff;
}

.progress-bar a {
    text-decoration: none;
}
*/
.group_title {
    color: #21a6df;
    font-weight: bold;
    font-size: 22px;
    height: 35px;
    border-bottom: 5px solid #21a6df;
}

.group {
    margin-top: 5px;
    font-size: 14px;
}

#Dispute tr {
    border-bottom: 1px solid #aaaaaa;
}

td {
    padding: 5px;
    word-break: break-all;
}

#Notice {
    height: 155px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 20px;
    border: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

input:disabled,
select:disabled,
optgroup:disabled,
textarea:disabled {
    background-color: #dedddd !important;
    color: #999999;
}

.form-control {
    display: inline;
    width: 120px;
    padding: 2px;
    height: 25px;
    line-height: 1;
    color: #232323;
    font-size: 14px;
    position: relative;
    background-color: #ffffff !important;
}

select.form-control {
    width: auto;
}

input[type="file"].form-control {
    width: 300px;
}

input[type="radio"].form-control,
input[type="checkbox"].form-control {
    padding: 0.175rem 0.55rem;
    height: 15px;
    width: 15px;
    line-height: 18px;
    vertical-align: middle;
}

.form-control:disabled {
    color: #999999;
}

a.open_dialog {
    text-decoration: underline;
}

a.open_dialog:hover {
    text-decoration: underline;
}

.search_area {
    margin-top: 10px;
    background-color: #ebeef1;
    padding: 10px 60px 10px 40px;
    text-align: left;
}

.ui-dialog .search_area {
    margin-top: 00px;
    background-color: #ebeef1;
    padding: 10px 40px;
    text-align: left;
}

.search_area:nth-child(1) {
    margin-top: 0px;
}

.search_area span {
    display: inline-block;
}

.search_area .search_title {
    width: 120px;
    font-size: 22px;
    font-weight: bold;
    vertical-align: top;
    text-align: left;
}

.search_area2 {
    background-color: #ebeef1;
    padding: 10px 20px;
    text-align: left;
    margin-top: 3px;
}

.search_area2 span {
    display: inline-block;
}

.search_area2 .search_title {
    width: 150px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: top;
    text-align: center;
}

.search_message {
    text-align: left;
    color: red;
    max-height: 100px;
    overflow-y: auto;
    line-height: 20px;
    padding: 0px 40px 0px 40px;
}

.search_message::after {
    color: red;
    float: left;
}

.ui-dialog .search_message {
    min-height: 20px;
    line-height: 20px;
    padding: 0px 20px 0px 20px;
}

.search_message div {
}

.result_area {
    margin-top: 0px;
    padding: 0px 40px;
}

.ui-dialog .result_area {
    margin-top: 0px;
    padding: 0px 40px 0px 40px;
}

.ui-dialog .result_area:first-child {
    margin-top: 20px;
}

.result_title {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.result_title .group_title {
    height: 40px !important;
    color: #21a6df;
    font-weight: bold;
    font-size: 22px;
    border-bottom-width: 5px !important;
    border-bottom: 5px solid #21a6df !important;
}

.result_title span {
    font-weight: normal;
    font-size: 18px;
    height: 40px;
    margin-bottom: 5px;
}

.result_title #DATA_CNT {
    letter-spacing: 2px;
    margin-left: 5px;
    font-weight: bold;
    font-size: 24px;
}

.result_title #DATA_CNT + span {
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 22px;
}

.dialog_main .result_area .result_title {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.dialog_main .result_area .result_title .group_title {
    line-height: 25px;
    height: 30px !important;
}

.dialog_main .result_area .result_title span {
    font-weight: normal;
    font-size: 16px;
    height: 30px;
    margin-bottom: 5px;
}

.dialog_main .result_area .result_title #DATA_CNT {
    letter-spacing: 2px;
    margin-left: 5px;
    font-weight: bold;
    font-size: 20px;
}

.dialog_main .result_area .result_title #DATA_CNT + span {
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 18px;
}
/* .result_area .result_title #DATA_CNT {
    letter-spacing: 2px;
    margin-left: 5px;
    font-weight: bold;
    font-size: 24px;
}
  .result_area .result_title #DATA_CNT + span {
        letter-spacing: 2px;
        font-weight: bold;
        font-size: 22px;
    }*/
/*.result_area .result_title {
        letter-spacing: 2px;
        margin-left: 5px;
        font-weight: bold;
        font-size: 24px;
    }

    .result_area .result_title span:nth-child(3) {
        letter-spacing: 2px;
        font-weight: bold;
        font-size: 22px;
    }*/
.result_area .result_button {
    padding: 10px 0px 10px 0px;
    text-align: left;
    width: 100%;
    height: 45px;
}

.result_area .result_button div {
    vertical-align: middle;
    float: left;
}

.result_area .result_button .left_button {
    float: left;
    line-height: 30px;
}

.result_area .result_button .right_button {
    float: right;
}

.result_area .result_header {
    padding-right: 20px;
}

.result_area .result_header table {
}

.result_area .result_header table tr {
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-top: 1px solid white;
    border-left: 1px solid white;
}

.result_area .result_header table th {
    padding: 1px;
    vertical-align: middle;
    text-align: center;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    background-color: #CACACA;
}

.result_area .result_data {
    overflow-y: auto;
    overflow-x: hidden;
}

.result_area .result_data table {
}

.result_area .result_data table tr {
    height: 20px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-top: 1px solid #CACACA;
    border-left: 1px solid #CACACA;
}

.result_area .result_data table td {
    padding: 1px;
    text-align: left;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
    background-color: white;
}

.result_area .result_data table td.ctrl_cell {
    text-align: center;
}

.result_area .result_data table td.num_cell {
    text-align: right;
}

.result_area .result_data table td.mark_cell {
    text-align: center;
}

.result_area .result_footer {
    margin-top: 0px;
    height: 40px;
    line-height: 40px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 60px;
    margin-left: 5px;
}

.ui-datepicker-week-end .ui-state-default {
    color: red;
    background: #eeeeee url("../../images/ui-bg_gloss-wave_70_ffdd57_500x100.png") 50% 50% repeat-x
}

.ui-datepicker-today .ui-state-default {
    background: #eeeeee url("../../images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png") 50% 50% repeat-x
}

.ui-datepicker-today .ui-state-default {
    background: #eeeeee url("../../images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png") 50% 50% repeat-x
}

.ui-datepicker-today .ui-state-default.ui-state-active {
    background: #999999 url("../../images/ui-bg_inset-hard_75_999999_1x100.png") 50% 50% repeat-x;
}

.datepicker {
    width: 100px;
}

img.ui-datepicker-trigger {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-left: 2px;
    position: relative;
    margin-top: -3px;
}

.span_left {
    display: inline-block;
    padding-right: 20px;
    text-align: left;
}

.span_left_fix {
    display: inline-block;
    width: 80px;
    text-align: left;
}

.span_left_fix_1 {
    padding-left: 2px;
    display: inline-block;
    width: 70px;
    height: 25px;
    line-height: 26px;
    text-align: left;
    margin-top: 1px;
    background-color: #0a5494;
}

.span_left_fix_2 {
    padding-left: 2px;
    display: inline-block;
    width: 70px;
    height: 25px;
    line-height: 26px;
    text-align: left;
    margin-top: 1px;
    background-color: #808080;
}

.span_left_fix2 {
    display: inline-block;
    width: 120px;
    text-align: left;
}

.span_normal {
    display: inline-block;
    margin-left: 35px;
}

.span_right {
    display: inline-block;
    width: 100px;
    text-align: right;
}

.span_right2 {
    display: inline-block;
    width: 150px;
    text-align: right;
}

.span_number {
    display: inline-block;
    width: 160px;
    text-align: right;
    padding-right: 3px;
}

.span_number2 {
    display: inline-block;
    width: 110px;
    text-align: right;
    padding-right: 3px;
}

.text_number {
    display: inline-block;
    width: 160px;
    text-align: right;
}

.span_left2 {
    display: inline-block;
    padding-right: 10px;
    padding-left: 20px;
    text-align: left;
}

.span_left2:first-child {
    padding-left: 0px;
}

.mark_area {
    border-radius: 5px;
    background-color: #a0a0a0;
    padding: 7px 10px 0px 10px;
}

.expand {
    display: none;
}

.expand_area {
    float: right;
    width: 150px;
    margin-top: 5px;
    padding: 2px 10px;
    line-height: 20px;
    margin-right: 20px;
    border-radius: 20px;
    background-color: #ebeef1;
    font-size: 12px;
    cursor: pointer;
}

.expand_area div {
    float: left;
}

.expand_area .expand_image {
    width: 16px;
    height: 16px;
    background-image: url("../../images/ui-icons_3383bb_256x240.png");
    background-position: 0 -192px;
    margin-left: 3px;
    margin-right: 5px;
}

.expand_area .narrow_image {
    width: 16px;
    height: 16px;
    background-image: url("../../images/ui-icons_3383bb_256x240.png");
    background-position: -16px -192px;
    margin-left: 3px;
    margin-right: 5px;
}


.expand_area2 {
    float: right;
    width: 150px;
    margin-top: 5px;
    padding: 2px 10px;
    line-height: 20px;
    margin-right: 20px;
    border-radius: 20px;
    background-color: #ebeef1;
    font-size: 12px;
    cursor: pointer;
}

.expand_area2 div {
    float: left;
}

.expand_area2 .expand_image {
    width: 16px;
    height: 16px;
    background-image: url("../../images/ui-icons_3383bb_256x240.png");
    background-position: 0 -192px;
    margin-left: 3px;
    margin-right: 5px;
}

.expand_area2 .narrow_image {
    width: 16px;
    height: 16px;
    background-image: url("../../images/ui-icons_3383bb_256x240.png");
    background-position: -16px -192px;
    margin-left: 3px;
    margin-right: 5px;
}

.light_label {
    border-radius: 5px;
    width: 200px;
    text-align: right;
    background-color: #e26f21;
}

.light_label {
    margin-left: 10px;
    margin-top: -3px;
    margin-right: 3px;
    border-radius: 3px;
    width: 150px;
    background-color: #e88c4f;
    padding: 0px 7px;
}

.light_label div.label_name {
    float: left;
}

.light_label div.label_num {
    float: right;
}

.light_label2 {
    margin-left: 10px;
    margin-top: -3px;
    margin-right: 3px;
    border-radius: 3px;
    width: 150px;
    background-color: #f3c2a3;
    padding: 0px 7px;
}

.light_label2 div.label_name {
    float: left;
}

.light_label2 div.label_num {
    float: right;
}

.content_common {
    background-color: #ebeef1;
    width: 100%;
    height: 50px;
    padding-left: 40px;
    padding-right: 50px;
    padding-top: 12px;
}

.content_common .span_left_fix_1 {
    margin-left: 25px;
}

.content_title_area .span_left_fix_1 {
    margin-left: 25px;
}

.content_title_area .span_left_fix_1:first-child {
    margin-left: 0px;
}

.content_common .span_left_fix_2 {
    margin-right: 5px;
    background-color: #c7d5e3;
    width: 150px;
    font-weight: bold;
}

.tab_area {
    width: 100%;
    margin-top: 0px;
    display: inline-block;
    border-width: 0px;
}

.tab_group {
    min-height: 40px;
    padding: 0px 0px;
    background-color: #2aa9e0;
}

.tab_group a {
    display: inline-block;
    font-size: 16px;
    padding: 8px 20px;
    text-decoration: none;
    color: #fff;
}

.tab_group a:nth-child(1) {
    margin-left: 40px;
}

.tab_group a:hover {
    background-color: #2a82ce;
}

.tab_group a.disabled {
    background-color: transparent !important;
    color: #bdc3c7;
}

.tab_group a.active {
    background-color: #f9d34f;
    color: #000;
}

.left_arrow {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    background: url("../../images/left_arrow.png");
}

.left_arrow:not(.disabled):hover {
    background: url("../../images/left_arrow_on.png");
}

.right_arrow {
    float: right;
    width: 40px;
    height: 40px;
    background: url("../../images/right_arrow.png");
}

.right_arrow:not(.disabled):hover {
    background: url("../../images/right_arrow_on.png");
}

.content_area {
    width: 100%;
    padding: 0px 20px 0px 20px;
}

.fix .content_area {
    padding: 25px 40px 0px 40px;
}

.sub_main .content_area {
    position: absolute;
    padding: 0px 20px 0px 0px;
    top: 159px;
    bottom: 5px;
    overflow-y: auto;
}

.sub_main .content_area.nojump {
    top: 129px;
}


/* .content_title_area {
width: 100%;
background-color: #808080;
color: #ffffff;
height: 70px;
padding-left: 30px;
padding-right: 30px;
padding-top: 20px;
} */

.content_title_area {
    background-color: #2a82ce;
    color: #ffffff;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

.content_title_area .content_title {
    font-size: 16px;
    font-weight: bold;
}


/* .content_body_area {
width: 100%;
border-width: 0px 1px 1px 1px;
border-style: solid;
border-color: #000000;
padding: 15px;
background-color: #ffff9f
} */

.content_body_area {
    border-width: 0px;
    border-style: solid;
    border-color: #232323;
    padding: 20px 20px 20px 20px;
    background-color: #ebeef1;
}

.sub_main .content_body_area {
    position: absolute;
    left: 20px;
    right: 0px;
}

.content_body_area table {
    width: auto;
}

.content_body_area table tr {
    border: 3px solid #ebeef1;
}

.content_body_area table th {
    padding: 1px 0px 1px 5px;
    color: #222222;
    background-color: #c7d5e3;
    width: 150px;
    height: 40px;
}

.content_body_area table th.rowspan {
    border-right: 2px solid #ebeef1;
}

.content_body_area table td {
    padding: 0px 10px 0px 10px;
    vertical-align: middle;
    height: 30px;
    position: relative;
    /* position: absolute; */
}

.content_body_area .memo_label {
    display: inline-block;
    width: 100px;
    text-align: right;
    vertical-align: top;
}

.content_body_area .memo_ctrl {
    display: inline-block;
    width: 1120px;
    margin-left: 15px;
}

.content_body_area .notice_label {
    display: inline-block;
    width: 100px;
    text-align: right;
    vertical-align: top;
    margin-top: 3px;
}

.content_body_area .notice_ctrl {
    display: inline-block;
    width: 1120px;
    margin-left: 15px;
    margin-top: 3px;
}

.required {
    color: #232323;
    background-color: #ffff9f !important;
}

.required_label {
    background-color: #fef7d3 !important;
}

.required_label::after {
    content: "＊";
    color: red;
    float: right;
    margin-right: 5px;
}

.required_span {
    display: inline-block;
}

.required_span::after {
    content: "＊";
    color: red;
    float: right;
    margin-right: 5px;
}


.dialog_main {
    background-color: #fff;
    padding-bottom: 20px;
}

#error-dialog {
    display: none;
}


/* .alert .ui-dialog-title {
    background-color: red;
    font-size: 14px;
}

.alert .ui-draggable-handle {
    background: red;
    font-size: 14px;
    font-family: Meiryo UI, Arial;
}

.info .ui-draggable-handle {
    background: #222222;
    font-size: 14px;
    color: #ffffff;
    font-family: Meiryo UI, Arial;
}

.confirm .ui-draggable-handle {
    background: #02487a;
    font-size: 14px;
    color: #ffffff;
    font-family: Meiryo UI, Arial;
} */

#info-dialog {
    display: none;
}

#warning-dialog {
    display: none;
}

.dialog_message {
    font-family: Meiryo UI, Arial;
    font-size: 14px;
    word-break: keep-all;
}

.botton_right {
    float: right;
    margin-top: 1px;
}

.large {
    font-size: 22px;
}


.open_button {
    height: 20px !important;
    min-height: 25px !important;
    width: 30px !important;
    min-width: 30px !important;
}

.text_label {
    display: inline-block;
    border: 1px solid #232323;
    padding: 0px 10px 1px 10px;
    border-radius: 5px;
}

.num_label {
    display: inline-block;
    border: 1px solid #232323;
    padding: 0px 10px 1px 10px;
    border-radius: 5px;
    text-align: right;
}

.disabled {
    background-color: #d7d7d7;
    /*color: #808080;*/
    color: #999999;
}

a.disabled {
    background-color: transparent;
    /*color: #808080;*/
    color: #999999;
    text-decoration: none;
    cursor: default;
}

.fieldError {
    background-color: rgb(255, 130, 130) !important;
}

.input_span {
    position: relative;
}

.popup {
    position: absolute;
    min-width: 1250px;
}

.sub_main {
    padding: 0px;
    background-color: #ffffff;
    position: absolute;
    top: 0px;
    bottom: 14px;
    left: 0px;
    right: 0px;
    border-radius: 0px;
}

.content_body_area .group_title {
    height: 30px;
    border-bottom-width: 2px;
    padding-left: 5px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.content_body_area .group_title:nth-child(1) {
    margin-top: 0px;
}


/* ページジャンプ */

.page-jump {
    background-color: #2aa9e0;
    height: 35px;
    padding: 0px;
    line-height: 20px;
    border-bottom: 0px solid #DDD;
    margin: auto;
    text-align: center;
}

.page-jump p {
    display: inline-block;
}

.page-jump p span {
    display: inline-block;
}

.page-jump a {
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 30px;
}

.page-jump a:hover {
    color: #222222;
    background-color: #ebeef1;
}

.page-jump + .content_button_area {
    position: relative;
    margin-top: -32px !important;
    height: 35px !important;
    padding: 0px 20px !important;
    color: #fff;
    pointer-events: none;
}

.page-jump .left_button {
    display: inline-block;
    float: left;
    margin-left: 20px;
    margin-top: 3px;
}

.page-jump .right_button {
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 3px;
}

.title_area {
    padding: 0px 20px 0px 20px;
    /* background: #ffffff; */
    width: 100%;
}

.content_button_area {
    padding: 10px 40px 10px 40px;
    /* background: #ffffff; */
    width: 100%;
    height: 50px;
}

.content_button_area .left_button {
    float: left;
    line-height: 30px;
}

.content_button_area .right_button {
    float: right;
}

.sub_main .title_area {
    padding: 0px 20px 0px 20px;
    margin-top: 20px;
    /* background: #ffffff; */
    width: 100%;
}

.dialog_main .title_area {
    margin-top: 20px;
}

.sub_main .tab_area {
    width: 100%;
    margin-top: 0px;
    display: inline-block;
    border-width: 0px;
}

.ui-widget-overlay {
    background: #222222;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
    /* support: IE8 */
}

.number {
    text-align: right;
}

.percent {
    text-align: right;
}

.cell_number {
    text-align: right;
}

.cell_percent {
    text-align: right;
}

.fix .ScreenPrint {
    display: none;
}

.float .ScreenPrint {
    display: block;
    cursor: pointer;
}

.ui-dialog-titlebar .ScreenPrint {
    display: inline;
}

.ScreenPrint:hover {
    background-color: #737373;
}

.fix #TaskTempButton {
    display: block;
    cursor: pointer;
}

.float #TaskTempButton {
    display: none;
}

#TaskButton {
    margin-top: 10px;
    width: 38px;
    height: 20px;
}

.fix #TaskButton {
    display: none;
}

.float #TaskButton {
    display: block;
    cursor: pointer;
}


@media print {

    @page {
        size: auto;
    }
    body { 
        overflow: visible !important;
    }

    header {
        display: none !important;
    }

    .left_area {
        display: none !important;
    }

    .right_area {
        overflow: visible !important;
    }

    .Dialog .right_area {
        display: none !important;
    }

    .Dialog .popup_open .dialog_main .result_area, .fix .right_area .result_area, .float .right_area .result_area {
        padding: 0px 20px 0px 40px;
    }

    .Dialog .popup_open .dialog_main .ag-root-wrapper, .fix .right_area .ag-root-wrapper, .float .right_area .ag-root-wrapper {
        overflow: visible !important;
    }

    .Dialog .popup_open {
        height: auto !important;
        max-height: none !important;
        width: auto !important;
        max-width: none !important;
    }

    .Dialog .popup_open .popup_area {
        height: auto !important;
        max-height: none !important;
        width: auto !important;
        max-width: none !important;
    }

    .Dialog .popup_open .popup_area .dialog_main .content_body_area {
        overflow: visible !important;
        right: 20px !important;
        height: auto !important;
    }

    .Dialog .popup_open .popup_area .dialog_main .content_area {
        height: auto !important;
    }
    
    .ag-theme-balham {
        -webkit-font-smoothing: antialiased;
        color: #181d1f;
        color: var(--ag-foreground-color, #181d1f);
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: normal;
    }


    .ag-theme-balham .ag-icon {
        font-family: "agGridAlpine";
        font-size: 16px;
        line-height: 16px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .ag-theme-balham .ag-icon-aggregation:before {
        content: "\f101";
    }

    .ag-theme-balham .ag-icon-arrows:before {
        content: "\f102";
    }

    .ag-theme-balham .ag-icon-asc:before {
        content: "\f103";
    }

    .ag-theme-balham .ag-icon-cancel:before {
        content: "\f104";
    }

    .ag-theme-balham .ag-icon-chart:before {
        content: "\f105";
    }

    .ag-theme-balham .ag-icon-color-picker:before {
        content: "\f109";
    }

    .ag-theme-balham .ag-icon-columns:before {
        content: "\f10a";
    }

    .ag-theme-balham .ag-icon-contracted:before {
        content: "\f10b";
    }

    .ag-theme-balham .ag-icon-copy:before {
        content: "\f10c";
    }

    .ag-theme-balham .ag-icon-cross:before {
        content: "\f10d";
    }

    .ag-theme-balham .ag-icon-desc:before {
        content: "\f10e";
    }

    .ag-theme-balham .ag-icon-expanded:before {
        content: "\f10f";
    }

    .ag-theme-balham .ag-icon-eye-slash:before {
        content: "\f110";
    }

    .ag-theme-balham .ag-icon-eye:before {
        content: "\f111";
    }

    .ag-theme-balham .ag-icon-filter:before {
        content: "\f112";
    }

    .ag-theme-balham .ag-icon-first:before {
        content: "\f113";
    }

    .ag-theme-balham .ag-icon-grip:before {
        content: "\f114";
    }

    .ag-theme-balham .ag-icon-group:before {
        content: "\f115";
    }

    .ag-theme-balham .ag-icon-last:before {
        content: "\f116";
    }

    .ag-theme-balham .ag-icon-left:before {
        content: "\f117";
    }

    .ag-theme-balham .ag-icon-linked:before {
        content: "\f118";
    }

    .ag-theme-balham .ag-icon-loading:before {
        content: "\f119";
    }

    .ag-theme-balham .ag-icon-maximize:before {
        content: "\f11a";
    }

    .ag-theme-balham .ag-icon-menu:before {
        content: "\f11b";
    }

    .ag-theme-balham .ag-icon-minimize:before {
        content: "\f11c";
    }

    .ag-theme-balham .ag-icon-next:before {
        content: "\f11d";
    }

    .ag-theme-balham .ag-icon-none:before {
        content: "\f11e";
    }

    .ag-theme-balham .ag-icon-not-allowed:before {
        content: "\f11f";
    }

    .ag-theme-balham .ag-icon-paste:before {
        content: "\f120";
    }

    .ag-theme-balham .ag-icon-pin:before {
        content: "\f121";
    }

    .ag-theme-balham .ag-icon-pivot:before {
        content: "\f122";
    }

    .ag-theme-balham .ag-icon-previous:before {
        content: "\f123";
    }

    .ag-theme-balham .ag-icon-right:before {
        content: "\f126";
    }

    .ag-theme-balham .ag-icon-save:before {
        content: "\f127";
    }

    .ag-theme-balham .ag-icon-small-down:before {
        content: "\f128";
    }

    .ag-theme-balham .ag-icon-small-left:before {
        content: "\f129";
    }

    .ag-theme-balham .ag-icon-small-right:before {
        content: "\f12a";
    }

    .ag-theme-balham .ag-icon-small-up:before {
        content: "\f12b";
    }

    .ag-theme-balham .ag-icon-tick:before {
        content: "\f12c";
    }

    .ag-theme-balham .ag-icon-tree-closed:before {
        content: "\f12d";
    }

    .ag-theme-balham .ag-icon-tree-indeterminate:before {
        content: "\f12e";
    }

    .ag-theme-balham .ag-icon-tree-open:before {
        content: "\f12f";
    }

    .ag-theme-balham .ag-icon-unlinked:before {
        content: "\f130";
    }

    .ag-theme-balham .ag-icon-row-drag:before {
        content: "\f114";
    }

    .ag-theme-balham .ag-right-arrow:before {
        content: "\f117";
    }

    .ag-theme-balham .ag-right-arrow:before {
        content: "\f126";
    }

    .ag-theme-balham .ag-root-wrapper {
        background-color: #fff;
        background-color: var(--ag-background-color, #fff);
    }

    .ag-theme-balham [class^='ag-'], .ag-theme-balham [class^='ag-']:focus, .ag-theme-balham [class^='ag-']:after, .ag-theme-balham [class^='ag-']:before {
        box-sizing: border-box;
        outline: none;
    }

    .ag-theme-balham [class^='ag-']::-ms-clear {
        display: none;
    }

    .ag-theme-balham .ag-checkbox .ag-input-wrapper,
    .ag-theme-balham .ag-radio-button .ag-input-wrapper {
        overflow: visible;
    }

    .ag-theme-balham .ag-range-field .ag-input-wrapper {
        height: 100%;
    }

    .ag-theme-balham .ag-toggle-button {
        flex: none;
        width: unset;
        min-width: unset;
    }

    .ag-theme-balham .ag-ltr .ag-label-align-right .ag-label {
        margin-left: 6px;
    }

    .ag-theme-balham .ag-rtl .ag-label-align-right .ag-label {
        margin-right: 6px;
    }

    .ag-theme-balham input[class^='ag-'] {
        margin: 0;
        background-color: #fff;
        background-color: var(--ag-background-color, #fff);
    }

    .ag-theme-balham textarea[class^='ag-'],
    .ag-theme-balham select[class^='ag-'] {
        background-color: #fff;
        background-color: var(--ag-background-color, #fff);
    }

    .ag-theme-balham input[class^='ag-']:not([type]),
    .ag-theme-balham input[class^='ag-'][type='text'],
    .ag-theme-balham input[class^='ag-'][type='number'],
    .ag-theme-balham input[class^='ag-'][type='tel'],
    .ag-theme-balham input[class^='ag-'][type='date'],
    .ag-theme-balham input[class^='ag-'][type='datetime-local'],
    .ag-theme-balham textarea[class^='ag-'] {
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        border-width: 1px;
        border-style: solid;
        border-color: #babfc7;
        border-color: var(--ag-input-border-color, var(--ag-border-color, #babfc7));
    }

    .ag-theme-balham input[class^='ag-']:not([type]):disabled,
    .ag-theme-balham input[class^='ag-'][type='text']:disabled,
    .ag-theme-balham input[class^='ag-'][type='number']:disabled,
    .ag-theme-balham input[class^='ag-'][type='tel']:disabled,
    .ag-theme-balham input[class^='ag-'][type='date']:disabled,
    .ag-theme-balham input[class^='ag-'][type='datetime-local']:disabled,
    .ag-theme-balham textarea[class^='ag-']:disabled {
        color: rgba(24, 29, 31, 0.5);
        color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5));
        background-color: #f1f2f4;
        background-color: var(--ag-input-disabled-background-color, #f1f2f4);
        border-color: rgba(186, 191, 199, 0.3);
        border-color: var(--ag-input-disabled-border-color, rgba(186, 191, 199, 0.3));
    }

    .ag-theme-balham input[class^='ag-']:not([type]):focus,
    .ag-theme-balham input[class^='ag-'][type='text']:focus,
    .ag-theme-balham input[class^='ag-'][type='number']:focus,
    .ag-theme-balham input[class^='ag-'][type='tel']:focus,
    .ag-theme-balham input[class^='ag-'][type='date']:focus,
    .ag-theme-balham input[class^='ag-'][type='datetime-local']:focus,
    .ag-theme-balham textarea[class^='ag-']:focus {
        outline: none;
        box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
        border-color: rgba(33, 150, 243, 0.4);
        border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
    }

    .ag-theme-balham input[class^='ag-'][type='number'] {
        -moz-appearance: textfield;
    }

    .ag-theme-balham input[class^='ag-'][type='number']::-webkit-outer-spin-button, .ag-theme-balham input[class^='ag-'][type='number']::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .ag-theme-balham input[class^='ag-'][type='range'] {
        padding: 0;
    }

    .ag-theme-balham input[class^='ag-'][type='button']:focus, .ag-theme-balham button[class^='ag-']:focus {
        box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
    }

    .ag-theme-balham .ag-drag-handle {
        color: #181d1f;
        color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
    }

    .ag-theme-balham .ag-list-item, .ag-theme-balham .ag-virtual-list-item {
        height: 24px;
    }

    .ag-theme-balham .ag-keyboard-focus .ag-virtual-list-item:focus {
        outline: none;
    }

    .ag-theme-balham .ag-keyboard-focus .ag-virtual-list-item:focus:after {
        content: '';
        position: absolute;
        background-color: transparent;
        pointer-events: none;
        top: 4px;
        left: 4px;
        display: block;
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        border: 1px solid;
        border-color: rgba(33, 150, 243, 0.4);
        border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
    }

    .ag-theme-balham .ag-select-list {
        background-color: #fff;
        background-color: var(--ag-background-color, #fff);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .ag-theme-balham .ag-list-item {
        display: flex;
        align-items: center;
    }

    .ag-theme-balham .ag-list-item.ag-active-item {
        background-color: rgba(33, 150, 243, 0.1);
        background-color: var(--ag-row-hover-color, rgba(33, 150, 243, 0.1));
    }

    .ag-theme-balham .ag-select-list-item {
        padding-left: 4px;
        padding-right: 4px;
        cursor: default;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .ag-theme-balham .ag-select-list-item span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .ag-theme-balham .ag-select .ag-picker-field-wrapper {
        background-color: #fff;
        background-color: var(--ag-background-color, #fff);
        min-height: 24px;
        cursor: default;
    }

    .ag-theme-balham .ag-select.ag-disabled .ag-picker-field-wrapper:focus {
        box-shadow: none;
    }

    .ag-theme-balham .ag-select:not(.ag-cell-editor) {
        height: 24px;
    }

    .ag-theme-balham .ag-select .ag-picker-field-display {
        margin: 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ag-theme-balham .ag-select .ag-picker-field-icon {
        display: flex;
        align-items: center;
    }

    .ag-theme-balham .ag-select.ag-disabled {
        opacity: 0.5;
    }

    .ag-theme-balham .ag-rich-select {
        background-color: #f8f8f8;
        background-color: var(--ag-control-panel-background-color, #f8f8f8);
    }

    .ag-theme-balham .ag-rich-select-list {
        width: 100%;
        min-width: 200px;
        height: 273px;
    }

    .ag-theme-balham .ag-rich-select-value {
        padding: 0 6px 0 18px;
        height: 42px;
        border-bottom: solid 1px;
        border-bottom-color: #dde2eb;
        border-bottom-color: var(--ag-secondary-border-color, #dde2eb);
    }

    .ag-theme-balham .ag-rich-select-virtual-list-item {
        cursor: default;
        height: 24px;
    }

    .ag-theme-balham .ag-rich-select-virtual-list-item:hover {
        background-color: rgba(33, 150, 243, 0.1);
        background-color: var(--ag-row-hover-color, rgba(33, 150, 243, 0.1));
    }

    .ag-theme-balham .ag-rich-select-row {
        padding-left: 18px;
    }

    .ag-theme-balham .ag-rich-select-row-selected {
        background-color: rgba(33, 150, 243, 0.3);
        background-color: var(--ag-selected-row-background-color, rgba(33, 150, 243, 0.3));
    }

    .ag-theme-balham .ag-row-drag,
    .ag-theme-balham .ag-selection-checkbox,
    .ag-theme-balham .ag-group-expanded,
    .ag-theme-balham .ag-group-contracted {
        color: #181d1f;
        color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
    }

    .ag-theme-balham .ag-ltr .ag-row-drag, .ag-theme-balham .ag-ltr .ag-selection-checkbox, .ag-theme-balham .ag-ltr .ag-group-expanded, .ag-theme-balham .ag-ltr .ag-group-contracted {
        margin-right: 12px;
    }

    .ag-theme-balham .ag-rtl .ag-row-drag, .ag-theme-balham .ag-rtl .ag-selection-checkbox, .ag-theme-balham .ag-rtl .ag-group-expanded, .ag-theme-balham .ag-rtl .ag-group-contracted {
        margin-left: 12px;
    }

    .ag-theme-balham .ag-cell-wrapper > *:not(.ag-cell-value):not(.ag-group-value) {
        height: 40px;
        display: flex;
        align-items: center;
        flex: none;
    }

    .ag-theme-balham .ag-group-expanded,
    .ag-theme-balham .ag-group-contracted {
        cursor: pointer;
    }

    .ag-theme-balham .ag-group-title-bar-icon {
        cursor: pointer;
        flex: none;
        color: #181d1f;
        color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
    }

    .ag-theme-balham .ag-ltr .ag-group-child-count {
        margin-left: 2px;
    }

    .ag-theme-balham .ag-rtl .ag-group-child-count {
        margin-right: 2px;
    }

    .ag-theme-balham .ag-group-title-bar {
        background-color: #fff;
        background-color: var(--ag-subheader-background-color, #fff);
        padding: 6px;
    }

    .ag-theme-balham .ag-group-toolbar {
        padding: 6px;
    }

    .ag-theme-balham .ag-disabled-group-title-bar, .ag-theme-balham .ag-disabled-group-container {
        opacity: 0.5;
    }

    .ag-theme-balham .group-item {
        margin: 3px 0;
    }

    .ag-theme-balham .ag-label {
        white-space: nowrap;
    }

    .ag-theme-balham .ag-ltr .ag-label {
        margin-right: 6px;
    }

    .ag-theme-balham .ag-rtl .ag-label {
        margin-left: 6px;
    }

    .ag-theme-balham .ag-label-align-top .ag-label {
        margin-bottom: 3px;
    }

    .ag-theme-balham .ag-ltr .ag-slider-field, .ag-theme-balham .ag-ltr .ag-angle-select-field {
        margin-right: 12px;
    }

    .ag-theme-balham .ag-rtl .ag-slider-field, .ag-theme-balham .ag-rtl .ag-angle-select-field {
        margin-left: 12px;
    }

    .ag-theme-balham .ag-angle-select-parent-circle {
        width: 24px;
        height: 24px;
        border-radius: 12px;
        border: solid 1px;
        border-color: #babfc7;
        border-color: var(--ag-border-color, #babfc7);
        background-color: #fff;
        background-color: var(--ag-background-color, #fff);
    }

    .ag-theme-balham .ag-angle-select-child-circle {
        top: 4px;
        left: 12px;
        width: 6px;
        height: 6px;
        margin-left: -3px;
        margin-top: -4px;
        border-radius: 3px;
        background-color: #181d1f;
        background-color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
    }

    .ag-theme-balham .ag-picker-field-wrapper {
        border: 1px solid;
        border-color: #babfc7;
        border-color: var(--ag-border-color, #babfc7);
        border-radius: 5px;
    }

    .ag-theme-balham .ag-picker-field-wrapper:focus {
        box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
    }

    .ag-theme-balham .ag-picker-field-button {
        background-color: #fff;
        background-color: var(--ag-background-color, #fff);
        color: #181d1f;
        color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
    }

    .ag-theme-balham .ag-dialog.ag-color-dialog {
        border-radius: 5px;
    }

    .ag-theme-balham .ag-color-picker .ag-picker-field-display {
        height: 16px;
    }

    .ag-theme-balham .ag-color-panel {
        padding: 6px;
    }

    .ag-theme-balham .ag-spectrum-color {
        background-color: red;
        border-radius: 2px;
    }

    .ag-theme-balham .ag-spectrum-tools {
        padding: 10px;
    }

    .ag-theme-balham .ag-spectrum-sat {
        background-image: linear-gradient(to right, white, rgba(204, 154, 129, 0));
    }

    .ag-theme-balham .ag-spectrum-val {
        background-image: linear-gradient(to top, black, rgba(204, 154, 129, 0));
    }

    .ag-theme-balham .ag-spectrum-dragger {
        border-radius: 12px;
        height: 12px;
        width: 12px;
        border: 1px solid white;
        background: black;
        box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.24);
    }

    .ag-theme-balham .ag-spectrum-hue-background {
        border-radius: 2px;
    }

    .ag-theme-balham .ag-spectrum-alpha-background {
        border-radius: 2px;
    }

    .ag-theme-balham .ag-spectrum-tool {
        margin-bottom: 10px;
        height: 11px;
        border-radius: 2px;
    }

    .ag-theme-balham .ag-spectrum-slider {
        margin-top: -12px;
        width: 13px;
        height: 13px;
        border-radius: 13px;
        background-color: #f8f8f8;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
    }

    .ag-theme-balham .ag-recent-color {
        margin: 0 3px;
    }

    .ag-theme-balham .ag-recent-color:first-child {
        margin-left: 0;
    }

    .ag-theme-balham .ag-recent-color:last-child {
        margin-right: 0;
    }

    .ag-theme-balham.ag-dnd-ghost {
        border: solid 1px;
        border-color: #babfc7;
        border-color: var(--ag-border-color, #babfc7);
        background: #fff;
        background: var(--ag-background-color, #fff);
        border-radius: 3px;
        box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
        padding: 6px;
        overflow: hidden;
        text-overflow: ellipsis;
        z-index: 10;
        border: solid 1px;
        border-color: #dde2eb;
        border-color: var(--ag-secondary-border-color, #dde2eb);
        color: #181d1f;
        color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
        height: 48px !important;
        line-height: 48px;
        margin: 0;
        padding: 0 12px;
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }

    .ag-theme-balham .ag-dnd-ghost-icon {
        margin-right: 6px;
        color: #181d1f;
        color: var(--ag-foreground-color, #181d1f);
    }

    .ag-theme-balham .ag-popup-child:not(.ag-tooltip-custom) {
        box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
    }

    .ag-dragging-range-handle .ag-theme-balham .ag-dialog,
    .ag-dragging-fill-handle .ag-theme-balham .ag-dialog {
        opacity: 0.7;
        pointer-events: none;
    }

    .ag-theme-balham .ag-dialog {
        border-radius: 3px;
        border: solid 1px;
        border-color: #babfc7;
        border-color: var(--ag-border-color, #babfc7);
    }

    .ag-theme-balham .ag-panel {
        background-color: #fff;
        background-color: var(--ag-background-color, #fff);
    }

    .ag-theme-balham .ag-panel-title-bar {
        background-color: #f8f8f8;
        background-color: var(--ag-header-background-color, #f8f8f8);
        color: #181d1f;
        color: var(--ag-header-foreground-color, var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f)));
        height: 48px;
        padding: 6px 18px;
        border-bottom: solid 1px;
        border-bottom-color: #babfc7;
        border-bottom-color: var(--ag-border-color, #babfc7);
    }

    .ag-theme-balham .ag-ltr .ag-panel-title-bar-button {
        margin-left: 6px;
    }

    .ag-theme-balham .ag-rtl .ag-panel-title-bar-button {
        margin-right: 6px;
    }

    .ag-theme-balham .ag-tooltip {
        background-color: #f8f8f8;
        background-color: var(--ag-header-background-color, #f8f8f8);
        color: #181d1f;
        color: var(--ag-foreground-color, #181d1f);
        padding: 6px;
        border: solid 1px;
        border-color: #babfc7;
        border-color: var(--ag-border-color, #babfc7);
        border-radius: 3px;
        transition: opacity 1s;
    }

    .ag-theme-balham .ag-tooltip.ag-tooltip-hiding {
        opacity: 0;
    }

    .ag-theme-balham .ag-ltr .ag-column-select-indent-1 {
        padding-left: 16px;
    }

    .ag-theme-balham .ag-rtl .ag-column-select-indent-1 {
        padding-right: 16px;
    }

    .ag-theme-balham .ag-ltr .ag-column-select-indent-2 {
        padding-left: 32px;
    }

    .ag-theme-balham .ag-rtl .ag-column-select-indent-2 {
        padding-right: 32px;
    }

    .ag-theme-balham .ag-ltr .ag-column-select-indent-3 {
        padding-left: 48px;
    }

    .ag-theme-balham .ag-rtl .ag-column-select-indent-3 {
        padding-right: 48px;
    }

    .ag-theme-balham .ag-ltr .ag-column-select-indent-4 {
        padding-left: 64px;
    }

    .ag-theme-balham .ag-rtl .ag-column-select-indent-4 {
        padding-right: 64px;
    }

    .ag-theme-balham .ag-ltr .ag-column-select-indent-5 {
        padding-left: 80px;
    }

    .ag-theme-balham .ag-rtl .ag-column-select-indent-5 {
        padding-right: 80px;
    }

    .ag-theme-balham .ag-ltr .ag-column-select-indent-6 {
        padding-left: 96px;
    }

    .ag-theme-balham .ag-rtl .ag-column-select-indent-6 {
        padding-right: 96px;
    }

    .ag-theme-balham .ag-ltr .ag-column-select-indent-7 {
        padding-left: 112px;
    }

    .ag-theme-balham .ag-rtl .ag-column-select-indent-7 {
        padding-right: 112px;
    }

    .ag-theme-balham .ag-ltr .ag-column-select-indent-8 {
        padding-left: 128px;
    }

    .ag-theme-balham .ag-rtl .ag-column-select-indent-8 {
        padding-right: 128px;
    }

    .ag-theme-balham .ag-ltr .ag-column-select-indent-9 {
        padding-left: 144px;
    }

    .ag-theme-balham .ag-rtl .ag-column-select-indent-9 {
        padding-right: 144px;
    }

    .ag-theme-balham .ag-column-select-header-icon {
        cursor: pointer;
    }

    .ag-theme-balham .ag-keyboard-focus .ag-column-select-header-icon:focus {
        outline: none;
    }

    .ag-theme-balham .ag-keyboard-focus .ag-column-select-header-icon:focus:after {
        content: '';
        position: absolute;
        background-color: transparent;
        pointer-events: none;
        top: 0px;
        left: 0px;
        display: block;
        width: calc(100% - 0px);
        height: calc(100% - 0px);
        border: 1px solid;
        border-color: rgba(33, 150, 243, 0.4);
        border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
    }

    .ag-theme-balham .ag-ltr .ag-column-group-icons:not(:last-child), .ag-theme-balham .ag-ltr .ag-column-select-header-icon:not(:last-child), .ag-theme-balham .ag-ltr .ag-column-select-header-checkbox:not(:last-child), .ag-theme-balham .ag-ltr .ag-column-select-header-filter-wrapper:not(:last-child), .ag-theme-balham .ag-ltr .ag-column-select-checkbox:not(:last-child), .ag-theme-balham .ag-ltr .ag-column-select-column-drag-handle:not(:last-child), .ag-theme-balham .ag-ltr .ag-column-select-column-group-drag-handle:not(:last-child), .ag-theme-balham .ag-ltr .ag-column-select-column-label:not(:last-child) {
        margin-right: 12px;
    }

    .ag-theme-balham .ag-rtl .ag-column-group-icons:not(:last-child), .ag-theme-balham .ag-rtl .ag-column-select-header-icon:not(:last-child), .ag-theme-balham .ag-rtl .ag-column-select-header-checkbox:not(:last-child), .ag-theme-balham .ag-rtl .ag-column-select-header-filter-wrapper:not(:last-child), .ag-theme-balham .ag-rtl .ag-column-select-checkbox:not(:last-child), .ag-theme-balham .ag-rtl .ag-column-select-column-drag-handle:not(:last-child), .ag-theme-balham .ag-rtl .ag-column-select-column-group-drag-handle:not(:last-child), .ag-theme-balham .ag-rtl .ag-column-select-column-label:not(:last-child) {
        margin-left: 12px;
    }

    .ag-theme-balham .ag-keyboard-focus .ag-column-select-virtual-list-item:focus {
        outline: none;
    }

    .ag-theme-balham .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after {
        content: '';
        position: absolute;
        background-color: transparent;
        pointer-events: none;
        top: 1px;
        left: 1px;
        display: block;
        width: calc(100% - 2px);
        height: calc(100% - 2px);
        border: 1px solid;
        border-color: rgba(33, 150, 243, 0.4);
        border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
    }

    .ag-theme-balham .ag-column-select-column-group:not(:last-child),
    .ag-theme-balham .ag-column-select-column:not(:last-child) {
        margin-bottom: 9px;
    }

    .ag-theme-balham .ag-column-select-column-readonly,
    .ag-theme-balham .ag-column-select-column-group-readonly {
        color: rgba(24, 29, 31, 0.5);
        color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5));
        pointer-events: none;
    }

    .ag-theme-balham .ag-ltr .ag-column-select-add-group-indent {
        margin-left: 28px;
    }

    .ag-theme-balham .ag-rtl .ag-column-select-add-group-indent {
        margin-right: 28px;
    }

    .ag-theme-balham .ag-column-select-virtual-list-viewport {
        padding: 6px 12px;
    }

    .ag-theme-balham .ag-rtl {
        text-align: right;
    }

    .ag-theme-balham .ag-root-wrapper {
        border: solid 1px;
        border-color: #babfc7;
        border-color: var(--ag-border-color, #babfc7);
    }

    .ag-theme-balham .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-1 {
        padding-left: 46px;
    }

    .ag-theme-balham .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-1 {
        padding-right: 46px;
    }

    .ag-theme-balham .ag-ltr .ag-row-group-indent-1 {
        padding-left: 28px;
    }

    .ag-theme-balham .ag-rtl .ag-row-group-indent-1 {
        padding-right: 28px;
    }

    .ag-theme-balham .ag-ltr .ag-row-level-1 .ag-row-group-leaf-indent {
        margin-left: 28px;
    }

    .ag-theme-balham .ag-rtl .ag-row-level-1 .ag-row-group-leaf-indent {
        margin-right: 28px;
    }

    .ag-theme-balham .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-2 {
        padding-left: 74px;
    }

    .ag-theme-balham .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-2 {
        padding-right: 74px;
    }

    .ag-theme-balham .ag-ltr .ag-row-group-indent-2 {
        padding-left: 56px;
    }

    .ag-theme-balham .ag-rtl .ag-row-group-indent-2 {
        padding-right: 56px;
    }

    .ag-theme-balham .ag-ltr .ag-row-level-2 .ag-row-group-leaf-indent {
        margin-left: 28px;
    }

    .ag-theme-balham .ag-rtl .ag-row-level-2 .ag-row-group-leaf-indent {
        margin-right: 28px;
    }

    .ag-theme-balham .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-3 {
        padding-left: 102px;
    }

    .ag-theme-balham .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-3 {
        padding-right: 102px;
    }

    .ag-theme-balham .ag-ltr .ag-row-group-indent-3 {
        padding-left: 84px;
    }

    .ag-theme-balham .ag-rtl .ag-row-group-indent-3 {
        padding-right: 84px;
    }

    .ag-theme-balham .ag-ltr .ag-row-level-3 .ag-row-group-leaf-indent {
        margin-left: 28px;
    }

    .ag-theme-balham .ag-rtl .ag-row-level-3 .ag-row-group-leaf-indent {
        margin-right: 28px;
    }

    .ag-theme-balham .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-4 {
        padding-left: 130px;
    }

    .ag-theme-balham .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-4 {
        padding-right: 130px;
    }

    .ag-theme-balham .ag-ltr .ag-row-group-indent-4 {
        padding-left: 112px;
    }

    .ag-theme-balham .ag-rtl .ag-row-group-indent-4 {
        padding-right: 112px;
    }

    .ag-theme-balham .ag-ltr .ag-row-level-4 .ag-row-group-leaf-indent {
        margin-left: 28px;
    }

    .ag-theme-balham .ag-rtl .ag-row-level-4 .ag-row-group-leaf-indent {
        margin-right: 28px;
    }

    .ag-theme-balham .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-5 {
        padding-left: 158px;
    }

    .ag-theme-balham .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-5 {
        padding-right: 158px;
    }

    .ag-theme-balham .ag-ltr .ag-row-group-indent-5 {
        padding-left: 140px;
    }

    .ag-theme-balham .ag-rtl .ag-row-group-indent-5 {
        padding-right: 140px;
    }

    .ag-theme-balham .ag-ltr .ag-row-level-5 .ag-row-group-leaf-indent {
        margin-left: 28px;
    }

    .ag-theme-balham .ag-rtl .ag-row-level-5 .ag-row-group-leaf-indent {
        margin-right: 28px;
    }

    .ag-theme-balham .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-6 {
        padding-left: 186px;
    }

    .ag-theme-balham .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-6 {
        padding-right: 186px;
    }

    .ag-theme-balham .ag-ltr .ag-row-group-indent-6 {
        padding-left: 168px;
    }

    .ag-theme-balham .ag-rtl .ag-row-group-indent-6 {
        padding-right: 168px;
    }

    .ag-theme-balham .ag-ltr .ag-row-level-6 .ag-row-group-leaf-indent {
        margin-left: 28px;
    }

    .ag-theme-balham .ag-rtl .ag-row-level-6 .ag-row-group-leaf-indent {
        margin-right: 28px;
    }

    .ag-theme-balham .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-7 {
        padding-left: 214px;
    }

    .ag-theme-balham .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-7 {
        padding-right: 214px;
    }

    .ag-theme-balham .ag-ltr .ag-row-group-indent-7 {
        padding-left: 196px;
    }

    .ag-theme-balham .ag-rtl .ag-row-group-indent-7 {
        padding-right: 196px;
    }

    .ag-theme-balham .ag-ltr .ag-row-level-7 .ag-row-group-leaf-indent {
        margin-left: 28px;
    }

    .ag-theme-balham .ag-rtl .ag-row-level-7 .ag-row-group-leaf-indent {
        margin-right: 28px;
    }

    .ag-theme-balham .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-8 {
        padding-left: 242px;
    }

    .ag-theme-balham .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-8 {
        padding-right: 242px;
    }

    .ag-theme-balham .ag-ltr .ag-row-group-indent-8 {
        padding-left: 224px;
    }

    .ag-theme-balham .ag-rtl .ag-row-group-indent-8 {
        padding-right: 224px;
    }

    .ag-theme-balham .ag-ltr .ag-row-level-8 .ag-row-group-leaf-indent {
        margin-left: 28px;
    }

    .ag-theme-balham .ag-rtl .ag-row-level-8 .ag-row-group-leaf-indent {
        margin-right: 28px;
    }

    .ag-theme-balham .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-9 {
        padding-left: 270px;
    }

    .ag-theme-balham .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-9 {
        padding-right: 270px;
    }

    .ag-theme-balham .ag-ltr .ag-row-group-indent-9 {
        padding-left: 252px;
    }

    .ag-theme-balham .ag-rtl .ag-row-group-indent-9 {
        padding-right: 252px;
    }

    .ag-theme-balham .ag-ltr .ag-row-level-9 .ag-row-group-leaf-indent {
        margin-left: 28px;
    }

    .ag-theme-balham .ag-rtl .ag-row-level-9 .ag-row-group-leaf-indent {
        margin-right: 28px;
    }

    .ag-theme-balham .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-10 {
        padding-left: 298px;
    }

    .ag-theme-balham .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-10 {
        padding-right: 298px;
    }

    .ag-theme-balham .ag-ltr .ag-row-group-indent-10 {
        padding-left: 280px;
    }

    .ag-theme-balham .ag-rtl .ag-row-group-indent-10 {
        padding-right: 280px;
    }

    .ag-theme-balham .ag-ltr .ag-row-level-10 .ag-row-group-leaf-indent {
        margin-left: 28px;
    }

    .ag-theme-balham .ag-rtl .ag-row-level-10 .ag-row-group-leaf-indent {
        margin-right: 28px;
    }

    .ag-theme-balham .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-11 {
        padding-left: 326px;
    }

    .ag-theme-balham .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-11 {
        padding-right: 326px;
    }

    .ag-theme-balham .ag-ltr .ag-row-group-indent-11 {
        padding-left: 308px;
    }

    .ag-theme-balham .ag-rtl .ag-row-group-indent-11 {
        padding-right: 308px;
    }

    .ag-theme-balham .ag-ltr .ag-row-level-11 .ag-row-group-leaf-indent {
        margin-left: 28px;
    }

    .ag-theme-balham .ag-rtl .ag-row-level-11 .ag-row-group-leaf-indent {
        margin-right: 28px;
    }

    .ag-theme-balham .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-12 {
        padding-left: 354px;
    }

    .ag-theme-balham .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-12 {
        padding-right: 354px;
    }

    .ag-theme-balham .ag-ltr .ag-row-group-indent-12 {
        padding-left: 336px;
    }

    .ag-theme-balham .ag-rtl .ag-row-group-indent-12 {
        padding-right: 336px;
    }

    .ag-theme-balham .ag-ltr .ag-row-level-12 .ag-row-group-leaf-indent {
        margin-left: 28px;
    }

    .ag-theme-balham .ag-rtl .ag-row-level-12 .ag-row-group-leaf-indent {
        margin-right: 28px;
    }

    .ag-theme-balham .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-13 {
        padding-left: 382px;
    }

    .ag-theme-balham .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-13 {
        padding-right: 382px;
    }

    .ag-theme-balham .ag-ltr .ag-row-group-indent-13 {
        padding-left: 364px;
    }

    .ag-theme-balham .ag-rtl .ag-row-group-indent-13 {
        padding-right: 364px;
    }

    .ag-theme-balham .ag-ltr .ag-row-level-13 .ag-row-group-leaf-indent {
        margin-left: 28px;
    }

    .ag-theme-balham .ag-rtl .ag-row-level-13 .ag-row-group-leaf-indent {
        margin-right: 28px;
    }

    .ag-theme-balham .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-14 {
        padding-left: 410px;
    }

    .ag-theme-balham .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-14 {
        padding-right: 410px;
    }

    .ag-theme-balham .ag-ltr .ag-row-group-indent-14 {
        padding-left: 392px;
    }

    .ag-theme-balham .ag-rtl .ag-row-group-indent-14 {
        padding-right: 392px;
    }

    .ag-theme-balham .ag-ltr .ag-row-level-14 .ag-row-group-leaf-indent {
        margin-left: 28px;
    }

    .ag-theme-balham .ag-rtl .ag-row-level-14 .ag-row-group-leaf-indent {
        margin-right: 28px;
    }

    .ag-theme-balham .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-15 {
        padding-left: 438px;
    }

    .ag-theme-balham .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-15 {
        padding-right: 438px;
    }

    .ag-theme-balham .ag-ltr .ag-row-group-indent-15 {
        padding-left: 420px;
    }

    .ag-theme-balham .ag-rtl .ag-row-group-indent-15 {
        padding-right: 420px;
    }

    .ag-theme-balham .ag-ltr .ag-row-level-15 .ag-row-group-leaf-indent {
        margin-left: 28px;
    }

    .ag-theme-balham .ag-rtl .ag-row-level-15 .ag-row-group-leaf-indent {
        margin-right: 28px;
    }

    .ag-theme-balham .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-16 {
        padding-left: 466px;
    }

    .ag-theme-balham .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-16 {
        padding-right: 466px;
    }

    .ag-theme-balham .ag-ltr .ag-row-group-indent-16 {
        padding-left: 448px;
    }

    .ag-theme-balham .ag-rtl .ag-row-group-indent-16 {
        padding-right: 448px;
    }

    .ag-theme-balham .ag-ltr .ag-row-level-16 .ag-row-group-leaf-indent {
        margin-left: 28px;
    }

    .ag-theme-balham .ag-rtl .ag-row-level-16 .ag-row-group-leaf-indent {
        margin-right: 28px;
    }

    .ag-theme-balham .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-17 {
        padding-left: 494px;
    }

    .ag-theme-balham .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-17 {
        padding-right: 494px;
    }

    .ag-theme-balham .ag-ltr .ag-row-group-indent-17 {
        padding-left: 476px;
    }

    .ag-theme-balham .ag-rtl .ag-row-group-indent-17 {
        padding-right: 476px;
    }

    .ag-theme-balham .ag-ltr .ag-row-level-17 .ag-row-group-leaf-indent {
        margin-left: 28px;
    }

    .ag-theme-balham .ag-rtl .ag-row-level-17 .ag-row-group-leaf-indent {
        margin-right: 28px;
    }

    .ag-theme-balham .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-18 {
        padding-left: 522px;
    }

    .ag-theme-balham .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-18 {
        padding-right: 522px;
    }

    .ag-theme-balham .ag-ltr .ag-row-group-indent-18 {
        padding-left: 504px;
    }

    .ag-theme-balham .ag-rtl .ag-row-group-indent-18 {
        padding-right: 504px;
    }

    .ag-theme-balham .ag-ltr .ag-row-level-18 .ag-row-group-leaf-indent {
        margin-left: 28px;
    }

    .ag-theme-balham .ag-rtl .ag-row-level-18 .ag-row-group-leaf-indent {
        margin-right: 28px;
    }

    .ag-theme-balham .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-19 {
        padding-left: 550px;
    }

    .ag-theme-balham .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-19 {
        padding-right: 550px;
    }

    .ag-theme-balham .ag-ltr .ag-row-group-indent-19 {
        padding-left: 532px;
    }

    .ag-theme-balham .ag-rtl .ag-row-group-indent-19 {
        padding-right: 532px;
    }

    .ag-theme-balham .ag-ltr .ag-row-level-19 .ag-row-group-leaf-indent {
        margin-left: 28px;
    }

    .ag-theme-balham .ag-rtl .ag-row-level-19 .ag-row-group-leaf-indent {
        margin-right: 28px;
    }

    .ag-theme-balham .ag-cell {
        -webkit-font-smoothing: subpixel-antialiased;
    }

    .ag-theme-balham .ag-value-change-delta {
        padding-right: 2px;
    }

    .ag-theme-balham .ag-value-change-delta-up {
        color: #43a047;
        color: var(--ag-value-change-delta-up-color, #43a047);
    }

    .ag-theme-balham .ag-value-change-delta-down {
        color: #e53935;
        color: var(--ag-value-change-delta-down-color, #e53935);
    }

    .ag-theme-balham .ag-value-change-value {
        background-color: transparent;
        border-radius: 1px;
        padding-left: 1px;
        padding-right: 1px;
        transition: background-color 1s;
    }

    .ag-theme-balham .ag-value-change-value-highlight {
        background-color: rgba(22, 160, 133, 0.5);
        background-color: var(--ag-value-change-value-highlight-background-color, rgba(22, 160, 133, 0.5));
        transition: background-color 0.1s;
    }

    .ag-theme-balham .ag-cell-data-changed {
        background-color: rgba(22, 160, 133, 0.5) !important;
        background-color: var(--ag-value-change-value-highlight-background-color, rgba(22, 160, 133, 0.5)) !important;
    }

    .ag-theme-balham .ag-cell-data-changed-animation {
        background-color: transparent;
    }

    .ag-theme-balham .ag-cell-highlight {
        background-color: #2196f3 !important;
        background-color: var(--ag-range-selection-highlight-color, var(--ag-range-selection-border-color, #2196f3)) !important;
    }

    .ag-theme-balham .ag-row {
        height: 42px;
        background-color: #fff;
        background-color: var(--ag-background-color, #fff);
        color: #181d1f;
        color: var(--ag-data-color, var(--ag-foreground-color, #181d1f));
        border-width: 1px;
        border-color: #dde2eb;
        border-color: var(--ag-row-border-color, var(--ag-secondary-border-color, #dde2eb));
    }

    .ag-theme-balham .ag-row:not(.ag-row-first) {
        border-top-style: solid;
    }

    .ag-theme-balham .ag-row.ag-row-last {
        border-bottom-style: solid;
    }

    .ag-theme-balham .ag-row-highlight-above::after, .ag-theme-balham .ag-row-highlight-below::after {
        content: '';
        position: absolute;
        width: calc(100% - 1px);
        height: 1px;
        background-color: #2196f3;
        background-color: var(--ag-range-selection-border-color, #2196f3);
        left: 1px;
    }

    .ag-theme-balham .ag-row-highlight-above::after {
        top: -1px;
    }

    .ag-theme-balham .ag-row-highlight-above.ag-row-first::after {
        top: 0;
    }

    .ag-theme-balham .ag-row-highlight-below::after {
        bottom: 0px;
    }

    .ag-theme-balham .ag-row-odd {
        background-color: #fcfcfc;
        background-color: var(--ag-odd-row-background-color, #fcfcfc);
    }

    .ag-theme-balham .ag-horizontal-left-spacer:not(.ag-scroller-corner) {
        border-right: solid 1px;
        border-right-color: #babfc7;
        border-right-color: var(--ag-border-color, #babfc7);
    }

    .ag-theme-balham .ag-horizontal-right-spacer:not(.ag-scroller-corner) {
        border-left: solid 1px;
        border-left-color: #babfc7;
        border-left-color: var(--ag-border-color, #babfc7);
    }

    .ag-theme-balham .ag-row-hover {
        background-color: rgba(33, 150, 243, 0.1);
        background-color: var(--ag-row-hover-color, rgba(33, 150, 243, 0.1));
    }

    .ag-theme-balham .ag-ltr .ag-right-aligned-cell {
        text-align: right;
    }

    .ag-theme-balham .ag-rtl .ag-right-aligned-cell {
        text-align: left;
    }

    .ag-theme-balham .ag-ltr .ag-right-aligned-cell .ag-cell-value {
        margin-left: auto;
    }

    .ag-theme-balham .ag-rtl .ag-right-aligned-cell .ag-cell-value {
        margin-right: auto;
    }

    .ag-theme-balham .ag-cell {
        border: 1px solid transparent;
        line-height: 40px;
        padding-left: 17px;
        padding-right: 17px;
    }

    .ag-theme-balham .ag-row > .ag-cell-wrapper {
        padding-left: 17px;
        padding-right: 17px;
    }

    .ag-theme-balham .ag-row-dragging {
        cursor: move;
    }

    .ag-theme-balham .ag-row-dragging {
        opacity: 0.5;
    }

    .ag-theme-balham .ag-cell-inline-editing {
        border: solid 1px;
        border-color: #babfc7;
        border-color: var(--ag-border-color, #babfc7);
        background: #fff;
        background: var(--ag-background-color, #fff);
        border-radius: 3px;
        box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
        padding: 6px;
        padding: 0;
        height: 42px;
        background-color: #f8f8f8;
        background-color: var(--ag-control-panel-background-color, #f8f8f8);
    }

    .ag-theme-balham .ag-popup-editor {
        border: solid 1px;
        border-color: #babfc7;
        border-color: var(--ag-border-color, #babfc7);
        background: #fff;
        background: var(--ag-background-color, #fff);
        border-radius: 3px;
        box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
        padding: 6px;
        background-color: #f8f8f8;
        background-color: var(--ag-control-panel-background-color, #f8f8f8);
        padding: 0;
    }

    .ag-theme-balham .ag-large-text-input {
        height: auto;
        padding: 18px;
    }

    .ag-theme-balham .ag-details-row {
        padding: 30px;
        background-color: #fff;
        background-color: var(--ag-background-color, #fff);
    }

    .ag-theme-balham .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-balham .ag-layout-auto-height .ag-center-cols-container, .ag-theme-balham .ag-layout-print .ag-center-cols-clipper, .ag-theme-balham .ag-layout-print .ag-center-cols-container {
        min-height: 50px;
    }

    .ag-theme-balham .ag-overlay-loading-wrapper {
        background-color: rgba(255, 255, 255, 0.66);
        background-color: var(--ag-modal-overlay-background-color, rgba(255, 255, 255, 0.66));
    }

    .ag-theme-balham .ag-overlay-loading-center {
        border: solid 1px;
        border-color: #babfc7;
        border-color: var(--ag-border-color, #babfc7);
        background: #fff;
        background: var(--ag-background-color, #fff);
        border-radius: 3px;
        box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
        padding: 6px;
    }

    .ag-theme-balham .ag-overlay-no-rows-wrapper.ag-layout-auto-height {
        padding-top: 30px;
    }

    .ag-theme-balham .ag-loading {
        padding-left: 18px;
        display: flex;
        height: 100%;
        align-items: center;
    }

    .ag-theme-balham .ag-loading-icon {
        padding-right: 12px;
    }

    .ag-theme-balham .ag-icon-loading {
        -webkit-animation-name: spin;
        animation-name: spin;
        -webkit-animation-duration: 1000ms;
        animation-duration: 1000ms;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    @-webkit-keyframes spin {
        from {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes spin {
        from {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    .ag-theme-balham .ag-floating-top {
        border-bottom: solid 1px;
        border-bottom-color: #babfc7;
        border-bottom-color: var(--ag-border-color, #babfc7);
    }

    .ag-theme-balham .ag-floating-bottom {
        border-top: solid 1px;
        border-top-color: #babfc7;
        border-top-color: var(--ag-border-color, #babfc7);
    }

    .ag-theme-balham .ag-ltr .ag-cell {
        border-right: solid transparent;
    }

    .ag-theme-balham .ag-rtl .ag-cell {
        border-left: solid transparent;
    }

    .ag-theme-balham .ag-ltr .ag-cell {
        border-right-width: 1px;
    }

    .ag-theme-balham .ag-rtl .ag-cell {
        border-left-width: 1px;
    }

    .ag-theme-balham .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell) {
        border-left: solid 1px;
        border-left-color: #babfc7;
        border-left-color: var(--ag-border-color, #babfc7);
    }

    .ag-theme-balham .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell) {
        border-right: solid 1px;
        border-right-color: #babfc7;
        border-right-color: var(--ag-border-color, #babfc7);
    }

    .ag-theme-balham .ag-row-selected {
        background-color: rgba(33, 150, 243, 0.3);
        background-color: var(--ag-selected-row-background-color, rgba(33, 150, 243, 0.3));
    }

    .ag-theme-balham .ag-cell-range-selected:not(.ag-cell-focus),
    .ag-theme-balham .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing) {
        background-color: rgba(33, 150, 243, 0.2);
        background-color: var(--ag-range-selection-background-color, rgba(33, 150, 243, 0.2));
    }

    .ag-theme-balham .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart,
    .ag-theme-balham .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart {
        background-color: rgba(0, 88, 255, 0.1) !important;
        background-color: var(--ag-range-selection-chart-background-color, rgba(0, 88, 255, 0.1)) !important;
    }

    .ag-theme-balham .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category,
    .ag-theme-balham .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category {
        background-color: rgba(0, 255, 132, 0.1) !important;
        background-color: var(--ag-range-selection-chart-category-background-color, rgba(0, 255, 132, 0.1)) !important;
    }

    .ag-theme-balham .ag-cell-range-selected-1:not(.ag-cell-focus),
    .ag-theme-balham .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing) {
        background-color: rgba(33, 150, 243, 0.2);
        background-color: var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, rgba(33, 150, 243, 0.2)));
    }

    .ag-theme-balham .ag-cell-range-selected-2:not(.ag-cell-focus),
    .ag-theme-balham .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2 {
        background-color: rgba(33, 150, 243, 0.36);
        background-color: var(--ag-range-selection-background-color-2, rgba(33, 150, 243, 0.36));
    }

    .ag-theme-balham .ag-cell-range-selected-3:not(.ag-cell-focus),
    .ag-theme-balham .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3 {
        background-color: rgba(33, 150, 243, 0.488);
        background-color: var(--ag-range-selection-background-color-3, rgba(33, 150, 243, 0.488));
    }

    .ag-theme-balham .ag-cell-range-selected-4:not(.ag-cell-focus),
    .ag-theme-balham .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4 {
        background-color: rgba(33, 150, 243, 0.5904);
        background-color: var(--ag-range-selection-background-color-4, rgba(33, 150, 243, 0.5904));
    }

    .ag-theme-balham .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top {
        border-top-color: #2196f3;
        border-top-color: var(--ag-range-selection-border-color, #2196f3);
    }

    .ag-theme-balham .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right {
        border-right-color: #2196f3;
        border-right-color: var(--ag-range-selection-border-color, #2196f3);
    }

    .ag-theme-balham .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom {
        border-bottom-color: #2196f3;
        border-bottom-color: var(--ag-range-selection-border-color, #2196f3);
    }

    .ag-theme-balham .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left {
        border-left-color: #2196f3;
        border-left-color: var(--ag-range-selection-border-color, #2196f3);
    }

    .ag-theme-balham .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),
    .ag-theme-balham .ag-ltr .ag-cell-range-single-cell,
    .ag-theme-balham .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle, .ag-theme-balham .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),
    .ag-theme-balham .ag-rtl .ag-cell-range-single-cell,
    .ag-theme-balham .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle {
        border: 1px solid;
        border-color: #2196f3;
        border-color: var(--ag-range-selection-border-color, #2196f3);
        outline: initial;
    }

    .ag-theme-balham .ag-cell.ag-selection-fill-top,
    .ag-theme-balham .ag-cell.ag-selection-fill-top.ag-cell-range-selected {
        border-top: 1px dashed;
        border-top-color: #2196f3;
        border-top-color: var(--ag-range-selection-border-color, #2196f3);
    }

    .ag-theme-balham .ag-ltr .ag-cell.ag-selection-fill-right, .ag-theme-balham .ag-ltr .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
        border-right: 1px dashed;
        border-right-color: #2196f3;
        border-right-color: var(--ag-range-selection-border-color, #2196f3);
    }

    .ag-theme-balham .ag-rtl .ag-cell.ag-selection-fill-right, .ag-theme-balham .ag-rtl .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
        border-left: 1px dashed;
        border-left-color: #2196f3;
        border-left-color: var(--ag-range-selection-border-color, #2196f3);
    }

    .ag-theme-balham .ag-cell.ag-selection-fill-bottom,
    .ag-theme-balham .ag-cell.ag-selection-fill-bottom.ag-cell-range-selected {
        border-bottom: 1px dashed;
        border-bottom-color: #2196f3;
        border-bottom-color: var(--ag-range-selection-border-color, #2196f3);
    }

    .ag-theme-balham .ag-ltr .ag-cell.ag-selection-fill-left, .ag-theme-balham .ag-ltr .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
        border-left: 1px dashed;
        border-left-color: #2196f3;
        border-left-color: var(--ag-range-selection-border-color, #2196f3);
    }

    .ag-theme-balham .ag-rtl .ag-cell.ag-selection-fill-left, .ag-theme-balham .ag-rtl .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
        border-right: 1px dashed;
        border-right-color: #2196f3;
        border-right-color: var(--ag-range-selection-border-color, #2196f3);
    }

    .ag-theme-balham .ag-fill-handle, .ag-theme-balham .ag-range-handle {
        position: absolute;
        width: 6px;
        height: 6px;
        bottom: -1px;
        background-color: #2196f3;
        background-color: var(--ag-range-selection-border-color, #2196f3);
    }

    .ag-theme-balham .ag-ltr .ag-fill-handle, .ag-theme-balham .ag-ltr .ag-range-handle {
        right: -1px;
    }

    .ag-theme-balham .ag-rtl .ag-fill-handle, .ag-theme-balham .ag-rtl .ag-range-handle {
        left: -1px;
    }

    .ag-theme-balham .ag-fill-handle {
        cursor: cell;
    }

    .ag-theme-balham .ag-range-handle {
        cursor: nwse-resize;
    }

    .ag-theme-balham .ag-cell-inline-editing {
        border-color: rgba(33, 150, 243, 0.4) !important;
        border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4)) !important;
    }

    .ag-theme-balham .ag-menu {
        border: solid 1px;
        border-color: #babfc7;
        border-color: var(--ag-border-color, #babfc7);
        background: #fff;
        background: var(--ag-background-color, #fff);
        border-radius: 3px;
        box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
        padding: 6px;
        padding: 0;
    }

    .ag-theme-balham .ag-menu-list {
        cursor: default;
        padding: 6px 0;
    }

    .ag-theme-balham .ag-menu-separator {
        height: 13px;
    }

    .ag-theme-balham .ag-menu-separator-part:after {
        content: "";
        display: block;
        border-top: solid 1px;
        border-top-color: #babfc7;
        border-top-color: var(--ag-border-color, #babfc7);
    }

    .ag-theme-balham .ag-menu-option-active, .ag-theme-balham .ag-compact-menu-option-active {
        background-color: rgba(33, 150, 243, 0.1);
        background-color: var(--ag-row-hover-color, rgba(33, 150, 243, 0.1));
    }

    .ag-theme-balham .ag-menu-option-part, .ag-theme-balham .ag-compact-menu-option-part {
        line-height: 16px;
        padding: 8px 0;
    }

    .ag-theme-balham .ag-menu-option-disabled, .ag-theme-balham .ag-compact-menu-option-disabled {
        opacity: 0.5;
    }

    .ag-theme-balham .ag-menu-option-icon, .ag-theme-balham .ag-compact-menu-option-icon {
        width: 16px;
    }

    .ag-theme-balham .ag-ltr .ag-menu-option-icon, .ag-theme-balham .ag-ltr .ag-compact-menu-option-icon {
        padding-left: 12px;
    }

    .ag-theme-balham .ag-rtl .ag-menu-option-icon, .ag-theme-balham .ag-rtl .ag-compact-menu-option-icon {
        padding-right: 12px;
    }

    .ag-theme-balham .ag-menu-option-text, .ag-theme-balham .ag-compact-menu-option-text {
        padding-left: 12px;
        padding-right: 12px;
    }

    .ag-theme-balham .ag-ltr .ag-menu-option-shortcut, .ag-theme-balham .ag-ltr .ag-compact-menu-option-shortcut {
        padding-right: 6px;
    }

    .ag-theme-balham .ag-rtl .ag-menu-option-shortcut, .ag-theme-balham .ag-rtl .ag-compact-menu-option-shortcut {
        padding-left: 6px;
    }

    .ag-theme-balham .ag-menu-option-popup-pointer, .ag-theme-balham .ag-compact-menu-option-popup-pointer {
        padding-right: 6px;
    }

    .ag-theme-balham .ag-tabs-header {
        min-width: 220px;
        width: 100%;
        display: flex;
    }

    .ag-theme-balham .ag-tab {
        border-bottom: 2px solid transparent;
        display: flex;
        flex: none;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        flex: 1 1 auto;
        transition: border-bottom 0.3s;
    }

    .ag-theme-balham .ag-keyboard-focus .ag-tab:focus {
        outline: none;
    }

    .ag-theme-balham .ag-keyboard-focus .ag-tab:focus:after {
        content: '';
        position: absolute;
        background-color: transparent;
        pointer-events: none;
        top: 4px;
        left: 4px;
        display: block;
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        border: 1px solid;
        border-color: rgba(33, 150, 243, 0.4);
        border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
    }

    .ag-theme-balham .ag-tab-selected {
        border-bottom-color: #2196f3;
        border-bottom-color: var(--ag-selected-tab-underline-color, var(--ag-alpine-active-color, #2196f3));
    }

    .ag-theme-balham .ag-menu-header {
        color: #181d1f;
        color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
    }

    .ag-theme-balham .ag-filter-separator {
        border-top: solid 1px;
        border-top-color: #babfc7;
        border-top-color: var(--ag-border-color, #babfc7);
    }

    .ag-theme-balham .ag-filter-condition-operator {
        height: 17px;
    }

    .ag-theme-balham .ag-ltr .ag-filter-condition-operator-or {
        margin-left: 12px;
    }

    .ag-theme-balham .ag-rtl .ag-filter-condition-operator-or {
        margin-right: 12px;
    }

    .ag-theme-balham .ag-set-filter-select-all {
        padding-top: 12px;
    }

    .ag-theme-balham .ag-set-filter-list, .ag-theme-balham .ag-filter-no-matches {
        height: 144px;
    }

    .ag-theme-balham .ag-set-filter-filter {
        margin-top: 12px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .ag-theme-balham .ag-filter-to {
        margin-top: 9px;
    }

    .ag-theme-balham .ag-mini-filter {
        margin: 12px 12px;
    }

    .ag-theme-balham .ag-set-filter-item {
        margin: 0px 12px;
    }

    .ag-theme-balham .ag-ltr .ag-set-filter-item-value {
        margin-left: 12px;
    }

    .ag-theme-balham .ag-rtl .ag-set-filter-item-value {
        margin-right: 12px;
    }

    .ag-theme-balham .ag-filter-apply-panel {
        padding: 12px 12px;
        border-top: solid 1px;
        border-top-color: #dde2eb;
        border-top-color: var(--ag-secondary-border-color, #dde2eb);
    }

    .ag-theme-balham .ag-filter-apply-panel-button {
        line-height: 1.5;
    }

    .ag-theme-balham .ag-ltr .ag-filter-apply-panel-button {
        margin-left: 12px;
    }

    .ag-theme-balham .ag-rtl .ag-filter-apply-panel-button {
        margin-right: 12px;
    }

    .ag-theme-balham .ag-simple-filter-body-wrapper {
        padding: 12px 12px;
        padding-bottom: 3px;
    }

    .ag-theme-balham .ag-simple-filter-body-wrapper > * {
        margin-bottom: 9px;
    }

    .ag-theme-balham .ag-filter-no-matches {
        padding: 12px 12px;
    }

    .ag-theme-balham .ag-multi-filter-menu-item {
        margin: 6px 0;
    }

    .ag-theme-balham .ag-multi-filter-group-title-bar {
        padding: 12px 6px;
        background-color: transparent;
    }

    .ag-theme-balham .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus {
        outline: none;
    }

    .ag-theme-balham .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after {
        content: '';
        position: absolute;
        background-color: transparent;
        pointer-events: none;
        top: 4px;
        left: 4px;
        display: block;
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        border: 1px solid;
        border-color: rgba(33, 150, 243, 0.4);
        border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
    }

    .ag-theme-balham .ag-side-bar {
        position: relative;
    }

    .ag-theme-balham .ag-tool-panel-wrapper {
        background-color: #f8f8f8;
        background-color: var(--ag-control-panel-background-color, #f8f8f8);
    }

    .ag-theme-balham .ag-side-buttons {
        padding-top: 24px;
        width: 20px;
        position: relative;
        color: #181d1f;
        color: var(--ag-foreground-color, #181d1f);
        overflow: hidden;
    }

    .ag-theme-balham button.ag-side-button-button {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        background: transparent;
        padding: 12px 0 12px 0;
        width: 100%;
        margin: 0;
        min-height: 108px;
        background-position-y: center;
        background-position-x: center;
        background-repeat: no-repeat;
        border: none;
    }

    .ag-theme-balham button.ag-side-button-button:focus {
        box-shadow: none;
    }

    .ag-theme-balham .ag-keyboard-focus .ag-side-button-button:focus {
        outline: none;
    }

    .ag-theme-balham .ag-keyboard-focus .ag-side-button-button:focus:after {
        content: '';
        position: absolute;
        background-color: transparent;
        pointer-events: none;
        top: 4px;
        left: 4px;
        display: block;
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        border: 1px solid;
        border-color: rgba(33, 150, 243, 0.4);
        border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
    }

    .ag-theme-balham .ag-side-button-icon-wrapper {
        margin-bottom: 3px;
    }

    .ag-theme-balham .ag-ltr .ag-side-bar-left,
    .ag-theme-balham .ag-rtl .ag-side-bar-right {
        border-right: solid 1px;
        border-right-color: #babfc7;
        border-right-color: var(--ag-border-color, #babfc7);
    }

    .ag-theme-balham .ag-ltr .ag-side-bar-left .ag-tool-panel-wrapper,
    .ag-theme-balham .ag-rtl .ag-side-bar-right .ag-tool-panel-wrapper {
        border-left: solid 1px;
        border-left-color: #babfc7;
        border-left-color: var(--ag-border-color, #babfc7);
    }

    .ag-theme-balham .ag-ltr .ag-side-bar-left .ag-side-button-button,
    .ag-theme-balham .ag-rtl .ag-side-bar-right .ag-side-button-button {
        border-right: 2px solid transparent;
        transition: border-right 0.3s;
    }

    .ag-theme-balham .ag-ltr .ag-side-bar-left .ag-selected .ag-side-button-button,
    .ag-theme-balham .ag-rtl .ag-side-bar-right .ag-selected .ag-side-button-button {
        border-right-color: #2196f3;
        border-right-color: var(--ag-selected-tab-underline-color, var(--ag-alpine-active-color, #2196f3));
    }

    .ag-theme-balham .ag-rtl .ag-side-bar-left,
    .ag-theme-balham .ag-ltr .ag-side-bar-right {
        border-left: solid 1px;
        border-left-color: #babfc7;
        border-left-color: var(--ag-border-color, #babfc7);
    }

    .ag-theme-balham .ag-rtl .ag-side-bar-left .ag-tool-panel-wrapper,
    .ag-theme-balham .ag-ltr .ag-side-bar-right .ag-tool-panel-wrapper {
        border-right: solid 1px;
        border-right-color: #babfc7;
        border-right-color: var(--ag-border-color, #babfc7);
    }

    .ag-theme-balham .ag-rtl .ag-side-bar-left .ag-side-button-button,
    .ag-theme-balham .ag-ltr .ag-side-bar-right .ag-side-button-button {
        border-left: 2px solid transparent;
        transition: border-left 0.3s;
    }

    .ag-theme-balham .ag-rtl .ag-side-bar-left .ag-selected .ag-side-button-button,
    .ag-theme-balham .ag-ltr .ag-side-bar-right .ag-selected .ag-side-button-button {
        border-left-color: #2196f3;
        border-left-color: var(--ag-selected-tab-underline-color, var(--ag-alpine-active-color, #2196f3));
    }

    .ag-theme-balham .ag-filter-toolpanel-header {
        height: 36px;
    }

    .ag-theme-balham .ag-ltr .ag-filter-toolpanel-header, .ag-theme-balham .ag-ltr .ag-filter-toolpanel-search {
        padding-left: 6px;
    }

    .ag-theme-balham .ag-rtl .ag-filter-toolpanel-header, .ag-theme-balham .ag-rtl .ag-filter-toolpanel-search {
        padding-right: 6px;
    }

    .ag-theme-balham .ag-keyboard-focus .ag-filter-toolpanel-header:focus {
        outline: none;
    }

    .ag-theme-balham .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after {
        content: '';
        position: absolute;
        background-color: transparent;
        pointer-events: none;
        top: 4px;
        left: 4px;
        display: block;
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        border: 1px solid;
        border-color: rgba(33, 150, 243, 0.4);
        border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
    }

    .ag-theme-balham .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title:after {
        font-family: "agGridAlpine";
        font-size: 16px;
        line-height: 16px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f112";
        position: absolute;
    }

    .ag-theme-balham .ag-ltr .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title:after {
        padding-left: 6px;
    }

    .ag-theme-balham .ag-rtl .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title:after {
        padding-right: 6px;
    }

    .ag-theme-balham .ag-filter-toolpanel-group-level-0-header {
        height: 48px;
    }

    .ag-theme-balham .ag-filter-toolpanel-group-item {
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .ag-theme-balham .ag-filter-toolpanel-search {
        height: 48px;
    }

    .ag-theme-balham .ag-filter-toolpanel-search-input {
        flex-grow: 1;
        height: 24px;
    }

    .ag-theme-balham .ag-ltr .ag-filter-toolpanel-search-input {
        margin-right: 6px;
    }

    .ag-theme-balham .ag-rtl .ag-filter-toolpanel-search-input {
        margin-left: 6px;
    }

    .ag-theme-balham .ag-filter-toolpanel-group-level-0 {
        border-top: solid 1px;
        border-top-color: #dde2eb;
        border-top-color: var(--ag-secondary-border-color, #dde2eb);
    }

    .ag-theme-balham .ag-ltr .ag-filter-toolpanel-expand, .ag-theme-balham .ag-ltr .ag-filter-toolpanel-group-title-bar-icon {
        margin-right: 6px;
    }

    .ag-theme-balham .ag-rtl .ag-filter-toolpanel-expand, .ag-theme-balham .ag-rtl .ag-filter-toolpanel-group-title-bar-icon {
        margin-left: 6px;
    }

    .ag-theme-balham .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-1-header.ag-filter-toolpanel-group-title-bar {
        background-color: transparent;
    }

    .ag-theme-balham .ag-ltr .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header {
        padding-left: 22px;
    }

    .ag-theme-balham .ag-rtl .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header {
        padding-right: 22px;
    }

    .ag-theme-balham .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-2-header.ag-filter-toolpanel-group-title-bar {
        background-color: transparent;
    }

    .ag-theme-balham .ag-ltr .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header {
        padding-left: 38px;
    }

    .ag-theme-balham .ag-rtl .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header {
        padding-right: 38px;
    }

    .ag-theme-balham .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-3-header.ag-filter-toolpanel-group-title-bar {
        background-color: transparent;
    }

    .ag-theme-balham .ag-ltr .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header {
        padding-left: 54px;
    }

    .ag-theme-balham .ag-rtl .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header {
        padding-right: 54px;
    }

    .ag-theme-balham .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-4-header.ag-filter-toolpanel-group-title-bar {
        background-color: transparent;
    }

    .ag-theme-balham .ag-ltr .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header {
        padding-left: 70px;
    }

    .ag-theme-balham .ag-rtl .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header {
        padding-right: 70px;
    }

    .ag-theme-balham .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-5-header.ag-filter-toolpanel-group-title-bar {
        background-color: transparent;
    }

    .ag-theme-balham .ag-ltr .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header {
        padding-left: 86px;
    }

    .ag-theme-balham .ag-rtl .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header {
        padding-right: 86px;
    }

    .ag-theme-balham .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-6-header.ag-filter-toolpanel-group-title-bar {
        background-color: transparent;
    }

    .ag-theme-balham .ag-ltr .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header {
        padding-left: 102px;
    }

    .ag-theme-balham .ag-rtl .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header {
        padding-right: 102px;
    }

    .ag-theme-balham .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-7-header.ag-filter-toolpanel-group-title-bar {
        background-color: transparent;
    }

    .ag-theme-balham .ag-ltr .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header {
        padding-left: 118px;
    }

    .ag-theme-balham .ag-rtl .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header {
        padding-right: 118px;
    }

    .ag-theme-balham .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-8-header.ag-filter-toolpanel-group-title-bar {
        background-color: transparent;
    }

    .ag-theme-balham .ag-ltr .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header {
        padding-left: 134px;
    }

    .ag-theme-balham .ag-rtl .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header {
        padding-right: 134px;
    }

    .ag-theme-balham .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-9-header.ag-filter-toolpanel-group-title-bar {
        background-color: transparent;
    }

    .ag-theme-balham .ag-ltr .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header {
        padding-left: 150px;
    }

    .ag-theme-balham .ag-rtl .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header {
        padding-right: 150px;
    }

    .ag-theme-balham .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-10-header.ag-filter-toolpanel-group-title-bar {
        background-color: transparent;
    }

    .ag-theme-balham .ag-ltr .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header {
        padding-left: 166px;
    }

    .ag-theme-balham .ag-rtl .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header {
        padding-right: 166px;
    }

    .ag-theme-balham .ag-filter-toolpanel-instance-header.ag-filter-toolpanel-group-level-1-header {
        padding-left: 6px;
    }

    .ag-theme-balham .ag-filter-toolpanel-instance-filter {
        border-top: solid 1px;
        border-top-color: #babfc7;
        border-top-color: var(--ag-border-color, #babfc7);
        border-bottom: solid 1px;
        border-bottom-color: #babfc7;
        border-bottom-color: var(--ag-border-color, #babfc7);
        margin-top: 6px;
    }

    .ag-theme-balham .ag-ltr .ag-filter-toolpanel-instance-header-icon {
        margin-left: 6px;
    }

    .ag-theme-balham .ag-rtl .ag-filter-toolpanel-instance-header-icon {
        margin-right: 6px;
    }

    .ag-theme-balham .ag-pivot-mode-panel {
        height: 48px;
        display: flex;
    }

    .ag-theme-balham .ag-pivot-mode-select {
        display: flex;
        align-items: center;
    }

    .ag-theme-balham .ag-ltr .ag-pivot-mode-select {
        margin-left: 12px;
    }

    .ag-theme-balham .ag-rtl .ag-pivot-mode-select {
        margin-right: 12px;
    }

    .ag-theme-balham .ag-keyboard-focus .ag-column-select-header:focus {
        outline: none;
    }

    .ag-theme-balham .ag-keyboard-focus .ag-column-select-header:focus:after {
        content: '';
        position: absolute;
        background-color: transparent;
        pointer-events: none;
        top: 4px;
        left: 4px;
        display: block;
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        border: 1px solid;
        border-color: rgba(33, 150, 243, 0.4);
        border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
    }

    .ag-theme-balham .ag-column-select-header {
        height: 48px;
        align-items: center;
        padding: 0 12px;
        border-bottom: solid 1px;
        border-bottom-color: #dde2eb;
        border-bottom-color: var(--ag-secondary-border-color, #dde2eb);
    }

    .ag-theme-balham .ag-column-panel-column-select {
        border-bottom: solid 1px;
        border-bottom-color: #dde2eb;
        border-bottom-color: var(--ag-secondary-border-color, #dde2eb);
        border-top: solid 1px;
        border-top-color: #dde2eb;
        border-top-color: var(--ag-secondary-border-color, #dde2eb);
    }

    .ag-theme-balham .ag-column-group-icons,
    .ag-theme-balham .ag-column-select-header-icon {
        color: #181d1f;
        color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
    }

    .ag-theme-balham .ag-header {
        background-color: #f8f8f8;
        background-color: var(--ag-header-background-color, #f8f8f8);
        border-bottom: solid 1px;
        border-bottom-color: #babfc7;
        border-bottom-color: var(--ag-border-color, #babfc7);
    }

    .ag-theme-balham .ag-header-row {
        color: #181d1f;
        color: var(--ag-header-foreground-color, var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f)));
    }

    .ag-theme-balham .ag-pinned-right-header {
        border-left: solid 1px;
        border-left-color: #babfc7;
        border-left-color: var(--ag-border-color, #babfc7);
    }

    .ag-theme-balham .ag-pinned-left-header {
        border-right: solid 1px;
        border-right-color: #babfc7;
        border-right-color: var(--ag-border-color, #babfc7);
    }

    .ag-theme-balham .ag-header-row {
        height: 48px;
    }

    .ag-theme-balham .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon {
        margin-left: 6px;
    }

    .ag-theme-balham .ag-rtl .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon {
        margin-right: 6px;
    }

    .ag-theme-balham .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon {
        margin-right: 6px;
    }

    .ag-theme-balham .ag-rtl .ag-header-cell.ag-right-aligned-header .ag-header-label-icon {
        margin-left: 6px;
    }

    .ag-theme-balham .ag-header-cell,
    .ag-theme-balham .ag-header-group-cell {
        padding-left: 18px;
        padding-right: 18px;
    }

    .ag-theme-balham .ag-header-cell.ag-header-cell-moving,
    .ag-theme-balham .ag-header-group-cell.ag-header-cell-moving {
        background-color: #fff;
        background-color: var(--ag-header-cell-moving-background-color, var(--ag-background-color, #fff));
    }

    .ag-theme-balham .ag-keyboard-focus .ag-header-cell:focus {
        outline: none;
    }

    .ag-theme-balham .ag-keyboard-focus .ag-header-cell:focus:after {
        content: '';
        position: absolute;
        background-color: transparent;
        pointer-events: none;
        top: 4px;
        left: 4px;
        display: block;
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        border: 1px solid;
        border-color: rgba(33, 150, 243, 0.4);
        border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
    }

    .ag-theme-balham .ag-keyboard-focus .ag-header-group-cell:focus {
        outline: none;
    }

    .ag-theme-balham .ag-keyboard-focus .ag-header-group-cell:focus:after {
        content: '';
        position: absolute;
        background-color: transparent;
        pointer-events: none;
        top: 4px;
        left: 4px;
        display: block;
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        border: 1px solid;
        border-color: rgba(33, 150, 243, 0.4);
        border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
    }

    .ag-theme-balham .ag-header-icon {
        color: #181d1f;
        color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
    }

    .ag-theme-balham .ag-header-expand-icon {
        cursor: pointer;
    }

    .ag-theme-balham .ag-ltr .ag-header-expand-icon {
        padding-left: 4px;
    }

    .ag-theme-balham .ag-rtl .ag-header-expand-icon {
        padding-right: 4px;
    }

    .ag-theme-balham .ag-header-row:not(:first-child) .ag-header-cell,
    .ag-theme-balham .ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group {
        border-top: solid 1px;
        border-top-color: #babfc7;
        border-top-color: var(--ag-border-color, #babfc7);
    }

    .ag-theme-balham .ag-header-cell-resize {
        display: flex;
        align-items: center;
    }

    .ag-theme-balham .ag-header-cell-resize::after {
        content: "";
        position: absolute;
        z-index: 1;
        display: block;
        left: calc(50% - 1px);
        width: 2px;
        height: 30%;
        top: calc(50% - 15%);
        background-color: rgba(186, 191, 199, 0.5);
        background-color: var(--ag-header-column-resize-handle-color, rgba(186, 191, 199, 0.5));
    }

    .ag-theme-balham .ag-pinned-right-header .ag-header-cell-resize::after {
        left: calc(50% - 2px);
    }

    .ag-theme-balham .ag-ltr .ag-header-select-all {
        margin-right: 18px;
    }

    .ag-theme-balham .ag-rtl .ag-header-select-all {
        margin-left: 18px;
    }

    .ag-theme-balham .ag-ltr .ag-floating-filter-button {
        margin-left: 18px;
    }

    .ag-theme-balham .ag-rtl .ag-floating-filter-button {
        margin-right: 18px;
    }

    .ag-theme-balham .ag-floating-filter-button-button {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        border: none;
        height: 16px;
        padding: 0;
        width: 16px;
    }

    .ag-theme-balham .ag-filter-loading {
        background-color: #f8f8f8;
        background-color: var(--ag-control-panel-background-color, #f8f8f8);
        height: 100%;
        padding: 12px 12px;
        position: absolute;
        width: 100%;
        z-index: 1;
    }

    .ag-theme-balham .ag-paging-panel {
        border-top: 1px solid;
        border-top-color: #babfc7;
        border-top-color: var(--ag-border-color, #babfc7);
        color: #181d1f;
        color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
        height: 48px;
    }

    .ag-theme-balham .ag-paging-panel > * {
        margin: 0 18px;
    }

    .ag-theme-balham .ag-paging-button {
        cursor: pointer;
    }

    .ag-theme-balham .ag-paging-button.ag-disabled {
        cursor: default;
        color: rgba(24, 29, 31, 0.5);
        color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5));
    }

    .ag-theme-balham .ag-keyboard-focus .ag-paging-button:focus {
        outline: none;
    }

    .ag-theme-balham .ag-keyboard-focus .ag-paging-button:focus:after {
        content: '';
        position: absolute;
        background-color: transparent;
        pointer-events: none;
        top: 0px;
        left: 0px;
        display: block;
        width: calc(100% - 0px);
        height: calc(100% - 0px);
        border: 1px solid;
        border-color: rgba(33, 150, 243, 0.4);
        border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
    }

    .ag-theme-balham .ag-paging-button, .ag-theme-balham .ag-paging-description {
        margin: 0 6px;
    }

    .ag-theme-balham .ag-status-bar {
        border-top: solid 1px;
        border-top-color: #babfc7;
        border-top-color: var(--ag-border-color, #babfc7);
        color: rgba(24, 29, 31, 0.5);
        color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5));
        padding-right: 24px;
        padding-left: 24px;
        line-height: 1.5;
    }

    .ag-theme-balham .ag-status-name-value-value {
        color: #181d1f;
        color: var(--ag-foreground-color, #181d1f);
    }

    .ag-theme-balham .ag-status-bar-center {
        text-align: center;
    }

    .ag-theme-balham .ag-status-name-value {
        margin-left: 6px;
        margin-right: 6px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .ag-theme-balham .ag-column-drop-cell {
        background: rgba(24, 29, 31, 0.07);
        background: var(--ag-chip-background-color, rgba(24, 29, 31, 0.07));
        border-radius: 24px;
        height: 24px;
        padding: 0 3px;
    }

    .ag-theme-balham .ag-column-drop-cell-text {
        margin: 0 6px;
    }

    .ag-theme-balham .ag-column-drop-cell-button {
        min-width: 24px;
        margin: 0 3px;
        color: #181d1f;
        color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
    }

    .ag-theme-balham .ag-column-drop-cell-drag-handle {
        margin-left: 12px;
    }

    .ag-theme-balham .ag-column-drop-cell-ghost {
        opacity: 0.5;
    }

    .ag-theme-balham .ag-column-drop-horizontal {
        background-color: #f8f8f8;
        background-color: var(--ag-control-panel-background-color, #f8f8f8);
        color: #181d1f;
        color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
        height: 42px;
        border-bottom: solid 1px;
        border-bottom-color: #babfc7;
        border-bottom-color: var(--ag-border-color, #babfc7);
    }

    .ag-theme-balham .ag-ltr .ag-column-drop-horizontal {
        padding-left: 18px;
    }

    .ag-theme-balham .ag-rtl .ag-column-drop-horizontal {
        padding-right: 18px;
    }

    .ag-theme-balham .ag-ltr .ag-column-drop-horizontal-half-width:not(:last-child) {
        border-right: solid 1px;
        border-right-color: #babfc7;
        border-right-color: var(--ag-border-color, #babfc7);
    }

    .ag-theme-balham .ag-rtl .ag-column-drop-horizontal-half-width:not(:last-child) {
        border-left: solid 1px;
        border-left-color: #babfc7;
        border-left-color: var(--ag-border-color, #babfc7);
    }

    .ag-theme-balham .ag-column-drop-horizontal-cell-separator {
        margin: 0 6px;
        color: #181d1f;
        color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
    }

    .ag-theme-balham .ag-column-drop-horizontal-empty-message {
        color: rgba(24, 29, 31, 0.5);
        color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5));
    }

    .ag-theme-balham .ag-ltr .ag-column-drop-horizontal-icon {
        margin-right: 18px;
    }

    .ag-theme-balham .ag-rtl .ag-column-drop-horizontal-icon {
        margin-left: 18px;
    }

    .ag-theme-balham .ag-column-drop-vertical-list {
        padding-bottom: 6px;
        padding-right: 6px;
        padding-left: 6px;
    }

    .ag-theme-balham .ag-column-drop-vertical-cell {
        margin-top: 6px;
    }

    .ag-theme-balham .ag-column-drop-vertical {
        min-height: 50px;
        max-height: 150px;
        border-bottom: solid 1px;
        border-bottom-color: #dde2eb;
        border-bottom-color: var(--ag-secondary-border-color, #dde2eb);
    }

    .ag-theme-balham .ag-column-drop-vertical.ag-last-column-drop {
        border-bottom: none;
    }

    .ag-theme-balham .ag-column-drop-vertical-icon {
        margin-left: 6px;
        margin-right: 6px;
    }

    .ag-theme-balham .ag-column-drop-vertical-list {
        position: relative;
    }

    .ag-theme-balham .ag-column-drop-vertical-empty-message {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        color: rgba(24, 29, 31, 0.5);
        color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5));
        margin-top: 6px;
    }

    .ag-theme-balham .ag-select-agg-func-popup {
        border: solid 1px;
        border-color: #babfc7;
        border-color: var(--ag-border-color, #babfc7);
        background: #fff;
        background: var(--ag-background-color, #fff);
        border-radius: 3px;
        box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
        padding: 6px;
        background: #fff;
        background: var(--ag-background-color, #fff);
        height: 105px;
        padding: 0;
    }

    .ag-theme-balham .ag-select-agg-func-virtual-list-item {
        cursor: default;
        line-height: 30px;
        padding-left: 12px;
    }

    .ag-theme-balham .ag-select-agg-func-virtual-list-item:hover {
        background-color: rgba(33, 150, 243, 0.3);
        background-color: var(--ag-selected-row-background-color, rgba(33, 150, 243, 0.3));
    }

    .ag-theme-balham .ag-chart-menu {
        border-radius: 3px;
        background: #fff;
        background: var(--ag-background-color, #fff);
    }

    .ag-theme-balham .ag-chart-menu-icon {
        opacity: 0.5;
        line-height: 24px;
        font-size: 24px;
        width: 24px;
        height: 24px;
        margin: 2px 0;
        cursor: pointer;
        border-radius: 3px;
        color: #181d1f;
        color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
    }

    .ag-theme-balham .ag-chart-menu-icon:hover {
        opacity: 1;
    }

    .ag-theme-balham .ag-chart-mini-thumbnail {
        border: 1px solid;
        border-color: #dde2eb;
        border-color: var(--ag-secondary-border-color, #dde2eb);
        border-radius: 5px;
        margin: 5px;
    }

    .ag-theme-balham .ag-chart-mini-thumbnail:nth-last-child(3),
    .ag-theme-balham .ag-chart-mini-thumbnail:nth-last-child(3) ~ .ag-chart-mini-thumbnail {
        margin-left: auto;
        margin-right: auto;
    }

    .ag-theme-balham .ag-ltr .ag-chart-mini-thumbnail:first-child {
        margin-left: 0;
    }

    .ag-theme-balham .ag-rtl .ag-chart-mini-thumbnail:first-child {
        margin-right: 0;
    }

    .ag-theme-balham .ag-ltr .ag-chart-mini-thumbnail:last-child {
        margin-right: 0;
    }

    .ag-theme-balham .ag-rtl .ag-chart-mini-thumbnail:last-child {
        margin-left: 0;
    }

    .ag-theme-balham .ag-chart-mini-thumbnail.ag-selected {
        border-color: #2196f3;
        border-color: var(--ag-minichart-selected-chart-color, var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3)));
    }

    .ag-theme-balham .ag-chart-settings-card-item {
        background: #181d1f;
        background: var(--ag-foreground-color, #181d1f);
        width: 8px;
        height: 8px;
        border-radius: 4px;
    }

    .ag-theme-balham .ag-chart-settings-card-item.ag-selected {
        background-color: #2196f3;
        background-color: var(--ag-minichart-selected-page-color, var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3)));
    }

    .ag-theme-balham .ag-chart-data-column-drag-handle {
        margin-left: 6px;
    }

    .ag-theme-balham .ag-charts-settings-group-title-bar,
    .ag-theme-balham .ag-charts-data-group-title-bar,
    .ag-theme-balham .ag-charts-format-top-level-group-title-bar {
        border-top: solid 1px;
        border-top-color: #dde2eb;
        border-top-color: var(--ag-secondary-border-color, #dde2eb);
    }

    .ag-theme-balham .ag-charts-settings-group-container {
        padding: 6px;
    }

    .ag-theme-balham .ag-charts-data-group-container {
        padding: 12px 12px;
        padding-bottom: 3px;
    }

    .ag-theme-balham .ag-charts-data-group-container > * {
        margin-bottom: 9px;
    }

    .ag-theme-balham .ag-charts-format-top-level-group-container {
        margin-left: 12px;
        padding: 6px;
    }

    .ag-theme-balham .ag-charts-format-top-level-group-item {
        margin: 6px 0;
    }

    .ag-theme-balham .ag-charts-format-sub-level-group-container {
        padding: 12px 12px;
        padding-bottom: 3px;
    }

    .ag-theme-balham .ag-charts-format-sub-level-group-container > * {
        margin-bottom: 9px;
    }

    .ag-theme-balham .ag-charts-group-container.ag-group-container-horizontal {
        padding: 6px;
    }

    .ag-theme-balham .ag-chart-data-section,
    .ag-theme-balham .ag-chart-format-section {
        display: flex;
        margin: 0;
    }

    .ag-theme-balham .ag-chart-menu-panel {
        background-color: #f8f8f8;
        background-color: var(--ag-control-panel-background-color, #f8f8f8);
    }

    .ag-theme-balham .ag-ltr .ag-chart-menu-panel {
        border-left: solid 1px;
        border-left-color: #babfc7;
        border-left-color: var(--ag-border-color, #babfc7);
    }

    .ag-theme-balham .ag-rtl .ag-chart-menu-panel {
        border-right: solid 1px;
        border-right-color: #babfc7;
        border-right-color: var(--ag-border-color, #babfc7);
    }

    .ag-theme-balham .ag-date-time-list-page-title {
        flex-grow: 1;
        text-align: center;
    }

    .ag-theme-balham .ag-date-time-list-page-column-label {
        text-align: center;
    }

    .ag-theme-balham .ag-date-time-list-page-entry {
        text-align: center;
    }

    .ag-theme-balham .ag-checkbox-input-wrapper {
        font-family: "agGridAlpine";
        font-size: 16px;
        line-height: 16px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 16px;
        height: 16px;
        background-color: #fff;
        background-color: var(--ag-checkbox-background-color, var(--ag-background-color, #fff));
        border-radius: 3px;
        display: inline-block;
        vertical-align: middle;
        flex: none;
    }

    .ag-theme-balham .ag-checkbox-input-wrapper input, .ag-theme-balham .ag-checkbox-input-wrapper input {
        -webkit-appearance: none;
        opacity: 0;
        width: 100%;
        height: 100%;
    }

    .ag-theme-balham .ag-checkbox-input-wrapper:focus-within, .ag-theme-balham .ag-checkbox-input-wrapper:active {
        outline: none;
        box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
    }

    .ag-theme-balham .ag-checkbox-input-wrapper.ag-disabled {
        opacity: 0.5;
    }

    .ag-theme-balham .ag-checkbox-input-wrapper::after {
        content: "\f108";
        color: #999;
        color: var(--ag-checkbox-unchecked-color, #999);
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
    }

    .ag-theme-balham .ag-checkbox-input-wrapper.ag-checked::after {
        content: "\f106";
        color: #2196f3;
        color: var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3));
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
    }

    .ag-theme-balham .ag-checkbox-input-wrapper.ag-indeterminate::after {
        content: "\f107";
        color: #999;
        color: var(--ag-checkbox-indeterminate-color, var(--ag-checkbox-unchecked-color, #999));
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
    }

    .ag-theme-balham .ag-toggle-button-input-wrapper {
        box-sizing: border-box;
        width: 28px;
        height: 18px;
        background-color: #999;
        background-color: var(--ag-toggle-button-off-background-color, var(--ag-checkbox-unchecked-color, #999));
        border-radius: 9px;
        position: relative;
        flex: none;
        border: 1px solid;
        border-color: #999;
        border-color: var(--ag-toggle-button-off-border-color, var(--ag-checkbox-unchecked-color, #999));
    }

    .ag-theme-balham .head_label {
        color: black !important;
    }

    .ag-theme-balham .ag-toggle-button-input-wrapper input {
        opacity: 0;
        height: 100%;
        width: 100%;
    }

    .ag-theme-balham .ag-toggle-button-input-wrapper:focus-within {
        outline: none;
        box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
    }

    .ag-theme-balham .ag-toggle-button-input-wrapper.ag-disabled {
        opacity: 0.5;
    }

    .ag-theme-balham .ag-toggle-button-input-wrapper.ag-checked {
        background-color: #2196f3;
        background-color: var(--ag-toggle-button-on-background-color, var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3)));
        border-color: #2196f3;
        border-color: var(--ag-toggle-button-on-border-color, var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3)));
    }

    .ag-theme-balham .ag-toggle-button-input-wrapper::before {
        content: ' ';
        position: absolute;
        top: -1px;
        left: -1px;
        display: block;
        box-sizing: border-box;
        height: 18px;
        width: 18px;
        background-color: #fff;
        background-color: var(--ag-toggle-button-switch-background-color, var(--ag-background-color, #fff));
        border-radius: 9px;
        transition: left 100ms;
        border: 1px solid;
        border-color: #999;
        border-color: var(--ag-toggle-button-switch-border-color, var(--ag-toggle-button-off-border-color, var(--ag-checkbox-unchecked-color, #999)));
    }

    .ag-theme-balham .ag-toggle-button-input-wrapper.ag-checked::before {
        left: calc(100% - 18px);
        border-color: #2196f3;
        border-color: var(--ag-toggle-button-on-border-color, var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3)));
    }

    .ag-theme-balham .ag-radio-button-input-wrapper {
        font-family: "agGridAlpine";
        font-size: 16px;
        line-height: 16px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 16px;
        height: 16px;
        background-color: #fff;
        background-color: var(--ag-checkbox-background-color, var(--ag-background-color, #fff));
        border-radius: 3px;
        display: inline-block;
        vertical-align: middle;
        flex: none;
        border-radius: 16px;
    }

    .ag-theme-balham .ag-radio-button-input-wrapper input, .ag-theme-balham .ag-radio-button-input-wrapper input {
        -webkit-appearance: none;
        opacity: 0;
        width: 100%;
        height: 100%;
    }

    .ag-theme-balham .ag-radio-button-input-wrapper:focus-within, .ag-theme-balham .ag-radio-button-input-wrapper:active {
        outline: none;
        box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
    }

    .ag-theme-balham .ag-radio-button-input-wrapper.ag-disabled {
        opacity: 0.5;
    }

    .ag-theme-balham .ag-radio-button-input-wrapper::after {
        content: "\f124";
        color: #999;
        color: var(--ag-checkbox-unchecked-color, #999);
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
    }

    .ag-theme-balham .ag-radio-button-input-wrapper.ag-checked::after {
        content: "\f125";
        color: #2196f3;
        color: var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3));
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
    }

    .ag-theme-balham input[class^='ag-'][type='range']:disabled {
        opacity: 0.5;
    }

    .ag-theme-balham .ag-filter-toolpanel-header,
    .ag-theme-balham .ag-filter-toolpanel-search,
    .ag-theme-balham .ag-status-bar,
    .ag-theme-balham .ag-header-row,
    .ag-theme-balham .ag-panel-title-bar-title,
    .ag-theme-balham .ag-multi-filter-group-title-bar {
        font-weight: 700;
        color: #181d1f;
        color: var(--ag-header-foreground-color, var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f)));
    }

    .ag-theme-balham .ag-ltr .ag-pinned-right-header .ag-header-row:after, .ag-theme-balham .ag-rtl .ag-pinned-left-header .ag-header-row:before {
        content: '';
        position: absolute;
        height: calc(100% - 20px);
        top: 10px;
        width: 1px;
        background-color: #babfc7;
        background-color: var(--ag-border-color, #babfc7);
    }

    .ag-theme-balham .ag-ltr .ag-pinned-right-header .ag-header-row:after {
        right: 0;
    }

    .ag-theme-balham .ag-rtl .ag-pinned-left-header .ag-header-row:before {
        left: 0;
    }

    .ag-theme-balham .ag-row {
        font-size: 14px;
    }

    .ag-theme-balham .ag-tabs-header {
        border-bottom: solid 1px;
        border-bottom-color: #babfc7;
        border-bottom-color: var(--ag-border-color, #babfc7);
    }

    .ag-theme-balham .ag-charts-settings-group-title-bar,
    .ag-theme-balham .ag-charts-data-group-title-bar,
    .ag-theme-balham .ag-charts-format-top-level-group-title-bar {
        padding: 6px 12px;
        line-height: 20px;
    }

    .ag-theme-balham .ag-chart-mini-thumbnail {
        background-color: #fff;
        background-color: var(--ag-background-color, #fff);
    }

    .ag-theme-balham .ag-chart-settings-nav-bar {
        border-top: solid 1px;
        border-top-color: #dde2eb;
        border-top-color: var(--ag-secondary-border-color, #dde2eb);
    }

    .ag-theme-balham .ag-ltr .ag-group-title-bar-icon {
        margin-right: 6px;
    }

    .ag-theme-balham .ag-rtl .ag-group-title-bar-icon {
        margin-left: 6px;
    }

    .ag-theme-balham .ag-charts-format-top-level-group-toolbar {
        margin-top: 6px;
    }

    .ag-theme-balham .ag-ltr .ag-charts-format-top-level-group-toolbar {
        padding-left: 20px;
    }

    .ag-theme-balham .ag-rtl .ag-charts-format-top-level-group-toolbar {
        padding-right: 20px;
    }

    .ag-theme-balham .ag-charts-format-sub-level-group {
        border-left: dashed 1px;
        border-left-color: #babfc7;
        border-left-color: var(--ag-border-color, #babfc7);
        padding-left: 6px;
        margin-bottom: 12px;
    }

    .ag-theme-balham .ag-charts-format-sub-level-group-title-bar {
        padding-top: 0;
        padding-bottom: 0;
        background: none;
        font-weight: 700;
    }

    .ag-theme-balham .ag-charts-format-sub-level-group-container {
        padding-bottom: 0;
    }

    .ag-theme-balham .ag-charts-format-sub-level-group-item:last-child {
        margin-bottom: 0;
    }

    .ag-theme-balham .ag-dnd-ghost {
        font-size: 12px;
        font-weight: 700;
    }

    .ag-theme-balham .ag-side-buttons {
        width: 30px;
    }

    .ag-theme-balham .ag-standard-button {
        -moz-appearance: none;
        appearance: none;
        -webkit-appearance: none;
        border-radius: 3px;
        border: 1px solid;
        border-color: #2196f3;
        border-color: var(--ag-alpine-active-color, #2196f3);
        color: #2196f3;
        color: var(--ag-alpine-active-color, #2196f3);
        background-color: #fff;
        background-color: var(--ag-background-color, #fff);
        font-weight: 600;
        padding: 6px 12px;
    }

    .ag-theme-balham .ag-standard-button:active {
        border-color: #2196f3;
        border-color: var(--ag-alpine-active-color, #2196f3);
        background-color: #2196f3;
        background-color: var(--ag-alpine-active-color, #2196f3);
        color: #fff;
        color: var(--ag-background-color, #fff);
    }

    .ag-theme-balham .ag-standard-button:disabled {
        color: rgba(24, 29, 31, 0.5);
        color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5));
        background-color: #f1f2f4;
        background-color: var(--ag-input-disabled-background-color, #f1f2f4);
        border-color: rgba(186, 191, 199, 0.3);
        border-color: var(--ag-input-disabled-border-color, rgba(186, 191, 199, 0.3));
    }

    .ag-theme-balham .ag-column-drop-vertical {
        min-height: 75px;
        max-height: 175px;
    }

    .ag-theme-balham .ag-tool-panel-wrapper {
        width: 250px;
    }

    .ag-theme-balham .ag-column-drop-empty-message {
        color: #181d1f;
        color: var(--ag-foreground-color, #181d1f);
        opacity: 0.75;
    }

    .ag-theme-balham .ag-column-drop-cell-button {
        opacity: 0.5;
    }

    .ag-theme-balham .ag-chart-settings-card-item.ag-not-selected:hover {
        opacity: 0.35;
    }

    .ag-theme-balham .ag-ltr .ag-panel-title-bar-button {
        margin-left: 12px;
        margin-right: 6px;
    }

    .ag-theme-balham .ag-rtl .ag-panel-title-bar-button {
        margin-right: 12px;
        margin-left: 6px;
    }

    .ag-theme-balham .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-balham .ag-layout-auto-height .ag-center-cols-container, .ag-theme-balham .ag-layout-print .ag-center-cols-clipper, .ag-theme-balham .ag-layout-print .ag-center-cols-container {
        min-height: 150px;
    }

    .ag-theme-balham .ag-overlay-no-rows-wrapper.ag-layout-auto-height {
        padding-top: 60px;
    }
    .ag-theme-balham .ag-body-horizontal-scroll {
        visibility:hidden !important;
        display:none !important;
    }

}

.float_block {
    position: fixed;
    background: white;
    display: none;
    box-shadow: 0px 0px 20px #787878;
    z-index: 9999;
}

.float_block table {
    border-top: 1px solid #787878;
    border-left: 1px solid #787878;
}

.float_block table th {
    padding: 1px 5px;
    color: #ffffff;
    background-color: #0a5494;
    border-bottom: 1px solid #787878;
    border-right: 1px solid #787878;
}

.float_block table td {
    width: 100px;
    background-color: #ddeffe;
    border-bottom: 1px solid #787878;
    border-right: 1px solid #787878;
}

.button_area {
    display: block;
    float: right;
    margin-top: 0px
}

.ui-dialog .ui-widget-header {
    background: #419cea;
    padding: 0px;
    border-radius: 0px;
    border-width: 0px;
    height: 45px;
}

.ui-dialog .ui-dialog-title {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    padding-left: 20px;
    padding-top: 10px;
    width: auto;
}

.ui-dialog .close_area {
    width: 90px;
    float: right;
}

.ui-dialog .dialog_close {
    display: block;
    float: right;
    color: #ffffff;
    font-size: 18px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
}

.ui-dialog .dialog_close:hover {
    color: #900202;
    text-decoration: none;
}

.ui-dialog .ScreenPrint {
    display: block;
    float: left;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
}

.ui-dialog .ui-widget-content {
    background-color: #fff;
}

.ui-dialog .ui-dialog-content {
    padding: 0px;
}
/*.ui-dialog.ui-widget-content {
    padding: 0px;
    border-width: 0px;
    border-radius: 10px;
}*/
/*.ui-resizable {
    overflow: auto;
}


.ui-dialog .ui-dialog-titlebar {
    color: #fff;
    padding-left: 10px;
    height: 40px;
    line-height: 38px;
}

.ui-dialog .ui-dialog-title {
    font-size: 18px;
    display: block;
    float: left;
    font-weight: normal;
    width: calc(100% - 100px);
}

.ui-dialog .dialog_close {
    display: block;
    float: right;
    color: #ffffff;
    font-size: 18px;
    padding: 0px 15px;
    line-height: 40px;
    text-decoration: none;
}

    .ui-dialog .dialog_close:hover {
        background-color: #0a5494;
    }

.ui-dialog .ui-dialog-content {
    position: absolute;
    left: 0px;
    right: 0px;
    background: white;
    padding: 0px;
}*/
#SearchButton {
    /*display: block;
    float: right;*/
    margin-top: 0px;
    margin-left: 20px;
}

.top_content.expand_area {
    background-color: #fff;
    width: 100%;
}

.screen_link {
    width: 24%;
    display: inline-block;
    border-bottom: 1px solid #000;
    margin: 5px;
    padding: 3px;
    text-decoration: none;
}

.screen_link:hover {
    background-color: bisque;
    cursor: pointer;
    text-decoration: none;
}

.dialog_main .content_common {
    background-color: #ebeef1;
    width: 100%;
    padding: 12px 40px 10px 40px;
}

.dialog_main .content_common .span_left_fix_1 {
    margin-left: 25px;
}


.dialog_main .content_button_area {
    text-align: right;
    padding: 0px 40px;
    height: 30px;
    margin-top: 10px;
}

.dialog_main .content_button_area:first-child {
    margin-top: 20px;
}

.dialog_main .content_button_area .left_button {
    float: left;
    line-height: 30px;
    height: 30px;
}

.dialog_main .content_button_area .left_button input {
    margin-left: 0px;
    margin-right: 20px;
}

.dialog_main .content_button_area .right_button {
    float: right;
    height: 30px;
}

.dialog_main .content_button_area .right_button input {
    margin-left: 20px;
    margin-right: 0px;
}

.dialog_main .page-jump .right_button input[type="button"],
.dialog_main .page-jump .right_button button {
    margin-left: 20px;
    margin-right: 0px;
}


.dialog_main .content_area {
    overflow: auto;
    padding: 0px 20px;
}

.dialog_main .content_area:first-child {
    margin-top: 20px;
}

.dialog_main .content_button_area + .content_area {
    margin-top: 10px;
}

.dialog_main .content_area table {
    /*min-height: 50px;*/
}

.dialog_main .content_area table th {
    font-weight: bold;
    padding: 5px;
}

.dialog_main .content_area table td {
    padding: 5px;
}

.dialog_main .content_area .content_body_area {
    background-color: #ebeef1;
    padding: 20px;
}

.main_button_area {
    text-align: right;
    padding: 12px 20px 10px 20px;
}

.content_button_area input[type="button"],
.main_button_area input[type="button"]
.content_button_area button,
.main_button_area button {
    margin-left: 20px;
}

.task_refresh {
    display: inline-block;
    width: 100%;
    text-align: right;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
}

.task_refresh:hover {
    text-decoration: none;
}

.task_refresh img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: -2px;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ebeef1;
    color: #333333;
    box-shadow: 0px 0px 20px #787878;
}

/*.result_data {
    display: none;
}

.result_footer {
    display: none;
}*/

.result_button .left_button span,
.result_button .left_button select,
.result_button .left_button input {
    margin-right: 10px;
}

.result_button .right_button span,
.result_button .right_button input {
    margin-left: 10px;
}


#messageinfo span {
    display: inline-block;
    width: 100%;
}



#messageinfo .Error {
    color: #ff0000;
}

#messageinfo .Info {
    color: #0000ff;
}

.search_detail {
    padding: 2px;
}

.search_detail span {
    display: inline-block;
}

.search_detail .span_left_fix {
    padding-right: 0px;
    padding-left: 15px;
    width: 90px;
}

.search_detail .span_left_fix span {
    background-color: #c7d5e3;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}

table.total_table {
    width: auto;
    display: inline-block;
    position: relative;
}

table.total_table tr {
    border: 1px solid #e6e6e6;
}

table.total_table th {
    width: 120px;
    padding: 3px;
    border: 1px solid #e6e6e6;
    background-color: #c7d5e3;
}

table.total_table td {
    width: 120px;
    padding: 0px 1px 0px 0px;
    border: 1px solid #e6e6e6;
}

table.total_table td input.number {
    width: 100%;
}

table.summany_table {
    width: auto;
    display: inline-block;
    position: relative;
}

table.summany_table tr {
    border: 1px solid #e6e6e6;
}

table.summany_table th {
    width: 200px;
    padding: 3px;
    border: 1px solid #e6e6e6;
    background-color: #c7d5e3;
    padding: 5px 20px;
    text-align: center;
}

table.summany_table td {
    padding: 0px 1px 0px 0px;
    border: 1px solid #e6e6e6;
    padding: 5px 20px;
    text-align: center;
}

table.summany_table td input.number {
    width: 100%;
}


table.add_table {
    border-top: 1px solid #d9dcde;
    border-left: 1px solid #d9dcde;
}


table.add_table tr {
    border: 1px solid #d9dcde;
}

table.add_table th {
    background-color: #909090;
    color: #ffffff;
    border-right: 1px solid #d9dcde;
    height: auto;
    font-weight: normal;
    padding: 3px;
    text-align: center;
}

table.add_table td {
    border-right: 1px solid #d9dcde;
    padding: 1px;
    height: auto;
    font-weight: normal;
}


.dropdown {
    position: relative;
    font-size: 14px;
    color: #333;
    width: 200px;
    display: inline-block;
}

.dropdown .dropdown-list {
    z-index: 99;
    padding: 5px 0 5px 10px;
    background: #fff;
    position: absolute;
    top: 30px;
    left: 2px;
    right: 2px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
    transform-origin: 50% 0;
    transform: scale(1, 0);
    transition: transform .15s ease-in-out .15s;
    max-height: 66vh;
    overflow-y: scroll;
}

.dropdown .dropdown-option {
    display: block;
    opacity: 0;
    transition: opacity .15s ease-in-out;
}

.dropdown .dropdown-label {
    display: block;
    height: 25px;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 1px 12px;
    cursor: pointer;
    text-align: left;
}

.dropdown .dropdown-label:before {
    content: '▼';
    float: right;
}

.dropdown.on .dropdown-list {
    transform: scale(1, 1);
    transition-delay: 0s;
}

.dropdown.on .dropdown-list .dropdown-option {
    opacity: 1;
    transition-delay: .2s;
}

.dropdown.on .dropdown-label:before {
    content: '▲';
}

.dropdown [type="checkbox"] {
    position: relative;
    top: -1px;
    margin-right: 4px;
}

label {
    margin-bottom: 0px;
    font-size: 14px;
    padding: 0px 20px 0px 0px;
}

label input[type="checkbox"], label input[type="radio"] {
    margin-top: -2px;
}

label input[type="checkbox"]:first-child, label input[type="radio"]:first-child {
    margin-right: 5px !important;
    margin-left: 0px !important;
}

.message_area {
    width: 100%;
    overflow-y: auto;
    padding: 0px 40px;
    line-height: 25px;
    max-height: 125px;
}

.fix .message_area {
    margin-top: 0px !important;
    margin-left: 0px !important;
    padding-left: 0px;
}

.message_area .Error {
    color: #ff0000;
}

.message_area .Warning {
    color: #ff0000;
}

.message_area .Info {
    color: #0000ff;
}

.message_area:first-child {
    margin-top: 20px;
}
/*.message_area div:first-child {
        margin-top: 5px;
    }
    .message_area div:last-child {
        margin-bottom: 5px;
    }*/

/*.main .message_area {
    padding-left: 40px;
    padding-right: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    max-height: 100px;
    line-height: 20px;
}

.main .content_common + .message_area {
    min-height: 30px;
}

.sub_main .message_area {
    width: 100%;
    padding-left: 20px;
    line-height: 30px;
}

.dialog_main .message_area {
    width: 100%;
    overflow-y: auto;
    padding-left: 40px;
}

.message_area:first-child {
    margin-top: 20px;
}


.title_area .message_area {
    margin-top: 0px;
}

.title_area + .message_area + div.content_area {
    margin-top: 0px;
}
.popup .sub_main .message_area {
    min-height: 0px !important;
}*/

.headergroup {
    background-color: #dddddd;
}

.MultipleSelect {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
}

.MultipleInput {
    position: relative;
    border: 1px solid #ccc;
    cursor: default;
}

.MultipleImage {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
}

.MultipleSelectLayout {
    position: absolute;
    border: 1px solid #000000;
    background-color: #ffffff;
    display: none;
    z-index: 9999;
    max-height: 308px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

.MultipleSelectLayout label {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0px 4px;
    padding: 4px;
    color: #222222;
}

.MultipleSelectLayout label input {
    margin-left: 0px !important;
}

table.COM0060_TABLE {
}

table.COM0060_TABLE th {
    width: auto;
    padding-right: 10px !important;
}

textarea {
    line-height: 16px !important;
}


.box tr, .box td {
    border: 1px solid #d9dcde
}

.textStyle {
    background-color: #909090;
    color: white;
    font-weight: normal
}

.hidden {
    display: none;
}

.MenuLink {
    display:inline-block;
}
#Logout {
    float: right;
    width: 100px;
    height: 100%;
    background-color: #0a5494;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
#Logout:hover {
    background-color: #2b86d6;
}