﻿:root {
  --blackcolor: black;
  --darkbluecolor: #002163;
}
/*  Main Menu Separator */
.navbar-default {
  background-color: transparent;
  /*border-color: #e7e7e7;*/
  border: none;
  background-image: none;
  font-size: 1.15em;
  box-shadow: none;
}
.dropdown-menu > li > a {
    padding: .8em 1.5em;    
    /*border-bottom: solid 1px lightgray;*/
}
.navbar-default .navbar-nav > li > a{
    padding: 8px;
}
.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; 
    background-color: #eee;
}
.caret-right {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    vertical-align: middle;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid;
}
/*********************************************************************************************************/
.wrapperdiv {
    margin:0 auto;
    min-height: 90%;
    max-width: 1600px;
}
.uetheader {
    width: 100%;
    /*background: linear-gradient(#002163,#002162);*/
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    min-height: 130px;
}
.uetheader .logoimage {
    padding-left: 1em;
}
.uetfooter {
    margin:0 auto;
    max-width: 1600px;
    clear: both;
    width: 100%;
}
/*********************************************************************************************************/
/*  Main Menu Separator */
/* Related to Header and Menu */
.headertitle {
    
}
.headertitle h2 {
    margin: 0px;
    padding: 0 0 0 5px;
    float:left;
    /*font-variant-caps: petite-caps;*/
    font-stretch: ultra-condensed; 
    text-align: center;
    font-size: 37px;
}
.headerquicklinks { 
    padding: 0px;
}
.headerquicklinks li {
    list-style-type: none;
    display: inline;
    padding-right: 4px;
    padding-left: 4px; 
    line-height: 2em;
}
.headerquicklinks a,.headerquicklinks a:link { 
    display: inline;
    padding-right: 4px;
    padding-left: 4px; 
    line-height: 2em;
    font-size: 12px;
    text-decoration: underline;
} 
.fancyboxholder {
    float: right;
}
.fancybox {
    padding: 5px;
    border: solid 2px;
    border-color: transparent;
    border-radius: 10px;
    margin-right: 20px;
}
.fancybox:hover{
    border: solid 2px white;
}
.translationholder {
    float: right;
}
/* Related to Header and Menu */
/* Related to Footer */
.uetfooter .footerlinks {
     padding: 4em;
     padding-top: 2em;
     border-bottom: solid 1px gray;
}
.uetfooter .footerlinks .footerlinkitems {      
     border-left: solid 1px dimgray;
}
.uetfooter .footerlinks h3 {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 5px !important; 
    font-stretch: ultra-condensed; 
    font-variant-caps: all-petite-caps;
    font-stretch: ultra-condensed;
    border-bottom: solid 1px dimgray;
}
.uetfooter .footerlinks ul {
    margin: 0 !important;
    padding: 1em 0 0 0 !important;
}
.uetfooter .footerlinks ul li {
    margin: 0 !important;
    padding-bottom: .5em;
    list-style: none;
    font-size: 1em;
}
.uetfooter .footerlinks ul li a,.uetfooter .footerlinks ul li a:link {
    color: lightsteelblue;
    /*text-shadow:2px 2px 2px #333;*/
}
.uetfooter .bottomfooter {
    padding: 1em;
}
.uetfooter .bottomfooter ul {

}
.uetfooter .bottomfooter ul li {
    padding-left: 1em;
    list-style: none;
    font-size: 1em;
    display: inline;
}
.carousel-indicators {
    width: auto;
    right: 1%;    
    left: unset;
    margin: 0px;
    padding: 0px;
    bottom: 0px;
}
/* Related to Footer */
/* Some Common Css Classes -------------  Start -----------------*/
.nomargin {
    margin: 0 !important;
}
.nopadding {
    padding: 0px !important;
}
.noleftpadding {
    padding-left: 0px !important;
}
.norightpadding {
    padding-right: 0px !important;
}
.oneemtoppadding {
    padding-top: 1em !important;
}
   
