body {
    font: 14px normal, "Roboto", "-apple-system", "Droid Sans", "Helvetica Neue", Helvetica, sans-serif-light, Arial, sans-serif;
}  

/* 2549 */

input, textarea, select, datalist, datalist option {
    font: 14px normal, "Roboto", "-apple-system", "Droid Sans", "Helvetica Neue", Helvetica, sans-serif-light, Arial, sans-serif;
}


/*::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}*/

/*::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	background-color: #CCC;
}*/

.hidden {
    display: none !important;
}

.view-header {
    background-color: #000;
}

.view-header .ait {
    color: #2E7D32;
}

.form {
    position: fixed;
}

.likedButton{
    background-color: blue;
}

.list.speaker .children {
    margin-top: 5px;
    margin-left: 30px;
}

.list.speaker .list-text {
    font-weight: bold;
}

.list.speaker .children .text.title {
    color: #888;
    margin: 5px 0px;
}

.toolbar-button .toolbar-button-text {
    font-size: 1rem;
}

/* 
.icon.play-button {
    background-color: #1B5E20;
    border-radius: 50%;
    color: #FFF;
    padding: 5px;
    height: 15px;
    width: 15px;
    position: absolute;
    right: 10px;
} */


.aboutauthor {
    padding: 0.5rem 0 2rem 0;
}

.aboutauthor img {
    border-radius: 50%;
    float: left;
    width: 4rem;
    margin-right: 1rem;
}

.aboutauthor-authorname{
    font-weight: bold;
}

.aboutauthor-title{
    color: #555;
    font-size: 0.9rem
}

.aboutauthor-des{
    margin-top: 1rem;
    line-height: 140%;
}


