@charset "UTF-8";
.text-main-blue {
  color: #32c5d2;
}

.bg-main-blue {
  background-color: #32c5d2;
}

.bg-main-blue:hover {
  background-color: #26a1ab;
}

.border-main-blue {
  border: 1px solid #32c5d2;
}

.btn-main-blue {
  background-color: #32c5d2;
  border-color: #32c5d2;
  color: white;
}

.btn-main-blue:hover {
  background-color: #26a1ab;
  border-color: #26a1ab;
  color: white;
}

.btn-main-blue:active, .btn-main-blue:focus {
  background-color: #218d96;
  border-color: #218d96;
}

.btn-outline-main-blue {
  background-color: transparent;
  border: 1px solid #32c5d2;
  color: #32c5d2;
}

.btn-outline-main-blue:hover {
  background-color: #32c5d2;
  color: white;
}

.btn-outline-main-blue:active, .btn-outline-main-blue:focus {
  background-color: #26a1ab;
  border-color: #26a1ab;
  color: white;
}

.text-main-dark-blue {
  color: #4c87b9;
}

.bg-main-dark-blue {
  background-color: #4c87b9;
}

.bg-main-dark-blue:hover {
  background-color: #3b6d97;
}

.border-main-dark-blue {
  border: 1px solid #4c87b9;
}

.btn-main-dark-blue {
  background-color: #4c87b9;
  border-color: #4c87b9;
  color: white;
}

.btn-main-dark-blue:hover {
  background-color: #3b6d97;
  border-color: #3b6d97;
  color: white;
}

.btn-main-dark-blue:active, .btn-main-dark-blue:focus {
  background-color: #346085;
  border-color: #346085;
}

.btn-outline-main-dark-blue {
  background-color: transparent;
  border: 1px solid #4c87b9;
  color: #4c87b9;
}

.btn-outline-main-dark-blue:hover {
  background-color: #4c87b9;
  color: white;
}

.btn-outline-main-dark-blue:active, .btn-outline-main-dark-blue:focus {
  background-color: #3b6d97;
  border-color: #3b6d97;
  color: white;
}

.text-white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.bg-white:hover {
  background-color: #e6e6e6;
}

.border-white {
  border: 1px solid #fff;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: white;
}

.btn-white:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: white;
}

.btn-white:active, .btn-white:focus {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}

.btn-outline-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.btn-outline-white:hover {
  background-color: #fff;
  color: white;
}

.btn-outline-white:active, .btn-outline-white:focus {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: white;
}

.text-blue-green {
  color: #44B6AE;
}

.bg-blue-green {
  background-color: #44B6AE;
}

.bg-blue-green:hover {
  background-color: #36918b;
}

.border-blue-green {
  border: 1px solid #44B6AE;
}

.btn-blue-green {
  background-color: #44B6AE;
  border-color: #44B6AE;
  color: white;
}

.btn-blue-green:hover {
  background-color: #36918b;
  border-color: #36918b;
  color: white;
}

.btn-blue-green:active, .btn-blue-green:focus {
  background-color: #2f7e79;
  border-color: #2f7e79;
}

.btn-outline-blue-green {
  background-color: transparent;
  border: 1px solid #44B6AE;
  color: #44B6AE;
}

.btn-outline-blue-green:hover {
  background-color: #44B6AE;
  color: white;
}

.btn-outline-blue-green:active, .btn-outline-blue-green:focus {
  background-color: #36918b;
  border-color: #36918b;
  color: white;
}

.text-grey-01 {
  color: #EAEAEA;
}

.bg-grey-01 {
  background-color: #EAEAEA;
}

.bg-grey-01:hover {
  background-color: #d1d1d1;
}

.border-grey-01 {
  border: 1px solid #EAEAEA;
}

.btn-grey-01 {
  background-color: #EAEAEA;
  border-color: #EAEAEA;
  color: white;
}

.btn-grey-01:hover {
  background-color: #d1d1d1;
  border-color: #d1d1d1;
  color: white;
}

.btn-grey-01:active, .btn-grey-01:focus {
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}

.btn-outline-grey-01 {
  background-color: transparent;
  border: 1px solid #EAEAEA;
  color: #EAEAEA;
}

.btn-outline-grey-01:hover {
  background-color: #EAEAEA;
  color: white;
}

.btn-outline-grey-01:active, .btn-outline-grey-01:focus {
  background-color: #d1d1d1;
  border-color: #d1d1d1;
  color: white;
}

.text-grey-02 {
  color: #D2D2D2;
}

.bg-grey-02 {
  background-color: #D2D2D2;
}

.bg-grey-02:hover {
  background-color: #b9b9b9;
}

.border-grey-02 {
  border: 1px solid #D2D2D2;
}

.btn-grey-02 {
  background-color: #D2D2D2;
  border-color: #D2D2D2;
  color: white;
}

.btn-grey-02:hover {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
  color: white;
}

.btn-grey-02:active, .btn-grey-02:focus {
  background-color: #acacac;
  border-color: #acacac;
}

.btn-outline-grey-02 {
  background-color: transparent;
  border: 1px solid #D2D2D2;
  color: #D2D2D2;
}

.btn-outline-grey-02:hover {
  background-color: #D2D2D2;
  color: white;
}

.btn-outline-grey-02:active, .btn-outline-grey-02:focus {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
  color: white;
}

.text-blue-100 {
  color: #eef1f5;
}

.bg-blue-100 {
  background-color: #eef1f5;
}

.bg-blue-100:hover {
  background-color: #ced7e2;
}

.border-blue-100 {
  border: 1px solid #eef1f5;
}

.btn-blue-100 {
  background-color: #eef1f5;
  border-color: #eef1f5;
  color: white;
}

.btn-blue-100:hover {
  background-color: #ced7e2;
  border-color: #ced7e2;
  color: white;
}

.btn-blue-100:active, .btn-blue-100:focus {
  background-color: #bec9d9;
  border-color: #bec9d9;
}

.btn-outline-blue-100 {
  background-color: transparent;
  border: 1px solid #eef1f5;
  color: #eef1f5;
}

.btn-outline-blue-100:hover {
  background-color: #eef1f5;
  color: white;
}

.btn-outline-blue-100:active, .btn-outline-blue-100:focus {
  background-color: #ced7e2;
  border-color: #ced7e2;
  color: white;
}

.text-blue-150 {
  color: #E9F3FC;
}

.bg-blue-150 {
  background-color: #E9F3FC;
}

.bg-blue-150:hover {
  background-color: #bcdbf6;
}

.border-blue-150 {
  border: 1px solid #E9F3FC;
}

.btn-blue-150 {
  background-color: #E9F3FC;
  border-color: #E9F3FC;
  color: white;
}

.btn-blue-150:hover {
  background-color: #bcdbf6;
  border-color: #bcdbf6;
  color: white;
}

.btn-blue-150:active, .btn-blue-150:focus {
  background-color: #a6cef3;
  border-color: #a6cef3;
}

.btn-outline-blue-150 {
  background-color: transparent;
  border: 1px solid #E9F3FC;
  color: #E9F3FC;
}

.btn-outline-blue-150:hover {
  background-color: #E9F3FC;
  color: white;
}

.btn-outline-blue-150:active, .btn-outline-blue-150:focus {
  background-color: #bcdbf6;
  border-color: #bcdbf6;
  color: white;
}

.text-blue-200 {
  color: #bae7ff;
}

.bg-blue-200 {
  background-color: #bae7ff;
}

.bg-blue-200:hover {
  background-color: #87d5ff;
}

.border-blue-200 {
  border: 1px solid #bae7ff;
}

.btn-blue-200 {
  background-color: #bae7ff;
  border-color: #bae7ff;
  color: white;
}

.btn-blue-200:hover {
  background-color: #87d5ff;
  border-color: #87d5ff;
  color: white;
}

.btn-blue-200:active, .btn-blue-200:focus {
  background-color: #6eccff;
  border-color: #6eccff;
}

.btn-outline-blue-200 {
  background-color: transparent;
  border: 1px solid #bae7ff;
  color: #bae7ff;
}

.btn-outline-blue-200:hover {
  background-color: #bae7ff;
  color: white;
}

.btn-outline-blue-200:active, .btn-outline-blue-200:focus {
  background-color: #87d5ff;
  border-color: #87d5ff;
  color: white;
}

.text-blue-300 {
  color: #69C0FF;
}

.bg-blue-300 {
  background-color: #69C0FF;
}

.bg-blue-300:hover {
  background-color: #36abff;
}

.border-blue-300 {
  border: 1px solid #69C0FF;
}

.btn-blue-300 {
  background-color: #69C0FF;
  border-color: #69C0FF;
  color: white;
}

.btn-blue-300:hover {
  background-color: #36abff;
  border-color: #36abff;
  color: white;
}

.btn-blue-300:active, .btn-blue-300:focus {
  background-color: #1da0ff;
  border-color: #1da0ff;
}

.btn-outline-blue-300 {
  background-color: transparent;
  border: 1px solid #69C0FF;
  color: #69C0FF;
}

.btn-outline-blue-300:hover {
  background-color: #69C0FF;
  color: white;
}

.btn-outline-blue-300:active, .btn-outline-blue-300:focus {
  background-color: #36abff;
  border-color: #36abff;
  color: white;
}

.text-blue-600 {
  color: #4C87B9;
}

.bg-blue-600 {
  background-color: #4C87B9;
}

.bg-blue-600:hover {
  background-color: #3b6d97;
}

.border-blue-600 {
  border: 1px solid #4C87B9;
}

.btn-blue-600 {
  background-color: #4C87B9;
  border-color: #4C87B9;
  color: white;
}

.btn-blue-600:hover {
  background-color: #3b6d97;
  border-color: #3b6d97;
  color: white;
}

.btn-blue-600:active, .btn-blue-600:focus {
  background-color: #346085;
  border-color: #346085;
}

.btn-outline-blue-600 {
  background-color: transparent;
  border: 1px solid #4C87B9;
  color: #4C87B9;
}