.blinktext {
    color: red;
}
.border {
    border: solid 1px blue;
}
.topborder {
    /*border-top: solid 2px gray;*/
}
.twolinebottomborder {
    border-bottom: double 1px black;
}
.divfancy {
    position: fixed;
    top: 0px;
    left:0px;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 100; 
    display: none;
}
.fancyboxinnerdiv {    
    margin-top: 2%;
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
    height: 92%;
    border: solid 5px cornflowerblue;
    border-radius: 5px;
    z-index: 201;
    background: white; 
}
.fancyboxtitlebar {
    padding: 10px;
    font-size: 1.7em;
    background: linear-gradient(to right, #002163, white);
    display: block;
    border-bottom: solid 3px cornflowerblue;
}
.fancyboxtitle {
    float: left;
    color: white;
}
.fancyboxclose {
    float: right;
    background-color: #002163;
    color: white;
    font-weight: bold;
    border-radius: 100%;
    border: solid 3px cornflowerblue;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
}
.fancyboxcontainer {
    height: 500px;
    clear: both;
    padding-top: 10px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.center {
    text-align: center;
}
.inline {
    display: inline !important;
}
.block {
    display: block !important;
}
.inlinkblock {
    display: inline-block !important;
}
.fancycircle {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px; 
}
.clearboth {
    clear: both;
}
h2 i, h3 i {
    margin-right: 10px;
}
.sectionh3 {
    text-align: center; 
    font-weight: 700;
    font-size: 25px; 
}
/* Bootstrap Alert*/
.centermiddle {
    position: fixed !important;
    /*width: 20%;*/
    left: 40%;
    top: 50%;
    margin: 0 auto;
    z-index: 9999;
}
.text-break {
    word-wrap: break-word;
    word-break: break-all;
}
.lighterbackground {
    background: whitesmoke;
    /*border-top: 1px solid #c3bdb7;
    border-bottom: 1px solid #c3bdb7;*/
}
.homepagenews,.homepagefacilitiesaffiliations,.homepagefacultiesanddepartments, .homepagestudentssection, .homepagecentres {
      padding-top: 2em;
      padding-bottom: 2em;
}
.homepageblocksheading {
     
}
/* Some Common Css Classes -------------  End -----------------*/

/* Main Events Section  ----------------  Start -----------------*/
.slidercontainer {
    border-top:solid 2px white; 
}

.overlaytextdiv {
    position: absolute;
    bottom: 0;
    z-index: 5;
    width: 100%;
}
.overlaytextdiv h2 {
    font-size: 2em;   
    text-transform: uppercase;
    color: white;
    padding: 20px;
    margin-bottom: 0px;
    background: rgba(0,0,0,0.5);
}
/* Main Events Section  ----------------  End -----------------*/
/* Main Events Section  ----------------  Start -----------------*/
.maineventssection {
    padding-top: 0em;
    padding-bottom: 2em;
}
.maineventssection h3{
    text-align: center;
}
.maineventssection h3 a {
    font-size: .8em;
    text-decoration: underline;
}
.maineventssection h3 a:hover {
    color: white;
}
.maineventssection h4{
    font-weight: 900;
    color: #002163;
    text-align:center; 
}
.maineventssection h4:hover{
    text-decoration: underline;
}
.maineventssection h4 a,.maineventssection h4 a:link{
    font-size: 0.7em;
    padding-left: 1em;
}
.eventsimage {
    background: black;width: 280px;
}
.eventsimage img {
    width: 280px;
    height: 181px;
    border: solid 5px cadetblue;
}
.eventsimage img:hover {
     opacity: .7;
}
.oneeventdiv h4 {
    color: black;
}
.eventspublishdate {
     text-align: center;
     display: block;
     color: mediumblue;
     font-weight: bold;
}

.eventrow {
    margin: 10px !important;
    padding: 10px;
    background: wheat;
    border-radius: 10px;
}
/* Main Events Section  ----------------  End -----------------*/
/* Main Events Details Section  ----------------  End -----------------*/
.eventdetailsulimages {
    display: inline-block;
    padding: 0px 10px 10px 0px;
    margin: 0px;
    background: linear-gradient(cornflowerblue, lightsteelblue, #002163);
}
.eventdetailsulimages li{
    list-style-type: none;
    padding: 10px 0px 0px 10px;
}
.eventdetailsulimages li img{
    float: left;  
}
/* Main Events Details Section  ----------------  End -----------------*/
/* Main News Section  ----------------  Start -----------------*/
.mainnewssection {
    padding-top: 0em;
    padding-bottom: 2em;
}
.mainnewssection h3 a {
    font-size: .8em;
    text-decoration: underline;
}
.mainnewssection h3 a:hover {
    color: lightsteelblue;
} 
.mainnewsdata {
    max-height: 88vh;
    overflow-y: scroll;
}
.mainnewsul { 
    list-style: inside;
    display: inline-block;
}
ul.mainnewsul:before {
    content: ' ';
    background: cadetblue;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 29px;
    width: 2px;
    height: 98%;
    z-index: 500;
}
.mainnewsul li {
    list-style-type: none;  
    margin: 0px; 
    padding-top: 5px;
    padding-bottom: 5px; 
    cursor: pointer;
    text-align: left; 
    border-bottom: solid 1px lightgray;
    display: inline-block;
}
.mainnewsul > li:before {
    content: ' ';
    background: aliceblue;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid cornflowerblue;
    left: -35px;
    width: 20px;
    height: 20px;
    z-index: 500;
}
/*.mainnewsul li>div:first-child{
   border-bottom: solid 1px;
}*/
.mainnewsul li a,.mainnewsul li a:link{ 
    color: black;
    font-size: 18px; 
}
.mainnewsul li a:link:hover{
    text-decoration: none;
}
.mainnewsul li .newstitle {
    /*text-align: left;*/
    font-size: 20px;
}
.mainnewsul li .newsdescription {
    display: block;
    color: black;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
    cursor: default;
    margin-bottom: 2em;
}
.mainnewsul li div.blinktext{
    font-weight: bold; 
}
.mainnewsul div.newsdate {
    text-align: center;
    border-radius: 5%;
    color: black;    
    padding-top: 1% !important;
    padding-bottom: 1% !important; 
    font-size: 12pt;
}
/* Main Events Section  ----------------  End -----------------*/

/* Facilities ------------------ Start ------------------*/
.facilitiessection {
    padding-top: 0em;
    padding-bottom: 2em;
}
.ul_facilities {
    clear: both;
    /*background: linear-gradient(cornflowerblue,white);*/
    /*margin-left: -50px;*/
    padding-left: 0px;
}
.ul_facilities li {
    display: inline-block;    
}
.ul_facilities li img {
    border:solid 5px transparent;
    margin: 0 auto;
    width: 100%;
}
.ul_facilities li img:hover {
    opacity: .9;
    /*border:solid 5px #002163;
    border-radius: 15%;*/  
}
.ul_facilities li span{
    display: none;
}
.ul_facilities li h6{
    text-align: center;
    font-size: 1.3em;
    
}
/* Facilities ------------------ End ------------------*/

/* Affiliation ------------------ Start ------------------*/
.affiliationsection {
    padding-top: 0em;
    padding-bottom: 2em;
}
.ul_affiliation {
   clear: both;
   padding: 0;
   display: inline-block;
}
.ul_affiliation li { 
   font-size: 14px;
   list-style-type: none; 
   text-align: center;
   display: inline-block;
}
.ul_affiliation li:hover { 
   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); 
}
.ul_affiliation li img {
   width: 100px;  
   margin-right: 10px;
}
.ul_affiliation li h3 {
   color: #002163;
   font-size: 16px;
   margin: 10px;
   padding-left: 5px; 
}  
.ul_affiliation li a,.ul_affiliation li a:link { 
    clear: both;
    vertical-align: top;
    padding-left: 5px; 
    color: white;
    display: inline-block;
}
.ul_affiliation li:hover a {
    /*text-decoration: underline;*/ 
} 
.ul_affiliation li:hover h3 {
   /*color: white;*/ 
} 
.ul_affiliation li:hover div {
    /*text-decoration: underline;*/ 
} 
/* Facilities ------------------ End ------------------*/

/* Student Section ------------------ Start ------------------*/
.studentssection { 
    font-size: 14px;
    margin-bottom: 50px !important; 
}
.studentssection > div {
     margin-top: 20px;
}
.studentssection > div .indexpageboxes {
    height: 350px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); 
}
.studentssection .indexpageboxes h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}
ul.ulstudentssection {
    padding: 0px;
} 
ul.ulstudentssection li {
    list-style-type: none;
} 
ul.ulstudentssection li i {
    font-size: 1em;
    margin-right: 10px;
    color: var(darkbluecolor);
    vertical-align: middle;
} 
ul.admissions li { 
    padding-bottom: 5px;
} 
ul.scholarships li { 
    padding-bottom: 5px;
}
ul.technicaljournal li { 
    padding-bottom: 5px;
}
ul.quickdownloads li { 
    padding-bottom: 5px;
}
ul.upcomingevents li { 
    padding-bottom: 10px;
    padding-left: 10px;
    color: mediumblue;
    /*border-left: solid 2px darkblue;*/
    border-bottom: solid 1px lightgray;
} 
/* Student Section ------------------ End ------------------*/

