/* Minification failed. Returning unminified contents.
(8746,1): run-time error CSS1019: Unexpected token, found '}'
(9611,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(9612,7): run-time error CSS1035: Expected colon, found '{'
(9616,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(9617,10): run-time error CSS1035: Expected colon, found '{'
 */
/*@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*/























/*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;
			}

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;
	}

    .initial-category {
        font-size: 16px;
        padding-top: 5px;
    }

.curriculum > .panel-default .panel-heading > .panel-title.category-N > a > span.initials, .categoryPanel .category-N span.initials,
.initial-category-N {
	background: #d9195e;
}

.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;
}

.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;
}

.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;
}

.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;
}

.curriculum > .panel-default .panel-heading > .panel-title.category-PR > a > span.initials, .categoryPanel .category-PR span.initials,
.initial-category-PR {
    background: #209FD4;
}

.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;
}

.curriculum > .panel-default .panel-heading > .panel-title.category-SP > a > span.initials, .categoryPanel .category-SP span.initials,
.initial-category-SP {
    background: #1EBCA4;
}

.curriculum > .panel-default .panel-heading > .panel-title.category-M > a > span.initials, .categoryPanel .category-M span.initials,
.initial-category-M {
	background: #F2730A;
}

.curriculum > .panel-default .panel-heading > .panel-title.category-A > a > span.initials, .categoryPanel .category-A span.initials,
.initial-category-A {
	background: #209FD4;
}


.curriculum > .panel-default .panel-heading > .panel-title.category-CG > a > span.initials, .categoryPanel .category-CG span.initials,
.initial-category-CG {
	background: #4148A3;
}

.curriculum > .panel-default .panel-heading > .panel-title.category-P > a > span.initials, .categoryPanel .category-P span.initials,
.initial-category-P {
	background: #83158C;
}

.curriculum > .panel-default .panel-heading > .panel-title.category-T > a > span.initials, .categoryPanel .category-T span.initials,
.initial-category-T {
	background: #B79A6C;
}

.curriculum > .panel-default .panel-heading > .panel-title.category-S > a > span.initials, .categoryPanel .category-S span.initials,
.initial-category-S {
	background: #1EBCA4;
}

.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;
		    padding-top: 5px;
		}

			footer ul > li > span.categoryIcon-Default {
				background: #d9195e;
			}

			footer ul > li > span.categoryIcon-N {
				background: #d9195e;
			}

			footer ul > li > span.categoryIcon-P {
				background: #209FD4;
			}
			footer ul > li > span.categoryIcon-S {
				background: #1EBCA4;
			}
			footer ul > li > span.categoryIcon-A {
				background: #209FD4;
			}
			footer ul > li > span.categoryIcon-MA {
				background: #F2730A;
			}
			footer ul > li > span.categoryIcon-CG {
				background: #4148A3;
			}
			footer ul > li > span.categoryIcon-T {
				background: #B79A6C;
			}
			footer ul > li > span.categoryIcon-P {
				background: #83158C;
			}
			





			footer ul > li > span.categoryIcon-PA {
				background: #209FD4;
			}

			footer ul > li > span.categoryIcon-G {
				background: #F8B600;
			}

			footer ul > li > span.categoryIcon-M {
				background: #F05D50;
			}

			footer ul > li > span.categoryIcon-DP {
				background: #1EBCA4;

			}


.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;
    }
}

/* colors */
/*html {
  width: 100%;
  height: 100%;
}

body {
  background-color: #eff3f4;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}*/