.btn-outline-blue-600:hover {
  background-color: #4C87B9;
  color: white;
}

.btn-outline-blue-600:active, .btn-outline-blue-600:focus {
  background-color: #3b6d97;
  border-color: #3b6d97;
  color: white;
}

.text-blue-700 {
  color: #244076;
}

.bg-blue-700 {
  background-color: #244076;
}

.bg-blue-700:hover {
  background-color: #182b4f;
}

.border-blue-700 {
  border: 1px solid #244076;
}

.btn-blue-700 {
  background-color: #244076;
  border-color: #244076;
  color: white;
}

.btn-blue-700:hover {
  background-color: #182b4f;
  border-color: #182b4f;
  color: white;
}

.btn-blue-700:active, .btn-blue-700:focus {
  background-color: #12203b;
  border-color: #12203b;
}

.btn-outline-blue-700 {
  background-color: transparent;
  border: 1px solid #244076;
  color: #244076;
}

.btn-outline-blue-700:hover {
  background-color: #244076;
  color: white;
}

.btn-outline-blue-700:active, .btn-outline-blue-700:focus {
  background-color: #182b4f;
  border-color: #182b4f;
  color: white;
}

.text-blue-800 {
  color: #00356D;
}

.bg-blue-800 {
  background-color: #00356D;
}

.bg-blue-800:hover {
  background-color: #001c3a;
}

.border-blue-800 {
  border: 1px solid #00356D;
}

.btn-blue-800 {
  background-color: #00356D;
  border-color: #00356D;
  color: white;
}

.btn-blue-800:hover {
  background-color: #001c3a;
  border-color: #001c3a;
  color: white;
}

.btn-blue-800:active, .btn-blue-800:focus {
  background-color: #001021;
  border-color: #001021;
}

.btn-outline-blue-800 {
  background-color: transparent;
  border: 1px solid #00356D;
  color: #00356D;
}

.btn-outline-blue-800:hover {
  background-color: #00356D;
  color: white;
}

.btn-outline-blue-800:active, .btn-outline-blue-800:focus {
  background-color: #001c3a;
  border-color: #001c3a;
  color: white;
}

.text-gray-100 {
  color: #F5F5F5;
}

.bg-gray-100 {
  background-color: #F5F5F5;
}

.bg-gray-100:hover {
  background-color: gainsboro;
}

.border-gray-100 {
  border: 1px solid #F5F5F5;
}

.btn-gray-100 {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  color: white;
}

.btn-gray-100:hover {
  background-color: gainsboro;
  border-color: gainsboro;
  color: white;
}

.btn-gray-100:active, .btn-gray-100:focus {
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}

.btn-outline-gray-100 {
  background-color: transparent;
  border: 1px solid #F5F5F5;
  color: #F5F5F5;
}

.btn-outline-gray-100:hover {
  background-color: #F5F5F5;
  color: white;
}

.btn-outline-gray-100:active, .btn-outline-gray-100:focus {
  background-color: gainsboro;
  border-color: gainsboro;
  color: white;
}

.text-gray-200 {
  color: #F0F0F0;
}

.bg-gray-200 {
  background-color: #F0F0F0;
}

.bg-gray-200:hover {
  background-color: #d7d7d7;
}

.border-gray-200 {
  border: 1px solid #F0F0F0;
}

.btn-gray-200 {
  background-color: #F0F0F0;
  border-color: #F0F0F0;
  color: white;
}

.btn-gray-200:hover {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
  color: white;
}

.btn-gray-200:active, .btn-gray-200:focus {
  background-color: #cacaca;
  border-color: #cacaca;
}

.btn-outline-gray-200 {
  background-color: transparent;
  border: 1px solid #F0F0F0;
  color: #F0F0F0;
}

.btn-outline-gray-200:hover {
  background-color: #F0F0F0;
  color: white;
}

.btn-outline-gray-200:active, .btn-outline-gray-200:focus {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
  color: white;
}

.text-gray-300 {
  color: #D9D9D9;
}

.bg-gray-300 {
  background-color: #D9D9D9;
}

.bg-gray-300:hover {
  background-color: silver;
}

.border-gray-300 {
  border: 1px solid #D9D9D9;
}

.btn-gray-300 {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  color: white;
}

.btn-gray-300:hover {
  background-color: silver;
  border-color: silver;
  color: white;
}

.btn-gray-300:active, .btn-gray-300:focus {
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}

.btn-outline-gray-300 {
  background-color: transparent;
  border: 1px solid #D9D9D9;
  color: #D9D9D9;
}

.btn-outline-gray-300:hover {
  background-color: #D9D9D9;
  color: white;
}

.btn-outline-gray-300:active, .btn-outline-gray-300:focus {
  background-color: silver;
  border-color: silver;
  color: white;
}

.text-gray-400 {
  color: #BFBFBF;
}

.bg-gray-400 {
  background-color: #BFBFBF;
}

.bg-gray-400:hover {
  background-color: #a6a6a6;
}

.border-gray-400 {
  border: 1px solid #BFBFBF;
}

.btn-gray-400 {
  background-color: #BFBFBF;
  border-color: #BFBFBF;
  color: white;
}

.btn-gray-400:hover {
  background-color: #a6a6a6;
  border-color: #a6a6a6;
  color: white;
}

.btn-gray-400:active, .btn-gray-400:focus {
  background-color: #999999;
  border-color: #999999;
}

.btn-outline-gray-400 {
  background-color: transparent;
  border: 1px solid #BFBFBF;
  color: #BFBFBF;
}

.btn-outline-gray-400:hover {
  background-color: #BFBFBF;
  color: white;
}

.btn-outline-gray-400:active, .btn-outline-gray-400:focus {
  background-color: #a6a6a6;
  border-color: #a6a6a6;
  color: white;
}

.text-gray-500 {
  color: #8C8C8C;
}

.bg-gray-500 {
  background-color: #8C8C8C;
}

.bg-gray-500:hover {
  background-color: #737373;
}

.border-gray-500 {
  border: 1px solid #8C8C8C;
}

.btn-gray-500 {
  background-color: #8C8C8C;
  border-color: #8C8C8C;
  color: white;
}

.btn-gray-500:hover {
  background-color: #737373;
  border-color: #737373;
  color: white;
}

.btn-gray-500:active, .btn-gray-500:focus {
  background-color: #666666;
  border-color: #666666;
}

.btn-outline-gray-500 {
  background-color: transparent;
  border: 1px solid #8C8C8C;
  color: #8C8C8C;
}

.btn-outline-gray-500:hover {
  background-color: #8C8C8C;
  color: white;
}

.btn-outline-gray-500:active, .btn-outline-gray-500:focus {
  background-color: #737373;
  border-color: #737373;
  color: white;
}

.text-gray-600 {
  color: #595959;
}

.bg-gray-600 {
  background-color: #595959;
}

.bg-gray-600:hover {
  background-color: #404040;
}

.border-gray-600 {
  border: 1px solid #595959;
}

.btn-gray-600 {
  background-color: #595959;
  border-color: #595959;
  color: white;
}

.btn-gray-600:hover {
  background-color: #404040;
  border-color: #404040;
  color: white;
}

.btn-gray-600:active, .btn-gray-600:focus {
  background-color: #333333;
  border-color: #333333;
}

.btn-outline-gray-600 {
  background-color: transparent;
  border: 1px solid #595959;
  color: #595959;
}

.btn-outline-gray-600:hover {
  background-color: #595959;
  color: white;
}

.btn-outline-gray-600:active, .btn-outline-gray-600:focus {
  background-color: #404040;
  border-color: #404040;
  color: white;
}

.text-gray-700 {
  color: #434343;
}

.bg-gray-700 {
  background-color: #434343;
}

.bg-gray-700:hover {
  background-color: #2a2a2a;
}

.border-gray-700 {
  border: 1px solid #434343;
}

.btn-gray-700 {
  background-color: #434343;
  border-color: #434343;
  color: white;
}

.btn-gray-700:hover {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: white;
}

.btn-gray-700:active, .btn-gray-700:focus {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}

.btn-outline-gray-700 {
  background-color: transparent;
  border: 1px solid #434343;
  color: #434343;
}

.btn-outline-gray-700:hover {
  background-color: #434343;
  color: white;
}

.btn-outline-gray-700:active, .btn-outline-gray-700:focus {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: white;
}

.text-gray-750 {
  color: #373737;
}

.bg-gray-750 {
  background-color: #373737;
}

.bg-gray-750:hover {
  background-color: #1e1e1e;
}

.border-gray-750 {
  border: 1px solid #373737;
}

.btn-gray-750 {
  background-color: #373737;
  border-color: #373737;
  color: white;
}

.btn-gray-750:hover {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  color: white;
}

.btn-gray-750:active, .btn-gray-750:focus {
  background-color: #111111;
  border-color: #111111;
}

.btn-outline-gray-750 {
  background-color: transparent;
  border: 1px solid #373737;
  color: #373737;
}

.btn-outline-gray-750:hover {
  background-color: #373737;
  color: white;
}

.btn-outline-gray-750:active, .btn-outline-gray-750:focus {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  color: white;
}

.text-gray-800 {
  color: #262626;
}

.bg-gray-800 {
  background-color: #262626;
}

.bg-gray-800:hover {
  background-color: #0d0d0d;
}

.border-gray-800 {
  border: 1px solid #262626;
}

.btn-gray-800 {
  background-color: #262626;
  border-color: #262626;
  color: white;
}

.btn-gray-800:hover {
  background-color: #0d0d0d;
  border-color: #0d0d0d;
  color: white;
}

.btn-gray-800:active, .btn-gray-800:focus {
  background-color: black;
  border-color: black;
}

.btn-outline-gray-800 {
  background-color: transparent;
  border: 1px solid #262626;
  color: #262626;
}

.btn-outline-gray-800:hover {
  background-color: #262626;
  color: white;
}

.btn-outline-gray-800:active, .btn-outline-gray-800:focus {
  background-color: #0d0d0d;
  border-color: #0d0d0d;
  color: white;
}

