/**** color blue Starts *****/

.header1{
    background: rgb(44, 112, 170);
    border-bottom: 1px solid #ccc;
}
.footer {
    background: rgb(44, 112, 170);
    border-top: 1px solid rgb(44, 112, 170);
    color: rgb(236, 240, 245);
}
.sidemenu{
    border-color: rgb(44, 112, 170);
    background-color: rgb(241, 241, 241);
}
.menuitem{
    color: #000000;
}
.quickmenucontain{
    border: 1px solid rgb(44, 112, 170);
}
.userbox{
    background: #fcfcfc;
}
.notifybox{
    background: #fcfcfc;
}
.userbox .arrowindication{
    color: #fcfcfc;
}
.notifybox .arrowindication{
    color: #fcfcfc;
}
.nofycount{
    background: #ff6262;
}
.menuitem.active{
    background: rgb(119, 159, 193);
    color: #fff;
}
.menuitem:hover, .submenu li:hover{
    background: rgb(174, 183, 190);
    color: #fff;
}
.collapsedmodehead{
    background: rgb(119, 159, 193);
    color: #fff !important;
}
.collapsedmodehead:hover{
    background: rgb(174, 183, 190) !important;
    color: #fff !important;
}
.cmpyname {
    color: rgb(44, 112, 170);
    background: #b6deff;
    font-weight: bold;
}
#useriddrp,#usernameedrp,#useriddrp,#userinfoo {
    color: rgb(44, 112, 170);
}
#logout{
    color: red;
}
#logout:hover{
    background: #e8f4ff;
}
.pendingcountdrp{
    background: #ff6262;
    color: #fff;
}
.notifylistinfo li:hover > .pendingcountdrp {
    background: #6c62ff;
}
.notifylistinfo li:hover  {
    background: #b6deff;
}
/**** color blue Ends *****/