﻿.details-row {
    display: none;
}

    .details-row td {
        padding-left: 0px;
    }

.details-row-active {
    display: table-row;
}

a.details-closed, a.details-open {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: -3px;
}

    a.details-closed img, a.details-open img {
        width: 24px;
        height: 24px;
        vertical-align: middle;
    }

#activitiesTable tbody tr {
    height: 34px;
}


#activitiesTable .posts-chart {
    position: relative;
}

    #activitiesTable .posts-chart .cover-image {
        position: absolute;
    }


#activitiesTable .answers-chart {
    position: relative;
}

    #activitiesTable .answers-chart .cover-image {
        position: absolute;
    }

#activitiesTable .slider-wrapper {
    border-top: 1px solid #d2d2d2;
    height: 1px;
}

    #activitiesTable .slider-wrapper .ui-slider {
        height: 1px;
        margin-left: 62px;
        width: 130px;
    }

#activitiesTable .ui-slider .ui-slider-handle {
    top: -8px;
}

#activitiesTable .slider-wrapper .slider-posts a {
    background-image: url(/content/images/graphHandleBlue.png);
    background-color: transparent;
    background-position-x: -5px;
    background-position-y: -5px;
}

#activitiesTable .slider-wrapper .slider-answers a {
    background-image: url(/content/images/graphHandleGreen.png);
    background-color: transparent;
    background-position-x: -5px;
    background-position-y: -5px;
}


#activitiesTable .summary {
    float: left;
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.0em;
}

#activitiesTable .msconnect-summary {
    margin-top: 20px;
}

#activitiesTable .profile-link {
    float: right;
    margin-right: 20px;
    margin-top: 30px;
    line-height: 1.0em;
}

#activitiesTable .top-posts {
    width: 250px;
    float: left;
    margin-right: 25px;
}

.editProfilePage #activitiesTable .top-posts {
    width: 250px;
    float: left;
    margin-right: 75px;
}

#activitiesTable .top-answers {
    float: left;
    width: 250px;
}

#activitiesTable .title {
    font-size: 13px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    line-height: 1.0em;
}

#activitiesTable .details-cell {
    padding-left: 0px;
    line-height: normal;
}

#activitiesTable .details-cell-wrapper {
    padding-left: 20px;
    padding-bottom: 30px;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}

#activitiesTable tbody td {
    border-bottom: 1px solid #d2d2d2;
}

#activitiesTable .details-cell .forum-name-wrapper {
    margin-left: 15px;
}

    #activitiesTable .details-cell .forum-name-wrapper img {
        float: left;
        margin-top: 6px;
    }

#activitiesTable .details-cell .forum-name {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    width: 200px;
    float: left;
}

#activitiesTable .details-cell .all-count {
    display: block;
    margin-left: 15px;
    font-size: 14px;
}


#activitiesTable .expander-expanded,
#activitiesTable .expander-expanded .visibilityBox .SelectedItem.Normal {
    background-color: #eeeeee;
}

#activitiesTable .msconnect-items {
    padding-left: 10px;
}

    #activitiesTable .msconnect-items .title {
        margin-top: 20px;
        margin-bottom: auto;
    }

#activitiesTable .all-data {
}

    #activitiesTable .all-data > table {
        width: 100%;
        padding-right: 20px;
        border-spacing: 0;
    }

        #activitiesTable .all-data > table td {
            border-bottom: 0;
            padding-bottom: 0px;
            padding-left: 0px;
            line-height: 30px;
            color: #000000;
        }

        #activitiesTable .all-data > table thead td {
            line-height: normal;
            padding-top: 10px;
        }

    #activitiesTable .all-data .title {
        font-weight: normal;
        margin-bottom: 20px;
        margin-top: 40px;
        font-size: 16px;
    }

    #activitiesTable .all-data table .col0 {
        width: 55%;
    }

    #activitiesTable .all-data table .col1,
    #activitiesTable .all-data table .col3 {
    }

    #activitiesTable .all-data table .col2 {
        width: 18%;
    }


.editProfilePage #activitiesTable > thead > tr > td > a {
    color: #ffffff;
}

.editProfilePage #activitiesTable > thead > tr > td > a:hover {
    text-decoration:underline;
}

.editProfilePage #activitiesTable > thead > tr > td  {
    background-color: #1570a6;
    color: #ffffff;
    border-bottom:none;
    padding:8px 10px 8px 10px;
}

.privacy-content {
    margin-top: 2em;
}

    .privacy-content p {
        text-align: justify;
    }

    .privacy-content b {
        font-weight: bold;
    }

    .privacy-content h2{
        margin-bottom: .5em;
        margin-top: 1.5em;
        font-size:2em;
    }

    .privacy-content ul {
        margin-left: 3em;
    }

    .privacy-content li {
        list-style: outside;
    }

    .privacy-content table {
        width: 100%;
        margin-bottom: 1em;
    }

    .privacy-content caption {
        text-align: center;
        margin-bottom: -1px;
        padding: 8px 10px 8px 10px;
        background: #1570A6;
        color: #fff;
        font-weight: bold;
    }

    .privacy-content tr:nth-child(even) {
        background: #eee;
    }

    .privacy-content td {
        padding: 5px;
    }

.privacy-button-team {
    margin-bottom: 1.5em;
    margin-top: .5em;
}

.privacy-content input[type="button"] {
    border:1px solid transparent;
    background: #1570A6;
    color: #fff;
    padding: 8px 15px;
    cursor: pointer;
}

.privacy-content button[type="button"] span {
    padding: 8px 15px;
}

    .privacy-danger-zone {
        margin-top: 3em;
        border: 1px solid #c00000;
        background: #fff;
    }

.privacy-danger-zone .privacy-danger-title {
    font-size: medium;
    color: #fff;
    text-align: center;
    background: #c00000;
    padding: 8px;
    font-weight: bold;
}

.privacy-danger-content,
.privacy-danger-button {
    padding: 10px;
}

.privacy-danger-button {
    text-align: right;
}

    .privacy-danger-button input[type="button"] {
        color: #fff;
        background: #c00000;
    }

.ui-widget-overlay {
    position: fixed;
}