﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.spinnerX {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-redius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
.pop-container {
    position: relative;
}
.hero-overlay {
    .pop-container

{
    position: relative;

    @media only screen and (max-width: 800px) {
        position: absolute;
        bottom: 40%;
        right: 8%;
    }

    .icon-close
{
    @media only screen and (max-width: 800px) {
        .select-section{
            margin-bottom:55px;
        }
    }
}
}
}
.popinfo {
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: lightblue;
    width: 250px;
    position: absolute;
    top: -50px;
    padding: 15px;
    border-radius: 8px;
    left: -200px;
    .icon-close
{
    position: absolute;
    top: 2px;
    right: 2px;
    background: #4175b3;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 10px;
}
}

.viewpopup {
    left: 0% !important;
    right: 0%;
    margin: auto;
    position:absolute;
}
.viewpop {
    left: 0% !important;
    right: 0%;
    margin: auto;
    position: absolute;
    width: 318px !important;
}
.popconfirm.logout {
    top: 30%;
    left: 76%;
    display: block;
    position: fixed;
    transform: translate(-50%, -50%);
    background-color: white;
    z-index: 99;
}

.popconfirm {
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: lightblue;
    width: 250px;
    top: -70px;
    padding: 10px;
    border-radius: 8px;
    right: 0%;
    line-height: 16px;
    position:absolute;

    @media only screen and (max-width: 800px) {
        top: -90px;

        left: -110px;
    }

    .btn-warning {
            width: 80px;
            border-radius: 10px !important;
            height: auto !important;
            padding: 5px 10px !important;
            margin-top: 1rem;
        }

        .btn-primary {
            width: 80px;
            border-radius: 10px !important;
            height: auto !important;
            padding: 5px 10px !important;
            margin-top: 1rem;
        }
    }

    .action-submit {
    text-align: right;
    margin-top: 1rem;
    .btnAction
{
    background: white;
    color: #4175B3;
    border: 1px solid #4175B3;
    border-radius:20px;
}
}
.unique-action-submit {
    display: flex;
    justify-content: flex-end;
}

.unique-action-btn {
    display: flex !important;
    align-items: center;
    padding: 8px 10px 10px !important;
margin-left:15px;
}
.iconlist:before {
    margin-right: 8px;
}
.iconlist {
    font-size: 15px;
}
.ptext {
    margin-right: 15px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}


.downarrow {
    margin-left: -13px;
}
.campus-select {
    @media only screen and (max-width: 800px) {
    margin-bottom:7px;
    margin-top:7px;
    }

    .form-control {
        }
    }

.department-select {
    @media only screen and (max-width: 800px) {
        margin-bottom:7px;
    }

    .form-control
{
    width: auto !important;

    @media only screen and (max-width: 800px) {
        width: 100% !important;
    }
}
}
.navbar-light.navbar .nav-link .list-count {
    top: 32% !important;
    right: -30% !important;

    @media only screen and (max-width: 800px) {
        right: 78% !important;

    }
}

    .dataTables_length, .dataTables_info {
    display: none !important;
}

.footer {
    line-height: 1.5 !important;
    left:0 !important;

    @media only screen and (max-width: 800px) {
        white-space:normal !important;
       
    }
}

    .wrapper .hero-section .alert-mesg-warning {
    @media only screen and (max-width: 800px) {
        display:block !important;
        z-index:9999;
    }
}
.wrapper .hero-section .success-msg {
    @media only screen and (max-width: 800px) {
        display:block !important;
        z-index:9999;
    }
}
.action-submit {
    @media only screen and (max-width: 800px) {
    text-align:center;
    }

    .btnAction {
            @media only screen and (max-width: 800px) {
                margin-top:0.5rem;
                width:100%;
            }
        }
    }
.mylist {
    .d-flex
{
    @media only screen and (max-width: 800px) 
    {
        display:block !important;
    }
}
}
.mainbox {
    @media only screen and (max-width: 800px) {
        padding-bottom:50px !important;
    }
}
.admission-form-section
{
    .card
{
    padding: 1rem;
    .btn-sm
        {
            padding:5px 20px;
        }
}
}
.detailpage-sidebar {
    height: 118.7% !important;

    @media only screen and (min-device-width: 801px) and (max-device-width: 1024px) and (orientation:portrait) {
        height: 100% !important;
        top:0 !important;
    }

    @media only screen and (max-width: 800px) {
        height: 100% !important;
    }
}

    .alert-warning {
    background-color: #DA760B !important;
    color:white !important;
}
.wrapper .hero-section .alert-mesg-warning .icon-close {
    color: white !important;
    border: 1px solid white !important;
    border-radius: 50% !important;
    padding: 2px !important;
    top: 50% !important;
    transform: translate(0, -50%) !important;

    @media only screen and (max-width: 800px) {
        right:0 !important;
    }
}

    .wrapper .hero-section .success-msg {
    padding: 0 30px 0 20px !important;

    @media only screen and (min-device-width: 801px) and (max-device-width: 1024px) and (orientation:portrait) {
        height:auto !important;
        padding:10px 20px !important;
    }

    .btn-outline-primary
{
    @media only screen and (min-device-width: 801px) and (max-device-width: 1024px) and (orientation:portrait) {
        margin-bottom:10px;
        width:90%;
    }
}
}

    .wrapper .hero-section .success-msg .icon-close {
        color: white !important;
        border: 1px solid white !important;
        border-radius: 50% !important;
        padding: 2px !important;
        top: 50% !important;
        transform: translate(0, -50%) !important;

        @media only screen and (max-width: 800px) {
            top:8% !important;
        }
    }

.wrapper .hero-section .success-msg .success-msg-text {
    width: 60%;

    @media only screen and (min-device-width: 801px) and (max-device-width: 1024px) and (orientation:portrait) {

        width:100%;
    }

    @media only screen and (max-width: 800px) {
    width:95%;
    margin-bottom:20px;
    margin-top:20px;
    }
}

    .custom-control-label {
    font-size: 0.9rem;
}
.admission-form-section
{
    .card
{
    .form-horizontal
        {
            .row
{
    margin-bottom: 1rem;
    .@media only screen and (max-width: 800px)
{
    margin-bottom:0;
}

label
        {
            margin-top:0.3rem
        }
.selectDropdownsection {
    .selectDropdown
{
    .downarrow1
    {
        position: absolute;
        right: 25px;
        top: 70%;
    }
}

}

    .form-control
        {
            margin-bottom:0.3rem;
        }
.terms-condition {
    .textProState

{
    text-align: justify;
}
}

}
        }
}
}
.admission-form-section .card .form-horizontal .row .selectDropdownsection .selectDropdown .downarrow1 {
    position: absolute;
    right: 20px;
    top: 50%;
}

    @media only screen and (max-width: 800px) {
        .admission-form-section .card .form-horizontal .row .col-lg-4 {
            margin-bottom: 1rem !important;
        }
        .viewpop {
            left: 0% !important;
            right: 0%;
            margin: auto;
            position: absolute;
            width: 280px;
        }
}

    .mylist {
    .custom-table
{
    .alert-mesg-warning
        {
            .icon-close
{
    position: absolute;
    right: 15px;
    top: 15px;
    border: 1px solid white;
    border-radius: 50%;
    padding: 1px;
}
        }
}
}


.textProState {
    text-align: justify !important;
    font-size:0.9rem;
}
.icon-mant
{
    color:red;
}
.txt-allField
{
    color:red;
}
.success-page-main {
    height: 78vh;
    background-color: #F1F2F8;
    text-align: center;
    position: relative;
    .success-page
    {
        padding-top: 4rem;
        .icon-true
        {
            width: 5%;
        }
        .success-text
        {
            padding-top: 2rem;
            width: 60%;
            margin: auto;
            h5
            {
             font-size: 16px;
             color: black;
             font-weight: 600;
            }
            p
            {
                color: #38414A;
                font-weight: 500;
                font-size: 12px;
            }
        }
        .success-bottom-img
        {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translate(-50%, 0);
            .success-back-img
            {
                width: 80%;
            }
        }
    }
}

   @media only screen and (max-width: 800px) {

    .form-wrapper.cls-addUser {
        padding: 0px !important;
    }
    .popconfirm.logout {
        top: 50% !important;
        left: 50% !important;
    }
    
    .btn-link {
        display: none !important;
    }
     .btn-lnk {
        display: none !important;
    }
   .paginate_button.page-item {
        display: none;
    }
     .page-item.previous{
         display:block !important;
     }
    .page-item.next {
        display: block !important;
    }
    .pagination {
        /* flex-wrap: wrap;*/
        display: inline-flex;
        padding: 15px;
        text-align: right;
        /* justify-content: flex-end; */
        transform: translate(22%, 0px);
  
    }
    .previous {
        display: block;
    }

    .next {
        display: block;
    }
}

/*user address page*/
.cls-addUser {
    .alert-warning

{
    background: #DA760B;
    color: white;
    .icon-close
    {
        position: absolute;
        right: 1%;
        color: white !important;
        border: 1px solid white !important;
        border-radius: 50% !important;
        padding: 2px !important;
        top: 50% !important;
        transform: translate(0, -50%) !important;
    }

}

.success-msg {
    background: #049e9e;
    color: white;
    position: relative;
    padding: 15px;
    .icon-close

    {
        position: absolute;
        right: 1%;
        color: white !important;
        border: 1px solid white !important;
        border-radius: 50% !important;
        padding: 2px !important;
        top: 50% !important;
        transform: translate(0, -50%) !important;
    }

}
    
.custom-table {
    .pop-container
{
    
    .popconfirm
{
    
    .infoclose
    {
        position: absolute;
        top: 2%;
        right: 2%;
        padding: 5px !important;
        border-radius: 50% !important;
        width: 25px !important;
        height: 25px !important;
        margin-top: 0 !important;
        line-height: 0.5;
    }
}
}
}

}
}
.accordion .accordion-item .accordion-header .collapsed
{
    background:white !important;
    color:black !important;

}

