.hint {
    /* Position the hint */
    position: absolute;
    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;
}


input[type="text"]:disabled {
    background: #dddddd;
}

.textareacontainer {
    height: 100%;
}

.textareacontainer textarea {
    width: 100%;
    height: 100vh;
}

.md-button-large {
    padding:10px;
}

md-content {
    overflow: hidden !important;
}
md-input-container {
    margin: 0 0 5px 0 !important;
    top:8px;
}