/* Cubic Bezier Transition */
.mt-2px {
  margin-top: 2px !important;
}

.pt-2px {
  padding-top: 2px !important;
}

.mb-2px {
  margin-bottom: 2px !important;
}

.pb-2px {
  padding-bottom: 2px !important;
}

.ml-2px {
  margin-left: 2px !important;
}

.pl-2px {
  padding-left: 2px !important;
}

.mr-2px {
  margin-right: 2px !important;
}

.pr-2px {
  padding-right: 2px !important;
}

.mt-4px {
  margin-top: 4px !important;
}

.pt-4px {
  padding-top: 4px !important;
}

.mb-4px {
  margin-bottom: 4px !important;
}

.pb-4px {
  padding-bottom: 4px !important;
}

.ml-4px {
  margin-left: 4px !important;
}

.pl-4px {
  padding-left: 4px !important;
}

.mr-4px {
  margin-right: 4px !important;
}

.pr-4px {
  padding-right: 4px !important;
}

.mt-6px {
  margin-top: 6px !important;
}

.pt-6px {
  padding-top: 6px !important;
}

.mb-6px {
  margin-bottom: 6px !important;
}

.pb-6px {
  padding-bottom: 6px !important;
}

.ml-6px {
  margin-left: 6px !important;
}

.pl-6px {
  padding-left: 6px !important;
}

.mr-6px {
  margin-right: 6px !important;
}

.pr-6px {
  padding-right: 6px !important;
}

.mt-8px {
  margin-top: 8px !important;
}

.pt-8px {
  padding-top: 8px !important;
}

.mb-8px {
  margin-bottom: 8px !important;
}

.pb-8px {
  padding-bottom: 8px !important;
}

.ml-8px {
  margin-left: 8px !important;
}

.pl-8px {
  padding-left: 8px !important;
}

.mr-8px {
  margin-right: 8px !important;
}

.pr-8px {
  padding-right: 8px !important;
}

.mt-10px {
  margin-top: 10px !important;
}

.pt-10px {
  padding-top: 10px !important;
}

.mb-10px {
  margin-bottom: 10px !important;
}

.pb-10px {
  padding-bottom: 10px !important;
}

.ml-10px {
  margin-left: 10px !important;
}

.pl-10px {
  padding-left: 10px !important;
}

.mr-10px {
  margin-right: 10px !important;
}

.pr-10px {
  padding-right: 10px !important;
}

.mt-12px {
  margin-top: 12px !important;
}

.pt-12px {
  padding-top: 12px !important;
}

.mb-12px {
  margin-bottom: 12px !important;
}

.pb-12px {
  padding-bottom: 12px !important;
}

.ml-12px {
  margin-left: 12px !important;
}

.pl-12px {
  padding-left: 12px !important;
}

.mr-12px {
  margin-right: 12px !important;
}

.pr-12px {
  padding-right: 12px !important;
}

.mt-14px {
  margin-top: 14px !important;
}

.pt-14px {
  padding-top: 14px !important;
}

.mb-14px {
  margin-bottom: 14px !important;
}

.pb-14px {
  padding-bottom: 14px !important;
}

.ml-14px {
  margin-left: 14px !important;
}

.pl-14px {
  padding-left: 14px !important;
}

.mr-14px {
  margin-right: 14px !important;
}

.pr-14px {
  padding-right: 14px !important;
}

.mt-16px {
  margin-top: 16px !important;
}

.pt-16px {
  padding-top: 16px !important;
}

.mb-16px {
  margin-bottom: 16px !important;
}

.pb-16px {
  padding-bottom: 16px !important;
}

.ml-16px {
  margin-left: 16px !important;
}

.pl-16px {
  padding-left: 16px !important;
}

.mr-16px {
  margin-right: 16px !important;
}

.pr-16px {
  padding-right: 16px !important;
}

.mt-18px {
  margin-top: 18px !important;
}

.pt-18px {
  padding-top: 18px !important;
}

.mb-18px {
  margin-bottom: 18px !important;
}

.pb-18px {
  padding-bottom: 18px !important;
}

.ml-18px {
  margin-left: 18px !important;
}

.pl-18px {
  padding-left: 18px !important;
}

.mr-18px {
  margin-right: 18px !important;
}

.pr-18px {
  padding-right: 18px !important;
}

.mt-20px {
  margin-top: 20px !important;
}

.pt-20px {
  padding-top: 20px !important;
}

.mb-20px {
  margin-bottom: 20px !important;
}

.pb-20px {
  padding-bottom: 20px !important;
}

.ml-20px {
  margin-left: 20px !important;
}

.pl-20px {
  padding-left: 20px !important;
}

.mr-20px {
  margin-right: 20px !important;
}

.pr-20px {
  padding-right: 20px !important;
}

.mt-22px {
  margin-top: 22px !important;
}

.pt-22px {
  padding-top: 22px !important;
}

.mb-22px {
  margin-bottom: 22px !important;
}

.pb-22px {
  padding-bottom: 22px !important;
}

.ml-22px {
  margin-left: 22px !important;
}

.pl-22px {
  padding-left: 22px !important;
}

.mr-22px {
  margin-right: 22px !important;
}

.pr-22px {
  padding-right: 22px !important;
}

.mt-24px {
  margin-top: 24px !important;
}

.pt-24px {
  padding-top: 24px !important;
}

.mb-24px {
  margin-bottom: 24px !important;
}

.pb-24px {
  padding-bottom: 24px !important;
}

.ml-24px {
  margin-left: 24px !important;
}

.pl-24px {
  padding-left: 24px !important;
}

.mr-24px {
  margin-right: 24px !important;
}

.pr-24px {
  padding-right: 24px !important;
}

.mt-26px {
  margin-top: 26px !important;
}

.pt-26px {
  padding-top: 26px !important;
}

.mb-26px {
  margin-bottom: 26px !important;
}

.pb-26px {
  padding-bottom: 26px !important;
}

.ml-26px {
  margin-left: 26px !important;
}

.pl-26px {
  padding-left: 26px !important;
}

.mr-26px {
  margin-right: 26px !important;
}

.pr-26px {
  padding-right: 26px !important;
}

.mt-28px {
  margin-top: 28px !important;
}

.pt-28px {
  padding-top: 28px !important;
}

.mb-28px {
  margin-bottom: 28px !important;
}

.pb-28px {
  padding-bottom: 28px !important;
}

.ml-28px {
  margin-left: 28px !important;
}

.pl-28px {
  padding-left: 28px !important;
}

.mr-28px {
  margin-right: 28px !important;
}

.pr-28px {
  padding-right: 28px !important;
}

.mt-30px {
  margin-top: 30px !important;
}

.pt-30px {
  padding-top: 30px !important;
}

.mb-30px {
  margin-bottom: 30px !important;
}

.pb-30px {
  padding-bottom: 30px !important;
}

.ml-30px {
  margin-left: 30px !important;
}

.pl-30px {
  padding-left: 30px !important;
}

.mr-30px {
  margin-right: 30px !important;
}

.pr-30px {
  padding-right: 30px !important;
}

.mt-32px {
  margin-top: 32px !important;
}

.pt-32px {
  padding-top: 32px !important;
}

.mb-32px {
  margin-bottom: 32px !important;
}

.pb-32px {
  padding-bottom: 32px !important;
}

.ml-32px {
  margin-left: 32px !important;
}

.pl-32px {
  padding-left: 32px !important;
}

.mr-32px {
  margin-right: 32px !important;
}

.pr-32px {
  padding-right: 32px !important;
}

.mt-34px {
  margin-top: 34px !important;
}

.pt-34px {
  padding-top: 34px !important;
}

.mb-34px {
  margin-bottom: 34px !important;
}

.pb-34px {
  padding-bottom: 34px !important;
}

.ml-34px {
  margin-left: 34px !important;
}

.pl-34px {
  padding-left: 34px !important;
}

.mr-34px {
  margin-right: 34px !important;
}

.pr-34px {
  padding-right: 34px !important;
}

.mt-36px {
  margin-top: 36px !important;
}

.pt-36px {
  padding-top: 36px !important;
}

.mb-36px {
  margin-bottom: 36px !important;
}

.pb-36px {
  padding-bottom: 36px !important;
}

.ml-36px {
  margin-left: 36px !important;
}

.pl-36px {
  padding-left: 36px !important;
}

.mr-36px {
  margin-right: 36px !important;
}

.pr-36px {
  padding-right: 36px !important;
}

.mt-38px {
  margin-top: 38px !important;
}

.pt-38px {
  padding-top: 38px !important;
}

.mb-38px {
  margin-bottom: 38px !important;
}

.pb-38px {
  padding-bottom: 38px !important;
}

.ml-38px {
  margin-left: 38px !important;
}

.pl-38px {
  padding-left: 38px !important;
}

.mr-38px {
  margin-right: 38px !important;
}

.pr-38px {
  padding-right: 38px !important;
}

.mt-40px {
  margin-top: 40px !important;
}

.pt-40px {
  padding-top: 40px !important;
}

.mb-40px {
  margin-bottom: 40px !important;
}

.pb-40px {
  padding-bottom: 40px !important;
}

.ml-40px {
  margin-left: 40px !important;
}

.pl-40px {
  padding-left: 40px !important;
}

.mr-40px {
  margin-right: 40px !important;
}

.pr-40px {
  padding-right: 40px !important;
}

body {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  background-color: inherit;
  letter-spacing: 0.5px;
  background-color: #EEF1F6;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    overflow: initial;
  }
}

.page-logo a {
  font-size: 1.2em;
  color: #fff;
  line-height: 50px;
  text-align: center;
  float: none !important;
}

.page-header-fixed .page-container {
  margin-top: 0px;
}

.page-content-wrapper .page-content {
  padding: 67px 20px 10px 20px;
}

@media (min-width: 320px) and (max-width: 1199px) {
  .page-content-wrapper .page-content {
    padding: 70px 10px 0 10px !important;
  }
}

.page-breadcrumb li:last-child span {
  color: #3097D6 !important;
  font-weight: 400 !important;
}