.accordion .accordion-item .accordion-header .collapsed {
    background: white !important;
    color: black !important;
}
.successexit{
    width:200px;
    text-align:center;
    padding:10px 20px;
}
.admission-form-section .card .form-horizontal .row .selectDropdownsection .selectDropdown .select-wrapper::after {
    content: "▼";
    font-size: 1rem;
    top: 6px;
    right: 10px;
    position: absolute;
}
.admission-form-section .card .form-horizontal .row .selectDropdownsection .selectDropdown {
    position:relative;

}
.adv-search .divider-line
{
    transform:translate(0,100%);
}

    @media only screen and (min-device-width: 801px) and (max-device-width: 1024px) and (orientation:portrait) {
        .adv-search {
            display: block !important;
            padding: 0 !important;
            background: transparent !important;
            border-radius: 0 !important;
            border: none !important;
            .divider-line {
            display: none !important;
        }
        .campus-select
        {
            margin:10px 0 !important;
            background:white !important;
        }
        .department-select
        {
            margin-bottom:10px !important;
            background:white !important;
        }
        .search-btn
        {
            width:100% !important;
        }
    }
}

    @media only screen and (min-device-width: 801px) and (max-device-width: 1024px) and (orientation:portrait) {
        .dataTables_paginate
        {
            margin-left:-15% !important;
        }
        .wrapper .hero-section .hero-overlay .align-items-center {
            display: inline-flex;
            .pop-container
            {
                margin-right:2rem;
            }
    }
.navbar-light.navbar {
    height: auto !important;
}
    .navbar-light.navbar .nav-link .list-count
    {
        position:absolute;
        left:6%;
    }

/* Force table to not be like tables anymore */
#no-more-tables table,
#no-more-tables thead,
#no-more-tables tbody,
#no-more-tables th,
#no-more-tables td,
#no-more-tables tr {
    display: block;
    height: auto;
}

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

