body, html{
    font-size: 16px;
    overflow-x: hidden;
}
ol, ul{
    margin-bottom: 0px;
}
ol ol, ul ul{
    margin-bottom: 0px;
}
.contentLogo{
    height: 100%;
    background-color: #003263;
    text-align: center;
    padding: 0px;
    background-image: url(../assets/pattern_blue.png);
    background-repeat: repeat;
    font-family: 'crimson';
}
.contentMenu{
    height: 100%;
    background-color: #003263;
    background-image: url(../assets/pattern_blue.png);
    background-repeat: repeat;
    text-align: center;
    padding: 5px;
    overflow: hidden;
    width: 50px;
    float: left;
    font-family: 'crimson';
    position: relative;
}

.contentMenu .menu-back-button{
    margin-left: 150px;
}

.contentMenu .menu-button{
    height: 100%;
    display: inline-block;
    color: #fff;
    float: left;
    overflow: hidden;
    width: 50px;
}

.contentLogo img{
    margin: 20px auto;
}
.contentLogo .user{
    position: absolute;
    bottom: 20px;
    width: 250px;
    height: 150px;
}
.contentLogo .user .image{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    margin: 0 auto;
}
.contentLogo .user .image img{
   margin: 0;
}
.contentLogo .user .charge{
    margin: 5px auto;
    font-family: 'proxima_nova';
    text-transform: uppercase;
    color: #b39336;
}
.contentLogo .user .name{
    margin: 5px auto;
    font-family: 'proxima_nova';
    color: #fff;
}
.contentLogo .item.title{
    width: 100%;
    background-color: #002345;
    border-top: 5px solid #345e9e;
    color: #345e9e;
    text-align: center;
    font-size: 20px;
    padding: 5px;
}
.contentLogo .item.cell{
    width: 100%;
    background-color: #fff;
    background-image: url(../assets/pattern_white.png);
    background-repeat: repeat;
    border-top: 5px solid #b39336;
    color: #b39336;
    text-align: center;
    font-size: 20px;
    padding: 5px;
}
.content{
    height: 100%;
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.courses{
    font-family: 'crimson';
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: auto;
    height: 100%;
}
.courses .titulo{
    font-family: 'proxima_nova';
    border-top: 1px solid #d3c290;
    color: #d3c290;
    text-align: center;
    padding: 10px;
    font-weight: normal;
    text-transform: uppercase;
}
.courses .course{
    border-top: 1px solid #adb1bc;
    color: #adb1bc;
    text-align: center;
    padding: 5px;
    font-weight: bold;
}
.courses .course .unit{
    margin-bottom: 15px
}
.courses .course .unit .title.downloaded{
    border-top: 5px solid #003263;
}
.courses .course .unit .title.not-downloaded{
    border-top: 5px solid #96281b;
}
.courses .course .unit .title{
    border-left: 1px solid #dadfe1;
    border-right: 1px solid #dadfe1;
    padding: 20px 10px;
    height: 150px;
    color: #22313f;
    font-size: 20px;
    display: table;
    width: 100%;
}
.courses .course .unit .title span{
    vertical-align: middle;
    display: table-cell;
}
.courses .course .unit .status{
    border: 1px solid #dadfe1;
    color: #96281b;
    background-color: #f2f2f2;
    background-image: url(../assets/pattern_white.png);
    background-repeat: repeat;
    text-transform: uppercase;
    font-family: 'proxima_nova eb';
    font-size: 12px;
    font-weight: bold;
}
.no-padding{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-toggle .icon-back{
    background-image:url(../assets/bullet-question.png);
    background-color: #fff;
}

.navbar-toggle {
  display: block;
  margin-top: 10px;
}
.contentUnits{
    float: left;
   /* -webkit-user-select: none;*/
}
.contentSlide{
    overflow: auto;
    height: 20%;
    min-width: 740px;
    background-color: #d2d2d2;
}
.menu-content{
    background-color: #003263;
    font-family: 'proxima_nova';
    height: 100%;
    display: inline-block;
    color: #fff;
    float: left;
    overflow: auto;
    width: 210px;
    padding-top: 30px;
}
.totalMenu{
    width: 260px;
    height: 100%;
}

.menu-content .BackButton{
    width: 30px;
    height: 15px;
    padding-left: 200px;
    padding-bottom: 20px;
}

.menu-content .tituloMenu{
    color: #b4953a;
    border-top: 1px solid #b4953a;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    text-transform: uppercase;
}
.menu-content .itemMenu{
    border-top: 1px solid #002345;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 2px;
    padding-right: 2px;
}
.menu-content .itemMenu .icon{
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
}
.menu-content .itemMenu .content{
    max-width: calc(100% - 35px);
    display: inline-block;
    position: relative;
}
.menu-content .itemMenuNoClicable{
    border-top: 1px solid #002345;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 2px;
    padding-right: 2px;
}
.menu-content .itemMenu.active{
    background-color: #002345;
}
.menu-content .itemMenu .title{
    color: #fff;
}
.menu-content .itemMenu .desc{
    color: #b3ab95;
}
.menu-content .itemMenu .time{
    color: #4c7cc4;
}
.title-course{
    margin: 10px 0px;
    font-style: italic;
}
.go-home{
    font-size: 22px;
    margin-top: 8px;
    margin-right: 26px;
    margin-bottom: 8px
}
/*ANDRES CODE*/
/*************************************unitContainer*******************************************/

/***-------------------DIAGRAM HTML----------------------***/
.mainContainer{
    position: relative;
    width: 90%;
    margin: 0px auto 10px auto;
    padding: 10px;
    height: 100%;
}
.titleNISL{
    font-family: 'proxima_nova';
    background-color: #fff;
    color: #b39336;
    padding: 5px 0px 2px 0px;
    border-top: 1px solid #b39336;
    margin: 0px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    position: fixed;
    margin-top: -10px;
    z-index: 2;
}
.titleNISL b{
    font-family: 'proxima_nova eb';
}
.unitNumber{
    font-family: 'crimson';
    background-color: #fff;
    color: #adb1bc;
    padding: 0px 0px 2px 0px;
    border-bottom: 1px solid #b39336;
    margin: 0px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    font-size: 12px;
    position: fixed;
    top: 36px;
    z-index: 2;
}
.unitName{
    font-family: 'crimson';
    color: #22313f;
    padding: 10px;
    width: 100%;
    margin: 60px 0px 0px 0px;
    font-weight: bold;
    text-align: center;
}
.unitName h1{
    font-weight: bold;
}
.separador{
    width: 60px;
    height: 1px;
    margin: 10px auto;
    background-color: #22313f;
    display: block;
    margin-top: 100px;
}
.icon.identificator{
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 30px;
    line-height: 67px;
    border-radius: 50%;
    background-color: #95281b;
    text-align: center;
    margin: 20px auto;
    font-weight: bold;
}
.icon.identificator[class*="icomoon-"]{
     font-size: 20px;
     line-height: 60px;
     font-weight: normal;
}
.icon.identificator::before{
    color: #fff;
}
.titleSection{
    font-family: 'proxima_nova eb';
    color: #b39336;
    padding: 10px;
    width: 100%;
    margin: 10px auto;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.subTitleSection{
    font-family: 'proxima_nova eb';
    color: #96281b;
    padding: 10px;
    width: 100%;
    margin: 10px auto;
    font-weight: bold;
    text-align: center;
}
.bodyText{
    margin: 10px 0px;
    font-family: 'proxima_nova';
    color: #22313f;
    text-align: justify;
}
.bodyText.borderContent{
    text-align: center;
    border: 2px solid #b39336;
    padding: 30px;
}
.bodyText p.nota{
    color: #ab8c35;
}
ul.questions{
    list-style:none;
     -webkit-padding-start: 0px;
    list-style-type: none !important;
}
ul.questions ol{
    list-style:none;
     -webkit-padding-start: 0px;
}
ul.questions ul{
    list-style:none;
     -webkit-padding-start: 0px;
}
ul.questions li{
    background: url(../assets/bullet-question.png) no-repeat 0px 8px transparent;
    padding: 10px 0px 10px 40px;
}
ul.questions ul li{
    background: url(../assets/gold-bullet.png) no-repeat 0px 8px transparent;
    padding: 10px 0px 10px 40px;
}
ul.check{
    list-style: none;
    -webkit-padding-start: 0px;
    list-style-type: none !important;
}
ul.check ul{
    list-style: none;
    -webkit-padding-start: 0px;
}
ul.check li {
    background: url(../assets/bullet-check.png) no-repeat 0px 8px transparent;
    padding: 10px 0px 10px 40px;
}
ul.check ul li{
    background: url(../assets/gold-bullet.png) no-repeat 0px 8px transparent;
    padding: 10px 0px 10px 40px;
}
ul.check ul li ul li{
    background: url(../assets/gold-bullet-empty.png) no-repeat 0px 8px transparent;
    padding: 10px 0px 10px 40px;
}
ul.check ol{
    list-style: none;
    -webkit-padding-start: 0px;
}
ul.check li ol{
    list-style: decimal;
    -webkit-padding-start: 40px;
}
.contentSlide .videos{
    position: relative;
    margin: 0 auto;
    height: 100%;
    overflow-x: auto;
}
.contentSlide .videos .video{

    float: left;
    text-align: center;
    font-family: 'proxima_nova';
}
.contentSlide .videos .video video{
    margin: 0px 10px;
}
.rightMenu{
    height: 85%;
    width: 50px;
    float: left;
    background-color: #003263;
    background-image: url(../assets/pattern_blue.png);
    background-repeat: repeat;
    overflow: hidden;
}
.rightMenu .menuItems{
    width: 50px;
    float: left;
    color: #fff;
    margin: 5px 0px;
}
.rightMenu .menuItems .item{
     font-size: 30px;
     text-align: center;
}
#menuLeftContent{
    width: 50px;
    background-image: url(../assets/pattern_white.png);
    background-repeat: repeat;
    float: left;
    position: relative;
}
#menuLeftContent .goTo{
    width: 50px;
    height: 50px;
    position: fixed;
}
#menuLeftContent .goTo.active{
    background-color: #fff;
}
#menuLeftContent .goTo .icon{
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #b49439;
    text-align: center;
    font-weight: bold;
    margin: 10px auto;
    display: block;
}
#menuLeftContent .goTo .icon::before{
    font-weight: bold;
}
#menuLeftContent .control{
    width: 50px;
    height: 50px;
    position: fixed;
    display: block;
}
#menuLeftContent .control .icon{
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #95281B;
    text-align: center;
    font-weight: bold;
    margin: 10px auto;
    display: block;
}
#menuLeftContent .control .icon::before{
    font-weight: bold;
}
#menuLeftContent .goTo.guidelines{
    top: 50px;
}
#menuLeftContent .goTo.guidelines .icon::before{
    font-weight: bold;
}