.aitshare-thumbnail {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

.aitshare-thumbnail-item {
    background-color: #FFF;
    border-bottom: 1px solid #FFF;
    cursor: pointer;
    display: inline-flex;
    margin: 1rem 1rem 0 0;
    height: 7.5rem;   
    width: 14rem;
    position: relative;
    overflow: hidden;
}

.aitshare-thumbnail-item:nth-child(5n) {
    margin-right: 0;
}

.aitshare-thumbnail-item.has-text {
    height: 12rem;   
}

.aitshare-thumbnail-item-icon {
    font-size: 7.5rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 100%;
}

.aitshare-thumbnail-item-icon img {
    width: 100%;
}

.aitshare-thumbnail-item-text {
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    font-size: 0.88rem;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* max-height: 2rem; */
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 1rem;
    text-align: center;
}

.comment-reply-item {
    padding-top: 0.5rem;
    padding-left: 3rem;
    font-size: 0.8rem;
    color: blue;
}

.comment-expand {
    padding-right: 3rem;
}

.detail-container {
}

.details {
    position: relative;
}

.detail-author-title{
    color: #888;
    font-size: 0.8rem;
}

.detail-authorname {
    font-size: 1rem;
    position: absolute;
    bottom: 1rem;
    left: 30px;
    color: #FFF;
}

.detail-container {
    padding: 2rem;
    padding-top: 3rem;
}

.details .detail-image-container {
    position: relative;
}

.details .detail-image-container img {
    display: inherit;
    width: 100%;
}

.details .detail-title {
    font-size: 2rem;
    position: absolute;
    /* bottom: 2.5rem; */
    bottom: 0.5rem;
    left: 30px;
    color: #FFF;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 100);
}

.detail-description {
    background-color: #fff;
    line-height: 140%;
    min-height:400px;
}

.detail-description .text{
    padding: 1rem 2rem;
}

    .detail-description > .children {
        padding-top: 0;
    }

.details.featured {
    background-color: #222;
    cursor: pointer;
    overflow: hidden;
}

.details.featured .featured-container .detail-title {
    font-size: 3rem;
    font-weight: bold;
    left: 2.5rem;

    letter-spacing: .1em;
    text-shadow: 
      0 -1px 0 #fff, 
      0 1px 0 #2e2e2e, 
      0 2px 0 #2c2c2c, 
      0 3px 0 #2a2a2a, 
      0 4px 0 #282828, 
      0 5px 5px rgba(0, 0, 0, 0.9);
}

.detail-featured {
    background-color: #C00;
    font-weight: bold;
    color: #FFF;
    position: absolute;
    top: 0.5rem;
    left: -1rem;
    padding: 0.75rem 1rem;
}

.margin2 {
    margin: 2rem;
}

.dock .detail-play {
    position: absolute;
    font-size: 70px;
    color: red;

    left: calc(50% - 35px);
    top: calc(50% - 40px);
}

.dock .buttonenroll{
    background-color: #2196F3;
    border-radius: 0.25rem;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0.7rem 3rem;
    
}
.dock .buttonpreview{
    background-color: #2196F3;
    border-radius: 0.25rem;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    position: fixed;
    top: 59px;
    padding: 0.7rem 3rem;
}

.list .children {
    color: #6c757d;
    padding-top: 5px;
    margin-left: 2rem;
}

.module .list {
    /* padding: 0.5rem 1rem; */
    padding: 0.85rem 1rem;
}

.module .list .children {
    padding-top: 2px;
    margin-left: 0;
}

.module .list-text.has-icon {
    color: #555;
    font-weight: 500;
    padding-left: 8px;
}

.module .list.disable .list-text.has-icon {
    color: #888;
    font-weight: normal;
}

.module .list-icon i {
    margin-right: 1rem;
}

.module .list .mdi {
    padding-right: 0px;
}

.module .children .toolbar.top {
    top: -0.2rem;
}

.module .presentation-timing {
    top: 1.8rem;
}

.list .children .list {
    cursor : default;
} 


.list span.number {
    display: inline-block;
    min-width: 1.5rem;
}

.toolbar-button.play {
    color: #8BC34A;
}

.list .toolbar i {
    font-size: 1.5rem;
}

.list-icon i{
    font-size: 1.5rem;
    color: #808080;
    margin-right:1.2rem;
    position:relative;
    top:-4px;
} 

.list .mdi {
    padding-right: 5px;   
}

.list-text.has-icon {
    margin-right: 2.5rem;
}

.view video {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black; 
}

.view-body {
    background-color: #FAFAFA;
    border-top: 1px solid #000;
    padding: 1rem;
}

.thumbnail .text {
    padding-top: 2rem;
}

.aitshare-thumbnail-item-icon {
    overflow: hidden;
}

.aitshare-thumbnail-item-text {
    text-align: left;
}

.padding {
    padding: 1rem;
}

.quiz-container {
    background-color: #FFF;
    box-shadow: 0 0 5px #555;
    max-width: 800px;
    margin: 1rem auto;
    padding: 2rem;
}

.form .quiz-container {
    box-shadow: none;
}

.form .container.quiz-instruction {
    padding: 1rem 1rem;
}

.form .container.table {
    padding: 1rem 1rem;
    font-size: 16px;
}


.form .container.table table td {
    padding: 2px 10px 0px 8px;
}


.form .list.instruction {
    font-size: 16px;
}

.form .container.quiz-instruction p {
    text-align: left;
    font-size: 16px;
}

.form .container.quiz-instruction li {
    text-align: left;
    font-size: 16px;
}

.form .container.quiz-instruction h2 {
    text-align: center;
}

.quiz {
    padding: 1rem;
    margin-bottom: 1rem;
    position: relative;
}

.quiz:last-child {
    margin-bottom: 0;
}

.quiz-page {
    padding-top: 0.5rem;
    text-align: center;
}

    .quiz-page .button {
        margin: 0 0.25rem;
        padding: 0.35rem 4rem;
    }

    .youtube-container {
        height: 400px;
        position: relative;
        margin-top: 1rem;
    }

    
.header {
    margin: 0;
    padding: 2rem 1rem 0 0;
}

.featured-container {
    position: relative;
    width: 1185px;
    margin: 0 auto;
    max-height: 600px;
}

.featured-container img {
    vertical-align: middle;
    width: 100%;
}

.profiles {
    padding: 0rem 0 0.5rem 0;
    min-height: 67px;
}

    .profiles img {
        border-radius: 50%;
        float: left;
        width: 4rem;
        margin-right: 1rem;
        height: 4rem;
    }

.profile-authorname{
    font-weight: 500;
}

.profile-title{
    color: #555;
    font-size: 0.9rem
}

.profile-des{
    margin-top: 2rem;
    line-height: 140%;
}


.panel.profile {
    border-top: 1px solid #DDD;
    margin: 0 2rem;
}

.header.profile {
    padding: 1rem 0;

    color: #888;
    font-weight: normal;
    font-size: 1rem;
    margin: 0;
    text-transform: uppercase;
}

.slide-panel .list.profile {
    background-color: #1B5E20;
}

.header.playlist {
    background-color: #CCC;
    color: #666;
    font-weight: normal;
    font-size: 0.8rem;
    padding: 1rem 1rem;
    text-transform: uppercase;
}

.list:nth-child(odd) {
    /*background-color: #fafafa;*/
}

.list.highlight:nth-child(odd) {
    background-color: #FFF59D;
}

.list-icon i {
    color: #2E7D32;
}

.list-icon i.mdi-image-multiple {
    /*color: #FF9800;*/
    color: #2E7D32;
}

.presentation-timing {
    position: absolute;
    right: 1rem;
    top: 2.5rem;
    color: #888;
    font-size: 13px;
}

.presentation-author {
    color: #888;
    padding-left: 1rem;
}

.quiz-check {
    background-color: #FFF;
    border-radius: 50%;
    font-size: 3rem;
    line-height: 100%;
    font-size: 2rem;
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
}

.quiz-question {
    font-weight: 500;
    padding: 1rem 1rem 1rem 1.5rem;
    margin: -1rem -1rem 0 -1rem;
    font-size: 18px;
}

.quiz-choice {
    padding: 0.25rem 0;
}

.quiz-check .correct {
    color: #8BC34A;
}

.quiz-check .wrong {
    color: #F44336;
}

.quiz-choice {
    padding: 0.25rem;
}

.quiz-choice label {
    margin-left: 0.5rem;
    font-size: 18px;
}

.quiz-app {
    background-color: #EEE;
    border: 1px solid #CCC;
    border-radius: 0.5rem;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    width: 8rem;
}

.quiz-app img{
    border-radius: 50%;
    margin-right: 0.5rem;
    width: 2rem;
    vertical-align: middle;
}

.highlight {
    background-color: #FFF59D;
    padding: 0.5rem;
}

.bar-graph {
    border: 1px solid #CCC;
    min-width: 120px;
    height: 22px;
    margin-right: 0.5rem;
    text-align: left;
}

.bar-graph-value {
    background-color: #CCC;
    height: 22px;
    width: 100%;
}

.quiz-summary.no-dock {
    position: inherit;
}

.quiz-summary .list {
    padding: 0.5rem 1rem;
}

.quiz-summary .list.highlight {
    background-color: #EEEEFF;
    font-weight:bold;
}

.quiz-summary .list:last-child {
    border:none;
}

.quiz-summary .list .button {
    margin-top: 0;
}

.quiz-summary .summary-table {
    border: 1px solid #CCC;
    box-shadow: 1px 1px 3px #CCC;
    padding: 1rem;
    margin: 2rem;
}

.quiz-summary .property.header {
    margin-bottom: 1rem;
}

.quiz-summary .property.header .input-text {
    color: #333;
    font-size: 1rem;
}

.quiz-summary table th {
    text-align: left;
}

.quiz-summary .grid {
    margin: 1rem;
}

.quiz-summary .grid-column {
    border: 1px solid #CCC;
    box-shadow: 1px 1px 3px #CCC;
    width: calc(50% - 82px) !important;
    margin: 1rem;
    padding: 1rem;
}

.quiz-summary .list .list .list-text {
    margin-right: 160px;
}

/*attendview.js*/
.attend-container {
    width: 80%;
    margin: auto;
    padding-top: 20px;
}

.attend-container .datecss {
    border-left: 10px solid #2E7D32;
    background-color: black;
    color: white;
    margin: 10px 0px;
    padding: 1rem;
}

.attend-container .list {
    border: 1px solid #EEE;;
    margin: 3px 0px;
}

.attend-header {
    font-size: 30px;
    margin-bottom: 5px;
}

/*exploreview.js*/
.explore-container {
    width: 80%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 50px;
}

.explore-header {
    font-size: 30px;
    margin-bottom: 5px;
    text-align: center;
}

.explore-container .lettercss {
    color: #2E7D32;
    font-weight: bold;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #EEE;
}

.explore-container .topiccss {
    padding-top: 5px;
}

/*loginview.js*/

.login-scroll{
    text-align: center;
}

.form-container {
    width: 90%;
    margin: auto;
    padding-top: 20px;
    text-align: center;
}

.login-header {
    font-size: 30px;
    margin-bottom: 5px;
    text-align: center;
}

.form-container .property {
    border-bottom: none;
}

.form-container input {
    border-radius: 10px;
}

.button-container {
    text-align: center;
}

.button-container .button {
    margin: 10px 10px;
    border-radius: 10px;
    width: 70px;
}

.button-container .login-button {
    background-color: #2E7D32;
    border: 3px solid #2E7D32;
    color: white;
}

.button-container .register-button {
    background-color: white;
    border: 3px solid #2E7D32;
    color: #2E7D32;
}

.google-login-form .form-text {
    text-align: center;
}

.google-login-form .property.header {
    text-align: center;
}

.google-login-form .image {
    width: 100%;
}

.google-login-form .image img{
    width: 100%;
}

.google-container {
    cursor: pointer;
    margin: 15px;
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 10px 18px;
    text-align: center;
}

.google-container .google-button {
    float: left;
    margin-left: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: rgba(0,0,0,0.54);
}

.google-container .image {
    float: left;
    margin-right: 12px;
    vertical-align: middle;
    width: inherit;
}

.google-container img {
    width: 18px !important;
    height: 18px;
}

.facebook-container {
    margin: 10px;
    background-color: #3B579D;
    border-radius: 5px;
    display: inline-block;
    height: 40px;
    line-height: 30px;
    width: 225px;
    text-align: center;
}

.facebook-container .facebook-button {
    background-color: transparent;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: white;
}

.facebook-container .image {
    float: left;
}

.facebook-container img {
    margin-top: 2px;
}

/*registerview.js*/

.register-scroll {}

.register-container {
    width: 80%;
    margin: auto;
    padding-top: 20px;
}

.register-header {
    font-size: 30px;
    margin-bottom: 5px;
    text-align: center;
}

.register-scroll .next-button {
    background-color: #2E7D32;
    border: 3px solid #2E7D32;
    color: white;
}

/*toa.js*/

.toa-container {
    margin: auto;
    width: 80%;
    padding-top: 20px;
}

.toa-header {
    font-size: 30px;
    margin-bottom: 5px;
    text-align: center;
}

.toa-scroll {
    text-align: center;
}

.txt-toa {
    text-align: justify;
    margin: 10px 0px;
}

.toa-container .submit-button {
    background-color: #2E7D32;
    border: 3px solid #2E7D32;
    color: white;
    margin: 10px 0px;
}

.lse-container{
    padding: 1rem 2rem 0 2rem;
}

.lse-container .toolbar-button{
    display: inline;
    margin-right: 1rem;
    padding: 0;
}

.module {
    background-color: #FFF;
    border: 1px solid #CCC;
    margin: 0.75rem;
    position: relative;
    cursor: pointer;
    /*transition: max-height 0.25s ease-in;*/
}

    .module.collapsed {
        overflow: hidden;
        height: 53px;
        /*transition: max-height 0.25s ease-out;*/
    }

    .module .module {
        border: none;
        border-top: 1px solid #CCC;
        background-color: #FFF;
        margin: 0;
        padding-bottom: 0;
        /*transition: none;*/
    }

    .module.collapsed .module {
        border: none;
    }

.module .module:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.module-title {
    /* font-family: "Playfair Display"; */
    /* padding: 1.1rem 1rem 0.5rem 1rem; */
    padding: 1.1rem 2rem 0.5rem 4rem;
    /* min-height: 1rem; */
    font-size: 16px;
    font-weight: bold;
}

.module-expand {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem;
    cursor: pointer;
    font-weight: bold;
}

.module.collapsed .module-title {
    font-weight: normal;
    font-size: 16px;
    padding: 0.65rem 1rem 0.5rem 1rem;
}

.module > .children {
    /* display: none;  */
    margin-top: 0.5rem;
}

.module .children .children {
    /* display: none;  */
}

.module .module .module-title {
    font-size: 16px;
    color: #555;
}

.module-about {
    border-bottom: 1px solid #EEE;
    color: #888;
    padding: 0.75rem 0.75rem 0.5rem 0.75rem;
}

.module-more, .module-less{
    color: #2196F3;
    position: absolute;
    right: 1rem;
    bottom: 0.75rem;
    z-index: 1000;
    cursor: pointer;
}

.module-more-hasyoutube, .module-less-hasyoutube {
    color: #2196F3;
    position: absolute;
    right: 1rem;
    bottom: 0;
    z-index: 1000;
    cursor: pointer;
}

.module .module-number {
    background-color: #8BC34A;
    color: #FFF;
    float: left;
    margin-top: 0.75rem;
    margin-right: 0.5rem;
    padding: 0.5rem;
}

.module .module .module-number {
    background-color: #EEE;
    color: #333;
}

.module .module-number .top {
    display: inline-block;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.module .module-number .bottom {
    display: inline-block;
    font-weight: bold;
    font-size: inherit;
    margin-left: 0.3rem;
    text-align: center;
}

.module-description {
    padding: 0.75rem;
}

.module .list:last-child {
    border-bottom: none;
}

.module-presentation , .module-lecture , .module-video {
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    padding-left: 0.75rem;
    text-decoration-color: lightslategray;
}

.module-simple {
    border: none;
    border-bottom: 1px solid #CCC;
    margin: 0;
}

.list .button {
    background-color: #8BC34A;
    padding: 0.15rem 0.5rem;
    vertical-align: top;
    margin-top: 10px;
}

    .list .button.done {
        background-color: #2196F3;
        color: #FFF;
    }

    .list .button.submitted {
        background-color: #f38721;
    }


.rating {
    position: absolute;
    right: 2rem;
}

.rating i {
    font-size: 1.5rem;
}

.rating .mdi-star {
    color: #888;
}

.rating .rating-highlight.mdi-star {
    color: #FF0;
}

.reply {
    background-color: #EEE;
    position: relative;
}

.reply.dock {
    background-color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.reply.dock .reply-item-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 61px;
    overflow: auto;
}

.reply.dock .reply-input-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3.5rem;
}

.reply-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 3.5rem;
    overflow-y: auto;
}

