﻿

/* ===== Scrollbar CSS ===== */

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #246fbb #dddddd;
}

    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 8px;        
    }

    *::-webkit-scrollbar-track {
        background: #dddddd;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #246fbb;
        border: 3px dotted #ffffff;
    }




.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 72px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

.loginBg{
    width:100%;
    max-height:100%;
}


@media (max-width: 576px) {
    .hidden-Mob{
        display:none
    }

}


/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
    #dropdown-variation-demo .btn-group .text-truncate {
        width: 254px;
        position: relative;
    }

    #dropdown-variation-demo .btn-group .text-truncate::after {
        position: absolute;
        top: 45%;
        right: 0.65rem;
    }
}

    /** Layout demo ******************************************************************************/

    .layout-demo-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 1rem;
    }

    .layout-demo-placeholder img {
        width: 900px;
    }

    .layout-demo-info {
        text-align: center;
        margin-top: 1rem;
    }


    .login-form .login-icon {
        padding: 25px;
        width: 120px;
        height: 120px;
        background: #f1f1f1;
        border-radius: 50%;
        float: left;
        display: block;
        text-align: center
    }

    .loading {
        background-color: rgb(0, 0, 0, 0.6);
        position: fixed;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 999999;
        padding: 20% 47%;
    }

.nav .nav-item {
    position: relative;
}
.nav .nav-item:last-child {
    position: relative;
}

