﻿/* Tiempos / SLA */

#fc_progress, #fc_effort, #fc_time, #fc_costs {
    height: 80px;
    float: left;
    margin: 0.5%;
    min-width: 100px;
    width: 49%;
    border-bottom: 1px solid #CCCCCC;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}

#fc_progress > div, #fc_effort > div, #fc_time > div, #fc_costs > div {
    background: transparent url(../../Images/Svg/icons_32.svg) no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    float: left;
    margin-left: 14px;
}

#fc_progress span {
    font-family: ClearSans-Bold;
    font-size: 16px;
    display: inline-block;
    float: right;
    padding-top: 12px;
    padding-right: 10px;
}

#fc_costs label {
    display: block;
    color: #8DA5A3;
    font-size: 14px;
    line-height: 14px;
    margin-top: 4px;
    margin-bottom: 4px;
}

#fc_costs input[type='text']:enabled {
    cursor: pointer;
}

#fc_costs input[type='text'] {
    background: none;
    border: none;
    color: #8DA5A3;
    font-family: ClearSans-Regular;
    font-size: 12px;
    margin: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 10px;
}

#fc_costs span {
    display: block;
    font-size: 12px;
    font-family: ClearSans-Regular;
    float: left;
    width: 32%;
    max-width: 100px;
}

#fc_effort label {
    display: block;
    cursor: pointer;
    text-decoration: underline;
    color: #8DA5A3;
    font-size: 14px;
    padding-top: 16px;
    text-align: center;
}

#fc_effort span {
    display: block;
    font-size: 16px !important;
    font-family: ClearSans-Bold;
    text-align: center;
}

#fc_time label, #fc_progress label {
    color: #8DA5A3;
    display: block;
    padding-top: 16px;
    text-align: center;
}

#fc_progress > #lbl-progress {
    float: left;
    display: inline-block;
    padding-top: 16px;
    text-indent: 14px;
}

#fc_progress, #fc_time {
    text-align: center;
}

#fc_time span {
    font-family: ClearSans-Bold;
    font-size: 16px;
    display: block;
    text-align: center;
}

#tsc_times, #tsc_costs {
    display: inline-block;
    width: 100%;
    margin: 0px;
}

.tsc-row {
    width: 100%;
    display: inline-block;
    height: 20px;
    margin: 0;
    line-height: 20px;
    text-indent: 10px;
}

#tsc_dates_cases .tsc-row span:first-child, #tsc_dates_changes .tsc-row span:first-child {
    width: 24%;
    text-align: left;
}

.tsc-row span {
    width: 35%;
    display: inline-block;
    line-height: 26px;
    padding-right: 0px;
    text-indent: 0px;
    color: #B3B3B3;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.tsc-row.title span {
    color: #8DA5A3;
    text-align: left;
    text-indent: 6px;
}

.tsc-row.title {
    margin-top: 10px;
    height: 26px;
}

.tsc-row.last {
    margin-bottom: 16px;
}

.tsc-area-progress {
    margin: 0px;
    background-position: 0% 0%;
    height: 8px !important;
    width: 92% !important;
    margin: 6px 0px 0px 0px;
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #ccc !important;
}

.tsc-quota-progress {
    height: 8px;
    width: 0%;
    - top: -4px;
    border-radius: 3px;
}

#tsc_times .time-sla-row-icon, #tsc_costs .time-sla-row-icon, #fc_effort .time-sla-row-icon {
    display: inline-block;
    margin-top: 21px;
}

#fc_costs .time-sla-row-label {
    position: absolute;
    left: 100px;
}

#tsc_times .time-sla-row-label, #tsc_costs .time-sla-row-label, #tsc_costs .time-sla-row-label {
    background: none;
    display: inline-block;
    width: calc(100% - 60px);
    margin-left: 8px;
    font-size: 12px;
    text-align: left;
}

#fc_effort .i-effort {
    margin-left: 14px !important;
}

#tsc_dates_cases .tsc-row span {
    width: 34%;
}

.tsc-row-title span {
    width: 18%;
}

.tsc-row-title > span:first-child, .tsc-row.title > span:first-child
{
    margin-left: 24%;
    width: 35% !important;
}

#tsc_dates_cases {
    margin-bottom: 20px;
}


/* Fin Tiempos / SLA*/