.reply.dock .reply-input-container .reply-item {
    background-color: #EEE;
}

.reply-item {
    padding: 0.5rem 1rem;
    position: relative;
}

.reply-item:nth-child(even) {
    background-color:#fafafa;
}

.reply-item:nth-child(even) .reply-image {
    color:#FF9800;
}

.reply-image {
    color: #8BC34A;
    font-size: 2.25rem;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.reply-image .fa {
    color: #AAA;
    font-size: 40px;
}

.reply-image img{
    height: 2.25rem;
    width: 2.25rem;
    border-radius: 50%;
    /* height: 100%;
    width: 100%; */
}

.reply-name {
    font-weight: bold;
    margin-top: 5px;
}

.reply-text {
    overflow: hidden;
    word-wrap: break-word;
}

.reply-date {
    color: #888;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    font-size: 0.8rem;
}

.reply-input input {
    border: 1px solid #DDD;
    margin: 5px 0;
    padding: 5px;
    width: calc(100% - 62px);
}

.scroll.mainpage {
    background-color: #EEE;
}

.tab-control {
    border-bottom: 1px solid #EEE;
}

.list-icon img {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    /* background-color: #fff; */
}

.scroll.homepage {
    padding: 20px;
}

.scroll.homepage .thumbnail {
    background-color: #FFF;
}

.scroll.homepage .header {
    margin: 0;
    padding: 0;
}

.list.disable {
    background-color: #EEE;
    border-bottom: 1px solid #DDD;
    color: #888;
    cursor: default;
}

.list .button.close {
    background-color: #CCC;
    color: #FFF;
}

.list.disable .list-icon i {
    color: #CCC;
}

.list.disable .toolbar-button.play {
    color: #CCC;
}

.google-login-form .form-body {
    overflow: hidden;
}

.google-login-form .button {
    margin: 0 15px 15px 15px;
    padding: 10px;
    text-align: center;
    width: calc(100% - 50px);
}

.list.about-topic {
    padding: 0.75rem 0.75rem 1.5rem;
}

.list.about-topic .list-icon {
    margin-right: 0.5rem;
}

.list.about-topic .list-icon img {
    border-radius: 0;
    width: 67px;
    height: 67px;
}

.list.about-topic .list-text.has-icon {
    font-size: 1.5rem;
    margin-top: 0.5rem;
}

.list.about-topic .children {
    padding-top: 0px;
}

.assignment-container > .children {
    padding: 2rem;
}

.assignment-container h1 {
    margin-bottom: 1rem;
    padding: 0;
}

.assignment-container .property-file {
    background-color: #FAFAFA;
    border: 1px solid #EEE;
    margin: 0.5rem 0;
}

.assignment-container .property-file .input-value {
    padding-bottom: 0.5rem;
}

.assignment-container .property-file .property-file-list {
    background-color: #FFF;
    border: 1px solid #EEE;
    cursor: pointer;
    display: inline-block;
    margin: 0.5rem 0 0 0.5rem;
    height: inherit;
    width: 190px;
    text-align: left;
}

.assignment-container .property-file .property-file-list i {
    display: inline-block;
    font-size: 1.5rem;
    padding: 0.25rem 0.5rem;
}

.assignment-container .property-file .property-file-list div {
    display: inline-block;
}

.container.requirement-container .property-file .input-value .property-file-list {
    -webkit-border-radius: 0%;
    left: 0;
    overflow: inherit;
    vertical-align: unset;
    position: unset;
    padding: 0.5rem;
}

    .container.requirement-container .property-file .input-value .property-file-list div {
        position: inherit;
        /*text-align: right;*/
		text-align: left;
    }

.container.requirement-container .property-file .input-value .property-file-list > .mdi {
    padding-right: 1rem;
	display: contents;
}
    .container.requirement-container .property-file .input-value .property-file-list i {
        top: 0.5rem;
        left: 1rem;
        background: none;
    }


.requirement-container {
    border-bottom: 1px solid #CCC;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.requirement-container .property-file-progress {
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    height: 20px;
    overflow: hidden;
    width: 100%;
}

.requirement-container:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.assignment-container .list {
    cursor: default;
}

.assignment-container .delete-button {
    color: #F00;
}

/*RECENTVIEW*/
.recentview-img {
    float: left;
}

.recentview-img img {
    height: 42px;
    width: 42px;
    margin-right: 0.5rem;
    border-radius: 50%;
}

.recentview-icon {
    float: right;
    margin-top: -2rem;
    margin-right: 0.2rem;
}

.recentview-nviews {
    float: right;
    margin-top: -1rem;
}

.recentview-item {
    margin: 1rem;
}

.recentview-name, .recentview-title {
    margin-left: 3rem;
}

/*TOP VIDEOS*/
.topvideosview-img {
    /*float: left;*/
    /*position:absolute;*/
}

/*.topvideosview-name {
    margin-left: 3.5rem;
    float: left;
    margin-top: -1.5rem;
}

.topvideosview-img img {
    height: 42px;
    width: 42px;
    margin-right: 0.5rem;
    border-radius: 50%;
}

.topvideosview.topvideos-item {
    padding-bottom: 0.5rem;
}

.topvideosview-icon {
    float: right;
    margin-top: -2rem;
    margin-right: 0.2rem;
}*/

/*.topvideosview-icon {
    float: right;
    margin-top: -2rem;
    margin-right: 0.2rem;
}

.topvideosview-nviews {
    float: right;
    margin-top: -1rem;
}

.topvideosview.topvideos-item {
    margin: 1rem;
}

.topvideosview-name, .topvideosview-title {
    margin-left: 3rem;
    margin-right: 5rem;
}

.topvideosview-name {
    padding-bottom: 1rem;
}*/

.topvideosview.topvideos-item, .announcementview.announcement-item, .assignmentview.assignment-item, .projectview.project-item {
    border-bottom: none;
    margin: 0 1rem 1rem 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 120px;
    cursor: pointer;
}

.topvideosview-all-text {
    font-size: 14px;
}

.topvideos-item img {
    width: 100%;
}

.topvideosview-name {
    color: #888;
    font-size: 12px;
}

.topvideosview-title {
    max-height: 51px;
    overflow: hidden;
}

.announcement-name, .announcement.detail-title {
    margin-left: 2.5rem;
}

.announcement-name {
    color: #888;
    font-size: 0.85rem;
}

.calendar-text {
    font-size: 1.25rem;
}

.assignment-icon, .project-icon, .announcement-icon {
    color: #3f6433;
    float: left;
    font-size: 1.5rem;
    padding-right: 1rem;
}

.assignment-name {
    color: #3f6333;
    font-weight: 600;
}

.assignment-complete {
    font-size: 0.8rem;
    color: #aaa;
}

.project-name, project-name {
    color: #3f6333;
    font-weight: 600;
}

.project-complete {
    font-size: 0.8rem;
    color: #aaa;
}

/*CALENDAR*/
.text.calendar-day.highlight {
    padding: 0;
}

.calendar .list {
    position: absolute;
    padding: 0.05rem;
    top: 1.25rem;
    left: 0.25rem;
    right: 0.25rem;
}

.table table td .container {
    font-size: 0.85rem;
}

.text.calendar-day {
    font-size: 0.85rem;
    position: absolute;
    top: 2px;
    right: 2px;
}

.calendar .list .list-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: clip;
    font-size: 0.75rem;
    background: #c8e6c9;
    text-align: left;
    height: 30px;
}

.calendar .table td {
    height: 60px;
    overflow: hidden;
}

.calendar-button {
    /*position: inherit;*/
}

.calendar-text {
    margin: 0.5rem;
    padding: 0;
    text-align: right;
    width: calc(100% - 1.5rem);
}

.calendar.calendar .container .list .list-text {
    cursor: default;
}

.view-tools .toolbar-button {
    display: inline-flex;
    align-items: center;
    height: 57px;
    padding: 0 0.95rem;
}

.toolbar.right.top.toolbar-login {
    display: block;
}

.scroll-quiz {
    background-color: #888;
}

.text.paragraph {
    /* text-align: justify; */
    padding: 0 2rem 1rem 2rem;
}

.text.header {
    font-size: 1.25rem;
}

.detail-description .text.header {
    background-color: #fff;
    color: #3e4676;
    font-size: 1rem;
    font-weight: 500;
    margin: 16px 0 8px 0;
    padding: 0.5rem 2rem;
    /* text-transform: uppercase; */
}

    .list.ulist, .list.olist, blist {
        padding: 0.6rem 0;
        margin: 0 2rem;       
    }

.list.olist {
    display: list-item;
    list-style-type: decimal;
    margin-left: 3.5rem;
}