#no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 45%;
    white-space: normal;
    text-align: left;
    padding-left: 45% !important;
}

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 15px;
        left: 15px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    #no-more-tables td:before {
        content: attr(data-title);
    }
.quick-links{
    gap:70px !important
}
.about-eduction
{
    padding:50px 15px !important;
}
}
/*ipad portaint end*/
@media only screen and (max-device-width: 1024px) and (min-device-width: 801px) and (orientation:landscape) {
    .ipad-landscape {
        color: blue;
    }
    /* your css rules for ipad landscape */
}

@media only screen and (max-width: 800px) {
    .accordion .accordion-item .accordion-header .accordion-button{
        padding-right:34px !important;
    }

    .mobile-hide {
        display: none;
    }
    .wrapper .hero-section.home-banner .hero-overlay h1 {
        font-size: 40px !important;
    }
    .collapse.in
    {
        display:block !important;
    }
}

@media screen and (min-width:1024px){
    .td.course-id {
        width: 100px;
    }
    .course-title{
        width:250px;
    }
    .campus{
        width:180px;
    }
    .department{
        width:200px;
    }
    .preference{
        width:50px;
    }
    .course-id{
        width:60px;
    }
    .table-select{
        width:20px;
    }
    .accordion .accordion-item .accordion-collapse .accordion-body .custom-table .table-condensed thead tr th{
        padding-left:5px;
    }
}

@media screen and (min-width:1200px){
    .view-pre{
        width:100px !important;
    }
    .view-rea {
        width: 121px !important;
    }

    .select-section{
        padding-left:6px;
    }
    .navbar-toggler{
        display:none;
    }
    .pagination{
        justify-content:center;
    }
    .navbar-brand img {
        position: relative;
        top: -4px;
    }
}
.form-control, .form-control:focus {
    box-shadow: none !important;
}
.select-section .form-check-label{
    font-weight:400;
}
.err-msg {
    color: #ff0000ba !important;
    font-weight:500;
}
.custom-table {
    overflow: visible;
}

