.dcy_user_profile .md-button {
	text-transform: capitalize !important;	
}

.dcy_user_profile .md-button div {
	font-size: 12px;
	font-family: Roboto-Regular;
}

.dcy_user_profile {
    position: absolute;
    top: 48px;
    right: 32px;
    height: 265px;
    width: 330px;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26), 
                0 2px 10px 0 rgba(0,0,0,0.16);
}

.dcy_user_profile .dcy_user_image {
    position: absolute;
    top: 89px;
    left: 125px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    z-index: 100;
    background: rgb(255, 255, 255); 
    color: rgba(0, 0, 0, 0.87);
}

.dcy_user_profile .dcy_top {
    height: 151px;
    color: rgb(255, 255, 255);
    background: url('img/user_dialog_background.png') no-repeat center center #414CB7;
    line-height: normal;
}

.dcy_user_profile .dcy_top .dcy_top_cover {
    height: 151px;
    width: 330px;
    z-index: 50;
}

.dcy_user_profile .dcy_top .dcy_user_name {
    position: absolute;
    top: 28px;
    left: 15px;
    min-width: 300px;
    max-width: 300px;
    font-size: 18px;
    color: #FFF;
    text-align: center;
}

.dcy_user_profile .dcy_top .dcy_user_email {
    position: absolute;
    top: 55px;
    left: 15px;
    min-width: 300px;
    max-width: 300px;
    font-family: Roboto-Regular;
    font-size: 12px;
    color: #FFF;
    text-align: center;
}
.dcy_user_profile .dcy_bottom {
    flex: 2;
}
.dcy_user_profile .dcy_bottom span {
    font-family: Roboto-Regular;
    font-size: 12px;
    color: #878787;
}

.dcy_user_profile .dcy_bottom md-icon {
    color: #747474;
    margin-bottom: 2px;
}
/*# sourceMappingURL=user_dialog.css.map */