.blist {   
    margin-left: 3.5rem;
    padding: 0px !important;
    display: flex;
}

.blist-nest{
    margin-left: 2rem;
    padding: 0px !important;
    display: flex;
}

.blist:before, .blist-nest:before {
    content: "\2022";               
    margin-right: 10px;             
    color: black;                   
    display: inline;                 
}

.list .children .list.ulist, .list .children .list.olist {
    margin-left: 2rem;
}




.list.ulist .children, .list.olist .children{
    display: none;
    background-color: #FFF;
    margin-left: 0;
    font-size: 14px;
    padding: 0;
    margin-top: 1rem;
}

.detail-text {
    margin-bottom: 2rem;
}

.list.ulist.has-children::after, .list.olist.has-children::after {
    font-family: "Material Icons";
    content: "\e5cf";
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.list.ulist.has-children.expand, .list.olist.has-children.expand {
    border: 1px solid #CCC;
}

.list.ulist.has-children.expand > .list-text, .list.olist.has-children.expand > .list-text {
    font-weight: 500;
    padding-left: 1rem;
}


.list.ulist.has-children.expand > .children, .list.olist.has-children.expand > .children {
    display: block;
}

.list.ulist.expand::after, .list.olist.expand::after {
    content: "\e5ce";
}

.text.timer {
    font-size: 4rem;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
	background-color : #EEE;
}

.scroll.quiz-scrollcontainer {
    background-color: #EEE;
}

.quiz-container {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.calendarcontainer {
    background-color: #FFF;
    border: 1px solid #EEE;
    box-shadow: 0px 2px 2px #DDD;
    padding: 1rem;
}

.calendar {
    background-color: #FFF;
    color: #000;
}

.calendar-button div {
    border: 1px solid #CCC;
}

.leftmaincontainer {
    padding: 1rem;
}

.rightmaincontainer {
    padding: 1rem;
}

h1.header {
    font-size: 1.25rem;
    font-weight: 500;
    padding: 0;
}

.recentviewcontainer, .topvideoscontainer, .announcementcontainer, .assignmentcontainer, .projectcontainer {
    margin-top: 1rem;
}


    .recentviewcontainer h1.header, .topvideoscontainer h1.header {
        color: #888;
        font-size: 1rem;
        margin-bottom: 1rem;
        text-transform: uppercase;
    }

.announcementcontainer, .assignmentcontainer, .projectcontainer {
    border: 1px solid #CCC;
    background-color: #FFF;
    color: #000;
    padding: 1rem;
}

    .announcementcontainer h1.header, .assignmentcontainer h1.header, .projectcontainer h1.header {
        color: #333;
        font-size: 1rem;
        text-transform: uppercase;
    }

.timer-button {
    background-color: #689F38;
    border-radius: 5rem;
    position: absolute;
    font-size: 3rem;
    padding: 1rem 3rem;
}

    .timer-button:hover {
        background: #bfd255; /* Old browsers */
        background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
    }

.quiz-viewer > .split-container-panel-2 {
    background-color: #888;
}

.table .property-input {
    padding: 0;
    width: 100%;
}

.scroll .chart {
    position: relative;
    height: 600px;
}

.scroll .score-summary .chart {
    height: inherit;
}

.floating-button.right.presentation-option {
    box-shadow: 1px 1px 5px #222;
    bottom: 0.5rem;
    right: 0.5rem;
    font-size: 1.5rem;
    padding: 0.5rem;
}

.presentation-option-list {
    border-radius: 4px;
    position: absolute;
    bottom: 3.5rem;
    right: 0.5rem;
    width: 20rem;
    overflow: hidden;
}

.presentation-option-list .list {
    background-color: #FFF;
}

.quiz-page .button-submit {
    background-color: #8BC34A;
}

.score-container {
    display: none;
    background-color: #8BC34A;
    border-radius: 50%;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 1rem;
    font-size: 3.5rem;
    width: 10rem;
    height: 10rem;
    justify-content: center;
    align-items: center;
}

    .score-container.show {
        display: flex;
    }

    .score-container .score {
        border-bottom: 3px solid #FFF;
        font-weight: bold;
    }

    .score-container .total {
    }

.message-container {
    position: absolute;
    bottom: 1rem;
    left: 2rem;
    color: red;
}

.ta-course-view-details {
    overflow: auto;
}

.ta-course-view-description {
    width: 400px;
}

/*mainta > courseview.js*/
.ta-presentation-tab > .tab-container {
    left: 0 !important;
    top: 2.5rem !important;
}

.ta-presentation-tab > .tab-control {
    height: 2.5rem !important;
    top: 0 !important;
    width: 100% !important;
}

.ta-presentation-details {
    margin: 2rem 3rem;
}

/*========= RECOMMENDED VIDEOS =========*/

.grid.detail-container {
    position: relative;
    max-width: 1360px;
    margin: 0 auto;
}

.grid.detail-container .container .children .youtube {
    height: 500px;
    position: relative;
}

.text.videotitle {
    /* font-family: "Playfair Display"; */
    font-size: 2rem;
    font-weight: normal;
    padding-top: 20px;
}

.container.lse-container {
    padding: 1rem 0 1rem 0;
    border-bottom: 1px solid #EEE;
}

.detail-description .text {
    background-color: #FFF;
    line-height: 175%;
}

.container.mobiwork-container .panel.has-header.profile {
    border-top: 1px solid #DDD;
    margin: 0;

}

.panel.has-header.profile .header.profile {
    padding: 1rem 1rem 1rem 0;
    color: #888;
    font-weight: normal;
    font-size: 1rem;
    margin: 0;
    text-transform: uppercase;
}

.profile-container {
    /*margin-top: 15px;*/
    font: 14px normal, "Roboto", "-apple-system", "Droid Sans", "Helvetica Neue", Helvetica, sans-serif-light, Arial, sans-serif;
    margin-bottom: 10px
}

.profile-container .list-icon img {
    width: 60px;
    height: 60px;
    
}

.scroll-profile .property {
    padding-bottom: 0;
}

/*.profile-name, .profile-email, .profile-fos, .profile-country, .profile-phone, .profile-reference {
    border-bottom: 1px solid #EEE;
    padding: 0.5rem 1rem;
    position: relative;
}

.profile-name .input-text, .profile-email .input-text, .profile-fos .input-text, .profile-country .input-text, .profile-phone .input-text, .profile-reference .input-text {
    position: absolute;
}

.profile-name .input-value, .profile-email .input-value, .profile-fos .input-value, .profile-country .input-value, .profile-phone .input-value, .profile-reference .input-value {
    margin-left: 10rem;
    width:auto;
}*/

.profile-edit-button {
    
    border-radius: 0.25rem;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    
    float: right;
    font-size: 1rem;
    position: relative;
    bottom: 9rem;
    right: 0rem;
}

    .profile-edit-button i {
        position: initial;
        background: none;
        color: #888;
    }

.profile-save-button {
    background-color: #2196F3;
    border-radius: 0.25rem;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    float: right;
    font-size: 1rem;
    position: relative;
    bottom: 9rem;
    right: 1rem
}



    .profile-edit-image-button {
        position: absolute;
        width: 100%;
        text-align: center;
        margin-left: 1rem;
        bottom: 1.5rem;
        display: block;
        cursor: default;
    }

.profile-edit-image-button i {
    /*position: relative;
    top: -2.5rem;
    left: 21rem;*/
    font-size: 2rem;
    color: #2196F3;
    cursor:pointer;
}

.userprofile-container .userlist-icon {
    text-align: center;
}

.userlist-icon {
    position: relative;
    text-align: center;
    bottom: 9.25rem;
}

.property-file .userlist-icon img {
    height: 9rem;
    width: 9rem;
    border-radius: 50%;
    position: absolute;
}

.userprofile-container .profile-edit {
    position: relative;
    top: -9rem;
}

.more-container {
    background-color: #FFF;
    border: 1px solid #EEE;
    padding: 1rem;
    margin-top: 20px;
}

.more-container:first-child {
    margin-top: 0;
}

.grid-column .container.more-container {
    margin-left: 20px;
}

.aitshare-thumbnail-item-icon-related {
    float: left;
    max-width: 5rem;
    margin-right: 0.5rem;
    position: relative;
}

.aitshare-thumbnail-item-icon-related img {
    width: 5rem;
    vertical-align: top;
}

.grid-column .container .thumbnail .aitshare-thumbnail-item.has-text {
    margin-right: 0;
    width: 100%;
    height: inherit;
    font: 14px normal, "Roboto", "-apple-system", "Droid Sans", "Helvetica Neue", Helvetica, sans-serif-light, Arial, sans-serif;
}

/*.grid-column .container .thumbnail .aitshare-thumbnail-item.has-text {
 height: inherit;
}*/

.aitshare-thumbnail-item-length-related {
    position: absolute;
    bottom: 0rem;
    right: 0;
    color: white;
    background: black;
    font-size: 0.7rem;
    font-size: 0.7rem;
    padding: 0.1rem 0.3rem;
}

.aitshare-thumbnail-item-text-related {
    color: black;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}

.aitshare-thumbnail-item-authorname-related {
    padding-left: 5rem;
    padding-bottom: 0.25em;
    color: #888;
    font-size: 0.8rem;
}

.chat-container .list-icon img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    padding-right: 0px;
}

.chat-container .list-icon i {
    font-size: 24px;
    margin-right: 8px;
    padding-right: 0px;
}

/*.chat .panel-header {
    background-color: #EEE;
}*/

.chat .comment-item {
    padding: 0.25rem;
}

.chat-inactive {
    color: #AAA;
}

    .chat-inactive .list-icon i {
        color: #AAA;
        font-size: 24px;
    }

.chat-item.left {
    text-align: left;
}

.chat-item.right {
    text-align: right;
}

.chat-text {
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
}

.chat-image {
    border: 1px solid #8BC34A;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    width: 160px;
}

.chat-item {
    position: relative;
}

.chat-name {
    display: block;
    font-size: 12px;
}

.chat-item.left .chat-name {
    display: block;
    font-size: 12px;
    margin-left: 24px;
}

    .chat-item.right .chat-name {
        text-align: right;
        margin-right: 24px;
    }

.chat-item img {
    width: 160px;
}

.chat-item.left {
    margin-left: 5px;
}

.chat-item.right {
    margin-right: 5px;
}

.chat-item.left .chat-text {
    background-color: #EEE;
    border-radius: 0px 10px 10px 10px;
    margin: 0px;
    max-width: 80%;
    text-align: left;
}

.chat-item.right .chat-text {
    border-radius: 10px 0px 10px 10px;
    background-color: #AED581;
    margin: 2px 0px 0px 0px;
    max-width: 80%;
    text-align: right;
    word-wrap: break-word;
}

.chat-drawing .chat-text {
    cursor: pointer;
}

.chat-item.left .triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 10px 10px 0px;
    border-color: transparent #EEE transparent transparent;
    vertical-align: text-top;
    margin-top: -10px;
    display: inline-block;
}

