*,
*:after,
*::before {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}

@font-face {
		font-weight: normal;
		font-style: normal;
		font-family: 'ecoicons';
		src: url("../fonts/ecoicons/ecoicons.eot");
		src: url("../fonts/ecoicons/ecoicons.eot?#iefix") format("embedded-opentype"), url("../fonts/ecoicons/ecoicons.woff") format("woff"), url("../fonts/ecoicons/ecoicons.ttf") format("truetype"), url("../fonts/ecoicons/ecoicons.svg#ecoicons") format("svg");
}

/* Icomoon.com */

.gn-menu-main,
 .gn-menu-main ul {
		margin: 0;
		padding: 0;
		background: #041e42;
		color: #5f6f81;
		list-style: none;
		text-transform: none;
		font-weight: 300;
		font-family: 'Ubuntu', sans-serif;
		line-height: 58px;
} 

.gn-menu-main {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		/*height: 60px;*/
		font-size: 13px;
		z-index:1;
}

.gn-menu-main a {
		display: block;
		height: 100%;
		color: #999999;
		text-decoration: none;
		cursor: pointer;
}

.no-touch .gn-menu-main a:hover,
.no-touch .gn-menu li.gn-search-item:hover,
.no-touch .gn-menu li.gn-search-item:hover a {
/*		background: #5f6f81;
		color: white;*/
}

.gn-menu-main > li {
		display: block;
		float: left;
		height: 100%;
		border-right: 1px solid #c6d0da;
		text-align: center;
}

/* icon-only trigger (menu item) */

.gn-menu-main li.gn-trigger {
		position: relative;
		width: 60px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
}

.gn-menu-main > li:last-child {
		float: right;
		border-right: none;
		border-left: 1px solid #c6d0da;
}

.gn-menu-main > li > a {
		padding: 0 30px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: bold;
}

.gn-menu-main:after {
		display: table;
		clear: both;
		content: "";
}

.gn-menu-wrapper {
		position: fixed;
		top: 67px;
		bottom: 0;
		left: 0;
		overflow: hidden;
		width: 60px;
		
		-moz-box-shadow:    0px 1px 5px 0px #ccc;
		-webkit-box-shadow: 0px 1px 5px 0px #ccc;
		box-shadow:         0px 1px 5px 0px #ccc;

		background: #041e42;
		-webkit-transform: translateX(-60px);
		-moz-transform: translateX(-60px);
		transform: translateX(-60px);
		-webkit-transition: -webkit-transform 0.3s, width 0.3s;
		-moz-transition: -moz-transform 0.3s, width 0.3s;
		transition: transform 0.3s, width 0.3s;
}

.gn-scroller {
		position: absolute;
		overflow-y: scroll;
		width: 250px;
		height: 100%;
}

.gn-menu {
		border-bottom: 1px solid #DDDDDD;
		text-align: left;
		font-size: 16px;
}

.gn-menu li:not(:first-child),
.gn-menu li li {
		box-shadow: inset 0 1px #dddddd;
}

.gn-submenu li {
		overflow: hidden;
		height: 0;
	 	-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s; 
}


 .gn-submenu li a {
		color: #aeacac;
		font-size:14px;
}
 
input.gn-search {
		position: relative;
		z-index: 10;
		padding-left: 60px;
		outline: none;
		border: none;
		background: transparent;
		color: #5f6f81;
		font-weight: 300;
		font-family: 'Ubuntu', sans-serif;
		cursor: pointer;
}

/* placeholder */

.gn-search::-webkit-input-placeholder {
		color: #5f6f81
}

.gn-search:-moz-placeholder {
		color: #5f6f81
}

.gn-search::-moz-placeholder {
		color: #5f6f81
}

.gn-search:-ms-input-placeholder {
		color: #5f6f81
}

/* hide placeholder when active in Chrome */

.gn-search:focus::-webkit-input-placeholder,
.no-touch .gn-menu li.gn-search-item:hover .gn-search:focus::-webkit-input-placeholder {
		color: transparent
}

input.gn-search:focus {
		cursor: text
}

.no-touch .gn-menu li.gn-search-item:hover input.gn-search {
		color: white
}

/* placeholder */

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-webkit-input-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-moz-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
		color: white
}

.gn-menu-main a.gn-icon-search {
		position: absolute;
		top: 0;
		left: 0;
		height: 60px;
}

/* if an icon anchor has a span, hide the span */

.gn-icon span {
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
}

.gn-icon-menu::before {
		margin-left: -15px;
		vertical-align: -2px;
		width: 30px;
		height: 3px;
		background: #5f6f81;
		box-shadow: 0 3px white, 0 -6px #5f6f81, 0 -9px white, 0 -12px #5f6f81;
		content: '';
}

.no-touch .gn-icon-menu:hover::before,
.no-touch .gn-icon-menu.gn-selected:hover::before {
		background: white;
		box-shadow: 0 3px #5f6f81, 0 -6px white, 0 -9px #5f6f81, 0 -12px white;
}

.gn-icon-menu.gn-selected::before {
		background: #5993cd;
		box-shadow: 0 3px white, 0 -6px #5993cd, 0 -9px white, 0 -12px #5993cd;
}

/* styles for opening menu */

.gn-menu-wrapper.gn-open-all,
.gn-menu-wrapper.gn-open-part {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		transform: translateX(0px);
}

