﻿body {
}
.maincontent-area{
    background-color: #f6f7f9;
}
.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;
            }
@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%;
        }
}
/* 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;
            }
}
/* 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;
            }
}
@media only screen and (max-width: 399px){
    .cnt-left .title, .cnt-left .body-content .cnt-catg {
                margin-left: 5px;
            }
}