body {
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 20px;
    padding-top: 20px;
}

.app-elementosBoxHeader {
    display: none;
}

.app-elementosBox.req-selected {
    background-color: #ffffff;
    border: 1px solid #333333;
    border-radius: 4px;
    margin-top: 15px;
    padding: 10px;
}

.app-elementosBox h4 {
    font-weight: bolder;
    margin-bottom: 10px;
}

.app-elementosBox p {
    border-top: 1px dashed #999;
    padding-top: .4em;
}

.label-formato {
    background-color: #555555;
    margin-right: .3em;
    padding: .1em .3em;
    font-size: 70%;
}

.label-prefixo {
    background-color: #ece3e3;
    margin-right: .3em;
    padding: .1em .3em;
    font-size: 70%;
    color: #000;
    font-weight: normal;
}

.label-verifica {
    margin-right: .3em;
    padding: .1em .3em;
    font-size: 70%;
}

.bootstrap-filestyle.input-group {
    margin-top: 5px;
}

.elemento-valido {
    border-left: 8px solid #5cb85c;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.elemento-invalido {
    border-left: 8px solid #d9534f;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.icon-req img {
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
    width: 48px;
}

.footer {
    position: fixed;
    right: 0;
    bottom: 0;
    width: auto;
    text-align: center;
}

.footer a {
    color: #999999;
    text-decoration: none;
    font-weight: bold;
}

.footer a:hover {    
    text-decoration: underline;
    color: #d9534f;
}

.label-footer {
    background-color: #000 !important;
    border-top-right-radius: 0;
    font-family: monospace!important;
    z-index: 99999;    
}