/* Minification failed. Returning unminified contents.
(1094,79): run-time error CSS1030: Expected identifier, found ','
(1094,105): run-time error CSS1031: Expected selector, found ')'
(1094,105): run-time error CSS1025: Expected comma or open brace, found ')'
(1307,37): run-time error CSS1030: Expected identifier, found ','
(1307,75): run-time error CSS1031: Expected selector, found ')'
(1307,75): run-time error CSS1025: Expected comma or open brace, found ')'
(13066,1): run-time error CSS1019: Unexpected token, found '}'
(13931,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(13932,7): run-time error CSS1035: Expected colon, found '{'
(13936,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(13937,10): run-time error CSS1035: Expected colon, found '{'
 */
/* ReSharper disable UnknownCssVendorExtension */
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
    -ms-border-radius: 5px;
    border-radius: 5px; 
    border: 2px solid #000;
    background: #FFF;
    color: #000;
    max-width: 300px;
}

/* Use this next selector to style things like font-size and line-height: */
    .tooltipster-default .tooltipster-content,
    .tooltipster-default .tooltipster-content p{
        font-family: inherit;
        color: #000;
        font-size: 18px;
        line-height: normal;
        padding: 8px 10px;
        overflow: hidden;
    }



/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
    /* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
    cursor: help;
    margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
}
.tooltipster-base .tooltipster-content {
    overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
    display: block;
    width: 0; 
    height: 0;
    position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
    left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
    right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important; 
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important; 
    border-left: 9px solid;
    margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important; 
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important; 
    border-right: 9px solid;
    margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
.tooltipster-fade-show {
    opacity: 1;
}

.tooltipster-grow {
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}
.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0px !important;
    opacity: 0;
}

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0px !important;
    opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/* ReSharper restore UnknownCssVendorExtension */

/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;

  background: #29d;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #29d 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px;
}

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;

  border:  solid 2px transparent;
  border-top-color:  #29d;
  border-left-color: #29d;
  border-radius: 10px;

  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation:    loading-bar-spinner 400ms linear infinite;
  -ms-animation:     loading-bar-spinner 400ms linear infinite;
  -o-animation:      loading-bar-spinner 400ms linear infinite;
  animation:         loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0%   { -webkit-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes loading-bar-spinner {
  0%   { -moz-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes loading-bar-spinner {
  0%   { -o-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes loading-bar-spinner {
  0%   { -ms-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

.vjs-svg-icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    fill: currentColor;
    height: 1.8em;
    width: 1.8em
}

    .vjs-svg-icon:before {
        content: none !important
    }

    .vjs-control:focus .vjs-svg-icon, .vjs-svg-icon:hover {
        filter: drop-shadow(0 0 .25em #fff)
    }

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
    text-align: center
}

@font-face {
    font-family: VideoJS;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABUgAAsAAAAAItAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV33Y21hcAAAAYQAAAEJAAAD5p42+VxnbHlmAAACkAAADwwAABdk9R/WHmhlYWQAABGcAAAAKwAAADYn8kSnaGhlYQAAEcgAAAAdAAAAJA+RCL1obXR4AAAR6AAAABMAAAC8Q44AAGxvY2EAABH8AAAAYAAAAGB7SIHGbWF4cAAAElwAAAAfAAAAIAFAAI9uYW1lAAASfAAAASUAAAIK1cf1oHBvc3QAABOkAAABfAAAAnXdFqh1eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGR7xDiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGPHcRdyA4RZgQRADbZCycAAHic7dPXbcMwAEXRK1vuvffem749XAbKV3bjBA6fXsaIgMMLEWoQJaAEFKNnlELyQ4K27zib5PNF6vl8yld+TKr5kH0+cUw0xv00Hwvx2DResUyFKrV4XoMmLdp06NKjz4AhI8ZMmDJjzoIlK9Zs2LJjz4EjJ85cuHLjziPe/0UWL17mf2tqKLz/9jK9f8tXpGCoRdPKhtS0RqFkWvVQNtSKoVYNtWaoddPXEBqG2jQ9XWgZattQO4baNdSeofYNdWCoQ0MdGerYUCeGOjXUmaHODXVhqEtDXRnq2lA3hro11J2h7g31YKhHQz0Z6tlQL4Z6NdSbod4N9WGoT9MfHF6GmhnZLxyDcRMAAAB4nJ1YC1gUV5auc6urCmxEGrq6VRD6ATQP5dHPKK8GRIyoKApoEBUDAiGzGmdUfKNRM4qLZrUZdGKcGN/GZJKd0SyOWTbfbmZ2NxqzM5IxRtNZd78vwYlJdtREoO7sudVNq6PmmxmKqrqPU+eee173P80Bh39Cu9DOEY4DHZBK3i20D/QRLcfxbE5sEVtwLpZzclw4ibFIkSCJUcZ4MBpMnnzwuKNsGWBL5i3qy6kO2dVpvUpKbkAP9fq62rdeGJ+TM/7C1nbIutfuWrWk5ci4zMxxR1qW/N+9JsmCGXj9VKWhFx/6tr/nz78INDm2C9yPF/fDcxLuyKxLBZ1ZBz2QTi+RSkiH5RrDQJ/GgGQadX9m0YSURs7GpSG905Zsk41uj14yul1OtieZ7QUk5GRG/YiS7PYYPSAZNRed9sq3+bOpz00rKb7pe/ZEZvbALxZAHT3AFoH8GXP3rt67QFn40kt8W13FjLTDb48c+fSi5/7h0P4dL5yz7DPtbmgmYxfQA9RL2+EOfTcvdp+1vmuBpvOll1As1S6ak0IvJzC7sKWJFtJgBd2uWcg+0Zyg7dzQfhcjXRgXGZRf5/a4A58IDU777Nl252AUk4m2ByRRjqTNqIDCEJeAnU3iCFwrkrNwXEzg4yFevBwypzxkcX+AIfk3VEKl3XmWbT8788SzvpvFJaiOezL6QyuSr9VNf97csNu0z3LuhR0wATUxZAfVBwVOy+nQFhxYdWaXlXe4HC4zWGWzzsrLDtmhI9pOWOHv7PTT7XybH1Z0+v2d5Abd3kmG+TsH23CS/KwTxx/JkzEwx6jcQOUc42LLwHJ/J93uZ9ygh3HuZGwqsY9dWDHQ58dxNqyqKRQTYdxwTubiOSs3FiMDkq0WSZQgCT0GBDOg2lxOAd1FlPVGs4AKBAcYHHaP2wPkHaivmLF5zYqnIZrvcHx5gN4k/6tchNW1DtdgNL2KrxEkS/kfnIHoVnp1VjmjpTf5r0lTzLj0mdS28tX+XGorU364eMPmnWVl8J36nlKGw3CZhjEiuMw8h8mKvhGD+4/lElBWjAhLJMg6fTw4zPZ8cOmcGQBm2Qxml1nAm13CpYGq1JKUlJJUzQn1PTAO0mgv6VMMpA/DuRfSWEu4lDIxdbAtdWIKvnn2Vk766CWfz9fpY0sH/UpdP50rfszaVpdVRmvIejEdLMk45s4Bu0EWHjeOySmFyZSiMahvZdNSn29peoI/YexYfKQTLeurTXXwEVLeSfInTWHkkMaeUx7sBvOCSTSj3AlcKjfueyS36tCrXDlgRtF0etFq9jhc1kfKuBT/OwMr0F4UUTTh1AN0g20+H/ScPcsIEsYu9d/zN5PmjprPtNwI1ZZcDK6iC97Mcjp2y2aX36f+QbpGHrgRuHlXJ+Zf6PFRL2uQSp8vxHeF2IoRb8Rd2rhMzsNxSRmEuKK4JFnkojhMcx6jzqHzGMGFcW+MhBj0bhf6cowN+45I4LHvwT6fteu7M42wGRI/pxcg6/MZdEvt1U1XaulHFXuLmqov/MukvRVL35/b3ODM1+4aPjtzeK7zmUkV2h3DN54HaQ9GzJvxHRb6Ks2gB81fwqraT+A7GvZJrRLRofU6G0urNL+zFw3v0FaVDFxsKEZW56F31r6ip6vOL+FCObBPuIMRiXld9RaMdLzRIOGhPey2T9vA/35DmZPK9IWaT9d/WgOGMieYqJ/dzjLIhZU118gbysxrNUGefxD6UO/hyNNllpFTOIbx32kSFQctnweV5PxTMHLjRqiAN+fQE9gL+Xy5WB6MOS4GJJuYbDUHhcKDhHGRbLzOpjsjdM1+iwAZLGeieehACX2hhI7SjK/ZUTNrvVje31TxJiFBGYViWFkCn9PMeX9fS6qVbzfCj4fOCTzDnuWy2c4xA7mdNkA3RS9FH2VeqzdCBlixxbzXjvkHU1I8BOYFb1pZvPIHSSIj4svT8xpzcxtXN+ZKyjdDvbz08niiF3PqV9Tn5NST8vg48MTaY8E5xqSSIsWoWHo+LtAzxdH/GDUyp37CBEYfso04F/NlMTcDJUTpECLY0HFGQHImE8xsEUdgnrQlixIvGhJA1BvxpDHGxEMBYFeNOHcBJlSjwe2JcSfbBEsGOPPBHg/6SBBOCsLLw0SpUxod0Z1bFMfLkbQ3UiZxEyd0Dx8t+SRBu18Q9msFbI4e3p1THEfkSEh7kEJ5orR10qTWDvbgPWn5aWvCYyOAjwgXyjJi34uMjo58L25cmRAeQZWI2PA1QQLsPESAH8WGFwZZ4SPoR73BHPzIPMJj9AreBzKUmrH4todT18ANvi1oc3YGjUT/0j+ExUwq8PI9BLaCQIpvewwYu2evAG/Vo/5avPdY7o+BemLLXw3y+AdkzP9bpIxB1wm5EYq8fesHbPEPtm6HrHvtx4jcGPR8fDDpkZBefIjB46QnlUNRltv4Z/pO/J6dxEjhYAtmoMeq+GozvUVvNYOW3m6GCIhoprcfr97B8AcIQYsfD8ljUvGNjvkrpj0ETA48ZMIxCeqsRIsQALE0gi2GB+glSOfbOjW3GSBM9yPq8/rpJXrJDz0BPxV6xdN4uiCGDQed3WhgFkBUZEFsmeyyBpzXrm7UGTBZG8Lh5aubFufk5eUsbrrFGr7McYdbltxa0nKYqRKbQjvikXYkTGM0f2xuyM3Ly21oXnWfvf6I1BmZwfh7EWWIYsg2nHhsDhOnczhJcmI6eBAmy3jZ3RiJmKQR/JA99FcwsfaVbNDDyi1rL9NPj9hfo61wjM6BjzOLijLpeTgk/pL+ip6tfYWupzeOgPny2tcUu9J/9mhxJlgyi985NFRbvCVewXUNXLJaW0RxZqtRYtnfYdcYomXQWdnJHQA3jiEEkeTQWcWxdDP9IvvVWvo2TK553XEMEq+s69/QDU1Q7p0zxwsm9qS379whr8NI2PJqLUyGyfNeX3eFfnJU2U+uHR9cVV1IqgurqwuV44XVp0h2qN55X5XJwtk59yP0IZuHrqBOBIuIYhkcoT6Kx79Pu2HS/IPZIMOqLWs/pteOOk4NPgEb6QAIdAPsyZk5Mwd+wVaHMexJv719W7xCu2l37UG6lvYdBcvHa08p89741zd63phTRGqL5ggo6SlvdbWXzCqsPq78NnSu7wnKy2HNZbVoRCI7UJEOyRj+sPE002tOOY7Qa5fXboFWkLNeqYUSZRocp9XwSUZxcQZ9Hw6LV2pOoVmvHQEDbGIENEG5i6bLgMSM4n8+FNLTtAds99DaWEvgcf4o5SyYe9x+kF6/tGoTPAdRmS/XQIEy//QxKC2oqioAI3tS5auvxCtzT6y6RK8fhChYcwCJaMJhxc0vqSxQ/qmgsrKAlBZUHlauheTpvd9uj5DnLzJct6qfq5fXbYHVIGcfrIVJihbaVLu1wW7Vbs8zK0A8e9Jvb91S9cVMjPrazD6gpfeZTXzYbCFMcppVRsGMpp55OWgx1/3JeAxW1Y7AORgM/m3rWrsdLkQVmEVSU16cX/e7uvkvpqRiQsG06XJ0t64Tf+l0nG1dt025gyOIZlvq5u9KSU1N2TW/rsWnnMRPyTDkctbhvIcNvYIXWyLzdwYLoYesUbaQG4iK2cWO2gdpeUYLqDD0MUTOPhDIGnZEs58yArR86FznuWEsU4YDi2x26dA4klkn8Qa6vhk2QUfX4Jxm/ngX9r7ogn1dmlmwqZmuhxtdg9XN/DEcUgqb+9hMyNansfaQET2mcROCmGEMVqxm5u+h6kN2MOwgqykV2wH9yQG9DvVFU38Pogaf4FVuE62KI/oJ02RDdWW2w5dqQwU/8+N1q1DlvsL863u61KLE7x/o8w0VJQM/Y/SQ3unIrqxueEa1BqT5VFNsO7p39/UC771a77RowpaKe9nvJQIT1Pog5LGx8XblBKmCNGTf3xMogAQvPnz9PYKX/08sVDTG1OKUlOLUgS/UaZtm1NAaYTsl7i9ZQ+L6O4Rl0OGa577LuWvc+C+x96/vYh0lLBuM+7XwI/dTLtdT7v4d6rRTWDnku0IBrqFnZ5bVIqKP8lasJlithWnaLhTsr8qFJBulF/70p4undou36HeTJ5+jv1fCybeQ8nH3+Xv6aENczmOFlab+hqMDg1rLOt12A+tiUFrYDwQ6c3RUJp601nzegTNX6WlYAI2zSUV945F6zU56ZmZVQaWspWcIADxJ9GmljQUnL2p2Dpr5T8H+5KJFu+vqBq8qvyHRzStLHPEO5SPYCV9nZe0yZT2RcH0oHvegSzNEJ0oGWU8iQWM12dgPEugngVceGIwZgPFp0BiT1a0a3R5Rcot7ihfA1J/20v96jX7zmTX9s583H0kwx6WnLd09cXrR9LGroOa9sHNbdyz8wcKk5lqhaVFJZNwmqtw884MXNdvJujpBa3xzuSaZH9sxa06Z7x+HJSduPbdYHv/DgmEhfbehvlmGN7JUkcG78GDM12CeyFFTPNqVeNxC1gzjz+c2nVo63Xxs8rKJWXoBJM0tmEbfGm4qzpoOH3xpzQfyxLzW1gnE9NHo6tol1eMEic4ZVPrjnVi0kqAe2sQ2bgqupScaq8WGlUWgWHI51SKJl/UYT6zccNsCSkBtiVZLsiefuFSDYT3Fi8Zk7EUnmjTRYtsFeuDDJS05MW79M3mr3mla+d8dzac31KTPmBYfFiYSUef48PhPjm9ryZsSGZZkdNvzq0Y9rdNcwDq5Dg5C3QW+7UN64IKptvS3tvHbvu5c9pv1Exau21rc9LIpwpQwUjTq8576yeVDz5+4WZ1nXT43wV60rPLJbDp/UksNrP3iQ2SA63Pst058gOYDbhRnRUw8l/sRt4HbxPzO4WYpInCpuVgSbVh6JXuwnnJngKTTCwaPWmG5Xbhpm1U0Yt3FyBGpGYemPM77p2TD904JjgJ2QFpFLeYpGx8X15Qx1Zk31p5ki9ZLUuXE0lmuJlcakJMVLeFS1iIvrB8drY0aloilakqCZwzwRORtxlgwxS4IThggJd4TDxoiaAIT80fFPGrCPPru+puFn504P/ybr4ihA/6dKASLshEJic7xE8tmzu3KzA7TABBe8y5fNbWo3ilQn/SuFKM16b2l5bOeayqfGhYmhIulU+fVNDdWVv4NMzX10MBHyPR5uhWUu8D9P1VnIMt4nGNgZGBgAOJ/1bf64vltvjJwszOAwAOlmqvINEc/WJyDgQlEAQA+dgnjAHicY2BkYGBnAAGOPgaG//85+hkYGVCBPgBGJwNkAAAAeJxjYGBgYB/EmKMPtxwAhg4B0gAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAe4CLgKKAtAC/ANiA4wDqAPgBDAEsATaBQgFWgXABggGLgZwBqwG9gdOB4oH0ggqCHAIhgicCMgJJAlWCYgJrAnyCkAKdgrkC7J4nGNgZGBg0GdoZmBnAAEmIOYCQgaG/2A+AwAaqwHQAHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkXlT2zAQxf1C4thJAwRajt4HRy8VMwwfSJHXsQZZcnUQ+PYoTtwpM+wf2t9brWZ2n5JBsol58nJcYYAdDDFCijEy5JhgileYYRd72MccBzjEa7zBEY5xglO8xTu8xwd8xCd8xhd8xTec4RwXuMR3/MBP/MJvMPzBFYpk2Cr+OF0fTEgrFI1aHhxN740KDbEmeJpsWZlVj40s+45aLuv9KijlhCXSjLQnu/d/4UH6sWul1mRzFxZeekUuE7z10mg3qMtM1FGQddPSrLQyvJR6OaukItYXDp6pCJrmz0umqkau5pZ2hFmm7m+ImG5W2t0kZoJXUtPhVnYTbbdOBdeCVGqpJe7XKTqSbRK7zbdwXfR0U+SVsStuS3Y76em6+Ic3xYiHUppc04Nn0lMzay3dSxNcp8auDlWlaCi48yetFD7Y9USsx87G45cuop1ZxQUtjLnL4j53FO0a+5X08UXqQ7NQNo92R0XOz7sxWEnxN2TneJI8Acttu4Q=) format("woff");
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder, .vjs-icon-play {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
        content: "\f101"
    }

.vjs-icon-play-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-play-circle:before {
        content: "\f102"
    }

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder, .vjs-icon-pause {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before, .vjs-icon-pause:before {
        content: "\f103"
    }

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder, .vjs-icon-volume-mute {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before, .vjs-icon-volume-mute:before {
        content: "\f104"
    }

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder, .vjs-icon-volume-low {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before, .vjs-icon-volume-low:before {
        content: "\f105"
    }

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder, .vjs-icon-volume-mid {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before, .vjs-icon-volume-mid:before {
        content: "\f106"
    }

.video-js .vjs-mute-control .vjs-icon-placeholder, .vjs-icon-volume-high {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-mute-control .vjs-icon-placeholder:before, .vjs-icon-volume-high:before {
        content: "\f107"
    }

.video-js .vjs-fullscreen-control .vjs-icon-placeholder, .vjs-icon-fullscreen-enter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-enter:before {
        content: "\f108"
    }

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder, .vjs-icon-fullscreen-exit {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-exit:before {
        content: "\f109"
    }

.vjs-icon-spinner {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-spinner:before {
        content: "\f10a"
    }

.video-js .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .vjs-icon-subtitles {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .vjs-icon-subtitles:before {
        content: "\f10b"
    }

.video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .vjs-icon-captions {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .vjs-icon-captions:before {
        content: "\f10c"
    }

.vjs-icon-hd {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-hd:before {
        content: "\f10d"
    }

.video-js .vjs-chapters-button .vjs-icon-placeholder, .vjs-icon-chapters {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-chapters-button .vjs-icon-placeholder:before, .vjs-icon-chapters:before {
        content: "\f10e"
    }

.vjs-icon-downloading {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-downloading:before {
        content: "\f10f"
    }

.vjs-icon-file-download {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-file-download:before {
        content: "\f110"
    }

.vjs-icon-file-download-done {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-file-download-done:before {
        content: "\f111"
    }

.vjs-icon-file-download-off {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-file-download-off:before {
        content: "\f112"
    }

.vjs-icon-share {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-share:before {
        content: "\f113"
    }

.vjs-icon-cog {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-cog:before {
        content: "\f114"
    }

.vjs-icon-square {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-square:before {
        content: "\f115"
    }

.video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {
        content: "\f116"
    }

.vjs-icon-circle-outline {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-circle-outline:before {
        content: "\f117"
    }

.vjs-icon-circle-inner-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-circle-inner-circle:before {
        content: "\f118"
    }

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder, .vjs-icon-cancel {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before, .vjs-icon-cancel:before {
        content: "\f119"
    }

.vjs-icon-repeat {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-repeat:before {
        content: "\f11a"
    }

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder, .vjs-icon-replay {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before, .vjs-icon-replay:before {
        content: "\f11b"
    }

.video-js .vjs-skip-backward-5 .vjs-icon-placeholder, .vjs-icon-replay-5 {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before, .vjs-icon-replay-5:before {
        content: "\f11c"
    }

.video-js .vjs-skip-backward-10 .vjs-icon-placeholder, .vjs-icon-replay-10 {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before, .vjs-icon-replay-10:before {
        content: "\f11d"
    }

.video-js .vjs-skip-backward-30 .vjs-icon-placeholder, .vjs-icon-replay-30 {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before, .vjs-icon-replay-30:before {
        content: "\f11e"
    }

.video-js .vjs-skip-forward-5 .vjs-icon-placeholder, .vjs-icon-forward-5 {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before, .vjs-icon-forward-5:before {
        content: "\f11f"
    }

.video-js .vjs-skip-forward-10 .vjs-icon-placeholder, .vjs-icon-forward-10 {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before, .vjs-icon-forward-10:before {
        content: "\f120"
    }

.video-js .vjs-skip-forward-30 .vjs-icon-placeholder, .vjs-icon-forward-30 {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before, .vjs-icon-forward-30:before {
        content: "\f121"
    }

.video-js .vjs-audio-button .vjs-icon-placeholder, .vjs-icon-audio {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-audio-button .vjs-icon-placeholder:before, .vjs-icon-audio:before {
        content: "\f122"
    }

.vjs-icon-next-item {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-next-item:before {
        content: "\f123"
    }

.vjs-icon-previous-item {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-previous-item:before {
        content: "\f124"
    }

.vjs-icon-shuffle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-shuffle:before {
        content: "\f125"
    }

.vjs-icon-cast {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-cast:before {
        content: "\f126"
    }

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder, .vjs-icon-picture-in-picture-enter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before, .vjs-icon-picture-in-picture-enter:before {
        content: "\f127"
    }

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder, .vjs-icon-picture-in-picture-exit {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before, .vjs-icon-picture-in-picture-exit:before {
        content: "\f128"
    }

.vjs-icon-facebook {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-facebook:before {
        content: "\f129"
    }

.vjs-icon-linkedin {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-linkedin:before {
        content: "\f12a"
    }

.vjs-icon-twitter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-twitter:before {
        content: "\f12b"
    }

.vjs-icon-tumblr {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-tumblr:before {
        content: "\f12c"
    }

.vjs-icon-pinterest {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-pinterest:before {
        content: "\f12d"
    }

.video-js .vjs-descriptions-button .vjs-icon-placeholder, .vjs-icon-audio-description {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-descriptions-button .vjs-icon-placeholder:before, .vjs-icon-audio-description:before {
        content: "\f12e"
    }

.video-js {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-family: Arial,Helvetica,sans-serif;
    word-break: initial
}

    .video-js:-moz-full-screen {
        position: absolute
    }

    .video-js:-webkit-full-screen {
        width: 100% !important;
        height: 100% !important
    }

    .video-js[tabindex="-1"] {
        outline: 0
    }

    .video-js *, .video-js :after, .video-js :before {
        box-sizing: inherit
    }

    .video-js ul {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        list-style-position: outside;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    .video-js.vjs-1-1, .video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-9-16, .video-js.vjs-fluid {
        width: 100%;
        max-width: 100%
    }

        .video-js.vjs-1-1:not(.vjs-audio-only-mode), .video-js.vjs-16-9:not(.vjs-audio-only-mode), .video-js.vjs-4-3:not(.vjs-audio-only-mode), .video-js.vjs-9-16:not(.vjs-audio-only-mode), .video-js.vjs-fluid:not(.vjs-audio-only-mode) {
            height: 0
        }

        .video-js.vjs-16-9:not(.vjs-audio-only-mode) {
            padding-top: 56.25%
        }

        .video-js.vjs-4-3:not(.vjs-audio-only-mode) {
            padding-top: 75%
        }

        .video-js.vjs-9-16:not(.vjs-audio-only-mode) {
            padding-top: 177.7777777778%
        }

        .video-js.vjs-1-1:not(.vjs-audio-only-mode) {
            padding-top: 100%
        }

    .video-js.vjs-fill:not(.vjs-audio-only-mode) {
        width: 100%;
        height: 100%
    }

    .video-js .vjs-tech {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .video-js.vjs-audio-only-mode .vjs-tech {
        display: none
    }

body.vjs-full-window, body.vjs-pip-window {
    padding: 0;
    margin: 0;
    height: 100%
}

    .vjs-full-window .video-js.vjs-fullscreen, body.vjs-pip-window .video-js {
        position: fixed;
        overflow: hidden;
        z-index: 1000;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0
    }

    .video-js.vjs-fullscreen:not(.vjs-ios-native-fs), body.vjs-pip-window .video-js {
        width: 100% !important;
        height: 100% !important;
        padding-top: 0 !important;
        display: block
    }

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none
}

.vjs-pip-container .vjs-pip-text {
    position: absolute;
    bottom: 10%;
    font-size: 2em;
    background-color: rgba(0,0,0,.7);
    padding: .5em;
    text-align: center;
    width: 100%
}

.vjs-layout-small.vjs-pip-container .vjs-pip-text, .vjs-layout-tiny.vjs-pip-container .vjs-pip-text, .vjs-layout-x-small.vjs-pip-container .vjs-pip-text {
    bottom: 0;
    font-size: 1.4em
}

.vjs-hidden {
    display: none !important
}

.vjs-disabled {
    opacity: .5;
    cursor: default
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important
}

.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial,Helvetica,sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0 auto
}

    .vjs-no-js a, .vjs-no-js a:visited {
        color: #66a8cc
    }

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.63332em;
    width: 3em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    margin-top: -.81666em;
    margin-left: -1.5em;
    cursor: pointer;
    opacity: 1;
    border: .06666em solid #fff;
    background-color: #2b333f;
    background-color: rgba(43,51,63,.7);
    border-radius: .3em;
    transition: all .4s
}

.vjs-big-play-button .vjs-svg-icon {
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1;
    transform: translate(-50%,-50%)
}

.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115,133,159,.5);
    transition: all 0s
}

.vjs-controls-disabled .vjs-big-play-button, .vjs-error .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button {
    display: none
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause:not(.vjs-seeking,.vjs-scrubbing,.vjs-error) .vjs-big-play-button {
    display: block
}

.video-js button {
    background: 0 0;
    border: none;
    color: inherit;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.vjs-control .vjs-button {
    width: 100%;
    height: 100%
}

.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: .5em;
    z-index: 2
}

.video-js .vjs-modal-dialog {
    background: rgba(0,0,0,.8);
    background: linear-gradient(180deg,rgba(0,0,0,.8),rgba(255,255,255,0));
    overflow: auto
}

    .video-js .vjs-modal-dialog > * {
        box-sizing: border-box
    }

.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1
}

.vjs-menu-button {
    cursor: pointer
}

    .vjs-menu-button.vjs-disabled {
        cursor: default
    }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
    display: none
}

.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    font-family: Arial,Helvetica,sans-serif;
    overflow: auto
}

    .vjs-menu .vjs-menu-content > * {
        box-sizing: border-box
    }

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
    display: none
}

.vjs-menu li {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: .2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase
}

    .js-focus-visible .vjs-menu li.vjs-menu-item:hover, .vjs-menu li.vjs-menu-item:focus, .vjs-menu li.vjs-menu-item:hover {
        background-color: #73859f;
        background-color: rgba(115,133,159,.5)
    }

    .js-focus-visible .vjs-menu li.vjs-selected:hover, .vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover {
        background-color: #fff;
        color: #2b333f
    }

        .js-focus-visible .vjs-menu li.vjs-selected:hover .vjs-svg-icon, .vjs-menu li.vjs-selected .vjs-svg-icon, .vjs-menu li.vjs-selected:focus .vjs-svg-icon, .vjs-menu li.vjs-selected:hover .vjs-svg-icon {
            fill: #000
        }

.js-focus-visible .vjs-menu :not(.vjs-selected):focus:not(.focus-visible), .video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible) {
    background: 0 0
}

.vjs-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 .3em 0;
    font-weight: 700;
    cursor: default
}

.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0;
    margin-bottom: 1.5em;
    border-top-color: rgba(43,51,63,.7)
}

.vjs-pip-window .vjs-menu-button-popup .vjs-menu {
    left: unset;
    right: 1em
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2b333f;
    background-color: rgba(43,51,63,.7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 5em
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 10em
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 14em
}

.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 25em
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing, .vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu {
    display: block
}

.video-js .vjs-menu-button-inline {
    transition: all .4s;
    overflow: hidden
}

    .video-js .vjs-menu-button-inline:before {
        width: 2.222222222em
    }

    .video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover {
        width: 12em
    }

.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    transition: all .4s
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline:hover .vjs-menu {
    display: block;
    opacity: 1
}

.vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden
}

.video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #2b333f;
    background-color: rgba(43,51,63,.7)
}

.video-js:not(.vjs-controls-disabled,.vjs-using-native-controls,.vjs-error) .vjs-control-bar.vjs-lock-showing {
    display: flex !important
}

.vjs-audio-only-mode .vjs-control-bar, .vjs-has-started .vjs-control-bar {
    display: flex;
    visibility: visible;
    opacity: 1;
    transition: visibility .1s,opacity .1s
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: visible;
    opacity: 0;
    pointer-events: none;
    transition: visibility 1s,opacity 1s
}

.vjs-controls-disabled .vjs-control-bar, .vjs-error .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar {
    display: none !important
}

.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar, .vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.video-js .vjs-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    flex: none
}

    .video-js .vjs-control.vjs-visible-text {
        width: auto;
        padding-left: 1em;
        padding-right: 1em
    }

.vjs-button > .vjs-icon-placeholder:before {
    font-size: 1.8em;
    line-height: 1.67
}

.vjs-button > .vjs-icon-placeholder {
    display: block
}

.vjs-button > .vjs-svg-icon {
    display: inline-block
}

.video-js .vjs-control:focus, .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
    text-shadow: 0 0 1em #fff
}

.video-js :not(.vjs-visible-text) > .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.video-js .vjs-custom-control-spacer {
    display: none
}

.video-js .vjs-progress-control {
    cursor: pointer;
    flex: auto;
    display: flex;
    align-items: center;
    min-width: 4em;
    touch-action: none
}

    .video-js .vjs-progress-control.disabled {
        cursor: default
    }

.vjs-live .vjs-progress-control {
    display: none
}

.vjs-liveui .vjs-progress-control {
    display: flex;
    align-items: center
}

.video-js .vjs-progress-holder {
    flex: auto;
    transition: all .2s;
    height: .3em
}

.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 10px
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.6666666667em
}

    .video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
        font-size: 1em
    }

.video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-progress-holder .vjs-play-progress {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0
}

.video-js .vjs-play-progress {
    background-color: #fff
}

    .video-js .vjs-play-progress:before {
        font-size: .9em;
        position: absolute;
        right: -.5em;
        line-height: .35em;
        z-index: 1
    }

.vjs-svg-icons-enabled .vjs-play-progress:before {
    content: none !important
}

.vjs-play-progress .vjs-svg-icon {
    position: absolute;
    top: -.35em;
    right: -.4em;
    width: .9em;
    height: .9em;
    pointer-events: none;
    line-height: .15em;
    z-index: 1
}

.video-js .vjs-load-progress {
    background: rgba(115,133,159,.5)
}

    .video-js .vjs-load-progress div {
        background: rgba(115,133,159,.75)
    }

.video-js .vjs-time-tooltip {
    background-color: #fff;
    background-color: rgba(255,255,255,.8);
    border-radius: .3em;
    color: #000;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px 8px;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    visibility: hidden;
    z-index: 1
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
    display: none
}

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip, .video-js .vjs-progress-control:hover .vjs-time-tooltip {
    display: block;
    font-size: .6em;
    visibility: visible
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
    font-size: 1em
}

.video-js .vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s,opacity 1s
}

.vjs-mouse-display .vjs-time-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0,0,0,.8)
}

.video-js .vjs-slider {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 .45em 0 .45em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #73859f;
    background-color: rgba(115,133,159,.5)
}

    .video-js .vjs-slider.disabled {
        cursor: default
    }

    .video-js .vjs-slider:focus {
        text-shadow: 0 0 1em #fff;
        box-shadow: 0 0 1em #fff
    }

.video-js .vjs-mute-control {
    cursor: pointer;
    flex: none
}

.video-js .vjs-volume-control {
    cursor: pointer;
    margin-right: 1em;
    display: flex
}

    .video-js .vjs-volume-control.vjs-volume-horizontal {
        width: 5em
    }

.video-js .vjs-volume-panel .vjs-volume-control {
    visibility: visible;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin-left: -1px
}

.video-js .vjs-volume-panel {
    transition: width 1s
}

    .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control {
        visibility: visible;
        opacity: 1;
        position: relative;
        transition: visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s
    }

        .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal {
            width: 5em;
            height: 3em;
            margin-right: 0
        }

        .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical {
            left: -3.5em;
            transition: left 0s
        }

    .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
        width: 10em;
        transition: width .1s
    }

    .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
        width: 4em
    }

    .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
        height: 8em;
        width: 3em;
        left: -3000em;
        transition: visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s
    }

    .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
        transition: visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s
    }

.video-js .vjs-volume-panel {
    display: flex
}

.video-js .vjs-volume-bar {
    margin: 1.35em .45em
}

.vjs-volume-bar.vjs-slider-horizontal {
    width: 5em;
    height: .3em
}

.vjs-volume-bar.vjs-slider-vertical {
    width: .3em;
    height: 5em;
    margin: 1.35em auto
}

.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff
}

    .video-js .vjs-volume-level:before {
        position: absolute;
        font-size: .9em;
        z-index: 1
    }

.vjs-slider-vertical .vjs-volume-level {
    width: .3em
}

    .vjs-slider-vertical .vjs-volume-level:before {
        top: -.5em;
        left: -.3em;
        z-index: 1
    }

.vjs-svg-icons-enabled .vjs-volume-level:before {
    content: none
}

.vjs-volume-level .vjs-svg-icon {
    position: absolute;
    width: .9em;
    height: .9em;
    pointer-events: none;
    z-index: 1
}

.vjs-slider-horizontal .vjs-volume-level {
    height: .3em
}

    .vjs-slider-horizontal .vjs-volume-level:before {
        line-height: .35em;
        right: -.5em
    }

    .vjs-slider-horizontal .vjs-volume-level .vjs-svg-icon {
        right: -.3em;
        transform: translateY(-50%)
    }

.vjs-slider-vertical .vjs-volume-level .vjs-svg-icon {
    top: -.55em;
    transform: translateX(-50%)
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
    width: 4em
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%
}

.video-js .vjs-volume-vertical {
    width: 3em;
    height: 8em;
    bottom: 8em;
    background-color: #2b333f;
    background-color: rgba(43,51,63,.7)
}

.video-js .vjs-volume-horizontal .vjs-menu {
    left: -2em
}

.video-js .vjs-volume-tooltip {
    background-color: #fff;
    background-color: rgba(255,255,255,.8);
    border-radius: .3em;
    color: #000;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px 8px;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    visibility: hidden;
    z-index: 1
}

.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip, .video-js .vjs-volume-control:hover .vjs-volume-tooltip {
    display: block;
    font-size: 1em;
    visibility: visible
}

.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip, .video-js .vjs-volume-vertical:hover .vjs-volume-tooltip {
    left: 1em;
    top: -12px
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
    font-size: 1em
}

.video-js .vjs-volume-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    z-index: 1
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
    width: 1px;
    height: 100%
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
    display: block
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s,opacity 1s
}

.vjs-mouse-display .vjs-volume-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0,0,0,.8)
}

.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%
}

.vjs-has-started .vjs-poster, .vjs-using-native-controls .vjs-poster {
    display: none
}

.vjs-audio.vjs-has-started .vjs-poster, .vjs-has-started.vjs-audio-poster-mode .vjs-poster, .vjs-pip-container.vjs-has-started .vjs-poster {
    display: block
}

.vjs-poster img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.video-js .vjs-live-control {
    display: flex;
    align-items: flex-start;
    flex: auto;
    font-size: 1em;
    line-height: 3em
}

.video-js.vjs-liveui .vjs-live-control, .video-js:not(.vjs-live) .vjs-live-control {
    display: none
}

.video-js .vjs-seek-to-live-control {
    align-items: center;
    cursor: pointer;
    flex: none;
    display: inline-flex;
    height: 100%;
    padding-left: .5em;
    padding-right: .5em;
    font-size: 1em;
    line-height: 3em;
    width: auto;
    min-width: 4em
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control, .video-js:not(.vjs-live) .vjs-seek-to-live-control {
    display: none
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
    cursor: auto
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
    margin-right: .5em;
    color: #888
}

.vjs-svg-icons-enabled .vjs-seek-to-live-control {
    line-height: 0
}

.vjs-seek-to-live-control .vjs-svg-icon {
    width: 1em;
    height: 1em;
    pointer-events: none;
    fill: #888
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
    color: red
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-svg-icon {
    fill: red
}

.video-js .vjs-time-control {
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    width: auto;
    padding-left: 1em;
    padding-right: 1em
}

.video-js .vjs-current-time, .video-js .vjs-duration, .vjs-live .vjs-time-control, .vjs-live .vjs-time-divider {
    display: none
}

.vjs-time-divider {
    display: none;
    line-height: 3em
}

.video-js .vjs-play-control {
    cursor: pointer
}

    .video-js .vjs-play-control .vjs-icon-placeholder {
        flex: none
    }

.vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none
}

.vjs-error .vjs-text-track-display {
    display: none
}

.video-js.vjs-controls-disabled .vjs-text-track-display, .video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em
}

.video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: .1em
}

.vjs-subtitles {
    color: #fff
}

.vjs-captions {
    color: #fc6
}

.vjs-tt-cue {
    display: block
}

video::-webkit-media-text-track-display {
    transform: translateY(-3em)
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display, .video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    transform: translateY(-1.5em)
}

.video-js .vjs-picture-in-picture-control {
    cursor: pointer;
    flex: none
}

.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control, .vjs-pip-window .vjs-picture-in-picture-control {
    display: none
}

.video-js .vjs-fullscreen-control {
    cursor: pointer;
    flex: none
}

.video-js.vjs-audio-only-mode .vjs-fullscreen-control, .vjs-pip-window .vjs-fullscreen-control {
    display: none
}

.vjs-playback-rate .vjs-playback-rate-value, .vjs-playback-rate > .vjs-menu-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vjs-playback-rate .vjs-playback-rate-value {
    pointer-events: none;
    font-size: 1.5em;
    line-height: 2;
    text-align: center
}

.vjs-playback-rate .vjs-menu {
    width: 4em;
    left: 0
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: .85;
    text-align: left;
    border: .6em solid rgba(43,51,63,.7);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    visibility: hidden
}

.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: vjs-spinner-show 0s linear .3s forwards
}

.vjs-error .vjs-loading-spinner {
    display: none
}

.vjs-loading-spinner:after, .vjs-loading-spinner:before {
    content: "";
    position: absolute;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: transparent;
    border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:after, .vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before {
    animation: vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite
}

.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
    border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
    border-top-color: #fff;
    animation-delay: .44s
}

@keyframes vjs-spinner-show {
    to {
        visibility: visible
    }
}

@keyframes vjs-spinner-spin {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }

    20% {
        border-top-color: #73859f
    }

    35% {
        border-top-color: #fff
    }

    60% {
        border-top-color: #73859f
    }

    100% {
        border-top-color: #73859f
    }
}

.video-js.vjs-audio-only-mode .vjs-captions-button {
    display: none
}

.vjs-chapters-button .vjs-menu ul {
    width: 24em
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
    display: none
}

.vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-svg-icon {
    width: 1.5em;
    height: 1.5em
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -.1em
}

    .video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
        font-family: VideoJS;
        content: "\f10c";
        font-size: 1.5em;
        line-height: inherit
    }

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
    display: none
}

.video-js .vjs-audio-button + .vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder, .video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -.1em
}

    .video-js .vjs-audio-button + .vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before, .video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
        font-family: VideoJS;
        content: " \f12e";
        font-size: 1.5em;
        line-height: inherit
    }

.video-js.vjs-layout-small .vjs-current-time, .video-js.vjs-layout-small .vjs-duration, .video-js.vjs-layout-small .vjs-playback-rate, .video-js.vjs-layout-small .vjs-remaining-time, .video-js.vjs-layout-small .vjs-time-divider, .video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time, .video-js.vjs-layout-tiny .vjs-duration, .video-js.vjs-layout-tiny .vjs-playback-rate, .video-js.vjs-layout-tiny .vjs-remaining-time, .video-js.vjs-layout-tiny .vjs-time-divider, .video-js.vjs-layout-tiny .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time, .video-js.vjs-layout-x-small .vjs-duration, .video-js.vjs-layout-x-small .vjs-playback-rate, .video-js.vjs-layout-x-small .vjs-remaining-time, .video-js.vjs-layout-x-small .vjs-time-divider, .video-js.vjs-layout-x-small .vjs-volume-control {
    display: none
}

.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
    width: auto;
    width: initial
}

.video-js.vjs-layout-tiny .vjs-progress-control, .video-js.vjs-layout-x-small .vjs-progress-control {
    display: none
}

.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
    flex: auto;
    display: block
}

.vjs-modal-dialog.vjs-text-track-settings {
    background-color: #2b333f;
    background-color: rgba(43,51,63,.75);
    color: #fff;
    height: 70%
}

.vjs-error .vjs-text-track-settings {
    display: none
}

.vjs-text-track-settings .vjs-modal-dialog-content {
    display: table
}

.vjs-text-track-settings .vjs-track-settings-colors, .vjs-text-track-settings .vjs-track-settings-controls, .vjs-text-track-settings .vjs-track-settings-font {
    display: table-cell
}

.vjs-text-track-settings .vjs-track-settings-controls {
    text-align: right;
    vertical-align: bottom
}

@supports (display:grid) {
    .vjs-text-track-settings .vjs-modal-dialog-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        padding: 20px 24px 0 24px
    }

    .vjs-track-settings-controls .vjs-default-button {
        margin-bottom: 20px
    }

    .vjs-text-track-settings .vjs-track-settings-controls {
        grid-column: 1/-1
    }

    .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content, .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content, .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content {
        grid-template-columns: 1fr
    }
}

.vjs-text-track-settings select {
    font-size: inherit
}

.vjs-track-setting > select {
    margin-right: 1em;
    margin-bottom: .5em
}

.vjs-text-track-settings fieldset {
    margin: 10px;
    border: none
}

    .vjs-text-track-settings fieldset span {
        display: inline-block;
        padding: 0 .6em .8em
    }

        .vjs-text-track-settings fieldset span > select {
            max-width: 7.3em
        }

.vjs-text-track-settings legend {
    color: #fff;
    font-weight: 700;
    font-size: 1.2em
}

.vjs-text-track-settings .vjs-label {
    margin: 0 .5em .5em 0
}

.vjs-track-settings-controls button:active, .vjs-track-settings-controls button:focus {
    outline-style: solid;
    outline-width: medium;
    background-image: linear-gradient(0deg,#fff 88%,#73859f 100%)
}

.vjs-track-settings-controls button:hover {
    color: rgba(43,51,63,.75)
}

.vjs-track-settings-controls button {
    background-color: #fff;
    background-image: linear-gradient(-180deg,#fff 88%,#73859f 100%);
    color: #2b333f;
    cursor: pointer;
    border-radius: 2px
}

.vjs-track-settings-controls .vjs-default-button {
    margin-right: 1em
}

.vjs-title-bar {
    background: rgba(0,0,0,.9);
    background: linear-gradient(180deg,rgba(0,0,0,.9) 0,rgba(0,0,0,.7) 60%,rgba(0,0,0,0) 100%);
    font-size: 1.2em;
    line-height: 1.5;
    transition: opacity .1s;
    padding: .666em 1.333em 4em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.vjs-error .vjs-title-bar {
    display: none
}

.vjs-title-bar-description, .vjs-title-bar-title {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vjs-title-bar-title {
    font-weight: 700;
    margin-bottom: .333em
}

.vjs-playing.vjs-user-inactive .vjs-title-bar {
    opacity: 0;
    transition: opacity 1s
}

.video-js .vjs-skip-forward-5 {
    cursor: pointer
}

.video-js .vjs-skip-forward-10 {
    cursor: pointer
}

.video-js .vjs-skip-forward-30 {
    cursor: pointer
}

.video-js .vjs-skip-backward-5 {
    cursor: pointer
}

.video-js .vjs-skip-backward-10 {
    cursor: pointer
}

.video-js .vjs-skip-backward-30 {
    cursor: pointer
}

@media print {
    .video-js > :not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden
    }
}

.vjs-resize-manager {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: -1000
}

.js-focus-visible .video-js :focus:not(.focus-visible) {
    outline: 0
}

.video-js :focus:not(:focus-visible) {
    outline: 0
}

vjs-video-container{
    display:inline-block;
}
.vjs-poster {
    display: flex;
    background-size:contain;
}

    .vjs-poster img {
        width: 100%;
        margin: auto 0;
        max-height: 100%;
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }

.vjs-video-wrap {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
}

.vjs-control-bar button span {
    font-size: 1em !important;
}

button.vjs-control,
.vjs-modal-overlay button {
    min-height: 20px;
    border-radius: 0;
    border: none;
    outline: none;
    min-width: 20px;
    font-size: 1em;
    font-weight: 700;
}

.vjs-tracksettings-controls {
    bottom: 35px !important;
}
    /*.vjs-default-skin:hover .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus {
    outline: 0;
    border-color: #fff;*/
    /* IE8 needs a non-glow hover state */
    /*background-color: #505050;
  background-color: rgba(50, 50, 50, 0.75);*/
    /* box-shadow */
    /*-webkit-box-shadow: 0 0 3em #ffffff;
  -moz-box-shadow: 0 0 3em #ffffff;
  box-shadow: 0 0 3em #ffffff;*/
    /* transition */
    /*-webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;*/
/*}*/

.vjs-default-skin .vjs-big-play-button {
    padding: 4% 10%;
    color: #fff;
    background-image: linear-gradient(-45deg, #C52383 0%, #F5126B 100%);
    box-shadow: 0 2px 5px 0 rgba(191,23,91,0.49);
    transition: .3s;
    border: none;
    /* border-radius: 10px; */
    /* min-height: 25%; */
    min-height: 60px;
    -ms-border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: none;
    outline: none;
    min-width: 90px;
    font-size: 16px;
    font-weight: 700;
    /* width: 25%; */
    width: 105px;
    top:10%;
    left:10%;
}



.vjs-big-play-button .vjs-button .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 60px;
    top: 33%;
}

.vjs-modal-dialog.vjs-text-track-settings,
.vjs-text-track-settings legend {
    color: #000 !important;
    font-size: 1rem;
}

.vjs-text-track-settings .vjs-modal-dialog-content{
    background-color:#FFF;
}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px;}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap;}.select2-container .select2-search--inline{float:left;}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051;}.select2-results{display:block;}.select2-results__options{list-style:none;margin:0;padding:0;}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none;}.select2-results__option[aria-selected]{cursor:pointer;}.select2-container--open .select2-dropdown{left:0;}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-search--dropdown{display:block;padding:4px;}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box;}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-search--dropdown.select2-search--hide{display:none;}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0);}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px;}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px;}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none;}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%;}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left;}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder{float:right;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0;}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none;}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0;}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa;}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--default .select2-results__option[role=group]{padding:0;}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999;}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd;}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em;}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white;}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic .select2-selection--single{background-color:#f6f6f6;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:-o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px;}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto;}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:-o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none;}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0;}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;}.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent;}.select2-container--classic .select2-dropdown--above{border-bottom:none;}.select2-container--classic .select2-dropdown--below{border-top:none;}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--classic .select2-results__option[role=group]{padding:0;}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey;}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:white;}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb;}
/********************************************************************************************************************************************************************************************************/
/******************* Block game Customizations****************** */
.block{
	cursor:pointer;
}

 #sortable1, #sortable2 {
    border: 1px solid #eee;
    width: 210px;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
  }
  #sortable1 li{
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.2em;
    width: 120px;
  }
   #sortable2 li {
    display: inline-block;
   }
   #sortable2 li.dropZoneHeader{
    display: block;
    font-size:30px;
    color:#dedede;
   }
  #sortable2{
    min-height:600px;
    min-width:800px;
  }

  .gameHeader{
    font-size: 25px;
  }

  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
      border: none;
      background: none;
    }
  #sortable1 .ui-sortable-placeholder, #sortable2 .ui-sortable-placeholder {
      height: 0 !important;
      width: 20px !important;
  }

  /********************************************************************************************************************************************************************************************************/
