﻿.hidden-n-tab {
    display: none !important;
}

.n-tabs-header {
    height: 50px;
    width: auto;
    margin-bottom: 20px;
}

#activity-container, #activities-user-container {
    margin-top: 20px;
    margin-left: 70px;
    width: 900px;
}

.n-tab {
    display: inline-block;
    vertical-align: top;
    height: 50px;
    min-width: 200px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    line-height: 50px;
    margin-top: -1px;
    float: left;
    font-size: 15px;
    font-weight: 300;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .n-tab:first-child {
        margin-left: 50px;
    }

.n-tab-active {
    border: none;
    box-shadow: inset 0 -5px 0 0;
    margin: 0;
    pointer-events: none;
}

    .n-tab-active:hover {
        cursor: default;
    }

.n-tab-body {
    position: relative;
    width: auto;
    min-height: 300px;
}


.n-tab-loading {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.n-tab-loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    background: url("/img/tab_loading.gif");
    background-size: 100px;
}

.n-tab-header {
    width: 100%;
    min-height: 87px;
}

.table-n-tabs .n-tab {
    text-transform: uppercase;
    min-width: 100px;
    font-size: 14px;
    letter-spacing: 0.22px;
    padding: 10px 15px 10px 0px !important;
    text-align: left;
    cursor: pointer;
    background: none;
}


    .table-n-tabs .n-tab:hover {
        background: none !important;
    }

.table-n-tabs .n-tab-active {
    border: none !important;
}

.table-n-tabs .n-tabs-header {
    border: 0px !important;
    height: 40px !important;
}

.table-n-tabs .n-tab-body {
    border: 0px !important;
    background-color: transparent !important;
    padding: 0px !important;
}

@media(max-width: 1440px) {
    #GroupDetailsViewModel .n-tab {
        min-width: 135px;
    }

    #home-organization .n-tab {
        min-width: 135px;
    }

    #timetable-container .n-tab {
        min-width: 80px;
    }
}

/*Activitie Filter Region*/

.activity-filter-tabs .n-tabs-header {
    margin-bottom: 0px;
}

.activity-filter-tabs .n-tab:first-child {
    margin-left: 0px;
}

.activity-filter-tabs .n-tab {
    border-radius: 25px;
    min-width: unset;
    padding: 0 25px 0 25px;
    line-height: 27px;
    font-size: 14px;
    font-weight: 500;
    height: 27px;
    border-bottom: 0px;
}

.activity-filter-tabs .n-tab-active {
    border-radius: 25px;
    box-shadow: none;
}

.activity-filter-tabs .n-tabs-header {
    border-bottom: 0px;
}

/*End Region*/