input[type=checkbox]{
    accent-color: #0d6efd !important;
}
@media screen and (min-width:768px) and (max-width:820px){
    .navbar-collapse.collapse.in{
        display:block !important;
    }
    .navbar-collapse.collapse{
        display:none !important;
    }
    .navbar-light.navbar {
        display: flex;
        justify-content: space-between;
        padding-left: 10px;
        padding-right: 10px;
    }
        .navbar-light.navbar .navbar-brand {
            margin-right: auto;
        }
        .navbar-light.navbar .navbar-toggler {
            margin-right: 0px;
        }
}
@media only screen and (max-width: 800px) {
    span.email_Id {
        width: 150px !important;
        overflow: hidden;
        text-overflow: ellipsis;
       
        white-space: nowrap;
        
        display: block;
    }
    .navbar-light.navbar .navbar-brand {
        margin-right: auto;
    }
    .navbar-light.navbar {
        display: flex;
        justify-content: space-between;
        padding-left: 10px;
        padding-right: 10px;
    }
        .navbar-light.navbar .navbar-toggler {
            margin-right: 0px;
    }
    .select-section {
        margin-bottom: 55px;
        padding-left: 0px;
        padding-right: 0px;
    }
        .select-section .btn-download-section .btn-download{
            margin-top:7px;
        }
    #no-more-tables td:before {
        top: 4px;
        line-height: 25px;
    }
    .select-section .select-all-btn-section .divider-line {
        margin: 0px 10px;
        margin-top: 5px;
    }
    .select-section .select-all-btn-section {
        justify-content: space-between;
        margin-bottom: 10px
    }
    
}

main .p-4{
padding-top:0px !important;
}
body {
    background: #0C274B !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url('../images/down-arrow.svg') !important;
    background-size: contain;
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.acc-hd{
    position:relative;
}
.view-app {
    text-align: right;
    position: absolute;
    z-index: 9;
    top: 23%;
    right: 2%;
}
.pagination .btn-link {
    border: 1px solid #dee2e6;
    text-decoration: none;
    border-radius: 0px;
}
.pagination {
    display: flex;
    align-items: center;
}
.pag-btn {
    padding: 0.375rem 0.75rem;
    border: 1px solid #dee2e6 !important;
    color: #0d6efd;
}
.pag-btn-dis {
    padding: 0.375rem 0.75rem;
    border: 1px solid #dee2e6 !important;
    color: #808080;
}
.btn-link:active {
    border: 1px solid #dee2e6;
    border-color: #dee2e6 !important;
}
.btn-link:hover {
    border: 1px solid #dee2e6 !important;
}
.btn-link:focus{
    outline:none !important;
}
.bl-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}
.br-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}





@media screen and (min-width:801px){
    .desk-hide {
        display: none !important;
    }
}
.view-app-svg {
    width: 18px;
    height: 18px;
    object-fit: contain;
    color: #0000FF;
}
.white-view-app-svg {
    width: 18px;
    height: 18px;
    object-fit: contain;
    color: #fff;
}
svg.white-view-app-svg g {
    fill: #fff !important;
}
.custom-table{
    overflow:hidden;
}
.links {
    color: #4175B3
}
.flex-box{
    display:flex;
    align-items:center;
    justify-content: space-between;
}
.btn-outlined {
    background-color: #fff;
    border: solid 1px #4175B3;
    border-radius: 30px;
    padding: 8px 15px;
    font-size: 16px;
    color: #4175B3;
    display: inline-flex;
    align-items: center;
    text-decoration:none;
    cursor:pointer;    
}
.btn-outlined:hover {
    text-decoration:none
}
.btn-outlined svg {
    margin-right: 8px
}
@media (min-width:801px) {
    .custom-table td, .custom-table th {
        padding: 10px 18px !important;
    }
}
.ico-btn {
    border:0;
    display: inline-flex;
    height: 16px;
    width: 16px;
    margin-right:20px
}
.ico-btn:last-of-type{
    margin:0
}
.ico-btn.edit {
    background: url(../images/icon-edit.svg) no-repeat;
}
.ico-btn.delete {
    background: url(../images/icon-delete.svg) no-repeat;
}
.modal.fade{
    opacity:1 !important;
}
.modal-header {
    background-color: #F1F2F8;
}
.modal-body{
    padding:24px 48px !important;
}

.modal-body::-webkit-scrollbar {
    width: 0.25em;
    height: 0.5em;
}

.modal-body::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 3px;
}
.btn-secondary.cancel {
    background-color: #fff;
    border: 0;
    color: #4175B3;
}
.btn-secondary.cancel:hover {
    background-color: #fff;
    border: 0;
    color: #4175B3;
}
.btn-primary{
    padding:6px 24px !important;
}
.form-title {
    font-size: 16px;
    font-weight: 600;
    color: #181818
}
.note-txt {
    font-size: 12px;
    color: #38414A
}
.note-txt span {
    color: #E23B57;
}
label.form-label {
    color: #868686;
    font-size:14px;
    font-weight:500;
}
label.form-label span {
    color: #E23B57;
}

.content-wrap{
    display:inline-grid;
}
.dropdown-btns {
    display: flex;
}
.mr-18
{
    margin-right:18px;
}
.archive-drp
{
    width:100%;
    margin-top:5px;
}