﻿body {
    font: 14px normal, "Roboto", "-apple-system", "Droid Sans", "Helvetica Neue", Helvetica, sans-serif-light, Arial, sans-serif;
    color: #555;
}

.view {
    position: absolute;
}

input, textarea {
    font-size: 14px;
}

/*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #CCC;
}*/

.view {
    background-color: #fff;
}

.view-header {
    background-color: #3C6031;
    color: #FFF;
    position: fixed;

}

.view-header-text {
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
    font-size: 18px;
}

.view-header .ait {
    color: #fff;
    font-weight: 100;
}

.view-header-icon {
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: 400;
    margin: 15px 10px 5px 15px;
    padding: 2px 10px;
    line-height: 100%;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.view-body {
    background-color: #f3f3f4;
    border-top: none;
    padding: 0;
}

.view-header-text {
    color: #fff;
    font-weight: 100;
}

.view.menu-page {
    background-image: url("../images/background.jpg");
}

.modal-background {
    background-color: rgba(0,0,0,0.1) !important;
}

.form {
    border: 1px solid #CCC;
}

.button {
    background-color: #FFF;
    border: 1px solid #e7eaec;
    border-radius: 4px;
    color: #555;
}

.button-mini {
    padding: 0.25rem 0.5rem;
}

.author {
    border-bottom: 1px solid #EEE;
    padding: 1rem;
    position: relative;
}

    .author:hover {
        background-color: #fafafa;
    }

    .author > div {
        display: inline-block;
    }

    .table .toolbar .button, .author .toolbar .button {
        margin-left: 5px;
    }

.toolbar .button:hover {
    border-color: #CCC;
}

.input-value input, .input-value textarea {
    padding: 0.5rem;
    vertical-align: middle;
}

.property {
    border-bottom: none;
    padding: 0.5rem 1rem;
}

.input-delete {
    right: 0.75rem;
    top: 0.5rem;
}

.input-text {
    color: #AAA;
}

.main-container > .split-container-panel-1 {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(126,142,177,.12);
    color: #212529;
    top: 61px !important;
    z-index: 3;
}

    .main-container > .split-container-panel-1 .list {
        border: none;
        white-space: nowrap;
    }

        .main-container > .split-container-panel-1 .list.highlight {
            background-color: #e9ecef;
            color: #212529;
        }

    .main-container > .split-container-panel-1 .list-icon {
        font-size: 1.4rem;
    }

    .main-container > .split-container-panel-1 .list-text.has-icon {
        margin-top: 0.25rem;
        margin-left: 2.25rem;
    }

    .main-container > .split-container-panel-1 .list.profile {
        background-image: none;
        background-color: #FFF;
        height: 3rem;
    }

        .main-container > .split-container-panel-1 .list.profile .list-text, .main-container > .split-container-panel-1 .list.profile .list-email {
            display: none;
        }

.main-container .split-container-panel-1.expand .list.profile .list-text, .main-container .split-container-panel-1.expand .list.profile .list-email {
    display: block;
    text-align: center;
    margin-right: 0;
}

.main-container > .split-container-panel-1 .list {
    border: none;
    white-space: nowrap;
}

.main-container .list:nth-child(odd) {
    /*background-color: inherit;*/
}

.main-container > .split-container-panel-1 .list.highlight {
    padding: 1rem;
    margin: 0 8px;
    border-radius: .2rem;
    padding: 1rem;
}

.main-container > .split-container-panel-1 .list-icon i {
    color: #153d77;
}

.main-container > .split-container-panel-1 .list.highlight .list-text {
    font-weight: 500;
}

.main-container > .split-container-panel-1 .list.profile .list-icon i {
    font-size: 1.5rem;
}

.main-container > .split-container-panel-1.expand .list.profile .list-icon i {
    font-size: 3rem;
    margin-right: 0.5rem;
}

.main-container > .split-container-panel-1 .list.profile .list-icon img {
    width: 24px;
    height: 24px;
}

.main-container > .split-container-panel-1.expand .list.profile .list-icon img {
    width: 55px;
    height: 55px;
}

.main-container > .split-container-panel-1.expand .list.profile .list-icon {
    float: none;
    margin-top: 15px;
    text-align: center;
}

.main-container > .split-container-panel-1.expand .list.profile .profile-container {
    color: #153d77;
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    top: 0;
    height: inherit;
}

.main-container > .split-container-panel-1.expand .list.profile {
    height: 6rem;
}

.main-container > .split-container-panel-1.expand .list-text.has-icon {
    margin-top: 0.25rem;
    margin-left: 0;
}

.main-container > .split-container-panel-1.expand .list.profile .list-text {
    padding-top: 0;
}

.main-container > .split-container-panel-1 .list .button {
    border: none;
    color: #FFF;
    font-size: 12px;
    display: flex;
    height: 22px;
    width: 22px;
    background-color: #2E7D32;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.main-container > .split-container-panel-1 .list .children .toolbar.top {
    right: 1rem;
    top: 1rem;
}

th {
    text-align: left;
}

.column-topic-editor {
    text-align: center;
    width: 130px;
}

.view.user-dashboard .column-topic-editor {
    width: 87px;
}

.column-topic-description {
    width: 40%;
}

    .column-topic-description .property-value {
        max-height: 3.1rem;
        overflow: hidden;
    }

.column-topic-author {
    width: 15%;
}

.table table td {
    vertical-align: middle;
}

    .table table td .link.download {
        text-align: center;
    }

    .table table td .scorebox {
        position: relative;
        /*top: 0.5rem;*/
    }

        .table table td .scorebox.score-submit-button {
            position: relative;
            text-align: right;
            right: 1rem;
            /*bottom: 1.5rem;*/
        }

.table td .input-value, .table .property.combobox .input-value {
    border: none;
    padding: 0.5rem 0 0.5rem 1.5rem;
}

.property-container .input-value {
    padding: 0.5rem;
}

.page .input-value {
    width: inherit;
}

.admin-panel .panel-header {
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 32px 16px 16px 32px;
    background-color: #153d77;
    margin: -1rem -1rem 1rem -1rem;
    font-weight: 100;
}

.admin-panel .toolbarbutton .control {
    text-align: right;
}

.admin-list .list-text.has-icon, .admin-list.disable .list-text.has-icon {
    font-weight: 500;
    margin-left: 8px;
}

.admin-list .list-text, .admin-list.disable .list-text {
    color: #3e4676;
    font-weight: 500;
    margin-left: 4rem;
    margin-top: 0.5rem;
}

.admin-list.list .children, .admin-list.disable.list .children {
    margin-left: 8px;
}

.admin-list.list, .admin-list.disable.list  {
    background-color: #FFF;
    border: 1px solid #EEE;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(126,142,177,.12);
    padding: 16px;
    display: inline-block;
    /* height: 190px; */
    height: 290px;
    width: 320px;
    margin: 8px;
    vertical-align: top;
}

    .admin-list.list .toolbar, .admin-list.disable.list .toolbar {
        margin-top: 0.5rem;
        margin-right: 1.2rem;
        left: inherit;
        right: 0px;
        top: inherit;
        bottom: 16px;
    }

    .admin-list.list .toolbar-button .toolbar-button-text, .admin-list.disable.list .toolbar-button .toolbar-button-text {
        color: #FFF;
        margin: 5px 0 0 0;
        padding-top: 0;
        vertical-align: top;
    }

    .admin-list.list .toolbar-button, .admin-list.disable.list .toolbar-button  {
        color: #FFF;
        border-radius: 28px;
        background-color: #153d77;
        padding: 0px 4px;
        text-align: center;
    }

    .admin-list.disable.list .toolbar-button {
        background-color: #eee;
        cursor: default;
    }

    .admin-list.disable.list .toolbar-button:hover {
        background-color: #eee;
    }

    .admin-list.list .toolbar-button:hover {
        background-color: #a7162a;
        
    }

    .admin-list.list .mdi, .admin-list.disable.list .mdi {
        padding-right: 0;
    }

    .admin-list.list > .children .text, .admin-list.disable.list > .children .text {
        color: #888;
    }

    .admin-list.list > .list-icon .mdi, .admin-list.disable.list > .list-icon .mdi {
        font-size: 65px;
        margin-right: 0;
    }

    .admin-list.list .list-icon img, .admin-list.disable.list .list-icon img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 0;
        padding: 0 0 0 5px;
        margin-right: 10px;
        height: 100%; 
        width: 100%; 
        object-fit: cover;
    }

