﻿.mobile-only-tablet i.fa-sort {
    margin-top: 5px;
}

.tw-side-nav {
    font-family: Helvetica, Arial, sans-serif;
}

.mobile-menu-display {
    display: block;
}

        .mobile-menu-display .subTopics .subTopic {
            width: 100%;
            display: block;
            color: #36424a;
            text-align: left;
            font-weight: 400;
            font-size: 16px;
            padding:12px 4px 8px 14px;
            margin-right: 10px;
            background: #e4e4e4;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            position: relative;
        }

            .mobile-menu-display .subTopics .subTopic.selected {
                background-color: #0082ab;
                color: #fff;
                /*border-left: 4px solid #6d9324;*/
                margin-right: 0;
                padding-right: 15px;
                overflow: visible;
            }

                .mobile-menu-display .subTopics .subTopic.selected:after {
                    display: none;
                }

                /*=================================*/

.t-link {
    border-right-color: white;
    border-right-style: double;
}

.application-header {
    font-weight: bold;
    /* font-size: 18px;
    line-height:24px; */
    color: #6A737B;
    padding-top: 20px;
    padding-bottom: 7px;
}


    .application-header h1 {
        font-family: Helvetica, Arial, sans-serif;
        /* font-size: 18px; */
        font-size: 19px;
        font-weight: 550;
        line-height: 24px;
        color: #6A737B;
        margin: 0px;
        padding: 0px;
        display: contents;
        float: left;
    }

.header-description {
    margin-bottom: 10px;
}

.header-description p {
    display: inline-flex;
    line-height: 20px;
    color: #455560bd;
    font-size: 16px;
}

.header-description span {
    line-height: 20px;
    color: #455560bd;
    font-size: 16px;
}

    .header-description span i, .header-description p i, .header-description span span.icon-upload-in-message, .header-description p span.icon-upload-in-message {
        margin-left: 5px;
        margin-right: 5px;
    }

.sub-header {
    color: #0082ab;
}