

ul {
    margin: 0;
    padding: 0;
}

.portlet.box.green {
    border: 1px solid #eee;
    border-top: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.22);
}

.wrap-user > img {
    float: left;
    margin-top: -5px;
    margin-right: 5px;
    height: 29px;
    display: inline-block;
    border: solid 1px rgb(147,218,219);
}
/* Responsive Table*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.responsive-table {
    width: 100%;
    margin-bottom: 24px;
    /*border: 2px solid #eee;*/
}

    .responsive-table thead {
        position: absolute;
        clip: rect(1px 1px 1px 1px);
        /* IE6, IE7 */
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        border: 0;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }

    .responsive-table tbody tr {
        margin-bottom: 16px;
        border: 1px solid #eee;
    }

    .responsive-table thead th {
        /*background-color: #1d96b2;*/
        /*border: 1px solid #1d96b2;*/
        font-weight: normal;
        text-align: center;
        /*color: white;*/
    }

        .responsive-table thead th:first-of-type {
            text-align: left;
        }

    .responsive-table tbody,
    .responsive-table tr,
    .responsive-table th,
    .responsive-table td {
        display: block;
        padding: 0;
        text-align: left;
        white-space: normal;
    }

    .responsive-table th,
    .responsive-table td {
        padding: 8px;
        vertical-align: middle;
    }

    .responsive-table tbody td[data-title]:before {
        content: attr(data-title);
        float: left;
        font-size: 13px;
    }

    .responsive-table tfoot {
        font-size: 12px;
        font-style: italic;
    }

    .responsive-table caption {
        margin-bottom: 16px;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    .responsive-table tbody tr:last-of-type {
        margin-bottom: 0;
    }

    .responsive-table tbody th[scope="row"] {
        background-color: #e3e1e2;
    }

    .responsive-table tbody td {
        text-align: right;
    }

@media (max-width: 767px) {
    .responsive-table th,
    .responsive-table td {
        padding: 12px 8px;
    }

    .responsive-table tbody td[data-title]:before {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
 
    .list-document li {
        width: 20% !important;
        padding: 0 !important;
    }

    .responsive-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
        border-top: 1px solid #eee;
        border-right: 1px solid #eee;
        border-left: 1px solid #eee;
    }

    .responsive-table tr {
        display: table-row;
    }

    .responsive-table th,
    .responsive-table td {
        display: table-cell;
        padding: 8px;
    }

    .responsive-table caption {
        font-size: 24px;
    }

    .responsive-table tbody {
        display: table-row-group;
    }

        .responsive-table tbody tr {
            display: table-row;
            border-width: 1px;
        }

        .responsive-table tbody th[scope="row"] {
            background-color: transparent;
            text-align: left;
        }

        .responsive-table tbody td {
            text-align: center;
        }

            .responsive-table tbody td[data-title]:before {
                content: none;
            }

    .responsive-table th,
    .responsive-table td {
        padding: 12px 8px;
    }

    .responsive-table tfoot {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .responsive-table th,
    .responsive-table td {
        padding: 12px;
    }
}

@media (min-width: 460px) {
    .baithi-padding {
        overflow: hidden;
        float: left !important;
        width: 50% !important;
    }
}

.fa-dot-circle-o {
    color: #c50303;
}

/************************/
/*     Latest Work      */
/************************/
#carousellatest {
    margin-top: 0 !important;
}

.latestwork {
    padding-bottom: 20px;
}

    .latestwork h3 {
        margin-left: 10px;
        text-shadow: none;
    }

.carousel-container li:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.carousel-container li img {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.carousel-container ul {
    margin: 40px 0 0 0;
    padding: 0;
    list-style: none;
    height: auto;
}

.carousel-container li {
    float: left;
    margin: 0;
    padding: 0 15px 0 0;
    width: 25%;
}

.latest-item {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .latest-item p {
        display: block;
        padding-top: 5px;
    }

    .latest-item img {
        margin: auto;
    }

.carousel-container a.prev, .carousel-container a.next {
    background: #696969;
    width: 40px;
    height: 80px;
    display: block;
    position: absolute;
    top: 155px;
    text-align: center;
    padding-top: 16px;
}

.carousel-container a.prev {
    left: 10px;
}

    .carousel-container a.prev:hover {
    }

    .carousel-container a.prev.disabled {
        opacity: 0;
    }

.carousel-container a.next {
    right: 5px;
}

    .carousel-container a.next:hover {
    }

    .carousel-container a.next.disabled {
        opacity: 0;
    }

    .carousel-container a.prev.disabled, .carousel-container a.next.disabled {
        cursor: default;
    }

    .carousel-container a.prev span, .carousel-container a.next span {
        color: #f1f1f1;
    }

.widget-thumb {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    border: 1px solid #e6e6e6;
}

.overthumb {
    position: absolute;
    left: 0;
    top: 100%;
    display: block;
    background: #85CA63;
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.carousel-icon {
    font-size: 19px;
    opacity: 1;
    display: block;
    position: absolute;
    top: 100%;
    text-align: center;
    width: 100%;
    height: auto;
    opacity: 1;
    color: #fff;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.lightzoom {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 14px 10px 11px 14px;
    background: #fff;
    color: #000;
    margin-right: 5px;
    opacity: 1;
}

.postlink {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 14px 14px 11px 14px;
    background: #fff;
    color: #000;
    margin-left: 5px;
    opacity: 1;
}

.carousel-container li:hover .overthumb {
    top: 0;
    opacity: 0.7;
}

.carousel-container li:hover .carousel-icon {
    opacity: 1;
    top: 20%;
}

.carousel-container li .carousel-icon .white {
    margin: 0;
    padding-bottom: 5px;
    font-size: 8pt;
}

.background-home-section {
    background-color: #ffffff;
}

.header-top-10px {
    padding-top: 20px !important;
}

.bootstrap-select.btn-group .dropdown-menu.inner ul {
    border: 1px solid rgb(165, 165, 165);
}

.bootstrap-select.btn-group .dropdown-menu.inner li {
    border-bottom: 1px solid rgb(165, 165, 165);
}

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    text-decoration: none;
    background-image: none;
    background-color: #f6f6f6;
    color: #5bc5f2;
    filter: none;
}

.green.btn {
    color: #FFFFFF;
    background-color: #76B737;
}

.green-stripe {
    background-color: #e7e7e7;
}

.thumbnail {
    padding: 0px;
    border: 0px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16), 0 1px 6px rgba(0, 0, 0, 0.22);
}

.title_hoctap_thumnail {
    padding: 0 5px;
}

.f-gray {
    color: gray;
}

.f-size11 {
    font-size: 11px;
}

.additional-nav .dropdown-menu li {
    padding-left: 0px;
    padding-right: 0px;
}

.no-padding-right {
    padding-right: 0 !important;
}

@media (max-width: 1024px) {
    .user-certificate {
        width: 130px !important;
        height: 130px !important;
    }

    .slider-item li img {
        left: 10px !important;
        top: 10px !important;
    }

    .slider-item li b.badget {
        bottom: 4px;
        font-size: 8pt !important;
        height: 30px !important;
        padding-top: 5px !important;
        right: 5px !important;
        width: 30px !important;
    }

    .slider-item li p {
        font-size: 10px !important;
    }

    .header-slider h3 {
        font-size: 12pt !important;
    }
}

@media (max-width: 992px) {
    .wrapper-course {
        margin-top: 20px;
    }

    .wrapper-pattern ul li div > img {
        margin-left: 2% !important;
        margin-right: 0 !important;
        width: 30%;
        margin-top: 0 !important;
    }

    .wrapper-pattern ul li div strong {
        font-size: 18px;
    }

    .user-certificate {
        width: 100px !important;
        height: 100px !important;
        border-radius: 50% !important;
    }

    .slider-item li img {
        left: 8px !important;
        top: 8px !important;
    }

    .slider-item li b.badget {
        bottom: 0 !important;
        font-size: 8pt !important;
        height: 30px !important;
        padding-top: 5px !important;
        right: 5px !important;
        width: 30px !important;
    }

    li.top-3 {
        top: 60px !important;
    }

    .slider-item li p {
        font-size: 8px !important;
    }

    .header-slider h3 {
        font-size: 10pt !important;
    }

    .list-course ul li {
        width: 50% !important;
        float: left;
    }

        .list-course ul li:first-child {
            margin-top: 10px !important;
        }

    .list-exam ul li {
        width: 50%;
        float: left;
    }
}

@media (max-width: 460px) {
    .header .mobi-toggler {
        margin-bottom: 15px !important;
        margin-top: 23px !important;
    }

    .list-course ul li {
        width: 100% !important;
    }

    .list-exam ul li {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .header .mobi-toggler {
        margin-bottom: 15px !important;
        margin-top: 23px !important;
    }
}

.sidebar-categories li a::before {
    content: "" !important;
    padding-right: 0 !important;
}

/*ToiLDA*/

.main-dashboard {
    background: #f9f9f9 !important;
    padding-top: 23px;
    min-height: 550px;
}

.corporate .content-page {
    background: #f9f9f9 !important;
}

.header {
    margin-bottom: 0 !important;
}

.main-dashboard .container .breadcrumb {
    margin-bottom: 15px !important;
}

.avatar {
    height: 15px;
}

.site-logo > img {
    float: left;
    height: 60px;
    width: auto !important;
    max-width: none;
}

.bx-wrapper {
    margin-bottom: 0 !important;
}

    .bx-wrapper .bx-viewport {
        border: none !important;
        box-shadow: none !important;
        margin-left: 5px;
    }

@media (min-width: 768px) {
    .size {
        padding-right: 0 !important;
    }

    .navbar-collapse {
        padding: 0 !important;
    }
}

.opened {
    transition: all 2s linear;
    display: block !important;
}

/*------------------------Style for pattern------------------------*/
.wrapper-pattern {
    display: block;
    overflow: hidden;
    background: url("../images/bg_pattern.png") repeat;
}

    .wrapper-pattern ul {
        overflow: hidden;
        list-style: none;
    }

        .wrapper-pattern ul li {
            overflow: hidden;
            float: left;
            width: 20%;
            margin: 5px 0;
        }

            .wrapper-pattern ul li i {
                display: block;
                float: left;
                border-left: 3px double #fff;
                width: 3px;
                height: 25px;
                margin-top: 15px;
            }

                .wrapper-pattern ul li i.border-right {
                    float: right;
                    position: absolute;
                    top: 0;
                    right: 0;
                }

            .wrapper-pattern ul li:last-child {
                margin-right: 0;
            }

            .wrapper-pattern ul li div {
                color: #fff;
                display: block;
                overflow: hidden;
                position: relative;
            }

                .wrapper-pattern ul li div > img {
                    display: block;
                    float: left;
                    margin-right: 10px;
                    margin-left: 15%;
                    margin-top: -5px;
                }

                .wrapper-pattern ul li div strong {
                    display: block;
                    text-align: left;
                    font-size: 20px;
                }

                .wrapper-pattern ul li div small {
                    font-size: 11px;
                }

/*---------------------style announcement------------------------------*/
.header-announce {
    overflow: hidden;
    display: block;
    float: left;
    text-transform: uppercase;
    padding: 20px 10px 10px 0;
    font-size: 14px;
    margin-right: 20px;
    font-weight: bold;
}

.content-announce {
    overflow: hidden;
}

    .content-announce ul {
        overflow: hidden;
        list-style: none;
    }

        .content-announce ul li {
            float: left;
            display: block;
            padding-top: 12px;
            text-align: center;
        }

            .content-announce ul li:last-child a {
                border: none;
            }

        .content-announce ul a {
            display: block;
            color: #f37022;
            border-right: 1px solid #f37022;
            margin: 5px 10px;
            padding-right: 10px;
        }

        .content-announce ul li a:hover {
            text-decoration: none;
        }

/*------------style for achievements-----------*/
.achievements {
    overflow: hidden;
    border: 1px solid #d9d9d9;
}

    .achievements img {
        padding: 20px 10px 20px 10px;
        float: left;
    }

    .achievements h4.header-achievement {
        display: block;
        font-weight: bold;
        text-transform: uppercase;
        padding-top: 20px;
        font-size: 13px;
    }

.green {
    color: #76b737;
}

.bg-green {
    color: #76b737;
}

.blue {
    color: #3498db;
}

.bg-blue {
    background: #3498db;
}

.bg-orange {
    background: #f37022;
}

.orange {
    color: #f37022;
}

.achievements strong {
    float: left;
    margin-right: 5px;
}

.achievements p {
    padding-bottom: 5px;
    margin: 0;
}

/*------------style for achievements-----------*/

/*-------------------style for favorite course-----------------------*/
.wrapper-course {
    overflow: hidden;
}

.header-content {
    overflow: hidden;
    margin-bottom: 10px;
    margin-bottom: 10px;
}

    .header-content a {
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        font-size: 10pt;
        float: left;
        padding: 8px 20px;
        width: 180px;
        text-align: center;
        display: block;
        overflow: hidden;
    }

        .header-content a:hover {
            text-decoration: none;
        }

.wrapper-course .header-content p {
    margin-right: 65px;
}

.header-content p {
    display: block;
    margin-top: 15px;
    border: 1px solid #e6e6e6;
    margin-left: 190px;
}

.caroufredsel_wrapper {
    margin: 0 !important;
}

/*-------------------style for favorite course-----------------------*/
/*-------------------style for examination-----------------------------*/
.baithi-padding {
    overflow: hidden;
    margin-top: 10px;
}

    .baithi-padding a {
        color: #505050;
    }

.blog-info {
    list-style: none;
    margin: 0 0 10px;
    padding-left: 0;
}

    .blog-info li {
        padding: 0;
        color: #555;
        font-size: 13px;
        margin-right: 10px;
        display: inline-block;
    }

.exam-description {
    margin-bottom: 0 !important;
    color: #9d9d9d;
}

.blog-info .exam-description a {
    color: #67b747;
}

.blog-info .exam-description, .blog-info .exam-time {
    font-size: 11px;
    color: #9d9d9d;
}

    .blog-info .exam-time i {
        color: #9d9d9d !important;
    }

/*-------------------style for examination-----------------------------*/

/*---------------------style for document-----------------------------*/
.list-document {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .list-document li {
        float: left;
        display: block;
    }

.document-item {
    overflow: hidden;
    background: #f0f0f0;
    border: none;
    margin-right: 10px;
    display: block;
    margin-bottom: 10px;
}

    .document-item .widget-thumb {
        border: none;
        height: 100%;
        min-height: 160px;
    }

        .document-item .widget-thumb img {
            display: block;
            margin: 20px auto 5px;
        }

.document-icon {
    font-size: 19px;
    opacity: 1;
    display: block;
    position: absolute;
    top: 100%;
    text-align: center;
    width: 100%;
    height: auto;
    color: #fff;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

    .document-icon .white:first-child {
        padding-top: 5px;
        margin-bottom: 0;
    }

    .document-icon .white {
        font-weight: 600;
    }

.document-item .header-item {
    padding: 10px 0;
}

.list-document li:hover .overthumb {
    opacity: 0.7;
    top: 0%;
}

.list-document li:hover .document-icon {
    opacity: 1;
    top: 0%;
}

/*---------------------style for document-----------------------------*/
/*-----------------------style for course new-----------------------*/
.new-course {
    overflow: hidden;
    border: 1px solid #d9d9d9;
}

    .new-course .header-content {
        margin-bottom: 0;
    }

        .new-course .header-content a {
            color: #67b747;
            padding-left: 10px;
            text-align: left;
        }

        .new-course .header-content p {
            margin-left: 190px;
        }

.list-course ul {
    overflow: hidden;
    list-style: none;
}

    .list-course ul li {
        overflow: hidden;
        margin: 10px 0;
    }

        .list-course ul li:first-child {
            margin-top: 0;
        }

        .list-course ul li a {
            display: block;
            overflow: hidden;
            color: #363636;
        }

            .list-course ul li a:hover {
                text-decoration: none;
            }

            .list-course ul li a img {
                display: block;
                margin: 0 10px;
                float: left;
                border: 1px solid #d9d9d9;
            }

/*-----------------------style for course new-----------------------*/
/*------------------------style for new examination----------------*/
.list-exam {
    overflow: hidden;
}

    .list-exam ul {
        overflow: hidden;
        padding-left: 20px;
        color: #67b747;
    }

        .list-exam ul li {
            min-height: 50px;
        }

            .list-exam ul li a {
                display: block;
                color: #363636;
            }

                .list-exam ul li a:hover {
                    text-decoration: none;
                }

                .list-exam ul li a p {
                    margin-bottom: 0;
                }

                .list-exam ul li a small {
                    color: #999999;
                }

/*------------------------style for new examination----------------*/
/*-----------------style for slider----------------------------*/
.top-certificate {
    background: url("../images/banner_1.png") no-repeat;
    background-size: 100% 100%;
}

.header-slider h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #666666;
}

.slider-item ul {
    list-style: none;
}

.slider-item li.top-2 {
    margin-top: 40px !important;
}

.slider-item li.top-3 {
    margin-top: 80px !important;
}

.slider-item li span.user-certificate {
    display: block;
    position: relative;
    background: url("../images/orange.png") center center no-repeat;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.slider-item li span.orange-cover {
    background: url("../images/orange.png") center center no-repeat;
    background-size: 100% 100%;
}

.slider-item li span.green-cover {
    background: url("../images/green.png") center center no-repeat;
    background-size: 100% 100%;
}

.slider-item li span.blue-cover {
    background: url("../images/blue.png") center center no-repeat;
    background-size: 100% 100%;
}

.slider-item li img {
    background: #fff;
    width: 125px;
    height: 125px;
    border-radius: 50% !important;
    position: absolute;
    top: 13px;
    left: 13px;
}

.slider-item li p {
    text-transform: uppercase;
    margin-bottom: 2px;
    padding-top: 5px;
}

    .slider-item li p.username {
        font-weight: bold;
    }

.slider-item li b.badget {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    border: 2px solid #fff !important;
    bottom: 10px;
    right: 5px;
    color: #ffffff;
    font-weight: 600;
    font-size: 10pt;
    padding-top: 8px;
}

.revolution-slider {
    border: none !important;
}

/*-----------------style for slider----------------------------*/

/*---------------------custom next, back bx slider--------*/

.bx-wrapper .bx-controls-direction a {
    top: -12% !important;
    width: 25px !important;
    height: 25px !important;
}

.bx-wrapper .bx-prev {
    right: 30px !important;
    background: url("../images/back_icon.png") #fff center center no-repeat !important;
}

.bx-wrapper .bx-next {
    right: 0 !important;
    background: url("../images/next_icon.png") #fff center center no-repeat !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #d9d9d9 !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

    .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #67b747 !important;
    }

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -20px !important;
}

.wrapper-exam {
    overflow: hidden;
}

    .wrapper-exam .bx-wrapper .bx-controls-direction a {
        top: -26% !important;
    }

.front-carousel {
    float: left;
    margin-right: 20px;
}

.baithi-calendar-date {
    text-align: center;
}
