
.navbar-nav > li > a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.navbar {
    min-height: 30px !important;
}

.navbar-fixed-top {
    background: #eeeeee!important;
}

.dataTables tbody tr {
    min-height: 15px; /* or whatever height you need to make them all consistent */
}

.assist {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 10px;
    padding-left: 0px;
    text-align: right;
    background: transparent;
    font-size: 11px;
    margin-right: 40px;
    vertical-align: middle;
}

    .assist .divider {
        display: inline-block;
        padding: 0 0.5em;
        color: #4A96D6;
    }

    .assist .welcome {
        display: inline-block;
        color: #4A96D6;
    }

    .assist .tools a:link {
        color: #4E96D6!important;
        line-height: 5px;
    }

    .assist .tools {
        display: inline-block;
    }

.selectWidth {
    width: 160px!important;
}



.modal {
    overflow: hidden;
}

.modal-dialog {
    /*
    margin-right: 0;
    margin-left: 0;
	*/
    margin-top: 150px;
}

.modal-body {
    height: 300px;
    overflow-y: scroll;
}

.modal-header {
    background-image: url(imagens/icon-draggable.png);
    background-repeat: no-repeat;
    background-position: 50% 14px;
}

#navLogin > li > a {
    padding-left: 5px;
    padding-right: 5px;
    color: #4E96D6;
}

