.user-panel
{
background:#f7f7f7;
min-height:600px;
}
.user-panel .well
{
background:#fff;
border:1px solid #eaeaea;
padding:20px;
border-radius: 5px;
}
/*.sidebar, .col-lg-9 .well
{
min-height:610px;
}*/

#header .header-nav-features .header-nav-features-dropdown
{
margin-top:40px;
border-radius:5px;
}
.min-height
{
min-height:610px;
}

.notification-counter
{
position: absolute;
    top: -5px;
    right: -10px;
    width: 15px;
    height: 15px;
    display: block;
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    background-color: #ed5348;
    text-align: center;
    line-height: 15px;
    border-radius: 20px;
    box-shadow: -1px 1px 2px 0 rgba(0,0,0,.3);
}

.notification-section
{
padding:0px!important;
}



.notify-drop {
  min-width: 330px;
  background-color: #fff;
  min-height: 360px;
  max-height: 360px;
  padding-left:0px!important;
}
.notify-drop .notify-drop-title {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 15px 10px 15px;
}
.notify-drop .drop-content {
  min-height: 280px;
  max-height: 280px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.notify-drop .drop-content::-webkit-scrollbar-track
{
  background-color: #F5F5F5;
}

.notify-drop .drop-content::-webkit-scrollbar
{
  width: 8px;
  background-color: #F5F5F5;
}

.notify-drop .drop-content::-webkit-scrollbar-thumb
{
  background-color: #ccc;
}
.notify-drop .drop-content > li {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0px 5px 0px;
}
.notify-drop .drop-content > li:nth-child(2n+0) {
  background-color: #fafafa;
}
.notify-drop .drop-content > li:after {
  content: "";
  clear: both;
  display: block;
}
.notify-drop .drop-content > li:hover {
  background-color: #fcfcfc;
}
.notify-drop .drop-content > li:last-child {
  border-bottom: none;
}
.notify-drop .drop-content > li .notify-img {
  float: left;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0px 0px 8px 0px;
}
.notify-drop .allRead {
  margin-right: 7px;
}
.notify-drop .rIcon {
  float: right;
  color: #999;
}
.notify-drop .rIcon:hover {
  color: #333;
}
.notify-drop .drop-content > li a {
  font-size: 12px;
  font-weight: normal;
}
.notify-drop .drop-content > li {
  font-weight: bold;
  font-size: 11px;
  padding:10px;
}
.notify-drop .drop-content > li hr {
  margin: 5px 0;
  width: 70%;
  border-color: #e2e2e2;
}
.notify-drop .drop-content .pd-l0 {
  padding-left: 0;
}
.notify-drop .drop-content > li p {
  font-size: 11px;
  font-weight: normal;
  margin: 3px 0;
}
.notification-content
{
color:#666;
text-decoration:none;
}
.notification-content:hover
{
color:#666;
text-decoration:none!important;
}
.notify-drop .drop-content > li p.time {
  /*font-size: 10px;
  font-weight: 600;
  top: -6px;
  margin: 8px 0px 0px 0px;
  padding: 0px 3px;
  border: 1px solid #e2e2e2;
  position: relative;
  background-image: linear-gradient(#fff,#f2f2f2);
  display: inline-block;
  border-radius: 2px;
  color: #B97745;*/
  color:#b5b6ba;
}
.notify-drop .drop-content > li p.time:hover {
  background-image: linear-gradient(#fff,#fff);
}
.notify-drop .notify-drop-footer {
  border-top: 1px solid #e2e2e2;
  bottom: 0;
  position: relative;
  padding: 8px 15px;
}
.notify-drop .notify-drop-footer a {
  color: #777;
  text-decoration: none;
}
.notify-drop .notify-drop-footer a:hover {
  color: #333;
}

.notify-img
{
background:#eaeaea;
border-radius:50%;
padding:10px;
text-align:center;
color:#444;
font-size:16px;
}

.notify-read
{
color:#444;
font-size:17px;
}
.notification-content
{
line-height:20px;
}
.notifications
{
height:500px;
}
.notification-card {
           
            text-align: center;
            padding: 20px;
            max-width: 400px;
        }
.impressive-message {
            font-size: 14px!important;
            font-weight: bold!important;
            
			padding-top:15px!important;
        }

        .icon {
            font-size: 48px;
            color: #999;
        }

@media (max-width: 991px)
{
#header .header-nav-features .header-nav-features-dropdown.show {
    top: 105px;
    box-shadow: none;
}
}

.btn-hierarchy
{
font-weight: bold;
    font-size: 15px;
	border-color:#2ABBB2;
	color:#2ABBB2;
	padding: 0px 10px;
    margin-top: 10px;
}
.btn-hierarchy:hover
{
text-decoration:underline;
font-weight: bold;
    font-size: 15px;
	background-color:#2ABBB2;
	border-color:#2ABBB2;
	color:#fff;
}