#wdtr-console-loader{width:16px;height:16px;display:inline-block;padding:0;transform:rotate(90deg);-webkit-transform:rotate(90deg)}#wdtr-console-loader .circle{fill:transparent;stroke:#ff5500;stroke-width:15px;-webkit-animation:1.5s circle infinite ease-in;animation:1.5s circle infinite ease-in}@keyframes circle{0%{stroke-dasharray:0 400;stroke-dashoffset:0}25%{stroke-dashoffset:0}100%{stroke-dasharray:400 400;stroke-dashoffset:-400}}@-webkit-keyframes circle{0%{stroke-dasharray:0 400;stroke-dashoffset:0}25%{stroke-dashoffset:0}100%{stroke-dasharray:400 400;stroke-dashoffset:-400}}#wdtr-library-container{display:flex;flex-wrap:wrap}.wdtr-library-item{display:flex;flex-direction:column;padding:20px;margin:5px;background:#fff;width:200px;border:1px solid #BBB;box-shadow:2px 2px 15px rgba(0,0,0,0.1)}.wdtr-library-item h2{margin:5px}.wdtr-library-version{color:#f50000}.wdtr-library-description{flex-grow:1}.wdtr-library-action{font-size:16px;padding:15px;margin-top:10px;width:100%;box-shadow:none;border:0;background:#ff450f;color:#eee}.wdtr-library-action:hover{background:#ff150f;color:#fff}.wdtr-library-actions{display:flex;background:#ccc;margin-left:-20px;margin-bottom:20px;width:calc(100% + 20px)}.wdtr-library-actions .wdtr-library-title{display:flex;flex-grow:1;font-size:20px;align-items:center;padding:10px 20px}.wdtr-library-actions .wdtr-library-title img{height:50px;margin-right:20px}.wdtr-library-actions button{padding:20px;background:#ccc;border:0;border-left:1px solid #aaa;outline:none;color:#222}.wdtr-library-actions button:hover{background:#AAA;color:#000}.wdtr-library-actions button.ready{background:#ff450f;color:#eee}.wdtr-library-actions button.ready:hover{background:#ff150f;color:#fff}.wdtr-library-actions button.black{background:#999;color:#eee}.wdtr-library-actions button.black:hover{background:#555;color:#fff}#wdtr-submit-tasker-upload-form{display:flex;align-items:stretch;padding:0 0 0 10px;background:#DDD}#wdtr-submit-tasker-upload-form #wdtr-tasker-upload-files{padding:16px}#wdtr-submit-tasker-upload-form #wdtr-submit-tasker-upload{flex-grow:1;border:none;outline:none;background:#ff450f;color:#eee;padding:16px;margin:0}#wdtr-submit-tasker-upload-form #wdtr-submit-tasker-upload:hover{background:#ff150f;color:#fff}#wdtr-create-new-name{margin:0;background:#DDD;border:none;outline:0}#wdtr-create-new-name:focus{border:none !important;outline:none !important;box-shadow:none !important;background:#eee}.wdtr-library-action-bar{display:flex;margin-top:10px}.wdtr-library-action-bar button{background:#555;padding:20px;color:#eee;border:0;outline:none;flex-grow:1}.wdtr-library-action-bar button:hover{background:#333;color:#fff}.wdtr-library-action-bar button.wdtr-library-action-run{width:70%;background:#ff450f;color:#eee}.wdtr-library-action-bar button.wdtr-library-action-run:hover{background:#ff150f;color:#fff}#wdtr-editor-side-menu{padding:10px 0;color:#fff;width:300px;background:#222}#wdtr-editor-side-menu .wdtr-editor-side-menu-header{padding:20px;font-size:20px;background:#292929}#wdtr-editor-side-menu .wdtr-btn{text-align:left;font-size:20px;padding:10px 20px;width:100%;box-shadow:none;border:none;border-bottom:solid 1px #111;background:rgba(0,0,0,0);color:#999}#wdtr-editor-side-menu .wdtr-btn:hover{background:#1F1F1F;color:#fff}#wdtr-editor-task-builder-menu{display:flex;flex-direction:column}#wdtr-editor-task-builder-menu label,#wdtr-editor-task-builder-menu select{padding:5px 15px}#wdtr-editor-task-builder-menu input{width:100%;background:#333;color:#bbb;border:1px solid #777;border-radius:3px}#wdtr-editor-task-builder-menu .select2-container,#wdtr-editor-task-builder-menu #wdtr-fire-task-builder,#wdtr-editor-task-builder-menu #wdtr-load-custom-properties{margin:5px 15px}#wdtr-editor-task-builder-menu .wdtr-desc{color:#ccc;padding:5px}#wdtr-editor-task-builder-menu button{outline:none;border:none;padding:20px;background:#ff450f;color:#eee}#wdtr-editor-task-builder-menu button:hover{background:#ff150f;color:#fff}#wdtr-editor-modal-container{position:absolute;display:flex;width:calc(100% + 20px);height:calc(100vh - 32px);top:0;left:-20px;background:#383838}#wdtr-editor-container{flex-grow:1;padding:20px;color:#fff}#task-runner-commands-textarea{font-size:18px;border:0;outline:0;box-shadow:0 0 3px rgba(0,0,0,0.2);width:100%;height:calc(100vh - 180px);margin-top:5px}#wdtr-editor-delete-tasks-confirm .wdtr-btn{text-align:center;background:#400}#wdtr-editor-delete-tasks-confirm .wdtr-btn:hover{background:#600}#wdtr-editor-action-bar{display:flex;justify-content:flex-end}#wdtr-editor-action-bar #wdtr-details-pane{flex-grow:1;padding:20px;display:flex;align-items:center;justify-content:center}#wdtr-editor-action-bar #wdtr-details-pane .wdtr-progress-bar{width:100%;height:10px;background:#333;border-radius:5px;box-shadow:1px 1px 4px rgba(255,255,255,0.1)}#wdtr-editor-action-bar #wdtr-details-pane .wdtr-progress-bar .wdtr-progress-percentage{border-radius:5px;height:100%;width:0;transition:.3s;background:#009900;box-shadow:2px 2px 8px rgba(55,255,55,0.4)}#wdtr-editor-action-bar .wdtr-btn{font-size:20px;padding:20px;width:100%;box-shadow:none;border:0;max-width:200px}#wdtr-editor-action-bar .wdtr-run{background:#ff450f;color:#eee}#wdtr-editor-action-bar .wdtr-run:hover{background:#ff150f;color:#fff}#wdtr-editor-action-bar .wdtr-cancel{background:#222;color:#9e9e9e;margin-right:5px}#wdtr-editor-action-bar .wdtr-cancel:hover{background:#1b1b1b;color:#fff}#wdtr-editor-window{position:relative}#wdtr-editor-window .splash-title{position:absolute;right:10px;bottom:15px;color:rgba(255,255,255,0.2);user-select:none;font-size:25px}.wdtr-console-window{position:relative;font-size:18px;border:0;outline:0;box-shadow:0 0 3px rgba(0,0,0,0.2),inset 2px 2px 20px rgba(0,0,0,0.5);height:calc(100vh - 210px);margin-top:5px;background:#1D1F21;overflow:auto;padding:15px;margin-bottom:18px}.wdtr-console-window .splash-title{position:absolute;right:10px;bottom:10px;color:rgba(255,255,255,0.2);user-select:none;font-size:25px}.wdtr-console-window div{padding:5px}.wdtr-console-window .wdtr-log{color:#BBB}.wdtr-console-window .wdtr-comment{color:#888}.wdtr-console-window .wdtr-error{color:#900}.wdtr-console-window .wdtr-success{color:#090}.update-nag,#wpfooter,.notice{display:none}