#menuLeftContent .goTo.notes{
    top: 200px;
}
#menuLeftContent .goTo.suplementalNotes{
    top: 100px;
}
#menuLeftContent .goTo.facilitationSamples{
    top: 200px;
}
#leftContent{
    width: 200px;
    background-image: url(../assets/pattern_white.png);
    background-repeat: repeat;
    float: left;
    overflow: hidden;
    position: relative;
}
#leftContent .panel{
    float: left;
    width: calc(100% - 10px);
    height: 100%;
    background-color: #fff;
    position: relative;
}
.contentUnits.withLeftContent{
    width: calc(100% - 250px);
    position: relative;
}
#leftContent .item{
    position: absolute;
    width: calc(100% - 5px);
    left: 5px;
    z-index: 1;
    background-color: #fff
}
#leftContent .item.title{
    font-family: 'proxima_nova eb';
    border-top: 1px solid #b39336;
    border-bottom: 1px solid #b39336;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #b39336;
    text-transform: uppercase;
    font-size: 14px;
    position: fixed;
    top: 0px;
    left: 50px;
    z-index: 20;
    overflow: hidden;
}
#leftContent .item.title .nameCohort{
    font-size: 12px;
    display: block;
    margin: 0 auto;
    text-transform: none;
    font-family: 'proxima_nova';
    font-weight: normal;
}
#leftContent .item.time{
    color: #5181c9;
    overflow: auto;
    height: 400px;
}
#leftContent .item.time .textTime{
    display: table;
    width: 100%;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}
