<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* some independ plugin css */

.custom-control.custom-select{
    border-radius: 0; 
}

.width-2{
    width: 2em;
}
.width-3{
    width: 3em;
}
.width-4{
    width: 5em;
}
.width-5{
    width: 5em;
}
.width-6{
    width: 6em;
}
.width-7{
    width: 7em;
}
.width-8{
    width: 8em;
}
.width-9{
    width: 9em;
}
.width-10{
    width: 10em;
}

.badge.badge-light,
.btn.btn-light{
    border: 1px solid #dee2e6;
}
.datetimepicker.dropdown-menu{
    font-size: .8rem;
}
.modal-backdrop   .modal-backdrop{
    z-index: 1055;
}

/* form upload with emupload plugin */
form.upload-form .upload-container{
    outline: 1px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    background-color: #0000000f;
    position: relative;
    padding: 40px 20px;
    text-align: center;
}
form.upload-form .upload-container input[type=file]{
    display :none;
}
form.upload-form .upload-container label{
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}

.stretched-link.plugin-redo:hover:after{
    content: 'ç‚¹å‡»é‡æ–°é€‰æ‹©æ–‡ä»¶';
    background-color: #000000a6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.modal-dialog.modal-fullscreen{
    max-width: 95%;
}

.form-query.form-inline{
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.form-query.form-inline .form-group{
    margin-bottom: 1rem;
}
.form-query.form-inline .form-group .custom-select,
.form-query.form-inline .form-group .form-control{
    width: auto;
    display: inline-block;
}
.form-query.form-inline .form-group{
    margin-right: 1.5rem;
}
.form-query.form-inline .form-group:last-child{
    margin-right: 0;
}

.form-query.form-inline .form-group label{
    margin-right: 1rem;
    color: #212121;
}

hr.dashed{
    margin: 1rem 0;
    background: none;
    border-bottom: 1px dashed #eee;
}
.form-query.form-inline   hr.dashed{
    margin-top: .25rem;
}
.jumbotron.jumbotron-nodata{
    font-size: 2.4rem;
    line-height: 2;
}
/* bs4.3 */
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
@media (min-width: 576px) {
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody   tbody {
  border: 0;
}
/* bs4.3 */


/* magnific popup */
.modal-block {
    background: transparent;
    padding: 0;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    position: relative;
}

.modal-block.modal-block-xs {
    max-width: 200px;
}

.modal-block.modal-block-sm {
    max-width: 400px;
}

.modal-block.modal-block-md {
    max-width: 600px;
}

.modal-block.modal-block-lg {
    max-width: 900px;
}

.modal-block.modal-block-full {
    max-width: 98%;
}

.modal-block.modal-header-color .card-header h2 {
    color: #fff;
}

.modal-block.modal-full-color {
    color: #fff;
}

.modal-block.modal-full-color .card-header {
    border: 0;
}

.modal-block.modal-full-color .card-header h2 {
    color: #fff;
}

.modal-block.modal-full-color .card-footer {
    border: 0;
}

.modal-block.modal-full-color .card-body {
    background-color: transparent;
}

.modal-block.modal-full-color .fa, .modal-block.modal-full-color .fab, .modal-block.modal-full-color .fal, .modal-block.modal-full-color .far, .modal-block.modal-full-color .fas {
    color: #fff !important;
}

.modal-block.modal-full-color p {
    color: #fff;
}</pre></body></html>