.chat-item.right .triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0px 0px;
    border-color: #AED581 transparent transparent transparent;
}

.chat-separator {
    height: 10px;
}

.chat-time {
    font-size: 12px;
    margin-left: 10px;
    vertical-align: bottom;
}

.chat-item.right .chat-time {
    margin-left: 0px;
    margin-right: 10px;
}

.chat-icon {
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}

.chat-icon, .chat-icon img {
    width: 24px;
    height: 24px;
}

.chat-image-fullscreen img {
    width: 100%;
}

.panel-header {
    font-weight: 500;
}

.form-text {
    font-weight: 500;
}

.toolbar-button.chat-button .toolbar-button-text {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
    font-weight: bold;
    display: flex;
    height: 20px;
    width: 20px;
    background-color: #2E7D32;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.chat-container .toolbar-button-text {
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
    display: flex;
    height: 20px;
    width: 20px;
    background-color: #4CAF50;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.chat-container .list .children {
    padding-top: 0px;
}

.chat-form {
    bottom: 0;
    top: 60px !important;
    height: auto !important;
}

    .chat-form.chat-minimize {
        top: inherit !important;
        height: 48px !important;
    }

    .comment-container .list .mdi {
        margin-right: 0;
        padding-right: 0;
    }

.comment-container .list.right .list-icon {
    float: right;
}

.drag-highlight {
    border: 5px dashed lightgray;
}

.enrolled-courses, .topvideoscontainer {
    background-color: #FFF;
    border: 1px solid #EEE;
    box-shadow: 0px 2px 2px #DDD;
    padding: 1rem;
}

.form-drawing .form-footer {
    border-top: 1px solid #CCC;
}

.form-drawing .split-container-panel-1 {
    background-color: #DDD;
}

.button-disable {
    background-color: #EEE !important;
    cursor: default;
}


/*mainview.js TA CMS*/

.ta-courses-container{
    padding-left:2rem;
}

.comment-name {
    font-weight: 500;
}

.progress-bar {
    margin-right: 20px;
    text-align: left;
    width: 300px;
}

.progress-container {
    background-color: #eee;
    border-radius: 5px;
    height: 5px;
    overflow: hidden;
    text-align: left;
    width: 100%;
}

    .progress-container .progress {
        background-color: #1ab394;
        height: 5px;
        vertical-align: top;
    }

.help-video iframe {
    width: 100% !important;
    height: 100% !important;
}

.form.help-video .form-header {

}

.form.help-video .toolbar-button {
    padding: 0.5rem;
    z-index: 1000;
    background-color: #000;
    color: #FFF;
    top: 0px;
    right: -36px;
}

.form.help-video .form-header {
    height: 0;
}

.form.help-video .form-body {
    top: 0;
}

.paid-version {
    background-color: #8BC34A;
    cursor: default;
    display: block;
    margin: 1rem auto;
    width: 420px;
    text-align: center;
}

    .paid-version .list-icon i {
        color: #F00;
    }

    .paid-version .module .list-text.has-icon {
        font-weight: normal;
    }

.comment-container {
    bottom: 160px;
}

.chat .comment-container {
    bottom: 60px;
}

.comment.dock .comment-input-container {
    height: 160px;
}

    .comment.dock .comment-input-container .comment-item {
        border-top: 1px solid #CCC;
    }

.chat .comment.dock .comment-input-container {
    height: 59px;
}

.comment-input input {
    width: calc(100% - 65px);
}

.comment-input textarea {
    border: 1px solid #DDD;
    height: 40px;
    margin: 2px 36px 2px 0;
    padding: 5px;
    width: calc(100% - 101px);
}

.comment-input-container .comment-item {
    height: 160px;
    padding: 0;
}

.comment-image {
    margin-right: 6px;
    margin-left: 6px;
}

.comment-title {
    font-weight: 500;
}

.comment-name {
    color: #888;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 8px 0;
}

.comment-text {
    color: #333;
}

.comment-reply {
    clear: both;
    position: relative;
}

.comment-container .comment-item .children {
    border-top: 1px solid #CCC;
    margin-left: 2rem;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
}

.comment-date {
    right: 1rem;
}

.comment-container .comment-item .children .comment-date {
    top: 0;
    right: 0;
    font-size: 12px;
}

.comment-course {
    background-color: #FFF;
}

.comment-button {
    position: absolute;
    top: 4px;
    right: 8px;
}

    .comment-button i {
        color: #2196F3;
        font-size: 22px;
    }

.score-submit-button {
    position: absolute;
    top: 4px;
    right: 8px;
}

    .score-submit-button i {
        color: #2196F3;
        font-size: 22px;
    }

    .assignment-container.page {
        background-color: #333;
    }

.list-app .list-text.has-icon {
    font-weight: 500;
    margin-left: 4rem;
    font-size: 1.2rem;
    padding-left: 2rem;
}

.list-app .children .text{
    margin-left: 4rem;
    padding-right: 1rem;
    text-align:justify;
}

.list-app .toolbar {
    margin-right: 1.75rem;
}

.list-app .children .reference-link {
    padding: 0.2rem 2rem;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08)
}

.list-app .children .reference-store {
    margin-top: 0.5rem;
    margin-left: 4rem;
    display: inline-block;
}

.list-app .children .reference-store:nth-child(2n) {
    margin-left: -1rem;
}

    .list-app .children .reference-store img {
    width: 120px;
    padding-left: 2rem;
}

.tab .profiles {
    padding: 0rem 0 0.5rem 2rem;
}

.tab .list .children {
    margin-left: 0;
}


.comment-submit {
    position: absolute;
    right: 6px;
    bottom: 7px;
}

    .comment-submit .button {
        text-align: center;
        width: 80px;
		top: 3rem;
    /* bottom: 100px; */
		position: relative;
    }
	
	.comment-submit-admin .button {
    text-align: center;
    width: 80px;
    top: 13rem;
    /* bottom: 100px; */
    position: relative;
}

    @media (max-width: 1593px) {
        .page .children {
        margin: 0 auto;
    }
}

@media (max-width: 1200px) {
    .quiz-container {
        margin: 1rem;
    }
}


.update-user ::before {
    /*content: "\e5ce";*/
}

.admin-list-update .toolbar-button.edit {
    color: #1ab394;
    background-color: white;
    float: right;
    top: -4.5rem;
}

.admin-list-update .list-text.has-icon {
    font-size: 1rem;
    font-weight: 500;
    margin-left: 6rem;
    margin-right: 3rem;
    text-transform: capitalize;
    text-align: justify;
}

.admin-list-update .update-description {
    margin-left: 6rem;
    margin-right: 3rem;
    text-align: justify;
}

.admin-list-disable {
    background-color: #EEE;
    border-bottom: 1px solid #DDD;
    color: #888;
    cursor: default;
}

.update-info {
    padding-top: 0.7rem;
    padding-left: 6rem;
    color: #888;
}

.update-container {
    /*padding-bottom: 3rem;
    padding-top: 0.7rem;*/
    padding: 1rem 2rem;
}