.page-content {
  background-color: #EEF1F6;
}

.page-content-white .page-title {
  margin: 0px 0 10px 0;
  font-size: 1.3em;
}

.page-content-white .page-title.page-title-have-others-items {
  margin-bottom: 0;
  border-right: 1px solid #CBCBCB;
  padding-right: 1rem;
  margin-right: 1rem;
}

.portlet.light {
  padding: 10px;
}

.portlet.prewarning {
  padding: 10px 20px 0px 20px;
  background: #FFF;
}

.portlet-body form .flexbox_claim_wid .btn {
  height: 33px;
}

.portlet-body form .flexbox_claim_wid.form-scrollx .btn {
  font-size: 1.4rem;
  height: auto;
  padding: 0 7px;
}

.portlet-error-message {
  color: #e73d4a;
  background-color: #fff;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 2px;
  line-height: 18px;
  margin-top: 9px;
  margin-left: 15px;
}

.flexbox_claim_wid .col-xs-9,
.flexbox_claim_wid .col-xs-6,
.flexbox_claim_wid .col-xs-3,
.flexbox_claim_wid .col-xs-4,
.flexbox_claim_wid .col-xs-8,
.flexbox_claim_wid .col-xs-2,
.flexbox_claim_wid .col-xs-5,
.flexbox_claim_wid .col-xs-10 {
  padding-left: 3px;
  padding-right: 3px;
}

.flexbox_claim_wid textarea {
  min-height: 33px;
  resize: both;
}

.flexbox_claim_wid .pr0 {
  padding-right: 0;
}

.flexbox_claim_wid .k-numerictextbox {
  width: 100%;
}

