	.panel-transparent {
              background: none;
          }

          .panel-transparent .panel-heading{
               background: rgba(46, 51, 56, 0.8)!important;
          }

          .panel-transparent .panel-body{
              background: rgba(46, 51, 56, 0.8)!important;
          }

          body{
            background-position:center;
            background-attachment:fixed;
            background-size:100% 100%;
            
          }
          label {
                      color: #FFFFFF;
                      font-size:15px ;
          }
		  
/*Nav bar Notification Section ....................... 	*/	  
.glyphicon-bell {
   
    font-size:1.5rem;
  }

.notifications {
   min-width:420px; 
}
  
.notifications-wrapper {
     overflow:auto;
      max-height:250px;
}
    
 .menu-title {
     color:#1a75ff;
     font-size:1.5rem;
      display:inline-block;
	  font-weight: bold;
      }
 
.glyphicon-circle-arrow-right {
      margin-left:10px;     
   }
  
   
 .notification-heading, .notification-footer  {
 	padding:2px 8px;
       }
      
        
.dropdown-menu.divider {
  margin:5px 0;          
  }

.item-title {
  
 font-size:1.3rem;
 color:#ffffff;
    
}

.notifications a.content {
 text-decoration:none;
 background::#ffffff;

 }
    
.notification-item {
 padding:10px;
 margin:5px;
 background: #005ce6;
 border-radius:4px;
 }
 
 .badge-notify{
   background:red;
   position:absolute;
   top:0px;
  }
 /*Nav bar Notification Section ....................... 	*/	  