.vuejs-pagination {
  display: flex;
  padding-left: 0 !important;
  margin: 0 auto;
  border-radius: 4px;
  outline: none;
  font-size: 16px;
  justify-content: center;
  align-items: center;
}
.vuejs-pagination > li:first-child,
.vuejs-pagination > li:last-child {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  /* border: 1px solid #0d6efd; */
  padding: 0;
}
.vuejs-pagination > li {
  display: inline;
}
.vuejs-pagination > li > a,
.vuejs-pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 10px;
  margin-left: 0px;
  line-height: 1.42857143;
  color: black;
  text-decoration: none;
  background-color: #fff;
  height: 30px;
}
/* .vuejs-pagination > li:first-child > a,
.vuejs-pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.vuejs-pagination > li:last-child > a,
.vuejs-pagination > li:last-child > span {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
} */
.vuejs-pagination > li > a:hover,
.vuejs-pagination > li > span:hover {
  z-index: 3;
  background-color: #ddd;
}
.vuejs-pagination > li > a:focus,
.vuejs-pagination > li > span:focus {
  outline: none;
}
.vuejs-pagination > .active > a,
.vuejs-pagination > .active > span,
.vuejs-pagination > .active > a:hover,
.vuejs-pagination > .active > span:hover,
.vuejs-pagination > .active > a:focus,
.vuejs-pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #1d50a2;
  border-color: #1d50a2;
}
vuejs-pagination-lg > .disabled > span,
.vuejs-pagination > .disabled > span:hover,
.vuejs-pagination > .disabled > span:focus,
.vuejs-pagination > .disabled > a,
.vuejs-pagination > .disabled > a:hover,
.vuejs-pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.vuejs-pagination-lg > li > a,
.vuejs-pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
/* .vuejs-pagination-lg > li:first-child > a,
.vuejs-pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.vuejs-pagination-lg > li:last-child > a,
.vuejs-pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
} */
.vuejs-pagination-sm > li > a,
.vuejs-pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
/* .vuejs-pagination-sm > li:first-child > a,
.vuejs-pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.vuejs-pagination-sm > li:last-child > a,
.vuejs-pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
} */
.vuejs-pagination .page-link {
  padding: 0 !important;
  border: 1px solid #0d6efd;
}
.vuejs-pagination .page-link:focus {
  box-shadow: none !important;
  border-color: transparent !important;
  outline: none;
}
.vuejs-pagination .page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  /* border: 1px solid #0d6efd; */
  border: none;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 30px;
}
.vuejs-pagination > li:first-child {
  /* border-top-left-radius: 15px;
  border-bottom-left-radius: 15px; */
  border-right: 1px solid gray;
}
.vuejs-pagination > li:last-child {
  /* border-top-right-radius: 15px;
  border-bottom-right-radius: 15px; */
  border-left: 1px solid gray;
}

/* .vuejs-pagination > li:first-child > a {
  background-image: url('../images/icon/active-left-arrow.png');
  background-size: 10px;
  background-position: 10px 12px;
}

.vuejs-pagination > li:last-child > a {
  background-image: url('../images/icon/active-right-arrow.png');
  background-size: 10px;
  background-position: 45px 12px;
}

.vuejs-pagination > .disabled:first-child > a {
  background-image: url('../images/icon/left-arrow.png');
  background-size: 10px;
  background-position: 10px 12px;
}

.vuejs-pagination > .disabled:last-child > a {
  background-image: url('../images/icon/right-arrow.png');
  background-size: 10px;
  background-position: 45px 12px;
}



.vuejs-pagination > .arrow-icon:last-child > a {
  background-image: url('../images/icon/active-right-arrow.png');
  background-size: 10px;
  background-position: 35px 12px;
}

.vuejs-pagination > .arrow-icon.disabled:last-child > a {
  background-image: url('../images/icon/right-arrow.png');
  background-size: 10px;
  background-position: 35px 12px;
} */
.vuejs-pagination > .arrow-icon > a {
  background-image: none;
}