/*form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  max-width: 400px;
  background-color: #FFF;
  margin: 0;
  padding: 2.25em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #DDD;
  border-radius: .5em;
  font-family: 'Source Sans Pro', sans-serif;
}*/
.svgContainer {
  position: absolute;
  width: 200px;
  height: 200px;
  margin: 0 auto 1em;
  border-radius: 50%;
  pointer-events: none;
  top: -20px;
    right: calc(50% - 100px);
}
.svgContainer div {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  border-radius: 50%;
  padding-bottom: 100%;
}
.svgContainer .mySVG {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.svgContainer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: inherit;
  height: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2.5px #217093;
  border-radius: 50%;
}
.inputGroup {
  margin: 0 0 2em;
  padding: 0;
  position: relative;
}
.inputGroup:last-of-type {
  margin-bottom: 0;
}
/*form label {
  margin: 0 0 12px;
  display: block;
  font-size: 1.25em;
  color: #217093;
  font-weight: 700;
  font-family: inherit;
}*/
/*form input[type='email'], form input[type="text"], form input[type="number"], form input[type="url"], form input[type="search"], form input[type="password"] {
  display: block;
  margin: 0;
  padding: 0 1em 0;
  padding: .875em 1em 0;
  background-color: #f3fafd;
  border: solid 2px #217093;
  border-radius: 4px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 65px;
  font-size: 1.55em;
  color: #353538;
  font-weight: 600;
  font-family: inherit;
  -webkit-transition: border-color .25s ease-out, -webkit-box-shadow .2s linear;
  transition: border-color .25s ease-out, -webkit-box-shadow .2s linear;
  transition: box-shadow .2s linear, border-color .25s ease-out;
  transition: box-shadow .2s linear, border-color .25s ease-out, -webkit-box-shadow .2s linear;
}
form input[type='email']:focus, form input[type="text"]:focus, form input[type="number"]:focus, form input[type="url"]:focus, form input[type="search"]:focus, form input[type="password"]:focus {
  outline: none;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border: solid 2px #4eb8dd;
}
form button {
  display: block;
  margin: 0;
  padding: .65em 1em 1em;
  background-color: #4eb8dd;
  border: none;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  height: 65px;
  font-size: 1.55em;
  color: #FFF;
  font-weight: 600;
  font-family: inherit;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}
form button:hover, form button:active {
  background-color: #217093;
}*/
.inputGroup1 .helper {
  position: absolute;
  z-index: 1;
  font-family: inherit;
}
.inputGroup1 .helper1 {
  top: 0;
  left: 0;
  -webkit-transform: translate(1em, 2.2em) scale(1);
          transform: translate(1em, 2.2em) scale(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  color: #217093;
  font-size: 1.55em;
  font-weight: 400;
  opacity: .65;
  pointer-events: none;
  -webkit-transition: opacity .2s linear, -webkit-transform .2s ease-out;
  transition: opacity .2s linear, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, opacity .2s linear;
  transition: transform .2s ease-out, opacity .2s linear, -webkit-transform .2s ease-out;
}
.inputGroup1.focusWithText .helper {
  -webkit-transform: translate(1em, 1.55em) scale(0.6);
          transform: translate(1em, 1.55em) scale(0.6);
  opacity: 1;
}
.inputGroup2 input[type="password"] {
  padding: .4em 1em .5em;
}
.inputGroup2 input[type="text"] {
  padding: .025em 1em 0;
}
.inputGroup2 #showPasswordToggle {
  display: block;
  padding: 0 0 0 1.45em;
  position: absolute;
  top: .25em;
  right: 0;
  font-size: 1em;
}
.inputGroup2 #showPasswordToggle input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.inputGroup2 #showPasswordToggle .indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: .85em;
  width: .85em;
  background-color: #f3fafd;
  border: solid 2px #217093;
  border-radius: 3px;
}
.inputGroup2 #showPasswordToggle .indicator:after {
  content: "";
  position: absolute;
  left: .25em;
  top: .025em;
  width: .2em;
  height: .5em;
  border: solid #217093;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  visibility: hidden;
}
.inputGroup2 #showPasswordToggle input:checked ~ .indicator:after {
  visibility: visible;
}
.inputGroup2 #showPasswordToggle input:focus ~ .indicator, .inputGroup2 #showPasswordToggle input:hover ~ .indicator {
  border-color: #4eb8dd;
}
.inputGroup2 #showPasswordToggle input:disabled ~ .indicator {
  opacity: .5;
}
.inputGroup2 #showPasswordToggle input:disabled ~ .indicator:after {
  visibility: hidden;
}


.appLoginForm {
    border-right: 1.5px solid rgba(51, 51, 51, 0.1);
    padding-right: 30px;
}

.socialLogin {
    padding: 35px 0 30px 30px
}

.socialLogin:before {
    color: #333333;
    color: rgba(51,51,51,0.7); 
    font-size: 16px; 
    background: #f7fdfd; 
    position: absolute; 
    font-weight: 500; 
    top: 140px; 
    left: -14px; 
    content: "OR"; 
    padding: 2px 0; 
    letter-spacing: 2px;
}



@media (max-width: 768px) {
.appLoginForm {
    border-right: none;
    padding-right: 15px;
    border-bottom: 1.5px solid rgba(51, 51, 51, 0.1);
    padding-bottom: 30px;
}

.socialLogin {
    padding: 30px 15px 15px 15px;
}

.socialLogin input[type=image]{
    margin: 0 auto;
}

.socialLogin:before {
    color: #333333;
    color: rgba(51,51,51,0.7); 
    font-size: 16px; 
    background: #f7fdfd; 
    position: absolute; 
    font-weight: 500; 
    top: -14px; 
    right: 47%; 
    content: "OR"; 
    padding: 2px 0; 
    letter-spacing: 2px;
}
}
