﻿.loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: white;
    z-index: 99999;
    width: 100%;
    height: 100%;
}

    .loader .middle {
        top: 50%;
        position: absolute;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        width: 200px;
        height: 200px;
    }

.boxSlider {
    width: 90%;
}

.empty-cont-border {
    border: 5px dashed #e4e4e4;
    border-radius: 4px;
    width: 100%;
    height: 200px;
    position: relative;
}

.empty-cont-message {
    font-size: 26px;
    top: 50%;
    color: #d6d4d4;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
}

.active-course {
    font-weight: bold;
}

.progress-bar {
    background-color: #6BC04B;
}

.moduleImgCont {
    background: white;
    text-align: center;
}

    .moduleImgCont img {
        max-height: 300px;
        max-width: 100%;
    }

.moduleImgContDetail {
    background: white;
    text-align: center;
    margin: 0px 10px 1px 10px;
}

    .moduleImgContDetail img {
        max-height: 260px;
        max-width: 100%;
    }
.smPaddingTop1 {
    margin: 0px 10px 1px 10px;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.resName {
    /*white-space: nowrap;*/
    overflow: hidden;
    /*text-overflow: ellipsis;*/
}

.resView {
    text-align: center;
    border-left: 1px solid #1f183e;
    padding: 6px 0px 0px 0px;
    margin-top: 10px;
}

.resImg {
    background-size: 100% 100%;
    height: 100px;
    width: 270px;
    background-repeat: no-repeat;
}

a.arrow-class {
    cursor: pointer;
    padding: 0px 10px;
    color: #585858;
}

    a.arrow-class[disabled], a.arrow-class:disabled {
        color: #ccc6c6 !important;
        cursor: default;
    }

    a.arrow-class:hover {
    }

.i-track {
    font-size: 16px;
    padding-right: 5px;
    color: #585858;
    margin-top: 2px;
}

#myUL li {
    cursor: pointer;
}

#myUL span {
    display: inline-flex;
    margin-bottom: 6px;
}

.course-selec {
    height: 100%;
    background: white;
}

.pdf-object {
    width: 100%;
}

.resSelector {
    cursor: pointer;
}

.chart-count {
    color: white;
    padding-top: 8px;
}

.chart span {
    transition: all 0.3s linear 0s;
}

ul.headerNav .nav-link.active {
    text-decoration: none;
    background-color: #eee;
    color: #000 !important;
}

.resCol1.active {
    background-color: white;
    color: #1D0A2B !important;
}

.tableheadtext {
    padding: 10px 10px 10px 18px !important;
}

.course-bg {
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}



.upload-demo .upload-demo-wrap,
.upload-demo .upload-result,
.upload-demo.ready .upload-msg {
    display: none;
}

.upload-demo.ready .upload-demo-wrap {
    display: block;
}

.upload-demo.ready .upload-result {
    display: inline-block;
}

.upload-demo-wrap {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.file-cont {
    text-align: center;
    margin-top: 60px;
}

.save-btn {
    position: absolute;
    right: 25px;
    background: #692771;
    color: white;
}

    .save-btn:hover {
        background: #692771;
        color: white !important;
    }

.file-btn {
    position: relative;
    background: #692771;
    color: white !important;
    cursor: pointer;
}

    .file-btn input[type="file"] {
        position: absolute;
        top: 0;
        left: 0;
        width: 0px;
        height: 0px;
        opacity: 0;
    }

.no-margin-bottom {
    margin: 0px !important;
}

.noti {
    padding: 8px 0px;
    cursor: pointer;
}

    .noti:hover {
        background: whitesmoke;
    }


    .noti .message strong {
        color: #692771;
    }

    .noti .time {
        border-left: 3px solid #a0a0a0;
        padding-left: 10px;
        margin-left: 20px;
        margin-bottom: 5px;
    }

    .noti .message {
        border-left: 3px solid #1f183e;
        padding-left: 10px;
        margin-left: 20px;
        padding-right: 5px;
        color: #A0A0A0;
    }

.resLink {
    cursor: pointer;
}

.tableheadtext strong {
    padding-right: 5px;
}
/*loader*/
.resLoader {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(121, 121, 121, 0.11);
    left: 0;
    top: 0;
    z-index: 99;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 64px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 51px;
        height: 51px;
        margin: 6px;
        border: 6px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #692771 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    background-image: none !important;
}

    table.dataTable thead .sorting .fa-caret-up, table.dataTable thead .sorting .fa-caret-down {
        display: none;
    }

    table.dataTable thead .sorting .fa-sort {
        display: inline-block;
    }

    table.dataTable thead .sorting_asc .fa-caret-up, table.dataTable thead .sorting_asc .fa-sort {
        display: none;
    }

    table.dataTable thead .sorting_asc .fa-caret-down {
        display: inline-block;
    }

    table.dataTable thead .sorting_desc .fa-caret-down, table.dataTable thead .sorting_desc .fa-sort {
        display: none;
    }

    table.dataTable thead .sorting_desc .fa-caret-up {
        display: inline-block;
    }

.file-btn {
    cursor: pointer !important;
}

button.scroll-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 60px;
    right: 135px;
    border-radius: 100px !important;
    display: none;
    color: #fff;
    background-color: #793c7f;
    border-color: #1f183e;
}

button.scroll-down {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 260px;
    right: 135px;
    border-radius: 100px !important;
    border-radius: 100px !important;
    display: none;
    color: #fff;
    background-color: #793c7f;
    border-color: #1f183e;
}

button.scroll-top:hover {
    background-color: #1f183e;
}

.scroll-top i {
    display: inline-block;
    color: #FFFFFF;
}

button.scroll-down:hover {
    background-color: #1f183e;
}

.scroll-down i {
    display: inline-block;
    color: #FFFFFF;
}

.bottom-date {
    width: 100%;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #ECECED;
    font-size: 12px;
    text-align: center;
}

    .bottom-date .due-date, .bottom-date .com-date {
        padding: 5px 5px;
    }

    .bottom-date .due-date {
        border-right: 1px solid #ECECED;
    }


.push-bottom {
    position: fixed !important;
    bottom: 0 !important;
    width: 100% !important;
}

div#carousel-text p {
    color: white;
    margin-bottom: 0px;
}

img.compImg {
    position: absolute;
    width: 21px;
    right: 30px;
    margin: 10px;
    display: none;
}

.is-completed .compImg {
    display: block;
}

.curri-sept {
    border-top: 3px solid #bbbbbb;
}

.curri-container {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #692771;
}
