From b31f3572e9641bd77d8c329b8844797040b158aa Mon Sep 17 00:00:00 2001 From: Aleh Hutnikau Date: Thu, 24 Mar 2016 17:59:37 +0300 Subject: [PATCH 01/12] add display: inline-blick rule for label --- views/css/creator.css | 2 +- views/css/new-test-runner.css | 2 +- views/css/new-test-runner.css.map | 2 +- views/css/test-runner.css | 2 +- views/css/test-runner.css.map | 2 +- views/scss/inc/_navigator.scss | 3 ++- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/views/css/creator.css b/views/css/creator.css index 4e11ff53ce..f2a3cb8572 100644 --- a/views/css/creator.css +++ b/views/css/creator.css @@ -1,2 +1,2 @@ -#test-creator{position:relative;min-height:550px;height:auto}#test-creator .test-creator-toolbar{position:relative;height:50px;background-color:#D4D5D7;color:#222}@media only screen and (max-width: 1024px){#test-creator .test-creator-toolbar{padding-left:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-toolbar{padding-left:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-toolbar{padding-left:350px}}#test-creator .test-creator-toolbar .logo{position:absolute;left:10px;top:0;height:50px;overflow:hidden;background:url("../img/test-creator.png") no-repeat left}@media only screen and (max-width: 1024px){#test-creator .test-creator-toolbar .logo{width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-toolbar .logo{width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-toolbar .logo{width:350px}}#test-creator .test-creator-toolbar>ul{height:50px}#test-creator .test-creator-toolbar>ul li{float:left;height:50px;position:relative;padding:12px 20px 0 20px;line-height:1.2;text-align:center;font-size:12px;font-size:1.2rem}#test-creator .test-creator-toolbar>ul li [class^="icon-"],#test-creator .test-creator-toolbar>ul li [class*=" icon-"]{display:block;font-size:20px;font-size:2rem;color:#6f6359}#test-creator .test-creator-toolbar>ul li:hover{cursor:pointer;color:#fff;background-color:#ba122b}#test-creator .test-creator-toolbar>ul li:hover [class^="icon-"],#test-creator .test-creator-toolbar>ul li:hover [class*=" icon-"]{cursor:pointer;color:#fff;background-color:#ba122b}#test-creator .test-creator-toolbar>ul li.disabled{background-color:inherit}#test-creator .test-creator-toolbar>ul li.disabled [class^="icon-"],#test-creator .test-creator-toolbar>ul li.disabled [class*=" icon-"]{background-color:inherit;cursor:not-allowed;color:#6f6359}#test-creator .test-creator-sidebar{background-color:#f2f0ee;color:#222}#test-creator .test-creator-items{position:relative;display:table-cell;vertical-align:top;min-height:500px;height:auto !important;border-right:1px #ddd solid}@media only screen and (max-width: 1024px){#test-creator .test-creator-items{width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-items{width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-items{width:350px}}@media only screen and (max-width: 1024px){#test-creator .test-creator-items{max-width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-items{max-width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-items{max-width:350px}}#test-creator .test-creator-items h1{font-size:14px;font-size:1.4rem;line-height:1.6;background-color:#D4D5D7;color:#222;margin-top:1px;padding:5px;height:38px}@media only screen and (max-width: 1024px){#test-creator .test-creator-items h1{width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-items h1{width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-items h1{width:350px}}#test-creator .test-creator-items h1:before{font-family:'tao';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e640";font-size:16px;font-size:1.6rem;line-height:1.6;margin-right:3px}#test-creator .test-creator-items .item-selection{margin:6px}#test-creator .test-creator-items input{margin-bottom:10px}@media only screen and (max-width: 1024px){#test-creator .test-creator-items input{width:230px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-items input{width:280px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-items input{width:330px}}#test-creator .test-creator-items ul.item-box li{position:relative;padding:4px;margin:0;height:40px;line-height:1.2;background-color:#fff;border-top:solid 1px #ddd;border-left:solid 1px #ddd;border-right:solid 1px #ddd;text-overflow:ellipsis}@media only screen and (max-width: 1024px){#test-creator .test-creator-items ul.item-box li{padding-right:62.5px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-items ul.item-box li{padding-right:75px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-items ul.item-box li{padding-right:87.5px}}#test-creator .test-creator-items ul.item-box li:last-child{border-bottom:solid 1px #ddd}#test-creator .test-creator-items ul.item-box li .flag{text-overflow:ellipsis;position:absolute;right:0;bottom:0;padding:0 3px;height:16px;background-color:#0e5d91;color:#fff;-webkit-border-top-left-radius:2px;-moz-border-radius-topleft:2px;border-top-left-radius:2px}@media only screen and (max-width: 1024px){#test-creator .test-creator-items ul.item-box li .flag{max-width:62.5px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-items ul.item-box li .flag{max-width:75px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-items ul.item-box li .flag{max-width:87.5px}}#test-creator .test-creator-items ul.item-box li:hover,#test-creator .test-creator-items ul.item-box li.selected{background-color:#3e7da7;color:#fff;cursor:pointer}#test-creator .test-creator-items ul.item-box li:hover:after,#test-creator .test-creator-items ul.item-box li.selected:after{font-family:'tao';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e60f";position:absolute;right:4px;top:0px;bottom:0px;margin:auto;height:30px;font-size:28px;font-size:2.8rem}#test-creator .test-creator-props{position:relative;display:table-cell;vertical-align:top;height:auto !important;min-height:500px;background-color:#f3f1ef;color:#222;border-left:1px solid #ddd}@media only screen and (max-width: 1024px){#test-creator .test-creator-props{width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-props{width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-props{width:350px}}#test-creator .test-creator-props h1{font-size:14px;font-size:1.4rem;line-height:1.6;background-color:#D4D5D7;color:#222;margin-top:1px;padding:5px}@media only screen and (max-width: 1024px){#test-creator .test-creator-props h1{width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-props h1{width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-props h1{width:350px}}#test-creator .test-creator-props h1:before{font-family:'tao';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e61d";font-size:16px;font-size:1.6rem;line-height:1.6;margin-right:3px}#test-creator .test-creator-props h3{padding:6px}#test-creator .test-creator-props h4{font-size:13px;font-size:1.3rem;line-height:1.3;background-color:#D4D5D7;color:#222;margin-top:1px;padding:6px;position:relative;clear:both}@media only screen and (max-width: 1024px){#test-creator .test-creator-props h4{width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-props h4{width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-props h4{width:350px}}#test-creator .test-creator-props h4.toggler{cursor:pointer}#test-creator .test-creator-props h4.toggler:after{position:absolute;right:15px;top:3px}#test-creator .test-creator-props .help{cursor:pointer}#test-creator .test-creator-props .grid-row{padding-left:6px;width:100%}#test-creator .test-creator-props .grid-row input{width:100%;max-width:inherit;min-width:inherit}#test-creator .test-creator-props .panel{clear:both;position:relative;margin-bottom:12px}#test-creator .test-creator-props .panel label{width:40%}#test-creator .test-creator-props .panel input,#test-creator .test-creator-props .panel select{position:relative;max-width:inherit;min-width:inherit;width:50%}#test-creator .test-creator-props .panel [data-role='upload-trigger']{max-width:inherit;min-width:inherit;width:80%;margin:5px}#test-creator .test-creator-props .panel h3{font-size:13px;font-size:1.3rem;line-height:1.3}#test-creator .test-creator-props .panel .icon-help{float:right;margin-right:5px}#test-creator .test-creator-test{position:relative;width:100%;display:table-cell;vertical-align:top;min-height:550px-toolbarHeight;background-color:#fff;color:#222}@media only screen and (max-width: 1024px){#test-creator .test-creator-test{margin-left:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-test{margin-left:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-test{margin-left:350px}}@media only screen and (max-width: 1024px){#test-creator .test-creator-test{margin-right:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-test{margin-right:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-test{margin-right:350px}}#test-creator .test-creator-test h1>span:first-child,#test-creator .test-creator-test h2>span:first-child,#test-creator .test-creator-test li>span:first-child{float:left}#test-creator .test-creator-test h1 .actions,#test-creator .test-creator-test h2 .actions,#test-creator .test-creator-test li .actions{position:absolute;right:0;top:0;display:inline-block;max-width:300px;height:39px;z-index:100}#test-creator .test-creator-test h1 .actions .tlb,#test-creator .test-creator-test h2 .actions .tlb,#test-creator .test-creator-test li .actions .tlb{display:inline-block;background:none;margin-left:15px;font-size:14px;font-size:1.4rem}#test-creator .test-creator-test h1 .actions .tlb .tlb-top,#test-creator .test-creator-test h2 .actions .tlb .tlb-top,#test-creator .test-creator-test li .actions .tlb .tlb-top{background:none !important;border-width:0 !important;-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0.2);-moz-box-shadow:0 0 0 0 rgba(0,0,0,0.2);-ms-box-shadow:0 0 0 0 rgba(0,0,0,0.2);-o-box-shadow:0 0 0 0 rgba(0,0,0,0.2);box-shadow:0 0 0 0 rgba(0,0,0,0.2)}#test-creator .test-creator-test>h1{position:relative;background-color:#f3f1ef;height:39px;padding:6px 60px 3px 48px;margin-bottom:10px;margin-top:0}#test-creator .test-creator-test>h1:before{font-family:'tao';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e641";position:absolute;left:20px;margin-top:-2px}#test-creator .test-creator-test>h1 .actions{margin-right:12px}#test-creator .test-creator-test>h1>span:first-child{display:inline-block;line-height:1.2em;overflow:hidden;height:1.2em}#test-creator .test-creator-test .test-content{padding:0 0 0 20px}#test-creator .test-creator-test .test-content h1,#test-creator .test-creator-test .test-content h2{position:relative;height:35px}#test-creator .test-creator-test .testpart-content>button{margin-left:10px}#test-creator .test-creator-test .testpart{color:#222;border-left:solid 5px #8d949e;padding:0 5px;margin:20px 0}#test-creator .test-creator-test .testpart>h1{background-color:#a3a9b1;padding:0 5px;margin-right:5px;margin-top:0;color:#fff;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}#test-creator .test-creator-test .testpart>h1>.toggler{position:absolute;right:15px;color:#fff}#test-creator .test-creator-test .sections{margin-bottom:10px}#test-creator .test-creator-test .section{color:#222;border-left:solid 5px #a4bbc5;padding:0 5px 0 15px;margin:20px 0 10px 10px}#test-creator .test-creator-test .section>h2{color:#627076}#test-creator .test-creator-test .section:last-child{margin-bottom:0}#test-creator .test-creator-test .rublocks{border-left:solid 5px #568db2;padding:0 5px 0 15px;margin:0px 0 10px 0px}#test-creator .test-creator-test .rublocks h3{color:#568db2;float:none;margin-top:0}#test-creator .test-creator-test .rublocks .rubricblocks{clear:both;padding-left:25px}#test-creator .test-creator-test .rublocks .rubricblocks>li,#test-creator .test-creator-test .rublocks .rubricblocks .rubricblock-content{position:relative;clear:both}#test-creator .test-creator-test .rublocks .rubricblocks>li{padding:4px;border:solid 1px #ddd;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;background-color:#f3f1ef;margin-bottom:20px;clear:both}#test-creator .test-creator-test .rublocks .rubricblocks>li .rubricblock-binding{display:none}#test-creator .test-creator-test .rublocks .rubricblocks>li .rubricblock-content{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;background-color:#fff;padding:4px;border:solid 1px #fff;margin:0;min-height:30px;overflow:hidden}#test-creator .test-creator-test .rublocks .rubricblocks>li .rubricblock-content .grid-row{display:block}#test-creator .test-creator-test .rublocks .rubricblocks>li .rubricblock-content .mini-tlb{position:absolute;top:-8px;right:26px;background-color:#fff;padding:4px 6px;border:solid 1px #ddd;margin:0;z-index:600}#test-creator .test-creator-test .rublocks .rubricblocks>li .rubricblock-content .mini-tlb .tlb-button{cursor:pointer}#test-creator .test-creator-test .rublocks .rubricblocks>li .actions{position:absolute;right:-3px;top:-2px}#test-creator .test-creator-test .itemrefs-wrapper{border:solid 1px #ddd;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding-left:15px}#test-creator .test-creator-test .itemrefs-wrapper h3{color:#627076}#test-creator .test-creator-test .itemrefs-wrapper .itemrefs{position:relative;padding:0;margin-left:15px}#test-creator .test-creator-test .itemrefs-wrapper .itemrefs:before{color:#ddd}#test-creator .test-creator-test .itemrefs-wrapper .itemrefs>li{position:relative;height:39px;line-height:39px;padding:2px;clear:both}#test-creator .test-creator-test .itemrefs-wrapper .itemrefs>li:nth-child(even){background-color:#f3f1ef}#test-creator .test-creator-test .itemrefs-wrapper .itemref-placeholder{display:none;margin:5px 5px 5px 0;height:35px;line-height:35px;padding-left:5px;border:dashed 1px #3e7da7;color:#3e7da7;background-color:#c5d8e4;cursor:pointer;font-size:18px;font-size:1.8rem;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}#test-creator .test-creator-test .itemrefs-wrapper .itemref-placeholder:before{font-family:'tao';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e636"}#test-creator .test-creator-test .itemrefs-wrapper .itemref-placeholder:hover{background-color:#ebf2f6} +#test-creator{position:relative;min-height:550px;height:auto}#test-creator .test-creator-toolbar{position:relative;height:50px;background-color:#D4D5D7;color:#222}@media only screen and (max-width: 1024px){#test-creator .test-creator-toolbar{padding-left:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-toolbar{padding-left:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-toolbar{padding-left:350px}}#test-creator .test-creator-toolbar .logo{position:absolute;left:10px;top:0;height:50px;overflow:hidden;background:url("../img/test-creator.png") no-repeat left}@media only screen and (max-width: 1024px){#test-creator .test-creator-toolbar .logo{width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-toolbar .logo{width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-toolbar .logo{width:350px}}#test-creator .test-creator-toolbar>ul{height:50px}#test-creator .test-creator-toolbar>ul li{float:left;height:50px;position:relative;padding:12px 20px 0 20px;line-height:1.2;text-align:center;font-size:12px;font-size:1.2rem}#test-creator .test-creator-toolbar>ul li [class^="icon-"],#test-creator .test-creator-toolbar>ul li [class*=" icon-"]{display:block;font-size:20px;font-size:2rem;color:#6f6359}#test-creator .test-creator-toolbar>ul li:hover{cursor:pointer;color:#fff;background-color:#ba122b}#test-creator .test-creator-toolbar>ul li:hover [class^="icon-"],#test-creator .test-creator-toolbar>ul li:hover [class*=" icon-"]{cursor:pointer;color:#fff;background-color:#ba122b}#test-creator .test-creator-toolbar>ul li.disabled{background-color:inherit}#test-creator .test-creator-toolbar>ul li.disabled [class^="icon-"],#test-creator .test-creator-toolbar>ul li.disabled [class*=" icon-"]{background-color:inherit;cursor:not-allowed;color:#6f6359}#test-creator .test-creator-sidebar{background-color:#f3f1ef;color:#222}#test-creator .test-creator-items{position:relative;display:table-cell;vertical-align:top;min-height:500px;height:auto !important;border-right:1px #ddd solid}@media only screen and (max-width: 1024px){#test-creator .test-creator-items{width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-items{width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-items{width:350px}}@media only screen and (max-width: 1024px){#test-creator .test-creator-items{max-width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-items{max-width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-items{max-width:350px}}#test-creator .test-creator-items h1{font-size:14px;font-size:1.4rem;line-height:1.6;background-color:#D4D5D7;color:#222;margin-top:1px;padding:5px;height:38px}@media only screen and (max-width: 1024px){#test-creator .test-creator-items h1{width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-items h1{width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-items h1{width:350px}}#test-creator .test-creator-items h1:before{font-family:'tao';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e640";font-size:16px;font-size:1.6rem;line-height:1.6;margin-right:3px}#test-creator .test-creator-items .item-selection{margin:6px}#test-creator .test-creator-items input{margin-bottom:10px}@media only screen and (max-width: 1024px){#test-creator .test-creator-items input{width:230px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-items input{width:280px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-items input{width:330px}}#test-creator .test-creator-items ul.item-box li{position:relative;padding:4px;margin:0;height:40px;line-height:1.2;background-color:#fff;border-top:solid 1px #ddd;border-left:solid 1px #ddd;border-right:solid 1px #ddd;text-overflow:ellipsis}@media only screen and (max-width: 1024px){#test-creator .test-creator-items ul.item-box li{padding-right:62.5px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-items ul.item-box li{padding-right:75px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-items ul.item-box li{padding-right:87.5px}}#test-creator .test-creator-items ul.item-box li:last-child{border-bottom:solid 1px #ddd}#test-creator .test-creator-items ul.item-box li .flag{text-overflow:ellipsis;position:absolute;right:0;bottom:0;padding:0 3px;height:16px;background-color:#0e5d91;color:#fff;-webkit-border-top-left-radius:2px;-moz-border-radius-topleft:2px;border-top-left-radius:2px}@media only screen and (max-width: 1024px){#test-creator .test-creator-items ul.item-box li .flag{max-width:62.5px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-items ul.item-box li .flag{max-width:75px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-items ul.item-box li .flag{max-width:87.5px}}#test-creator .test-creator-items ul.item-box li:hover,#test-creator .test-creator-items ul.item-box li.selected{background-color:#3e7da7;color:#fff;cursor:pointer}#test-creator .test-creator-items ul.item-box li:hover:after,#test-creator .test-creator-items ul.item-box li.selected:after{font-family:'tao';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e60f";position:absolute;right:4px;top:0px;bottom:0px;margin:auto;height:30px;font-size:28px;font-size:2.8rem}#test-creator .test-creator-props{position:relative;display:table-cell;vertical-align:top;height:auto !important;min-height:500px;background-color:#f3f1ef;color:#222;border-left:1px solid #ddd}@media only screen and (max-width: 1024px){#test-creator .test-creator-props{width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-props{width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-props{width:350px}}#test-creator .test-creator-props h1{font-size:14px;font-size:1.4rem;line-height:1.6;background-color:#D4D5D7;color:#222;margin-top:1px;padding:5px}@media only screen and (max-width: 1024px){#test-creator .test-creator-props h1{width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-props h1{width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-props h1{width:350px}}#test-creator .test-creator-props h1:before{font-family:'tao';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e61d";font-size:16px;font-size:1.6rem;line-height:1.6;margin-right:3px}#test-creator .test-creator-props h3{padding:6px}#test-creator .test-creator-props h4{font-size:13px;font-size:1.3rem;line-height:1.3;background-color:#D4D5D7;color:#222;margin-top:1px;padding:6px;position:relative;clear:both}@media only screen and (max-width: 1024px){#test-creator .test-creator-props h4{width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-props h4{width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-props h4{width:350px}}#test-creator .test-creator-props h4.toggler{cursor:pointer}#test-creator .test-creator-props h4.toggler:after{position:absolute;right:15px;top:3px}#test-creator .test-creator-props .help{cursor:pointer}#test-creator .test-creator-props .grid-row{padding-left:6px;width:100%}#test-creator .test-creator-props .grid-row input{width:100%;max-width:inherit;min-width:inherit}#test-creator .test-creator-props .panel{clear:both;position:relative;margin-bottom:12px}#test-creator .test-creator-props .panel label{width:40%}#test-creator .test-creator-props .panel input,#test-creator .test-creator-props .panel select{position:relative;max-width:inherit;min-width:inherit;width:50%}#test-creator .test-creator-props .panel [data-role='upload-trigger']{max-width:inherit;min-width:inherit;width:80%;margin:5px}#test-creator .test-creator-props .panel h3{font-size:13px;font-size:1.3rem;line-height:1.3}#test-creator .test-creator-props .panel .icon-help{float:right;margin-right:5px}#test-creator .test-creator-test{position:relative;width:100%;display:table-cell;vertical-align:top;min-height:550px-toolbarHeight;background-color:#fff;color:#222}@media only screen and (max-width: 1024px){#test-creator .test-creator-test{margin-left:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-test{margin-left:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-test{margin-left:350px}}@media only screen and (max-width: 1024px){#test-creator .test-creator-test{margin-right:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-test{margin-right:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-test{margin-right:350px}}#test-creator .test-creator-test h1>span:first-child,#test-creator .test-creator-test h2>span:first-child,#test-creator .test-creator-test li>span:first-child{float:left}#test-creator .test-creator-test h1 .actions,#test-creator .test-creator-test h2 .actions,#test-creator .test-creator-test li .actions{position:absolute;right:0;top:0;display:inline-block;max-width:300px;height:39px;z-index:100}#test-creator .test-creator-test h1 .actions .tlb,#test-creator .test-creator-test h2 .actions .tlb,#test-creator .test-creator-test li .actions .tlb{display:inline-block;background:none;margin-left:15px;font-size:14px;font-size:1.4rem}#test-creator .test-creator-test h1 .actions .tlb .tlb-top,#test-creator .test-creator-test h2 .actions .tlb .tlb-top,#test-creator .test-creator-test li .actions .tlb .tlb-top{background:none !important;border-width:0 !important;-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0.2);-moz-box-shadow:0 0 0 0 rgba(0,0,0,0.2);-ms-box-shadow:0 0 0 0 rgba(0,0,0,0.2);-o-box-shadow:0 0 0 0 rgba(0,0,0,0.2);box-shadow:0 0 0 0 rgba(0,0,0,0.2)}#test-creator .test-creator-test>h1{position:relative;background-color:#f3f1ef;height:39px;padding:6px 60px 3px 48px;margin-bottom:10px;margin-top:0}#test-creator .test-creator-test>h1:before{font-family:'tao';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e641";position:absolute;left:20px;margin-top:-2px}#test-creator .test-creator-test>h1 .actions{margin-right:12px}#test-creator .test-creator-test>h1>span:first-child{display:inline-block;line-height:1.2em;overflow:hidden;height:1.2em}#test-creator .test-creator-test .test-content{padding:0 0 0 20px}#test-creator .test-creator-test .test-content h1,#test-creator .test-creator-test .test-content h2{position:relative;height:35px}#test-creator .test-creator-test .testpart-content>button{margin-left:10px}#test-creator .test-creator-test .testpart{color:#222;border-left:solid 5px #8d949e;padding:0 5px;margin:20px 0}#test-creator .test-creator-test .testpart>h1{background-color:#a4a9b1;padding:0 5px;margin-right:5px;margin-top:0;color:#fff;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}#test-creator .test-creator-test .testpart>h1>.toggler{position:absolute;right:15px;color:#fff}#test-creator .test-creator-test .sections{margin-bottom:10px}#test-creator .test-creator-test .section{color:#222;border-left:solid 5px #a4bbc5;padding:0 5px 0 15px;margin:20px 0 10px 10px}#test-creator .test-creator-test .section>h2{color:#627076}#test-creator .test-creator-test .section:last-child{margin-bottom:0}#test-creator .test-creator-test .rublocks{border-left:solid 5px #568eb2;padding:0 5px 0 15px;margin:0px 0 10px 0px}#test-creator .test-creator-test .rublocks h3{color:#568eb2;float:none;margin-top:0}#test-creator .test-creator-test .rublocks .rubricblocks{clear:both;padding-left:25px}#test-creator .test-creator-test .rublocks .rubricblocks>li,#test-creator .test-creator-test .rublocks .rubricblocks .rubricblock-content{position:relative;clear:both}#test-creator .test-creator-test .rublocks .rubricblocks>li{padding:4px;border:solid 1px #ddd;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;background-color:#f3f1ef;margin-bottom:20px;clear:both}#test-creator .test-creator-test .rublocks .rubricblocks>li .rubricblock-binding{display:none}#test-creator .test-creator-test .rublocks .rubricblocks>li .rubricblock-content{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;background-color:#fff;padding:4px;border:solid 1px #fff;margin:0;min-height:30px;overflow:hidden}#test-creator .test-creator-test .rublocks .rubricblocks>li .rubricblock-content .grid-row{display:block}#test-creator .test-creator-test .rublocks .rubricblocks>li .rubricblock-content .mini-tlb{position:absolute;top:-8px;right:26px;background-color:#fff;padding:4px 6px;border:solid 1px #ddd;margin:0;z-index:600}#test-creator .test-creator-test .rublocks .rubricblocks>li .rubricblock-content .mini-tlb .tlb-button{cursor:pointer}#test-creator .test-creator-test .rublocks .rubricblocks>li .actions{position:absolute;right:-3px;top:-2px}#test-creator .test-creator-test .itemrefs-wrapper{border:solid 1px #ddd;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding-left:15px}#test-creator .test-creator-test .itemrefs-wrapper h3{color:#627076}#test-creator .test-creator-test .itemrefs-wrapper .itemrefs{position:relative;padding:0;margin-left:15px}#test-creator .test-creator-test .itemrefs-wrapper .itemrefs:before{color:#ddd}#test-creator .test-creator-test .itemrefs-wrapper .itemrefs>li{position:relative;height:39px;line-height:39px;padding:2px;clear:both}#test-creator .test-creator-test .itemrefs-wrapper .itemrefs>li:nth-child(even){background-color:#f3f1ef}#test-creator .test-creator-test .itemrefs-wrapper .itemref-placeholder{display:none;margin:5px 5px 5px 0;height:35px;line-height:35px;padding-left:5px;border:dashed 1px #3e7da7;color:#3e7da7;background-color:#c5d8e5;cursor:pointer;font-size:18px;font-size:1.8rem;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}#test-creator .test-creator-test .itemrefs-wrapper .itemref-placeholder:before{font-family:'tao';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e636"}#test-creator .test-creator-test .itemrefs-wrapper .itemref-placeholder:hover{background-color:#ecf2f6} /*# sourceMappingURL=creator.css.map */ diff --git a/views/css/new-test-runner.css b/views/css/new-test-runner.css index cbd4f4a5e6..d0a0b5ad6a 100644 --- a/views/css/new-test-runner.css +++ b/views/css/new-test-runner.css @@ -1,2 +1,2 @@ -@-o-keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}@-moz-keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}@-webkit-keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}@keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}.loading-bar{height:6px;position:absolute;width:100%;top:0px;display:none;overflow-x:hidden;overflow-y:visible;z-index:10000}.loading-bar.fixed{position:fixed;width:100%}.loading-bar.fixed:before{top:0 !important}.loading-bar.loading{display:block}.loading-bar.loading:before{position:absolute;top:86px;content:'';height:6px;width:20%;display:block;background:-webkit-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:-moz-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:-ms-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:-o-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);-webkit-animation:loadingbar 5s linear infinite;-moz-animation:loadingbar 5s linear infinite;-ms-animation:loadingbar 5s linear infinite;-o-animation:loadingbar 5s linear infinite;animation:loadingbar 5s linear infinite}.no-version-warning .loading-bar:before{top:58px}.action-bar{background:#266d9c;padding:3px;overflow:hidden;color:#e6eef4}.action-bar li{float:left}.action-bar li .li-inner{padding-bottom:1px;text-decoration:none !important;outline:0;display:inline-block;color:inherit}.action-bar li .li-inner:hover{color:white}.action-bar li span.glyph{text-shadow:0 0 0 transparent;color:inherit}.action-bar li input{width:100%;font-size:12px;font-size:1.2rem;padding:2px 4px}.action-bar li.active .li-inner{color:white}.action-bar.horizontal-action-bar{padding:5px;height:35px}.action-bar.horizontal-action-bar .search-area{margin:2px 0 0 0;border:none;float:right;display:inline-block;position:relative;padding:0 30px 0 0}.action-bar.horizontal-action-bar .search-area input{padding-right:34px;min-width:250px !important}.action-bar.horizontal-action-bar .search-area button{position:absolute;right:32px;top:-2px;cursor:default;opacity:.5;background:transparent;width:25px;height:25px}.action-bar.horizontal-action-bar .search-area button:before{color:#666}.action-bar.horizontal-action-bar .search-area .icon-help{position:absolute;right:5px;top:-1px;text-shadow:0px 0px transparent;color:white;cursor:pointer;display:block;width:24px;height:24px;line-height:24px;text-align:center}.action-bar.horizontal-action-bar li{margin:0 1px;border:1px transparent solid;text-align:center;float:left}.action-bar.horizontal-action-bar li .glyph{width:14px}.action-bar.horizontal-action-bar li.btn-info{overflow:hidden;background:transparent}.action-bar.horizontal-action-bar li.btn-info:hover,.action-bar.horizontal-action-bar li.btn-info.active{border-color:rgba(255,255,255,0.3);opacity:1}.action-bar.horizontal-action-bar li.disabled{background:none !important;text-shadow:inherit !important;opacity:0.45 !important;color:inherit !important}.action-bar.horizontal-action-bar li.disabled a{cursor:not-allowed !important}.action-bar.vertical-action-bar li{max-height:60px}.action-bar.vertical-action-bar li .li-inner{height:60px;display:block;overflow:hidden;text-overflow:ellipsis;text-align:center;font-size:12px;font-size:1.2rem;line-height:12px}.action-bar.vertical-action-bar li .glyph{display:block;margin:12px auto 3px;width:20px;height:20px}.action-bar.tree-action-bar{background:#f2f0ee;position:relative;left:-1px;padding:0;margin:0 2.85714% 8px 2.85714%;width:94.64286%;font-size:13px;font-size:1.3rem}.action-bar.tree-action-bar li{background:rgba(255,255,255,0.5);border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px;line-height:1.3;padding:0;text-align:center;float:left;width:65px;height:65px;margin:0 1px 1px 0}.action-bar.tree-action-bar li .glyph{display:block;color:#0e5d91;margin:12px auto 1px !important;font-size:17px !important;font-size:1.7rem !important}.action-bar.tree-action-bar li .li-inner{display:block;height:65px;padding:2px;font-size:11px;font-size:1.1rem;color:#222}.action-bar.tree-action-bar li:hover{background:#ddd;color:#666}.action-bar .tree-filters{width:160px;position:relative}.action-bar .tree-filters input{padding-right:24px}.action-bar .tree-filters span{position:absolute;right:3px;color:#555;width:22px;top:2px;line-height:20px;display:inline-block;text-align:center;text-shadow:0 0 0 transparent;border-left:1px solid #ddd;cursor:pointer}.action-bar .tree-filters span.icon-close{display:none}.action-bar .tree-filters span:hover{color:#0e5d91}@media (max-width: 1150px){.action-bar.horizontal-action-bar .search-area{float:none;position:absolute;right:0px}.action-bar.horizontal-action-bar .search-area input{padding-right:30px;min-width:auto !important;width:150px}.action-bar.horizontal-action-bar .search-area input:focus{width:220px}}body.oversized-nav:not(.delivery-scope) .action-bar.horizontal-action-bar .search-area{float:none;position:absolute;right:0px}body.oversized-nav:not(.delivery-scope) .action-bar.horizontal-action-bar .search-area input{padding-right:30px;min-width:auto !important;width:150px}body.oversized-nav:not(.delivery-scope) .action-bar.horizontal-action-bar .search-area input:focus{width:220px}.section-container{top:0 !important}.section-container .flex-container-full{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%}.section-container .flex-container-half{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 50%;-webkit-flex:0 0 50%;flex:0 0 50%}.section-container .flex-container-third{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 33.33333%;-webkit-flex:0 0 33.33333%;flex:0 0 33.33333%}.section-container .flex-container-quarter{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 25%;-webkit-flex:0 0 25%;flex:0 0 25%}.section-container .flex-container-remaining{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:1 1 480px;-webkit-flex:1 1 480px;flex:1 1 480px}.section-container .flex-container-main-form{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 500px;-webkit-flex:0 0 500px;flex:0 0 500px;margin:0 20px 20px 0}.section-container .flex-container-navi{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 280px;-webkit-flex:0 0 280px;flex:0 0 280px}.section-container .section-header{border:none}.section-container .content-panel{width:100%;height:100%;margin:0;padding:0;border:none !important;display:box;display:-ms-flexbox;display:-webkit-flexbox;display:flexbox;display:-ms-flex;display:-webkit-flex;display:flex;-ms-direction:row;-webkit-direction:row;direction:row;-ms-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;flex-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;flex-line-pack:start;-ms-flex-line-pack:start;-webkit-align-content:flex-start;align-content:flex-start;flex-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}.section-container .tab-container{border:none;display:none;list-style-type:none;padding:0;margin:0}.section-container .tab-container li{float:left;position:relative;top:0;padding:0;margin:0 1px 0px 0;border-top:1px solid #f2f0ee !important;border-bottom:1px solid #f2f0ee !important;background:#f2f0ee !important}.section-container .tab-container li a{top:0 !important;margin-bottom:0 !important;padding:6px 16px;text-decoration:none;min-height:32px;color:#222;float:left}.section-container .tab-container li.active,.section-container .tab-container li:hover{border-bottom-color:#4a85ac !important;border-top-color:#6e9dbd !important;background:#266d9c !important}.section-container .tab-container li.active a,.section-container .tab-container li:hover a{background:transparent !important;border-color:transparent !important;color:#fff !important;text-shadow:1px 1px 0 rgba(0,0,0,0.2)}.section-container .tab-container li.disabled:hover{background:#f2f0ee !important}.section-container .tab-container li.disabled:hover a{cursor:not-allowed !important;color:#222 !important}.section-container .navi-container{display:none;background:#f2f0ee;-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 280px;-webkit-flex:0 0 280px;flex:0 0 280px;border-right:1px #ddd solid}.section-container .navi-container .block-title{font-size:14px;font-size:1.4rem;padding:2px 8px;margin:0}.section-container .navi-container .tree-action-bar-box{margin:10px 0;opacity:0}.section-container .navi-container .tree-action-bar-box.active{opacity:1;-webkit-opacity:0.25s ease-in-out;-moz-opacity:0.25s ease-in-out;opacity:0.25s ease-in-out}.section-container .content-container{border:none;-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:1 1 auto;-webkit-flex:1 1 auto;flex:1 1 auto;-ms-flex:1 1;-webkit-flex:1 1;flex:1 1}.section-container .content-block{padding:20px;overflow-y:auto;display:box;display:-ms-flexbox;display:-webkit-flexbox;display:flexbox;display:-ms-flex;display:-webkit-flex;display:flex;-ms-direction:row;-webkit-direction:row;direction:row;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;flex-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;flex-line-pack:start;-ms-flex-line-pack:start;-webkit-align-content:flex-start;align-content:flex-start;flex-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}.section-container .content-block>.grid-container{width:100%}.section-container .content-block .data-container-wrapper{padding:0px 20px 0 0}.section-container .content-block .data-container-wrapper:before,.section-container .content-block .data-container-wrapper:after{content:" ";display:table}.section-container .content-block .data-container-wrapper:after{clear:both}.section-container .content-block .data-container-wrapper>section,.section-container .content-block .data-container-wrapper .data-container{width:260px;margin:0 20px 20px 0;float:left;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px}.section-container .content-block .data-container-wrapper>section.double,.section-container .content-block .data-container-wrapper .data-container.double{width:540px}.section-container .content-block .data-container-wrapper>section .emptyContentFooter,.section-container .content-block .data-container-wrapper .data-container .emptyContentFooter{display:none}.section-container .content-block .data-container-wrapper>section .tree,.section-container .content-block .data-container-wrapper .data-container .tree{border:none;max-width:none;max-height:none}.section-container .content-block .data-container-wrapper>section form,.section-container .content-block .data-container-wrapper .data-container form{background:none;border:none;margin:0;padding:0}.section-container .content-block .data-container-wrapper>section>header,.section-container .content-block .data-container-wrapper>section .ui-widget-header,.section-container .content-block .data-container-wrapper .data-container>header,.section-container .content-block .data-container-wrapper .data-container .ui-widget-header{background:#f2f0ee;border-width:0px !important;border-bottom:1px #ddd solid !important}.section-container .content-block .data-container-wrapper>section>header h1,.section-container .content-block .data-container-wrapper>section>header h6,.section-container .content-block .data-container-wrapper>section .ui-widget-header h1,.section-container .content-block .data-container-wrapper>section .ui-widget-header h6,.section-container .content-block .data-container-wrapper .data-container>header h1,.section-container .content-block .data-container-wrapper .data-container>header h6,.section-container .content-block .data-container-wrapper .data-container .ui-widget-header h1,.section-container .content-block .data-container-wrapper .data-container .ui-widget-header h6{padding:4px;margin:0;font-size:14px;font-size:1.4rem}.section-container .content-block .data-container-wrapper>section>div,.section-container .content-block .data-container-wrapper>section .ui-widget-content,.section-container .content-block .data-container-wrapper>section .container-content,.section-container .content-block .data-container-wrapper .data-container>div,.section-container .content-block .data-container-wrapper .data-container .ui-widget-content,.section-container .content-block .data-container-wrapper .data-container .container-content{border-width:0px !important;overflow-y:auto;min-height:250px;padding:5px}.section-container .content-block .data-container-wrapper>section>div .icon-grip,.section-container .content-block .data-container-wrapper>section .ui-widget-content .icon-grip,.section-container .content-block .data-container-wrapper>section .container-content .icon-grip,.section-container .content-block .data-container-wrapper .data-container>div .icon-grip,.section-container .content-block .data-container-wrapper .data-container .ui-widget-content .icon-grip,.section-container .content-block .data-container-wrapper .data-container .container-content .icon-grip{cursor:move}.section-container .content-block .data-container-wrapper>section>footer,.section-container .content-block .data-container-wrapper>section .data-container-footer,.section-container .content-block .data-container-wrapper .data-container>footer,.section-container .content-block .data-container-wrapper .data-container .data-container-footer{background:#f2f0ee;text-align:right !important;padding:4px;border-width:0px !important;border-top:1px #ddd solid !important}.section-container .content-block .data-container-wrapper>section>footer .square,.section-container .content-block .data-container-wrapper>section .data-container-footer .square,.section-container .content-block .data-container-wrapper .data-container>footer .square,.section-container .content-block .data-container-wrapper .data-container .data-container-footer .square{width:28px}.section-container .content-block .data-container-wrapper>section>footer .square span,.section-container .content-block .data-container-wrapper>section .data-container-footer .square span,.section-container .content-block .data-container-wrapper .data-container>footer .square span,.section-container .content-block .data-container-wrapper .data-container .data-container-footer .square span{padding:0;left:0}.section-container .content-block .data-container-wrapper>section ol,.section-container .content-block .data-container-wrapper .data-container ol{margin:0 0 0 15px;padding:10px}.section-container .content-block #form-container.ui-widget-content{border:none !important}.section-container .content-block form:not(.list-container){border:1px #ddd solid;background:#f2f0ee;padding:30px;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px}.section-container .content-block [class^="btn-"],.section-container .content-block [class*=" btn-"]{margin:0 2px}.qti-navigator{padding:0;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.qti-navigator span{display:inline-block}.qti-navigator .collapsed .collapsible-panel,.qti-navigator .masked,.qti-navigator.masked{display:none !important}.qti-navigator .collapsed .icon-up{display:none !important}.qti-navigator .collapsed .icon-down{display:inline-block !important}.qti-navigator.collapsed{flex:0 0 40px}.qti-navigator.collapsed ul{padding:0 !important}.qti-navigator.collapsed .qti-navigator-text,.qti-navigator.collapsed .qti-navigator-info>.qti-navigator-label,.qti-navigator.collapsed .qti-navigator-part>.qti-navigator-label,.qti-navigator.collapsed .qti-navigator-section>.qti-navigator-label,.qti-navigator.collapsed .qti-navigator-message{display:none !important}.qti-navigator.collapsed .qti-navigator-label{padding:0 2px !important}.qti-navigator.collapsed .qti-navigator-icon,.qti-navigator.collapsed .icon{width:auto}.qti-navigator.collapsed .qti-navigator-counter{float:none;text-align:center}.qti-navigator.collapsed .qti-navigator-collapsible{text-align:center}.qti-navigator.collapsed .qti-navigator-collapsible .qti-navigator-collapse{display:none}.qti-navigator.collapsed .qti-navigator-collapsible .qti-navigator-expand{display:block}.qti-navigator.collapsed .qti-navigator-info.collapsed .collapsible-panel{display:block !important}.qti-navigator.collapsed .qti-navigator-info .qti-navigator-label span{display:block;text-align:center;width:auto;line-height:30px}.qti-navigator.collapsed .qti-navigator-filter span{display:none}.qti-navigator.collapsed .qti-navigator-filter.active span{display:block;padding:3px 0;border:0 none;width:39px}.qti-navigator.collapsed .qti-navigator-item,.qti-navigator.collapsed .qti-navigator-linear,.qti-navigator.collapsed .qti-navigator-linear-part{padding-left:2px;text-align:center}.qti-navigator.collapsed .qti-navigator-item .qti-navigator-icon,.qti-navigator.collapsed .qti-navigator-item .icon,.qti-navigator.collapsed .qti-navigator-linear .qti-navigator-icon,.qti-navigator.collapsed .qti-navigator-linear .icon,.qti-navigator.collapsed .qti-navigator-linear-part .qti-navigator-icon,.qti-navigator.collapsed .qti-navigator-linear-part .icon{line-height:34px}.qti-navigator.collapsed .qti-navigator-item .qti-navigator-icon{padding-right:100px;padding-left:9px}.qti-navigator.collapsed .qti-navigator-linear,.qti-navigator.collapsed .qti-navigator-linear-part{padding:0 0 8px 0}.qti-navigator.collapsed .qti-navigator-linear .icon,.qti-navigator.collapsed .qti-navigator-linear-part .icon{display:block}.qti-navigator.collapsed .qti-navigator-actions button{padding:0 9px 0 5px}.qti-navigator.scope-test-section .qti-navigator-part>.qti-navigator-label{display:none !important}.qti-navigator .qti-navigator-label{display:block;line-height:30px;padding:0 6px}.qti-navigator .qti-navigator-label .icon-up,.qti-navigator .qti-navigator-label .icon-down{float:right;line-height:30px}.qti-navigator .qti-navigator-label .icon-down{display:none}.qti-navigator .qti-navigator-icon,.qti-navigator .icon{position:relative;top:1px;display:inline-block;width:22px}.qti-navigator .unseen .qti-navigator-icon{cursor:default}.qti-navigator .icon-answered:before{content:"\e69a"}.qti-navigator .icon-viewed:before{content:"\e631"}.qti-navigator .icon-flagged:before{content:"\e64e"}.qti-navigator .icon-unanswered:before,.qti-navigator .icon-unseen:before{content:"\e6a5"}.qti-navigator .collapsible>.qti-navigator-label,.qti-navigator .qti-navigator-item>.qti-navigator-label{cursor:pointer}.qti-navigator .qti-navigator-counter{text-align:right;float:right;font-size:12px;font-size:1.2rem}.qti-navigator .qti-navigator-actions{text-align:center}.qti-navigator .qti-navigator-collapsible{background-color:#a3a9b1;color:#222;border-top:1px solid #fff;cursor:pointer;padding:0 8px;text-align:right;display:none}.qti-navigator .qti-navigator-collapsible .icon{font-size:20px;font-size:2rem;line-height:30px;width:auto;color:#fff}.qti-navigator .qti-navigator-collapsible .qti-navigator-expand{display:none}.qti-navigator.collapsible .qti-navigator-collapsible{display:block}.qti-navigator .qti-navigator-info>.qti-navigator-label{background-color:#D4D5D7;color:#222;border-top:1px solid #fff;padding:2px 8px}.qti-navigator .qti-navigator-info li{border-bottom:1px solid rgba(255,255,255,0.9)}.qti-navigator .qti-navigator-info ul{padding:4px}.qti-navigator .qti-navigator-filters{margin-top:16px;text-align:center}.qti-navigator .qti-navigator-filters li{display:block;float:left}.qti-navigator .qti-navigator-filter span{border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px;border-left:none;background-color:#fff;display:block;line-height:1.8;cursor:pointer;padding:3px 20px}.qti-navigator .qti-navigator-filter span:hover{background-color:#3e7da7;color:#fff}.qti-navigator .qti-navigator-filter.active span{background-color:#a3a9b1;color:#fff}.qti-navigator .qti-navigator-linear,.qti-navigator .qti-navigator-linear-part{padding:8px;background:#fff}.qti-navigator .qti-navigator-linear .icon,.qti-navigator .qti-navigator-linear-part .icon{display:none}.qti-navigator .qti-navigator-linear .qti-navigator-label,.qti-navigator .qti-navigator-linear-part .qti-navigator-label{font-size:14px;font-size:1.4rem}.qti-navigator .qti-navigator-linear .qti-navigator-title,.qti-navigator .qti-navigator-linear-part .qti-navigator-title{font-size:14px;font-size:1.4rem;margin:8px 0}.qti-navigator .qti-navigator-linear .qti-navigator-message,.qti-navigator .qti-navigator-linear-part .qti-navigator-message{font-size:14px;font-size:1.4rem}.qti-navigator .qti-navigator-part>.qti-navigator-label{background-color:#dcdee1;padding:2px 8px}.qti-navigator .qti-navigator-part>.qti-navigator-label:hover{background-color:#c6c9ce}.qti-navigator .qti-navigator-part.active>.qti-navigator-label{background-color:#c0c4c9}.qti-navigator .qti-navigator-part:not(:first-child){margin-top:1px}.qti-navigator .qti-navigator-section>.qti-navigator-label{padding:2px 10px 2px 8px;border-bottom:1px solid rgba(255,255,255,0.9)}.qti-navigator .qti-navigator-section>.qti-navigator-label:hover{background-color:#eae7e4}.qti-navigator .qti-navigator-section.active>.qti-navigator-label{background-color:#ded9d4}.qti-navigator .qti-navigator-item{background:#fff;margin:1px 0;padding-left:10px}.qti-navigator .qti-navigator-item:first-child{margin-top:0}.qti-navigator .qti-navigator-item.active{background:#f4f7f8}.qti-navigator .qti-navigator-item:hover{background:#eef3f5}.qti-navigator .qti-navigator-item.disabled{background-color:#e2ded9 !important}.qti-navigator .qti-navigator-item.disabled>.qti-navigator-label{cursor:not-allowed}body.delivery-scope{min-height:100vh;max-height:100vh;margin-bottom:0}.test-runner-scope{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:calc(100vh - 99px)}.test-runner-scope .test-runner-sections{-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;overflow:hidden;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.test-runner-scope .test-sidebar{background:#f2f0ee;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;overflow-y:auto;max-width:350px}.test-runner-scope .test-sidebar>.qti-panel{max-width:350px;padding:10px}@media only screen and (max-device-width: 800px){.test-runner-scope .test-sidebar{max-width:200px}.test-runner-scope .test-sidebar>.qti-panel{max-width:200px}}@media only screen and (min-device-width: 800px) and (max-device-width: 1280px){.test-runner-scope .test-sidebar{max-width:250px}.test-runner-scope .test-sidebar>.qti-panel{max-width:250px}}@media only screen and (min-device-width: 1280px) and (max-device-width: 1440px){.test-runner-scope .test-sidebar{max-width:300px}.test-runner-scope .test-sidebar>.qti-panel{max-width:300px}}.test-runner-scope .test-sidebar-left{border-right:1px #ddd solid}.test-runner-scope .test-sidebar-right{border-left:1px #ddd solid}.test-runner-scope .content-wrapper{position:relative;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;overflow:auto}.test-runner-scope .content-wrapper .overlay{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;opacity:.9}.test-runner-scope #qti-content{max-width:1024px;width:100%;margin:auto}.test-runner-scope #qti-item{width:100%;min-width:100%;height:auto;overflow:visible}.test-runner-scope .size-wrapper{max-width:1280px;margin:auto;width:100%}.test-runner-scope #qti-rubrics{margin:auto;max-width:1024px;width:100%;padding:15px}.test-runner-scope #qti-rubrics .qti-rubricBlock{margin:20px 0}.test-runner-scope #qti-rubrics .hidden{display:none}.test-runner-scope .action-bar li{margin:2px 0 0 10px}.test-runner-scope .action-bar li.btn-info{border-color:rgba(255,255,255,0.3)}.test-runner-scope .action-bar li.btn-info.btn-group{border:none !important;overflow:hidden;padding:0}.test-runner-scope .action-bar li.btn-info.btn-group a{float:left;margin:0 2px;padding:0 15px;border:1px solid rgba(255,255,255,0.3);border-radius:0px;display:inline-block;height:inherit}.test-runner-scope .action-bar li.btn-info.btn-group a:first-of-type{border-top-left-radius:3px;border-bottom-left-radius:3px;margin-left:0}.test-runner-scope .action-bar li.btn-info.btn-group a:last-of-type{border-top-right-radius:3px;border-bottom-right-radius:3px;margin-right:0}.test-runner-scope .action-bar li.btn-info.btn-group a:hover,.test-runner-scope .action-bar li.btn-info.btn-group a.active{border-color:rgba(255,255,255,0.8)}.test-runner-scope .action-bar li.btn-info.btn-group a .no-label{padding-right:0}.test-runner-scope .action-bar li.btn-info:hover,.test-runner-scope .action-bar li.btn-info.active{border-color:rgba(255,255,255,0.8)}.test-runner-scope .action-bar.horizontal-action-bar{opacity:1;height:40px}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box{height:40px;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-between;-ms-flex-pack:space-between;justify-content:space-between}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .title-box{font-size:14px;font-size:1.4rem;padding:4px 0 0;-ms-flex:0 1 auto;-webkit-flex:0 1 auto;flex:0 1 auto}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .progress-box,.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .item-number-box{padding-top:4px;white-space:nowrap;-ms-flex:0 1 auto;-webkit-flex:0 1 auto;flex:0 1 auto}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .progress-box .qti-controls,.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .item-number-box .qti-controls{display:inline-block;margin-left:20px;white-space:nowrap}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .timer-box{padding-top:0;white-space:nowrap;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .timer-box .qti-timer{display:inline-block;text-align:center;vertical-align:top;line-height:1.2;position:relative;padding:0 20px;margin-top:-1px}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .timer-box .qti-timer .qti-timer_label{max-width:130px;display:block;font-size:12px;font-size:1.2rem}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .timer-box .qti-timer.qti-timer__warning .qti-timer_time{color:#d8ae5b}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .timer-box .qti-timer::before{content:' ';background:rgba(255,255,255,0.3);width:1px;height:20px;position:absolute;left:0;top:5px}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .timer-box .qti-timer:first-child::before{content:none}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .progressbar{margin-top:5px;min-width:150px;max-width:200px;height:0.6em}.test-runner-scope .action-bar.horizontal-action-bar>.control-box{color:rgba(255,255,255,0.9);text-shadow:1px 1px 0 black}.test-runner-scope .action-bar.horizontal-action-bar>.control-box .lft,.test-runner-scope .action-bar.horizontal-action-bar>.control-box .rgt{padding-left:20px}.test-runner-scope .action-bar.horizontal-action-bar>.control-box .lft:first-child,.test-runner-scope .action-bar.horizontal-action-bar>.control-box .rgt:first-child{padding-left:0}.test-runner-scope .action-bar.horizontal-action-bar>.control-box .lft:last-child ul,.test-runner-scope .action-bar.horizontal-action-bar>.control-box .rgt:last-child ul{display:inline-block}.test-runner-scope .action-bar.horizontal-action-bar>.control-box [class^="btn-"],.test-runner-scope .action-bar.horizontal-action-bar>.control-box [class*=" btn-"]{white-space:nowrap}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .action{position:relative;overflow:visible}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu{color:#222;background:#f2f0ee;overflow:auto;list-style:none;min-width:150px;margin:0;padding:0;position:absolute;bottom:30px;left:0}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action{display:inline-block;text-align:left;width:100%;white-space:nowrap;overflow:hidden;color:#222;margin:0;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;height:32px;padding:6px 15px;line-height:1}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action.selected{background-color:#3e7da7;color:#fff}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action.selected .label,.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action.selected .icon{color:#fff}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action:hover{background-color:#0e5d91;color:#fff}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action:hover .label,.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action:hover .icon{color:#fff}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action .label,.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action .icon{font-size:14px;font-size:1.4rem;text-shadow:none;color:#222}.test-runner-scope .action-bar.horizontal-action-bar.bottom-action-bar{overflow:visible}.test-runner-scope .action-bar.horizontal-action-bar.bottom-action-bar .action{line-height:1.6}.test-runner-scope [data-control="exit"]{margin-left:20px}.test-runner-scope [data-control="comment-toggle"]{display:none}.test-runner-scope.non-lti-context .title-box{display:none}.test-runner-scope [data-control="qti-comment"]{background-color:#f2f0ee;position:absolute;bottom:33px;left:8px;z-index:9999;text-align:right;padding:5px;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px;-webkit-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);-moz-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);-ms-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);-o-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);box-shadow:0 0 15px 1px rgba(0,0,0,0.2)}.test-runner-scope [data-control="qti-comment"] textarea{display:block;height:100px;resize:none;width:350px;padding:3px;margin:0 0 10px 0;border:none;font-size:13px;font-size:1.3rem;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px}.test-runner-scope .tools-box{position:relative;overflow:visible} +@-o-keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}@-moz-keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}@-webkit-keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}@keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}.loading-bar{height:6px;position:absolute;width:100%;top:0px;display:none;overflow-x:hidden;overflow-y:visible;z-index:10000}.loading-bar.fixed{position:fixed;width:100%}.loading-bar.fixed:before{top:0 !important}.loading-bar.loading{display:block}.loading-bar.loading:before{position:absolute;top:86px;content:'';height:6px;width:20%;display:block;background:-webkit-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:-moz-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:-ms-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:-o-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);-webkit-animation:loadingbar 5s linear infinite;-moz-animation:loadingbar 5s linear infinite;-ms-animation:loadingbar 5s linear infinite;-o-animation:loadingbar 5s linear infinite;animation:loadingbar 5s linear infinite}.no-version-warning .loading-bar:before{top:58px}.action-bar{background:#266d9c;padding:3px;overflow:hidden;color:#e7eff4}.action-bar li{float:left}.action-bar li .li-inner{padding-bottom:1px;text-decoration:none !important;outline:0;display:inline-block;color:inherit}.action-bar li .li-inner:hover{color:white}.action-bar li span.glyph{text-shadow:0 0 0 transparent;color:inherit}.action-bar li input{width:100%;font-size:12px;font-size:1.2rem;padding:2px 4px}.action-bar li.active .li-inner{color:white}.action-bar.horizontal-action-bar{padding:5px;height:35px}.action-bar.horizontal-action-bar .search-area{margin:2px 0 0 0;border:none;float:right;display:inline-block;position:relative;padding:0 30px 0 0}.action-bar.horizontal-action-bar .search-area input{padding-right:34px;min-width:250px !important}.action-bar.horizontal-action-bar .search-area button{position:absolute;right:32px;top:-2px;cursor:default;opacity:.5;background:transparent;width:25px;height:25px}.action-bar.horizontal-action-bar .search-area button:before{color:#666}.action-bar.horizontal-action-bar .search-area .icon-help{position:absolute;right:5px;top:-1px;text-shadow:0px 0px transparent;color:white;cursor:pointer;display:block;width:24px;height:24px;line-height:24px;text-align:center}.action-bar.horizontal-action-bar li{margin:0 1px;border:1px transparent solid;text-align:center;float:left}.action-bar.horizontal-action-bar li .glyph{width:14px}.action-bar.horizontal-action-bar li.btn-info{overflow:hidden;background:transparent}.action-bar.horizontal-action-bar li.btn-info:hover,.action-bar.horizontal-action-bar li.btn-info.active{border-color:rgba(255,255,255,0.3);opacity:1}.action-bar.horizontal-action-bar li.disabled{background:none !important;text-shadow:inherit !important;opacity:0.45 !important;color:inherit !important}.action-bar.horizontal-action-bar li.disabled a{cursor:not-allowed !important}.action-bar.vertical-action-bar li{max-height:60px}.action-bar.vertical-action-bar li .li-inner{height:60px;display:block;overflow:hidden;text-overflow:ellipsis;text-align:center;font-size:12px;font-size:1.2rem;line-height:12px}.action-bar.vertical-action-bar li .glyph{display:block;margin:12px auto 3px;width:20px;height:20px}.action-bar.tree-action-bar{background:#f3f1ef;position:relative;left:-1px;padding:0;margin:0 2.85714% 8px 2.85714%;width:94.64286%;font-size:13px;font-size:1.3rem}.action-bar.tree-action-bar li{background:rgba(255,255,255,0.5);border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px;line-height:1.3;padding:0;text-align:center;float:left;width:65px;height:65px;margin:0 1px 1px 0}.action-bar.tree-action-bar li .glyph{display:block;color:#0e5d91;margin:12px auto 1px !important;font-size:17px !important;font-size:1.7rem !important}.action-bar.tree-action-bar li .li-inner{display:block;height:65px;padding:2px;font-size:11px;font-size:1.1rem;color:#222}.action-bar.tree-action-bar li:hover{background:#ddd;color:#666}.action-bar .tree-filters{width:160px;position:relative}.action-bar .tree-filters input{padding-right:24px}.action-bar .tree-filters span{position:absolute;right:3px;color:#555;width:22px;top:2px;line-height:20px;display:inline-block;text-align:center;text-shadow:0 0 0 transparent;border-left:1px solid #ddd;cursor:pointer}.action-bar .tree-filters span.icon-close{display:none}.action-bar .tree-filters span:hover{color:#0e5d91}@media (max-width: 1150px){.action-bar.horizontal-action-bar .search-area{float:none;position:absolute;right:0px}.action-bar.horizontal-action-bar .search-area input{padding-right:30px;min-width:auto !important;width:150px}.action-bar.horizontal-action-bar .search-area input:focus{width:220px}}body.oversized-nav:not(.delivery-scope) .action-bar.horizontal-action-bar .search-area{float:none;position:absolute;right:0px}body.oversized-nav:not(.delivery-scope) .action-bar.horizontal-action-bar .search-area input{padding-right:30px;min-width:auto !important;width:150px}body.oversized-nav:not(.delivery-scope) .action-bar.horizontal-action-bar .search-area input:focus{width:220px}.section-container{top:0 !important}.section-container .flex-container-full{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%}.section-container .flex-container-half{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 50%;-webkit-flex:0 0 50%;flex:0 0 50%}.section-container .flex-container-third{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 33.33333%;-webkit-flex:0 0 33.33333%;flex:0 0 33.33333%}.section-container .flex-container-quarter{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 25%;-webkit-flex:0 0 25%;flex:0 0 25%}.section-container .flex-container-remaining{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:1 1 480px;-webkit-flex:1 1 480px;flex:1 1 480px}.section-container .flex-container-main-form{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 500px;-webkit-flex:0 0 500px;flex:0 0 500px;margin:0 20px 20px 0}.section-container .flex-container-navi{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 280px;-webkit-flex:0 0 280px;flex:0 0 280px}.section-container .section-header{border:none}.section-container .content-panel{width:100%;height:100%;margin:0;padding:0;border:none !important;display:box;display:-ms-flexbox;display:-webkit-flexbox;display:flexbox;display:-ms-flex;display:-webkit-flex;display:flex;-ms-direction:row;-webkit-direction:row;direction:row;-ms-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;flex-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;flex-line-pack:start;-ms-flex-line-pack:start;-webkit-align-content:flex-start;align-content:flex-start;flex-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}.section-container .tab-container{border:none;display:none;list-style-type:none;padding:0;margin:0}.section-container .tab-container li{float:left;position:relative;top:0;padding:0;margin:0 1px 0px 0;border-top:1px solid #f3f1ef !important;border-bottom:1px solid #f3f1ef !important;background:#f3f1ef !important}.section-container .tab-container li a{top:0 !important;margin-bottom:0 !important;padding:6px 16px;text-decoration:none;min-height:32px;color:#222;float:left}.section-container .tab-container li.active,.section-container .tab-container li:hover{border-bottom-color:#4a86ad !important;border-top-color:#6e9ebd !important;background:#266d9c !important}.section-container .tab-container li.active a,.section-container .tab-container li:hover a{background:transparent !important;border-color:transparent !important;color:#fff !important;text-shadow:1px 1px 0 rgba(0,0,0,0.2)}.section-container .tab-container li.disabled:hover{background:#f3f1ef !important}.section-container .tab-container li.disabled:hover a{cursor:not-allowed !important;color:#222 !important}.section-container .navi-container{display:none;background:#f3f1ef;-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 280px;-webkit-flex:0 0 280px;flex:0 0 280px;border-right:1px #ddd solid}.section-container .navi-container .block-title{font-size:14px;font-size:1.4rem;padding:2px 8px;margin:0}.section-container .navi-container .tree-action-bar-box{margin:10px 0;opacity:0}.section-container .navi-container .tree-action-bar-box.active{opacity:1;-webkit-opacity:0.25s ease-in-out;-moz-opacity:0.25s ease-in-out;opacity:0.25s ease-in-out}.section-container .content-container{border:none;-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:1 1 auto;-webkit-flex:1 1 auto;flex:1 1 auto;-ms-flex:1 1;-webkit-flex:1 1;flex:1 1}.section-container .content-block{padding:20px;overflow-y:auto;display:box;display:-ms-flexbox;display:-webkit-flexbox;display:flexbox;display:-ms-flex;display:-webkit-flex;display:flex;-ms-direction:row;-webkit-direction:row;direction:row;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;flex-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;flex-line-pack:start;-ms-flex-line-pack:start;-webkit-align-content:flex-start;align-content:flex-start;flex-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}.section-container .content-block>.grid-container{width:100%}.section-container .content-block .data-container-wrapper{padding:0px 20px 0 0}.section-container .content-block .data-container-wrapper:before,.section-container .content-block .data-container-wrapper:after{content:" ";display:table}.section-container .content-block .data-container-wrapper:after{clear:both}.section-container .content-block .data-container-wrapper>section,.section-container .content-block .data-container-wrapper .data-container{width:260px;margin:0 20px 20px 0;float:left;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px}.section-container .content-block .data-container-wrapper>section.double,.section-container .content-block .data-container-wrapper .data-container.double{width:540px}.section-container .content-block .data-container-wrapper>section .emptyContentFooter,.section-container .content-block .data-container-wrapper .data-container .emptyContentFooter{display:none}.section-container .content-block .data-container-wrapper>section .tree,.section-container .content-block .data-container-wrapper .data-container .tree{border:none;max-width:none;max-height:none}.section-container .content-block .data-container-wrapper>section form,.section-container .content-block .data-container-wrapper .data-container form{background:none;border:none;margin:0;padding:0}.section-container .content-block .data-container-wrapper>section>header,.section-container .content-block .data-container-wrapper>section .ui-widget-header,.section-container .content-block .data-container-wrapper .data-container>header,.section-container .content-block .data-container-wrapper .data-container .ui-widget-header{background:#f3f1ef;border-width:0px !important;border-bottom:1px #ddd solid !important}.section-container .content-block .data-container-wrapper>section>header h1,.section-container .content-block .data-container-wrapper>section>header h6,.section-container .content-block .data-container-wrapper>section .ui-widget-header h1,.section-container .content-block .data-container-wrapper>section .ui-widget-header h6,.section-container .content-block .data-container-wrapper .data-container>header h1,.section-container .content-block .data-container-wrapper .data-container>header h6,.section-container .content-block .data-container-wrapper .data-container .ui-widget-header h1,.section-container .content-block .data-container-wrapper .data-container .ui-widget-header h6{padding:4px;margin:0;font-size:14px;font-size:1.4rem}.section-container .content-block .data-container-wrapper>section>div,.section-container .content-block .data-container-wrapper>section .ui-widget-content,.section-container .content-block .data-container-wrapper>section .container-content,.section-container .content-block .data-container-wrapper .data-container>div,.section-container .content-block .data-container-wrapper .data-container .ui-widget-content,.section-container .content-block .data-container-wrapper .data-container .container-content{border-width:0px !important;overflow-y:auto;min-height:250px;padding:5px}.section-container .content-block .data-container-wrapper>section>div .icon-grip,.section-container .content-block .data-container-wrapper>section .ui-widget-content .icon-grip,.section-container .content-block .data-container-wrapper>section .container-content .icon-grip,.section-container .content-block .data-container-wrapper .data-container>div .icon-grip,.section-container .content-block .data-container-wrapper .data-container .ui-widget-content .icon-grip,.section-container .content-block .data-container-wrapper .data-container .container-content .icon-grip{cursor:move}.section-container .content-block .data-container-wrapper>section>footer,.section-container .content-block .data-container-wrapper>section .data-container-footer,.section-container .content-block .data-container-wrapper .data-container>footer,.section-container .content-block .data-container-wrapper .data-container .data-container-footer{background:#f3f1ef;text-align:right !important;padding:4px;border-width:0px !important;border-top:1px #ddd solid !important}.section-container .content-block .data-container-wrapper>section>footer .square,.section-container .content-block .data-container-wrapper>section .data-container-footer .square,.section-container .content-block .data-container-wrapper .data-container>footer .square,.section-container .content-block .data-container-wrapper .data-container .data-container-footer .square{width:28px}.section-container .content-block .data-container-wrapper>section>footer .square span,.section-container .content-block .data-container-wrapper>section .data-container-footer .square span,.section-container .content-block .data-container-wrapper .data-container>footer .square span,.section-container .content-block .data-container-wrapper .data-container .data-container-footer .square span{padding:0;left:0}.section-container .content-block .data-container-wrapper>section ol,.section-container .content-block .data-container-wrapper .data-container ol{margin:0 0 0 15px;padding:10px}.section-container .content-block #form-container.ui-widget-content{border:none !important}.section-container .content-block form:not(.list-container){border:1px #ddd solid;background:#f3f1ef;padding:30px;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px}.section-container .content-block [class^="btn-"],.section-container .content-block [class*=" btn-"]{margin:0 2px}.qti-navigator{padding:0;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.qti-navigator span{display:inline-block}.qti-navigator .collapsed .collapsible-panel,.qti-navigator .masked,.qti-navigator.masked{display:none !important}.qti-navigator .collapsed .icon-up{display:none !important}.qti-navigator .collapsed .icon-down{display:inline-block !important}.qti-navigator.collapsed{flex:0 0 40px}.qti-navigator.collapsed ul{padding:0 !important}.qti-navigator.collapsed .qti-navigator-text,.qti-navigator.collapsed .qti-navigator-info>.qti-navigator-label,.qti-navigator.collapsed .qti-navigator-part>.qti-navigator-label,.qti-navigator.collapsed .qti-navigator-section>.qti-navigator-label,.qti-navigator.collapsed .qti-navigator-message{display:none !important}.qti-navigator.collapsed .qti-navigator-label{padding:0 2px !important}.qti-navigator.collapsed .qti-navigator-icon,.qti-navigator.collapsed .icon{width:auto}.qti-navigator.collapsed .qti-navigator-counter{float:none;text-align:center}.qti-navigator.collapsed .qti-navigator-collapsible{text-align:center}.qti-navigator.collapsed .qti-navigator-collapsible .qti-navigator-collapse{display:none}.qti-navigator.collapsed .qti-navigator-collapsible .qti-navigator-expand{display:block}.qti-navigator.collapsed .qti-navigator-info.collapsed .collapsible-panel{display:block !important}.qti-navigator.collapsed .qti-navigator-info .qti-navigator-label span{display:block;text-align:center;width:auto;line-height:30px}.qti-navigator.collapsed .qti-navigator-filter span{display:none}.qti-navigator.collapsed .qti-navigator-filter.active span{display:block;padding:3px 0;border:0 none;width:39px}.qti-navigator.collapsed .qti-navigator-item,.qti-navigator.collapsed .qti-navigator-linear,.qti-navigator.collapsed .qti-navigator-linear-part{padding-left:2px;text-align:center}.qti-navigator.collapsed .qti-navigator-item .qti-navigator-icon,.qti-navigator.collapsed .qti-navigator-item .icon,.qti-navigator.collapsed .qti-navigator-linear .qti-navigator-icon,.qti-navigator.collapsed .qti-navigator-linear .icon,.qti-navigator.collapsed .qti-navigator-linear-part .qti-navigator-icon,.qti-navigator.collapsed .qti-navigator-linear-part .icon{line-height:34px}.qti-navigator.collapsed .qti-navigator-item .qti-navigator-icon{padding-right:100px;padding-left:9px}.qti-navigator.collapsed .qti-navigator-linear,.qti-navigator.collapsed .qti-navigator-linear-part{padding:0 0 8px 0}.qti-navigator.collapsed .qti-navigator-linear .icon,.qti-navigator.collapsed .qti-navigator-linear-part .icon{display:block}.qti-navigator.collapsed .qti-navigator-actions button{padding:0 9px 0 5px}.qti-navigator.scope-test-section .qti-navigator-part>.qti-navigator-label{display:none !important}.qti-navigator .qti-navigator-label{display:inline-block;min-width:100%;line-height:30px;padding:0 6px}.qti-navigator .qti-navigator-label .icon-up,.qti-navigator .qti-navigator-label .icon-down{float:right;line-height:30px}.qti-navigator .qti-navigator-label .icon-down{display:none}.qti-navigator .qti-navigator-icon,.qti-navigator .icon{position:relative;top:1px;display:inline-block;width:22px}.qti-navigator .unseen .qti-navigator-icon{cursor:default}.qti-navigator .icon-answered:before{content:"\e69a"}.qti-navigator .icon-viewed:before{content:"\e631"}.qti-navigator .icon-flagged:before{content:"\e64e"}.qti-navigator .icon-unanswered:before,.qti-navigator .icon-unseen:before{content:"\e6a5"}.qti-navigator .collapsible>.qti-navigator-label,.qti-navigator .qti-navigator-item>.qti-navigator-label{cursor:pointer}.qti-navigator .qti-navigator-counter{text-align:right;float:right;font-size:12px;font-size:1.2rem}.qti-navigator .qti-navigator-actions{text-align:center}.qti-navigator .qti-navigator-collapsible{background-color:#a4a9b1;color:#222;border-top:1px solid #fff;cursor:pointer;padding:0 8px;text-align:right;display:none}.qti-navigator .qti-navigator-collapsible .icon{font-size:20px;font-size:2rem;line-height:30px;width:auto;color:#fff}.qti-navigator .qti-navigator-collapsible .qti-navigator-expand{display:none}.qti-navigator.collapsible .qti-navigator-collapsible{display:block}.qti-navigator .qti-navigator-info>.qti-navigator-label{background-color:#D4D5D7;color:#222;border-top:1px solid #fff;padding:2px 8px}.qti-navigator .qti-navigator-info li{border-bottom:1px solid rgba(255,255,255,0.9)}.qti-navigator .qti-navigator-info ul{padding:4px}.qti-navigator .qti-navigator-filters{margin-top:16px;text-align:center}.qti-navigator .qti-navigator-filters li{display:block;float:left}.qti-navigator .qti-navigator-filter span{border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px;border-left:none;background-color:#fff;display:block;line-height:1.8;cursor:pointer;padding:3px 20px}.qti-navigator .qti-navigator-filter span:hover{background-color:#3e7da7;color:#fff}.qti-navigator .qti-navigator-filter.active span{background-color:#a4a9b1;color:#fff}.qti-navigator .qti-navigator-linear,.qti-navigator .qti-navigator-linear-part{padding:8px;background:#fff}.qti-navigator .qti-navigator-linear .icon,.qti-navigator .qti-navigator-linear-part .icon{display:none}.qti-navigator .qti-navigator-linear .qti-navigator-label,.qti-navigator .qti-navigator-linear-part .qti-navigator-label{font-size:14px;font-size:1.4rem}.qti-navigator .qti-navigator-linear .qti-navigator-title,.qti-navigator .qti-navigator-linear-part .qti-navigator-title{font-size:14px;font-size:1.4rem;margin:8px 0}.qti-navigator .qti-navigator-linear .qti-navigator-message,.qti-navigator .qti-navigator-linear-part .qti-navigator-message{font-size:14px;font-size:1.4rem}.qti-navigator .qti-navigator-part>.qti-navigator-label{background-color:#dddfe2;padding:2px 8px}.qti-navigator .qti-navigator-part>.qti-navigator-label:hover{background-color:#c6cacf}.qti-navigator .qti-navigator-part.active>.qti-navigator-label{background-color:#c0c4ca}.qti-navigator .qti-navigator-part:not(:first-child){margin-top:1px}.qti-navigator .qti-navigator-section>.qti-navigator-label{padding:2px 10px 2px 8px;border-bottom:1px solid rgba(255,255,255,0.9)}.qti-navigator .qti-navigator-section>.qti-navigator-label:hover{background-color:#ebe8e4}.qti-navigator .qti-navigator-section.active>.qti-navigator-label{background-color:#ded9d4}.qti-navigator .qti-navigator-item{background:#fff;margin:1px 0;padding-left:10px}.qti-navigator .qti-navigator-item:first-child{margin-top:0}.qti-navigator .qti-navigator-item.active{background:#f4f7f8}.qti-navigator .qti-navigator-item:hover{background:#eef3f5}.qti-navigator .qti-navigator-item.disabled{background-color:#e2deda !important}.qti-navigator .qti-navigator-item.disabled>.qti-navigator-label{cursor:not-allowed}body.delivery-scope{min-height:100vh;max-height:100vh;margin-bottom:0}.test-runner-scope{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:calc(100vh - 99px)}.test-runner-scope .test-runner-sections{-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;overflow:hidden;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.test-runner-scope .test-sidebar{background:#f3f1ef;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;overflow-y:auto;max-width:350px}.test-runner-scope .test-sidebar>.qti-panel{max-width:350px;padding:10px}@media only screen and (max-device-width: 800px){.test-runner-scope .test-sidebar{max-width:200px}.test-runner-scope .test-sidebar>.qti-panel{max-width:200px}}@media only screen and (min-device-width: 800px) and (max-device-width: 1280px){.test-runner-scope .test-sidebar{max-width:250px}.test-runner-scope .test-sidebar>.qti-panel{max-width:250px}}@media only screen and (min-device-width: 1280px) and (max-device-width: 1440px){.test-runner-scope .test-sidebar{max-width:300px}.test-runner-scope .test-sidebar>.qti-panel{max-width:300px}}.test-runner-scope .test-sidebar-left{border-right:1px #ddd solid}.test-runner-scope .test-sidebar-right{border-left:1px #ddd solid}.test-runner-scope .content-wrapper{position:relative;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;overflow:auto}.test-runner-scope .content-wrapper .overlay{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;opacity:.9}.test-runner-scope #qti-content{max-width:1024px;width:100%;margin:auto}.test-runner-scope #qti-item{width:100%;min-width:100%;height:auto;overflow:visible}.test-runner-scope .size-wrapper{max-width:1280px;margin:auto;width:100%}.test-runner-scope #qti-rubrics{margin:auto;max-width:1024px;width:100%;padding:15px}.test-runner-scope #qti-rubrics .qti-rubricBlock{margin:20px 0}.test-runner-scope #qti-rubrics .hidden{display:none}.test-runner-scope .action-bar li{margin:2px 0 0 10px}.test-runner-scope .action-bar li.btn-info{border-color:rgba(255,255,255,0.3)}.test-runner-scope .action-bar li.btn-info.btn-group{border:none !important;overflow:hidden;padding:0}.test-runner-scope .action-bar li.btn-info.btn-group a{float:left;margin:0 2px;padding:0 15px;border:1px solid rgba(255,255,255,0.3);border-radius:0px;display:inline-block;height:inherit}.test-runner-scope .action-bar li.btn-info.btn-group a:first-of-type{border-top-left-radius:3px;border-bottom-left-radius:3px;margin-left:0}.test-runner-scope .action-bar li.btn-info.btn-group a:last-of-type{border-top-right-radius:3px;border-bottom-right-radius:3px;margin-right:0}.test-runner-scope .action-bar li.btn-info.btn-group a:hover,.test-runner-scope .action-bar li.btn-info.btn-group a.active{border-color:rgba(255,255,255,0.8)}.test-runner-scope .action-bar li.btn-info.btn-group a .no-label{padding-right:0}.test-runner-scope .action-bar li.btn-info:hover,.test-runner-scope .action-bar li.btn-info.active{border-color:rgba(255,255,255,0.8)}.test-runner-scope .action-bar.horizontal-action-bar{opacity:1;height:40px}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box{height:40px;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-between;-ms-flex-pack:space-between;justify-content:space-between}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .title-box{font-size:14px;font-size:1.4rem;padding:4px 0 0;-ms-flex:0 1 auto;-webkit-flex:0 1 auto;flex:0 1 auto}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .progress-box,.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .item-number-box{padding-top:4px;white-space:nowrap;-ms-flex:0 1 auto;-webkit-flex:0 1 auto;flex:0 1 auto}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .progress-box .qti-controls,.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .item-number-box .qti-controls{display:inline-block;margin-left:20px;white-space:nowrap}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .timer-box{padding-top:0;white-space:nowrap;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .timer-box .qti-timer{display:inline-block;text-align:center;vertical-align:top;line-height:1.2;position:relative;padding:0 20px;margin-top:-1px}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .timer-box .qti-timer .qti-timer_label{max-width:130px;display:block;font-size:12px;font-size:1.2rem}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .timer-box .qti-timer.qti-timer__warning .qti-timer_time{color:#d8ae5b}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .timer-box .qti-timer::before{content:' ';background:rgba(255,255,255,0.3);width:1px;height:20px;position:absolute;left:0;top:5px}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .timer-box .qti-timer:first-child::before{content:none}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .progressbar{margin-top:5px;min-width:150px;max-width:200px;height:0.6em}.test-runner-scope .action-bar.horizontal-action-bar>.control-box{color:rgba(255,255,255,0.9);text-shadow:1px 1px 0 black}.test-runner-scope .action-bar.horizontal-action-bar>.control-box .lft,.test-runner-scope .action-bar.horizontal-action-bar>.control-box .rgt{padding-left:20px}.test-runner-scope .action-bar.horizontal-action-bar>.control-box .lft:first-child,.test-runner-scope .action-bar.horizontal-action-bar>.control-box .rgt:first-child{padding-left:0}.test-runner-scope .action-bar.horizontal-action-bar>.control-box .lft:last-child ul,.test-runner-scope .action-bar.horizontal-action-bar>.control-box .rgt:last-child ul{display:inline-block}.test-runner-scope .action-bar.horizontal-action-bar>.control-box [class^="btn-"],.test-runner-scope .action-bar.horizontal-action-bar>.control-box [class*=" btn-"]{white-space:nowrap}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .action{position:relative;overflow:visible}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu{color:#222;background:#f3f1ef;overflow:auto;list-style:none;min-width:150px;margin:0;padding:0;position:absolute;bottom:30px;left:0}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action{display:inline-block;text-align:left;width:100%;white-space:nowrap;overflow:hidden;color:#222;margin:0;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;height:32px;padding:6px 15px;line-height:1}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action.selected{background-color:#3e7da7;color:#fff}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action.selected .label,.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action.selected .icon{color:#fff}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action:hover{background-color:#0e5d91;color:#fff}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action:hover .label,.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action:hover .icon{color:#fff}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action .label,.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action .icon{font-size:14px;font-size:1.4rem;text-shadow:none;color:#222}.test-runner-scope .action-bar.horizontal-action-bar.bottom-action-bar{overflow:visible}.test-runner-scope .action-bar.horizontal-action-bar.bottom-action-bar .action{line-height:1.6}.test-runner-scope [data-control="exit"]{margin-left:20px}.test-runner-scope [data-control="comment-toggle"]{display:none}.test-runner-scope.non-lti-context .title-box{display:none}.test-runner-scope [data-control="qti-comment"]{background-color:#f3f1ef;position:absolute;bottom:33px;left:8px;z-index:9999;text-align:right;padding:5px;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px;-webkit-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);-moz-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);-ms-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);-o-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);box-shadow:0 0 15px 1px rgba(0,0,0,0.2)}.test-runner-scope [data-control="qti-comment"] textarea{display:block;height:100px;resize:none;width:350px;padding:3px;margin:0 0 10px 0;border:none;font-size:13px;font-size:1.3rem;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px}.test-runner-scope .tools-box{position:relative;overflow:visible} /*# sourceMappingURL=new-test-runner.css.map */ diff --git a/views/css/new-test-runner.css.map b/views/css/new-test-runner.css.map index 7856881a54..a39537b8e2 100644 --- a/views/css/new-test-runner.css.map +++ b/views/css/new-test-runner.css.map @@ -1,6 +1,6 @@ { "version": 3, -"mappings": "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", +"mappings": "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", "sources": ["../../../tao/views/scss/inc/_functions.scss","../../../tao/views/scss/inc/_loading-bar.scss","../../../tao/views/scss/inc/_action-bars.scss","../../../tao/views/scss/inc/_colors.scss","../../../tao/views/scss/inc/_section-container.scss","../scss/inc/_navigator.scss","../../../tao/views/scss/inc/fonts/_tao-icon-vars.scss","../scss/inc/_test-delivery-override.scss","../scss/inc/_test-layout.scss","../scss/inc/_test-action-bars.scss"], "names": [], "file": "new-test-runner.css" diff --git a/views/css/test-runner.css b/views/css/test-runner.css index 73b2c4cbea..2c568f10c2 100644 --- a/views/css/test-runner.css +++ b/views/css/test-runner.css @@ -1,2 +1,2 @@ -@-o-keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}@-moz-keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}@-webkit-keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}@keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}.loading-bar{height:6px;position:absolute;width:100%;top:0px;display:none;overflow-x:hidden;overflow-y:visible;z-index:10000}.loading-bar.fixed{position:fixed;width:100%}.loading-bar.fixed:before{top:0 !important}.loading-bar.loading{display:block}.loading-bar.loading:before{position:absolute;top:86px;content:'';height:6px;width:20%;display:block;background:-webkit-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:-moz-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:-ms-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:-o-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);-webkit-animation:loadingbar 5s linear infinite;-moz-animation:loadingbar 5s linear infinite;-ms-animation:loadingbar 5s linear infinite;-o-animation:loadingbar 5s linear infinite;animation:loadingbar 5s linear infinite}.no-version-warning .loading-bar:before{top:58px}.action-bar{background:#266d9c;padding:3px;overflow:hidden;color:#e6eef4}.action-bar li{float:left}.action-bar li .li-inner{padding-bottom:1px;text-decoration:none !important;outline:0;display:inline-block;color:inherit}.action-bar li .li-inner:hover{color:white}.action-bar li span.glyph{text-shadow:0 0 0 transparent;color:inherit}.action-bar li input{width:100%;font-size:12px;font-size:1.2rem;padding:2px 4px}.action-bar li.active .li-inner{color:white}.action-bar.horizontal-action-bar{padding:5px;height:35px}.action-bar.horizontal-action-bar .search-area{margin:2px 0 0 0;border:none;float:right;display:inline-block;position:relative;padding:0 30px 0 0}.action-bar.horizontal-action-bar .search-area input{padding-right:34px;min-width:250px !important}.action-bar.horizontal-action-bar .search-area button{position:absolute;right:32px;top:-2px;cursor:default;opacity:.5;background:transparent;width:25px;height:25px}.action-bar.horizontal-action-bar .search-area button:before{color:#666}.action-bar.horizontal-action-bar .search-area .icon-help{position:absolute;right:5px;top:-1px;text-shadow:0px 0px transparent;color:white;cursor:pointer;display:block;width:24px;height:24px;line-height:24px;text-align:center}.action-bar.horizontal-action-bar li{margin:0 1px;border:1px transparent solid;text-align:center;float:left}.action-bar.horizontal-action-bar li .glyph{width:14px}.action-bar.horizontal-action-bar li.btn-info{overflow:hidden;background:transparent}.action-bar.horizontal-action-bar li.btn-info:hover,.action-bar.horizontal-action-bar li.btn-info.active{border-color:rgba(255,255,255,0.3);opacity:1}.action-bar.horizontal-action-bar li.disabled{background:none !important;text-shadow:inherit !important;opacity:0.45 !important;color:inherit !important}.action-bar.horizontal-action-bar li.disabled a{cursor:not-allowed !important}.action-bar.vertical-action-bar li{max-height:60px}.action-bar.vertical-action-bar li .li-inner{height:60px;display:block;overflow:hidden;text-overflow:ellipsis;text-align:center;font-size:12px;font-size:1.2rem;line-height:12px}.action-bar.vertical-action-bar li .glyph{display:block;margin:12px auto 3px;width:20px;height:20px}.action-bar.tree-action-bar{background:#f2f0ee;position:relative;left:-1px;padding:0;margin:0 2.85714% 8px 2.85714%;width:94.64286%;font-size:13px;font-size:1.3rem}.action-bar.tree-action-bar li{background:rgba(255,255,255,0.5);border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px;line-height:1.3;padding:0;text-align:center;float:left;width:65px;height:65px;margin:0 1px 1px 0}.action-bar.tree-action-bar li .glyph{display:block;color:#0e5d91;margin:12px auto 1px !important;font-size:17px !important;font-size:1.7rem !important}.action-bar.tree-action-bar li .li-inner{display:block;height:65px;padding:2px;font-size:11px;font-size:1.1rem;color:#222}.action-bar.tree-action-bar li:hover{background:#ddd;color:#666}.action-bar .tree-filters{width:160px;position:relative}.action-bar .tree-filters input{padding-right:24px}.action-bar .tree-filters span{position:absolute;right:3px;color:#555;width:22px;top:2px;line-height:20px;display:inline-block;text-align:center;text-shadow:0 0 0 transparent;border-left:1px solid #ddd;cursor:pointer}.action-bar .tree-filters span.icon-close{display:none}.action-bar .tree-filters span:hover{color:#0e5d91}@media (max-width: 1150px){.action-bar.horizontal-action-bar .search-area{float:none;position:absolute;right:0px}.action-bar.horizontal-action-bar .search-area input{padding-right:30px;min-width:auto !important;width:150px}.action-bar.horizontal-action-bar .search-area input:focus{width:220px}}body.oversized-nav:not(.delivery-scope) .action-bar.horizontal-action-bar .search-area{float:none;position:absolute;right:0px}body.oversized-nav:not(.delivery-scope) .action-bar.horizontal-action-bar .search-area input{padding-right:30px;min-width:auto !important;width:150px}body.oversized-nav:not(.delivery-scope) .action-bar.horizontal-action-bar .search-area input:focus{width:220px}.section-container{top:0 !important}.section-container .flex-container-full{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%}.section-container .flex-container-half{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 50%;-webkit-flex:0 0 50%;flex:0 0 50%}.section-container .flex-container-third{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 33.33333%;-webkit-flex:0 0 33.33333%;flex:0 0 33.33333%}.section-container .flex-container-quarter{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 25%;-webkit-flex:0 0 25%;flex:0 0 25%}.section-container .flex-container-remaining{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:1 1 480px;-webkit-flex:1 1 480px;flex:1 1 480px}.section-container .flex-container-main-form{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 500px;-webkit-flex:0 0 500px;flex:0 0 500px;margin:0 20px 20px 0}.section-container .flex-container-navi{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 280px;-webkit-flex:0 0 280px;flex:0 0 280px}.section-container .section-header{border:none}.section-container .content-panel{width:100%;height:100%;margin:0;padding:0;border:none !important;display:box;display:-ms-flexbox;display:-webkit-flexbox;display:flexbox;display:-ms-flex;display:-webkit-flex;display:flex;-ms-direction:row;-webkit-direction:row;direction:row;-ms-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;flex-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;flex-line-pack:start;-ms-flex-line-pack:start;-webkit-align-content:flex-start;align-content:flex-start;flex-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}.section-container .tab-container{border:none;display:none;list-style-type:none;padding:0;margin:0}.section-container .tab-container li{float:left;position:relative;top:0;padding:0;margin:0 1px 0px 0;border-top:1px solid #f2f0ee !important;border-bottom:1px solid #f2f0ee !important;background:#f2f0ee !important}.section-container .tab-container li a{top:0 !important;margin-bottom:0 !important;padding:6px 16px;text-decoration:none;min-height:32px;color:#222;float:left}.section-container .tab-container li.active,.section-container .tab-container li:hover{border-bottom-color:#4a85ac !important;border-top-color:#6e9dbd !important;background:#266d9c !important}.section-container .tab-container li.active a,.section-container .tab-container li:hover a{background:transparent !important;border-color:transparent !important;color:#fff !important;text-shadow:1px 1px 0 rgba(0,0,0,0.2)}.section-container .tab-container li.disabled:hover{background:#f2f0ee !important}.section-container .tab-container li.disabled:hover a{cursor:not-allowed !important;color:#222 !important}.section-container .navi-container{display:none;background:#f2f0ee;-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 280px;-webkit-flex:0 0 280px;flex:0 0 280px;border-right:1px #ddd solid}.section-container .navi-container .block-title{font-size:14px;font-size:1.4rem;padding:2px 8px;margin:0}.section-container .navi-container .tree-action-bar-box{margin:10px 0;opacity:0}.section-container .navi-container .tree-action-bar-box.active{opacity:1;-webkit-opacity:0.25s ease-in-out;-moz-opacity:0.25s ease-in-out;opacity:0.25s ease-in-out}.section-container .content-container{border:none;-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:1 1 auto;-webkit-flex:1 1 auto;flex:1 1 auto;-ms-flex:1 1;-webkit-flex:1 1;flex:1 1}.section-container .content-block{padding:20px;overflow-y:auto;display:box;display:-ms-flexbox;display:-webkit-flexbox;display:flexbox;display:-ms-flex;display:-webkit-flex;display:flex;-ms-direction:row;-webkit-direction:row;direction:row;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;flex-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;flex-line-pack:start;-ms-flex-line-pack:start;-webkit-align-content:flex-start;align-content:flex-start;flex-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}.section-container .content-block>.grid-container{width:100%}.section-container .content-block .data-container-wrapper{padding:0px 20px 0 0}.section-container .content-block .data-container-wrapper:before,.section-container .content-block .data-container-wrapper:after{content:" ";display:table}.section-container .content-block .data-container-wrapper:after{clear:both}.section-container .content-block .data-container-wrapper>section,.section-container .content-block .data-container-wrapper .data-container{width:260px;margin:0 20px 20px 0;float:left;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px}.section-container .content-block .data-container-wrapper>section.double,.section-container .content-block .data-container-wrapper .data-container.double{width:540px}.section-container .content-block .data-container-wrapper>section .emptyContentFooter,.section-container .content-block .data-container-wrapper .data-container .emptyContentFooter{display:none}.section-container .content-block .data-container-wrapper>section .tree,.section-container .content-block .data-container-wrapper .data-container .tree{border:none;max-width:none;max-height:none}.section-container .content-block .data-container-wrapper>section form,.section-container .content-block .data-container-wrapper .data-container form{background:none;border:none;margin:0;padding:0}.section-container .content-block .data-container-wrapper>section>header,.section-container .content-block .data-container-wrapper>section .ui-widget-header,.section-container .content-block .data-container-wrapper .data-container>header,.section-container .content-block .data-container-wrapper .data-container .ui-widget-header{background:#f2f0ee;border-width:0px !important;border-bottom:1px #ddd solid !important}.section-container .content-block .data-container-wrapper>section>header h1,.section-container .content-block .data-container-wrapper>section>header h6,.section-container .content-block .data-container-wrapper>section .ui-widget-header h1,.section-container .content-block .data-container-wrapper>section .ui-widget-header h6,.section-container .content-block .data-container-wrapper .data-container>header h1,.section-container .content-block .data-container-wrapper .data-container>header h6,.section-container .content-block .data-container-wrapper .data-container .ui-widget-header h1,.section-container .content-block .data-container-wrapper .data-container .ui-widget-header h6{padding:4px;margin:0;font-size:14px;font-size:1.4rem}.section-container .content-block .data-container-wrapper>section>div,.section-container .content-block .data-container-wrapper>section .ui-widget-content,.section-container .content-block .data-container-wrapper>section .container-content,.section-container .content-block .data-container-wrapper .data-container>div,.section-container .content-block .data-container-wrapper .data-container .ui-widget-content,.section-container .content-block .data-container-wrapper .data-container .container-content{border-width:0px !important;overflow-y:auto;min-height:250px;padding:5px}.section-container .content-block .data-container-wrapper>section>div .icon-grip,.section-container .content-block .data-container-wrapper>section .ui-widget-content .icon-grip,.section-container .content-block .data-container-wrapper>section .container-content .icon-grip,.section-container .content-block .data-container-wrapper .data-container>div .icon-grip,.section-container .content-block .data-container-wrapper .data-container .ui-widget-content .icon-grip,.section-container .content-block .data-container-wrapper .data-container .container-content .icon-grip{cursor:move}.section-container .content-block .data-container-wrapper>section>footer,.section-container .content-block .data-container-wrapper>section .data-container-footer,.section-container .content-block .data-container-wrapper .data-container>footer,.section-container .content-block .data-container-wrapper .data-container .data-container-footer{background:#f2f0ee;text-align:right !important;padding:4px;border-width:0px !important;border-top:1px #ddd solid !important}.section-container .content-block .data-container-wrapper>section>footer .square,.section-container .content-block .data-container-wrapper>section .data-container-footer .square,.section-container .content-block .data-container-wrapper .data-container>footer .square,.section-container .content-block .data-container-wrapper .data-container .data-container-footer .square{width:28px}.section-container .content-block .data-container-wrapper>section>footer .square span,.section-container .content-block .data-container-wrapper>section .data-container-footer .square span,.section-container .content-block .data-container-wrapper .data-container>footer .square span,.section-container .content-block .data-container-wrapper .data-container .data-container-footer .square span{padding:0;left:0}.section-container .content-block .data-container-wrapper>section ol,.section-container .content-block .data-container-wrapper .data-container ol{margin:0 0 0 15px;padding:10px}.section-container .content-block #form-container.ui-widget-content{border:none !important}.section-container .content-block form:not(.list-container){border:1px #ddd solid;background:#f2f0ee;padding:30px;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px}.section-container .content-block [class^="btn-"],.section-container .content-block [class*=" btn-"]{margin:0 2px}.qti-navigator{padding:0;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.qti-navigator span{display:inline-block}.qti-navigator .collapsed .collapsible-panel,.qti-navigator .masked,.qti-navigator.masked{display:none !important}.qti-navigator .collapsed .icon-up{display:none !important}.qti-navigator .collapsed .icon-down{display:inline-block !important}.qti-navigator.collapsed{flex:0 0 40px}.qti-navigator.collapsed ul{padding:0 !important}.qti-navigator.collapsed .qti-navigator-text,.qti-navigator.collapsed .qti-navigator-info>.qti-navigator-label,.qti-navigator.collapsed .qti-navigator-part>.qti-navigator-label,.qti-navigator.collapsed .qti-navigator-section>.qti-navigator-label,.qti-navigator.collapsed .qti-navigator-message{display:none !important}.qti-navigator.collapsed .qti-navigator-label{padding:0 2px !important}.qti-navigator.collapsed .qti-navigator-icon,.qti-navigator.collapsed .icon{width:auto}.qti-navigator.collapsed .qti-navigator-counter{float:none;text-align:center}.qti-navigator.collapsed .qti-navigator-collapsible{text-align:center}.qti-navigator.collapsed .qti-navigator-collapsible .qti-navigator-collapse{display:none}.qti-navigator.collapsed .qti-navigator-collapsible .qti-navigator-expand{display:block}.qti-navigator.collapsed .qti-navigator-info.collapsed .collapsible-panel{display:block !important}.qti-navigator.collapsed .qti-navigator-info .qti-navigator-label span{display:block;text-align:center;width:auto;line-height:30px}.qti-navigator.collapsed .qti-navigator-filter span{display:none}.qti-navigator.collapsed .qti-navigator-filter.active span{display:block;padding:3px 0;border:0 none;width:39px}.qti-navigator.collapsed .qti-navigator-item,.qti-navigator.collapsed .qti-navigator-linear,.qti-navigator.collapsed .qti-navigator-linear-part{padding-left:2px;text-align:center}.qti-navigator.collapsed .qti-navigator-item .qti-navigator-icon,.qti-navigator.collapsed .qti-navigator-item .icon,.qti-navigator.collapsed .qti-navigator-linear .qti-navigator-icon,.qti-navigator.collapsed .qti-navigator-linear .icon,.qti-navigator.collapsed .qti-navigator-linear-part .qti-navigator-icon,.qti-navigator.collapsed .qti-navigator-linear-part .icon{line-height:34px}.qti-navigator.collapsed .qti-navigator-item .qti-navigator-icon{padding-right:100px;padding-left:9px}.qti-navigator.collapsed .qti-navigator-linear,.qti-navigator.collapsed .qti-navigator-linear-part{padding:0 0 8px 0}.qti-navigator.collapsed .qti-navigator-linear .icon,.qti-navigator.collapsed .qti-navigator-linear-part .icon{display:block}.qti-navigator.collapsed .qti-navigator-actions button{padding:0 9px 0 5px}.qti-navigator.scope-test-section .qti-navigator-part>.qti-navigator-label{display:none !important}.qti-navigator .qti-navigator-label{display:block;line-height:30px;padding:0 6px}.qti-navigator .qti-navigator-label .icon-up,.qti-navigator .qti-navigator-label .icon-down{float:right;line-height:30px}.qti-navigator .qti-navigator-label .icon-down{display:none}.qti-navigator .qti-navigator-icon,.qti-navigator .icon{position:relative;top:1px;display:inline-block;width:22px}.qti-navigator .unseen .qti-navigator-icon{cursor:default}.qti-navigator .icon-answered:before{content:"\e69a"}.qti-navigator .icon-viewed:before{content:"\e631"}.qti-navigator .icon-flagged:before{content:"\e64e"}.qti-navigator .icon-unanswered:before,.qti-navigator .icon-unseen:before{content:"\e6a5"}.qti-navigator .collapsible>.qti-navigator-label,.qti-navigator .qti-navigator-item>.qti-navigator-label{cursor:pointer}.qti-navigator .qti-navigator-counter{text-align:right;float:right;font-size:12px;font-size:1.2rem}.qti-navigator .qti-navigator-actions{text-align:center}.qti-navigator .qti-navigator-collapsible{background-color:#a3a9b1;color:#222;border-top:1px solid #fff;cursor:pointer;padding:0 8px;text-align:right;display:none}.qti-navigator .qti-navigator-collapsible .icon{font-size:20px;font-size:2rem;line-height:30px;width:auto;color:#fff}.qti-navigator .qti-navigator-collapsible .qti-navigator-expand{display:none}.qti-navigator.collapsible .qti-navigator-collapsible{display:block}.qti-navigator .qti-navigator-info>.qti-navigator-label{background-color:#D4D5D7;color:#222;border-top:1px solid #fff;padding:2px 8px}.qti-navigator .qti-navigator-info li{border-bottom:1px solid rgba(255,255,255,0.9)}.qti-navigator .qti-navigator-info ul{padding:4px}.qti-navigator .qti-navigator-filters{margin-top:16px;text-align:center}.qti-navigator .qti-navigator-filters li{display:block;float:left}.qti-navigator .qti-navigator-filter span{border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px;border-left:none;background-color:#fff;display:block;line-height:1.8;cursor:pointer;padding:3px 20px}.qti-navigator .qti-navigator-filter span:hover{background-color:#3e7da7;color:#fff}.qti-navigator .qti-navigator-filter.active span{background-color:#a3a9b1;color:#fff}.qti-navigator .qti-navigator-linear,.qti-navigator .qti-navigator-linear-part{padding:8px;background:#fff}.qti-navigator .qti-navigator-linear .icon,.qti-navigator .qti-navigator-linear-part .icon{display:none}.qti-navigator .qti-navigator-linear .qti-navigator-label,.qti-navigator .qti-navigator-linear-part .qti-navigator-label{font-size:14px;font-size:1.4rem}.qti-navigator .qti-navigator-linear .qti-navigator-title,.qti-navigator .qti-navigator-linear-part .qti-navigator-title{font-size:14px;font-size:1.4rem;margin:8px 0}.qti-navigator .qti-navigator-linear .qti-navigator-message,.qti-navigator .qti-navigator-linear-part .qti-navigator-message{font-size:14px;font-size:1.4rem}.qti-navigator .qti-navigator-part>.qti-navigator-label{background-color:#dcdee1;padding:2px 8px}.qti-navigator .qti-navigator-part>.qti-navigator-label:hover{background-color:#c6c9ce}.qti-navigator .qti-navigator-part.active>.qti-navigator-label{background-color:#c0c4c9}.qti-navigator .qti-navigator-part:not(:first-child){margin-top:1px}.qti-navigator .qti-navigator-section>.qti-navigator-label{padding:2px 10px 2px 8px;border-bottom:1px solid rgba(255,255,255,0.9)}.qti-navigator .qti-navigator-section>.qti-navigator-label:hover{background-color:#eae7e4}.qti-navigator .qti-navigator-section.active>.qti-navigator-label{background-color:#ded9d4}.qti-navigator .qti-navigator-item{background:#fff;margin:1px 0;padding-left:10px}.qti-navigator .qti-navigator-item:first-child{margin-top:0}.qti-navigator .qti-navigator-item.active{background:#f4f7f8}.qti-navigator .qti-navigator-item:hover{background:#eef3f5}.qti-navigator .qti-navigator-item.disabled{background-color:#e2ded9 !important}.qti-navigator .qti-navigator-item.disabled>.qti-navigator-label{cursor:not-allowed}.qti-test-scope .action-bar li{margin:0 5px}.qti-test-scope .action-bar li.btn-info{border-color:rgba(255,255,255,0.3)}.qti-test-scope .action-bar li.btn-info.btn-group{border:none !important;overflow:hidden;padding:0}.qti-test-scope .action-bar li.btn-info.btn-group a{float:left;margin:0 2px;padding:0 15px;border:1px solid rgba(255,255,255,0.3);border-radius:0px;display:inline-block;height:inherit}.qti-test-scope .action-bar li.btn-info.btn-group a:first-of-type{border-top-left-radius:3px;border-bottom-left-radius:3px;margin-left:0}.qti-test-scope .action-bar li.btn-info.btn-group a:last-of-type{border-top-right-radius:3px;border-bottom-right-radius:3px;margin-right:0}.qti-test-scope .action-bar li.btn-info.btn-group a:hover,.qti-test-scope .action-bar li.btn-info.btn-group a.active{border-color:rgba(255,255,255,0.8)}.qti-test-scope .action-bar li.btn-info.btn-group a .no-label{padding-right:0}.qti-test-scope .action-bar li.btn-info:hover,.qti-test-scope .action-bar li.btn-info.active{border-color:rgba(255,255,255,0.8)}.qti-test-scope .action-bar.horizontal-action-bar{opacity:0}.qti-test-scope .action-bar.horizontal-action-bar .title-box{padding-top:4px}.qti-test-scope .action-bar.horizontal-action-bar .progress-box,.qti-test-scope .action-bar.horizontal-action-bar .timer-box,.qti-test-scope .action-bar.horizontal-action-bar .item-number-box{padding-top:4px;display:inline-block;white-space:nowrap;-webkit-flex:0 0 auto;flex:0 1 auto}.qti-test-scope .action-bar.horizontal-action-bar .progress-box .qti-controls,.qti-test-scope .action-bar.horizontal-action-bar .timer-box .qti-controls,.qti-test-scope .action-bar.horizontal-action-bar .item-number-box .qti-controls{display:inline-block;margin-left:20px;white-space:nowrap}.qti-test-scope .action-bar.horizontal-action-bar .progressbar{margin-top:5px;min-width:150px;max-width:200px;height:0.6em}.qti-test-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box{display:-webkit-flex;-webkit-justify-content:space-between;-webkit-flex-flow:row nowrap;display:flex;justify-content:space-between;flex-flow:row nowrap}.qti-test-scope .action-bar.horizontal-action-bar>.control-box{color:rgba(255,255,255,0.9);text-shadow:1px 1px 0 black}.qti-test-scope .action-bar.horizontal-action-bar>.control-box .lft,.qti-test-scope .action-bar.horizontal-action-bar>.control-box .rgt{padding-left:20px}.qti-test-scope .action-bar.horizontal-action-bar>.control-box .lft:first-child,.qti-test-scope .action-bar.horizontal-action-bar>.control-box .rgt:first-child{padding-left:0}.qti-test-scope .action-bar.horizontal-action-bar>.control-box .lft:last-child ul,.qti-test-scope .action-bar.horizontal-action-bar>.control-box .rgt:last-child ul{display:inline-block}.qti-test-scope .action-bar.horizontal-action-bar>.control-box [class^="btn-"],.qti-test-scope .action-bar.horizontal-action-bar>.control-box [class*=" btn-"]{white-space:nowrap}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .action{position:relative;overflow:visible}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu{color:#222;background:#f2f0ee;overflow:auto;list-style:none;min-width:150px;margin:0;padding:0;position:absolute;bottom:30px;left:0}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action{display:inline-block;text-align:left;width:100%;white-space:nowrap;overflow:hidden;color:#222;margin:0;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;height:32px;padding:6px 15px;line-height:1}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action.selected{background-color:#3e7da7;color:#fff}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action.selected .label,.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action.selected .icon{color:#fff}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action:hover{background-color:#0e5d91;color:#fff}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action:hover .label,.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action:hover .icon{color:#fff}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action .label,.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action .icon{font-size:14px;font-size:1.4rem;text-shadow:none;color:#222}.qti-test-scope .action-bar.horizontal-action-bar.bottom-action-bar{overflow:visible}.qti-test-scope .action-bar.horizontal-action-bar.bottom-action-bar .action{line-height:1.6}.qti-test-scope .action-bar.horizontal-action-bar.has-timers{height:47px}.qti-test-scope .action-bar.horizontal-action-bar.has-timers .progress-box,.qti-test-scope .action-bar.horizontal-action-bar.has-timers .title-box{padding-top:10px}.qti-test-scope .action-bar.horizontal-action-bar .bottom-action-bar .action{display:none}.qti-test-scope .test-sidebar{background:#f2f0ee;overflow:auto}.qti-test-scope .test-sidebar-left{border-right:1px #ddd solid}.qti-test-scope .test-sidebar-right{border-left:1px #ddd solid}.qti-test-scope .content-panel{height:auto !important}.qti-test-scope .content-panel #qti-content{overflow-y:auto;font-size:0}.qti-test-scope .content-panel #qti-content #qti-rubrics{font-size:14px}.qti-test-scope #qti-item{width:100%;min-width:100%;height:auto;overflow:visible}.qti-test-scope .size-wrapper{max-width:1280px;margin:auto;width:100%}.qti-test-scope .tools-box{position:relative;overflow:visible}.qti-test-scope [data-control="qti-comment"]{background-color:#f2f0ee;position:absolute;bottom:33px;left:8px;z-index:9999;text-align:right;padding:5px;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px;-webkit-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);-moz-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);-ms-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);-o-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);box-shadow:0 0 15px 1px rgba(0,0,0,0.2)}.qti-test-scope [data-control="qti-comment"] textarea{display:block;height:100px;resize:none;width:350px;padding:3px;margin:0 0 10px 0;border:none;font-size:13px;font-size:1.3rem;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px}.qti-test-scope #qti-timers{display:none}.qti-test-scope [data-control="exit"]{margin-left:20px}.qti-test-scope [data-control="comment-toggle"]{display:none}.qti-test-scope .qti-timer{display:inline-block;text-align:center;vertical-align:top;line-height:1.2;position:relative;padding:0 20px}.qti-test-scope .qti-timer .qti-timer_label{max-width:130px;font-size:12px;font-size:1.2rem}.qti-test-scope .qti-timer.qti-timer__warning .qti-timer_time{color:#d8ae5b}.qti-test-scope .qti-timer::before{content:' ';background:rgba(255,255,255,0.3);width:1px;height:20px;position:absolute;left:0;top:5px}.qti-test-scope .qti-timer:first-child::before{content:none}.qti-test-scope.non-lti-context .title-box{display:none}.qti-test-scope #qti-rubrics{margin:auto;max-width:1024px;width:100%;padding:15px}.qti-test-scope #qti-rubrics .qti-rubricBlock{margin:20px 0}.qti-test-scope #qti-rubrics .hidden{display:none} +@-o-keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}@-moz-keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}@-webkit-keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}@keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}.loading-bar{height:6px;position:absolute;width:100%;top:0px;display:none;overflow-x:hidden;overflow-y:visible;z-index:10000}.loading-bar.fixed{position:fixed;width:100%}.loading-bar.fixed:before{top:0 !important}.loading-bar.loading{display:block}.loading-bar.loading:before{position:absolute;top:86px;content:'';height:6px;width:20%;display:block;background:-webkit-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:-moz-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:-ms-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:-o-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);-webkit-animation:loadingbar 5s linear infinite;-moz-animation:loadingbar 5s linear infinite;-ms-animation:loadingbar 5s linear infinite;-o-animation:loadingbar 5s linear infinite;animation:loadingbar 5s linear infinite}.no-version-warning .loading-bar:before{top:58px}.action-bar{background:#266d9c;padding:3px;overflow:hidden;color:#e7eff4}.action-bar li{float:left}.action-bar li .li-inner{padding-bottom:1px;text-decoration:none !important;outline:0;display:inline-block;color:inherit}.action-bar li .li-inner:hover{color:white}.action-bar li span.glyph{text-shadow:0 0 0 transparent;color:inherit}.action-bar li input{width:100%;font-size:12px;font-size:1.2rem;padding:2px 4px}.action-bar li.active .li-inner{color:white}.action-bar.horizontal-action-bar{padding:5px;height:35px}.action-bar.horizontal-action-bar .search-area{margin:2px 0 0 0;border:none;float:right;display:inline-block;position:relative;padding:0 30px 0 0}.action-bar.horizontal-action-bar .search-area input{padding-right:34px;min-width:250px !important}.action-bar.horizontal-action-bar .search-area button{position:absolute;right:32px;top:-2px;cursor:default;opacity:.5;background:transparent;width:25px;height:25px}.action-bar.horizontal-action-bar .search-area button:before{color:#666}.action-bar.horizontal-action-bar .search-area .icon-help{position:absolute;right:5px;top:-1px;text-shadow:0px 0px transparent;color:white;cursor:pointer;display:block;width:24px;height:24px;line-height:24px;text-align:center}.action-bar.horizontal-action-bar li{margin:0 1px;border:1px transparent solid;text-align:center;float:left}.action-bar.horizontal-action-bar li .glyph{width:14px}.action-bar.horizontal-action-bar li.btn-info{overflow:hidden;background:transparent}.action-bar.horizontal-action-bar li.btn-info:hover,.action-bar.horizontal-action-bar li.btn-info.active{border-color:rgba(255,255,255,0.3);opacity:1}.action-bar.horizontal-action-bar li.disabled{background:none !important;text-shadow:inherit !important;opacity:0.45 !important;color:inherit !important}.action-bar.horizontal-action-bar li.disabled a{cursor:not-allowed !important}.action-bar.vertical-action-bar li{max-height:60px}.action-bar.vertical-action-bar li .li-inner{height:60px;display:block;overflow:hidden;text-overflow:ellipsis;text-align:center;font-size:12px;font-size:1.2rem;line-height:12px}.action-bar.vertical-action-bar li .glyph{display:block;margin:12px auto 3px;width:20px;height:20px}.action-bar.tree-action-bar{background:#f3f1ef;position:relative;left:-1px;padding:0;margin:0 2.85714% 8px 2.85714%;width:94.64286%;font-size:13px;font-size:1.3rem}.action-bar.tree-action-bar li{background:rgba(255,255,255,0.5);border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px;line-height:1.3;padding:0;text-align:center;float:left;width:65px;height:65px;margin:0 1px 1px 0}.action-bar.tree-action-bar li .glyph{display:block;color:#0e5d91;margin:12px auto 1px !important;font-size:17px !important;font-size:1.7rem !important}.action-bar.tree-action-bar li .li-inner{display:block;height:65px;padding:2px;font-size:11px;font-size:1.1rem;color:#222}.action-bar.tree-action-bar li:hover{background:#ddd;color:#666}.action-bar .tree-filters{width:160px;position:relative}.action-bar .tree-filters input{padding-right:24px}.action-bar .tree-filters span{position:absolute;right:3px;color:#555;width:22px;top:2px;line-height:20px;display:inline-block;text-align:center;text-shadow:0 0 0 transparent;border-left:1px solid #ddd;cursor:pointer}.action-bar .tree-filters span.icon-close{display:none}.action-bar .tree-filters span:hover{color:#0e5d91}@media (max-width: 1150px){.action-bar.horizontal-action-bar .search-area{float:none;position:absolute;right:0px}.action-bar.horizontal-action-bar .search-area input{padding-right:30px;min-width:auto !important;width:150px}.action-bar.horizontal-action-bar .search-area input:focus{width:220px}}body.oversized-nav:not(.delivery-scope) .action-bar.horizontal-action-bar .search-area{float:none;position:absolute;right:0px}body.oversized-nav:not(.delivery-scope) .action-bar.horizontal-action-bar .search-area input{padding-right:30px;min-width:auto !important;width:150px}body.oversized-nav:not(.delivery-scope) .action-bar.horizontal-action-bar .search-area input:focus{width:220px}.section-container{top:0 !important}.section-container .flex-container-full{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%}.section-container .flex-container-half{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 50%;-webkit-flex:0 0 50%;flex:0 0 50%}.section-container .flex-container-third{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 33.33333%;-webkit-flex:0 0 33.33333%;flex:0 0 33.33333%}.section-container .flex-container-quarter{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 25%;-webkit-flex:0 0 25%;flex:0 0 25%}.section-container .flex-container-remaining{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:1 1 480px;-webkit-flex:1 1 480px;flex:1 1 480px}.section-container .flex-container-main-form{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 500px;-webkit-flex:0 0 500px;flex:0 0 500px;margin:0 20px 20px 0}.section-container .flex-container-navi{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 280px;-webkit-flex:0 0 280px;flex:0 0 280px}.section-container .section-header{border:none}.section-container .content-panel{width:100%;height:100%;margin:0;padding:0;border:none !important;display:box;display:-ms-flexbox;display:-webkit-flexbox;display:flexbox;display:-ms-flex;display:-webkit-flex;display:flex;-ms-direction:row;-webkit-direction:row;direction:row;-ms-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;flex-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;flex-line-pack:start;-ms-flex-line-pack:start;-webkit-align-content:flex-start;align-content:flex-start;flex-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}.section-container .tab-container{border:none;display:none;list-style-type:none;padding:0;margin:0}.section-container .tab-container li{float:left;position:relative;top:0;padding:0;margin:0 1px 0px 0;border-top:1px solid #f3f1ef !important;border-bottom:1px solid #f3f1ef !important;background:#f3f1ef !important}.section-container .tab-container li a{top:0 !important;margin-bottom:0 !important;padding:6px 16px;text-decoration:none;min-height:32px;color:#222;float:left}.section-container .tab-container li.active,.section-container .tab-container li:hover{border-bottom-color:#4a86ad !important;border-top-color:#6e9ebd !important;background:#266d9c !important}.section-container .tab-container li.active a,.section-container .tab-container li:hover a{background:transparent !important;border-color:transparent !important;color:#fff !important;text-shadow:1px 1px 0 rgba(0,0,0,0.2)}.section-container .tab-container li.disabled:hover{background:#f3f1ef !important}.section-container .tab-container li.disabled:hover a{cursor:not-allowed !important;color:#222 !important}.section-container .navi-container{display:none;background:#f3f1ef;-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 280px;-webkit-flex:0 0 280px;flex:0 0 280px;border-right:1px #ddd solid}.section-container .navi-container .block-title{font-size:14px;font-size:1.4rem;padding:2px 8px;margin:0}.section-container .navi-container .tree-action-bar-box{margin:10px 0;opacity:0}.section-container .navi-container .tree-action-bar-box.active{opacity:1;-webkit-opacity:0.25s ease-in-out;-moz-opacity:0.25s ease-in-out;opacity:0.25s ease-in-out}.section-container .content-container{border:none;-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:1 1 auto;-webkit-flex:1 1 auto;flex:1 1 auto;-ms-flex:1 1;-webkit-flex:1 1;flex:1 1}.section-container .content-block{padding:20px;overflow-y:auto;display:box;display:-ms-flexbox;display:-webkit-flexbox;display:flexbox;display:-ms-flex;display:-webkit-flex;display:flex;-ms-direction:row;-webkit-direction:row;direction:row;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;flex-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;flex-line-pack:start;-ms-flex-line-pack:start;-webkit-align-content:flex-start;align-content:flex-start;flex-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}.section-container .content-block>.grid-container{width:100%}.section-container .content-block .data-container-wrapper{padding:0px 20px 0 0}.section-container .content-block .data-container-wrapper:before,.section-container .content-block .data-container-wrapper:after{content:" ";display:table}.section-container .content-block .data-container-wrapper:after{clear:both}.section-container .content-block .data-container-wrapper>section,.section-container .content-block .data-container-wrapper .data-container{width:260px;margin:0 20px 20px 0;float:left;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px}.section-container .content-block .data-container-wrapper>section.double,.section-container .content-block .data-container-wrapper .data-container.double{width:540px}.section-container .content-block .data-container-wrapper>section .emptyContentFooter,.section-container .content-block .data-container-wrapper .data-container .emptyContentFooter{display:none}.section-container .content-block .data-container-wrapper>section .tree,.section-container .content-block .data-container-wrapper .data-container .tree{border:none;max-width:none;max-height:none}.section-container .content-block .data-container-wrapper>section form,.section-container .content-block .data-container-wrapper .data-container form{background:none;border:none;margin:0;padding:0}.section-container .content-block .data-container-wrapper>section>header,.section-container .content-block .data-container-wrapper>section .ui-widget-header,.section-container .content-block .data-container-wrapper .data-container>header,.section-container .content-block .data-container-wrapper .data-container .ui-widget-header{background:#f3f1ef;border-width:0px !important;border-bottom:1px #ddd solid !important}.section-container .content-block .data-container-wrapper>section>header h1,.section-container .content-block .data-container-wrapper>section>header h6,.section-container .content-block .data-container-wrapper>section .ui-widget-header h1,.section-container .content-block .data-container-wrapper>section .ui-widget-header h6,.section-container .content-block .data-container-wrapper .data-container>header h1,.section-container .content-block .data-container-wrapper .data-container>header h6,.section-container .content-block .data-container-wrapper .data-container .ui-widget-header h1,.section-container .content-block .data-container-wrapper .data-container .ui-widget-header h6{padding:4px;margin:0;font-size:14px;font-size:1.4rem}.section-container .content-block .data-container-wrapper>section>div,.section-container .content-block .data-container-wrapper>section .ui-widget-content,.section-container .content-block .data-container-wrapper>section .container-content,.section-container .content-block .data-container-wrapper .data-container>div,.section-container .content-block .data-container-wrapper .data-container .ui-widget-content,.section-container .content-block .data-container-wrapper .data-container .container-content{border-width:0px !important;overflow-y:auto;min-height:250px;padding:5px}.section-container .content-block .data-container-wrapper>section>div .icon-grip,.section-container .content-block .data-container-wrapper>section .ui-widget-content .icon-grip,.section-container .content-block .data-container-wrapper>section .container-content .icon-grip,.section-container .content-block .data-container-wrapper .data-container>div .icon-grip,.section-container .content-block .data-container-wrapper .data-container .ui-widget-content .icon-grip,.section-container .content-block .data-container-wrapper .data-container .container-content .icon-grip{cursor:move}.section-container .content-block .data-container-wrapper>section>footer,.section-container .content-block .data-container-wrapper>section .data-container-footer,.section-container .content-block .data-container-wrapper .data-container>footer,.section-container .content-block .data-container-wrapper .data-container .data-container-footer{background:#f3f1ef;text-align:right !important;padding:4px;border-width:0px !important;border-top:1px #ddd solid !important}.section-container .content-block .data-container-wrapper>section>footer .square,.section-container .content-block .data-container-wrapper>section .data-container-footer .square,.section-container .content-block .data-container-wrapper .data-container>footer .square,.section-container .content-block .data-container-wrapper .data-container .data-container-footer .square{width:28px}.section-container .content-block .data-container-wrapper>section>footer .square span,.section-container .content-block .data-container-wrapper>section .data-container-footer .square span,.section-container .content-block .data-container-wrapper .data-container>footer .square span,.section-container .content-block .data-container-wrapper .data-container .data-container-footer .square span{padding:0;left:0}.section-container .content-block .data-container-wrapper>section ol,.section-container .content-block .data-container-wrapper .data-container ol{margin:0 0 0 15px;padding:10px}.section-container .content-block #form-container.ui-widget-content{border:none !important}.section-container .content-block form:not(.list-container){border:1px #ddd solid;background:#f3f1ef;padding:30px;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px}.section-container .content-block [class^="btn-"],.section-container .content-block [class*=" btn-"]{margin:0 2px}.qti-navigator{padding:0;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.qti-navigator span{display:inline-block}.qti-navigator .collapsed .collapsible-panel,.qti-navigator .masked,.qti-navigator.masked{display:none !important}.qti-navigator .collapsed .icon-up{display:none !important}.qti-navigator .collapsed .icon-down{display:inline-block !important}.qti-navigator.collapsed{flex:0 0 40px}.qti-navigator.collapsed ul{padding:0 !important}.qti-navigator.collapsed .qti-navigator-text,.qti-navigator.collapsed .qti-navigator-info>.qti-navigator-label,.qti-navigator.collapsed .qti-navigator-part>.qti-navigator-label,.qti-navigator.collapsed .qti-navigator-section>.qti-navigator-label,.qti-navigator.collapsed .qti-navigator-message{display:none !important}.qti-navigator.collapsed .qti-navigator-label{padding:0 2px !important}.qti-navigator.collapsed .qti-navigator-icon,.qti-navigator.collapsed .icon{width:auto}.qti-navigator.collapsed .qti-navigator-counter{float:none;text-align:center}.qti-navigator.collapsed .qti-navigator-collapsible{text-align:center}.qti-navigator.collapsed .qti-navigator-collapsible .qti-navigator-collapse{display:none}.qti-navigator.collapsed .qti-navigator-collapsible .qti-navigator-expand{display:block}.qti-navigator.collapsed .qti-navigator-info.collapsed .collapsible-panel{display:block !important}.qti-navigator.collapsed .qti-navigator-info .qti-navigator-label span{display:block;text-align:center;width:auto;line-height:30px}.qti-navigator.collapsed .qti-navigator-filter span{display:none}.qti-navigator.collapsed .qti-navigator-filter.active span{display:block;padding:3px 0;border:0 none;width:39px}.qti-navigator.collapsed .qti-navigator-item,.qti-navigator.collapsed .qti-navigator-linear,.qti-navigator.collapsed .qti-navigator-linear-part{padding-left:2px;text-align:center}.qti-navigator.collapsed .qti-navigator-item .qti-navigator-icon,.qti-navigator.collapsed .qti-navigator-item .icon,.qti-navigator.collapsed .qti-navigator-linear .qti-navigator-icon,.qti-navigator.collapsed .qti-navigator-linear .icon,.qti-navigator.collapsed .qti-navigator-linear-part .qti-navigator-icon,.qti-navigator.collapsed .qti-navigator-linear-part .icon{line-height:34px}.qti-navigator.collapsed .qti-navigator-item .qti-navigator-icon{padding-right:100px;padding-left:9px}.qti-navigator.collapsed .qti-navigator-linear,.qti-navigator.collapsed .qti-navigator-linear-part{padding:0 0 8px 0}.qti-navigator.collapsed .qti-navigator-linear .icon,.qti-navigator.collapsed .qti-navigator-linear-part .icon{display:block}.qti-navigator.collapsed .qti-navigator-actions button{padding:0 9px 0 5px}.qti-navigator.scope-test-section .qti-navigator-part>.qti-navigator-label{display:none !important}.qti-navigator .qti-navigator-label{display:inline-block;min-width:100%;line-height:30px;padding:0 6px}.qti-navigator .qti-navigator-label .icon-up,.qti-navigator .qti-navigator-label .icon-down{float:right;line-height:30px}.qti-navigator .qti-navigator-label .icon-down{display:none}.qti-navigator .qti-navigator-icon,.qti-navigator .icon{position:relative;top:1px;display:inline-block;width:22px}.qti-navigator .unseen .qti-navigator-icon{cursor:default}.qti-navigator .icon-answered:before{content:"\e69a"}.qti-navigator .icon-viewed:before{content:"\e631"}.qti-navigator .icon-flagged:before{content:"\e64e"}.qti-navigator .icon-unanswered:before,.qti-navigator .icon-unseen:before{content:"\e6a5"}.qti-navigator .collapsible>.qti-navigator-label,.qti-navigator .qti-navigator-item>.qti-navigator-label{cursor:pointer}.qti-navigator .qti-navigator-counter{text-align:right;float:right;font-size:12px;font-size:1.2rem}.qti-navigator .qti-navigator-actions{text-align:center}.qti-navigator .qti-navigator-collapsible{background-color:#a4a9b1;color:#222;border-top:1px solid #fff;cursor:pointer;padding:0 8px;text-align:right;display:none}.qti-navigator .qti-navigator-collapsible .icon{font-size:20px;font-size:2rem;line-height:30px;width:auto;color:#fff}.qti-navigator .qti-navigator-collapsible .qti-navigator-expand{display:none}.qti-navigator.collapsible .qti-navigator-collapsible{display:block}.qti-navigator .qti-navigator-info>.qti-navigator-label{background-color:#D4D5D7;color:#222;border-top:1px solid #fff;padding:2px 8px}.qti-navigator .qti-navigator-info li{border-bottom:1px solid rgba(255,255,255,0.9)}.qti-navigator .qti-navigator-info ul{padding:4px}.qti-navigator .qti-navigator-filters{margin-top:16px;text-align:center}.qti-navigator .qti-navigator-filters li{display:block;float:left}.qti-navigator .qti-navigator-filter span{border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px;border-left:none;background-color:#fff;display:block;line-height:1.8;cursor:pointer;padding:3px 20px}.qti-navigator .qti-navigator-filter span:hover{background-color:#3e7da7;color:#fff}.qti-navigator .qti-navigator-filter.active span{background-color:#a4a9b1;color:#fff}.qti-navigator .qti-navigator-linear,.qti-navigator .qti-navigator-linear-part{padding:8px;background:#fff}.qti-navigator .qti-navigator-linear .icon,.qti-navigator .qti-navigator-linear-part .icon{display:none}.qti-navigator .qti-navigator-linear .qti-navigator-label,.qti-navigator .qti-navigator-linear-part .qti-navigator-label{font-size:14px;font-size:1.4rem}.qti-navigator .qti-navigator-linear .qti-navigator-title,.qti-navigator .qti-navigator-linear-part .qti-navigator-title{font-size:14px;font-size:1.4rem;margin:8px 0}.qti-navigator .qti-navigator-linear .qti-navigator-message,.qti-navigator .qti-navigator-linear-part .qti-navigator-message{font-size:14px;font-size:1.4rem}.qti-navigator .qti-navigator-part>.qti-navigator-label{background-color:#dddfe2;padding:2px 8px}.qti-navigator .qti-navigator-part>.qti-navigator-label:hover{background-color:#c6cacf}.qti-navigator .qti-navigator-part.active>.qti-navigator-label{background-color:#c0c4ca}.qti-navigator .qti-navigator-part:not(:first-child){margin-top:1px}.qti-navigator .qti-navigator-section>.qti-navigator-label{padding:2px 10px 2px 8px;border-bottom:1px solid rgba(255,255,255,0.9)}.qti-navigator .qti-navigator-section>.qti-navigator-label:hover{background-color:#ebe8e4}.qti-navigator .qti-navigator-section.active>.qti-navigator-label{background-color:#ded9d4}.qti-navigator .qti-navigator-item{background:#fff;margin:1px 0;padding-left:10px}.qti-navigator .qti-navigator-item:first-child{margin-top:0}.qti-navigator .qti-navigator-item.active{background:#f4f7f8}.qti-navigator .qti-navigator-item:hover{background:#eef3f5}.qti-navigator .qti-navigator-item.disabled{background-color:#e2deda !important}.qti-navigator .qti-navigator-item.disabled>.qti-navigator-label{cursor:not-allowed}.qti-test-scope .action-bar li{margin:0 5px}.qti-test-scope .action-bar li.btn-info{border-color:rgba(255,255,255,0.3)}.qti-test-scope .action-bar li.btn-info.btn-group{border:none !important;overflow:hidden;padding:0}.qti-test-scope .action-bar li.btn-info.btn-group a{float:left;margin:0 2px;padding:0 15px;border:1px solid rgba(255,255,255,0.3);border-radius:0px;display:inline-block;height:inherit}.qti-test-scope .action-bar li.btn-info.btn-group a:first-of-type{border-top-left-radius:3px;border-bottom-left-radius:3px;margin-left:0}.qti-test-scope .action-bar li.btn-info.btn-group a:last-of-type{border-top-right-radius:3px;border-bottom-right-radius:3px;margin-right:0}.qti-test-scope .action-bar li.btn-info.btn-group a:hover,.qti-test-scope .action-bar li.btn-info.btn-group a.active{border-color:rgba(255,255,255,0.8)}.qti-test-scope .action-bar li.btn-info.btn-group a .no-label{padding-right:0}.qti-test-scope .action-bar li.btn-info:hover,.qti-test-scope .action-bar li.btn-info.active{border-color:rgba(255,255,255,0.8)}.qti-test-scope .action-bar.horizontal-action-bar{opacity:0}.qti-test-scope .action-bar.horizontal-action-bar .title-box{padding-top:4px}.qti-test-scope .action-bar.horizontal-action-bar .progress-box,.qti-test-scope .action-bar.horizontal-action-bar .timer-box,.qti-test-scope .action-bar.horizontal-action-bar .item-number-box{padding-top:4px;display:inline-block;white-space:nowrap;-webkit-flex:0 0 auto;flex:0 1 auto}.qti-test-scope .action-bar.horizontal-action-bar .progress-box .qti-controls,.qti-test-scope .action-bar.horizontal-action-bar .timer-box .qti-controls,.qti-test-scope .action-bar.horizontal-action-bar .item-number-box .qti-controls{display:inline-block;margin-left:20px;white-space:nowrap}.qti-test-scope .action-bar.horizontal-action-bar .progressbar{margin-top:5px;min-width:150px;max-width:200px;height:0.6em}.qti-test-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box{display:-webkit-flex;-webkit-justify-content:space-between;-webkit-flex-flow:row nowrap;display:flex;justify-content:space-between;flex-flow:row nowrap}.qti-test-scope .action-bar.horizontal-action-bar>.control-box{color:rgba(255,255,255,0.9);text-shadow:1px 1px 0 black}.qti-test-scope .action-bar.horizontal-action-bar>.control-box .lft,.qti-test-scope .action-bar.horizontal-action-bar>.control-box .rgt{padding-left:20px}.qti-test-scope .action-bar.horizontal-action-bar>.control-box .lft:first-child,.qti-test-scope .action-bar.horizontal-action-bar>.control-box .rgt:first-child{padding-left:0}.qti-test-scope .action-bar.horizontal-action-bar>.control-box .lft:last-child ul,.qti-test-scope .action-bar.horizontal-action-bar>.control-box .rgt:last-child ul{display:inline-block}.qti-test-scope .action-bar.horizontal-action-bar>.control-box [class^="btn-"],.qti-test-scope .action-bar.horizontal-action-bar>.control-box [class*=" btn-"]{white-space:nowrap}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .action{position:relative;overflow:visible}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu{color:#222;background:#f3f1ef;overflow:auto;list-style:none;min-width:150px;margin:0;padding:0;position:absolute;bottom:30px;left:0}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action{display:inline-block;text-align:left;width:100%;white-space:nowrap;overflow:hidden;color:#222;margin:0;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;height:32px;padding:6px 15px;line-height:1}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action.selected{background-color:#3e7da7;color:#fff}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action.selected .label,.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action.selected .icon{color:#fff}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action:hover{background-color:#0e5d91;color:#fff}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action:hover .label,.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action:hover .icon{color:#fff}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action .label,.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action .icon{font-size:14px;font-size:1.4rem;text-shadow:none;color:#222}.qti-test-scope .action-bar.horizontal-action-bar.bottom-action-bar{overflow:visible}.qti-test-scope .action-bar.horizontal-action-bar.bottom-action-bar .action{line-height:1.6}.qti-test-scope .action-bar.horizontal-action-bar.has-timers{height:47px}.qti-test-scope .action-bar.horizontal-action-bar.has-timers .progress-box,.qti-test-scope .action-bar.horizontal-action-bar.has-timers .title-box{padding-top:10px}.qti-test-scope .action-bar.horizontal-action-bar .bottom-action-bar .action{display:none}.qti-test-scope .test-sidebar{background:#f3f1ef;overflow:auto}.qti-test-scope .test-sidebar-left{border-right:1px #ddd solid}.qti-test-scope .test-sidebar-right{border-left:1px #ddd solid}.qti-test-scope .content-panel{height:auto !important}.qti-test-scope .content-panel #qti-content{overflow-y:auto;font-size:0}.qti-test-scope .content-panel #qti-content #qti-rubrics{font-size:14px}.qti-test-scope #qti-item{width:100%;min-width:100%;height:auto;overflow:visible}.qti-test-scope .size-wrapper{max-width:1280px;margin:auto;width:100%}.qti-test-scope .tools-box{position:relative;overflow:visible}.qti-test-scope [data-control="qti-comment"]{background-color:#f3f1ef;position:absolute;bottom:33px;left:8px;z-index:9999;text-align:right;padding:5px;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px;-webkit-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);-moz-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);-ms-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);-o-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);box-shadow:0 0 15px 1px rgba(0,0,0,0.2)}.qti-test-scope [data-control="qti-comment"] textarea{display:block;height:100px;resize:none;width:350px;padding:3px;margin:0 0 10px 0;border:none;font-size:13px;font-size:1.3rem;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px}.qti-test-scope #qti-timers{display:none}.qti-test-scope [data-control="exit"]{margin-left:20px}.qti-test-scope [data-control="comment-toggle"]{display:none}.qti-test-scope .qti-timer{display:inline-block;text-align:center;vertical-align:top;line-height:1.2;position:relative;padding:0 20px}.qti-test-scope .qti-timer .qti-timer_label{max-width:130px;font-size:12px;font-size:1.2rem}.qti-test-scope .qti-timer.qti-timer__warning .qti-timer_time{color:#d8ae5b}.qti-test-scope .qti-timer::before{content:' ';background:rgba(255,255,255,0.3);width:1px;height:20px;position:absolute;left:0;top:5px}.qti-test-scope .qti-timer:first-child::before{content:none}.qti-test-scope.non-lti-context .title-box{display:none}.qti-test-scope #qti-rubrics{margin:auto;max-width:1024px;width:100%;padding:15px}.qti-test-scope #qti-rubrics .qti-rubricBlock{margin:20px 0}.qti-test-scope #qti-rubrics .hidden{display:none} /*# sourceMappingURL=test-runner.css.map */ diff --git a/views/css/test-runner.css.map b/views/css/test-runner.css.map index e4a9f7e39c..f1947a8fd8 100644 --- a/views/css/test-runner.css.map +++ b/views/css/test-runner.css.map @@ -1,6 +1,6 @@ { "version": 3, -"mappings": "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", +"mappings": "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", "sources": ["../../../tao/views/scss/inc/_functions.scss","../../../tao/views/scss/inc/_loading-bar.scss","../../../tao/views/scss/inc/_action-bars.scss","../../../tao/views/scss/inc/_colors.scss","../../../tao/views/scss/inc/_section-container.scss","../scss/inc/_navigator.scss","../../../tao/views/scss/inc/fonts/_tao-icon-vars.scss","../scss/test-runner.scss"], "names": [], "file": "test-runner.css" diff --git a/views/scss/inc/_navigator.scss b/views/scss/inc/_navigator.scss index c84187e9cd..7912ed15d9 100644 --- a/views/scss/inc/_navigator.scss +++ b/views/scss/inc/_navigator.scss @@ -132,7 +132,8 @@ } .qti-navigator-label { - display: block; + display: inline-block; + min-width: 100%; line-height: 30px; padding: 0 6px; From 3280e45fa931ddfc305ebf6ec601a0de345fe492 Mon Sep 17 00:00:00 2001 From: Bertrand Chevrier Date: Fri, 25 Mar 2016 11:02:46 +0100 Subject: [PATCH 02/12] add an option to enable/disbale csrf token, disabled by default --- actions/class.Runner.php | 16 ++++++++++------ config/default/testRunner.conf.php | 7 +++++++ manifest.php | 2 +- scripts/update/Updater.php | 11 +++++++++++ 4 files changed, 29 insertions(+), 7 deletions(-) diff --git a/actions/class.Runner.php b/actions/class.Runner.php index 877ddba7ee..b0d38b9ac7 100644 --- a/actions/class.Runner.php +++ b/actions/class.Runner.php @@ -114,10 +114,14 @@ protected function getServiceContext($check = true, $checkToken = true) $testCompilation = $this->getRequestParameter('testCompilation'); if ($checkToken) { - $csrfToken = $this->getRequestParameter('X-Auth-Token'); - if (!$this->getCsrf()->checkCsrfToken($csrfToken)) { - \common_Logger::w("CSRF attempt! The token $csrfToken is no longer valid!"); - throw new \common_exception_Unauthorized(); + + $config = common_ext_ExtensionsManager::singleton()->getExtensionById('taoQtiTest')->getConfig('testRunner'); + if(isset($config['csrf-token']) && $config['csrf-token'] == true){ + $csrfToken = $this->getRequestParameter('X-Auth-Token'); + if (!$this->getCsrf()->checkCsrfToken($csrfToken)) { + \common_Logger::w("CSRF attempt! The token $csrfToken is no longer valid!"); + throw new \common_exception_Unauthorized(); + } } } @@ -125,10 +129,10 @@ protected function getServiceContext($check = true, $checkToken = true) $testExecution = $this->getRequestParameter('testServiceCallId'); } else { $testExecution = $this->getRequestParameter('serviceCallId'); - } + } $this->serviceContext = $this->runnerService->getServiceContext($testDefinition, $testCompilation, $testExecution, $check); } - + return $this->serviceContext; } diff --git a/config/default/testRunner.conf.php b/config/default/testRunner.conf.php index 7710807aba..d8625c74a1 100644 --- a/config/default/testRunner.conf.php +++ b/config/default/testRunner.conf.php @@ -133,4 +133,11 @@ * @type array */ 'plugins' => null, + + + /** + * Enable the cross site request forgery token + * @type boolean + */ + 'csrf-token' => false ); diff --git a/manifest.php b/manifest.php index 29bd67b7c2..b8db2afcac 100755 --- a/manifest.php +++ b/manifest.php @@ -33,7 +33,7 @@ 'label' => 'QTI test model', 'description' => 'TAO QTI test implementation', 'license' => 'GPL-2.0', - 'version' => '2.21.1', + 'version' => '2.22.0', 'author' => 'Open Assessment Technologies', 'requires' => array( 'taoTests' => '>=2.13', diff --git a/scripts/update/Updater.php b/scripts/update/Updater.php index f7274fdffe..630750119d 100644 --- a/scripts/update/Updater.php +++ b/scripts/update/Updater.php @@ -269,5 +269,16 @@ public function update($initialVersion) { } $this->skip('2.20.0','2.21.1'); + + + if ($currentVersion == '2.21.1') { + $extension = \common_ext_ExtensionsManager::singleton()->getExtensionById('taoQtiTest'); + $config = $extension->getConfig('testRunner'); + $extension->setConfig('testRunner', array_merge($config, array( + 'csrf-token' => false + ))); + + $currentVersion = '2.22.0'; + } } } From 31171dedf92a205e3945836686396c2a84c293b3 Mon Sep 17 00:00:00 2001 From: Bertrand Chevrier Date: Fri, 25 Mar 2016 11:25:57 +0100 Subject: [PATCH 03/12] finally enabled by default --- config/default/testRunner.conf.php | 2 +- scripts/update/Updater.php | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/config/default/testRunner.conf.php b/config/default/testRunner.conf.php index d8625c74a1..282ee0e97d 100644 --- a/config/default/testRunner.conf.php +++ b/config/default/testRunner.conf.php @@ -139,5 +139,5 @@ * Enable the cross site request forgery token * @type boolean */ - 'csrf-token' => false + 'csrf-token' => true ); diff --git a/scripts/update/Updater.php b/scripts/update/Updater.php index 630750119d..bea9d78811 100644 --- a/scripts/update/Updater.php +++ b/scripts/update/Updater.php @@ -270,15 +270,14 @@ public function update($initialVersion) { $this->skip('2.20.0','2.21.1'); - - if ($currentVersion == '2.21.1') { + if ($this->isVersion('2.21.1')) { $extension = \common_ext_ExtensionsManager::singleton()->getExtensionById('taoQtiTest'); $config = $extension->getConfig('testRunner'); $extension->setConfig('testRunner', array_merge($config, array( - 'csrf-token' => false + 'csrf-token' => true ))); - $currentVersion = '2.22.0'; + $this->setVersion('2.22.0'); } } } From e0bbeb0d2cab4c60bfbbe564a098d8333d3c222b Mon Sep 17 00:00:00 2001 From: Bertrand Chevrier Date: Fri, 25 Mar 2016 11:37:55 +0100 Subject: [PATCH 04/12] recompile scss for safety --- views/css/creator.css | 2 +- views/css/new-test-runner.css | 2 +- views/css/new-test-runner.css.map | 2 +- views/css/test-runner.css | 2 +- views/css/test-runner.css.map | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/views/css/creator.css b/views/css/creator.css index f2a3cb8572..4e11ff53ce 100644 --- a/views/css/creator.css +++ b/views/css/creator.css @@ -1,2 +1,2 @@ -#test-creator{position:relative;min-height:550px;height:auto}#test-creator .test-creator-toolbar{position:relative;height:50px;background-color:#D4D5D7;color:#222}@media only screen and (max-width: 1024px){#test-creator .test-creator-toolbar{padding-left:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-toolbar{padding-left:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-toolbar{padding-left:350px}}#test-creator .test-creator-toolbar .logo{position:absolute;left:10px;top:0;height:50px;overflow:hidden;background:url("../img/test-creator.png") no-repeat left}@media only screen and (max-width: 1024px){#test-creator .test-creator-toolbar .logo{width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-toolbar .logo{width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-toolbar .logo{width:350px}}#test-creator .test-creator-toolbar>ul{height:50px}#test-creator .test-creator-toolbar>ul li{float:left;height:50px;position:relative;padding:12px 20px 0 20px;line-height:1.2;text-align:center;font-size:12px;font-size:1.2rem}#test-creator .test-creator-toolbar>ul li [class^="icon-"],#test-creator .test-creator-toolbar>ul li [class*=" icon-"]{display:block;font-size:20px;font-size:2rem;color:#6f6359}#test-creator .test-creator-toolbar>ul li:hover{cursor:pointer;color:#fff;background-color:#ba122b}#test-creator .test-creator-toolbar>ul li:hover [class^="icon-"],#test-creator .test-creator-toolbar>ul li:hover [class*=" icon-"]{cursor:pointer;color:#fff;background-color:#ba122b}#test-creator .test-creator-toolbar>ul li.disabled{background-color:inherit}#test-creator .test-creator-toolbar>ul li.disabled [class^="icon-"],#test-creator .test-creator-toolbar>ul li.disabled [class*=" icon-"]{background-color:inherit;cursor:not-allowed;color:#6f6359}#test-creator .test-creator-sidebar{background-color:#f3f1ef;color:#222}#test-creator .test-creator-items{position:relative;display:table-cell;vertical-align:top;min-height:500px;height:auto !important;border-right:1px #ddd solid}@media only screen and (max-width: 1024px){#test-creator .test-creator-items{width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-items{width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-items{width:350px}}@media only screen and (max-width: 1024px){#test-creator .test-creator-items{max-width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-items{max-width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-items{max-width:350px}}#test-creator .test-creator-items h1{font-size:14px;font-size:1.4rem;line-height:1.6;background-color:#D4D5D7;color:#222;margin-top:1px;padding:5px;height:38px}@media only screen and (max-width: 1024px){#test-creator .test-creator-items h1{width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-items h1{width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-items h1{width:350px}}#test-creator .test-creator-items h1:before{font-family:'tao';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e640";font-size:16px;font-size:1.6rem;line-height:1.6;margin-right:3px}#test-creator .test-creator-items .item-selection{margin:6px}#test-creator .test-creator-items input{margin-bottom:10px}@media only screen and (max-width: 1024px){#test-creator .test-creator-items input{width:230px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-items input{width:280px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-items input{width:330px}}#test-creator .test-creator-items ul.item-box li{position:relative;padding:4px;margin:0;height:40px;line-height:1.2;background-color:#fff;border-top:solid 1px #ddd;border-left:solid 1px #ddd;border-right:solid 1px #ddd;text-overflow:ellipsis}@media only screen and (max-width: 1024px){#test-creator .test-creator-items ul.item-box li{padding-right:62.5px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-items ul.item-box li{padding-right:75px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-items ul.item-box li{padding-right:87.5px}}#test-creator .test-creator-items ul.item-box li:last-child{border-bottom:solid 1px #ddd}#test-creator .test-creator-items ul.item-box li .flag{text-overflow:ellipsis;position:absolute;right:0;bottom:0;padding:0 3px;height:16px;background-color:#0e5d91;color:#fff;-webkit-border-top-left-radius:2px;-moz-border-radius-topleft:2px;border-top-left-radius:2px}@media only screen and (max-width: 1024px){#test-creator .test-creator-items ul.item-box li .flag{max-width:62.5px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-items ul.item-box li .flag{max-width:75px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-items ul.item-box li .flag{max-width:87.5px}}#test-creator .test-creator-items ul.item-box li:hover,#test-creator .test-creator-items ul.item-box li.selected{background-color:#3e7da7;color:#fff;cursor:pointer}#test-creator .test-creator-items ul.item-box li:hover:after,#test-creator .test-creator-items ul.item-box li.selected:after{font-family:'tao';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e60f";position:absolute;right:4px;top:0px;bottom:0px;margin:auto;height:30px;font-size:28px;font-size:2.8rem}#test-creator .test-creator-props{position:relative;display:table-cell;vertical-align:top;height:auto !important;min-height:500px;background-color:#f3f1ef;color:#222;border-left:1px solid #ddd}@media only screen and (max-width: 1024px){#test-creator .test-creator-props{width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-props{width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-props{width:350px}}#test-creator .test-creator-props h1{font-size:14px;font-size:1.4rem;line-height:1.6;background-color:#D4D5D7;color:#222;margin-top:1px;padding:5px}@media only screen and (max-width: 1024px){#test-creator .test-creator-props h1{width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-props h1{width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-props h1{width:350px}}#test-creator .test-creator-props h1:before{font-family:'tao';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e61d";font-size:16px;font-size:1.6rem;line-height:1.6;margin-right:3px}#test-creator .test-creator-props h3{padding:6px}#test-creator .test-creator-props h4{font-size:13px;font-size:1.3rem;line-height:1.3;background-color:#D4D5D7;color:#222;margin-top:1px;padding:6px;position:relative;clear:both}@media only screen and (max-width: 1024px){#test-creator .test-creator-props h4{width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-props h4{width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-props h4{width:350px}}#test-creator .test-creator-props h4.toggler{cursor:pointer}#test-creator .test-creator-props h4.toggler:after{position:absolute;right:15px;top:3px}#test-creator .test-creator-props .help{cursor:pointer}#test-creator .test-creator-props .grid-row{padding-left:6px;width:100%}#test-creator .test-creator-props .grid-row input{width:100%;max-width:inherit;min-width:inherit}#test-creator .test-creator-props .panel{clear:both;position:relative;margin-bottom:12px}#test-creator .test-creator-props .panel label{width:40%}#test-creator .test-creator-props .panel input,#test-creator .test-creator-props .panel select{position:relative;max-width:inherit;min-width:inherit;width:50%}#test-creator .test-creator-props .panel [data-role='upload-trigger']{max-width:inherit;min-width:inherit;width:80%;margin:5px}#test-creator .test-creator-props .panel h3{font-size:13px;font-size:1.3rem;line-height:1.3}#test-creator .test-creator-props .panel .icon-help{float:right;margin-right:5px}#test-creator .test-creator-test{position:relative;width:100%;display:table-cell;vertical-align:top;min-height:550px-toolbarHeight;background-color:#fff;color:#222}@media only screen and (max-width: 1024px){#test-creator .test-creator-test{margin-left:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-test{margin-left:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-test{margin-left:350px}}@media only screen and (max-width: 1024px){#test-creator .test-creator-test{margin-right:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-test{margin-right:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-test{margin-right:350px}}#test-creator .test-creator-test h1>span:first-child,#test-creator .test-creator-test h2>span:first-child,#test-creator .test-creator-test li>span:first-child{float:left}#test-creator .test-creator-test h1 .actions,#test-creator .test-creator-test h2 .actions,#test-creator .test-creator-test li .actions{position:absolute;right:0;top:0;display:inline-block;max-width:300px;height:39px;z-index:100}#test-creator .test-creator-test h1 .actions .tlb,#test-creator .test-creator-test h2 .actions .tlb,#test-creator .test-creator-test li .actions .tlb{display:inline-block;background:none;margin-left:15px;font-size:14px;font-size:1.4rem}#test-creator .test-creator-test h1 .actions .tlb .tlb-top,#test-creator .test-creator-test h2 .actions .tlb .tlb-top,#test-creator .test-creator-test li .actions .tlb .tlb-top{background:none !important;border-width:0 !important;-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0.2);-moz-box-shadow:0 0 0 0 rgba(0,0,0,0.2);-ms-box-shadow:0 0 0 0 rgba(0,0,0,0.2);-o-box-shadow:0 0 0 0 rgba(0,0,0,0.2);box-shadow:0 0 0 0 rgba(0,0,0,0.2)}#test-creator .test-creator-test>h1{position:relative;background-color:#f3f1ef;height:39px;padding:6px 60px 3px 48px;margin-bottom:10px;margin-top:0}#test-creator .test-creator-test>h1:before{font-family:'tao';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e641";position:absolute;left:20px;margin-top:-2px}#test-creator .test-creator-test>h1 .actions{margin-right:12px}#test-creator .test-creator-test>h1>span:first-child{display:inline-block;line-height:1.2em;overflow:hidden;height:1.2em}#test-creator .test-creator-test .test-content{padding:0 0 0 20px}#test-creator .test-creator-test .test-content h1,#test-creator .test-creator-test .test-content h2{position:relative;height:35px}#test-creator .test-creator-test .testpart-content>button{margin-left:10px}#test-creator .test-creator-test .testpart{color:#222;border-left:solid 5px #8d949e;padding:0 5px;margin:20px 0}#test-creator .test-creator-test .testpart>h1{background-color:#a4a9b1;padding:0 5px;margin-right:5px;margin-top:0;color:#fff;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}#test-creator .test-creator-test .testpart>h1>.toggler{position:absolute;right:15px;color:#fff}#test-creator .test-creator-test .sections{margin-bottom:10px}#test-creator .test-creator-test .section{color:#222;border-left:solid 5px #a4bbc5;padding:0 5px 0 15px;margin:20px 0 10px 10px}#test-creator .test-creator-test .section>h2{color:#627076}#test-creator .test-creator-test .section:last-child{margin-bottom:0}#test-creator .test-creator-test .rublocks{border-left:solid 5px #568eb2;padding:0 5px 0 15px;margin:0px 0 10px 0px}#test-creator .test-creator-test .rublocks h3{color:#568eb2;float:none;margin-top:0}#test-creator .test-creator-test .rublocks .rubricblocks{clear:both;padding-left:25px}#test-creator .test-creator-test .rublocks .rubricblocks>li,#test-creator .test-creator-test .rublocks .rubricblocks .rubricblock-content{position:relative;clear:both}#test-creator .test-creator-test .rublocks .rubricblocks>li{padding:4px;border:solid 1px #ddd;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;background-color:#f3f1ef;margin-bottom:20px;clear:both}#test-creator .test-creator-test .rublocks .rubricblocks>li .rubricblock-binding{display:none}#test-creator .test-creator-test .rublocks .rubricblocks>li .rubricblock-content{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;background-color:#fff;padding:4px;border:solid 1px #fff;margin:0;min-height:30px;overflow:hidden}#test-creator .test-creator-test .rublocks .rubricblocks>li .rubricblock-content .grid-row{display:block}#test-creator .test-creator-test .rublocks .rubricblocks>li .rubricblock-content .mini-tlb{position:absolute;top:-8px;right:26px;background-color:#fff;padding:4px 6px;border:solid 1px #ddd;margin:0;z-index:600}#test-creator .test-creator-test .rublocks .rubricblocks>li .rubricblock-content .mini-tlb .tlb-button{cursor:pointer}#test-creator .test-creator-test .rublocks .rubricblocks>li .actions{position:absolute;right:-3px;top:-2px}#test-creator .test-creator-test .itemrefs-wrapper{border:solid 1px #ddd;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding-left:15px}#test-creator .test-creator-test .itemrefs-wrapper h3{color:#627076}#test-creator .test-creator-test .itemrefs-wrapper .itemrefs{position:relative;padding:0;margin-left:15px}#test-creator .test-creator-test .itemrefs-wrapper .itemrefs:before{color:#ddd}#test-creator .test-creator-test .itemrefs-wrapper .itemrefs>li{position:relative;height:39px;line-height:39px;padding:2px;clear:both}#test-creator .test-creator-test .itemrefs-wrapper .itemrefs>li:nth-child(even){background-color:#f3f1ef}#test-creator .test-creator-test .itemrefs-wrapper .itemref-placeholder{display:none;margin:5px 5px 5px 0;height:35px;line-height:35px;padding-left:5px;border:dashed 1px #3e7da7;color:#3e7da7;background-color:#c5d8e5;cursor:pointer;font-size:18px;font-size:1.8rem;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}#test-creator .test-creator-test .itemrefs-wrapper .itemref-placeholder:before{font-family:'tao';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e636"}#test-creator .test-creator-test .itemrefs-wrapper .itemref-placeholder:hover{background-color:#ecf2f6} +#test-creator{position:relative;min-height:550px;height:auto}#test-creator .test-creator-toolbar{position:relative;height:50px;background-color:#D4D5D7;color:#222}@media only screen and (max-width: 1024px){#test-creator .test-creator-toolbar{padding-left:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-toolbar{padding-left:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-toolbar{padding-left:350px}}#test-creator .test-creator-toolbar .logo{position:absolute;left:10px;top:0;height:50px;overflow:hidden;background:url("../img/test-creator.png") no-repeat left}@media only screen and (max-width: 1024px){#test-creator .test-creator-toolbar .logo{width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-toolbar .logo{width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-toolbar .logo{width:350px}}#test-creator .test-creator-toolbar>ul{height:50px}#test-creator .test-creator-toolbar>ul li{float:left;height:50px;position:relative;padding:12px 20px 0 20px;line-height:1.2;text-align:center;font-size:12px;font-size:1.2rem}#test-creator .test-creator-toolbar>ul li [class^="icon-"],#test-creator .test-creator-toolbar>ul li [class*=" icon-"]{display:block;font-size:20px;font-size:2rem;color:#6f6359}#test-creator .test-creator-toolbar>ul li:hover{cursor:pointer;color:#fff;background-color:#ba122b}#test-creator .test-creator-toolbar>ul li:hover [class^="icon-"],#test-creator .test-creator-toolbar>ul li:hover [class*=" icon-"]{cursor:pointer;color:#fff;background-color:#ba122b}#test-creator .test-creator-toolbar>ul li.disabled{background-color:inherit}#test-creator .test-creator-toolbar>ul li.disabled [class^="icon-"],#test-creator .test-creator-toolbar>ul li.disabled [class*=" icon-"]{background-color:inherit;cursor:not-allowed;color:#6f6359}#test-creator .test-creator-sidebar{background-color:#f2f0ee;color:#222}#test-creator .test-creator-items{position:relative;display:table-cell;vertical-align:top;min-height:500px;height:auto !important;border-right:1px #ddd solid}@media only screen and (max-width: 1024px){#test-creator .test-creator-items{width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-items{width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-items{width:350px}}@media only screen and (max-width: 1024px){#test-creator .test-creator-items{max-width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-items{max-width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-items{max-width:350px}}#test-creator .test-creator-items h1{font-size:14px;font-size:1.4rem;line-height:1.6;background-color:#D4D5D7;color:#222;margin-top:1px;padding:5px;height:38px}@media only screen and (max-width: 1024px){#test-creator .test-creator-items h1{width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-items h1{width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-items h1{width:350px}}#test-creator .test-creator-items h1:before{font-family:'tao';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e640";font-size:16px;font-size:1.6rem;line-height:1.6;margin-right:3px}#test-creator .test-creator-items .item-selection{margin:6px}#test-creator .test-creator-items input{margin-bottom:10px}@media only screen and (max-width: 1024px){#test-creator .test-creator-items input{width:230px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-items input{width:280px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-items input{width:330px}}#test-creator .test-creator-items ul.item-box li{position:relative;padding:4px;margin:0;height:40px;line-height:1.2;background-color:#fff;border-top:solid 1px #ddd;border-left:solid 1px #ddd;border-right:solid 1px #ddd;text-overflow:ellipsis}@media only screen and (max-width: 1024px){#test-creator .test-creator-items ul.item-box li{padding-right:62.5px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-items ul.item-box li{padding-right:75px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-items ul.item-box li{padding-right:87.5px}}#test-creator .test-creator-items ul.item-box li:last-child{border-bottom:solid 1px #ddd}#test-creator .test-creator-items ul.item-box li .flag{text-overflow:ellipsis;position:absolute;right:0;bottom:0;padding:0 3px;height:16px;background-color:#0e5d91;color:#fff;-webkit-border-top-left-radius:2px;-moz-border-radius-topleft:2px;border-top-left-radius:2px}@media only screen and (max-width: 1024px){#test-creator .test-creator-items ul.item-box li .flag{max-width:62.5px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-items ul.item-box li .flag{max-width:75px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-items ul.item-box li .flag{max-width:87.5px}}#test-creator .test-creator-items ul.item-box li:hover,#test-creator .test-creator-items ul.item-box li.selected{background-color:#3e7da7;color:#fff;cursor:pointer}#test-creator .test-creator-items ul.item-box li:hover:after,#test-creator .test-creator-items ul.item-box li.selected:after{font-family:'tao';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e60f";position:absolute;right:4px;top:0px;bottom:0px;margin:auto;height:30px;font-size:28px;font-size:2.8rem}#test-creator .test-creator-props{position:relative;display:table-cell;vertical-align:top;height:auto !important;min-height:500px;background-color:#f3f1ef;color:#222;border-left:1px solid #ddd}@media only screen and (max-width: 1024px){#test-creator .test-creator-props{width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-props{width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-props{width:350px}}#test-creator .test-creator-props h1{font-size:14px;font-size:1.4rem;line-height:1.6;background-color:#D4D5D7;color:#222;margin-top:1px;padding:5px}@media only screen and (max-width: 1024px){#test-creator .test-creator-props h1{width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-props h1{width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-props h1{width:350px}}#test-creator .test-creator-props h1:before{font-family:'tao';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e61d";font-size:16px;font-size:1.6rem;line-height:1.6;margin-right:3px}#test-creator .test-creator-props h3{padding:6px}#test-creator .test-creator-props h4{font-size:13px;font-size:1.3rem;line-height:1.3;background-color:#D4D5D7;color:#222;margin-top:1px;padding:6px;position:relative;clear:both}@media only screen and (max-width: 1024px){#test-creator .test-creator-props h4{width:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-props h4{width:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-props h4{width:350px}}#test-creator .test-creator-props h4.toggler{cursor:pointer}#test-creator .test-creator-props h4.toggler:after{position:absolute;right:15px;top:3px}#test-creator .test-creator-props .help{cursor:pointer}#test-creator .test-creator-props .grid-row{padding-left:6px;width:100%}#test-creator .test-creator-props .grid-row input{width:100%;max-width:inherit;min-width:inherit}#test-creator .test-creator-props .panel{clear:both;position:relative;margin-bottom:12px}#test-creator .test-creator-props .panel label{width:40%}#test-creator .test-creator-props .panel input,#test-creator .test-creator-props .panel select{position:relative;max-width:inherit;min-width:inherit;width:50%}#test-creator .test-creator-props .panel [data-role='upload-trigger']{max-width:inherit;min-width:inherit;width:80%;margin:5px}#test-creator .test-creator-props .panel h3{font-size:13px;font-size:1.3rem;line-height:1.3}#test-creator .test-creator-props .panel .icon-help{float:right;margin-right:5px}#test-creator .test-creator-test{position:relative;width:100%;display:table-cell;vertical-align:top;min-height:550px-toolbarHeight;background-color:#fff;color:#222}@media only screen and (max-width: 1024px){#test-creator .test-creator-test{margin-left:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-test{margin-left:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-test{margin-left:350px}}@media only screen and (max-width: 1024px){#test-creator .test-creator-test{margin-right:250px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){#test-creator .test-creator-test{margin-right:300px}}@media only screen and (min-width: 1281px){#test-creator .test-creator-test{margin-right:350px}}#test-creator .test-creator-test h1>span:first-child,#test-creator .test-creator-test h2>span:first-child,#test-creator .test-creator-test li>span:first-child{float:left}#test-creator .test-creator-test h1 .actions,#test-creator .test-creator-test h2 .actions,#test-creator .test-creator-test li .actions{position:absolute;right:0;top:0;display:inline-block;max-width:300px;height:39px;z-index:100}#test-creator .test-creator-test h1 .actions .tlb,#test-creator .test-creator-test h2 .actions .tlb,#test-creator .test-creator-test li .actions .tlb{display:inline-block;background:none;margin-left:15px;font-size:14px;font-size:1.4rem}#test-creator .test-creator-test h1 .actions .tlb .tlb-top,#test-creator .test-creator-test h2 .actions .tlb .tlb-top,#test-creator .test-creator-test li .actions .tlb .tlb-top{background:none !important;border-width:0 !important;-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0.2);-moz-box-shadow:0 0 0 0 rgba(0,0,0,0.2);-ms-box-shadow:0 0 0 0 rgba(0,0,0,0.2);-o-box-shadow:0 0 0 0 rgba(0,0,0,0.2);box-shadow:0 0 0 0 rgba(0,0,0,0.2)}#test-creator .test-creator-test>h1{position:relative;background-color:#f3f1ef;height:39px;padding:6px 60px 3px 48px;margin-bottom:10px;margin-top:0}#test-creator .test-creator-test>h1:before{font-family:'tao';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e641";position:absolute;left:20px;margin-top:-2px}#test-creator .test-creator-test>h1 .actions{margin-right:12px}#test-creator .test-creator-test>h1>span:first-child{display:inline-block;line-height:1.2em;overflow:hidden;height:1.2em}#test-creator .test-creator-test .test-content{padding:0 0 0 20px}#test-creator .test-creator-test .test-content h1,#test-creator .test-creator-test .test-content h2{position:relative;height:35px}#test-creator .test-creator-test .testpart-content>button{margin-left:10px}#test-creator .test-creator-test .testpart{color:#222;border-left:solid 5px #8d949e;padding:0 5px;margin:20px 0}#test-creator .test-creator-test .testpart>h1{background-color:#a3a9b1;padding:0 5px;margin-right:5px;margin-top:0;color:#fff;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}#test-creator .test-creator-test .testpart>h1>.toggler{position:absolute;right:15px;color:#fff}#test-creator .test-creator-test .sections{margin-bottom:10px}#test-creator .test-creator-test .section{color:#222;border-left:solid 5px #a4bbc5;padding:0 5px 0 15px;margin:20px 0 10px 10px}#test-creator .test-creator-test .section>h2{color:#627076}#test-creator .test-creator-test .section:last-child{margin-bottom:0}#test-creator .test-creator-test .rublocks{border-left:solid 5px #568db2;padding:0 5px 0 15px;margin:0px 0 10px 0px}#test-creator .test-creator-test .rublocks h3{color:#568db2;float:none;margin-top:0}#test-creator .test-creator-test .rublocks .rubricblocks{clear:both;padding-left:25px}#test-creator .test-creator-test .rublocks .rubricblocks>li,#test-creator .test-creator-test .rublocks .rubricblocks .rubricblock-content{position:relative;clear:both}#test-creator .test-creator-test .rublocks .rubricblocks>li{padding:4px;border:solid 1px #ddd;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;background-color:#f3f1ef;margin-bottom:20px;clear:both}#test-creator .test-creator-test .rublocks .rubricblocks>li .rubricblock-binding{display:none}#test-creator .test-creator-test .rublocks .rubricblocks>li .rubricblock-content{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;background-color:#fff;padding:4px;border:solid 1px #fff;margin:0;min-height:30px;overflow:hidden}#test-creator .test-creator-test .rublocks .rubricblocks>li .rubricblock-content .grid-row{display:block}#test-creator .test-creator-test .rublocks .rubricblocks>li .rubricblock-content .mini-tlb{position:absolute;top:-8px;right:26px;background-color:#fff;padding:4px 6px;border:solid 1px #ddd;margin:0;z-index:600}#test-creator .test-creator-test .rublocks .rubricblocks>li .rubricblock-content .mini-tlb .tlb-button{cursor:pointer}#test-creator .test-creator-test .rublocks .rubricblocks>li .actions{position:absolute;right:-3px;top:-2px}#test-creator .test-creator-test .itemrefs-wrapper{border:solid 1px #ddd;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding-left:15px}#test-creator .test-creator-test .itemrefs-wrapper h3{color:#627076}#test-creator .test-creator-test .itemrefs-wrapper .itemrefs{position:relative;padding:0;margin-left:15px}#test-creator .test-creator-test .itemrefs-wrapper .itemrefs:before{color:#ddd}#test-creator .test-creator-test .itemrefs-wrapper .itemrefs>li{position:relative;height:39px;line-height:39px;padding:2px;clear:both}#test-creator .test-creator-test .itemrefs-wrapper .itemrefs>li:nth-child(even){background-color:#f3f1ef}#test-creator .test-creator-test .itemrefs-wrapper .itemref-placeholder{display:none;margin:5px 5px 5px 0;height:35px;line-height:35px;padding-left:5px;border:dashed 1px #3e7da7;color:#3e7da7;background-color:#c5d8e4;cursor:pointer;font-size:18px;font-size:1.8rem;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}#test-creator .test-creator-test .itemrefs-wrapper .itemref-placeholder:before{font-family:'tao';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e636"}#test-creator .test-creator-test .itemrefs-wrapper .itemref-placeholder:hover{background-color:#ebf2f6} /*# sourceMappingURL=creator.css.map */ diff --git a/views/css/new-test-runner.css b/views/css/new-test-runner.css index d0a0b5ad6a..5549116081 100644 --- a/views/css/new-test-runner.css +++ b/views/css/new-test-runner.css @@ -1,2 +1,2 @@ -@-o-keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}@-moz-keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}@-webkit-keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}@keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}.loading-bar{height:6px;position:absolute;width:100%;top:0px;display:none;overflow-x:hidden;overflow-y:visible;z-index:10000}.loading-bar.fixed{position:fixed;width:100%}.loading-bar.fixed:before{top:0 !important}.loading-bar.loading{display:block}.loading-bar.loading:before{position:absolute;top:86px;content:'';height:6px;width:20%;display:block;background:-webkit-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:-moz-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:-ms-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:-o-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);-webkit-animation:loadingbar 5s linear infinite;-moz-animation:loadingbar 5s linear infinite;-ms-animation:loadingbar 5s linear infinite;-o-animation:loadingbar 5s linear infinite;animation:loadingbar 5s linear infinite}.no-version-warning .loading-bar:before{top:58px}.action-bar{background:#266d9c;padding:3px;overflow:hidden;color:#e7eff4}.action-bar li{float:left}.action-bar li .li-inner{padding-bottom:1px;text-decoration:none !important;outline:0;display:inline-block;color:inherit}.action-bar li .li-inner:hover{color:white}.action-bar li span.glyph{text-shadow:0 0 0 transparent;color:inherit}.action-bar li input{width:100%;font-size:12px;font-size:1.2rem;padding:2px 4px}.action-bar li.active .li-inner{color:white}.action-bar.horizontal-action-bar{padding:5px;height:35px}.action-bar.horizontal-action-bar .search-area{margin:2px 0 0 0;border:none;float:right;display:inline-block;position:relative;padding:0 30px 0 0}.action-bar.horizontal-action-bar .search-area input{padding-right:34px;min-width:250px !important}.action-bar.horizontal-action-bar .search-area button{position:absolute;right:32px;top:-2px;cursor:default;opacity:.5;background:transparent;width:25px;height:25px}.action-bar.horizontal-action-bar .search-area button:before{color:#666}.action-bar.horizontal-action-bar .search-area .icon-help{position:absolute;right:5px;top:-1px;text-shadow:0px 0px transparent;color:white;cursor:pointer;display:block;width:24px;height:24px;line-height:24px;text-align:center}.action-bar.horizontal-action-bar li{margin:0 1px;border:1px transparent solid;text-align:center;float:left}.action-bar.horizontal-action-bar li .glyph{width:14px}.action-bar.horizontal-action-bar li.btn-info{overflow:hidden;background:transparent}.action-bar.horizontal-action-bar li.btn-info:hover,.action-bar.horizontal-action-bar li.btn-info.active{border-color:rgba(255,255,255,0.3);opacity:1}.action-bar.horizontal-action-bar li.disabled{background:none !important;text-shadow:inherit !important;opacity:0.45 !important;color:inherit !important}.action-bar.horizontal-action-bar li.disabled a{cursor:not-allowed !important}.action-bar.vertical-action-bar li{max-height:60px}.action-bar.vertical-action-bar li .li-inner{height:60px;display:block;overflow:hidden;text-overflow:ellipsis;text-align:center;font-size:12px;font-size:1.2rem;line-height:12px}.action-bar.vertical-action-bar li .glyph{display:block;margin:12px auto 3px;width:20px;height:20px}.action-bar.tree-action-bar{background:#f3f1ef;position:relative;left:-1px;padding:0;margin:0 2.85714% 8px 2.85714%;width:94.64286%;font-size:13px;font-size:1.3rem}.action-bar.tree-action-bar li{background:rgba(255,255,255,0.5);border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px;line-height:1.3;padding:0;text-align:center;float:left;width:65px;height:65px;margin:0 1px 1px 0}.action-bar.tree-action-bar li .glyph{display:block;color:#0e5d91;margin:12px auto 1px !important;font-size:17px !important;font-size:1.7rem !important}.action-bar.tree-action-bar li .li-inner{display:block;height:65px;padding:2px;font-size:11px;font-size:1.1rem;color:#222}.action-bar.tree-action-bar li:hover{background:#ddd;color:#666}.action-bar .tree-filters{width:160px;position:relative}.action-bar .tree-filters input{padding-right:24px}.action-bar .tree-filters span{position:absolute;right:3px;color:#555;width:22px;top:2px;line-height:20px;display:inline-block;text-align:center;text-shadow:0 0 0 transparent;border-left:1px solid #ddd;cursor:pointer}.action-bar .tree-filters span.icon-close{display:none}.action-bar .tree-filters span:hover{color:#0e5d91}@media (max-width: 1150px){.action-bar.horizontal-action-bar .search-area{float:none;position:absolute;right:0px}.action-bar.horizontal-action-bar .search-area input{padding-right:30px;min-width:auto !important;width:150px}.action-bar.horizontal-action-bar .search-area input:focus{width:220px}}body.oversized-nav:not(.delivery-scope) .action-bar.horizontal-action-bar .search-area{float:none;position:absolute;right:0px}body.oversized-nav:not(.delivery-scope) .action-bar.horizontal-action-bar .search-area input{padding-right:30px;min-width:auto !important;width:150px}body.oversized-nav:not(.delivery-scope) .action-bar.horizontal-action-bar .search-area input:focus{width:220px}.section-container{top:0 !important}.section-container .flex-container-full{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%}.section-container .flex-container-half{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 50%;-webkit-flex:0 0 50%;flex:0 0 50%}.section-container .flex-container-third{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 33.33333%;-webkit-flex:0 0 33.33333%;flex:0 0 33.33333%}.section-container .flex-container-quarter{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 25%;-webkit-flex:0 0 25%;flex:0 0 25%}.section-container .flex-container-remaining{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:1 1 480px;-webkit-flex:1 1 480px;flex:1 1 480px}.section-container .flex-container-main-form{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 500px;-webkit-flex:0 0 500px;flex:0 0 500px;margin:0 20px 20px 0}.section-container .flex-container-navi{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 280px;-webkit-flex:0 0 280px;flex:0 0 280px}.section-container .section-header{border:none}.section-container .content-panel{width:100%;height:100%;margin:0;padding:0;border:none !important;display:box;display:-ms-flexbox;display:-webkit-flexbox;display:flexbox;display:-ms-flex;display:-webkit-flex;display:flex;-ms-direction:row;-webkit-direction:row;direction:row;-ms-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;flex-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;flex-line-pack:start;-ms-flex-line-pack:start;-webkit-align-content:flex-start;align-content:flex-start;flex-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}.section-container .tab-container{border:none;display:none;list-style-type:none;padding:0;margin:0}.section-container .tab-container li{float:left;position:relative;top:0;padding:0;margin:0 1px 0px 0;border-top:1px solid #f3f1ef !important;border-bottom:1px solid #f3f1ef !important;background:#f3f1ef !important}.section-container .tab-container li a{top:0 !important;margin-bottom:0 !important;padding:6px 16px;text-decoration:none;min-height:32px;color:#222;float:left}.section-container .tab-container li.active,.section-container .tab-container li:hover{border-bottom-color:#4a86ad !important;border-top-color:#6e9ebd !important;background:#266d9c !important}.section-container .tab-container li.active a,.section-container .tab-container li:hover a{background:transparent !important;border-color:transparent !important;color:#fff !important;text-shadow:1px 1px 0 rgba(0,0,0,0.2)}.section-container .tab-container li.disabled:hover{background:#f3f1ef !important}.section-container .tab-container li.disabled:hover a{cursor:not-allowed !important;color:#222 !important}.section-container .navi-container{display:none;background:#f3f1ef;-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 280px;-webkit-flex:0 0 280px;flex:0 0 280px;border-right:1px #ddd solid}.section-container .navi-container .block-title{font-size:14px;font-size:1.4rem;padding:2px 8px;margin:0}.section-container .navi-container .tree-action-bar-box{margin:10px 0;opacity:0}.section-container .navi-container .tree-action-bar-box.active{opacity:1;-webkit-opacity:0.25s ease-in-out;-moz-opacity:0.25s ease-in-out;opacity:0.25s ease-in-out}.section-container .content-container{border:none;-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:1 1 auto;-webkit-flex:1 1 auto;flex:1 1 auto;-ms-flex:1 1;-webkit-flex:1 1;flex:1 1}.section-container .content-block{padding:20px;overflow-y:auto;display:box;display:-ms-flexbox;display:-webkit-flexbox;display:flexbox;display:-ms-flex;display:-webkit-flex;display:flex;-ms-direction:row;-webkit-direction:row;direction:row;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;flex-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;flex-line-pack:start;-ms-flex-line-pack:start;-webkit-align-content:flex-start;align-content:flex-start;flex-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}.section-container .content-block>.grid-container{width:100%}.section-container .content-block .data-container-wrapper{padding:0px 20px 0 0}.section-container .content-block .data-container-wrapper:before,.section-container .content-block .data-container-wrapper:after{content:" ";display:table}.section-container .content-block .data-container-wrapper:after{clear:both}.section-container .content-block .data-container-wrapper>section,.section-container .content-block .data-container-wrapper .data-container{width:260px;margin:0 20px 20px 0;float:left;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px}.section-container .content-block .data-container-wrapper>section.double,.section-container .content-block .data-container-wrapper .data-container.double{width:540px}.section-container .content-block .data-container-wrapper>section .emptyContentFooter,.section-container .content-block .data-container-wrapper .data-container .emptyContentFooter{display:none}.section-container .content-block .data-container-wrapper>section .tree,.section-container .content-block .data-container-wrapper .data-container .tree{border:none;max-width:none;max-height:none}.section-container .content-block .data-container-wrapper>section form,.section-container .content-block .data-container-wrapper .data-container form{background:none;border:none;margin:0;padding:0}.section-container .content-block .data-container-wrapper>section>header,.section-container .content-block .data-container-wrapper>section .ui-widget-header,.section-container .content-block .data-container-wrapper .data-container>header,.section-container .content-block .data-container-wrapper .data-container .ui-widget-header{background:#f3f1ef;border-width:0px !important;border-bottom:1px #ddd solid !important}.section-container .content-block .data-container-wrapper>section>header h1,.section-container .content-block .data-container-wrapper>section>header h6,.section-container .content-block .data-container-wrapper>section .ui-widget-header h1,.section-container .content-block .data-container-wrapper>section .ui-widget-header h6,.section-container .content-block .data-container-wrapper .data-container>header h1,.section-container .content-block .data-container-wrapper .data-container>header h6,.section-container .content-block .data-container-wrapper .data-container .ui-widget-header h1,.section-container .content-block .data-container-wrapper .data-container .ui-widget-header h6{padding:4px;margin:0;font-size:14px;font-size:1.4rem}.section-container .content-block .data-container-wrapper>section>div,.section-container .content-block .data-container-wrapper>section .ui-widget-content,.section-container .content-block .data-container-wrapper>section .container-content,.section-container .content-block .data-container-wrapper .data-container>div,.section-container .content-block .data-container-wrapper .data-container .ui-widget-content,.section-container .content-block .data-container-wrapper .data-container .container-content{border-width:0px !important;overflow-y:auto;min-height:250px;padding:5px}.section-container .content-block .data-container-wrapper>section>div .icon-grip,.section-container .content-block .data-container-wrapper>section .ui-widget-content .icon-grip,.section-container .content-block .data-container-wrapper>section .container-content .icon-grip,.section-container .content-block .data-container-wrapper .data-container>div .icon-grip,.section-container .content-block .data-container-wrapper .data-container .ui-widget-content .icon-grip,.section-container .content-block .data-container-wrapper .data-container .container-content .icon-grip{cursor:move}.section-container .content-block .data-container-wrapper>section>footer,.section-container .content-block .data-container-wrapper>section .data-container-footer,.section-container .content-block .data-container-wrapper .data-container>footer,.section-container .content-block .data-container-wrapper .data-container .data-container-footer{background:#f3f1ef;text-align:right !important;padding:4px;border-width:0px !important;border-top:1px #ddd solid !important}.section-container .content-block .data-container-wrapper>section>footer .square,.section-container .content-block .data-container-wrapper>section .data-container-footer .square,.section-container .content-block .data-container-wrapper .data-container>footer .square,.section-container .content-block .data-container-wrapper .data-container .data-container-footer .square{width:28px}.section-container .content-block .data-container-wrapper>section>footer .square span,.section-container .content-block .data-container-wrapper>section .data-container-footer .square span,.section-container .content-block .data-container-wrapper .data-container>footer .square span,.section-container .content-block .data-container-wrapper .data-container .data-container-footer .square span{padding:0;left:0}.section-container .content-block .data-container-wrapper>section ol,.section-container .content-block .data-container-wrapper .data-container ol{margin:0 0 0 15px;padding:10px}.section-container .content-block #form-container.ui-widget-content{border:none !important}.section-container .content-block form:not(.list-container){border:1px #ddd solid;background:#f3f1ef;padding:30px;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px}.section-container .content-block [class^="btn-"],.section-container .content-block [class*=" btn-"]{margin:0 2px}.qti-navigator{padding:0;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.qti-navigator span{display:inline-block}.qti-navigator .collapsed .collapsible-panel,.qti-navigator .masked,.qti-navigator.masked{display:none !important}.qti-navigator .collapsed .icon-up{display:none !important}.qti-navigator .collapsed .icon-down{display:inline-block !important}.qti-navigator.collapsed{flex:0 0 40px}.qti-navigator.collapsed ul{padding:0 !important}.qti-navigator.collapsed .qti-navigator-text,.qti-navigator.collapsed .qti-navigator-info>.qti-navigator-label,.qti-navigator.collapsed .qti-navigator-part>.qti-navigator-label,.qti-navigator.collapsed .qti-navigator-section>.qti-navigator-label,.qti-navigator.collapsed .qti-navigator-message{display:none !important}.qti-navigator.collapsed .qti-navigator-label{padding:0 2px !important}.qti-navigator.collapsed .qti-navigator-icon,.qti-navigator.collapsed .icon{width:auto}.qti-navigator.collapsed .qti-navigator-counter{float:none;text-align:center}.qti-navigator.collapsed .qti-navigator-collapsible{text-align:center}.qti-navigator.collapsed .qti-navigator-collapsible .qti-navigator-collapse{display:none}.qti-navigator.collapsed .qti-navigator-collapsible .qti-navigator-expand{display:block}.qti-navigator.collapsed .qti-navigator-info.collapsed .collapsible-panel{display:block !important}.qti-navigator.collapsed .qti-navigator-info .qti-navigator-label span{display:block;text-align:center;width:auto;line-height:30px}.qti-navigator.collapsed .qti-navigator-filter span{display:none}.qti-navigator.collapsed .qti-navigator-filter.active span{display:block;padding:3px 0;border:0 none;width:39px}.qti-navigator.collapsed .qti-navigator-item,.qti-navigator.collapsed .qti-navigator-linear,.qti-navigator.collapsed .qti-navigator-linear-part{padding-left:2px;text-align:center}.qti-navigator.collapsed .qti-navigator-item .qti-navigator-icon,.qti-navigator.collapsed .qti-navigator-item .icon,.qti-navigator.collapsed .qti-navigator-linear .qti-navigator-icon,.qti-navigator.collapsed .qti-navigator-linear .icon,.qti-navigator.collapsed .qti-navigator-linear-part .qti-navigator-icon,.qti-navigator.collapsed .qti-navigator-linear-part .icon{line-height:34px}.qti-navigator.collapsed .qti-navigator-item .qti-navigator-icon{padding-right:100px;padding-left:9px}.qti-navigator.collapsed .qti-navigator-linear,.qti-navigator.collapsed .qti-navigator-linear-part{padding:0 0 8px 0}.qti-navigator.collapsed .qti-navigator-linear .icon,.qti-navigator.collapsed .qti-navigator-linear-part .icon{display:block}.qti-navigator.collapsed .qti-navigator-actions button{padding:0 9px 0 5px}.qti-navigator.scope-test-section .qti-navigator-part>.qti-navigator-label{display:none !important}.qti-navigator .qti-navigator-label{display:inline-block;min-width:100%;line-height:30px;padding:0 6px}.qti-navigator .qti-navigator-label .icon-up,.qti-navigator .qti-navigator-label .icon-down{float:right;line-height:30px}.qti-navigator .qti-navigator-label .icon-down{display:none}.qti-navigator .qti-navigator-icon,.qti-navigator .icon{position:relative;top:1px;display:inline-block;width:22px}.qti-navigator .unseen .qti-navigator-icon{cursor:default}.qti-navigator .icon-answered:before{content:"\e69a"}.qti-navigator .icon-viewed:before{content:"\e631"}.qti-navigator .icon-flagged:before{content:"\e64e"}.qti-navigator .icon-unanswered:before,.qti-navigator .icon-unseen:before{content:"\e6a5"}.qti-navigator .collapsible>.qti-navigator-label,.qti-navigator .qti-navigator-item>.qti-navigator-label{cursor:pointer}.qti-navigator .qti-navigator-counter{text-align:right;float:right;font-size:12px;font-size:1.2rem}.qti-navigator .qti-navigator-actions{text-align:center}.qti-navigator .qti-navigator-collapsible{background-color:#a4a9b1;color:#222;border-top:1px solid #fff;cursor:pointer;padding:0 8px;text-align:right;display:none}.qti-navigator .qti-navigator-collapsible .icon{font-size:20px;font-size:2rem;line-height:30px;width:auto;color:#fff}.qti-navigator .qti-navigator-collapsible .qti-navigator-expand{display:none}.qti-navigator.collapsible .qti-navigator-collapsible{display:block}.qti-navigator .qti-navigator-info>.qti-navigator-label{background-color:#D4D5D7;color:#222;border-top:1px solid #fff;padding:2px 8px}.qti-navigator .qti-navigator-info li{border-bottom:1px solid rgba(255,255,255,0.9)}.qti-navigator .qti-navigator-info ul{padding:4px}.qti-navigator .qti-navigator-filters{margin-top:16px;text-align:center}.qti-navigator .qti-navigator-filters li{display:block;float:left}.qti-navigator .qti-navigator-filter span{border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px;border-left:none;background-color:#fff;display:block;line-height:1.8;cursor:pointer;padding:3px 20px}.qti-navigator .qti-navigator-filter span:hover{background-color:#3e7da7;color:#fff}.qti-navigator .qti-navigator-filter.active span{background-color:#a4a9b1;color:#fff}.qti-navigator .qti-navigator-linear,.qti-navigator .qti-navigator-linear-part{padding:8px;background:#fff}.qti-navigator .qti-navigator-linear .icon,.qti-navigator .qti-navigator-linear-part .icon{display:none}.qti-navigator .qti-navigator-linear .qti-navigator-label,.qti-navigator .qti-navigator-linear-part .qti-navigator-label{font-size:14px;font-size:1.4rem}.qti-navigator .qti-navigator-linear .qti-navigator-title,.qti-navigator .qti-navigator-linear-part .qti-navigator-title{font-size:14px;font-size:1.4rem;margin:8px 0}.qti-navigator .qti-navigator-linear .qti-navigator-message,.qti-navigator .qti-navigator-linear-part .qti-navigator-message{font-size:14px;font-size:1.4rem}.qti-navigator .qti-navigator-part>.qti-navigator-label{background-color:#dddfe2;padding:2px 8px}.qti-navigator .qti-navigator-part>.qti-navigator-label:hover{background-color:#c6cacf}.qti-navigator .qti-navigator-part.active>.qti-navigator-label{background-color:#c0c4ca}.qti-navigator .qti-navigator-part:not(:first-child){margin-top:1px}.qti-navigator .qti-navigator-section>.qti-navigator-label{padding:2px 10px 2px 8px;border-bottom:1px solid rgba(255,255,255,0.9)}.qti-navigator .qti-navigator-section>.qti-navigator-label:hover{background-color:#ebe8e4}.qti-navigator .qti-navigator-section.active>.qti-navigator-label{background-color:#ded9d4}.qti-navigator .qti-navigator-item{background:#fff;margin:1px 0;padding-left:10px}.qti-navigator .qti-navigator-item:first-child{margin-top:0}.qti-navigator .qti-navigator-item.active{background:#f4f7f8}.qti-navigator .qti-navigator-item:hover{background:#eef3f5}.qti-navigator .qti-navigator-item.disabled{background-color:#e2deda !important}.qti-navigator .qti-navigator-item.disabled>.qti-navigator-label{cursor:not-allowed}body.delivery-scope{min-height:100vh;max-height:100vh;margin-bottom:0}.test-runner-scope{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:calc(100vh - 99px)}.test-runner-scope .test-runner-sections{-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;overflow:hidden;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.test-runner-scope .test-sidebar{background:#f3f1ef;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;overflow-y:auto;max-width:350px}.test-runner-scope .test-sidebar>.qti-panel{max-width:350px;padding:10px}@media only screen and (max-device-width: 800px){.test-runner-scope .test-sidebar{max-width:200px}.test-runner-scope .test-sidebar>.qti-panel{max-width:200px}}@media only screen and (min-device-width: 800px) and (max-device-width: 1280px){.test-runner-scope .test-sidebar{max-width:250px}.test-runner-scope .test-sidebar>.qti-panel{max-width:250px}}@media only screen and (min-device-width: 1280px) and (max-device-width: 1440px){.test-runner-scope .test-sidebar{max-width:300px}.test-runner-scope .test-sidebar>.qti-panel{max-width:300px}}.test-runner-scope .test-sidebar-left{border-right:1px #ddd solid}.test-runner-scope .test-sidebar-right{border-left:1px #ddd solid}.test-runner-scope .content-wrapper{position:relative;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;overflow:auto}.test-runner-scope .content-wrapper .overlay{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;opacity:.9}.test-runner-scope #qti-content{max-width:1024px;width:100%;margin:auto}.test-runner-scope #qti-item{width:100%;min-width:100%;height:auto;overflow:visible}.test-runner-scope .size-wrapper{max-width:1280px;margin:auto;width:100%}.test-runner-scope #qti-rubrics{margin:auto;max-width:1024px;width:100%;padding:15px}.test-runner-scope #qti-rubrics .qti-rubricBlock{margin:20px 0}.test-runner-scope #qti-rubrics .hidden{display:none}.test-runner-scope .action-bar li{margin:2px 0 0 10px}.test-runner-scope .action-bar li.btn-info{border-color:rgba(255,255,255,0.3)}.test-runner-scope .action-bar li.btn-info.btn-group{border:none !important;overflow:hidden;padding:0}.test-runner-scope .action-bar li.btn-info.btn-group a{float:left;margin:0 2px;padding:0 15px;border:1px solid rgba(255,255,255,0.3);border-radius:0px;display:inline-block;height:inherit}.test-runner-scope .action-bar li.btn-info.btn-group a:first-of-type{border-top-left-radius:3px;border-bottom-left-radius:3px;margin-left:0}.test-runner-scope .action-bar li.btn-info.btn-group a:last-of-type{border-top-right-radius:3px;border-bottom-right-radius:3px;margin-right:0}.test-runner-scope .action-bar li.btn-info.btn-group a:hover,.test-runner-scope .action-bar li.btn-info.btn-group a.active{border-color:rgba(255,255,255,0.8)}.test-runner-scope .action-bar li.btn-info.btn-group a .no-label{padding-right:0}.test-runner-scope .action-bar li.btn-info:hover,.test-runner-scope .action-bar li.btn-info.active{border-color:rgba(255,255,255,0.8)}.test-runner-scope .action-bar.horizontal-action-bar{opacity:1;height:40px}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box{height:40px;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-between;-ms-flex-pack:space-between;justify-content:space-between}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .title-box{font-size:14px;font-size:1.4rem;padding:4px 0 0;-ms-flex:0 1 auto;-webkit-flex:0 1 auto;flex:0 1 auto}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .progress-box,.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .item-number-box{padding-top:4px;white-space:nowrap;-ms-flex:0 1 auto;-webkit-flex:0 1 auto;flex:0 1 auto}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .progress-box .qti-controls,.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .item-number-box .qti-controls{display:inline-block;margin-left:20px;white-space:nowrap}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .timer-box{padding-top:0;white-space:nowrap;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .timer-box .qti-timer{display:inline-block;text-align:center;vertical-align:top;line-height:1.2;position:relative;padding:0 20px;margin-top:-1px}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .timer-box .qti-timer .qti-timer_label{max-width:130px;display:block;font-size:12px;font-size:1.2rem}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .timer-box .qti-timer.qti-timer__warning .qti-timer_time{color:#d8ae5b}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .timer-box .qti-timer::before{content:' ';background:rgba(255,255,255,0.3);width:1px;height:20px;position:absolute;left:0;top:5px}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .timer-box .qti-timer:first-child::before{content:none}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .progressbar{margin-top:5px;min-width:150px;max-width:200px;height:0.6em}.test-runner-scope .action-bar.horizontal-action-bar>.control-box{color:rgba(255,255,255,0.9);text-shadow:1px 1px 0 black}.test-runner-scope .action-bar.horizontal-action-bar>.control-box .lft,.test-runner-scope .action-bar.horizontal-action-bar>.control-box .rgt{padding-left:20px}.test-runner-scope .action-bar.horizontal-action-bar>.control-box .lft:first-child,.test-runner-scope .action-bar.horizontal-action-bar>.control-box .rgt:first-child{padding-left:0}.test-runner-scope .action-bar.horizontal-action-bar>.control-box .lft:last-child ul,.test-runner-scope .action-bar.horizontal-action-bar>.control-box .rgt:last-child ul{display:inline-block}.test-runner-scope .action-bar.horizontal-action-bar>.control-box [class^="btn-"],.test-runner-scope .action-bar.horizontal-action-bar>.control-box [class*=" btn-"]{white-space:nowrap}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .action{position:relative;overflow:visible}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu{color:#222;background:#f3f1ef;overflow:auto;list-style:none;min-width:150px;margin:0;padding:0;position:absolute;bottom:30px;left:0}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action{display:inline-block;text-align:left;width:100%;white-space:nowrap;overflow:hidden;color:#222;margin:0;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;height:32px;padding:6px 15px;line-height:1}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action.selected{background-color:#3e7da7;color:#fff}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action.selected .label,.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action.selected .icon{color:#fff}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action:hover{background-color:#0e5d91;color:#fff}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action:hover .label,.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action:hover .icon{color:#fff}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action .label,.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action .icon{font-size:14px;font-size:1.4rem;text-shadow:none;color:#222}.test-runner-scope .action-bar.horizontal-action-bar.bottom-action-bar{overflow:visible}.test-runner-scope .action-bar.horizontal-action-bar.bottom-action-bar .action{line-height:1.6}.test-runner-scope [data-control="exit"]{margin-left:20px}.test-runner-scope [data-control="comment-toggle"]{display:none}.test-runner-scope.non-lti-context .title-box{display:none}.test-runner-scope [data-control="qti-comment"]{background-color:#f3f1ef;position:absolute;bottom:33px;left:8px;z-index:9999;text-align:right;padding:5px;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px;-webkit-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);-moz-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);-ms-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);-o-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);box-shadow:0 0 15px 1px rgba(0,0,0,0.2)}.test-runner-scope [data-control="qti-comment"] textarea{display:block;height:100px;resize:none;width:350px;padding:3px;margin:0 0 10px 0;border:none;font-size:13px;font-size:1.3rem;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px}.test-runner-scope .tools-box{position:relative;overflow:visible} +@-o-keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}@-moz-keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}@-webkit-keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}@keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}.loading-bar{height:6px;position:absolute;width:100%;top:0px;display:none;overflow-x:hidden;overflow-y:visible;z-index:10000}.loading-bar.fixed{position:fixed;width:100%}.loading-bar.fixed:before{top:0 !important}.loading-bar.loading{display:block}.loading-bar.loading:before{position:absolute;top:86px;content:'';height:6px;width:20%;display:block;transform:translateZ(0);background:-webkit-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:-moz-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:-ms-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:-o-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);-webkit-animation:loadingbar 5s linear infinite;-moz-animation:loadingbar 5s linear infinite;-ms-animation:loadingbar 5s linear infinite;-o-animation:loadingbar 5s linear infinite;animation:loadingbar 5s linear infinite}.no-version-warning .loading-bar:before{top:58px}.action-bar{background:#266d9c;padding:3px;overflow:hidden;color:#e6eef4}.action-bar li{float:left}.action-bar li .li-inner{padding-bottom:1px;text-decoration:none !important;outline:0;display:inline-block;color:inherit}.action-bar li .li-inner:hover{color:white}.action-bar li span.glyph{text-shadow:0 0 0 transparent;color:inherit}.action-bar li input{width:100%;font-size:12px;font-size:1.2rem;padding:2px 4px}.action-bar li.active .li-inner{color:white}.action-bar.horizontal-action-bar{padding:5px;height:35px}.action-bar.horizontal-action-bar .search-area{margin:2px 0 0 0;border:none;float:right;display:inline-block;position:relative;padding:0 30px 0 0}.action-bar.horizontal-action-bar .search-area input{padding-right:34px;min-width:250px !important}.action-bar.horizontal-action-bar .search-area button{position:absolute;right:32px;top:-2px;cursor:default;opacity:.5;background:transparent;width:25px;height:25px}.action-bar.horizontal-action-bar .search-area button:before{color:#666}.action-bar.horizontal-action-bar .search-area .icon-help{position:absolute;right:5px;top:-1px;text-shadow:0px 0px transparent;color:white;cursor:pointer;display:block;width:24px;height:24px;line-height:24px;text-align:center}.action-bar.horizontal-action-bar li{margin:0 1px;border:1px transparent solid;text-align:center;float:left}.action-bar.horizontal-action-bar li .glyph{width:14px}.action-bar.horizontal-action-bar li.btn-info{overflow:hidden;background:transparent}.action-bar.horizontal-action-bar li.btn-info:hover,.action-bar.horizontal-action-bar li.btn-info.active{border-color:rgba(255,255,255,0.3);opacity:1}.action-bar.horizontal-action-bar li.disabled{background:none !important;text-shadow:inherit !important;opacity:0.45 !important;color:inherit !important}.action-bar.horizontal-action-bar li.disabled a{cursor:not-allowed !important}.action-bar.vertical-action-bar li{max-height:60px}.action-bar.vertical-action-bar li .li-inner{height:60px;display:block;overflow:hidden;text-overflow:ellipsis;text-align:center;font-size:12px;font-size:1.2rem;line-height:12px}.action-bar.vertical-action-bar li .glyph{display:block;margin:12px auto 3px;width:20px;height:20px}.action-bar.tree-action-bar{background:#f2f0ee;position:relative;left:-1px;padding:0;margin:0 2.85714% 8px 2.85714%;width:94.64286%;font-size:13px;font-size:1.3rem}.action-bar.tree-action-bar li{background:rgba(255,255,255,0.5);border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px;line-height:1.3;padding:0;text-align:center;float:left;width:65px;height:65px;margin:0 1px 1px 0}.action-bar.tree-action-bar li .glyph{display:block;color:#0e5d91;margin:12px auto 1px !important;font-size:17px !important;font-size:1.7rem !important}.action-bar.tree-action-bar li .li-inner{display:block;height:65px;padding:2px;font-size:11px;font-size:1.1rem;color:#222}.action-bar.tree-action-bar li:hover{background:#ddd;color:#666}.action-bar .tree-filters{width:160px;position:relative}.action-bar .tree-filters input{padding-right:24px}.action-bar .tree-filters span{position:absolute;right:3px;color:#555;width:22px;top:2px;line-height:20px;display:inline-block;text-align:center;text-shadow:0 0 0 transparent;border-left:1px solid #ddd;cursor:pointer}.action-bar .tree-filters span.icon-close{display:none}.action-bar .tree-filters span:hover{color:#0e5d91}@media (max-width: 1150px){.action-bar.horizontal-action-bar .search-area{float:none;position:absolute;right:0px}.action-bar.horizontal-action-bar .search-area input{padding-right:30px;min-width:auto !important;width:150px}.action-bar.horizontal-action-bar .search-area input:focus{width:220px}}body.oversized-nav:not(.delivery-scope) .action-bar.horizontal-action-bar .search-area{float:none;position:absolute;right:0px}body.oversized-nav:not(.delivery-scope) .action-bar.horizontal-action-bar .search-area input{padding-right:30px;min-width:auto !important;width:150px}body.oversized-nav:not(.delivery-scope) .action-bar.horizontal-action-bar .search-area input:focus{width:220px}.section-container{top:0 !important}.section-container .flex-container-full{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%}.section-container .flex-container-half{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 50%;-webkit-flex:0 0 50%;flex:0 0 50%}.section-container .flex-container-third{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 33.33333%;-webkit-flex:0 0 33.33333%;flex:0 0 33.33333%}.section-container .flex-container-quarter{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 25%;-webkit-flex:0 0 25%;flex:0 0 25%}.section-container .flex-container-remaining{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:1 1 480px;-webkit-flex:1 1 480px;flex:1 1 480px}.section-container .flex-container-main-form{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 500px;-webkit-flex:0 0 500px;flex:0 0 500px;margin:0 20px 20px 0}.section-container .flex-container-navi{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 280px;-webkit-flex:0 0 280px;flex:0 0 280px}.section-container .section-header{border:none}.section-container .content-panel{width:100%;height:100%;margin:0;padding:0;border:none !important;display:box;display:-ms-flexbox;display:-webkit-flexbox;display:flexbox;display:-ms-flex;display:-webkit-flex;display:flex;-ms-direction:row;-webkit-direction:row;direction:row;-ms-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;flex-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;flex-line-pack:start;-ms-flex-line-pack:start;-webkit-align-content:flex-start;align-content:flex-start;flex-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}.section-container .tab-container{border:none;display:none;list-style-type:none;padding:0;margin:0}.section-container .tab-container li{float:left;position:relative;top:0;padding:0;margin:0 1px 0px 0;border-top:1px solid #f2f0ee !important;border-bottom:1px solid #f2f0ee !important;background:#f2f0ee !important}.section-container .tab-container li a{top:0 !important;margin-bottom:0 !important;padding:6px 16px;text-decoration:none;min-height:32px;color:#222;float:left}.section-container .tab-container li.active,.section-container .tab-container li:hover{border-bottom-color:#4a85ac !important;border-top-color:#6e9dbd !important;background:#266d9c !important}.section-container .tab-container li.active a,.section-container .tab-container li:hover a{background:transparent !important;border-color:transparent !important;color:#fff !important;text-shadow:1px 1px 0 rgba(0,0,0,0.2)}.section-container .tab-container li.disabled:hover{background:#f2f0ee !important}.section-container .tab-container li.disabled:hover a{cursor:not-allowed !important;color:#222 !important}.section-container .navi-container{display:none;background:#f2f0ee;-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 280px;-webkit-flex:0 0 280px;flex:0 0 280px;border-right:1px #ddd solid}.section-container .navi-container .block-title{font-size:14px;font-size:1.4rem;padding:2px 8px;margin:0}.section-container .navi-container .tree-action-bar-box{margin:10px 0;opacity:0}.section-container .navi-container .tree-action-bar-box.active{opacity:1;-webkit-opacity:0.25s ease-in-out;-moz-opacity:0.25s ease-in-out;opacity:0.25s ease-in-out}.section-container .content-container{border:none;-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:1 1 auto;-webkit-flex:1 1 auto;flex:1 1 auto;-ms-flex:1 1;-webkit-flex:1 1;flex:1 1}.section-container .content-block{padding:20px;overflow-y:auto;display:box;display:-ms-flexbox;display:-webkit-flexbox;display:flexbox;display:-ms-flex;display:-webkit-flex;display:flex;-ms-direction:row;-webkit-direction:row;direction:row;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;flex-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;flex-line-pack:start;-ms-flex-line-pack:start;-webkit-align-content:flex-start;align-content:flex-start;flex-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}.section-container .content-block>.grid-container{width:100%}.section-container .content-block .data-container-wrapper{padding:0px 20px 0 0}.section-container .content-block .data-container-wrapper:before,.section-container .content-block .data-container-wrapper:after{content:" ";display:table}.section-container .content-block .data-container-wrapper:after{clear:both}.section-container .content-block .data-container-wrapper>section,.section-container .content-block .data-container-wrapper .data-container{width:260px;margin:0 20px 20px 0;float:left;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px}.section-container .content-block .data-container-wrapper>section.double,.section-container .content-block .data-container-wrapper .data-container.double{width:540px}.section-container .content-block .data-container-wrapper>section .emptyContentFooter,.section-container .content-block .data-container-wrapper .data-container .emptyContentFooter{display:none}.section-container .content-block .data-container-wrapper>section .tree,.section-container .content-block .data-container-wrapper .data-container .tree{border:none;max-width:none;max-height:none}.section-container .content-block .data-container-wrapper>section form,.section-container .content-block .data-container-wrapper .data-container form{background:none;border:none;margin:0;padding:0}.section-container .content-block .data-container-wrapper>section>header,.section-container .content-block .data-container-wrapper>section .ui-widget-header,.section-container .content-block .data-container-wrapper .data-container>header,.section-container .content-block .data-container-wrapper .data-container .ui-widget-header{background:#f2f0ee;border-width:0px !important;border-bottom:1px #ddd solid !important}.section-container .content-block .data-container-wrapper>section>header h1,.section-container .content-block .data-container-wrapper>section>header h6,.section-container .content-block .data-container-wrapper>section .ui-widget-header h1,.section-container .content-block .data-container-wrapper>section .ui-widget-header h6,.section-container .content-block .data-container-wrapper .data-container>header h1,.section-container .content-block .data-container-wrapper .data-container>header h6,.section-container .content-block .data-container-wrapper .data-container .ui-widget-header h1,.section-container .content-block .data-container-wrapper .data-container .ui-widget-header h6{padding:4px;margin:0;font-size:14px;font-size:1.4rem}.section-container .content-block .data-container-wrapper>section>div,.section-container .content-block .data-container-wrapper>section .ui-widget-content,.section-container .content-block .data-container-wrapper>section .container-content,.section-container .content-block .data-container-wrapper .data-container>div,.section-container .content-block .data-container-wrapper .data-container .ui-widget-content,.section-container .content-block .data-container-wrapper .data-container .container-content{border-width:0px !important;overflow-y:auto;min-height:250px;padding:5px}.section-container .content-block .data-container-wrapper>section>div .icon-grip,.section-container .content-block .data-container-wrapper>section .ui-widget-content .icon-grip,.section-container .content-block .data-container-wrapper>section .container-content .icon-grip,.section-container .content-block .data-container-wrapper .data-container>div .icon-grip,.section-container .content-block .data-container-wrapper .data-container .ui-widget-content .icon-grip,.section-container .content-block .data-container-wrapper .data-container .container-content .icon-grip{cursor:move}.section-container .content-block .data-container-wrapper>section>footer,.section-container .content-block .data-container-wrapper>section .data-container-footer,.section-container .content-block .data-container-wrapper .data-container>footer,.section-container .content-block .data-container-wrapper .data-container .data-container-footer{background:#f2f0ee;text-align:right !important;padding:4px;border-width:0px !important;border-top:1px #ddd solid !important}.section-container .content-block .data-container-wrapper>section>footer .square,.section-container .content-block .data-container-wrapper>section .data-container-footer .square,.section-container .content-block .data-container-wrapper .data-container>footer .square,.section-container .content-block .data-container-wrapper .data-container .data-container-footer .square{width:28px}.section-container .content-block .data-container-wrapper>section>footer .square span,.section-container .content-block .data-container-wrapper>section .data-container-footer .square span,.section-container .content-block .data-container-wrapper .data-container>footer .square span,.section-container .content-block .data-container-wrapper .data-container .data-container-footer .square span{padding:0;left:0}.section-container .content-block .data-container-wrapper>section ol,.section-container .content-block .data-container-wrapper .data-container ol{margin:0 0 0 15px;padding:10px}.section-container .content-block #form-container.ui-widget-content{border:none !important}.section-container .content-block form:not(.list-container){border:1px #ddd solid;background:#f2f0ee;padding:30px;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px}.section-container .content-block [class^="btn-"],.section-container .content-block [class*=" btn-"]{margin:0 2px}.qti-navigator{padding:0;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.qti-navigator span{display:inline-block}.qti-navigator .collapsed .collapsible-panel,.qti-navigator .masked,.qti-navigator.masked{display:none !important}.qti-navigator .collapsed .icon-up{display:none !important}.qti-navigator .collapsed .icon-down{display:inline-block !important}.qti-navigator.collapsed{flex:0 0 40px}.qti-navigator.collapsed ul{padding:0 !important}.qti-navigator.collapsed .qti-navigator-text,.qti-navigator.collapsed .qti-navigator-info>.qti-navigator-label,.qti-navigator.collapsed .qti-navigator-part>.qti-navigator-label,.qti-navigator.collapsed .qti-navigator-section>.qti-navigator-label,.qti-navigator.collapsed .qti-navigator-message{display:none !important}.qti-navigator.collapsed .qti-navigator-label{padding:0 2px !important}.qti-navigator.collapsed .qti-navigator-icon,.qti-navigator.collapsed .icon{width:auto}.qti-navigator.collapsed .qti-navigator-counter{float:none;text-align:center}.qti-navigator.collapsed .qti-navigator-collapsible{text-align:center}.qti-navigator.collapsed .qti-navigator-collapsible .qti-navigator-collapse{display:none}.qti-navigator.collapsed .qti-navigator-collapsible .qti-navigator-expand{display:block}.qti-navigator.collapsed .qti-navigator-info.collapsed .collapsible-panel{display:block !important}.qti-navigator.collapsed .qti-navigator-info .qti-navigator-label span{display:block;text-align:center;width:auto;line-height:30px}.qti-navigator.collapsed .qti-navigator-filter span{display:none}.qti-navigator.collapsed .qti-navigator-filter.active span{display:block;padding:3px 0;border:0 none;width:39px}.qti-navigator.collapsed .qti-navigator-item,.qti-navigator.collapsed .qti-navigator-linear,.qti-navigator.collapsed .qti-navigator-linear-part{padding-left:2px;text-align:center}.qti-navigator.collapsed .qti-navigator-item .qti-navigator-icon,.qti-navigator.collapsed .qti-navigator-item .icon,.qti-navigator.collapsed .qti-navigator-linear .qti-navigator-icon,.qti-navigator.collapsed .qti-navigator-linear .icon,.qti-navigator.collapsed .qti-navigator-linear-part .qti-navigator-icon,.qti-navigator.collapsed .qti-navigator-linear-part .icon{line-height:34px}.qti-navigator.collapsed .qti-navigator-item .qti-navigator-icon{padding-right:100px;padding-left:9px}.qti-navigator.collapsed .qti-navigator-linear,.qti-navigator.collapsed .qti-navigator-linear-part{padding:0 0 8px 0}.qti-navigator.collapsed .qti-navigator-linear .icon,.qti-navigator.collapsed .qti-navigator-linear-part .icon{display:block}.qti-navigator.collapsed .qti-navigator-actions button{padding:0 9px 0 5px}.qti-navigator.scope-test-section .qti-navigator-part>.qti-navigator-label{display:none !important}.qti-navigator .qti-navigator-label{display:inline-block;min-width:100%;line-height:30px;padding:0 6px}.qti-navigator .qti-navigator-label .icon-up,.qti-navigator .qti-navigator-label .icon-down{float:right;line-height:30px}.qti-navigator .qti-navigator-label .icon-down{display:none}.qti-navigator .qti-navigator-icon,.qti-navigator .icon{position:relative;top:1px;display:inline-block;width:22px}.qti-navigator .unseen .qti-navigator-icon{cursor:default}.qti-navigator .icon-answered:before{content:"\e69a"}.qti-navigator .icon-viewed:before{content:"\e631"}.qti-navigator .icon-flagged:before{content:"\e64e"}.qti-navigator .icon-unanswered:before,.qti-navigator .icon-unseen:before{content:"\e6a5"}.qti-navigator .collapsible>.qti-navigator-label,.qti-navigator .qti-navigator-item>.qti-navigator-label{cursor:pointer}.qti-navigator .qti-navigator-counter{text-align:right;float:right;font-size:12px;font-size:1.2rem}.qti-navigator .qti-navigator-actions{text-align:center}.qti-navigator .qti-navigator-collapsible{background-color:#a3a9b1;color:#222;border-top:1px solid #fff;cursor:pointer;padding:0 8px;text-align:right;display:none}.qti-navigator .qti-navigator-collapsible .icon{font-size:20px;font-size:2rem;line-height:30px;width:auto;color:#fff}.qti-navigator .qti-navigator-collapsible .qti-navigator-expand{display:none}.qti-navigator.collapsible .qti-navigator-collapsible{display:block}.qti-navigator .qti-navigator-info>.qti-navigator-label{background-color:#D4D5D7;color:#222;border-top:1px solid #fff;padding:2px 8px}.qti-navigator .qti-navigator-info li{border-bottom:1px solid rgba(255,255,255,0.9)}.qti-navigator .qti-navigator-info ul{padding:4px}.qti-navigator .qti-navigator-filters{margin-top:16px;text-align:center}.qti-navigator .qti-navigator-filters li{display:block;float:left}.qti-navigator .qti-navigator-filter span{border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px;border-left:none;background-color:#fff;display:block;line-height:1.8;cursor:pointer;padding:3px 20px}.qti-navigator .qti-navigator-filter span:hover{background-color:#3e7da7;color:#fff}.qti-navigator .qti-navigator-filter.active span{background-color:#a3a9b1;color:#fff}.qti-navigator .qti-navigator-linear,.qti-navigator .qti-navigator-linear-part{padding:8px;background:#fff}.qti-navigator .qti-navigator-linear .icon,.qti-navigator .qti-navigator-linear-part .icon{display:none}.qti-navigator .qti-navigator-linear .qti-navigator-label,.qti-navigator .qti-navigator-linear-part .qti-navigator-label{font-size:14px;font-size:1.4rem}.qti-navigator .qti-navigator-linear .qti-navigator-title,.qti-navigator .qti-navigator-linear-part .qti-navigator-title{font-size:14px;font-size:1.4rem;margin:8px 0}.qti-navigator .qti-navigator-linear .qti-navigator-message,.qti-navigator .qti-navigator-linear-part .qti-navigator-message{font-size:14px;font-size:1.4rem}.qti-navigator .qti-navigator-part>.qti-navigator-label{background-color:#dcdee1;padding:2px 8px}.qti-navigator .qti-navigator-part>.qti-navigator-label:hover{background-color:#c6c9ce}.qti-navigator .qti-navigator-part.active>.qti-navigator-label{background-color:#c0c4c9}.qti-navigator .qti-navigator-part:not(:first-child){margin-top:1px}.qti-navigator .qti-navigator-section>.qti-navigator-label{padding:2px 10px 2px 8px;border-bottom:1px solid rgba(255,255,255,0.9)}.qti-navigator .qti-navigator-section>.qti-navigator-label:hover{background-color:#eae7e4}.qti-navigator .qti-navigator-section.active>.qti-navigator-label{background-color:#ded9d4}.qti-navigator .qti-navigator-item{background:#fff;margin:1px 0;padding-left:10px}.qti-navigator .qti-navigator-item:first-child{margin-top:0}.qti-navigator .qti-navigator-item.active{background:#f4f7f8}.qti-navigator .qti-navigator-item:hover{background:#eef3f5}.qti-navigator .qti-navigator-item.disabled{background-color:#e2ded9 !important}.qti-navigator .qti-navigator-item.disabled>.qti-navigator-label{cursor:not-allowed}body.delivery-scope{min-height:100vh;max-height:100vh;margin-bottom:0}.test-runner-scope{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:calc(100vh - 99px)}.test-runner-scope .test-runner-sections{-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;overflow:hidden;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.test-runner-scope .test-sidebar{background:#f2f0ee;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;overflow-y:auto;max-width:350px}.test-runner-scope .test-sidebar>.qti-panel{max-width:350px;padding:10px}@media only screen and (max-device-width: 800px){.test-runner-scope .test-sidebar{max-width:200px}.test-runner-scope .test-sidebar>.qti-panel{max-width:200px}}@media only screen and (min-device-width: 800px) and (max-device-width: 1280px){.test-runner-scope .test-sidebar{max-width:250px}.test-runner-scope .test-sidebar>.qti-panel{max-width:250px}}@media only screen and (min-device-width: 1280px) and (max-device-width: 1440px){.test-runner-scope .test-sidebar{max-width:300px}.test-runner-scope .test-sidebar>.qti-panel{max-width:300px}}.test-runner-scope .test-sidebar-left{border-right:1px #ddd solid}.test-runner-scope .test-sidebar-right{border-left:1px #ddd solid}.test-runner-scope .content-wrapper{position:relative;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;overflow:auto}.test-runner-scope .content-wrapper .overlay{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;opacity:.9}.test-runner-scope #qti-content{max-width:1024px;width:100%;margin:auto}.test-runner-scope #qti-item{width:100%;min-width:100%;height:auto;overflow:visible}.test-runner-scope .size-wrapper{max-width:1280px;margin:auto;width:100%}.test-runner-scope #qti-rubrics{margin:auto;max-width:1024px;width:100%;padding:15px}.test-runner-scope #qti-rubrics .qti-rubricBlock{margin:20px 0}.test-runner-scope #qti-rubrics .hidden{display:none}.test-runner-scope .action-bar li{margin:2px 0 0 10px}.test-runner-scope .action-bar li.btn-info{border-color:rgba(255,255,255,0.3)}.test-runner-scope .action-bar li.btn-info.btn-group{border:none !important;overflow:hidden;padding:0}.test-runner-scope .action-bar li.btn-info.btn-group a{float:left;margin:0 2px;padding:0 15px;border:1px solid rgba(255,255,255,0.3);border-radius:0px;display:inline-block;height:inherit}.test-runner-scope .action-bar li.btn-info.btn-group a:first-of-type{border-top-left-radius:3px;border-bottom-left-radius:3px;margin-left:0}.test-runner-scope .action-bar li.btn-info.btn-group a:last-of-type{border-top-right-radius:3px;border-bottom-right-radius:3px;margin-right:0}.test-runner-scope .action-bar li.btn-info.btn-group a:hover,.test-runner-scope .action-bar li.btn-info.btn-group a.active{border-color:rgba(255,255,255,0.8)}.test-runner-scope .action-bar li.btn-info.btn-group a .no-label{padding-right:0}.test-runner-scope .action-bar li.btn-info:hover,.test-runner-scope .action-bar li.btn-info.active{border-color:rgba(255,255,255,0.8)}.test-runner-scope .action-bar.horizontal-action-bar{opacity:1;height:40px}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box{height:40px;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-between;-ms-flex-pack:space-between;justify-content:space-between}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .title-box{font-size:14px;font-size:1.4rem;padding:4px 0 0;-ms-flex:0 1 auto;-webkit-flex:0 1 auto;flex:0 1 auto}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .progress-box,.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .item-number-box{padding-top:4px;white-space:nowrap;-ms-flex:0 1 auto;-webkit-flex:0 1 auto;flex:0 1 auto}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .progress-box .qti-controls,.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .item-number-box .qti-controls{display:inline-block;margin-left:20px;white-space:nowrap}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .timer-box{padding-top:0;white-space:nowrap;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .timer-box .qti-timer{display:inline-block;text-align:center;vertical-align:top;line-height:1.2;position:relative;padding:0 20px;margin-top:-1px}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .timer-box .qti-timer .qti-timer_label{max-width:130px;display:block;font-size:12px;font-size:1.2rem}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .timer-box .qti-timer.qti-timer__warning .qti-timer_time{color:#d8ae5b}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .timer-box .qti-timer::before{content:' ';background:rgba(255,255,255,0.3);width:1px;height:20px;position:absolute;left:0;top:5px}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .timer-box .qti-timer:first-child::before{content:none}.test-runner-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box .progressbar{margin-top:5px;min-width:150px;max-width:200px;height:0.6em}.test-runner-scope .action-bar.horizontal-action-bar>.control-box{color:rgba(255,255,255,0.9);text-shadow:1px 1px 0 black}.test-runner-scope .action-bar.horizontal-action-bar>.control-box .lft,.test-runner-scope .action-bar.horizontal-action-bar>.control-box .rgt{padding-left:20px}.test-runner-scope .action-bar.horizontal-action-bar>.control-box .lft:first-child,.test-runner-scope .action-bar.horizontal-action-bar>.control-box .rgt:first-child{padding-left:0}.test-runner-scope .action-bar.horizontal-action-bar>.control-box .lft:last-child ul,.test-runner-scope .action-bar.horizontal-action-bar>.control-box .rgt:last-child ul{display:inline-block}.test-runner-scope .action-bar.horizontal-action-bar>.control-box [class^="btn-"],.test-runner-scope .action-bar.horizontal-action-bar>.control-box [class*=" btn-"]{white-space:nowrap}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .action{position:relative;overflow:visible}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu{color:#222;background:#f2f0ee;overflow:auto;list-style:none;min-width:150px;margin:0;padding:0;position:absolute;bottom:30px;left:0}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action{display:inline-block;text-align:left;width:100%;white-space:nowrap;overflow:hidden;color:#222;margin:0;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;height:32px;padding:6px 15px;line-height:1}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action.selected{background-color:#3e7da7;color:#fff}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action.selected .label,.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action.selected .icon{color:#fff}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action:hover{background-color:#0e5d91;color:#fff}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action:hover .label,.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action:hover .icon{color:#fff}.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action .label,.test-runner-scope .action-bar.horizontal-action-bar .tools-box .menu .action .icon{font-size:14px;font-size:1.4rem;text-shadow:none;color:#222}.test-runner-scope .action-bar.horizontal-action-bar.bottom-action-bar{overflow:visible}.test-runner-scope .action-bar.horizontal-action-bar.bottom-action-bar .action{line-height:1.6}.test-runner-scope [data-control="exit"]{margin-left:20px}.test-runner-scope [data-control="comment-toggle"]{display:none}.test-runner-scope.non-lti-context .title-box{display:none}.test-runner-scope [data-control="qti-comment"]{background-color:#f2f0ee;position:absolute;bottom:33px;left:8px;z-index:9999;text-align:right;padding:5px;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px;-webkit-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);-moz-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);-ms-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);-o-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);box-shadow:0 0 15px 1px rgba(0,0,0,0.2)}.test-runner-scope [data-control="qti-comment"] textarea{display:block;height:100px;resize:none;width:350px;padding:3px;margin:0 0 10px 0;border:none;font-size:13px;font-size:1.3rem;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px}.test-runner-scope .tools-box{position:relative;overflow:visible} /*# sourceMappingURL=new-test-runner.css.map */ diff --git a/views/css/new-test-runner.css.map b/views/css/new-test-runner.css.map index a39537b8e2..cf053a1022 100644 --- a/views/css/new-test-runner.css.map +++ b/views/css/new-test-runner.css.map @@ -1,6 +1,6 @@ { "version": 3, -"mappings": "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", +"mappings": "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", "sources": ["../../../tao/views/scss/inc/_functions.scss","../../../tao/views/scss/inc/_loading-bar.scss","../../../tao/views/scss/inc/_action-bars.scss","../../../tao/views/scss/inc/_colors.scss","../../../tao/views/scss/inc/_section-container.scss","../scss/inc/_navigator.scss","../../../tao/views/scss/inc/fonts/_tao-icon-vars.scss","../scss/inc/_test-delivery-override.scss","../scss/inc/_test-layout.scss","../scss/inc/_test-action-bars.scss"], "names": [], "file": "new-test-runner.css" diff --git a/views/css/test-runner.css b/views/css/test-runner.css index 2c568f10c2..8165a65578 100644 --- a/views/css/test-runner.css +++ b/views/css/test-runner.css @@ -1,2 +1,2 @@ -@-o-keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}@-moz-keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}@-webkit-keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}@keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}.loading-bar{height:6px;position:absolute;width:100%;top:0px;display:none;overflow-x:hidden;overflow-y:visible;z-index:10000}.loading-bar.fixed{position:fixed;width:100%}.loading-bar.fixed:before{top:0 !important}.loading-bar.loading{display:block}.loading-bar.loading:before{position:absolute;top:86px;content:'';height:6px;width:20%;display:block;background:-webkit-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:-moz-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:-ms-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:-o-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);-webkit-animation:loadingbar 5s linear infinite;-moz-animation:loadingbar 5s linear infinite;-ms-animation:loadingbar 5s linear infinite;-o-animation:loadingbar 5s linear infinite;animation:loadingbar 5s linear infinite}.no-version-warning .loading-bar:before{top:58px}.action-bar{background:#266d9c;padding:3px;overflow:hidden;color:#e7eff4}.action-bar li{float:left}.action-bar li .li-inner{padding-bottom:1px;text-decoration:none !important;outline:0;display:inline-block;color:inherit}.action-bar li .li-inner:hover{color:white}.action-bar li span.glyph{text-shadow:0 0 0 transparent;color:inherit}.action-bar li input{width:100%;font-size:12px;font-size:1.2rem;padding:2px 4px}.action-bar li.active .li-inner{color:white}.action-bar.horizontal-action-bar{padding:5px;height:35px}.action-bar.horizontal-action-bar .search-area{margin:2px 0 0 0;border:none;float:right;display:inline-block;position:relative;padding:0 30px 0 0}.action-bar.horizontal-action-bar .search-area input{padding-right:34px;min-width:250px !important}.action-bar.horizontal-action-bar .search-area button{position:absolute;right:32px;top:-2px;cursor:default;opacity:.5;background:transparent;width:25px;height:25px}.action-bar.horizontal-action-bar .search-area button:before{color:#666}.action-bar.horizontal-action-bar .search-area .icon-help{position:absolute;right:5px;top:-1px;text-shadow:0px 0px transparent;color:white;cursor:pointer;display:block;width:24px;height:24px;line-height:24px;text-align:center}.action-bar.horizontal-action-bar li{margin:0 1px;border:1px transparent solid;text-align:center;float:left}.action-bar.horizontal-action-bar li .glyph{width:14px}.action-bar.horizontal-action-bar li.btn-info{overflow:hidden;background:transparent}.action-bar.horizontal-action-bar li.btn-info:hover,.action-bar.horizontal-action-bar li.btn-info.active{border-color:rgba(255,255,255,0.3);opacity:1}.action-bar.horizontal-action-bar li.disabled{background:none !important;text-shadow:inherit !important;opacity:0.45 !important;color:inherit !important}.action-bar.horizontal-action-bar li.disabled a{cursor:not-allowed !important}.action-bar.vertical-action-bar li{max-height:60px}.action-bar.vertical-action-bar li .li-inner{height:60px;display:block;overflow:hidden;text-overflow:ellipsis;text-align:center;font-size:12px;font-size:1.2rem;line-height:12px}.action-bar.vertical-action-bar li .glyph{display:block;margin:12px auto 3px;width:20px;height:20px}.action-bar.tree-action-bar{background:#f3f1ef;position:relative;left:-1px;padding:0;margin:0 2.85714% 8px 2.85714%;width:94.64286%;font-size:13px;font-size:1.3rem}.action-bar.tree-action-bar li{background:rgba(255,255,255,0.5);border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px;line-height:1.3;padding:0;text-align:center;float:left;width:65px;height:65px;margin:0 1px 1px 0}.action-bar.tree-action-bar li .glyph{display:block;color:#0e5d91;margin:12px auto 1px !important;font-size:17px !important;font-size:1.7rem !important}.action-bar.tree-action-bar li .li-inner{display:block;height:65px;padding:2px;font-size:11px;font-size:1.1rem;color:#222}.action-bar.tree-action-bar li:hover{background:#ddd;color:#666}.action-bar .tree-filters{width:160px;position:relative}.action-bar .tree-filters input{padding-right:24px}.action-bar .tree-filters span{position:absolute;right:3px;color:#555;width:22px;top:2px;line-height:20px;display:inline-block;text-align:center;text-shadow:0 0 0 transparent;border-left:1px solid #ddd;cursor:pointer}.action-bar .tree-filters span.icon-close{display:none}.action-bar .tree-filters span:hover{color:#0e5d91}@media (max-width: 1150px){.action-bar.horizontal-action-bar .search-area{float:none;position:absolute;right:0px}.action-bar.horizontal-action-bar .search-area input{padding-right:30px;min-width:auto !important;width:150px}.action-bar.horizontal-action-bar .search-area input:focus{width:220px}}body.oversized-nav:not(.delivery-scope) .action-bar.horizontal-action-bar .search-area{float:none;position:absolute;right:0px}body.oversized-nav:not(.delivery-scope) .action-bar.horizontal-action-bar .search-area input{padding-right:30px;min-width:auto !important;width:150px}body.oversized-nav:not(.delivery-scope) .action-bar.horizontal-action-bar .search-area input:focus{width:220px}.section-container{top:0 !important}.section-container .flex-container-full{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%}.section-container .flex-container-half{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 50%;-webkit-flex:0 0 50%;flex:0 0 50%}.section-container .flex-container-third{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 33.33333%;-webkit-flex:0 0 33.33333%;flex:0 0 33.33333%}.section-container .flex-container-quarter{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 25%;-webkit-flex:0 0 25%;flex:0 0 25%}.section-container .flex-container-remaining{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:1 1 480px;-webkit-flex:1 1 480px;flex:1 1 480px}.section-container .flex-container-main-form{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 500px;-webkit-flex:0 0 500px;flex:0 0 500px;margin:0 20px 20px 0}.section-container .flex-container-navi{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 280px;-webkit-flex:0 0 280px;flex:0 0 280px}.section-container .section-header{border:none}.section-container .content-panel{width:100%;height:100%;margin:0;padding:0;border:none !important;display:box;display:-ms-flexbox;display:-webkit-flexbox;display:flexbox;display:-ms-flex;display:-webkit-flex;display:flex;-ms-direction:row;-webkit-direction:row;direction:row;-ms-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;flex-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;flex-line-pack:start;-ms-flex-line-pack:start;-webkit-align-content:flex-start;align-content:flex-start;flex-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}.section-container .tab-container{border:none;display:none;list-style-type:none;padding:0;margin:0}.section-container .tab-container li{float:left;position:relative;top:0;padding:0;margin:0 1px 0px 0;border-top:1px solid #f3f1ef !important;border-bottom:1px solid #f3f1ef !important;background:#f3f1ef !important}.section-container .tab-container li a{top:0 !important;margin-bottom:0 !important;padding:6px 16px;text-decoration:none;min-height:32px;color:#222;float:left}.section-container .tab-container li.active,.section-container .tab-container li:hover{border-bottom-color:#4a86ad !important;border-top-color:#6e9ebd !important;background:#266d9c !important}.section-container .tab-container li.active a,.section-container .tab-container li:hover a{background:transparent !important;border-color:transparent !important;color:#fff !important;text-shadow:1px 1px 0 rgba(0,0,0,0.2)}.section-container .tab-container li.disabled:hover{background:#f3f1ef !important}.section-container .tab-container li.disabled:hover a{cursor:not-allowed !important;color:#222 !important}.section-container .navi-container{display:none;background:#f3f1ef;-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 280px;-webkit-flex:0 0 280px;flex:0 0 280px;border-right:1px #ddd solid}.section-container .navi-container .block-title{font-size:14px;font-size:1.4rem;padding:2px 8px;margin:0}.section-container .navi-container .tree-action-bar-box{margin:10px 0;opacity:0}.section-container .navi-container .tree-action-bar-box.active{opacity:1;-webkit-opacity:0.25s ease-in-out;-moz-opacity:0.25s ease-in-out;opacity:0.25s ease-in-out}.section-container .content-container{border:none;-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:1 1 auto;-webkit-flex:1 1 auto;flex:1 1 auto;-ms-flex:1 1;-webkit-flex:1 1;flex:1 1}.section-container .content-block{padding:20px;overflow-y:auto;display:box;display:-ms-flexbox;display:-webkit-flexbox;display:flexbox;display:-ms-flex;display:-webkit-flex;display:flex;-ms-direction:row;-webkit-direction:row;direction:row;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;flex-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;flex-line-pack:start;-ms-flex-line-pack:start;-webkit-align-content:flex-start;align-content:flex-start;flex-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}.section-container .content-block>.grid-container{width:100%}.section-container .content-block .data-container-wrapper{padding:0px 20px 0 0}.section-container .content-block .data-container-wrapper:before,.section-container .content-block .data-container-wrapper:after{content:" ";display:table}.section-container .content-block .data-container-wrapper:after{clear:both}.section-container .content-block .data-container-wrapper>section,.section-container .content-block .data-container-wrapper .data-container{width:260px;margin:0 20px 20px 0;float:left;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px}.section-container .content-block .data-container-wrapper>section.double,.section-container .content-block .data-container-wrapper .data-container.double{width:540px}.section-container .content-block .data-container-wrapper>section .emptyContentFooter,.section-container .content-block .data-container-wrapper .data-container .emptyContentFooter{display:none}.section-container .content-block .data-container-wrapper>section .tree,.section-container .content-block .data-container-wrapper .data-container .tree{border:none;max-width:none;max-height:none}.section-container .content-block .data-container-wrapper>section form,.section-container .content-block .data-container-wrapper .data-container form{background:none;border:none;margin:0;padding:0}.section-container .content-block .data-container-wrapper>section>header,.section-container .content-block .data-container-wrapper>section .ui-widget-header,.section-container .content-block .data-container-wrapper .data-container>header,.section-container .content-block .data-container-wrapper .data-container .ui-widget-header{background:#f3f1ef;border-width:0px !important;border-bottom:1px #ddd solid !important}.section-container .content-block .data-container-wrapper>section>header h1,.section-container .content-block .data-container-wrapper>section>header h6,.section-container .content-block .data-container-wrapper>section .ui-widget-header h1,.section-container .content-block .data-container-wrapper>section .ui-widget-header h6,.section-container .content-block .data-container-wrapper .data-container>header h1,.section-container .content-block .data-container-wrapper .data-container>header h6,.section-container .content-block .data-container-wrapper .data-container .ui-widget-header h1,.section-container .content-block .data-container-wrapper .data-container .ui-widget-header h6{padding:4px;margin:0;font-size:14px;font-size:1.4rem}.section-container .content-block .data-container-wrapper>section>div,.section-container .content-block .data-container-wrapper>section .ui-widget-content,.section-container .content-block .data-container-wrapper>section .container-content,.section-container .content-block .data-container-wrapper .data-container>div,.section-container .content-block .data-container-wrapper .data-container .ui-widget-content,.section-container .content-block .data-container-wrapper .data-container .container-content{border-width:0px !important;overflow-y:auto;min-height:250px;padding:5px}.section-container .content-block .data-container-wrapper>section>div .icon-grip,.section-container .content-block .data-container-wrapper>section .ui-widget-content .icon-grip,.section-container .content-block .data-container-wrapper>section .container-content .icon-grip,.section-container .content-block .data-container-wrapper .data-container>div .icon-grip,.section-container .content-block .data-container-wrapper .data-container .ui-widget-content .icon-grip,.section-container .content-block .data-container-wrapper .data-container .container-content .icon-grip{cursor:move}.section-container .content-block .data-container-wrapper>section>footer,.section-container .content-block .data-container-wrapper>section .data-container-footer,.section-container .content-block .data-container-wrapper .data-container>footer,.section-container .content-block .data-container-wrapper .data-container .data-container-footer{background:#f3f1ef;text-align:right !important;padding:4px;border-width:0px !important;border-top:1px #ddd solid !important}.section-container .content-block .data-container-wrapper>section>footer .square,.section-container .content-block .data-container-wrapper>section .data-container-footer .square,.section-container .content-block .data-container-wrapper .data-container>footer .square,.section-container .content-block .data-container-wrapper .data-container .data-container-footer .square{width:28px}.section-container .content-block .data-container-wrapper>section>footer .square span,.section-container .content-block .data-container-wrapper>section .data-container-footer .square span,.section-container .content-block .data-container-wrapper .data-container>footer .square span,.section-container .content-block .data-container-wrapper .data-container .data-container-footer .square span{padding:0;left:0}.section-container .content-block .data-container-wrapper>section ol,.section-container .content-block .data-container-wrapper .data-container ol{margin:0 0 0 15px;padding:10px}.section-container .content-block #form-container.ui-widget-content{border:none !important}.section-container .content-block form:not(.list-container){border:1px #ddd solid;background:#f3f1ef;padding:30px;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px}.section-container .content-block [class^="btn-"],.section-container .content-block [class*=" btn-"]{margin:0 2px}.qti-navigator{padding:0;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.qti-navigator span{display:inline-block}.qti-navigator .collapsed .collapsible-panel,.qti-navigator .masked,.qti-navigator.masked{display:none !important}.qti-navigator .collapsed .icon-up{display:none !important}.qti-navigator .collapsed .icon-down{display:inline-block !important}.qti-navigator.collapsed{flex:0 0 40px}.qti-navigator.collapsed ul{padding:0 !important}.qti-navigator.collapsed .qti-navigator-text,.qti-navigator.collapsed .qti-navigator-info>.qti-navigator-label,.qti-navigator.collapsed .qti-navigator-part>.qti-navigator-label,.qti-navigator.collapsed .qti-navigator-section>.qti-navigator-label,.qti-navigator.collapsed .qti-navigator-message{display:none !important}.qti-navigator.collapsed .qti-navigator-label{padding:0 2px !important}.qti-navigator.collapsed .qti-navigator-icon,.qti-navigator.collapsed .icon{width:auto}.qti-navigator.collapsed .qti-navigator-counter{float:none;text-align:center}.qti-navigator.collapsed .qti-navigator-collapsible{text-align:center}.qti-navigator.collapsed .qti-navigator-collapsible .qti-navigator-collapse{display:none}.qti-navigator.collapsed .qti-navigator-collapsible .qti-navigator-expand{display:block}.qti-navigator.collapsed .qti-navigator-info.collapsed .collapsible-panel{display:block !important}.qti-navigator.collapsed .qti-navigator-info .qti-navigator-label span{display:block;text-align:center;width:auto;line-height:30px}.qti-navigator.collapsed .qti-navigator-filter span{display:none}.qti-navigator.collapsed .qti-navigator-filter.active span{display:block;padding:3px 0;border:0 none;width:39px}.qti-navigator.collapsed .qti-navigator-item,.qti-navigator.collapsed .qti-navigator-linear,.qti-navigator.collapsed .qti-navigator-linear-part{padding-left:2px;text-align:center}.qti-navigator.collapsed .qti-navigator-item .qti-navigator-icon,.qti-navigator.collapsed .qti-navigator-item .icon,.qti-navigator.collapsed .qti-navigator-linear .qti-navigator-icon,.qti-navigator.collapsed .qti-navigator-linear .icon,.qti-navigator.collapsed .qti-navigator-linear-part .qti-navigator-icon,.qti-navigator.collapsed .qti-navigator-linear-part .icon{line-height:34px}.qti-navigator.collapsed .qti-navigator-item .qti-navigator-icon{padding-right:100px;padding-left:9px}.qti-navigator.collapsed .qti-navigator-linear,.qti-navigator.collapsed .qti-navigator-linear-part{padding:0 0 8px 0}.qti-navigator.collapsed .qti-navigator-linear .icon,.qti-navigator.collapsed .qti-navigator-linear-part .icon{display:block}.qti-navigator.collapsed .qti-navigator-actions button{padding:0 9px 0 5px}.qti-navigator.scope-test-section .qti-navigator-part>.qti-navigator-label{display:none !important}.qti-navigator .qti-navigator-label{display:inline-block;min-width:100%;line-height:30px;padding:0 6px}.qti-navigator .qti-navigator-label .icon-up,.qti-navigator .qti-navigator-label .icon-down{float:right;line-height:30px}.qti-navigator .qti-navigator-label .icon-down{display:none}.qti-navigator .qti-navigator-icon,.qti-navigator .icon{position:relative;top:1px;display:inline-block;width:22px}.qti-navigator .unseen .qti-navigator-icon{cursor:default}.qti-navigator .icon-answered:before{content:"\e69a"}.qti-navigator .icon-viewed:before{content:"\e631"}.qti-navigator .icon-flagged:before{content:"\e64e"}.qti-navigator .icon-unanswered:before,.qti-navigator .icon-unseen:before{content:"\e6a5"}.qti-navigator .collapsible>.qti-navigator-label,.qti-navigator .qti-navigator-item>.qti-navigator-label{cursor:pointer}.qti-navigator .qti-navigator-counter{text-align:right;float:right;font-size:12px;font-size:1.2rem}.qti-navigator .qti-navigator-actions{text-align:center}.qti-navigator .qti-navigator-collapsible{background-color:#a4a9b1;color:#222;border-top:1px solid #fff;cursor:pointer;padding:0 8px;text-align:right;display:none}.qti-navigator .qti-navigator-collapsible .icon{font-size:20px;font-size:2rem;line-height:30px;width:auto;color:#fff}.qti-navigator .qti-navigator-collapsible .qti-navigator-expand{display:none}.qti-navigator.collapsible .qti-navigator-collapsible{display:block}.qti-navigator .qti-navigator-info>.qti-navigator-label{background-color:#D4D5D7;color:#222;border-top:1px solid #fff;padding:2px 8px}.qti-navigator .qti-navigator-info li{border-bottom:1px solid rgba(255,255,255,0.9)}.qti-navigator .qti-navigator-info ul{padding:4px}.qti-navigator .qti-navigator-filters{margin-top:16px;text-align:center}.qti-navigator .qti-navigator-filters li{display:block;float:left}.qti-navigator .qti-navigator-filter span{border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px;border-left:none;background-color:#fff;display:block;line-height:1.8;cursor:pointer;padding:3px 20px}.qti-navigator .qti-navigator-filter span:hover{background-color:#3e7da7;color:#fff}.qti-navigator .qti-navigator-filter.active span{background-color:#a4a9b1;color:#fff}.qti-navigator .qti-navigator-linear,.qti-navigator .qti-navigator-linear-part{padding:8px;background:#fff}.qti-navigator .qti-navigator-linear .icon,.qti-navigator .qti-navigator-linear-part .icon{display:none}.qti-navigator .qti-navigator-linear .qti-navigator-label,.qti-navigator .qti-navigator-linear-part .qti-navigator-label{font-size:14px;font-size:1.4rem}.qti-navigator .qti-navigator-linear .qti-navigator-title,.qti-navigator .qti-navigator-linear-part .qti-navigator-title{font-size:14px;font-size:1.4rem;margin:8px 0}.qti-navigator .qti-navigator-linear .qti-navigator-message,.qti-navigator .qti-navigator-linear-part .qti-navigator-message{font-size:14px;font-size:1.4rem}.qti-navigator .qti-navigator-part>.qti-navigator-label{background-color:#dddfe2;padding:2px 8px}.qti-navigator .qti-navigator-part>.qti-navigator-label:hover{background-color:#c6cacf}.qti-navigator .qti-navigator-part.active>.qti-navigator-label{background-color:#c0c4ca}.qti-navigator .qti-navigator-part:not(:first-child){margin-top:1px}.qti-navigator .qti-navigator-section>.qti-navigator-label{padding:2px 10px 2px 8px;border-bottom:1px solid rgba(255,255,255,0.9)}.qti-navigator .qti-navigator-section>.qti-navigator-label:hover{background-color:#ebe8e4}.qti-navigator .qti-navigator-section.active>.qti-navigator-label{background-color:#ded9d4}.qti-navigator .qti-navigator-item{background:#fff;margin:1px 0;padding-left:10px}.qti-navigator .qti-navigator-item:first-child{margin-top:0}.qti-navigator .qti-navigator-item.active{background:#f4f7f8}.qti-navigator .qti-navigator-item:hover{background:#eef3f5}.qti-navigator .qti-navigator-item.disabled{background-color:#e2deda !important}.qti-navigator .qti-navigator-item.disabled>.qti-navigator-label{cursor:not-allowed}.qti-test-scope .action-bar li{margin:0 5px}.qti-test-scope .action-bar li.btn-info{border-color:rgba(255,255,255,0.3)}.qti-test-scope .action-bar li.btn-info.btn-group{border:none !important;overflow:hidden;padding:0}.qti-test-scope .action-bar li.btn-info.btn-group a{float:left;margin:0 2px;padding:0 15px;border:1px solid rgba(255,255,255,0.3);border-radius:0px;display:inline-block;height:inherit}.qti-test-scope .action-bar li.btn-info.btn-group a:first-of-type{border-top-left-radius:3px;border-bottom-left-radius:3px;margin-left:0}.qti-test-scope .action-bar li.btn-info.btn-group a:last-of-type{border-top-right-radius:3px;border-bottom-right-radius:3px;margin-right:0}.qti-test-scope .action-bar li.btn-info.btn-group a:hover,.qti-test-scope .action-bar li.btn-info.btn-group a.active{border-color:rgba(255,255,255,0.8)}.qti-test-scope .action-bar li.btn-info.btn-group a .no-label{padding-right:0}.qti-test-scope .action-bar li.btn-info:hover,.qti-test-scope .action-bar li.btn-info.active{border-color:rgba(255,255,255,0.8)}.qti-test-scope .action-bar.horizontal-action-bar{opacity:0}.qti-test-scope .action-bar.horizontal-action-bar .title-box{padding-top:4px}.qti-test-scope .action-bar.horizontal-action-bar .progress-box,.qti-test-scope .action-bar.horizontal-action-bar .timer-box,.qti-test-scope .action-bar.horizontal-action-bar .item-number-box{padding-top:4px;display:inline-block;white-space:nowrap;-webkit-flex:0 0 auto;flex:0 1 auto}.qti-test-scope .action-bar.horizontal-action-bar .progress-box .qti-controls,.qti-test-scope .action-bar.horizontal-action-bar .timer-box .qti-controls,.qti-test-scope .action-bar.horizontal-action-bar .item-number-box .qti-controls{display:inline-block;margin-left:20px;white-space:nowrap}.qti-test-scope .action-bar.horizontal-action-bar .progressbar{margin-top:5px;min-width:150px;max-width:200px;height:0.6em}.qti-test-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box{display:-webkit-flex;-webkit-justify-content:space-between;-webkit-flex-flow:row nowrap;display:flex;justify-content:space-between;flex-flow:row nowrap}.qti-test-scope .action-bar.horizontal-action-bar>.control-box{color:rgba(255,255,255,0.9);text-shadow:1px 1px 0 black}.qti-test-scope .action-bar.horizontal-action-bar>.control-box .lft,.qti-test-scope .action-bar.horizontal-action-bar>.control-box .rgt{padding-left:20px}.qti-test-scope .action-bar.horizontal-action-bar>.control-box .lft:first-child,.qti-test-scope .action-bar.horizontal-action-bar>.control-box .rgt:first-child{padding-left:0}.qti-test-scope .action-bar.horizontal-action-bar>.control-box .lft:last-child ul,.qti-test-scope .action-bar.horizontal-action-bar>.control-box .rgt:last-child ul{display:inline-block}.qti-test-scope .action-bar.horizontal-action-bar>.control-box [class^="btn-"],.qti-test-scope .action-bar.horizontal-action-bar>.control-box [class*=" btn-"]{white-space:nowrap}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .action{position:relative;overflow:visible}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu{color:#222;background:#f3f1ef;overflow:auto;list-style:none;min-width:150px;margin:0;padding:0;position:absolute;bottom:30px;left:0}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action{display:inline-block;text-align:left;width:100%;white-space:nowrap;overflow:hidden;color:#222;margin:0;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;height:32px;padding:6px 15px;line-height:1}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action.selected{background-color:#3e7da7;color:#fff}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action.selected .label,.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action.selected .icon{color:#fff}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action:hover{background-color:#0e5d91;color:#fff}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action:hover .label,.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action:hover .icon{color:#fff}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action .label,.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action .icon{font-size:14px;font-size:1.4rem;text-shadow:none;color:#222}.qti-test-scope .action-bar.horizontal-action-bar.bottom-action-bar{overflow:visible}.qti-test-scope .action-bar.horizontal-action-bar.bottom-action-bar .action{line-height:1.6}.qti-test-scope .action-bar.horizontal-action-bar.has-timers{height:47px}.qti-test-scope .action-bar.horizontal-action-bar.has-timers .progress-box,.qti-test-scope .action-bar.horizontal-action-bar.has-timers .title-box{padding-top:10px}.qti-test-scope .action-bar.horizontal-action-bar .bottom-action-bar .action{display:none}.qti-test-scope .test-sidebar{background:#f3f1ef;overflow:auto}.qti-test-scope .test-sidebar-left{border-right:1px #ddd solid}.qti-test-scope .test-sidebar-right{border-left:1px #ddd solid}.qti-test-scope .content-panel{height:auto !important}.qti-test-scope .content-panel #qti-content{overflow-y:auto;font-size:0}.qti-test-scope .content-panel #qti-content #qti-rubrics{font-size:14px}.qti-test-scope #qti-item{width:100%;min-width:100%;height:auto;overflow:visible}.qti-test-scope .size-wrapper{max-width:1280px;margin:auto;width:100%}.qti-test-scope .tools-box{position:relative;overflow:visible}.qti-test-scope [data-control="qti-comment"]{background-color:#f3f1ef;position:absolute;bottom:33px;left:8px;z-index:9999;text-align:right;padding:5px;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px;-webkit-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);-moz-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);-ms-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);-o-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);box-shadow:0 0 15px 1px rgba(0,0,0,0.2)}.qti-test-scope [data-control="qti-comment"] textarea{display:block;height:100px;resize:none;width:350px;padding:3px;margin:0 0 10px 0;border:none;font-size:13px;font-size:1.3rem;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px}.qti-test-scope #qti-timers{display:none}.qti-test-scope [data-control="exit"]{margin-left:20px}.qti-test-scope [data-control="comment-toggle"]{display:none}.qti-test-scope .qti-timer{display:inline-block;text-align:center;vertical-align:top;line-height:1.2;position:relative;padding:0 20px}.qti-test-scope .qti-timer .qti-timer_label{max-width:130px;font-size:12px;font-size:1.2rem}.qti-test-scope .qti-timer.qti-timer__warning .qti-timer_time{color:#d8ae5b}.qti-test-scope .qti-timer::before{content:' ';background:rgba(255,255,255,0.3);width:1px;height:20px;position:absolute;left:0;top:5px}.qti-test-scope .qti-timer:first-child::before{content:none}.qti-test-scope.non-lti-context .title-box{display:none}.qti-test-scope #qti-rubrics{margin:auto;max-width:1024px;width:100%;padding:15px}.qti-test-scope #qti-rubrics .qti-rubricBlock{margin:20px 0}.qti-test-scope #qti-rubrics .hidden{display:none} +@-o-keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}@-moz-keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}@-webkit-keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}@keyframes loadingbar{0%{left:-10%}50%{left:90%}100%{left:-10%}}.loading-bar{height:6px;position:absolute;width:100%;top:0px;display:none;overflow-x:hidden;overflow-y:visible;z-index:10000}.loading-bar.fixed{position:fixed;width:100%}.loading-bar.fixed:before{top:0 !important}.loading-bar.loading{display:block}.loading-bar.loading:before{position:absolute;top:86px;content:'';height:6px;width:20%;display:block;transform:translateZ(0);background:-webkit-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:-moz-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:-ms-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:-o-linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);background:linear-gradient(to right, transparent 0%, #c35a13 20%, #c35a13 80%, transparent 100%);-webkit-animation:loadingbar 5s linear infinite;-moz-animation:loadingbar 5s linear infinite;-ms-animation:loadingbar 5s linear infinite;-o-animation:loadingbar 5s linear infinite;animation:loadingbar 5s linear infinite}.no-version-warning .loading-bar:before{top:58px}.action-bar{background:#266d9c;padding:3px;overflow:hidden;color:#e6eef4}.action-bar li{float:left}.action-bar li .li-inner{padding-bottom:1px;text-decoration:none !important;outline:0;display:inline-block;color:inherit}.action-bar li .li-inner:hover{color:white}.action-bar li span.glyph{text-shadow:0 0 0 transparent;color:inherit}.action-bar li input{width:100%;font-size:12px;font-size:1.2rem;padding:2px 4px}.action-bar li.active .li-inner{color:white}.action-bar.horizontal-action-bar{padding:5px;height:35px}.action-bar.horizontal-action-bar .search-area{margin:2px 0 0 0;border:none;float:right;display:inline-block;position:relative;padding:0 30px 0 0}.action-bar.horizontal-action-bar .search-area input{padding-right:34px;min-width:250px !important}.action-bar.horizontal-action-bar .search-area button{position:absolute;right:32px;top:-2px;cursor:default;opacity:.5;background:transparent;width:25px;height:25px}.action-bar.horizontal-action-bar .search-area button:before{color:#666}.action-bar.horizontal-action-bar .search-area .icon-help{position:absolute;right:5px;top:-1px;text-shadow:0px 0px transparent;color:white;cursor:pointer;display:block;width:24px;height:24px;line-height:24px;text-align:center}.action-bar.horizontal-action-bar li{margin:0 1px;border:1px transparent solid;text-align:center;float:left}.action-bar.horizontal-action-bar li .glyph{width:14px}.action-bar.horizontal-action-bar li.btn-info{overflow:hidden;background:transparent}.action-bar.horizontal-action-bar li.btn-info:hover,.action-bar.horizontal-action-bar li.btn-info.active{border-color:rgba(255,255,255,0.3);opacity:1}.action-bar.horizontal-action-bar li.disabled{background:none !important;text-shadow:inherit !important;opacity:0.45 !important;color:inherit !important}.action-bar.horizontal-action-bar li.disabled a{cursor:not-allowed !important}.action-bar.vertical-action-bar li{max-height:60px}.action-bar.vertical-action-bar li .li-inner{height:60px;display:block;overflow:hidden;text-overflow:ellipsis;text-align:center;font-size:12px;font-size:1.2rem;line-height:12px}.action-bar.vertical-action-bar li .glyph{display:block;margin:12px auto 3px;width:20px;height:20px}.action-bar.tree-action-bar{background:#f2f0ee;position:relative;left:-1px;padding:0;margin:0 2.85714% 8px 2.85714%;width:94.64286%;font-size:13px;font-size:1.3rem}.action-bar.tree-action-bar li{background:rgba(255,255,255,0.5);border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px;line-height:1.3;padding:0;text-align:center;float:left;width:65px;height:65px;margin:0 1px 1px 0}.action-bar.tree-action-bar li .glyph{display:block;color:#0e5d91;margin:12px auto 1px !important;font-size:17px !important;font-size:1.7rem !important}.action-bar.tree-action-bar li .li-inner{display:block;height:65px;padding:2px;font-size:11px;font-size:1.1rem;color:#222}.action-bar.tree-action-bar li:hover{background:#ddd;color:#666}.action-bar .tree-filters{width:160px;position:relative}.action-bar .tree-filters input{padding-right:24px}.action-bar .tree-filters span{position:absolute;right:3px;color:#555;width:22px;top:2px;line-height:20px;display:inline-block;text-align:center;text-shadow:0 0 0 transparent;border-left:1px solid #ddd;cursor:pointer}.action-bar .tree-filters span.icon-close{display:none}.action-bar .tree-filters span:hover{color:#0e5d91}@media (max-width: 1150px){.action-bar.horizontal-action-bar .search-area{float:none;position:absolute;right:0px}.action-bar.horizontal-action-bar .search-area input{padding-right:30px;min-width:auto !important;width:150px}.action-bar.horizontal-action-bar .search-area input:focus{width:220px}}body.oversized-nav:not(.delivery-scope) .action-bar.horizontal-action-bar .search-area{float:none;position:absolute;right:0px}body.oversized-nav:not(.delivery-scope) .action-bar.horizontal-action-bar .search-area input{padding-right:30px;min-width:auto !important;width:150px}body.oversized-nav:not(.delivery-scope) .action-bar.horizontal-action-bar .search-area input:focus{width:220px}.section-container{top:0 !important}.section-container .flex-container-full{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%}.section-container .flex-container-half{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 50%;-webkit-flex:0 0 50%;flex:0 0 50%}.section-container .flex-container-third{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 33.33333%;-webkit-flex:0 0 33.33333%;flex:0 0 33.33333%}.section-container .flex-container-quarter{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 25%;-webkit-flex:0 0 25%;flex:0 0 25%}.section-container .flex-container-remaining{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:1 1 480px;-webkit-flex:1 1 480px;flex:1 1 480px}.section-container .flex-container-main-form{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 500px;-webkit-flex:0 0 500px;flex:0 0 500px;margin:0 20px 20px 0}.section-container .flex-container-navi{-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 280px;-webkit-flex:0 0 280px;flex:0 0 280px}.section-container .section-header{border:none}.section-container .content-panel{width:100%;height:100%;margin:0;padding:0;border:none !important;display:box;display:-ms-flexbox;display:-webkit-flexbox;display:flexbox;display:-ms-flex;display:-webkit-flex;display:flex;-ms-direction:row;-webkit-direction:row;direction:row;-ms-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;flex-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;flex-line-pack:start;-ms-flex-line-pack:start;-webkit-align-content:flex-start;align-content:flex-start;flex-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}.section-container .tab-container{border:none;display:none;list-style-type:none;padding:0;margin:0}.section-container .tab-container li{float:left;position:relative;top:0;padding:0;margin:0 1px 0px 0;border-top:1px solid #f2f0ee !important;border-bottom:1px solid #f2f0ee !important;background:#f2f0ee !important}.section-container .tab-container li a{top:0 !important;margin-bottom:0 !important;padding:6px 16px;text-decoration:none;min-height:32px;color:#222;float:left}.section-container .tab-container li.active,.section-container .tab-container li:hover{border-bottom-color:#4a85ac !important;border-top-color:#6e9dbd !important;background:#266d9c !important}.section-container .tab-container li.active a,.section-container .tab-container li:hover a{background:transparent !important;border-color:transparent !important;color:#fff !important;text-shadow:1px 1px 0 rgba(0,0,0,0.2)}.section-container .tab-container li.disabled:hover{background:#f2f0ee !important}.section-container .tab-container li.disabled:hover a{cursor:not-allowed !important;color:#222 !important}.section-container .navi-container{display:none;background:#f2f0ee;-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:0 0 280px;-webkit-flex:0 0 280px;flex:0 0 280px;border-right:1px #ddd solid}.section-container .navi-container .block-title{font-size:14px;font-size:1.4rem;padding:2px 8px;margin:0}.section-container .navi-container .tree-action-bar-box{margin:10px 0;opacity:0}.section-container .navi-container .tree-action-bar-box.active{opacity:1;-webkit-opacity:0.25s ease-in-out;-moz-opacity:0.25s ease-in-out;opacity:0.25s ease-in-out}.section-container .content-container{border:none;-ms-order:0;-webkit-order:0;order:0;flex-item-align:stretch;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;-ms-flex:1 1 auto;-webkit-flex:1 1 auto;flex:1 1 auto;-ms-flex:1 1;-webkit-flex:1 1;flex:1 1}.section-container .content-block{padding:20px;overflow-y:auto;display:box;display:-ms-flexbox;display:-webkit-flexbox;display:flexbox;display:-ms-flex;display:-webkit-flex;display:flex;-ms-direction:row;-webkit-direction:row;direction:row;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;flex-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;flex-line-pack:start;-ms-flex-line-pack:start;-webkit-align-content:flex-start;align-content:flex-start;flex-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}.section-container .content-block>.grid-container{width:100%}.section-container .content-block .data-container-wrapper{padding:0px 20px 0 0}.section-container .content-block .data-container-wrapper:before,.section-container .content-block .data-container-wrapper:after{content:" ";display:table}.section-container .content-block .data-container-wrapper:after{clear:both}.section-container .content-block .data-container-wrapper>section,.section-container .content-block .data-container-wrapper .data-container{width:260px;margin:0 20px 20px 0;float:left;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px}.section-container .content-block .data-container-wrapper>section.double,.section-container .content-block .data-container-wrapper .data-container.double{width:540px}.section-container .content-block .data-container-wrapper>section .emptyContentFooter,.section-container .content-block .data-container-wrapper .data-container .emptyContentFooter{display:none}.section-container .content-block .data-container-wrapper>section .tree,.section-container .content-block .data-container-wrapper .data-container .tree{border:none;max-width:none;max-height:none}.section-container .content-block .data-container-wrapper>section form,.section-container .content-block .data-container-wrapper .data-container form{background:none;border:none;margin:0;padding:0}.section-container .content-block .data-container-wrapper>section>header,.section-container .content-block .data-container-wrapper>section .ui-widget-header,.section-container .content-block .data-container-wrapper .data-container>header,.section-container .content-block .data-container-wrapper .data-container .ui-widget-header{background:#f2f0ee;border-width:0px !important;border-bottom:1px #ddd solid !important}.section-container .content-block .data-container-wrapper>section>header h1,.section-container .content-block .data-container-wrapper>section>header h6,.section-container .content-block .data-container-wrapper>section .ui-widget-header h1,.section-container .content-block .data-container-wrapper>section .ui-widget-header h6,.section-container .content-block .data-container-wrapper .data-container>header h1,.section-container .content-block .data-container-wrapper .data-container>header h6,.section-container .content-block .data-container-wrapper .data-container .ui-widget-header h1,.section-container .content-block .data-container-wrapper .data-container .ui-widget-header h6{padding:4px;margin:0;font-size:14px;font-size:1.4rem}.section-container .content-block .data-container-wrapper>section>div,.section-container .content-block .data-container-wrapper>section .ui-widget-content,.section-container .content-block .data-container-wrapper>section .container-content,.section-container .content-block .data-container-wrapper .data-container>div,.section-container .content-block .data-container-wrapper .data-container .ui-widget-content,.section-container .content-block .data-container-wrapper .data-container .container-content{border-width:0px !important;overflow-y:auto;min-height:250px;padding:5px}.section-container .content-block .data-container-wrapper>section>div .icon-grip,.section-container .content-block .data-container-wrapper>section .ui-widget-content .icon-grip,.section-container .content-block .data-container-wrapper>section .container-content .icon-grip,.section-container .content-block .data-container-wrapper .data-container>div .icon-grip,.section-container .content-block .data-container-wrapper .data-container .ui-widget-content .icon-grip,.section-container .content-block .data-container-wrapper .data-container .container-content .icon-grip{cursor:move}.section-container .content-block .data-container-wrapper>section>footer,.section-container .content-block .data-container-wrapper>section .data-container-footer,.section-container .content-block .data-container-wrapper .data-container>footer,.section-container .content-block .data-container-wrapper .data-container .data-container-footer{background:#f2f0ee;text-align:right !important;padding:4px;border-width:0px !important;border-top:1px #ddd solid !important}.section-container .content-block .data-container-wrapper>section>footer .square,.section-container .content-block .data-container-wrapper>section .data-container-footer .square,.section-container .content-block .data-container-wrapper .data-container>footer .square,.section-container .content-block .data-container-wrapper .data-container .data-container-footer .square{width:28px}.section-container .content-block .data-container-wrapper>section>footer .square span,.section-container .content-block .data-container-wrapper>section .data-container-footer .square span,.section-container .content-block .data-container-wrapper .data-container>footer .square span,.section-container .content-block .data-container-wrapper .data-container .data-container-footer .square span{padding:0;left:0}.section-container .content-block .data-container-wrapper>section ol,.section-container .content-block .data-container-wrapper .data-container ol{margin:0 0 0 15px;padding:10px}.section-container .content-block #form-container.ui-widget-content{border:none !important}.section-container .content-block form:not(.list-container){border:1px #ddd solid;background:#f2f0ee;padding:30px;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px}.section-container .content-block [class^="btn-"],.section-container .content-block [class*=" btn-"]{margin:0 2px}.qti-navigator{padding:0;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.qti-navigator span{display:inline-block}.qti-navigator .collapsed .collapsible-panel,.qti-navigator .masked,.qti-navigator.masked{display:none !important}.qti-navigator .collapsed .icon-up{display:none !important}.qti-navigator .collapsed .icon-down{display:inline-block !important}.qti-navigator.collapsed{flex:0 0 40px}.qti-navigator.collapsed ul{padding:0 !important}.qti-navigator.collapsed .qti-navigator-text,.qti-navigator.collapsed .qti-navigator-info>.qti-navigator-label,.qti-navigator.collapsed .qti-navigator-part>.qti-navigator-label,.qti-navigator.collapsed .qti-navigator-section>.qti-navigator-label,.qti-navigator.collapsed .qti-navigator-message{display:none !important}.qti-navigator.collapsed .qti-navigator-label{padding:0 2px !important}.qti-navigator.collapsed .qti-navigator-icon,.qti-navigator.collapsed .icon{width:auto}.qti-navigator.collapsed .qti-navigator-counter{float:none;text-align:center}.qti-navigator.collapsed .qti-navigator-collapsible{text-align:center}.qti-navigator.collapsed .qti-navigator-collapsible .qti-navigator-collapse{display:none}.qti-navigator.collapsed .qti-navigator-collapsible .qti-navigator-expand{display:block}.qti-navigator.collapsed .qti-navigator-info.collapsed .collapsible-panel{display:block !important}.qti-navigator.collapsed .qti-navigator-info .qti-navigator-label span{display:block;text-align:center;width:auto;line-height:30px}.qti-navigator.collapsed .qti-navigator-filter span{display:none}.qti-navigator.collapsed .qti-navigator-filter.active span{display:block;padding:3px 0;border:0 none;width:39px}.qti-navigator.collapsed .qti-navigator-item,.qti-navigator.collapsed .qti-navigator-linear,.qti-navigator.collapsed .qti-navigator-linear-part{padding-left:2px;text-align:center}.qti-navigator.collapsed .qti-navigator-item .qti-navigator-icon,.qti-navigator.collapsed .qti-navigator-item .icon,.qti-navigator.collapsed .qti-navigator-linear .qti-navigator-icon,.qti-navigator.collapsed .qti-navigator-linear .icon,.qti-navigator.collapsed .qti-navigator-linear-part .qti-navigator-icon,.qti-navigator.collapsed .qti-navigator-linear-part .icon{line-height:34px}.qti-navigator.collapsed .qti-navigator-item .qti-navigator-icon{padding-right:100px;padding-left:9px}.qti-navigator.collapsed .qti-navigator-linear,.qti-navigator.collapsed .qti-navigator-linear-part{padding:0 0 8px 0}.qti-navigator.collapsed .qti-navigator-linear .icon,.qti-navigator.collapsed .qti-navigator-linear-part .icon{display:block}.qti-navigator.collapsed .qti-navigator-actions button{padding:0 9px 0 5px}.qti-navigator.scope-test-section .qti-navigator-part>.qti-navigator-label{display:none !important}.qti-navigator .qti-navigator-label{display:inline-block;min-width:100%;line-height:30px;padding:0 6px}.qti-navigator .qti-navigator-label .icon-up,.qti-navigator .qti-navigator-label .icon-down{float:right;line-height:30px}.qti-navigator .qti-navigator-label .icon-down{display:none}.qti-navigator .qti-navigator-icon,.qti-navigator .icon{position:relative;top:1px;display:inline-block;width:22px}.qti-navigator .unseen .qti-navigator-icon{cursor:default}.qti-navigator .icon-answered:before{content:"\e69a"}.qti-navigator .icon-viewed:before{content:"\e631"}.qti-navigator .icon-flagged:before{content:"\e64e"}.qti-navigator .icon-unanswered:before,.qti-navigator .icon-unseen:before{content:"\e6a5"}.qti-navigator .collapsible>.qti-navigator-label,.qti-navigator .qti-navigator-item>.qti-navigator-label{cursor:pointer}.qti-navigator .qti-navigator-counter{text-align:right;float:right;font-size:12px;font-size:1.2rem}.qti-navigator .qti-navigator-actions{text-align:center}.qti-navigator .qti-navigator-collapsible{background-color:#a3a9b1;color:#222;border-top:1px solid #fff;cursor:pointer;padding:0 8px;text-align:right;display:none}.qti-navigator .qti-navigator-collapsible .icon{font-size:20px;font-size:2rem;line-height:30px;width:auto;color:#fff}.qti-navigator .qti-navigator-collapsible .qti-navigator-expand{display:none}.qti-navigator.collapsible .qti-navigator-collapsible{display:block}.qti-navigator .qti-navigator-info>.qti-navigator-label{background-color:#D4D5D7;color:#222;border-top:1px solid #fff;padding:2px 8px}.qti-navigator .qti-navigator-info li{border-bottom:1px solid rgba(255,255,255,0.9)}.qti-navigator .qti-navigator-info ul{padding:4px}.qti-navigator .qti-navigator-filters{margin-top:16px;text-align:center}.qti-navigator .qti-navigator-filters li{display:block;float:left}.qti-navigator .qti-navigator-filter span{border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px;border-left:none;background-color:#fff;display:block;line-height:1.8;cursor:pointer;padding:3px 20px}.qti-navigator .qti-navigator-filter span:hover{background-color:#3e7da7;color:#fff}.qti-navigator .qti-navigator-filter.active span{background-color:#a3a9b1;color:#fff}.qti-navigator .qti-navigator-linear,.qti-navigator .qti-navigator-linear-part{padding:8px;background:#fff}.qti-navigator .qti-navigator-linear .icon,.qti-navigator .qti-navigator-linear-part .icon{display:none}.qti-navigator .qti-navigator-linear .qti-navigator-label,.qti-navigator .qti-navigator-linear-part .qti-navigator-label{font-size:14px;font-size:1.4rem}.qti-navigator .qti-navigator-linear .qti-navigator-title,.qti-navigator .qti-navigator-linear-part .qti-navigator-title{font-size:14px;font-size:1.4rem;margin:8px 0}.qti-navigator .qti-navigator-linear .qti-navigator-message,.qti-navigator .qti-navigator-linear-part .qti-navigator-message{font-size:14px;font-size:1.4rem}.qti-navigator .qti-navigator-part>.qti-navigator-label{background-color:#dcdee1;padding:2px 8px}.qti-navigator .qti-navigator-part>.qti-navigator-label:hover{background-color:#c6c9ce}.qti-navigator .qti-navigator-part.active>.qti-navigator-label{background-color:#c0c4c9}.qti-navigator .qti-navigator-part:not(:first-child){margin-top:1px}.qti-navigator .qti-navigator-section>.qti-navigator-label{padding:2px 10px 2px 8px;border-bottom:1px solid rgba(255,255,255,0.9)}.qti-navigator .qti-navigator-section>.qti-navigator-label:hover{background-color:#eae7e4}.qti-navigator .qti-navigator-section.active>.qti-navigator-label{background-color:#ded9d4}.qti-navigator .qti-navigator-item{background:#fff;margin:1px 0;padding-left:10px}.qti-navigator .qti-navigator-item:first-child{margin-top:0}.qti-navigator .qti-navigator-item.active{background:#f4f7f8}.qti-navigator .qti-navigator-item:hover{background:#eef3f5}.qti-navigator .qti-navigator-item.disabled{background-color:#e2ded9 !important}.qti-navigator .qti-navigator-item.disabled>.qti-navigator-label{cursor:not-allowed}.qti-test-scope .action-bar li{margin:0 5px}.qti-test-scope .action-bar li.btn-info{border-color:rgba(255,255,255,0.3)}.qti-test-scope .action-bar li.btn-info.btn-group{border:none !important;overflow:hidden;padding:0}.qti-test-scope .action-bar li.btn-info.btn-group a{float:left;margin:0 2px;padding:0 15px;border:1px solid rgba(255,255,255,0.3);border-radius:0px;display:inline-block;height:inherit}.qti-test-scope .action-bar li.btn-info.btn-group a:first-of-type{border-top-left-radius:3px;border-bottom-left-radius:3px;margin-left:0}.qti-test-scope .action-bar li.btn-info.btn-group a:last-of-type{border-top-right-radius:3px;border-bottom-right-radius:3px;margin-right:0}.qti-test-scope .action-bar li.btn-info.btn-group a:hover,.qti-test-scope .action-bar li.btn-info.btn-group a.active{border-color:rgba(255,255,255,0.8)}.qti-test-scope .action-bar li.btn-info.btn-group a .no-label{padding-right:0}.qti-test-scope .action-bar li.btn-info:hover,.qti-test-scope .action-bar li.btn-info.active{border-color:rgba(255,255,255,0.8)}.qti-test-scope .action-bar.horizontal-action-bar{opacity:0}.qti-test-scope .action-bar.horizontal-action-bar .title-box{padding-top:4px}.qti-test-scope .action-bar.horizontal-action-bar .progress-box,.qti-test-scope .action-bar.horizontal-action-bar .timer-box,.qti-test-scope .action-bar.horizontal-action-bar .item-number-box{padding-top:4px;display:inline-block;white-space:nowrap;-webkit-flex:0 0 auto;flex:0 1 auto}.qti-test-scope .action-bar.horizontal-action-bar .progress-box .qti-controls,.qti-test-scope .action-bar.horizontal-action-bar .timer-box .qti-controls,.qti-test-scope .action-bar.horizontal-action-bar .item-number-box .qti-controls{display:inline-block;margin-left:20px;white-space:nowrap}.qti-test-scope .action-bar.horizontal-action-bar .progressbar{margin-top:5px;min-width:150px;max-width:200px;height:0.6em}.qti-test-scope .action-bar.horizontal-action-bar.top-action-bar>.control-box{display:-webkit-flex;-webkit-justify-content:space-between;-webkit-flex-flow:row nowrap;display:flex;justify-content:space-between;flex-flow:row nowrap}.qti-test-scope .action-bar.horizontal-action-bar>.control-box{color:rgba(255,255,255,0.9);text-shadow:1px 1px 0 black}.qti-test-scope .action-bar.horizontal-action-bar>.control-box .lft,.qti-test-scope .action-bar.horizontal-action-bar>.control-box .rgt{padding-left:20px}.qti-test-scope .action-bar.horizontal-action-bar>.control-box .lft:first-child,.qti-test-scope .action-bar.horizontal-action-bar>.control-box .rgt:first-child{padding-left:0}.qti-test-scope .action-bar.horizontal-action-bar>.control-box .lft:last-child ul,.qti-test-scope .action-bar.horizontal-action-bar>.control-box .rgt:last-child ul{display:inline-block}.qti-test-scope .action-bar.horizontal-action-bar>.control-box [class^="btn-"],.qti-test-scope .action-bar.horizontal-action-bar>.control-box [class*=" btn-"]{white-space:nowrap}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .action{position:relative;overflow:visible}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu{color:#222;background:#f2f0ee;overflow:auto;list-style:none;min-width:150px;margin:0;padding:0;position:absolute;bottom:30px;left:0}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action{display:inline-block;text-align:left;width:100%;white-space:nowrap;overflow:hidden;color:#222;margin:0;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;height:32px;padding:6px 15px;line-height:1}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action.selected{background-color:#3e7da7;color:#fff}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action.selected .label,.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action.selected .icon{color:#fff}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action:hover{background-color:#0e5d91;color:#fff}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action:hover .label,.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action:hover .icon{color:#fff}.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action .label,.qti-test-scope .action-bar.horizontal-action-bar .tools-box .menu .action .icon{font-size:14px;font-size:1.4rem;text-shadow:none;color:#222}.qti-test-scope .action-bar.horizontal-action-bar.bottom-action-bar{overflow:visible}.qti-test-scope .action-bar.horizontal-action-bar.bottom-action-bar .action{line-height:1.6}.qti-test-scope .action-bar.horizontal-action-bar.has-timers{height:47px}.qti-test-scope .action-bar.horizontal-action-bar.has-timers .progress-box,.qti-test-scope .action-bar.horizontal-action-bar.has-timers .title-box{padding-top:10px}.qti-test-scope .action-bar.horizontal-action-bar .bottom-action-bar .action{display:none}.qti-test-scope .test-sidebar{background:#f2f0ee;overflow:auto}.qti-test-scope .test-sidebar-left{border-right:1px #ddd solid}.qti-test-scope .test-sidebar-right{border-left:1px #ddd solid}.qti-test-scope .content-panel{height:auto !important}.qti-test-scope .content-panel #qti-content{overflow-y:auto;font-size:0}.qti-test-scope .content-panel #qti-content #qti-rubrics{font-size:14px}.qti-test-scope #qti-item{width:100%;min-width:100%;height:auto;overflow:visible}.qti-test-scope .size-wrapper{max-width:1280px;margin:auto;width:100%}.qti-test-scope .tools-box{position:relative;overflow:visible}.qti-test-scope [data-control="qti-comment"]{background-color:#f2f0ee;position:absolute;bottom:33px;left:8px;z-index:9999;text-align:right;padding:5px;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px;-webkit-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);-moz-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);-ms-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);-o-box-shadow:0 0 15px 1px rgba(0,0,0,0.2);box-shadow:0 0 15px 1px rgba(0,0,0,0.2)}.qti-test-scope [data-control="qti-comment"] textarea{display:block;height:100px;resize:none;width:350px;padding:3px;margin:0 0 10px 0;border:none;font-size:13px;font-size:1.3rem;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px}.qti-test-scope #qti-timers{display:none}.qti-test-scope [data-control="exit"]{margin-left:20px}.qti-test-scope [data-control="comment-toggle"]{display:none}.qti-test-scope .qti-timer{display:inline-block;text-align:center;vertical-align:top;line-height:1.2;position:relative;padding:0 20px}.qti-test-scope .qti-timer .qti-timer_label{max-width:130px;font-size:12px;font-size:1.2rem}.qti-test-scope .qti-timer.qti-timer__warning .qti-timer_time{color:#d8ae5b}.qti-test-scope .qti-timer::before{content:' ';background:rgba(255,255,255,0.3);width:1px;height:20px;position:absolute;left:0;top:5px}.qti-test-scope .qti-timer:first-child::before{content:none}.qti-test-scope.non-lti-context .title-box{display:none}.qti-test-scope #qti-rubrics{margin:auto;max-width:1024px;width:100%;padding:15px}.qti-test-scope #qti-rubrics .qti-rubricBlock{margin:20px 0}.qti-test-scope #qti-rubrics .hidden{display:none} /*# sourceMappingURL=test-runner.css.map */ diff --git a/views/css/test-runner.css.map b/views/css/test-runner.css.map index f1947a8fd8..8dd57b7341 100644 --- a/views/css/test-runner.css.map +++ b/views/css/test-runner.css.map @@ -1,6 +1,6 @@ { "version": 3, -"mappings": "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", +"mappings": "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", "sources": ["../../../tao/views/scss/inc/_functions.scss","../../../tao/views/scss/inc/_loading-bar.scss","../../../tao/views/scss/inc/_action-bars.scss","../../../tao/views/scss/inc/_colors.scss","../../../tao/views/scss/inc/_section-container.scss","../scss/inc/_navigator.scss","../../../tao/views/scss/inc/fonts/_tao-icon-vars.scss","../scss/test-runner.scss"], "names": [], "file": "test-runner.css" From 303914519a5d362a81bdf3c87941f0a05849e55c Mon Sep 17 00:00:00 2001 From: Bertrand Chevrier Date: Fri, 25 Mar 2016 11:41:55 +0100 Subject: [PATCH 05/12] access the config via the service --- actions/class.Runner.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/class.Runner.php b/actions/class.Runner.php index b0d38b9ac7..310cdc30a5 100644 --- a/actions/class.Runner.php +++ b/actions/class.Runner.php @@ -115,7 +115,7 @@ protected function getServiceContext($check = true, $checkToken = true) if ($checkToken) { - $config = common_ext_ExtensionsManager::singleton()->getExtensionById('taoQtiTest')->getConfig('testRunner'); + $config = $this->runnerService->getTestConfig(); if(isset($config['csrf-token']) && $config['csrf-token'] == true){ $csrfToken = $this->getRequestParameter('X-Auth-Token'); if (!$this->getCsrf()->checkCsrfToken($csrfToken)) { From f09d0a12eb42b52e5ff690f0d7e651a4944ddec1 Mon Sep 17 00:00:00 2001 From: Bertrand Chevrier Date: Fri, 25 Mar 2016 11:49:06 +0100 Subject: [PATCH 06/12] qti config mapping --- actions/class.Runner.php | 2 +- models/classes/runner/config/QtiRunnerConfig.php | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/actions/class.Runner.php b/actions/class.Runner.php index 310cdc30a5..c8e90931cb 100644 --- a/actions/class.Runner.php +++ b/actions/class.Runner.php @@ -116,7 +116,7 @@ protected function getServiceContext($check = true, $checkToken = true) if ($checkToken) { $config = $this->runnerService->getTestConfig(); - if(isset($config['csrf-token']) && $config['csrf-token'] == true){ + if(isset($config['security']) && isset($config['security']['csrfToken']) && $config['security']['csrfToken'] == true){ $csrfToken = $this->getRequestParameter('X-Auth-Token'); if (!$this->getCsrf()->checkCsrfToken($csrfToken)) { \common_Logger::w("CSRF attempt! The token $csrfToken is no longer valid!"); diff --git a/models/classes/runner/config/QtiRunnerConfig.php b/models/classes/runner/config/QtiRunnerConfig.php index f7ca6ba5ec..da6d465547 100644 --- a/models/classes/runner/config/QtiRunnerConfig.php +++ b/models/classes/runner/config/QtiRunnerConfig.php @@ -66,6 +66,9 @@ public function getConfig() 'nextSection' => !empty($rawConfig['next-section']), 'resetTimerAfterResume' => !empty($rawConfig['reset-timer-after-resume']), 'plugins' => isset($rawConfig['plugins']) ? $rawConfig['plugins'] : null, + 'security' => [ + 'csrfToken' => isset($rawConfig['csrf-token']) ? $rawConfig['csrf-token'] : false, + ] ]; } return $this->config; From b18b8c48fe84dfb76c08e3f19833341dcaaf2193 Mon Sep 17 00:00:00 2001 From: Bertrand Chevrier Date: Fri, 25 Mar 2016 11:56:47 +0100 Subject: [PATCH 07/12] fix the access to the config --- actions/class.Runner.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/actions/class.Runner.php b/actions/class.Runner.php index c8e90931cb..28205749a8 100644 --- a/actions/class.Runner.php +++ b/actions/class.Runner.php @@ -115,8 +115,9 @@ protected function getServiceContext($check = true, $checkToken = true) if ($checkToken) { - $config = $this->runnerService->getTestConfig(); - if(isset($config['security']) && isset($config['security']['csrfToken']) && $config['security']['csrfToken'] == true){ + $config = $this->runnerService->getTestConfig()->getConfigValue('security'); + if(isset($config['csrfToken']) && $config['csrfToken'] == true){ + $csrfToken = $this->getRequestParameter('X-Auth-Token'); if (!$this->getCsrf()->checkCsrfToken($csrfToken)) { \common_Logger::w("CSRF attempt! The token $csrfToken is no longer valid!"); From 63825c5b29f8e676f2c295b4eed467f7dca8d622 Mon Sep 17 00:00:00 2001 From: Bertrand Chevrier Date: Fri, 25 Mar 2016 12:16:21 +0100 Subject: [PATCH 08/12] build css and bunde js --- views/js/qtiTestRunner.min.js | 35 ++++++++++++++++--------------- views/js/qtiTestRunner.min.js.map | 2 +- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/views/js/qtiTestRunner.min.js b/views/js/qtiTestRunner.min.js index 7036ddfd2d..25f9ed13c2 100644 --- a/views/js/qtiTestRunner.min.js +++ b/views/js/qtiTestRunner.min.js @@ -1371,22 +1371,23 @@ stack1=null==stack1||stack1===!1?stack1:stack1.identifier,typeof stack1===functi (helper=helpers.serial)?stack1=helper.call(depth0,{hash:{},data:data}):(helper=depth0&&depth0.serial,stack1=typeof helper===functionType?helper.call(depth0,{hash:{},data:data}):helper),buffer+=escapeExpression(stack1)+'">\r\n \r\n ',(helper=helpers.body)?stack1=helper.call(depth0,{hash:{},data:data}):(helper=depth0&&depth0.body, stack1=typeof helper===functionType?helper.call(depth0,{hash:{},data:data}):helper),(stack1||0===stack1)&&(buffer+=stack1),buffer+="\r\n"})}),define("taoQtiItem/qtiCommonRenderer/renderers/choices/Hottext",["tpl!taoQtiItem/qtiCommonRenderer/tpl/choices/hottext","taoQtiItem/qtiCommonRenderer/helpers/container"],function(tpl,containerHelper){"use strict";return{qtiClass:"hottext",getContainer:containerHelper.get,template:tpl}}),define("tpl!taoQtiItem/qtiCommonRenderer/tpl/choices/inlineChoice",["handlebars"],function(hb){return hb.template(function(Handlebars,depth0,helpers,partials,data){this.compilerInfo=[4,">= 1.0.0"],helpers=this.merge(helpers,Handlebars.helpers), data=data||{};var stack1,helper,buffer="",functionType="function",escapeExpression=this.escapeExpression;return buffer+='"})}),define("taoQtiItem/qtiCommonRenderer/renderers/choices/InlineChoice",["tpl!taoQtiItem/qtiCommonRenderer/tpl/choices/inlineChoice","taoQtiItem/qtiCommonRenderer/helpers/container"],function(tpl,containerHelper){"use strict";return{qtiClass:"inlineChoice",getContainer:containerHelper.get,template:tpl}}),define("taoQtiItem/qtiCommonRenderer/renderers/choices/SimpleAssociableChoice.AssociateInteraction",["tpl!taoQtiItem/qtiCommonRenderer/tpl/choices/choice","taoQtiItem/qtiCommonRenderer/helpers/container"],function(tpl,containerHelper){ -"use strict";return{qtiClass:"simpleAssociableChoice.associateInteraction",getContainer:containerHelper.get,template:tpl}}),define("tpl!taoQtiItem/qtiCommonRenderer/tpl/choices/simpleAssociableChoice.matchInteraction",["handlebars"],function(hb){return hb.template(function(Handlebars,depth0,helpers,partials,data){this.compilerInfo=[4,">= 1.0.0"],helpers=this.merge(helpers,Handlebars.helpers),data=data||{};var stack1,helper,buffer="",functionType="function",escapeExpression=this.escapeExpression;return buffer+='',(helper=helpers.body)?stack1=helper.call(depth0,{hash:{},data:data}):(helper=depth0&&depth0.body,stack1=typeof helper===functionType?helper.call(depth0,{hash:{},data:data}):helper),(stack1||0===stack1)&&(buffer+=stack1),buffer+=""})}),define("taoQtiItem/qtiCommonRenderer/renderers/choices/SimpleAssociableChoice.MatchInteraction",["tpl!taoQtiItem/qtiCommonRenderer/tpl/choices/simpleAssociableChoice.matchInteraction","taoQtiItem/qtiCommonRenderer/helpers/container"],function(tpl,containerHelper){ -"use strict";return{qtiClass:"simpleAssociableChoice.matchInteraction",getContainer:containerHelper.get,template:tpl}}),define("tpl!taoQtiItem/qtiCommonRenderer/tpl/choices/simpleChoice.choiceInteraction",["handlebars"],function(hb){return hb.template(function(Handlebars,depth0,helpers,partials,data){function program1(depth0,data){var stack1,buffer="";return buffer+='\n \n \n '}function program3(depth0,data){var stack1,buffer="";return buffer+='\n \n \n '; -}this.compilerInfo=[4,">= 1.0.0"],helpers=this.merge(helpers,Handlebars.helpers),data=data||{};var stack1,helper,buffer="",functionType="function",escapeExpression=this.escapeExpression,self=this;return buffer+='
  • \n
    \n \n
    \n
    \n ',(helper=helpers.body)?stack1=helper.call(depth0,{hash:{},data:data}):(helper=depth0&&depth0.body,stack1=typeof helper===functionType?helper.call(depth0,{hash:{},data:data}):helper),(stack1||0===stack1)&&(buffer+=stack1),buffer+="\n
    \n
    \n
    \n
  • \n"})}),define("taoQtiItem/qtiCommonRenderer/renderers/choices/SimpleChoice.ChoiceInteraction",["tpl!taoQtiItem/qtiCommonRenderer/tpl/choices/simpleChoice.choiceInteraction","taoQtiItem/qtiCommonRenderer/helpers/container"],function(tpl,containerHelper){ -"use strict";return{qtiClass:"simpleChoice.choiceInteraction",getContainer:containerHelper.get,getData:function(choice,data){return data.unique=1===parseInt(data.interaction.attributes.maxChoices),data},template:tpl}}),define("taoQtiItem/qtiCommonRenderer/renderers/choices/SimpleChoice.OrderInteraction",["tpl!taoQtiItem/qtiCommonRenderer/tpl/choices/choice","taoQtiItem/qtiCommonRenderer/helpers/container"],function(tpl,containerHelper){"use strict";return{qtiClass:"simpleChoice.orderInteraction",getContainer:containerHelper.get,template:tpl}}),define("tpl!taoQtiItem/qtiCommonRenderer/tpl/interactions/associateInteraction",["handlebars"],function(hb){return hb.template(function(Handlebars,depth0,helpers,partials,data){ -function program1(depth0,data){var stack1,buffer="";return buffer+='id="'+escapeExpression((stack1=depth0&&depth0.attributes,stack1=null==stack1||stack1===!1?stack1:stack1.id,typeof stack1===functionType?stack1.apply(depth0):stack1))+'"'}function program3(depth0,data){var stack1,buffer="";return buffer+=" "+escapeExpression((stack1=depth0&&depth0.attributes,stack1=null==stack1||stack1===!1?stack1:stack1["class"],typeof stack1===functionType?stack1.apply(depth0):stack1))}function program5(depth0,data){var stack1,helper;return(helper=helpers.prompt)?stack1=helper.call(depth0,{hash:{},data:data}):(helper=depth0&&depth0.prompt,stack1=typeof helper===functionType?helper.call(depth0,{ -hash:{},data:data}):helper),stack1||0===stack1?stack1:""}function program7(depth0,data){var stack1;return stack1=typeof depth0===functionType?depth0.apply(depth0):depth0,stack1||0===stack1?stack1:""}this.compilerInfo=[4,">= 1.0.0"],helpers=this.merge(helpers,Handlebars.helpers),data=data||{};var stack1,helper,options,buffer="",functionType="function",escapeExpression=this.escapeExpression,self=this,blockHelperMissing=helpers.blockHelperMissing;return buffer+="
    \n ',stack1=helpers["if"].call(depth0,depth0&&depth0.prompt,{hash:{},inverse:self.noop, -fn:self.program(5,program5,data),data:data}),(stack1||0===stack1)&&(buffer+=stack1),buffer+='\n
    \n
      \n ',options={hash:{},inverse:self.noop,fn:self.program(7,program7,data),data:data},(helper=helpers.choices)?stack1=helper.call(depth0,options):(helper=depth0&&depth0.choices,stack1=typeof helper===functionType?helper.call(depth0,options):helper),helpers.choices||(stack1=blockHelperMissing.call(depth0,stack1,{hash:{},inverse:self.noop,fn:self.program(7,program7,data),data:data})),(stack1||0===stack1)&&(buffer+=stack1), -buffer+='\n
    \n
      \n
    \n
    \n
    \n'})}),define("tpl!taoQtiItem/qtiCommonRenderer/tpl/interactions/associateInteraction.pair",["handlebars"],function(hb){return hb.template(function(Handlebars,depth0,helpers,partials,data){function program1(depth0,data){return"incomplete-pair"}this.compilerInfo=[4,">= 1.0.0"],helpers=this.merge(helpers,Handlebars.helpers),data=data||{};var stack1,buffer="",self=this;return buffer+='
  • = 1.0.0"],helpers=this.merge(helpers,Handlebars.helpers),data=data||{};var stack1,helper,buffer="",functionType="function",escapeExpression=this.escapeExpression;return buffer+='"})}),define("taoQtiItem/qtiCommonRenderer/helpers/instructions/Instruction",["lodash","taoQtiItem/qtiItem/helper/util","tpl!taoQtiItem/qtiCommonRenderer/tpl/instruction"],function(_,util,instructionTpl){var _notificationLevels=["info","warning","error","success"],Instruction=function(interaction,message,callback){this.interaction=interaction,this.defaultMessage=message||"",this.currentMessage="",this.level="info",this.serial=util.buildSerial("instruction_"), -this.callback=callback,this.$dom=null,this.state=!1};return Instruction.isValidLevel=function(level){return _.indexOf(_notificationLevels,level)>=0},Instruction.prototype.setState=function(state){this.state=state},Instruction.prototype.checkState=function(state){return this.state===state},Instruction.prototype.getId=function(){return this.serial},Instruction.prototype.create=function($container){$container.append(instructionTpl({message:this.defaultMessage,serial:this.serial})),this.$dom=$container.find("#"+this.serial)},Instruction.prototype.update=function(options){var level=options&&options.level?options.level:"",message=options&&options.message?options.message:"",timeout=options&&options.timeout?options.timeout:0,start=options&&"function"==typeof options.start?options.start:null,stop=options&&"function"==typeof options.stop?options.stop:null; +typeof stack1===functionType?stack1.apply(depth0):stack1))+'">',(helper=helpers.body)?stack1=helper.call(depth0,{hash:{},data:data}):(helper=depth0&&depth0.body,stack1=typeof helper===functionType?helper.call(depth0,{hash:{},data:data}):helper),buffer+=escapeExpression(stack1)+""})}),define("taoQtiItem/qtiCommonRenderer/renderers/choices/InlineChoice",["lodash","tpl!taoQtiItem/qtiCommonRenderer/tpl/choices/inlineChoice","taoQtiItem/qtiCommonRenderer/helpers/container"],function(_,tpl,containerHelper){"use strict";return{qtiClass:"inlineChoice",getContainer:containerHelper.get,template:tpl,getData:function(choice,data){return data.body=_.unescape(data.body), +data}}}),define("taoQtiItem/qtiCommonRenderer/renderers/choices/SimpleAssociableChoice.AssociateInteraction",["tpl!taoQtiItem/qtiCommonRenderer/tpl/choices/choice","taoQtiItem/qtiCommonRenderer/helpers/container"],function(tpl,containerHelper){"use strict";return{qtiClass:"simpleAssociableChoice.associateInteraction",getContainer:containerHelper.get,template:tpl}}),define("tpl!taoQtiItem/qtiCommonRenderer/tpl/choices/simpleAssociableChoice.matchInteraction",["handlebars"],function(hb){return hb.template(function(Handlebars,depth0,helpers,partials,data){this.compilerInfo=[4,">= 1.0.0"],helpers=this.merge(helpers,Handlebars.helpers),data=data||{};var stack1,helper,buffer="",functionType="function",escapeExpression=this.escapeExpression; +return buffer+='',(helper=helpers.body)?stack1=helper.call(depth0,{hash:{},data:data}):(helper=depth0&&depth0.body,stack1=typeof helper===functionType?helper.call(depth0,{ +hash:{},data:data}):helper),(stack1||0===stack1)&&(buffer+=stack1),buffer+=""})}),define("taoQtiItem/qtiCommonRenderer/renderers/choices/SimpleAssociableChoice.MatchInteraction",["tpl!taoQtiItem/qtiCommonRenderer/tpl/choices/simpleAssociableChoice.matchInteraction","taoQtiItem/qtiCommonRenderer/helpers/container"],function(tpl,containerHelper){"use strict";return{qtiClass:"simpleAssociableChoice.matchInteraction",getContainer:containerHelper.get,template:tpl}}),define("tpl!taoQtiItem/qtiCommonRenderer/tpl/choices/simpleChoice.choiceInteraction",["handlebars"],function(hb){return hb.template(function(Handlebars,depth0,helpers,partials,data){function program1(depth0,data){ +var stack1,buffer="";return buffer+='\n \n \n '}function program3(depth0,data){var stack1,buffer="";return buffer+='\n \n \n '}this.compilerInfo=[4,">= 1.0.0"],helpers=this.merge(helpers,Handlebars.helpers),data=data||{};var stack1,helper,buffer="",functionType="function",escapeExpression=this.escapeExpression,self=this;return buffer+='
  • \n
    \n \n
    \n
    \n ', +(helper=helpers.body)?stack1=helper.call(depth0,{hash:{},data:data}):(helper=depth0&&depth0.body,stack1=typeof helper===functionType?helper.call(depth0,{hash:{},data:data}):helper),(stack1||0===stack1)&&(buffer+=stack1),buffer+="\n
    \n
    \n
    \n
  • \n"})}),define("taoQtiItem/qtiCommonRenderer/renderers/choices/SimpleChoice.ChoiceInteraction",["tpl!taoQtiItem/qtiCommonRenderer/tpl/choices/simpleChoice.choiceInteraction","taoQtiItem/qtiCommonRenderer/helpers/container"],function(tpl,containerHelper){"use strict";return{qtiClass:"simpleChoice.choiceInteraction",getContainer:containerHelper.get,getData:function(choice,data){return data.unique=1===parseInt(data.interaction.attributes.maxChoices), +data},template:tpl}}),define("taoQtiItem/qtiCommonRenderer/renderers/choices/SimpleChoice.OrderInteraction",["tpl!taoQtiItem/qtiCommonRenderer/tpl/choices/choice","taoQtiItem/qtiCommonRenderer/helpers/container"],function(tpl,containerHelper){"use strict";return{qtiClass:"simpleChoice.orderInteraction",getContainer:containerHelper.get,template:tpl}}),define("tpl!taoQtiItem/qtiCommonRenderer/tpl/interactions/associateInteraction",["handlebars"],function(hb){return hb.template(function(Handlebars,depth0,helpers,partials,data){function program1(depth0,data){var stack1,buffer="";return buffer+='id="'+escapeExpression((stack1=depth0&&depth0.attributes,stack1=null==stack1||stack1===!1?stack1:stack1.id, +typeof stack1===functionType?stack1.apply(depth0):stack1))+'"'}function program3(depth0,data){var stack1,buffer="";return buffer+=" "+escapeExpression((stack1=depth0&&depth0.attributes,stack1=null==stack1||stack1===!1?stack1:stack1["class"],typeof stack1===functionType?stack1.apply(depth0):stack1))}function program5(depth0,data){var stack1,helper;return(helper=helpers.prompt)?stack1=helper.call(depth0,{hash:{},data:data}):(helper=depth0&&depth0.prompt,stack1=typeof helper===functionType?helper.call(depth0,{hash:{},data:data}):helper),stack1||0===stack1?stack1:""}function program7(depth0,data){var stack1;return stack1=typeof depth0===functionType?depth0.apply(depth0):depth0, +stack1||0===stack1?stack1:""}this.compilerInfo=[4,">= 1.0.0"],helpers=this.merge(helpers,Handlebars.helpers),data=data||{};var stack1,helper,options,buffer="",functionType="function",escapeExpression=this.escapeExpression,self=this,blockHelperMissing=helpers.blockHelperMissing;return buffer+="
    \n ',stack1=helpers["if"].call(depth0,depth0&&depth0.prompt,{hash:{},inverse:self.noop,fn:self.program(5,program5,data),data:data}),(stack1||0===stack1)&&(buffer+=stack1),buffer+='\n
    \n
      \n ', +options={hash:{},inverse:self.noop,fn:self.program(7,program7,data),data:data},(helper=helpers.choices)?stack1=helper.call(depth0,options):(helper=depth0&&depth0.choices,stack1=typeof helper===functionType?helper.call(depth0,options):helper),helpers.choices||(stack1=blockHelperMissing.call(depth0,stack1,{hash:{},inverse:self.noop,fn:self.program(7,program7,data),data:data})),(stack1||0===stack1)&&(buffer+=stack1),buffer+='\n
    \n
      \n
    \n
    \n
    \n'})}),define("tpl!taoQtiItem/qtiCommonRenderer/tpl/interactions/associateInteraction.pair",["handlebars"],function(hb){ +return hb.template(function(Handlebars,depth0,helpers,partials,data){function program1(depth0,data){return"incomplete-pair"}this.compilerInfo=[4,">= 1.0.0"],helpers=this.merge(helpers,Handlebars.helpers),data=data||{};var stack1,buffer="",self=this;return buffer+='
  • \n
    \n
    \n
  • \n'})}),define("tpl!taoQtiItem/qtiCommonRenderer/tpl/instruction",["handlebars"],function(hb){return hb.template(function(Handlebars,depth0,helpers,partials,data){ +this.compilerInfo=[4,">= 1.0.0"],helpers=this.merge(helpers,Handlebars.helpers),data=data||{};var stack1,helper,buffer="",functionType="function",escapeExpression=this.escapeExpression;return buffer+='"})}),define("taoQtiItem/qtiCommonRenderer/helpers/instructions/Instruction",["lodash","taoQtiItem/qtiItem/helper/util","tpl!taoQtiItem/qtiCommonRenderer/tpl/instruction"],function(_,util,instructionTpl){var _notificationLevels=["info","warning","error","success"],Instruction=function(interaction,message,callback){this.interaction=interaction,this.defaultMessage=message||"",this.currentMessage="",this.level="info",this.serial=util.buildSerial("instruction_"),this.callback=callback,this.$dom=null,this.state=!1};return Instruction.isValidLevel=function(level){return _.indexOf(_notificationLevels,level)>=0; +},Instruction.prototype.setState=function(state){this.state=state},Instruction.prototype.checkState=function(state){return this.state===state},Instruction.prototype.getId=function(){return this.serial},Instruction.prototype.create=function($container){$container.append(instructionTpl({message:this.defaultMessage,serial:this.serial})),this.$dom=$container.find("#"+this.serial)},Instruction.prototype.update=function(options){var level=options&&options.level?options.level:"",message=options&&options.message?options.message:"",timeout=options&&options.timeout?options.timeout:0,start=options&&"function"==typeof options.start?options.start:null,stop=options&&"function"==typeof options.stop?options.stop:null; if(level&&Instruction.isValidLevel(level)&&(this.$dom.removeClass("feedback-"+this.level).addClass("feedback-"+level),this.$dom.find(".icon").removeClass("icon-"+this.level).addClass("icon-"+level),this.level=level),message&&(this.$dom.find(".instruction-message").html(message),this.currentMessage=message),timeout){var _this=this;start&&start.call(_this),_this.timer=setTimeout(function(){stop&&stop.call(_this),_this.timer=null},timeout)}},Instruction.prototype.setLevel=function(level,timeout){var options={level:level};timeout&&(options.timeout=parseInt(timeout),options.stop=function(){this.setLevel("info")}),this.update(options)},Instruction.prototype.getLevel=function(){ return this.level},Instruction.prototype.setMessage=function(message,timeout){this.update({message:message,timeout:timeout})},Instruction.prototype.reset=function(){this.update({level:"info",message:this.defaultMessage}),this.state=!1},Instruction.prototype.validate=function(data){"function"==typeof this.callback&&this.callback.call(this,data)},Instruction}),define("tpl!taoQtiItem/qtiCommonRenderer/tpl/notification",["handlebars"],function(hb){return hb.template(function(Handlebars,depth0,helpers,partials,data){this.compilerInfo=[4,">= 1.0.0"],helpers=this.merge(helpers,Handlebars.helpers),data=data||{};var stack1,helper,options,buffer="",functionType="function",escapeExpression=this.escapeExpression,helperMissing=helpers.helperMissing; return buffer+='