/* Faculty Section ------------------ Start ------------------*/
.facultysection { 
    font-size: 14px;
    margin-bottom: 50px !important;  
}
.facultysection > div { 
    margin-top: 20px;
}
.facultysection > div .indexpageboxes {
    height: 250px;
    box-shadow: 0px 5px 15px rgba(0, 35, 10, 0.3)  ;
    text-align: center;
}
.facultysection > div .indexpageboxes .row{
    padding: 8px 0px;
	background: linear-gradient( to bottom, #afafaf, #c9c9c9 50%, #c7c7c7 50%, #c5c5c5 );
    background-size: 100% 20px;
}
.facultysection .indexpageboxes h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
} 
ul.ulfacultysection {
    padding: 0px;
    text-align: left;
    display: inline-block;
    padding-top: 20px;
} 
ul.ulfacultysection li {
    list-style-type: none;
} 
ul.ulfacultysection li i {
    font-size: 1em;
    margin-right: 10px;
    color: var(darkbluecolor);
    vertical-align: middle;
}  
ul.ulfacultysection li a {
    font-size: 12pt;
    color: var(darkbluecolor);
}
/* Faculty Section ------------------ End ------------------*/

/* Centres Section ------------------ Start ------------------*/
.centresection { 
    font-size: 14px;
    margin-bottom: 50px !important;  
}
.centresection > div { 
    margin-top: 20px;
}
.centresection > div .indexpageboxes {
    height: 335px;
    box-shadow: 0px 5px 15px rgba(0, 35, 10, 0.3)  ;
    text-align: center;
}
.centresection .indexpageboxes h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
} 
.centresection .indexpageboxes img {
    margin: 0 auto;
    display: inline-block;
    padding: 5px;
    margin-top: 10px;
    max-width: 100%; 
} 
ul.ulcentresection {
    padding: 0px;
    text-align: left;
    display: inline-block;
} 
ul.ulcentresection li {
    list-style-type: none;
} 
ul.ulcentresection li i {
    font-size: 1em;
    margin-right: 10px;
    color: var(darkbluecolor);
    vertical-align: middle;
}  
/* Centres Section ------------------ End ------------------*/
/* History Section ------------------ Start ------------------*/
.historysection {
    font-weight: bold;
    font-size: 1em;
}
.historysection h2 {
    border-bottom: solid 1px #002163;
    margin-bottom: 20px;
    font-weight: bold;
}
.historysection h3.heading1 {
    color: mediumblue;
    margin-bottom: 20px;
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    font-style: italic;
    /*text-shadow: 5px 5px 12px cornflowerblue;*/
}
.historysection h3.heading2 {
    color: lightskyblue;
    margin-bottom: 20px;
    font-size: 1.5em;
    font-weight: bolder;
    text-align: center;
    padding: 0 15px; 
}
/* History Section ------------------ End ------------------*/

