﻿a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.tab .nav-tabs {
    border-bottom: 1px solid #1ca0ba;/*#b6367f;*/
}

.tab .nav-tabs li {
    margin: 0 2px 0 0;
    position: relative;
}

    .tab .nav-tabs li a.active:before {
        content: "";
        position: absolute;
        bottom: -28px;
        left: 51px;
        border: 14px solid transparent;
        border-top-color: #1ca0ba; /*#b6367f;*/
    }

.tab .nav-tabs li.active:after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 53px;
    border: 12px solid transparent;
    border-top-color: #fff;

}

.tab .nav-tabs li a {
    border: none;
    /*padding: 13px 35px;
    font-size:18px;*/
    font-weight:500;
    color: #777;
    background: transparent;
    border-radius: 0;
}

    .tab .nav-tabs li a:hover {
        color: #1ca0ba; /*#b6367f;*/
    }

.tab .nav-tabs li a i {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

    .tab .nav-tabs li a.active,
    .tab .nav-tabs li a.active:focus,
    .tab .nav-tabs li a.active:hover {
        border: none;
        /*background: #1ca0ba; /*transparent;*/
        background-image: linear-gradient(15deg, #1ca0ba 0%, #2ca0aa 100%);
        color: white; /*#b6367f;*/
        transition: background 0.10s linear 0s;
    }

.tab .tab-content {
    font-size: 14px;
    color: #777;
    background: #fff;
    line-height: 25px;
    padding: 10px;
}

.tab .tab-content h3 {
    font-size: 26px;
}

@media only screen and (max-width: 479px) {
    .tab .nav-tabs li a {
        padding: 10px;
    }

    .tab .nav-tabs li a.active:before {
        left: 38px;
        bottom: -24px;
        border-width: 12px;
    }

    .tab .nav-tabs li a.active:after {
        left: 30px;
        bottom: -20px;
        border-width: 10px;
    }
}

.tab-pane.fade {
    transition: all 0.2s;
    transform: translateY(1rem);
}

.tab-pane.fade.show {
    transform: translateY(0rem);
    transition-timing-function: ease-in-out;
}
/*pager style*/

.paginationStyle {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #1ca0ba;
    border-radius: 0;
    line-height: 0;
}

.paginationStyle .page-item {
    margin: 0 0 0 0;
    border-style: none;
    border-radius: 0;
    padding:0 0 0 0;
}

.paginationStyle .page-item .page-link {
    margin: 0 2px 0 0;
    color: #1ca0ba;
    border-style: none;
    margin-bottom: 0;
    border-radius: 0;
}

.paginationStyle .page-item.active .page-link,
.paginationStyle .page-item .page-link:hover {
    background-color: #fff;
    color: #1ca0ba;
    border: 1px solid #1ca0ba;
    border-radius: 50%;
}

.tableTitle {
    border: none;
    font-size: 18px;
    font-weight: 500;
    color: #048d9a;
    background: transparent;
}

.Coursedetails{

}

.treegrid-indent {
    width: 0px;
    height: 16px;
    display: inline-block;
    position: relative;
}

.treegrid-expander {
    width: 0px;
    height: 16px;
    display: inline-block;
    position: relative;
    left: -17px;
    cursor: pointer;
}

.container {
    max-width: 94.9em;
}