@media (min-width: 1200px) {
  .pr-md-0 {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .pr-sm-0 {
    padding-right: 0;
  }
}

.mh25 {
  min-height: 25px !important;
}

.mr5 {
  margin-right: 5px;
}

.mt5 {
  margin-top: 5px !important;
}

.tool_bar {
  padding-right: 10px;
  line-height: 32px;
  font-weight: 400;
}

@media (min-width: 320px) and (max-width: 1199px) {
  .tool_bar {
    display: none;
  }
}

.btn-w {
  margin-right: 5px !important;
}

.dotted_line {
  border: dashed 1px #a0a0a0 !important;
}

.fa {
  pointer-events: none;
}

.tooltips {
  pointer-events: visible;
}

/* iCheck plugin Flat skin, blue
----------------------------------- */
.input__field {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  padding: 0;
}

.input__text:before, .input__text:after {
  content: "";
  position: absolute;
  display: inline-flex;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  transition-property: transform, background, border;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.input__radio:before, .input__radio:after {
  content: "";
  position: absolute;
  display: inline-flex;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.313em;
  height: 1.313em;
  transition-property: transform, background, border;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50%;
}

.input {
  margin-right: 1rem;
  cursor: pointer;
}

.input__field:focus + .input__text:before {
  border-color: #32c5d2;
}

.input__field[disabled] + .input__text {
  opacity: 0.5;
}

.input__field:hover + .input__text:before {
  border-color: #799bac;
}

.input__field:active + .input__text:before {
  border-width: 3px;
  border-color: #b8cad3;
}

.input__field:checked:active + .input__text:before {
  background-color: #27a8b4;
}

.input__field:checked + .input__text:before {
  background-color: #32c5d2;
  border-color: transparent;
}

.input__field:checked:active + .input__text:after {
  transform: translate3d(75%, -6%, 0) rotate(45deg) scale(0.5);
}

.input__field:checked + .input__text:after {
  transform: translate3d(75%, -6%, 0) rotate(45deg) scale(0.7);
}

.input__field:focus + .input__radio:before {
  border-color: #32c5d2;
}

.input__field[disabled] + .input__radio {
  opacity: 0.5;
}

.input__field:hover + .input__radio:before {
  border-color: #799bac;
}

.input__field:active + .input__radio:before {
  border-color: #b8cad3;
}

.input__field:active + .input__radio:after {
  transform: scale(0.75);
}

.input__field:checked:active + .input__radio:before {
  background-color: #26a1ab;
}

.input__field:checked + .input__radio:before {
  background-color: #32c5d2;
  border-color: transparent;
}

.input__field:checked + .input__radio:after {
  transform: scale(0.4);
}

.input__text {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 2em;
  line-height: 1;
  margin-left: 5px;
}

.input__text:before {
  background-color: #fff;
  width: 1.3em;
  height: 1.3em;
  border: 2px solid #b8cad3;
  border-radius: 0.2em;
}

.input__text:after {
  width: 0.5em;
  height: 1em;
  background-color: transparent;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  transform: translate3d(75%, -6%, 0) rotate(45deg) scale(0);
}

.input__radio {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1.5em;
  line-height: 1;
}

.input__radio:before {
  background-color: #b8cad3;
  border: 2px solid #b8cad3;
}

.input__radio:after {
  background-color: #fff;
  transform: scale(0.7);
}

.input__field:hover:checked + .input__radio:before {
  background-color: #27a8b4;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

.input__field:hover:checked + .input__text:before {
  background-color: #27a8b4;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

input:focus + .input__radio::before {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6) !important;
}

.checkbox_no_text {
  padding-left: 0;
}

.system_text {
  padding: 7px 6px 6px 0;
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.system_text.system_text_max-width {
  overflow: hidden;
  max-width: 88%;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
}

@media (max-width: 1200px) {
  .system_text.system_text_max-width {
    max-width: 80%;
  }
}

@media (max-width: 320px) {
  .system_text.system_text_max-width {
    max-width: 70%;
  }
}

.keyword__search {
  display: -webkit-inline-box;
}

.search-box:not(:focus) {
  text-indent: -5000px;
}

.search-box {
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  background: #F5F5F5;
  background: url(../images/fa-search.png) 0 0 no-repeat\9;
}

.search-box + label .fa {
  color: #111;
}

.keyword__search .fa-search {
  position: relative;
  left: -26px;
  color: white;
  cursor: pointer;
}

.search-box:hover {
  color: white;
  background: #c8c8c8;
  background: url(../images/fa-search.png) 0 0 no-repeat\9;
  box-shadow: 0 0 0 5px #F5F5F5;
}

.search-box:focus {
  transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
  border: solid 1px #00a0ff;
  outline: none;
  box-shadow: none;
  padding-left: 15px;
  cursor: text;
  width: 175px;
  border-radius: auto;
  background: #fff;
  color: black;
  position: absolute;
  left: 18px;
  top: 5px;
}

.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-row > [class*="col-"]:nth-of-type(1) {
  padding-left: 15px;
  padding-right: 5px;
}

.form-row > [class*="col-"]:nth-last-of-type(1) {
  padding-left: 5px;
  padding-right: 15px;
}

.flexbox_container {
  display: flex;
  flex-flow: row wrap;
}

.flexbox_container > * {
  flex: 1 100%;
}

.flexbox_claim_tit {
  width: 115px;
  float: left;
  padding-top: 10px !important;
  min-height: 40px;
  padding-right: 10px;
  border-left: 2px solid #4c87b9;
  background: #e9f3fc;
}

.flexbox_claim_wid {
  flex: 3 0;
  display: flex;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 35px;
}

.form_textarea {
  display: flex;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: fit-content;
  padding-bottom: 0px !important;
}

.form .form-bordered .form-group {
  border-bottom: none;
}

.form .form-bordered .form-group > div {
  padding: 5px;
  border-left: none;
}

.form-group .control-label {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.nopadding_right {
  padding-right: 0;
}

.search_box_btn_features {
  position: absolute;
  right: 20px;
  bottom: -10px;
}

.search_box {
  position: relative;
  margin-bottom: 15px;
}

.search_box_btn_more {
  position: absolute;
  right: 50%;
  bottom: -12px;
  z-index: 50;
}

.level-select-box {
  width: 100%;
}

.level-select-box-tr {
  -webkit-box-flex: 3;
  display: flex;
  flex: 3 0 0%;
}

.level-select-box .level-select {
  padding-right: 5px;
  -webkit-box-flex: 3;
  flex: 3 0 0%;
  display: flex;
  position: relative;
  padding-right: 5px;
  align-items: stretch;
  overflow: hidden;
}

.level-select-box .select2 {
  width: 100% !important;
}

.level-select-box-tr .level-select:last-of-type {
  padding-right: 0;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.bs-actionsbox .btn-group {
  display: block;
}

ul.select2-selection__rendered > li.select2-search:not(:first-child) {
  display: none;
}

ul.select2-selection__rendered > li.select2-selection__choice {
  display: block !important;
}

.select2-selection__rendered {
  height: 31px;
}

.select2-selection__choice__remove {
  display: none !important;
}

.lightboxfrom_nub {
  background-color: #2d2d2d;
  color: #fff !important;
  font-size: 15px;
  border-radius: 50% !important;
  display: inline-block;
  margin: 0px 5px 0px 0px;
  padding: 3px 7px;
  font-weight: 500;
}

.report_basics {
  padding-bottom: 5px;
}

.report_field {
  display: flex;
}

.report_field-th {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 5px !important;
  background-color: #F4F4F4;
  position: relative;
}

.report_field-th:last-of-type {
  margin-right: 0px;
}

.drag_box {
  border: dashed 1px #737373;
  padding: 5px;
  margin-right: -1px;
  margin-bottom: -1px;
  cursor: pointer;
}

.drag_box-dropdown-menu {
  position: absolute;
  left: 35%;
  z-index: 10;
  background-color: #fff;
  padding: 10px;
  margin: 0;
}

.drag_box-dropdown-menu li {
  list-style-type: none;
}

.notification-message-list {
  height: 500px;
  overflow: auto !important;
  overscroll-behavior: contain;
}

.top_page .drag_box {
  cursor: pointer;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.table.basic_table {
  table-layout: fixed;
}

.table.basic_table td {
  width: 100%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table.basic_table.table-text-showall td {
  word-break: unset;
  white-space: normal;
  overflow: auto;
  vertical-align: middle;
}

@media (max-width: 1399px) {
  .table.basic_table.table-text-showall td {
    overflow: hidden;
  }
}

.table.basic_table.no-scroll td {
  overflow: hidden !important;
}

.table-striped.table-hover.basic_table tr th:first-child {
  z-index: 15 !important;
}

.k-tooltip {
  background: white !important;
  color: black !important;
  box-shadow: 0px 2px 10px #b0b0b0;
}

.k-grid-content {
  max-height: 400px;
}

.k-grid-content table tbody input[type="radio"],
.k-grid-content table tbody input[type="checkbox"] {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-top: 0;
}

.k-grid-content table tbody label {
  margin-bottom: 0;
  padding-right: 8px;
}

.control-k-grid-height .k-grid-content {
  max-height: none;
}

.k-pager-wrap .k-pager-info {
  float: none !important;
}

.pagetool-top {
  margin-bottom: 3px;
  margin-top: -5px;
}

.pagetool-top select {
  border-radius: 4px;
  margin: 0 3px;
  border-color: #c3c4c5;
}

.error_alerts {
  overflow: hidden;
  padding: 5px 23px;
}

.error_alerts li {
  float: left;
  list-style-type: none;
  margin-right: 10px;
}

.error_alerts li a {
  text-decoration: underline;
}

.error_alerts li a:link {
  color: #428bca;
}

.error_alerts li a:visited {
  color: #737373;
}

.k-button {
  pointer-events: auto !important;
}

.k-grid-table-button .k-button {
  color: #727272;
}

.k-grid tr.has-error {
  background-color: #e73d4a33;
  color: #E21650;
}

.k-grid tr.has-error:hover {
  background-color: #e73d4a33 !important;
}

.k-grid td.has-error {
  border: solid 1px #e73d4a;
}

.required {
  color: #e73d4a;
}

.k-grid tr td {
  position: relative;
}

.k-dirty {
  top: 0;
  left: 0;
}

.has-error {
  border-color: #e73d4a;
}

.has-error:focus {
  border-color: #e73d4a !important;
}

.help-block-error {
  color: #e73d4a;
}

.list-error .help-block-error {
  position: absolute;
  left: 5px;
  z-index: 2;
  bottom: -18px;
}

.help-block {
  display: inline-block !important;
}

.print-error-message .col-md-3 .help-block {
  display: none !important;
}

.print-error-message .print-setting-help-block {
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
  position: relative;
  float: left;
  line-height: 1;
}

.print-error-message .print-setting-help-block label {
  position: absolute;
  color: #e73d4a;
  margin-top: 0.5px;
  font-size: 0.9em;
}

.authority-option {
  margin-bottom: 10px;
}

.authority-item > button {
  display: block !important;
}

.ticket-msg {
  height: 450px;
  overflow-y: auto;
  padding: 5px;
  margin: 20px 0;
}

.jstree-tool {
  position: absolute;
  right: 30px;
  top: 0;
  padding-top: 10px;
  color: #fff;
}

.jstree-tool a {
  color: #fff;
  padding: 0 5px !important;
}

.permission_bg {
  padding: 10px;
  overflow: hidden;
}

.permission_title {
  background-color: #fff;
  font-size: 1.25em;
  border-left: solid 4px #32c5d2;
  padding: 10px;
  margin: 0px;
}

.permission_list .mt-checkbox-outline {
  min-width: 140px;
}

.t-width {
  width: 250px;
  background-color: #FFF;
}

.t-width td,
.t-width th {
  padding: 5px;
}

.status__invalid {
  border: solid 2px #e7505a;
  padding: 4px 12px;
  color: #e7505a;
  transform-origin: right bottom;
  transform: rotate(-3deg);
  margin-left: 10px;
}

.month__list .input__text {
  width: 70px;
}

.fixedheader th {
  position: -webkit-sticky;
  position: sticky;
  top: 95px;
  z-index: 10;
}

.fixedheader2 th {
  position: -webkit-sticky;
  position: sticky;
  top: -11px;
  z-index: 10;
}

.enactment {
  margin-right: 2%;
  width: 100%;
  table-layout: fixed;
}

.enactment caption {
  padding: 10px 0 !important;
  margin: 0 !important;
}

.enactment th {
  padding: 5px;
  border: 1px solid #e7ecf1;
}

.enactment td {
  padding: 5px;
  border: 1px solid #e7ecf1;
}

.enactment tr:hover {
  background: none;
}

.enactment_th {
  text-align: center;
  width: 150px;
}

@media (max-width: 1199px) {
  .page-header.navbar {
    position: fixed;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .ERP-menu {
    width: 100%;
    max-height: 70vh !important;
  }
  .ERP-menu .navbar-nav .dropdown-menu {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .page-header.navbar .menu-toggler.responsive-toggler {
    display: none !important;
  }
  .mobile-hr {
    display: none;
  }
}

.box_contour {
  height: 66vh;
  overflow: auto;
}

.box_contour-5 {
  height: 66vh;
  overflow: auto;
}

.treelist-cotent-group {
  width: 100%;
}

.treelist_content {
  border: 1px #CCCCCC solid;
  border-radius: 4px;
  height: 350px;
}

.trans-button-group {
  padding-top: 200px;
  height: fit-content;
}

.trans-button-group .btn {
  font-size: 18px;
  padding: 12px 10px;
}

.report-list-left {
  height: 70vh;
  overflow-y: scroll;
  padding: 0 10px !important;
}

.report-list-left::-webkit-scrollbar {
  width: 5px;
}

.report-list-left::-webkit-scrollbar-thumb {
  background: #dbdbdb;
}

.report-list-left .report-list-title {
  background-color: #E9F3FC;
  width: 100%;
  text-align: left;
  color: #337AB7;
  margin-top: .5rem;
  border-radius: 0;
  position: relative;
  white-space: initial;
  padding-right: 20px;
}

.report-list-left .report-list-title:hover {
  background-color: #d3e7f9;
  color: #23527c;
}

.report-list-left .report-list-title i.fa-caret-down,
.report-list-left .report-list-title i.fa-caret-up {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.report-list-left .report-list-item {
  border: 1px solid #E9F3FC;
}

.report-list-left .report-list-item li {
  border-bottom: 1px solid #E9F3FC;
  padding-left: 1rem;
  padding-right: 0;
}

.report-list-left .report-list-item li:hover, .report-list-left .report-list-item li:focus {
  background-color: #f1f1f1;
}

.report-list-left .report-list-item li:hover a, .report-list-left .report-list-item li:focus a {
  text-decoration: none;
}

.report-list-left .single-report {
  background-color: #E9F3FC;
  margin-top: 5px;
  line-height: 1.65;
}

.report-list-left .single-report:hover, .report-list-left .single-report:focus {
  background-color: #d3e7f9;
}

.report-list-left .single-report:hover a, .report-list-left .single-report:focus a {
  text-decoration: none;
}

.report__list {
  padding: 0;
}

.report__list li {
  list-style-type: none;
}

.report__list li a {
  display: block;
  padding: 6px 12px;
}

.mt-timeline-content h3.mt-content-title {
  display: inline-block;
  margin-top: 0;
}

.mt-timeline-content hr {
  margin: 0;
}

.timeline-collapse {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #9fa0a2;
  color: #9fa0a2;
  margin: 3px !important;
  border-radius: 50%;
  padding: 0;
  font-size: 20px;
  line-height: 20px;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
}

.timeline-collapse:hover {
  color: #2d2d2d;
}

.mt-timeline-2 {
  padding: 0 150px;
}

.mt-timeline-icon {
  text-align: center;
  line-height: 80px;
  font-size: 17px;
  color: #fff;
}

.timeline-bg-active {
  background-color: #4bccd7 !important;
}

.timeline-container-active {
  border-color: #4bccd7 !important;
}

.timeline-container-active .mt-content-title {
  padding-top: 10px;
}

.timeline-container-active .mt-content::after {
  content: '當前單據';
  margin-left: 5px;
  display: block;
  padding-bottom: 15px;
}

.mt-item:nth-child(even) > .mt-timeline-content > .timeline-container-active:before {
  left: 40px;
  border-right: 10px solid #4bccd7 !important;
}

.mt-item:nth-child(odd) > .mt-timeline-content > .timeline-container-active:before {
  right: 40px;
  border-left: 10px solid #4bccd7 !important;
}

.mb0 {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .mb3 {
    margin-bottom: 3px !important;
  }
}

.timeline-table th {
  background-color: #4c87b9;
  color: #fff;
}

@media (max-width: 1199px) {
  .mt-timeline-2 {
    padding: 0;
  }
  .pd30 {
    padding: 5px 30px !important;
  }
  .mt-item:nth-child(odd) > .mt-timeline-content > .timeline-container-active:before {
    left: 70px;
    border-right: 10px solid #4bccd7 !important;
    border-left: none !important;
  }
  .mt-item:nth-child(even) > .mt-timeline-content > .timeline-container-active:before {
    left: 70px;
    border-right: 10px solid #4bccd7;
    border-left: none;
  }
}

#UploadFile button {
  vertical-align: top;
}

#UploadFile ul {
  padding-left: 0 !important;
}

#files {
  display: inline-block;
}

.upload-file-section {
  height: auto !important;
  white-space: normal;
}

@media (max-width: 1199px) {
  .upload-file-section button {
    padding: 6px;
  }
}

.upload-file-section li {
  list-style-type: none;
}

table tbody tr td a.btn {
  padding: 0 6px;
}

.k-state-selected td a {
  color: #fff;
}

.warning-message .help-block {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}

.custom-warning-message .help-block {
  position: absolute;
  right: 2px;
  z-index: 999;
}

.custom-warning-message-2 .help-block {
  position: absolute;
  right: 25px;
  z-index: 999;
  top: 2px;
}

.custom-warning-message-3 .help-block {
  position: absolute;
  right: 2px;
  top: -24px;
  z-index: 999;
}

.custom-warning-message-4 .help-block {
  position: absolute;
  z-index: 999;
  top: 21px;
  left: 3px;
  padding: 0 3px;
  background-color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

.custom-warning-message-4 .help-block:hover {
  overflow: visible;
  white-space: normal;
}

.input-group-addon {
  padding: 4px !important;
}

.profile-connection {
  text-align: center;
}

@media (min-width: 1200px) {
  .profile-usertitle-name {
    padding: 0 20px;
  }
}

.checkbox-text {
  line-height: 33px;
  margin-left: -6px;
}

.tab-content .screen-pr3,
.print-setting .screen-pr3 {
  padding-right: 3px !important;
}

@media (max-width: 1199px) {
  .tab-content .screen-pr3,
  .print-setting .screen-pr3 {
    padding-right: 15px !important;
  }
}

.tab-content .screen-pl3,
.print-setting .screen-pl3 {
  padding-left: 3px !important;
}

@media (max-width: 1199px) {
  .tab-content .screen-pl3,
  .print-setting .screen-pl3 {
    padding-left: 15px !important;
  }
}

.table-condensed td {
  vertical-align: middle !important;
}

#files {
  width: 100% !important;
}

#files li.file {
  padding: 10px !important;
  background-color: #f2f2f2;
  border-radius: 7px;
}

#files li.file a.download {
  color: #4f5a67 !important;
}

#files li.file a.download ins {
  margin-right: 10px;
}

#files li.file a.download span {
  padding-right: 5px !important;
}

#files li.file a.btnDel {
  float: right !important;
}

@media (max-width: 767px) {
  .mobile-login {
    height: 200px;
    overflow: hidden;
  }
}

.login_new {
  background-color: #ffffff;
}

.login_new .container-fluid {
  padding: 0;
}

.login_new .online-people {
  color: #9D9D9D;
  font-weight: 500;
}

.login_new .online-people i {
  margin-right: 6px;
}

.login_new h3 {
  font-weight: 500;
  margin-top: .5rem;
  margin-bottom: 25px;
  color: #363F54;
}

.login_new .col-md-5 {
  height: 100vh;
}

@media (max-width: 1199px) {
  .login_new .col-md-5 {
    height: 85vh;
  }
}

.login_new label {
  font-weight: 500;
  font-size: 16px;
}

.login_new .login-form {
  width: 65%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
  .login_new .login-form {
    width: 80%;
    top: 0;
    margin-top: 30px;
    transform: translateX(-50%);
  }
}

.login_new .login-form .login-input {
  outline: 0;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 12px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 4px !important;
  border: 1px solid #c2cad8;
}

.login_new .login-form .remember-me {
  color: #9192A0;
  margin-top: 12px;
}

.login_new .login-btn {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 4px !important;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 500 !important;
}

.login_new .login-copyright {
  text-align: center;
  bottom: 14px;
  position: absolute;
  left: 50%;
  font-size: 12px;
  transform: translateX(-50%);
  color: #9D9D9D;
}

.login_new .col-md-7 {
  padding: 0;
}

.login_new .slide-mask {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 65%);
}

.login_new .login-logo {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 60px;
  background-color: #fff;
  border-radius: 8px !important;
  padding: 12px;
}

@media (max-width: 1199px) {
  .login_new .login-logo {
    bottom: 8%;
    left: 8%;
    width: 50px;
    padding: 8px;
  }
}

.login_new .logo-title {
  position: absolute;
  bottom: calc(5% + 12px);
  left: calc(6% + 70px);
  color: #fff;
  margin: 0;
  font-size: 35px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .login_new .logo-title {
    font-size: 28px;
    left: calc(11% + 50px);
  }
}

.login_new .language {
  position: absolute;
  right: 0;
  display: block;
  padding: 20px;
}

.login_new .language a {
  color: #32c5d2;
}

.login_new .language .dropdown-menu {
  min-width: 160px;
  max-width: 325px;
  width: 200px;
  z-index: 8000;
  margin: -15px 0;
  right: 0;
  left: auto;
}

.login_new .language .dropdown-menu .dropdown-menu-list {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}

.login_new .language .dropdown-menu li {
  list-style-type: none;
}

.login_new .language .dropdown-menu li a {
  display: block;
  clear: both;
  font-weight: 300;
  line-height: 20px;
  white-space: normal;
  font-size: 15px;
  padding: 16px 15px 18px;
  text-shadow: none;
}

.login_new .language .dropdown-menu li a:hover {
  background: #f8f9fa;
  text-decoration: none;
}

.textfield-hint {
  position: absolute;
  z-index: 1;
  bottom: 27px;
  background-color: #fff;
  padding: 0 5px;
  margin-left: 4px;
  color: #a2a2a2;
  font-size: 0.9em;
}

@media (max-width: 1199px) {
  .textfield-hint {
    right: 10px;
    bottom: 8px;
    font-size: 1em;
  }
}

.slideshow {
  background: linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 65%);
  margin: auto;
  position: relative;
  overflow: hidden;
  height: 100vh;
}

@media (max-width: 1199px) {
  .slideshow {
    height: 15vh;
  }
}

.slideshow img {
  display: none;
  height: 100vh;
  width: auto;
  transition: 0.2s;
}

@media (max-width: 1199px) {
  .slideshow img {
    height: auto;
    position: absolute;
    bottom: -120px;
    width: -webkit-fill-available;
  }
}

.img-invalid {
  width: 180px;
  position: fixed !important;
  z-index: 5;
  top: 130px !important;
  right: 100px;
  transform: rotate(55deg);
}

.view-ordercode {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #6fa1cc;
  line-height: 33px;
  margin-left: 5px;
  cursor: pointer;
  font-size: 0.9em;
}

.ordercode {
  position: absolute;
  top: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 99;
  background-color: #000;
  opacity: 0.6;
  color: #fff;
  border-radius: 4px;
  padding: 0 10px;
  margin-top: -33px;
}

.ordercode.show {
  opacity: 1;
  color: #fff;
}

.table-break td {
  word-break: keep-all;
  white-space: nowrap;
}

.datepicker {
  z-index: 9999 !important;
}

.multi_menu ul {
  list-style-type: none;
  padding-inline-start: 0;
}

@media (min-width: 768px) {
  .multi_menu ul {
    display: none;
  }
}

@media (max-width: 767px) {
  .multi_menu ul {
    display: block;
  }
}

.multi_menu ul li {
  padding: 8px 16px;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
}

@media (max-width: 767px) {
  .multi_menu ul li {
    padding-left: 40px;
  }
}

.multi_menu ul li:hover {
  background: #f2f2f2;
}

.multi_menu ul li > a {
  color: #6f6f6f;
}

.multi_menu ul li > a:hover {
  text-decoration: none;
}

.multi_menu ul li > i {
  margin-right: 8px;
}

@media (min-width: 768px) {
  .multi_menu:hover > ul {
    display: block;
    position: absolute;
    top: 33px;
    left: -193px;
    width: 100%;
    box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
    border-radius: 4px;
  }
}

.modal-btn-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: none;
  background-color: #EEF1F6;
  padding: 4px 20px 0 20px;
  min-height: 45px;
}

