﻿/******************************* Layout CSS ****************************/
html, body { 
  margin: 0;
  min-height: 100%;
}
body {
    background-color: black !important;
    font-family: "PT Sans",'Helvetica Neue',Helvetica,sans-serif !important;
    line-height: 1.5; 
    background-repeat: no-repeat; 
    background-size: contain;
    overflow-x: hidden;
}
.wrapperdiv {
    margin:0 auto;
    overflow: hidden;
    min-height: 90%;
    padding-bottom: 10%;
}
.uetheader {
    width: 100%; 
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: white;
    min-height: 190px; 
}
.headertitle {
    
}
.headertitle h2 {
    margin: 0px;
    padding: 0em 0px 0 1em;
    float: left;
    font-variant-caps: all-petite-caps;
    font-stretch: ultra-condensed;
    font-weight: 800;
    font-size: 4em;
}
.uetheader .logoimage {
    padding-left: 1em;
}
.uetfooter {
    padding: 20px; 
    background-image: url(../images/dpilab/dpi-lab-telecom-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 325px;
}
.footerbg {
    height: 100%;
} 
.footerbg span {
    position: absolute;
    font-weight: bold;
    bottom: 0;
    right: 0; 
}
.menudiv {
    margin-top: 7em;
}
.maincontent {
    /*box-shadow: 0 5px 20px 0 cornflowerblue, 0 13px 24px -11px rgba(1, 1, 23, 0.60);*/  
    padding-top: 2em;
}
.pageheading {
    font-weight: 700;
    font-size: 3em; 
    margin-bottom: 20px;
}
.pagecontent {
    line-height: 2;
    text-align: justify;
    padding: 10px 0;
}
.content {
    padding-top: 1em;
}
.SunCrescent {
    position: fixed;
    top: 50px;
    right: 30px;  
    font-weight: bold;
    font-size: 12px;
}
/******************************* *  Main Menu Separator ********************************/
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-inverse {
    background-color: transparent; 
    border: none;
}
.navbar-brand > img {
    display: inline-block;
}

.navbar-default {
  background-color: transparent;
  border: none;
  background-image: none;
  font-size: 1.15em;
  box-shadow: none;
}
.navbar-default .navbar-nav > li > a {
    background-color: transparent !important;
    color: white !important;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: underline;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover { 
    font-size: 1.1em; 
    text-decoration: none;
}
.dropdown-menu > li > a {
    padding: .8em 1.5em;    
}
.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;
}
/********************************  Main Menu Separator ********************************/
/******************************** Some Common Css Classes ********************************/
.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;
}
.left {
    float: left;
}
.right {
    float: right;
}
.center {
    text-align: center;
}
.inline {
    display: inline !important;
}
.block {
    display: block !important;
}
.inlinkblock {
    display: inline-block !important;
}
.img-center {
    margin: 0 auto;
}
.img-padding {
    padding: 30px 0px;
}
.title-belowimage {
    font-weight: bold;
    text-decoration: underline;
}
.fancycircle {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px; 
}
.clearboth {
    clear: both;
}
h2 i, h3 i {
    margin-right: 10px;
}

.ulfancy {
    padding-left: 0px;
}
.ulfancy li {
    border: solid 1px white;
    list-style-type: none;
    padding: 10px;
    margin: 10px; 
}
.ulfancy li a,.ulfancy li a:link{ 
    
}
.ulfancy li:hover {
    border: solid 2px white;
    font-weight: bold;
}
.imgdiv {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.ulimages {
    margin-top: 40px;
    text-align: center; 
    display: inline-block;
    float: none;
}
.ulimages li {
    list-style-type: none;
    padding: 10px;
    margin: 10px;
    border-radius: 20px; 
}
.ulimages li img {
    width: 200px;
}
.ulimages li span { 
    display: inline-block;
    font-weight: bold;
    padding-top: 20px;
}
/******************************** Some Common Css Classes ********************************/

/*************************************Team Page**************************************/
.member {
    padding: 10px;
    /*margin-bottom: 50px;*/
    text-align: center;
    display: inline-block;
    box-shadow: 0 5px 20px 0 teal, 0 13px 24px -11px rgba(1, 1, 23, 0.60);
    height: 50vh;
}
.membersmall {
    height: 30vh;
}
.memberimg {
    border-radius: 50%;
}
.member h2 {
    font-size: 1.5em;
    font-weight: bold;
}
.member h3 {
    /*font-style: italic;*/
    font-size: 1.2em;
    font-weight: bold;
}
.member h3 span{
    font-style: normal;
    font-size: 1em;
    font-weight: normal;
}
.member p {
    text-align: justify;
    line-height: 2;
}
/*************************************Team Page**************************************/
/*************************************Partner Labs***********************************/
.labitem {
    padding: 30px;
    min-width: 0;
    border-radius: .25rem;
    margin-bottom: 50px;
    background: #c5c2f1;
    text-align: center;
}
.labitem h4 {
    font-size: 1.5em;
}
.labitem h5 {
    font-size: 1.4em;
    color: blue;
}
.labitem .imgcontainer {
    /*max-height: 120px;*/
    max-width: 166px;
    margin: 0 auto;
} 
.labitem .imgcontainer img {
    margin: 0 auto;
} 
/*************************************Partner Labs***********************************/
/*************************************Cyber Threats***********************************/
.threatitem {
    padding: 10px;
    min-width: 0;
    border-radius: .25rem;
    margin-bottom: 10px; 
    text-align: left;
}
/*************************************Cyber Threats***********************************/

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .headertitle h2 {
        margin: 0px; 
    }
    .navbar-brand {
        float: none;
    }
    .sidenav {
        height: auto;
        padding: 15px;
    }
    .row.content {
        height: auto;
    }    
    .SunCrescent { 
        top: 1px;
        right: 1px;  
    }
} 
