.logoform_icon {
  color: #017d2a;
}
h3 {
  border-left: 4px solid #5bc2d9;
  border-bottom: 1px solid #5bc2d9;
  background: #e4f4ff;
}
.actions .action_item {
  background: #fff;
  border: 1px solid #b7bad1;
  border-radius: 4px 4px;
  color: #313761;
}
div.property-table .property-value .tax_withholding_ratio {
  margin-left: -50px;
}
div.property-table .property-value .tax_withholding_ratio .name {
  display: inline-block;
  width: 80px;
}
.card_layout .item {
  background: #fff;
}
#main_page_header .page_header_action {
  position: relative;
  display: flex;
  text-align: right;
  padding: 8px 20px 0px 20px;
  gap: 8px;
}
#main_page_header .page_header_action .header_action_item {
  flex: 0 0 auto;
  white-space: nowrap;
  min-width: 0;
}
#main_page_header .page_header_action .header_action_item:first-child {
  flex: 1;
}
#main_page_header .page_header_action #header_search_cond {
  min-width: 0;
}
#main_page_header .page_header_action #header_search_cond input {
  width: 100%;
  max-width: 300px;
}
#main_page_header .page_header_action #haeder_cell_size {
  display: inline-block;
  white-space: nowrap;
  flex-shrink: 0;
}
#main_page_header .page_header_action #haeder_cell_size .title {
  display: inline-block;
  margin-right: 3px;
}
#main_page_header .page_header_action #haeder_cell_size .title .icon {
  display: inline-block;
  vertical-align: text-top;
  height: 18px;
  padding-top: 3px;
}
#main_page_header .page_header_action #haeder_cell_size .title .label {
  font-size: 12px;
}
#main_page_header .page_header_action #haeder_cell_size .value {
  display: inline-block;
  background: #3E4678;
  color: #FFF;
  text-align: right;
  margin-top: 4px;
  padding: 0px 6px 2px 6px;
  border-radius: 4px 4px;
  font-size: 13px;
  font-weight: normal;
}
@media (max-width: 800px) {
  #main_page_header .page_header_action .title .label {
    display: none;
  }
}
@media (max-width: 500px) {
  #main_page_header .page_header_title {
    display: none;
  }
}
