.userProfileImage { max-width:30px; max-height:30px; border-radius: 50%; vertical-align: middle}

.area-content{
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    background-color: white;
    margin: 8px;
    padding: 4px;
}

.area{
    width: 95%;
    margin: auto;
    margin-top: 20px;
    /*box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2),0 4px 14px 0 rgba(0,0,0,0.19) !important;*/
}

@media screen and (min-width: 750px) {
    .area {
        margin: auto;
        width: 60%;
        margin-top: 20px;
        /*box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2),0 4px 14px 0 rgba(0,0,0,0.19) !important;*/
    }
}

.hover:hover{
    background-color: #eee !important;
}

.hover:hover md-icon{
    background-color: #eee !important;
}

.head-background{
    background-color: #ff3a00;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.second-background {
    background-color: rgb(96, 125, 139);
}

md-icon {
    color: #DD2C00;
}

md-card.ng-hide-remove {
    transform: rotateX(90deg);
    transform-origin: top;
    transition: all 1s ease;
}

md-card.ng-hide-remove.ng-hide-remove-active {
  transform: rotateY(0);
}

/*Esto es para los contact chips*/
md-chips.md-default-theme .md-chips, md-chips .md-chips,
md-chips.md-default-theme .md-chips, md-chips .md-chips.md-focused { box-shadow: none; }
.md-chips .md-chip {
    font-size: 13px;
    border-radius: 2px;
    height: 28px;
    line-height: 27px;
    margin: 2px 2px 0 0;
    padding: 0 8px;
    background: #ccc;
    color: #222;
}

/*sobra?*/
.md-chips .md-chip .md-chip-remove md-icon {
    height: 14px;
    width: 14px;
    -webkit-transform: translate3d(-50%,-70%,0);
    transform: translate3d(-50%,-70%,0);
}

/*sobra?*/
.md-chips .md-chip-input-container input:not([type]) {
    height: 22px;
    line-height: 22px;
}

/*sobra?*/
md-chips.md-default-theme .md-chip.md-focused, md-chips .md-chip.md-focused {
    background: rgb(0,158,226);
    color: #fff;
}

.md-chip-input-container{
    width: 100%;
}

.input-switch-all {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px !important;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.hint {
    /* Position the hint */
    left: 2px;
    right: auto;
    bottom: 7px;
    /* Copy styles from ng-messages */
    font-size: 12px;
    line-height: 14px;
    /*transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);*/
    /* Set our own color */
    color: grey;
}