.gn-menu-wrapper.gn-open-all {
		width: 230px;
}

.gn-menu-wrapper.gn-open-all .gn-submenu li {
		height: 50px;
		line-height:50px; 
}


.gn-menu li.active, .gn-menu li:hover{ background:url(../../images/menuactive.jpg) repeat-x;}
.gn-menu li.active a, .gn-menu li a:hover{color:#555555;} 
.gn-icon-home{ background:url(../../images/home.png) no-repeat 17px center; padding-left:60px; }
.gn-icon-profile{ background:url(../../images/profile.png) no-repeat 17px center; padding-left:60px; }
.gn-icon-network{ background:url(../../images/network.png) no-repeat 17px center; padding-left:60px; }
.gn-icon-inbox{ background:url(../../images/inbox.png) no-repeat 17px center; padding-left:60px; }
.gn-icon-subicon{ background:url(../../images/subicon.png) no-repeat 32px center; padding-left:60px; }
.gn-icon-notification{ background:url(../../images/notification.png) no-repeat 32px center; padding-left:60px; }

.gn-menu li.active .gn-icon-home{ background:url(../../images/home_active.png) no-repeat 17px center;}
.gn-menu li.active .gn-icon-profile{ background:url(../../images/profile_active.png) no-repeat 17px center;}
.gn-menu li.active .gn-icon-network{ background:url(../../images/network_active.png) no-repeat 17px center;}
.gn-menu li.active .gn-icon-inbox{ background:url(../../images/inbox_active.png) no-repeat 17px center;}
.gn-menu li.active .gn-icon-subicon{ background:url(../../images/subicon_hover.png) no-repeat 17px center;} */


@media screen and (max-width: 422px) { 
	.gn-menu-wrapper.gn-open-all {
			-webkit-transform: translateX(0px);
			-moz-transform: translateX(0px);
			transform: translateX(0px);
			/*width: 60%;*/
	}

	.gn-menu-wrapper.gn-open-all .gn-scroller {
			/*width: 130%*/
	}
}
@media screen and (max-width: 1200px) {
.gn-menu-wrapper{width:230px;}
}
.course-title{color:#041e42;font-size:large;max-width: 1000px;float: left;}
.total-title{color: #7f7f7f;
    font-size: 14px;float: right; margin-top: -30px;
    }
.reviewCount-title{color: #041e42; margin-left: 675px;  
}
.info-panel {
    border-bottom: 1px solid #e9e9e9;
}
.review-Star {
    float: right;
    margin-right: 10px;
}
.gwt-Image{width: 50px;}
.user-comment{color: #7f7f7f;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 5px;}
.user-name{color: #041e42;
    float: left;
    font-size: 18px;
    width: 80%;margin-left: -10px;}
.avg-Review{ float: right;}
.avg-review{color: #7f7f7f; }
#displayCreateCourse {padding-right:0px;}
#displayCreateCourse table.review-part {
  margin: auto;
}
.review-part .info-panel table {margin-top: auto !important;margin-bottom: auto !important;}
.average-reviev-counts {
    display: inline-block;
    margin: 0 20px 0 13px;
     color: #7f7f7f;
    
}
.reviev-counts {
    display: inline;
   
    color: #041e42;
}
.avg-review-Online{color: #7f7f7f;}
.reviewCount-title-Online{color: #041e42;}
.autocomplete-w1 .autocomplete{width: 420px; max-height: 300px;}
div.getSendMessageIn {
  text-align: center;
      margin-right: 0;
      margin-top: 5px;  
}

.getSendMessageInNetworkPopUp {
  background: #041e42;
  border: none;
  color: #fff;
  padding: 10px;
  line-height: normal;
  min-width: 120px;
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
  margin-top: 10px;
}
.notefication{
	float: right;
}

.notefication sup {
    background: none repeat scroll 0 0 #041e42;
    border-radius: 50%;
    color: #FFFFFF;
    padding: 8px 5px;
    position: absolute;
    top: 8px;
}
.menunotification{
	background: #fff;
    top: 3em !important;
    color: #041e42;
}
ul.children.menunotification {
   width: 430px;
    padding: 10px;
    background: #fff;
    right: 1px !important;
	    overflow-y: scroll;
    height: 496px;
}
li .img {
    width: 15%;
    float: left;
    padding: 2px;
}
.notiname {
    width: 85%;
    float: left;
}
.noteficationnemu ul li {
    width: 100%;
    padding: 10px 0px;
}
.notibutton {
    text-align: right;
}
li.notimassage {
    margin-bottom: 5px;
    background: #FFFFFF;
}
.anotiaccept{
	border: 1px solid #BBBBBB;
    border-radius: 20px;
    clear: both;
    display: inline-block;
   	overflow: hidden;
    position: absolute;
    transition: all 0.3s linear 0s;
    background-color: #fff;
    width: auto;
    padding: .50em 1em !important;
    background: #1abc9c;

}
.anotiacceptign{
	border: 1px solid #BBBBBB;
    border-radius: 20px;
    clear: both;
    display: inline-block;
   	overflow: hidden;
    position: absolute;
    transition: all 0.3s linear 0s;
    background-color: #fff;
    width: 65px;
    padding: .50em 1em !important;
    color: #000 !important;
    background-color: #ddd;

}
.naaccept{
	float: left;
	margin-right: 10px;
}
.notignore{
	float: left;
}