.admin-list-assignment{
    font-size: 36px;
}

.admin-list-assignment .list-text {
    font-size: 14px;
    font-weight: 500;
}

.admin-list-assignment i {
        padding-right: 5px;
        top: -16px;
}

.property.header {
    border-bottom: 1px solid #CCC;
    padding: 1rem 1.5rem;
}

    .property.header .input-text {
        color: #888;
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 0;
        text-transform: uppercase;
    }

.admin-list.list a, .admin-list.disable.list a {
    color: #4CAF50;
    text-decoration: none;
}

td .admin-list, td .admin-list.disable {
    border: none;
    padding: 0;
}

.admin-list .list-icon, .admin-list.disable .list-icon {
    width: 310px;
    height: 120px;
    margin-bottom: 16px;
}

.table table td {
    padding: 0;
}

td .admin-list .list-text.has-icon, td .admin-list.disable .list-text.has-icon {
    margin-top: 0.9rem;
}

.admin-panel {
    border-top-width: 2px;
    margin: 1rem;
    position: relative;
    z-index: 3;
}

.student-progress-panel {
    background-color: #FFF;
    border: 1px solid #e7eaec;
    border-top-width: 2px;
    position: relative;
}

.admin-panel-update {
    /*background-color: #FFF;
    border: 1px solid #e7eaec;
    border-top-width: 2px;*/
    margin: 1rem;
    position: relative;
}


