﻿/*.uk-grid > .uk-grid-margin, * + .uk-grid-margin {
    margin-top: 20px;
}*/

button {
    cursor: pointer;
}

/*.footer {*/
/*border-top: 1px solid #ffffff;*/
/*background-color: #fff;*/
/*}*/

/*.page-content-inner {
    max-width: none;
}*/

.section-small {
    padding-top: 2px;
    padding-bottom: 10px;
}

.profile-layout {
    margin-bottom: 5px;
}

/*.post-image {
    max-height: 100px !important;
    max-width: 100px !important;
}*/

.comment-image {
    max-height: 40px !important;
    max-width: 40px !important;
}

.post-date {
    width: 225px;
}

.comment-text {
    background-color: #f3f6f8;
    padding: 3px 10px !important;
    border-radius: 7px;
    width: 100%;
}

.uk-button.success {
    color: #10cc57;
    font-weight: 700;
}

.post-card .user-details-card {
    padding: 0px 0px 10px 0px !important;
}


.postText {
    border-radius: 8px;
    height: auto;
    resize: none;
}

.post-select {
    width: 100px;
    height: 36px !important;
    background: #f2f4fb;
}

.post-footer {
    margin-top: 0;
    padding: 10px;
    overflow: hidden;
    overflow-x: auto;
}

.post-card-file {
    display: flex;
    overflow: auto;
}


.post-card-image .post-cover {
    width: 100px;
    height: 100px;
    margin: 8px;
    padding: 0px;
    border: 2px solid #ddd;
    border-radius: 5px;
    background: #e6e6e6;
}

    .post-card-image .post-cover img, .post-card-image .post-cover video {
        width: 100%;
        height: 100%;
        opacity: 1;
        transition: .5s ease;
        backface-visibility: hidden;
    }

