@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,vdata_l
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;

}

html{
  background-color: #ffffff;
  height: 100%;
}

body {
    line-height: 1;
    background-color: #ffffff;
    height: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  :root {
      font-size :18px;
  }
}

a {
    color: #18519E;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

select:disabled{
    opacity: 0.7;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    font-size: 100%;
    font-family: inherit;
    border-radius: 0;
}

html {
    font-size: 100%;
}

body {

    line-height: 1.5;
    font-size: 1rem;
    -webkit-text-size-adjust: 100%;
    font-family: "メイリオ", Meiryo;
}

i, em {
    font-family: "Microsoft YaHei";
    font-weight: 460;
}

strong i, strong em {
    font-family: "Microsoft YaHei";
    font-weight: 700;
}

b i, b em {
    font-family: "Microsoft YaHei";
    font-weight: 700;
}

font i, font em {
    font-family: "Microsoft YaHei";
    font-weight: 700;
}

a {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

main {
    display: block;
}

img,
svg {
    vertical-align: middle;
}

*,
::after,
::before {
    box-sizing: border-box;
}

div,
p,
ul,
li,
ol {
    padding-inline-end: 0px;
    padding-inline-start: 0px;
}

input[type="text"],
input[type="password"] {
    padding: 6px 10px;
    border: 1px solid #8a8b92;
    line-height: 24px;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    font-size: 0.75rem;
}

input[type="text"]:focus,
input[type="password"]:focus {
   outline:0;
   border: 2px solid;
}

input:not(input:focus):-webkit-autofill{
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

textarea{
    border-color: #8a8b92 !important;
}

input[type="radio"],
input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: -2px;
    vertical-align: middle;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    border-color: #8a8b92;
    border-width: 2px;
    border-style: solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

input[type="radio"] {
    border-radius: 50%;
    margin-right: 4px;
}

input[type="checkbox"] {
    border-radius: 3px;
    margin-right: 5px;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none
}


input[type="radio"]:active,
input[type="checkbox"]:active {
    filter: brightness(90%);
}

input[type="radio"]:checked {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse stroke-width='6px' stroke='%23fff' ry='40%25' rx='40%25' cy='50%25' cx='50%25' fill='none'/%3E%3C/svg%3E");
}

input[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.70711 9.29288L8.70711 14.2929M16.7071 5.70709L7.5 14.5' stroke='%23fff' stroke-width='2'/%3e%3c/svg%3e");
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

input[type="radio"]:disabled~label,
input[type="checkbox"]:disabled~label {
    cursor: default;
    opacity: 0.5;
}

input[type="radio"]~label,
input[type="checkbox"]~label {
    font-weight: 400 !important;
    font-size: 0.75rem;
}

input[type="radio"],
input[type="checkbox"]:focus {
    outline: none
}

select {
    width: auto;
    padding: 8px 42px 8px 14px;
    -moz-padding-start: calc(14px - 3px);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #222;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23585963' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px 12px;
    border: 1px solid;
    border-radius: 6px;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
    border-color: #8A8B92;
}

select:focus {
    outline:0;
}

select::-ms-expand {
	display: none;
}
.fake-select{
    position:relative;
}
textarea {
    display: block;
    width: 85%;
    height: 150px;
    padding: 8px 13px;
    border: 1px solid;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
}

textarea:focus {
    outline-width: 2px;
    outline-style: solid;
}

.radioAndCheckbox-outline {
    display: inline-block !important;
    padding: 10px !important;
    font-weight: 400 !important;
    margin-right: 10px !important;
}

.checkboxAndRadio-searchTd{
    padding-top: 13px !important;
    padding-bottom: 12px !important;
}

.checkboxAndRadio-inputTd{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}


.application-flex {
    display: flex !important;
    align-items: center;
}

.btn-tertiary:focus {
    outline: none;
}

.btn-primary:focus {
    outline: none;
}

.btn-tertiary:focus-visible {
    outline: 1px solid black;
}
.btn{
    padding-top: 10px;
    padding-bottom: 8px;
    font-size:0.75rem;
}
.btn-tertiary{
    padding-top: 10px;
    padding-bottom: 8px;
}
.btn-primary{
    padding-top: 10px;
    padding-bottom: 8px;
}
.btn-primary:focus-visible {
    outline: 1px solid black;
}

.parts {
    white-space: normal !important;
    cursor: pointer;
    position: relative;
    padding: 3px 0 0 3px;
    font-size:0.75rem;
}

.checkboxes {
    display: inline-block;
    min-height: 27px;
    padding-left: 27px;
    margin-bottom: 2.25px;
    margin-right: 18px;
}

#drawer{
    display:none;
}

.drawer-content-header{
    align-items: center;
    display: flex;
    height: 80px;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: space-between;
}

.drawer-content-title{
    line-height: 35px;
    font-size: 23px;
    margin: 0;
}

.drawer-close{
    line-height: 35px;
    position: relative;
}

.svg-white svg path {
    fill: #fff !important;
}

.btn-font-white {
    color: #fff;
}

.container-apply {
    align-items: center;
    margin: 0 auto;
    width: 1188px;
    padding-left: 10px;
}

.title-h1 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 1.5;
    letter-spacing: .12em;
}

.bg_light_gray {
    background-color: #f5f5f5
}

.breadcrumb-apply {
    list-style: none;
    display: flex;
    width: 100%;
    font-size: 14px;
    font-weight:400;
    margin-top: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.breadcrumb-item-apply,
.breadcrumb-item-apply a {
    font-size: 14px;
    letter-spacing: 2.16px;
    line-height: 20px;

}

.breadcrumb-item-apply a {
    color: #18519E;
    text-decoration: none;
}

.breadcrumb-item-apply+.breadcrumb-item-apply::before {
    float: left;
    padding-left: 8px;
    padding-right: 8px;
}

.header_btn_color svg path{
    fill: #fff !important;
}

.nowrap {
    white-space: nowrap !important;
}

.header-apply {
    height: 123px;
    width: 1188px;
    margin: 0 auto;
}

.header-main-apply {
    padding-right: 0 !important;
    padding-left: 0 !important;
    align-items: center !important;
    height: 100% !important;
    display: flex !important;
}

.header-right-apply {
    top: 0px;
    right: 20px;
    font-size: 14px;    
    display: flex;
    flex-direction: column;
    text-align: right;
    margin-top: 10px;
}
.header-login-user {
    display: flex;
    text-align: left;
}

.header-login-user-head {
    white-space: nowrap;
}
.header-login-user-detail {
    display:inline-block;
    max-width:420px;
}

.header-right-apply div {
    font-size: 14px;
}

.header-right-font-apply {
    letter-spacing: 2.16px;
}

.header-left-apply {
    height: 123px;
    margin: auto 0;
    margin-left: 0;
    display: flex;
    width: 50%;
    min-width: 600px;
    margin-right: auto;
}

.navbar-apply {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
    padding-bottom: 2px;
}

.navbar-apply li {
    width: 260px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-link-apply {
    display: block;
    padding: 4px 0 4px 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link-apply:hover {
    color: rgba(255, 255, 255, 0.75);
}

.nav-link-apply.active {
    color: #fff;
}

.nav-link-apply:focus-visible {
    outline: 1px solid white;
    width: 250px;
}

.nav-width {
    width: 100%;
    max-width: 1584px;
}

.nav-width li {
    width: 260px;
    display: inline-block !important;
}

.nav-link-button-blank{
    margin-top: 5px !important;
    text-align: right !important;
}

.header_btn {
    padding: 4px 15px;
    border-style: solid;
    border-width: 1px;
    border-radius: 4.5px;
    background-color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
}

.header_btn:focus {
    outline: 0;
}

.header_btn:focus-visible {
    outline: 1px solid black;
}

.breadcrumb-item-apply a:focus-visible {
    outline: 1px solid;
    outline-color: #8A8B92 ;
}
.breadcrumb-item-apply+.breadcrumb-item-apply::before {
    color: #8A8B92;
    content: url('data:image/svg+xml,%3csvg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill-rule="evenodd" clip-rule="evenodd" d="M10.4175 7.47342L5.10337 12.7875C4.84708 13.0438 4.43156 13.0438 4.1753 12.7875L3.55549 12.1677C3.29964 11.9118 3.29915 11.4972 3.5544 11.2407L7.76591 7.00937L3.5544 2.77806C3.29915 2.52161 3.29964 2.10694 3.55549 1.85108L4.1753 1.23128C4.43159 0.974989 4.8471 0.974989 5.10337 1.23128L10.4174 6.54535C10.6737 6.80161 10.6737 7.21713 10.4175 7.47342Z" fill="%238A8B92"/%3e%3c/svg%3e');
    margin-top:2px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .breadcrumb-item-apply+.breadcrumb-item-apply::before {
      color: #8A8B92;
      font-weight:600;
      content: ">";
      margin-top:0px;
  }
}

.l-footer__contact a:focus-visible {
    outline: 1px solid;
}

.header_btn_color:hover {
    color: rgba(255, 255, 255, 0.75);
}

.header_btn_color {
    padding-left: 12px;
    padding-right: 4px;
    color: #fff;
}

.header_btn_color:hover {
    color: #fff;
}

.header_btn_mr {
    text-align: center;
}

.header_btn_mb {
    margin-bottom: 0 !important;
}

.hide{
    display:none !important;
}
.serch_t{
    display:block;
    width:100%;
    font-size:0.75rem;
}

.serch_t li{
    display:inline-block;
}

.serch_t_r,.serch_t_l{
    width: 100%;
    max-width: 255px;
}

.serch_t_r{
   text-align: right;
}

.serch_t_r select{
    width:117px;
    display: inline-block;
}

.pagination{
    width: 600px;
    text-align: center;
}

.pagination div{
    display:inline-block;
    min-width: 22px;
    min-height: 22px;
    margin-right: 3px;
    margin-left: 3px;
}

.pagination strong {
    padding: 4px 0px 2px 0px;
    position: relative;
    color: #fff;
    border-radius: 6px;
    display: block;
    text-align: center;
    min-width: 22px;
    min-height: 22px;
    font-weight: normal;
}

.pagination a {
    text-decoration: none;
    padding: 4px 0px 2px 0px;
    position: relative;
    color: #585963;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    min-width: 22px;
    min-height: 22px;
    font-weight: normal;
}

.pagination a:hover{
    background-color: #D4D4D4;
}

.ellipsis{
    background-color: white !important;
}

.subpage li.pagination{
    vertical-align: bottom;
}

.subpage li.serch_t_r{
    height:88px;
}

.subpage li.serch_t_l span.bottom-display{
    display:none;
}

.search-result {
    width: 100%;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-bottom: 20px;
    margin-top: 20px;
}

.search-result ul {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    list-style: none;
    display: flex;
    flex-direction: row;
}

.search-result li {
    margin-right: 30px !important;
}

.header_btn_sub {
    display: block;
    justify-content: end;
    text-align: right;
}

.header_btn_sub div {
    margin-top: 16px;
}

.datepicker_time_w {
    width: 200px !important;
}

.min-width {
    min-width: 1178px;
}

.table_head_wrap {
    display: none;
}

.nav-tabs .nav-link {
    margin-bottom: 0px;
    border: 0px;
    border-top-left-radius: 6.75px !important;
    border-top-right-radius: 6.75px !important;
}

.t_col_1 {
    width: 165px;
}

.t_col_2 {
    width: 230px;
}

.t_col_3 {
    width: 180px;
}

.t_col_4 {
    width: 160px;
}

.t_col_5 {
    width: 380px;
}

.t_col_6 {
    width: 200px;
}

.t_col_7 {
    width: 130px;
}

.l-footer {
    background-color: #fbfbfb;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 100px;
    position: sticky;
    top: 100vh;
    font-size: 0.75rem;
}

.l-footer p {
    text-align: center;
}

.l_table pre{
    width: 100% !important;
    line-height:16px;
    font-size:14px;
    letter-spacing: 1px;
}

.l_table table {
    width: 100%;
    border-collapse: revert;
    border-bottom: 1px solid #999999;
    background-color: #f5f5f5;
}

.l_table table th {
    width: 270px;
    padding: 14px;
    font-size: 0.75rem;
    border-top: 1px solid #999999;
    text-align: left;
    background-color: #f5f5f5;
    vertical-align: middle !important;
    font-weight: 400;
}

.t_table2 table th {
    width: 270px;
    padding: 10px 10px 10px 18px;
    font-size: 0.75rem;
    border-top: 1px solid #999999;
    text-align: left;
    background-color: #f5f5f5;
    white-space: nowrap;
    vertical-align: middle !important;
    font-weight: 400;
}

.t_table3 table th {
    width: 270px;
    padding: 10px 10px 10px 18px;
    font-size: 0.75rem;
    border-top: 1px solid #999999;
    text-align: left;
    background-color: #f5f5f5;
    white-space: nowrap;
    vertical-align: middle !important;
    font-weight: 400;
}
.templateForName>div.l_table:not(:nth-of-type(1)):not(.title-confirm-name) table td {
    width: 80% !important;
}

.templateForName>div.l_table:not(:nth-of-type(1)):not(.title-confirm-name) table td.vdata_l {
    width: 58% !important;
}

.l_table table td {
    padding: 14px;
    font-size: 0.75rem;
    border-top: 1px solid #999999;
    text-align: left;
    vertical-align: middle;
    background-color: #fff;
    word-break: break-all;
}
.t_table2 table td {
    padding: 10px 10px 10px 18px;
    font-size: 0.75rem;
    border-top: 1px solid #999999;
    text-align: left;
    vertical-align: middle;
    background-color: #fff;
    word-break: break-all;
}
.t_table3 table td {
    padding: 10px 10px 10px 18px;
    font-size: 0.75rem;
    border-top: 1px solid #999999;
    text-align: left;
    vertical-align: middle;
    background-color: #fff;
    word-break: break-all;
}

.l_table table th.border-right {
    border-right: 1px solid #999999;
}

.required {
    display: inline-flex;
    background: #C5202B;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
    padding: 5px 8px;
    border-radius: 6px;
    margin-left: 7px;
}

.btn_box {
    margin-top: 20px;
}

.input-list-mb {
    margin-bottom: 0px !important;
}

.td-tooltip {
    width: 300px;
}

.div-inline {
    display: flex;
    align-items: center;
}
.div-inline .w-input-3{
    margin-right:20px;
}
.div-inline .btn {
    margin-left:20px;
}
.div-inline select {
    margin-right:10px;
}
.input-70--text {
    margin: 10px;
}
.input-70--text-1 {
    margin: 10px 10px 10px 2px;
}

.itemTitle-bg {
    background-color: #f5f5f5 !important;
}

.btn-small {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
}
.btn-small-white {
    background-color: #fff;
}

.btn-small-bgWhite {
    background-color: #fff;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
}

.btn-small-bgKeyColor {
    --bs-btn-color: #fff !important;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
}

.btn-large {
    flex: 0 0 auto !important;
    text-align: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
    gap: 10px !important;
    padding-top: 22px !important;
}

.btn-title{
    margin-top:8px;
}

.btn-large input[type="submit"]{
    width: 240px !important;
    height: 45px !important;
    font-size: 18px !important;
    padding: 0.4rem 1rem;
    letter-spacing: .12em;
    border-radius:  0.33333rem;
    font-weight: 700;
}

.top_btn_box{
    margin-top: 20px !important;
    text-align: right !important;
    margin-bottom: 8px !important;
}

.result-check-marginright-0{
    margin-right: 0px !important;
}

.buttonList-align-inline .btn-tertiary:hover path{
    fill: #fff !important;
}

.btn-primary{
    --bs-btn-color: #fff !important;
}

.form_box .alert{
    margin-top: 24px;
    font-size: .8888rem!important;
    margin-bottom: 0!important;
    --bs-alert-color: #c5202b;
    --bs-alert-bg: white;
    --bs-alert-border-color: #eebcbf;
}

.t_table table input[type="submit"]{
    letter-spacing: .12em;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
}

.btn-small svg {
}

.btn-group-del {
    margin-left: 8px;
}

.lb-group-div {
    padding-top: 5px;
    padding-bottom: 5px;
}

.lb-group-div div {
    margin-top: 3px;
    margin-bottom: 3px;
}

.lb-group-div div div {
    padding: 6px 10px;
    gap: 4px;
    width: 305px;
    height: 30px;
    background: #EDEDED;
    border-radius: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lb-group-div div lable {
    width: 285px;
    height: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
}

.lb-group-div-tax {
    padding-top: 5px;
    padding-bottom: 5px;
}

.lb-group-div-tax div {
    margin-top: 3px;
    margin-bottom: 3px;
}

.lb-group-div-tax div div {
    padding: 6px 10px;
    gap: 4px;
    width: 480px;
    height: 30px;
    background: #EDEDED;
    border-radius: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lb-group-div-tax div lable {
    width: 285px;
    height: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
}

.errorMessage li {
    overflow: hidden;
    color: #C5202B;
    font-size: 12px;
    margin-bottom: 4px;
}

.login-main>div {
 margin-bottom: 1em; 
}

.login-main>div>p {
 margin-left:2em;
}

.login-main table {
    width: 100%;
    border-width: 1px;
    border-style: solid;
}

.login-input {
    text-align: center;
    font-size: 0.75rem;
    padding-bottom: 20px;
}

.login-main td {
    padding: 5px;
}

.login-input input[type="text"],
input[type="password"] {
    display: inline-block;
}

.mb-30 {
    margin-bottom: 30px;
}

.l_table_sub {
    width: 100%;
    border: none !important;
}

.l_table_sub td {
    text-align: left;
    vertical-align: middle;
    border: none !important;
    padding: 0px !important;
}

.l_table_sub td div {
    margin: 10px !important;
    text-align: center !important;
}

.condtion-table {
    width: 100%;
}

.has-not-tab{
    padding: 40px;
    padding-top: 16px;
    border-radius: 12px 12px 12px 12px;
}

.condtion-table div.form_box {
    width: 100%;
    padding: 30px 30px 20px 30px;
    padding-top: 12px;
    font-size: 0.75rem;
}

.condtion-table label {
    font-weight: 700 ;
}

.condtion-table div.form_box td {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff !important;
}

.condtion-table div.form_box td.table-bottom-border-none{
      border-bottom: 0 !important;
} 

.condtion-table input[type="text"] {
    margin-left: 8px;
    margin-right: 40px;
}

.condtion-table div.form_box .w-datepicker{
    margin-left:0px;
    padding-left:0px;
    padding-right: 0px;
}

.input-box-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.condtion-table div.form_box .w-datepicker .input-box-group input{
    margin-left:0px;
    width: 163px !important;
}
.condtion-table div.form_box .m-w-datepicker_time .input-box-group input{
    margin-left:0px;
    width: 85px !important;
}

.datepicker input[type="text"],
.datepicker_time input[type="text"]{
    margin-right: 8px !important;
}

.w-datepicker span{
    margin-right: 0px !important;
}

.datepicker_text_time input[type="text"] {
    margin-right: 8px !important;
}

.datepicker_text_time span {
    vertical-align: middle;
    display: inline-block;
    line-height: 45px;
}

.w-datepicker {
    width: 235px !important
}

.w-datepicker_time {
    width: 134px !important;
}

.note_box {
    border: 1px solid #999999 !important;
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
    text-align: center !important;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.8rem;
}

.note_box span.errorMessage{
    color: #C5202B;
}

.note_box ul.errorMessage{
    color: #C5202B;
}

.error-area input[type="text"],.error-area input[type="password"],.error-area textarea,.error-area select{
    background-color: #fff5f5;
    border-color: #C5202B !important;
}

.error-div{
    display: inline-block;
    background-color: #fff5f5;
}

.error-div.grid{
    display: inline-grid;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-8 {
    margin-right: 8px;
}

.radiobuttons {
    margin-right: 30px;
}
.ml-input {
    margin-left: 0px !important;
}
.pt-label {
    padding-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
}

.mb-20 {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}
.mt-10 {
    margin-top: 10px !important;
}

.nav-link-apply svg {
    margin-right: 8px;
}

.header_btn svg {
    margin-right: 13px;
}

.header_btn_color svg {
    margin-right: 0px;
    margin-left: 13px;
}

.h4_hide {
    display: none;
}

.etumo-btn-group svg {
    margin-right: 13px;
}
.ireko .design_table{
    width: auto !important;
}
.ireko .design_table table{
    border: none;
}
.ireko .design_table td{
    border: none;
}
.l_table .design_table table{
    border: none;
}
.l_table .design_table td{
    width: auto;
}
.l_table {
    margin-top: 10px;
}
.note{
    color: #C5202B;
}
.visuallyhidden {
    width: 0px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
}

.nav-tabs .nav-link {
    margin-right: .625rem;
    background: #ededed;
    border-bottom: 2px solid #fff;
    color: #222;
    font-weight: 700;
    font-size: 0.9rem;
    height: 48px;
}

.nav-tabs-receiptList li a, .nav-tabs-receiptList-span{
    width: 320px;
    text-align: center;
    vertical-align: middle;
    margin: 0px;
    padding-top: 17px;
    padding-left: 30px;
    padding-bottom: 20px;
    padding-right: 30px;
    line-height: 22px;
    margin-right: 10px !important;
}

.nav-tabs-receiptList.width-1 li {
    min-width: 300px !important;
}

.nav-tabs-receiptList.width-1 li a, .nav-tabs-receiptList-span.width-1{
    width: 300px !important;
    padding-left:20px;
    padding-right:20px;
    white-space: nowrap;
    cursor: pointer;
}

.d-col-7-2{
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.m-w-datepicker_time{
    padding-left: 20px;
    padding-right: 0px;
}
.interval{
    width: 18px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0px;
    padding-right: 0px;
}
.svg-table{
    padding-left:0px !important;
}
.recipt-table .mr-td{
    padding-left:20px !important;
}

.v-align-middle {
    vertical-align: middle;
}

.m-button button {
    margin-top: 5px;
    margin-bottom: 5px;
}

.table-layout {
    table-layout: fixed;
}

.etumo-table td { 
    vertical-align: middle;
    padding: 15px 11px !important;
    font-size: 0.75rem;
}
.etumo-table tr th { 
    vertical-align: middle;
    line-height: 35px !important;
    padding: 15px 11px !important;
    font-size: 0.75rem;
}
.etumo-table thead tr th label { 
    font-weight: bold !important;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-bottom-color: rgb(237,237,237);
}
.mt-25{
    margin-top: 25px!important;
}
.mt-15{
    margin-top: 15px!important;
}
.mr-0{
   margin-right: 0px!important;
}
.al-th{
    text-align: left !important;
}
.h-hidden{
    height:0px;
}
.mp-label-1{
    padding-top: 8px !important;
    padding-left: 0px !important;
    padding-bottom: 8px !important;
    padding-right: 12px !important;
    width: 150px !important;
}
.border-bottom{
    border-bottom: 1px solid #fff !important;
    padding-top: 18px;
    padding-bottom: 18px;
}
.serch_t ul{
    margin-top: 8px !important;
    margin-bottom: 3px !important;
}

.subpage ul{
    margin-top: 10px !important;
    margin-bottom: 40px !important;
}

.title-h1-edit {
    font-weight: 700;
    font-size: 28px;
    line-height: 45px;
    letter-spacing: 3.6px;
    margin-bottom: 20px;
}

.error-top-box font{
    color:#C5202B;
    padding-top:20px;
    padding-bottom:20px;
}

.error-top-box font span{
    padding-left:30px;
}
.error-top-box{
    margin-top:20px;
    margin-bottom:20px;
}

.tcommon table {
    vertical-align: middle;
    width: 100%;
    border-collapse: collapse;
    border-top: 0px;
    border-bottom: 0px;
    border-bottom: 0px;
    font-size: 0.75rem;
}

.tcommon table th {
    width: 20%;
    padding: 8px;
    border: white solid 2px;
    text-align: left;
    background: #EDEDED;
    white-space: nowrap;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 2.16px;
}

.l_table.edit table th{
    width: 15%;
}

textarea {
    resize: none;
}

.font-small{
    font-size:14px;
}

.tcommon table td {
    padding: 10px;
    border: white solid 2px !important;
    text-align: left;
    font-size: 0.75rem;
}

.tcommon>div.first-line{
    padding-top: 10px;
    padding-bottom: 10px;
}

.tcommon>div.first-line table td{
    padding: 0!important;
}

.tcommon>div.first-line table td label{
    padding: 0!important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-left: -5px;
}

.tcommon div.datepicker{
    display:inline-flex !important;
    width: 35%;
    min-width:147px;
    max-width:270px;
}

.tcommon div.datepicker.w-45{
    width: 45%;
}

.tcommon div.datepicker input[type="text"] {
    min-width: 110px;
}

.defineitem input[type="text"], .defineitem select{
    width:100%;
}

.defineitem>div.l_table table td.input-ymd input{
    display:inline-block;
}

.defineitem td.input-ymd div:not(.datepicker){
    display:inline-block;
}

.defineitem td.input-d div{
    display:inline-block;
}

.defineitem td.input-d .date-display{
    display: flex;
    align-items: center;
    gap: 10px;
}

.defineitem div.input-line{
    width:100%;
}
.defineitem div.input-line div{
    white-space: nowrap;
}

.defineitem>div.l_table table td.input-ymd div input{
    display:inline-block;
}

.defineitem>div.l_table table td.input-ymd input[name$='Year']{
    width:74px;
}

.defineitem>div.l_table table td.input-ymd input[name$='Month']{
    width:52px;
}

.defineitem>div.l_table table td.input-ymd input[name$='Day']{
    width:52px;
}

.defineitem>div.l_table table td.input-ymd select{
    display:inline-block;
    width:94px;
}

.defineitem>div.l_table table td.input-d input{
    display:inline-block;
    width: 89px !important;
}

.defineitem>div.l_table.edit table td div.text-right {
    margin-top:5px !important;
    text-align: right;
    font-size: 14px;
}

.defineitem>div.l_table.edit table td.padding-tb-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.defineitem>div.l_table table td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.defineitem>div.l_table.margin-top-20 {
    margin-top: 20px;
}

.defineitem>div.l_table.margin-top-0 {
    margin-top: 0px;
}

.defineitem td.checkbox-cell label{
    margin-right: 5px !important;
}

.tool-tip-w1 .tooltip-inner{
    border: 1px solid #D5D5D5;
    color: #222222;
    border-color: #D5D5D5 !important;
    background-color: #D5D5D5 !important;
    text-align: center;
    border-radius: 0.33333rem;
    max-width: 100% !important;
    padding: 10px 5px !important;
    z-index: 1080 !important;
    padding: 0.4rem !important;
}

.tool-tip-w1.red div.tooltip::before {
    content: ' ';
    height: 0;
    width: 0;
    border-width: 6px;
    border-color: transparent #C52028 transparent transparent;
    border-style: solid;
    top: 45%;
    position: absolute;
    transform: rotate(0deg);
}

.tool-tip-w1.red .tooltip-inner{
    border: 1px solid #fff;
    color: #C52028;
    border-color: #C52028 !important;
    background-color: #fff !important;
    text-align: center;
    border-radius: 0.33333rem;
    max-width: 100% !important;
    z-index: 1080 !important;
}

.tool-tip-w1.red div.tooltip .tooltip-inner{
    font-size: 16px;
    font-weight: 700;
}

.tool-tip-w1.red div.tooltip::after{
    content: ' ';
    height: 0;
    width: 0;
    border-width: 6px;
    border-color: transparent #FFFFFF transparent transparent;
    border-style: solid;
    top: 45%;
    position: absolute;
    left: -3px;
    transform: rotate(0deg);
}

.tool-tip-w1.red div.tooltip::before{
    content: ' ';
    height: 0;
    width: 0;
    border-width: 6px;
    border-color: transparent #C52028 transparent transparent;
    border-style: solid;
    top: 45%;
    position: absolute;
    left: -4px;
    transform: rotate(0deg);
}

.tool-tip-w1-dark .tooltip-inner{
    border: 1px solid #fff;
    color: #fff;
    border-color: #6E6E77 !important;
    background-color: #6E6E77 !important;
    border-radius: 0.33333rem !important;
    max-width: 200px !important;
    padding: 10px 5px !important;
    z-index: 1080 !important;
    padding: 0.4rem !important;
}

.tooltip.show {
   opacity: 0.9;
}

.tooltip-arrow-adapter {
    position: relative;
}

.tooltip-arrow-adapter::after {
    content: '';
    height: 0;
    width: 0;
    border-width: 10px;
    border-color: #D5D5D5 transparent transparent;
    border-style: solid;
    top: 48%;
    position: absolute;
    left: 0%;
    transform: translate(-40%, -40%) rotate(90deg);
}

.tool-tip-w1 div.tooltip{
    position: relative;
}

.tool-tip-w1 div.tooltip::after{
    content: '';
    height: 0;
    width: 0;
    border-width: 10px;
    border-color: #D5D5D5 transparent transparent;
    border-style: solid;
    top: 48%;
    position: absolute;
    left: 0%;
    transform: translate(-40%, -40%) rotate(90deg);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

  .tool-tip-w1 {
     margin-bottom: 0.5rem;
  }
  
  .tool-tip-w1 div.tooltip::after{
      left: -2.2%;
  }
  
  .tool-tip-w1.red div.tooltip::after{
      left: -2.2%;
  }
  
  .tool-tip-w1.red div.tooltip::before{
      left: -2.5%;
  }
}

.tool-tip-black div.tooltip::after{
    border-color: #6E6E77 transparent transparent;
}


.tool-tip-w2 div.tooltip::after{
    left: -0.1%;
}

.tool-tip-w1.width {
  width:auto;
}

.tool-tip-auto{
    width: auto;
}


.tool-tip-w1 {
  width:auto;
}

.tool-tip-w3 {
    width: 250px;
    margin-left: 15px;
}

.tool-tip-w1 .tooltip-inner {
    padding: 12px;
}


.title-span {
    font-weight: 700;
    font-size: 26px;
    line-height: 45px;
    align-items: center;
    text-align: center;
    color: #585963;
    margin-left: 30px;
}




.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.help-display-block {
    display: inline-block;
    height: 100%;
    float: left;
}

.help-layout {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: #F5F5F5;
    border-radius: 4px;
}

.help-layout-svg {
    float: left;
    height: 100%;
}

.help-span {
    float: right;
    padding-left: 20px;
    font-weight: 400;
    font-size: 12.6px;
    color: #222222;
}

.help-circle {
    padding: 5px;
    width: 34px;
    height: 34px;
    border-radius: 30px;
}

.layout_fixed_item{
    border: 2px solid #F5F5F5;
    margin-left: 10px;
    float: left;
    font-size: 16px;
    height: 114px;
    padding:10px;
}

.layout-container {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
}

.layout-container > .layout-container {
    background: #EDEDED;
    padding: 20px;
}

.layout-left-container {
    float: left;
    padding: 30px 20px 20px 20px;
    width: 512px;
    background: #EDEDED;
    margin-right: 24px;
}

.layout-left-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
}

.layout-left-title-span {
    font-weight: 700;
    font-size: 21px;
}

.layout-right-container {
    float: right;
    padding: 20px;
    width: calc(100% - 536px);
    background: #EDEDED;
    line-height: 150%;
    height: auto;
}

.layout-right-button {
    display: block;
    padding: 0px 0px 10px;
    overflow: hidden;
}

.button-controls {
    padding: 6px 9px 4px 9px;
    background: #FFFFFF;
    border-radius: 6px;
    font-size: 12.6px;
    margin-right: 2px;
    height: 31px;
}

.button-controls svg {
    margin-right: 0px !important;
}

.layout-right-button-switch {
    display: flex;
    float: right;
}

.button-switch {
    background: #FFFFFF;
    padding: 8px 12px 6px;
}

.button-switch-left {
    border-radius: 6px 0px 0px 6px;
}

.button-switch-right {
    border-radius: 0px 6px 6px 0px;
}

.button-switch.active {
    color: #FFFFFF;
}

.btn-primary.padding {
    padding: 8px 12px 6px;
}

.normal-item-container {
    display: inline-block;
    align-items: center;
    margin-top: 20px;
}

.normal-item {
    font-size: 12.6px;
    padding: 11px;
    background: #FFFFFF;
    border: 1px solid #8A8B92;
    box-shadow: 2px 3px 8px rgb(165 165 165 / 20%);
    border-radius: 6px;
    margin-bottom: 10px;
    width: 231px;
    height: 40px;
}

.normal-item.disable{
    background-color: #c0c0c0;
}

.normal-item-container.disable .normal-item-draggable {
    background-color: #c0c0c0;
}

.normal-item-container.disable .normal-item-draggable .normal-item-svg {
    display: none;
}



.normal-item.left {
    float: left;
    margin-right: 10px;
}

.normal-item-container div.normal-item-draggable:nth-child(2n+2) {
    margin-right: 0px;
}

.normal-item.right {
    float: right;
}

.normal-item-name {
    line-height: 150%;
    letter-spacing: 1.8px;
}

.normal-item-name-absolute {
    position: absolute;
}

.normal-item-name.svg {
    margin-right: 8px;
}

.normal-item-name svg {
    margin-top: -3px;
}

.normal-item-svg {
    position: relative;
    cursor: move;
    float: right;
    top: -23px;
}


.normal-item-svg.top {
    top: 0px;
}

.layout-left-personal-item {
    margin-top: 10px;
}

.personal-item-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 2.16px;
    color: #585963;
    margin-bottom: 10px;
}

.layout-right-title {
    display: flex;
    padding: 4px 15px;
    font-weight: 700;
    font-size: 14px;
    line-height: 0%;
    letter-spacing: 2.16px;
    color: #222222;
    margin-top: 10px;s
}

.layout-list-item {
    min-height: 50px;
}

.layout-right-button-controls {
    float: left;
}

.layout-right-title .title-drag {
    height: 27px;
    margin-right: 10px;
    visibility: hidden;
}

.layout-right-title .title-check {
    height: 27px;
    margin-right: 20px;
    visibility: hidden;
}

.layout-right-title .title-name {
    width: 40%;
    height: 27px;
    margin-right: 32px;
    margin-left: 40px;
}

.layout-right-title .title-type {
    width: 32%;
    height: 27px;
    margin-right: 20px;
}

.layout-right-title .title-must {
    width: 5%;
    height: 27px;
}

.layout-right-title .csv-setting-check {
    height: 27px;
    width: 60px;
    visibility: hidden;
}

.layout-right-title .csv-setting-name {
    width: 47%;
    height: 27px;
}

.layout-right-title .csv-setting-type {
    width: 46%;
    height: 27px;
}

.layout-right-title .csv-setting-must {
    width: 7%;
    height: 27px;
}

.list-item-container {
    height: 57px;
    font-size: 13px;
    background: #FFFFFF;
    border: 1px solid #8A8B92;
    border-radius: 6px;
    margin-bottom: 2px;
    display: flex;
    cursor: pointer;
    align-items: center;
}

.list-item-container-highlighted {
    height: 76px;
    background: #FFFFFF;
    border: 1px solid #8A8B92;
    border-radius: 6px;
    margin-bottom: 2px;
    display: flex;
    opacity: 0.1;
}

.list-item-svg {
    cursor: move;
    margin: 4px 0px 0px 27px;
}

.list-item-check {
    margin-right: 20px;
}

.list-item-must {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 2.16px;
    color: #C5202B;
}

.list-item-name {
    width: 48%;
    margin-right: 20px;
}

.list-item-type {
    width: 41%;
    margin-right: 20px;
}

.list-item-flag {
    width: 15%;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    align-items: center;
    text-align: center;
    letter-spacing: 2.16px;
}

.list-item-float-left {
    display: flex;
    align-items: center;
}

.item-name-ellipsis-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 45px;
}

.item-condition-ellipsis-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 40px;
}

.list-item-float-left.font {
    line-height: 15px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.list-item-float-left.font.center {
    justify-content: center;
    color: #222222;
    font-size: 0.75rem
}

.list-item-float-right {
    display: flex;
}

.layout-left-container-narrow {
    display: none;
}

.new_item_delete_wrap {
    display: none;
}


.c-tree-item .c-tree-item {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 40px;
    position: relative;
}

.c-tree-item-category .c-tree-item-category {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 40px;
    position: relative;
}

.c-tree-item-category .c-tree-item-category{
    padding-left: 55px;
}

.c-tree-item .c-tree-item:before {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #8A8B92;
    left: 20px;
    top: 20px;
}

.c-tree-item-category .c-tree-item-category:before {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #8A8B92;
    left: 35px;
    top: 50px;
}

.c-tree-item-category-drop .c-tree-item-category-drop:before {
    width: 0px !important;
    height: 0px !important;
}

.c-tree-item-child {
    position: relative;
    display: none;
}

.child-show {
    display: block;
}

.c-tree-item-child1:after {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #8A8B92;
    left: 20px;
    top: -20px;
}

.c-tree-item-category-line:last-child:after{
    height: 95px;
}

.c-tree-item-category-line-drop:last-child:after{
    height: 0px;
}

.c-tree-item-category-line:after{
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #8A8B92;
    left: 35px;
    top: -45px;
}

.c-tree-item-category-line-drop:after{
    width: 0px;
    height: 0px;
}

.c-tree-item__arrow {
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #D5D5D5;
    float: left;
    position: relative;
    z-index: 1;
    transform: rotate(180deg);
}

.c-tree-item__space {
    background: none;
}

.c-tree-item__arrow svg {
    transition: 0.3s;
}

.c-tree-item__arrow.active svg {
    transform: rotate(180deg);
}

.c-tree-item__ttl-box {
    width: calc()100 - 30px%;
    background: #F5F5F5;
    height: 40px;
    line-height: 40px;
}

.tl-active-radius{
    border-top-left-radius: 12px !important;
}

.c-tree_size {
    width: 900px;
}

.c-tree-group_head {
    margin-top: 30px;
    margin-left: 30px;
}

.c-tree-select_count {
    margin-top: 40px;
    margin-left: 30px;
}

.c-tree-select_result {
    margin-top: 10px;
    margin-left: 30px;
    margin-bottom: 20px;
}

.c-tree-all_result {
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 40px;
}

.classify-tree-all_result{
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
}
.c-tree-group_font {
    font-family: 'Meiryo';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    align-items: center;
    letter-spacing: 3.6px;
    display: inline;
}

.treeSelect {
    width: 300px !important;
    display: inline !important;
    margin-left: 70px;
    margin-right: 50px;
}

.c-tree-line{
    margin-left: 30px;
    margin-right: 30px;
    border-bottom: 1px solid black;
}

.c-tree-resultitem+.c-tree-resultitem {
    margin-top: 6px;
}

.c-tree-resultitem .c-tree-resultitem {
    margin-top: 6px;
    padding-left: 40px;
    position: relative;
}

.c-tree-resultitem-child {
    position: relative;
    display: none;
}

.c-tree-resultitem__ttl-box {
    background: #F5F5F5;
    min-height: 40px;
    line-height: 40px;
}
.data-hidden{
   visibility: hidden;
}

.mar-type label {
    margin: 0px 30px 20px 0px;
}

.p-type {
    padding: 20px 230px 10px 30px !important;
}

.tool-tip-w600 {
    width: 600px;
}

.textSpan {
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-left: 8px;
}

.boxfloat {
    float: left;
}

.boxinline {
    display: inline !important;
}

.textarea-plugin{
    position: relative;
    border-radius: 6px;
    border: 1px solid #8a8b92;
}

.textarea-plugin:focus-within{
    outline-width: 2px;
    outline-style: solid;
}

.textarea-plugin .button-group{
    display: flex;
    padding: 4px;
    border-radius: 0px 0px 6px 6px;
    background: #FBFBFB;
    position: relative;
    width:100%;
}

.textarea-plugin textarea{
    border: 0px;
    border-radius: 6px 6px 0px 0px;
}

.textarea-plugin .button-group .button-container{
    user-select: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    caret-color: transparent;
    cursor: pointer;
}

.button-container{
    margin-right: 10px;
}

.tooltip.bs-tooltip-auto.fade.show{
    margin-bottom:3px !important;
}

.textarea-plugin .button-group .button-container:hover .label-textarea-svg svg path {
    fill: #222222;
}

.textarea-plugin .button-group .button-container .label-textarea-svg:focus-within svg path {
    fill: #222222;
}

.label-textarea-svg {
    padding: 0px 3px;
    pointer-events: none;
    width:24px;
    height:24px;
}

.label-textarea-svg.i {
    padding: 0px 6px;
}

.label-textarea-svg.link {
    padding: 0px;
}

.label-textarea-svg.font {
    padding: 0px;
}

.label-textarea-svg input {
    border: 0px;
    background-color: rgba(0,0,0,0);
    color: #fff;
    padding: 0px;
}

.tooltip.bs-tooltip-auto .tooltip-inner {
    padding: 4px 6px;
    background: #222222;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 700;
}

.tooltip.bs-tooltip-auto .tooltip-arrow::before {
    border-top-color: #222222 !important;
}

.textarea-plugin .button-group .font-size-container {
    display:none;
    width: 130px;
    padding: 6px;
    height: 42px;
    border-radius: 0px 8px 8px 8px;
    position: relative;
    top: -24px;
    left: -10px;
}

.textarea-plugin .button-group .font-size-container div {
    user-select: none;
    float: left;
    width: 30px;
    height: 30px;
    font-size: 18px;
    cursor: pointer;
    margin-right: 7px;
    margin-left: 7px;
    border-radius: 6px;
}

.textarea-plugin .button-group .font-size-container div:last-child {
    margin-right: 0px;
}

.textarea-plugin .button-group .font-size-container div:first-child {
    margin-left: 0px;
}

.textarea-plugin .button-group .font-size-container div label {
    pointer-events: none;
}

.textarea-plugin .button-group .font-size-container div label input {
    border: 0px;
    background-color: rgba(0,0,0,0);
    color: #fff;
    padding: 0px;
}

.textarea-plugin .button-group .color-container {
    display:none;
    width: 308px;
    padding: 16px;
    height: 168px;
    border-radius: 0px 8px 8px 8px;
    position: relative;
    top: -24px;
    left: -10px;
}

.textarea-plugin .button-group .color-container div {
    width: 26px;
    height: 26px;
    font-size: 16px;
    cursor: pointer;
    float: left;
    margin-right: 24px;
    margin-top: 24px;
    border-radius: 20px;
}

.textarea-plugin .button-group .color-container div:nth-child(6n+6) {
    margin-right: 0px;
}

.textarea-plugin .button-group .color-container div:nth-child(-n+6) {
    margin-top: 0px;
}

.textarea-plugin .button-group .color-container div:first-child {
    margin-left: 0px;
}

.textarea-plugin .button-group .color-container div label {
    pointer-events: none;
}

.textarea-plugin .button-group .color-container div label svg {
    display: none;
}

.textarea-plugin .button-group .color-container div label input {
    border: 0px;
    background-color: rgba(0,0,0,0);
    color: #fff;
    padding: 0px;
}

.textarea-plugin .button-group .color-container .color-clear-button {
    width: 76px;
    height: 36px;
    background: #FFFFFF;
    padding: 6px 9px;
    border: 1px solid #585963;
    border-radius: 6px;
    margin-right: 0px;
    color: #585963;
}

.nextPageIcon:after{
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 48 32"><path d="M18.75 36 16.6 33.85 26.5 23.95 16.6 14.05 18.75 11.9 30.8 23.95Z"></path></svg>');
}

.prevPageIcon:after{
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 48 32"><path d="M28.05 36 16 23.95 28.05 11.9 30.2 14.05 20.3 23.95 30.2 33.85Z"></path></svg>');
}


.th-border-color th{
    border-right: 1px solid #999999;
    font-weight: 700 !important;
    text-align: center !important;
}

.border-left{
    border-left: 1px solid #999999;
}

.input-svg-style {
    display: flex;
    align-items: center;
    float: left;
    padding: 6px 12px 6px 10px;
    width: auto;
    height: 37px;
    background: #FFFFFF;
    border-radius: 6px;
    position: relative;
    font-size: 14px;
    caret-color: transparent;
    margin-right: 10px;
    cursor: pointer;
}

.input-svg-style-container{
    height: 37px;
    display: inline-block;
    vertical-align: bottom;
}

.input-svg-style-container.file:focus-visible {
    outline: 1px solid black;
}

.input-svg-style.file:focus-visible {
    outline: 0px solid black;
}

.input-svg-style:focus-visible {
    outline: 1px solid black;
}

.input-svg-style::before {
    position: relative;
    right: 2px;
    top: 3px;
}

.input-svg-style input{
    border: 0px;
    background-color: rgba(0,0,0,0);
    padding: 0px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    cursor: pointer;
    font-size: 0px;
}

.input-file-name {
    display: flex;
    align-items: center;
    float: left;
    height: 37px;
    caret-color: transparent;
    min-width: 291px;
}

.input-file-name.delete {
    display: inline-block;
    min-width: auto;
}

.input-file-name.delete .display-inline-flex {
    display: inline-flex;
}

.input-svg-style.add{
    color: #FFFFFF;
    padding: 12px 16px;
    margin-right: 0px;
}

.input-svg-style.add::before{
    left: -5px;
    top: 1px;
    content: url("data:image/svg+xml,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M14 8H8V14H6V8H0V6H6V0H8V6H14V8Z' fill='%23FFFFFF'></path></svg>");
}

.input-svg-style.prev::after{
    position: relative;
    top: 3px;
    right: 75px;
}

.input-svg-style.add.fontcolor{
    background: #FFFFFF;
    padding: 7px 12px 6px 16px;
    margin-right: 0px;
}

.input-svg-style.add::before{
    left: -5px;
    top: 1px;
}

.input-file-container{
    float: left;
}

.input-svg-style.delete{
    margin-right: 0px;
    margin-left: 10px;
}

.input-svg-style.delete.grey{
    color: #6E6E77;
    border: 1px solid #6E6E77;
}

.input-svg-style.delete.grey::before{
    content: url("../img/delete_gray.svg");
}

.classify-delete{
    margin-left: 20px;
}

.category-button-use{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 12px 6px;
    gap: 4px;
    width: 112px;
    height: 38px;
    background: #fff;
    border-radius: 6px 0px 0px 6px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.category-button-no-use{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 12px 6px;
    gap: 4px;
    width: 112px;
    height: 38px;
    background: #fff;
    border-radius: 0px 6px 6px 0px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-right: 10px;
}

.category-button-use-active{
    color: #fff;
    border: none;
}

.input-svg-style.next{
    color: #FFFFFF;
    padding: 12px 16px;
    margin-right: 0px;
    width: 130px;
    height: 38px;
    font-weight: 700;
    justify-content: center;
    font-size: 14px;
}

.input-svg-style.next::after{
    position: relative;
    top: 3px;
    right: -30px;
    content: url('../img/next.svg');
}

.input-svg-style.prev{
    background: #FFFFFF;
    padding: 12px 10px 12px 40px;
    margin-right: 0px;
    width: 130px;
    height: 38px;
    font-weight: 700;
    justify-content: center;
    font-size: 14px;
}

.input-file-name {
    color: #222222 ;
}

.title-font-color {
    width: 26px;
    height: 26px;
    font-size: 16px;
    cursor: pointer;
    float: left;
    margin-right: 10px;
    border-radius: 20px;
    caret-color: transparent;
}

.title-font-color label svg {
    display: none;
}

.title-font-color label input {
    border: 0px;
    background-color: rgba(0,0,0,0);
    color: #fff;
    padding: 0px;
    width: 26px;
    height: 26px;
    margin: 0px;  
    cursor: pointer;  
}

.title-font-color label:focus-visible {
    outline: 1px solid black !important;
}

.title-font-color label input[type="radio"]:checked {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.9143 6.41421L9.45373 20.8748L0.541016 11.3679L3.45916 8.63212L9.54645 15.1252L21.0859 3.58578L23.9143 6.41421Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
    background-color: transparent;
    border-color: transparent;
}

.title-font-color.border label input[type="radio"]:checked {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.9143 6.41421L9.45373 20.8748L0.541016 11.3679L3.45916 8.63212L9.54645 15.1252L21.0859 3.58578L23.9143 6.41421Z' fill='%23222222'/%3E%3C/svg%3E");
    background-color: transparent;
    border-color: transparent;
}

.title-font-color.border{
    border: 1px solid #8A8B92!important;
}

.error-area .textarea-plugin{
    background-color: #fff5f5;
    border-color: #C5202B;
}

.error-area input[type="text"]:focus,.error-area input[type="password"]:focus,.error-area textarea:focus, .error-area select:focus {
    outline-width: 1px;
    outline-style: solid;
    outline-color: #C5202B !important;
    border-color: #C5202B !important;
    background-color: #fff5f5 !important;
    -webkit-box-shadow: 0 0 0 1000px #fff5f5 inset !important;
}

.ascLink {
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
    width: 20px;
    height: 20px;
    margin-right:-4px;
    background:#8D8D8D;
    border-radius:3px;
    background-image: url("../img/ascLink.svg");
}

.descLink {
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
    width: 20px;
    height: 20px;
    background:#8D8D8D;
    border-radius:3px;
    background-image: url("../img/descLink.svg");
}
.ascLink.noActive {
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    top: 5;
    width: 20px;
    height: 20px;
    margin-right:-4px;
    background:#3a70b6;
    border-radius:3px;
    background-image: url("../img/ascLink.svg");
}

.descLink.noActive {
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
    width: 20px;
    height: 20px;
    background:#3a70b6;
    border-radius:3px;
    background-image: url("../img/descLink.svg");
}
.cursor{
    cursor: pointer;
}
.arrowBottom{
    margin-top:-25px !important;
}

.hasTime.noCalendar.arrowBottom{
    margin-top:-5px !important;
}

.calendar {
    display: inline-block;
    cursor: pointer;
    background-repeat: no-repeat;
    height: 38px;
    width: 38px;
    background-image: url('data:image/svg+xml,<svg width="37" height="37" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="43" height="43" rx="5.5" fill="%23F5F5F5"/><path d="M29 32H15C13.8954 32 13 31.1046 13 30V16C13 14.8954 13.8954 14 15 14H17V12H19V14H25V12H27V14H29C30.1046 14 31 14.8954 31 16V30C31 31.1046 30.1046 32 29 32ZM15 20V30H29V20H15ZM15 16V18H29V16H15ZM27 28H25V26H27V28ZM23 28H21V26H23V28ZM19 28H17V26H19V28ZM27 24H25V22H27V24ZM23 24H21V22H23V24ZM19 24H17V22H19V24Z" fill="%23585963"/><rect x="0.5" y="0.5" width="43" height="43" rx="5.5" stroke="%238A8B92"/></svg>');
}

.datepicker_time{
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
}

.datepicker > .calendar {
    display: inline-block;
    cursor: pointer;
    background-repeat: no-repeat;
    height: 38px;
    width: 38px;
    background-image: url("../img/calendar.svg");
    vertical-align: middle;
}

.datepicker >.calendar:focus {
    background-image: url("../img/calendar_active.svg");
}

.datepicker_time > .calendar {
    display: inline-block;
    cursor: pointer;
    background-repeat: no-repeat;
    height: 38px;
    width: 38px;
    background-image: url('data:image/svg+xml,<svg width="37" height="37" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="43" height="43" rx="5.5" fill="%23F5F5F5"/><path d="M21.999 32C17.0557 31.9349 13.0642 27.9433 12.999 23C13.0642 18.0567 17.0557 14.0652 21.999 14C26.9423 14.0652 30.9339 18.0567 30.999 23C30.9339 27.9433 26.9423 31.9349 21.999 32ZM21.999 16C18.1542 16.0506 15.0496 19.1552 14.999 23C15.0496 26.8448 18.1542 29.9494 21.999 30C25.8438 29.9494 28.9484 26.8448 28.999 23C28.9484 19.1552 25.8438 16.0506 21.999 16ZM26.999 24H20.999V18H22.999V22H26.999V24ZM30.291 16.708L27.282 13.708L28.691 12.291L31.701 15.291L30.291 16.707V16.708ZM13.706 16.708L12.291 15.291L15.282 12.291L16.697 13.708L13.708 16.708H13.706Z" fill="%23585963"/><rect x="0.5" y="0.5" width="43" height="43" rx="5.5" stroke="%238A8B92"/></svg>');
}

.datepicker_time >.calendar:focus {
    background-image: url('data:image/svg+xml,<svg width="37" height="37" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="43" height="43" rx="5.5" fill="%23F5F5F5"/><path d="M21.999 32C17.0557 31.9349 13.0642 27.9433 12.999 23C13.0642 18.0567 17.0557 14.0652 21.999 14C26.9423 14.0652 30.9339 18.0567 30.999 23C30.9339 27.9433 26.9423 31.9349 21.999 32ZM21.999 16C18.1542 16.0506 15.0496 19.1552 14.999 23C15.0496 26.8448 18.1542 29.9494 21.999 30C25.8438 29.9494 28.9484 26.8448 28.999 23C28.9484 19.1552 25.8438 16.0506 21.999 16ZM26.999 24H20.999V18H22.999V22H26.999V24ZM30.291 16.708L27.282 13.708L28.691 12.291L31.701 15.291L30.291 16.707V16.708ZM13.706 16.708L12.291 15.291L15.282 12.291L16.697 13.708L13.708 16.708H13.706Z" fill="%23585963"/><rect x="0.5" y="0.5" width="21" height="21" rx="3.5" stroke="%23000" transform="scale(2)"/></svg>');
}

.buttonList-align-inline{
    width: 1100px;
    display: inline-block;
}
.buttonList-align-right{
    text-align: right !important;
    margin-bottom: 10px !important;
    margin-top: -10px !important;
}
.buttonList-aitem-top{
    margin-top: 20px !important;
}

.link-button:after{
    content:"";
    width: 30px;
    height: 30px;
    display: inline-block;
    background: none;
    background-image: url('../img/linkButton.svg');
    background-repeat: no-repeat;
    opacity: 0.4;
}
.link-button{
    width: 35px;
    height: 40px;
    margin-left: 1px;
}

.search-bottom{
    margin-bottom: 20px;
}

.category-tree{
    padding: 25px 35px 25px 35px;
    background: #FFFFFF;
    border: 1px solid #8A8B92;
    border-radius: 6px;
    z-index: 999;
    position: relative;
    cursor: pointer;
    display: block;
}
.category-admin{
    background: #FFDDDD;
}

.category-tree:hover{
    background: #FFFBDB;
}

.category-tree-span{
    margin-left: 25px;
    max-width: calc(100% - 250px);
    word-break: break-all;
    display: inline-block;
}

.c-tree-resultitem-category{
    background: none;
    display: flex;
    justify-content: space-between;
}

.file-items-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bgWhite-disable{
    border: 1px solid black;
    background-color: #D4D4D4;
    color: #fff;
}
.calender_pager li:not(:first-child){
    margin-top:5px;
}

.c-tree-list-group-item{
    list-style: none;
}

.c-tree-group-item{
    list-style: none;
    margin-top: 5px;
    height: 30px;    
}

.c-tree-group-item > div{
    display:flex;
    height: 30px;    
}

.list-group-body{
    max-height: calc(100vh - 280px);
}

.layer2 {
    margin-left: 40px;
}

.layer3 {
    margin-left: 80px;
}

.layer4 {
    margin-left: 120px;
}

.layer5 {
    margin-left: 160px;
}

.staffGroup-checkboxAndLabel{
    background: #F5F5F5;
    display: flex;
    width: 100%;
    padding: 6px 10px 6px 10px;    
}

.plus-or-minus-none{
    background: #FFF !important;
    cursor: default !important;
}

.plus {
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #D5D5D5;
    float: left;
    position: relative;
    z-index: 1;
    transform: rotate(180deg);
}

.plus svg {
    transition: 0.3s;
}

.minus svg {
    transform: rotate(180deg);
}

.staffGroup-buttons-left{
    margin-left: 50px;
}

.staffGroup-checkbox{
    margin-left: 15px;
    margin-right: 15px !important
}

.staffGroup-label{
    word-break: break-all;
    width: calc(100% - 40px);
}

.staffGroupSelect-confirm-button{
    flex: 0 0 auto !important;
    text-align: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
    gap: 10px !important;
    padding-top: 30px !important;
}

.btn-large input[type="button"]{
    width: 240px !important;
    height: 45px !important;
    font-size: 18px !important;
    padding: 0.4rem 1rem;
    letter-spacing: .12em;
    border-radius: 0.33333rem;
    font-weight: 700;
}

.group-item-top{
    margin-top :25px;
}
.staffGroupMessageTd{
    background: #fff !important;
}
.classifyList{
    padding-top: 25px;
    width: 100%;
    padding-bottom: 40px;
    border-radius: 0 12px 12px 12px;
}
.classify-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 35px;
    margin-left: 30px;
}
.classify-tree-inputDiv{
    width: calc(100% - 250px) !important;
    word-break: break-all;
    display: flex;
}
.c-tree-item-classify__arrow{
    margin-right: 25px;
}
.classify-tree-inputDiv input,.classify-tree-inputDiv label{
    width: 100%;
    border: none;
}
.classify-tree-inputDiv input{
    margin-left: 12px;
}
.category-tree-classify:hover{
    background: #FFFFFF !important;
    cursor: default;
}

.classify-time{
    margin-top: 10px;
    display: inline-block;
    margin-left: 35px;
    font-size: 0.75rem;
}
.classify-dialog{
    top: 350px;
    text-align: center;
    --bs-modal-width: 750px !important;
}
.category-dialog{
    top: 350px;
    text-align: center;
    --bs-modal-width: 870px !important;
}
.category-dialog .modal-body,.classify-dialog .modal-body{
    padding: 40px !important;
}
.classfit-delete::before{
    top:5px;
}
.classify-add{
    display: flex;
    align-items: center;
    float: left;
    padding: 10px 12px 6px 10px;
    width: 80px;
    height: 37px;
    border-radius: 6px;
    position: relative;
    font-size: 13px;
    caret-color: transparent;
    cursor: pointer;
    color: #fff;
}

.classify-add::before{
    position: relative;
    margin-right: 5px;
    left: -1px;
    height: 14px;
    height: 14px;
    content:url('../img/add.svg');
}

.dropDiv-classify{
    height: 40px;
}

.ui-state-highlight{
    height:20px;
}

.ui-state-highlight-empty{
    height:20px;
}
.dd { 
    position: relative; 
    display: block; margin: 0;
    padding: 0; 
    list-style: none; 
    font-size: 16px; 
    line-height: 20px; 
}

.dd-list { 
    display: block; 
    position: relative; 
    margin: 0; 
    padding: 0; 
    list-style: none; 
}
.dd-list .dd-list { 
    padding-left: 55px; 
}
.dd-collapsed .dd-list { 
    display: none; 
}

.dd-item,
.dd-empty,
.dd-placeholder { 
    display: block; 
    position: relative; 
    margin: 0; 
    padding: 0; 
    min-height: 20px; 
    font-size: 16px; 
    line-height: 20px; 
}

.dd-item .dd-item:before{
    height: 1px;
    content: '';
    background: #8A8B92;
    width: 25px;
    position: absolute;
    left: -25px;
    top: 45px;
}

.dd-list> .dd-item:after{
    height: 100%;
    content: '';
    background: #8A8B92;
    width: 1px;
    position: absolute;
    left: -25px;
    top: -50px;
}

.noline-dd-item:after{
    height: 0px !important;
}

.dd-list> .dd-item:last-child:after{
    height: 95px;
}

.click-up-down { 
    display: block;
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #D5D5D5;
    top: 20px;
    left: 25px;
    z-index: 3;
}

.click-up-down.active{
    transform: rotate(180deg);
    z-index: 3;
}

.click-up-down svg{
 margin-top: 13px;
 margin-bottom: 13px;
}


.dd-placeholder,
.dd-empty { 
    margin: 5px 0; 
    padding: 0; 
    min-height: 30px; 
    background: #f2fbff; 
    border: 1px dashed #b6bcbf; 
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
}

.dd-empty { 
    border: 1px dashed #bbb; 
    min-height: 100px; 
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                      -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                         -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:         linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                              linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel { 
    position: absolute; 
    pointer-events: none; 
    z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle { 
    margin-top: 0; 
}

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
    box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}

.nestable-lists { 
    display: block; 
    clear: both; 
    padding: 0px 35px 0px 35px; 
    width: 100%; 
    border: 0; 
}

.dd-hover > .dd-handle { background: #2ea8e5 !important; }
.classify-body-flex{
    display: flex;
    align-items: center;
    width: calc(100% - 250px);
    margin-left: 50px;
}

.dd-body{
    padding: 17px 25px 17px 25px;
    background: #FFFFFF;
    border: 1px solid #8A8B92;
    border-radius: 6px;
    height: 85px;
    font-size: 0.75rem;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    position: relative;
}

.dd-body-root{
    cursor: not-allowed;
    pointer-events: none;
}

.dd-nodrag{
    cursor: pointer;
    pointer-events: auto;
}

.dropDiv{
    height: 25px;
    width: 10px;
    cursor: pointer;
    margin-top: 2px;
    margin-right: 8px;
}

.classify-body-flex input, .classify-body-flex input:disabled {
    border: none;
    width: 95%;
    background-color: #FFF;
}

.classify-body-flex .errorMessage{
    display: inline-block;
    width: 800px;
    position: absolute;
    top: 5px;
    left: 110px;
}

.classify-body-flex .errorMessage li{
    font-size: 14px !important;
}

.child-category  .errorMessage{
    left: 110px;
}

.classify-confirm-button{
    padding-top: 0px !important;
}

.errorMessage ~ .classify-error-input{
    background-color: #fff5f5;
    border: 1px solid #C5202B !important;
}

.errorMessage ~ .classify-error-input:focus{
    outline-width: 1px;
    outline-style: solid;
    outline-color: #C5202B !important;
    border-color: #C5202B !important;
    background-color: #fff5f5 !important;
    -webkit-box-shadow: 0 0 0 1000px #fff5f5 inset !important;
}

.classifyList-alert{
    margin-left: 35px;
    padding: 10px 10px 10px 10px;
    height: 50px;
    background: white;
    border: 1px solid #eebcbf;
    margin-bottom: 25px;
    margin-right: 35px;
}

.classify-info{
    margin-left: 5px;
    margin-bottom: 25px;
}

.print-footer{
    padding-top: 40px;
    margin-top: 100px;
}

.drop-input-focus{
    background: #FFFBDB !important;
}

.list-item-container:focus-visible{
    box-shadow: 0 0 0.05rem 0.05rem black;
}
.noRoot .dd-body{
    border: 2px solid #C5202B;
}

#itemListForm .l-footer{
    background-color: #fbfbfb;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 100px;
}

.mt-2 {
    margin-top: 2px !important;
}

.displayedLinesNum-container {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.displayedLinesNum-container .input {
    padding-top: 0px !important;
}

.inputItemSelect.displayedLinesNum.input {
    float: left;
    padding-top: 15px;
    margin-right: 10px;
    white-space: nowrap;
}
  
.defineitem>div.l_table table.inputitem-file-container td{
    padding: 20px 0 0 10px !important;
}

.inputitem-file-container .display-flex {
    display: flex;
    align-items: center;
}

.inputitem-file-container .display-flex .title {
    float: left;
    width: 160px;
}

.inputitem-file-container .inputitem-file-btn {
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}

.inputitem-file-container .inputitem-file-mb-20 {
    margin-bottom: 20px;
}

.inputitem-file-container td.td-bottom {
   vertical-align: bottom;
}

.inputitem-file-container .display-flex .files-title {
    float: left;
    width: 280px;
}

.defineitem>div.l_table table.inputitem-radio-container td{
    padding-left: 0 !important;
    vertical-align: top;
}

.defineitem>div.l_table table.inputitem-radio-container td.td-pl-10 {
    padding: 0 0 0 10px !important;
}

.edit-choose-container {
    padding: 15px 15px 15px 0px;
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    box-shadow: 0px 0px 7px #d5d5d5;
    border-radius: 6px;
    width: 100%;
    margin-right: 15px;
    float: left;
    margin-top: 4px;
    display: flex;
    align-items: center;
    font-size: 0.75rem;
}

.edit-choose-container .float-left {
    float: left;
}

.edit-choose-draggable-svg {
    width: 35px;
    cursor: move;
}

.edit-choose-container .edit-choose-name-ml {
    width: 100%;
}

.edit-choose-name-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.edit-choose-name-container.margin-bottom-20 {
    margin-bottom: 15px;
}

.edit-choose-name-container div {
    float: left;
}

.edit-choose-name-container .edit-choose-name {
    width: 170px;
}

.edit-choose-name-container .edit-choose-input {
    width: calc(100% - 170px);
}

.edit-choose-name-container .edit-choose-width-delete {
    width: 97px;
    min-width: 97px;
}

.edit-choose-name-container .edit-choose-width-input {
    width: 100px;
    min-width: 100px;
}

.edit-choose-name-container .edit-choose-width-font {
    width: 120px;
    min-width: 120px;
}

.edit-choose-name-container .edit-choose-width-initcheckbox {
    width: calc(100% - 490px);
}

.edit-choose-name-container .edit-choose-width-checkbox {
    width: 190px;
    min-width: 185px;
    margin-left: -10px;
}

.edit-choose-name-container .edit-choose-width-checkbox .radioAndCheckbox-outline {
    margin-right: 0px !important;
    padding: 5px !important;
    margin-left: 5px;
}

.edit-choose-name-container .edit-choose-width-initcheckbox .border-style {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    margin-right: 5px;
    margin-top: 4.5px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    border-width: 2px;
    border-style: solid;
    appearance: none;
    background-color: #D5D5D5;
    border-color: #D5D5D5;
    background-image: url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.70711 9.29288L8.70711 14.2929M16.7071 5.70709L7.5 14.5' stroke='%23fff' stroke-width='2'/%3e%3c/svg%3e");
}

.edit-choose-add-container {
    width: 100%;
}

.edit-choose-add-container .button-container {
    float: right;
    margin-top: 10px;
}

.code-select-container{
    display: flex;
    align-items: center;
}

.code-select-title-error-height{
    height: 24px;
}

.code-select-list-error-height{
    height: 48px;
    display: flex;
    align-items: center;
}

.code-select-container.container-mt-10{
    margin-top: 10px;
}

.code-title-input {
    margin-left: 10px;
    width: calc(100% - 25%);
    min-width: 275px;
}

.input-name-ml-20 {
    margin-left: 20px;
}

.code-title-input-name-width{
    width: 16%;
    min-width: 81px;
}

.code-title-input-required-width {
    width: 9%;
    min-width: 49px;
}

.code-title-list-name-width{
    width: 18%;
    min-width: 101px;
}

.code-list-nbsp-div {
    width: 69%;
    min-width: calc(100% - 160px);
}

.edit-cal-td {
    padding-left: 0px !important;
    display: block !important;
}

.edit-cal-container{
    margin-top: 20px;
}

.edit-cal-title{
    font-size:24px;
    font-weight:700;
}

.edit-cal-divedit-container{
    margin-top:10px;
    padding:20px;
    background:#F5F5F5;
    border-radius:5px;
}

.edit-cal-svg-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.edit-cal-svg-container-title{
    font-weight:700;
    width:61px;
    float:left;
}

.edit-cal-svg{
    display:flex; 
    gap:10px;
    font-size: 16px;
    
}

.cal-item{
    padding:8px 12px 6px; 
    background:#FBFBFB;
    border:1px solid #8A8B92;
    border-radius:5px;
}

.cal-value-input{
    padding:8px 12px 6px; 
    background:#FBFBFB;
    border:1px solid #8A8B92;
    border-radius:5px;
}

.cal-svg-style{
    padding:7px 8px; 
    background:#FBFBFB;
    border:1px solid #8A8B92;
    border-radius:5px;
}

.cal-svg-style.right{
    transform:rotate(-180deg);
}

.edit-div-container{
    background:#FFFFFF;
    min-height:64px;
    margin-top:10px;
    padding:10px;
    display:flex;
    align-items: center;
    max-width:1017px;
    flex-wrap: wrap;
    gap: 10px;
}

.cal-result-container {
    margin-top:10px;
    display:flex;
    align-items: center;
}

.edit-cal-ml-20{
    margin-left:20px;
}

.cal-result-input{
    display:flex;
    align-items: center;
    gap:20px;
}

.cal-result-title{
    font-weight:700;
    width:122px;
}
.edit-condition-container{
    background:#FFFFFF;
    border:3px solid #EDEDED;
    border-radius:6px;
    padding:20px;
    margin-top:20px;
}

.edit-condition-title{
    display:flex;
    justify-content: space-between;
}

.edit-condition-type{
    margin-top: 10px;
    display:flex;
    align-items: center;
}

.edit-condition-ml-30{
    margin-left:30px;
}

.edit-condition-drag-container{
    margin-top:10px;
    display:flex;
    align-items: center; 
    padding: 20px 20px 20px 0px; 
    background:#FFFFFF;
    border:1px solid #D5D5D5; 
    box-shadow:0px 0px 7px #D5D5D5;
    border-radius:6px;
}

.edit-condition-drag-title{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.condition-drag-title{
    font-size:18px;
    font-weight:700;
}

.condition-drag-svg{
    display:flex;
    gap:5px;
}

.condition-select-container{
    margin-top:10px;
    display:flex;
}

.condition-item-seq{
    margin-top:2px;
    display:flex;
    background:#F5F5F5;
    padding:6px 10px;
    justify-content: space-between;
    align-items: center;
}

.condition-select-val{
    padding:7px 10px;
}

.condition-button-add{
    padding:10px 0 0 0 !important;
    background:none !important;
}

.td-vertical-align-top{
    vertical-align: top !important;
}

.condition-tooltip-mt-100{
    margin-top: 100px !important;
}

.condition-type-mr-13{
    margin-right: 13px !important;
}

.cal-svg-input-nostyle input{
    border: 0px;
    background-color: rgba(0,0,0,0);
    padding: 0px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    cursor: pointer;
    font-size: 0px;
}

.cal-svg-show.right{
    transform:rotate(-180deg);
}

.codeselect-group-title{
    display:flex;
    align-items: center;
    background:#D5D5D5;
    font-weight:700;
    height:65px;
    padding:20px;
}

.codeselect-group-value{
    height:490px;
    overflow:scroll;
    overflow-x:hidden;
}

.codeselect-group-value-row{
    display:flex;
    padding:20px 5px 20px 20px;
    border-bottom:1px solid #999999;
}


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

.td-operate {
    width: 160px;
    display: flex;
}

.f-weight-b {
    font-weight: 700 !important;
}

.t_table tr.safety-color {
    background-color: #FFDDDD;
}

.kind-2.t_table table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #999999;
}

.kind-2.t_table table th {
    padding: 20px;
    border-bottom: 1px solid #999999;
    text-align: center;
    background-color: #f5f5f5;
    white-space: nowrap;
    vertical-align: middle !important;
    font-weight: 400;
}

.kind-2.t_table table td {
    padding: 20px;
    border-bottom: 1px solid #999999;
    vertical-align: middle;
    background-color: #fff;
}

.detail-title{
    background-color: #6E6E77 !important;
    color: #FFFFFF !important;
    font-weight: 700!important;
    font-size: 0.9rem !important;
}

.title-td{
    background-color: #D4D4D4 !important;
    color: #222222 !important;
    font-weight: 700!important;;
}

.flex-justift-center {
    justify-content: center;
}

.input-mr-0{
    margin-right: 0px !important;
}

.th_sms {
    background-color: #FFB4C0 !important;
}

.div-mt-40{
    margin-top: 40px;
}

.input-mr-8{
    margin-right: 8px !important;
}

.input-mr-20{
    margin-left: 20px !important;
}

.h1-small-title{
    font-style: normal;
    font-size: 30px;
    color: #585963;
    margin-left: 30px;
    word-break: break-all;
}

.textarea-plugin-editarea{
    height:290px;
    overflow-y: auto;
    padding: 8px 13px;
    word-break: break-all;
}

.textarea-plugin-editarea font {
	font-weight: 700;
}

.inputItem-textedit-height .textarea-plugin-editarea{
    height: 151px !important;
}

.textarea-plugin-editarea font.fs-p-100 {
    font-weight: 400;
}

.textarea-plugin-editarea font.fs-p-150 {
    font-size: 150%;
}

.textarea-plugin-editarea font.fs-p-200 {
    font-size: 200%;
}

.textarea-plugin-editarea font.fs-p-150 font {
    font-weight: 700 !important;
}

.textarea-plugin-editarea font.fs-p-200 font {
    font-weight: 700 !important;
}

.textarea-plugin-editarea font font {
    font-weight: 700 !important;
}

.staffGroupTable th{
    text-align: center;
}

.etumo-hover tbody tr:hover{
    background: #FFFBDB;
    cursor: pointer;
}

.disable-link:hover{
    background: #FFF !important;
    cursor: none;
}

.search-number-of-items{
    display: inline-block;
}

.search-number-of-items strong{
    font-weight: normal;
    width: 47px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 0px;
    padding-top: 2px;
}

.search-number-of-items a{
    color: #585963;
    text-decoration: none;
    font-weight: normal;
    width: 47px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    border-radius: 5px;
    letter-spacing: 0px;
    padding-top: 2px;
}

.search-number-of-items a:hover{
    background: #ededed;
}


.note_box span.confirm {
    color: #18519E;
    font-size: 0.8rem;
}
.blue_highlight {
    color: #18519E;
}
.c-tree-group_font {
    color: #18519E;
}

.td-pr-0{
    padding-right: 0px !important;
}
.td-pr-10{
    padding-right: 10px !important;
}

.form-box-pop {
    display: flex;
    justify-content: center;
}

.p-pop {
    text-align:center !important;
}

.tb-wid-pop {
    width:580px !important;
}

.pdf-height{
    max-height: 1140px;
}
.largeBundle-height{
    max-height: 100px !important;
}

.input-cal-select-bg-none{
    background-image: none;
    padding: 2px 8px 2px 12px;
}

.input-cal-th-min-width{
    min-width: 181px;
}

.input-cal-th-min-width-161{
    min-width: 161px;
}

.input-cal-td-padding-lr-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.input-cal-td-va-top{
    vertical-align: top !important;
}

.input-cal-td-padding-pr-0{
    padding-right: 0px !important;
}
.blank-link{
    display: inline-block;
    height: 25px;
}

.radioAndCheckbox-outline.height {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.calendar_mark_size {
    width: 14px;
    height: 14px;
}

.reserve_tbl th{
    padding: 20px;
    border: 1px solid #999999;
    background-color: #f5f5f5;
    vertical-align: middle !important;
    font-weight: 400;
}

.reserve_tbl td{
    padding: 20px;
    border: 1px solid #999999;
    vertical-align: middle !important;
    font-weight: 400;
}

.reserve_tbl li{
    list-style-type: none;
}

.reserve_time th{
    padding: 10px;
    border: 1px solid #999999;
    background-color: #f5f5f5;
    vertical-align: middle !important;
    font-weight: 400;
}

.reserve_time td{
    padding: 10px;
    border: 1px solid #999999;
    vertical-align: middle !important;
    font-weight: 400;
}

.fontColor-blue {
    color: #18519E;
}

.facility th.saturday {
    color: #0000FF;
}
.facility th.holyday {
    color: #B20000;;
}
.facility_note {
    color: #B20000;;
}

.t_calender td.enable,
.facilitySelect_calender td.enable {
    background-color: white;
}
.t_calender td.disable,
.facilitySelect_calender td.disable {
    background-color: white;
}
.t_calender td.none,
.facilitySelect_calender td.none {
    background-color: #d0d0d0;
}

.t_calender td.disable:hover,
.facilitySelect_calender td.disable:hover {
    background-color: #ffe099;
    cursor: pointer;
}

.font-under-btn{
    color: #B20000;
}

.facilitySelect_calender th.header_1 {
    width:17.5%;
}
.facilitySelect_calender th.header_2 {
    width:17.5%;
}
.radioAndCheckbox-outline.updateoffer-checkbox label {
    margin-left: -9px;
}
.templateList-div,
.large-div{
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #fff !important;
}
.f-size-16 {
    font-size: 16px;
}
.offerdetail-alert{
    padding-top: 80px;
}
.tooltip{
    --bs-tooltip-zindex: 100;
}

.p-3{
    line-height: 27px!important; 
}

.border-tl-radius{
    border-top-left-radius: 12px !important;
}
.margin-l-8{
    margin-left: 8px !important;
}
.font-under-btn{
    font-size: 14px;
    margin: 5px 0px 0px 0px;
    width: 100%;
    text-align: center;
}

.lh-55{
    line-height: 55px;
}
.ml-8{
    margin-left: 8px;
}
.div-flex {
    display: flex;
}
.offeritemradio input[type="text"]{
    margin-top:5px;
    margin-bottom:5px;
}

.div-text-align {
    text-align: center;
}

.text-right {
    margin-top: 5px !important;
    text-align: right;
    font-size: 14px;
}

.reserveNote{
    color: #C5202B !important;
}

.textarea-none{
    display: none;
}
.codeselect-error{
    background-color: #fff5f5;
    border-color: #C5202B !important;
}
.text-align-right{
   text-align: right;
}
.title-padding{
   padding: 20px 0px 16px 0px!important;
}

.table-bottom-border-none{
    border-bottom: 0px !important;
}

.blue-background-highlight {
    background-color: #18519E;
}
.error-padding-top{
    padding-top:20px;
}

.etumo-table tr th.title-line-height-20 {
    line-height: 20px !important;
}
.cal-day{
    width:calc(100% - 170px) !important;
}

.cal-data{
    width:calc(100% - 17px);
}
.mb-0 {
    margin-bottom: 0px !important;
}

.btn {
    display: inline-block;
    margin :5px 0 0 8px;
    padding-right:24px;
    padding-left:24px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .12em;
    color: #8A8B92;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    border: 1px solid #8A8B92;
    border-radius: 0.33333rem;
    background-color: transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-small {
    padding-right:18px;
    padding-left:18px;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: #D4D4D4 !important;
    border-color: #8A8B92 ;
    color: #6E6E77 ;
    opacity: 1 ;
}
.tab_dead {
    color: #8A8B92 !important;
    cursor: default !important;
}

.tab_dead:hover {
    isolation: unset !important;
    border-color: #fff !important;
}
.large-blue{
    color: #18519E;
}
.large-padding{
    padding: 10px 10px !important;
}
.word-break{
    word-break: break-all;
}
.th-word-break{
    word-break: break-all;
    white-space: normal !important;
}
.border-no td{
    border-top-style: none !important;
}
.border-table-no{
    border-bottom-style: none !important;
}
.input-box-flex{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.checkbox-flex{
    display: flex;
    align-items: center;
    justify-content: start;
}
.tool-tip-w4 {
    width: 250px;
    margin-left: 20px;
}
.text-align-left{
   text-align: left;
}

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

.td_allCheck{
    width:58px;
}
.disp-b{
    display: block;
}
.disp-ib{
    display: inline-block;
}
.disp-f{
    display: flex;
}
 div.w-header_btn_sub_2  a.header_btn{
  border: none !important;
}
.ml-30 {
    margin-left: 30px;
}
.err-padding-bottom-100 {
    padding-bottom: 100px;
}
.float-right{
    float: right;
}
.font-normal .errorMessage li{
    font-size: 15px !important;
}

.w-reserveList-col-allCheck{
    text-align: center;
}
.w-reserveList-col-allCheck label{
    font-weight: 700 !important;
    margin-right: 0px !important;
    text-align: center;
}

.reserveList-list-header tr{
    vertical-align: middle;
}
.etumo-table tr th.reserveLimitList-lineheight{
    line-height: 27px !important;
}

.reserveList-btn-mt{
    margin-top: 4px;
}
.file_tip {
    display: flex;
    align-items: center;
    justify-content: end;
}
.entry-frame{
    padding-left: 177px;
}
.entry-frame-lower-button{
    padding-left: 365px;
    padding-top: 10px;
}

.etumo-table.header2 tr th{
    line-height:20px !important;
}

.header2 th a.noActive{
    top: 7px!important;
}

.modal-backdrop{
    width: 100% !important;
    height: 100% !important;
}
.ques-between-padding{
    padding: 20px 0px !important;
}
.table-boder-0{
    border: 0px !important;
}
.err-margin-top-100{
    margin-top: 100px;
}
.file-inactive{
    background-color: #D4D4D4 ;
    border-color: #8A8B92 ;
    color: #6E6E77 ;
    opacity: 1 ;
}
.fs-callcenterInquiryHistoryInfo-18{
    font-size: 18px !important;
}
.li-callcenterInquiryHistoryInfo-wd{
    list-style-type: none;
    width: 568px;
}
.div-inquiry-padding{
    padding-left: 30px !important;
}
.input-entryList-wd1{
    width: 207px;
}
.btn-entryList-padding{
    padding-top: 0px !important;
}
.input-entryList-margin{
    margin-left: 8px;
}
.input-entryList-padding{
    padding-left: 40px;
    padding-top: 40px;
}
.label-entryList-margin{
    margin-top: 10px;
}
.th-inputInquiryForm-color{
    background-color: #ffffff !important;
    padding-left: 0px !important;
}
.lt-inputInquiryForm-margin{
    margin-top: 0px !important;
}
.display-none{
    display:none !important;
}
.designPreview input[type="text"], .designPreview select , .designPreview textarea{
    border-radius:0px !important;
}
.designPreview{
    background: #FFFFFF !important;
    padding: 10px 15px;
    cursor: pointer;
}
.ui-datepicker select{
    padding: 0;
    background-image: none;
    appearance: auto;
    border-radius: 0;
}
.previewMode-check input{
    margin: 0px 10px 0px 10px !important;
}
.preview_update{
    width: 100%;
}
.designPreview-sortable .c-input__title{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.offerdetail-font{
    border-bottom: 1px solid #999999;
}
.offerdetail-font{
    border-bottom: 1px solid #999999 !important;
}
.updateoffer-border{
    border-top: 1px solid #999999 !important;
}
.designPreview .postal-title{
    padding-left: 68px !important;
}
.designPreview .postal-title-unsort{
    padding-left: 47px !important;
}
.preview_repeatGroup{
    padding-left: 10px !important;
    width: calc(100% - 75px) !important;
}
.preview_input{
    display: flex;
    align-items: center;
}
.previewMode-check{
    cursor: move;
    display: flex;
    align-items: center;
    height: 43px;
    padding-left: 20px;
}
.tcommon .breadcrumb-apply{
    padding-left: 0;
}
.zero-apply{
    padding-left: 0 !important;
}
.no-tab-border{
    border-radius: 12px !important;
}

.top_btn_box svg {
    margin-right: 13px;
}

.buttonList-align-right svg {
    margin-right: 13px;
}

.top_btn_box input{
    margin-left: 8px;
}

.top_btn_box button{
    margin-left: 8px;
}

.buttonList-align-right .buttonList-align-inline button{
    margin-left: 8px;
}

.th_padding table th{
    padding-left:20px;
    padding-right:20px;
    background-color: #D4D4D4;
    color: #222222 !important;
    font-weight: 700!important;
}
.login-display-inline{
    display:inline-block;
}

.login-display-inline ul li span{
    float:left;
}
.inputItemCondition-tip{
    vertical-align: unset !important;
}
.border-top-0{
    border-top: 0px !important;
}
.title-td-1{
    background-color: #D4D4D4 !important;
    color: #222222 !important;
}
.designPreview .btn-small-bgKeyColor{
    --bs-btn-color: #222;
}
.offer-checkboxAndRadio-10 input[type="text"] {
    margin-left: 10px !important;
}
.pd-checkboxAndRadio-10{
    padding-left: 10px !important;
}
.pd-checkboxAndRadioMessage-10{
    padding-left: 10px !important;
}
.pd-checkboxAndRadio-0{
    padding-left: 0px !important;
}
.pd-isNotCheckboxAndRadio{
    padding-left: 8px !important;
}
.page-break-before{
    page-break-before: always;
}
.updateOffer-consignInfo-align{
    text-align: center !important;
}
.updateOffer-entryBtn{
    margin-left: 10px;
}
.updateOffer-entryPhoneNumBtn{
    margin-left: 20px;
}
.padding-right-0{
    padding-right: 0px !important;
}
.background-itemDetail{
    background: #f5f5f5 !important;
}
.letter-spacing-0{
    letter-spacing: 0px;
}
.l_table th.field_error {
    background-color: #FFFBDB;
}
.offerItemConsignInfo-required{
    margin-left : 0px;
}
.clear-both {
    clear: both;
}

.font-weight-400 span{
    font-weight: 400;
}

@media (max-width: 1180px) {
    
    .container-apply {
      width: 100%;
    }
    .header-apply {
        width: 100%;
        min-width:1188px;
    }

    .nav-width {
        width: 100%;
    }

    .navbar-apply li {
        width: 260px;
        line-height: 18px;
        letter-spacing: 1px;
    }

    .header-right-apply div {
        font-size: 14px;
    }

    .header-right-font-apply {
        letter-spacing: 1.5px;
    }

    .header_btn_sub {
        display: block;
        justify-content: end;
    }

    .header_btn_sub div {
        margin-top: 4px;
    }

    .min-width {
        min-width: 1200px;
    }

    .datepicker_time_w {
        width: 170px !important;
    }

    .table_head_wrap {
        display: block;
        height: 1px;
    }

    .t_col_2 {
        width: 160px;
    }

    .t_col_3 {
        width: 120px;
    }

    .t_col_4 {
        width: 100px;
    }

    .t_col_5 {
        width: 250px;
    }

    .t_col_6 {
        width: 190px;
    }

    .t_col_7 {
        width: 90px;
    }

    .table>:not(caption)>*>* {
        padding: 10px 8px;
    }
}

@media print {
  .print-tayiowu{
    min-width: 800px;
  }

  .l_table pre{
    width: 100% !important;
    line-height:14px;
    font-size:12px;
    letter-spacing: 1px;
  }

  .container-apply {
    align-items: center;
    margin: 0 auto;
    width: 1584px;
    padding-left: 10px;
  }

  .header-apply {
    width: 1584px!important;
    padding-left: 10px;
  }

  .header_btn_sub {
    display: block!important;
    white-space: nowrap;
  }
  .w-header_btn_sub_1{
    display: inline;
    white-space: nowrap;
  }

  .w-header_btn_sub_2{
    display: inline;
    white-space: nowrap;
  }

  .header_btn_margin-left-3{
    margin-left: 3px !important;
  }

  .pdf-display{
    display: none;
  }

  .pdf-height{
        max-height: 915px !important;
  }

  #resourceDetailCalendar{
        width: 1600px !important;
        max-width: 1600px !important;
        min-width: 1600px !important;
  }

  .reserve-table{
        height: 900px !important;
        max-height: 900px !important;
        min-height: 900px !important;
  }

  #itemContext .container-apply{
    width: auto !important;
  }
  
  .defineitem td.checkbox-cell label{
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
  .layout-container{
    display: block;
  }
  
  input[id*=RelativeMinRange], input[id*=RelativeMaxRange], 
  input[id*=RelativeDefault]{
      padding-left: 2px !important;
      padding-right: 2px !important;
      text-align: center;
  }

}

.tooltip-zindex-1050{
    z-index: 1050 !important;
}

.h-drawer-textarea-1{
    height: 288px;
}

.defineitem label.radioAndCheckbox-outline{
    padding: 5px !important;
    margin-left: -5px;
    margin-top: 2px;
}

.templateForName>div.l_table table td.padding-tb-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.templateForName label.radioAndCheckbox-outline{
    padding: 5px !important;
    margin-left: -5px;
    margin-top: 2px;
}

.overflow-auto{
    overflow: auto !important;
}
.applicant-td-pr-7{
    padding-right: 7px !important;
}

.defineitem .error-div label.radioAndCheckbox-outline{
    background-color: #fff5f5;
    margin-right: 2px !important;
}

.defineitem .error-div label.radioAndCheckbox-outline{
    margin-left: -0px;
}

.defineitem .error-div{
    margin-left: -5px;
}
.t_table2{
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.fz-s {
    font-size: 0.7rem!important;
}
.etumo-info {
    padding: 8px !important;
}

.etumo-info .message {
    margin-top: 3px;
}
#logoutModal .modal-dialog {
  min-width: 100%;
  margin: 0px;
}
#logoutModal .modal-content {
  min-height: 100vh;
  border: none;
  border-radius: 0;
}
.text-align-end{
    text-align:right;
    font-size: 0.9em;
}

.w-header_btn_sub_horizontal{
  display: inline-block;
}

.header_btn_sub .w-header_btn_sub_horizontal {
    margin-top: 6px;
}