﻿#conteudo
{
    width: 570px;
    float: left;
    min-height: 500px;
}
        
#lateral
{
    width: 332px;
    min-height: 300px;
    float: right;
}
        
#graficoPizza
{
    height: 260px;
    color: #888888;
    width: 332px;
    
}
        
.font-12
{
    font-size: 12px;
}
        
.smooth
{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
        
#graficoPizza #tituloPizza
{
    color: #355a9e;
    font-weight: bold;
}
        
#categorias
{
    width: 320px;
    min-height: 100px;
    padding: 6px 0 15px 10px;
    margin-top: 10px;
}
        
.trCategorias:hover
{
    background-color: #EAEAEA;
}
        
.trCategoriasHover
{
    background-color: #EAEAEA;
}
        
.fundoBranco
{
    background-color: White;
}
        
#legendas
{
    width: 332px;
    min-height: 245px;
    margin-top: 10px;
    font-size: 11px;
    color: #666666;
}
        
#legendas strong
{
    color: #345BA0;
}
        
#legendas > div
{
    margin: 14px 0 0 43px;
}
        
#legendas table
{
    margin: 10px 0 0 60px;
    font-size: 10px;
}
        
#competencias
{
    width: 570px;
    float: left;
    min-height: 500px;
    margin: 22px 0 10px 0;
}
        
#progresso
{
    width: 570px;
    float: left;
    min-height: 59px;
    background-color: #EFEFEF;
    margin-top: 10px;
}
        
.fundoItemCategoria
{
    width: 240px;
    height: 24px;
    margin-top: 2px;
    margin-bottom: 2px;
}
        
.linhaCategoria
{
    width: 330px;
    height: 24px;
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: #EFEFEF;
}
        
.itemCategoria
{
    width: 210px;
    height: 24px;
    margin-top: 2px;
    margin-bottom: 2px;
    float: left;
}
        
.imgLinkCategoria
{
    float: right;
    margin: -11px 0 0 272px;
    position: absolute;
}
        
.statusCategoria
{
    width: 400px;
    height: 24px;
    margin-top: 2px;
    margin-bottom: 2px;
    float: left;
}
        
.arredondado
{
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
        
.borda
{
    border: 1.5px solid #E5E5E5;
}

.bordaInferior
{
    border-top: 1.5px solid #E5E5E5;
}
        
#categoriaTextoAjuda
{
    width: 270px;
    height: 30px;
    float: right;
}
        
#categoriaIconeAjuda
{
    width: 10px;
    height: 30px;
    float: left;
}
        
#categoriaAjuda
{
    width: 320px;
    height: 40px;
    margin: 15px 0 0 2px;
    color: #888888;
}
        
#categoriaItens
{
    width: 285px;
    min-height: 100px;
}
        
#categoriaItens #table
{
    border-collapse: separate !important; /*border-spacing: 0 10px !important;*/
    margin-left: 15px;
}
        
.invert-bar
{
    position: relative;
    width: 300px;
    height: 24px;
}
.invert-bar p
{
    padding: 7px;
    margin: 0px;
    font-size: 13px;
    white-space: nowrap;
}
.invert-bar > p
{
    color: red;
}
.invert-bar > div
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 24px;
    width: 28px;
    overflow: hidden;
}
.invert-bar > div > p
{
    color: white;
}
        
#progressoItens
{
    width: 554px;
    height: 15px;
    margin: 10px 0 0 40px;
}
#progressoItens > div
{
    width: 43px;
    float: left;
    text-align: right;
    font-size: 10px;
    color: #8B8B8B;
}
        
#progressoGrafico
{
    width: 443px;
    height: 15px;
    margin-left: 103px;
}
        
#progressoPercentual
{
    width: 90%;
    background-color: Green;
    height: 15px;
    -webkit-box-shadow: 10px 9px 13px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 9px 13px -5px rgba(0,0,0,0.75);
    box-shadow: 10px 9px 13px -5px rgba(0,0,0,0.75);
    background: #c9de96; /* Old browsers */
    background: -moz-linear-gradient(top,  #c9de96 0%, #8ab66b 44%, #398235 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9de96), color-stop(44%,#8ab66b), color-stop(100%,#398235)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c9de96 0%,#8ab66b 44%,#398235 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c9de96 0%,#8ab66b 44%,#398235 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c9de96 0%,#8ab66b 44%,#398235 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c9de96 0%,#8ab66b 44%,#398235 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 ); /* IE6-9 */
}
        
#totalGeral
{
    width: 72px;
    float: left;
    color: #8B8B8B;
    font-size: 10px;
    margin: 4px 0 0 20px;
}
        
#usuario
{
    height: 100%;
    padding: 24px 0 0 20px;
}
        
.nome
{
    font-size: 14px;
    font-weight: bold;
    color: #0d2445;
}
        
.atributos
{
    font-size: 11px;
    color: #0d2445;
    text-transform: uppercase;
}
        
.iconCubo
{
    width: 15px;
    height: 15px;
    float: left;
    margin: -2px 2px 0 0;
}
        
#trGraficoParticionado
{
    height: 22px;
    color: White;
}

@media only screen and (max-width: 1003px) {
    .statusCategoria {
        width: 300px;
        height: 24px;
        margin-top: 5px;
        margin-bottom: 0px;
        float: left;
    }
}