﻿body {
}

.hidden-text-over {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}

.cnt-left .title {
    background-color: #00769E;
    line-height: 45px;
    color: white;
    font-size: 13pt;
    margin-left: 15px;
    font-weight: 600;
}

.cnt-left .item {
    border: 1px solid #ccc;
    border-top-width: 0px;
    color: #858585;
    font-size: 11pt;
    height: 70px;
}

.cnt-left .body-content {
    margin-bottom: 40px;
    width: calc(100% - 5px);
}

    .cnt-left .body-content .cnt-catg {
        margin-left: 15px;
        background-color: #fff;
    }

.cnt-left .item .icon {
    font-size: 32pt;
    color: #5CB85C;
    line-height: 70px;
}

.cnt-left .item .fa-folder-open.icon {
    font-size: 28pt;
}

.cnt-left .item .padding-top10 {
    padding-top: 10px;
}

.cnt-left .item .titlemain {
    color: #00769E;
    font-size: 13pt;
}

.cnt-right {
    margin-bottom: 40px;
}

    .cnt-right .title {
        color: white;
        background-color: #5CB85C;
        line-height: 45px;
        font-size: 13pt;
        font-weight: 600;
        padding-left: 15px;
    }

    .cnt-right .item {
        border-bottom: 1px solid #C4C6C7;
        font-size: 13pt;
        color: #9A9C9F;
        line-height: 30px;
        margin-bottom: 10px;
        font-size: 11pt;
    }

        .cnt-right .item .number {
            float: left;
            width: 5%;
            font-weight: 600;
            margin-top: -6px;
        }

        .cnt-right .item .content {
            float: left;
            width: 90%;
            margin-left: 3%;
        }

            .cnt-right .item .content .top {
                font-weight: 600;
                color: #58595B;
                cursor: pointer;
                line-height: 1.3;
            }

            .cnt-right .item .content .bottom {
                font-size: 9pt;
                margin-bottom: 5px;
            }

.not-line-bottom {
    border-bottom-width: 0px;
}

.center {
    text-align: center;
}

.pagination {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
}

    .pagination a {
        color: #0077ac;
        float: left;
        padding-top: 2px;
        padding-bottom: 2px;
        width: 28px;
        text-decoration: none;
        transition: background-color .3s;
        border: 1px solid #ddd;
        margin: 2px 4px;
        border-color: #0077ac;
        font-weight: 600;
        cursor: pointer;
    }

        .pagination a.active {
            background-color: #0077ac;
            color: white;
            border: 1px solid #0077ac;
            pointer-events: none;
        }

        .pagination a.disabled {
            display: none;
        }

        .pagination a:hover:not(.active) {
            background-color: #0077ac;
            color: white;
        }

.lv-button-add-question {
    text-align: right;
    width: 100%;
    display: none;
}

.btn-crea-ques{
    box-shadow: 0px 0px 1px 1px #bbb ;z-index: 2; display: none; color: #fff; font-size: 14pt; width:50px; height: 50px; position: fixed; bottom: 25px; right: 25px; background-color: #fd6e46; border-radius: 50%; text-align: center; padding: 12px; display: block
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cnt-left, .cnt-right {
        width: 100%;
    }

        .cnt-left .body-content {
            width: 100%;
        }
}

@media only screen and (max-width: 767px) {
    .cnt-left, .cnt-right {
        width: 100%;
    }

        .cnt-left .body-content {
            width: 100%;
        }
        .cnt-left .body-content .col-title .col1{
        width:50%;
    }
    .cnt-left .body-content .col-title .col3{
        width:50%;
        display:block;
    }
    .lv-button-add-question{
        display:block;
    }
    .lv-add-question,.lv-send-question{
        display:none;
    }
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .cnt-left, .cnt-right {
        width: 100%;
    }

        .cnt-left .body-content {
            width: 100%;
        }

            .cnt-left .title, .cnt-left .body-content .cnt-catg {
                margin-left: 10px;
            }

    #title {
        width: 100% !important;
    }
}
/* Wide Mobile Layout: 480px. */
@media only screen and (max-width: 480px) {
    .cnt-left, .cnt-right {
        width: 100%;
    }

        .cnt-left .body-content {
            width: 100%;
        }

            .cnt-left .body-content .col1 {
                width: 100%;
            }

            .cnt-left .body-content .col2, .cnt-left .body-content .col3 {
                display: none;
            }

            .cnt-left .title, .cnt-left .body-content .cnt-catg {
                margin-left: 10px;
            }

    #title {
        width: 100% !important;
    }
    .cnt-left .body-content .col-title .col1{
        width:50%;
    }
    .cnt-left .body-content .col-title .col3{
        width:50%;
        display:block;
    }
    .lv-button-add-question{
        display:block;
    }
    .lv-add-question,.lv-send-question{
        display:none;
    }
    .cnt-right .title{
        padding-left:5px;
    }
    .cnt-many-view{
        padding:10px !important;
    }
}

@media only screen and (max-width: 399px) {
    .cnt-left .title, .cnt-left .body-content .cnt-catg {
        margin-left: 5px;
    }

    #title {
        width: 100% !important;
    }
}