.c-blue[data-v-7c5eaff9]{color:#1d50a2}.c-black[data-v-7c5eaff9]{color:#333}.c-white[data-v-7c5eaff9]{color:#fff}.c-text-black[data-v-7c5eaff9]{color:#333}.c-text-gray[data-v-7c5eaff9]{color:#666}.c-text-lightgray[data-v-7c5eaff9]{color:#999}.c-text-red[data-v-7c5eaff9]{color:#ea2e2e}.c-text-lightblue[data-v-7c5eaff9]{color:#3c96f0}.c-lightgray[data-v-7c5eaff9]{color:#f5f5f5}.bg-blue[data-v-7c5eaff9]{background-color:#1d50a2}.bg-white[data-v-7c5eaff9]{background-color:#fff}.bg-gray[data-v-7c5eaff9]{background-color:#556773}.bg-yellow[data-v-7c5eaff9]{background-color:#fff200}.bg-light-10-black[data-v-7c5eaff9]{background-color:#4d4d4d}.bg-light-5-blue[data-v-7c5eaff9]{background-color:#215bb8}.bg-light-10-blue[data-v-7c5eaff9]{background-color:#2565cd}.bg-light-15-blue[data-v-7c5eaff9]{background-color:#3172da}.bg-light-20-blue[data-v-7c5eaff9]{background-color:#4781de}.bg-light-40-blue[data-v-7c5eaff9]{background-color:#9dbcee}.bg-alsok-blue[data-v-7c5eaff9]{background-color:#1d50a2}.bg-alsok-blue-black[data-v-7c5eaff9]{background-color:#153b77}.bg-alsok-yellow[data-v-7c5eaff9]{background-color:#fff200}.bg-link[data-v-7c5eaff9]{background-color:#328ceb}.bg-lightblue[data-v-7c5eaff9]{background-color:#d2d9e9}.bg-button-gray[data-v-7c5eaff9]{background-color:#f3f3f3}.bg-button-red[data-v-7c5eaff9]{background-color:#ea2e2e}.bg-button-lightgray[data-v-7c5eaff9]{background-color:#f5f5f5}.bg-button-lightgreen[data-v-7c5eaff9]{background-color:#00c8cd}.bg-bluegray-0[data-v-7c5eaff9]{background-color:#e7eaef}p[data-v-7c5eaff9]{margin:0}.font-weight-bold[data-v-7c5eaff9]{font-weight:bold}.font-size-title[data-v-7c5eaff9]{font-size:18px}.font-size-text[data-v-7c5eaff9]{font-size:16px}.font-size-min[data-v-7c5eaff9]{font-size:12px}.rounded_2[data-v-7c5eaff9]{border-radius:1px}.rounded_4[data-v-7c5eaff9]{border-radius:2px}.rounded_6[data-v-7c5eaff9]{border-radius:3px}.rounded_8[data-v-7c5eaff9]{border-radius:4px}.rounded_10[data-v-7c5eaff9]{border-radius:5px}.rounded_12[data-v-7c5eaff9]{border-radius:6px}.rounded_14[data-v-7c5eaff9]{border-radius:7px}.rounded_16[data-v-7c5eaff9]{border-radius:8px}.rounded_18[data-v-7c5eaff9]{border-radius:9px}.rounded_20[data-v-7c5eaff9]{border-radius:10px}.rounded_22[data-v-7c5eaff9]{border-radius:11px}.rounded_24[data-v-7c5eaff9]{border-radius:12px}.rounded_26[data-v-7c5eaff9]{border-radius:13px}.rounded_28[data-v-7c5eaff9]{border-radius:14px}.rounded_30[data-v-7c5eaff9]{border-radius:15px}.rounded_32[data-v-7c5eaff9]{border-radius:16px}.rounded_34[data-v-7c5eaff9]{border-radius:17px}.rounded_36[data-v-7c5eaff9]{border-radius:18px}.rounded_38[data-v-7c5eaff9]{border-radius:19px}.rounded_40[data-v-7c5eaff9]{border-radius:20px}.rounded_42[data-v-7c5eaff9]{border-radius:21px}.rounded_44[data-v-7c5eaff9]{border-radius:22px}.rounded_46[data-v-7c5eaff9]{border-radius:23px}.rounded_48[data-v-7c5eaff9]{border-radius:24px}.rounded_50[data-v-7c5eaff9]{border-radius:25px}.rounded_52[data-v-7c5eaff9]{border-radius:26px}.rounded_54[data-v-7c5eaff9]{border-radius:27px}.rounded_56[data-v-7c5eaff9]{border-radius:28px}.rounded_58[data-v-7c5eaff9]{border-radius:29px}.rounded_60[data-v-7c5eaff9]{border-radius:30px}html[data-v-7c5eaff9],body[data-v-7c5eaff9],#app[data-v-7c5eaff9]{height:100% !important}.v-application--wrap[data-v-7c5eaff9]{min-height:100%}#app[data-v-7c5eaff9]{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50}a[data-v-7c5eaff9]{text-decoration:none}#nav[data-v-7c5eaff9]{padding:30px}#nav a[data-v-7c5eaff9]{font-weight:bold;color:#2c3e50;text-decoration:none}#nav a.router-link-exact-active[data-v-7c5eaff9]{color:#42b983}.v-application a.navigation-active[data-v-7c5eaff9]{color:#000}li[data-v-7c5eaff9]{list-style:none}.minh62minw256[data-v-7c5eaff9]{min-height:62px;min-width:256px}.button-size[data-v-7c5eaff9]{min-height:48px;min-width:48px}@media screen and (min-width: 961px){.button-size[data-v-7c5eaff9]{width:250px}}.min-button-size[data-v-7c5eaff9]{min-height:32px !important;min-width:32px !important}.container[data-v-7c5eaff9]{margin-right:10px;margin-left:10px}.bottom-margin-5[data-v-7c5eaff9]{margin-bottom:5px !important}.bottom-margin-10[data-v-7c5eaff9]{margin-bottom:10px !important}.bottom-margin-15[data-v-7c5eaff9]{margin-bottom:15px !important}.bottom-margin-20[data-v-7c5eaff9]{margin-bottom:20px !important}.bottom-margin-25[data-v-7c5eaff9]{margin-bottom:25px}.bottom-margin-30[data-v-7c5eaff9]{margin-bottom:30px !important}.bottom-margin-40[data-v-7c5eaff9]{margin-bottom:40px !important}.bottom-margin-50[data-v-7c5eaff9]{margin-bottom:50px !important}.bottom-margin-60[data-v-7c5eaff9]{margin-bottom:60px !important}.bottom-margin-80[data-v-7c5eaff9]{margin-bottom:80px !important}.bottom-margin-100[data-v-7c5eaff9]{margin-bottom:100px !important}.top-margin-30[data-v-7c5eaff9]{margin-top:30px}.top-margin-25[data-v-7c5eaff9]{margin-top:25px}.top-margin-10[data-v-7c5eaff9]{margin-top:10px}.top-margin-15[data-v-7c5eaff9]{margin-top:15px}.top-margin-40[data-v-7c5eaff9]{margin-top:40px}.top-margin-60[data-v-7c5eaff9]{margin-top:60px}.margin-left-10[data-v-7c5eaff9]{margin-left:10px !important}.margin-right-10[data-v-7c5eaff9]{margin-right:10px !important}.margin-right-15[data-v-7c5eaff9]{margin-right:15px !important}.margin-right-40[data-v-7c5eaff9]{margin-right:40px !important}.margin-right-50[data-v-7c5eaff9]{margin-right:50px !important}.padding-10[data-v-7c5eaff9]{padding:10px !important}.padding-20[data-v-7c5eaff9]{padding:20px !important}.padding-top-0[data-v-7c5eaff9]{padding-top:0px !important}.padding-top-5[data-v-7c5eaff9]{padding-top:5px !important}.padding-top-15[data-v-7c5eaff9]{padding-top:15px !important}.padding-top-60[data-v-7c5eaff9]{padding-top:60px !important}.padding-top-30[data-v-7c5eaff9]{padding-top:30px !important}.padding-top-32[data-v-7c5eaff9]{padding-top:32px !important}.padding-top-75[data-v-7c5eaff9]{padding-top:75px !important}.padding-left-15[data-v-7c5eaff9]{padding-left:15px !important}.padding-left-20[data-v-7c5eaff9]{padding-left:20px !important}.loading[data-v-7c5eaff9]{display:flex;justify-content:center;align-items:center;width:100%;height:100vh;z-index:9999;position:fixed;background-color:rgba(0,0,0,.5)}.fade-enter-active[data-v-7c5eaff9],.fade-leave-active[data-v-7c5eaff9]{transition:opacity .3s}.fade-enter[data-v-7c5eaff9],.fade-leave-to[data-v-7c5eaff9]{opacity:0}.slide-right-enter[data-v-7c5eaff9]{transform:translateX(500px)}.slide-right-enter-active[data-v-7c5eaff9]{transition:all .3s ease}.slide-right-enter-to[data-v-7c5eaff9]{transform:translateX(0%)}.slide-right-leave[data-v-7c5eaff9]{transform:translateX(0px)}.slide-right-leave-active[data-v-7c5eaff9]{transition:all 0s ease}.slide-right-leave-to[data-v-7c5eaff9]{transform:translateX(0px)}.slide-left-enter[data-v-7c5eaff9]{transform:translateX(-500px)}.slide-left-enter-active[data-v-7c5eaff9]{transition:all .3s ease}.slide-left-enter-to[data-v-7c5eaff9]{transform:translateX(0%)}.slide-left-leave[data-v-7c5eaff9]{transform:translateX(0px)}.slide-left-leave-active[data-v-7c5eaff9]{transition:all 0s ease}.slide-left-leave-to[data-v-7c5eaff9]{transform:translateX(0px)}.vMenuYears[data-v-7c5eaff9]{max-height:496px !important}.text-ellipsis[data-v-7c5eaff9],.btn-ellipsised .v-btn__content[data-v-7c5eaff9],.btn-ellipsis .v-btn__content[data-v-7c5eaff9]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@supports(-webkit-line-clamp: 2){.text-ellipsis[data-v-7c5eaff9],.btn-ellipsised .v-btn__content[data-v-7c5eaff9],.btn-ellipsis .v-btn__content[data-v-7c5eaff9]{overflow:hidden;text-overflow:ellipsis;white-space:initial;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%}}.text-ellipsis.--one-line[data-v-7c5eaff9],.btn-ellipsised .--one-line.v-btn__content[data-v-7c5eaff9],.btn-ellipsis .--one-line.v-btn__content[data-v-7c5eaff9]{-webkit-line-clamp:1}.text-ellipsis.--two-line[data-v-7c5eaff9],.btn-ellipsised .--two-line.v-btn__content[data-v-7c5eaff9],.btn-ellipsis .--two-line.v-btn__content[data-v-7c5eaff9]{-webkit-line-clamp:2}.btn-ellipsis[data-v-7c5eaff9]{overflow:hidden;padding:0 10px !important}@media screen and (min-width: 961px){.btn-ellipsis[data-v-7c5eaff9]{padding:0 16px}}.btn-ellipsised[data-v-7c5eaff9]{overflow:hidden;padding:0 6px !important}@media screen and (min-width: 961px){.btn-ellipsised[data-v-7c5eaff9]{padding:0 16px}}.text-transform[data-v-7c5eaff9]{text-transform:capitalize}.text-transform-none[data-v-7c5eaff9]{text-transform:none}@media screen and (max-width: 768px){.v-btn[data-v-7c5eaff9]::before{background-color:transparent}}@media screen and (max-width: 768px){.v-tab[data-v-7c5eaff9]::before{background-color:transparent}}.spFrame[data-v-7c5eaff9]{height:30px}.spFrameHalf[data-v-7c5eaff9]{height:15px}.common-pagination[data-v-7c5eaff9]  li:nth-child(2){border-left:1px solid #999}.common-pagination[data-v-7c5eaff9]  .v-pagination__item{font-size:16px;border-right:1px solid #999;border-radius:0px;height:40px;width:50px;margin:0px;padding:0px;box-shadow:none}.common-pagination[data-v-7c5eaff9]  .v-pagination__item--active{background-color:#1d50a2 !important;border-color:#1d50a2 !important}.common-pagination[data-v-7c5eaff9]  .v-pagination__navigation{box-shadow:none;border-radius:0px;height:40px;margin:0px}.common-toggle-button[data-v-7c5eaff9]  .v-switch-core{border-radius:5px !important}.common-toggle-button[data-v-7c5eaff9]  .v-switch-button{border-radius:5px !important}.common-toggle-button[data-v-7c5eaff9]  .v-switch-label{font-size:16px;font-weight:400}.common-input-font-size[data-v-7c5eaff9] >.v-input__control>.v-input__slot>.v-text-field__slot>input{font-size:16px}.common-input-font-size[data-v-7c5eaff9] >.v-input__control>.v-text-field__details{padding-top:5px}.common-input-font-size[data-v-7c5eaff9] >.v-input__control>.v-text-field__details>.v-messages>.v-messages__wrapper>.v-messages__message{font-size:14px}.common-button-font-size[data-v-7c5eaff9]  .v-btn__content{font-size:18px}.common-modal-button-font-size[data-v-7c5eaff9] {font-size:18px}.caution-dialog-title[data-v-7c5eaff9]{display:flex;align-items:center;justify-content:center;background-color:#fff200;color:#333;font-size:18px;padding:5px !important;margin-bottom:30px}@media screen and (min-width: 961px){.caution-dialog-title[data-v-7c5eaff9]{padding:15px !important}}.logind- .v-card__text[data-v-7c5eaff9]{padding:0 15px 30px 15px !important}[data-v-7c5eaff9] .v-dialog{margin:10px}.dialog-message[data-v-7c5eaff9]{display:flex;align-items:center;justify-content:center;margin:auto;margin-bottom:30px;width:100%;font-size:16px;color:#333}.v-dialog>.v-card[data-v-7c5eaff9]{padding:0 !important}.delete-buttons[data-v-7c5eaff9]{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;width:100%}@media screen and (min-width: 961px){.delete-buttons[data-v-7c5eaff9]{gap:20px;width:250px;margin:auto}}.delete-buttons .v-btn[data-v-7c5eaff9]{width:100%;max-width:250px}.buttons[data-v-7c5eaff9]{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;width:100%}@media screen and (min-width: 961px){.buttons[data-v-7c5eaff9]{gap:20px}}.buttons .v-btn[data-v-7c5eaff9]{width:100%;max-width:250px}.button-area[data-v-7c5eaff9]{flex-grow:1;width:100%;max-width:250px}.button-area .v-btn[data-v-7c5eaff9]{width:100%;max-width:250px}.blue-button[data-v-7c5eaff9]{background-color:#3c96f0 !important;color:#fff}.big-button[data-v-7c5eaff9]{min-width:48px;min-height:48px}.gray-button[data-v-7c5eaff9]{padding:10px;width:100%;background-color:#f3f3f3 !important;color:#333 !important}.red-button[data-v-7c5eaff9]{padding:10px;width:49%;background-color:#ea2e2e !important;color:#fff}.body-margin[data-v-7c5eaff9]{margin:0px 10px}@media screen and (min-width: 961px){.body-margin[data-v-7c5eaff9]{max-width:960px;margin:auto;padding:0 10px}}.item[data-v-7c5eaff9]{border-radius:10px}.sp-panel-margin[data-v-7c5eaff9]{margin-bottom:15px}.panel-margin[data-v-7c5eaff9]{margin-bottom:30px}.text-margin[data-v-7c5eaff9]{margin-bottom:30px}.label[data-v-7c5eaff9]{width:100%;padding:10px}.overflow-wrap-anywhere[data-v-7c5eaff9]{word-break:break-all}.p-top[data-v-7c5eaff9]{width:100%;padding:10px 20px;font-size:16px;border-top:1px solid #999;border-bottom:1px solid #99999982}@media screen and (min-width: 961px){.p-top[data-v-7c5eaff9]{padding:15px 20px}}.p-bottom[data-v-7c5eaff9]{width:100%;padding:10px 20px;font-size:16px;border-bottom:1px solid #999}@media screen and (min-width: 961px){.p-bottom[data-v-7c5eaff9]{padding:15px 20px}}.p[data-v-7c5eaff9]{width:100%;padding:10px 20px;font-size:16px;border-bottom:1px solid #99999982}@media screen and (min-width: 961px){.p[data-v-7c5eaff9]{padding:15px 20px}}.client-title[data-v-7c5eaff9]{display:block;width:100%;padding:10px;text-align:left}.button[data-v-7c5eaff9]{border-radius:10px;width:100%}.camera-list__area[data-v-7c5eaff9]{padding:10px 20px}.password-form__group[data-v-7c5eaff9]{display:flex;flex-direction:row;align-items:center;justify-content:center;width:80%;margin:auto}@media screen and (min-width: 961px){.v-text-field[data-v-7c5eaff9]  * input{padding:0}}[data-v-7c5eaff9] .v-input__slot{padding:0px 10px 0px 10px !important;border-radius:0px !important}@media screen and (min-width: 961px){[data-v-7c5eaff9] .v-input__slot{padding:15px 20px 15px 20px !important}}[data-v-7c5eaff9] .v-input input{max-height:44px !important;height:100% !important}[data-v-7c5eaff9] .v-input__control{height:100% !important}[data-v-7c5eaff9] .v-input__slot{height:100% !important}[data-v-7c5eaff9] .theme--light.v-btn{color:#fff}

/*# sourceMappingURL=chunk-f704967e.css.map?348d4e24*/