* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }
  *::-webkit-input-placeholder {
    color: #aaa;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif; }
  *:-moz-placeholder {
    color: #aaa;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif; }
  *::-moz-placeholder {
    color: #aaa;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif; }
  *:-ms-input-placeholder {
    color: #aaa;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif; }

object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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: none;
  outline: none;
  vertical-align: baseline;
  background: transparent;
  line-height: inherit;
  color: inherit;
  font-family: inherit; }

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 #cccccc;
  margin: 20px 0;
  padding: 0; }

input, select {
  vertical-align: middle;
  color: #555;
  letter-spacing: .5px;
  font-size: 18px; }

a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: none; }

ol, ul, li {
  padding: 0;
  list-style: none;
  margin: 0; }

label {
  font-weight: normal; }

input[type="text"], input[type="email"], input[type="password"] {
  padding-left: 5px;
  padding-right: 5px; }

select {
  padding-left: 8px;
  cursor: pointer; }

input[type="number"] {
  padding-left: 5px; }

textarea {
  padding: 8px 5px 8px 5px; }

input, textarea, select, button, a, button:hover, button:active, button:focus {
  outline: none; }

button {
  border: none;
  background: none; }

input[type="password"], input[type="email"], input[type="text"], textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none; }

img {
  max-width: 100%;
  vertical-align: middle;
  object-fit: cover; }

body {
  width: 100%;
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px;
  color: #555;
  letter-spacing: .5px;
  line-height: 1.2;
  overflow-x: hidden;
  background: #13AAF0 url(../images/bg.jpg) repeat; }

input, select {
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

li {
  list-style: none; }

b {
  font-weight: 600;
  color: #555; }

a {
  letter-spacing: inherit;
  display: inline-block;
  line-height: inherit;
  color: #555; }

button {
  cursor: pointer;
  font-size: 12px;
  font-family: inherit; }

button:hover, a:hover {
  text-decoration: none;
  opacity: .8; }

button[disabled="disabled"] {
  background-color: #888 !important;
  color: #fff !important;
  cursor: auto !important;
  opacity: 1 !important; }

select {
  outline: none; }

select:focus {
  outline-style: dotted;
  outline-width: 1px; }

input:disabled, select:disabled {
  background-color: #d4d6dc !important; }

.wrap {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  webkit-overflow-scrolling: touch;
  scrollbar-color: rgba(150, 150, 150, 0.6) #fff;
  /*fire fox 64*/
  scrollbar-width: thin;
  /*fire fox 64*/ }
  .wrap::-webkit-scrollbar {
    width: 3px;
    background-color: transparent; }
  .wrap::-webkit-scrollbar-thumb {
    background-color: rgba(150, 150, 150, 0.6); }
  .wrap::-webkit-scrollbar-track {
    background-color: #fff; }
  .wrap form {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 35px; }
    .wrap form > div, .wrap form > p {
      margin-bottom: 5px;
      margin-top: 5px; }
    .wrap form .table-box {
      margin-top: 10px;
      margin-bottom: 10px; }

footer {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 30px;
  z-index: 30; }
  footer p {
    font-size: 10px;
    padding: 10px 5px;
    text-align: center;
    color: inherit; }
    footer p a {
      color: inherit; }
  footer p:hover {
    color: inherit; }

h1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px; }

.notice {
  color: #f11f00;
  font-size: 70%; }

.hiden-td {
  display: none !important; }

.main-table {
  border: 1px solid #555; }
  .main-table td, .main-table th {
    border: 1px solid #555;
    vertical-align: middle;
    text-align: center; }
  .main-table tfoot td {
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 600; }
  .main-table th {
    padding: 10px 5px; }
    .main-table th i {
      font-weight: normal;
      display: inline-block; }
      .main-table th i font {
        padding-right: 4px;
        position: relative; }
      .main-table th i sub {
        font-size: 60%;
        position: absolute;
        top: -2px;
        right: 0; }
    .main-table th span {
      display: inline-block; }
      .main-table th span font {
        padding-right: 4px;
        position: relative; }
      .main-table th span sub {
        font-size: 60%;
        position: absolute;
        top: -2px;
        right: 0; }
  .main-table tbody td:nth-child(6) input, .main-table tbody td:nth-child(7) input {
    max-width: 115px;
    width: 100%; }
  .main-table tbody td:nth-child(9), .main-table tbody td:nth-child(10) {
    padding-right: 5px;
    padding-left: 5px; }

input {
  box-shadow: none !important;
  border: 1px solid #555;
  outline: none !important;
  background-color: #fff; }

.declaration-number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%; }
  .declaration-number > div {
    padding-right: 10px;
    padding-left: 10px; }
  .declaration-number #tick-number {
    width: 45px; }
  .declaration-number .btn {
    margin-right: 5px;
    margin-left: 5px; }

.profile-box, #agency-profile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap; }
  .profile-box > div, #agency-profile > div {
    width: 50%;
    margin-top: 5px;
    margin-bottom: 5px; }
    .profile-box > div label, #agency-profile > div label {
      display: inline-block;
      max-width: 50%;
      width: 215px; }
    .profile-box > div input, .profile-box > div select, #agency-profile > div input, #agency-profile > div select {
      max-width: 50%;
      width: calc(100% - 225px); }
    .profile-box > div .mst-box, #agency-profile > div .mst-box {
      max-width: 50%;
      width: calc(100% - 225px); }
      .profile-box > div .mst-box input, #agency-profile > div .mst-box input {
        max-width: none;
        width: 100%; }

