﻿
     /* message notification template */
    .notification-section {
        width: 200px;
        padding: 20px 30px;
    }

        .notification-section p {
            margin: 3px 0 20px;
            line-height: 40px;
        }

        .notification-section .k-button {
            width: 200px;
        }

    .k-notification {
        border: 0;
    }


    /* Info template */
    .k-notification-info.k-group {
        background: #ffd800;
        color: #fff;
    }

    .new-mail {
        width: 300px;
        height: 100px;
    }

        .new-mail h3 {
            font-size: 1em;
            padding: 32px 10px 5px;
        }

        .new-mail img {
            float: left;
            margin: 30px 15px 30px 30px;
        }

    /* Error template */
    .k-notification-error.k-group {
        background: rgba(100%,0%,0%,.7);
        color: #ffffff;
    }

    .wrong-pass {
        width: 300px;
        height: 100px;
    }

        .wrong-pass h3 {
            font-size: 1em;
            padding: 32px 10px 5px;
        }

        .wrong-pass img {
            float: left;
            margin: 30px 15px 30px 30px;
        }

    /* Upload Success template */
    .k-notification-upload-success.k-group {
         background: rgba(0%,60%,0%,.7);
         color: #fff;
                }
    
    .upload-success {
        width: 300px;
        height: 100px;
  
    }

        .upload-success h3 {
            font-size: 1em;
            padding: 32px 10px 5px;
        }

        .upload-success img {
            float: left;
            margin: 30px 15px 30px 30px;
        }

     /* General Info Success template */
    .k-notification-info-success.k-group {
         background: #0026ff;
         color: #ffffff;
                }
    
    .info-success {
        width: 300px;
        height: 100px;
  
    }

    .info-success h3 {
        font-size: 1em;
        padding: 32px 10px 5px;
    }

    .info-success img {
        float: left;
        margin: 30px 15px 30px 30px;
    }

 .notecount 
 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 20px;

  padding: 2px;
  overflow: hidden;
  border: none;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  font: normal normal bold 12px/1 Arial, Helvetica, sans-serif;
  color: rgba(255,255,255,1);
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #d8022d;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3) ;
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3) ;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;
}



.notecountcontainer 
{
    padding-left:10px;
    padding-right:5px;
}

#noteMenu img 
{
    height:24px;
    width:24px;
}


#noteMenu ul
{
    background-color:#E0F0F7; 
}

#noteMenu ul .k-link
{
    padding:15px; 
    background-color:#E0F0F7; 
    color: #000000; 
}

    