#leftContent .item.time .title{
    text-align: center;
    font-size: 12px;
    color: #b39336;
}
#leftContent .item.time .textTime span{
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
}
#leftContent .item.time .textContent{
    width: 100%;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    font-size: 12px;
    padding: 5px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 150px;
}
#leftContent .item.time .textContent{
    width: 100%;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}
#leftContent .item.time .icon{
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    border-radius: 50%;
    background-color: #5181c9;
    text-align: center;
    font-weight: bold;
    float: left;
    margin: 5px;
}
#leftContent .item.time .icon.identificator{
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    border-radius: 50%;
    background-color: #95281b;
    text-align: center;
    font-weight: bold;
    margin: 5px auto;
    float: none;
}
#leftContent .item.time .icon[class*="icomoon-"].identificator{
     font-size: 10px;
     line-height: 30px;
     font-weight: normal;
}
#leftContent .panel{
    display: none;
}
#leftContent .panel.active{
    display: block;
}
#backToTopButton{
    width: 126px;
    height: 110px;
    background-image: url(../assets/btt.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 10px auto;

}
#goNextButton{
    width: 126px;
    height: 110px;
    background-image: url(../assets/goNext.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 10px auto;

}
#userNotesContent{
    width: 95%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}
#notesCategories{
    display: none;
    width: 150px;
    position: absolute;
    border-radius: 10px;
    overflow: hidden;
    z-index: 10;
}
#notesCategories .category{
    width: 100%;
    position: relative;
    display: table;
    float: left;
    height: 35px;
    border: 1px solid #f2f2f2;
    text-align: center;
}
#notesCategories .category span{
    font-family: 'proxima_nova';
    display: table-cell;
    vertical-align: middle;
}
#userNotesContent .note{
    width: 100%;
    height: 120px;
    position: absolute;
    font-family: 'proxima_nova';
}
#userNotesContent .note .closeButton{
    width: 20px;
    height: 20px;
    float: right;
    color: #fff;
    margin: 0px 5px;
    font-size: 20px;
}
#userNotesContent .note .categoryName{
    height: 20px;
    float: left;
    color: #002345;
    margin: 0px 5px;
    font-size: 12px;
}
#userNotesContent .note .text{
    height: 100px;
    width: 95%;
    margin: 0 auto;
    background-color: transparent;
    overflow: auto;
}
#leftContent .button{
    display: block;
    position: absolute;
    top: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 1;
    color: #96281b;
    text-align: center;
    line-height: 1;
    font-size: 22px;
}
#leftContent .button.collapse{
    left: 0px;
}
#leftContent .button.spander{
    right: 10px;
}
#lessonGuidelines{
    overflow: auto;
}
#lessonGuidelines .pdfMaterial{
    width: 180px;
    height: 136px;
    background-image: url(../assets/_pdf.png);
    background-size: 100%;
    background-repeat: no-repeat;
    /*margin: 10px 0px;*/
    color: #95281B;
    text-align: right;
    font-size: 12px;
    font-family: 'proxima_nova';
    padding: 5px;
    border: 3px solid #003263;
    background-color: #f2f2f2;
}
#lessonGuidelines .pdfMaterialLabel{
    margin: 25px 0px 5px 0px;
}
#lesonMaterialContent img{
    width: 170px;
    height: auto;
    margin: 10px;
    float: left;
    border: 3px solid #003263;
}
.Highlight{
    background-color: #FFFF00 !important;
}
.highlight{
    background-color: #FFFF00 !important;
}
#formSearchContainer{
    display: block;
    width: 100%;
    height: 50px;
}
#formSearchContainer form{
    width: 650px;
    margin: 0 auto;
}
#formSearchContainer #go{
    width: 30px;
    height: 30px;
    background-image: url(../assets/search.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 0px;
    vertical-align: middle;
}
#formSearchContainer #search{
    vertical-align: middle;
}
#formSearchContainer #erase_search{
    width: 20px;
    height: 20px;
    display: inline-flex;
    display: -webkit-inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    border: 2px solid #adb1bc;
    border-radius: 50%;
    margin-left: -30px;
    margin-right: 10px;
    line-height: 1;
    font-size: 12px;
    color: #797979;
    cursor: pointer;
    z-index: 10;
}
#formSerch #search{
    background-color: #fff;
    padding: 5px;
    width: 600px;
    border: 1px solid #adb1bc;
    text-align: center;
}
#resultsContent{
    display: block;
    width: 100%;
    background-repeat: repeat;
}
#bodySearch{
    width: 100%;
}
#bodySearch #results{
    width: 100%;
    margin: 0 auto;
}
#bodySearch #results .item{
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #5181ca;
}
#bodySearch #results .item.activity #icon{
    padding-left: 0px;
    background-image: url(../assets/activity.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
}
#bodySearch #results .item.presentations #icon{
    padding-left: 0px;
    background-image: url(../assets/presentations.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
}
#bodySearch #results .item.handouts #icon{ 
    padding-left: 60px;
    background-image: url(../assets/handouts.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
}
#bodySearch #results .item.caseStudies #icon{
    padding-left: 0px;
    background-image: url(../assets/caseStudies.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
}
#bodySearch #results .item.videos #icon{
    padding-left: 0px;
    background-image: url(../assets/videos.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
}
#bodySearch #results .item.readings #icon{
    padding-right: 0px;
    background-position: center;
    background-image: url(../assets/readings.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
}

