﻿:root {
  --themebgcolor: #002163;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    background-color: white !important;
    font-size: 17px;
    font-family: Calibri;
}

.wrapperdiv {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
}

.content-wrap {
    /*padding-bottom: 10rem;*/ /* Footer height */
}

.header {
    background-image: linear-gradient(var(--themebgcolor) , white);
    /*background-image: url(../images/backgrounds/bg.png);*/
}

footer {
    background-color: #f2f2f2;
    padding: 50px;
    background-image: linear-gradient(var(--themebgcolor), black);
    width: 100%;
}
/*  Main Menu Separator */
.navbarcontainer {
    /*background-color: #0B64b6;*/ 
    /*background-color: var(--themebgcolor);*/
}
/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
    margin-bottom: 0;
    border-radius: 0;
    min-height: initial;
}

.navbar-default {
    background-color: transparent;
    border: none;
    background-image: none;
    font-size: 17px;
    box-shadow: none;
    font-weight: 600; 
}

.dropdown-menu > li {
    background-color: #0B64b6;
}

.navbar-default .navbar-nav > li > a {
    /*color: white;*/
    padding: 25px 8px;
}

.navbar-default .navbar-nav > li > a:focus {
    color: black;
    text-decoration: underline; 
    background-color: lightgray;
    border: none;
    outline: none;
}

.navbar-default .navbar-nav > li > a:hover {
    color: white;
    text-decoration: underline;
    color: var(--themebgcolor);
    background-color: lightgray;
}

.dropdown {
    text-transform: uppercase;
    font-size: 14px;
}

.dropdown-menu > li > a {
    padding: .8em 1.5em;
    /*border-bottom: solid 1px lightgray;*/
    color: white;
    font-size: 17px; 
}

.dropdown > a {
    cursor: pointer;
}

.dropdown-menu .divider {
    margin: 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .5);
}

.dropdown-menu > li > h6 {
    padding: .8em 1.5em;
    margin: 0px;
    border-bottom: solid 2px orange;
    border-top: solid 2px orange;
    font-size: 1.15em;
    font-weight: bold;
    color: white;
    background-color: #3277ae;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* remove the gap so it doesn't close;;*/
}

.carousel-inner img {
    width: 100%; /* Set width to 100% */
    margin: auto;
    min-height: 200px;
}