/**********************************  Classes for Right NAV    **********************************/

/**********************************  Classes for Right NAV    **********************************/
.rightnav {
    font-size: 1.25em;

}
.rightmenutitle {
    color: black;
    border-bottom: solid 1px #002193;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.rightmenutitle a {
    color: #333333; 
    text-decoration: none;
}
.rightmenutitle a:hover {
    color: black; 
    text-decoration: none;
}
ul.rightmenulinks {
    padding: 0;
    margin: 0;
}
ul.rightmenulinks li {
    padding: 10px 0;
    list-style-type: none;
    border-bottom: solid 1px lightgray;
}
/**********************************  Common Classes for Pages at Root    **********************************/
.contentrootpages {
    padding-left: 3%;
}
.pageheading {
    color: #333333;
    font-weight: 700;
    font-size: 3em;
    font-family: "PT Sans",'Helvetica Neue',Helvetica,sans-serif !important;
    color: #333333;
}
.headingstyle {
    /*border-bottom: double 4px #333333;*/
}
.mainheading {
    padding: 0.3em 0;
    font-size: 2em;
    font-weight: bolder;
    border-bottom: solid 3px #002193;
}
.subheading {
    padding: 0.2em 0;
    font-size: 1.5em;
    font-weight: bolder;
    border-bottom: solid 1px #002193;
}
.subheadingnoborder {
    margin: 0;
    padding-bottom: 0.3em !important;
    font-size: 1.5em;
    font-weight: bolder; 
    padding-left: 15px;
}
.sectionheading {
    padding: 0.1em 0;
    font-size: 1.1em;
    font-weight: bolder;
    border-bottom: solid 1px white;
}
.rootpagesparagraphs {
    font-size: 1.35em;
    line-height: 1.65em;    
    color: #333333;
    font-family: "PT Sans",'Helvetica Neue',Helvetica,sans-serif !important;
    margin-bottom: 0.65em;
    /*text-align: justify;*/
    width: 100%;
    display: inline-block;
}