.modal-btn-fixed-morebtn {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: none;
  background-color: #EEF1F6;
  padding: 4px 20px 0 20px;
}

.modal-btn-fixed-morebtn .page {
  display: inline-block;
}

.lightbox-page-fixed .page {
  padding-bottom: 7rem;
  position: fixed;
  bottom: -58px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}

.lightbox-page-fixed .page.bg {
  background: #FFF;
  width: 100%;
  padding-top: 10px;
}

.lightbox-list-total {
  position: fixed;
  bottom: 15px;
  right: 98px;
  z-index: 1;
}

.portlet-title {
  min-height: auto !important;
  margin-bottom: 8px !important;
}

.portlet-title.low-tabs ul {
  float: left !important;
}

.portlet-title.low-tabs ul li a {
  padding-top: 1px !important;
  padding-bottom: 5px !important;
}

.portlet-title {
  min-height: auto !important;
  margin-bottom: 8px !important;
}

.portlet-title.low-tabs2 {
  padding-left: 10px !important;
}

.portlet-title.low-tabs2 ul {
  float: left !important;
  margin-bottom: 8px !important;
  border-bottom: 1px solid #eee !important;
}

.portlet-title.low-tabs2 ul li {
  padding-top: 8px !important;
}

.portlet-title.low-tabs2 ul li a {
  font-size: 13px !important;
  padding-bottom: 5px !important;
}

.portlet-title2 {
  margin-bottom: 0 !important;
}

.portlet-box-half {
  padding-bottom: 20px !important;
}

.portlet-box-half {
  max-height: 51vh;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 5px;
  padding-bottom: 20px !important;
}

@media (max-width: 1700px) {
  .portlet-box-half {
    max-height: 42vh;
  }
}

.portlet-box-half::-webkit-scrollbar {
  width: 5px;
  height: 4px;
  background-color: #f5f5f5;
}

.portlet-box-half::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
}

.portlet-box-half::-webkit-scrollbar-track {
  background-color: #fff;
}

.portlet-box-half.flexbox_claim_wid {
  height: 41px;
}

.portlet-box-half-fullscreen.portlet-fullscreen {
  height: 80%;
}

.portlet-box-half-fullscreen.portlet-fullscreen .portlet-body {
  max-height: 95.5% !important;
}

.trace-choosed-text {
  line-height: 1.44;
  padding: 6px;
  float: left !important;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.cost_btnlist {
  border-right: 1px dashed #a2a2a2;
}

.cost_btnlist ul {
  padding-left: 15px;
}

.cost_btnlist li {
  list-style-type: decimal;
  padding: 5px;
}

.cost_btnlist li a {
  width: 80%;
  text-align: center;
  background-color: #e9f3fc;
  color: #4c87b9;
  box-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.2) !important;
}

.cost_btnlist li a:hover {
  color: #3b6d97;
  background-color: #dcecfa;
}

.cost_btnlist li a span {
  color: #eb5050;
  font-weight: bold;
}

.cost_btnlist li a.doing {
  background-color: #4c87b9;
  color: #fff;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.2) !important;
}