.panel-header {
    color: #676a6c;
}

td .chat-button {
    border-radius: 50%;
    background-color: #4CAF50;
    width: 5px;
    height: 5px;
    padding: 5px;
}

    td .chat-button.inactive {
        border: 1px solid #CCC;
        background-color: #EEE;
    }

.list-button {
    color: #FFF;
    border-radius: 4px;
    background-color: #1ab394;
    margin-left: 5px;
    padding: 0.15rem 0.5rem;
}

    .list-button .toolbar-button-text {
        margin: 0 0.5rem;
    }

.list.dashboard-menu {
    border-top: 1px solid #e9ecef !important;
}

.list.admin-list.disable {
    background-color: #cecdcd;
    border-bottom: 1px solid #DDD;
    color: #888;
    cursor: default;
}

.admin-panel .toolbar.right {
    right: 0.5rem;
}

.form-select .input-value {
    margin: 4px;
}

.form.form-select .form-body {
    overflow-x: hidden;
}

.form-select .view-tools, .toolbar-right {
    right: 0;
    top: 0;
    left: 0;
    width: calc(100% - 10px);
}

.form-select .property-boolean {
    border: none;
    padding: 0 1rem;
}

    .form-select .property-boolean .input-text {
        display: none;
    }

.control-switch {
    text-align: left;
}

.comment.dock.collapse .comment-container {
    bottom: 0;
}

.comment.dock.collapse .comment-input-container {
    height: 0;
}

.comment.dock .comment-input-header {
    border-bottom: 1px solid #CCC;
    display: flex;
    height: 52px;
    font-weight: bold;
    align-items: center;
    padding: 0 1rem;
}

.comment-input-container .comment-item {
    height: 185px;
}

.comment.dock .comment-input-container {
    height: 250px;
	/* height: 400px; */
}

.comment.dock .comment-container {
    /* height: 400px; */
    height: 50%;
}

.comment.dock .comment-question {
    height: 90px;
	/* height: 295px; */
    margin: 0rem 0.5rem;
    width: calc(100% - 30px);
}

