﻿body {
    min-width: 325px;
    margin-bottom: 0px;
}

@media (min-width: 992px) {
    .nav-container .nav .nav-item.mobile-only {
        display: none;
    }
}

.personal-stats {
    text-align: center;
}

    .personal-stats .subtext {
        font-style: italic;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .personal-stats table {
        width: 100%;
    }

        .personal-stats table thead td {
            font-weight: bold;
        }

        .personal-stats table td {
            padding: 5px 15px;
            border: 1px solid black;
            text-align: center;
        }

    .personal-stats #resync-stats {
        cursor: pointer;
    }

    .personal-stats .lastsync {
        border: 1px solid #efefef;
        padding: 5px;
        margin: 10px auto;
        font-size: 15px;
    }

        .personal-stats .lastsync span.label {
            font-size: 10px;
        }

    .personal-stats .consent-area {
        width: 70%;
        border: 1px solid #efefef;
        padding: 20px;
        margin: 50px auto;
    }

        .personal-stats .consent-area .title {
            width: 100%;
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .personal-stats .consent-area .button-container {
            width: 100%;
            margin-top: 10px;
        }

    .personal-stats .info-panel {
        font-size: 14px;
        padding: 20px;
        color: #777777;
        border: 1px solid #efefef;
    }

        .personal-stats .info-panel .title {
            font-weight: bold;
            margin-bottom: 7px;
            padding-bottom: 7px;
            border-bottom: 1px solid #efefef;
            color: #777777;
        }

.admin {
    text-align: center;
}

    .admin div.btn {
        padding: 10px 50px;
        margin: 10px;
    }

.users-page {
}

    .users-page table {
        width: 100%;
    }

        .users-page table thead td {
            font-weight: bold;
        }

        .users-page table td {
            padding: 5px 15px;
            border: 1px solid black;
            text-align: center;
        }

        .users-page table .user-image {
            border-radius: 25px;
            width: 50px;
        }

.teams-page {
}

    .teams-page table {
        width: 100%;        
    }

        .teams-page table thead td {
            font-weight: bold;
        }

        .teams-page table td {
            padding: 5px 15px;
            border: 1px solid black;
            text-align: center;
        }
        

#team-table {
    text-align: center;
}

    #team-table .user-image {
        border-radius: 25px;
        width: 50px;
    }

@media (min-width: 576px) {
    #team-table .user-name {
        margin-left: 10px;
    }
}

footer.footer {
    position: static;
}

.disnone {
    display: none;
}

.user-profile .card .card-body div.row input[type="checkbox"] {
    top: 7px;
    left: 7px;
    max-height: 20px;
    position: absolute;
}

.user-profile .select-container.row {
    margin: 0px -1px;
    padding: 5px;
    border-bottom: 1px solid #d2d2d2;
}

.user-profile .select-container .label-col {
    padding-top: 6px;
}

    .user-profile .select-container .label-col label {
        color: #495057;
    }

/*
@media (max-width: 992px) {
    .user-profile .card .card-body div.row {
        margin-top: 30px;
    }
}*/
