/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
[v-cloak] {
  display: none;
}
* {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #242424;
}
#app {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background: #fff;
  min-height: 100vh;
  position: relative;
}
header,
main,
footer {
  width: 100%;
}
main {
  flex: 1;
  position: relative;
/*  padding: 1.15rem .25rem;*/
  background: #eee;
}

h1, h2, h3 {
  font-weight: 500;
}

.mobile {
  display: none;
}

@media screen and ( max-width: 991px ) {
  .mobile {
    display: initial;
  }
  .pc {
    display: none !important;
  }
  .navbar .space {
    flex: 1;
  }
}

@media screen and ( max-width: 575px ) {
  .navbar {
    margin-bottom: 50px !important;
  }
  .navbar .space {
    position: absolute;
    width: calc( 100% - 80px ) !important;
    left: 50%;
    transform: translate(-50%,0);
    bottom: -35px;
    margin: 0 !important;
  }
}

.noty_bar .noty_body {
  color: #fff;
}
.noty_type__alert .noty_body,
.noty_type__notification .noty_body {
  color: #242424;
}

main h1 {
  font-size: 24px;
  line-height: 1.3em;
  margin: 0;
}

#dropzone {
  position: fixed;
  inset: 0;
  z-index: 10;
  background: transparent;
  transition: .2s ease-in-out;
  pointer-events: none;
}
#dropzone[data-active="true"] {
  background: rgba(0,0,0,.25);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#dropzone span {
  display: none;
  transition: .2s ease-in-out;
}
#dropzone[data-active="true"] span {
  display: block;
  font-size: 40px;
  line-height: 1em;
  margin: 32px auto;
  text-align: center;
  color: #fff;
}

#loading {
  position: fixed;
  inset: 0;
  background: #eee;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner {
  min-height: calc(100vh - 104px);
  background: #f9f9f9;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 0 2px rgba(58,66,75,.1),
              0 2px 4px rgba(58,66,75,.2);
}

.btn.upload {
  width: 100%;
  max-width: 240px;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 5;
  color: #fff;
  padding: 8px 24px;
}
.btn.upload * {
  color: #fff;
}
.btn.upload svg {
  margin-right: 24px;
  position: absolute;
  left: 16px;
  top: 12px;
}

.uploading { 
  display: block;
  background: #fff;
  width: 100%;
  /*max-width: 450px;*/
  padding: 16px 24px 16px 16px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.15);
  box-shadow: 0 3px 10px rgba(0,0,0,.15);
  border-radius: 8px 0 0 0;
  z-index: 10;
}
.uploading ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.uploading ul li {
  margin-bottom: 8px;
}
.uploading ul li:last-of-type {
  margin-bottom: 0;
}
.uploading ul .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.uploading ul .info span {
  font-size: 16px;
  line-height: 23px;
}
.uploading ul .info .name {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
}
.uploading ul .info .size {
  padding-left: 8px;
  position: relative;
}
.uploading ul .info .size:before {
  content: '';
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0;
  width: 32px;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
  background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.uploading ul .info .btn {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: 0;
  margin: 0;
}
.uploading .btn.btn-sucess {
  padding: .25rem .5rem !important;
  width: initial !important;
  height: initial !important;
  background: #AFC765;
  color: white;
  font-size: .75rem;
}
.uploading .link {
  display: inline-block;
  margin-left: 8px;
  color: lightblue;
}
.uploading ul .info .btn:disabled {
  opacity: .5;
}
.uploading ul .info .btn:first-of-type {
  margin-left: 8px;
}

.toast * {
  color: #fff;
}


.login-page {
  width: 100%;
  height: 100%;
}
.login-block {
  width: 100%;
  max-width: 400px;
  margin: 5% auto 0;
  background: #fff;
  padding: 24px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.15);
  box-shadow: 0 3px 10px rgba(0,0,0,.15);
  border-radius: 8px;
}
.login-form label {
/*  font-size: 14px;*/
}
.login-form .d-flex {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.login-form .form-check {
  margin: 0;
}
.login-form .form-check label {
  font-size: 14px;
}
.login-form .btn {
  --bs-btn-padding-x: 1.5rem
}

.navbar-nav .nav-link.active {
  color: #0C549E;
}

.filelist {
  border-collapse: collapse;
}
.filelist tr {
  border: 1px solid #ccc;
}
.filelist th,
.filelist td {
  padding: .25rem .5rem;
  font-size: 14px;
  line-height: 16px;
}

.filelist .controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -2px;
}
.filelist .controls a {
  display: block;
  margin: 0 2px;
}

.errorpage {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.errorpage svg {
  width: 100%;
  max-width: 640px;
}

.downloadpage {
}
.downloadpage .download {
  width: 100%;
  max-width: 400px;
  margin: 5% auto 0;
  background: #fff;
  padding: 24px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.15);
  box-shadow: 0 3px 10px rgba(0,0,0,.15);
  border-radius: 8px;
}
.downloadpage .download .file {}
.downloadpage .download .file .icon {
  position: relative;
  display: block;
  width: 80px;
  height: 100px;
  border: 2px solid #999;
  border-radius: 8px;
  margin: 0 auto 8px;
}
.downloadpage .download .file .icon:before {
  content: '';
  position: absolute;
  right: -2px;
  top: -2px;
  width: 20px;
  height: 20px;
  background: #fff;
}
.downloadpage .download .file .icon:after {
  content: '';
  position: absolute;
  right: -2px;
  top: -2px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #aaa;
}
.downloadpage .download .file .icon span {
  position: absolute;
  right: 8px;
  bottom: 2px;
  font-size: 24px;
  color: #999;
}
.downloadpage .download .file span {
  display: block;
  font-size: 18px;
  text-align: center;
}
.downloadpage .download .file .size {
  font-size: 24px;
  color: #999;
}

.modal-title {
  font-weight: 400;
}
.modal-header .btn-close {
  font-size: 12px;
}
.modal-body p {
  font-size: 16px;
  line-height: 1.3rem;
  margin: 0 0 8px;
}

@media screen and (max-width: 991px) {
  /*#app {
    min-height: initial;
  }*/
  .downloadpage {
    padding: 0 1rem;
  }
}

.navbar .space {
  margin: 0 16px;
  width: 140px;
  background: #fafafa;
  padding: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.05);
  box-shadow: 0 3px 10px rgba(0,0,0,.05);
}

.upload-file {
  margin: 2rem auto 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.upload-file,
.upload-file * {
  color: #ddd;
}

.maintenance {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.maintenance .in {
  width: 100%;
  max-width: 800px;
  height: auto;
}
.maintenance img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}