#menu, .sub-menu {
    display: none;
    list-style: none;
    float: right;
    background: #FFF;
    margin-right: 10;
  /*  margin-top: 72px; */
    padding: 0px !important;
    position: absolute;
    right: 60px;
    z-index: 999999999;
}


/*Change toggle size by adjusting width & height*/
.tb-menu-toggle {
  border: 0;
  position: relative;
  background: transparent;
  cursor: pointer;
  float: right;

}

/*Change toggle color here*/
.tb-menu-toggle i {
    position: absolute;
    background-color: #565656 !important;
    border-radius: 50%;
    background: url("../img/icon-usuario2.png") no-repeat;
    top: 0;
    left: 0;
    width: 53px;
    height: 53px;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    -o-transition:all .2s;
    transition:all .2s;
    z-index: 999999999;
    opacity:0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
}

.tb-menu-toggle i:hover{
	 -webkit-transition: all 0.1s ease;
     -moz-transition: all 0.1s ease;
       -o-transition: all 0.1s ease;
      -ms-transition: all 0.1s ease;
          transition: all 0.1s ease;

          -moz-box-shadow: 1px 1px 25px #fff; -webkit-box-shadow: 1px 1px 25px #fff; box-shadow: 1px 1px 25px #fff;
          border-radius : 50px;
}

/* Style the active toggle here */
.tb-menu-toggle.tb-active-toggle i {  }







/*Animation of the toggle*/
.tb-menu-toggle.tb-animate-toggle i:first-child,
.tb-menu-toggle.tb-animate-toggle i:nth-child(2){


 /*
   top: 40%;
  -webkit-transform:rotate(15deg);
   -moz-transform:rotate(15deg);
    -ms-transform:rotate(15deg);
     -o-transform:rotate(15deg);
        transform:rotate(15deg);
        */
}


@media screen and (max-width: 400px) {

    .tb-menu-toggle i {
        background: url("../img/icon-usuario3.png") no-repeat;
        top: 0;
        left: 0;
        width: 45px;
        height: 45px;
    }
}

#menu {
    text-decoration: none;
}

/*.ng-binding{
	padding: 7px 0;
}*/

.infomenu{
	padding: 7px 10px;
	background: #5bc0de;
    color: #fff;

}

.menucl {
    color: #4B5156;
    text-align: center;
    padding: 7px 0;
    border-top: 1px solid #ccc;

     -webkit-transition: all 0.1s ease;
     -moz-transition: all 0.1s ease;
       -o-transition: all 0.1s ease;
      -ms-transition: all 0.1s ease;
          transition: all 0.1s ease;
}

.menucl:hover {

       background: #E4E4E4;

}




.sair {
    color: #D90000;
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 7px 0;


}

.sair:hover {
    color: #fff;
    background: #7a0000;


}

.click {
    cursor: pointer;
}