/******************* Memory Game****************** */


  div#memory_board{
	background:#f1f1f1;
	border:#999 1px solid;
	width:1024px;
	height:704px;
	padding:24px;
	margin:0px auto;
}
div#memory_board > div{
	/*background: url(tile_bg.jpg) no-repeat;*/
    background-color: #42c2cf;
	border:#000 1px solid;
	width:142px;
	height:142px;
	float:left;
	margin:10px;
	/*padding:20px;*/
	font-size:95px;
	cursor:pointer;
	text-align:center;
    text-decoration: none;
}
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);*/

div, p, a, ul, li, ol, a, img, label, span, h1, h2, h3, h4, h5, h6, table, tr, td {
    margin: 0;
    padding: 0;
}
h5{
    clear: both;
}

img {
    border: none;
}

a:focus {
    outline: none;
}


/*start header style*/
header {
    background: #e5e5e8;
    padding-top: 10px;
    padding-bottom: 10px;
}

    header .logo {
        width: 45px;
        float: left;
    }

    header .menu {
        padding-left: 15px;
        float: left;
        margin: 7px 0;
    }

        header .menu button {
            background: transparent;
            border-radius: 4px;
            padding: 5px 10px;
        }

    header .topHeading {
        margin: 0;
        padding: 12px 0;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
    }

        ul.path-menu, ul.path-menu-share {
            margin: 0;
            padding: 0;
            display: inline-block;
            margin-bottom: -6px;
        }

            ul.path-menu li, ul.path-menu-share li {
                margin: 0;
                padding: 0 5px;
                float: left;
                list-style: none;
                
            }

            

                ul.path-menu li a, ul.path-menu-share li a {
				    width: 25px;
				    height: 25px;
				    color: #1D98CC;
				    border-radius: 50%;
				    display: block;
				    text-align: center;
				    font-size: 14px;
				    padding-top: 3px;
                    background-color: #E1E1E1;
                }

                    ul.path-menu li a:hover, ul.path-menu li a.active,
                    ul.path-menu-share li a:hover, ul.path-menu-share li a.active {
                        text-decoration: none;
                        color: #FFF;
                        /*background: #0091c9;*/
                    }

                    ul.path-menu-share li a:hover, ul.path-menu-share li a.active {
                        
                        background: #0091c9;
                    }

                    


.logo {
    width: 45px;
    float: left;
}

.topHeading {
    padding: 12px 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid black;
    -ms-border-radius: 0px 20px 20px 20px;
    -webkit-border-radius: 0px 20px 20px 20px;
    -moz-border-radius: 0px 20px 20px 20px;
    border-radius: 0px 20px 20px 20px;
    background-color: #FFF;
    padding-left: 40px;
    margin-top: -11px;
    position: absolute;
    z-index: 2;
    padding-right: 10%;
    width: 100%;
    -webkit-box-shadow: 5px 6px 14px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 6px 14px -2px rgba(0,0,0,0.75);
box-shadow: 5px 6px 14px -2px rgba(0,0,0,0.75);
}

.topMenu {
    padding: 12px 0;
    /* font-family: 'Roboto Condensed', sans-serif; */
    font-size: 16px;
    position: absolute;
    z-index: 20;
    margin-top: -42px;
    
}

.searchBar {
    width: calc(50%);
    position: absolute;
    background-color: #FFF;
    margin-left: -185px;
    padding: 10px;
    border-radius: 20px;
    margin-top: -68px;
}

.searchBar input {
    border: none;
}

.searchBar .glyphicon-remove {
    font-size: 2em;
    position: absolute;
    margin-left: -20px;
    margin-top: -5px;
}
.topMenu-profile {
     padding: 12px 0;
    /* font-family: 'Roboto Condensed', sans-serif; */
    font-size: 16px;
    position: absolute;
    z-index: 20;
    margin-top: -45px;
    margin-left: -11px;
}

.navbar ul li a, .navbar ul li a:hover, .navbar ul li a:active {
    text-decoration: none;
}

.navbar ul.nav-section li.active {
    background-color: #e7e7e7;
}

.navbar ul.nav-section li:hover {
    background-color: #f0f0f0;
}

.navbar ul.nav-section li.active:last-child, .navbar ul.nav-section li:last-child:hover {
    -webkit-border-radius: 0px 0px 20px 20px;
    -moz-border-radius: 0px 0px 20px 20px;
    border-radius: 0px 0px 20px 20px;
}

.navbar ul.nav-section li.active:first-child:hover, .navbar ul.nav-section li:first-child:hover {
    -webkit-border-radius: 0px 20px 0px 0px;
    -moz-border-radius: 0px 20px 0px 0px;
    border-radius: 0px 20px 0px 0px;
}


.docMenu,
.gradeMenu {
    margin-top: -3px;
    margin-left: -1px;
    z-index: auto;
    width: 100px;
    position: absolute;
}

.docMenuOver {
    background-color: #fff;
    border: 1px solid black;
    padding: 10px;
    border-radius: 15px 15px 0 0;
    border-bottom: 1px solid #FFF;
    position: relative;
    z-index: 20;
}

.topMenu ul,
.topMenu-profile ul {
    list-style: none;
    background-color: #FFF;
    position: absolute;
    
    width: 200px;
    border: 1px solid #010101;
    margin-top: -1px;
    border-radius: 0px 20px 20px 20px;
    z-index: 19;

    -webkit-box-shadow: 5px 6px 14px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 6px 14px -2px rgba(0,0,0,0.75);
box-shadow: 5px 6px 14px -2px rgba(0,0,0,0.75);
}

.topMenu ul li,
.topMenu-profile ul li {
    padding: 10px;
}
.documentsMenu, .gradesMenu,.activitiesMenu, .resourcesMenu, .professionalLearningMenu {
    margin-top: 5px;
    padding: 10px;
}

.profileMenu {
    margin-top: 5px;
}

/*.documentsMenu.active {
        
    border: 1px solid black;
    background-color: #FFF;
    border-radius: 20px 20px 0 0;
    box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.5);
}*/

.topHeading ul {
        margin: 0;
        padding: 0;
    }

        

            .topicIcons {
                width: 25px;
                height: 25px;
                background: #000;
                color: #fff;
                border-radius: 50%;
                display: inline-block;
                text-align: center;
                vertical-align: top;
               
            }
            .pullDownMenuText {
                color: #010101;
                display: inline-block;
                width: calc(100% - 50px);
                margin-left: 10px;
                font-size: 18px;

            }
            ul.path-menu li a:hover, ul.path-menu li a.active,
            ul.path-menu li pullDownMenuText:hover, ul.path-menu li pullDownMenuText.active,
            ul.path-menu-share li a:hover, ul.path-menu-share li a.active,
            ul.path-menu-share li pullDownMenuText:hover, ul.path-menu-share li pullDownMenuText.active
             {
                text-decoration: none;
            }
            .topicName, .gradeLabel {
                font-weight: 600;
                font-size: 14px;
            }   
            .topicName {
                color: #2D416B;
                font-size: 14px;
                
            } 

p a.magentaIcon {
    font-size: 14px !important;
}
.magentaIcon {
    font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #f5126b;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.magentaIcon a, .magentaIcon a:hover, .magentaIcon a:active {
    text-decoration: none;
    color: #ffffff;
}


.blueIcon {
    font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #0091c9;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.blueIcon a, .blueIcon a:hover, .blueIcon a:active {
    text-decoration: none;
    color: #ffffff;
}

                ul.path-menu li topicIcons:hover, ul.path-menu li topicIcons.active,
                    ul.path-menu-share li topicIcons:hover, ul.path-menu-share li topicIcons.active {
                    text-decoration: none;
                    background: #0091c9;
                }

                ul.path-menu li a.CST,
                ul.path-menu-share li a.CST {
                    font-size: 15px;
                    padding-top: 4px !important;
                    padding-right: 2px !important;

                }

                    ul.path-menu li a.CST.active, ul.path-menu li a.CST:hover,
                    ul.path-menu-share li a.CST.active, ul.path-menu-share li a.CST:hover {
                        background-color: #00DE40;
                    }

                ul.path-menu li a.SA.active, ul.path-menu li a.SA:hover,
                ul.path-menu-share li a.SA.active, ul.path-menu-share li a.SA:hover {
                    background-color: #f5126b;
                }

                

.btn-logout {
    padding-top: 12px;
    padding-right: 10px;
    padding-bottom: 7px;
}

    .btn-logout a span {
        font-size: 1.6em;
    }

    .btn-logout a {
        color: #777;
    }

        .btn-logout a:hover,.btn-logout a:active  {
            color: #333;
            text-decoration: none;
            /*box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.75);*/
        }

.btnLogOff {
    color: #616161;
    border: 1px solid #616161;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    font-size: 15px !important;
    -moz-border-radius: 7px;
    padding: 2px 11px 6px 11px !important;
    font-weight: bold;
    background: #fff;
    font-family: 'Oswald', 'Roboto Condensed', sans-serif;
    -webkit-box-shadow: inset 0px -11px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px -11px 5px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px -2px 4px 0px rgba(0,0,0,0.75);
}






.right-links {
}

    .right-links li {
        margin: 0;
        padding: 0;
    }

        .right-links li img {
            float: left;
            padding: 20px 0 0 0px;
        }

        .right-links li span {
            font-size: 22px;
            padding: 12px 0 0 0;
        }

            .right-links li span.follow-me-item {
                font-size: 18px;
                padding: 1px 10px;
                border: 1px solid rgb(250, 174, 49);
                border-radius: 20px;
                background-color: rgb(250, 174, 49);
                color: #FFF;
                font-family: 'Oswald', 'Roboto Condensed','Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                font-weight: bold;
            }

li.follow-me {
    margin-top: 11px;
    margin-right: 10px;
}

/*end*/

/*start topicHead-main*/

.topicHead-grade {
    margin: 30px 0 10px 0;
}
.topicHead-main {
    display: flex;
    width: calc(100% - 60px);
    /*z-index: 3;*/
    position: relative;
}

.topicHead-main.active {
    background-color: #FFF;
    border: 1px solid black;
    -ms-border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
    border-bottom: 1px solid #FFF;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px -4px 9px -3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.75) 0px -4px 9px -3px;
    box-shadow: rgba(0, 0, 0, 0.75) 0px -4px 9px -3px;
    
}



.topicHead-main ul {
    margin: 0;
    padding: 30px 0 0 10px;
}

    .topicHead-main ul li:first-child {
        padding-left: 10px;
    }

    .topicHead-main ul li {
        margin: 10px 0;
        padding: 0 0 0 6px;
        /*text-transform: uppercase;*/
        font-size: 12px;
        list-style: none;
        
        
    }


    ul.path-menu-share li a {
            font-size: 1em !important;
        }

        .topicHead-main ul.path-menu-share li {
            margin: 0 !important;
        }

        




.Icn-CST {
    font-size: 32px;
    top: 6px;
    left: -2px;
}
        .topicHead-main ul li.Icn-T {
        background: #f6881f none repeat scroll 0% 0%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        font-size: 16px !important;
        color: #FFF;
        text-align: center;
        width: 40px;
        padding: 12px 0 0 0;
        margin-left: 8px;
        height: 40px;
        margin-top: 0;
		font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	    font-weight: 600;
        }

        
        .topicHead-main ul li.Icn-L {
            background-color: #0091C9;
        }

        .topicHead-main ul li.Icn-SADT {
            background-color: #f5126b;
        }

.topicHead-main ul li.Icn-YT {
    background-color: #9911D9;
}

.topicHead-main h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 51px;
    color: #000;
}

.Icn-SA {
    margin-left: 15px !important;
    background: #00DE40 !important;
}

.overview-topic {
}

    

.related-Icn {
    margin: 0;
    padding-top: 20px;
}

    .related-Icn li {
        list-style: none;
        float: left;
        margin: 0;
        padding: 3px 0 0 10px;
    }

.lesson-description, .topic-description {
    padding-bottom: 20px;
    margin-top: 15px;
    min-height: 381px;
}

.lesson-description h2, .topic-description h2 {
        /*margin: 0;
        padding: 20px;*/
        margin: 0 0 0 20px;
        padding: 20px 0 0 0;
        font-size: 25px;
        font-weight: bold;
        color: #000;
        font-family: 'Roboto Condensed', sans-serif;
        border-bottom: 2px solid #000;
    }

.lesson-description ul, .topic-description ul {
        margin: 0;
        padding: 0;
    }

.lesson-description ul li {
    list-style: none;
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
}

.lesson-description ul li .item {
    margin-left: 55px;
    border-bottom: 1px dotted #808080;
    padding: 0px 0 2px;
}

.topic-description ul li {
    color: #808080;
    list-style: none;
    font-size: 18px;
    display: block;
        padding-top: 12px;
    padding-bottom: 0px;
    border-bottom: 1px dotted #808080;
}

            .lesson-Icn, .topic-description ul li span {
                /*background: #42c2cf;*/
                background-color: #E1E1E1;
                color: #1D98CC;
	            
                border-radius: 50%;
                width: 28px;
                height: 28px;
                text-align: center;
                display: block;
                font-size: 14px;
                margin: 0;
                float: left;
                margin-top: 3px;
            }

            .greyCircleIcn {
                background-color: #E1E1E1;
    color: #010101;
                -ms-border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                width: 20px;
                height: 20px;
                text-align: center;
                display: block;
                font-size: 14px;
                margin: 0;
                float: left;
                margin-top: 2px;
            }

.lesson-Icn {
                width: 20px;
                height: 20px;
                font-size: 14px;
                margin: 0;
                float: left;
                margin-top: 2px;
            }

            .lesson-Icn-Text {
                margin-left: 25px;
                /*border-bottom: 1px dotted #808080;*/
                padding: 0 0 15px 0;
            }



.topic-lesson-listitem a {
    /*color: #010101;*/
    text-decoration: none;
}

.topic-lesson-listitem div {
    margin-left: 55px;
    /*border-bottom: 1px dotted #808080;*/
    padding: 6px 0 15px;
}

.topic-lesson-listitem:last-child div {
    border-bottom: none;
}

.topic-lesson-listitem span.c-pink {
    background: #f5126b;
    color: #f76ea3;
}

.topic-lesson-listitem span.c-green {
    background: #94c73d;
    color: #bdde87;
}

.topic-lesson-listitem span.cd-blue {
    background: #0091c9;
    color: #63bdde;
    border-radius: 4px;
}

/*end*/

/*operation wraper*/

.collapseHeader {
    width: 100%;
    padding: 12px 12px 12px 30px;
    border-radius: 6px 6px 0 0;
    margin-top: 15px;
    font-size: 22px;
    font-weight: 600;
    background: rgba(33,60,115,0.10);
    color: #2D416B;
}

.collapseQuestionHeader {
    padding: 12px 12px 12px 30px;
    border-radius: 6px 6px 0 0;
    margin-top: 15px;
    font-size: 22px;
    font-weight: 600;
    background: transparent;
    color: #2D416B
}
.operation-wrap, .AssessmentOfLearningBox {
    min-height: 100px;
    /* margin-top: 15px; */
    padding: 15px;
    background: rgba(40,64,115,0.05);
    
}

.topic-material {
    margin-bottom: 15px;
}

.topic-material h3 {
    color: #010101 !important;
    font-weight: normal !important;
    font-size: 18px !important;
}

.topic-material .row {
    margin-bottom: 10px;
}

.operation-wrap h3 {
    color: #0091c9;
    font-family: inherit;
    font-size: 22px;
    border-bottom: 2px solid #010101;
}

.operation-wrap h2 {
   color: #2d416b;
    font-family: inherit;
    font-size: 22px;
    padding-top: 18px;
}

.AssessmentOfLearningBox h2 {
   color: #2d416b;
    font-family: inherit;
    font-size: 22px;
    padding-top: 8px;
}

.AssessmentOfLearningBox h3 {
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 12px;
    padding-top: 8px;
    border-bottom: 2px solid #010101;
}

/*.icn-question {
    background: url(/images/icn-question-xs.png) 5px center no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    vertical-align: baseline;
    cursor: pointer;
    margin-bottom: 0;
    border-bottom: none;
}*/

.icn-question2 {
    background: url(/images/icn-question-xs.png) 5px center no-repeat;
    width: 40px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-bottom: 4px;
}

.operation-wrap h4 {
    color: #2d416b;
    font-family: inherit;
    /*font-size: 18px;*/
    /*Atif: 2552*/
    font-size: 20px;
    line-height: 35px;
    padding-top: 1px;
}
/*.operation-wrap h4 .icn-question{background:url(../images/icn-question.png) 5px center no-repeat; width:40px; height:30px; display:inline-block; vertical-align:top;}*/
.operation-wrap ul {
    margin: 0;
    padding: 0;
}

    .operation-wrap ul li {
        list-style: none;
        margin: 0;
        padding: 20px 0 0 0;
    }

        .operation-wrap ul li span {
            font-weight: bold;
            text-align: center;
            display: block;
            font-size: 20px;
            margin: 0;
            float: left;
            color: #000;
            padding-top: 5px;
        }

        .operation-wrap ul li > div {
            margin-left: 68px;
            padding: 6px 0 15px;
            font-size: 16px;
        }

.operationBox {
    border-right: 1px solid #bdbfbf;
    margin: 15px 0;
}

    .operationBox.bdrNone {
        border-right: none;
        border-left: 1px solid #dedede;
        margin-left: -1px;
    }

.col-sm-12.operationBox, .col-sm-12.operationBox.bdrNone .col-sm-12.reviewBox, .col-sm-12.notes-wrap,
.col-xs-12.operationBox, .col-xs-12.operationBox.bdrNone .col-xs-12.reviewBox, .col-xs-12.notes-wrap,
.col-md-8.reviewBox, .col-md-8.notes-wrap {
    border: none;
}

.operation-wrap-sub {
    margin-bottom: 20px !important;
}

.btnMarks {
    background: #000;
    margin: 20px 0 0 0;
    padding: 5px 0;
}

    .btnMarks input {
        background: none;
        border: none;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
    }

    .btnMarks span {
        font-size: 25px;
        padding: 0 10px 0 0;
    }
/*end*/

/*lesson1 style*/
.pd-T-None ul {
    padding-top: 0px;
}

.bdrNone {
    border: none;
}

.phaseReviews ul.nav-pills {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background: #fff;
    border: 1px solid #F1F1F1;
    display: flex;
}
.phaseReviews ul {
    margin: 0;
    padding: 0;
}


.phaseReviews ul li a {
    font-size: 20px !important;
    line-height: 1.4;
    padding: 9px !important;
}
.phaseReviews ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid white;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    transition: .3s;
    z-index: 99;
}

.phaseReviews ul li.active + li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

.phaseReviews ul li.noPerformanceTask a:after {
    display: none;
}

.phaseReviews ul li.noPerformanceTask.active a {
    border-radius: 0 100px 100px 0;
}
.phaseReviews ul li a:after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid #607D8B;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    transition: .3s;
    z-index: 9;
}

.phaseReviews .reviewTab-1 a {
	color: #00d4d4;
	border-radius: 0;
}

.phaseReviews .reviewTab-1.active a, .phaseReviews .reviewTab-1.active a:hover, .phaseReviews .reviewTab-1.active a:focus {
	background-color: #00d4d4;
	color: #fff;
	border-radius: 0;
}

.phaseReviews .reviewTab-1.active a:before, .phaseReviews .reviewTab-1 a:before {
	display: none;
}

.phaseReviews .reviewTab-1.active a:after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid #00d4d4;
}

.phaseReviews .reviewTab-2 a {
	color: #0770d3;
	border-radius: 0;
}

.phaseReviews .reviewTab-2.active a, .phaseReviews .reviewTab-2.active a:hover, .phaseReviews .reviewTab-2.active a:focus  {
	background-color: #0770d3;
	color: #fff !important;
	border-radius: 0;
}

.phaseReviews .reviewTab-2.active a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid white;
}

.phaseReviews .reviewTab-2.active:last-child a:after,
.phaseReviews ul li:last-child a:after {
    display: none;
}
.phaseReviews .reviewTab-2.active a:after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid #0770d3;
}




.phaseReviews .reviewTab-3 a {
	color: #9d1ebc;
	border-radius: 0;
}

.phaseReviews .reviewTab-3.active a, .phaseReviews .reviewTab-3.active a:hover, .phaseReviews .reviewTab-3.active a:focus {
	background-color: #9d1ebc;
	color: #fff !important;
	border-radius: 0;
}

.phaseReviews .reviewTab-3.active a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid white;
}

.phaseReviews .reviewTab-3.active a:after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid #9d1ebc;
}

.phaseReviews .reviewTab-4 a {
	color: #9911D9;
	border-radius: 0;
}

.phaseReviews .reviewTab-4.active a, .phaseReviews .reviewTab-4.active a:hover, .phaseReviews .reviewTab-4.active a:focus {
	background-color: #9911D9;
	color: #fff !important;
	border-radius: 0;
}

.phaseReviews .reviewTab-4.active a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid white;
}

.phaseReviews .reviewTab-4.active a:after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid #9911D9;
}

.phaseReviews .reviewTab-5 a {
	color: #03AFBB;
	border-radius: 0;
}

.phaseReviews .reviewTab-5.active a, .phaseReviews .reviewTab-5.active a:hover, .phaseReviews .reviewTab-5.active a:focus {
	background-color: #03AFBB;
	color: #fff !important;
	border-radius: 0;
}

.phaseReviews .reviewTab-5.active a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid white;
}

.phaseReviews .reviewTab-6 a {
	color: #f5126b;
	border-radius: 0;
}

.phaseReviews .reviewTab-6.active a, .phaseReviews .reviewTab-6.active a:hover, .phaseReviews .reviewTab-6.active a:focus {
	background-color: #f5126b;
	color: #fff !important;
	border-radius: 0;
}

.phaseReviews .reviewTab-6.active a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid white;
}

.phaseReviews .reviewTab-6.active a:after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid #f5126b;
}


.phaseReviews .reviewTab-7 a {
	color: #00b7a6;
	border-radius: 0;
}

.phaseReviews .reviewTab-7.active a, .phaseReviews .reviewTab-7.active a:hover, .phaseReviews .reviewTab-7.active a:focus {
	background-color: #00b7a6;
	color: #fff !important;
	border-radius: 0;
}

.phaseReviews .reviewTab-7.active a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid white;
}

.phaseReviews .reviewTab-7.active a:after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid #00b7a6;
}


/*.phaseReviews .reviewTab-5.active a:after, .phaseReviews .reviewTab-5 a:after {
	display: none;
}*/

.phaseReviews ul.nav-pills li:last-child a, .phaseReviews ul.nav-pills li:last-child a:hover, .phaseReviews ul.nav-pills li:last-child a:focus {
	border-radius: 0 100px 100px 0;
}

.phaseReviews ul.nav-pills li:first-child a, .phaseReviews ul.nav-pills li:first-child a:hover, .phaseReviews ul.nav-pills li:first-child a:focus {
	border-radius: 100px 0 0 100px;
}

.phaseReviews .reviewTab-1 a {
	color: #00d4d4;
	border-radius: 0;
}

.phaseReviews .reviewTab-1 a:hover {
	background-color: #00d4d4;
	color: #fff !important;
}

.phaseReviews .reviewTab-1:hover + .reviewTab-2 a:before {
    border-left: 10px solid #00d4d4;
    transition: .3s;
}

.phaseReviews .reviewTab-1.active a {
	background-color: #00d4d4;
	color: #fff;
	border-radius: 0;
}

.phaseReviews .reviewTab-2 a {
	color: #0770d3;
	border-radius: 0;
}

.phaseReviews .reviewTab-2 a:hover {
	background-color: #0770d3;
	color: #fff !important;
}

.phaseReviews .reviewTab-2:hover + .reviewTab-3 a:before,
.phaseReviews .reviewTab-2:hover + .reviewTab-4 a:before,
.phaseReviews .reviewTab-2:hover + .reviewTab-5 a:before,
.phaseReviews .reviewTab-2:hover + .reviewTab-6 a:before,
.phaseReviews .reviewTab-2:hover + .reviewTab-7 a:before {
    border-left: 10px solid #0770d3;
    transition: .3s;
}

.phaseReviews .reviewTab-2.active a {
	background-color: #0770d3;
	color: #fff;
	border-radius: 0;
}


.phaseReviews .reviewTab-3 a {
	color: #9d1ebc;
	border-radius: 0;
}

.phaseReviews .reviewTab-3 a:hover {
	background-color: #9d1ebc;
	color: #fff !important;
}

.phaseReviews .reviewTab-3:hover + .reviewTab-4 a:before {
    border-left: 10px solid #4fa12a;
    transition: .3s;
}

.phaseReviews .reviewTab-3.active a {
	background-color: #9d1ebc;
	color: #fff;
	border-radius: 0;
}

.phaseReviews .reviewTab-4 a {
	color: #9911D9;
	border-radius: 0;
}

.phaseReviews .reviewTab-4 a:hover {
	background-color: #9911D9;
	color: #fff !important;
}

.phaseReviews .reviewTab-4:hover + .reviewTab-5 a:before {
    border-left: 10px solid #9911D9;
    transition: .3s;
}

.phaseReviews .reviewTab-4.active a {
	background-color: #9911D9;
	color: #fff;
	border-radius: 0;
}

.phaseReviews .reviewTab-5 a {
	color: #03AFBB;
	border-radius: 0;
}

.phaseReviews .reviewTab-5 a:hover {
	background-color: #03AFBB;
	color: #fff !important;
}

.phaseReviews .reviewTab-5.active a {
	background-color: #03AFBB;
	color: #fff;
	border-radius: 0;
}

.phaseReviews .reviewTab-5:hover + .reviewTab-6 a:before {
    border-left: 10px solid #03AFBB;
    transition: .3s;
}

.phaseReviews .reviewTab-6 a {
	color: #f5126b;;
	border-radius: 0;
}

.phaseReviews .reviewTab-6 a:hover {
	background-color: #f5126b;;
	color: #fff !important;
}

.phaseReviews .reviewTab-6:hover + .reviewTab-7 a:before {
    border-left: 10px solid #f5126b;
    transition: .3s;
}

.phaseReviews .reviewTab-6.active a {
	background-color: #f5126b;
	color: #fff;
	border-radius: 0;
}


.phaseReviews .reviewTab-7 a {
	color: #00b7a6;
	border-radius: 0;
}

.phaseReviews .reviewTab-7 a:hover {
	background-color: #00b7a6;
	color: #fff !important;
}

.phaseReviews .reviewTab-7:hover + .reviewTab-8 a:before {
    border-left: 10px solid #00b7a6;
    transition: .3s;
}

.phaseReviews .reviewTab-7.active a {
	background-color: #00b7a6;
	color: #fff;
	border-radius: 0;
}

.phaseReviews ul.nav-pills li:last-child a, .phaseReviews ul.nav-pills li:last-child a:hover, .phaseReviews ul.nav-pills li:last-child a:focus {
	border-radius: 0 100px 100px 0;
}

.phaseReviews ul.nav-pills li:first-child a, .phaseReviews ul.nav-pills li:first-child a:hover, .phaseReviews ul.nav-pills li:first-child a:focus {
	border-radius: 100px 0 0 100px;
}

        .nav-pills-main {
		    /*min-width: 920px;*/
		    margin-left: -15px;
		    overflow: visible;
            margin-top: 40px;
        }

        ul.nav-pills li:last-child {
            -webkit-border-radius: 0 10px 10px 0;
            -moz-border-radius: 0 10px 10px 0;
            border-radius: 0 10px 10px 0;
        }

        ul.nav-pills li:first-child {
            -webkit-border-radius: 10px 0 0 10px;
            -moz-border-radius: 10px 0 0 10px;
            border-radius: 10px 0 0 10px;
        }


