﻿.user-card-full {
    overflow: hidden;
}

    .user-card-full .user-profile {
        border-radius: 5px 0 0 5px;
    }

.bg-c-lite-green {
    background: -webkit-gradient(linear, left top, right top, from(#5196CE), to(#286393));
    background: linear-gradient(to right, #286393, #5196CE);
}

.user-profile {
    padding: 20px 0;
}

.card-block {
    padding: 1.25rem;
}



.img-radius {
    border-radius: 5px;
}

.card .card-block p {
    line-height: 25px;
}

@media only screen and (min-width: 1400px) {
    p {
        font-size: 14px;
    }
}

.card-block {
    padding: 1.25rem;
}

.b-b-default {
    border-bottom: 1px solid #e0e0e0;
}


.card .card-block p {
    line-height: 25px;
}



.text-muted {
    color: #919aa3 !important;
}

.b-b-default {
    border-bottom: 1px solid #e0e0e0;
}
/*-- file css end--*/





.msg-box {
    margin: 70px 24px -50px 24px;
}

.border-radius-5 {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.logo .logo-sm img {
    margin-left: -17px;
}

.redLabel {
    color: #ec4561 !important;
}

.table-model thead tr th {
    padding: .4rem;
}

.table-model th {
    padding: .25rem;
}

table tr th {
    color: #02a499 !important;
}

.profile-table-head {
    background: #eee;
    padding: .45rem;
    margin-bottom: 0px;
}

.box-shadow {
    -webkit-box-shadow: 1px 1px 23px 0px rgba(51,51,51,0.2);
    -moz-box-shadow: 1px 1px 23px 0px rgba(51,51,51,0.2);
    box-shadow: 1px 1px 23px 0px rgba(51,51,51,0.2);
}

.profile-heading {
    color: #0c2975;
    font-weight: bold !important;
    font-size: 20px !important;
    letter-spacing: 1px;
}

.mr-top {
    margin-top: 35px;
}

.assign-role input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    float: left;
    margin-right: 15px;
    margin-top: 2px;
}

.role-body {
    padding: 0px !important;
}

    .role-body table tr td {
        padding: 5px 0 0 17px;
    }

        .role-body table tr td label {
            margin-bottom: 2px;
            margin-top: 2px;
        }

#preloader {
    opacity: .7;
}
/*-- student portal dashboard*/
.accordion-button .btn-link, .accordion-button .btn-link:hover, .accordion-button .btn-link:focus {
    text-decoration: none !important;
}

.card-hover {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}

    .card-hover:hover {
        webkit-transform: translateY(-4px) scale(1.01);
        -moz-transform: translateY(-4px) scale(1.01);
        -ms-transform: translateY(-4px) scale(1.01);
        -o-transform: translateY(-4px) scale(1.01);
        -webkit-transform: translateY(-4px) scale(1.01);
        transform: translateY(-4px) scale(1.01);
        -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, 0.1);
        box-shadow: 0 14px 24px rgba(62, 57, 107, 0.1);
    }

.student-profile hr {
    margin-top: .3rem;
    margin-bottom: .8rem;
}

.card-profile .card-avatar, .card-testimonial .card-avatar {
    margin: -50px auto 0;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
}

.card-profile, .card-testimonial {
    margin-top: 25px;
    text-align: center;
}

.btn-custom {
    padding: 8px;
}

.roomchart {
    padding: 10px 15px;
    min-height: 86px;
}

.Sno {
    width: 10px;
}

.DisplayNone {
    display: none;
}

.DisplayVisible {
    display: block;
}

.admissino-select {
    padding-top: 10px;
}

.mt-29 {
    margin-top: 29px;
}

.mt-40 {
    margin-top: 40px;
}

.mode-switcher {
    margin-top: 12px;
    margin-right: 15px;
}

#timer {
    text-align: center;
    font-size: 18px;
    color: white;
    position: fixed;
    z-index: 1050;
    margin-left: 32%;
    background-color: #1c586f;
    padding: 10px;
}

.header-logo img {
    width: 40px;
}

.dt-custom-style {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    width: 100% !important;
}
/*--- Student Discussion ------*/
.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.noti-date {
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    padding-top: 10px;
    text-align: center;
    font-weight: normal;
}

.forums-group .group-box {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    background: #f5f5f5;
    padding: 30px 20px 30px 110px;
    position: relative;
}

    .forums-group .group-box .join-link {
        position: absolute;
        top: 20px;
        right: -8px;
        background: #fe5969;
        padding: 0 10px;
        line-height: 36px;
        font-size: 18px;
        color: #fff;
    }

        .forums-group .group-box .join-link::after {
            border-bottom: 8px solid #da3243;
            border-right: 8px solid transparent;
            content: "";
            right: 0;
            position: absolute;
            top: -8px;
        }

    .forums-group .group-box .img {
        width: 70px;
        position: absolute;
        top: 30px;
        left: 20px;
        border-radius: 50%;
    }

    .forums-group .group-box .group-status {
        display: block;
        padding-bottom: 10px;
    }

        .forums-group .group-box .group-status .group-type {
            display: inline-block;
            line-height: 32px;
            background: #02cbf7;
            padding: 0 10px;
            font-size: 14px;
            color: #fff;
        }

        .forums-group .group-box .group-status span {
            display: inline-block;
            line-height: 32px;
            font-size: 15px;
            color: #333;
            padding: 0 0 0 10px;
        }

    .forums-group .group-box .item-title {
        display: block;
        line-height: 30px;
    }

    .forums-group .group-box .group-action {
        display: block;
        line-height: 30px;
        font-size: 13px;
        color: #666;
    }

    .forums-group .group-box p {
        font-size: 15px;
        color: #444;
        line-height: 24px;
        margin: 0px;
        padding-bottom: 8px;
        max-width: 700px;
    }

.forums-hr {
    margin-top: 0px !important;
}

.table-footer {
    background-color: #f8f9fa;
}

.w-60p {
    width: 60px !important;
}

.student-portal table tbody tr td label {
    font-weight: 600 !important;
    color: red;
}
/*--- Student Dashboard Icons---*/
.box h1 img {
    width: 40px;
}

/*-- Print Attendance Sheet --*/
.time-table-print img {
    width: 70px;
}

.font-weight-bold {
    font-weight: bold !important;
}

.relative {
    position: relative;
}

.triangle-block {
    height: 25px;
}

.triangle-topleft {
    width: 25px;
    height: 0;
    border-right: 25px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.v-align-top {
    vertical-align: top;
}

.v-align-middle {
    vertical-align: middle;
}

.attendance-date {
    height: 80px;
    width: 40px;
    margin-top: 7px;
    margin-left: 24px;
    margin-right: -24px;
    margin-bottom: -9px;
    font-size: 10px;
}
/* --- library ---*/
.mt-9 {
    margin-top: 9px;
}


/*---------- notice board ----------*/
.border-p {
    border: 1px solid #ccc !important;
}
/*-- roate text at 90deg --*/
.rotate90deg {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

@media print {
    .print-footer {
        position: fixed;
        bottom: 0;
    }

    .w600 {
        width: 600px;
    }

    .w300 {
        width: 300px;
    }

    table tr th {
        color: #000 !important;
    }
}

fieldset {
    border: 2px solid #3c8dbc !important;
    margin: 15px;
}

.groupbox {
    background-color: #3c8dbc;
    color: #fff;
    border-radius: 4px;
    padding-right: 6px;
    padding-left: 5px;
    font-size: 16px !important;
    width: auto;
    margin-top: 20px;
    margin-left: 8px;
}

#reportPreloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2a3142;
    opacity: .7;
    z-index: 9999;
}