.cost_btnlist li span.cost_btn {
  width: 15%;
}

.cost_btnlist li .modal-dialog {
  top: calc(50% - 60px);
}

.cost_btnlist li .modal-content {
  padding: 30px;
}

.cost_btnlist i {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

.cost_btn_succ {
  color: #03b903;
  float: right;
  padding: 5px;
}

.cost_btn_error {
  color: #eb5050;
  float: right;
  padding: 5px;
}

.cost_btn_warning {
  color: #f7bd58;
  float: right;
  padding: 5px;
}

.cost-search h4 {
  margin: 0;
  padding-left: 6px;
}

.cost-search .col-md-3 {
  padding: 5px;
}

.cost-search .col-md-3:first-child {
  padding-left: 0;
}

.cost-search .col-md-3:last-child {
  padding-right: 0;
}

.cost-search .col-md-3 table {
  margin-bottom: 0;
  text-align: center;
}

.cost-search .col-md-3 table th {
  background-color: #989898;
}

.cost-search .col-md-3 table tr th:first-child,
.cost-search .col-md-3 table tr td:first-child {
  width: 34%;
}

.cost-search .col-md-3 table td {
  line-height: 2;
}

.cost-search .col-md-3 table td input {
  padding: 3px 6px;
  height: auto;
}

.level-list.control-k-grid-height tr {
  background-color: #fff !important;
}

.level-list.control-k-grid-height .k-state-selected {
  color: #fff !important;
  background-color: #428bca !important;
  border-color: #428bca !important;
}

@media (min-width: 768px) {
  .page-header.navbar .hor-menu .navbar-nav > li.mega-menu-dropdown.mega-menu-full .dropdown-menu {
    max-height: 80vh;
    overflow-y: scroll;
  }
}

.menu-v2 ul.dropdown-menu {
  width: fit-content !important;
  box-shadow: 0px 5px 5px 3px #ccc !important;
}

.menu-v2 .menu-lg-icon {
  width: fit-content !important;
  background: #EEF1F6 !important;
  width: 430px !important;
  height: fit-content;
  float: left;
}

.menu-v2 .menu-lg-icon .form-row > [class*="col-"] {
  padding-right: inherit;
  padding-left: inherit;
}

.menu-v2 .menu-lg-icon .form-row > [class*="col-"]:nth-of-type(1) {
  padding-left: inherit;
  padding-right: inherit;
}

.menu-v2 .menu-lg-icon .form-row > [class*="col-"]:nth-last-of-type(1) {
  padding-left: inherit;
  padding-right: inherit;
}

.menu-v2 .menu-lg-icon a.menu_second_floor {
  display: inline-block;
  color: #4f5a67;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  margin: 5px;
  text-decoration: none;
}

.menu-v2 .menu-lg-icon a.menu_second_floor i,
.menu-v2 .menu-lg-icon a.menu_second_floor svg {
  margin: 0 auto;
  margin-top: 8px;
  margin-bottom: 2px;
  display: block;
  height: 30px;
  color: #4f5a67 !important;
  fill: #4f5a67 !important;
}

.menu-v2 .menu-lg-icon a.menu_second_floor:hover {
  background: #fff;
  color: #4c87b9;
  fill: #4c87b9;
  text-decoration: none;
}

.menu-v2 .menu-lg-icon a.menu_second_floor:hover i,
.menu-v2 .menu-lg-icon a.menu_second_floor:hover svg {
  color: #4c87b9 !important;
  fill: #4c87b9 !important;
}

.menu-v2 .menu-lg-icon a.menu_second_floor.active {
  background: #4c87b9;
  color: #fff;
  width: 95%;
}

.menu-v2 .menu-lg-icon a.menu_second_floor.active fill i,
.menu-v2 .menu-lg-icon a.menu_second_floor.active svg {
  color: #fff !important;
  fill: #fff !important;
}

@media (max-width: 1199px) {
  .menu-v2 .menu-lg-icon {
    width: 100px !important;
    height: auto;
  }
  .menu-v2 .mega-menu-content {
    padding: 0 !important;
  }
  .menu-v2 .three_floor {
    width: 200px;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .menu-v2 .menu-lg-icon {
    width: 500px !important;
  }
}

@media (min-width: 360px) and (max-width: 768px) {
  .menu-v2 .menu-lg-icon {
    width: 200px !important;
  }
}

.menu-v2 .three_floor {
  display: inline-block;
  padding: 15px;
  margin-right: 15px;
}

.menu-v2 .three_floor .mega-menu_tit {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: none;
  margin: 10px 30px;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.menu-v2 .three_floor .mega-menu-submenu {
  margin: 0;
  padding-left: 30px;
}

.menu-v2 .three_floor .mega-menu-submenu li {
  list-style-type: none;
  padding: 10px 0;
}

.menu-v2 .three_floor .mega-menu-submenu li:hover > a {
  background: none !important;
  font-weight: bold;
  text-decoration: underline;
  color: #4c87b9 !important;
}

.menu-v2 .three_floor .mega-menu-submenu li a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #4c87b9 !important;
}

.portlet-fullscreen {
  z-index: 8010 !important;
}

.form-scrollx {
  overflow-x: scroll;
  overflow-y: hidden;
  cursor: pointer !important;
}

.form-scrollx::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f5f5f5;
}

.form-scrollx:hover::-webkit-scrollbar {
  height: 9px;
}

.form-scrollx::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
}

.form-scrollx::-webkit-scrollbar-track {
  background-color: #fff;
}

.form-scrollx.flexbox_claim_wid {
  height: 40px;
}

.form-scrollx ul.select2-selection__rendered {
  display: inline !important;
}

.form-scrollx ul.select2-selection__rendered li.select2-selection__choice {
  display: inline-block !important;
  float: none;
}

.gljournal-form {
  display: inline-block;
  max-width: 88%;
  margin-top: 6px;
  white-space: normal;
}

@media (max-width: 1400px) {
  .gljournal-form {
    max-width: 70%;
  }
}

@media (max-width: 1200px) {
  .gljournal-form {
    max-width: 55%;
  }
}

.gljournal-form a {
  display: inline-block;
}

.fab-document-setting .leftbox-body {
  height: 240px !important;
  overflow-y: scroll;
}

@media (min-width: 1600px) {
  .fab-document-setting .leftbox-body {
    height: 420px !important;
  }
}

.fab-document-setting .panel-group {
  margin-bottom: 0;
}

.fab-document-setting .panel {
  border: 1px solid #32c5d2;
  margin-top: 0;
}

.fab-document-setting .panel .panel-heading {
  background-color: #32c5d2;
}

.fab-document-setting .panel .panel-heading a {
  color: #fff;
  display: inline-block;
  width: 100%;
  margin-bottom: 0 !important;
}

.fab-document-setting .panel .panel-heading a span {
  float: right;
}

.fab-document-setting .panel .panel-body {
  height: 240px !important;
  overflow-y: scroll;
}

@media (min-width: 1600px) {
  .fab-document-setting .panel .panel-body {
    height: 420px !important;
  }
}

.fab-document-setting .panel .panel-collapse {
  max-height: 240px !important;
}

@media (min-width: 1600px) {
  .fab-document-setting .panel .panel-collapse {
    max-height: 420px !important;
  }
}

.list-img {
  width: 50px;
  height: 40px;
  object-fit: cover;
}

.list-img:hover {
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
}

.flex-table-bar {
  position: relative;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.flex-table [class^='flex-table--'] {
  display: -webkit-box;
  display: -ms-flexbox;
}

.flex-table [class^='flex-table--']:not(.flex-table--body):not(.flex-table--header) {
  padding: 0.55rem 0.3rem;
  width: max-content;
}

.flex-table .flex-table--header {
  background: #4c87b9;
  text-transform: uppercase;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff !important;
}

.flex-table .flex-table--header .flex-table--categories a {
  color: #fff;
}

.flex-table .scroller {
  overflow-x: auto;
}

.flex-table .flex-table--body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #111;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-table .flex-table--body .separator-code a {
  word-break: break-all;
}

.flex-table .flex-table--body .separator-notOffsetAmount,
.flex-table .flex-table--body .separator-total {
  text-align: right;
}

.flex-table .flex-table--body .separator-notOffsetAmount span,
.flex-table .flex-table--body .separator-total span {
  display: inline-block !important;
  min-width: 56px !important;
  width: auto !important;
}

.flex-table .flex-table--body .spearator-for-number {
  text-align: right;
}

.flex-table .flex-table--body .spearator-for-number span {
  display: inline-block !important;
  min-width: 56px !important;
  width: auto !important;
}

.flex-table .flex-table--row {
  position: relative;
  border-bottom: solid 1px #dee2e6;
}

.flex-table .flex-table--row:nth-child(odd) {
  background-color: #fbfcfd;
}

.flex-table .flex-table--row:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.scenes::-webkit-scrollbar,
.scroller::-webkit-scrollbar {
  display: none;
}

.LCGD2-grid .separator {
  cursor: e-resize;
  float: right;
  background-color: rgba(255, 255, 255, 0.5);
  width: 1px;
  margin: 0px 4px;
}

.custom_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #495057;
  font-size: 0.75rem;
  text-align: center;
  padding-bottom: 10px;
}

