body {
    background-image: url("fundo.jpg");
    background-color: rgb(41, 50, 68) !important;
    background-color: rgb(153, 184, 248) !important;
}

.center {
    text-align: center;
}

#divImg {
    margin-left: 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

hr {
    border-top: 3px solid gray !important;
}

.tituloSecao {
    font-size: 17px;
    font-weight: bold;
    border-bottom: 3px solid lightgray;
}

.obrigatorio {
    margin-left: 5px;
    font-size: 17px;
    font-weight: bold;
    color: red;
}

/*** ESCONDER SETAS ***/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  appearance: textfield;
}

/* ANEXO */

.divAnexo {
    height: 40px;
    padding: 3px;
    border: 1px solid #aaa;
}

.divAnexo:hover {
    background-color: #ddd;
}

[id^='anexoLabel'] {
    font-weight: bold;
    font-size: large;
    line-height: 32px;
    padding-left: 10px;
}

[id^='anexoImg'] {
    float: left;
    min-width: 32px;
    min-height: 32px;
    max-width: 32px;
    max-height: 32px;
}

[id^='anexoImg'][src='../../imagens/pdf.png'] {
    cursor: pointer;
}

[id^='anexoBt'] {
    float: right;
    cursor: pointer;
    min-width: 16px;
    min-height: 16px;
    max-width: 16px;
    max-height: 16px;
}


#fundoProgress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 100;
}

#fundoProgress > div {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 250px);
    width: 500px;
    height: 85px;

    background-color: #fff;
    padding: 10px;
    border: 2px solid #ccc;
}

#btCacelarProgress {
    width: 80px;
}

#progress_bar {
    margin: 0 0 10px 0;
    padding: 3px;
    border: 1px solid #000;
    font-size: 14px;
}

#progress_bar .percent {
    height: 25px;
    line-height: 25px;
    width: 0;
}