.nav .nav-link.active {
    /*background: linear-gradient(270deg, rgb(141 186 235) 0%, rgba(0, 88, 177, 1) 100%) !important;*/
    background-image: radial-gradient(circle at 10% 20%, rgb(0, 160, 187) 0%, rgba(0, 188, 219, 0.9) 90%) !important;
    color: #fff !important;
    border-radius: 5px 5px 0px 0px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus {
    box-shadow: 0 -2px 0 #bf040b inset;
}
.nav .nav-item::before {
    content: '';
    width: 100%;
    height: 0%;
    /*background: #0e86d4 !important;*/
    background: linear-gradient(270deg, rgb(141 186 235) 0%, rgba(0, 88, 177, 1) 100%) !important;
    position: absolute;
    z-index: -1;
    left: 0;
    transition: height 0.4s linear;
    bottom: 0;
}

    .nav .nav-item:hover {
        color: #fff !important;
    }

        .nav .nav-item:hover::before {
            height: 100%;
            transition: height 0.4s linear;
            color: #fff !important;
        }

    .mytabs .nav-item {
        width: 49.7% !important;
        text-align: center;
        border-top: 1px solid #cdcdcd;
        border-left: 1px solid #cdcdcd;
        border-right: 1px solid #cdcdcd;
        border-radius: 5px 5px 0px 0px;
    }

    .layout-navbar, .content-footer {
        right: 0px;
        bottom: 0px;
        position: fixed;
        background: #fff;
        width: 100%;
        padding-left: 19%;
        z-index: 999 !important;
    }

    .attd-DB-Tiles h3, .attd-DB-Tiles h4 {
        margin-bottom: 0.3rem;
    }

    .mytabs .nav-item {
        width: 49%;
        text-align: center;
    }

.table tr tr,
.table tr td{
    vertical-align:top;
}
.table tr th {
    font-weight: bold;
}

.table tr td {
    font-weight: normal !important;
}

.table-Bdy-Scroll {
    max-height: 400px;
    overflow-y: auto;
}
    /*.table-Bdy-Scroll tr:first-child {
        background: #d5d5d5;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 99;
        margin-top: -2px
    }*/

    /*.table-Bdy-Scroll tbody tr:first-child th,
    .table-Bdy-Scroll tbody tr:first-child th a {
        color: #333333;
    }*/

    .ti-plus {
        rotate: 45deg;
    }

.table > :not(caption) > * > * {
    /*padding: 0.5rem 0.7rem;*/
    padding: 0.3rem 0.5rem;
    font-size: 13px;
}

.nav .nav-item {
    position: relative;
    /*background: #f1f1f1;*/
    border-left: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    margin-right: 5px;
    border-radius: 5px 5px 0px 0px;
}

.nav-align-top .nav-tabs .nav-link:not(.active):hover{
    padding-bottom:0px;
}

.logoutIcon {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 999;
}

    .nav-tabs:not(.nav-fill):not(.nav-justified) .nav-link {
        /*margin: 0px;*/
        padding: 4px 10px;
    }

.card-title,
.card-title-Orange-Yellow,
.card-title-Purple-Pink,
.card-title-Blue-Green,
.card-title-Purple-Bliss {
    padding: 7px 8px;
    font-size: 17px;
    color: #ffffff !important;
    border-radius: 5px 5px 0px 0px;
    height: 40px;
}

.card-title {
    /*background: linear-gradient(270deg, rgba(153,23,73,1) 0%, rgba(0,88,177,1) 100%);*/
    /*background: linear-gradient(270deg, rgb(219 130 164) 0%, rgba(0, 88, 177, 1) 100%);*/
    /*background: linear-gradient(270deg, rgb(141 186 235) 0%, rgba(0, 88, 177, 1) 100%);*/
    background-image: linear-gradient(109.6deg, rgb(39, 142, 255) 11.2%, rgba(98, 113, 255, 0.78) 100.2%);

}

.card-title-Orange-Yellow {
    /*background: linear-gradient(45deg, #B02940, #FCC173);*/
    background-image: radial-gradient(circle at 14.2% 24%, rgb(239, 61, 78) 0%, rgba(239, 61, 78, 0.81) 51.8%, rgba(239, 61, 78, 0.63) 84.6%);
}

.card-title-Purple-Pink {
    background: linear-gradient(45deg, #7441DB, #F9877C);   
    /*background-image: linear-gradient(132.6deg, rgb(71, 139, 214) 23.3%, rgb(37, 216, 211) 84.7%);*/
}

.card-title-Blue-Green {
    /*background: linear-gradient(45deg, #226CC5, #6CD975);*/
    background-image: linear-gradient(132.6deg, rgb(71, 139, 214) 23.3%, rgb(37, 216, 211) 84.7%);
}

.card-title-Purple-Bliss {
    /*background: linear-gradient(45deg, #562DB7, #60AFF0);*/
    background-image: radial-gradient(circle at 7.2% 13.6%, rgb(37, 249, 245) 0%, rgb(8, 70, 218) 90%);
}

.form-control:focus, .form-select:focus {
    border-color: #0e86d4 !important;
}

.border-top {
    border-top: 1px solid #cdcdcd;
    padding: 15px 0px;
    width: 100%;
    margin-top: 5px;
}

    .tails h3 {
        margin-bottom: 0px;
    }

    .card-title input, .card-title input:focus, .card-title input::selection, .card-title input:active {
        background: #fff;
        padding: 0px 0px 0px 10px;
        height: 24px;
        border-radius: 4px;
    }

    .card-body {
        --bs-card-spacer-x: 0px;
        --bs-card-spacer-y: 0px;
    }

    .longAbsentTbl {
        white-space: nowrap;
    }

    .ug-tab .nav-link {
        padding: 5px 12px !important;
        font-size: 14px !important;
    }

    .longAbsentTbl div {
        height: 352px !important;
    }

    .h30 {
        height: 30px;
    }

.tails {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}
.small-size {
    font-size: 8pt; /* Smaller font size */
}
.layout-navbar-fixed .layout-navbar {
    right: -19%;
}

@media only screen and (max-width:767px) {
    .layout-navbar-fixed .layout-navbar {
        right: -5%;
    }
}
html:not([dir=rtl]) .modal-simple .btn-close {
    right: -1rem;
}
.modal-simple .btn-close {
    position: absolute;
    top: -5rem;
}

.tails .form-control{
    background:#ffffff;
}

/*.modal-body .table > :not(caption) > * > * {*/
.table > :not(caption) > * > * {
    color: #222222;
}

.sort-arrow-up {
    color: #00FF7F; /*#9ACD32;*/
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
}

.sort-arrow-down {
    color: #FF4500;
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
}

.db-card {
    width: 180px !important;
    /*float: left;*/
}

.waves-button-input {
    margin: 0;
    padding: 0.35em 0.1em !important;
}

.nav-tabs:not(.nav-fill):not(.nav-justified) .nav-link, .nav-pills:not(.nav-fill):not(.nav-justified) .nav-link{
    margin-right:0px;
}

.content-footer .footer-container {
    block-size: 36px;
}

.content-footer{
    border-top:1px solid #dddddd;
}


.bg-menu-theme.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle) {
    background: linear-gradient(270deg, rgb(0, 101, 212, 0.70) 0%, #0068d3 100%);
    box-shadow: 0px 2px 6px 0px rgba(115, 103, 240, 0.3);
    color: #fff !important;
}

.btn-primary {
    color: #fff;
    background-color: #0068d3 !important;
    border-color: #0068d3 !important;
}
    .btn-primary:hover {
        color: #fff !important;
        background-color: #0077b5 !important;
        border-color: #015f91 !important;
    }

/*tab menu hover effect start*/


.tblfooter tr:last-child td{
    background: #d5d5d5;
}

.tblfooter tr:last-child td a, .tblfooter tr:last-child td span{
    font-weight: bold !important;
}

.tblfooter tr:last-child td a {
    color: #246fbb;
}

.title-input p {
    margin: 0px;
    width: 220px;
    float: left;
}
.title-input .rightInfo {
    width: 190px;
    padding: 0px;
    float:right;
}

.title-input .rightInfo span {
    float: left;
}

.title-input input, .title-input input:focus-visible {
    width: 40px;
    height: 25px;
    padding: 2px 5px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #cdcdcd;
    font-size:14px;
}
.card-body h3 {
    margin-bottom: 0px;
}
.w-35px{
    width:35px;
}


#MainContent_div_navs_top_UG_Summary tr th:nth-child(2),
#MainContent_div_navs_top_UG_Summary tr td:nth-child(2),
#MainContent_div_navs_top_PG_Summary tr th:nth-child(2),
#MainContent_div_navs_top_PG_Summary tr td:nth-child(2){
    text-align: left !important;
}

#MainContent_div_period tr th:nth-child(1),
#MainContent_div_period tr th:nth-child(2),
#MainContent_div_period tr td:nth-child(1),
#MainContent_div_period tr td:nth-child(2) {
    text-align: left !important;
}