.comment-submit {
    right: 12px;
}

/* .comment-submit-admin .button { */
    /* text-align: center; */
    /* width: 80px; */
    /* top: 13rem; */
    /* /* bottom: 100px; */ */
    /* position: relative; */
/* } */

.tab.position-top .content-tab {
    position: relative;
}

.tab.dock.position-top.content-tab{
    position: relative;
}

.tab .tab-control {
}

    .tab .tab-control .tab-page {
        background-color: #DDD;
    }

    .tab .tab-control .tab-page.selected {
    }

    .tab .tab-control .tab-page {
        border-bottom: 1px solid #CCC;
    }

        .tab .tab-control .tab-page.selected {
            padding-top: 4px;
        }

            .tab .tab-control .tab-page .tab-page-header {
                padding-bottom: 4px;
            }

            .tab .tab-control .tab-page.selected .tab-page-header {
                background-color: #FFF;
                /* border-left: 1px solid #CCC; */
                /* border-top: 1px solid #CCC; */
                /* border-right: 1px solid #CCC; */
                /* border-bottom: 1px solid #FFF; */
            }

            .tab .tab-control {
                height: inherit;
            }

    .tab .tab-control table {
    }

.tab .tab-container {
    background-color: #EEE;
    /* z-index: 3; */
}

/*.scroll.student-progress-container {
    position: relative;
}*/

.tab .split-container-panel-2 .admin-panel {
    margin-left: 0;
}

.comment-view .split-container-panel-1 .scroll, .chat-view .split-container-panel-1 .scroll {
    background-color: #FFF;
    border: 1px solid #e7eaec;
    border-top-width: 2px;
    left: 1rem;
    top: 1rem;
    bottom: 1rem;
}

.comment-view .split-container-panel-1 .split-container-panel-2 .scroll {
}

.comment-view .view-body > .split-container > .split-container-panel-2 .comment.dock {
    background-color: #FFF;
    border: 1px solid #e7eaec;
    border-top-width: 2px;
    left: 1rem;
    top: 1rem;
    bottom: 1rem;
    right: 1rem;
}

.comment-view .comment-header {
    border-bottom: 1px solid #EEE;
    color: #676a6c;
    font-weight: 500;
    height: inherit;
    padding: 1rem;
}

.comment-view .property.header {
    background-color: #f3f3f4;
    border-bottom: none;
    padding: 0.5rem 1.5rem;
}

    .comment-view .property.header .input-text {
        font-size: inherit;
        text-transform: inherit;
    }

.comment-view .comment .button {
    background-color: #1ab394;
    border: 1px solid #e7eaec;
    border-radius: 4px;
    color: #FFF;
	position: initial;
}

.comment-view .comment.dock .comment-input-header {
    border-bottom: none;
    font-weight: 500;
    padding: 0.75rem 1rem;
    height: initial;
}

.comment-view .comment.dock .comment-input-container .comment-item {
    background-color: #e1e1e4;
	height: inherit;
}

.report-table {
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .report-table table td {
        padding: 4px 0;
    }

        .report-table table td:nth-child(1) {
            width: 100px;
            min-width: 100px;
            padding: 4px 4px;
        }

        .report-table table td:nth-child(2) {
            width: 300px;
            min-width: 300px;
            text-align: left !important;
            padding-left: 8px;
        }

.table.report-table table th {
    padding: 0;
    text-align: center;
}

.table table th.table-header-top {
    background-color: #888;
    color: #FFF;
    padding: 4px 0;
}

.table table th.table-header-bottom {
    font-weight: normal;
    padding: 4px 0;
}

.table.report-table table td {
    border-right: 1px solid #DDD;
    text-align: center;
}

.student-report-completed.mdi-circle {
    color: #2E7D32;
}

.student-report-started.mdi-circle {
    color: #F80;
}
.form .assignment-score-form {
    overflow: unset;
}

.progress-bar-scb {
    margin-right: 20px;
    text-align: left;
    /* width: 300px; */
    width: 80%;
    padding-top: 10px;
}