﻿/* ------ */
/* Layout */
/* ------ */
.PA-WebPartContentWrapper .PA-InfoSection
{
    margin : 0px 0px 16px 0px;
    width  : 100%;
}
.PA-WebPartContentWrapper .PA-InfoSection > .PA-InfoBody
{
    margin : 0px -15px 0px -15px;       /* Para corrigir o espacamento introduzido pelo bootstrap */
}
.PA-WebPartContentWrapper .PA-InfoSection > .PA-InfoBody > .form
{
    padding : 16px 0px 0px 0px;
}
.PA-WebPartContentWrapper .PA-InfoSection > .PA-InfoBody > .form > .form-group > .form-control input[type="checkbox"],
.PA-WebPartContentWrapper .PA-InfoSection > .PA-InfoBody > .form > .form-group > .form-control input[type="radio"]
{
    margin : 0px 12px 0px 0px;
}

/* ----- */
/* Style */
/* ----- */
.PA-WebPartContentWrapper .PA-InfoSection
{
    background-color : transparent;
}
.PA-WebPartContentWrapper .PA-InfoSection > .PA-InfoHeader > h1
{
    font-family : inherit;
    font-size   : 11pt;
    font-weight : normal;
    color       : rgba( 94, 94, 94, 1) !important;   /* Important pq a DS colocou o "important" na master.css associado aos Hx */
}
.PA-WebPartContentWrapper .PA-InfoSection > .PA-InfoTopLine,
.PA-WebPartContentWrapper .PA-InfoSection > .PA-InfoBottomLine
{
    border-top  : 1px solid #cacaca;
}
.PA-WebPartContentWrapper .PA-InfoSection > .PA-InfoBody > .form > .form-group > label
{
    font-size   : inherit;
    font-weight : bold;
    color       : rgba( 68, 68, 68, 0.8);
}
.PA-WebPartContentWrapper .PA-InfoSection > .PA-InfoBody > .form > .form-group > .form-control
{
    border      : none;
    box-shadow  : none;
}
.PA-WebPartContentWrapper .PA-InfoSection > .PA-InfoBody > .form > .form-group input.form-control,
.PA-WebPartContentWrapper .PA-InfoSection > .PA-InfoBody > .form > .form-group select.form-control
{
    font-size   : 10pt;
    font-weight : normal;
    color       : #808080;

    border        : 1px solid rgba( 128, 128, 128, 0.75);
    border-radius : 0px;
}
.PA-WebPartContentWrapper .PA-InfoSection input[type="checkbox"] + label,
.PA-WebPartContentWrapper .PA-InfoSection input[type="radio"]    + label
{
    font-size   : 10pt;
    font-weight : normal;
    color       : #808080;
}

.PA-WebPartContentWrapper .PA-InfoSection > .PA-InfoBody > .form > .form-group .input-group .input-group-addon
{
    font-weight : normal;

    background-color : rgba(255, 255, 255, 1);
    opacity          : 0.6;

    border        : 1px solid rgba( 68, 68, 68, 0.75);
    border-left   : 0px;
    border-radius : 0px;
    box-shadow    : inset 0 1px 1px rgba( 68, 68, 68, 0.75), 0 0 3px rgba( 68, 68, 68, 0.6);
    box-shadow    : none;
}