#MainContent_gv_br_FreqAbs tr th:nth-child(2),
#MainContent_gv_br_FreqAbs tr th:nth-child(3),
#MainContent_gv_br_FreqAbs tr td:nth-child(2),
#MainContent_gv_br_FreqAbs tr td:nth-child(3) {
    text-align: left !important;
}

#MainContent_gv_br_LongAbs tr th:nth-child(2),
#MainContent_gv_br_LongAbs tr th:nth-child(3),
#MainContent_gv_br_LongAbs tr td:nth-child(2),
#MainContent_gv_br_LongAbs tr td:nth-child(3) {
    text-align: left !important;
}

#MainContent_gv_Br_YearWise tr th:nth-child(1),
#MainContent_gv_Br_YearWise tr td:nth-child(1) {
    text-align: left !important;
}

#MainContent_gv_Br_YearWise_PG tr th:nth-child(1),
#MainContent_gv_Br_YearWise_PG tr td:nth-child(1) {
    text-align: left !important;
}

.height-365{
    height:365px;
}

.ug-table tr th:nth-child(2),
.ug-table tr td:nth-child(2),
.ug-table tr th:nth-child(3),
.ug-table tr td:nth-child(3) {
    text-align: left !important;
}

.avatar {
    width: 2.0rem;
    height: 2.0rem;
}


