.btn.btn-primary {
    background: #254e58;
    border-color: #254e58; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      background: #254e58 !important;
      border-color: #254e58 !important; }

.btn.btn-info {
  background: #88BDBC;
  border-color: #88BDBC; }
  /* .btn.btn-primary:hover, .btn.btn-primary:focus {
    background: #44bef1 !important;
    border-color: #44bef1 !important; }       */

       /* LOGO RESPONSIVE  */

  @media (max-width: 770px){
    .mainlogo {
      width: 120px ;
      /* height: auto;
      margin: auto; */
      display: none; 
      
      
    } 
  }

  @media (min-width: 770px){
    .mainlogo {
      width: 200px ;
      height: auto;
      float: right; 
         
    } 
  }

  #sidebar {
      
    background: #254e58;
    color: #fff;
    
     }

     #sidebar h1 .logo span {
        
        color: #88BDBC;
         }

         #sidebar ul li a span {
            color: #88BDBC; }

#sidebar .custom-menu .btn.btn-primary:after {
          
          background: #254e58;
          }                    
      


#notifications {
    background-color: #FFFFFF;
    display: block;
    width: 100%;
    position: relative;
}