.post-card-icon {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    margin: 50px -50px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.post-card-image:hover .post-cover img, .post-card-image:hover .post-cover video {
    opacity: 0.3;
}

.post-card-image:hover .post-card-icon {
    opacity: 1;
}

* + .uk-alert {
    margin-top: 0;
    margin-left: 6px;
    margin-right: 6px;
}

i.rate {
    color: #ffc107;
}

.MyList ol li, .MyList label {
    background: #eee;
    border: 1px solid #aaa;
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
}

input:read-only {
    background-color: #e5e5e5;
}

.course-details {
    margin-bottom: 10px;
    width: 75%;
}

.btn {
    display: block;
    transition: color 0.1s ease-in-out;
    line-height: 1.25;
    color: #77838f;
    background-color: #fff;
    border: 0 solid #77838f;
    padding: 0.5rem 0.75rem;
    border-radius: 5px;
    font-weight: 600;
}

.uk-table {
    /* border: 1px solid #ddd;*/
}

    .uk-table th, .uk-table-striped th {
        font-weight: bolder !important;
        color: #999;
    }

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.select2-container .select2-selection--single {
    height: 40px;
}

.course-card span.catagroy1 {
    color: #999;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.course-card span.catagroy {
    color: #999;
    text-overflow: ellipsis;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
}

.img-rounded.skill-card-icon {
    width: 70px;
    height: 70px;
    border-radius: 5px;
}

.error {
    color: red;
}

.uk-table td {
    text-align: left;
    /*border-left: 1px solid #ddd;*/
}

li.notAllow, li.notAllow a {
    cursor: not-allowed;
}

.uk-card-title {
    font-size: 1rem;
    line-height: 1.4;
}

.notifications-read {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.notifications-not-read {
    background-color: #f7f8fa;
    border-bottom: 1px solid #ddd;
}

/*rating*/

.rating input[type="radio"]:not(:nth-of-type(0)) {
    /* hide visually */
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.rating [type="radio"]:not(:nth-of-type(0)) + label {
    display: none;
}

label[for]:hover {
    cursor: pointer;
}

.rating .stars label:before {
    content: "★";
}

.stars label {
    color: lightgray;
}

    .stars label:hover {
        text-shadow: 0 0 1px #000;
    }

.rating [type="radio"]:nth-of-type(1):checked ~ .stars label:nth-of-type(-n+1),
.rating [type="radio"]:nth-of-type(2):checked ~ .stars label:nth-of-type(-n+2),
.rating [type="radio"]:nth-of-type(3):checked ~ .stars label:nth-of-type(-n+3),
.rating [type="radio"]:nth-of-type(4):checked ~ .stars label:nth-of-type(-n+4),
.rating [type="radio"]:nth-of-type(5):checked ~ .stars label:nth-of-type(-n+5) {
    color: orange;
}

.rating [type="radio"]:nth-of-type(1):focus ~ .stars label:nth-of-type(1),
.rating [type="radio"]:nth-of-type(2):focus ~ .stars label:nth-of-type(2),
.rating [type="radio"]:nth-of-type(3):focus ~ .stars label:nth-of-type(3),
.rating [type="radio"]:nth-of-type(4):focus ~ .stars label:nth-of-type(4),
.rating [type="radio"]:nth-of-type(5):focus ~ .stars label:nth-of-type(5) {
    color: darkorange;
}



/* media */
@media (max-width: 667px) {


    .share-btn {
        float: right;
        padding: 0 10px;
    }

    .post-footer {
        margin-right: 10px;
        display: flex;
    }

    .user-details-card span {
        font-size: 8.7px;
    }

    a.user-comment-name {
        font-size: .6rem;
    }

    span.when-xs {
        display: block;
    }

    span.when-lg {
        display: none;
    }

    .comment-image {
        max-height: 80px !important;
        max-width: 80px !important;
    }

    .post-image {
        min-height: 40px !important;
        min-width: 40px !important;
    }

    .user-details-card-name {
        min-width: 65%;
    }

    .btn-sidebar-filter {
        padding-left: 40px;
    }

    .profile-cards
    .btn-sidebar-filter {
        width: 100%;
    }
    /*.profile-cards {
        position: fixed;
        width: 87%;
        z-index: 5;

    }

     

    .page-content-inner {
        margin-top: 150px;
    }*/
    .uk-sticky-fixed {
        z-index: 0;
        margin-top: 75px !important;
    }

    .uk-sticky {
    }

    .profile-cards ul.uk-tab-right {
        overflow-y: scroll;
        max-height: 250px;
        display: block;
    }
}

@media (min-width: 667px) {
    span.when-xs {
        display: none;
    }

    span.when-lg {
        display: block;
    }

    /*    .user-details-card-avatar img.post-image {
        width: 40px;
        height: 100%;
        border: 3px solid #efefef;
    }*/
}

@media (max-width: 768px) {
}

.uk-radio, .uk-checkbox {
    background-color: #F5F5F5;
    border: 1px solid #000000;
}

/*percent style*/

.perc {
    left: 35%;
}

.text-comp {
    margin-right: 5px;
}

.progressbar {
    padding-left: 60px;
    padding-right: 60px;
}

.uk-navbar-right {
    float: right;
}

.uk-modal .uk-card .uk-card-footer {
    border-top: none;
    padding-bottom: 10px;
}

.uk-modal .uk-card {
    border-radius: 0;
    box-shadow: 0 0 0 1px rgb(255 255 255 / 15%), 0 2px 3px #e6e6e68c;
}

[class*='uk-modal-close-'] {
    position: absolute;
    z-index: 1010;
    top: 10px;
    right: 10px;
    text-align: right;
    padding: 5px;
}

img.loadImg {
    height: 50px;
}

/*new style 27-4-2021*/
.txtarea-break {
    word-wrap: break-word;
    word-break: break-all;
    line-height: 20px !important;
    overflow: hidden;
}

.uk-button {
    padding: 0 20px;
}

.post-prof {
    height: auto;
    font-size: 20px;
}

.uk-slideshow canvas, .uk-slideshow img, .uk-slideshow video {
    width: 100%;
    height: 100%;
}

.comment-content p {
    margin: 3px 0 0 0;
    line-height: 20px;
    padding: 2px 0;
}

.user-details-card-comment {
    line-height: 20px;
    min-width: auto;
    max-width: 100%;
    width: auto;
}
/*progress*/

/*Media query*/
@media (max-width: 600px) {
    .csm-hidden span {
        display: none
    }

    .post-footer {
        direction: rtl;
    }
}