/*.reviewTab-1 {
    background: #f7b50f;
    color: #fff;
}

.reviewTab-2 {
    background: #ff7a00;
    color: #fff;
}

.reviewTab-3 {
    color: #fff;
    background: #94c73d url(../images/icn-rev3.png) 40px center no-repeat;
}

.reviewTab-5 {
    color: #fff;
    background: #4dd4d4 url(../images/icn-yourturn.png) 20px center no-repeat;
}

.reviewTab-3 a {
}

.reviewTab-4 {
    background: #9629bd;
    color: #fff;
}*/

.imagtab {
    background-image: none;
}




.tabCont {
    border-bottom: 1px solid #bdbfbf;
}

    .tabCont ul {
    }

    .tabCont li a {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold; /*color: #010101;*/
        color: #ffffff;
        background-color: #bdbfbf;
    }

.tab-content {
    /*border-right: 1px solid #bdbfbf;
    border-left: 1px solid #bdbfbf;
    border-bottom: 1px solid #bdbfbf;*/
    border: 1px solid #e0e0e0;
    background-color: #e0e0e0;
}

.tabCont > li.active > a, .tabCont > li.active > a:hover, .tabCont > li.active > a:focus {
    border-right: 1px solid #bdbfbf;
    border-left: 1px solid #bdbfbf;
    border-top: 1px solid #bdbfbf;
    border-radius: 0px;
    color: #337ab7;
}

.tabCont li .qa-astrisk {
    display: none;
}

.tabCont li.active .qa-astrisk {
    display: inline;
    width: 16px;
    vertical-align: baseline;
    margin-right: 5px;
}

.tabCont > li.active > a > .tab-astric::before {
    font-family: 'glyphicon';
    content: "\2a";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.tab-content ul {
    margin: 0;
    padding: 0;
}

    .tab-content ul li {
        list-style: none;
        margin: 0;
        padding: 20px 0 0 25px;
    }

        .tab-content ul li span.listItem {
            font-weight: normal;
            text-align: center;
            display: block;
            font-size: 16px;
            margin: 0;
            float: left;
            color: #94c73d;
            padding-top: 5px;
            padding-right: 15px;
        }

        .tab-content ul li > h2 {
            margin-left: 28px;
            padding: 8px 4px 15px 0;
            font-size: 16px;
            color: #000;
            font-weight: bold;
            line-height: 20px;
        }

        .tab-content ul li > div {
            margin-left: 20px;
            padding: 6px 0 0;
            font-size: 16px;
            color: #808080;
            display: table;
        }

            .tab-content ul li > div > span {
                padding: 0 0 0 10px;
                color: #808080;
            }

.c-green {
    color: #94c73d !important;
    padding-right: 10px !important;
    vertical-align: text-top;
}

.tableFormet {
    float: left;
    display: table;
    color: #ff0000;
}

.Cblue {
    color: #0091c9 !important;
    font-weight: normal;
}

.tab-content .table-calculation {
    margin: 0;
    padding: 0;
}

    .tab-content .table-calculation li {
        margin: 0;
        padding: 0 0 25px 0;
    }

        .tab-content .table-calculation li .bullet-style {
            width: 22px;
            float: left;
        }

        .tab-content .table-calculation li .txt-cont {
            margin-left: 40px;
        }

            .tab-content .table-calculation li .txt-cont ul {
                padding: 0;
                margin: 0;
            }

                .tab-content .table-calculation li .txt-cont ul li {
                    padding: 5px 0;
                    margin: 0;
                }

                    .tab-content .table-calculation li .txt-cont ul li:first-child {
                        padding-top: 0;
                    }

                    .tab-content .table-calculation li .txt-cont ul li:last-child {
                        padding-bottom: 0;
                    }

.txt-green {
    color: #94c73d !important;
}

.tab-content .table-calculation li .txt-cont ul li span.txt-blue {
    color: #0091c9;
    display: inline;
    float: none;
    padding: 0;
}

.txt-blue {
    color: #0091c9 !important;
}

.btnConsilidate {
    margin: 20px 0 0 0;
    padding: 5px 0;
}

    .btnConsilidate input {
        background: #000;
        border: none;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
        padding: 10px 15px;
    }

    .btnConsilidate span {
        font-size: 25px;
        padding: 0 10px 0 10px;
        color: #9629bd;
        display: inline-block;
    }

.action-button {
    /*margin: 20px 0 0 0;*/
    padding: 5px 0;
}

    .action-button a {
        border: none;
        font-size: 20px;
        font-weight: bold;
    
        color: #000;
        padding: 0;
        letter-spacing: -0.4px;
    }

        .action-button a:hover, .action-button a:active {
            text-decoration: none !important;
        }

    .action-button span {
        font-size: 25px;
        padding: 0 10px 0 10px;
        color: #9629bd;
        display: inline-block;
        position: relative;
        top: 5px;
    }

.notes-wrap {
    font-size: 16px;
    border-left: 1px solid #bdbfbf;
    margin-left: -1px;
}

.reviewBox {
	border-radius: 6px;
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    box-shadow: 5px 5px 4px 0 rgba(38,12,71,0.10);
    /*padding-bottom: 60px;*/
}

.cardBox {
	border-radius: 6px;
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    box-shadow: 5px 5px 4px 0 rgba(38,12,71,0.10);
    /*padding-bottom: 60px;*/
}

.reviewBoxClean {
	border-radius: 6px;
    padding-bottom: 60px;
}

#rightPanelAccordion {
    margin-top: -22px;
    margin-left: 20px;
}

.notesBox {
    position: relative;
    margin: 0;
	padding-bottom: 20px;
    border-bottom: 1px solid rgba(71,83,81,0.23);
}


.notesBoxDashboardMain {
    position: relative;
    margin: 0;
	padding-bottom: 50px;
    border-bottom: 1px solid rgba(71,83,81,0.23);
}


.notesBoxDashboard {
    position: relative;
    margin: 0;
}

    .notesBox h2 {
        font-weight: bold;
        text-transform: uppercase;
            background: #000;
        color: #fff;
        font-size: 20px;
        margin: 0;
        padding: 10px;
        border-top: 1px solid #fff;
        height: 45px;
    }

    .notesBox h2.notes-header {
        display: inline-block;
        line-height: initial;
        margin-top: 20px;
    }
    .notesBox h2.notes-header a div {
        font-size: 14px;
        max-height: 25px;
        overflow: hidden;

    }

        .notesBox h2 a, .notesBox h2 a:hover, .notesBox h2 a:active {
            background: #000;
            color: #fff;
            font-size: 20px;
            text-decoration: none;
        }

.quick-note-done, .quick-note-done:hover, .quick-note-done:active {
    margin: 10px;
    color: #010101;
    text-decoration: none;
    cursor: pointer;
}

.notesBox h2 span.icn-triangle {
    position: absolute;
    top: 32px;
    right: -1px;
    font-size: 37px;
    color: #000;
}

.notesBox span.icn-triangle {
    position: absolute;
    top: 35px;
    right: -1px;
    font-size: 37px;
    color: #000;
}



.notesBox textarea, .noteTextBox {
    background: transparent;
    border: none;
    margin: 0;
    width: 100%;
    min-height: 220px;
    padding: 3px 5px;
}

.topicNote {
    min-height: 184px;    
}


    .notesBox textarea[name=inputTxt] {
        resize: none;
    }

.notesBox h2 img {
    padding: 0 0 0 5px;
}

.quickNotes {
    padding: 20px 0 0 0;
}

    .quickNotes h3 {
    }

        .quickNotes h3 img {
            padding: 0 0 0 8px;
            vertical-align: top;
        }


.notesBox ul {
    margin: 0;
    padding: 0;
}

    .notesBox ul li {
        margin: 0 0 0 15px;
        padding: 5px 0 5px 0;
    }


    .notesBox p input.textLine {
        border-top: none;
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #000;
        width: 20px;
        height: 20px;
    }

    .notesBox p input.textBox {
        border: 1px solid #808080;
        width: 15px;
        height: 15px;
        margin: 0 2px 0 0;
    }

.notesBox h4 input.textLine {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #000;
    width: 20px;
    height: 20px;
}

.notesBox h4 input.textBox {
    border: 1px solid #808080;
    width: 15px;
    height: 15px;
    margin: 0 2px 0 0;
}

.bdr-topDot {
    border-top: 2px dotted #808080;
    padding-top: 20px !important;
}

.pdTop {
    padding-top: 11px;
}

.txt-voilet {
    color: #9629bd;
}
/*end*/


/*page3 style*/
.breadCrumb {
    font-family: 'Oswald', 'Roboto Condensed', sans-serif;
    border-bottom: 1px solid #808080;
    padding: 10px 0;
}

    .breadCrumb ul {
        margin: 0;
        padding: 0;
    }

        .breadCrumb ul li {
            list-style: none;
            float: left;
            text-transform: uppercase;
            font-size: 16px;
            color: #000;
            margin: 0;
            padding: 0 10px;
        }

            .breadCrumb ul li a {
                color: #959595;
                text-decoration: none;
            }

                .breadCrumb ul li a:hover, .breadCrumb ul li a.active {
                    color: #0091c9;
                    text-decoration: none;
                }


.reviewBox-wrap h3.QuestionHeader {
    font-size: 30px;
}

.DTcolor {
    color: #f5126b !important;
}


.reviewBox-wrap h3 > span {
    color: #0091c9;
/*    padding: 0 10px 20px 0;*/
    /*        
    removed all spans of h3 and made it direct child of h3 because it is causing issues with Mathjax Bug: 4543
*/
}

    .reviewBox-wrap h3 > span.MathJax {
        color: #181F64;
    }

    .reviewBox-wrap h3.tabHeader {
        color: #0091c9;
        margin-bottom: 20px;
        margin-left: 40px;
    }

.table-calculation h4 {
    font-size: 18px;
    color: #000;
    padding: 30px 0 0 19px;
}

.reviewBox-wrap .calculateHead {
    margin: 0;
    padding: 26px 0 0 18px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: normal;
}

    .reviewBox-wrap .calculateHead span {
        margin: 0;
        padding: 0 7px 0 0;
    }

.tab-content .table-calculation li .styleRow {
    width: 22px;
    float: left;
    margin: 0 0 0 38px;
}

.tab-content .table-calculation li .bulletCont {
    margin-left: 60px;
}

.tab-content .table-calculation li.pdNone {
    padding: 0;
}

.tab-content .table-calculation li .bulletCont h2 {
    margin: 0;
    padding: 0;
}

.graphBg {
    padding: 10px 0 0 33px !important;
}

.tab-content .table-calculation li.bgEqao {
    position: relative;
}

.redBgeqao {
    position: absolute;
    top: 17px;
    left: -19px;
}

.notesBox p.pd-Bot {
    padding-bottom: 20px;
}
/*end*/

/*style min-lessionWrap*/
.min-lessionWrap {
    border: 1px solid #bdbfbf;
    padding: 10px 0 0 0;
    margin-bottom: 15px;
}

    .min-lessionWrap ul {
        margin: 0;
        padding: 0;
    }

        .min-lessionWrap ul li {
            margin: 0 10px;
            padding: 15px 0;
            list-style: none;
            border-bottom: 2px dotted #bbbbbb;
        }

            .min-lessionWrap ul li:last-child {
                border: none;
            }

            .min-lessionWrap ul li span {
                float: left;
                width: 20%;
                font-size: 16px;
                font-weight: bold;
                padding: 0;
                text-transform: uppercase;
                color: #0091c9;
                text-align: center;
            }

            .min-lessionWrap ul li div {
                margin-left: 215px;
            }

                .min-lessionWrap ul li div p {
                    padding: 0 0 15px 0;
                    font-size: 16px;
                }

.astric {
    position: relative;
}

.astric-icn {
    position: absolute;
    top: 16px;
    left: -15px;
}
/*end*/


/*start grade lavel style*/
.gradLavel-wrap {
    position: relative;
    border: 1px solid #e6e7e8;
    width: 90%;
    margin: 6% auto;
    padding: 0 0 30px 0;
}

.grade-lavel {
    margin: 16% auto;
    min-height: 170px;
    width: 70%;
    text-align: center;
}

    .grade-lavel h2 {
        font-size: 20px;
        color: #000;
        font-weight: bold;
    }

    .grade-lavel ul {
        margin: 0;
        padding: 0;
    }

        .grade-lavel ul li {
            list-style: none;
            float: left;
            font-size: 30px;
            font-weight: bold;
            width: 51px;
            height: 61px;
            margin: 5px 10px;
        }

            .grade-lavel ul li a {
                text-decoration: none;
                color: #fff;
                margin: 18px 13px;
                padding: 0;
                list-style: none;
                float: left;
                font-size: 30px;
                font-weight: bold;
                width: 45px;
                height: 45px;
                border-radius: 50%;
                color: #fff;
                display: block;
                transition: all .3s;
            }

                .grade-lavel ul li a:hover {
                    height: 55px;
                    margin: 13px 8px;
                    padding: 5px;
                    width: 55px;
                    cursor: pointer;
                }

            .grade-lavel ul li:nth-child(1) a {
                background: #1c95ad;
            }

            .grade-lavel ul li:nth-child(2) a {
                background: #fcaf17;
            }

            .grade-lavel ul li:nth-child(3) a {
                background: #93c640;
            }

            .grade-lavel ul li:nth-child(4) a {
                background: #d9195e;
            }

            .grade-lavel ul li:nth-child(5) a {
                background: #25aae1;
            }

            .grade-lavel ul li:nth-child(6) a {
                background: #537922;
            }

            .grade-lavel ul li:nth-child(7) a {
                background: #255973;
            }

            .grade-lavel ul li:nth-child(8) a {
                background: #8c0231;
            }

            .grade-lavel ul li:nth-child(9) a {
                background: #d08415;
            }
/*end*/

/*screen 3 style*/
.breadcrumbsLink {
    padding: 20px 0 0 0;
}

    .breadcrumbsLink ul {
        margin: 0;
        padding: 0;
    }

        .breadcrumbsLink ul li {
            margin: 0;
            padding: 0 20px 0 0;
            list-style: none;
            float: left;
            
        }

            .breadcrumbsLink ul li a {
                text-decoration: none;
                color: #666;
                font-size: 15px;
                font-weight: bold;
                padding: 0 0 0 20px;
            }

                .breadcrumbsLink ul li a:hover {
                    background: url(../images/icn-asterisk.png) left center no-repeat;
                    padding: 0 0 0 20px;
                    color: #0093cb;
                }

                .breadcrumbsLink ul li a.active {
                    background: url(../images/icn-asterisk.png) left center no-repeat;
                    padding: 0 0 0 20px;
                    color: #0093cb;
                }

.pathBtns {
    margin: 22px 0 0 0;
}

    .pathBtns ul {
        margin: 0;
        padding: 0;
    }

        .pathBtns ul li {
            margin: 0;
            padding: 0;
            list-style: none;
            float: left;
        }

    .pathBtns .btn-path {
        background: url(../images/btn-path.png) no-repeat;
        border: none;
        list-style: none;
        width: 116px;
        padding: 0 0 10px 0;
        margin: 0 2px 0 0;
    }

    .pathBtns .btn-calendar {
        background: url(../images/btn-calander.png) no-repeat;
        border: none;
        list-style: none;
        width: 116px;
        padding: 0 0 10px 0;
    }

.curriculum-panel-cont {
    border: 1px solid #f7f7f7;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, .05);
    max-height: 330px;
    overflow-y: auto;
    padding-left: 15px;
    padding-right: 15px;
    background: #fcfcfc;
    margin: 20px 0 0 0;
}

    .curriculum-panel-cont > .panel {
        background: transparent;
        border: none;
        box-shadow: none;
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
        padding: 0;
    }

    .curriculum-panel-cont > .panel-default > .panel-heading {
        background: #fff;
        border: 1px solid #dedede;
        padding: 8px;
        margin: 5px 5px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .curriculum-panel-cont > .panel-default .panel-body {
        padding: 0;
    }

        .curriculum-panel-cont > .panel-default .panel-body ul {
            list-style: none;
            padding-left: 0;
            margin: 0;
        }

            .curriculum-panel-cont > .panel-default .panel-body ul li {
                padding: 5px 8px;
                border-bottom: 1px dotted #adadad;
                color: #000;
                font-weight: bold;
                font-size: 13px;
            }

                .curriculum-panel-cont > .panel-default .panel-body ul li:last-child {
                    border: none;
                }

                    .curriculum-panel-cont > .panel-default .panel-body ul li:last-child h4 {
                        border-bottom: none;
                        border-top: 1px dotted #adadad;
                    }

                .curriculum-panel-cont > .panel-default .panel-body ul li h4 {
                    font-size: 16px;
                    color: #d81a5d;
                    font-weight: bold;
                    margin: 0;
                    padding: 10px 0;
                    border-bottom: 1px dotted #adadad;
                }

                    .curriculum-panel-cont > .panel-default .panel-body ul li h4 input {
                        margin: 0;
                    }

                .curriculum-panel-cont > .panel-default .panel-body ul li span {
                    font-size: 15px;
                    color: #000;
                    font-weight: normal;
                    padding: 15px 0px;
                }

                .curriculum-panel-cont > .panel-default .panel-body ul li div {
                    font-size: 14px;
                    color: #666666;
                    font-weight: normal;
                    margin-left: 70px;
                    width: 50%;
                    padding: 15px 0px;
                }

                .curriculum-panel-cont > .panel-default .panel-body ul li input {
                    margin: 15px 0;
                }

    .curriculum-panel-cont > .panel-default > .panel-heading > .panel-title > a {
        text-decoration: none;
        line-height: 25px;
        font-size: 14px;
    }

        .curriculum-panel-cont > .panel-default > .panel-heading > .panel-title > a > span {
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            width: 30px;
            height: 30px;
            float: left;
            text-align: center;
            color: #fff;
            font-weight: bold;
            margin-right: 10px;
            line-height: 27px;
            font-size: 18px;
            font-weight: bold;
        }

    .curriculum-panel-cont > .panel-default > .panel-heading > .panel-title.number > a > span.initials {
        background: #d9195e;
    }

    .curriculum-panel-cont > .panel-default > .panel-heading > .panel-title.pattern > a > span.initials {
        background: #1c95ad;
    }

    .curriculum-panel-cont > .panel-default > .panel-heading > .panel-title.geometry > a > span.initials {
        background: #fcce08;
    }

    .curriculum-panel-cont > .panel-default > .panel-heading > .panel-title.measurement > a > span.initials,
    ul.path-menu li a.IcnTopic:active, ul.path-menu li a.IcnTopic:hover, ul.path-menu li a.IcnTopic.active,
    ul.path-menu-share li a.IcnTopic:active, ul.path-menu-share li a.IcnTopic:hover, ul.path-menu-share li a.IcnTopic.active {
        background: #f6881f;
    }

    .curriculum-panel-cont > .panel-default > .panel-heading > .panel-title.data-portability > a > span.initials {
        background: #8fc741;
    }


ul.path-menu li a.IcnYT:active, ul.path-menu li a.IcnYT:hover, ul.path-menu li a.IcnYT.active,
ul.path-menu-share li a.IcnYT:active, ul.path-menu-share li a.IcnYT:hover, ul.path-menu-share li a.IcnYT.active {
    background-color: #9911D9;
    color: #FFF !important;
}
    ul.path-menu li a.IcnSA:active,ul.path-menu li a.IcnSA:hover, ul.path-menu li a.IcnSA.active,
    ul.path-menu-share li a.IcnSA:active,ul.path-menu-share li a.IcnSA:hover, ul.path-menu-share li a.IcnSA.active
     {
        background-color: #f5126b;
    }

    ul.path-menu li a.IcnL:active, ul.path-menu li a.IcnL:hover, ul.path-menu li a.IcnL.active,
    ul.path-menu-share li a.IcnL:active, ul.path-menu-share li a.IcnL:hover, ul.path-menu-share li a.IcnL.active {
        background-color: #0091C9;
        
    }

    ul.path-menu li a.IcnCST:active, ul.path-menu li a.IcnCST:hover, ul.path-menu li a.IcnCST.active,
    ul.path-menu-share li a.IcnCST:active, ul.path-menu-share li a.IcnCST:hover, ul.path-menu-share li a.IcnCST.active {
        background-color: #00b7a6;
    }

    ul.path-menu li a.IcnL:hover,
    ul.path-menu li a.IcnCST:hover,
    ul.path-menu li a.IcnSA:hover,
    ul.path-menu li a.IcnTopic:hover {
        color: #FFF !important;
    }
    
    
    .curriculum-panel-cont > .panel-default .panel-heading > .panel-title > a {
        position: relative;
    }

.guidelines {
    border: 1px solid #bdbfbf;
    margin: 20px 0 20px 15px;
}

    .guidelines > ul {
        margin: 0;
        padding: 0;
    }

        .guidelines > ul > li {
            margin: 0;
            padding: 10px 0;
            list-style: none;
            margin: 0;
            font-weight: bold;
        }

            .guidelines > ul > li > span.guidepoint-1 {
                background: #d81a5d;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                display: block;
                float: left;
                margin: 4px 5px 0px 15px;
            }

            .guidelines > ul > li > span.guidepoint-2 {
                background: #f6871f;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                display: block;
                float: left;
                margin: 4px 5px 0px 15px;
            }

            .guidelines > ul > li > span.guidepoint-3 {
                background: #fdce07;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                display: block;
                float: left;
                margin: 4px 5px 0px 15px;
            }

            .guidelines > ul > li > span.guidepoint-4 {
                background: #0c94ad;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                display: block;
                float: left;
                margin: 4px 5px 0px 15px;
            }

            .guidelines > ul > li > span.guidepoint-5 {
                background: #8fc73e;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                display: block;
                float: left;
                margin: 4px 5px 0px 15px;
            }

/*end*/

/*calendarBox style*/
.calendarBox {
    border-radius: 0px;
    border-right: none;
    border-bottom: 2px solid #bdbfbf;
    border-top: 2px solid #bdbfbf;
    border-left: 2px solid #bdbfbf;
    box-shadow: 3px 3px 3px #aeaeae;
}

    .calendarBox .modal-title {
        font-size: 30px;
        color: #000;
        text-align: center;
        font-weight: bold;
    }

    .calendarBox .modal-header, .calendarBox .modal-footer {
        border: none;
    }

    .calendarBox .modal-body .add-calendar-field {
    }

        .calendarBox .modal-body .add-calendar-field ul {
            margin: 0;
            padding: 0;
        }

            .calendarBox .modal-body .add-calendar-field ul li {
                list-style: none;
            }

                .calendarBox .modal-body .add-calendar-field ul li div {
                    padding: 0 0 20px 10px;
                }

                    .calendarBox .modal-body .add-calendar-field ul li div p {
                        font-size: 13px;
                        color: #000;
                    }

                        .calendarBox .modal-body .add-calendar-field ul li div p input {
                            background: #f7f7f7;
                            border: none;
                            padding: 10px 3px;
                            position: relative;
                        }

                        .calendarBox .modal-body .add-calendar-field ul li div p span {
                            font-size: 23px;
                            position: absolute;
                            top: 25px;
                            right: 110px;
                        }

.btn-cancelSave {
    position: relative;
    margin: 5px 104px 0 0;
}

.btnCancel {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border: none;
    padding: 6px 25px;
    text-align: left;
}

    .btnCancel span {
        position: absolute;
        top: 7px;
        right: 92px;
        font-size: 18px;
    }

.btnSave {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border: none;
    padding: 6px 25px;
}

    .btnSave span {
        position: absolute;
        top: 7px;
        right: 3px;
        font-size: 18px;
    }
/*end*/

/*style full view calander*/
.fc-right .fc-button-group {
    display: none;
}

.fc-unthemed .fc-center {
    float: right;
}

.fc-button-group {
    position: relative;
}

    /*.fc-button-group .fc-prev-button {
        position: absolute;
    }*/

    .fc-button-group .fc-next-button {
    /* position: absolute; */
    /* left: 96px; */
}


.fc-today-button {
    position: relative;
    /*left: 30px;*/
    border-radius: 0px !important;
}
/*end*/























div.switch-root
{
	clear: both;
	margin:  0 60px 0 0;
}

.full-screen-body .Widget-Section .switch-root {
	display: none;
}

.qaWrap-switch {
	margin: 0px 50px 0 0 !important
	
}

@-moz-document url-prefix() {
	.qaWrap-switch {
		margin: -4px 0px 0 0 !important;
		width: 100px;
	}

	.acSwitch {
	    width: 190px;
	}
}

.SA-Switch.colorGreen {
	top: 5px;
	right: 42px;
	width: 55px;
}

.SA-Switch.colorGrey {
	top: 5px;
	right: 8px;
	width: 60px;
}

input.switch:empty
{
	margin-left: -99999px;
}

input.switch:empty ~ label
{
	position: relative;
	float: left;
	line-height: 1.5em;
	height: 30px;
	text-indent: -2.5em;
	margin: 0.2em 0;
	cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 20px;
}


.reviewBox input.switch:empty ~ label:before, .reviewBox input.switch:empty ~ label:after {
	content: '';
	width: 3.5em;

}
.reviewBox input.switch:empty ~ label {
	font-size: 12px;
	height: 20px;
	margin: 20px 0 0 0;
}
.reviewBox input.switch:empty ~ label:before{
	background-color: #bdbfbf;
}

.reviewBox input.switch:checked ~ label:before {
	content: '';
}
.reviewBox input.switch:empty ~ label:after {
	width: 1.2em;
	height: 1.2em;
	top: 0.2em;
}

.reviewBox input.switch:checked ~ label:after {
	margin-left: 2em;
}



input.switch:empty ~ label:before, 
input.switch:empty ~ label:after
{
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	/*content: '\2718';*/
	/*content: "\f00d";*/
	content: "N";
	width: 3.6em;
  text-indent: 2em;
  color: #FFF;
	background-color: #0093CB;
	border-radius: 1em;
	/*font-family: 'FontAwesome';*/
	font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	
	
}


input.switch:empty ~ label:after
{
  content: ' ';
	width: 1.4em;
	top: 0.1em;
	bottom: 0.1em;
  text-align: center;
  text-indent: 0;
	margin-left: 0.2em;
  color: #f88;
	background-color: #fff;
	border-radius: 1em;
	-webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}

input.switch:checked:hover ~ label:before {
    background-color: #83A74F !important;
}


input.switch:empty:hover ~ label:before {
    background-color: #8B8B8B;
}
/* toggle on */
input.switch:checked ~ label:before
{
  /*content: '\2714';*/
  /*content: '\f00c';*/
  content: 'Y';
  text-indent: 0.8em;
  color: #FFF;
	background-color: #A1CD3A !important;
	/*font-family: 'FontAwesome';*/
	font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
		text-align: left;
}

input.switch:checked ~ label:after
{
	margin-left: 2.1em;
  color: #6c6;
}

/* focus styles */
input.switch:focus ~ label
{
  color: #000;
}

input.switch:focus ~ label:before
{
  /*box-shadow: 0 0 0 3px #999;*/
}

input.switch.center-checkbox:empty ~ label {
	left: 40%;
}

li.teacher-student-item {
	margin-right: 120px;
	margin-top: 7px;
}


input.switch.teacher-student:empty ~ label:after {
	width: 25px;
	top: 0.2em;
	bottom: 0.2em;
	left: 0.2em;
}
input.switch.teacher-student:empty ~ label {
	height: 30px;
	 font-size: 18px;
}
input.switch.teacher-student:empty ~ label:before {
	content: "TEACHER";
	font-family: 'Oswald', 'Roboto Condensed','Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 110px;
	font-size: 18px;
	padding-top: 2px;

}

input.switch.teacher-student:checked ~ label:after
{
	margin-left: 87px;
  color: #6c6;
}

input.switch.teacher-student:checked ~ label:before {
	content: "STUDENT";
	font-family: 'Oswald', 'Roboto Condensed','Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 120px;
	padding-left: 5px;
}
/*!
 * ui-grid - v3.0.1 - 2015-07-17
 * Copyright (c) 2015 ; License: MIT 
 */.ui-grid{border:1px solid #d4d4d4;box-sizing:content-box;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-o-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.ui-grid-vertical-bar{position:absolute;right:0;width:0}.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar,.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar{width:1px}.ui-grid-scrollbar-placeholder{background-color:transparent}.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar{background-color:#d4d4d4}.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar{background-color:#d4d4d4}.ui-grid-header-cell:last-child .ui-grid-vertical-bar{right:-1px;width:1px;background-color:#d4d4d4}.ui-grid-clearfix:before,.ui-grid-clearfix:after{content:"";display:table}.ui-grid-clearfix:after{clear:both}.ui-grid-invisible{visibility:hidden}.ui-grid-contents-wrapper{position:relative;height:100%;width:100%}.ui-grid-top-panel-background{background:#f3f3f3;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));background:-ms-linear-gradient(bottom, #eee, #fff);background:-moz-linear-gradient(center bottom, #eee 0, #fff 100%);background:-o-linear-gradient(#fff, #eee);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0)}.ui-grid-header{border-bottom:1px solid #d4d4d4;box-sizing:border-box}.ui-grid-top-panel{position:relative;overflow:hidden;font-weight:bold;background:#f3f3f3;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));background:-ms-linear-gradient(bottom, #eee, #fff);background:-moz-linear-gradient(center bottom, #eee 0, #fff 100%);background:-o-linear-gradient(#fff, #eee);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);-webkit-border-top-right-radius:-1px;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:-1px;-moz-border-radius-topright:-1px;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:-1px;border-top-right-radius:-1px;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:-1px;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box}.ui-grid-header-viewport{overflow:hidden}.ui-grid-header-canvas:before,.ui-grid-header-canvas:after{content:"";display:table;line-height:0}.ui-grid-header-canvas:after{clear:both}.ui-grid-header-cell-wrapper{position:relative;display:table;box-sizing:border-box;height:100%}.ui-grid-header-cell-row{display:table-row;position:relative}.ui-grid-header-cell{position:relative;box-sizing:border-box;background-color:inherit;border-right:1px solid;border-color:#d4d4d4;display:table-cell;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:0}.ui-grid-header-cell:last-child{border-right:0}.ui-grid-header-cell .sortable{cursor:pointer}.ui-grid-header .ui-grid-vertical-bar{top:0;bottom:0}.ui-grid-column-menu-button{position:absolute;right:1px;top:0}.ui-grid-column-menu-button .ui-grid-icon-angle-down{vertical-align:sub}.ui-grid-column-menu-button-last-col{margin-right:25px}.ui-grid-column-menu{position:absolute}.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove{-webkit-transition:all .05s linear;-moz-transition:all .05s linear;-o-transition:all .05s linear;transition:all .05s linear;display:block !important}.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-o-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove{-webkit-transition:all .05s linear;-moz-transition:all .05s linear;-o-transition:all .05s linear;transition:all .05s linear;display:block !important}.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-o-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.ui-grid-filter-container{padding:4px 10px;position:relative}.ui-grid-filter-container .ui-grid-filter-button{position:absolute;top:0;bottom:0;right:0}.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"]{position:absolute;top:50%;line-height:32px;margin-top:-16px;right:10px;opacity:.66}.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"]:hover{opacity:1}.ui-grid-filter-container .ui-grid-filter-button-select{position:absolute;top:0;bottom:0;right:0}.ui-grid-filter-container .ui-grid-filter-button-select [class^="ui-grid-icon"]{position:absolute;top:50%;line-height:32px;margin-top:-16px;right:0;opacity:.66}.ui-grid-filter-container .ui-grid-filter-button-select [class^="ui-grid-icon"]:hover{opacity:1}input[type="text"].ui-grid-filter-input{padding:0;margin:0;border:0;width:100%;border:1px solid #d4d4d4;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box}input[type="text"].ui-grid-filter-input:hover{border:1px solid #d4d4d4}select.ui-grid-filter-select{padding:0;margin:0;border:0;width:90%;border:1px solid #d4d4d4;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box}select.ui-grid-filter-select:hover{border:1px solid #d4d4d4}.ui-grid-filter-cancel-button-hidden select.ui-grid-filter-select{width:100%}.ui-grid-render-container{position:inherit;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box}.ui-grid-render-container:focus{outline:none}.ui-grid-viewport{min-height:20px;position:relative;overflow-y:scroll;-webkit-overflow-scrolling:touch}.ui-grid-viewport:focus{outline:none !important}.ui-grid-canvas{position:relative;padding-top:1px}.ui-grid-row:nth-child(odd) .ui-grid-cell{background-color:#fdfdfd}.ui-grid-row:nth-child(even) .ui-grid-cell{background-color:#f3f3f3}.ui-grid-row:last-child .ui-grid-cell{border-bottom-color:#d4d4d4;border-bottom-style:solid}.ui-grid-no-row-overlay{position:absolute;top:0;bottom:0;left:0;right:0;margin:10%;background:#f3f3f3;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));background:-ms-linear-gradient(bottom, #eee, #fff);background:-moz-linear-gradient(center bottom, #eee 0, #fff 100%);background:-o-linear-gradient(#fff, #eee);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #d4d4d4;font-size:2em;text-align:center}.ui-grid-no-row-overlay>*{position:absolute;display:table;margin:auto 0;width:100%;top:0;bottom:0;left:0;right:0;opacity:.66}.ui-grid-cell{overflow:hidden;float:left;background-color:inherit;border-right:1px solid;border-color:#d4d4d4;box-sizing:border-box}.ui-grid-cell:last-child{border-right:0}.ui-grid-cell-contents{padding:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;height:100%}.ui-grid-cell-contents-hidden{visibility:hidden;width:0;height:0;display:none}.ui-grid-row .ui-grid-cell.ui-grid-row-header-cell{background-color:#f0f0ee;border-bottom:solid 1px #d4d4d4}.ui-grid-footer-panel-background{background:#f3f3f3;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));background:-ms-linear-gradient(bottom, #eee, #fff);background:-moz-linear-gradient(center bottom, #eee 0, #fff 100%);background:-o-linear-gradient(#fff, #eee);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0)}.ui-grid-footer-panel{position:relative;border-bottom:1px solid #d4d4d4;border-top:1px solid #d4d4d4;overflow:hidden;font-weight:bold;background:#f3f3f3;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));background:-ms-linear-gradient(bottom, #eee, #fff);background:-moz-linear-gradient(center bottom, #eee 0, #fff 100%);background:-o-linear-gradient(#fff, #eee);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);-webkit-border-top-right-radius:-1px;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:-1px;-moz-border-radius-topright:-1px;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:-1px;border-top-right-radius:-1px;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:-1px;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box}.ui-grid-grid-footer{float:left;width:100%}.ui-grid-footer-viewport{overflow:hidden}.ui-grid-footer-canvas{position:relative}.ui-grid-footer-canvas:before,.ui-grid-footer-canvas:after{content:"";display:table;line-height:0}.ui-grid-footer-canvas:after{clear:both}.ui-grid-footer-cell-wrapper{position:relative;display:table;box-sizing:border-box;height:100%}.ui-grid-footer-cell-row{display:table-row}.ui-grid-footer-cell{overflow:hidden;background-color:inherit;border-right:1px solid;border-color:#d4d4d4;box-sizing:border-box;display:table-cell}.ui-grid-footer-cell:last-child{border-right:0}input[type="text"].ui-grid-filter-input{padding:0;margin:0;border:0;width:100%;border:1px solid #d4d4d4;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box}input[type="text"].ui-grid-filter-input:hover{border:1px solid #d4d4d4}.ui-grid-menu-button{z-index:2;position:absolute;right:0;top:0;background:#f3f3f3;border:1px solid #d4d4d4;cursor:pointer;height:31px;font-weight:normal}.ui-grid-menu-button .ui-grid-icon-container{margin-top:3px}.ui-grid-menu-button .ui-grid-menu{right:0}.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid{overflow:scroll;max-height:300px;border:1px solid #d4d4d4}.ui-grid-menu{z-index:2;position:absolute;padding:0 10px 20px 10px;cursor:pointer;box-sizing:border-box}.ui-grid-menu .ui-grid-menu-inner{background:#f3f3f3;border:1px solid #d4d4d4;position:relative;white-space:nowrap;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);box-shadow:0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2)}.ui-grid-menu .ui-grid-menu-inner ul{margin:0;padding:0;list-style-type:none}.ui-grid-menu .ui-grid-menu-inner ul li{padding:8px;cursor:pointer}.ui-grid-menu .ui-grid-menu-inner ul li:hover{-webkit-box-shadow:inset 0 0 14px rgba(0,0,0,0.2);-moz-box-shadow:inset 0 0 14px rgba(0,0,0,0.2);box-shadow:inset 0 0 14px rgba(0,0,0,0.2)}.ui-grid-menu .ui-grid-menu-inner ul li.ui-grid-menu-item-active{-webkit-box-shadow:inset 0 0 14px rgba(0,0,0,0.2);-moz-box-shadow:inset 0 0 14px rgba(0,0,0,0.2);box-shadow:inset 0 0 14px rgba(0,0,0,0.2);background-color:#cecece}.ui-grid-menu .ui-grid-menu-inner ul li:not(:last-child){border-bottom:1px solid #d4d4d4}.ui-grid-sortarrow{right:5px;position:absolute;width:20px;top:0;bottom:0;background-position:center}.ui-grid-sortarrow.down{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}@font-face{font-family:'ui-grid';src:url('../fonts/ui-grid.eot');src:url('../fonts/ui-grid.eot#iefix') format('embedded-opentype'),url('../fonts/ui-grid.woff') format('woff'),url('../fonts/ui-grid.ttf?') format('truetype'),url('../fonts/ui-grid.svg?#ui-grid') format('svg');font-weight:normal;font-style:normal}[class^="ui-grid-icon"]:before,[class*=" ui-grid-icon"]:before{font-family:"ui-grid";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.ui-grid-icon-blank::before{width:1em;content:' '}.ui-grid[dir=rtl] .ui-grid-header-cell,.ui-grid[dir=rtl] .ui-grid-footer-cell,.ui-grid[dir=rtl] .ui-grid-cell{float:right !important}.ui-grid[dir=rtl] .ui-grid-column-menu-button{position:absolute;left:1px;top:0;right:inherit}.ui-grid[dir=rtl] .ui-grid-cell:first-child,.ui-grid[dir=rtl] .ui-grid-header-cell:first-child,.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child{border-right:0}.ui-grid[dir=rtl] .ui-grid-cell:last-child,.ui-grid[dir=rtl] .ui-grid-header-cell:last-child{border-right:1px solid #d4d4d4;border-left:0}.ui-grid[dir=rtl] .ui-grid-header-cell:first-child .ui-grid-vertical-bar,.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child .ui-grid-vertical-bar,.ui-grid[dir=rtl] .ui-grid-cell:first-child .ui-grid-vertical-bar{width:0}.ui-grid[dir=rtl] .ui-grid-menu-button{z-index:2;position:absolute;left:0;right:auto;background:#f3f3f3;border:1px solid #d4d4d4;cursor:pointer;min-height:27px;font-weight:normal}.ui-grid[dir=rtl] .ui-grid-menu-button .ui-grid-menu{left:0;right:auto}.ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button{right:initial;left:0}.ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"]{right:initial;left:10px}.ui-grid-animate-spin{-moz-animation:ui-grid-spin 2s infinite linear;-o-animation:ui-grid-spin 2s infinite linear;-webkit-animation:ui-grid-spin 2s infinite linear;animation:ui-grid-spin 2s infinite linear;display:inline-block}@-moz-keyframes ui-grid-spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes ui-grid-spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes ui-grid-spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes ui-grid-spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes ui-grid-spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.ui-grid-cell-focus{outline:0;background-color:#b3c4c7}.ui-grid-focuser{width:0;height:0}div.ui-grid-cell input{border-radius:inherit;padding:0;width:100%;color:inherit;height:auto;font:inherit;outline:none}div.ui-grid-cell input:focus{color:inherit;outline:none}div.ui-grid-cell input[type="checkbox"]{margin:9px 0 0 6px;width:auto}div.ui-grid-cell input.ng-invalid{border:1px solid #fc8f8f}div.ui-grid-cell input.ng-valid{border:1px solid #d4d4d4}.expandableRow .ui-grid-row:nth-child(odd) .ui-grid-cell{background-color:#fdfdfd}.expandableRow .ui-grid-row:nth-child(even) .ui-grid-cell{background-color:#f3f3f3}.scrollFiller{float:left;border:1px solid #d4d4d4}.ui-grid-tree-header-row{font-weight:bold !important}.movingColumn{position:absolute;top:0;border:1px solid #d4d4d4;box-shadow:inset 0 0 14px rgba(0,0,0,0.2)}.movingColumn .ui-grid-icon-angle-down{display:none}.ui-grid-pager-panel{position:absolute;left:0;bottom:0;width:100%;padding-top:3px;padding-bottom:3px}.ui-grid-pager-container{float:left}.ui-grid-pager-control{margin-right:10px;margin-left:10px;min-width:135px;float:left}.ui-grid-pager-control button{height:25px;min-width:26px}.ui-grid-pager-control input{height:26px;width:50px;vertical-align:top}.ui-grid-pager-control .first-bar{width:10px;border-left:2px solid #4d4d4d;margin-top:-6px;height:12px;margin-left:-3px}.ui-grid-pager-control .first-triangle{width:0;height:0;border-style:solid;border-width:5px 8.7px 5px 0;border-color:transparent #4d4d4d transparent transparent;margin-left:2px}.ui-grid-pager-control .next-triangle{margin-left:1px}.ui-grid-pager-control .prev-triangle{margin-left:0}.ui-grid-pager-control .last-triangle{width:0;height:0;border-style:solid;border-width:5px 0 5px 8.7px;border-color:transparent transparent transparent #4d4d4d;margin-left:-1px}.ui-grid-pager-control .last-bar{width:10px;border-left:2px solid #4d4d4d;margin-top:-6px;height:12px;margin-left:1px}.ui-grid-pager-row-count-picker{float:left}.ui-grid-pager-row-count-picker select{height:26px;width:60px}.ui-grid-pager-row-count-picker .ui-grid-pager-row-count-label{margin-top:3px}.ui-grid-pager-count-container{float:right;margin-top:4px;min-width:50px}.ui-grid-pager-count-container .ui-grid-pager-count{margin-right:10px;margin-left:10px;float:right}.ui-grid-pinned-container{position:absolute;display:inline;top:0}.ui-grid-pinned-container.ui-grid-pinned-container-left{float:left;left:0}.ui-grid-pinned-container.ui-grid-pinned-container-right{float:right;right:0}.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child{box-sizing:border-box;border-right:1px solid;border-width:1px;border-right-color:#aeaeae}.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child{box-sizing:border-box;border-right:1px solid;border-width:1px;border-right-color:#aeaeae}.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar,.ui-grid-pinned-container .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar{width:1px}.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar{background-color:#d4d4d4}.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar{background-color:#aeaeae}.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child .ui-grid-vertical-bar{right:-1px;width:1px;background-color:#aeaeae}.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:first-child{box-sizing:border-box;border-left:1px solid;border-width:1px;border-left-color:#aeaeae}.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:first-child{box-sizing:border-box;border-left:1px solid;border-width:1px;border-left-color:#aeaeae}.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar,.ui-grid-pinned-container .ui-grid-cell:not(:first-child) .ui-grid-vertical-bar{width:1px}.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar{background-color:#d4d4d4}.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar{background-color:#aeaeae}.ui-grid-pinned-container.ui-grid-pinned-container-first .ui-grid-header-cell:first-child .ui-grid-vertical-bar{left:-1px;width:1px;background-color:#aeaeae}.ui-grid-column-resizer{top:0;bottom:0;width:5px;position:absolute;cursor:col-resize}.ui-grid-column-resizer.left{left:0}.ui-grid-column-resizer.right{right:0}.ui-grid-header-cell:last-child .ui-grid-column-resizer.right{border-right:1px solid #d4d4d4}.ui-grid[dir=rtl] .ui-grid-header-cell:last-child .ui-grid-column-resizer.right{border-right:0}.ui-grid[dir=rtl] .ui-grid-header-cell:last-child .ui-grid-column-resizer.left{border-left:1px solid #d4d4d4}.ui-grid.column-resizing{cursor:col-resize}.ui-grid.column-resizing .ui-grid-resize-overlay{position:absolute;top:0;height:100%;width:1px;background-color:#aeaeae}.ui-grid-row-saving .ui-grid-cell{color:#848484 !important}.ui-grid-row-dirty .ui-grid-cell{color:#610b38}.ui-grid-row-error .ui-grid-cell{color:#f00 !important}.ui-grid-row.ui-grid-row-selected>[ui-grid-row]>.ui-grid-cell{background-color:#c9dde1}.ui-grid-disable-selection{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.ui-grid-selection-row-header-buttons{cursor:pointer;opacity:.1}.ui-grid-selection-row-header-buttons.ui-grid-row-selected{opacity:1}.ui-grid-selection-row-header-buttons.ui-grid-all-selected{opacity:1}.ui-grid-tree-row-header-buttons.ui-grid-tree-header{cursor:pointer;opacity:1}.ui-grid-tree-header-row{font-weight:bold !important}.ui-grid-icon-plus-squared:before{content:'\c350'}.ui-grid-icon-minus-squared:before{content:'\c351'}.ui-grid-icon-search:before{content:'\c352'}.ui-grid-icon-cancel:before{content:'\c353'}.ui-grid-icon-info-circled:before{content:'\c354'}.ui-grid-icon-lock:before{content:'\c355'}.ui-grid-icon-lock-open:before{content:'\c356'}.ui-grid-icon-pencil:before{content:'\c357'}.ui-grid-icon-down-dir:before{content:'\c358'}.ui-grid-icon-up-dir:before{content:'\c359'}.ui-grid-icon-left-dir:before{content:'\c35a'}.ui-grid-icon-right-dir:before{content:'\c35b'}.ui-grid-icon-left-open:before{content:'\c35c'}.ui-grid-icon-right-open:before{content:'\c35d'}.ui-grid-icon-angle-down:before{content:'\c35e'}.ui-grid-icon-filter:before{content:'\c35f'}.ui-grid-icon-sort-alt-up:before{content:'\c360'}.ui-grid-icon-sort-alt-down:before{content:'\c361'}.ui-grid-icon-ok:before{content:'\c362'}.ui-grid-icon-menu:before{content:'\c363'}.ui-grid-icon-indent-left:before{content:'\e800'}.ui-grid-icon-indent-right:before{content:'\e801'}.ui-grid-icon-spin5:before{content:'\ea61'}
.feedback-btn {
  font-size: 14px;
  position: fixed;
  bottom: -3px;
  right: 60px;
  width: auto;
}
#feedback-module p {  font-size: 13px }
#feedback-note-tmp {
  width: 444px;
  height: auto;
  min-height: 90px;
  outline: none;
  font-family: Arial,sans-serif;
  padding: 4px;
}
#feedback-note-tmp:focus,
#feedback-overview-note:focus {  border: 1px solid #64b7cc }
#feedback-canvas {
  position: absolute;
  top: 0;
  left: 0;
}
#feedback-welcome {
  top: 30%;
  left: 50%;
  margin-left: -270px;
  display: block;
  position: fixed;
}
.feedback-logo {
  background: url(/images/feedbackicons.png) -0px -0px no-repeat;
  width: 34px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  padding-left: 40px;
  height: 32px;
}
.feedback-next-btn {
  width: 72px;
  height: 29px;
  line-height: 27px;
  float: right;
  font-size: 13px;
  padding: 0 8px;
}
.feedback-back-btn {
  width: 72px;
  height: 29px;
  line-height: 27px;
  float: right;
  font-size: 13px;
  padding: 0 8px;
  margin-right: 20px;
}
.feedback-submit-btn {
  width: 72px;
  height: 29px;
  line-height: 27px;
  float: right;
  font-size: 13px;
  padding: 0 8px;
}
.feedback-close-btn {
  width: 72px;
  height: 29px;
  line-height: 27px;
  float: right;
  font-size: 13px;
  padding: 0 8px;
}
.feedback-helper {
  background: rgba(0,0,0,0);
  cursor: default;
}
.feedback-helper[data-type="highlight"]>.feedback-helper-inner {  background: rgba(0,68,255,0.1) }
#feedback-close {
  cursor: pointer;
  position: absolute;
  background: url(/images/feedbackicons.png) -0px -64px;
  width: 30px;
  height: 30px;
}
.feedback-wizard-close {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
  background: url(/images/feedbackicons.png) -0px -34px;
  width: 30px;
  height: 30px;
  opacity: 0.65;
}
.feedback-wizard-close:hover {  opacity: 1 }
#feedback-welcome-error,
#feedback-overview-error {
  display: none;
  color: #f13e3e;
  float: right;
  margin-right: 30px;
  font-size: 13px;
  line-height: 29px;
}
#feedback-overview-error {  margin-top: 20px }
#feedback-highlighter {
  display: none;
  bottom: 100px;
  right: 100px;
  position: fixed;
  width: 540px;
  height: 275px;
}
#feedback-overview {
  display: none;
  top: 10%;
  left: 50%;
  margin-left: -420px;
  position: fixed;
  width: 840px!important;
  height: auto;
}
#feedback-submit-error,
#feedback-submit-success {
  top: 30%;
  left: 50%;
  margin-left: -300px;
  display: block;
  position: fixed;
  width: 600px;
  height: auto;
}
.feedback-btn {
  padding: 10px;
  outline: 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.2);
  -moz-box-shadow: 0 4px 16px rgba(0,0,0,.2);
  box-shadow: 0 4px 16px rgba(0,0,0,.2);
  z-index: 40000;
}
.feedback-btn-gray {
  text-align: center;
  cursor: pointer;
  font-family: 'Open sans';
  border: 1px solid #dcdcdc;
  border: 1px solid rgba(0,0,0,0.1);
  color: #444;
  border-radius: 2px;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
}
.feedback-btn-gray:hover {
  color: #333;
  border: 1px solid #c6c6c6;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
}
.feedback-btn-blue {
  text-align: center;
  cursor: pointer;
  font-family: 'Open sans';
  border-radius: 2px;
  background-color: #357ae8;
  background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
  background-image: linear-gradient(top,#4d90fe,#357ae8);
  border: 1px solid #2f5bb7;
  color: #fff;
}
#feedback-note-tmp,
#feedback-overview-note {  resize: none }
#feedback-welcome,
#feedback-highlighter,
#feedback-overview,
#feedback-submit-success,
#feedback-submit-error {
  font-family: Arial,sans-serif;
  z-index: 40000;
  background: #fff;
  border: 1px solid rgba(0,0,0,.333);
  padding: 30px 42px;
  width: 600px;
  border: 1px solid rgba(0,0,0,.333);
  outline: 0;
  -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.2);
  -moz-box-shadow: 0 4px 16px rgba(0,0,0,.2);
  box-shadow: 0 4px 16px rgba(0,0,0,.2);
  background: #fff;
  background-clip: padding-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transform: translateZ();
}
.feedback-sethighlight,
.feedback-setblackout {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
  color: #444;
  border: 1px solid #dcdcdc;
  border: 1px solid rgba(0,0,0,0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: default;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  margin-right: 16px;
  height: 30px;
  line-height: 28px;
  min-width: 90px;
  outline: 0;
  padding: 0 8px;
  display: inline-block;
  float: left;
}
.feedback-setblackout {
  margin-top: 10px;
  clear: both;
}
.feedback-sethighlight div {
  background: url(/images/feedbackicons.png) 0px -94px;
  width: 16px;
  height: 16px;
  margin-top: 7px;
  float: left;
}
.feedback-setblackout div {
  background: url(/images/feedbackicons.png) -16px -94px;
  width: 16px;
  height: 16px;
  margin-top: 7px;
  float: left;
}
.feedback-sethighlight:hover,
.feedback-setblackout:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
  border: 1px solid #c6c6c6;
  color: #333;
}
.feedback-active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  background-color: #eee;
  background-image: -webkit-linear-gradient(top,#eee,#e0e0e0);
  background-image: -moz-linear-gradient(top,#eee,#e0e0e0);
  background-image: -ms-linear-gradient(top,#eee,#e0e0e0);
  background-image: -o-linear-gradient(top,#eee,#e0e0e0);
  background-image: linear-gradient(top,#eee,#e0e0e0);
  border: 1px solid #ccc;
  color: #333;
}
#feedback-highlighter label {
  float: left;
  margin: 0 0 0 10px;
  line-height: 30px;
  font-size: 13px;
  font-weight: normal;
}
#feedback-highlighter label.lower {  margin-top: 10px }
.feedback-buttons {
  float: right;
  margin-top: 20px;
  clear: both;
}
#feedback-module h3 {
  font-weight: bold;
  font-size: 15px;
  margin: 8px 0;
}
.feedback-additional {  margin-bottom: 20px!important }
#feedback-overview-description {  float: left }
#feedback-overview-note {
  width: 314px;
  padding: 4px;
  height: 90px;
  outline: none;
  font-family: Arial,sans-serif;
}

#feedback-overview-note::placeholder {
    color: lightgrey;
    font-size: 15px;
}

