@media (max-width: 1200px) {
    .img-logo {
        margin-top: 16px;
    }
}

.entitylist-filter-option select {
    padding: 4px;
}

.portal-list th {
    font-weight: normal;
}

.portal-list td a {
    color: var(--portalThemeColor1);
    text-decoration: underline
}

.entitylist.portal-list td[data-th="Grant letter"] a::before,
.entitylist.portal-list td[data-th="IND response"] a::before {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 -4 24 24' fill='%23944b92'%3E%3Cpath d='M11 5C11 4.44772 11.4477 4 12 4C12.5523 4 13 4.44772 13 5V12.1578L16.2428 8.91501L17.657 10.3292L12.0001 15.9861L6.34326 10.3292L7.75748 8.91501L11 12.1575V5Z'/%3E%3Cpath d='M4 14H6V18H18V14H20V18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18V14Z'/%3E%3C/svg%3E");
    padding-right: 4px;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: var(--portalThemeColor6);
    border-color: var(--portalThemeColor6);
}

.progress.list-group.top {
    border-radius: 10px
}

.section-title h3 {
    padding-left: 28px;
    font-weight: 600;
}

.form-control {
    width: 100%;
    padding: 13px 22px;
    border-radius: 5px;
    border: 1px solid #dde3ec;
    background: #ffffff;
    outline: none;
    resize: none;
}

.form-control:focus {
    border-color: var(--portalThemeColor1) !important;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05) !important;
}


.field-label {
    font-size: 14px;
    line-height: 24px;
    display: block;
    font-weight: 700
}

.description.above {
    color: var(--portalThemeColor10);
}

h2.tab-title {
    display: none;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    background-color: inherit !important;
    color: inherit !important;
    border: none;
    padding: 3px 20px !important;
}

.entitylist-filter-option-group .h4 {
    font-size: 20px;
}

.bar.progress-bar span {
    display: none;
}