.nav-align-top .nav-tabs .nav-link:not(.active):hover {
    color: #fff !important;
}


.arrow {
    border: 1px solid #0068d3;
    border-radius: 4px;
    background: #0068d3;
    text-align: center;
    color:#ffffff;
    min-height:60px;
}

.arrow h3 {
    line-height:0px;
}
    .arrow--2 {
    position: relative;
}

    .arrow--2:after, .arrow--2:before {
        border: solid transparent;
        content: " ";
        display: block;
        height: 0;
        position: absolute;
        pointer-events: none;
        width: 0;
        left: 100%;
    }

    .arrow--2:after {
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #c8e7f1;
        top: 50%;
        margin-top: 0px;
        border-width: 0px;
    }

        .arrow--2:before {
            border-color: rgba(255, 255, 255, 0);
            border-left-color: #0068d3;
            top: 50%;
            margin-top: -30px;
            border-width: 30px;
        }


#MainContent_gv_PeriodSummary tr th:first-child,
#MainContent_gv_Br_YearWise tr th:first-child {
    width: 90px;
}
#MainContent_gv_YearSummary tr th:first-child {
    width: 75px;
    text-align:left !important;
}

#MainContent_gv_br_FreqAbs tr th:first-child, #MainContent_gv_UG_Summary tr td:first-child, #MainContent_gv_PG_Summary tr th:first-child,
#MainContent_gv_br_LongAbs tr td:first-child{
    width: 55px;
}

#MainContent_gv_YearSummary tr td:first-child span{
    padding-right:50%;
}

.table .table tr th, .table .table tr td{
    text-align: right;
}

.SecWiseSumTbl tr th:nth-child(2),
.SecWiseSumTbl tr td:nth-child(2) {
    text-align: left;
}
.SecWiseSumTbl tr th:nth-child(3),
.SecWiseSumTbl tr td:nth-child(3),
.SecWiseSumTbl tr th:nth-child(4),
.SecWiseSumTbl tr td:nth-child(4),
.SecWiseSumTbl tr th:nth-child(5),
.SecWiseSumTbl tr td:nth-child(5) {
    text-align: right;
}

