*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: rgb(25, 43, 71);--secondary-color: rgb(35, 168, 213);--secondary-color-alpha: rgba(35, 168, 213, .1)}[v-cloak]{display:none}html{height:100%}body{font-family:poppins,arial;font-size:14px;line-height:1.3em;height:100%;text-align:center}a{color:var(--secondary-color);border-bottom:1px solid var(--secondary-color);text-decoration:none}h1{margin-bottom:40px}textarea{font-family:ProximaNova,arial;font-size:14px;line-height:1.3em;width:100%;outline:none}label{font-family:poppins}input[type=text],input[type=password],select{padding:15px;border:1px solid #ddd;border-radius:7px;display:block;width:100%;outline:none}table{width:100%;border-collapse:collapse;border-spacing:0}table th,table td{padding:15px;border:1px solid #e5e5e5}table tr:hover td{background-color:#fafafa}.error{color:red;text-align:center}button,.button{font-family:poppins;font-size:14px;background:#000;color:#fff;padding:20px;min-width:200px;border:1px solid transparent;cursor:pointer;font-weight:400;transition:.2s all ease-in-out;border-radius:7px;display:inline-block;border:1px solid #555}button[disabled],.button[disabled]{background-color:#aaa;opacity:.4;color:#fff;cursor:initial}button:hover,.button:hover{opacity:.9;box-shadow:0 0 5px #0003}button.primary,.button.primary{background:var(--primary-color);color:#fff;border:1px solid transparent}button.secondary,.button.secondary{background:var(--secondary-color);color:#fff;border:1px solid transparent}header{display:flex;height:70px;border-bottom:1px solid #ccc;padding:10px 20px;align-items:center;position:fixed;width:100%;z-index:900;background:#fff}header .logo{flex:0 0;height:100%;display:flex;align-items:center}header .logo a{border:0}header .logo img{max-height:50px}header .logo span{font-size:18px}header .player{flex:1 1;padding:0 15px}header .player audio{margin-top:5px;width:100%;height:45px}.monospace{font-family:monaco;font-size:12px}.input-bar{margin-bottom:20px}.input-bar input[type=text]{padding:15px}.text-right{text-align:right}.text-center{text-align:center}.body-content{text-align:left;margin:auto;height:100%}.container{padding:30px;max-width:1000px;margin:auto}#content{padding:0;height:100%}.columns{display:flex;position:relative}.columns .column{flex:1 1}.columns .column.w-200{width:200px;flex:0 0 200px}.columns.nopad .column{padding:0}.columns.smallpad .column{padding:0 10px}.columns .column:first-child{padding-left:0}.columns .column:last-child{padding-right:0}.modal{position:fixed;left:0;top:0;background:#0003;z-index:999;height:100%;width:100%;display:flex;align-items:center;align-content:center;text-align:center;display:none}.modal.show{display:flex!important}.modal h3{margin-bottom:15px}.modal .modal-view{margin:auto;text-align:left;background:#fff;padding:30px;min-width:500px;display:none;max-height:90%;overflow:auto;position:relative;border-radius:5px;border:1px solid #aaa;box-shadow:3px 3px 6px #888}.modal .modal-view.cover{width:100%;height:100%;max-height:100%;padding:0}.modal .modal-view.cover .content{padding:30px}.modal .modal-view textarea{padding:10px;background:#fff;border-radius:5px;border:1px solid #ddd;font-size:14px}.modal .modal-view .fa-times{position:absolute;top:10px;right:10px;font-size:20px;cursor:pointer}.modal .modal-view .overflow{max-height:300px;overflow-y:auto;border:1px solid #eee;padding:10px}.modal .modal-view.image-preview{width:60%;height:60%;position:relative;overflow-y:hidden}.modal .modal-view.image-preview iframe{height:100%}.modal .modal-view.image-preview img{max-width:100%;max-height:100%}.modal .modal-view.image-preview .close-preview{position:absolute;top:0;right:0;font-size:22px;line-height:22px;cursor:pointer;background:#f5f5f5;padding:5px}.modal .modal-view .error{background:#ff00001a;margin-top:10px;padding:10px}.modal .modal-view input[type=radio]{margin-right:5px}.modal .modal-view .line{margin-bottom:5px}.modal .modal-view .line.padded{margin-bottom:10px}.modal .modal-view .actions{margin-top:20px}.modal .modal-view .actions.footer{position:absolute;bottom:0;width:100%;padding:20px;background:#eee;text-align:center}.modal .modal-view .actions.footer span{margin:auto;font-size:20px}.modal .modal-view .actions button~button{margin-left:10px}.modal .modal-view .actions button{width:100px;min-width:100px;cursor:pointer}.modal .modal-view .actions button.wide{width:150px}.modal .modal-view .actions button.primary:hover{opacity:.9}.modal .modal-view .actions button.secondary,.modal .modal-view .actions button.delete{background:#fff;color:#777;border:1px solid transparent}.modal .modal-view .actions button.secondary:hover,.modal .modal-view .actions button.delete:hover{box-shadow:none;opacity:.7}.modal .modal-view .actions button.delete{color:red}.modal .modal-view .actions button:first-child{float:left}.modal .modal-view .actions button:last-child{float:right}.show{display:revert!important}.field{margin-bottom:20px;position:relative}.field.collapse{margin-bottom:5px}.field:last-child{margin-bottom:0}.field label{display:block;margin-bottom:5px;font-size:14px}.field.checkbox{margin-bottom:10px}.mt-10{margin-top:10px}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}body.login{display:flex;align-items:center;align-content:center;width:100%}body.login #login-box{margin:auto;text-align:left;padding-bottom:100px;width:400px;max-width:90%}body.login #login-box .logo{text-align:center}body.login #login-box .logo img{width:150px;margin:auto}body.login #login-box .logo h2{font-size:26px;color:var(--primary-color);margin-top:20px;margin-bottom:50px;font-family:poppins}body.login #login-box .field label{font-size:16px;margin-bottom:10px}body.login #login-box button{width:100%}#jobs-page table{font-family:monaco;font-size:12px}#jobs-page table tr:hover td{background-color:#f5f5f5}#jobs-page table th,#jobs-page table td{padding:10px}#editor-page #input-box,#editor-page #punctuation-box,#editor-page #suggestion-box{display:none;position:fixed;top:0;left:0;z-index:999;width:350px;border:1px solid #eee;box-shadow:10px 10px 24px #646464;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#fff}#editor-page #input-box input[type=text],#editor-page #punctuation-box input[type=text],#editor-page #suggestion-box input[type=text]{border:0;padding:20px 5px;height:20px;display:block;font-size:12px;line-height:1.5em}#editor-page #input-box #phrase-words,#editor-page #punctuation-box #phrase-words,#editor-page #suggestion-box #phrase-words{color:#555;font-size:11px;background-color:#eee;padding:5px;cursor:pointer;display:block}#editor-page #punctuation-box{padding:6px;width:auto}#editor-page #punctuation-box .punctuation{display:inline-block;border:1px solid #ddd;border-radius:5px;margin-right:10px;text-align:center;padding:3px 10px;font-weight:600;position:relative}#editor-page #punctuation-box .punctuation .number{font-weight:400;position:absolute;text-align:center;left:-3px;top:-3px;font-size:9px;background-color:#fff;padding:1px;width:10px;line-height:1em}#editor-page #punctuation-box .punctuation:last-child{margin-right:0}#editor-page #suggestion-box div{padding:5px}#editor-page #suggestion-box div:hover{background-color:#eee;cursor:pointer}#editor-page .punctuation-mode #punctuation-box,#editor-page .suggestion-mode #suggestion-box,#editor-page .insert-mode #input-box{display:block}#editor-page .insert-mode #input-box i{position:absolute;top:15px;right:10px;opacity:.5;transition:.2s opacity ease-in;cursor:pointer}#editor-page .insert-mode #input-box i:hover{opacity:1}#editor-page .column.sections{padding:20px;flex:0 0 300px}#editor-page .column.sections.insert-mode{background-color:var(--secondary-color-alpha)}#editor-page .column.sections .section{padding:10px;font-size:12px;border-bottom:1px solid #ccc;cursor:pointer;position:relative}#editor-page .column.sections .section .number{position:absolute;left:-15px;top:10px;text-align:center;width:20px;font-weight:500}#editor-page .column.sections .section.inserted{opacity:.3}#editor-page .column.sections .section:hover{background-color:#f5f5f5}#editor-page .column.sections .section .section-title{font-weight:500}#editor-page .column.sections .section .section-note{font-size:11px}#editor-page .editor-box{outline:none;padding:20px;line-height:1.5em;font-size:13px;display:block}#editor-page .editor-box .section{margin-top:20px;margin-bottom:10px;padding:10px;border-left:2px solid var(--secondary-color);background-color:var(--secondary-color-alpha)!important;position:relative}#editor-page .editor-box .section .title{font-weight:500;font-size:13px;margin-bottom:5px}#editor-page .editor-box .section .note{font-size:12px;line-height:1.2em}#editor-page .editor-box .section .remove-section{position:absolute;right:10px;top:10px;cursor:pointer;display:none}#editor-page .editor-box .section .remove-section:hover{color:red}#editor-page .editor-box .section:hover .remove-section{display:block}#editor-page .editor-box .ol,#editor-page .editor-box .ul{margin-left:25px}#editor-page .editor-box .word{display:inline-block;border:1px solid transparent;padding:1px;border-radius:3px;position:relative}#editor-page .editor-box .word.deleted{opacity:.3;text-decoration:line-through}#editor-page .editor-box .word.ranged{background-color:#23a8d533}#editor-page .editor-box .word:hover{background-color:#23a8d566;color:#000;cursor:pointer}#editor-page .editor-box .word.editing{color:#000;background-color:#fff;border:1px solid #000}#editor-page .editor-box .word.collapsed{background-color:#ddd}#editor-page .editor-box .word.manual{font-weight:500}#editor-page .editor-box .word.moved{border-bottom:1px solid #ddd;border-radius:0;background-color:#f5f5f5}#editor-page .editor-box .word.misspelled{border-bottom:1px solid red;background-color:#ff00000d}#editor-page .editor-box .word.qa{background-color:#b76e7980}#editor-page .editor-box .word.active{background-color:#23a8d5;color:#fff}#editor-page .editor-box .word.at{border-bottom:1px solid blue}#editor-page .editor-box .word.overwritten{color:red;display:none}#editor-page .autotext{margin-top:10px;height:180px;overflow-y:auto}#editor-page .autotext .autotext-entry{padding:3px 5px;font-size:12px;position:relative}#editor-page .autotext .autotext-entry:hover{background-color:#fafafa}#editor-page .autotext .autotext-entry .replacement{margin-left:5px;color:#888}#editor-page .autotext .autotext-entry .delete-autotext{position:absolute;right:10px;top:2px;display:none;cursor:pointer}#editor-page .autotext .autotext-entry .delete-autotext:hover{color:red}#editor-page .autotext .autotext-entry:hover .delete-autotext{display:block}#editor-page #mode-box{padding:5px 5px 5px 20px;font-size:12px;font-weight:600;z-index:99;position:fixed;width:100%;border-bottom:1px solid #ccc;display:none}#editor-page #mode-box.active{background-color:#f5f5f5;display:block}#editor-page .move-target{display:none}#editor-page .move-mode .word:hover{cursor:default}#editor-page .move-mode .word:hover .move-target{margin-right:5px;cursor:pointer;content:"b";display:inline-block;width:15px;background-color:#fff;text-align:center}#editor-page .move-mode .word:hover .move-after{margin-right:0;margin-left:5px}