#feedback-overview-screenshot {  float: right }
.feedback-screenshot {
  max-width: 396px;
  padding: 1px;
  border: 1px solid #adadad;
}

#feedback-overview-description-text {
    width: 340px
}
#feedback-overview-description-text span {
  font-size: 14px;
  margin: 8px 0;
  color: #666;
  padding-left: 10px;
  background: url(/images/feedbackicons.png) -30px -34px no-repeat;
  margin-left: 26px;
}
#feedback-browser-info,
#feedback-page-info,
#feedback-page-structure,
#feedback-additional-none {
  margin-top: 16px;
  display: none;
}


@media (max-width: 767px) and (min-width: 320px) {


    .feedback-btn {
        padding: 5px;
        font-size: 10px;
        bottom: -3px;
        right: 5px;
    }

    #feedback-welcome, #feedback-highlighter, #feedback-overview, #feedback-submit-success, #feedback-submit-error {
        width: 200px;
    }

        #feedback-module p, .feedback-sethighlight, .feedback-setblackout, #feedback-highlighter label {
            display: none;
        }

    #feedback-overview-screenshot {
        display: none;
    }
    #feedback-overview-description,
    #feedback-overview-screenshot {
        float: none;
    }


    #feedback-overview {
        width: 90% !important;
        top: 10px;
        left: 10px;
        margin-left: 0px;
    }

    #feedback-overview-note {
        width: 90%;
    }

    .feedback-screenshot {
        max-width: 90%;
    }

    #feedback-browser-info, #feedback-page-info, #feedback-page-structure, #feedback-additional-none {
        margin-top: 2px;
    }

    #feedback-module h3 {
        margin: 2px 0px;
    }
    #feedback-submit-error p, #feedback-submit-success p{
        display: block;
    }
    #feedback-submit-error, #feedback-submit-success {
    
    top: 10px;
    left: 10px;
    margin-left: 0px;
}
}

@media print {
    .feedback-btn {
        display: none;
    }
}
.card-container {
      width: 100%;
      height: 415px;
      position: relative;
      margin: 0 auto 20px;
      /*border: 1px solid #CCC;*/
      -webkit-perspective: 800px;
         -moz-perspective: 800px;
           -o-perspective: 800px;
              perspective: 800px;
    }

    .flip-card {
      width: 100%;
      height: 100%;
      position: absolute;
      -webkit-transition: -webkit-transform 1s;
         -moz-transition: -moz-transform 1s;
           -o-transition: -o-transform 1s;
              transition: transform 1s;
      -webkit-transform-style: preserve-3d;
         -moz-transform-style: preserve-3d;
           -o-transform-style: preserve-3d;
              transform-style: preserve-3d;
    }

    .flip-card.card-flipped {
      -webkit-transform: rotateY( 180deg );
         -moz-transform: rotateY( 180deg );
           -o-transform: rotateY( 180deg );
              transform: rotateY( 180deg );
    }

    .flip-card .card-front{
        z-index: 1051;
    }
    .flip-card.card-flipped .card-front{
        z-index: 1050;
    }

    .flip-card .card-back{
        z-index: 1050;
    }
    .flip-card.card-flipped .card-back{
        z-index: 1051;
    }

    .flip-card .card-figure {
      display: block;
      height: 100%;
      width: 100%;
      /*line-height: 260px;
      color: white;
      text-align: center;
      font-weight: bold;
      font-size: 140px;*/
      position: absolute;
      -webkit-backface-visibility: hidden;
         -moz-backface-visibility: hidden;
           -o-backface-visibility: hidden;
              backface-visibility: hidden;
    }

    .flip-card .card-front {
      /*background: red;*/
    }

    .flip-card .card-back {
      background: #fff;
        
      -webkit-transform: rotateY( 180deg );
         -moz-transform: rotateY( 180deg );
           -o-transform: rotateY( 180deg );
              transform: rotateY( 180deg );
    }

    .card-back-section {
        background: #f0f0f0;
        color: #fff;
        margin: 20px;   
        height: 350px;
    padding: 20px; 
    }
.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,rgba(0,0,0,0.9)));
  background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  -webkit-transform: none !important;
     -moz-transform: none !important;
      -ms-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
}

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
}

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}

.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255,255,255,.2);
  border: 1px solid #777;
  border: 1px solid rgba(0,0,0,.5);
  border-radius: 1em;
  box-shadow: 0 2px 15px rgba(0,0,0,.4);
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 10000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
      -ms-box-sizing: content-box;
       -o-box-sizing: content-box;
          box-sizing: content-box;
}

.introjs-helperNumberLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  background: #ff3019; /* Old browsers */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */
  background:    -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
  background:     -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
  background:      -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */
  background:         linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);  /* W3C */
  width: 20px;
  height:20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)"; /* IE6-9 */
  filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)"; /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0,0,0,.4);
}

.introjs-arrow {
  border: 5px solid white;
  content:'';
  position: absolute;
}
.introjs-arrow.top {
  top: -10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:white;
  border-left-color:transparent;
}
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:white;
  border-left-color:transparent;
}
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:white;
  border-left-color:transparent;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:white;
}
.introjs-arrow.right-bottom {
  bottom:10px;
  right: -10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:white;
}
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color:white;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:transparent;
}
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color:transparent;
  border-right-color:white;
  border-bottom-color:transparent;
  border-left-color:transparent;
}
.introjs-arrow.left-bottom {
  left: -10px;
  bottom:10px;
  border-top-color:transparent;
  border-right-color:white;
  border-bottom-color:transparent;
  border-left-color:transparent;
}

.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0,0,0,.4);
  -webkit-transition: opacity 0.1s ease-out;
     -moz-transition: opacity 0.1s ease-out;
      -ms-transition: opacity 0.1s ease-out;
       -o-transition: opacity 0.1s ease-out;
          transition: opacity 0.1s ease-out;
}

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}

/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/
.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px/normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}

.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0px 1px 1px #e3e3e3;
}

.introjs-button:focus,
.introjs-button:active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
  background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: linear-gradient(#ececec, #f4f4f4);
}

/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.introjs-skipbutton {
  box-sizing: content-box;
  margin-right: 5px;
  color: #7a7a7a;
}

.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}

.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
}

.introjs-nextbutton.introjs-fullbutton {
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}

.introjs-hidden {
     display: none;
}

.introjs-bullets {
  text-align: center;
}
.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}
.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}
.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
.introjs-bullets ul li a:hover {
  background: #999;
}
.introjs-bullets ul li a.active {
  background: #999;
}

.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1
}
.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

.introjs-fixedTooltip {
  position: fixed;
}

.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer;
}
.introjs-hint:focus {
    border: 0;
    outline: 0;
}
.introjs-hidehint {
  display: none;
}

.introjs-fixedhint {
  position: fixed;
}

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}

.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}
.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.introjs-hint-dot {
  box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  -moz-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}

.introjs-arrow.left, .introjs-arrow.left-bottom {
    border-color: transparent rgba(000, 0, 0, 0.5) transparent transparent !important;
}
@-moz-keyframes introjspulse {
    0% {
    -moz-transform: scale(0);
    opacity: 0.0;
 }
 25% {
    -moz-transform: scale(0);
    opacity: 0.1;
 }
 50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
 }
 75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    -moz-transform: scale(1);
    opacity: 0.0;
 }
}

@-webkit-keyframes introjspulse {
 0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
 }
 25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
 }
 50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
 }
 75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
 }
}

.introjs-tooltip {
  background-color: rgba(000, 0, 0, 0.5);
  color: #fff;
}

.introjs-button,
.introjs-button:hover, .introjs-button:focus, .introjs-button:active,
.introjs-disabled, .introjs-disabled:focus, .introjs-disabled:hover {
  outline: none;
  background-image: none;
  background-color: transparent;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 50px;
  box-shadow: none;
  border-shadow: none;
  text-shadow: none;
}

.introjs-button:hover, .introjs-button:focus, .introjs-button:active {
  border: 1px solid #fff
}
.introjs-disabled, .introjs-disabled:focus, .introjs-disabled:hover {
  color: #ccc;
  border: 1px solid transparent;
}

.introjs-arrow {
  border: 10px solid #fff;
}
.introjs-arrow.top, .introjs-arrow.top-middle, .introjs-arrow.top-right {
  border-color: transparent transparent rgba(000, 0, 0, 0.5);
  top: -20px;
  left: 20px;
}
.introjs-arrow.bottom, .introjs-arrow.bottom-middle, .introjs-arrow.bottom-right {
  border-color: rgba(000, 0, 0, 0.5) transparent transparent;
  bottom: -20px;
  left: 20px;
}
.introjs-arrow.left, .introjs-arrow.right {
    top: 20px;
}
.introjs-arrow.left-bottom, .introjs-arrow.right-bottom {
    bottom: 20px;
}

.introjs-arrow.left, .introjs-arrow.left-bottom {
  left: -20px;
  border-color: rgba(000, 0, 0, 0.5) transparent transparent transparent;
}
.introjs-arrow.right, .introjs-arrow.right-bottom {
  right: -20px;
  border-color: transparent transparent transparent rgba(000, 0, 0, 0.5);
}

/*
 * Project: CirclePlayer
 * http://www.jplayer.org
 *
 * Copyright (c) 2011 Happyworm Ltd
 *
 * Author: Silvia Benvenuti
 * Edited by: Mark J Panaghiston
 * Date: 6th May 2011
 * Artwork inspired by: http://forrst.com/posts/Untitled-CJz
 */

.cp-container {
	position: relative;
	width: 21px; /* 200 - (2 * 48) */
	height: 21px;
	/*background: url("../images/bgr.png") 0 0 no-repeat;*/
	/*padding: 48px;*/
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.cp-container :focus {
	border:none; 
	outline:0;
}

.cp-buffer-1,
.cp-buffer-2,
.cp-progress-1,
.cp-progress-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 52px;
	height: 52px;
	clip:rect(0px,26px,52px,0px);

	-moz-border-radius:26px;
	-webkit-border-radius:26px;
	border-radius:26px;
}

.cp-buffer-1,
.cp-buffer-2 {
	background: url("../images/buffer.png") 0 0 no-repeat;
}     


/* FALLBACK for .progress
 * (24 steps starting from 1hr filled progress, Decrease second value by 104px for next step)
 * (It needs the container selector to work. Or use div)
 */ 

.cp-container .cp-fallback {
	background: url("../images/progress_sprite.jpg") no-repeat;
	background-position: 0 52px; 
}

.cp-progress-1,
.cp-progress-2 {
	background: url("../images/circle-progress.png") 0 0 no-repeat;
} 

.cp-buffer-holder,
.cp-progress-holder,
.cp-circle-control {
	position:absolute;
	width:52px;
	height:52px;
} 

.cp-circle-control {
	cursor:pointer;
}

.cp-buffer-holder,
.cp-progress-holder {
	clip:rect(0px,52px,52px,26px);
	display:none;
}


/* This is needed when progress is greater than 50% or for fallback */

.cp-buffer-holder.cp-gt50,
.cp-progress-holder.cp-gt50,
.cp-progress.cp-fallback{
	clip:rect(auto, auto, auto, auto);
}  

.cp-controls {
	margin:0;
	padding: 0px;
}

.cp-controls li{
	list-style-type:none;
	/*display: block;
    padding: 13px 0 0 13px !important;*/
	/*IE Fix*/  
	/*position:absolute;*/
}

ul.cp-controls  > li:before {
        content: none !important;
}

.cp-controls li a{
	position: relative;
	display: block;
	width:25px;
	height:25px;
	text-indent:-9999px;
	z-index:1;      
}

.cp-controls .cp-play {
	background: url("../images/controls.jpg") 0 0 no-repeat;
}

.cp-controls .cp-play:hover {
	background: url("../images/controls.jpg") -25px 0 no-repeat;
}

.cp-controls .cp-pause {
	background: url("../images/controls.jpg") 0 -25px no-repeat;
}

.cp-controls .cp-pause:hover {
	background: url("../images/controls.jpg") -25px -25px no-repeat;
}

.cp-jplayer {
	width: 0;
	height: 0;
    display: inline-block;
}


