.app-header{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15pt;
}
.app-sidebar__user-avatar{
    width: 48px;
    background: white;
    padding: 6px;
}
.app-sidebar__toggle{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15pt;
}
.app-sidebar__toggle::before{
    display: none;
}

.app-sidebar__user-name {
    font-size: 9px;
    line-height: 1.3;
    font-weight: 800;
}
.app-sidebar__user-designation{
    font-size: 10px;
    line-height: 1.3;
    font-weight: 500;
    color: #009688; 
}

.headerRegister{
    background: #009688;
    color: #FFF;    
}
.headerUpdate{
    background: #007BFF;
    color: #FFF;    
}
.notblock{
    display: none;
}
.moduloMenu{
    position: relative;
    top: 100px;
}

#moduloprincipal {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 30px;
    padding: 5px;
    width: 250px;
 }
 #moduloprincipal::after{
    content:"\025be";
    display:table-cell;
    text-align:center;
    padding-top:7px;
    width:30px;
    height:30px;
    background-color:#009688;
    position:absolute;
    top:0;
    right:0px;
    pointer-events: none;
 }
 /*para loading*/
.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
    opacity: .8;
}
.loader{
   padding: 0 10px;
}
.loader{
   width: 200px;
   text-indent: -99999;
   height: 200px;
   font-size: 0;
   position: absolute;
   left: 50%;
   top: 50%;
   background-image: url(../images/loading.gif);
   background-repeat: no-repeat;
   background-position: center;
   margin: -100px 0 0 -100px;
}
.valid-text{
    float: right;
    color: #555555;
    font-style: italic;
}

.user .profile .info {
    background-color: #fff;
    color: #555555;
    
    /* width: 100%; */
}
.user-img{
    width: 150px;
    background: white;
    padding: 6px;
    border: 2px solid #ccc;
    /* IMPORTANTE */
    
}
.userphoto{
   text-align: center;
}