.custom_pagination > * {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.custom_pagination .page-select {
  margin-right: 10px;
}

.custom_pagination .limit-select {
  margin: 0 10px;
}

.custom_pagination select {
  width: auto !important;
}

.custom_pagination select.pagesize {
  width: auto !important;
}

.custom_pagination .label {
  margin-right: 10px;
}

.custom_pagination .btn-link {
  margin: auto;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  height: 24px;
  width: 24px;
  min-height: 24px;
  min-width: 24px;
}

.custom_pagination .btn-link i {
  line-height: 24px;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.flex-table-area .flex-table--header .flex-table--categories .cell a {
  user-select: text;
}

.flex-table-area .flex-table-setbox {
  padding: .25rem .75rem;
  position: absolute;
  right: 0;
  bottom: -36px;
}

.flex-table-area .portlet {
  position: relative;
}

.flex-table-area .overflow-hidden {
  overflow: hidden;
}

.flex-table-area .portlet-body {
  padding-top: 0 !important;
}

.flex-table-area .custom_pagination .limit-select,
.flex-table-area .custom_pagination .page-select {
  margin: 0;
}

.flex-table-area .custom_pagination .label {
  color: #000;
  margin-right: 0;
}

.flex-table-area .custom_pagination .pagesize,
.flex-table-area .custom_pagination .changepage {
  padding: 0;
  height: auto;
}

.flex-table-area .flex-table--header .cell {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.flex-table-area .flex-table--row .cell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flex-table-area .close-flex-table--header-overflow .flex-table--header {
  overflow: inherit;
}

.fancybox--pop-box {
  background-color: #fff;
  overflow-x: auto;
  margin-bottom: 100px;
}

.fancybox--pop-box .modal-body {
  margin-bottom: 0;
}

.fancybox--pop-box .f-list-box {
  border: 1px solid #EEF1F6;
}

.fancybox--pop-box table {
  margin-bottom: 0;
}

.fancybox--pop-box table thead {
  background-color: #4c87b9;
  color: #fff;
}

.fancybox--pop-box table tbody tr:nth-of-type(odd) {
  background-color: #fff !important;
}

.fancybox--pop-box table tbody th,
.fancybox--pop-box table tbody td {
  vertical-align: middle !important;
  text-align: center;
}

#form-modify-lcdev .modal-footer {
  position: fixed;
  background-color: #fff;
  bottom: 0;
  width: 100%;
}

.qrcode_bg {
  background: #e6e6e6;
  border: 1px dashed #363636;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 70px;
}

.qrcode_bg .title {
  width: 100%;
  text-align: center;
  margin-top: -40px;
  padding-bottom: 20px;
}

.qrcode_bg .title span {
  background: #32c5d2;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  padding: 5px 10px;
  border-radius: 30px;
}

.qrcode_bg .finish_txt {
  color: #ff0000;
  border-bottom: 1px solid #8d8d8d;
  padding: 10px;
}

.qrcode_bg .mobile_i {
  position: absolute;
  top: 30px;
  left: 10px;
}

.qrcode_bg .mobile_txt {
  margin-left: 50px;
  margin-top: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.2195rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.10975rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #009CB2;
  background-color: #009CB2;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 178, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 178, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #33e6ff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #66ecff;
  border-color: #66ecff;
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.12rem;
  left: -1.3rem;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.12rem;
  left: -1.3rem;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #009CB2;
  background-color: #009CB2;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 156, 178, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 156, 178, 0.5);
}

.input-exchangerate input.k-formatted-value:first-child {
  border-right: 1px solid #CCC;
}

.input-exchangerate #FeesCurrencyRate {
  background-color: #fff;
}

.invoice-list .portlet {
  height: 61vh;
}

@media (min-width: 1600px) {
  .invoice-list .portlet {
    height: 70vh;
  }
}

.invoice-list .portlet-body {
  height: 51vh;
}

@media (min-width: 1600px) {
  .invoice-list .portlet-body {
    height: 60vh;
  }
}

.invoice-list .k-grid-content {
  height: 78% !important;
}

@media (min-width: 1600px) {
  .invoice-list .k-grid-content {
    height: 86% !important;
  }
}

.invoice-list .k-treelist {
  height: 112% !important;
  overflow: hidden;
}

.flex-content {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.account-info {
  margin-bottom: 10px;
}

.account-info .form-group {
  margin: 0;
}

.account-info .p-2 {
  padding: 10px;
}

.account-info .profile-desc-title {
  color: #000;
  font-size: 1.5rem;
}

.account-info .border-left {
  border-left: 1px solid #ccc;
}

.timeline-settings {
  margin-top: 25px;
}

.timeline-settings .active {
  background: #4c87b9;
  height: 0.5rem;
  float: left;
  position: relative;
}

.timeline-settings .inactive {
  background: #eee;
  height: 0.5rem;
  float: left;
  position: relative;
}

.timeline-settings .start {
  height: 1rem;
  width: 1rem;
  position: absolute;
  right: 0;
  background: #3b6d97;
  border-radius: 50%;
  top: -0.3125rem;
  right: -0.625rem;
  z-index: 5;
}

.timeline-settings .start span {
  position: absolute;
  font-size: 0.8rem;
  width: 200px;
  right: -95px;
  top: 15px;
  text-align: center;
}

.timeline-settings .inactive-start {
  height: 1rem;
  width: 1rem;
  position: absolute;
  right: 0;
  background: #d5d5d5;
  border-radius: 50%;
  top: -0.3125rem;
  right: -0.625rem;
  z-index: 5;
}

.timeline-settings .inactive-start span {
  position: absolute;
  font-size: 0.8rem;
  width: 200px;
  right: -95px;
  top: 15px;
  text-align: center;
}

.timeline-settings .form-control {
  width: 50px;
  margin: 0 auto !important;
}

.timeline-settings .remark-day {
  position: absolute;
  color: #7a7a7a;
  margin-top: -20px;
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 0.9rem;
}

.timeline-block {
  margin-left: 115px;
  margin-top: 5px;
  display: block;
  height: 110px;
  padding: 10px;
}

.timeline-block .settings {
  display: block;
}

.timeline-block .settings .title {
  padding: 7px;
}

.timeline-height {
  height: 120px;
}

.arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid;
  border-width: 9px 0 9px 11px;
  border-color: transparent transparent transparent #006687;
}

.swal2-icon {
  border-radius: 50% !important;
}

.page-single-row {
  height: 40px;
}

.page-single-row .p-5 {
  padding: 5px;
}

.page-single-row .total-text {
  display: inline-block;
}

.page-single-row .button-right {
  padding-left: 57px;
  position: absolute;
  right: 20px;
  top: 5px;
  float: right;
  display: block;
}

.page-single-row .button-right .ml {
  margin-left: 5px;
}

.flex-table--categories {
  background-color: #4c87b9;
}

.flex-table--categories .custom-control .dropdown-menu {
  left: 25px;
}

.overflow-auto {
  overflow: auto;
}

.overflow-unset {
  overflow: unset !important;
}

.bgc-table-header-color {
  background: #4c87b9 !important;
}

.custom-kendo-checkbox-label-before-left-4:before {
  position: absolute;
  left: -20px !important;
}

.dropDown-arrow-revise .select2-selection--single .select2-selection__arrow {
  top: 8px;
}

.menu-icon-df {
  background-image: url("../images/layout/manu-icon-df.svg");
  width: 120px;
  height: 78px;
  margin: 10px 20px 20px 20px;
}

.menu-icon-2 {
  background-image: url("../images/layout/manu-icon-2.svg");
  width: 120px;
  height: 78px;
  margin: 10px 20px 20px 20px;
}

.table-step-label {
  display: flex;
  align-items: center;
  margin-right: 6rem;
}

.table-step-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  margin-right: 1rem;
}

.search-results-table-th {
  background-color: #4c87b9;
  color: #fff;
}

.list-content-page_height {
  overflow: auto;
  max-height: 72vh;
}

@media (min-width: 1920px) {
  .list-content-page_height {
    max-height: 82vh;
  }
}

.filter-border-outline {
  border: 1px solid #32c5d2;
  border-radius: 5px;
  padding: 8px 16px;
  border-left: 3px solid #32c5d2;
}

.capacity-query-card-container {
  position: relative;
  display: flex;
  gap: 0.8rem;
  overflow: auto;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
}

@media (min-width: 1200px) {
  .capacity-query-card-container {
    overflow: visible;
  }
}

.capacity-query-card-container .capacity-card-list {
  border-radius: 0.8rem;
  min-width: 19.6rem;
  min-height: fit-content;
  position: relative;
  background-color: #fff;
  font-size: 2rem;
}

.capacity-query-card-container .card-header {
  color: #244076;
  font-weight: 500;
  margin: 0;
  padding: 0.8rem;
  background-color: #fff;
  border-radius: 0.8rem 0.8rem 0 0;
}

.capacity-query-card-container .card-header .date {
  line-height: 1.2;
}

.capacity-query-card-container .card-header i {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  margin-right: 1px;
  color: #fff;
  background: #32c5d2;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  margin-right: 5px;
  font-size: 1.4rem;
}

.capacity-query-card-container .card-header-bar {
  height: 2rem;
  width: 0.4rem;
  background-color: #244076;
  display: flex;
  margin-right: 0.8rem;
}

.capacity-query-card-container .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
  padding-inline: 0.8rem;
  margin-bottom: 0.8rem;
}

.capacity-query-card-container .card {
  padding: 1.2rem;
  border: 1px solid #d8d8d8;
  border-radius: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}

.capacity-query-card-container .card .card-title {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0;
}

.capacity-query-card-container .card-text.red {
  color: #C13213;
}

/* ======================================
  --> Card Tooltip Styles
========================================= */
.card.card-lg-redirect {
  position: relative;
}

/* Tooltip 主容器樣式 */
.card-tooltip {
  display: none;
  position: absolute;
  top: 50%;
  left: 105%;
  transform: translateY(-50%);
  width: 320px;
  padding: 1rem;
  background-color: #3d3d3d;
  color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 100;
  font-size: 1.5rem;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  visibility: hidden;
}

.card.card-lg-redirect:hover .card-tooltip {
  display: block;
  opacity: 1;
  visibility: visible;
}

.tooltip-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}

/* 標籤文字樣式 */
.tooltip-label {
  color: #dcdcdc;
}

/* 數值文字樣式 */
.tooltip-value {
  font-weight: bold;
}

.tooltip-divider {
  border: 0;
  border-top: 1px solid #6c757d;
  margin: 0.5rem 0;
}

.tooltip-item .final-value {
  font-size: 2rem;
}

/* Tooltip 箭頭 */
.card-tooltip::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent #3d3d3d transparent transparent;
}

/*# sourceMappingURL=custom.css.map */
