﻿.cc_agent_hArea
{
    margin: 5px;
}

.cc_agent_hArea>div {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.cc_agent_hArea a {
    color: #428bca;
}

.cc_agent_hArea .sucesso,
.cc_agent_hArea .erro,
.cc_agent_hArea .info
{
    padding: 7px 7px;
}

.cc_agent_hArea #progressbar
{
    position: relative;
    height: 30px;
    background-color: #5C9CCC;
    border: 1px solid #A6C9E2;
}

.cc_agent_hArea #progressbar #progressbaranim
{
    background: url(/images/cc_ao.gif);
    opacity: 0.25;
    height: 30px;
}

.cc_agent_hArea #progressbar .progress-label {
    position: absolute;
    margin-left: 20px;
    top: 4px;
    line-height: 20px;
    font-weight: normal;
    font-size: 14px;
    color: #FFF;
    z-index: 2;
}

.cc_agent_hArea .sucesso
{
    border: 1px solid #7cab56;
    background-color: #eafbdc;
    color: #363636;
}

.cc_agent_hArea .info
{
    border: 1px solid #c5dbec;
    background-color: #dfeffc;
    color: #2e6e9e;
}

.cc_agent_hArea .erro
{
    border: 1px solid #cd0a0a;
    background-color: #fef1ec;
    color: #cd0a0a;
}