/* 
    Document   : custom
    Created on : 16-abr-2013, 19:45:11
    Author     : paco
    Description:
        Purpose of the stylesheet follows.
*/

.errorMessage { 
    color:red;
}

.grid-view .filters input{
    width: 90%;
}

.navbar.main .topnav > li.open > a {
    top: 0px;
}


.table-primary.table-bordered tbody .positivo td   {
    color:#47A466;
}

.table-primary.table-bordered tbody .negativo td   {
    color:#BF6352;
}

#login {
    height: 100vh;
}

