.sec {
  float: left;
  padding: 0px 15px 0px 15px;
  width: 100%;
}

.pagetitle {
  position: relative;
  vertical-align: bottom;
  font-size: 21px;
  color: #18305B;
  margin: 10px;
  margin-bottom: 0;
}
.pagetitle.child {
  font-size: 14px!important;
  padding-left: 0;
  font-weight: 100;
  padding-bottom: 10px
}

.pagetitle.child span{
  /*border-bottom: 1px solid #18305B*/
}

.container_search {
  background: #FFF;
  position: relative;
  padding: 10px;
  margin-top: 0;
  padding-bottom: 0;
}

.form_control_textarea, .form_control_xxs,
.form_control_xs,
.form_control_s,
.form_control_m,
.form_control_l {
  display: inline-block;
  background: #fff;
  box-shadow: 0;
  text-align: left;
  border: 1px solid #C5D9FE;
}

.form_control_textarea::placeholder, .form_control_xxs::placeholder,
.form_control_xs::placeholder,
.form_control_s::placeholder,
.form_control_m::placeholder,
.form_control_l::placeholder {
  color: #B0B0B0;
}

.form_control_textarea, .form_control_xxs,
  .form_control_xs,
  .form_control_s,
  .form_control_m,
  .form_control_l {
    height: 3rem;
    padding: 5px 10px;
    font-size: 15px;
  }

.table_content .form_control_xxs,
.table_content .form_control_xs,
.table_content  .form_control_s,
.table_content  .form_control_m,
.table_content  .form_control_l {
    height: 3rem;
  }

[readonly].form_control_textarea, [readonly].form_control_xxs,
[readonly].form_control_xs,
[readonly].form_control_s,
[readonly].form_control_m,
[readonly].form_control_l {
  /*background: none;*/
  /*border-color: #C5D9FE;*/
  /*background: #fff;*/
  /*opacity: 1;*/
  /*box-shadow: none;*/
  cursor: not-allowed;
  background-color: #f5f5f5;
  color: #252525;
  opacity: 1;
}
[disabled].form_control_textarea, [disabled].form_control_xxs,
[disabled].form_control_xs,
[disabled].form_control_s,
[disabled].form_control_m,
[disabled].form_control_l {
  cursor: not-allowed;
  background-color: #d9d5d5;
  color: #252525;
  opacity: 1;
}

.control_date {
  width: 11rem !important;
}

/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

size

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
.form_control_xxs,
.form_control_xs,
.form_control_s,
.form_control_m,
.form_control_l {
  width: 100%;
}

.form_control_xxs {
    width: 7.5rem;
}

.form_control_xs {
    width: 80%;
    min-width: 16rem;
}

.form_control_s {
    width: 40%;
    min-width: 24rem;
}

.form_control_m {
    width: 80%;
    min-width: 30rem;
}

.form_control_l {
    width: 100%;
}