#bodySearch #results .item .title{
    width: 100%;
    display: block;
    color: #000;
    font-family: 'proxima_nova';
    font-size: 18px;
    font-weight: bold;
}
#bodySearch #results .item .description{
    width: 100%;
    display: block;
    color: #ccc;
    font-family: 'proxima_nova';
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#bodySearch #filters{
    display: block;
    height: 50px;
    width: 950px;
    margin: 0 auto;
    color:  #003263;
    font-size: 12px
}
#bodySearch #filters .item{
    width: auto;
    float: left;
    color: #000;
    font-family: 'proxima_nova';
    font-size: 16px;
    padding: 5px 10px 5px 30px;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 3px;
}
#bodySearch #filters .item.active{
     color: #FFF;
     background-color: #003263;
}
#bodySearch #filters .item.all{
    padding: 5px 10px;
}
#bodySearch #filters .item.activity{
    background-image: url(../assets/activity.png);
}
#bodySearch #filters .item.presentations{
    background-image: url(../assets/presentations.png);
}
#bodySearch #filters .item.handouts{
    background-image: url(../assets/handouts.png);
}
#bodySearch #filters .item.caseStudies{
    background-image: url(../assets/caseStudies.png);
}
#bodySearch #filters .item.videos{
    background-image: url(../assets/videos.png);
}
#bodySearch #filters .item.readings{
    background-image: url(../assets/readings.png);
}
#bodySearch #filters .item.resources{
    background-image: url(../assets/toolkit.png);
}
#modal{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    display: block;
    background-color: rgba(0,0,0,0.8);
}
#modalWhite{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 30;
    top: 0px;
    left: 0px;
    display: block;
    background-color: rgba(255,255,255,1);
    text-align: center;
}
#modalWhite span{
    vertical-align: middle;
    font-size: 16px;
}
#lessonGuidelines img{
    border: 3px solid #003263;
    margin: 3px;
    float: left;
    display: inline-block;
    width: 180px;
    height: 136px;
}
.mark, mark{
    color: #ccc;
    background: #ff0;
    padding: 0;
}
#leftContent .item.time .textContent li{
    padding-top: 5px;
    padding-bottom: 5px;
}
#leftContent .item.time .textContent br{
    margin-bottom: 5px
}
table{
    border: 1px solid #000;
    table-layout: fixed;
    word-break: break-word;
    width: 100%;
}
td, th{
    padding: 7px;
}
th:nth-child(1) {
    width: 45px;

}
th:nth-child(2) {
    width: 50%;
}
ol li{
    padding: 10px 0px 10px 40px;
}

