﻿.alert_overlay{z-index:9995;background-color:rgba(0,0,0,0.4);backdrop-filter:blur(5px);position:fixed;width:100%;height:100%;top:0;left:0}.alert_overlay .alert_msg{opacity:0;max-width:480px;width:100%;position:absolute;left:50%;background-color:#fff;-webkit-transform:translate(-50%, 100px) scale(0.5);-moz-transform:translate(-50%, 100px) scale(0.5);-o-transform:translate(-50%, 100px) scale(0.5);-ms-transform:translate(-50%, 100px) scale(0.5);transform:translate(-50%, 100px) scale(0.5);transition:all 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);display:flex;flex-direction:column;border-radius:5px}.alert_overlay.alert_show .alert_msg{opacity:1;-webkit-transform:translate(-50%, 100px) scale(1);-moz-transform:translate(-50%, 100px) scale(1);-o-transform:translate(-50%, 100px) scale(1);-ms-transform:translate(-50%, 100px) scale(1);transform:translate(-50%, 100px) scale(1)}.alert_overlay .alert_msg .alert_title{font-size:1.25rem;padding:10px 15px;display:flex;justify-content:center;border-bottom:1px solid #acacac}.alert_overlay .alert_msg .alert_content{padding:10px 15px;font-size:.875rem;display:flex;justify-content:flex-start}.alert_msg.alert_confirm .alert_content{padding:15px;display:flex;justify-content:space-evenly;align-items:center;flex-direction:column;min-height:200px}.alert_overlay .alert_msg .alert_content .alert_items{width:100%;display:flex;margin-bottom:3px}.alert_overlay .alert_msg .alert_content .alert_items .alert_item{padding-right:5px}.alert_overlay .alert_msg .alert_buttons{display:flex;justify-content:flex-end;border-top:1px solid #acacac;padding:10px;-webkit-user-select:none}.alert_msg.alert_confirm .alert_buttons{justify-content:center}.alert_overlay .alert_msg .alert_buttons .alert_btn{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;padding:10px 15px;min-width:60px;text-align:center;border-radius:5px;border:1px solid #acacac;cursor:pointer;font-size:.875rem}.alert_overlay .alert_msg .alert_buttons .alert_btn:not(:last-child){margin-right:15px}.alert_overlay .alert_msg .alert_buttons .alert_btn:hover{background-image:linear-gradient(rgba(0,0,0,0.4) 0 0)}.alert_overlay .alert_msg .alert_buttons .alert_btn.alert_btn_ok{background-color:#127820;border:1px solid #127820;color:#fff}.alert_overlay .alert_msg .alert_buttons .alert_btn.alert_btn_cancel{background-color:#f74344;border:1px solid #f74344;color:#fff}html,body{touch-action:manipulation}html{font-size:100.01%;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{margin:0;overflow-x:hidden;overflow-y:scroll;line-height:1.95;letter-spacing:1px;font-family:"Noto Sans TC","serif";font-size:1rem;color:#000;font-weight:400;scroll-behavior:smooth}body.modal-open{overflow-y:hidden}body.modal-open section,body.modal-open nav{filter:blur(5px)}@media (max-width: 992px){body{line-height:1.33}}@media (max-width: 360px){body{width:100%;min-width:360px;overflow-x:scroll !important}}h1,h2,h3,h4,h5,h6,strong{font-family:"Noto Sans TC","serif";font-size:unset;font-weight:unset;margin-block-start:unset;margin-block-end:unset}a{text-decoration:unset}a.active,a:hover{text-decoration:unset}*:focus{outline:none !important}p{margin:0}ul,li{list-style:none;padding-left:0px}img{max-width:100%}*{box-sizing:border-box}*[data-self]:not([data-self=""]),*[data-blank]:not([data-blank=""]),*[data-lang]:not([data-lang=""]){cursor:pointer}.fr-emoticon.fr-emoticon-img{background-repeat:no-repeat !important;font-size:inherit;height:1em;width:1em;min-height:20px;min-width:20px;display:inline-block;margin:-.1em .1em .1em;line-height:1;vertical-align:middle}.clickdisabled,.waitingedit{pointer-events:none}#serialcookie{z-index:9999;position:fixed;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:30px;background-color:rgba(0,0,0,0.75);font-size:.875rem;color:#fff;text-align:center;line-height:1.5}#serialcookie-col-2{display:flex;margin-left:50px}#serialcookie-reject,#serialcookie-accept{padding:15px 20px;cursor:pointer;transition:300ms}#serialcookie-reject{border:2px solid rgba(0,0,0,0.2);color:#000}#serialcookie-reject:hover{border-color:rgba(0,0,0,0.3)}#serialcookie-accept{margin-left:20px;background-color:#000;color:#fff}#serialcookie-accept:hover{transform:translateY(-3px);box-shadow:0 10px 15px rgba(0,0,0,0.15)}.ishidden{display:none !important;visibility:hidden !important}.notvisible{visibility:hidden !important}.clickdisabled{border:1px solid #f6f6f6 !important;background-color:#acacac !important;color:#f6f6f6 !important;cursor:default !important;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none;overscroll-behavior-y:contain}.setCookieAgree{z-index:9999;position:fixed;right:0;bottom:0;left:0;background-color:rgba(0,0,0,0.75);display:flex;justify-content:center;opacity:0;transition:opacity .5s ease 0s}.setCookieAgree.active{opacity:1;transition:opacity .5s ease 0s}.setCookieAgree .setCookieAgree-container{width:100%;max-width:1200px;display:flex;align-items:center;justify-content:center;padding:30px}.setCookieAgree .setCookieAgree-container .description{text-align:left;color:#fff}.setCookieAgree .setCookieAgree-container .btngroup{margin-left:30px}.container-fluid,.container{position:relative;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;width:100%;max-width:100%}.container{max-width:1200px}@media (max-width: 1280px){.container{max-width:1050px}}@media (max-width: 992px){.container{max-width:920px}}@media (max-width: 768px){.container{max-width:720px}}@media (max-width: 576px){.container{max-width:540px}}.container-offset{padding-left:0px;padding-right:0px}.search-container{z-index:9900;display:flex;flex-direction:column;position:absolute;width:100%;max-width:500px;left:0px;top:calc(100% + 0px);background-color:#fff;box-shadow:2px 3px 5px 4px rgba(142,142,144,0.75);border-radius:5px}.search-container .search-item{display:flex;padding:7.5px 10px;cursor:pointer;font-size:.875rem}.search-container .search-item:hover{background-color:#fafafa}.search-container .search-item span{color:#f74344}.share-container{display:flex;padding-top:30px;cursor:pointer}.share-container img{height:50px}.share-items{display:flex;justify-content:space-between;padding:15px;flex-wrap:wrap}.share-items .share-item{margin-bottom:15px;border:1px solid #8e8e90;display:flex;align-items:center;justify-content:center;width:calc((100% - 30px) / 2);height:40px;cursor:pointer}.share-items .share-item svg{width:30px;height:30px;margin-right:5px}.share-items .share-item:hover{background-color:#fafafa}.share-items .share-item.fullwidth{width:100%;display:flex}.share-items .share-item.fullwidth input{flex:2;height:100%;border:none;border-right:1px solid #8e8e90;padding:3px 5px}.share-items .share-item.fullwidth span{width:120px;height:100%;display:inline-flex;align-items:center;justify-content:center}.share-items .share-item.fullwidth:hover{background-color:transparent}.share-items .share-item.fullwidth:hover span{background-color:#fafafa}[data-tips]{position:relative}[data-tips]:before,[data-tips]:after{z-index:10;opacity:0;position:absolute;-webkit-transition:all 0.18s ease-out;-moz-transition:all 0.18s ease-out;-o-transition:all 0.18s ease-out;-ms-transition:all 0.18s ease-out;transition:all 0.18s ease-out}[data-tips]:before{background:rgba(17,17,17,0.9);border-radius:4px;color:#fff;content:attr(data-tips);font-size:.75rem;padding:.5em;white-space:normal;width:100%}[data-tips]:after{content:"";border-width:5px;border-style:solid}[data-tips]:hover:before,[data-tips]:hover:after{opacity:1}[data-tips][data-tips-pos='left']:before,[data-tips][data-tips-pos='left']:after{top:50%;-webkit-transform:translate3d(10px, -50%, 0);-moz-transform:translate3d(10px, -50%, 0);-o-transform:translate3d(10px, -50%, 0);-ms-transform:translate3d(10px, -50%, 0);transform:translate3d(10px, -50%, 0)}[data-tips][data-tips-pos='left']:before{margin-right:11px;right:100%}[data-tips][data-tips-pos='left']:after{margin-right:5px;right:calc(100% - 4px);border-color:transparent transparent transparent #000}[data-tips][data-tips-pos='left']:hover:before,[data-tips][data-tips-pos='left']:hover:after{-webkit-transform:translate3d(0, -50%, 0);-moz-transform:translate3d(0, -50%, 0);-o-transform:translate3d(0, -50%, 0);-ms-transform:translate3d(0, -50%, 0);transform:translate3d(0, -50%, 0)}[data-tips][data-tips-pos='right']:before,[data-tips][data-tips-pos='right']:after{top:50%;-webkit-transform:translate3d(-10px, -50%, 0);-moz-transform:translate3d(-10px, -50%, 0);-o-transform:translate3d(-10px, -50%, 0);-ms-transform:translate3d(-10px, -50%, 0);transform:translate3d(-10px, -50%, 0)}[data-tips][data-tips-pos='right']:before{left:100%;margin-left:11px}[data-tips][data-tips-pos='right']:after{left:calc(100% - 4px);margin-left:5px;border-color:transparent #000 transparent transparent}[data-tips][data-tips-pos='right']:hover:before,[data-tips][data-tips-pos='right']:hover:after{-webkit-transform:translate3d(0, -50%, 0);-moz-transform:translate3d(0, -50%, 0);-o-transform:translate3d(0, -50%, 0);-ms-transform:translate3d(0, -50%, 0);transform:translate3d(0, -50%, 0)}[data-tips][data-tips-pos="up"]:before,[data-tips][data-tips-pos="up"]:after{left:50%;-webkit-transform:translate3d(-50%, 10px, 0);-moz-transform:translate3d(-50%, 10px, 0);-o-transform:translate3d(-50%, 10px, 0);-ms-transform:translate3d(-50%, 10px, 0);transform:translate3d(-50%, 10px, 0)}[data-tips][data-tips-pos="up"]:before{bottom:100%;margin-bottom:11px}[data-tips][data-tips-pos="up"]:after{bottom:calc(100% - 4px);margin-bottom:5px;border-color:#000 transparent transparent transparent}[data-tips][data-tips-pos="up"]:hover:before,[data-tips][data-tips-pos="up"]:hover:after{-webkit-transform:translate3d(-50%, 0, 0);-moz-transform:translate3d(-50%, 0, 0);-o-transform:translate3d(-50%, 0, 0);-ms-transform:translate3d(-50%, 0, 0);transform:translate3d(-50%, 0, 0)}[data-tips][data-tips-pos='down']:before,[data-tips][data-tips-pos='down']:after{left:50%;-webkit-transform:translate3d(-50%, -10px, 0);-moz-transform:translate3d(-50%, -10px, 0);-o-transform:translate3d(-50%, -10px, 0);-ms-transform:translate3d(-50%, -10px, 0);transform:translate3d(-50%, -10px, 0)}[data-tips][data-tips-pos='down']:before{margin-top:11px;top:100%}[data-tips][data-tips-pos='down']:after{margin-top:5px;top:calc(100% - 4px);border-color:transparent transparent #000 transparent}[data-tips][data-tips-pos='down']:hover:before,[data-tips][data-tips-pos='down']:hover:after{-webkit-transform:translate3d(-50%, 0, 0);-moz-transform:translate3d(-50%, 0, 0);-o-transform:translate3d(-50%, 0, 0);-ms-transform:translate3d(-50%, 0, 0);transform:translate3d(-50%, 0, 0)}[data-tips][data-tips-length='small']:before{width:90vw;width:150px}[data-tips][data-tips-length='large']:before{width:90vw;max-width:300px}.btn,.btnfullwidth,.btnbrown,.btnred,.btnblue,.btngreen,.btnpurple,.btnorange,.btnupload,.btnnobgc{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none;overscroll-behavior-y:contain;display:flex;justify-content:center;align-items:center;position:relative;cursor:pointer;width:270px;height:60px;border-radius:30px;background-color:#f37020;color:#fff;margin:5px;font-size:1.25rem}.btn:hover,.btnfullwidth:hover,.btnbrown:hover,.btnred:hover,.btnblue:hover,.btngreen:hover,.btnpurple:hover,.btnorange:hover,.btnupload:hover,.btnnobgc:hover,.active.btn,.active.btnfullwidth,.active.btnbrown,.active.btnred,.active.btnblue,.active.btngreen,.active.btnpurple,.active.btnorange,.active.btnupload,.active.btnnobgc{background-image:linear-gradient(rgba(0,0,0,0.4) 0 0)}.btngroup{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}.btngroup.jcsb{justify-content:space-between}.btnfullwidth{width:100% !important}.btncenter{margin:5px auto}.btnsmall{width:150px;height:40px;border-radius:5px;font-size:.875rem}.btnsmaller{width:120px;height:30px;border-radius:5px;font-size:.875rem}.btnsmaller.bigtext{font-size:1.5rem}.btnsmallest{width:60px;height:30px;border-radius:5px;font-size:.875rem}.btnsmallest.bigtext{font-size:1.5rem}.btnbrown{background-color:#6c5f57;color:#fff}.btnred{background-color:#f74344;color:#fff}.btnblue{background-color:#4c74f0;color:#fff}.btngreen{background-color:#127820;color:#fff}.btnpurple{background-color:#d159ef;color:#fff}.btnorange{background-color:#f37020;color:#fff}.btnupload{background-color:#127820;color:#fff;border-radius:5px;width:150px;height:40px;border-radius:5px;font-size:1rem}.btnselected:after{content:"";width:16px;height:11px;background-image:url("../modules/icons/selected.webp");background-size:cover;bottom:5px;right:5px;position:absolute;display:inline-block}.btnnobgc{border:1px solid #acacac;background-color:transparent !important;color:#000}.radio,.checkbox{display:inline-flex;align-items:center;padding-right:30px}.radio input,.checkbox input{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;position:relative;height:24px;width:24px;transition:all .15s ease-out 0s;cursor:pointer;margin:.4rem;border:2px solid #acacac}.radio input[type=radio],.checkbox input[type=radio]{border-radius:50%}.radio input[type=radio]:before,.checkbox input[type=radio]:before{content:"";display:block;width:16px;height:16px;border-radius:50%;margin:2px;transform:scale(0);transition:all .2s ease-in-out}.radio input[type=radio]:checked:before,.checkbox input[type=radio]:checked:before{background:#8e8e90;transform:scale(1)}.radio input[type=radio]#Status1:checked,.checkbox input[type=radio]#Status1:checked{border-color:#127820}.radio input[type=radio]#Status1:checked:before,.checkbox input[type=radio]#Status1:checked:before{background:#127820}.radio input[type=radio]#Status0:checked,.checkbox input[type=radio]#Status0:checked{border-color:#f74344}.radio input[type=radio]#Status0:checked:before,.checkbox input[type=radio]#Status0:checked:before{background:#f74344}.radio input[type=checkbox],.checkbox input[type=checkbox]{border-radius:10%}.radio input[type=checkbox]:before,.radio input[type=checkbox]:after,.checkbox input[type=checkbox]:before,.checkbox input[type=checkbox]:after{position:absolute;content:"";background:#fff}.radio input[type=checkbox]:before,.checkbox input[type=checkbox]:before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.radio input[type=checkbox]:after,.checkbox input[type=checkbox]:after{-webkit-transform:rotate(40deg);-moz-transform:rotate(40deg);-o-transform:rotate(40deg);-ms-transform:rotate(40deg);transform:rotate(40deg);transition-delay:.2s}.radio input[type=checkbox]:checked,.radio input[type=checkbox]:indeterminate,.checkbox input[type=checkbox]:checked,.checkbox input[type=checkbox]:indeterminate{background:#6c5f57;border-color:transparent}.radio input[type=checkbox]:checked:before,.checkbox input[type=checkbox]:checked:before{left:0px;top:13px;width:10px;height:2px}.radio input[type=checkbox]:checked:after,.checkbox input[type=checkbox]:checked:after{right:6px;bottom:1px;width:2px;height:16px}.switch{position:relative;display:flex;height:40px;align-items:center}.switch .switchstyle{margin-left:10px;margin-right:10px;position:relative}.switch .switchstyle input[type=checkbox]{opacity:0;position:absolute}.switch .switchstyle input[type=checkbox]:checked+.slider{background-color:#127820}.switch .switchstyle input[type=checkbox]:checked+.slider:before{-webkit-transform:translateX(26px);-moz-transform:translateX(26px);-o-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px);left:32px}.switch .switchstyle .slider{display:flex;width:80px;height:24px;position:relative;cursor:pointer;background-color:#acacac;-webkit-transition:.4s;transition:.4s;border-radius:34px}.switch .switchstyle .slider:before{position:absolute;content:"";height:20px;width:20px;left:2px;top:2px;background-color:white;-webkit-transition:.4s;transition:.4s;border-radius:50%}.switch .switchstyle.big{margin-left:10px;margin-right:10px}.switch .switchstyle.big input:checked+.slider:before{left:98px}.switch .switchstyle.big .slider{width:150px;height:30px}.switch .switchstyle.big .slider:before{height:24px;width:24px;left:3px;top:3px}.switch .switchstyle.small{margin-left:0px;margin-right:0px}.switch .switchstyle.small input:checked+.slider:before{left:8px}.switch .switchstyle.small .slider{width:50px;height:18px}.switch .switchstyle.small .slider:before{height:14px;width:14px;left:2px;top:2px}.switch1.red .switchstyle input:checked+.slider{background-color:#f74344}.dropdown{position:relative}.dropdown .header-lang{background:url("../../modules/icons/droparrow_white.webp") no-repeat scroll transparent;background-position:calc(100% - 15px) center;width:60px;font-size:.8775rem;display:inline-flex;cursor:pointer}.dropdown .dropdown-content input:first-child{z-index:-1;position:absolute}.dropdown.show .dropdown-content .form-input{border-bottom-left-radius:0px;border-bottom-right-radius:0px}.dropdown .dropdown-items{z-index:9900;display:none;flex-direction:column;overflow-y:auto;min-width:100%;width:auto;white-space:nowrap;padding-right:2px;max-height:400px;position:absolute;left:0px;top:calc(100% + 0px);background-color:#fff;box-shadow:2px 2px 2px rgba(139,139,139,0.5);border:1px solid #acacac;border-top:1px solid #fafafa}.dropdown.show .dropdown-items{display:flex}.dropdown .dropdown-items .dropdown-search{position:sticky;top:0px;background-color:#fff;left:0;padding:5px;display:flex}.dropdown .dropdown-items .dropdown-search input{flex:2;height:30px;font-size:.75rem;border-radius:2px}.dropdown .dropdown-items .dropdown-search span{width:60px;height:30px;display:flex;justify-content:center;align-items:center;background-color:rgba(142,142,144,0.25);font-size:1.5rem;font-weight:bold;border-radius:2px;cursor:pointer}.dropdown .dropdown-items .dropdown-search span:hover{background-color:rgba(142,142,144,0.5)}.dropdown .dropdown-items .dropdown-item{cursor:pointer;color:#8e8e90;padding:3px 10px;display:flex;align-items:center}.dropdown .dropdown-items .dropdown-item:not(:last-child){border-bottom:1px solid #acacac}.dropdown .dropdown-items .dropdown-item img{width:50px;margin-right:15px}.dropdown .dropdown-items .dropdown-item span{font-size:.875rem;font-style:italic}.dropdown .dropdown-items .dropdown-item:hover{color:#fff !important;background-color:#8e8e90}.dropdown .dropdown-items .dropdown-item:hover span{color:#fff !important}.dropdown .dropdown-items .dropdown-item.inactive{display:none}.dropdown .dropdown-items .dropdown-item.disable{cursor:default !important;pointer-events:none;color:#8e8e90;background-color:#acacac}.dropdown .dropdown-items.active{display:flex}.formrow{margin-bottom:20px}.formrow .title{color:#8e8e90;font-size:.875rem}.waitingedit input{background-image:none}.input-wrap{display:flex;align-items:center;border:1px solid #acacac;margin-bottom:10px;padding:2px}.input-wrap img{height:25px;margin-left:3px;margin-right:5px}.input-wrap .form-input{flex:2}.input-wrap .input-extend-btn{width:70px;height:40px;border:1px solid #acacac;display:flex;align-items:center;justify-content:center;font-size:.875rem;cursor:pointer}.input-wrap .input-extend-btn:hover,.input-wrap .input-extend-btn.active{background-image:linear-gradient(rgba(0,0,0,0.4) 0 0);color:#fff}.input-wrap.btnhide .input-extend-btn{display:none}.input-wrap.editdisable .form-input{pointer-events:none !important;background-color:#8e8e90;color:#fff}.input-wrap.editdisable.editing .form-input{pointer-events:auto !important;background-color:#fff;color:#000}input[type="radio"][disabled],input[type="checkbox"][disabled]{background-color:#8e8e90 !important}.form-input,.form-textarea{background-color:transparent;border:1px solid #acacac;padding:10px 15px;width:100%;color:#000;font-size:.875rem;border-radius:5px}.form-input::-webkit-input-placeholder,.form-textarea::-webkit-input-placeholder{color:#8e8e90;opacity:1}.form-input:-moz-placeholder,.form-textarea:-moz-placeholder{color:#8e8e90;opacity:1}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder{color:#8e8e90;opacity:1}.form-input:-ms-input-placeholder,.form-textarea:-ms-input-placeholder{color:#8e8e90;opacity:1}.form-input:read-only,.form-textarea:read-only{background-color:#f6f6f6 !important;color:#8e8e90}.form-input:read-only.form-dropdown,.form-textarea:read-only.form-dropdown{background-color:#fff !important;color:#000}.form-input:read-only.form-dropdown.readonly,.form-textarea:read-only.form-dropdown.readonly{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none;overscroll-behavior-y:contain;background-color:#f6f6f6 !important;color:#8e8e90 !important;cursor:default !important}.form-input.readonly,.form-textarea.readonly{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none;overscroll-behavior-y:contain;background-color:#f6f6f6 !important;color:#8e8e90 !important;cursor:default !important;background-blend-mode:overlay;pointer-events:none}.form-input.border-radius-half,.form-textarea.border-radius-half{border-radius:20px}.form-input.liketext,.form-textarea.liketext{border:none !important;padding-left:0px;font-size:1.5rem;letter-spacing:1px}.form-input{height:40px}.form-input.form-dropdown{background:url("../../modules/icons/droparrow.webp") no-repeat scroll #fff;background-position:calc(100% - 15px) center;cursor:pointer;padding-right:45px}.form-input.form-date{background:url("../../modules/icons/calendar.webp") no-repeat scroll #fff;background-position:calc(15px) center;padding-left:45px !important;cursor:pointer}.form-input.form-time{background:url("../../modules/icons/timeclock.webp") no-repeat scroll #fff;background-position:calc(15px) center;padding-left:45px !important;cursor:pointer}.form-input.form-search{background:url("../../modules/icons/search.webp") no-repeat scroll #fff;background-position:calc(15px) center;padding-left:45px !important;cursor:pointer}.form-input.form-number{background:url("../../modules/icons/number.png") no-repeat scroll #fff;background-position:calc(15px) center;padding-left:45px !important}.form-textarea{height:100px;resize:vertical}@media (max-width: 768px){.form-textarea{height:80px}}.form-input-content{width:100%;min-height:200px;background-color:transparent;border:1px solid #acacac;border-radius:5px}.form-input-content input{border-bottom-left-radius:0px;border-bottom-right-radius:0px;border:none;border-bottom:1px solid #acacac}.form-input-content .inputcontent{padding:10px 15px;display:flex;flex-wrap:wrap}.form-input-content .inputcontent .list{margin-right:15px;display:flex;align-items:baseline}.form-input-content .inputcontent .list span{color:#8e8e90;text-decoration:underline}.form-input-content .inputcontent .list .del{display:inline-flex;font-size:.75rem;cursor:pointer;color:#000;margin-left:3px}.editreadonly .form-input,.editreadonly .form-input:read-only,.editreadonly .form-dropdown{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none;overscroll-behavior-y:contain;background-color:#fafafa !important;cursor:default !important;background-blend-mode:overlay;background-image:none !important;pointer-events:none}.loading{display:block;position:relative;width:100px;height:100px;margin:80px auto;border-radius:50%;border-top:2px solid #f37020;-webkit-animation:spin 1.9s linear infinite;animation:spin 2s linear infinite}.loading:before{content:"";position:absolute;top:15%;left:15%;right:15%;bottom:15%;border-radius:50%;border-top:2px solid #6c5f57;-webkit-animation:spin-reserve 1s linear infinite;animation:spin-reserve 1s linear infinite}.loading:after{content:"";position:absolute;top:35%;left:35%;right:35%;bottom:35%;border-radius:50%;border-top:1px solid #f74344;-webkit-animation:spin 2.5s linear infinite;animation:spin 2.5s linear infinite}.loading.small{width:70px;height:70px}.loading.btnloading{width:20px;height:20px;margin:0px auto;border-top-color:#8e8e90}.loading.btnloading:before{display:none}.loading.btnloading:after{display:none}.loading.white{border-top-color:#fff}.loading.white:before{border-top-color:#fff}.loading.white:after{border-top-color:#fff}@-webkit-keyframes spin{from{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{from{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spin-reserve{from{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}to{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes spin-reserve{0%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}100%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.close{position:relative;width:30px;height:30px;cursor:pointer}.close::before,.close::after{content:"";width:25px;height:2px;background-color:#8e8e90;position:absolute;top:15px}.close::before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.close::after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.close:hover::before,.close:hover::after{background-color:#000}.close.small{width:20px;height:20px}.close.small::before,.close.small::after{width:15px;height:1px;top:10px}.close.big{width:40px;height:40px}.close.big::before,.close.big::after{width:35px;height:3px;top:20px}.close.red::before,.close.red::after{background-color:#f74344}.close.red:hover::before,.close.red:hover::after{background-color:#000}.modal{display:none;position:fixed;z-index:9900;background-color:rgba(0,0,0,0.5);width:100vw;height:100vh;top:0;left:0}.modal.show{display:table}.modal .mymodal-content{display:flex;flex-direction:column;background-color:#fff;border-radius:3px;width:100%;max-width:800px;min-height:200px;position:relative;margin:10px auto;padding:15px}.modal .mymodal-content .mymodal-header{display:flex;justify-content:space-between;align-items:center;padding-right:0px;font-size:1.5rem;margin-bottom:0px;box-shadow:0px 1px 0px rgba(139,139,139,0.15)}.modal .mymodal-content .mymodal-body{padding:15px;flex:2;padding:15px 15px 15px 15px;overflow-y:auto;max-height:calc(100vh - 120px)}.modal .mymodal-content .mymodal-body iframe{border:none}.modal .mymodal-content .mymodal-footer{display:flex;justify-content:center;padding-top:15px;padding-bottom:15px}.modal .mymodal-content.modal-view{max-width:unset;width:calc(100vw - 20px);height:calc(100vh - 20px);background-color:#fafafa;padding:0;border-radius:5px;overflow:hidden}.modal .mymodal-content.modal-view .mymodal-header{background-color:#fff;padding:5px 15px}.modal .mymodal-content.modal-cropper{max-width:1900px;width:calc(100vw - 20px);max-height:calc(100vh - 20px)}.modal .mymodal-content.modal-full{max-width:unset;width:calc(100vw - 20px);height:calc(100vh - 20px)}.modal .mymodal-content.modal-xl{max-width:1600px;width:calc(100vw - 20px)}.modal .mymodal-content.modal-lg{max-width:1200px;width:calc(100vw - 20px)}.modal .mymodal-content.modal-edititem{max-width:unset;height:calc(100vh - 20px);width:calc(100vw - 20px);padding:10px;margin:10px auto;display:flex;flex-direction:column;border-radius:10px}.modal .mymodal-content.modal-edititem .mymodal-header{justify-content:space-between;align-items:center;padding-right:0px;font-size:1.5rem;margin-bottom:10px;box-shadow:0px 1px 0px rgba(139,139,139,0.15)}.modal .mymodal-content.modal-edititem .mymodal-body{flex:2;padding:10px 20px 50px 0px;overflow-y:scroll}.modal .mymodal-content.modal-edititem .mymodal-body iframe{border:none}.modal .mymodal-content.modal-pdfview{max-width:1200px;height:calc(100vh - 20px);width:calc(100vw - 20px);padding:10px;margin:10px auto;display:flex;flex-direction:column}.modal .mymodal-content.modal-pdfview .mymodal-body{flex:2;padding:10px 0px}.modal .mymodal-content.modal-pdfview .mymodal-body iframe{border:none}.table{background-color:#fff;width:100%}.table-bordered{border-top:1px solid rgba(183,178,174,0.5);border-left:1px solid rgba(183,178,174,0.5);border-radius:3px}.table-bordered th,.table-bordered td{border-bottom:1px solid rgba(0,0,0,0.05);border-right:1px solid rgba(183,178,174,0.5);padding:.3rem}.table-bordered thead th,.table-bordered thead td{border-bottom-width:1.125px}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,0.05)}.table-striped tbody tr:hover{background-color:#fafafa}.table.dataTable thead th,.table.dataTable tfoot th{color:#8e8e90;font-weight:normal;border-bottom:2px solid #acacac}.table.dataTable thead th.sorting_desc,.table.dataTable thead th.sorting_asc,.table.dataTable tfoot th.sorting_desc,.table.dataTable tfoot th.sorting_asc{color:#8e8e90}.gotopage-container{z-index:1000;margin-left:45px}.gotopage-container .gotopage{position:relative;display:flex;justify-content:center;align-items:center}.gotopage-container .gotopage .title{padding-right:15px}.gotopage-container .gotopage .content{border:1px solid #acacac;border-radius:3px;padding:2px 4px;display:flex;justify-content:center;align-items:center}.gotopage-container .gotopage .content input{border:none;width:40px;height:23px;text-align:center}.gotopage-container .gotopage .content .gotobtn{cursor:pointer;background-color:#6c5f57;color:#fff;font-size:.75rem;display:flex;justify-content:center;align-items:center;width:35px;height:25px;border-radius:3px}.gotopage-container .gotopage .content .gotobtn:hover{background-image:linear-gradient(rgba(0,0,0,0.4) 0 0)}.tooltip{position:relative}.tooltip .tooltip-content{position:absolute;z-index:9999;width:360px;height:180px;border-radius:5px;font-size:.875rem;line-height:1.125;box-shadow:1px 1px 1px rgba(139,139,139,0.5);background-color:#000;color:#fff;display:flex;opacity:0;pointer-events:none;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3);-webkit-transition:opacity 0.2s, -webkit-transform 0.2s;transition:opacity 0.2s, transform 0.2s}.tooltip .tooltip-content::after{content:'';border:solid transparent;height:0;width:0;position:absolute;pointer-events:none;border-color:transparent;border-width:10px}.tooltip .tooltip-content img{position:relative;display:block}.tooltip .tooltip-content .tooltip-text{flex:2;padding:10px}.tooltip.up .tooltip-content{-webkit-transform-origin:50% 100%;transform-origin:50% 100%;left:calc(50% - 360px / 2);bottom:calc(100% + 10px)}.tooltip.up .tooltip-content::after{left:50%;top:100%;border-top-color:#000;margin-left:-10px}.tooltip.down .tooltip-content{-webkit-transform-origin:50% 0%;transform-origin:50% 0%;left:calc(50% - 360px / 2);top:calc(100% + 10px)}.tooltip.down .tooltip-content::after{left:50%;bottom:100%;border-bottom-color:#000;margin-left:-10px}.tooltip.left .tooltip-content{-webkit-transform-origin:100% 50%;transform-origin:100% 50%;left:calc(0px - 10px - 360px);top:calc(50% - 180px / 2)}.tooltip.left .tooltip-content::after{left:100%;top:45%;border-left-color:#000}.tooltip.right .tooltip-content{-webkit-transform-origin:0% 50%;transform-origin:0% 50%;left:calc(100% + 10px);top:calc(50% - 180px / 2)}.tooltip.right .tooltip-content::after{right:100%;top:45%;border-right-color:#000}.tooltip:hover .tooltip-content{pointer-events:auto;opacity:1;-webkit-transform:translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);transform:translate3d(0, 0, 0) rotate3d(0, 0, 0, 0)}.htitle.white{color:#fff}.htitle.orange{color:#f37020}.htitle.black{color:#000}.htitle.gray{color:#8e8e90}.htitle.mbhigh{margin-bottom:30px}.htitle.mbsmall{margin-bottom:5px}.htitle.center{text-align:center}h1.htitle{display:block;font-size:3.65rem;line-height:1}h2.htitle{display:block;font-size:3.65rem;line-height:1}h3.htitle{display:block;font-size:1.5rem;font-weight:300}h4.htitle{display:block;font-size:1rem;line-height:1.95}h5.htitle{display:block;font-size:.875rem}span.gray{color:#8e8e90 !important}span.orange{color:#f37020 !important}span.green{color:#127820 !important}span.brown{color:#6c5f57 !important}span.red{color:#f74344 !important}span.black{color:#000 !important}span.tourl{color:#6c5f57;cursor:pointer}span.tourl:after{content:"→";font-size:.75rem;margin-left:4px}span.tourl:hover{font-style:italic}.pagebanner{position:relative;width:100%;height:100vh;display:flex;align-items:center;justify-content:center}.pagedownload{position:relative;width:100%;height:100vh;padding:60px;display:flex;flex-direction:column;align-items:center}.pagedownload .download-title{font-size:2rem;font-weight:700;margin-bottom:100px}.pagedownload .download-subtitle{font-size:1.25rem;font-weight:700}.pagedownload .download-content{margin-bottom:50px}
/*# sourceMappingURL=style.min.css.map */
