@font-face {
    font-family: RobotoBlack;
    src: url('../fonts/Roboto-Black.ttf');
}

@font-face {
    font-family: RobotoBold;
    src: url('../fonts/Roboto-Bold.ttf');
}

@font-face {
    font-family: RobotoLight;
    src: url('../fonts/Roboto-Light.ttf');
}

@font-face {
    font-family: RobotoMedium;
    src: url('../fonts/Roboto-Medium.ttf');
}

@font-face {
    font-family: RobotoMediumItalic;
    src: url('../fonts/Roboto-MediumItalic.ttf');
}

@font-face {
    font-family: RobotoRegular;
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: RobotoThin;
    src: url('../fonts/Roboto-Thin.ttf');
}

body {
    font-family: "RobotoRegular" !important;
    background-color: #fff !important;
}

.column-default {
    padding: 10px;
}

.square {
    height: 130px;
    width: 130px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14) !important;
    margin: 20px;
    text-align: center;
    padding-top: 50px;
    background-color: #fbfbfb;
}

.m100 {
    margin-top: 100px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mbp2 {
    margin-bottom: 2% !important;
}

.mbp10 {
    margin-bottom: 10% !important;
}

.m10 {
    margin: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.p10 {
    padding: 10px !important;
}

.p20 {
    padding: 20px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb8 {
    padding-bottom: 8px !important;
}

.fs0_7 {
    font-size: 0.75em !important;
}

.fs0_8 {
    font-size: 0.8em !important;
}

.fs0_9 {
    font-size: 0.9em !important;
}

.purple-gradient {
    background: linear-gradient(40deg,#ff6ec4,#7873f5) !important;
}

.bg_edu_min {
    width: 485px;
    height: 67px;
    background-image: url('../../images/new_images/he-logo.png');
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: contain;
}

.bg_canarabank_logo {
    max-width: 330px;
    max-height: 95px;
    width: auto !important;
    height: auto !important;
    border-radius: 4px;
}

.page_heading {
    display: block;
}

    .page_heading h2 {
        font-family: "RobotoLight";
        color: #112D4E;
    }

.card-link {
    padding: 8px 40px;
    color: #fff;
    border-radius: 20px;
    font-family: "RobotoLight";
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    background: rgb(22,183,193);
    background: linear-gradient(157deg, rgba(22,183,193,1) 0%, rgba(9,109,121,1) 25%, rgba(0,212,255,1) 100%);
}

    .card-link:hover {
        color: #fff !important;
    }

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.study_doodle {
    background: linear-gradient(rgba(255,255,255,.8), rgba(255,255,255,.8)) url('../images/study_doodle.jpg');
    background-repeat: repeat;
    background-origin: content-box;
    background-size: 100px 100px;
}

.heading_color, .link_color {
    color: #112D4E !important;
}

.roboto_regular {
    font-family: "RobotoRegular" !important;
}

.roboto_light {
    font-family: "RobotoLight" !important;
}

.roboto_bold {
    font-family: "RobotoBold" !important;
}

.roboto_medium_italic {
    font-family: "RobotoMediumItalic" !important;
}

.btn_link {
    border-radius: 30px !important;
    border: 2px solid #26c6da !important;
    border-color: linear-gradient(157deg, rgba(22,183,193,1) 0%, rgba(9,109,121,1) 25%, rgba(0,212,255,1) 100%);
    background-color: #fff !important;
}

.text_justify {
    text-align: justify !important;
}

.text_color_white {
    color: #fff !important;
}

.text_color_medium_black {
    color: #78909C !important;
}

.i_icon_color {
    color: #00BCD4 !important;
}

.bg_white {
    background-color: #fff !important;
}

.bg_light_cream {
    background-color: #F9F9F9 !important;
}

.bg_blue_black {
    background-color: #06283D !important;
}

.bg_green_blue {
    background-color: #CDF0EA !important;
}

.bg_light_periwinkle {
    background-color: #f0fcfc !important;
}

.input_min_width {
    min-width: 350px !important;
}

.input_min_height {
    min-height: 35px !important;
}

.label_min_width {
    min-width: 250px !important;
}

select {
    border: none;
    border-color: #006064;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 5px;
    padding: 5px 10px;
    border-radius: 3px;
    margin-left: 10px;
    outline: none;
    min-width: none;
    background-color: #fff;
}

.search_box {
    padding: 10px;
    border-radius: 10px !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

input[type=text], input[type=date], input[type=password] {
    border: none;
    border-color: #006064;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 5px;
    padding: 5px 10px;
    border-radius: 3px;
    outline: none;
}

.boxshadow {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}
.boxshadow-2 {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.btn_round {
    border-radius: 30px !important;
    border: none !important;
}

.color_teal {
    background-color: #006064 !important;
}

.rounded_corner_box {
    border-radius: 5px !important;
    border: none;
}

table {
    border-collapse: separate;
    border-spacing: 1em;
}

td, th {
    border: 1px solid #000 !important;
}

.claim_table {
    width: 100%;
    height: 100%;
    background-color: #fdfffa;
    text-align: center;
    color: #000;
    border-radius: 5px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

    .claim_table th, .claim_table td {
        border: none !important;
    }

    .claim_table  th {
        padding: 15px !important;
        background-color: #37474F;
        color: #fff;
    }

    .claim_table th:first-child {
        border-radius: 5px 0px 0px 0px;
    }

    .claim_table th:last-child {
        border-radius: 0px 5px 0px 0px;
    }

    .claim_table tr td {
        padding: 10px !important;
    }

    .claim_table tr:hover {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

.student_dtls li:hover, .bank_dtls li:hover, .claim_dtls li:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.claim_table td {
    border-bottom: 1px solid #ECEFF1 !important;
}

.claim_table tr:nth-child(even) {
    background-color: #e9eff2;
}

.student_loan_dtls_table tr td {
    padding: 10px !important;
    min-width: 150px;
}

.td_border_right {
    border-right: 1px dashed #ccc !important;
}

.table_container {
    padding: 20px;
}

.row_space {
    padding: 5px !important;
    ;
}

ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

.student_dtls li, .bank_dtls li, .claim_dtls li {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    border-radius: 5px;
    min-width: 250px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    background-color: #fff;
}

    .student_dtls li > p, .bank_dtls li > p, .claim_dtls li > p {
        padding: 5px;
        margin-left: 10px;
        /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
    }

    .student_dtls li > label, .bank_dtls li > label, .claim_dtls li > label {
        padding: 8px !important;
        background-color: #F9F9F9 !important;
        width: 100%;
        border-radius: 5px 5px 0px 0px;
    }

    .bank_dtls li > label {
        background-color: #E3F2FD !important;
    }

    .claim_dtls li > label {
        background-color: #F9FBE7 !important;
    }

    .claim_dtls li > p {
        padding: 0px !important;
    }

    .claim_dtls li > p {
        padding-right: 10px !important;
    }

.captcha {
    position: relative;
    margin-top: -20px;
    padding-left: 30px;
}

.captcha_refresh {
    margin-left: 10px;
}

/* loading animation css start*/

@keyframes loader-animation {
    0% {
        left: -100%;
    }

    49% {
        left: 100%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: -100%;
    }
}

.search_btn_bg {
    background: #aa4b6b !important; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3b8d99, #6b6b83, #aa4b6b) !important; /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3b8d99, #6b6b83, #aa4b6b) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.loader {
    width: calc(100% + 20px);
    overflow: hidden;
    display: block;
    position: relative;
    top: -20px;
    left: -9px;
    border-radius: 2px !important;
}

    .loader .bar {
        position: relative;
        height: 2px;
        border-radius: 5px !important;
        width: 100%;
        background-color: #006064;
        animation-name: loader-animation;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }

/* csis subsidy enquiry home page css */
.ptp13 {
    padding-top: 13% !important;
}

.ptp3 {
    padding-top: 3% !important;
}

.ptp5 {
    padding-top: 5% !important;
}

.mtp7 {
    margin-top: 7% !important;
}

.bank_light_bg {
    width: auto;
    height: auto;
    background-image: url('../../images/new_images/bg_er.png');
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: contain;
}

.bg_color_indigo {
    background-color: #1A237E !important;
}

.bg_color_purple {
    background: #0f0c29; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg_dark_black_pink {
    background: #200122; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #6f0000, #200122); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #6f0000, #200122); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.text_color_blue_grey {
    color: #263238 !important
}
/* csis subsidy enquiry home page end */
/* loading animation css ends*/

@-webkit-keyframes jiggle {
    0% {
        transform: scaleX(1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes jiggle {
    0% {
        transform: scaleX(1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}
.filter-table {
    border: none !important;
    border-collapse: collapse !important;
    margin: 0 auto !important;
}

.filter-table tr,.filter-table tr td {
    border: none !important;
}
.filter-table tr td{
    padding:10px !important;
}
.filter-table tr td select{
    min-width: 245px !important;
}
.filter-col-label {
    width:112px !important;
    font-weight:bold !important;
}
.filter-select select {
    min-width: 245px !important;
}
.jiggle:hover {
    -webkit-animation-name: jiggle;
    animation-name: jiggle
}
/* home page link new design */
.bg_1 {
    background-color: #0f2027;
    background-image: linear-gradient(62deg, #0f2027, #203a43,#2c5364);
}

.schemes_list {
    max-width: 480px !important;
    position: relative !important;
    display: block !important;
    margin: 0 auto !important;
}

.box-round-30 {
    border-radius: 30px !important;
}

.box-round-20 {
    border-radius: 20px !important;
}
.ptp8 {
    padding-top: 8% !important;
}
/* home page link new design end*/

/*state wise data*/
.table-d-2 {
    width: 100%;
    height: auto;
    border: none;
    background-color: #fdfffa;
    text-align: center;
    color: #000;
    font-size: 0.9em !important;
    border-radius: 5px !important;
    font-family: RobotoRegular !important;
    font-weight: 500 !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.table-d-2 th, .table-d-2 td {
    border: none !important;
}
.table-d-2 thead tr th, .table-d-2 tbody tr td{
    height:auto !important;
}
.table-d-2 tbody tr td {
    font-family:RobotoRegular !important;
}
.table-d-2 th {
    padding: 7px !important;
    background: #263238;  /* fallback for old browsers */
    color: #fff;
}

.table-d-2 th:first-child {
    border-radius: 5px 0px 0px 0px;
}

.table-d-2 th:last-child {
    border-radius: 0px 5px 0px 0px;
}

.table-d-2 tr td {
    padding: 7px !important;
}

.table-d-2 tr:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.table-d-2 td {
    border-bottom: 1px solid #ECEFF1 !important;
}

.table-d-2 tr:nth-child(even) {
    background-color: #e9eff2;
}
.table-data-container{

}
.table-d-2 thead tr th{
}
.sticky-header, .table-d-2 tbody tr th {
    position: sticky;
    top: 0;
    z-index: 1;
}
.scrollbar::-webkit-scrollbar-track {
    border-radius: 12px;
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 12px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #000;
}

/*state wise data end*/

.list-show {
    background-color: #fcfcfc;
}
.list-show-label {
    padding: 5px;
    background: #000046; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1CB5E0, #000046); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1CB5E0, #000046); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 0.9em !important;
    border-radius: 5px 5px 0px 0px;
}
.list-show-content{
   width:100%;
   text-align:center;
   padding: 5px;
   font-size:0.9em;
}
