﻿:root {
  --theme-border-color: lightsteelblue;
}

html, body {
  height: 100%;
  margin: 0;
}
body {
    background-color: white !important;
    font-family: "PT Sans",'Helvetica Neue',Helvetica,sans-serif !important;
    /*color: black !important;*/
}
.uetheader {
    /*background: linear-gradient(#002163,#002162);*/    
    color: black;
    /*border:solid 1px white;*/
}
.uetfooter {
    /*background-image: url(../images/drawing.svg);
    background-repeat: no-repeat;
    background-size: 52%;
    background-position: left;*/
    background: linear-gradient(#002163,#002162);
    border-top: solid 2px gray;
    color: white;
}
.separatingborder {
    /*border-bottom: solid 2px;*/
    /*border-bottom-color: red;*/
}
.bordercolor {
    border-color: #002193;
}
.fancycircle {
    background: radial-gradient(cornflowerblue, blue, darkblue);
}
/*************************************************************  Events and News     *******/
.radialbackground {
    background: radial-gradient(cornflowerblue,linen,whitesmoke,cadetblue);
}
.linearbackground {
    /*background: linear-gradient(cornflowerblue,linen,whitesmoke,cadetblue);*/
}
.constantbackground {
    /*background: linear-gradient(#fdfdfd, white);*/
}
/*************************************************************  Events Style Custom *******/
.eventsheading {
    margin-bottom: 5px;
    background: linear-gradient(to right,#001129,#002163);
    color: white;
}
.eventrow {
    background: #002163;
}
/*************************************************************  Events Style Custom *******/
/*************************************************************  News Style Custom *******/
.mainnewsul li {
    color: black;   
}
.mainnewsul li:hover {
    /*background: linear-gradient(to right, cornflowerblue, wheat);*/      
}
.mainnewsul li a,.mainnewsul li a:link{
    
}
/*.mainnewsul li>div:first-child{
    border-bottom: solid 1px !important;
    border-bottom-color: var(--theme-border-color) !important;
}*/
.newsheading {
    margin-bottom: 5px;
    /*background: linear-gradient(to right,#c6d0de,#c6d0de);*/
    color: black;
} 
.mainnewsul div.newsdate {    
    /*background: linear-gradient(cornflowerblue,#002163);*/
}
/*************************************************************  News Style Custom *******/
/*************************************************************  Facilities Style Custom *******/
.facilitiesheading { 
    /*background: linear-gradient(to right,#c6d0de,#c6d0de);*/
    color: black;
}
.ul_facilities li a,.ul_facilities li a:link {
    color: #002163;
}
.ul_facilities li a:hover {
    text-decoration: underline;
}
.ul_facilities li a img{ 
   /*border-bottom: solid 1px #002163;*/
   /*box-shadow: 2px 2px 33px 0px cornflowerblue;*/
}
.ul_facilities li img:hover {
    /*border:solid 5px #002163;*/
}
/*************************************************************  Facilities Style Custom *******/

/*************************************************************  Affiliation Style Custom *******/
.affiliationsection {
    border-top: solid 1px !important;
    border-top-color: var(--theme-border-color) !important;
}    
.affiliationheading { 
    /*background: linear-gradient(to right,#c6d0de,#c6d0de);*/
    color: black;
}
.ul_affiliation li { 
   /*border-bottom: solid 1px #002163;*/
   /*box-shadow: 2px 2px 33px 0px cornflowerblue;*/
}
.ul_affiliation li:hover {
    /*background-color: #002163;*/
    opacity: 0.9;
}
/*************************************************************  Affiliation Style Custom *******/
/*************************************************************  Student Section Style Custom *******/
.studentssection .indexpageboxes h2 {
    /*border-bottom: solid 1px;
    border-bottom-color: var(--theme-border-color);*/ 
/*************************************************************  Student Section Style Custom *******/
}