ul.visionpoints {
    /*padding: 0;
    margin: 0;*/
    padding-left: 20px;
}
ul.visionpoints li {
    list-style-type: none;
}
ul.visionpoints li span {
    list-style-type: none;
    vertical-align: middle;
}
.aboutuettaxila {
    width: 400px;
    padding: 0em 0 0 2em;
    float: right;
}
.pararightimage {
    width:400px;
    padding: 0 0 0 2em;
    float: right;
}
ul.common li {
    list-style: decimal; 
}
ul.decimal li { 
    list-style: decimal; 
}
ul.loweralpha li { 
    list-style: lower-alpha; 
}
ul.lowerroman li {
    list-style: lower-roman;
}
ul.actspoint {
    padding-top: 2em;
}
ul.actspoint li {
    list-style: disc;
}
ul.actspoint li a {
    text-decoration: underline;
}
ul.leftarc {
    /*padding-left: 4%;*/
    border-left: solid 10px #002163;
    border-radius: 5%;
}
.downloadlink {
    
}
.downloadlink a, .downloadlink a:link {
    padding: 1em;
    display: inline-block;
}
.downloadlink a em{ 
    display: block;
}
.hrseparator {
    /*clear: both;
    margin: 0;
    padding: 0;
    display: block;
    height: 10px;
    border-radius: 10px;
    box-shadow: 0 15px 15px -10px #002163 inset;
    margin-bottom: 1em;*/
    border: solid 2px #002163;
}
.hrfancy {
    clear: both;
    margin: 0;
    padding: 0;
    display: block;
    height: 10px;
    border-radius: 10px;
    /*box-shadow: 0 15px 15px -10px gray inset;*/
}
.hrborder {
    clear: both;
    margin: 0;
    padding: 0;
    display: block; 
    border: solid 1px gray;
    margin-bottom: 5px;
}
.bottommargin0 {
    margin-bottom: 0 !important;
}
.bottommargin2em {
    margin-bottom: 1em;
}
.bottomborder {
    border-bottom: solid 2px gray;
}
/**********************************  Common Classes for Pages at Root    **********************************/

