﻿.loading-spinner {
    z-index: 50;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.btn {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.loading-spinner > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

.select-institute-container {
    text-align: center;
    background: white;
    padding: 0px 0px 10px 0px;
}

.select-institute-header {
    margin: 10px;
    padding: 10px;
    /*font-size: 20px;*/
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
}

.select-institute-item-container {
    max-height: 300px;
    overflow-y: auto;
}

.select-institute-item {
    margin: 10px;
    padding: 10px;
    /*border-bottom: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;*/
    border-radius: 10px;
    background: #2f5d83;
    font-size: 15px;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: initial;
    overflow: hidden;
    color:white;
}

.select-institute-item:hover {
    background: #aece4e;
}

.popupWithFullSizeWindow{left:0;top:0;position:fixed;width:100%;height:100%;overflow:auto;background-color:rgba(89, 89, 89,.6);}
.warningBox {
    border: 2px solid #2f5d83;
    left: 32%;
    top: 35%;
    position: absolute;
    width: 500px;
    height: auto;
    background-color: white;
    text-align: left;
}
.warningBox h4{
    margin-left:2%;
    margin-right:2%;
}
.warningBox div{width:100%;height:18px;background-color:#2f5d83;}
.warningBox div img{float:right;}

.btnStyle {
    /*background-color:black;*/
    /*color:white;*/
    width:auto;
    min-height:25px;
    height:auto;
    margin-bottom:20px;
    margin-top:10px;

    color: #FFF;
    /*background-color: #ffa500;
    border-color: #a5c83a;
    border-color: #aece4e;*/
    background-color: #AECE4E;
    border-color: #AECE4E;
    border-color: #AECE4E;
    font-size: 100%;
    line-height: 1.33;
    border-radius: 3px;
}

.btnStyle:hover
{
    color: #fff;
    background-color: #89A72F;
    border-color: #AECE4E;
    border-color: #AECE4E;
}

.btnStyle:focus, .btnStyle:active, .btnStyle.active, .open .dropdown-toggle.btnStyle {
        color: #fff;
        background-color: #89A72F;
        border-color: #AECE4E;
        border-color: #AECE4E;
    }

.btnStyle:active, .btnStyle.active, .open .dropdown-toggle.btnStyle {
        background-image: none;
        background-color: #89A72F;
        border-color: #AECE4E;
    }

/* New Desin*/

body {
    font: 400 normal 15px 'Open Sans', Arial, Helvetica, sans-serif;
}


.login-bg {
    background-image: url("../Images/login/login-background.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*New design */


.redSpan {
    color: red;
}

label {
    font-weight: 700;
}

.customBorder {
    border-top-right-radius: 1px;
    border-bottom-left-radius: 1px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.modelClose {
    float: right;
    padding: 8px;
    cursor: pointer;
    font-weight: bold;
}

.modelHeader {
    color: white;
    background-color: #2f5d83;
    height: 48px;
    padding: 5px;
}

.tdContentCenter {
    text-align: center;
}

.spanClass {
    color: red;
}

.error {
    border-color: red;
}

.text-u-decoration {
    text-decoration: underline;
}

.center-screen {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    min-height: 100vh;
    height: 100%;
}

.login-block {
    background: #2b5a84; /* fallback for old browsers */
    /*float:left;*/
    width: 100%;
    padding: 50px 0;
    /*height:100%;*/
}
    .login-block .container-fluid {
        max-width:1500px;
        margin:0 auto !important;
        width:95%;
    }

    .login-block .height-sec {
        background: #fff;
        background-size: cover;
        min-height: 300px;
        /*padding: 25px;*/
        padding: 25px 0px 0px;
    }

    .login-block .banner-sec {
        padding-right: 0px;
    }

    .login-block .left-curve {
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    .login-block .container-fluid {
        background: transparent;
        border-radius: 10px;
        /*box-shadow:15px 20px 0px rgba(0,0,0,0.1);*/
        margin-left: 30px;
        margin-right: 30px;
    }

    .login-block .right-curve {
        border-top-right-radius: 40px;
        border-bottom-left-radius: 40px;
    }

    .login-block #login-carousel {
        height: 420px;
    }

    .login-block .carousel-inner > .item {
    }

    .login-block .carousel-inner img {
        height: 420px !important;
        width: 100% !important;
    }
.mar-t-10 {
    margin-top: 10px;
}
.mar-t-20 {
    margin-top: 20px;
}
.mar-t-25 {
    margin-top: 25px;
}
.mar-t-m-8
{
    margin-top:-8px;
}
.mar-b-10
{
    margin-bottom:10px;
}
.mar-tb-10 {
    margin-bottom: 10px;
    margin-top:10px
}
.mar-lr-m-25 {
    margin-left: -25px;
    margin-right: -25px
}
.mar-0
{
    margin:0px;
}
.social-media
{
    height:30px;
}
.pad-lr-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.base-line {
    font-size: 0.875rem;
}

.login-block .btn-lg {
    font-size: 18px !important;
}

/*.login-block .card-container.card {
    padding: px 25px 10px
}*/

/*
    * Card component
    */
.login-block .card {
    border:none;
    padding: 0px 25px 25px;
    margin: 0 auto 0px;
    /*padding: 0px 25px 13px;*/
}

.login-block .profile-img-card {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
    display: block;
}

.input-md
{
    font-size:16px;
}
/*
    * Form styles
    */
.login-block .header-card {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
    color: #2b5a84
}

.login-block .welcome-card {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.login-block .title-card {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 30px 0 15px;
    min-height: 1em;
}

.login-block .form-group input {
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 40px;
    min-width: 150px;
}


.login-block .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #2b5a84;
}

.login-block .carousel-indicators li {
    border: 1px solid #2b5a84;
}

.carousel-indicators {
    position: absolute;
    /* bottom: 10px; */
    left: 10%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
    max-height:20px;
}
@media screen and (min-width: 768px) {
    .carousel-indicators {
        top: -7%;
    }
}
@media only screen and (max-width : 1200px) {
   .login-block .banner-sec {
        padding-right: 15px;
    }
}

@media only screen and (max-width : 1024px) {
    .banner-sec {
        display:none;
    }
    .login-sec {
        width: 50%;
        margin: 0 auto;
    }
}
@media only screen and (max-width : 768px) {

    .login-sec {
        width: 100%;
        margin: 0 auto;
    }
}
@media only screen and (max-width : 400px) {

    .login-sec {
        width: 100%;
        margin: 0 auto;
    }
    .container-fluid
    {
        margin-left:0px !important;
        margin-right:0px !important;
    }
    .card-container.card {
        padding: 30px 0px !important;
    }
}

@media only screen and (max-width : 568px) {
    .modal {
        /*top: calc(100% - 550px);*/
        bottom: auto;
    }
}

.carousel-indicators li {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    margin-left:5px;
}

.login-block .carousel-indicators .active {
    margin: 0;
    width: 12px !important;
    height: 12px !important;
    margin-left: 5px;
}
.modal-header {
    padding: 7px;
    height: 33px;
}
.modal-header h4 {
    font-size: 18px;
    color: white;
    margin: 0;
}
.modal-header img
{
    cursor:pointer;
}
.w-60{
    width:60%;
}
.bannerVideo
{
    height:420px;
    width:100%;
}


.btn-custom-1 {
    min-width: 110px;
    margin-bottom: 2px;
}

/*page */
html, body {
    height: 100%;
    overflow: auto;
    background: #2b5a84;
}

.mar-t-m-12 {
    margin-top: -12px;
}

.mar-b-2 {
    margin-bottom: 2px;
}

a {
    color: #3699d2;
    text-decoration: none;
}

.modal-header-cancel {
    font-size: 20px;
}
.nav-tabs {
    border-bottom: 2px solid #dee2e6;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .nav-tabs .nav-link {
        border: none;
        border-radius: 0;
        font-weight: 500;
        padding: 12px 0;
        background-color: #f8f9fa;
        color: #555;
        transition: all 0.3s ease;
    }

        .nav-tabs .nav-link.active {
            background-color: #2b5a84;
            color: #fff !important;
            border-top-left-radius: 15px;
            border-bottom-right-radius: 15px;
        }

        .nav-tabs .nav-link:hover {
            background-color: #6686a3;
            color: #fff;
            border-top-left-radius: 15px;
            border-bottom-right-radius: 15px;
            border-top-left-radius: 15px;
            border-bottom-right-radius: 15px;
        }


.dropdown-list .dropdown-item:hover {
    background-color: #aece4e;
    color: #fff;
    cursor: pointer;
}


/*#ssoModal .modal-header {
    background: #fff;
    border-bottom:unset;
}*/
/* This will take up the available middle space */
.carousel-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; 
}
.height-sec.left-curve {
    display: flex;
    flex-direction: column;
    height: 100%;
}


#txtInstituteSearch {
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.dropdown-list {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    max-height: 220px;
    overflow-y: auto;
    margin-top: 2px;
    z-index: 1051;
}

    /* Default list item */
    .dropdown-list .list-item {
        padding: 8px 12px;
        cursor: pointer;
        transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    }

        /* Hover and active state with custom green shade */
        .dropdown-list .list-item:hover,
        .dropdown-list .list-item.active {
            background-color: #aece4e;
            color: #fff;
        }

    /* No results text */
    .dropdown-list .no-results {
        padding: 8px 12px;
        color: #6c757d;
        cursor: default;
    }
