﻿.image-file {
    display: flex;
}

/*FORM LOGIN*/
.login-block {
    background: #DE6262;
    background: -webkit-linear-gradient(to bottom, #5C77D0, #2eadd3);
    background: linear-gradient(to bottom, #5C77D0, #2eadd3);
    float: left;
    width: 100%;
    height: 100vh;
    position: relative;
}

.banner-sec {
    padding: 0;
}

.container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 15px 20px 0px rgba(0,0,0,0.1);
}

.carousel-inner {
    border-radius: 0 10px 10px 0;
}

.carousel-caption {
    text-align: left;
    left: 5%;
}

.login-sec {
    padding: 50px 30px;
    position: relative;
}

    .login-sec .copy-text {
        position: absolute;
        width: 80%;
        bottom: 20px;
        font-size: 13px;
        text-align: center;
    }

        .login-sec .copy-text i {
            color: #FEB58A;
        }

        .login-sec .copy-text a {
            color: #E36262;
        }

    .login-sec h2 {
        margin-bottom: 30px;
        font-weight: 600;
        font-size: 30px;
        color: #187da0;
    }

        .login-sec h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #187da0;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
            margin-left: auto;
            margin-right: auto
        }

.btn-login {
    background: #187da0;
    color: #fff;
    font-weight: 600;
}

.banner-text {
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
	display: none;
}

    .banner-text h3 {
        color: #fff;
        font-weight: 600;
    }

        .banner-text h3:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #FFF;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
        }

    .banner-text p {
        color: #fff;
    }

.form-login {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



/**MODAL FORGOT PASSWORD*/
.modal-header-forgotpass {
    padding: 16px;
    background-color: #187da0;
    color: white;
    display: flex;
    justify-content: space-between;
}

    .modal-header-forgotpass .close {
        cursor: pointer;
        color: #fff;
    }

.modal-body-forgotpass {
    padding: 16px;
}

.modal-footer-forgotpass {
    padding: 2px 16px;
    background-color: #187da0;
    color: white;
    overflow: hidden;
}

.modal-content-login {
    position: relative;
    background-color: #fefefe;
    margin: 50px auto;
    padding: 0;
    border: 1px solid #888;
    width: 30%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.label-forgotpassword:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #187da0;
}

.btn-change-password {
    border: 1px solid;
    margin: 10px 0;
    font-size: 15px;
}

.info-error {
    margin-bottom: 5px;
    color: red;
}
/**ACCOUT**/
.form-personal-info {
    box-shadow: none;
    padding-top: 20px;
    overflow-y: auto;
}

.lable-male {
    margin-right: 20px;
}
/**ACCESS NOTICATION**/
.access-notification {
    box-shadow: none;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .access-notification h2 {
        padding: 50px 0px;
    }


.padding {
    padding: 0;
}

.change-password h3 {
    text-align: center;
    margin-bottom: 20px;
}

.btn-custom-update {
    border: none;
    padding: 6px 30px;
    border-radius: 20px;
    color: #fff;
    background-color: #5C77D0;
}

.image-file-avatar {
    display: flex;
    flex-direction: column;
}

.img-avatar {
    margin-bottom: 20px;
    margin-top: 20px;
}

.avatar img {
    width: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.personal-name {
    position: relative;
    top: -12px;
}


.body-change-pass {
    background: #eee url('../../images/sativa.webp');
}

html, .body-change-pass {
    position: relative;
    height: 100%;
}

.login-container {
    position: absolute;
    width: 300px;
    margin: auto;
    padding: 20px 40px 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#output {
    position: absolute;
    width: 300px;
    top: -75px;
    left: 0;
    color: #fff;
}

    #output.alert-success {
        background: rgb(25, 204, 25);
    }

    #output.alert-danger {
        background: rgb(228, 105, 105);
    }


.login-container::before, .login-container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 3.5px;
    left: 0;
    background: #fff;
    z-index: -1;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    border: 1px solid #ccc;
}

.login-container::after {
    top: 5px;
    z-index: -2;
    -webkit-transform: rotateZ(-2deg);
    -moz-transform: rotateZ(-2deg);
    -ms-transform: rotateZ(-2deg);
}

