.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 35px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: #ffffff; */
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 20px;
    left: 2px;
    bottom: -1.5px;
    background-color: #0000ff;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .navbar-brand{
    margin-top: 20px !important;
}

.goog-te-gadget-simple {
  white-space: nowrap;
background-color: #ffffff !important;
border: 0 !important;
font-size: 10pt;
/* font-weight: 800; */
display: inline-block;
padding: 10px 10px !important;
cursor: pointer;
zoom: 1;
}




/* CSS used here will be applied after bootstrap.css */

.dropdown {
    display:inline-block;
    /* margin-left:20px;
    padding:10px; */
  }


.glyphicon-bell {
   
    font-size:1.5rem;
  }

.notifications {
   min-width:420px; 
  }
  
  .notifications-wrapper {
     overflow:hidden;
      max-height:250px;
    }
    
 .menu-title {
     color:#000000;
     font-size:1.5rem;
      display:inline-block;
      
      }
 
.glyphicon-circle-arrow-right {
      margin-left:10px;     
   }
  

        
.dropdown-menu.divider {
  margin:5px 0;          
  }

.item-title {
  
 font-size:1.3rem;
 color:#000;
    
}

.notifications a.content {
 text-decoration:none;
 background:rgb(255, 255, 255);

 }
    
.notification-item {
 /* padding:10px; */
 margin-right: 25px;

 /* margin-top:10px; */
 /* margin-bottom:10px; */
 background:rgb(255, 255, 255);
 border-radius:4px;
 }



