.navbar .navbar-brand-wrapper .navbar-brand img {
    height: auto;
}
table.datagrid thead a
{
    color: #333;
    text-decoration: underline;
}
table.datagrid tbody a
{
    color: #333;
    text-decoration: underline;
}
.card-title {
    text-transform: none;
}

.tab-content {
    text-align:left;
}

/* form select item color */
select.form-control, select.asColorPicker-input, .dataTables_wrapper select, .jsgrid .jsgrid-table .jsgrid-filter-row select, .select2-container--default select.select2-selection--single, .select2-container--default .select2-selection--single select.select2-search__field, select.typeahead, select.tt-query, select.tt-hint
{
    color: #666;
}

div.pseudo, div.pseud::placeholder, input::placeholder, ::placeholder
{
    color: #666;
}

.tooltip {
    z-index: 100000000; 
}


#minireportazHtml {
    height:160px;

}

#internalComments {
    height:160px;
}
#internalCommentsInner {
    display:block;
    height:150px;
    overflow-y:scroll;
    padding: 1em;
}
 #internalComments {
     background-color:#f6f6f6;
 }
#internalComments p.user {
    text-decoration: underline;
    margin-bottom: 0;
}
#internalComments p.comment {
    padding-top: 0;
}


#reportageText {
    height:210px;
}
#reportageTextInner {
    display:block;
    height:200px;
    overflow-y:scroll;
    padding: 1em;
}
#reportageText {
    background-color:#f6f6f6;
    font-size: 0.8em;
}