.update-list {
    margin: 0 2rem 0 1rem;
    padding-bottom: 2rem;
    text-align: justify;
}

    .update-list .list-text {
        color: #555;
        font-size: 1rem;
        font-weight: 500;
        text-transform: capitalize;
        /*display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;*/
    }

    .update-list .list-des {
        padding-top: 0.5rem;
    }

    .list-date {
        float: left;
        padding: 0 3rem 0 2.5rem;
        color: green;
    }

    .list-date .top {
        text-align: center;
        font-size: 1.2rem;
        padding-left: 0.3rem;
    }

    .list-date .bottom {
        text-align: center;
        font-weight: 500;
        font-size: 1.2rem;
    }

   .list-content{
       margin-left:8rem;
   }

/*----- mainta/studentview.js For ta & falcuty */

.admin-list-update {
    /*margin: 1rem 0 0 0rem;*/
    background: #fff;
    box-shadow: 0 0 1px #ccc;
    border-radius: 5px
}

.admin-list-update:nth-child(odd) {
    
}

    .admin-list-update .toolbar-button.edit {
        color: #1ab394;
        background-color: white;
        float: right;
        top: -4.5rem;
        position: relative;
    }

.admin-list-update .list-text.has-icon {
    font-size: 1rem;
    font-weight: 500;
    margin-left: 6rem;
    margin-right: 5rem;
    text-transform: capitalize;
    text-align: justify;
}

.admin-list-update .update-description {
    margin-left: 6rem;
    margin-right: 5rem;
    text-align: justify;
}

.update-info {
    padding-top: 0.7rem;
    padding-left: 6rem;
    color: #888;
}

.update-container {
    padding-bottom: 3rem;
    padding-top: 0.7rem;
    min-height: 400px;
}

.list-content {
    margin-left: 8rem;
}

.profile-list {
    cursor: unset;
}

.profile-list .key {
    padding-right: 3rem;
    color: #555;
    font-weight: 500;
  
    }

.published-date {
    float: right;
    top: 1.6rem;
    position: relative;
}

.edit .mdi{
    font-size:1rem;
}

.scorebox {
    position: relative;
    min-width: 50px;
}

    .scorebox .score-submit-button {
        cursor: pointer;
        display: none;
    }

    .scorebox:hover .score-submit-button {
        display: inherit;
    }

.button.schedule {
    margin: 0.5rem 0rem;
    padding: 0.5rem;
}

.page > .children > .container {
    background-color: #FFF;
}

/* ----------------for scb------------------------- */
.container.button-container-comment {
    bottom: 5rem;
    right: 0;
    position: fixed;
    background: white;
}

.container.container-video-comment-right{
    width: 400px;
    height: 952px;
    top: 0px;
    z-index: 100;
    right: 0px;
    position: fixed;
}

.container.container-video-comment-right.chat-minimize{
    display: none;
}

.toolbar-video-container .container.toolbar-button {
    right: 0;
    top: 0;
    position: fixed;
    cursor: pointer;
}

/* add by sangpi*/
/* this is for UserList inside controls.js*/
.admin-list .modalclose {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    color: #585858;
    text-decoration: none;
    font-size: 1.2rem;
}

.admin-list #btnDel {
    color: #db563b;
    padding: 2px;
    margin: 0 2px;
    background-color: #CCC;
    border-radius: 3px;
    transition: 0.5s;
}

.admin-list #btnEdit {
    color: #6ca65e;
    padding: 2px;
    margin: 0 2px;
    background-color: #CCC;
    border-radius: 3px;
    transition: 0.5s;
}

.admin-list #btnDel:hover {
    color: #eb2d07;
    font-size: 1.1em;
    background: #CCC8;
    box-shadow: 0 0 5px;
}

.admin-list #btnEdit:hover {
    color: #249909;
    background: #CCC8;
    box-shadow: 0 0 5px;
    font-size: 1.1em;
}
.admin-list .picture {
    margin-top: 15px;
    text-align: center;
}
/* then end of UserList inside controls.js*/

.hover-effect {
    transition: 0.4s;
    opacity: 0.7;
}
    .hover-effect:hover {
        /* transform: scale(1) translate(10px, 5px); */
        transform: scale(1.01);
        z-index: 3;
        border: 2px outset #f3f3f4;
        background: #FFFCFA;
        opacity: 1;
        outline: none;
        box-shadow: 0 0 0;
    }

/* admintool panel*/

.btn-admintool {
    margin: 0.1rem;
    color: green;
    background-color: #FFF;
    transition: 0.2s;
}

    .btn-admintool:hover {
        background-color: #04AA6D;
        color: #FFFFFF;
    }

.edit-items .view-header .view-tools .toolbar > .btn-admintooledit {
    margin: 0.7rem 0.1rem 0;
    font-size: 1rem;
    color: #FFF;
    border: 2px solid #ff9800;
    background-color: #ff9800;
    transition: 0.2s;
}

.edit-items .view-header .view-tools .toolbar > .btn-admintooledit:hover {
        background: #DAF7A6;
        color: black;
    }

    .edit-items .view-header .view-tools .toolbar > .btn-admintooledit.active-edit {
        background: #FFF;
        color: #ff9800;
        border-color: black;
    }

/*form-modal*/
.form-modal {
    background-color: #FFF;
    box-shadow: 0 0 20px #333;
    position: absolute;
    left: calc(50% - 300px);
    top: calc(50% - 200px);
    height: 400px;
    width: 600px;
    z-index: 10;
    border-radius: 0.725rem;
    box-sizing: border-box;
}


.form-modal-header {
    position: absolute;
    height: 3rem;
    left: 0;
    right: 0;
    background: #0e5fbf;
    display: flex;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
}

.form-modal-text {
    color: #555;
    font-weight: 500;
    padding: 0.9rem 1rem;
    color: white;
}

.form-modal-toolbar {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    color: red;
    font-size: 1.5rem;
}

.form-modal .toolbar-button {
    background: none;
    transition: 0.5s;
}

.form-modal .form-modal-header .form-modal-toolbar .toolbar-button:hover {
    color: yellow;
    transform: scale(1.5);
}

.form-modal-body {
    position: absolute;
    left: 0;
    right: 0;
    top: 3rem;
    bottom: 3rem;
    overflow-y: auto;
    padding: 0.5rem 1rem 0;
}

.form-modal-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3rem;
}

    /*.form-modal-footer .button {
        margin-right: 0.5rem;
        margin-top: 0.5rem;
        color: white;       
        background:none;
        transition: 0.5s;
    }*/


    .form-modal-footer .button {
        position: relative;
        margin-right: 0.5rem;
        margin-top: 0.5rem;
        background: none;
        border: 1px solid #3498db;
        color: #3498db;
        transition: 0.8s;
        overflow: hidden;
    }
        .form-modal-footer .button:hover {
            color: #FFF;
        }
        .form-modal-footer .button::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            border-radius: 50% 50% 0 0;
            width: 100%;
            height: 0%;
            background: #3498db;
            z-index: -1;
            transition: 0.8s;
        }

        .form-modal-footer .button:hover::before {
            height: 180%;
        }

/*-----------end of form-modal-------------*/


/* --------- start of inputMobile -------- */

.form_group {
    position: relative;
    height: 1rem;
    margin-bottom: 2.5rem;
    padding: 0 1rem;
    box-sizing: border-box;
}

    .form_group.err {
        margin-bottom: 3.6rem !important;
    }

.form_input {
    width: 100%;
    height: 100%;
    border: 2px solid #cfd8dc;
    border-radius: 0.5rem;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    outline: none;
    padding: 1.25rem;
    background: white;
    box-sizing: border-box;
}

    .form_input:hover {
        border-color: rgba(26,117,210,0.5)
    }

    .form_input:focus {
        border-color: rgba(26,117,210,1)
    }

.form_label {
    position: absolute;
    left: 2rem;
    top: 0.9rem;
    font-family: inherit;
    font-weight: inherit;
    padding: 0 0.5rem;
    background-color: white;
    -webkit-transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
    transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
}

.form_input:focus ~ .form_label {
    top: -0.3rem;
    left: 1.8rem;
    font-size: 0.7rem;
}

.form_input:not(:placeholder-shown).form_input:not(:focus) ~ .form_label {
    top: -0.3rem;
    left: 1.8rem;
    font-size: 0.7rem;
    color: green;
}

.error_tooltip {
    position: absolute;
    visibility: hidden;
    top: 2.9rem;
    left: 20px;
    padding: 1%;
    border-radius: 3px;
    background-color: rgba(253, 202, 196, 1);
    z-index: 1;
    color: #ED6160;
}


    .error_tooltip::before {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #FDCAC4;
        position: absolute;
        top: -21%;
        left: 10%;
    }

    .error_tooltip.visible {
        visibility: visible;
    }

.form_textArea{
    position:relative;
}
.form_textArea .txtArea {
   color: red;
    width: 100%;

}
/* --------- end of inputMobile -------- */

/* start of checkbokgroup  */