.prototype-wrapper {
    display: inline-block;
}
.turnjs-slider {
    width: 600px;
    height: 8px;
    /*background: rgba(0,0,0, 0.2);*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin: 20px auto;
}

    .turnjs-slider .thumbnail {
        width: 115px;
        height: 85px;
        position: absolute;
        background: rgba(0,0,0, 0.5);
        z-index: 10000;
        top: -100px;
        left: -17px;
        display: none;
        -webkit-transform: translate3d(0px, 50px, 0px) scale(0.1, 0.1);
        -webkit-transition: all 0.2s;
        -webkit-border-radius: 5px;
        -moz-transform: translate3d(0px, 50px, 0px) scale(0.1, 0.1);
        -moz-transition: all 0.2s;
        -moz-border-radius: 5px;
        -o-transform: translate3d(0px, 50px, 0px) scale(0.1, 0.1);
        -o-transition: all 0.2s;
        -o-border-radius: 5px;
        -ms-transform: translate3d(0px, 50px, 0px) scale(0.1, 0.1);
        -ms-transition: all 0.2s;
        -ms-border-radius: 5px;
        transform: translate3d(0px, 50px, 0px) scale(0.1, 0.1);
        transition: all 0.2s;
        border-radius: 5px;
    }

.no-transition {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}

.turnjs-slider .thumbnail div {
    width: 100px;
    margin: 7px;
    height: 70px;
    background-color: white;
}

.turnjs-slider .ui-state-hover .thumbnail {
    display: block;
    opacity: 0;
}

.turnjs-slider .ui-state-active .thumbnail {
    display: block;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

/* Layout helpers
----------------------------------*/

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.turnjs-slider .ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.turnjs-slider .ui-slider {
    position: relative;
    text-align: left;
}

.turnjs-slider .ui-slider-handle {
    position: absolute;
    z-index: 0;
    width: 80px;
    height: 8px;
    cursor: default;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.turnjs-slider .ui-slider-horizontal {
    height: 8px;
    width: 520px;
    margin-left: 39px;
    border: 1px solid #ddd;
}

    .turnjs-slider .ui-slider-horizontal .ui-slider-handle {
        margin-left: -40px;
        margin-top: 4px;
    }

/* Interaction states
----------------------------------*/
.turnjs-slider .ui-slider-handle {
    border: 1px solid white;
    background-color: black;
    opacity: 0.2;
    display: block;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.turnjs-slider .ui-state-hover {
    opacity: 0.4;
}

.turnjs-slider .ui-state-active {
    opacity: 1;
}



.bookcanvas {
    
    margin: 100px auto;
}

.book-zoom {
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -ms-transition: -ms-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
}

.animated {
    -webkit-transition: margin-left 0.2s ease-in-out;
    -moz-transition: margin-left 0.2s ease-in-out;
    -o-transition: margin-left 0.2s ease-in-out;
    -ms-transition: margin-left 0.2s ease-in-out;
    transition: margin-left 0.2s ease-in-out;
}

.sample-docs {
    margin-top: 20px;
    width: 942px;
    height: 600px;
}

    .sample-docs .page {
        width: 471px;
        height: 600px;
        background: white;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
        -ms-box-shadow: 0 0 20px rgba(0,0,0,0.2);
        -o-box-shadow: 0 0 20px rgba(0,0,0,0.2);
        box-shadow: 0 0 20px rgba(0,0,0,0.2);
    }

    .sample-docs .hard {
        /*background-image: url(/images/covers.jpg);*/
    }

    .sample-docs .p2 {
        background-position: -471px 0;
    }

    .sample-docs .p28 {
        background: -webkit-gradient(linear, left top, right top, color-stop(0.95, #fff), color-stop(1, #dadada));
        background-image: -webkit-linear-gradient(left, #fff 95%, #dadada 100%);
        background-image: -moz-linear-gradient(left, #fff 95%, #dadada 100%);
        background-image: -ms-linear-gradient(left, #fff 95%, #dadada 100%);
        background-image: -o-linear-gradient(left, #fff 95%, #dadada 100%);
        background-image: linear-gradient(left, #fff 95%, #dadada 100%);
    }

    .sample-docs .p29 {
        background-position: -942px 0;
    }

    .sample-docs .p30 {
        background-position: -1413px 0;
    }

    .sample-docs .even .gradient {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(/images/right-border.png);
        background-position: right top;
        background-repeat: repeat-y;
    }

    .sample-docs .odd .gradient {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(/images/left-border.png);
        background-position: left top;
        background-repeat: repeat-y;
    }

    .sample-docs .page-wrapper {
        -webkit-perspective: 2000px;
        -moz-perspective: 2000px;
        -ms-perspective: 2000px;
        perspective: 2000px;
    }


    .sample-docs .loader {
        background-image: url(/images/loader.gif);
        width: 22px;
        height: 22px;
        position: absolute;
        top: 280px;
        left: 219px;
    }

    .sample-docs .shadow {
        -webkit-transition: -webkit-box-shadow 0.5s;
        -moz-transition: -moz-box-shadow 0.5s;
        -o-transition: -webkit-box-shadow 0.5s;
        -ms-transition: -ms-box-shadow 0.5s;
        -webkit-box-shadow: 0 0 20px #ccc;
        -moz-box-shadow: 0 0 20px #ccc;
        -o-box-shadow: 0 0 20px #ccc;
        -ms-box-shadow: 0 0 20px #ccc;
        box-shadow: 0 0 20px #ccc;
    }

    
/*body{font-size:14px;padding-top: 80px;padding-bottom: 40px; font-family: 'Roboto Condensed','Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif; color:#010101}*/

/* HH CHANGES - ADDED ICOMOON FONT */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?8sg6r7');
  src:  url('../fonts/icomoon.eot?8sg6r7#iefix') format('embedded-opentype'),
	url('../fonts/icomoon.ttf?8sg6r7') format('truetype'),
	url('../fonts/icomoon.woff?8sg6r7') format('woff'),
	url('../fonts/icomoon.svg?8sg6r7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icn-question,
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;

  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-edit-icon:before {
    content: "\e92e";
    color: #1c96ca;
}

.icon-download-google:before {
    content: "\e92d";
    color: #1d98cc;
}

.icon-arrow-left:before {
    content: "\e92a";
    color: #1d98cc;
}

.icon-arrow-right:before {
    content: "\e92b";
    color: #1d98cc;
}

.icon-copy:before {
    content: "\e929";
    color: #1d98cc;
}

.icon-tools:before {
    content: "\e928";
    color: #1d98cc;
}

.icon-add:before {
    content: "\e927";
    color: #1d98cc;
}

.icon-loading:before {
    content: "\e926";
    color: #213c73;
}

.icon-delete:before {
    content: "\e925";
    color: #1d98cc;
}

.icon-edit:before {
    content: "\e924";
    color: #1d98cc;
}

.icon-slides:before {
    content: "\e920";
    color: #1d98cc;
}

.icon-videos:before {
    content: "\e921";
    color: #1d98cc;
}

.icon-modules:before {
    content: "\e922";
    color: #1d98cc;
}

.icon-question:before {
    content: "\e923";
    color: #1d98cc;
}

.icon-arrow:before {
    content: "\e900";
    color: #1d98cc;
}

.icon-audio:before {
    content: "\e901";
    color: #1d98cc;
}

.icon-check:before {
    content: "\e902";
    color: #1d98cc;
}

.icon-chevron:before {
    content: "\e903";
    color: #1d98cc;
}

.icon-icon-chevron-up:before {
    content: "\e91f";
    color: #1d98cc;
}

.icon-circle:before {
	content: "\e919";
	color: #918e8e;
}

.icon-close:before {
    content: "\e904";
    color: #1d98cc;
}

.icon-documents:before {
    content: "\e905";
    color: #1d98cc;
}

.icon-download-document:before {
    content: "\e906";
    color: #1d98cc;
}

.icon-download-pdf:before {
    content: "\e907";
    color: #1d98cc;
}

.icon-download-word:before {
    content: "\e908";
    color: #1d98cc;
}

.icon-game:before {
    content: "\e909";
    color: #1d98cc;
}

.icon-game2:before {
    content: "\e91d";
    color: #209fd4;
}

.icon-help:before {
    content: "\e90a";
    color: #1d98cc;
}

.icon-info:before {
    content: "\e91c";
    color: #1d98cc;
}

.icon-link:before {
    content: "\e90b";
    color: #1d98cc;
}

.icon-minus:before {
    content: "\e91a";
    color: #ffb61c;
}

.icon-move:before {
    content: "\e91e";
    color: #209fd4;
}

.icon-multipleusers:before {
    content: "\e90c";
    color: #1d98cc;
}

.icon-notes:before {
    content: "\e90d";
    color: #1d98cc;
}

.icon-pin:before {
    content: "\e90e";
    color: #1d98cc;
}

.icon-play:before {
    content: "\e90f";
    color: #fff;
}

.icon-presentation:before {
    content: "\e910";
    color: #fff;
}

.icon-fwd:before {
    content: "\e911";
    color: #1d98cc;
}

.icon-icon-reply:before {
    content: "\e92c";
    color: #1d98cc;
}

.icon-search:before {
    content: "\e912";
    color: #1d98cc;
}

.icon-searchlarge:before {
    content: "\e913";
    color: #1d98cc;
}

.icon-star-outline:before {
    content: "\e91b";
    color: #ffb61c;
}

.icon-star:before {
    content: "\e914";
    color: #ffb61c;
}

.icon-upload:before {
    content: "\e915";
    color: #1d98cc;
}

.icon-upvote:before {
    content: "\e916";
    color: #1d98cc;
}

.icon-user:before {
    content: "\e917";
    color: #1d98cc;
}

.icon-view:before {
    content: "\e918";
    color: #1d98cc;
}

/********** */


.icon-check-white:before {
  content: "\e902";
  color: #FFF;
  transition: .3s;
}

.icon-check-white:before:hover {
  content: "\e902";
  color: #209FD4;
  transition: .3s;
}


.icn-question:before,
.icon-info:before {
  content: "\e91c";
  color: #209FD4;
}
.icon-game2:before {
  content: "\e91d";
  color: #209fd4;
}
.icon-move:before {
  content: "\e91e";
  color: #209fd4;
}

.icon-chevron-up:before {
  content: "\e91f";
  color: #209fd4;
}

.collapsed .icon-chevron-up:before{
  content: "\e903";
  color: #209fd4;  
}
/* END HH CHANGES */


body {
	font-size: 18px;
	background-color: #FAFAFA;
	/*padding-top: 100px;*/
	/*padding-bottom: 40px;*/
	font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #010101;
	overflow-x: auto;
	-moz-min-width: 767px;
	-ms-min-width: 767px;
	-o-min-width: 767px;
	-webkit-min-width: 767px;
	min-width: 767px;
	line-height: 1.41857143;
}

.angularContainer {
		min-height: calc(100vh - 101px);
}
.full-container {
	width: 100%;
}

.container .row {
    min-height: 60px;
}

.mathup-list {
	margin: 0 0 0 1em !important;
	list-style: initial !important;
}

.mathup-list-normal {
	margin: 0 0 0 1em !important;
	padding: initial !important;
	list-style: initial !important;
	display: list-item !important;
}
.mathup-list-normal::marker{
	font-size: 0.8em;
	}

.mathup-list em {
	padding-right: 0.1em;
}

.mathup-list-normal em {
	padding-right: 0.1em;
}

	.operation-wrap .accordion-content ul {
		margin: initial !important;
		padding: initial !important;
	}

.operation-wrap .accordion-content ul li {
	margin: 0 0 0 1em !important;
	padding: initial !important;
	list-style: initial !important;
}

table {
	/*width: 100%;*/
	max-width: 100% !important;
}

hr {
    border-top: 1px solid #e1e1e1;
}
h1 {
	color: #181F64;
	font-size: 2em;
	font-weight: 700;
	
}

h2 {
	font-size: 32px;
	color: #181F64;
	line-height: 36px;
	font-weight: 600;
	
}

h2.lesson-title {
	padding-top: 35px;
}

	/*.reviewBox-wrap h2 .icn-question{background:url(../images/icn-questionSM.png) 20px -1px no-repeat; width:25px; height:25px; display:inline-block; vertical-align:bottom; padding:0 46px 0 0;}*/
h2 .icn-clock {
		background: url(/images/icn-clock.png) 20px -1px no-repeat;
		width: 180px;
		height: 25px;
		display: inline-block;
		vertical-align: bottom;
		padding: 0 46px 0 49px;
		font-size: 16px;
		font-family: 'Roboto Condensed', sans-serif;
		color: #808080;
		font-weight: normal;
		line-height: 27px;
	}

.school-panel .collapseQuestionHeader h3,
h3 {
	font-size: 26px;
	font-weight: 600;
	/*color: #EF156E;*/
    color: #181F64;
	line-height: 34px;
	margin-bottom: 10px;
}

.school-panel h3 {
    color: #2d416b;
}

h3.subTitle {
	font-size: 20px;
	
}


h4 {
	font-size: 22px;
	color: #2D416B;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 10px;
}

p em{
    padding-right: 0.1em;
}

.PedagogicalContent-Item h4 {
    font-weight: 700;
}

/*h3 {
	font-family:  'Oswald', 'Roboto Condensed', sans-serif;
}*/

.row.condensed-row {
	min-height: 22px;
	font-size: 0.8em;
}

.centfix {
	font-family: Oxygen, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}


.no-js .loading {
	display: none;
}
.js .loading {
	display: block;
	left: 50%;
	position: absolute;
	top: 10px;
    width:10%
}
.js iframe {
	visibility: hidden;
}
.frame_container {
	position: relative;
}



/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }
.modal-content textarea {
    resize: none;
}


.presentation-left-arrow,
.presentation-right-arrow {
	font-size: 30px;
	position: absolute;
	top: 47%;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	border: 1px solid #cfd0d4;
	-webkit-box-shadow: 5px 5px 4px 0 rgba(38, 12, 71, 0.1);
	box-shadow: 5px 5px 4px 0 rgba(38, 12, 71, 0.1);
}
.presentation-left-arrow {
	left: 3%;
	padding: 10px 3px 10px 0px;
}
.presentation-right-arrow {
	right: 3%;
	padding: 10px 0px 10px 3px;
}

.presentationNotes {
	height: auto;
    max-height: 220px;
    overflow: auto;
    padding: 20px;
    color: #010101 !important;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.42857143;
}


.ellipsisText {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    white-space: nowrap; 
    -ms-text-overflow: ellipsis; 
    -o-text-overflow: ellipsis; 
    text-overflow: ellipsis; 
    overflow: hidden; 
}

.licenceCard {
    border: 1px solid rgba(45,65,107,0.2);
    border-radius: 3px;
    background-color: #FFF;
    padding-top: 18px;
    margin-bottom: 10px;
}



.left-flow
	{
	background-color: #FFF;
	width: 3000px;
	height: calc(100%);
	position: absolute;
	left: -2999px;
	z-index: -51;
	border-top: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
	box-shadow: 5px 5px 4px 0 rgba(38,12,71,0.10);
}
.icon-flipped {
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
}

.icon-flipped:before {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.fa-1-3x {
  font-size: 1.3em;
}

.fa-1-5x {
  font-size: 1.5em;
}

a {
	color: #1d98cc;
	text-decoration: none;
	cursor: pointer;
}

.icon-white, .icon-white:before {
    color: #FFF;
	transition: .3s;
}

.iconColor, .iconColor:before {
	color: #209FD4;
	transition: .3s;
	cursor: pointer;
}




.iconColor:hover, 
.iconColor:active,
.iconColor.activated,
.iconColor.activated:before, .iconColor:hover:before, .iconColor:active:before, a:hover iconColor:before, .icon-circle:hover:before,.icon-minus:hover:before, .icon-check:hover:before {
	color: #E81671;
    cursor: pointer;
}


.deleteNote {
    font-size: 0.8em;
    right: 8px;
    bottom: 5px;
    position: absolute;
}

.tab-content .MathJax {
	margin-right: .4em !important;
}
.MathJax{
    margin-right: 2px !important;
}
.MathJax > nobr > span > span {
    font-size: 0.8em !important;
    font-weight: normal;
}

    .MathJax span {
        /*font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif !important;*/
    }

.disabled {
	color: #c1c1c1 !important;
	pointer-events: none;
   cursor: default;
}
#BigLogo {
	padding-top: 25%;
}

.no-styling {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}

.no-padding {
	padding: 0 !important;
}


.padding-10 {
	padding: 10px;
}

.padding-20 {
	padding: 20px;
}

.padding-30 {
	padding: 30px;
}

.padding-20-vertical {
	padding-bottom: 20px;
	padding-top: 20px;
}

.padding-20-top {
	padding-top: 20px !important;
}

.padding-40 {
	padding: 40px;
}

.print-icon, .print-icon:hover {
	padding: 0 5px !important;
	font-size: inherit;
}
.print-icon img {
	padding: 0px !important;
		width: 35px;
	cursor: pointer;

}

.print-icon img.icon-projector {
	width: 65px;
	/*margin-top: -20px;*/
}

.mT0 {
	margin-top: 0 !important;
}

.mT10 {
	margin-top: 10px !important;
}

.mT15 {
	margin-top: 15px !important;
}

.mT20 {
	margin-top: 20px !important;
}

.mT30 {
	margin-top: 30px !important;
}

.mT35 {
	margin-top: 35px !important;
}

.mL20 {
	margin-left: 20px !important;
}

.mB10{
	margin-bottom:10px;
}

.mB20 {
	margin-bottom: 20px;
}

.MB-5 {
	margin-bottom: -5px !important;
}

.MB-10 {
	margin-bottom: -10px !important;
}
.MB-20{
	margin-bottom: -20px !important;
}



.p15 {
	padding: 15px;
}

.pb0 {
	padding-bottom: 0px !important;
}

.pb4 {
	padding-bottom: 4px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pRL0 {
	padding-left: 0;
	padding-right: 0;
}

.pL0 {
	padding-left: 0 !important;
}

.pL20 {
	padding-left: 20px !important;
}

.pL30 {
	padding-left: 30px !important;
}

.pL40 {
	padding-left: 40px !important;
}

.pR0 {
	padding-right: 0;
}

.pR5 {
	padding-right: 5px;
}

.pR20 {
	padding-right: 20px;
}

.pR40 {
	padding-right: 40px;
}

.mR5 {
	margin-right: 5px !important;
}
.mL15 {
	margin-left: 15px !important;
}

.mL50 {
	margin-left: 50px !important;
}


.mR10 {
	margin-right: 10px !important;
}

.m20 {
	margin: 20px !important;
}

.mR20 {
	margin-right: 20px !important;
}

.mR25 {
	margin-right: 25px !important;
}

.mB15 {
	margin-bottom: 15px;
}

.pT10 {  
	padding-top: 10px !important;
}

.pTB10 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.pT20 {
	padding-top: 20px !important;
}


.question-card {
	background-color: #FFF; 
	margin: 20px 0;
	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
			border-radius: 12px;
}
.shadow {
	/*-webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 1px 9px 0px;
			-moz-box-shadow: rgba(0, 0, 0, 0.75) 0px 1px 9px 0px;
			box-shadow: rgba(0, 0, 0, 0.75) 0px 1px 9px 0px;*/

	/*-webkit-box-shadow: 1px 3px 7px 1px rgba(0, 0, 0, 0.75);
						-moz-box-shadow:1px 3px 7px 1px rgba(0, 0, 0, 0.75);
						box-shadow:1px 3px 7px 1px rgba(0, 0, 0, 0.75);*/

	-webkit-box-shadow: 5px 5px 4px 0 rgba(38, 12, 71, 0.1);
	-moz-box-shadow: 5px 5px 4px 0 rgba(38, 12, 71, 0.1);
	box-shadow: 5px 5px 4px 0 rgba(38, 12, 71, 0.1);
}
.shadow-around {
	-webkit-box-shadow: 0px 2px 15px 7px rgba(38, 12, 71, 0.1);
	-moz-box-shadow: 0px 2px 15px 7px rgba(38, 12, 71, 0.1);
	box-shadow: 0px 2px 15px 7px rgba(38, 12, 71, 0.1);
}

.student-text-caption {
	font-size: 16px;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}


.btGray {
	border-top: 1px solid #ddd
}

.bbGray {
	border-bottom: 1px solid #ddd
}

.brGray {
	border-right: 1px solid #ddd
}

.blGray {
	border-left: 1px solid #ddd
}
.footer-nav {
	min-height: 30px !important;
}



.underlineH3, .underlineH3:hover {
	text-decoration: none;
	/*text-decoration: underline !important;*/
	/*border-bottom: 3px solid #337ab7;*/
    color: #0091c9;
    font-family: inherit;
    font-size: 22px;
}


span.grade-number {
	font-size: 4em;
	margin-top: 25px;
}



.icon-border {
	color: #616161;
	border: 1px solid #616161;
	padding: 1px 0px 0px 6px;
	border-radius: 25%;
	margin-right: 5px;
}
.lesson-tab-panel .icon-border {
	padding: 1px 4px 0px 6px;
}

	.icon-border:hover {
		color: #919191;
		border-color: #919191;
	}
.glyphicon-fullscreen {
	color: #616161;
	border: 1px solid #616161;
	padding: 4px 3px 3px 4px;
	border-radius: 25%;
}


.glyphicon-fullscreen:hover {
	color: #919191;
	border-color: #919191;
}

.accordion {
	width: 100%;
	max-width: 100%;
	text-align: left;
	border-radius: 10px 10px 0 0;
	background-color: #def4fd;
	color: black;
}

	.accordion.collapsed {
		border-radius: 10px 10px 10px 10px;
	}

.accordion-content {
	max-width: 100%;
	padding: 10px 20px;
	border: 1px solid #46b8da;
	border-radius: 0 0 10px 10px
}
.btn-group.btn-section .btn-left {
	border-radius: 20px 0px 0 20px;
	border-right: 2px solid #FFF;
}

.btn-group.btn-section .btn-right {
	border-radius: 0px 20px 20px 0px;
	
}

.btn-group.btn-section .btn-none {
	background-color: transparent;
	border: 1px solid #010101;
	height: 48px;
	
}

.btn-group.btn-section .btn-empty {
	background-color: transparent;
	border: none;
}



.backBtn, .centerBtn, .rightBtn {
	color: #337ab7;
	/*font-family: 'Oswald', 'Roboto Condensed', sans-serif;*/
	font-size: 20px;
	padding: 10px 30px;
}

.noTextTransform {
	text-transform: none !important;
}
.autoSaveMain {
	height: 2px;
	display: inline-block;
	width: 49%;
}
.italic {
	font-style: italic;
}
.boldText {
	font-weight: bold;
}

.greyText {
    color: rgba(0,0,0,0.5);
}
.smallText {
    font-weight: normal;
    font-size: 0.8em;
}
.tableHeaderRow {
	padding: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-top: 30px;
	min-height: 10px !important;
}
.material-description {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    color: rgba(0,0,0,0.5);
}

a[rollapp-href], a[rollapp-href]:hover {
	text-decoration: none;
	border-bottom: 2px solid #337ab7;
}

.bottom-dotted-border {
	border-bottom: 1px solid rgba(71,83,81,0.23);
	margin: 25px 0;
}

.bottom-solid-border {
	border-bottom: solid 1px rgba(71, 83, 81, 0.23);
}

.top-dotted-border {
	border-top: 2px dotted #010101;
}

.left-dotted-border {
	border-left: 2px dotted #010101;
}

.right-dotted-border {
	border-right: 2px dotted #010101;
	margin-right: -2px;
}

.MJXc-math {
    font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif !important;
    /*
        font-size: 10px;
    */
}


.MathJax_CHTML {
	font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif !important;
	/*font-size: 10px;*/
}


.top-right-icon {
	padding-right: 5px;
	padding-top: 5px;
	color: #dedede;
}

.img-baseline {
	vertical-align: baseline;
}

.lesson-tab-panel {
	padding: 20px;
	font-size: 18px;
}

.single-pane-lesson .lesson-tab-panel {
	padding: 0;
	font-size: 18px;
}

.btn-action {
	margin: 10px;
	font-size: 20px;
	/*font-family: 'Oswald','Open-Sans';*/
	text-transform: uppercase;
}
/*.lesson-tab-panel ol, .lesson-tab-panel-editor ol,
.lesson-tab-panel ul, .lesson-tab-panel-editor ul {
	counter-reset: foo;
	display: table;
}

.lesson-tab-panel ol > li, .lesson-tab-panel-editor ol > li,
.lesson-tab-panel ul > li, .lesson-tab-panel-editor ul > li {
	counter-increment: foo;
	display: table-row;
}

.lesson-tab-panel ol > li::before, .lesson-tab-panel-editor ol > li::before,
.lesson-tab-panel ul > li::before, .lesson-tab-panel-editor ul > li::before {
	content: counter(foo) ".";
	display: table-cell; 
	text-align: right;
	padding-right: 20px;
}*/


a.notesLink:hover, a.notesLink:focus,
a.materialsLink:hover, a.materialsLink:focus {
	color: #fff;
	text-decoration: none;
}

.lesson-tab-panel ol,
.lesson-tab-panel ul,
.notesBox ol,
.notesBox ul,
.redactor-editor ol,
.redactor-editor ul {
	counter-reset: foo;
	display: table;
}

	.lesson-tab-panel ol > li,
	.lesson-tab-panel ul > li,
	.notesBox ol > li,
	.notesBox ul > li,
	.redactor-editor ol > li,
	.redactor-editor ul > li {
		counter-increment: foo;
		display: table-row;
		line-height: 1.5em;
	}

.lesson-tab-panel ol, .notesBox ol, .redactor-editor ol {
	list-style-type: lower-alpha;
}

	.lesson-tab-panel ol > li::before,
	.notesBox ol > li::before,
	.redactor-editor ol > li::before {
		/*content: counter(foo) ".";*/
		content: counters(foo, ".") " ";
		display: table-cell; /* aha! */
		text-align: right;
		padding-right: 20px;
	}

	/* aha! */
/*.lesson-tab-panel .vjs-menu ul > li::before{
	
	display: none; 
	text-align: right;
	padding-right: 20px;
	font-size: 7px;
	color: #010101;
	position: relative;
	top: -.5em;
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}*/




.redactor-editor .videogular-container {
	background-image: url('/images/marian_video.png');
	height: 321px;
	width: 570px;
}

td, th {
	vertical-align: top;
}

.full-screen-body p, .lesson-tab-panel p, .lesson-tab-panel td, .lesson-tab-panel th, .lesson-tab-panel li,
.mathML p, .mathML td, .mathML th, .mathML li,
.lesson-tab-panel-editor p, .lesson-tab-panel-editor td, .lesson-tab-panel-editor th, .lesson-tab-panel-editor li,
.mathML p, .mathML td, .mathML th, .mathML li {
	vertical-align: top;
}

.help-definition {
	/*text-decoration: underline;*/
	border-bottom: 1px solid #0091c9;
	/*text-decoration-color: #0091c9;*/
	-moz-text-decoration-color: #0091c9;
	cursor: pointer;
}

.redactor-box .print-spacer {
	display: block;
	border: 1px dashed #003f98;
}

.redactor-dropdown a.active {
	background-color: #1f78d8;
	color: #fff !important;
	text-decoration: none;
}

.print-spacer {
	display: none;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}

.pageTitle {
	font-size: 45px;
	font-weight: bold;
	color: #000;
	
	/*border-bottom: 2px dotted #010101;
	padding-bottom: 20px;*/
}

.pageSubTitle {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	
	padding-bottom: 20px;
	padding-top: 20px;
}

.Resource-Dialog-Header {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	
	padding-top: 20px;
}

.Resource-Dialog-SubHeader {
	font-size: 1.3em;
}

.zindex1000 {
	z-index: 1000;
}

.main-nav {
	padding-top: 10px;
	padding-bottom: 16px;
	width: calc(100vw) !important;
}

.navbar-default {
	background: #fff;
	border-bottom: none;

}

.navbar {
	margin-bottom: 0;
	
}

.navbar-brand.logo {
	width: 140px;
	margin-left: 15px !important;
	height: inherit;
	padding: 0;
}

.nav-topic-header {
	  display: none;
	  padding: 12px 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
  }

.navbar-collapse.collapsing, .navbar-collapse.in {
	margin-top: 15px;
	border-bottom: 1px solid #e7e7e7;
}

.navbar-default .container {
	padding: 20px 0 10px 0;
}

.navbar-right {
	/*width: 210px;
	margin-right: -35px;*/
	margin-right: 10px;
}

.navbar-nav  #profileMenuItem.userMain {
	background-color: #0091C9;
	color: #FFF;
	padding: 5px 15px;
	border-radius: 20px;

}

.navbar-nav .profilePicture {
        width: 24px;
    
    height: 24px;
    margin-top: -4px;
    border-radius: 50%;
    margin-left: -9px;
    margin-right: 5px;
    background-color: #FFF;

}
.navbar-nav .userImage {
	color: #ddd;
	background-color: #FFF;
	margin-right: 8px;
	padding: 2px 1px 2px 5px;
	border-radius: 50%;
	margin-left: -10px;
}

.navbar-nav .userName {
	font-style: normal;
    width: 110px; 
    display: inline-block; 
    margin-bottom: -4px;
}
.scrollToFixedItem {
	/*background-color: #eae9e9;*/
	z-index: 999 !important;
}
.subLinks {
	margin-bottom: 20px;
	margin-top: -40px;
}

ul.legends li {
	display: block !important;
	border: none !important;
}
	.subLinks ul {
		list-style: none;
		display: block;
		padding-left: 0;
		margin-bottom: 0;
	}

		.subLinks ul li {
			padding: 5px 10px 5px 10px;
			margin: 0;
			display: inline-block;
			float: left;
		}

			.subLinks ul li:last-child {
				border-right: 0;
			}

			.subLinks ul li a {
				color: #2D416B;
				font-size: 16px;
			}

				.subLinks ul li a:hover {
					text-decoration: none;
				}

			.subLinks ul li.active > a {
				color: #0093CB;
			}

				.subLinks ul li.active > a:before {
					content: '';
					padding-right: 8px;
					margin-top: 5px;
					line-height: .6em;
					font-size: 26px;
					float: left;
					margin-left: -16px;
				}


[popover]:not(:popover-open):not(dialog[open]) {
	display: contents;
}

                .popover, .popover-bg {
                    font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
                    background-image: url(/images/menu-bg.png);
                    background-position: 40px -90px;
                    -ms-background-size: 280px;
                    background-size: 280px;
                    /* left: 545px; */
                    padding: 40px 30px 40px 50px;
                    background-repeat: no-repeat;
                }

                body.National .popover {
                    background-image: url(/images/menu-bg_National.png) !important;
                }

body.Alberta .popover {
	background-image: url(/images/menu-bg_AB.png) !important;
}

.topicHead-main .popover {
					width: 650px;
					max-width: 650px;
				}

				.gradesMenu .popover{
					width: 400px;
				    background-position: 80px -33px;
				}

                .phasesMenu .popover{
					width: 420px;
                    max-width: 420px;
				    background-position: 140px -33px;
				}

                .curriculum-part .popover,
                .profileMenu .popover,
				.activitiesMenu .popover,
                .professionalLearningMenu .popover {
					width: 430px;
				    min-width: 430px;
				    max-width: 430px;
				    background-position: 140px -56px;
				}

				.resourcesMenu .popover {
					width: 460px;
				    min-width: 460px;
				    max-width: 460px;
                    background-position: 178px -45px;
				}

                .helpMenu .popover {
					width: 360px;
				    min-width: 360px;
				    max-width: 360px;
                    background-position: 78px -45px;
				}
                .shareMenu .popover {
                    width: 400px;
				    min-width: 400px;
				    max-width: 400px;
                    background-position: 118px -59px;
                }
				.contentMenuSource .popover {
					width: 800px;
				}

                

				.contentMenu ul.mainContentItems li {
					margin: 10px;
				}


				#gradeMenuItem, #activitiesMenuItem, #resourcesMenuItem,#helpMenuItem, #profileMenuItem, #phasesMenuItem,#professionalLearningMenuItem,
                #reportsMenuItem,
                #schoolMenuItem, .dashboard-Menu, .dashboard-Menu a {
					font-size: 15px;
					font-weight: 700;
					color: #1D98CC;
					transition: .3s;
				}

                    #gradeMenuItem:hover, #activitiesMenuItem:hover, #resourcesMenuItem:hover, #helpMenuItem:hover, #profileMenuItem:hover, #phasesMenuItem:hover, .dashboard-Menu:hover, .dashboard-Menu a:hover,
                    #reportsMenuItem:hover,
                    #professionalLearningMenuItem:hover, a.active {
                        color: #E81671;
                        transition: .3s;
                    }

				
	.PopOverMenuListContainer ul {
	list-style: none;
	background-color: #FFF;

	position: absolute;
	width: 200px;
	border: 1px solid #010101;
	margin-top: -1px;
	border-radius: 0px 20px 20px 20px;
				}

  .PopOverMenuListContainer li {
	border-bottom: 1px solid #DEDEDE;
	float: none !important;
	border-right: 0px !important;
	display: block !important;
	  padding: 10px 0;
}
  .PopOverMenuListContainer li:last-child {
	  border: none;
  }
	.PopOverMenuListContainer li a {
		font-size: 18px;
	}


.PopOverListContainer li {
	border-bottom: 1px solid #DEDEDE;
	float: none !important;
	border-right: 0px !important;
	display: block !important;
}

	.PopOverListContainer li a {
		font-size: 14px;
	}

.PopOverListContainer .newPath {
	border-bottom: 0px;
}

	.PopOverListContainer .newPath a {
		padding-left: 20px;
	}

.subLinks .btn-block {
	width: auto;
}

	.subLinks .btn-block a {
		border-width: 1px;
		min-width: 110px;
		text-align: center;
		float: left;
		padding: 5px;
		font-size: 16px;
		font-weight: bold;
		background: #828487;
		color: #fff;
		box-shadow: none;
		background: #fff;
		border-color: #DEDEDE;
		color: #010101;
	}

		.subLinks .btn-block a.active {
			background: #95C93D;
			border-color: #95C93D;
			box-shadow: none;
			color: #fff;
		}

		.subLinks .btn-block a:first-child {
			border-radius: 8px 0 0 8px;
		}

		.subLinks .btn-block a:last-child {
			border-radius: 0 8px 8px 0;
			margin-left: 1px;
		}


.categoryPanel {
	margin: 0;
	/* width: auto; */
	padding-top: 40px;
	border-top: 1px solid rgba(71,83,81,0.23);
	margin-top: 70px;
}

	.categoryPanel ul {
		margin: 0;
		padding: 0;
		overflow: hidden;
	}

		.categoryPanel ul li {
			float: left;
			padding: 0px 20px 0px 0;
			font-weight: bold;
			width: 20%;
			display: inline-block !important;
			min-height: 80px;
			vertical-align: middle;
		    font-size: 16px;
		    font-weight: normal;
		    padding-top: 20px;
		}

			.categoryPanel ul li a {
				font-variant: all-small-caps;
			}

.panel-shadow {
	border: 1px solid #f7f7f7;
	-webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, .05);
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, .05);
	padding-left: 15px;
	padding-right: 15px;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.hcenter {
	margin: 0 auto;
}

.centeredDiv {
	text-align: center;
	margin-top: 20%;
}

.innerDiv {
	height: 10px;
	border: 1px solid black;
	width: 50px;
}

.gradeIcon a {
}

.gradeIcon {
	display: inline;
	height: 50px;
	margin-top: 10px;
}

.helpIcon {
	color: #BDBFBF;
	font-size: 2px;
}

.gradePanel {
	max-width: 790px;
	margin: 0 auto;
}

	.gradePanel a {
		height: 100px;
		float: left;
		vertical-align: middle;
	}

.grade, .disabled-grade {
	background: #D91A5F;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
	font-size: 35px;
	margin-left: 20px;
	margin-bottom: 20px;
	z-index: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

	.grade:hover {
		width: 60px;
		height: 60px;
		font-size: 38px;
		z-index: 10;
	}

.gradenumber-grey {
	color: #269AB1;
}

.gradenumber-0 {
	color: #dedede;
}

.gradecategory-K, .gradecategory-0, .gradenumber-K,.gradenumber-0 {
	background-color: #1ba1b2;
	border: transparent;
}
.gradehover{
	color: black !important;
}
.gradehover:hover{
    color: black !important;
}

.gradecategory-1, .gradenumber-1 {
	background-color: #1ba1b2;
	border: transparent;
}

.gradecategory-2, .gradenumber-2 {
	background-color: #fcaf17;
	border: transparent;
}

.gradecategory-3, .gradenumber-3 {
	background-color: #92c53f;
	border: transparent;
}

.gradecategory-4, .gradenumber-4 {
	background-color: #E5669D;
	border: transparent;
}

.gradecategory-5, .gradenumber-5 {
	background-color: #27aae1;
	border: transparent;
}

.gradecategory-6, .gradenumber-6 {
	background-color: #769450;
	border: transparent;
}

.gradecategory-7, .gradenumber-7 {
	background-color:#4a8399;
	border: transparent;
}

.gradecategory-8, .gradenumber-8 {
	background-color: #d63a5b;
	border: transparent;
}

.gradecategory-9, .gradenumber-9 {
	background-color: #c1772d;
	border: transparent;
}
.gradecategory-10, .gradenumber-10 {
	background-color: #8566cc;
	border: transparent;
}

.gradenumber-color-K, .gradenumber-color-0 {
	color: #1ba1b2;
}


.gradenumber-color-1 {
	color: #fcaf17;
}

.gradenumber-color-2 {
	color: #92c53f;
}

.gradenumber-color-3 {
	color: #E5669D;
}

.gradenumber-color-4 {
	color: #27aae1;
	
}

.gradenumber-color-5 {
	color: #769450;
}

.gradenumber-color-6 {
	color: #4a8399;
}

.gradenumber-color-7 {
	color: #d63a5b;
}

.gradenumber-color-8 {
	color: #c1772d
}

.gradenumber-color-9 {
	color: #8566cc
}
.curriculum {
	padding-left: 0;
	padding-right: 0;
}

	.curriculum > .panel {
		background: transparent;
		border: none;
		box-shadow: none;
		-webkit-box-shadow: 0;
		-moz-box-shadow: 0;
	}

	.curriculum > .panel-default .panel-heading {
		padding: 8px;
		margin: 10px 0;
		border-radius: 4px;
		min-height: 48px;
		height: 100%;
		background: #FFFFFF;
		border: 1px solid #F1F1F1;
		box-shadow: 5px 5px 4px 0 rgba(38,12,71,0.10);
	}

.disabledpath {
	color: #dedede !important;
}

	.disabledpath .panel-body a, .disabledlink {
		pointer-events: none;
		cursor: default;
	}

.curriculum > .panel-default .panel-body {
	padding: 0;
	margin-top: 10px;
}

	.curriculum > .panel-default .panel-body ul {
		list-style: none;
		padding-left: 0;
		background: #FFF;
		margin: 0;
	}

		.curriculum > .panel-default .panel-body ul li {
			padding: 14px 0px 14px 0px;
			border-bottom: 1px dashed rgba(71,83,81,0.23);;
			color: #010101;
			font-size: 1em;
		}

			.curriculum > .panel-default .panel-body ul li a,
			.curriculum > .panel-default .panel-body ul li a:active {
				font-weight: 600;
				line-height: 20px;
				font-size: 16px;
				color: #1D98CC;
				text-decoration: none;
				max-width: calc(100% - 35px);
				display: inline-block;
				vertical-align: middle;
			}

			.curriculum > .panel-default .panel-body ul li:last-child {
				border: 0px;
			}

			.curriculum > .panel-default .panel-body ul li.TopicHeader {
				font-weight: 600;
				font-size: 16px;
				color: #1D98CC;
				overflow: hidden;
			}


			.topic-prerequisite {
				padding: 20px;
				background-color: #eaeaea;
			}

			.topic-prerequisite-content {
				font-size: 0.8em;
			}

			/* Activities and Practice Section Styles */
			.activities-practice-section {
				padding: 0 !important;
				border-bottom: 1px dashed rgba(71,83,81,0.23);
			}

			.activities-practice-container {
				padding: 14px 0;
			}

			.activities-practice-header {
				display: flex;
				align-items: center;
				margin-bottom: 15px;
				position: relative;
			}

			.activities-practice-header .initials {
				background-color: #4CAF50 !important;
				color: white !important;
				border-radius: 50%;
				width: 32px;
				height: 32px;
				display: inline-flex;
				align-items: center;
				justify-content: center;
				font-weight: 600;
				margin-right: 10px;
				flex-shrink: 0;
				font-size: 14px;
				padding-top: 0;
			}

			.activities-practice-title {
				font-weight: 600;
				font-size: 16px;
				color: #1D98CC;
				flex-grow: 1;
			}

			.optional-activities-box {
				background-color: #f5f5f5;
				border-radius: 4px;
				padding: 15px;
				margin-bottom: 15px;
			}

			.optional-activities-title {
				font-weight: bold;
				color: #d9195e;
				font-size: 16px;
				margin-bottom: 8px;
			}

			.optional-activities-description {
				color: #010101;
				font-size: 14px;
				line-height: 1.5;
			}

			.activities-list {
				display: flex;
				flex-direction: column;
			}

			.activity-link {
				color: #1D98CC;
				text-decoration: none;
				font-weight: 600;
				font-size: 16px;
				padding: 8px 0;
				display: block;
				line-height: 20px;
			}

			.activity-link:hover,
			.activity-link:focus {
				color: #1D98CC;
				text-decoration: underline;
			}

			.activity-link.not-last {
				border-bottom: 1px dashed rgba(71,83,81,0.23);
				margin-bottom: 0;
			}

div.panel-title {
	background-color: transparent !important;
	min-height: 25px;
	/*max-height: 25px;*/
	/*height: 100%;*/
	overflow: hidden;
	 z-index: 1;
	position: relative;

}

.dataNodes {
	position: relative;
}

.panel-heading-bg {
	position: absolute;
	top: 1px;
	left: 9px;
	height: 41px;
	
}

div.panel-heading:hover {
	background-color: #fff !important;
}

.curriculum > .panel-default .panel-heading > .panel-title > a {
	text-decoration: none;
	line-height: 25px;
	font-size: 15px;
	color: #1D98CC;
}

		.curriculum > .panel-default .panel-heading > .panel-title > a > span,
    .initial-category {
		font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 14px;
		background: #d9195e;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		width: 32px;
		height: 32px;
		float: left;
		text-align: center;
		color: #fff;
		font-weight: 600;
		margin-right: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

    .initial-category {
        font-size: 16px;
    }
	.curriculum > .panel-default .panel-heading > .panel-title.category-AP > a > span.initials, .categoryPanel .category-AP span.initials,
	.initial-category-AP {
		border: 3px solid #8fc741;
		background-color: white;
		color: #000;
	}
.curriculum > .panel-default .panel-heading > .panel-title.category-N > a > span.initials, .categoryPanel .category-N span.initials,
.initial-category-N {
	border: 3px solid #d9195e;
	background-color: white;
	color: #000;
}

.curriculum > .panel-default .panel-heading > .panel-title.category-PA > a > span.initials, .categoryPanel .category-PA span.initials,
.initial-category-PA,
.curriculum > .panel-default .panel-heading > .panel-title.category-A > a > span.initials, .categoryPanel .category-A span.initials,
.initial-category-A {
	/* background: #209FD4; */
	border: 3px solid #209FD4;
	background-color: white;
	color: #000;
}

.curriculum > .panel-default .panel-heading > .panel-title.category-G > a > span.initials, .categoryPanel .category-G span.initials,
.initial-category-G,
.curriculum > .panel-default .panel-heading > .panel-title.category-SS > a > span.initials, .categoryPanel .category-SS span.initials,
.initial-category-SS {
	/* background: #F8B600; */
	border: 3px solid #F8B600;
	background-color: white;
	color: #000;
}

.curriculum > .panel-default .panel-heading > .panel-title.category-M > a > span.initials, .categoryPanel .category-M span.initials,
.initial-category-M,
.curriculum > .panel-default .panel-heading > .panel-title.category-FL > a > span.initials, .categoryPanel .category-FL span.initials,
.initial-category-FL {
	/* background: #F05D50; */
	border: 3px solid #F05D50;
	background-color: white;
	color: #000;
}

.curriculum > .panel-default .panel-heading > .panel-title.category-DP > a > span.initials, .categoryPanel .category-DP span.initials,
.initial-category-DP,
.curriculum > .panel-default .panel-heading > .panel-title.category-D > a > span.initials, .categoryPanel .category-D span.initials,
.initial-category-D {
	/* background: #1EBCA4; */
	border: 3px solid #1EBCA4;
	background-color: white;
	color: #000;
}

.curriculum > .panel-default .panel-heading > .panel-title.category-PR > a > span.initials, .categoryPanel .category-PR span.initials,
.initial-category-PR {
    /* background: #209FD4; */
	border: 3px solid #209FD4;
	background-color: white;
	color: #000;
}

.curriculum > .panel-default .panel-heading > .panel-title.category-SS > a > span.initials, .categoryPanel .category-SS span.initials,
.initial-category-SS,
.curriculum > .panel-default .panel-heading > .panel-title.category-GM > a > span.initials, .categoryPanel .category-GM span.initials,
.initial-category-GM {
	/* background: #F8B600; */
	border: 3px solid #F8B600;
	background-color: white;
	color: #000;
}

.curriculum > .panel-default .panel-heading > .panel-title.category-SP > a > span.initials, .categoryPanel .category-SP span.initials,
.initial-category-SP {
    /* background: #1EBCA4; */
	border: 3px solid #1EBCA4;
	background-color: white;
	color: #000;
}

.curriculum > .panel-default .panel-heading > .panel-title.category-M > a > span.initials, .categoryPanel .category-M span.initials,
.initial-category-M {
	/* background: #F2730A; */
	border: 3px solid #F2730A;
	background-color: white;
	color: #000;
}


.curriculum > .panel-default .panel-heading > .panel-title.category-NS > a > span.initials, .categoryPanel .category-NS span.initials,
.initial-category-NS {
	/* background: #F2730A; */
	border: 3px solid #d9195e;
	background-color: white;
	color: #000;
}

.panel-group .panel + .panel{
	margin-top: 0 !important;
}
.curriculum > .panel-default .panel-heading > .panel-title.category-A > a > span.initials, .categoryPanel .category-A span.initials,
.initial-category-A {
	/* background: #209FD4; */
	border: 3px solid #209FD4;
	background-color: white;
	color: #000;
}


.curriculum > .panel-default .panel-heading > .panel-title.category-CG > a > span.initials, .categoryPanel .category-CG span.initials,
.initial-category-CG {
	/* background: #4148A3; */
	border: 3px solid #4148A3;
	background-color: white;
	color: #000;
}

.curriculum > .panel-default .panel-heading > .panel-title.category-P > a > span.initials, .categoryPanel .category-P span.initials,
.initial-category-P {
	/* background: #83158C; */
	border: 3px solid #83158C;
	background-color: white;
	color: #000;
}

.curriculum > .panel-default .panel-heading > .panel-title.category-T > a > span.initials, .categoryPanel .category-T span.initials,
.initial-category-T {
	/* background: #B79A6C; */
	border: 3px solid #B79A6C;
	background-color: white;
	color: #000;
}

.curriculum > .panel-default .panel-heading > .panel-title.category-S > a > span.initials, .categoryPanel .category-S span.initials,
.initial-category-S {
	/* background: #1EBCA4; */
	border: 3px solid #1EBCA4;
	background-color: white;
	color: #000;
}

.cardTopicName {
    display: inline-block;
    width: calc(100% - 152px);
}


.lessonComplete {
	color: #8fc741;
	font-size: 1.6em;
}

.bulleted-list {
	list-style: disc;
/*	list-style-position: inside;*/
}
.bulleted-list li{
	margin-left: 1em;
}
footer ul {
	padding-left: 0;
}

	footer ul > li {
		list-style: none;
		display: inline-block;
		margin-right: 15px;
	}

		footer ul > li > span {
			border-radius: 50%;
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
			width: 32px;
			height: 32px;
		    font-size: 14px;
			float: left;
			text-align: center;
			color: #fff;
			font-weight: normal;
			margin-right: 20px;
			margin-top: -5px;
			align-items: center;
			justify-content: center;
			display: flex
		}

			footer ul > li > span.categoryIcon-Default {
				background: #d9195e;
			}

			footer ul > li > span.categoryIcon-N {
				/* background: #d9195e; */
				border: 3px solid #d9195e;
				background-color: white;
				color: #000;
			}

			footer ul > li > span.categoryIcon-P {
				/* background: #209FD4; */
				border: 3px solid #209FD4;
				background-color: white;
				color: #000;
			}
			footer ul > li > span.categoryIcon-S {
				/* background: #1EBCA4; */
				border: 3px solid #1EBCA4;
				background-color: white;
				color: #000;
			}
			footer ul > li > span.categoryIcon-A {
				/* background: #209FD4; */
				border: 3px solid #209FD4;
				background-color: white;
				color: #000;
			}
			footer ul > li > span.categoryIcon-AP {
				/* background: #209FD4; */
				border: 3px solid #8fc741;
				background-color: white;
				color: #000;
			}
			footer ul > li > span.categoryIcon-MA {
				/* background: #F2730A; */
				border: 3px solid #F2730A;
				background-color: white;
				color: #000;
			}
			footer ul > li > span.categoryIcon-CG {
				/* background: #4148A3; */
				border: 3px solid #4148A3;
				background-color: white;
				color: #000;
			}
			footer ul > li > span.categoryIcon-T {
				/* background: #B79A6C; */
				border: 3px solid #B79A6C;
				background-color: white;
				color: #000;
			}
			footer ul > li > span.categoryIcon-P {
				/* background: #83158C; */
				border: 3px solid #83158C;
				background-color: white;
				color: #000;
			}
			





			footer ul > li > span.categoryIcon-PA {
				/* background: #209FD4; */
				border: 3px solid #209FD4;
				background-color: white;
				color: #000;
			}

			footer ul > li > span.categoryIcon-G {
				/* background: #F8B600; */
				border: 3px solid #F8B600;
				background-color: white;
				color: #000;
			}

			footer ul > li > span.categoryIcon-M {
				/* background: #F05D50; */
				border: 3px solid #F05D50;
				background-color: white;
				color: #000;
			}

			footer ul > li > span.categoryIcon-DP {
				/* background: #1EBCA4; */
				border: 3px solid #1EBCA4;
				background-color: white;
				color: #000;

			}


.fc-sun, .fc-sat {
	background-color: #f5f5f5;
}

#fullcalendar {
	padding-top: 20px;
	padding-bottom: 20px;
}

.fullcalendar-event {
	height: 15px;
	font-size: 14px !important;
	padding: 5px !important;
}

.fullcalendar-N {
	background-color: #d9195e !important;
	border-color: #d9195e !important;
}

.fullcalendar-PA {
	background-color: #1c95ad !important;
	border-color: #1c95ad !important;
}

.fullcalendar-G {
	background-color: #fcce08 !important;
	border-color: #fcce08 !important;
}

.fullcalendar-M {
	background-color: #f6881f !important;
	border-color: #f6881f !important;
}

.fullcalendar-DP {
	background-color: #8fc741 !important;
	border-color: #8fc741 !important;
}

.fullcalendar-Holiday {
	background-color: #dda0dd !important;
	border-color: #dda0dd !important;
}

.fullcalendar-BlockedDay {
	background-color: #8BA4AF !important;
	border-color: #8BA4AF !important;
}


.welcome {
	margin: 0;
	font-size: 10px;
	display: inline;
}

.logout {
	padding: 15px 0;
}

.left-control-label {
    text-align: left !important;
    padding-left: 0 !important;
}
form li {
	list-style: none;
}

form ol {
	padding: 0;
	list-style-type: none;
}

.modal-dialog-center { /* Edited classname 10/03/2014 */
	/*margin: 0;
	position: absolute;
	top: 35%;
	left: 50%;*/
}

.modal-body {
    padding: 0 15px;
}

.modal-backdrop {
    background-color: rgba(30, 49, 95, 0.86);
}

.modal-content {
    background-image: url(/images/menu-bg.png);
    /*background-position: -190px -190px;*/
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: -200px;
}

body.National .modal-content {
    background-image: url(/images/menu-bg_National.png);
}

body.Alberta .modal-content {
	background-image: url(/images/menu-bg_AB.png);
}

.bannerBG {
    background-image: url(/images/menu-bg.png);
    /*background-position: -190px -190px;*/
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 0px;
}

.bannerBG_National {
    background-image: url(/images/menu-bg_National.png);
    /*background-position: -190px -190px;*/
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 0px;
}

.bannerBG_Alberta {
	background-image: url(/images/menu-bg_AB.png);
	/*background-position: -190px -190px;*/
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: 0px;
}

.cardBG1 {
    background-image: url(/images/Phase1.png) !important;
    background-position-x: left !important;
    background-position-y: top !important;
    background-repeat: no-repeat !important;
    padding: 20px 8px !important;
}
.cardBG2 {
    background-image: url(/images/Phase2.png) !important;
    background-position-x: left !important;
    background-position-y: top !important;
    background-repeat: no-repeat !important;
    padding: 20px 8px !important;
}
.cardBG3 {
    background-image: url(/images/Phase3.png) !important;
    background-position-x: left !important;
    background-position-y: top !important;
    background-repeat: no-repeat !important;
    padding: 20px 8px !important;
}

.modal-header {
    background-color: transparent;
    border: none;
}

.modal-header button.close.modal-Close-Icon {
    position: absolute;
    top: -14px;
    background-color: rgba(255,255,255,1);
    right: -14px;
    width: 10px;
    padding: 0px 6px 3px 6px;
    min-width: 30px;
    min-height: 30px;
    height: 30px;
    font-size: 30px;
    opacity: 1;
}

.modal-dialog-center-50 {
    margin: 0;
	position: absolute;
	top: 25%;
	left: 25%;
    -moz-min-width: 450px;
    -ms-min-width: 450px;
    -o-min-width: 450px;
    -webkit-min-width: 450px;
    min-width: 450px;
}

.modal-dialog-center-50-xl {
	margin: 0;
	position: absolute;
	top: 25%;
	left: 25%;
	-moz-min-width: 800px;
	-ms-min-width: 800px;
	-o-min-width: 800px;
	-webkit-min-width: 800px;
	min-width: 800px;
}

#SearchUserModal .modal-body .user-info {
	font-size: 0.8em;
}

	.row.user-info:nth-child(odd) {
		background: rgba(40,64,115,0.05);
	}

button.ui-dialog-titlebar-close::after {
	content: 'x';
}
.ui-dialog .ui-dialog-titlebar-close {
	line-height: 1em;
}
#resourcePopup{
	padding: 10px;
}
.img-help-dialog-small {
	font-size: 0.7em;
}

.img-help-dialog-small a.btn{
	font-size: 0.7em;
}

.img-help-dialog-icon {
	padding-top: 20px;
}

.modal-dialog-text {
	font-size: 1.3em;
	padding-bottom: 20px;
}

.textTitle {
	font-size: 2em;
	margin: 0;
	padding: 0;
}


.pointer-cursor {
	cursor: pointer;
}

.solo-title {
	transform: scale(1,.8);
	transform: scale(1,.8); /* W3C */
	-webkit-transform: scale(1,.8); /* Safari and Chrome */
	-moz-transform: scale(1,.8); /* Firefox */
	-ms-transform: scale(1,.8); /* IE 9 */
	-o-transform: scale(1,.8); /* Opera */
	color: #888;
}


.left-icon {
	margin-top: 1px;
	margin-right: 10px;
	background-color: #ccc;
	border: 1px solid #ccc;
	color: #fff;
	padding: 3px;
	border-radius: 50%;
	cursor: pointer;
}

.cal-left-icon {
	padding-right: 5px;
}



.ajax__calendar_container {
	z-index: 1040;
}


.textTitle {
	/*font-family: 'Oswald', 'Roboto Condensed';*/
	font-weight: bold;
}

div#printVer {
    font-size: 0.6em;
    background-color: grey;
    border-radius: 20px;
    padding: 10px 20px;
    color: white;
    margin-bottom: 40px;
}

div#forcedLogout {
    padding: 12px 20px;
    color: #fff;
    background: #FF0074;
    background-image: linear-gradient(45deg, #14056f52 0%, #f0136d3b 100%);
    box-shadow: 0 2px 5px 0 rgba(191,23,91,0.49);
    transition: .3s;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    border: none;
    outline: none;
    font-size: 0.8em;
    font-weight: 700;
    margin-bottom: 20px;
}

.loginLabel, .control-label {
    color: #434343;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.57;
}
.display-block {
	display: block;
}

.display-inline {
	display: inline;
}

.display-inline-block {
	display: inline-block;
}

.login-checkbox {
	vertical-align: middle;
}

.loginControl {
	width: 100%;
	border-radius: 0;
	background-color: #fff;
	border-color: #010101;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

body.loginBody {
	padding-top: 0;
	padding-bottom: 0;
    min-height: calc(100vh);
}

.loginBody .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
    border: none;
    background-color: transparent;
    padding: 0;
    min-height: 22px;
    height: 22px;
}
.loginBody .form-control[readonly] {
    min-height: 44px !important;
    height: 44px !important;
    border: solid 1px rgba(45, 65, 107, 0.48);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding:6px 12px !important;
}

.onboarding-text {
    font-size: 15px;
    
}

.field-message {
    font-size: 14px;
    color: #C52383;
}

.BlueBar {
	height: 100px;
	background-color: #0093CB;
}

.bottomDiv {
	position: absolute;
	top: 50px;
	width: 100%;
}

.topicIconHeader {
	font-family: 'Roboto Condensed', 'Open Sans';
	font-size: 12px;
	text-align: left;
	padding-left: 6px;
	font-weight: bold;
	color: #010101;
}

.topicNumberIcon {
	border: 1px solid #0093CB;
	background-color: #0093CB;
	color: #ffffff;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	font-size: 36px;
	font-family: 'Oswald','Open Sans';
}

.topicPageTitle {
	font-size: 60px;
	color: #000;
	font-family: 'Oswald';
	padding-bottom: 20px;
}

.topicSection {
	color: #ffffff;
	height: 45px;
	padding: 12px;
	text-align: center;
	FONT-WEIGHT: bold;
	border-right: 1px solid #ffffff;
}

.lessonOverview {
	background-color: #F9B60F;
}

.mindsOn {
	background-color: #FF7B00;
}

.action {
	background-color: #95C93D;
}

.consolidate {
	background-color: #9829BE;
}

.yourturn {
	background-color: #4DD6D5;
}

.tabsContentPanel {
	border-right: 1px solid #010101;
	border-left: 1px solid #010101;
	border-bottom: 1px solid #010101;
}

.dropdown-menu-ul {
	list-style: none;
	display: inline-block;
}

.mathML {
	display: inline !important;
	font-size: .8em !important;
	/*font-weight: normal !important;
	text-align: left !important;
	font-size: 1em !important;
	margin: 0  !important;
	float: none !important;
	color: #010101  !important;
	padding-top: 0  !important;
	padding-right: 0  !important;*/
}

.sidebar-item-panel {
	margin-bottom: 20px;
}

.sidebar-content {
	margin-top: 20px;
}

.LessonTab {
	border-left: 1px solid #ccc;
	display: block;
	visibility: visible;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: -20px;
}

.dottedLine {
	border-top: 1px dotted #ccc !important;
}


.dottedLine2 {
	border-top: 2px dotted #ccc !important;
}

/********************************************************************************************************************************************************************************************************/
/******************* Side Menu Customizations****************** */
#gx-sidemenu {
	box-shadow: none;
	background-color: transparent;
}

.gx-sidemenu-inner ul {
	background-color: white;
}

	.gx-sidemenu-inner ul li {
		padding: 12px;
		background-color: #fff;
	}

		.gx-sidemenu-inner ul li:hover {
			padding: 12px;
			background-color: #d1d1d1;
		}

.gx-menu-slider {
	position: absolute;
	right: 1px;
	height: 100%;
	border-left: 1px solid #d1d1d1;
	max-width: 38px;
	background-color: transparent;
	z-index: 1;
}

.gx-menu-slider-inner {
	margin: auto 0;
	font-size: 20px;
	font-weight: bold;
}

ul.admin-menu.active-sub {
	margin-top: 2px;
}

ul.admin-menu.active-sub:hover {
	overflow: auto;
}

.admin-menu li {
	padding: 0 0 2px 5px !important;
}

.menuBackArrow {
	font-size: 20px;
}

.menuIconMain {
	text-align: center;
}


.menuIcon a span {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	color: #000;
	font-size: 30px;
	margin-left: 0;
	border: 2px solid #010101;
	padding-top: 7px;
}

.circle-icon-fake {
	color: #bfbfbf;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	font-weight: bold;
	text-align: center;
	display: block;
	font-size: 30px;
	margin: 0;
	float: left;
	position: relative;
}

.circle-icon {
	border: 3px solid #bfbfbf;
	color: #bfbfbf;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	font-weight: bold;
	text-align: center;
	display: block;
	font-size: 30px;
	margin: 0;
	float: left;
	position: relative;
}


.circle-NumberTalk {
	background-color: #0091c9;
	border-color: #0091c9;
	border: 2px solid #0091c9;
}

.circle-BrainBenders {
	background-color: #0091c9;
	border-color: #0091c9;
	border: 2px solid #0091c9;
}

.circle-Puzzle-Games {
	background-color: #D91A5F;
	border-color: #D91A5F;
	border: 2px solid #D91A5F;
}

.circle-OBAssessment {
	background-color: #ed5d53;
	border-color: #ed5d53;
	border: 2px solid #ed5d53;
}

.circle-MiniLesson {
	background-color: green;
	border-color: green;
	border: 2px solid green;
}


.circle-icon-small {
	color: #fff;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	font-weight: bold;
	text-align: center;
	display: block;
	font-size: 30px;
	margin: 0;
	float: left;
	position: relative;
	top: 4px;
	margin-right: 5px;
}

.circle-border {
	border-bottom: 2px solid black;
}
.menuCircleIconBrainBender {
	font-size: 46px !important;
	padding-top: 1px !important;
	border: 2px solid #7F3E98 !important;
	background-color: #7F3E98;
	color: #FFF !important;
}

.menuIconBrainBender {
	padding-left: 2px;
	font-size: 46px;
	position: absolute;
	top: -1px;
	left: -13px;
}


.menuIconComment {
	padding-left: 2px;
	font-size: 29px;
	position: absolute;
	top: 8px;
	left: 5px;
}

.menuIconPuzzle {
	padding-left: 2px;
	font-size: 34px;
	position: absolute;
	top: 4px;
	left: 6px;
}

.menuIconPuzzleSmall {
	padding-left: 2px;
	font-size: 17px;
	position: absolute;
	top: 2px;
	left: 2px;
}


.menuIconNumberTalkSmall {
	padding-left: 2px;
	font-size: 17px;
	position: absolute;
	top: 4px;
	left: 0px;
}


.menuIconMiniLessonSmall {
	padding-left: 1px;
	font-size: 17px;
	position: absolute;
	top: 2px;
	left: 0px;
}

.menuIconBrainBendersSmall {
	position: relative;
	top: 2px;
	left: 0px;
	width: 30px;
}

.menuIconObservationalAssessmentSmall {
	padding-left: 2px;
	font-size: 15px;
	position: absolute;
	top: 3px;
	left: 0px;
}


.menuIconFlash {
	padding-left: 2px;
	font-size: 30px;
	position: absolute;
	top: 4px;
	left: 3px;
}

.menuIconFolder {
	padding-left: 2px;
	font-size: 25px;
	position: absolute;
	top: 8px;
	left: 5px;
	cursor: pointer;
}

.menuIconGlossaryStudent {
	 padding-left: 3px;
	font-size: 25px;
	position: absolute;
	top: 9px;
	left: 5px;
	cursor: pointer;
}

.menuIconVMs {
	 padding-left: 5px;
	font-size: 25px;
	position: absolute;
	top: 8px;
	left: 5px;
	cursor: pointer;
}

a.active .circle-flash, .circle-flash-active, .circle-flash:hover {
	background-color: green;
	border-color: green;
	color: #ffffff;
}

a.active .circle-Comment, .circle-Comment-active, .circle-Comment:hover {
	background-color: #0093CB;
	border-color: #0093CB;
	color: #ffffff;
}

a.active .circle-BrainBender, .circle-BrainBender-active, .circle-BrainBender:hover {
	background-color: #7F3E98;
	border-color: #7F3E98;
	color: #ffffff;
}

	.circle-BrainBender:hover img {
		content: url(/images/icn-brain-bender-simple-hover.png);
		width: 35px;
	}

.circle-BrainBender img {
	width: 43px;
	margin-top: -5px;
}


a.active .circle-Puzzle, .circle-Puzzle-active, .circle-Puzzle:hover {
	background-color: #D91A5F;
	border-color: #D91A5F;
	color: #ffffff;
}

a.active .circle-Folder, .circle-Folder-active, .circle-Folder:hover {
	background-color: #FBD323;
	border-color: #FBD323;
	color: #ffffff;
}

a.active .circle-VM, .circle-VM-active, .circle-VM:hover {
	background-color: #41BB94;
	border-color: #41BB94;
	color: #ffffff;
}

a.active .circle-Glossary, .circle-Glossary-active, .circle-Glossary:hover {
	background-color: #F17D2E;
	border-color: #F17D2E;
	color: #ffffff;
}

span.glossaryHead:last-child .hyphen {
	display: none;
}

.menuIconHome {
	background-color: #0093CB;
}

.menuIconGames {
	padding-left: 2px;
	background-color: #d9195e;
}

.menuIconDigital {
	padding-left: 2px;
	background-color: #3DBC93;
}

.menuIconGradeSelection {
	padding-top: 8px;
	background-color: #8DD8F8;
}

.menuIconPacingGuide {
	padding-top: 8px !important;
	background-color: #ED5D53;
}

.menuIconResources {
	padding-top: 8px;
	background-color: #AB7CB7;
}

.menuIconPrint {
	background-color: #FBD323;
}

.menuIconGameItems {
	background-color: #d9195e;
}

.menuIconGamesPuzzles {
	background-color: #D91A5F;
	color: #FFF !important;
	border: none !important;
	font-size: 34px !important;
	padding-left: 5px;
	
	padding-top: 8px !important;
}

.menuIconNumberTalks {
	background-color: #0093CB;
	color: #FFF !important;
	border: none !important;
	font-size: 34px !important;
	padding-left: 0;
	padding-top: 10px !important;
}

.menuIconCrossStrandTasks {
	background-color: #00b7a6;
	color: #FFF !important;
	border: none !important;
	font-size: 32px !important;
	padding-left: 7px;
	padding-top: 10px !important;
		text-align: left !important;
}

.menuIconGlossary {
	background-color: #F57E20;
	color: #FFF !important;
	border: none !important;
	font-size: 32px !important;
	padding-left: 7px;
	padding-top: 10px !important;
		text-align: left !important;
}

.menutitle {
	font-size: 11px;
	font-weight: bold;
}

.menuClose {
	padding: 10px 20px 0 0;
	background-color: #fff;
}

.video-dialog-close, .video-dialog-close:hover {
	position: absolute;
	right: -15px;
	top: -15px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 26px;
	border: 1px solid black;
	color: #fff;
	background: #000;
	text-decoration: none;
}

.fullscreen-dialog-close, .fullscreen-dialog-close:hover {
	position: absolute;
	right: -15px;
	top: -15px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 26px;
	border: 1px solid black;
	color: #fff;
	background: #000;
	text-decoration: none;
}

iframe.introVideo {
	width: 560px;
	height: 320px;
	border: 20px solid #dedede;
}

.activeLinkBox {
    border: 1px solid #1D98CC;
    padding: 0 4px 2px 4px;
}
.videoCard {
    min-height: 275px;
}
.videogular-container-box {
	/*max-width: 570px;
	max-height: 321px;*/
    min-width: 339px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background: #FFFFFF;
    border: 1px solid #260c47;
    border: 1px solid rgba(38,12,71,0.10);
    -webkit-box-shadow: 5px 5px 4px 0 #260c47;
    -webkit-box-shadow: 5px 5px 4px 0 #260c47;
    -moz-box-shadow: 5px 5px 4px 0 #260c47;
    -moz-box-shadow: 5px 5px 4px 0 #260c47;
    -ms-box-shadow: 5px 5px 4px 0 #260c47;
    -ms-box-shadow: 5px 5px 4px 0 rgba(38,12,71,0.10);
    box-shadow: 5px 5px 4px 0 #260c47;
    box-shadow: 5px 5px 4px 0 rgba(38,12,71,0.10);
}

.videogular-container button {
    min-width: auto !important;
}
.overview-topic .azuremediaplayer {
	max-width: 100%;
}
.overview-topic .azuremediaplayer .vjs-tech {
	background-color: #FFF;
}

.vjs-error .vjs-error-display:before {
    display: none;
}
.vjs-caption-settings {
	max-width: 95%;
}
videogular vg-poster img, [videogular] vg-poster img {
	width: 100% !important;
	height: 100% !important;
	border: 10px solid #dedede;
}
.amp-default-skin .vjs-poster .vjs-poster-span {
    height: auto !important;
}

.amp-default-skin.amp-big-play-centered .vjs-big-play-button {
    left: 20% !important;
    top: 20% !important;
    /*left: 70px !important;
    top: 50px !important;*/
}

.amp-default-skin .vjs-control-bar .amp-controlbaricons-middle {
    min-width: 1px !important;
}

videogular, [videogular] {
	height: calc(100% - 50px) !important;
}

videogular vg-media, [videogular] vg-media {
	width: 100%;
	height: 100%;
	max-width: 100%;
	/*max-height: 321px;*/
	display: block;
}

.single-pane-lesson {
	padding: 20px;
	border: 1px solid #dedede;
}

/*videogular vg-poster {
	background-color: white;
}*/

/*.play-icon-img {
	display: inline;
}*/

videogular vg-overlay-play .play:before, [videogular] vg-overlay-play .play:before {
	/*content: "\e000";*/
	content: url('/images/playicon-lg.png');
}


.essential-understanding-panel, .curriculum-expectation-panel {
	font-size: 18px;
}

	.essential-understanding-panel strong, .curriculum-expectation-panel strong {
		color: #000;
	}

/*.curriculum-part {
	width: 285px;
}*/

.content-section {
	padding-bottom: 20px;
	width: 100% !important;
}

.footer-bar {
	background-color: #fff;
	margin-top: 100px;
	padding: 30px 0;
}

	.footer-bar div {
		/*font-family: 'Roboto Condensed','Open Sans', sans-serif;*/
		padding-left: 10px;
		font-size: 18px;
		/*color: #fff;*/
		margin-top: 10px;
		text-align: center;
	}

	.footerLinks a, .footerLinks a:hover, .footerLinks a:active, .footerLinks a:visited {
	
	padding-top: 12px;
    margin-right: 20px;
}


		.footer-bar div.copy {
			margin-top: 40px;
		}

.teacher-arrow {
	margin-left: -8px;
}


img[data-image-dialog], img[data-video-url] {
	cursor: pointer;
}

.topic-lesson-section a, .topic-lesson-section a:hover, .topic-lesson-section a:active, .topic-lesson-section a:visited {
	text-decoration: none;
	color: #010101;
}

.topic-lesson-section {
	padding: 5px 20px;
}

	.topic-lesson-section img {
		vertical-align: middle;
	}

.topic-lesson-time {
	display: inline;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #337ab7;
}

.fancyMultiSelect .select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #010101;
	border-radius: 0 !important;
	padding: 0px !important;
	cursor: text;
	color: #010101;
	height: auto !important;
    width: auto !important;
}

Select.fancySelect,
.fancyMultiSelect .select2-container--default .select2-selection--multiple {
	
	color: rgba(31,30,30,0.7);
	width: 210px;
	padding: 5px 10px;
	font-size: 14px;
	height: 35px;
	border: 1px solid rgba(31,30,30,0.7);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

.formSelect .select2-selection--single {
    padding: 7px 10px;
    height: 44px;
    font-size: 16px;
}

.formSelect .select2-selection--single .select2-selection__rendered {
    color: rgba(31,30,30,0.70);
}

.formSelect .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 75%;
}

.squareCardMain {
	padding: 20px;
}

.card-tip-box {
	border-radius: 20px 0 20px 20px !important;
}

.card-tip {
	position: absolute;
	/*left: calc(50% - 46px);*/
	font-size: 0.7em;
	background-color: #0091c9;
	padding: 3px 8px 6px 8px;
	border-radius: 10px 10px 0 0;
	color: #FFF;
	right: 20px;
	top:-7px;
}

.squareCard {
	border: 2px solid #0091c9;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	height: 380px;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
	padding: 0;
	position: relative;
	/*padding: 30px;*/
	/*-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.5);*/

	-webkit-box-shadow: 5px 5px 4px 0 rgba(38, 12, 71, 0.1);
	-moz-box-shadow: 5px 5px 4px 0 rgba(38, 12, 71, 0.1);
	-ms-box-shadow: 5px 5px 4px 0 rgba(38, 12, 71, 0.1);
	box-shadow: 5px 5px 4px 0 rgba(38, 12, 71, 0.1);
	cursor: pointer;
}

	.squareCard img.card-image {
		max-width: 100%;
		/*max-height: 165px;*/
		border-radius: 16px 16px 0 0;
		-webkit-border-radius: 16px 16px 0 0;
		-moz-border-radius: 16px 16px 0 0;
		-ms-border-radius: 16px 16px 0 0;
		min-height: 100px;
	}

.ItemTitle {
	padding: 10px 10px 0px 10px;
	color: #0091c9;
	/*font-family: 'Oswald', 'Roboto Condensed', sans-serif;*/
	font-size: 20px;
}

.ItemDescription {
	font-size: 0.7em;
    /* Removed it for Bug 2392*/
	/*max-height: 50px;*/
	overflow: hidden;
	padding: 0 9px;
}
	.ItemDescription p{
		font-size: 1.1em;
	}
	/*.ItemNumber {
	padding: 20px 5px 5px 5px;
	color: #FF4B5D;
	font-family: 'Oswald', 'Roboto Condensed', sans-serif;
	font-size: 32px;
}*/
	.ItemNumber {
		/* padding: 20px 5px 5px 5px; */
		color: #fff;
		font-family: 'Oswald', 'Roboto Condensed', sans-serif;
		font-size: 28px;
		/*position: absolute;*/
		left: 0px;
		width: 100%;
		background: #FF4B5D;
		height: 40px;
		margin-top: 0;
	}

.squareCard .radioOption {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
/*.NavIcon {
	font-weight: normal;
	font-family: 'Metrophobic', 'Times';    
	font-size: 75px;
	line-height: .3em;
	position: absolute;
	top: 20px;
	left: 5px;
}

.NavIconOverview {color: green;}
.NavIconMindsOn {color: green;}
.NavIconAction {color: green;}
.NavIconConsolidate {color: green;}
.NavIconYourTurn {color: green;}*/

/********************************************************************************************************************************************************************************************************/
/******************* Student Mode custmizations****************** */
.studentModetopicOverview .topTopicDesc {
	margin: 2% 25%;
}


.studentModetopicOverview .topic-description {
	border: none;
}
/********************************************************************************************************************************************************************************************************/
/******************* Side Menu custmizations****************** */
.gx-sidemenu-inner ul.active-sub li {
	padding: 0 0 0 10px !important;
}

	.gx-sidemenu-inner ul.active-sub li .grade, .gx-sidemenu-inner ul.active-sub li .disabled-grade, .gx-sidemenu-inner ul li a .grade {
		margin-bottom: 10px;
		margin-top: 10px;
	}

.studentTopicOverview div h2 {
	font-size: 32px;
}

.gx-sidemenu-inner ul.active-sub li.grade:hover {
	width: 50px;
	height: 50px;
	font-size: 35px;
}

.studentBox {
	border: none;
}

	.studentBox .LessonSubTitle {
		margin: 20px 0 0 0;
	}

	.studentBox .tab-content {
		border: 1px solid #bdbfbf;
		/*margin-left: 15px; Removed it to bring student view to align with left side.*/
	}

.mup-img-responsive {
	height: auto;
	max-width: 100%;
}

.presentation-box {
	height: auto;
	width: calc(100% - 200px);
}

.slide-background-white {
	background-color: white;
	position: relative
}

.slide-background-transparent {
	background-color: transparent;
	position: relative
}

.mup-img-full {
	height: auto;
	width: 100%;
}



/********************************************************************************************************************************************************************************************************/
/******************* Progress bar custmizations****************** */
.panel-title .ui-progressbar-value {
	margin: -1px;
	height: 50px;
	position: absolute;
	margin-top: -9px;
	z-index: 0;
	border: 0px;
	margin-left: -8px;
}

.curriculum > .panel-default .panel-heading > .panel-title > a {
	/*position: absolute;
	z-index: 10;
	border: 0px;*/
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border: 0;
}

/********************************************************************************************************************************************************************************************************/
/******************* Plugin css Customizations****************** */

.tooltip.in {
	opacity: 1;
}

.tooltip-inner {
	background-color: #fff;
	color: #010101 !important;
	border: 1px solid #010101;
	max-width: none;
	padding: 5px 10px;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #010101;
}

/********************************************************************************************************************************************************************************************************/
/******************* Loading Bar Customizations****************** */
#loading-bar-spinner {
	top: 50%;
	left: 50%;
}

	#loading-bar-spinner .spinner-icon {
		width: 50px;
		height: 50px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
	}

#full-screen-content {
	/*padding: 40px;*/
	overflow: visible;
}

.editor-video img {
	cursor: pointer;
}
/********************************************************************************************************************************************************************************************************/
/******************* Table Editor style '****************** */

.redactor-dropdown .redactor-formatting-span-Header-1, .Header-1 {
	color: #000;
	font-size: 26px;
	font-weight: bold;
	/*line-height: 35px;
	padding-top: 5px;*/
}

.redactor-dropdown .redactor-formatting-span-Header-2, .Header-2 {
	color: #000;
	font-size: 22px;
	
}

.redactor-dropdown .redactor-formatting-span-Header-2-White, .Header-2-White {
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
}

.redactor-dropdown .redactor-formatting-span-Header-3, .Header-3 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	
}

