﻿
tr td .career-list-child {
    padding-left: 10px;
    padding-top: 5px;
    display: block;
}

.breadcrumb {
    font-size: 15px;
    background-color: white;
    margin-bottom: 0px;
    border-radius: 0px;
    display: inline;
}

.career-header-link {
    font-size: 15px;
    padding-top: 12px;
}

    .career-header-link a {
        text-decoration: underline;
        color: #23527c;
    }

        .career-header-link a:hover {
            text-decoration: underline;
        }

#container.careerList {
    padding-top: 0;
}

.careerList .table-major {
    width: 95%;
    margin: 0 auto;
}

    .careerList .table-major thead tr th {
        background: #b9b9b9 !important;
        padding: 6px 6px;
    }

.filterState {
    background: #5c5c5c;
    border-radius: 4px;
    padding: 6px;
    font-size: 15px;
    float: left;
    margin-bottom: 10px;
}

    .filterState > li {
        display: inline-block;
    }

        .filterState > li > a.active {
            background: #f79101;
        }

        .filterState > li > a {
            color: #fff;
            padding: 6px 10px;
            display: block;
            border-radius: 4px;
        }

            .filterState > li > a > i {
                color: #ffffff;
                font-size: 16px;
                display: none;
            }

            .filterState > li > a.active > i {
                display: inline-block;
                margin-right: 5px;
            }

.tooltipNational {
    margin-left: 10px;
    display: inline-block;
    margin-top: 5px;
}

.remove-th {
    display: none;
}

#wait {
    position: fixed;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
    display: none;
}

    #wait > div {
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        z-index: 99;
        color: #ffffff;
        background: rgba(255, 255, 255, .9);
        width: 138px;
        height: 109px;
        padding: 10px;
        border-radius: 10px;
        position: absolute;
        top: 50%;
        left: 45%;
    }

table.footable-details.table.demo.one.toggle-circle.toggle-medium .sort-highlightRemove {
    word-break: initial;
}

.footable3-page-size:not(.no-pagination) {
    margin-top: -84px;
}

@media(max-width:991px) {
    .table-major .footable-first-visible {
        white-space: normal;
        width: 250px;
        word-break: break-word;
    }
}

@media(max-width:1024px) {
    #wait > div {
        left: 43%;
    }
}

@media(max-width:768px) {
    #wait > div {
        left: 40%;
    }
}

@media(max-width:700px) {
    .footable3-page-size:not(.no-pagination) {
        margin-top: 0;
    }
}

@media(max-width:425px) {
    #wait > div {
        left: 36%;
    }
}

@media(max-width:375px) {
    #wait > div {
        left: 33%;
    }
}

@media(max-width:360px) {
    #wait > div {
        left: 29%;
    }
}

.errorDiv {
    border-width: 1px;
    border-color: #a93939;
    border-style: solid;
}

@media (max-width: 768px) {
}

.table-major td.footable-last-visible.sorting_1 {
    color: #666666 !important;
    font-size: 14px !important;
}