.avatar-reset {
    width: 100px;
    height: 100px;
    margin: 10px auto 30px;
    background-size: cover;
}

.form-box .form-group input {
    width: 100%;
    padding: 10px;
    height: 40px;
    border: 1px solid #ccc;
    background: #fafafa;
    transition: 0.2s ease-in-out;
}

    .form-box .form-group input:focus {
        outline: 0;
        background: #eee;
    }

    .form-box .form-group input[type="text"] {
        border-radius: 5px;
        text-transform: inherit;
    }

    .form-box .form-group input[type="password"] {
        border-radius: 0 0 5px 5px;
        border-top: 0;
    }

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


.password {
    position: relative;
}

    .password input[type="password"] {
        padding-right: 30px;
    }

    .password .glyphicon, #password2 .glyphicon {
        display: none;
        right: 15px;
        position: absolute;
        top: 12px;
        cursor: pointer;
    }

.btn-upload-avatar {
    border: 1px solid;
    cursor: pointer;
}

.class-currency {
    display: flex;
}

    .class-currency label {
        padding: 6px;
    }

.img-notdata {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .img-notdata label {
        color: #989898;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.detail_course p {
    line-height: 25px;
    margin-bottom: 0;
}

.fweight {
    font-weight: 600;
}

.detail_course {
    width: calc(100% - 200px);
    float: left;
    white-space: normal;
    padding-right: 200px;
}

.detail_course_default {
    width: 100%;
    float: left;
    white-space: normal;
    padding-right: 20px;
}

.detail_course_order table {
    border: 1px solid #ddd !important;
}

.detail_course_order th, td {
    border-collapse: collapse;
    padding: 0 10px;
    border-right: 1px solid #ddd;
}

.detail_course_order tr:nth-child(even) {
    background-color: #eee;
}

.detail_course_order tr:nth-child(odd) {
    background-color: #fff;
}

.detail_course_order th {
    color: white;
    background-color: gray;
}

.summary-order {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px 100px;
}

.title-summary {
    font-weight: 600;
}

    .title-summary lable {
        font-weight: normal;
        font-style: italic;
    }

.total-summary {
    text-align: center;
}

    .total-summary p {
        display: inline-block;
    }

.summary-order p span:nth-child(1) {
    width: 50%;
    float: left;
    text-align: right;
}

.summary-order p span:nth-child(2) {
    font-weight: normal;
    float: left;
    text-align: left;
    margin-left: 40px;
}

.summary-order-color {
    margin-left: 5px;
    font-weight: 600;
}

.image_course {
    float: left;
    /*width: 200px;*/
}

    .image_course img {
        object-fit: scale-down;
    }

.cnt-statistic-all .text-label {
    font-size: 20px !important;
}

.image-file-coverfile {
    display: flex;
    flex-direction: row;
}

    .image-file-coverfile label {
        width: 150px;
        height: 40px;
        margin-left: 10px;
    }

    .image-file-coverfile .img-avatar {
        border: 1px solid #ddd;
    }

.cover-file {
    border: none;
    margin: 0 10px;
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.active_block {
    color: green;
}

.unactive_block {
    color: #b24949;
}

.unbolisapproved {
    color: #ccc787;
    padding: 5px 8px;
    border-radius: 20px;
}

.bolisapproved {
    color: #5cbc95;
    padding: 5px 8px;
    border-radius: 20px;
}

.k-grid td.k-state-selected:hover, .k-grid tr:hover span.bolisapproved {
    color: #fff;
}

.k-grid td.k-state-selected:hover, .k-grid tr:hover span.unbolisapproved {
    color: #fff;
}

.k-grid td.k-state-selected:hover, .k-grid tr:hover span.active_block {
    color: #fff;
}

.k-grid td.k-state-selected:hover, .k-grid tr:hover span.unactive_block {
    color: #fff;
}

.stars {
    display: inline-block;
}

input.star {
    display: none;
}

label.star {
    font-size: 17px;
    color: #444;
    transition: all .2s;
    margin-bottom: 0;
}

input.star.checked ~ label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
    font-size: 23px;
}

input.star-5.checked ~ label.star:before {
    color: #FE7;
    text-shadow: 0 0 20px #952;
}

input.star-1.checked ~ label.star:before {
    color: #F62;
}


label.star:hover {
    transform: rotate(-15deg) scale(1.3);
}

label.star:before {
    content: '\f006';
    font-family: FontAwesome;
}

.description-ebook {
    width: 100%;
}

#main_content {
    background-image: url('../../images/background-squares-large1.png');
    height: 100%;
}

