﻿ .ui-widget-header {
        border: none !important;
        /*border-bottom: 1px solid #dddddd !important;*/
        background: none !important;
    }

    .ui-widget-content {
        border: none !important;
    }

    #clra {
        color: #0d83dd !important;
    }

    #clrarm {
        color: blue !important;
    }

    #clrabn {
        color: green !important;
        font-weight: bold;
    }

    .tabbtntxt {
        color: #FFF !important;
    }

    .ui-widget {
        font-family: 'Lato', sans-serif !important;
        font-size: 0.875rem !important;
    }

    .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
        color: white !important;
    }

    #page-title {
        padding: 20px 0px!important;
    }

    #clra:hover {
        color: tomato !important;
    }

    #clrarm:hover {
        color: tomato !important;
    }

    #clrabn:hover {
        color: tomato !important;
        font-weight: bold;
    }

    blink, .blink {
        -webkit-animation-name: blink;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
        -webkit-animation-duration: 1s;
    }

    :lang(ta) {
        font-family: Latha !important;
        font-size: 13px !important;
        text-align: justify !important;
    }

    #dvIntro {
        display: table-cell;
        width: 100%;
        padding: 10px;
        text-align: justify;
        font-weight: bold;
        font-family: Latha;
        vertical-align: middle;
    }

    #dvVAM {
        position: absolute;
        top: 30%;
    }

    .panel {
        margin-bottom: 20px;
        background-color: #fff;
        border: 2px solid transparent;
        border-radius: 5px;
        -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
        box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
        color: #14171c;
    }

    .cka-center {
        text-align: right !important;
        font-weight: 600;
        color: #003156;
    }
    /*.coursebox:hover
    {
        background-color: #e5f1ff !important;
    }*/
    .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 0.8rem;
    }

    .card {
        margin-bottom: 10px;
    }

    .cka-center:hover {
        color: #0169b8;
    }

    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        float: left;
        padding: 0 .5em 1em !important;
        text-decoration: none;
    }

    ul.tab-nav.tab-nav2 li a {
        background-color: #F5F5F5;
        border-radius: 2px;
        box-shadow: none;
    }

        ul.tab-nav.tab-nav2 li a:hover {
            color: #0169b8;
            border-bottom: 2px solid #0169b8;
        }