/* ******************** Administration *********************/
.leadershipbox {
    background-color: #adb7cd;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: left;
}
.leadershipbox h3 {
    text-align: left;
    font-size: 1em;
    font-weight: bold; 
    border-bottom: solid 2px #002163;
}
.picturebox {

}
.picturebox img {
    padding-bottom: 1em;
}
.picturebox h5 {
    text-align: left;
    font-size: 0.8em;
    font-weight: bold;    
}
.leadershipcontentbox {

}
.leadershipcontentbox h3 {
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;  
}
.leadershipcontentbox h4 {
    text-align: left;
    font-size: 1em;
    font-weight: bold;  
}
.leadershipcontentbox h5 {
    text-align: left;
    font-size: 0.8em;
    font-weight: bold;  
}
/* ******************** Administration *********************/

/* ******************** Research Area *********************/
.linkpadding {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: solid 1px gray;
}
/* ******************** Research Area *********************/

/********************** Uet Life **************************/
.uetlifepicturebox {
    display: inline-block;
    clear: both;
    margin-bottom: 1em; 
    padding: 0px !important;
}
.uetlifepicturebox li {
     list-style-type: none;
     padding-bottom: 10px;
}
/******Conference******/
.conferenceitem {
    padding: .5em;
    border: solid 3px;
    border-radius: 10px;
    margin-bottom: 1em;
}
.conferencetitle { 
    padding: 0.3em 0;
    font-size: 1.2em;
    font-weight: bolder;
    border-bottom: solid 3px #002193; 
}
.conferencedetails {
    font-size: 1em;
    margin-top: .5em;
}
.conferencedetails img {
    float: right; 
    padding: 1em;   
}
/*****Workshops******/
.workshopitem {
    padding: .5em;
    border: solid 3px;
    border-radius: 10px;
    margin-bottom: 1em;
}
.workshoptitle { 
    padding: 0.3em 0;
    font-size: 1.2em;
    font-weight: bolder;
    border-bottom: solid 3px #002193; 
}
.workshopdetails {
    font-size: 1em;
    margin-top: .5em;
}
.workshopdetails img {
    float: right; 
    padding: 0 0 0 1em;  
    max-width: 200px; 
}
.workshopdetails a,.workshopdetails a:link {
    padding: .7em;
    margin-top: .3em;
    background-color: #002163;
    color: white; 
    border-radius: 10px;
    display: inline-block;
}
/********Convocations*************/
.convocationitem {
    padding: .5em;
    border: solid 3px;
    border-radius: 10px;
    margin-bottom: 1em;
}
.convocationtitle { 
    padding: 0.3em 0;
    font-size: 1.2em;
    font-weight: bolder;
    border-bottom: solid 3px #002193; 
}
.convocationtitle span {
    float: right;
    margin-right: .2em;
    padding:.3em;
    background-color: #002193;
    color: white;
        
}
.convocationdetails {
    font-size: 1em;
    margin-top: .5em;
}
.convocationdetails img {
    float: right; 
    padding: 0 0 0 1em;   
    max-width: 200px;
}
.convocationdetails a,.convocationdetails a:link {
    padding: .7em;
    margin-top: .3em;
    background-color: #002163;
    color: white; 
    border-radius: 10px;
    display: inline-block;
}
/**************Seminars******************/
.seminaritem {
    padding: .5em;
    border: solid 3px;
    border-radius: 10px;
    margin-bottom: 1em;
}
.seminartitle { 
    padding: 0.3em 0;
    font-size: 1.2em;
    font-weight: bolder;
    border-bottom: solid 3px #002193; 
}
.seminartitle span {
    float: right;
    margin-right: .2em;
    padding:.3em;
    background-color: #002193;
    color: white;
        
}
.seminardetails {
    font-size: 1em;
    margin-top: .5em;
}
.seminardetails img {
    float: right; 
    padding: 0 0 0 1em;   
    max-width: 200px;
}
.seminardetails a,.seminardetails a:link {
    padding: .7em;
    margin-top: .3em;
    background-color: #002163;
    color: white; 
    border-radius: 10px;
    display: inline-block;
}
/**************CEO Talks******************/
.ceotalkitem {
    padding: .5em;
    border: solid 3px;
    border-radius: 10px;
    margin-bottom: 1em;
}
.ceotalktitle { 
    padding: 0.3em 0;
    font-size: 1.2em;
    font-weight: bolder;
    border-bottom: solid 3px #002193; 
}
.ceotalktitle span {
    float: right;
    margin-right: .2em;
    padding:.3em;
    background-color: #002193;
    color: white;
        
}
.ceotalkdetails {
    font-size: 1em;
    margin-top: .5em;
}
.ceotalkdetails img {
    float: right; 
    padding: 0 0 0 1em;   
    max-width: 200px;
}
.ceotalkdetails a,.ceotalkdetails a:link {
    padding: .7em;
    margin-top: .3em;
    background-color: #002163;
    color: white; 
    border-radius: 10px;
    display: inline-block;
}
/********************** Uet Life **************************/