table.notWidth th:nth-child(1) {
    width: auto;

}
table.notWidth th:nth-child(2) {
    width: auto;
}
.textLeft{
    text-align: left;
}
blockquote {
    font-size: inherit;
}

td,th {
    border: 1px solid #000 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

table {
    text-align: left !important;
}
#container.contentUnits.withLeftContent div[note]{
    position: relative;
    z-index: 1;
}
span.hasNote{
    position: absolute;
    top: 35px;
    margin-left: -35px;
    width: 20px;
    height: 20px;
    font-family: icomoon;
    font-size: 10px;
    background-color: #b49439;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold
}
#container.contentUnits.withLeftContent div[identificator] .titleSection{
    position: relative;
    z-index: 1;
}
span.hasLessonGuideline{
    position: absolute;
    left: -25px;
    top: 0px;
    width: 20px;
    height: 20px;
    font-family: 'proxima_nova';
    font-size: 10px;
    background-color: #b49439;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
}
span.hasSuplementalNotes{
    position: absolute;
    left: -25px;
    top: 23px;
    width: 20px;
    height: 20px;
    font-family: 'proxima_nova';
    font-size: 8px;
    background-color: #b49439;
    text-align: center;
    line-height: 21px;
    border-radius: 50%;
    color: #fff;
}
#suplementalNotesContent{
    width: 95%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}