.container_search_btn {
  position: absolute;
  right: 2rem;
  bottom: 2.28rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.text_right{
  text-align: right !important;
}

.text_left{
  text-align: left !important;
}

.text_center{
  text-align: center !important;
}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

button

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
.btn_search, .btn_insert, .btn_update, .btn_delete, .btn_insert_line, .btn_update_line, .btn_clear, .btn_not, .btn_csv, .btn_tbl_select, .btn_tbl_delete, .btn_tbl_detail, .btn_operator, .btn_tbl_up, .btn_tbl_down, .btn_tbl_play, .btn_tbl_download, .btn_form_file, .btn_form_insert, .btn_form_delete, .sec .container_btn_move .btn_move {
  display: inline-block;
  text-align: center;
  font-weight: normal;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn_search:disabled, .btn_save:disabled, .btn_insert:disabled, .btn_update:disabled, .btn_delete:disabled, .btn_insert_line:disabled, .btn_update_line:disabled, .btn_clear:disabled, .btn_not:disabled, .btn_csv:disabled, .btn_tbl_select:disabled, .btn_tbl_delete:disabled, .btn_tbl_detail:disabled, .btn_operator:disabled, .btn_tbl_up:disabled, .btn_tbl_down:disabled, .btn_tbl_play:disabled, .btn_tbl_download:disabled, .btn_form_file:disabled, .btn_form_insert:disabled, .btn_form_delete:disabled, .sec .container_btn_move .btn_move:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.btn_search:hover, .btn_insert:hover, .btn_update:hover, .btn_delete:hover, .btn_insert_line:hover, .btn_update_line:hover, .btn_clear:hover, .btn_not:hover, .btn_csv:hover, .btn_tbl_select:hover, .btn_tbl_delete:hover, .btn_tbl_detail:hover, .btn_operator:hover, .btn_tbl_up:hover, .btn_tbl_down:hover, .btn_tbl_play:hover, .btn_tbl_download:hover, .btn_form_file:hover, .btn_form_insert:hover, .btn_form_delete:hover, .sec .container_btn_move .btn_move:hover {
  opacity: 0.85;
}

/*
----------------------

submit

----------------------
*/
.btn_search, .btn_insert, .btn_update, .btn_delete, .btn_insert_line, .btn_update_line, .btn_clear, .btn_not, .btn_csv, .sec .container_btn_move .btn_move {
  font-size: 15px;
}



/* 讀懃ｴ｢ */
.btn_search {
  background-color: #18305B;
  color: #FFF;
}

/* 逋ｻ骭ｲ */
.btn_insert {
  background-color: #00473e;
  color: #FFF;
}

/* 譖ｴ譁ｰ */
.btn_update {
  background-color: #248377;
  color: #FFF;
}

/* 蜑企勁 */
.btn_delete {
  background-color: #252525;
  color: #FFF;
}

/* in check modal */
.btn_submit {
  width: 100%;
}

/* 蜿嶺ｻ� */
.btn_insert_line {
  background-color: #FFF;
  border: 3px solid #fa5246;
  color: #fa5246;
}

/* 蠕悟�ｦ逅� */
.btn_update_line {
  background-color: #FFF;
  border: 3px solid #248377;
  color: #248377;
}

/* 繧ｯ繝ｪ繧｢ */
.btn_clear {
  background-color: #FFF;
  border: 3px solid #faae2b;
  color: #faae2b;
}

/* 蜑企勁縺励↑縺� */
.btn_not {
  background-color: #FFF;
  border: 3px solid #252525;
  color: #252525;
}

/* CSV */
.btn_csv {
  background-color: #FFF;
  border: 3px solid #0074BF;
  color: #0074BF;
}

.btn_search, .btn_insert, .btn_update, .btn_delete, .btn_insert_line, .btn_update_line, .btn_clear, .btn_not, .btn_csv, .sec .container_btn_move .btn_move {
  padding: 10px 20px;
  font-size: 15px;
  margin-left: 10px
}

table.table_content {
  margin: 0px;
  border-style: none;
  border-width: 1px;
  border-collapse: separate;
  border-spacing: 0px;
  border-color: #C5D9FE;
  width: 100%;
  margin-bottom: 3rem;
}
table.table_content th {
  color: #18305B;
  background-color: #D7E7FF;
  padding: 5px 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #C5D9FE;
  font-weight: 600;
  white-space: break-spaces;
  font-size: 16px;
  line-height: 20px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: none;
  border-top: none;
}
.resize {
  resize: horizontal;
  overflow: auto;
}
table.table_content th:nth-child(1){
  border-left: 1px solid #C5D9FE;
}
table.table_content tr:nth-child(2) th:nth-child(1){
  border-left: 1px solid #fff;
}
table.table_content th:last-child{
  border-right: 1px solid #C5D9FE;
}
table.table_content tbody tr:first-child{
  border-top: 1px solid #C5D9FE;
}
table.table_content td {
  color: inherit;
  background-color: #F5F9FF;
  padding: 5px 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #C5D9FE;
  border-collapse: collapse;
  font-size: 14px;
  border-width: 0.5px;
  border-right: none!important;
  border-top: none!important;
  line-height: 18px;
}
table.table_content td:last-child{
  border-right: 1px solid #C5D9FE!important;
}

.pb0 {
  padding-bottom: 0rem !important;
}

.pb1 {
  padding-bottom: 1rem !important;
}

.pt0 {
  padding-top: 0rem !important;
}

.pt1 {
  padding-top: 1rem !important;
}



table {
  border-collapse: collapse;
  border-spacing: 0;
}

.tbl_display_noline tr:nth-child(2n+1) td:not(.td_pagination) {
  background-color: #fff;
}
.tbl_display_noline th,
.tbl_display_noline td:not(.td_pagination) {
  border: 1px solid #C5D9FE;
  text-align: center;
}

.col_contents {
  height: calc(100vh);
  overflow: auto;
  padding: 1rem;
  margin-left: 23.5rem;
}

.col_contents_small {
  height: calc(100vh);
  overflow: auto;
  padding: 1rem;
  margin-left: 8.5rem;
}

.col_gnavi {
  height: calc(100%);
  position: fixed;
  left: 0;
  z-index: 999;
}

.btn{
  background-color: #18305B;
  color: #FFF;
  padding: 10px 20px;
  font-size: 15px;
  cursor: pointer;
}

.btn-error{
  background-color: #ff0034;
}

.btn-primary{
  background-color: #fff;
  border: 1px solid #18305B;
  color: #18305B;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.table_content .btn{
  padding: 7px 15px;
}

.btn_left {
  right: 82rem;
}

.pagination {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 5px 0;
  cursor: pointer;
}
.pagination li {
  display: inline;
  text-align: center;
}
.pagination a {
  float: left;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 1px 7px;
  color: #C0C3C7;
  line-height: 1.5;
}
.pagination a.active {
  cursor: default;
}
.pagination a:active {
  outline: none;
}
.page_event_disabled {
  pointer-events:none !important;
  opacity:0.6 !important;
}

.modal-1 a {
  color: #C0C3C7;
  border-radius: 100%;
}
.modal-1 a:hover {
  background: #18305B;
  color: #fff;
}
.modal-1 a.active, .modal-1 a:active {
  border-color: #18305B;
  background: #18305B;
  color: #fff;
}
.prev, .next{
  background: url(../../img/Arrow_Left_Black.png) no-repeat -1px;
}
.next{
  background: url(../../img/Arrow_Right_Black.png) no-repeat 8px;
}
.prev:hover{
  border: none;
  background: url(../../img/Arrow_Left_Black.png) no-repeat -1px !important;
}
.next:hover{
  background: url(../../img/Arrow_Right_Black.png) no-repeat 8px!important;
}
.page_info {
  float: right;
  margin-top: 10px;
}

/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

select

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
.form_control_selectwrap {
  position: relative;
}
.form_control_selectwrap .form_control_select {
  background-color: #FFF;
  background-image: none;
  border: 1px solid #B0B0B0;
  border-radius: 0;
  padding: 0 30px 0 15px;
  text-align: left;
  color: #252525;
  background:#fff url(../../img/Arrow_Down_Black.png) no-repeat right 7px center;
  background-size: 16px 10px;
  width: 80%;
  border: 1px solid #C5D9FE;
}
@media screen and (max-width: 559px) {
  .form_control_selectwrap .form_control_select {
    height: 3rem;
    font-size: 15px;
  }
}
@media screen and (min-width: 560px) {
  .form_control_selectwrap .form_control_select {
    height: 3rem;
    font-size: 15px;
  }
  .table_content .form_control_selectwrap .form_control_select {
    height: 3rem;
  }
}
.form_control_selectwrap .form_control_select[disabled] {
  background-color: #fff;
  color: #252525;
}
.form_control_selectwrap select::-ms-expand {
  display: none;
}

/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

label

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
.label, .radio_wrap, .check_wrap {
  display: inline-block;
  padding: 0.5rem 1.25rem 0 0;
  cursor: pointer;
}

/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

radio

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
.radio_wrap .radio_icon:before, .radio_wrap input[type=radio]:checked + .radio_icon:before, .check_wrap .chk_icon:before, .check_wrap input[type=checkbox]:checked + .chk_icon:before {
  font-family: iconmonstr-iconic-font;
  color: #585858;
  font-size: 2.1rem;
}

.radio_wrap .radio_icon {
  display: inline-block;
  vertical-align: middle;
}
.radio_wrap .radio_icon:before {
  content: "\e02b";
  margin-right: 0.45rem;
}
.radio_wrap input[type=radio] {
  display: none;
}
.radio_wrap input[type=radio]:checked + .radio_icon:before {
  content: "\e029";
  margin-right: 0.45rem;
}
.radio_gird {
  margin: 4px !important;
}
/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

checkbox

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/



.check_wrap .chk_icon {
  display: inline-block;
}
.check_wrap .chk_icon:before {
  content: "\e028";
  margin-right: 0.75rem;
  vertical-align: -0.5rem;
}
.check_wrap input[type=checkbox] {
  padding-right: 10px
}
.check_wrap input[type=checkbox]:checked + .chk_icon:before {
  content: "\e026";
  margin-right: 0.75rem;
  vertical-align: -0.5rem;
}

.check_wrap{  
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check_wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
    
  display: block;
  padding: 0;
  margin: 0 auto;

  height: 20px;
  width: 20px;
  border: 1px solid #C5D9FE;
  border-radius: 5px
}

.checkmark_radio .checkmark{
  border-radius: 100%!important;
}

.check_wrap_grid{  
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
  margin: 0;
}

.checkmark_grid {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid #C5D9FE;
  border-radius: 5px;
  padding: 0;
  display: block;
  margin: 0 auto;
}

.check_wrap:hover input ~ .checkmark {
  background-color: #ccc;
}

.check_wrap input:checked ~ .checkmark {
  background-color: #18305B;
}

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

.check_wrap input:checked ~ .checkmark:after {
  display: block;
}

.check_wrap .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

radio

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
.radio_wrap .radio_icon:before, .radio_wrap input[type=radio]:checked + .radio_icon:before, .check_wrap .chk_icon:before, .check_wrap input[type=checkbox]:checked + .chk_icon:before {
  font-family: iconmonstr-iconic-font;
  color: #585858;
  font-size: 2.1rem;
}

.container_search .tbl_form_search, .tbl_form_regist {
  border-collapse: separate;
  border-spacing: 0 0.5rem;
  width: 100%;
}
.container_search .tbl_form_search th, .tbl_form_regist th, .container_search .tbl_form_search td, .tbl_form_regist td {
  display: block;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 559px) {
  .container_search .tbl_form_search th, .tbl_form_regist th, .container_search .tbl_form_search td, .tbl_form_regist td {
    width: 100%;
  }
}
@media screen and (min-width: 560px) {
  .container_search .tbl_form_search th, .tbl_form_regist th, .container_search .tbl_form_search td, .tbl_form_regist td {
    display: table-cell;
  }
}

.hr_line {
  height: 1px;
  background-color: #C5D9FE;
  border: none;
}
.btn_group{
  /*margin-top: 30px;*/
  display: flex;
  justify-content: flex-end;
}
.btn_group_right{
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.btn_group_left{
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
}
.table_top{
  width: 50% !important;
  margin: 0 auto !important;
  margin-top: 20px !important;
}
.search_area{
  position: relative;
}
.show_hide{
  width: 30px;
  height: 30px;
  position: absolute;
  top: -5px;
  right: 10px;
  background: #d7e7ff url(../../img/Arrow_Down_Black.png) no-repeat 7px;
  border-radius: 100%;
  cursor: pointer;
  z-index: 1000;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.show_hide.hide{ 
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.table_outer{
  width: 100%;
  overflow-y: auto;
}
.table_data.sticky_head thead{
  position: sticky;
  top: 0;
  z-index: 11;
}

/*D_S001*/
.table_data.D_S001 th:first-child, .table_data.D_S001 td:first-child
{
  position: sticky;
  left: 0px;
  top:0;
  z-index: 10;
}
.table_data.D_S001 th:nth-child(2), .table_data.D_S001 td:nth-child(2)
{
  position: sticky;
  left: 50px;
  top:0;
  z-index: 10;
}
.table_data.D_S001 th:nth-child(3), .table_data.D_S001 td:nth-child(3)
{
  position: sticky;
  left: 110px;
  top:0;
  z-index: 10;
}
.table_data.D_S001 th:nth-child(4), .table_data.D_S001 td:nth-child(4)
{
  position: sticky;
  left: 230px;
  top:0;
  z-index: 10;
}
.table_data.D_S001 th:nth-child(5), .table_data.D_S001 td:nth-child(5)
{
  position: sticky;
  left: 380px;
  top:0;
  z-index: 10;
  border-right: 1px solid #C5D9FE!important;
}
/*
.table_data.D_S001 th:nth-child(6), .table_data.D_S001 td:nth-child(6)
{
  position: sticky;
  left: 555px;
  top:0;
  z-index: 10;
}
.table_data.D_S001 th:nth-child(7), .table_data.D_S001 td:nth-child(7)
{
  position: sticky;
  left: 662px;
  top:0;
  z-index: 10;
}
.table_data.D_S001 th:nth-child(8), .table_data.D_S001 td:nth-child(8)
{
  position: sticky;
  left: 769px;
  top:0;
  z-index: 10;
}
.table_data.D_S001 th:nth-child(9), .table_data.D_S001 td:nth-child(9)
{
  position: sticky;
  left: 876px;
  top:0;
  z-index: 10;
  border-right: 1px solid #C5D9FE!important;
}*/
.table_data.D_S001 th:nth-child(4)
{
  border-right: 1px solid #fff!important;
}
.table_data.D_S001 tr:nth-child(2) th:nth-child(1)
,.table_data.D_S001 tr:nth-child(2) th:nth-child(2)
,.table_data.D_S001 tr:nth-child(2) th:nth-child(3)
,.table_data.D_S001 tr:nth-child(2) th:nth-child(4)
/*,.table_data.D_S001 tr:nth-child(2) th:nth-child(5)
,.table_data.D_S001 tr:nth-child(2) th:nth-child(6)
,.table_data.D_S001 tr:nth-child(2) th:nth-child(7)
,.table_data.D_S001 tr:nth-child(2) th:nth-child(8)
,.table_data.D_S001 tr:nth-child(2) th:nth-child(9)*/
{
  position: relative;
  left: initial;
  z-index: 0;
}
.left20{
  left: 20px!important
}


.datepicker{
  background: url(../../img/Calendar.png) no-repeat right 7px center;
  padding-right: 30px;
  width: 100%;
  height: 30px;
  cursor: pointer;
}
.notpicker{
  background: url(../../img/Calendar_White.png) no-repeat right 12px center;
  padding-right: 30px;
  width: 100%;
  height: 30px;
  cursor: default;
}
.notpicker{
  background-color: #e4e7eb!important;
}
.notpicker input{
  color: #fff
}
#ui-datepicker-div{
  z-index: 1000!important
}

.note_picker_top{
  width: 50%;
  float: right;
}
.note_picker_top .note{
  float: right;
}
.note_picker{
  background: url(../../img/Calendar.png) no-repeat left 7px center;
  padding-left: 30px;
  padding: 8px;
  padding-left: 35px;
  border: 1px solid #18305B;
  margin-right: 10px;
}
.note_not_picker{
  background:#C0C3C7 url(../../img/Calendar_White.png) no-repeat left 7px center;
  padding-left: 30px;
  padding: 8px;
  padding-left: 35px;
  border: 1px solid #C0C3C7;
  color: #fff;
}
.bg_red{
  background-color: #ff7676!important
}
.bg_yellow{
  background-color: #ffff6c!important
}
.bg_orange{
  background-color: #ffe48b!important
}
.bg_red td{
  background-color: #ff7676!important
}
.bg_yellow td{
  background-color: #ffff6c!important
}
.bg_orange td{
  background-color: #ffe48b!important
}



/*C_S001*/
.table_data.C_S001 th:first-child, .table_data.C_S001 td:first-child
{
  position: sticky;
  left: 0px;
  top:0;
  z-index: 10;
}
.table_data.C_S001 th:nth-child(2), .table_data.C_S001 td:nth-child(2)
{
  position: sticky;
  left: 47px;
  top:0;
  z-index: 10;
}
.table_data.C_S001 th:nth-child(3), .table_data.C_S001 td:nth-child(3)
{
  position: sticky;
  left: 194px;
  top:0;
  z-index: 10;
}
.table_data.C_S001 th:nth-child(4), .table_data.C_S001 td:nth-child(4)
{
  position: sticky;
  left: 355px;
  top:0;
  z-index: 10;
  border-right: 1px solid #C5D9FE!important;
}
.table_data.C_S001 th:nth-child(4)
{
  border-right: 1px solid #fff!important;
}
.table_data.C_S001 tr:nth-child(2) th:nth-child(1)
,.table_data.C_S001 tr:nth-child(2) th:nth-child(2)
,.table_data.C_S001 tr:nth-child(2) th:nth-child(3)
,.table_data.C_S001 tr:nth-child(2) th:nth-child(4)
/*,.table_data.D_S001 tr:nth-child(2) th:nth-child(5)
,.table_data.D_S001 tr:nth-child(2) th:nth-child(6)
,.table_data.D_S001 tr:nth-child(2) th:nth-child(7)
,.table_data.D_S001 tr:nth-child(2) th:nth-child(8)
,.table_data.D_S001 tr:nth-child(2) th:nth-child(9)*/
{
  position: relative;
  left: initial;
  z-index: 0;
}
.left20{
  left: 20px!important
}


/*E_S001*/
.table_data.E_S001 th:first-child, .table_data.E_S001 td:first-child
{
  position: sticky;
  left: 0px;
  top:0;
  z-index: 10;
}
.table_data.E_S001 td:nth-child(2)
{
  position: sticky;
  left: 47px;
  top:0;
  z-index: 10;
}
.table_data.E_S001 td:nth-child(3)
{
  position: sticky;
  left: 194px;
  top:0;
  z-index: 10;
}
.table_data.E_S001 td:nth-child(4)
{
  position: sticky;
  left: 425px;
  top:0;
  z-index: 10;
}
.table_data.E_S001 td:nth-child(5)
{
  position: sticky;
  left: 532px;
  top:0;
  z-index: 10;
}
.table_data.E_S001 td:nth-child(6)
{
  position: sticky;
  left: 639px;
  top:0;
  z-index: 10;
}
.table_data.E_S001 td:nth-child(7)
{
  position: sticky;
  left: 750px;
  top:0;
  z-index: 10;
  border-right: 1px solid #C5D9FE!important;
}


.table_data.E_S001 tr:nth-child(2) th:first-child
{
  position: sticky;
  left: 47px;
  top:0;
  z-index: 10;
}
.table_data.E_S001 tr:nth-child(2) th:nth-child(2)
{
  position: sticky;
  left: 194px;
  top:0;
  z-index: 10;
}
.table_data.E_S001 tr:nth-child(2) th:nth-child(3)
{
  position: sticky;
  left: 425px;
  top:0;
  z-index: 10;
}
.table_data.E_S001 tr:nth-child(2) th:nth-child(4)
{
  position: sticky;
  left: 532px;
  top:0;
  z-index: 10;
}
.table_data.E_S001 tr:nth-child(1) th:nth-child(2)
{
  position: sticky;
  left: 47px;
  top:0;
  z-index: 10;
}
.table_data.E_S001 tr:nth-child(1) th:nth-child(3)
{
  position: sticky;
  left: 639px;
  top:0;
  z-index: 10;
}
.table_data.E_S001 tr:nth-child(1) th:nth-child(4)
{
  position: sticky;
  left: 750px;
  top:0;
  z-index: 10;
  border-right: 1px solid #C5D9FE!important;
}
.table_data.E_S001 tr:nth-child(1) th:nth-child(4)
{
  border-right: 1px solid #fff!important;
}
.datepicker_search{
  border: 1px solid #C5D9FE;
  opacity: 1;
  box-shadow: none;
  width: 150px;
  height: 3rem;
  padding: 5px 10px;
  font-size: 15px;
}

/*F_S001*/
.table_data.F_S001 th:first-child, .table_data.F_S001 td:first-child
{
  position: sticky;
  left: 0px;
  top:0;
  z-index: 10;
}
.table_data.F_S001 th:nth-child(2), .table_data.F_S001 td:nth-child(2)
{
  position: sticky;
  left: 47px;
  top:0;
  z-index: 10;
}
.table_data.F_S001 th:nth-child(3), .table_data.F_S001 td:nth-child(3)
{
  position: sticky;
  left: 178px;
  top:0;
  z-index: 10;
}
.table_data.F_S001 th:nth-child(4), .table_data.F_S001 td:nth-child(4)
{
  position: sticky;
  left: 409px;
  top:0;
  z-index: 10;
}
.table_data.F_S001 th:nth-child(5), .table_data.F_S001 td:nth-child(5)
{
  position: sticky;
  left: 490px;
  top:0;
  z-index: 10;
  border-right: 1px solid #C5D9FE!important;
}
.table_data.F_S001 th:nth-child(5)
{
  border-right: 1px solid #fff!important;
}
.table_data.D_S002 th:nth-child(1)
{
  border-left: 1px solid #C5D9FE!important;
}
.table_data.D_S002 tr:nth-child(1) th:nth-child(1)
{
  border-right: none!important;
}
.group_number{
  text-decoration: underline;
  color: #0400ff!important;
  cursor: pointer;
}

.w100{
  width: 100%!important
}

.btn.disabled{
  filter: opacity(30%);
}


/*G_S003*/
.table_data.G_S003 th:first-child, .table_data.G_S003 td:first-child
{
  position: sticky;
  left: 0px;
  top:0;
  z-index: 10;
}
.table_data.G_S003 th:nth-child(2), .table_data.G_S003 td:nth-child(2)
{
  position: sticky;
  left: 46px;
  top:0;
  z-index: 10;
}
.table_data.G_S003 th:nth-child(3), .table_data.G_S003 td:nth-child(3)
{
  position: sticky;
  left: 167px;
  top:0;
  z-index: 10;
  border-right: 1px solid #C5D9FE!important;
}
.table_data.G_S003 th:nth-child(3)
{
  border-right: 1px solid #fff!important;
}
.table_data.G_S003 tr:nth-child(2) th:nth-child(1)
,.table_data.G_S003 tr:nth-child(2) th:nth-child(2)
,.table_data.G_S003 tr:nth-child(2) th:nth-child(3)
{
  position: relative;
  left: initial;
  z-index: 0;
}

.tran{
  position: absolute;
  right: -6px;
  top: -10px;
  cursor: pointer;
  background: #18305B;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  z-index: 1000;
  border-radius: 3px;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.flex {
  display: flex !important;
}

.warning {
  float: left;
  margin-left: 1.5px;
  color: red;
  font-size: 18px;
}

.has_error {
  border: 1px solid red !important;
}

.missing_record {
  pointer-events: none;
  background-color: #e6e6e6 !important;
}

.table_th_disable {
  pointer-events: none;
  background-color: #C0C3C7 !important;
  background: url(../../img/Calendar_White.png) no-repeat right 12px center;
  border: 1px solid #C0C3C7;
  color: #fff;
}

.table_th_disable input{
  color: #fff
}

.paging_none{
  margin: 5px 0px;
}

.content_has_error{
  pointer-events: none;
}

.content_no_error {
  pointer-events: auto;
}

.input_on_error{
  pointer-events: auto !important;
}

.loader {
  display: none;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('//upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Phi_fenomeni.gif/50px-Phi_fenomeni.gif')
  50% 50% no-repeat rgb(249,249,249);
  opacity: 0.8;
  position: fixed;
}


#page_content {
  position: relative;
}
.sortable {
  cursor: pointer;
}
.sort-down::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../../img/icon_down.png) no-repeat top right;
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
}
.sort-up::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../../img/icon_up.png) no-repeat top right;
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
}
.tbl-note {
  display: block;
  margin: 5px 5px 20px 5px;
  text-align: left;
}
.tbl-err {
  width: 700px;
  margin: auto;
  border-collapse: separate; /* Don't collapse */
  border-spacing: 0;
}
.tbl-err thead td {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  background-color: #bdd6ee;
  text-align: center;
}
.tbl-err thead td:first-child,
.tbl-err tbody td:first-child {
  border-left: 1px solid #000;
}
.tbl-err tbody td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  text-align: center;
}
.tbl-err td.left {
  text-align: left;
}
.tbl-err.sticky_head thead {
  position: sticky;
  top: 0;
  z-index: 11;
}
.swal-wide{
  width:850px !important;
}
.swal-wide .swal2-actions {
  justify-content: end;
  width: 90%;
}
#tblFormData .select2 {
  width: 157px !important;
}
.must_not_order_flg {
  background-color: #ceebe9 !important;
}
.read_only_checkbox {
  pointer-events: none !important;
}

.wrap-span {
  position: relative;
}

.overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  pointer-events:none;
}

.overflow:after {
  content:"";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 15px;
  z-index: 1;
  pointer-events:initial;

}

.overflow:hover:after{
  cursor: pointer;
}

.tooltip {
  text-align: left;
  display: none;
  position: absolute;
  top: 10;
  left: 0;
  width: 500px;
  right: 0;
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.3);
  opacity: 0;
  transition: opacity 0.5s ease;
  font-size: 11px;
}

.overflow:hover + .tooltip {
  display: initial;
  transition: opacity 0.5s ease;
  opacity: 1;
}