﻿
/*DKM Style sheet*/

input[type="date"]::-webkit-datetime-edit, input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-clear-button {
    color: #fff;
    position: relative;
}

.tx-bl {
    color: black !important;
}

input[type="date"]::-webkit-datetime-edit-year-field {
    position: absolute !important;
    border-left: 1px solid #8c8c8c;
    padding: 2px;
    color: #000;
    left: 56px;
}

input[type="date"]::-webkit-datetime-edit-month-field {
    position: absolute !important;
    border-left: 1px solid #8c8c8c;
    padding: 2px;
    color: #000;
    left: 26px;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-20 {
    padding: 20px;
}

[type="checkbox"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer !important;
    display: inline-block;
    height: 0px !important;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

input[type="date"]::-webkit-datetime-edit-day-field {
    position: absolute !important;
    color: #000;
    padding: 2px;
    left: 4px;
}

.table-bg-color {
    background-color: #1245a8;
    color: #fff;
}

.nonedisplay {
    display: none;
}

.supportstyle {
    font-size: 15px !important;
    font-weight: 400 !important;
}

.supportbtnopen {
    /*box-shadow: 0 0 30px 0 rgb(82 63 104 / 14%);*/
    color: red;
}

.supportbtnclosed {
    /*box-shadow: 0 0 30px 0 rgb(82 63 104 / 14%);*/
    color: blue;
}

.supportbtntotal {
    /*box-shadow: 0 0 30px 0 rgb(82 63 104 / 14%);*/
    color: lightskyblue;
}
/* mobile responcive start*/

.heading {
    margin-left: 145px !important;
    margin-top: 0px;
}

@media only screen and (min-width: 600px) {
    .heading {
        margin-left: 140px !important;
    }
}

@media only screen and (min-width: 320px) {
    .heading {
        margin-left: 75px !important;
    }

   
}

@media only screen and (min-width: 375px) {
    .heading {
        margin-left: 100px !important;
    }
}

@media only screen and (min-width: 400px) {
    .heading {
        margin-left: 130px !important;
    }
   
}

@media only screen and (min-width: 425px) {
    .heading {
        margin-left: 141px !important;
    }
}

@media only screen and (min-width: 768px) {
    .heading {
        margin-left: 5px !important;
    }

   
}

@media only screen and (min-width: 1440px) {
    .heading {
        margin-left: 145px !important;
    }
}

/* slider screen start*/

@media only screen and (min-width: 425px) {
    .flex-viewport {
        height: 150px !important;
    }
}

@media only screen and (min-width: 768px) {
    .flex-viewport {
        height: 420px !important;
    }
}

@media only screen and (min-width: 320px) {
    .flex-viewport {
        height: 110px !important;
    }
}

@media only screen and (min-width: 375px) {
    .flex-viewport {
        height: 130px !important;
    }
}

@media only screen and (min-width: 1024px) {
    .flex-viewport {
        height: 500px !important;
    }
}


@media (max-width: 575.98px) {
    .heading-aided {
        color: white;
        /* margin-top: 31px; */
        /* margin-right: 5px; */
        font-size: 16px;
        text-align: center;
        margin-left: 16px;
    }

    .navbar-custom-menu {
        margin-left: 325px;
        margin-top: 17px;
    }
}





/* slider screen end*/

/* Menu */

body {
    font-family: -apple-system, BlinkMacSystemFont,"Segoe UI", "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: -apple-system, BlinkMacSystemFont,"Segoe UI", "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.corporate-blue .sm-blue ul a:hover {
    background: #1245a8;
    color: #fafafa !important;
}

.error {
    color: red !important
}

.table-style {
    background-color: #1245a8;
    color: #fff;
    text-align: center;
}

.full-width {
    width: 100% !important;
    padding-left: 10px;
}

.gear-blue {
    color: #1245a8;
}

.mt-6 {
    margin-top: 30px;
}

.btn-size {
    padding: 5px 10px;
}

.mt-7 {
    margin-top: 45px;
}

.mt-25 {
    margin-top: 25px;
}

.btn-right {
    float: right;
}

.table-header-color {
    background-color: #1245a8;
    color: #fff;
}

.search-btn {
    margin-top: 7px;
    padding: 5px 12px;
}

.wizard-content .wizard > .steps > ul > li {
    background-color: #1245a8ba !important;
    border: 1px solid #5277c0;
    margin: 1px !important;
    border-radius: 15px 15px 0px 0px !important;
}

    .wizard-content .wizard > .steps > ul > li.current {
        background-color: #1245a8 !important;
        border: 1px solid #1245a8 !important;
    }

    .wizard-content .wizard > .steps > ul > li.disabled a {
        color: #1245a8 !important;
    }

    .wizard-content .wizard > .steps > ul > li.done {
        background-color: #3963b5 !important;
        border: 1px solid #1245a8 !important;
        color: #ffffff !important;
    }

.wizard-content .wizard > .actions > ul > li > a {
    background: #1245a8 !important;
}

.feedback {
    font-size: 12px !important;
    width: 70px !important;
}

.light-skin .main-header .navbar .nav > li > a:active {
    background: none !important;
    color: white !important
}

.hide {
    display: none;
}

.wizard-content .wizard > .steps > ul > li.error {
    border: 1px solid #fa0b208c !important
}

.vertical-line {
    border-right: 1px solid #6384a93b;
    height: 140px;
    padding-right: 12px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #1245a8;
    border-color: #1245a8 #1245a8 #1245a8;
}


.nav-tabs .nav-link {
    color: #1245a8;
    background-color: #ffffff;
    border-color: #1245a8 !important;
    border-radius: 15px 15px 0px 0px !important;
}


.wizard-content .wizard > .steps > ul > li {
    background-color: #ffff !important;
    border: 1px solid #5277c0;
    margin: 1px !important;
    border-radius: 15px 15px 0px 0px !important;
}

.footer-text {
    color: #1245a8 !important;
    font-size: 14px !important;
}

.error-msg {
    font-size: 15px !important;
    color: red !important;
    text-align: center;
}

.success-msg {
    font-size: 15px !important;
    color: green !important;
    text-align: center;
}

.fawhite {
    color: white !important;
}

.pop-image-size {
    width: 40px !important;
}

.bg-img {
    background-image: url(../img/bg1.png) !important;
}

.content-wrapper {
    min-height: 0px !important;
}

.corporate-blue .sm-blue ul a:hover {
    background: #1245a8;
    color: #fafafa !important;
}

.sm-blue a.highlighted {
    background-color: #1245a8 !important;
    color: #fff;
}

.main-hover:hover {
    background: #1245a8 !important;
    color: #fff;
}

.receipttable {
    font-weight: 700;
    font-size: 15px;
    text-align: left;
}

.receipttable1 {
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    line-height: 0.5;
}

.main-hover.highlighted {
    background: #1245a8 !important;
    color: #fff;
}


.sm-blue ul li {
    margin-top: -5px;
    margin-bottom: -5px;
}


@media only screen and (min-width: 992px) {
    .sm-blue ul {
        width: 230px !important;
    }
}

@media (min-width: 768px) {
    .sm-blue .sm-nowrap > li > a, .sm-blue .sm-nowrap > li > :not(ul) a {
        white-space: break-spaces;
    }
}

/* Table */

table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
    opacity: 0 !important;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0 !important;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    opacity: 0 !important;
}
/* Page Box Footer*/


/*Menu Tile*/
.ml-18 {
    margin-left: 18% !important;
}

@media (max-width: 425px) {
    .ml-18 {
        margin-left: 0px !important;
    }
}

.ptb-15 {
    padding-bottom: 15px;
    padding-top: 15px;
}

.tiles-box-shadow {
    border: 1px solid #00000014;
    box-shadow: 10px 10px 5px #1245a830;
}

.img-height {
    height: 200px !important;
}

.fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li a {
    border-color: #ffffff;
    color: #ffffff;
    padding: 12px 19px 10px;
}

.mt-30 {
    margin-top: 30px !important
}

/*Menu Tile*/

.form-body {
    padding: 20px !important;
}

.edit-btn {
    padding: 0.375rem 0.75rem !important
}

.box-footer {
    text-align: end;
    padding: 0 !important;
    border-top: none !important;
}

.box-footer-modal {
    text-align: center;
    padding: 0 !important;
    border-top: none !important;
}

.box-add {
    text-align: end;
    margin-right: 13px;
}

.pop-form-body {
    padding: 0 !important;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 10px;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.modal-content {
    border-radius: 20px;
    padding: 25px;
}

@media (min-width: 992px) {
    .modal-lg1, .modal-xl {
        max-width: 1060px !important;
        margin-top: 7% !important;
    }
}

.modal1 {
    padding-left: 0px !important;
}

.title-form {
    text-align: center;
}
/*Login Page CSS*/
.hei {
    height: 40px;
}

.theme-primary .hover-warning:hover, .theme-primary .hover-warning:focus {
    color: #1245a8 !important;
}

.head {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    text-align: center;
    font-size: 30px;
    color: #1245a8 !important;
}



.theme-primary {
    color: #1245a8 !important;
}

.text-primary {
    color: #1245a8 !important;
}

.text-cont {
    font-size: 11px !important;
    text-align: center;
}

.mb-btn {
    width: 100% !important;
    border-radius: 20px !important;
}

.theme-primary {
    background-color: #1245a8 !important;
    border-color: #1245a8 !important;
    color: #ffffff;
}

.btn-primary {
    background-color: #1245a8 !important;
    border-color: #1245a8 !important;
    color: #ffffff;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #1245a8;
    border-color: #1245a8;
}

page-item.active .page-link:hover {
    z-index: 3;
    color: #fff;
    background-color: #fcfcfc !important;
    border-color: #1245a8;
}

.theme-primary .form-control:focus {
    border-color: #1245a8 !important;
}

.theme-primary .btn-primary:hover, .theme-primary .btn-primary:active, .theme-primary .btn-primary:focus, .theme-primary .btn-primary.active {
    background-color: #113988 !important;
    border-color: #113988 !important;
    color: #ffffff;
}

.box-width {
    width: 100% !important;
    margin-left: 0px !important;
}

@media only screen and (max-width: 600px) {
    .mb-btn {
        width: 100%;
    }

    .head {
        font-size: 32px !important
    }

    .text-cont {
        font-size: 13px !important;
    }
}


@media only screen and (min-width: 992px) {
    .box-width {
        width: 100% !important;
        margin-left: -50px !important;
    }
}

[type="checkbox"] + label {
    padding-left: 24px !important;
}

.forgot {
    font-size: 13px !important;
}

.fa-eye {
    position: absolute;
    color: #1245a8 !important;
    font-size: 20px;
    margin-top: 9px;
    margin-left: -28px;
    z-index: 3;
}

/*Welcome and Date*/

.date {
    color: white;
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.ftsz-18 {
    font-size: 18px !important;
}

.heading {
    color: white;
    margin-top: 21px;
    margin-right: 5px;
}

.heading-aided {
    color: white;
    margin-top: 21px;
    margin-right: 5px;
}

/* Table */
.tablegrid {
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    font-weight: 200 !important;
    border-collapse: collapse !important;
    width: 100% !important;
}

    .tablegrid th {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
        font-weight: 400 !important;
    }

    .tablegrid td, .tablegrid th {
        border: 1px solid #ddd !important;
        padding: 8px !important;
    }

    .tablegrid tr:nth-child(even) {
        background-color: #f2f2f2 !important;
    }

    .tablegrid tbody tr:hover {
        background-color: #ddd !important;
    }

    .tablegrid thead {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        text-align: center !important;
        background-color: #007bff !important;
        color: white !important;
    }


/*Wizard CSS*/

.wizard-content .wizard > .steps {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1723px;
    margin: 0 auto;
    z-index: 1;
    margin-bottom: 10px;
}

.line-style {
    text-align: center;
}

.theme-primary [type=checkbox]:checked + label:before {
    border-right: 2px solid #1245A8;
    border-bottom: 2px solid #1245A8;
}

.demo-radio-button label {
    min-width: 0px;
    margin-bottom: 20px;
}

/*.wizard-content .wizard > .steps > ul > li {
    background-color: #1245a8ba !important;
    border: 1px solid #5277c0;
    margin: 1px !important;
    border-radius: 15px 15px 0px 0px !important;
}

    .wizard-content .wizard > .steps > ul > li.current {
        background-color: #1245a8 !important;
        border: 1px solid #1245a8 !important;
    }

    .wizard-content .wizard > .steps > ul > li.disabled a {
        color: #ffffff !important;
    }

    .wizard-content .wizard > .steps > ul > li.done {
        background-color: #1245a8 !important;
        border: 1px solid #1245a8 !important;
        color: #ffffff !important;
    }

.wizard-content .wizard > .actions > ul > li > a {
    background: #1245a8 !important;
}

.wizard-content .wizard > .steps > ul > li.error {
    border: 1px solid #fa0b208c !important
}

.vertical-line {
    border-right: 1px solid #6384a93b;
    height: 140px;
    padding-right: 12px;
}



.wizard-content .wizard > .steps > ul > li {
    background-color: #1245a8ba !important;
    border: 1px solid #5277c0;
    margin: 1px !important;
    border-radius: 15px 15px 0px 0px !important;
}*/
/* Arjun Css */

/*.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #1245a8;
    background-color: #fff;
    border-color: #1245a8 #1245a8 #1245a8;
}

.nav-tabs .nav-link {
    color: #ffffff;
    background-color: #5277bf;
    border-radius: 15px 15px 0px 0px !important;
}*/

/*.form-control {
    border-color: #1245a8 !important;
}*/

.select2-container--default .select2-selection--single {
    border: 1px solid #1245a8;
}

.select2 {
    width: 100% !important;
}

.btn-active {
    border-color: #1245a8;
    color: #1245a8;
}

.btn-standard {
    background: #1245a8;
    color: #fff;
}

    .btn-standard:hover {
        background-color: #5277c0 !important;
        color: #fff !important;
    }

.btn-search {
    background-color: #1245A8;
    color: #fff !important;
    padding: 0px 12px;
}

    .btn-search:hover {
        background-color: #5277c0;
        color: #fff;
    }

.college-tittle {
    color: white;
    font-size: 25px;
    margin-top: 21px;
    margin-right: 5px;
}


[type="checkbox"]:checked + label:before {
    top: -4px;
    left: -5px;
    width: 9px;
    height: 17px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #1245a8;
    border-bottom: 2px solid #1245a8;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}


[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:after {
    background-color: #1245A8;
    z-index: 0;
}

[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:after {
    background-color: #1245A8;
    z-index: 0;
}

[type="radio"]:checked + label:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:after {
    background-color: #1245A8;
    z-index: 0;
}

[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after {
    border: 2px solid #1245A8;
}


/* End Arjun Css */

.del-btn {
    background: #1245a8;
    color: white;
}

.sameadd {
    margin-top: 10px;
}

.hidediv {
    margin-top: 20px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #1245a8 !important;
}

.form-group label {
    font-weight: 400 !important;
}

.del-btn:hover {
    color: #ffffff !important;
    background: #1245a899 !important;
}


.wizard-content .wizard > .actions > ul {
    float: none;
}

    .wizard-content .wizard > .actions > ul > li {
        float: right;
        margin-left: 10px;
    }


        .wizard-content .wizard > .actions > ul > li.disabled > a {
            display: none;
        }

        .wizard-content .wizard > .actions > ul > li > a[href="#previous"] {
            color: #ffff !important;
        }

.left {
    float: left !important;
}

.righ {
    float: right !important;
}


/*
.wizard-content .wizard > .steps > ul > li.current {
    background-color: #ffff !important;
    border: 1px solid #1245a8;
}

    .wizard-content .wizard > .steps > ul > li.current > a {
        color: #1245a8 !important;
    }
*/


/*Wizard CSS*/



/*Table*/
/*div.dt-button-collection.fixed{
    left:0!important;*/
/*margin-left:7%!important;*/
/*top:100%!important;*/
/*}
    div.dt-button-collection.fixed.four-column
    {
        margin-left:7%!important;
        margin-top:3%!important;
    }
table.dataTable thead .sorting_asc{
    background-image:none!important;
}
table.dataTable thead .sorting_desc {
    background-image: none !important;
}

table.dataTable thead .sorting {
    background-image: none !important;
}

table.dataTable thead tr {*/
/*background: #007bff !important;
    color: #ffff !important;*/
/*}
div.dt-button-collection.two-column
{
    width:auto!important;
}

div.dt-button-collection.fixed.two-column
{

}*/
table th {
    font-weight: 400 !important;
}

.dt-button-collection .dt-button.buttons-columnVisibility {
    background: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0.25em 1em !important;
    margin: 0 !important;
    text-align: left !important;
}

.dt-button-collection .buttons-columnVisibility:before,
.dt-button-collection .buttons-columnVisibility.active span:before {
    display: block;
    position: absolute;
    top: 1.2em;
    left: 0;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
}

.dt-button-collection .buttons-columnVisibility:before {
    content: ' ';
    margin-top: -8px;
    margin-left: 10px;
    border: 1px solid black;
    border-radius: 3px;
}

.dt-button-collection .buttons-columnVisibility.active span:before {
    /*font-family: 'Arial' !important;*/
    content: '\2714';
    margin-top: -15px;
    margin-left: 12px;
    text-align: center;
    text-shadow: 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.img-certficate {
    max-width: 20% !important;
}

.dt-button-collection .buttons-columnVisibility span {
    margin-left: 17px;
}

table.dataTable thead tr {
    background: #1245a8;
    color: #ffff !important;
}

table.dataTable thead th {
    color: #fff !important;
}
/*table.dataTable th {
    background-color: #fff;
    color: #000000;
}*/
.table > thead > tr > td:nth-child(odd) {
    color: rgb(133, 36, 36) !important;
}

.table > tbody > tr > td, .table > tbody > tr > th {
    padding: 10px !important;
}

.btn-group > .btn, .btn-group-vertical > .btn {
    background: #007bff;
    color: white !important;
    border-radius: 5px !important;
}

.table > thead > tr > td, .table > thead > tr > th {
    padding: 1rem;
    font-weight: 500 !important;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid rgb(104, 140, 180);
    color: #d9d9d9;
}

.file {
    visibility: hidden;
    position: absolute;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    width: 100px;
    height: 100px;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "...";
    border-radius: 0 5px 5px 0;
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.01) !important;
}

.td-txt-left {
    text-align: left !important;
}

.td-txt-right {
    text-align: right !important;
}

.td-txt-center {
    text-align: center !important;
}

.tbl-edit-btn {
    font-size: 18px;
    color: #1245a8;
}

.applicationsea {
    display: none;
}

table {
    -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15) !important;
}

.table-bordered {
    border: 1px solid #c1c1c1 !important;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 90px !important;
}

.dataTables_wrapper .form-control1 {
    margin: 0 !important;
}

.excelpfd-btn {
    background: #eaeaea !important;
}


.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #f5f5f5 !important;
}

.table-striped tbody tr:nth-child(even) {
    background-color: #7171712e !important;
    color: #000 !important;
}


.btn-group > .btn, .btn-group-vertical > .btn {
    color: #000 !important;
}


/* mobile responcive */

@media only screen and (max-width: 600px) {
    .mobile-view1 {
        margin-right: 100px;
    }
}


/* @media only screen and (min-width: 768px) {
    .mobile-view1 {
        margin-right: 280px;
    }
} */

@media only screen and (max-width: 377px) {
    .mobile-view1 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .txtboxprogram {
        margin-top: 23px;
    }
}

@media only screen and (max-width: 768px) {
    .mobile-full-width {
        position: relative;
        width: 100% !important;
    }
}

@media only screen and (max-width: 500px) {
    .text-menu-responcive {
        margin-left: 120px;
    }
}


/* @media (min-width: 768px) .col-md-6 {
    position: relative;
    width: 100% !important;
} */


/* mobile responcive */
/* pagination css */
.page-link:hover {
    /* z-index: 4; */
    color: #0056b3;
    text-decoration: none;
    background-color: #1245a8 !important;
    border-color: #dee2e6;
}

/* pagination css */

/* preloader */
#load {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background-color: #ffff !important;
    background: url("../../img/preloader.gif") no-repeat center center rgba(0,0,0,0.25);
}

#preloaderapplication {
    display: none;
    text-align: center;
}

#preloadertimetable {
    display: none;
    text-align: center;
    width: inherit;
    z-index: 1;
}

.preloaderimg {
    width: 35%;
}

.printbtn {
    text-align: right;
    right: 5%;
}

/*Modal popup for change profile*/
.changeprofile {
    margin-top: 30px;
}

@media only screen and (max-width: 600px) {

    .modalpopup {
        margin-left: 0px !important;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {

    .modalpopup {
        margin-left: 0px !important;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 566px) {

    .modalpopup {
        margin-left: 0px !important;
        margin-top: 20px;
    }
}

.modal-backdrop {
    z-index: 0 !important;
}

.file-upload {
    border-color: #fff !important;
}

.divprofileimg {
    width: 52px !important;
}

.profileimg {
    height: 30px !important;
    margin-bottom: 6px !important;
}

.uploadprofile {
    height: 150px;
    width: 150px
}

/*Modal popup for change profile*/

/*Timer css*/

.datetimelbl {
    font-size: 16px !important;
    color: white !important;
}

.timer-lbl {
    margin-top: 20px !important;
    margin-left: 10px !important;
}

/*Timer css*/


body {
    margin: 0;
    padding: 0;
    height: 100% !important;
    /* needed for container min-height */
}



div#src-height {
    position: relative;
    /* needed for footer positioning*/

    height: auto !important;
    /* real browsers */

    min-height: 100% !important;
    /* real browsers */
}

.menu-height {
    height: 650px;
}


#footer {
        position:inherit; 
    width: 100%;
    bottom: 0;
    /* stick to bottom */

    background: #1245a8;
}

.alignment {
    padding: 4.5rem 1.5rem !important;
}