.redactor-dropdown .redactor-formatting-span-Header-4, .Header-4 {
	color: rgba(0,0,0,0.5);
	font-size: 18px;
	font-weight: bold;
}

.redactor-dropdown .redactor-formatting-span-Header-5, .Header-5 {
	color: rgb(0, 147, 203);
	font-size: 14px;
	font-weight: bold;
}
.redactor-dropdown .redactor-formatting-span-ColoredHeader, .ColoredHeader  {
	background-color: #d81a5d;
	padding: 10px;
	color: #fff;
	display: inline-block;
}

.redactor-dropdown .redactor-formatting-span-ColoredSubHeader, .ColoredSubHeader  {
	background-color: #d81a5d;
	padding: 5px;
	color: #fff;
	display: inline-block;
}


.redactor-editor [speakaloud] {
	border: 1px dashed #4dd4d4;
}

.redactor-dropdown .redactor-formatting-span-Cross-Strand-Green-Text, .Cross-Strand-Green-Text {
	color: #00b7a6;
	font-weight: bold;
}

.redactor-dropdown .redactor-formatting-span-Box-Blue, .Box-Blue,
.redactor-dropdown .redactor-formatting-span-Box-Blue-Filled, .Box-Blue-Filled,
.redactor-dropdown .redactor-formatting-span-Box-Gray, .Box-Gray,
.redactor-dropdown .redactor-formatting-span-Box-Gray-Filled, .Box-Gray-Filled,
.redactor-dropdown .redactor-formatting-span-Box-Black-Filled, .Box-Black-Filled {
	/*padding: 0;
	height: 1em;
	width: 1em;
	vertical-align: sub;
	margin-right: 2px;*/
	/*font-family: 'Gochi Hand','Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
}

table#detailsTable .Box-Blue,
table#detailsTable .Box-Blue-Filled,
table#detailsTable .Box-Gray,
table#detailsTable .Box-Gray-Filled,
table#detailsTable .Box-Black-Filled
table#detailsTable .Square-Blue,
table#detailsTable .Square-Gray,
table#detailsTable .Square-Gray-Filled,
table#detailsTable .Square-Blue-Filled {
	/*min-width: 1em;
	margin-right: 2px;
	height: 1em;*/
	min-width: .8em;
	margin-right: 2px;
	height: 1.1em;
	/*vertical-align: text-bottom;*/
	padding-bottom: 20px;
	vertical-align: inherit;
}
.Box-Blue,
.Box-Blue-Filled,
.Box-Gray,
.Box-Gray-Filled,
.Box-Black-Filled,
.Square-Blue,
.Square-Gray,
.Square-Gray-Filled,
.Square-Blue-Filled {
    /*padding: 0;
display: inline-block;
height: 1em;
min-width: 1em;
vertical-align: sub;
margin-right: 2px;*/
    padding: 0;
    display: inline-block;
    height: 1em;
    min-width: .6em;
    /* line-height:0.9em; */
    padding-bottom: 18px;
    vertical-align: middle;
    margin-top: -0.2em;
    margin-right: 2px;
}


.full-screen-body .Square-Blue,
.full-screen-body .Square-Gray,
.full-screen-body .Square-Gray-Filled,
.full-screen-body .Square-Blue-Filled {
    min-width: 1em;
}

.full-screen-body .Box-Blue,
.full-screen-body .Box-Blue-Filled,
.full-screen-body .Box-Gray,
.full-screen-body .Box-Gray-Filled,
.full-screen-body .Box-Black-Filled,
.full-screen-body .Square-Blue,
.full-screen-body .Square-Gray,
.full-screen-body .Square-Gray-Filled,
.full-screen-body .Square-Blue-Filled {
    height: 1em;
}



.Box-Blue::after,
.Box-Blue-Filled::after,
.Box-Gray::after,
.Box-Gray-Filled::after,
.Box-Black-Filled::after,
.Square-Blue::after,
.Square-Gray::after,
.Square-Gray-Filled::after,
.Square-Blue-Filled::after {
    content: "\00a0";
    font-size: 1px !important;
}

.redactor-dropdown .redactor-formatting-span-Circle-Black, .Circle-Black,
.redactor-dropdown .redactor-formatting-span-Circle-Gray, .Circle-Gray,
.redactor-dropdown .redactor-formatting-span-Circle-Gray-Filled, .Circle-Gray-Filled,
.redactor-dropdown .redactor-formatting-span-Circle-Blue, .Circle-Blue,
.redactor-dropdown .redactor-formatting-span-Circle-Blue-Filled, .Circle-Blue-Filled {
    width: 1.2em;
    height: 1em;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    margin-top: -0.2em;
    padding-bottom: 1.1em;
    vertical-align: middle;
}

.redactor-dropdown .redactor-formatting-span-Circle-Gray, .Circle-Gray {
    border: 1px solid #010101;
    background-color: #FFFFFF;
}

.redactor-dropdown .redactor-formatting-span-Circle-Gray-Filled, .Circle-Gray-Filled {
    border: 1px solid #999999;
    background-color: #B3B3B3;
}

.redactor-dropdown .redactor-formatting-span-Circle-Blue, .Circle-Blue {
    border: 1px solid #4A8CB9;
    background-color: #FFFFFF;
}

.redactor-dropdown .redactor-formatting-span-Circle-Blue-Filled, .Circle-Blue-Filled {
    border: 1px solid #4A8CB9;
    background-color: #4a8cb9;
}


/*.redactor-dropdown .redactor-formatting-span-Circle-Black::after, .Circle-Black::after {
content: "\00a0";
font-size: 1px !important;
}*/

.redactor-dropdown .redactor-formatting-span-triangle,  .triangle,
.redactor-dropdown .redactor-formatting-span-triangle_,  .triangle_,
.redactor-dropdown .redactor-formatting-span-triangle-blue,  .triangle-blue,
.redactor-dropdown .redactor-formatting-span-triangle-blue_,  .triangle-blue_,
.redactor-dropdown .redactor-formatting-span-triangle-gray,  .triangle-gray,
.redactor-dropdown .redactor-formatting-span-triangle-gray_,  .triangle-gray_ {
	position: relative;
	width: 0;
	border-bottom: solid 20px black;
	border-right: solid 13px transparent;
	border-left: solid 13px transparent;
	display: inline-block;
	vertical-align: baseline;
	margin-bottom: -3px;
}
.redactor-dropdown .redactor-formatting-span-triangle_ .empty, .triangle_ .empty,
.redactor-dropdown .redactor-formatting-span-triangle-blue_ .empty, .triangle-blue_ .empty {
	position: absolute;
	top: 3px;
	left: -10px;
	width: 0;
	border-bottom: solid 16px white;
	border-right: solid 10px transparent;
	border-left: solid 10px transparent;
}

.redactor-dropdown .redactor-formatting-span-triangle-blue, .triangle-blue,
.redactor-dropdown .redactor-formatting-span-triangle-blue_, .triangle-blue_ {
	border-bottom-color: #4A8CB9;
}
.redactor-dropdown .redactor-formatting-span-triangle-gray, .triangle-gray,
.redactor-dropdown .redactor-formatting-span-triangle-gray_, .triangle-gray_ {
	border-bottom-color: #B3B3B3;
}


.redactor-dropdown .redactor-formatting-span-Box-Blue, .Box-Blue {
	border: 1px solid #4A8CB9;
	color: #4a8cb9;
}

.redactor-dropdown .redactor-formatting-span-Box-Blue-Filled, .Box-Blue-Filled {
	border: 1px solid #4A8CB9;
	color: #4a8cb9;
	background-color: #A8CFE5;
}

.redactor-dropdown .redactor-formatting-span-Box-Gray, .Box-Gray {
	border: 1px solid #010101;

}

.redactor-dropdown .redactor-formatting-span-Box-Gray-Filled, .Box-Gray-Filled {
	border: 1px solid #999999;
	background-color: #B3B3B3;
}

.redactor-dropdown .redactor-formatting-span-Box-Black-Filled, .Box-Black-Filled {
	border: 1px solid #010101;
	background-color: #010101;
	color: #fff;
}

.redactor-dropdown .redactor-formatting-span-Square-Blue, .Square-Blue {
	border: 1px solid #4A8CB9;
	color: #4a8cb9;
	width: 20px;
}

 .redactor-dropdown .redactor-formatting-span-Square-Gray-Filled, .Square-Gray-Filled {
	border: 1px solid #999999;
	color: #B3B3B3;
	 background-color: #B3B3B3;
	width: 20px;
}

.redactor-dropdown .redactor-formatting-span-Square-Blue-Filled, .Square-Blue-Filled {
	border: 1px solid #4A8CB9;
	color: #A8CFE5;
	background-color: #A8CFE5;
	width: 20px;
}



.redactor-dropdown .redactor-formatting-span-Square-Gray, .Square-Gray {
	border: 1px solid #010101;
	width: 20px;
}

.tooltipster-base .Box-Gray {
	border: 1px solid #FFF;
}

.tooltipster-base .Box-Gray-Filled {
	border: 1px solid #FFF !important;
	background-color: #FFF !important;
}


.redactor-dropdown .redactor-formatting-span-Body-Teacher, .Body-Teacher {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
}