.form-control-select {
    display: block;
    width: 100%;
    padding: 0.516rem 0.9375rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.625;
    color: #444050;
    background-color: transparent;
    background-clip: padding-box;
    border: var(--bs-border-width) solid #d1d0d4;
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper .dataTables_filter {
    margin-top: 0.3rem !important;
    margin-bottom: 0.5rem !important;
}

.table thead tr th, .table tr th {
    background: #127DC4;
    color: #fff;
    padding: 5px;
}
.table tr th a{
    color: #fff;
}

.small-text {
    font-size: 10px; /* 87.5% of parent font size */
    color: darkblue; /* Optional: To make it look less prominent */
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px 10px 10px !important;
    border-bottom: 1px solid #111;
}



/*Student Dashboard styles*/

.horizantal-content-scroll {
    width: 100%;
    overflow-x: auto;
    float: left;
    display: flex;
    overflow-y: hidden;
}

.tailSummary {
    height: 175px;
    width: 100%;
    overflow-x: auto;
}

.tailInnerDiv,
.tailInnerDiv:nth-child(2),
.tailInnerDiv:nth-child(3),
.tailInnerDiv:nth-child(4),
.tailInnerDiv:nth-child(5),
.tailInnerDiv:nth-child(6),
.tailInnerDiv:nth-child(7),
.tailInnerDiv:nth-child(8) {
    width: 200px;
    height: 140px;
    margin: 5px;
    padding: 2px;
    border-radius: 10px;
    float: left;
}

.tailInnerDiv {
    background: #F27B1B;
}

    .tailInnerDiv p {
        margin-bottom: 0.5rem;
    }

    .tailInnerDiv .text-center,
    .tailInnerDiv:nth-child(2) .text-center,
    .tailInnerDiv:nth-child(3) .text-center,
    .tailInnerDiv:nth-child(4) .text-center,
    .tailInnerDiv:nth-child(5) .text-center,
    .tailInnerDiv:nth-child(6) .text-center,
    .tailInnerDiv:nth-child(7) .text-center,
    .tailInnerDiv:nth-child(8) .text-center {
        color: #fff;
        padding: 5px;
    }

    .tailInInner,
    .tailInnerDiv:nth-child(2) .tailInInner,
    .tailInnerDiv:nth-child(3) .tailInInner,
    .tailInnerDiv:nth-child(4) .tailInInner,
    .tailInnerDiv:nth-child(5) .tailInInner,
    .tailInnerDiv:nth-child(6) .tailInInner,
    .tailInnerDiv:nth-child(7) .tailInInner,
    .tailInnerDiv:nth-child(8) .tailInInner {
        background: #fff;
        text-align: center;
        width: 196px;
        height: 105px;
        padding: 3px 2px;
        border-radius: 0px 0px 10px 10px;
    }

        .tailInInner span:first-child p span,
        .tailInnerDiv:nth-child(2) .tailInInner span:nth-child(2) span,
        .tailInnerDiv:nth-child(3) .tailInInner span:nth-child(2) span,
        .tailInnerDiv:nth-child(4) .tailInInner span:nth-child(2) span,
        .tailInnerDiv:nth-child(5) .tailInInner span:nth-child(2) span,
        .tailInnerDiv:nth-child(6) .tailInInner span:nth-child(2) span,
        .tailInnerDiv:nth-child(7) .tailInInner span:nth-child(2) span,
        .tailInnerDiv:nth-child(8) .tailInInner span:nth-child(2) span {
            width: 60% !important;
            line-height: 28px;
            font-size: 16px;
        }

        .tailInInner span:first-child,
        .tailInnerDiv:nth-child(2) .tailInInner span:first-child {
            border-right: 1px solid #F27B1B;
            border-bottom: 1px solid #F27B1B;
        }

        .tailInInner span:first-child,
        .tailInnerDiv:nth-child(2) .tailInInner span:first-child,
        .tailInnerDiv:nth-child(3) .tailInInner span:first-child,
        .tailInnerDiv:nth-child(4) .tailInInner span:first-child,
        .tailInnerDiv:nth-child(5) .tailInInner span:first-child,
        .tailInnerDiv:nth-child(6) .tailInInner span:first-child,
        .tailInnerDiv:nth-child(7) .tailInInner span:first-child,
        .tailInnerDiv:nth-child(8) .tailInInner span:first-child {
            width: 49%;
            float: left;
        }

            .tailInInner span:first-child span,
            .tailInnerDiv:nth-child(2) .tailInInner span:first-child span,
            .tailInnerDiv:nth-child(3) .tailInInner span:first-child span,
            .tailInnerDiv:nth-child(4) .tailInInner span:first-child span,
            .tailInnerDiv:nth-child(5) .tailInInner span:first-child span,
            .tailInnerDiv:nth-child(6) .tailInInner span:first-child span,
            .tailInnerDiv:nth-child(7) .tailInInner span:first-child span,
            .tailInnerDiv:nth-child(8) .tailInInner span:first-child span {
                width: 100%;
                border: none;
            }

            .tailInInner span:first-child h5 span {
                color: #C26AE2;
            }

        .tailInInner span:nth-child(2) {
            width: 49%;
            float: left;
            border-right: 0px;
        }

        .tailInInner span:nth-child(2),
        .tailInnerDiv:nth-child(2) .tailInInner span:nth-child(2) {
            border-bottom: 1px solid #F27B1B;
        }

            .tailInInner span:nth-child(2) span,
            .tailInnerDiv:nth-child(2) .tailInInner span:nth-child(2) span,
            .tailInnerDiv:nth-child(3) .tailInInner span:nth-child(2) span,
            .tailInnerDiv:nth-child(4) .tailInInner span:nth-child(2) span,
            .tailInnerDiv:nth-child(5) .tailInInner span:nth-child(2) span,
            .tailInnerDiv:nth-child(6) .tailInInner span:nth-child(2) span,
            .tailInnerDiv:nth-child(7) .tailInInner span:nth-child(2) span,
            .tailInnerDiv:nth-child(8) .tailInInner span:nth-child(2) span {
                width: 100%;
                border: none;
                line-height: 28px;
            }

            .tailInInner span:nth-child(2) h5 span {
                color: #187FC1;
            }

        .tailInInner span:nth-child(3),
        .tailInnerDiv:nth-child(2) .tailInInner span:nth-child(3),
        .tailInnerDiv:nth-child(3) .tailInInner span:nth-child(3),
        .tailInnerDiv:nth-child(4) .tailInInner span:nth-child(3),
        .tailInnerDiv:nth-child(5) .tailInInner span:nth-child(3),
        .tailInnerDiv:nth-child(6) .tailInInner span:nth-child(3),
        .tailInnerDiv:nth-child(7) .tailInInner span:nth-child(3),
        .tailInnerDiv:nth-child(8) .tailInInner span:nth-child(3) {
            width: 49%;
            float: left;
        }

        .tailInInner span:nth-child(3) {
            border-right: 1px solid #F27B1B;
        }

            .tailInInner span:nth-child(3) span,
            .tailInnerDiv:nth-child(2) .tailInInner span:nth-child(3) span,
            .tailInnerDiv:nth-child(3) .tailInInner span:nth-child(3) span,
            .tailInnerDiv:nth-child(4) .tailInInner span:nth-child(3) span,
            .tailInnerDiv:nth-child(5) .tailInInner span:nth-child(3) span,
            .tailInnerDiv:nth-child(6) .tailInInner span:nth-child(3) span,
            .tailInnerDiv:nth-child(7) .tailInInner span:nth-child(3) span,
            .tailInnerDiv:nth-child(8) .tailInInner span:nth-child(3) span {
                width: 100%;
                border: none;
            }

            .tailInInner span:nth-child(3) h5 span {
                color: #25A32E;
            }

        .tailInInner span:nth-child(4) {
            width: 49%;
            float: left;
            border-right: 0px;
            border-bottom: 0px;
        }

            .tailInInner span:nth-child(4) span,
            .tailInnerDiv:nth-child(2) .tailInInner span:nth-child(4) span,
            .tailInnerDiv:nth-child(3) .tailInInner span:nth-child(4) span,
            .tailInnerDiv:nth-child(4) .tailInInner span:nth-child(4) span,
            .tailInnerDiv:nth-child(5) .tailInInner span:nth-child(4) span,
            .tailInnerDiv:nth-child(6) .tailInInner span:nth-child(4) span,
            .tailInnerDiv:nth-child(7) .tailInInner span:nth-child(4) span,
            .tailInnerDiv:nth-child(8) .tailInInner span:nth-child(4) span {
                width: 100%;
                border: none;
            }

            .tailInInner span:nth-child(4) h5 span {
                color: #F76F69;
            }

    /*.tailInnerDiv .tailInInner .center-cercle{
                        width:30px;
                        height:30px;
                        background:#f60;
                        position:relative;
                        top:75px;
                        left:100px;
                    }*/


    /*Second*/

    .tailInnerDiv:nth-child(2) {
        background: #2E9CE4;
    }

        .tailInnerDiv:nth-child(2) .tailInInner span:first-child {
            border-right: 1px solid #2E9CE4;
            border-bottom: 1px solid #2E9CE4;
        }

        .tailInnerDiv:nth-child(2) .tailInInner span:nth-child(2) {
            border-bottom: 1px solid #2E9CE4;
        }

        .tailInnerDiv:nth-child(2) .tailInInner span:nth-child(3) {
            border-right: 1px solid #2E9CE4;
        }


    /*Third*/

    .tailInnerDiv:nth-child(3) {
        background: #3AD0AD;
    }

        .tailInnerDiv:nth-child(3) .tailInInner span:first-child {
            border-right: 1px solid #3AD0AD;
            border-bottom: 1px solid #3AD0AD;
        }

        .tailInnerDiv:nth-child(3) .tailInInner span:nth-child(2) {
            border-bottom: 1px solid #3AD0AD;
        }

        .tailInnerDiv:nth-child(3) .tailInInner span:nth-child(3) {
            border-right: 1px solid #3AD0AD;
        }

    /*Fourth*/

    .tailInnerDiv:nth-child(4) {
        background: #F2B71B;
    }

        .tailInnerDiv:nth-child(4) .tailInInner span:first-child {
            border-right: 1px solid #F2B71B;
            border-bottom: 1px solid #F2B71B;
        }

        .tailInnerDiv:nth-child(4) .tailInInner span:nth-child(2) {
            border-bottom: 1px solid #F2B71B;
        }

        .tailInnerDiv:nth-child(4) .tailInInner span:nth-child(3) {
            border-right: 1px solid #F2B71B;
        }

    /*Fifth*/

    .tailInnerDiv:nth-child(5) {
        background: #f95e86;
    }

        .tailInnerDiv:nth-child(5) .tailInInner span:first-child {
            border-right: 1px solid #f95e86;
            border-bottom: 1px solid #f95e86;
        }

        .tailInnerDiv:nth-child(5) .tailInInner span:nth-child(2) {
            border-bottom: 1px solid #f95e86;
        }

        .tailInnerDiv:nth-child(5) .tailInInner span:nth-child(3) {
            border-right: 1px solid #f95e86;
        }

    /*Sixth*/

    .tailInnerDiv:nth-child(6) {
        background: #B16EEF;
    }

        .tailInnerDiv:nth-child(6) .tailInInner span:first-child {
            border-right: 1px solid #B16EEF;
            border-bottom: 1px solid #B16EEF;
        }

        .tailInnerDiv:nth-child(6) .tailInInner span:nth-child(2) {
            border-bottom: 1px solid #B16EEF;
        }

        .tailInnerDiv:nth-child(6) .tailInInner span:nth-child(3) {
            border-right: 1px solid #B16EEF;
        }

    /*Seventh*/

    .tailInnerDiv:nth-child(7) {
        background: #FF9065;
    }

        .tailInnerDiv:nth-child(7) .tailInInner span:first-child {
            border-right: 1px solid #FF9065;
            border-bottom: 1px solid #FF9065;
        }

        .tailInnerDiv:nth-child(7) .tailInInner span:nth-child(2) {
            border-bottom: 1px solid #FF9065;
        }

        .tailInnerDiv:nth-child(7) .tailInInner span:nth-child(3) {
            border-right: 1px solid #FF9065;
        }

    /*Eighth*/

    .tailInnerDiv:nth-child(8) {
        background: #5BBEFF;
    }

        .tailInnerDiv:nth-child(8) .tailInInner span:first-child {
            border-right: 1px solid #5BBEFF;
            border-bottom: 1px solid #5BBEFF;
        }

        .tailInnerDiv:nth-child(8) .tailInInner span:nth-child(2) {
            border-bottom: 1px solid #5BBEFF;
        }

        .tailInnerDiv:nth-child(8) .tailInInner span:nth-child(3) {
            border-right: 1px solid #5BBEFF;
        }



.tabs-title {
    background: #cdcdcd;
    border-radius: 7px 7px 0px 0px;
    padding: 5px 10px;
    color: #333333;
    text-align: left;
    margin: 0px;
}

.tailInInner small{
    font-size:12px;
}

.tailInInner:first-child span:first-child span{
    background:#f60;
}

.bordered{
    border:1px solid #cdcdcd;
}
.bg-label-light{
    color:#333333 !important;
}

.table.dataTable {
    margin-bottom: 0px;
}



.SemesterResultDiv {
    width:19%;
    text-align: center !important;
    border-radius: 7px !important;
    padding: 5px 5px !important;
    margin-bottom: 15px !important;
}

    .SemesterResultDiv:first-child {
        border-top: 4px solid #7367f0;
        border-right: 1px solid #7367f0;
        border-bottom: 1px solid #7367f0;
        border-left: 1px solid #7367f0;
    }
    .SemesterResultDiv:nth-child(2) {
        border-top: 4px solid #00bad1;
        border-right: 1px solid #00bad1;
        border-bottom: 1px solid #00bad1;
        border-left: 1px solid #00bad1;
    }
    .SemesterResultDiv:nth-child(3) {
        border-top: 4px solid #ff4c51;
        border-right: 1px solid #ff4c51;
        border-bottom: 1px solid #ff4c51;
        border-left: 1px solid #ff4c51
    }
    .SemesterResultDiv:nth-child(4) {
        border-top: 4px solid #28c76f;
        border-right: 1px solid #28c76f;
        border-bottom: 1px solid #28c76f;
        border-left: 1px solid #28c76f;
    }
    .SemesterResultDiv:nth-child(5) {
        border-top: 4px solid #ff9f43;
        border-right: 1px solid #ff9f43;
        border-bottom: 1px solid #ff9f43;
        border-left: 1px solid #ff9f43;
    }


    .SemesterResultDiv img{
        width:24px;
        height:24px;
    }

    .SemesterResultDiv .bg-success,
    .SemesterResultDiv .bg-danger,
    .SemesterResultDiv .bg-info,
    .SemesterResultDiv .bg-warning,
    .SemesterResultDiv .bg-primary {
        width: 34px;
        height:34px;
        padding: 5px;
    }

    .SemesterResultDiv .bg-success {
        background-color: #ddf6e8 !important;
    }
    .SemesterResultDiv .bg-danger {
        background-color: #ffe2e3 !important;
    }
    .SemesterResultDiv .bg-info {
        background-color: #d6f4f8 !important;
    }
    .SemesterResultDiv .bg-warning {
        background-color: #fff0e1 !important;
    }
    .SemesterResultDiv .bg-primary {
        background-color: #e9e7fd !important;
    }

.SemesterResultDiv h6{
    margin-bottom: 0.4rem;
    font-size:12px;
}
    .SemesterResultDiv .result-txt {
        text-align: center;
        font-size: 18px;
        padding-top: 7px;
        font-weight: 600;
    }




.StdPic {
    height: 100px;
    width: 85px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #999;
    border: 1px solid #fff;
}

.width-50{
    width:50px !important;
}

.width-30 {
    width: 30px !important;
}

.UgPg {
    padding: 7px 15px;
    background: #f1f1f1;
    border-radius: 5px 5px;
    font-weight: bold;
    border-top: 3px solid #3399ff;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    text-align:center;
}

.well {
    background: #f1f1f1;
    padding: 5px 5px;
    border-radius: 5px;
}

table.table thead .sorting {
    background-image: url(../img/icons/sort_both.png) !important;
}
table.table thead .sorting_asc {
    background-image: url(../img/icons/sort_asc.png) !important;
}
table.table thead .sorting_desc {
    background-image: url(../img/icons/sort_desc.png) !important;
}
.dataTables_wrapper .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.tab-content {
    padding: 0.7rem !important;
}

}

/*.page-item:not(:first-child) .page-link {*/
.page-item .page-link {
    margin-left: 0.1rem !important;
    border-radius: 5px;
}
.pagination:not([class*=pagination-outline-]) .page-link {
    border-color: transparent;
    border-radius: 5px;
}
