@media only screen and (max-width: 600px) {
    #DivGraf, #DivGraf2, #divMes, #divAno, #divCorban, #divCliente, #divCargo {
        display: none;
    }
}

@media (hover: none) and (pointer: coarse) {
    #DivGraf, #DivGraf2, #divMes, #divAno, #divCorban, #divCliente, #divCargo {
        display: none;
    }
}


.center-td {
    align-items: center;
    text-align: center;
}

.small-box.clickable {
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#divBtnCondicoes {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 0px 15px;
}

#mensagemInicial {
    border-radius: 10px;
    border: 2px solid rgb(29, 64, 128);
    padding: 10px;
}

.radio-group input[type=radio] {
    position: absolute;
    visibility: hidden;
    display: none;
}

.label-radio {
    color: #252220;
    font-size: 16px;
    font-family: inherit;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 20px 10px;
    margin-bottom: .2rem;
    transition: .5s;
    box-shadow: 0px 4px 0px -1px white;
}

.radio-group input[type=radio]:checked + label {
    box-shadow: 0px 4px 0px -1px #FF5900;
}

.radio-group input[type=radio]:disabled + label {
    color: #605751;
    box-shadow: none;
}

.radio-group {
    border: none;
    display: flex;
    overflow: hidden;
}

.filtro-text {
    margin: 0;
}

.filtro-text-obs {
    margin: 10px 0 0 0;
    color: #808080;
    font-size: 12px;
}

#divFuncoes .row .col-md-1 {
    width: 10%;
}

@media (max-width: 590px) {
    .radio-group {
        margin-bottom: 15px !important;
    }
}

#corpoTexto {
    background-image: url("../img/PesquisaMercado.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

#textoLaranja {
    color: #ff5900;
    font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
    font-size: 25px;
    padding: 15px;
}

#textoAzul {
    color: #041693;
    font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
    font-size: 25px;
    padding: 15px;
}

/*.modal-body {
    position: relative;
    padding: unset;
}*/

#RedirecionaPesquisa {
    color: #ff5900;
    font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
    font-size: 20px;
}

#textoAzulFita {
    color: #041693;
    font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
    font-size: 20px;
}

#textoEmParenteses {
    color: #041693;
    font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
    font-size: 15px;
}

/* ## Loader de Relatórios ## */
#loaderProcessaRelatorio {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9000;
    display: flex;
}

#loaderProcessaRelatorio > div.loaderContainer {
    position: relative;
    margin: auto;
    vertical-align: middle;
    justify-content: center;
    background: #FFFFFF;
    padding: 20px 20px;
    border-radius: 15px;
    max-height: 270px; /*IE Hack*/
}

#loaderProcessaRelatorio div.loaderTextContainer {
    width: 320px;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #000000;
    text-align: center;
    font-size: 1.2em;
    vertical-align: middle;
}

#loaderProcessaRelatorio div.loaderAnimationContainer {
    width: 320px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 30px;
    vertical-align: middle;
}

#loaderProcessaRelatorio div.loaderAnimation {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #EC7000;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin-left: 32%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); /* Older Gecko browser */
    -ms-transform: translate(-50%, -50%); /* IE9+ */
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    vertical-align: middle;
}
/* ## Fim Loader de Relatórios ## */
