md-toast.md-success-toast-theme .md-toast-content {
        background: rgb(212, 237, 218) !important;
        border: 3px solid #c3e6cb;
        border-radius: .25rem !important;
        color: #155724 !important;
        height: 75px;
        margin-top: 10%;
        width: 600px;
}

md-toast.md-error-toast-theme .md-toast-content {
        background: #f8d7da !important;
        border: 3px solid #f5c6cb;
        border-radius: .25rem !important;
        color: #721c24 !important;
        height: 75px;
        margin-top: 10%;
        width: 600px;
}

md-toast.md-warn-toast-theme .md-toast-content {
        background: #fcf8e3 !important;
        border: 3px solid #faebcc;
        border-radius: .25rem !important;
        color: #8a6d3b !important;
        height: 75px;
        margin-top: 10%;
        width: 600px;
}

md-toast.alert-error .md-toast-content {
        background: #f8d7da !important;
        border: 3px solid #f5c6cb;
        border-radius: .25rem !important;
        color: #721c24 !important;
        height: auto;
        margin-left: 6px;
        margin-top: 10%;
        max-height: 660px;
        overflow: auto;
        width: 680px;
}

md-toast.alert-error-full .md-toast-content {
        background: #f8d7da !important;
        border: 3px solid #f5c6cb;
        border-radius: .25rem !important;
        color: #721c24 !important;
        height: auto;
        margin-left: 6px;
        margin-top: 10%;
        max-height: 660px;
        overflow: auto;
        width: 680px;
}

md-toast .md-toast-content:before {
    display: none !important;
}

md-toast .md-button {
        background-color: rgba(255,0,0,.1);
        color: #721c24 !important;
        font-weight: bold;
        width: 100px
}

md-toast.md-success-toast-full-theme .md-toast-content {
        background: rgb(212, 237, 218) !important;
        border: 3px solid #c3e6cb;
        border-radius: .25rem !important;
        color: #155724 !important;
        height: 75px;
        margin-top: 10%;
        width: 600px;
}

md-toast.md-error-toast-full-theme .md-toast-content {
        background: #f8d7da !important;
        border: 3px solid #f5c6cb;
        border-radius: .25rem !important;
        color: #721c24 !important;
        height: 75px;
        margin-top: 10%;
        width: 600px;
}

/* inverte ordem botoes*/
md-dialog md-dialog-actions {
    display: block !important;
}

md-dialog md-dialog-actions button {
    float: right !important;
}

.presenca-painel {
  background: white;
  border-radius: 4px;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
      0 13px 19px 2px rgba(0, 0, 0, 0.14),
      0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding-left: 10px;
  padding-right: 8px;
  width: 315px;
}


.pre-wrap {
    white-space: pre-wrap;
}