.main-page {
    background: #fff;
    height: 100vh;
}

.p-05 {
    padding: 5px;
}

.d-flex {
    display: flex;
}

.no-data {
    text-align: center;
    position: relative;
}

    .no-data span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-45%, -45%);
    }

.cover-image {
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.button-upload {
    border: 1px dashed #a2aab2;
    background-color: #edeff0;
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    width: 200px;
}

.d-none {
    display: none;
}

.form-search-date {
    text-align: center;
}

    .form-search-date .form-search {
        margin: 20px;
    }

.font-weight-600 {
    font-weight: 600;
}

.note-pagepreview {
    font-size: 11px;
    font-style: italic;
}

.card-header-combobox {
    position: absolute;
    top: -4px;
    right: 65px;
    transform: translate(-50%, -100%);
}

.card-header-order {
    position: absolute;
    right: 0%;
    transform: translate(0%, -83%);
}

@media only screen and (max-width: 767px) {
    .card-header-combobox {
        position: unset;
        top: 0;
        left: 0;
        transform: none;
        margin: 20px 0;
        text-align: center;
    }
}

.detail_course_defa {
    width: 50%;
    float: left;
    display: flex;
    flex-direction: column;
}


    .detail_course_defa p, .detail_course_default p {
        line-height: 25px;
        margin-bottom: 0;
    }

        .detail_course_defa p span:nth-child(2), .detail_course_default p span:nth-child(2) {
            font-weight: 600;
        }

.txt-res {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.info-personal-order {
    text-align: right;
}

.text-parner {
    text-align: right;
    padding: 0;
}

.card-header-acc {
    background-color: transparent;
    position: absolute;
    top: -46px;
    border: none;
    right: 20px;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
}

    .card-header-acc .card-header-actions .card-header-action {
        padding: 0.5rem;
        background-color: #E6ECFE;
        border-color: #E6ECFE;
        color: #748AC8;
        border-radius: 4px;
    }

        .card-header-acc .card-header-actions .card-header-action:hover {
            background-color: #F8C15C;
            border-color: #F8C15C;
            color: #fff;
        }

    .card-header-acc .card-header-actions {
        margin-left: 10px;
    }

@media screen and (width: 768px) {
    .login-sec {
        padding: 20px 20px;
    }

        .login-sec h2 {
            margin-bottom: 15px;
            font-size: 26px;
        }

    .banner-text {
        bottom: 0;
        padding-left: 0;
    }

        .banner-text h3 {
            font-size: 15px;
        }

        .banner-text p {
            font-size: 13px;
        }

    .modal-content-login {
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    .login-sec {
        padding: 20px 20px;
    }

        .login-sec h2 {
            margin-bottom: 15px;
            font-size: 26px;
        }

    .banner-text {
        bottom: 0;
        padding-left: 0;
    }

        .banner-text h3 {
            font-size: 15px;
        }

        .banner-text p {
            font-size: 13px;
        }

    .carousel-inner {
        border-radius: 0 0 10px 10px;
    }

    .modal-content-login {
        width: 80%;
    }

    .card-header-order {
        position: unset;
        transform: unset;
    }

    .form-control.k-widget {
        width: 100%;
        margin-bottom: 10px;
    }

    .form-search-date .form-search {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .form-search-date .form-search button {
            width: 100%;
        }

    .summary-order {
        padding: 10px 20px
    }

    .d-md-block {
        display: block !important;
    }

    .card-header-acc {
        background-color: transparent;
        position: unset;
        overflow: hidden;
    }

        .card-header-acc .card-header-actions:nth-child(1), .card-header-acc .card-header-actions:nth-child(2) {
            margin-bottom: 20px;
        }
}
@media (min-width: 1680px) {
    .container.form-login {
        max-width: 1140px;
    }
}