﻿@charset "UTF-8";.nLib-left{text-align:left;}.nLib-center{text-align:center;}.nLib-right{text-align:right;}div.nLIb-lock{background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;position:fixed;width:100%;height:100%;top:0;left:0;}div.nLIb-lock div.nLIb-lock-txtBox{display:flex;justify-content:center;align-items:center;height:calc(100% - 48px);font-size:16px;color:#fff;}div.nLIb-overlay{background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;position:fixed;width:100%;height:100%;top:0;left:0;z-index:101;}div.nLib-autoMessageBox{display:flex;align-items:center;justify-content:center;position:fixed;width:100%;height:100%;top:0;left:0;}div.nLib-autoMessageBox div{background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;font-size:16px;padding:14px 20px;border-radius:6px;color:#fff;}div.nLib-fadeout{animation:fadeOut 1s;animation-fill-mode:both;}@keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}div.nLIb-popupBox{overflow:hidden;position:fixed;border:solid 1px #ddd;background:#fff;border-radius:0;box-shadow:8px 8px 15px rgba(0,0,0,.4);-webkit-box-shadow:8px 8px 15px rgba(0,0,0,.4);display:flex;flex-direction:column;flex-wrap:wrap;}div.nLIb-popupBox div.nLib-popupTitleBar{flex:0;background:#ddd;padding:0;flex-direction:column;flex-wrap:wrap;}div.nLIb-popupBox div.nLib-popupTitleBar div{position:relative;height:32px;font-size:80%;line-height:32px;padding-left:10px;}div.nLIb-popupBox div.nLib-popupTitleBar div.nLib-popupMove{cursor:all-scroll;}div.nLIb-popupBox div.nLib-popupTitleBar div a.nLib-popupCloseBtn{height:24px;width:24px;display:inline-block;position:absolute;top:4px;right:2px;border-radius:4px;text-align:center;line-height:24px;cursor:default;}div.nLIb-popupBox div.nLib-popupTitleBar div a.nLib-popupCloseBtn:after{content:"×";}div.nLIb-popupBox div.nLib-popupTitleBar div a.nLib-popupCloseBtn:hover{background:#ccc;}div.nLIb-popupBox div.nLib-popupBody{flex:1;overflow-y:auto;}div.nLIb-popupBox div.nLib-popupBody div.innerBody{padding:0;}div.nLIb-popupBox div.nLib-popupButtonBox{flex:0;display:flex;}div.nLIb-popupBox div.nLib-popupButtonBox div{width:100%;text-align:center;padding:10px;}div.nLIb-popupBox div.nLib-popupButtonBox div button{margin:0 10px;}div.nLIb-popupBox.nLIb-popupBox-login{background:#fff;border:none;box-shadow:8px 8px 15px rgba(0,0,0,.4);display:block;min-width:300px;overflow:initial;overflow-y:auto;max-width:calc(100% - 32px);max-height:calc(100vh - 32px);position:static;height:auto !important;width:auto !important;}@media print,screen and (min-width:768px){div.nLIb-popupBox.nLIb-popupBox-login{max-width:500px;}}div.nLIb-popupBox.nLIb-popupBox-login div.nLib-popupTitleBar{background:#ddd;padding:8px 16px;width:auto !important;}div.nLIb-popupBox.nLIb-popupBox-login div.nLib-popupTitleBar div{font-size:initial;line-height:initial;padding-left:0;height:auto;}div.nLIb-popupBox.nLIb-popupBox-login div.nLib-popupTitleBar div.nLib-popupMove{cursor:default;}div.nLIb-popupBox.nLIb-popupBox-login div.nLib-popupBody{overflow-y:initial;padding:16px 16px 24px;}@media print,screen and (min-width:768px){div.nLIb-popupBox.nLIb-popupBox-login div.nLib-popupBody{padding:16px 32px 24px;}}div.nLIb-popupBox.nLIb-popupBox-login div.nLib-popupButtonBox{display:flex;justify-content:center;padding-bottom:16px;}div.nLIb-popupBox.nLIb-popupBox-login div.nLib-popupButtonBox div{padding:0;}div.nLIb-popupBox.nLIb-popupBox-login div.nLib-popupButtonBox button{margin-right:8px;}div.nLIb-popupBox.nLIb-popupBox-login div.nLib-popupButtonBox button:last-of-type{margin-right:0;}div.nLIb-progressbarBox{overflow:hidden;position:fixed;border:solid 1px #ddd;background:#fff;border-radius:0;box-shadow:8px 8px 15px rgba(0,0,0,.4);-webkit-box-shadow:8px 8px 15px rgba(0,0,0,.4);display:flex;flex-direction:column;flex-wrap:wrap;background:#f5f5f4;}div.nLIb-progressbarBox div.innerBody{padding:0 10px;}div.nLIb-progressbarBox div.innerBody p{height:24px;line-height:24px;font-size:.7rem;}div.nLIb-progressbarBox div.innerBody span{display:inline-block;font-size:.7rem;width:50%;height:24px;line-height:24px;}div.nLIb-progressbarBox div.innerBody span.proces{text-align:left;}div.nLIb-progressbarBox div.innerBody span.percentage{text-align:right;}div.nLIb-progressbarBox div.innerBody progress{width:100%;height:24px;border-radius:0;}div.nLIb-progressbarBox div.innerBody progress{-webkit-appearance:none;}div.nLIb-progressbarBox div.innerBody ::-webkit-progress-bar{background-color:#b9b9b9;}div.nLIb-progressbarBox div.innerBody ::-webkit-progress-value{background-color:#11b693;}div.nLIb-progressbarBox div.innerBody progress{-moz-appearance:none;background-color:#b9b9b9;}div.nLIb-progressbarBox div.innerBody ::-moz-progress-bar{background-color:#11b693;}ul.popupErrorList{margin-left:24px;}ul.popupErrorList li{line-height:2.8rem;list-style:disc;}button.popupBtn{height:32px;padding:0 16px;border:solid 1px #ccc;border-radius:6px;}