/* Hide the carousel text when the screen is less than 600 pixels wide */
@media (max-width: 600px) {
    .carousel-caption {
        display: none;
    }
}
.logoimg {
    margin-top: 12%;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.logosul {
    display: inline-block;
    width: 75%; 
    margin-left: 0px; 
    padding: 0;
    text-align: left;
}
.logosul li {
    display: inline-block;
    list-style-type: none; 
}
.logosul li img {
    max-width: 80px;
    margin-right: 50px;
}
.headertitle {
    padding-left: 20px;
    background-image:url('/images/convocation2024/Convocation 2024 pageheader.jpg?s=5');
    background-repeat: no-repeat;
    height: 330px;
    background-size: cover;
}

.maintitle {
    font-size: 29pt;
    font-weight: 900;   
    -webkit-text-stroke: 1px white;    
    color: darkblue; 
    letter-spacing: -3px; 
}

    .maintitle span.date {
        color: red;
    }

.titlehr {
    padding: 0;
    margin: 0;
    border: solid 1px green;
}

.subtitle {
    font-size: 1em;
    font-family: sans-serif;
    font-weight: 800;
}

.mainheading {
    padding: 25px 0px;
    text-shadow: 2px 2px 8px #0B64b6;
    font-size: 3em;
    border-radius: 10px;
    font-weight: 800;
}

.subheading {
    padding: 20px;
    text-shadow: 2px 2px 8px darkgreen;
    font-size: 2em;
    border-radius: 10px;
    background-image: linear-gradient( to right,#0B64b6, lightblue);
    color: white;
}

.mainpara { 
    line-height: 1.5em;
    font-size: 1em;
    text-align: justify;
    display: none;
}
.mainheadingdiv {
    height: 15rem;
    background-color: whitesmoke;
}
.mainheadingdivinner {
    padding: 3.5rem;
    text-align: center;
}
.mainparaheading {
    margin: 10px 0px;
    font-size: 2em; 
    color: black;
        font-weight: bold;
}
   
.flashdiv {
    padding: 50px; 
    border-radius: 10px; 
    padding: 5px; 
    border: solid 5px; 
    border-color: var(--themebgcolor);
    text-align: left;
}

.flashdiv ul {
    padding-left: 20px;
}

.ulpopupitems {
    list-style-type: none;
}
.ulpopupitems li {
    padding-bottom: 5px;
}

.flashdiv ul li {
    padding-bottom: 20px !important;
    border-bottom: solid 1px lightgray;
    padding-top: 20px !important;
    text-align: justify;
}

.ulpopupitems li span:first-child { 
    margin-right: 10px;
}
.arrow {
    border: solid red;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.imageslist {
}

.imageslist img {
    padding: 10px;
}

ul.fancyul {
    padding: 30px;
}

ul.fancyul li {
    padding: 10px;
}

ul.fancyul li span {
    float: right;
    width: 30%;
    color: darkblue;
    font-weight: bold;
}

.bgfancydiv {
    background: linear-gradient(to right, lightblue, white); 
    padding: 20px; 
    border-radius: 20px;
}

#lnkSubmissionsHome {
    border: solid;
    width: 100%;
    background: var(--themebgcolor);
    color: white;
}
.committeenames {
    padding-top: 20px;
}

.committeenames p strong {
    font-size: 18px;
    line-height: 30px;
}
.committeetable td,.committeetable th  {
    padding: 5px;
}
ul.committeenamesul {
}

ul.committeenamesul li {
    list-style-type: none;
}

#gotoTopButton {
    position: fixed;
    bottom: 5px;
    right: 40px;
    z-index: 99;
    border: none; 
    background-color: #0B64b6;
    color: white;
    cursor: pointer; 
    padding: 10px;
    display: none;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px; 
}

#gotoTopButton:hover {
    background-color: #000042; /* Add a dark-grey background on hover */
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}

.center {
    text-align: center !important;
}
 
.show {
  display: block !important;
}

.hide {
    display: none;
} 

#welcome-message-admission {  
    top: 30% !important;
    border: 5px solid !important;
    border-color: var(--themebgcolor) !important;
    border-radius: 10px;
}
#welcome-message-admission h2 {
    border-bottom: solid 6px !important;
    border-bottom-color: var(--themebgcolor) !important;
}
#welcome-message-admission .btn {
    background: var(--themebgcolor) !important;
    color: white;
}
#fvpp-close {
    background-color: var(--themebgcolor) !important;
}

.socialiconscontainer {
    padding: 50px 0px;
    background-color: var(--themebgcolor) !important;
    text-align: center;
    color: white;
}
.socialiconsmain { 
    display: inline-block;
    padding: 0px;
}
.socialiconsmain li {
    list-style-type: none;
    float: left;
    color: white;
    width: 40px;
    height: 40px;
}
.socialiconsmain li a{
    color: white;
}

@media screen and (max-width: 767px) {
    .headertitle {        
        height: 84px;
        background-size: contain;
    }
    .maintitle {        
            font-size: 14pt; 
    -webkit-text-stroke: 0px; 
    letter-spacing: 0;
    }
    .logoimg {
        max-width: 120px;
        margin: 0 auto;
    }
    #welcome-message-admission {
        left: 2% !important;
        top: 2% !important;
        transform: translate(0%, 0%) !important;
        width: 96%;
    }
    .flashdiv ul li {
        padding-bottom: 10px !important; 
        padding-top: 10px !important;
        border-bottom: solid 1px lightgray;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 5px 8px;
    }
} 
@media screen and (min-width: 1920px) {
    .headertitle {        
        background-size: contain;
    }
    .logoimg {
        height: 218px;
    }
   
} 
.blinktext {
            animation: blinker 1s linear infinite;
            color: red;
        }

@keyframes blinker {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}