#facilitationSamplesContent{
    width: 95%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}
#leftContent .item.time .date{
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    color: #b39336;
}
#container #indicators{
    width: 5%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
}
#container #indicators .indicator.hasLessonGuideline{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    font-family: 'proxima_nova';
    font-size: 10px;
    background-color: #b49439;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
}
#container #indicators .indicator.hasSuplementalNotes{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    font-family: 'proxima_nova';
    font-size: 8px;
    background-color: #b49439;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
}
#container #indicators .indicator.hasNote{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    font-family: icomoon;
    font-size: 10px;
    background-color: #b49439;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
}
#container #indicators .indicator.hasFacilitationSamples{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    font-family: linea;
    font-size: 14px;
    background-color: #b49439;
    text-align: center;
    line-height: 19px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
}
.externalVideo{
    width: 180px;
    height: 136px;
    background-color: #f2f2f2;
    padding: 35px 15px;
    border: 3px solid #003263;
    float: left;
    margin: 3px;
}
.assetInContent{
    display: inline-block;
    color: #337ab7;
}
.assetInContent:hover{
    color: #23527c;
    text-decoration: underline;
}
#unit_evaluation{
    width: 90%;
    margin: 0px auto 10px auto;
    padding: 10px;
}

img.alignleft{
    margin: 5px 5px 5px 0px;
    float: left;
}

span.search-highlight {
    animation-delay: 0.25s;
    animation-duration: 3s;
    animation-name: fadeOut;
}

@keyframes fadeOut {
    from {
        background-color: #ffe359;
    }

    to {
        background-color: transparent;
    }
}

.loading-spinner {
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: white;
}
#menuLeftContent .printUnit{
    top: 250px;
}
#menuLeftContent .printUnit {
    width: 50px;
    height: 50px;
    position: fixed;
    cursor: pointer;
}
#menuLeftContent .printUnit .icon {
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    margin: 10px auto;
    display: block;
    background: url(../assets/085-printer.png) center /20px no-repeat;
    background-color: #b49439;
}

#menuLeftContent .goTo.journal{
    top: 150px;
}

.subtitle_journal{
    font-family: 'crimson' !important;
    background-color: #fff;
    color: #adb1bc;
    padding: 0px 0px 2px 0px;
    margin: 0px;
    font-weight: bold !important;
    font-style: italic;
    text-align: center;
    font-size: 12px;
    z-index: 2;
    top: 28px;
    width: 100%;
}

#mceu_33{
    width: auto !important;
    height: auto !important;
}

.mce-grid>tbody >tr>td{
    border: 0px !important;
    padding-left: 0px !important; 
    padding-right: 0px !important;
}

.printJournal{
    float: right;
    cursor: pointer;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

.printJournal .icon{
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    border-radius: 50%;
    font-weight: bold;
    display: block;
    background: url(../assets/085-printer.png) center /20px no-repeat;
    background-color: #b49439;
    float: right;
}