.redactor-dropdown .redactor-formatting-span-Definition, .Definition {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.redactor-dropdown .redactor-formatting-span-Link, .Link {
	color: rgb(0, 147, 203);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.redactor-dropdown .redactor-formatting-span-NOBR, .NOBR {
	text-wrap: none !important;
	white-space: nowrap !important;
}

.redactor-dropdown .redactor-formatting-span-Answer-Text, .Answer-Text {
	color: #0091c9 !important; 
	font-weight: normal;
}

.MC-Answer-Text {
    color: #0091c9 !important;
    font-weight: normal;
}

.redactor-dropdown .redactor-formatting-span-Body-A, .Body-A {
	color: rgb(0, 147, 203);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
}

.redactor-dropdown .redactor-formatting-span-Body-Student, .Body-Student {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 27px;
}

.redactor-dropdown .redactor-formatting-span-Q-MindsOn, .Q-MindsOn {
	/*color: rgb(225, 123, 0);*/
	color: #ef7600;
	font-weight: bold;
	
}

.redactor-dropdown .redactor-formatting-span-Q-Action, .Q-Action {
	/*color: rgb(149, 201, 61);*/
	color: #95C93D;
	font-weight: bold;
	
}

.redactor-dropdown .redactor-formatting-span-Q-Consolidate, .Q-Consolidate {
	/*color: rgb(152, 41, 190);*/
	color: #9829BE;
	font-weight: bold;
	
}

.redactor-dropdown .redactor-formatting-span-Q-YourTurn, .Q-YourTurn {
	/*color: rgb(77, 214, 213);*/
	color: #4DD6D5;
	font-weight: bold;
	
}

.redactor-dropdown .redactor-formatting-span-Q-TopicYourTurn, .Q-TopicYourTurn {
    color: #9911D9;
    font-weight: bold;
}
div.full-screen-body span.Q-MindsOn,
div.full-screen-body span.Q-Action,
div.full-screen-body span.Q-Consolidate,
div.full-screen-body span.Q-YourTurn {
	vertical-align: text-top;
}

.redactor-dropdown .redactor-formatting-span-Q-AssessmentOfLearning, .Q-AssessmentOfLearning {
	color: rgb(245, 18, 107);
	font-weight: bold;
	
}

.redactor-dropdown .redactor-formatting-span-Material-Link, .Material-Link {
	color: #000;
	font-family: 'Oswald', 'Roboto Condensed', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 8px;
}

.mini-lesson-table {
	border: 2px solid #337ab7;
	margin-bottom: 20px;
}

.mini-lesson-left-col {
	background-color: rgb(216, 216, 216);
	padding: 30px;
	width: 181px;
}

.cell-top-align {
	vertical-align: top;
}

.cell-middle-align {
	vertical-align: middle !important;
}

.cell-bottom-align {
	vertical-align: bottom !important;
}

.cell-nowrap {
	white-space: nowrap;
}

.table-border-lightgrey {
	border: 1px solid #dedede;
}

.table-border-darkgrey {
	border: 1px solid #010101;
}

.table-border-black {
	border: 1px solid #000;
}

.BlackHeader {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px !important;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #000 !important;
	padding: 5px 20px 5px 20px;
	display: inline;
}


	/*.BlackHeader:before {
		font-family: 'Glyphicons Halflings';
		content: "\e252";
		font-size: 40px;
		-webkit-transform: scale(.6,1);
		-moz-transform: scale(.6,1);
		-ms-transform: scale(.6,1);
		-o-transform: scale(.6,1);
		transform: scale(.6,1);
		color: #000;
		position: absolute;
		margin-top: 67px;
		}*/


	.full-screen-body {
		padding-right: 550px !important;
		/*margin-right: 50% !important;*/
	}
	.full-screen-body .BlackHeader:before {
		display: none;
	}

.BlueHeader, .BlueHeader a {
	color: #0091c9;
	font-size: 22px;
	font-weight: bold;
}

.StrandName {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 8px;
}

.subStrandName img{
	width: 1.6em;
}

.SubHeader {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 35px;
	padding-top: 5px;
}

/********************************************************************************************************************************************************************************************************/
/******************* Sharebox Custom Styles'****************** */


body #dislay-sharebbox.modal .modal-dialog {
	/* new custom width */
	width: 800px;
	/* must be half of the width, minus scrollbar on the left (30px) */
	/*margin-left: -280px;*/
}


.dialog-row {
	display: block;
}

.title-bar {
    text-transform: uppercase;
    /*font-size: 50px;*/
    /*font-family: 'Oswald', 'Open Sans';*/
    margin-bottom: 25px;
    margin-top: 25px;
}

.close-icon {
	position: absolute;
	top: 10px;
	right: 20px;
	border: 2px solid #000;
	border-radius: 50%;
	-moz-border-radius: 50%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.tab-row {
	border-top: 2px solid #bfbfbf;
	border-bottom: 2px solid #bfbfbf;
	text-transform: uppercase;
	font-size: 20px;
	/*font-family: 'Oswald', 'Open Sans';*/
	color: #bfbfbf;
}

	.tab-row div {
		padding-left: 20px;
		padding-right: 20px;
		border-right: 1px solid #bfbfbf;
		margin-top: 20px;
		margin-bottom: 10px;
		min-height: 110px;
		text-align: center;
	}

	.tab-row img {
		margin-bottom: 10px;
	}

	.tab-row .no-border {
		border-right: 0px;
	}

.content-area {
    /*min-height: 400px;*/
    min-height: calc(90vh - 350px);
}

.dialog-main {
    /*height: 320px;*/
    height: calc(90vh - 450px);
    overflow: auto;
    display: block;
    border: 1px solid #66666C;
}

.dialog-header .shareall, .dialog-footer .shareall {
	float: right;
	margin: 10px;
	font-size: 20px;
	/*font-family: 'Oswald','Open-Sans';*/
	text-transform: uppercase;
	min-width: 170px;
}

.dialog-main .sharebox-description {
	/*font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-size: 12px;
	min-height: 15px;
}

.dialog-main .shareboxTitle {
	display: inline-block;
	padding-left: 20px;
	max-width: 550px;
	vertical-align: middle;
}

.sbSpaceInfo {
    position: absolute;
    bottom: -85px;
}

.shareCounter {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #1D98CC;
    border-radius: 50%;
    right: 37%;
    top: -15px;
    display: inline-block;
    font-size: 0.8em;
    padding: 2px 0 0 0;
    color: #FFF;
    border: 2px solid #FFF;
}

.searchTextBox {
    width: 100%;
    border: 1px solid #0093CB !important;
    border-radius: 10px;
    padding: 10px;
}

    .searchTextBox:focus {
        width: 100%;
        border: 1px solid #0093CB !important;
        border-radius: 10px;
        padding: 10px;
    }

#dislay-sharebbox a {
	color: #010101;
}

	#dislay-sharebbox a.btn {
		color: #FFFFFF;
	}

.sharebox-DisplayType {
	position: absolute;
	right: 195px;
	top: 15px;
}



.shareboxImage img {
	width: 60px;
	height: 60px;
	margin: 2px;
	border: 1px solid #010101;
}

.sharebox-drag-drop {
	font-size: 40px;
	/*font-family: 'Oswald','Open-Sans';*/
	text-transform: uppercase;
	font-weight: bold;
	color: #808080;
}

.dialog-main .dialog-row {
	padding: 5px;
}

.dialog-main .title-row {
	border-bottom: 2px dotted #66666C;
	font-size: 20px;
	/*font-family: 'Oswald','Open-Sans';*/
	min-height: 60px;
}


.dialog-main .shareitem {
	position: absolute;
	right: 15px;
	top: 0px;
}

.student-can-see {
	position: absolute;
	right: 57px;
	width: 60px;
	font-size: 0.5em;
	text-align: right;
	top: -1px;
	font-weight: bold;
	z-index: 1;
}

.singleToggle {
	right: 55px;
	top: 5px;
}

.math-ratio {
	margin: 0 2px;
}
.printPadding {
	top: 7px;
}

.allowAdd {
	vertical-align: bottom !important;
	text-align: right;
	padding: 0 12px 6px 0 !important;
	color: #ddd;
}

.colorGreen {
	color: #FFF;
}
.colorGreenWidget {
	 color: #FFF;
	right: 18px;
	font-size: .45em;
	top: 4px;


}
.colorGreyWidget {
	color: #888;
	right: -16px;
	width: 66px;
	top: 3px;
	font-size: .41em;
}
.colorGrey {
	color: #888;
	right: 22px;
}

.singleToggle.colorGrey {
	right: 12px;
}

.gradePartToggle.colorGreen {
	right: 42px;
}

.gradePartToggle.colorGrey {
	right: 8px;
}
.shareall-switch {
	margin: 0 90px 0 0 !important;
	display: inline-block;
}

.shareall-checkbox {
	margin-top: 30px;
	margin-left: 15px;
}

.sharebox-done {
	position: absolute;
	right: 40px;
	bottom: -10px;
}

.sharebox-drop-main {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	text-align: center;
	height: 300px;
}

.sharebox-upload {
	color: #010101;
}

.sharebox-note-icon {
	vertical-align: text-bottom;
}

table#materialTable td {
	padding: 5px;
}

	table#materialTable td > input[type=text] {
		width: 40px;
	}
/*.materialFront, .materialBack {
	 position: absolute;
}

.materialBack {
	background-color: #fff;
}
.materialBack {
   
	background-color: #bfbfbf;
	min-height: 402px;
	width: 100%;
}*/

/********************************************************************************************************************************************************************************************************/
/******************* Amit's Custom style corrections'****************** */


.topHeading ul li {
	margin: 20px 0;
	padding: 0;
	/*float: left;*/
	list-style: none;
	display: block;
	font-size: 17px;
}

.topicHead-main ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.icon-holder {

	display: inline-block;
	vertical-align: top;
}

.label-holder {
	display: inline-block;
}

.topicHead-main h2 {
	/*font-family: 'Oswald','Open Sans';*/
	/*text-transform: uppercase;*/
	text-transform: none;
	font-weight: bold;
	font-size: 40px;
	color: #000;
	padding-top: 10px;
	display: inline-block;
	/*margin-left: 20px;*/
}

.topicHead-main ul.mainContentItems li:first-child {
			padding-left: 6px;
		}


		.mainContentItems .topicIcons {
			font-size: 14px;
			padding-top: 2px;
		}

		.mainContentItems a, .mainContentItems a:hover, .mainContentItems a:active {
			text-decoration: none;
		}


.overview-topic img.intro-movie {
	width: 580px;
}

.topic-description {
	margin-top: 0;
	min-height: 332px;
}



.topic-header-description {

		font-size: 18px;
	margin-bottom: 20px;
}

.QuestionSection {
	background-color: rgba(45,65,107,0.08);
	padding: 20px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
				   
}

.PLModule_QuestionSection {
	border: 1px solid #59698C;
	padding: 20px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}



a.share-link {
	display: block;
	margin: 5px 0;
	color: #1d98cc;
	padding: 5px 11px 5px 11px;
	line-height: 1em;
	border-radius: 10px;
	cursor: pointer;
	font-size: 0.5em;
}

a.share-link.active, a.share-link:hover {
	background-color: #1d98cc;
	color: #FFF !important;
}

a.share-link, a.share-link:active, a.share-link:hover {
	font-size: 1.5em;
	text-decoration: none;
}


.PedagogicalContent-Item {
	margin-top: 50px;
	margin-bottom: 20px;
}

span.icon-info {
    margin-left: 6px;
}


.StudentView {
	padding-right: 400px !important;
}

.teacher-text-description {
	font-size: 15px;
	margin-bottom: 20px;
	/*font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-style: italic;
}



.teacher-text-description p {
	font-size: 15px;
	/*font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-style: italic;
}
/*.topic-header-description ol, .topic-header-description ul, .topic-header-description li {
	margin: 0;
	padding: 0;
}

.topic-header-description ol, .topic-header-description ul {
	counter-reset: foo;
	display: table;
}

.topic-header-description li {
	list-style: none;
	counter-increment: foo;
	display: table-row;
}

.topic-header-description li::before {
	content: counter(foo) ".";
	display: table-cell;
	text-align: right;
	padding-right: .3em;
}*/
.lesson-Icn:hover,.lesson-Icn:active, .topic-description ul li span.lesson:hover, .topic-description ul li span.lesson:active {
	
	background: #0091c9;
	color: #ffffff;
}



.topic-description ul li span.lesson1 {
	background: #42c2cf;
	color: #8cd9e0;
}

.topic-description ul li span.lesson2 {
	background: #f5126b;
	color: #f76ea3;
}

.topic-description ul li span.lesson3 {
	background: #94c73d;
	color: #bdde87;
}

.topic-description ul li span.lesson4 {
	background: #94c73d;
	color: #bdde87;
}

.topic-description ul li span.lesson5 {
	background: #94c73d;
	color: #bdde87;
}

.topic-description ul li span.lesson6 {
	background: #94c73d;
	color: #bdde87;
}

.topic-description ul li span.lesson7 {
	background: #94c73d;
	color: #bdde87;
}
/*.topic-description ul li span.lessonSA{background:#0091c9; color:#63bdde;border-radius:4px;}*/
.topic-description ul li span.lessonSA:hover, .topic-description ul li span.lessonSA:active{
    background: #f5126b;
    color: #FFF;
}

.topic-description ul li span.lessonYT:hover, .topic-description ul li span.lessonYT:active {
    background: #9911D9;
    color: #FFF;
}

.topic-description ul li span.lessonCST:hover, .topic-description ul li span.lessonCST:active {
	background: #00b7a6;
	color: #ffffff;
	
}







.reviewTab-1,
.colorlessongoal,
.colorobservationdata {
	color: #DB8200;
}

.reviewTab-2,
.colormindson,
.colorassessingskills {
	color: #E24C0E;
}

.reviewTab-3,
.coloraction {
	color: #4FA22A;
}

.reviewTab-4,
.colorconsolidate,
.coloralternativeassessment {
	color: #9911D9;
}

.reviewTab-5,
.colorwhatyoulearned,
.colorperformancetask {
	color: #03AFBB;
}

.reviewTab-6,
.colorassessmentforlearning {
	color: #f5126b;
}

.reviewTab-7,
.colorcross-strandtask {
	color: #00b7a6;
}

.colorsupportingactivities {
    color: #0091c9;
}

.colortopicyourturn{
    color: #9911D9;
}









.imagtab {
    background-image: none;
}


.learning-goal-color {
	color: #f7b50f;
}

.minds-on-color {
	color: #ef7600;
}

.action-color {
	color: #95C93D;
}

.consolidate-color {
	color: #9829BE;
}

.your-turn-color {
	color: #4DD6D5;
}

.imagtab {
	background-image: none;
}

.reviewTab-1-active {
	background: #f7b50f url(/images/lessonoverview-asterisk.png) 20px center no-repeat;
}

.reviewTab-2-active {
	background: #ef7600 url(/images/mindson-asterisk.png) 20px center no-repeat;
}

.reviewTab-3-active {
	background: #95C93D url(/images/action-asterisk.png) 40px center no-repeat;
}

.reviewTab-4-active {
	background: #9829BE url(/images/consolidate-asterisk.png) 20px center no-repeat;
}

.reviewTab-5-active {
	background: #4DD6D5 url(/images/yourturn-asterisk.png) 20px center no-repeat;
}

.reviewTab-6-active {
	background: #f5126b url(/images/yourturn-asterisk.png) 20px center no-repeat;
}

.reviewTab-7-active {
	background: #00b7a6 url(/images/yourturn-asterisk.png) 20px center no-repeat;
}


.notesBox .collapsing span.icn-triangle {
	top: -10px;
}

.icon-complete {
	vertical-align: bottom;
	color: #f1f1f1 !important;
	margin-left: 15px;
	padding-right: 16px;
	top: -5px !important;
}

#btnComplete:hover .icon-complete, .completed {
	vertical-align: bottom;
	color: #94c73d !important;
}

.notesBox hr {
	border-top: 2px dotted #bfbfbf;
}

.notesBox span.icn-triangle {
	right: 10px;
	font-size: 40px;
	-webkit-transform: scale(.6,1); /* Safari and Chrome */
	-moz-transform: scale(.6,1); /* Firefox */
	-ms-transform: scale(.6,1); /* IE 9 */
	-o-transform: scale(.6,1); /* Opera */
	transform: scale(.6,1); /* W3C */
}

.page-content p {
	margin-bottom: 10px;
	font-style: normal !important;
}


#redactor-image-manager-box .img-container {
	display: inline-block;
	margin: 10px;
	font-size: 11px;
	text-align: center;
	width: 100px;
}
/*#redactor-image-manager-box img{ margin: 10px;}*/
.redactor-editor .Widget-Item {
	padding: 20px;
	border: 2px solid #0091c9;
	margin: 20px 0;
}

div[ng-app=shareRoot] .Widget-Item .mathup-icon-link {
	display: none !important;
}

.Widget-Section {
	margin: 20px 0;
	padding-bottom: 10px;
	display: inline-block;
	width: 100%;
}

.Widget-Section span[onclick] {
	cursor: pointer;
}


.redactor-editor .Audio-Player {
	padding: 5px;
	border: 2px solid #0091c9;
	margin: 10px;
	cursor: pointer;
}

.fa-volume-up:before {
    font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
    content: "\e901";
  color: #209FD4;
}

.Audio-Player .fa-pause {
	font-size: 1em;
    color: #209FD4;
    padding-left: 3px;
}
.Audio-Player .fa-volume-up,
.Audio-Player .fa-pause {
	cursor: pointer;
    font-size: 0.8em;
    padding-top: 10px;
}

.Audio-Player .fa-volume-up:hover,
.Audio-Player .fa-pause:hover {
	color: #181F64;
}

/*.Audio-Player {
	display: inline-block;
	clear: both;
}

.cp-jplayer {
	width: auto !important;
	height: auto !important;
}*/

#dislay-full-screen .modal-content .cp-container {
	margin-top: 10px;
}


.prototype-wrapper {
	margin-right: 4px;
}

/********************************************************************************************************************************************************************************************************/
/******************* Custom Radio Button****************** */

input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

	input[type=checkbox].css-checkbox + label.css-label {
		padding-left: 35px;
		height: 30px;
		display: inline-block;
		line-height: 30px;
		background-repeat: no-repeat;
		background-position: 0 0;
		font-size: 30px;
		vertical-align: middle;
		cursor: pointer;
	}

	input[type=checkbox].css-checkbox:checked + label.css-label {
		background-position: 0 -30px;
	}

label.css-label {
	/*background-image: url(/images/checkbox-sprite.png);*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}




.Right-Standard-padding {
	padding-right: 0.4em;
}

.Right-Medium-padding {
	padding-right: 1em;
}

.Right-Wide-padding {
	padding-right: 1.8em;
}

.Right-Extra-Wide-padding {
	padding-right: 2.8em;
}

.Right-Standard {
	margin-right: 0.4em;
}

.Right-Medium {
	margin-right: 1em;
}

.Right-Wide {
	margin-right: 1.8em;
}

.Right-Extra-Wide {
	margin-right: 2.8em;
}

.GoogleLogin, .GoogleLogin:hover, .GoogleLogin:active, .GoogleLogin:after {
	/*margin-top: 40px;
	background-image: url("/images/googleplus_button.png");
width: 330px;
height: 55px;*/
background-color: transparent;
border-color: transparent;
color: transparent;
	height: auto;
}
.dashboardMenu {
	margin: 20px 0 20px 20px;
}
.dashboardMenu a{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	color: #010101;
	font-family: 'Oswald', 'Roboto Condensed', sans-serif;
}

.dashboardMenu a:hover, .dashboardMenu a:active {
	color: #E81671;
	
}

.menuDivider {
	margin: 0 40px;
}
.menuDivider:before {
	content: '';
	border-left: 2px solid #010101;
}
.pictureCardBlock {
	padding: 30px 0 30px 50px;
}

.pictureCard {
	background-color: rgba(255,255,255,0.3);
	height: 240px;
}

.pictureLabel {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	font-family: 'Oswald', 'Roboto Condensed', sans-serif;
}

.pictureCircle img {
	border: 0px solid transparent;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 10px 10px 0 10px;
}


.title-h3 {
	color: #000;
	font-family: 'Oswald', 'Roboto Condensed', sans-serif;
	font-size: 27px;
	font-weight: bold;
	padding-top: 8px;
}
.phaseCard {
	width: 325px;
	height: 200px;
}
.phaseTitle {
	font-family: 'Oswald', 'Roboto Condensed', sans-serif;
	font-size: 12.7em;
	color: #fff;
	position: absolute;
	left: 215px;
	top: -36px;
}

.phaseText {
	font-size: 2.3em;
	font-family: 'Oswald', 'Roboto Condensed', sans-serif;
	color: #fff;
	position: absolute;
	top: 95px;
	left: 130px;
	text-transform: uppercase;
}

.phase-arrow {   
	padding: 10px;
}

.phase-arrow-text {
		font-size: 1.1em;
	font-weight: bold;
	color: #fff;
}
.phase-arrow-text span {
		font-size: 2.5em;
	top: -12px;
}
.reviewBox-wrap {
	
}
.reviewBox-wrap si-cycle > svg {
	width: 500px;
}

.si-cycle svg path[onclick]:hover {
		stroke: white;
	stroke-width: 5px;
	cursor: pointer;
}

.azuremediaplayer-full {
			width: calc(100vw - 5px) !important;
			height: calc(100vh - 5px) !important;
		}
.amp-default-skin .amp-title-overlay{
	color: #010101 !important;
}

		 .amp-default-skin .amp-logo {
			 display: none !important;
			background-image: url(/Images/icon-114.png);
			width: 114px;
			 height: 114px;
			 -moz-opacity: 0.9;
			 -webkit-opacity: 0.9;
			 -ms-opacity: 0.9;
			 opacity: 0.9;
		 }
		 .amp-default-skin .vjs-control-bar .amp-quality-control .vjs-menu .vjs-menu-content .vjs-menu-item, .amp-default-skin .vjs-control-text {
			 font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif !important;   
			}

		 .amp-default-skin .vjs-caption-settings {
			 height: 20em !important;
		 }

		 .amp-default-skin.amp-inline {
			 /*margin-bottom: 50px;*/
             
		 }
		 .amp-default-skin.amp-inline .vjs-big-play-button {
			 /*width: 0.3em;
			height: 0.3em;
			border-radius: 50%;
			opacity: 0.6;
			
			background-color: transparent;
			border: 10px solid #e1e1e1;*/

            padding: 4% 10%;
            color: #fff;
            background-image: linear-gradient(-45deg, #C52383 0%, #F5126B 100%);
            box-shadow: 0 2px 5px 0 rgba(191,23,91,0.49);
            transition: .3s;
            border: none;
            /* border-radius: 10px; */
            /*min-height: 25%;*/
            min-height: 60px;
            -ms-border-radius: 100px;
             -moz-border-radius: 100px;
             -webkit-border-radius: 100px;
            border-radius: 100px;
            border: none;
            outline: none;
            min-width: 90px;
            font-size: 16px;
            font-weight: 700;
            /*width: 25%;*/
		     width: 105px;

		 }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .amp-default-skin.amp-inline .vjs-big-play-button {
        font-size: 0.2em;
    }
    }

		 .amp-default-skin:hover .vjs-big-play-button, .amp-default-skin .vjs-big-play-button:focus {
		     /*background-color: transparent !important;
				border: 10px solid #e1e1e1 !important;
				
				border-radius: 50% !important;*/
		     -ms-border-radius: 100px !important;
             -moz-border-radius: 100px !important;
             -webkit-border-radius: 100px !important;
		     border-radius: 100px !important;
                border: none !important;
                outline: none !important;
                background-image: linear-gradient(-45deg, #9B2A81 0%, #DE1881 100%);
                transition: .3s;
                box-shadow: 0 3px 10px 0 rgba(191,23,91,0.49) !important;
                
		 }
/*.question-card .amp-default-skin.amp-inline .vjs-big-play-button::before {
    font-size: 1em;
}

.featured-video .amp-default-skin.amp-inline .vjs-big-play-button::before {
    font-size: 4.5em;
}*/
.amp-default-skin.amp-inline .vjs-big-play-button::before {
				/*top: 5px;*/
				/*top: -30px;
				left: 3px;*/
				font-size: 2em;
				    /*font-size: 32px;*/
    content: "\e90f" !important;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
			}

			.amp-default-skin.amp-inline.vjs-has-started .vjs-control-bar {
				position: absolute;
				bottom: -48px;
				height: 40px;
				background-color: #000000;
				background-color: rgba(0, 0, 0, .6);
				left: -1px;
				width: calc(100% - 2px);
			}

			.amp-default-skin .vjs-control-bar .amp-closedcaption-control:before {
				font-size: 22px !important;
			}
			
			.amp-default-skin.amp-inline {
				/*border: 1px solid #bdbfbf !important;*/
			}

			.amp-default-skin .vjs-control-bar .amp-controlbaricons-right,
			.amp-default-skin .vjs-control-bar .amp-controlbaricons-left {
				margin-top: 4px;
			}
			.amp-default-skin.amp-inline .vjs-play-control:before,
			.amp-default-skin.amp-inline .vjs-control-bar .amp-quality-control.quality-1:before,
			.amp-default-skin.amp-inline .vjs-control-bar .amp-quality-control.quality-2:before,
			.amp-default-skin.amp-inline .vjs-control-bar .amp-quality-control.quality-3:before,
			.amp-default-skin.amp-inline .vjs-control-bar .amp-quality-control.quality-4:before,
			.amp-default-skin.amp-inline .vjs-mute-control:before, 
			.amp-default-skin.amp-inline .vjs-volume-menu-button:before,
			.amp-default-skin.amp-inline .vjs-fullscreen-control:before,
			.amp-default-skin .vjs-control-bar .amp-subtitles-control:before,
			.amp-default-skin .vjs-subtitles-button:before
			 {
				font-size: 20px !important;
			}

			.amp-default-skin.amp-inline .vjs-control {
				width: 25px;
				height: 25px;
			}

            .vjs-menu .vjs-menu-content .vjs-control {
                width: auto;
                height: auto;
            }

			.amp-default-skin.amp-inline .vjs-progress-control {
				width: auto;
				height: 0.3em;
			}

			.amp-default-skin.amp-inline .vjs-time-controls,
			.amp-default-skin.amp-inline .vjs-time-divider {
				font-size: 15px;
				height: 25px;
				/*padding-top: 4px;*/

			}


@-moz-document url-prefix() {
	.mR37 {
		margin-right: 37px !important;
	}

	
}


.flex-row {
	display: flex;
	flex-wrap: wrap;
}
.flex-row > [class*='col-'] {
	display: flex;
	flex-direction: column;
}

.grid-container-2-column {
	display: grid;
	/* Creates two columns of equal width */
	grid-template-columns: 30% auto;
	/* Adds a 20px space between the grid items */
	gap: 20px;
}

/* Optional styling */
.grid-item {
	background-color: #f0f0f0;
	padding: 20px;
	text-align: center;
}

.flex-row .materialCard,
.flex-row .caption {
	flex-direction: column;
	display: flex;
	flex: 1 0 auto;
	height: auto;
	position: relative;
}
.flex-text {
	flex-grow: 1;
}
.flex-row img {
	min-width: 0;
	max-width: 100%;
}
.materialItem {
	
	display: flex;
	flex-grow: 1;
	
	/*-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;*/

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #ffffff;
	-webkit-box-shadow: 5px 5px 4px 0 rgba(38, 12, 71, 0.1);
	-moz-box-shadow: 5px 5px 4px 0 rgba(38, 12, 71, 0.1);
	box-shadow: 5px 5px 4px 0 rgba(38, 12, 71, 0.1);
	border: solid 1px #f1f1f1;
	padding: 5px 0px 5px 10px;
}
.materialCard {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	padding-left: 0;

	
}


/*****************************Arrow***********************************************/

.menuItem > .arrow {
	bottom: -25px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0;
}

.menuItem > .arrow {
	border-width: 11px;
}

.menuItem > .arrow, .menuItem > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.menuItem > .arrow:after {
	content: "";
	border-width: 15px;
	bottom: 1px;
	margin-left: -15px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0;
}


.menuItem > .arrow, .popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}


.menuItem > .arrow.reviewTabArrow-1:after {
	border-top-color: #f7b50f;
	
}

.menuItem > .arrow.reviewTabArrow-2:after {
	border-top-color: #ef7600;
	
}

.menuItem > .arrow.reviewTabArrow-3:after {
	
	border-top-color: #95C93D;
}

.menuItem > .arrow.reviewTabArrow-4:after {
	border-top-color: #9829BE;
	
}

.menuItem > .arrow.reviewTabArrow-5:after {
	
	border-top-color: #4DD6D5;
}

.contentPanel {
	padding-left: 10px; 
	margin-top: 30px;
}


/****************************************************** Banner CSS ************************************************************************/

.banner-card {
	/*min-height: 200px;*/
	background-color: #fff;
	padding: 20px;
}

.greyCard .banner-card {
	background-color: #f1f1f1;
}

.banner-header {
	margin-bottom: 20px;
}

.banner-content {
	margin-bottom: 20px;
}

/****************************************************** Banner CSS ************************************************************************/


/****************************************************** Dashboard CSS ************************************************************************/
.grade-status-panel {
	padding: 10px;
	background-color: #f1f1f1;
	
	-webkit-border-radius: 10px;
		-ms-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
}

.grade-status-button {
	background-color: #e1e1e1;
	
	-webkit-border-radius: 1em;
		-ms-border-radius: 1em;
	   -moz-border-radius: 1em;
			border-radius: 1em;
			padding: 5px 25px;
	margin-bottom: 10px;
	min-width: 200px;
	text-align: center;
}



.grade-status-item {
	padding: 20px;
	background-color: #fff;
	margin-bottom: 20px;
	min-height: 60px;
	-webkit-border-radius: 1em;
		-ms-border-radius: 1em;
	   -moz-border-radius: 1em;
			border-radius: 1em;
}

.dashboard-topic-name {
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #1d98cc;
}

.dashboard-lesson-name {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: -0.1px;
  color: #59698c;
}

/****************************************************** Banner CSS ************************************************************************/



.no-help-articles {
	margin: 40px 0;background-color: #f1f1f1;
}
.index-main {
	margin: 40px 0;background-color: #f1f1f1; padding: 40px;
}

.index-collapse {
	padding: 0;background-color: #FFF;
}

.index-content {
	/*border-bottom: 2px dotted #a1a1a1;*/
	padding-bottom: 20px;
}

.index-main .index-collapse:last-of-type{
	border: 0px;
}

.gcard {
	padding: 20px;
}

.banner-card span {
	/*margin-bottom: 20px;*/
	display: inline-block;
}






.arrow-breadcrumb { 
   list-style: none;  
  overflow: hidden; 
  font: 18px Helvetica, Arial, Sans-Serif;
  margin: 40px;
  padding: 0;
  border: 1px solid black;
  width:752px;
  border-radius: 20px;
  height: 39px;
}
.arrow-breadcrumb li { 
  float: left; 
}
.arrow-breadcrumb li a {
  color: #010101;
  text-decoration: none; 
  padding: 10px 0 10px 55px;
  background: brown; /* fallback color */
  background: #FFF; 
  position: relative; 
  display: block;
  float: left;
}
.arrow-breadcrumb li a:after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #FFF;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  left: 100%;
  z-index: 2; 
}	
.arrow-breadcrumb li a:before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid black;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  margin-left: 1px;
  left: 100%;
  z-index: 1; 
}	
.arrow-breadcrumb li:first-child a {
  padding-left: 20px;
  border-radius: 30px 0 0 30px;
}
.arrow-breadcrumb li:last-child a {
  padding-right: 20px;
  border-radius: 0 30px 30px 0;
}


.arrow-breadcrumb li:last-child a:after {
  display: none !important;
}
.arrow-breadcrumb li:last-child a:before {
  border-left: none;
}


.arrow-breadcrumb li.active:nth-child(1) a       { background:        #f7b50f; color: #FFF; }
.arrow-breadcrumb li.active:nth-child(1) a:after { border-left-color: #f7b50f; }
.arrow-breadcrumb li.active:nth-child(2) a       { background:        #ef7600; color: #FFF;}
.arrow-breadcrumb li.active:nth-child(2) a:after { border-left-color: #ef7600;}
.arrow-breadcrumb li.active:nth-child(3) a       { background:        #95C93D; color: #FFF;}
.arrow-breadcrumb li.active:nth-child(3) a:after { border-left-color: #95C93D; }
.arrow-breadcrumb li.active:nth-child(4) a       { background:        #9829BE; color: #FFF;}
.arrow-breadcrumb li.active:nth-child(4) a:after { border-left-color: #9829BE; }
.arrow-breadcrumb li.active:nth-child(5) a       { background:        #4DD6D5; color: #FFF;}
.arrow-breadcrumb li.active:nth-child(5) a:after { border-left-color: #4DD6D5; }
.arrow-breadcrumb li.active:nth-child(6) a		 {background: #4DD6D5; color: #FFF;}
.arrow-breadcrumb li.active:nth-child(6) a:after {border-left-color: #4DD6D5;}


.arrow-breadcrumb li.active a:before{
  /*border-left: 30px solid red;*/
}






/* HALF HUNTER ADDITIONS */
* {
	-webkit-font-smoothing: antialiased;
}

h5 {
	font-size: 20px;
	color: #59698C;
	letter-spacing: -0.1px;
	line-height: 26px;
	margin: 5px 0;
	font-weight: 600;
}

h6 {
	font-size: 16px;
	color: rgba(3,34,95,0.64);
	line-height: 20px;
	font-weight: 600;
	margin: 10px 0;
}

h6.timestamp {
	font-size: 11px;
	color: #8D9BB2;
}

p {
	font-size: 18px;
	letter-spacing: 0;
    /*color: #1B3262;
    line-height: 20px;*/
}

p a {
	font-size: 18px;
}

.topic-prerequisite-content p {
    font-size: 16px;
}

/*.question-card p {
	font-size: 18px;
	letter-spacing: 0;
    color: #010101;
    line-height: inherit;
}*/
p.detail {
	font-size: 14px;
	color: #2D416B;
	font-style: italic;
	font-weight: 600;
}

.navbar-left {
	padding-left: 30px;
}

.navbar-right i {
	font-size: 28px;
}

.nav > li > a {
    padding: 11px 15px;
}

.nav-justified > li > a {
    font-size: 0.9em;
}

.nav.nav-pills.nav-justified > li {
	float: left;
	width: calc(20% - 2px);
    flex: auto;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}


.lessonReviews ul.nav-pills {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background: #fff;
    border: 1px solid #F1F1F1;
    display: flex;
}
.lessonReviews ul {
    margin: 0;
    padding: 0;
}

.lessonReviews ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid white;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    transition: .3s;
    z-index: 99;
}

.lessonReviews ul li.active + li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

.lessonReviews ul li.noPerformanceTask a:after {
    display: none;
}

.lessonReviews ul li.noPerformanceTask.active a {
    border-radius: 0 100px 100px 0;
}
.lessonReviews ul li a:after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid #607D8B;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    transition: .3s;
    z-index: 9;
}

.lessonReviews .reviewTab-1 a {
	color: #DB8200;
	border-radius: 0;
}

.lessonReviews .reviewTab-1.active a, .lessonReviews .reviewTab-1.active a:hover, .lessonReviews .reviewTab-1.active a:focus {
	background-color: #DB8200;
	color: #fff;
	border-radius: 0;
}

.lessonReviews .reviewTab-1.active a:before, .lessonReviews .reviewTab-1 a:before {
	display: none;
}

.lessonReviews .reviewTab-1.active a:after {
    content: "";
    position: absolute;
    right: -9px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid #DB8200;
}

.lessonReviews .reviewTab-2 a {
	color: #E24C0E;
	border-radius: 0;
}

.lessonReviews .reviewTab-2.active a, .lessonReviews .reviewTab-2.active a:hover, .lessonReviews .reviewTab-2.active a:focus  {
	background-color: #E24C0E;
	color: #fff;
	border-radius: 0;
}

.lessonReviews .reviewTab-2.active a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid white;
}

.lessonReviews .reviewTab-2.active:last-child a:after,
.lessonReviews ul li:last-child a:after {
    display: none;
}
.lessonReviews .reviewTab-2.active a:after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid #E24C0E;
}




.lessonReviews .reviewTab-3 a {
	color: #4FA22A;
	border-radius: 0;
}

.lessonReviews .reviewTab-3.active a, .lessonReviews .reviewTab-3.active a:hover, .lessonReviews .reviewTab-3.active a:focus {
	background-color: #4FA22A;
	color: #fff;
	border-radius: 0;
}

.lessonReviews .reviewTab-3.active a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid white;
}

.lessonReviews .reviewTab-3.active a:after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid #4FA22A;
}

.lessonReviews .reviewTab-4 a {
	color: #9911D9;
	border-radius: 0;
}

.lessonReviews .reviewTab-4.active a, .lessonReviews .reviewTab-4.active a:hover, .lessonReviews .reviewTab-4.active a:focus {
	background-color: #9911D9;
	color: #fff;
	border-radius: 0;
}

.lessonReviews .reviewTab-4.active a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid white;
}

.lessonReviews .reviewTab-4.active a:after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid #9911D9;
}

.lessonReviews .reviewTab-5 a {
	color: #03AFBB;
	border-radius: 0;
}

.lessonReviews .reviewTab-5.active a, .lessonReviews .reviewTab-5.active a:hover, .lessonReviews .reviewTab-5.active a:focus {
	background-color: #03AFBB;
	color: #fff;
	border-radius: 0;
}

.lessonReviews .reviewTab-5.active a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid white;
}

	.lessonReviews .reviewTab-5.active a:after {
		content: "";
		position: absolute;
		right: -10px;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: 10px solid #03AFBB;
	}

.lessonReviews .reviewTab-6 a {
	color: #f5126b;
	border-radius: 0;
}

.lessonReviews .reviewTab-6.active a, .lessonReviews .reviewTab-6.active a:hover, .lessonReviews .reviewTab-6.active a:focus {
	background-color: #f5126b;
	color: #fff;
	border-radius: 0;
}

.lessonReviews .reviewTab-6.active a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid white;
}

.lessonReviews .reviewTab-6.active a:after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid #f5126b;
}


.lessonReviews .reviewTab-7 a {
	color: #00b7a6;
	border-radius: 0;
}

.lessonReviews .reviewTab-7.active a, .lessonReviews .reviewTab-7.active a:hover, .lessonReviews .reviewTab-7.active a:focus {
	background-color: #00b7a6;
	color: #fff;
	border-radius: 0;
}

.lessonReviews .reviewTab-7.active a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid white;
}

.lessonReviews .reviewTab-7.active a:after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid #00b7a6;
}


/*.lessonReviews .reviewTab-5.active a:after, .lessonReviews .reviewTab-5 a:after {
	display: none;
}*/


.lessonReviews ul.nav-pills li:last-child a, .lessonReviews ul.nav-pills li:last-child a:hover, .lessonReviews ul.nav-pills li:last-child a:focus {
	border-radius: 0 100px 100px 0;
}

.lessonReviews ul.nav-pills li:first-child a, .lessonReviews ul.nav-pills li:first-child a:hover, .lessonReviews ul.nav-pills li:first-child a:focus {
	border-radius: 100px 0 0 100px;
}

.lessonReviews .reviewTab-1 a {
	color: #DB8200;
	border-radius: 0;
}

	.lessonReviews .reviewTab-1 a:hover {
		background-color: #DB8200;
		border-color: #DB8200 ;
		color: #fff !important;
	}

		.lessonReviews .reviewTab-1 a:hover:after {
			content: "";
			position: absolute;
			right: -9px;
			bottom: 0;
			width: 0;
			height: 0;
			border-left: 10px solid #DB8200;
		}

