


.bodyHeaderLogo{
    align-items: center;
    background-color: #dbe2e8;
    display: flex;
    height: 80px;
    justify-content: space-between;
    width: 85%;
}

.bodyHeaderLogo h2 {
    color: #fff;
    font-size: 40px;
    margin: 2%;
    text-shadow: 0 0 1px #000;
}

.headerImage
{
cursor:pointer;	
}

#headerImg{
  margin: 0 15px;
}
.login{ 
	border-right: 1px solid #7f7d7d;
    margin-right: 5px;
    width: 80%;}

#mainHeader{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    width: 100%;
   background-color: #dbe2e8;
}
#mainHeader > h2 {
    color: #fff;
    font-size: 40px;
    margin: 2%;
    text-shadow: 0 0 1px #000;
}

#headerMenu{
    
}
.h2Btn
{
	cursor:pointer;	
}
#headerUser {
   align-items: center;
    color: #757575;
    display: flex;
    font-family: "Open Sans", Tahoma, Verdana;
    height: 100%;
    justify-content: space-between;
    overflow-wrap: break-word;
    padding: 0 10px;
    width: 210px;
}
#headerUser p{line-height:20px; margin: 0; font-size: 14px;}

#headerLoginName{
    margin: 0;
    font-size: 14px;
}

#headerLoginName span{
    margin: 0;
    font-family: "Open Sans", Tahoma, Verdana;
	font-weight:bold;
    font-size: 14px;
}

#headerLogout{
    align-items: center;
    background-color: #2ecc71;
    background-image: url("../images/logout.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}

#headerPageName{
   align-items: center;
    background-image: url("../images/top_bg.png");
    color: #fff;
    display: flex;
    font-family: "Open Sans", Tahoma, Verdana;
	font-weight:500;
    font-size: 25px !important;
    height: 100%;
    justify-content: center;
    text-shadow: 0 0 4px #000;
    width: 84%;
}

.glyphicon-log-out:before{background-image:url(../images/logout.png);}

.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index:999;
}

.topnav li {float: left;}

.topnav li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 15px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
  cursor:pointer;
}

.topnav li a:hover {background-color: #555;}

.topnav li.icon {display: none;}

#topBarforTeacher{
    display: none;
}

#topBarBreadcrumb{
    display: none;
}

/*#breadCrumb{background-color: #f5f5f5;
    height: 35px;
    padding-left: 11%;
	color:#474747;
	}*/

@media screen and (max-width:768px) {
.topnav li:not(:first-child) {display: none;}
.topnav li.icon {
    float: right;
    display: inline-block;
	
  }
 .topnav li.icon a {
    background-color: #66676a;
  } 
  
.menu ul {  
  flex-direction: column;
    position: absolute !important;
    right: 0;
    z-index: 999;
}
}

@media screen and (max-width:768px) {
.topnav.responsive {position: relative;}
.topnav.responsive li.icon {
    position: relative;
    right: 0;
    top: 0;
  }
.topnav.responsive li {
    float: none;
  }
.topnav a, .topnav span { display:none;}
.responsive a, .responsive span {
    display: block;
    text-align: left;
  }
  
.menu ul a { 
 background-color: #518ac0;
    height: 40px;
    line-height: 40px;
    width: 45px; 
  
}
.menu ul a li {
    padding: 0 7px;
}
.topnav li.icon a {
    background-color: #66676a;
    height: auto !important;
    line-height: normal;
    margin: 0;
    width: auto;
}
.menu li {
    margin: auto 0;
	padding:0px;
}

.menu ul span {
    background-image: url("../images/menu_icon/diva_res.png");
    height: 4px;
    width: 100%;
}

}


@media only screen and (max-width: 768px) {

	#headerImg { height: 80%; margin-left: 0;}
	#mainHeader{ }
	#headerPageName {	
    background-color: #cbced3;
    font-size: 20px !important;
    left: 0;
    line-height: 50px;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 80px;
    width: 100%;
	height: 50px;
}
.menu h2 {
    box-shadow: none;
    cursor: pointer;
    height: 50px;
    left: 0;
    line-height: 50px;
    padding: 0 10px;
	font-weight: 500;
}

#contentDiv{ margin-top:10px;}
#title {height: 35px; font-size: 16px !important;}	
.home {
    background-color: #023393;
    height: 50px;
    width: 34px;
    z-index: 999;
	margin:0px !important;
}

}
@media only screen and (max-width: 400px) {
	
#headerPageName {font-size: 14px !important; }

/*	#mainHeader {
    height: 150px;
    position: relative;
}
#headerImg {
    height: 45%;
    left: 0;
    margin-left: 0;
    position: absolute;
    top: 0;
}

    bottom: 56px;
    font-size: 18px;
    margin-bottom: 0;
    margin-left: 5%;
    margin-top: 0;
    position: absolute;
}
#headerUser {
    align-items: center;
    bottom: 10px;
    display: flex;
    height: auto;
    justify-content: space-around;
    position: absolute;
    right: 10px;
    width: auto;
}
.launchBtn {margin: 10px 3% !important;}
.menu_btn {margin: 10px 3% !important;}*/
}
