html {
    height: 100%;
}

body{
    padding: 0px !important;
    min-height: 100%;
    position: relative;
}

.jumbotron {
    background-color: #fff !important;
}

.jumbotron p {
    font-size: 14px !important;
}

.jumbotron_content {
    margin: 0px !important;
    padding: 0px !important;
    background-color: transparent !important;
}

.panel-heading{
    font-weight: bold;
}

label{
    padding-right: 3px;
}

/* BootFaces Customization*/
.custom-bf_btn {
    margin-right: 2px;
}

/* TinyMCE Customization*/
.mce-ico.mce-i-fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#footer-brasil {
    background: none repeat scroll 0% 0% #3F6691;
    padding: 1em 0px;
    width: 100%;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
}

