.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.negrito {
    font-weight: bold;   
}

.sublinhado {
    text-decoration: underline;  
}

.italico {
    font-style: italic;
}

.header{
    /*min-height: 150px;*/
    background-color:#195128;
    background-image:-moz-radial-gradient(center,ellipse cover,#17882c 1%,#00510f 100%);
    background-image:-webkit-gradient(radial,center center,0,center center,100%,color-stop(1%,#17882c),color-stop(100%,#00510f));
    background-image:-webkit-radial-gradient(center,ellipse cover,#17882c 1%,#00510f 100%);
    background-image:-o-radial-gradient(center,ellipse cover,#17882c 1%,#00510f 100%);
    background-image:-ms-radial-gradient(center,ellipse cover,#17882c 1%,#00510f 100%);
    background-image:radial-gradient(ellipse at center,#17882c 1%,#00510f 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#157b28, endColorstr=#00510f, GradientType=1);
    color:#fff !important;
    padding:14px 0 0
}

.sobre{
    background-color:#00420c;
    /*border-bottom:2px solid #00420c;*/ 
    /*min-height: 0px;*/
    /*color: red;*/
}

#logo{
    margin: 13px 0 10px;
    /*margin:3px 0 20px;*/
    background-repeat: no-repeat;
    background-image: url(/normativa/assets/img/IFSULDEMINAS.svg);
}

#logo a {
    color:#fff;
}

.portal-title-1 {
    text-transform: uppercase;
    font-size: 1.0em;
    display: block;
    height: 21px;
    margin-left: 75px;
}

.portal-title-2{
    font-size: 1.7em;
    line-height: .8em;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 5px;
    margin-left: 75px;
}

.portal-title-3{
    font-size: 1.0em;
    top: 4px;
    margin-left: 75px; 
}