﻿/*participants.styles.css*/

.participants-header{
    padding: 8px 30px 8px 30px;
    border-bottom: solid 1px #B0BEC5;
    background: #eee;
    margin-bottom: 10px;
}

.participants-table{
    position:relative;
    margin: 50px auto;
}

.participants-table__label{
    margin-bottom: 3px;
    position: relative;
    margin-left: 600px;
    top: -8px;
    font-size: 14px;
}

.participants-row--summary{
    float:left;
    width:100%;
    height:22px;
    font-size:11px;
}

.participants-row{
    float:left;
    border-bottom: solid 1px #d0d0d0;   
    width:100%;
}

.participants-row:last-child{
    border-bottom: none;
}

.participants-cell{
    display:inline-block;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height:24px;
    line-height:20px;
    /*padding-left: 4px;*/
    padding: 2px 0px 0px 4px;
    position:relative;
    float:left;
    width:26px;
}

.daily-total-cell{
    display: inline-block;
    padding: 80px 0px 0px 4px;
    position: relative;
    float: left;
    width: 26px;
    vertical-align: bottom;
    font-size: 12px;
}

.participants-chart-bar
{
    position: absolute;
    bottom: 20px;
    left: 8px;
    width: 18px;
    height: 0px;
    background: #009900;
}

.participants-cell--projectabbrev{
    width:15%;
}
.participants-cell--projectname{
    width:20%;
}


.participants-cell--projectsite{
    width:250px;
}

.participants-cell--daily-totals{
    width:106px;
    margin-top: 40px;
}

.participants-row__activities{
    float:left;
    text-align: center;
    font-size: 12px;
}

.participants-row__daily-totals{
    height: 100px;
    vertical-align: bottom;
    text-align: center;
    border-bottom: none;
    background: #f6f6f6;
    border-radius: 0 0 12px 12px;
    padding-left: 14%;
}

.participants-cell--total {
    width: 100px;
    padding-right: 2px;
    text-align: right;
}

.participants-cell--target {
    width: 100px;
    padding-left: 2px;
    text-align: left;
}

.participants-target-marker-wrap {
    float: left;
    position: relative;
    overflow: hidden;
}

.participants-target-marker {
    position: absolute;
    left: 0px;
    top: 1px;
    width: 0px;
    height: 22px;
}

.participants-duration-marker {
    position: absolute;
    left: 0px;
    bottom: 1px;
    width: 0px;
    height: 2px;
    background: rgba(50, 127, 170, 0.5);
}

.participants-cell--subscription {
    width: 30px;
    text-align: center;
    color: green;
}

.participants-cell--date{
    width: 110px;
    font-size: 14px;
    border-left: solid 1px #ccc;
    /*border-right: solid 1px #ccc;*/
    padding: 2px 0px 0px 10px;
}

.participant-tile-summary .participants-row{
    width: 100%;
}

.participant-tile-summary .participants-cell{
    font-size: 12px;
    width:20%;
}

.participant-tile-summary .participants-cell--last{
    height:24px;
    text-align: center;
}

.participant-tile-summary .participants-cell--projectabbrev{
    font-size: 12px;
    width: 20%;
    border-right: solid 1px #ccc;
}

.participant-tile-summary .participants-cell--total{
    width: 15%;
    font-weight: bold;
    border-left: solid 1px #ccc;
    padding-left: 3px;
}

.participant-tile-summary .participants-cell--date{
    width: 25%;
    font-size: 11px;
    border-left: solid 1px #ccc;
    padding-left: 3px;
}
.participant-tile-summary .participants-cell--islive{
    width: 40px;
    font-size: 11px;
}

.participant-tile-summary .participants-row__activities{
    width:39%;
    text-align: center;
}

.participants-cell .fa-times,
.participants-cell .fa-user-times
{
    color: red;
}

[is_subscription='false'] .participants-cell--projectabbrev{
    color: #f67070;
}