.lessonReviews .reviewTab-1:hover + .reviewTab-2 a:before {
    border-left: 10px solid #DB8200;
    transition: .3s;
}

.lessonReviews .reviewTab-1.active a {
	background-color: #DB8200;
	color: #fff;
	border-radius: 0;
}

.lessonReviews .reviewTab-2 a {
	color: #E24C0E;
	border-radius: 0;
}

.lessonReviews .reviewTab-2 a:hover {
	background-color: #E24C0E;
	color: #fff !important;
}

.lessonReviews .reviewTab-2:hover + .reviewTab-3 a:before,
.lessonReviews .reviewTab-2:hover + .reviewTab-4 a:before,
.lessonReviews .reviewTab-2:hover + .reviewTab-5 a:before,
.lessonReviews .reviewTab-2:hover + .reviewTab-6 a:before,
.lessonReviews .reviewTab-2:hover + .reviewTab-7 a:before {
    border-left: 10px solid #E24C0E;
    transition: .3s;
}

.lessonReviews .reviewTab-2.active a {
	background-color: #E24C0E;
	color: #fff;
	border-radius: 0;
}


.lessonReviews .reviewTab-3 a {
	color: #4FA22A;
	border-radius: 0;
}

.lessonReviews .reviewTab-3 a:hover {
	background-color: #4FA22A;
	color: #fff !important;
}

.lessonReviews .reviewTab-3:hover + .reviewTab-4 a:before {
    border-left: 10px solid #4fa12a;
    transition: .3s;
}

.lessonReviews .reviewTab-3.active a {
	background-color: #4FA22A;
	color: #fff;
	border-radius: 0;
}

.lessonReviews .reviewTab-4 a {
	color: #9911D9;
	border-radius: 0;
}

.lessonReviews .reviewTab-4 a:hover {
	background-color: #9911D9;
	color: #fff !important;
}

.lessonReviews .reviewTab-4:hover + .reviewTab-5 a:before {
    border-left: 10px solid #9911D9;
    transition: .3s;
}

.lessonReviews .reviewTab-4.active a {
	background-color: #9911D9;
	color: #fff;
	border-radius: 0;
}

.lessonReviews .reviewTab-5 a {
	color: #03AFBB;
	border-radius: 0;
}

.lessonReviews .reviewTab-5 a:hover {
	background-color: #03AFBB;
	color: #fff !important;
}

.lessonReviews .reviewTab-5.active a {
	background-color: #03AFBB;
	color: #fff;
	border-radius: 0;
}

.lessonReviews .reviewTab-5:hover + .reviewTab-6 a:before {
    border-left: 10px solid #03AFBB;
    transition: .3s;
}

.lessonReviews .reviewTab-6 a {
	color: #f5126b;;
	border-radius: 0;
}

.lessonReviews .reviewTab-6 a:hover {
	background-color: #f5126b;;
	color: #fff;
}

.lessonReviews .reviewTab-6:hover + .reviewTab-7 a:before {
    border-left: 10px solid #f5126b;
    transition: .3s;
}

.lessonReviews .reviewTab-6.active a {
	background-color: #f5126b;
	color: #fff;
	border-radius: 0;
}


.lessonReviews .reviewTab-7 a {
	color: #00b7a6;
	border-radius: 0;
}

.lessonReviews .reviewTab-7 a:hover {
	background-color: #00b7a6;
	color: #fff;
}

.lessonReviews .reviewTab-7:hover + .reviewTab-8 a:before,
.lessonReviews .reviewTab-7:hover + .reviewTab-2 a:before {
	border-left: 10px solid #00b7a6;
	transition: .3s;
}

.lessonReviews .reviewTab-7.active a {
	background-color: #00b7a6;
	color: #fff;
	border-radius: 0;
}

.lessonReviews ul.nav-pills li:last-child a, .lessonReviews ul.nav-pills li:last-child a:hover, .lessonReviews ul.nav-pills li:last-child a:focus {
	border-radius: 0 100px 100px 0;
}

.lessonReviews ul.nav-pills li:first-child a, .lessonReviews ul.nav-pills li:first-child a:hover, .lessonReviews ul.nav-pills li:first-child a:focus {
	border-radius: 100px 0 0 100px;
}

img.phase_image {
	box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.40);
	border-radius: 7px;
	border-width: 0;
}

ul.path-menu li a:hover {
	color: #fff;
}

ul.path-menu li a.IcnL.active {
	background-color: #0091c9;
}

ul.path-menu li a.IcnL.active:hover {
	color: #1D98CC;
}

ul li.Icn-School-1.active,
a.Icn-School-1.active,
.Icn-School-1:hover {
	background-color: #F73D5B !important;
	color: #FFF !important;
}

ul li.Icn-School-2.active,
a.Icn-School-2.active,
.Icn-School-2:hover {
    background-color: #DE17BE !important;
    color: #FFF !important;
}

ul li.Icn-School-3.active,
a.Icn-School-3.active,
.Icn-School-3:hover {
    background-color: #9B02F7 !important;
    color: #FFF !important;
}

ul li.Icn-School-4.active,
a.Icn-School-4.active,
.Icn-School-4:hover {
    background-color: #4C3DE0 !important;
    color: #FFF !important;
}

ul li.Icn-School-5.active,
a.Icn-School-5.active,
.Icn-School-5:hover {
    background-color: #0283F7 !important;
    color: #FFF !important;
}


ul li.Icn-School-6.active,
a.Icn-School-6.active,
.Icn-School-6:hover {
    background-color: #00BAED !important;
    color: #FFF !important;
}

ul li.Icn-School-7.active,
a.Icn-School-7.active,
.Icn-School-7:hover {
    background-color: #0CFCE3 !important;
    color: #FFF !important;
}


.top-nav {
	background-color: #fff;
}

.lesson-head {
	background: #fff;
}

.pageheader {
    height: 125px;
}

.pageheader .container {
	z-index: 11;
	position: relative;
}

.topicHead-main .lesson-title {
	background: #fff;
	max-width: 100%;
	padding: 30px 0 30px 20px;
}

.topicHead-main .label-holder {
	margin-left: 48px;
}

.topicHead-main .icon-holder {
	position: absolute;
	width: 48px;
}

.curve {
	background: url('/images/header-curve.svg');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 100% 100%;
	width: 300px;
}

.topicHead-main .lesson-title:before {
	content: "";
	background-color: #fff;
	position: absolute;
	left: -200%;
	height: 260px;
	width: 200%;
	bottom: 0px;
}

a {
	text-decoration: none;
	transition: .3s;
	font-size: 1em;
	font-weight: 700;
	color: #1D98CC;
}

#rightPanelAccordion a {
    font-size: 18px;
}
/* Removed a:focus because of top menu remembering */
a:hover {
	text-decoration: none;
	transition: .3s;
	color: #E81671 !important;
}

button, input[type="submit"],
a.uibutton,
.modal-content button {
	min-height: 40px;
	border-radius: 100px;
	border: none;
	outline: none;
	min-width: 130px;
	font-size: 16px;
	font-weight: 700;
}

}

button.icon {
	padding: 4px 15px 1px 15px !important;
	min-width: auto;
}

.btn-rounded {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;

}

a.uibutton,
.modal-content button {
    min-height: 25px;
    border-radius: 100px;
    border: none;
    outline: none;
    min-width: 175px;
    font-size: 16px;
    font-weight: 700;
}
a.uibutton.primary,
button.primary, input[type="submit"].primary,
.modal-content button.primary {
	padding: 12px 20px;
    min-height: 40px;
    color: #fff;
    background: #FF0074;
    background-image: linear-gradient(45deg, #14056f52 0%, #f0136d3b 100%);
    box-shadow: 0 2px 5px 0 rgba(191,23,91,0.49);
    transition: .3s;
    display: inline-block;
    min-width: 120px;
    text-align: center;
}

button.primary:hover, button.primary:active, button.primary:focus, input[type="submit"].primary:hover,
a.uibutton.primary:hover, .modal-content button.primary:hover {
    background: #d60d6f;
    background-image: linear-gradient(45deg, #14056f52 0%, #f0136d3b 100%);
	transition: .3s;
	box-shadow: 0 3px 10px 0 rgba(191,23,91,0.49);
}

.modal-xl {
    width: 600px;
}
.modal-content button,
a.uibutton.secondary,
button.secondary, input[type="submit"].secondary,
.modal-content button.secondary,
button.secondary {
	padding: 12px 20px;
	color: #1D98CC;
	background: rgba(40,64,115,0.05);
	transition: .3s;
    display: inline-block;
    min-width: 120px;
    text-align: center;
}

.primarySmall, .secondarySmall {
	font-size: 0.7em !important;
	min-width: 70px !important;
}

	.modal-content button,
	a.uibutton.disabled,
	button.disabled, input[type="submit"].disabled,
	.modal-content button.disabled,
	button.disabled {
		padding: 12px 20px;
		color: #000;
		background: rgba(40,64,115,0.05);
		transition: .3s;
		display: inline-block;
		min-width: 120px;
		text-align: center;
	}

.modal-content button {
    color: #1D98CC;
}

.modal-content button:hover {
    color: #E81671;
    cursor: pointer;
}

    button.secondary:hover, button.secondary:active, button.secondary:focus, input[type="submit"].secondary:hover,
    a.uibutton.secondary:hover, .modal-content button.secondary:hover {
        background: rgba(45,65,107,0.12);
        color: #FF0074;
        transition: .3s;
    }

button span {
	margin-right: 10px;
	font-size: 18px;
}

.vertical-center {
	display: inline-block;
	vertical-align: middle;
}

.no-bottom-margin {
	margin-bottom: 0;
}

.padding-20-bottom {
	padding-bottom: 20px;
}

.padding-10-bottom {
	padding-bottom: 10px;
}

.center {
	text-align: center;
}

.navbar-default .navbar-toggle {
	min-width: auto;
	border: none;
	margin-right: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #1e98cc;
}

.navbar-nav #profileMenuItem.userMain:hover {
	background-color: #E81671;
	transition: .3s;
}

.absolute-bottom-left {
	position: absolute;
	bottom: 0;
	left: 0;
}

.absolute-bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
}

.new {
	color: #1EBCA4;
	font-weight: 700;
	font-size: 15px;
	vertical-align: top;
	margin-left: 5px;
}

.controls button {
	margin-left: 10px;
}

.icon-chevron.right, .icon-chevron.left {
	font-size: 12px;
}

.icon-chevron.right:before {
	transform: rotate(-90deg);
	display: inline-block;
	margin-left: 10px;
}

.icon-chevron.left:before {
	transform: rotate(90deg);
	display: inline-block;
	margin-right: 10px;
}

.gradeLabel a {
	font-size: 14px;
}
.icn-question,
.icon-info {
    display: inline-block;
	/*vertical-align: super;*/
	font-size: 22px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.icn-question:hover:before, .icon-info:hover:before
 {
    color: #E81671;
    cursor: pointer;
}

.Widget-Section.game {
	padding-bottom: 0;
}

.game-thumb {
	width: 100%;
	min-height: 350px;
	background-size: cover;
	background-position: center center;
	border-radius: 12px 0 0 12px;
}

#game1 {
	background-image: url('/images/cropdrop.png');
}

.footer-bar .row {
    /*max-width: 800px;*/
    max-width: 1024px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#QuickNotes {
	background: #FFFADD;
	box-shadow: 5px 5px 4px 0 rgba(38,12,71,0.10);
	border-radius: 6px;
}

#QuickNotes .grey-container {
	background: rgba(45,65,107,0.04);
	height: 25px;
}

#QuickNotes .content-area {
    min-height: 220px;
	padding: 20px;
    /*width: 265px;*/
    /*height: 250px;*/
    height: auto;
    position: relative;
    
}

    #QuickNotes .content-area textarea {
        /*position: absolute;*/
        width: 100%;
        height: auto;
        -moz-resize: none;
        -ms-resize: none;
        -o-resize: none;
        resize: none;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        color: #1b3262;
        font-size: 0.8em;
        white-space: pre-wrap;
    }

#QuickNotes .dot {
    width: 10px;
    height: 10px;
    border: 1px solid #e9e9e9;
    background-color: #e9e9e9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.leftPunch {
    position: absolute;
    left: 15%;
    top: 33px;
}

.rightPunch {
    position: absolute;
    right: 21%;
    top: 33px;
}

.materialItem .iconColor {
	/*margin: 6px;*/
}

.push-down {
    position: absolute;
    right: -10px;
    top: -10px;
}

.no-margin {
	margin: 0 !important;
}

.toggle-switch {
	margin: 10px 0;
}

.switch {
	position: relative;
	display: inline-block;
	width: 44px;
	height: 22px;
	margin-bottom: 0;
}

.switch-label {
	margin-right: 10px;
	font-size: 16px;
	color: rgba(3,34,95,0.64);
	font-style: italic;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
}

.switch input {
	display:none;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ABABAB;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.switch:hover .slider:before {
	box-shadow: 0 2px 4px 0 rgba(65, 65, 65, 0.5);
}

input:checked + .slider {
	background-color: #8DC842;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.nav-pills-main .scrollToFixedItem {
	/*margin-top: -75px;*/
}

.path-header {
	margin: 40px 0 30px 0;
}

.panel-title .icon-move {
	font-size: 14px;
	float: left;
	padding-top: 5px;
	width: 0px;
	margin-right: 5px;
	opacity: 0;
	transition: width .3s;
}



 .panel-heading:hover .icon-move {
	width: 20px;
	opacity: 1;
	margin-right: 5px;
}

.panel-heading h6.timestamp {
	margin: 6px;
	float: right;
}

.curriculum > .panel-default .panel-heading > .panel-title > a i {
	color: #D0021B !important;
	font-size: 16px;
	font-style: normal;
}

.curriculum > .panel-default .panel-heading > .panel-title > a > span.icon {
	background: transparent;
	height: auto;
	width: auto;
	margin-top: 11px;
	font-size: 11px;
}

.curriculum > .panel-default .panel-heading > .panel-title > a > span.icon-minus,
.curriculum > .panel-default .panel-heading > .panel-title > a > span.icon-check,
.curriculum > .panel-default .panel-heading > .panel-title > a > span.icon-circle {
	font-size: 30px;
	margin-top: 0;
}


.panel-collapse {
	padding: 10px;
}

.curriculum > .panel-default .panel-body ul li.topic-prerequisite {
	background: rgba(40,64,115,0.05);
	border-radius: 8px;
	border-bottom: none;
	padding: 15px 20px 20px 20px;
}

.topic-prerequisite h6 {
	margin-top: 0;
	color: rgba(208,2,27,0.64);
	font-style: italic;
}

.categoryPanel span.initials {
	font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	background: #d9195e;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 32px;
	height: 32px;
	float: left;
	text-align: center;
	color: #fff;
	font-weight: normal;
	margin-right: 10px;
	padding-top: 6px;
}

.panel-body span.initials {
	font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	background: rgba(34,61,116,0.03);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 28px;
	height: 28px;
	float: none;
	text-align: center;
	color: #1D98CC;
	margin-right: 10px;
	padding-top: 4px;
	display: inline-block;
    margin-top: -3px;
}

.curriculum > .panel-default .panel-heading > .panel-title > a {
	line-height: 32px;
}

.subLinks ul li.curriculum-part, .sidenav .curriculum-part {
	padding: 10px 12px;
	margin: 0;
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid #D7D7D7;
	border-radius: 4px;
	margin: 0 10px;
	transition: .3s;
}

.subLinks ul li.curriculum-part:hover, .sidenav .curriculum-part:hover, .subLinks ul li.curriculum-part:active, .sidenav .curriculum-part:active {
	border: solid 1px rgba(45, 65, 107, 0.48);
	transition: .3s;
}

.subLinks ul li.curriculum-part a, .sidenav .curriculum-part a {
	color: #2D416B;
	font-weight: 700;
}

.subLinks ul li.curriculum-part .iconColor, .sidenav .curriculum-part .iconColor {
    font-size: 12px;
    margin-left: 10px;
    float: right;
    margin-top: 7px;
}

.categoryPanel ul li h6 {
	margin: 8px 0;
}

.rotate {
	display: inline-block;
	transform: rotate(-180deg);
	transition: .3s;
}

.background {
	background-image: url('/images/mathup-bg.png');
	background-repeat: no-repeat;
	background-position: 0 0;
    min-height: calc(100vh - 190px);
    background-size: contain;
}

body.National .background {
    background-image: url('/images/mathup-bg_National.png');
}
body.Alberta .background {
	background-image: url('/images/mathup-bg_AB.png');
}

.background-classroom {
    background-image: url('/images/mathup-bg.png');
}

.background-school {
	background-image: url('/images/mathup-school-bg.svg');
	
}

.background-classroom_National {
    background-image: url('/images/mathup-bg_National.png');
}

.background-school_National {
    background-image: url('/images/mathup-school-bg_National.png');
}

.background-classroom_Alberta {
	background-image: url('/images/mathup-bg_AB.png');
}

.background-school_Alberta {
	background-image: url('/images/mathup-school-bg_AB.png');
}

.loginBody {
	background: url('/images/patternbg-1.svg') no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 10px solid #fff;
}

.loginBody.loginBody_National {
        background-image: url('/images/patternbg-1_National.svg');
    }

	.loginBody.loginBody_Alberta {
		background-image: url('/images/patternbg_AB.svg');
	}

.plv-topic {
    padding: 10px 0;
    color: #209FD4;
}

.plv-topic.active {
    color: #E81671;
}

.articleTitle {
    width: calc(100% - 25px);
    display: inline-block;
    cursor: pointer;
}
.whitecard {
 	border-radius: 6px;
	background-color: rgba(255, 255, 255, 0.9);
	border: solid 1px #f1f1f1;
	padding: 20px;
}

.loginBody .whitecard {
    margin: 80px auto 80px auto;
    max-width: 700px;
}

.loginBody .whitecard.login-container { 
	/*width: 400px;*/
}

.loginBody .whitecard .bottom-dotted-border {
	margin: 40px 0;
}



.loginBody input[type="submit"] {
	margin: 20px 0 10px 0;
}

.full-width {
	width: 100%;
}

.form-control, .form-control:focus {
    transition: .3s;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #d7d7d7;
    min-height: 44px;
    color: rgba(31,30,30,0.70);
    font-size: 16px;
}

.form-control:focus, .form-control:active, .form-control:hover {
	transition: .3s;
	border: solid 1px rgba(45, 65, 107, 0.48);
	box-shadow: none;
}

.form-group .control-label {
	text-align: left;
	margin-bottom: 5px;
}

/*#AddLicense .form-group label,
#AddLicense .form-group input,
#AddLicense .form-group select {
	width: 45%;
}*/

.circle-image {
	width: 116px;
	height: 116px;
	background-image: url('/images/MarianSmall.jpg');
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
	margin: -80px auto 20px auto;
	border: 1px solid #a1a1a1;
}

.circle-image-school {
    width: 116px;
    height: 116px;
    background-image: url('/images/Doug_Small.jpg');
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    margin: -80px auto 20px auto;
    border: 1px solid #a1a1a1;
}

.progress-steps .circle {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background: rgba(33,60,115,0.10);
    display: inline-block;
    float: left;
}

.progress-steps .circle.complete {
	background: #209FD4;
}

.progress-steps .line {
    width: 36px;
    display: inline-block;
    border: 1px solid rgba(45,65,107,0.04);
    float: left;
    margin-top: 14px;
}

.loginBody .whitecard .progress-steps {
	top: -40px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.link-list {
	padding: 0 30px 0 0;
}

.link-list li {
    list-style-type: none;
    margin: 15px 0;
}

.collapseHeader.collapsed {
	border-radius: 6px;
}

.collapseHeader .icon-chevron {
	font-size: 12px;
    margin-top: 10px;
}

.subLinks.search {
	margin-top: -20px;
	margin-bottom: 60px;
}

.search input {
	max-width: 720px;
	float: right;
}

#link-list-mobile {
	display: none;
	margin: 0;
}

input[type=search]::after {
	content: "\e912";
    color: #209FD4;
}

.search .icon-search {
	position: absolute;
    right: 15px;
    top: 12px;
}

.nav-pills>li+li {
	margin-left: 0;
}

.myGrid {
    width: 100%;height: 100%;max-height: 600px;
}

.Student-Only {
    display: none;   
}


div[ui-grid-row], div.ui-grid-row, .ui-grid-cell  {
    height: 50px !important;
}

div[ui-grid-row] a.uibutton.primary, div.ui-grid-row a.uibutton.primary, .ui-grid-cell a.uibutton.primary {
    
}

div[ui-grid-row] a.uibutton.primary, div.ui-grid-row a.uibutton.primary, .ui-grid-cell a.uibutton.primary,
div[ui-grid-row] a.uibutton.secondary, div.ui-grid-row a.uibutton.secondary, .ui-grid-cell a.uibutton.secondary {
    min-height: 30px !important;
    padding: 4px 10px !important;
    margin-top: 4px !important;
    margin-left: 5px !important;
    min-width: 50px !important;
}

#socialLoginForm1 {
    padding-top: 40px;
    margin-top: 20px;
    text-align: center;
}
#socialLoginForm12:before {
    color: #333333;
    color: rgba(51,51,51,0.7);
    font-size: 16px;
    background: #f7fdfd;
    position: absolute;
    font-weight: 500;
    top: 0px;
    left: 47%;
    content: "OR";
    padding: 10px;
    letter-spacing: 2px;
}

.error {
	margin: 20px;
	font-size: 0.9em;
	color: #E81671;
}

.loginValidations {
    text-align: center;
    color: red;
}
.loginValidations ul {
    list-style: none;
}

.trial {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -12px;
}

.trial span {
    padding: 5px 10px;
    background-color: #f1f1f1;
    border-radius: 20px;
}

.flash-message {
    -webkit-animation: fadeOut 2s forwards;
    animation: fadeOut 2s forwards;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    
}

.PinkBackground {
    background-color: #fde5f3;
    background-color: rgba(253, 229, 243, 0.5);
}

.GreenBackground {
    background-color: #1fc16f;
    background-color: rgba(31,193,111,0.2);
}


.bold {
    font-weight: bold;
}

.collapseButtons {
	min-height: 20px !important;
	margin-top: 30px;
	margin-bottom: -30px;
}
	.collapseButtons a,
	#rightPanelAccordion .collapseButtons a {
		font-size: 0.8em;
	}

.missing-translations{
	padding: 40px;
	background-color: lightcyan;
}

@-webkit-keyframes fadeOut {
	from {opacity: 1;}
    to {opacity: 0;}
}

@keyframes fadeOut {
    from {opacity: 1;}
    to {opacity: 0;}
}

.lblEllipsisWrapper {
	width: auto;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.lblEllipsis {
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*
.noWrapText .NOBR{
	white-space: normal !important;
}*/

.feedback-sethighlight, .feedback-setblackout {
	width: 25% !important;
}
#feedback-highlighter label{
	width: 65% !important;
	line-height:normal !important;
}

.modal-body .vjs-menu-button {
    cursor: pointer;
    font-size: x-small !important;
    color: white !important;
}
.modal-body .video-js .vjs-control{
	cursor: pointer;
    font-size: x-small !important;
    color: white !important;
	min-width: auto !important;
}
.azuremediaplayer-dialog-dimensions{
	width: 100% !important;
}

.mrow {
    padding-left: 0.1rem !important;
    display: flex
;
    margin: 0rem !important;
}

.mrow {
    padding-left: 0.1rem !important;
    margin: 0rem !important;
}
/********************************************************************************************************************************************************************************************************/
/******************* MAX 767 width Customizations****************** */

@media (max-width: 319px) {

	 .container-main, .container {
		width: 320px;
		/*min-width: 950px;*/
	}
	body {
		overflow-x: auto;
	}

	
}
@media (min-width: 320px) and (max-width: 767px){
html {
	font-size: 12px;
}


body {
	font-size: 14px;
	/*padding-top: 80px;*/
	/*padding-bottom: 40px;*/
	font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #010101;
	width: calc(100vw) !important;
}

Select.fancySelect, .fancyMultiSelect .select2-container--default .select2-selection--multiple {
		width: 255px;
	}


 .full-screen-body {
		padding-right: 200px !important;
		/*margin-right: 50% !important;*/
	}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}

.related-Icn {
	margin: 0 0 20px 0;
	padding-top: 20px;
}
.nav-topic-header {
	display: none !important;
}

.panel-title {
	font-size: 1em;
}



	nav ul li {
		width: auto !important;
	}

	.container {
		padding-right: 5px;
		padding-left: 5px;
		margin-right: auto;
		margin-left: auto;
	}

	.row {
		margin-right: -5px;
		margin-left: -5px;
	}

	.form-horizontal .form-group {
		margin-right: -5px;
		margin-left: -5px;
	}

	
	.pageTitle {
		font-size: 25px;
		border-bottom: 2px dotted #010101;
		font-weight: bold;
		color: #000;
		font-family: 'Oswald';
		padding-bottom: 20px;
		margin-left: 10px;
	}

	.pageSubTitle {
		font-size: 16px;
		font-weight: bold;
		color: #000;
		font-family: 'Oswald';
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.menuIcon a span {
		width: 25px;
		height: 25px;
		font-size: 15px;
		padding-top: 3px;
	}


	.helpIcon {
		color: #BDBFBF;
		font-size: 14px;
	}

	.BlueBar {
		height: 30px;
		background-color: #0093CB;
	}

	.BlueIcon {
		color: #0093CB;
	}

	.curriculum-part {
		width: auto;
	}

	.right-links li span {
		padding: 7px 0 0 0;
	}

	.btn-logout a span {
		margin-top: -7px;
	}
	.subLinks ul {
		margin-bottom: 20px;
		text-align: left;
		margin-left: 10px;
	}

		.subLinks ul li {
			float: none;
			border: 0px;
			padding: 0 10px;
		}

			.subLinks ul li a {
				margin: 0;
				font-size: 12px;
			}


			.subLinks ul li.active > a:before {
				content: '*';
				padding-right: 3px;
				margin-top: 11px;
				line-height: .6em;
				font-size: 15px;
				float: left;
				margin-left: 0px;
			}

	.subLinks .btn-block {
		/*float: none;*/
		text-align: center;
	}

		.subLinks .btn-block a {
			font-size: 14px;
			min-width: 100px;
			padding: 4px;
		}

		.subLinks .btn-block button {
			float: none;
		}


		ul.legends li {
			padding-bottom: 10px;
		}

	.footer-bar {
		margin-top: 20px;
	}
	.footer-bar div {
		
		padding-left: 5px;
		font-size: 0.91em;
		margin-top: 5px;
	}


	.footer-bar img.hidden-print {
		width: 60px;
	}
	footer ul > li {
		list-style: none;
		display: block;
		margin-right: 0;
	}

	.popover {
		max-width: 350px;
	}
    .modal-dialog-center-50 {
        -moz-min-width: auto;
        -ms-min-width: auto;
        -o-min-width: auto;
        -webkit-min-width: auto;
        min-width: auto;
    }

    .modal-dialog-center { /* Edited classname 10/03/2014 */
		margin: auto;
		position: inherit;
		top: auto;
		left: auto;
	}


	.curriculum {
		overflow-y: visible;
		max-height: none;
	}

	.row-xs {
		height: 50px;
	}

	.xs-hide {
		display: none;
	}


	.overview-topic h2 {
		font-size: 3em;
	}

	.material-icn {
		width:25px;
	}

	.operation-wrap h2 {
		font-size: 25px;
	}

	.NumberTalkText img.mup-img-responsive {
		width: 30px !important;
	}

	.videogular-container {
		width: auto;
		height: auto;
	}


	.lesson-tab-panel {
		padding: 25px;
		font-size: 1em;
	}

	.lesson-tab-panel p, .lesson-tab-panel td, .lesson-tab-panel th, .lesson-tab-panel li, .mathML p, .mathML td, .mathML th, .mathML li, .lesson-tab-panel-editor p, .lesson-tab-panel-editor td, .lesson-tab-panel-editor th, .lesson-tab-panel-editor li, .mathML p, .mathML td, .mathML th, .mathML li {
	font-size: 1em;
	vertical-align: top !important;
}


	.topHeading ul li {
		font-size: 15px;
	}

		.topHeading ul li a {
			width: 20px;
			height: 20px;
		}

	li.teacher-student-item {
		margin-right: 0;
		margin-top: 0;
		margin-left: 20px;
	}

	.print-pull-right {
		float: right !important;
	}

	.print-pull-left {
		float: left !important;
	}

	.topHeading ul li.topic-header {
		display: block !important;
		width: 100% !important;
		font-size: 16px !important;
	}

	.reviewBox-wrap h2.lesson-title {
		font-size: 2em;
	}
	.reviewBox-wrap h2 {
		font-size: 1.5em;
	}

	.notes-wrap {
		margin-top: 60px;
		border-top: 1px dotted #616161 !important;
	}
	.notesBox h2 a, .notesBox h2 a:hover, .notesBox h2 a:active {
		font-size: 1.2em;
	}

	div.sidebar-content p {
		font-size: 1.3em;
	}
	.menuIconPacingGuide {
		line-height: .3em;
	}
	.gx-menu-slider-inner > img {
		width: 20px !important;
		margin-right: 10px !important;
	}

	.amp-default-skin .amp-logo {
			 display: none;
			background-image: url(/Images/icon-114.png);
			width: 114px;
			 height: 114px;
			 -moz-opacity: 0.9;
			 -webkit-opacity: 0.9;
			 -ms-opacity: 0.9;
			 opacity: 0.9;
		 }
		 .amp-default-skin .vjs-control-bar .amp-quality-control .vjs-menu .vjs-menu-content .vjs-menu-item, .amp-default-skin .vjs-control-text {
			 font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif !important;   
			}

		 .amp-default-skin.amp-inline {
			 /*margin-bottom: 40px;
			 width: 330px !important;
			 height: 186px !important;*/
		 }
		 .amp-default-skin.amp-inline .vjs-big-play-button {
			 left: 20% !important;
             top: 20% !important;

		 }

			.amp-default-skin.amp-inline .vjs-big-play-button::before {
				/*top: 5px;*/
				
			}

			.amp-default-skin.amp-inline.vjs-has-started .vjs-control-bar {
				position: absolute;
				bottom: -38px;
				height: 30px;
				background-color: #000000;
				background-color: rgba(0, 0, 0, .6);
				left: -1px;
				width: calc(100% - 2px);
			}

			.amp-default-skin.amp-inline {
				border: 1px solid #bdbfbf !important;
			}
			.amp-default-skin.amp-inline .vjs-play-control:before,
			.amp-default-skin.amp-inline .vjs-control-bar .amp-quality-control.quality-1:before,
			.amp-default-skin.amp-inline .vjs-control-bar .amp-quality-control.quality-2:before,
			.amp-default-skin.amp-inline .vjs-control-bar .amp-quality-control.quality-3:before,
			.amp-default-skin.amp-inline .vjs-control-bar .amp-quality-control.quality-4:before,
			.amp-default-skin.amp-inline .vjs-mute-control:before, 
			.amp-default-skin.amp-inline .vjs-volume-menu-button:before,
			.amp-default-skin.amp-inline .vjs-fullscreen-control:before
			 {
				font-size: 20px;
			}

			.amp-default-skin.amp-inline .vjs-control {
				width: 25px;
				height: 25px;
			}

			.amp-default-skin.amp-inline .vjs-progress-control {
				width: auto;
				height: 1em;
			}

			.amp-default-skin.amp-inline .vjs-time-controls,
			.amp-default-skin.amp-inline .vjs-time-divider {
				font-size: 10px;
				height: 20px;
				padding-top: 3px;

			}

			.Resource-Dialog-Header {
				font-size: 12px;
			}

			.right-dotted-border, .left-dotted-border {
				border: none;
			}

			.shadow {
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
				box-shadow: none;
				}

			ul.nav-pills li:first-child,
			ul.nav-pills li:last-child {
					 -webkit-border-radius: 0;
				-moz-border-radius: 0;
				border-radius: 0;
				}

			/*.nav-pills-main {
				margin-top: 10px;
			}*/
	

}

@media(max-width:767px) and (orientation : landscape) {
	/*#BigLogo {
		display: none;
	}*/
	#BigLogo {
		padding-top: 5%;
	}

	
}

/********************************************************************************************************************************************************************************************************/
/******************* Min 768 width Customizations****************** */
@media(min-width:768px) {

   .Resource-Dialog-Header {
	   font-size: 100%;
   }
	.navbar-rightBar li:first-child {
		border-right: 1px solid #666666;
	}

	.navbar-rightBar li:last-child a {
		padding: 15px 0;
	}

	.navbar-admin li:last-child a {
		padding-right: 10px;
	}

	.subLinks .btn-block {
		float: right;
	}
	.reviewTab-2-active a {
		padding-left: 29px !important;
	}
	.reviewTab-5-active a {
		padding-left: 32px !important;
	}
	.reviewTab-1-active,
	.reviewTab-2-active,
	.reviewTab-3-active,
	.reviewTab-4-active,
	.reviewTab-5-active
	 {
		background-position: 5px;
	}
	
}

@media (width: 768px) {
	li.teacher-student-item {
		margin-top: 0;
	}

	.related-Icn {
		margin: 0 0 20px 0;
		padding-top: 20px;
	}
}
/*@media (max-width: 992px) {
 body {
	 margin-bottom: 48px;
 } 
}*/

@media (min-width: 992px) and (max-width: 1200px) {
	.subLinks .btn-block a:first-child, .subLinks .btn-block a:last-child {
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		width: 100%;
		margin-left: 0;
	}

	.topMenu {
		margin-top: -37px;
	}
   

	
}

@media (max-width:1200px) {
	.documentsMenu, .gradesMenu, .activitiesMenu, .resourcesMenu {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width:1280px) {
	

	.topHeading {
		font-size: 14px;
	}

	.navbar-nav > li > a {
		font-size: 12px;
	}

	.overview-topic img.intro-movie {
		width: 470px;
	}

	.topic-description {
		min-height: 350px;
	}

		.topicHead-main ul.mainContentItems li:first-child {
			padding-left: 6px;
		}


		.mainContentItems .topicIcons {
			font-size: 14px;
			padding-top: 2px;
		}

		.lesson-Icn {
			font-size: 14px;
		}

	.squareCard {
		height: 375px;
		/*min-height: 350px;*/
		overflow: hidden;
	}

	.Supporting_Activities .squareCard {
		height: 300px;
		/*min-height: 350px;*/
		overflow: hidden;
	}

	.pageheader .row {
		margin-left: 0;
		margin-right: 0;
	}
	
	.pageheader .row.topicHead-grade {
		margin: 30px 15px 10px 15px;
	}
	
	.navbar-brand.logo {
		margin-left: 5px !important;
	}
	
	.topicHead-main {
		width: 100%;
		margin-bottom: 30px;
	}

	 
}
/********************************************************************************************************************************************************************************************************/
/******************* Min 1200 width Customizations****************** */




@media (max-width: 991px) {
	.container-main, .container {
		width: 100%;
		/*min-width: 950px;*/
	}
	
	.navbar-left {
		padding-left: 0;
	}
	
	.navbar-nav.navbar-right>li {
		float: left;
	}
	
	.pageheader:after {
		display: none;
	}
	
	.pageheader {
		background: #fff;
	}

	.loginBody .pageheader {
		background: transparent;
	}

	#rightPanelAccordion {
		margin-top: 30px;
	}

	#profileMenuItem {
		margin-left: 10px;
	}

	.squareCard {
		height: 380px;
		/*min-height: 370px;*/
		overflow: hidden;
	}
	
	.lessonReviews ul li a {
		font-size: 16px;
		margin-bottom: 0 !important;
		/*padding: 13px 15px 13px 25px;*/
	}
	
	.contentPanel {
		margin-top: 110px;
	}
	
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.Widget-Section.game img {
		max-height: 120px;
	}
	
	.game-thumb {
		min-height: 310px;
	}
	
	.nav-pills-main {
		min-width: auto;
	}
	
	.topicHead-main {
		display: block;
	}
	
	.loginBody .topicHead-main {
		display: flex;
	}
	
	.curve {
		display: none;
	}
	
	.loginBody .curve {
		display: block;
	}

	.categoryPanel ul li {
		width: 50%;
		min-height: 60px;
        padding-top: 20px;
	}
	
	.subLinks .pull-right {
		float: left !important;
	}

    .videoCard {
        min-height: 330px;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
	.container-main, .container {
		width: 100%;
	}

}

@media (min-width: 1281px) {
	.container-main, .container {
		width: 90%;
	}

}

@media (min-width: 1600px) {
	.background {
	    /*background-size: 100% 280px;*/
	    -ms-background-size: 100%;
	    background-size: 100%;
	}

    .container-main, .container {
		width: 1440px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
        line-height: 24px;
        border-radius: 4px;
        border: 1px solid #aaaaaa;
        padding: 0px 5px;
    }
}
/********************************************************************************************************************************************************************************************************/
/******************* Print Screen Customizations Customizations****************** */
@media print {
    ::-webkit-input-placeholder { /* WebKit browsers */
      color: transparent;
  }
  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
      color: transparent;
  }
  ::-moz-placeholder { /* Mozilla Firefox 19+ */
      color: transparent;
  }
  :-ms-input-placeholder { /* Internet Explorer 10+ */
      color: transparent;
  }

    body {
        padding-top: 10px;
    }

    a[href]:after {
        content: none;
    }


    .curriculum {
        overflow-y: visible;
    }

    .print-spacer {
        display: block;
    }

    .Answer-Text, .Cblue {
        border: 1px dotted #0091c9 !important;
        display: block !important;
        padding: 10px !important;
        padding-left: 20px !important;
        /*border-radius: 5px !important;
        -webkit-box-shadow: inset 2px 2px 10px 0px rgba(0,145,201,0.65) !important;
        -moz-box-shadow: inset 2px 2px 10px 0px rgba(0,145,201,0.65) !important;
        box-shadow: inset 2px 2px 10px 0px rgba(0,145,201,0.65) !important;
        -webkit-print-color-adjust: exact !important;
        -webkit-filter: opacity(1) !important;*/
    }

    .reviewBox, .operationBox, .operationBox.bdrNone {
        border: none;
    }

    .notes-wrap {
        border-left: none;
        margin-left: 0px;
    }

    .print-full-width {
        width: 100%;
    }

    .print-visible {
        display: block;
        visibility: visible;
    }
    .BlackHeader:before {
        display: none;
    }
}