/***********************Examination************************/
/***********************Introduction***********************/
.greenbox {
    color: white;
    padding: 1em;
    background-color: seagreen;
    border-radius: 10px;
}
.tablelist td {
    font-size: 1.2em;
}
/**********************Results**********************/
.pageheading span.spanfilter {
    float: right;
}
.filterbox {
    background-color: linen;
    padding: 1% 0 !important;
    margin-bottom: 1% !important;
}
.filterbox div {
    padding: 1% !important;    
}
/***********************Examination************************/

/***********************BWD************************/

 #bwdcommittee em {
    color: #002193;
    font-size: .9em;
    font-weight: bold;
 }
 .contactinfo h3 {
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;  
}
 #tableTender td.disabled {
    color: GrayText;
}
 /***********************BWD************************/
 /***********************Registrar Office************************/
.registrarofficeimage {
    float: right;
    border-radius: 100%;
}
 /***********************Registrar Office************************/
/***********************Projects************************/

/***********************Projects************************/
/***********************Library************************/
.sectionblock {
    margin: 2%;
    padding: 1em; 
    border-radius: 10%;
    background: linear-gradient(#002163,#337ab7);
    color: white;
}
span.rulenumbers {
    font-weight: bold;
    font-style: italic;padding-right: 10px;
}
/***********************Library************************/
/***********************Jaulian************************/
ul.julianimages {
    padding: 0;
}
ul.julianimages li {
    list-style-type: none;
    padding: 10px 10px 10px 0px;
}
ul.julianimages li img {
    max-width: 300px;
    padding-right: 10px;
}
ul.julianimages h3 {
    text-align: center;
    font-size: 1em;
}
/***********************Jaulian************************/

/***********************Ifrmae Pages************************/
.iframebody {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#iframeloader {
    width: 100%;
    height: 100vh;
    margin: 0px;
    padding: 0px;
    border: none;
    overflow: hidden;
}
/***********************Ifrmae Pages************************/
/***********************info and errors************************/
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}
/***********************info and errors************************/
/***********************styles for validation helpers************************/
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}
/***********************styles for validation helpers************************/
/***********************styles for JQuery File Tree************************/
.demo {
	width: 100%;
	height: 400px;
	border-top: solid 1px #BBB;
	border-left: solid 1px #BBB;
	border-bottom: solid 1px #FFF;
	border-right: solid 1px #FFF;
	background: #FFF;
	overflow: scroll;
	padding: 5px;
}
/***********************styles for JQuery File Tree************************/