.checkboxgroup {
    position: relative;
    border: 1px solid #CCC;
    width: 100%;
    height: 7rem; /*100px;*/
    overflow-y: scroll;
}
/* checkbox style */
.checkboxcontrol {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c6c6c6;
}

    .checkboxcontrol input[type="checkbox"] {
        position: relative;
        width: 2.5rem; /*40px;*/
        height: 1.25rem; /*20px;*/
        appearance: none;
        background-color: #c6c6c6;
        outline: none;
        border-radius: 0.625rem; /*10px;*/
        box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        transition: .5s;
        cursor: pointer;
    }

    .checkboxcontrol input:checked[type="checkbox"] {
        background: #03a9f4;
    }

    .checkboxcontrol input[type="checkbox"]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1.25rem; /*20px;*/
        height: 1.25rem; /*20px;*/
        border-radius: 0.625rem; /*10px;*/
        background: #fff;
        transform: scale(1.01);
        box-shadow: 0 2px 5px rgba(0,0,0,.2);
        transition: .5s;
    }

    .checkboxcontrol input:checked[type="checkbox"]::before {
        left: 1.25rem; /*20px;*/
    }

    .checkboxcontrol input:checked[type="checkbox"] + label {
        font-weight: bold;
    }
/* end of checkbokgroup  */


/* start of FileUpload */
.upload-file {
    background-color: #FFF;
    border: 1px solid #CCC;
    position: relative;
    margin: 0 0.875rem;
}

.upload-file-list {
    background-color: #FFF;
    border: 1px solid #EEE;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 0.5rem 0 0 0.5rem;
    height: inherit;
    width: 190px;
    text-align: left;
    -webkit-border-radius: 0%;
    left: 0;
    overflow: inherit;
    vertical-align: unset;
    position: unset;
    padding: 0.5rem;
}

    .upload-file-list i {
        display: inline-block;
        font-size: 1.5rem;
        padding: 0.25rem 0.5rem;
        top: 0.5rem;
        left: 1rem;
        background: none;
    }

.upload-file-list > .mdi {
    padding-right: 1rem;
    display: contents;
}
.upload-file .upload-file-list div {
    margin: 0 5px;
    bottom: 0.5rem;
    max-height: 35px;
    overflow:hidden;
    width: calc(100% -10px);
    position: inherit; 
}

.upload-file .input-value{
    border:none;
    position:relative;
    padding-bottom: 1rem;
    width:100%;
}
.upload-file > .children {
    padding: 2rem;
}

.upload-file .upload-file-list img {
    vertical-align: top;
    width: 100%;
    height: 100px;
}




/* end of FileUpload */

/* begin of messagealertbox */
.alertbox .list {
    background-color: transparent !important;
    border: none;
    margin-top: 2rem;
}

.alertbox .list .list-icon i{
    font-size: 2.5rem;
  
}
    .alertbox .list .list-icon i.mdi-alert-circle, .alertbox .list .list-icon i.mdi-alert {
        color: red;
    }

    .alertbox .list .list-text {        
       margin-top: 1rem;
    }


/* end of messagealertbox */

.b1{
    text-decoration:underline;
}

.btn-user {
    background: #FFFFFF;
    color: #4f97d1;
    margin: 0 2px;
    transition: 0.5s;
}

    .btn-user:hover {
        color: #135387;
        background: #FFF;
        box-shadow: 0 0 8px yellow;
        border: 1px groove yellow;
        font-weight: 500;
    }
.mh-14 {
    margin: 0 0.875rem;
}
.mb-10 {
    margin-top: 0.625rem;  
}

/* category list */
.admin-edit-list {
    background: white;
    margin: 0.5rem;
    border: 3px outset;
    transition: transform 0.4s;
}

    .admin-edit-list:hover {
        /*  box-shadow: 1px 1px 10px #3498db;*/
        color: #3498db;
        border: 3px outset ;
        border-top: 2px inset;
        transform: scale(1.03);
        font-weight: 500;
    }

   


  .sub-list .children {
    display:grid;
    grid-template-columns: 1fr 1fr;
}
.img-list .children {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.cat-list .children, .desc-list .children {
    display: grid;
    grid-template-columns: repeat(4,1fr)
}

.edit-delete-button {
    color: #FF0000;
    transition: 0.5s;
}

    .edit-delete-button:hover {
        color: #DC143C;
        transform: scale(1.5);
    }

.edit-admin-button {
    color: #008000;
    transition: 0.5s;
}

    .edit-admin-button:hover {
        color: #006400;
        transform: scale(1.5);
        font-weight: bolder;
    }




    /* textArea*/
.row-3{
    margin-top:0 !important;
}
    .row-3 .input-value {
        border: 1px solid #cfd8dc;
        border-radius: 0.5rem;
    }
    .row-3 textarea {
        /* height: calc(font-size * line-height * rows); */
        border: 2px solid #cfd8dc;
        border-radius: 0.5rem;
        resize: vertical !important;
        height: 80px !important;
        border: none;
    }
    .row-3 .input-value > textarea:focus {    
        border: 1px solid rgba(26,117,210,0.5) !important;
    }

.row-6 textarea {
    /* height: calc(font-size * line-height * rows); */
    border: 2px solid #cfd8dc;
    border-radius: 0.5rem;
    resize: vertical !important;
    height: 110px !important;
    border: none;
}


.fm-inline{
    display:inline-block;
}
.fm-inline > input {
    width: 280px !important;
}

.athor_center .input-value .property-file-list {
    left: 16rem;
}
.athor_center .input-value div i {
    left: 22rem;
}



/* userlist */

.admin-list .user-email {
    margin-left: 8px;
    font-weight: 500;
    margin-top: 5px;
    color: #318CE7 !important;
}

.admin-list .user-title {
    margin-left: 8px;
    font-weight: 500;
    margin-top: 5px;
    color: black !important;
}
.admin-list .user-sub-title {
    margin-left: 8px;
    font-weight: 100;
    margin-top: 5px;
    color: #6b8e23;
    font-style: italic;
}

.admin-list .user-authorname {
    margin-left: 8px;
    font-weight: 500;
    margin-top: 5px;
}
.admin-list .user-category, .admin-list .user-type {
    margin-left: 8px;
    font-weight: 100;
    margin-top: 5px;
    color: #6b8e23;
    font-style: italic;
}

/* start of loading */

.center {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

    .center .ring {
        position: absolute;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        animation: ring 2s linear infinite;
        z-index: 1000000;
        
    }


@keyframes ring {
    0% {
        transform: rotate(0deg);
        box-shadow: 5px 8px 3px #e65c00;
    }

    50% {
        transform: rotate(180deg);
        box-shadow: 5px 8px 3px #18b201;
       
    }

    100% {
        transform: rotate(360deg);
        box-shadow: 5px 8px 3px #0456c8;
    }
}

.center .ring:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(255,255,255,.3);
    
}
.center .backpane {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    z-index: 1000000;
    background: #808080;
    animation: back 3s ease-in infinite;
}

@keyframes back {
    10% {
        background: #928287;
        opacity: 0.5;
        /*transform: scale(0.5)*/
    }
    50% {
        background: #808080;
        /*transform: scale(1.0)*/
    }
  
    100% {
        background: #88858e;
        opacity: 0.6;
       /* transform: scale(0.5)*/
    }
}

.center span {
    position: absolute;
    color: #737373;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight:300;
    animation: text 3s ease-in-out infinite;
    z-index: 1000000;
    
}

@keyframes text {
    0% {
        color: red;
        letter-spacing: 1px;
        font-weight: 300;
    }
    50% {
        color: black;
        letter-spacing: 2px;
        font-weight: 500;
    }
    100% {
        color: blue;
        letter-spacing: 3px;
        font-size: 21px;
        font-weight: 900;
    }
}


/* dot-loading */
.dot-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    
}

    .dot-center .dot span {
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: red;
        border-radius: 50%;
        opacity: 0;
        z-index: 1000000;
        transform: rotate(calc(var(--i) * (360deg /15))) translateY(50px);
        animation: animate 1.5s linear infinite;
        animation-delay: calc(var(--i) * 0.1s );
    }

@keyframes animate {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* end of loading */

/* */

.iframeimg {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -45%);
    background-color: #FFF;
    box-shadow: 0 0 20px #333;
    z-index: 100000;
}



    .iframeimg div {
        position: relative;
        animation: fadeAndScale 0.5s cubic-bezier(.39,-1.05, .58, 1.95);
        transform-origin: center bottom;
    }

@keyframes fadeAndScale {
    0% {
        opacity: 0;
        transform: scale3d(.75, .75, 1);
    }

    70% {
        opacity: 0;
        transform: scale3d(.75, .75, 1);
    }

    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}
        .iframeimg div i {
            position: absolute;
            right: -24px;
            top: -20px;
            font-size: 1.5rem;
            color: red;
            background: white;
            cursor: pointer;
        }

            .iframeimg div i:hover {
                background: blue;
            }

        .iframeimg div img {
            width: 100%;
            height: auto;          
        }


