body.authentication-bg-pattern {
    background-image:url(../images/background_login.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* div p img {
    width: 100% !important;
} */

footer {
    color: white !important;
}

footer a {
    color: white !important;
}

footer a:hover {
    color: #143ec5 !important;
}

footer.footer.ft-dashboard {
    color: rgba(50,58,70,.7) !important;
}

footer.footer.ft-dashboard a {
    color: rgba(50,58,70,.7) !important;
}

footer.footer.ft-dashboard a:hover {
    color: #143ec5 !important;
}

.topbar-dark .navbar-custom {
    background-color: #4a81d4 !important;
}

div.alert a {
    color: white;
}

div.alert a:hover {
    color: yellow;
}

p.label-lms {
    font-size: 16px !important;
    margin-top: 5px;
}

div.text-desc {
    height: 100px !important;
}

div.text-desc p.card-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

div.head_info .video-js {
    height: 160px;
}

div.text-desc div.card-text p {
    display: none;
}

div.text-desc div.card-text p:first-of-type img {
    height: 80px;
    object-fit: cover;
}

div.text-desc div.card-text p:first-of-type {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

td.text-desc p {
    display: none;
}

td.text-desc img {
    width: 100%;
}

td.text-desc p {
    display: none;
}

td.text-desc p:first-of-type{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal !important;
}

.menubar-light #topnav li.active>a {
    color: #6658dd;
    font-weight: bold;
}

@media (max-width: 472px) {
    p.label-lms {
        font-size: 12px !important;
    }
}

@media (max-width: 364px) {
    p.label-lms {
        font-size: 10px !important;
    }
}

ul.btn-tools {
    padding: 0;
}

ul.btn-tools li {
    list-style-type:none;
    font-size: 10px !important;
    margin-bottom: 5px;
}

ul.btn-tools li button {
    width:80%;
}

.flex-end {
    display: flex !important;
    align-items: flex-end !important;
}

.flex-center {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.flex-center-end {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

.flex-center-start {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

.img-detail img {
	width: 100%;
}

.border-list {
	border-top: 1px dashed #eeeeee;
}

p.img-edit {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.img-edit img {
	width: 70%;
}

@media (max-width: 934px) {
    a.view-row {
        margin-bottom: 5px;
    }

    a.delete-row {
        margin-bottom: 5px;
    }

    a.view-row span {
        display: none;
    }

    a.delete-row span {
        display: none;
    }
}

.help-block.with-errors {
    color: red;
}

.remodal-content h2 {
    font-size: 24px !important;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
} 

div.icon-tabs {
    text-align: center !important;
}

span.icon-ket {
    font-size: 10px;
    margin-right: 10px;
}

.text-purple {
    color: #6658dd !important;
}

.p-question img {
    max-width: 800px !important;
}

@media (max-width: 767.98px) {
    li.paginate_button.next, li.paginate_button.previous {
        font-size: 12px !important;
    }

    .dataTables_paginate ul {
        margin: 14px 0 0 0 !important;
        display: flex !important;
    }

    /* div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
        display: flex;
        align-items: center;
        justify-content: center;
    }     */
}

span.dtr-data {
    display: block !important;
}

table#jurnal_guru span.dtr-data {
    display: block !important;
    white-space: pre-line;
}

table#tabel_jurnal span.dtr-data {
    display: block !important;
    white-space: pre-line;
}

table#tabel_jurnal span.dtr-data img {
    max-width: 100px;
}

.panel-soal img {
    width: 100% !important;
}

.panel-soal {
    user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none
}

div.table-responsive {
    border: none !important;
}

span.discussion_date {
    font-size: 13px !important;
    color: orangered;
    font-weight:normal !important;
}

.conversation-list {
    height: auto !important;
}

.conversation-list .ctext-wrap i {
    display: inline !important;
}

.table-responsive[data-pattern="priority-columns"] > .table.wrap-text > thead > tr > th, .table-responsive[data-pattern="priority-columns"] > .table.wrap-text > tbody > tr > th, .table-responsive[data-pattern="priority-columns"] > .table.wrap-text > tfoot > tr > th, .table-responsive[data-pattern="priority-columns"] > .table.wrap-text > thead > tr > td, .table-responsive[data-pattern="priority-columns"] > .table.wrap-text > tbody > tr > td, .table-responsive[data-pattern="priority-columns"] > .table.wrap-text > tfoot > tr > td {
    white-space: normal !important;
}

div.img-pertanyaan img {
    width: 100%;
}

.img-pertanyaan img {
    width: 100%;
}

td.img-pertanyaan img {
    width: 100%;
}

.remodal .form-group {
    text-align: left !important;
}

.btn.btn-secondary.buttons-print {
    display:none !important;
    margin: 0 !important;
    padding: 0 !important;
}

input[name="lampiran"] {
    padding: 5px !important;
}

.dataTables_filter {
    float: right !important;
}

.dataTables_length {
    float: left;
}

.card img.card-img-top.img-fluid {
    height: 500px !important;
    max-height: 160px !important;
    object-fit: cover;
}

.card-box.pengumuman img {
    height: 500px !important;
    max-height: 160px !important;
    object-fit: cover;
}

div.desc.info_comment {
    padding: 20px !important;
    background-color: #f4f4f4;
}

.img-small img {
    width: 50px !important;
}

a.btn.btn-info,
a.btn.btn-danger {
    color: #ffffff !important;
}

div.box-content.img-tugas p img {
    width: 100%;
}

textarea.deskripsi {
    line-height: auto !important;
}

.required:after {
    content:" *";
    color: red;
}

div.jwb_tugas div.note-editor div.note-editing-area div.note-editable p img {
    width: 50% !important;
}

span.text-video {
    font-size: 14px !important;
    font-weight: lighter !important;
    color: lightcoral !important;
}

@media (max-width: 638px) {
    span.text-video {
        display: none;
    }
    
}

/* table tr td {
    white-space: nowrap;
} */

table tr td.text-line {
    white-space: pre-line;
}