/***********************Custom Styles for Tenders Page************************/
.tenderspage .headerclass {
        background-color: teal;
        color: white;
        font-size: 1.3em;
        border: solid 1px white !important;
        padding: 20px !important;
    }

    .tenderspage .headerclass th {
        padding: 10px !important;
        text-align: center;
    }

    .tenderspage .table-bordered td {
        padding: 5px;
        border: solid 1px teal !important;
        color: black;
        text-align: center;
    }

    .tenderspage .table-bordered tr:nth-child(2n+2) {
        background-color: whitesmoke;
    }

    .tenderspage .table-bordered td.disabled {
        color: GrayText;
    }

        .tenderspage .table-bordered td.disabled a {
            color: lightblue;
        }

    .features_sec42.two .tenderspage .box ul.ulitems {
        display: block;
        margin-top: 10px;
        margin-left: 20px;
    }

    .tenderspage ul.ulitems li {
        list-style-type: decimal;
        display: list-item;
        width: 100%;
    }

    .tendernotice {
        padding-left: 10px;
        font-size: 1em;
    }
/***********************Custom Styles for Tenders Page************************/
/***********************Custom Scrollbars ------------************************/ 
.customscrollbar15::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.customscrollbar15::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.customscrollbar15::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(gray),
									   to(gray),
									   color-stop(.6,lightgray))
}
/***********************Custom Scrollbars ------------************************/
hr.shaded {
    border: 0;
    height: 1px;
    background: lightsteelblue;
    width: 80%;
    margin: 30px auto 10px auto;
    /*background-image: linear-gradient(to right, #ccc, #333, #ccc);*/
}
/**********************************Media Queries**********************************/
/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .mainnewsdata {
        height: auto;
        overflow-y: auto;
    } 
} 
/* smartphones, iPhone, portrait 480x320 phones */
@media (min-width:320px) {
    .overlaytextdiv h2{
        font-size: .8em;
    }
}
/* smartphones, iPhone, portrait 480x320 phones */
@media (min-width:320px) and (max-width: 500px)    {
    .carousel-inner {
        height: 227px;
    }
    .carousel-inner .item {
        height: 173px;
    }
    .carousel-inner .item img {
        height: 100%;
    }
    .overlaytextdiv{
        bottom: -52px;
        opacity: .5;
    }
    .overlaytextdiv h2{
        font-size: .8em;
    }
    .carousel-control {
        display: none;
    }
    .carousel-indicators {
        top: 0px;
    }
}
/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
@media (min-width:481px)  {
    .overlaytextdiv h2{
        font-size: .8em;
    }
}
/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
@media (min-width:641px)  {  
    .overlaytextdiv h2{
        font-size: .8em;
    }
}
/* tablet, landscape iPad, lo-res laptops ands desktops */
@media (min-width:961px)  {  
    .overlaytextdiv h2{
        font-size: 1.5em;
    }
}
/* big landscape tablets, laptops, and desktops */
@media (min-width:1025px) {
    .overlaytextdiv h2{
        font-size: 2em;
    }
}
/* hi-res laptops and desktops */
@media (min-width:1281px) {
    .overlaytextdiv h2{
        font-size: 2em;
    }
}