/* button */
.admin-panel .admin-btn-add {
    border: none;
    border-radius: 4px;
    position: relative;
    transition: all 0.35s;
    outline: none;
    color: black;
    background: -webkit-linear-gradient(to top, #fcb045, #fd1d1d, #833ab4);
    background: linear-gradient(to top, #fcb045, #fd1d1d, #833ab4);

    z-index: 1;
}
    .admin-panel .admin-btn-add:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #ff1ead;
        transition: all 0.35s;
        border-radius: 4px;
        z-index:-1;
    }

    

        .admin-panel .admin-btn-add:hover:before {
            width: 100%;
        }

/* lectures styles */
.btn-editlectures {
    margin: 0.1rem;
    color: #FFFFFF;
    background-color: #04AA6D;
    transition: 0.2s;
}
    .btn-editlectures.active-edit {
        background-color: #FFF;
        color: #04AA6D;
        border: 2px inset;
        padding-top:7px;
        border-bottom:none;
    }

    .btn-editlectures:hover {
        border-top: 3px inset;
        font-weight: 500;
    }


.edit-lecture-list {
    border-bottom: 1px solid #EEE;
    cursor: pointer;
    padding: 1rem;
    position: relative;
    transition: background 0.5s;
}
    .edit-lecture-list:hover{
        background: #EEE;
        color: #2389db;
        font-weight: 500;
    }

    .delete-lecture-button {
        color: #FF0000;
        transition: 0.5s;
    }

    .delete-lecture-button:hover {
        color: #DC143C;
        transform: scale(1.5);
    }

.download-all {
    color: #2196f3;
    transition: 0.5s;
    margin-right: 5px;
}
    .download-all:hover {
        transform: scale(1.5);
    }

.edit-lecture-button {
    color: #008000;
    transition: 0.5s;
    margin-right: 5px;
}

    .edit-lecture-button:hover {
        color: #006400;
        transform: scale(1.5);
        font-weight: bolder;
    }
.download-lecture-button {
    color: #8bc34a;
    transition: 0.5s;
    margin-right: 5px;
}

    .download-lecture-button:hover {
        color: #8bc34a;
        transform: scale(1.5);
        font-weight: bolder;
    }

.add-lecture-button {
    color: #4285f4;
    transition: 0.5s;
    margin-right: 5px;
}
    .add-lecture-button:hover {
        color: #8fb7fc;
        transform: scale(1.5);
        font-weight: bolder;
    }

.view-lecture-button {
    transition: 0.5s;
    margin-right: 5px;
    color: #D9CB50; /*B9FFF8*/
}
    .view-lecture-button:hover {
        color: #C0B236; /*6FEDD6;*/
        transform: scale(1.5);
    }
/* end of lectures styles*/
.container .btn-allow-edit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
  

    .container .btn-allow-edit i {
        font-size: 30px;
        margin: 5px 5px 0;
        color: green;
        cursor: pointer;
    }
.container .btn-allow-edit i:hover{
    opacity: 0.8;
}
    .container .btn-allow-edit .mdi-eye-off {
        color: #696969;
    }

    .mt15 {
        margin-top: 15px;
    }

.form_group.readonly {
    pointer-events: none;
    color: #AAA;
    border: 0px;
}

.warning {
    color: #d84418;
}

.mlrb-15{
    margin: 0 15px 15px 15px;
}


/* star of floating action button */
.fabs {
    padding: 0;
    margin: 0;
    position: fixed;
    right: 35px;
    bottom: 35px;
}

.action {
    background: rgb(255, 0, 128);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 3px 5px 0 gray;
    transition: background-color 0.4s;
}

    .action i {
        position: absolute;
        color: black;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 25px;
        cursor: pointer;
    }

        .action i.mdi-close {
            display: none;
        }

    .action:hover {
        background-color: rgb(255, 103, 179)
    }

.btns {
    position: absolute;
    bottom: 0px;
    margin-bottom: 5px;
    height: 35px;
    width: 35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

    .btns.open {
        bottom: 50px;
    }

.btn {
    position: absolute;
    height: 35px;
    width: 35px;
    border-radius: 50%;
}

    .btn i {
        position: absolute;
        font-size: 18px;
        color: white;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }


    .btn:hover span {
        opacity: 0.8;
    }
.btns .btn span {
    position: absolute;
    right: 45px;
    top: 10px;
    background-color: black;
    color: white;
    padding:0 3px 0;
    opacity:1;
    visibility: hidden;
}
    .btns .btn span::after {
        content: "";
        position: absolute;
        border-width: 6px;
        margin-top: 1.5px;
        margin-left:3px;
        border-style: solid;
        border-color: transparent transparent transparent black;
    }
.btn-upload:hover span {
    visibility: visible;
}
.btn-quiz:hover span {
    visibility: visible;
}
.btn-video:hover span {
    visibility: visible;
}
.btn-img:hover span {
    visibility: visible;
}
.btn-assign:hover span {
    visibility: visible;
}

/* end of floating action button */


/* start of show transition */
.top-fade-in {
    animation: topfadein 0.5s cubic-bezier(.39,-1.05, .58, 1.95);
    transform-origin: top center;
}
.bottom-fade-in {
    animation: comeup 0.5s linear;
}

.rotate-fade-in {
    animation: comeleft 0.5s ease-out;
}
.scale-fade-in {
    animation: scaleease 0.5s ease;
}
.right-fade-in {
    animation: comeright 0.5s ease-in;
}
@keyframes topfadein {
    0% {
        opacity: 0;
        transform: scale3d(.75, .75, 1);
        top:10px;
    }

    70% {
        opacity: 0;
        transform: scale3d(.75, .75, 1);
        top:100px;
    }

    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes comeup {
    0% {
        opacity: 0;
        transform: translateY(calc(100vh));
    }

    70% {
        opacity: 0.9;
        transform: translateY(calc(100vh - 100px));
    }

    100% {
        opacity: 1;
        /*transform: translateY(calc(50%));*/
    }
}

@keyframes comeleft {
    0% {
        opacity: 0.2;
        transform:  rotate(30deg);
    }
    10% {
        opacity: 0.3;
        transform:  rotate(60deg);
    }
    20% {
        opacity: 0.4;
        transform: rotate(90deg);
    }
    30% {
        opacity: 0.5;
        transform: rotate(120deg);
    }
    40% {
        opacity: 0.6;
        transform: rotate(150deg);
    }
    60% {
        opacity: 0.5;
        transform: rotate(180deg);
    }
    70% {
        opacity: 0.5;
        transform: rotate(210deg);
    }
    80% {
        opacity: 0.9;
        transform:  rotate(240deg);
    }
    90% {
        opacity: 0.9;
        transform: rotate(270deg);
    }
    100% {
        opacity: 1;
        transform: rotate(360deg);
    }
}

@keyframes scaleease{
    0% {
        opacity: 0.4;
        transform: scale(0.2);
    }
    10% {
        opacity: 0.5;
        transform: scale(0.3);
    }
    20% {
        opacity: 0.5;
        transform: scale(0.4);
    }
    30% {
        opacity: 0.5;
        transform: scale(0.5);
    }
    40% {
        opacity: 0.5;
        transform: scale(0.6);
    }
    55% {
        opacity: 0.5;
        transform: scale(0.7);
    }
    70% {
        opacity: 0.5;
        transform: scale(0.8);
    }


    85% {
        opacity: 0.9;
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        /*transform: translateY(calc(50%));*/
    }
}

@keyframes comeright {
    0% {
        opacity: 0;
        transform: translateX(calc(100vw));
    }

    20% {
        opacity: 0.5;
        transform: translateX(calc(100vw -10));
    }

    35% {
        opacity: 0.5;
        transform: translateX(calc(100vw -20));
    }

    70% {
        opacity: 0.9;
        transform: translateX(calc(100vw - 30));
    }

    100% {
        opacity: 1;
        /*transform: translateY(calc(50%));*/
    }
}

/* end of show transition */

.btndown {
    margin:3px 20px 0px;
    font-size: 1.5rem;
    cursor:pointer;
}
.btndel-assignment {
    margin: 3px 60px 0px;
    font-size: 1.5rem;
    color: #FF0000 !important;
    cursor: pointer;
}
.btnaddmore {
    margin: 3px 100px 0px;
    font-size: 1.5rem;
    cursor: pointer;
}
.btndown:hover, .btnaddmore:hover, .btndel-assignment:hover {
    opacity: 0.8;
}

.assignment-open.readonly, .assignment-filetype.readonly, .assignment-title.readonly, .presentation-open.readonly {
    pointer-events: none;
}


/* dynamic input fields */


.field {
    margin-bottom: 10px;
    display: flex;
}

    .field input {
        padding: 5px 10px;
        width: 100%;
        border: none;
    /*    font-size: 20px;*/
        color: #888;
        background-color: #ecf2eb;
    }

        .field input:focus {
            outline: none;
        }

    .field span {
        display: inline-block;
        margin-left: 10px;
        cursor: pointer;
        background-color: #f4f4f4;
        padding: 10px;
        font-size: 20px;
        transition: all 0.3s;
        font-weight: bold;
    }

        .field span:last-child {
            display: none;
            padding: 12px;
        }

        .field span:hover {
            background-color: #aee2ae;
        }

        .field span:last-child:hover {
            background-color: pink;
        }

    .list-quiz-box{
        border-bottom: 1px solid #EEE;
        cursor:pointer;
        min-height: 2rem;
        padding:1rem;
        position: relative;
    }

    .timer-container{
        background: #03a9f4 !important;
        position: relative;
    }
    .competation > .children {
        padding-top: 0px !important;
    }

    .c-timer{
      position: sticky;
      top: 0px;
    }

    .c-header{
        padding-top:10px;
    }
    
   
        


