.header .navbar-user .image, .header .navbar-user .image.image-icon, .header .navbar-pamslogo img {
	width: 110px;
	margin: -15px 0px 0px 0px;
	height: 50px;
	float: left
}

@media (max-width: 767px) {
  .header .navbar-user .image, .header .navbar-user .image.image-icon, .header .navbar-pamslogo img {
    width: 80px;
    margin: -15px 0px 0px 0px;
    height: 30px;
    float: left;
  }
}



@media (max-width: 767px){
.page-with-two-sidebar .header .navbar-brand {
    /* margin: 0px 150px 0px 100px; */
}}
.customNewButtonClass{
	 margin: 0px 0px 10px 10px;
	 display: flex;
	 flex-direction: row;
}
.header .navbar-toggle{
	padding: 10px 10px 10px 0px;
}
.list-email .email-time {
	width: 120px;
}
/*
// sidebar background color 
.sidebar, .sidebar-bg{
	background: #2d353c;
}
//sidebar text color
.sidebar .nav>li>a {
	color: #a8acb1;
}
//sidebar line color
.sidebar .sub-menu>li.has-sub>a:before, .sidebar .sub-menu>li:before, .sidebar .sub-menu>li>a:after {
	background: #fff;
}
//sidebar point color
.sidebar .sub-menu>li:after {
	background: #fff;
	border: 1px solid #000000;
} */


.sidebar .sub-menu>li>a{
	padding: 3px 20px 3px 0px
}
.rtl-mode .sidebar .sub-menu>li>a{
	padding: 3px 0px 3px 20px
}
.sidebar .sub-menu>li>a>i{
	margin-left: 0px;
	margin-right: 4px;
}
.rtl-mode .sidebar .sub-menu>li>a>i{
	margin-left: 4px;
	margin-right: 0px;
}
.rtl-mode .form-horizontal.form-bordered .form-group>div{
	border-left: 0px solid #eee;
	border-right: 1px solid #eee;
}
.form-horizontal.form-bordered .form-group>div{
	border-left: 1px solid #eee;
	border-right: 0px solid #eee;
}
.sidebar .sub-menu>li:after{
	width:0px;
	height:0px;
	border: none;
}

@media (max-width: 767px){
.DisplayUnitName {
	display: none;
}}

@media (max-width: 767px){
.header .navbar-nav {
    margin-right: 0;
    padding: 0px;
}}
.login.login-with-news-feed .news-caption .caption-title, .register.register-with-news-feed .news-caption .caption-title {
	font-size: 27px;
}
.loginPageLogo {
	width: 110px;
	margin-bottom: 16px;
}
.loginHCMLogo {
	height: 50px;
	margin: 15px;
}
/* .login.login-with-news-feed .news-image, .register.register-with-news-feed .news-image{
	background-size: contain;
} */



.login-content {
position: sticky;
    border: 1px solid #c4c4c4;
    width: 300px;
    /* height: 232px; */
    height: auto;
    left: 69%;
    top: 225%;
    margin-left: -171px;
    margin-top: 0px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    background: #fefefe;
    padding: 0px 20px 0 20px;
}
.login-content:before, .errorContainer:before {
	-webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    top: 0;
    z-index: -2;
}

.login-content:after, .login-content:before, .errorContainer:after, .errorContainer:before {
    background: #f9f9f9;
    background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(249,249,249,1) 100%);
    background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    background: -o-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    background: linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
    border: 1px solid #c4c6ca;
    content: "";
    display: block;
    height: 100%;
    left: -1px;
    position: absolute;
    width: 100%;
}
.login-content:after, .errorContainer:after {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    top: 0;
    z-index: -1;
}

.login.login-with-news-feed .login-content, .register.register-with-news-feed .register-content{
	padding: 30px;
	width: 335px;
	margin: 0px 83px;
}

@media (max-width: 767px){
.login.login-with-news-feed .login-content, .register.register-with-news-feed .register-content{
	padding: 30px;
	width: 335px;
	margin: 0px;
}
.loginHCMLogo {
	height: 50px;
	margin: 15px;
}
}
.widget-img.widget-img-sm {
	width: 55px;
	height: 25px;
}
.panelActionDesktop{
	display: block;
}
.panelActionMobile{
	display: none;
}
@media (max-width: 767px){
	.panelActionDesktop{
		display: none;
	}
	.panelActionMobile{
		display: block;
	}
}

.gritter-close-all:before, 
.gritter-light .gritter-close-all:before {
	content: 'Close All'!important;
	position: absolute!important;
	text-align: center!important;
	right: 0!important;
	color: #999;
	left: 0;
	z-index: 10;
	text-indent: 0;
	font-size: 12px;
	font-weight: 600;
	line-height: 9px;
	top: 50%!important;
	margin-top: -5px;
	font-family: inherit;
}