.table-box {
  overflow-x: auto;
  webkit-overflow-scrolling: touch;
  scrollbar-color: rgba(150, 150, 150, 0.6) #fff;
  /*fire fox 64*/
  scrollbar-width: thin;
  /*fire fox 64*/ }
  .table-box::-webkit-scrollbar {
    width: 3px;
    background-color: transparent; }
  .table-box::-webkit-scrollbar-thumb {
    background-color: rgba(150, 150, 150, 0.6); }
  .table-box::-webkit-scrollbar-track {
    background-color: #fff; }

.main-table {
  font-size: 14px; }
  .main-table input, .main-table select {
    font-size: 14px;
    border: none;
    min-width: 100%; }
  .main-table .btn {
    margin: 5px;
    height: 20px;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .main-table .btn.btn-minus {
    padding-top: 9px;
    padding-bottom: 11px; }

.btn {
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0);
  color: white;
  border-radius: 999px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear; }

.btn-green {
  background-color: #6fc462; }

.btn-red {
  background-color: #f11f00; }

.btn-blue {
  background-color: #008cfc; }

.btn-yealow {
  background-color: #ffa500; }

#submit-tk {
  font-size: 12px;
  display: inline-block; }
  #submit-tk:hover {
    color: white; }

.mst-box {
  display: inline-flex;
  align-items: center; }
  .mst-box .btn {
    margin-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    height: 30px; }

#btn-search {
  display: none; }

.modal {
  position: fixed;
  z-index: 50;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none; }
  .modal .up-load-box {
    width: 100%; }

.modal-black-drop {
  background-color: rgba(32, 37, 39, 0.75);
  width: 100%;
  height: 100%;
  position: absolute; }

.modal-dialog {
  width: 100%;
  background-color: #fff;
  max-width: 800px;
  padding: 30px 20px;
  position: absolute;
  z-index: 52;
  top: 30px;
  left: 50%;
  border-radius: 10px;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

.modal-body p {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px; }
.modal-body .fex-input-upload {
  margin-bottom: 10px;
  margin-top: 10px; }

.up-load-box .btn {
  margin-right: auto;
  margin-left: auto; }

.fex-input-upload {
  position: relative;
  text-align: center; }
  .fex-input-upload label {
    font-size: 12px;
    display: inline-flex;
    cursor: pointer; }
    .fex-input-upload label:hover {
      opacity: .8; }
  .fex-input-upload span {
    display: inline-block;
    padding-left: 5px;
    opacity: .8; }
  .fex-input-upload input {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    visibility: hidden; }

.close {
  font-size: 26px;
  position: absolute;
  top: 5px;
  right: 10px;
  line-height: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #555; }
  .close .sr-only {
    position: absolute;
    -webkit-visibility: hidden;
    -moz-visibility: hidden;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    font-size: 12px;
    padding: 5px;
    background-color: #fff;
    border-radius: 10px; }
  .close:hover .sr-only {
    -webkit-visibility: visible;
    -moz-visibility: visible;
    visibility: visible; }

#preloader {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .8; }
  #preloader img:first-child {
    width: 55px;
    position: absolute;
    animation: around 1.5s;
    -moz-animation: around 1.5s;
    -webkit-animation: around 1.5s;
    -o-animation: around 1.5s;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -o-animation-timing-function: linear; }

@media (max-width: 1024px) {
  body {
    font-size: 12px; }

  h1 {
    font-size: 22px; }

  .main-table {
    font-size: 12px; }
    .main-table input, .main-table select {
      font-size: 12px; }

  input, select {
    font-size: 12px; }

  .profile-box > div label, #agency-profile > div label {
    width: 150px; }

  .notice {
    font-size: 10px; } }
@media (max-width: 625px) {
  h1 {
    font-size: 20px; }

  .profile-box > div, #agency-profile > div {
    width: 100%; }
    .profile-box > div input, .profile-box > div select, #agency-profile > div input, #agency-profile > div select {
      max-width: none;
      width: calc(100% - 160px); }
    .profile-box > div .mst-box, #agency-profile > div .mst-box {
      max-width: none;
      width: calc(100% - 160px); } }
@media (max-width: 375px) {
  h1 {
    font-size: 18px; }

  .profile-box > div label, #agency-profile > div label {
    width: auto; }
  .profile-box > div input, .profile-box > div select, #agency-profile > div input, #agency-profile > div select {
    width: 100%; }
  .profile-box > div .mst-box, #agency-profile > div .mst-box {
    width: 100%; } }
@keyframes around {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes around {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes around {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes around {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg); } }

/*# sourceMappingURL=main.css.map */
