@import url("https://fonts.googleapis.com/css?family=Lato");

* {
    font-family: Lato;
}

body {
        display: block;
        color: #232323;
        background-color: white;
        font-size: 11px;
        text-align: left;
        vertical-align: top;
        direction: ltr;
        border-right-style: none;
        border-left-style: none;
        border-bottom-style: none;
        border-top-style: none;
        margin: 0;
        line-height: 1.8em;
        -webkit-font-smoothing: antialiased;
}

label.successMessage{
    color: blue; font-weight: bold; font-size: 12px;
}

label.errorMessage{
    color: red; font-weight: bold; font-size: 12px;
}

.required{
    color: #BB0000;
}

.ui-btn
{
    overflow: visible !important;
    white-space: normal !important;
}

div.issue_row {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
