/*<!-- css for course list view, now handled by chart.js code*/

::-ms-clear {
    display: none;
}

.courseListItem {
    /* box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.07) inset */

}

.courseListItem:nth-child(odd) {
  background: #f8f8f8;
  border-radius: 5px;
}

.courseListItem:last-child {
    box-shadow: none;
}

/*css for course list view, now handled by chart.js code --> */

.widget {
    position: relative;
    font-weight: 300;
    min-height: 400px;
    font-size: 14px;
    line-height: 1.42857143;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 100px;
}

.widget.engagementWidget,
.widget.performanceWidget {
    min-height: 500px;
    max-height: 620px;
    overflow: hidden;
}

.widget .topbar {
    width: 100%;
    padding: 10px 0;
    float: none;
    clear: both;
    height: 50px;
    background: #fff;
}

.widget .topbar .title {
    float: left;
    font-weight: 400;
    font-size: 20px;
}

.widget .topbar .spinnerContainer .spinner {}

/*.widget .topbar .title .spinner:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0px 0px -9px 2px;
    background: url("../img/spinner.svg") no-repeat;
    background-size: 28px 28px;
    opacity: 0;
    transition: opacity 200ms;
    opacity: 1;
}*/
.widget .topbar .spinnerContainer .spinner:before,
.widget .topbar .spinnerContainer .spinner:after,
.widget .topbar .spinnerContainer .spinner {
  border-radius: 50%;
  width: 3em;
  height: 3em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: spinnerAnimation 1.8s infinite ease-in-out;
  animation: spinnerAnimation 1.8s infinite ease-in-out;
}
.widget .topbar .spinnerContainer .spinner {
  font-size: 3px;
  margin: 0px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
    display: inline-block;
    overflow: visible;
    top: -3em;
    left: 6em;

}
.widget .topbar .spinnerContainer .spinner:before {
  left: -4em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.widget .topbar .spinnerContainer .spinner:after {
  left: 4em;
}
.widget .topbar .spinnerContainer .spinner:before,
.widget .topbar .spinnerContainer .spinner:after {
  content: '';
  position: absolute;
  top: 0;


}



@-moz-keyframes spin-outer {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-outer {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin-outer {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin-inner {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes spin-inner {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin-inner {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}
@-webkit-keyframes spinnerAnimation {
  0%,
  80%,
  100% {
    box-shadow: 0 3em 0 -2em #333;
  }
  40% {
    box-shadow: 0 3em 0 0 #333;
  }
}
@keyframes spinnerAnimation {
  0%,
  80%,
  100% {
    box-shadow: 0 3em 0 -2em #333;
  }
  40% {
    box-shadow: 0 3em 0 0 #333;
  }
}


.widget .topbar .controls {
    float: right;
    padding-top: 4px;
    padding-left: 10px;
    font-size: 16px;
}

.widget .topbar .controls label {
    margin-right: 5px;
    margin-left: 15px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.demo .widget .topbar .controls label {
    margin-top: 4px;
}

.widget .topbar .controls input[type='checkbox'] {
    display: inline-block;
    margin-top: 7px;
    -webkit-appearance: checkbox ;
    -moz-appearance: checkbox ;
    appearance: checkbox ;
}

.widget .topbar .pq-select-button {
    width: 132px !important;
}

.widget .topbar .pq-select-button .ui-icon-close {
    display: none;
}

.widget .pq-select-button .pq-select-text {
    width: 104px !important;
    max-width: 104px !important;
    font-weight: 700;
    font-size: 14px;
}

.widget .pq-select-button .pq-select-item-text {
    max-width: 94px !important;
}

.sortSelect .pq-select-popup label.pq-select-option-label,
.moduleOptionsSelect  .pq-select-popup  .pq-select-option-label{
    padding-left: 5px !important;
    cursor: pointer;

}

.sortSelect .pq-select-menu {
    background: transparent;
}

.widget .pq-select-button .ui-icon-triangle-1-s {
    display: none
}


.module .pq-select-button {
    border: none;
    background: none;
    padding-right: 12px;
}
.module .pq-select-button.noArrow {
    padding: 0;
}
.module .pq-select-button .pq-select-item-text {
    max-width: 100% !important;
    text-overflow: ellipsis;
}
.module .pq-select-button  * {
    padding: 0;
    margin: 0;
    width: auto !important;
    margin-right: 0 !important;
    border: none !important;
    display: block;
    max-width: 100% !important;
    margin-left:0px !important;
}
.module .pq-select-button:after {
    right: 0;
}
.module .pq-select-button.noArrow:after {
    border: none;
}

.module .pq-select-button .pq-select-text {
    border-right: none !important;
    width: auto !important;
    max-width: 100% !important;
}

.widget .chartGradient {
    /*background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, #F4F6F9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, #F4F6F9));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, #F4F6F9 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, #F4F6F9 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, #F4F6F9 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, #F4F6F9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,1)', endColorstr='#F4F6F9', GradientType=0);
    */width: 100%;
    height: 100%;
    border-bottom: solid 1px #aaa;
}
/**---AXIS---**/

.widget .chartXAxis {
    stroke: #ccc;
    stroke-width: 0px;
    shape-rendering: crispEdges;
}

.widget .topicXAxis {
    stroke: #ccc;
    stroke-width: 1px;
    shape-rendering: crispEdges;
}

.widget .xAxis path {
    display: none;
}

.widget .tick circle {
    fill: #333;
}

.widget .tick line {
    stroke: #333;
}

.widget g.topic .topicYAxis {
    stroke: #ccc;
    stroke-width: 1px;
    /*    shape-rendering: crispEdges;*/
}

.widget .topicLabel {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
}

.widget .topicLabel.link {
    fill: #4A7EF7;
    color: #4A7EF7;
    cursor: pointer;
}

.widget .topicLabel.link:hover {
    text-decoration: underline;
}

.widget .topicLabel[name='Overall'] {
    font-weight: 600;
}

.widget .headerArrow {
    stroke: none;
    fill: none;
}

.widget g.topic.header path.headerArrow {
    stroke: #979797;
    stroke-width: 1;
}
/*---LEVEL BACKGROUNDS*/

.widget .levelBackground {
    /*    fill: #fff;*/

    opacity: 0;
    shape-rendering: crispEdges;
}

.widget .panningEnabled .levelBackground:hover {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}
/*-----*/
/*----MODULES----*/
.modulesCentered {
  position: relative;
  margin: 0 auto;
  width: 660px;
}

.widget .module {
  float: left;
  /* width: 45%; */
  min-width: 300px;
  width: 30%;
  //margin-right: 20px;
  /* display: inline-block; */
  /* clear: both; */
  /* margin-right: 5%; */
  /* margin-bottom: 50px; */
  cursor: default;
}
.widget .module:first-child {
  margin-right: 40px;
}
.widget .module h3 {
    margin-bottom: 8px;
}

.widget .singleColumn .module {
    width: 40%;
    margin: 50px auto !important;
    float: none;
}

.widget .module:nth-child(3n+3) {
    margin-right: 0;
}

.widget h3 {
    float: left;
    clear: left;
    font-size: 18px;
    font-weight: 600;
    max-width: 100%;
}

.widget .moduleOptions {
    float: right;
    text-align: right;
    clear: right;
    color: #838A9A;
    width: 50% !important;
    margin-top:-1px;
}
.demo .widget .moduleOptions {
    margin-top:0px;
    margin-bottom:-1px;
}

.widget .module hr {
    float: none;
    clear: both;
    border: 0px solid #ccc;
    border-width: 1px 0 0 0;
}

.widget .module .dataMetric {
    margin-bottom: 20px;
    transition: max-height 400ms ease-out;
    overflow: hidden;
}
.overviewWidget .module .dataMetric {
    max-height: 23px;
}
.overviewWidget.IE .module .dataMetric {
    max-height: 24px;
}

.overviewWidget .module .dataMetric.expanded  {
    max-height: 225px;
}

.widget .module .dataLabel {
    float: left;
    clear: left;
    padding-bottom: 3px;
    z-index: 2;
    position: relative;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}

.widget .module .dataValue {
    float: right;
    clear: right;
    text-align: right;
    color: #999;
    width: auto;
    text-overflow: ellipsis;
}

.widget .module .dataValue.link {
    color: #4A7EF7;
    cursor: pointer;
}

.widget .module .dataValue.link:hover {
    text-decoration: underline;
}

.widget .module .dataBarBg {
    box-sizing: content-box;
    width: 100%;
    position: relative;
    left: 0;
    float: left;
    background: #f1f1f1;
    border-bottom: solid #fff;
    margin-top: -4px;
}

.widget .module .dataBarBg.hide {
    background: #fff !important;
}

.widget .module .dataBar {
    width: 0%;
    height: 2px;
    opacity: 1;
    border: none;
    position: relative;
    top: -0px;
    left: 0;
    float: left;
    clear: both;
    background: #4A7EF7;
    margin-bottom: 0px;
    transition: width 800ms;
    cursor: pointer;
    margin-top: -4px;
}

.widget .module .splitBar {
    width: 0%;
    height: 2px;
    opacity: 1;
    border-left: 1px solid #fff;
    position: relative;
    top: -4px;
    float: left;
    background: transparent;
    margin-bottom: 0px;
    box-sizing: border-box;
    visibility: hidden;
}

.widget .module .splitBar:first-of-type {
    border-right: none;
}

.widget .module .splitBar:hover {
    background: #4271DE;
}

.widget .module ul.dataDetails {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 14px 0 10px 0;
    overflow-y: auto;
    opacity: 0;
    max-height: 185px;
    transition: opacity 200ms;
}

.widget .module .dataMetric.expanded .dataDetails {
    opacity: 1;
}

.widget .module li.dataDetail {
    list-style-type: none;
    padding: 0;
    margin: 0 0 5px 0;
    height: auto;
    font-size: 14px;
    box-sizing: border-box;
    cursor: default;
}

.widget .module li.dataDetail:hover {
    font-weight: 400;
}

.widget .module li.dataDetail .dataDetailLabel {
    float: left;
    clear: left;
    cursor: default;
}

.widget .module li.dataDetail .dataDetailValue {
    float: right;
    clear: right;
    color: #838A9A;
    cursor: default;
}

.widget .navigationContainer {
    box-sizing: border-box;
    text-align: left;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    background: #fff;
    white-space: nowrap;
    bottom: 0px;
    height: 70px;
    overflow: visible;
    /*to allow topic backgrounds*/

    border-top: 1px solid #ccc;
}

.widget .nextArrow,
.widget .prevArrow {
    position: absolute;
    top: 50%;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    z-index: 4;
    background: url('../img/iconPrev.svg') no-repeat;
    cursor: pointer;
}

.widget .nextArrow {
    background: url('../img/iconNext.svg') no-repeat;
    right: 0;
    margin-left: 0px;
}
/* the border that indicates the topic level */

.widget .navigationContainer .topicLabelContainer .labelBorder {
    position: absolute;
    left: 0px;
    height: 0px;
    width: 100%;
    background: #ccc;
    top: 0px;
}

.widget .navigationContainer .topicLabelContainer {
    margin-top: -1px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
     -webkit-transition-timing-function: linear; /* Safari and Chrome */
    transition-timing-function: linear;
    -webkit-transition: transform 800ms;
    transition: transform 200ms;
}

.widget .navigationContainer .topicLabel {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: normal;
    height: auto;
    //padding-top: 12px;
    line-height: 15px;
    padding-top: 13px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 14px;
}

.widget .navigationContainer .topicLabel:before {
    content: "";
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 50%;
    height: 6px;
    overflow: visible;
    width: 6px;
    margin-left: -3px;
    background: #333;
    top: -2.5px;
}

.widget .navigationContainer .topicLabel.link {}

.widget .navigationContainer .topicLabel.topicHeader {
    background: url("../img/headerArrow.svg") right 7px no-repeat;
    min-height: 32px;
}

.widget .navigationContainer .topicBackground {
    opacity: 0.2;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #93cbff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #93cbff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #93cbff 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #93cbff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #93cbff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #93cbff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#93cbff', GradientType=0);
}
/*-------*/

.ui-tooltip {
    padding: 5px;
    background: #fff;
    color: #333;
    border-radius: 5px;
    box-shadow: 0 0 2px black;
    width: 180px;
    z-index: 1000;
    font-size: 14px;
}

.ui-helper-hidden-accessible {
    display: none;
}

.widget::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    background-color: rgba(255, 255, 255, .3);
}

.widget::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .3);
    box-shadow: 0 0 1px rgba(255, 255, 255, .3);
}

.widget .widgetError {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100px;
    background: #FFF;
    /* display: block; */

    overflow: hidden;
    text-align: center;
    z-index: 1000;
    -webkit-transform-style: preserve-3d;
    /* to preserve sharp pixels */

    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.widget .widgetError .messageContainer {
    position: relative;
    top: 100px;
}

.widget .widgetError .message {
    text-align: center;
    font-size: 18px;
}

.widget .widgetError .message .errorCode {
    display: block;
    color: #bbb;
}

.widget .iconClose {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0;
    background: url("../img/iconClose.svg") no-repeat;
    cursor: pointer;
}

.overallModulesTitle {
  display: block;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -64px;
  font-weight: bold;
}

.overallYLabel {
  display: none;
  position: absolute;
  top: 90px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  left: -85px;
}

.overallYLabel.show {
  display: block;
}

.quizScoreLabel {
  display: block;
  position: absolute;
  bottom: 300px;
  left: -22px;
  font-size: 14px;
  z-index: 3;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

#nullCompleted {
  font-size: 20px;
}

.engagementContextHelp {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  left: 4px;
}

.progressContextHelp {
  width: 14px;
  height: 14px;
}

.performanceWidget .controls {
    overflow: visible!important;
}
.controls label {
    position: relative;
}
.controls label .courses-inf-popcopy_mod {
    color: #fff;
    top: 32px;
    left: -128px;
    width: 444px;
    font-weight: 300;
    line-height: 19px;
}
.controls label .courses-inf-popcopy_mod2 {
    left: -230px;
    width: 354px;
}
.courses-inf-popcopy_mod3 {
  width: 160px !important;
  top: 30px !important;
  left: 0px !important;
}
.courses-inf-popcopy_mod3:before {
  border-bottom: 7px solid rgba(0, 0, 0, .8) !important;
  border-left: 7px solid transparent !important;
  border-top: 7px solid transparent !important;
  border-right: 7px solid transparent !important;
  top: -14px !important;
  left: 126px !important;
}
.courses-inf-popcopy_mod4 {
    top: 15px!important;
    left: 75px!important;
    width: 320px!important;
}
.controls label .courses-inf-popcopy_mod:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0,0,0,.8);
    top: -14px;
    left: 261.5px;
}
.controls label .courses-inf-popcopy_mod2:before {
    left: 333px;
}
.widget .module .dataLabel {
    overflow: visible!important;
}
.overviewWidget .module {
    position: relative;
}
.overviewWidget .dataLabel[title="Active"]:after {
    content: '';
    background: url(/img/ic_help.png) 0 0 no-repeat transparent;
    width: 14px;
    height: 14px;
    position: absolute;
    right: -22px;
    background-size: contain;
    top: 5px;
    opacity: 1;
}

.continiousGradientNext{
  position: absolute;
  right: 0;
  height: 460px;
  margin-top: -12px;
  width: 100px;
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
  z-index: 2;
}

.continiousGradientPrev{
  position: absolute;
  left: 0;
  height: 460px;
  margin-top: -12px;
  width: 100px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100&1+0,0.01+100 */
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  z-index: 2;
}

#selectedType {
  position: absolute;
  right: 0;
  top: 210px;
  z-index: 999;
  font-weight: bold;
}
