.logo img{
    width: 200px;
    display: block;
    margin: 0 auto;
}

.btnExportarCSV{
    color: #87cb16;
    cursor: pointer;
}

.btnExportarCSV i{
    font-size: 16px;
}

.operacoes{
    text-align: center;
}

.operacoes a{
    font-size: 26px;
    cursor: pointer;
}

.operacoes .edita{
    color: blue;
}

.operacoes .exclui{
    color: red;
}

.checkbox_oferta img{
    max-width: 50px;
}
.checkbox_oferta b{
    font-size: 12px;
    font-weight: normal;
}
.checkbox_oferta{
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    max-width: 100%;
    margin: 0 auto;
}

.todos_produtos_oferta{
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ativa_desativa{
    font-size: 12px !Important;
    font-weight: bold;
    margin-right: 8px;
}

.preview_foto{
    width: 100%;
    max-width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
}

.preview_foto img{
    max-width: 100%;
    height: auto;
}

.card-user .image{
    background: rgba(128, 128, 128, 0.35); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, rgba(128, 128, 128, 0.35), #b0a8aa); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, rgba(128, 128, 128, 0.35), #b0a8aa); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, rgba(128, 128, 128, 0.35), #b0a8aa); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, rgba(128, 128, 128, 0.35), #b0a8aa); /* Standard syntax */
}

.dropdown-style{
    display: none;
    position: static;
    float: none;
    background-color: transparent;
    border: none;
    max-width: 90%;
    margin: 0 auto;
    border-left: 12px solid #b0a8aa;
}

.vendas_hoje{
    color: green;
    font-size: 26px;
}


.vendas_hoje_icone i, .produtos_cadastrados_icone i{
    font-size: 70px;
}

.produtos_cadastrados_icone i{
    color: black;
}

.oferta_horas_restante{
    font-size: 45px;
    color: red;
}

.oferta_horas_restante p{
    font-size: 45px;
    position: relative;
}

.oferta_horas_restante p i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.oferta_horas_restante p span{
    padding-left: 50px;
}

.form-group select{
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    color: #565656;
    padding: 8px 12px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.adicionar_subcategoria{
    display: block;
    width: 100px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    cursor: pointer;
}

.remover_campo{
    color: red;
    font-weight: bold;
    font-size: 24px;
    margin-top: 10px;
    display: block;
    width: 24px;height: 24px;
    margin: 0 auto;
    cursor: pointer;
}

.imagem_produto_listar img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #b0a8aa;
}

#form_login{
    width: 96%;
    margin: 0 auto;
    max-width: 550px;
}

.ultimosAcessos{
    margin-bottom: 20px;
}

.ultimosAcessos p{
    margin: 0;
    font-size: 14px;
}

/*LEGENDAS*/

.legenda label{
    width: 14px;
    height: 14px;
    margin: 3px 0 !Important;
    margin-right: 5px !Important;
    display: block;
    float: left;
}
.legenda{
    margin: 3px 0 0;
    font-size: 13px;
}

/*REQUISITOS SENHA*/

.divRequisitos *{
    font-family: 'Roboto Condensed', sans-serif;
}
.divRequisitos p{
    margin: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.divRequisitos .spanVerifica{
    display: block;
    width: 6px;
    height: 6px;
    background-color: red;
    border: none;
    margin-right: 5px;
}

.divRequisitos .spanVerificado{
    background-color: #adff2f !Important;
}

.historicoPaciente h4{
    
}

.historicoPaciente p{
    margin: 0;
}

.historicoPaciente p.subItem{
    padding-left: 20px;
}

#tabela_wrapper{
    margin: 0px 10px;
}

.campoCheck{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.campoCheck *{
    margin: 0 !Important;
}

.campoCheck input{
    margin-left: 5px !Important;
    margin-top: -2px !Important;
}

.camposForm{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.itemCampo{
    width: 49%;
}

.itensCaixas, .itensCaixas label{
    display: flex;
    align-items: center;
}

.itensCaixas{
    flex-wrap: wrap;
}

.itensCaixas label{
    line-height: 1;
    margin: 0 9px 9px 0;
}

.itensCaixas input{
    margin: 0;
    margin-right: 2px;
}

#msgObrigatorio{
    display: none;
    color: red;
    font-size: 12px;
}

.txtObrigatorio{
    font-size: 11px;
    text-align: center;
    display: block;
    margin: 0;
    width: 100%;
    color: red;
}

.tdObrigatorio{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-right: 30px !Important;
}

.tdObrigatorio input{
    width: 100%; 
}

.tdObrigatorio span{
    width: 0;
}

/*AJUSTER NAVEGABILIDADE*/

.cardsHome{
    display: flex;
    flex-wrap: wrap;
}

.itemCardDashboard{
    width: 33.33%;
    padding: 10px;
    margin: 0;
}

.itemCardDashboard .card {
    margin: 0;
    border: none;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    position: relative;
    border-radius: 1rem !Important;
    overflow: hidden;
}

.itensAcao .itemAcao{
    background-color: #d7f0dd;
}

.itensAcao .itemAcao a{
    color: #35b653 !important;
    display: flex;
    padding: 10px 15px;
    align-items: center;
    justify-content: space-between;
}

.itensAcao .itemAcao:nth-child(2){
    background-color: #cfe2ff;
}

.itensAcao .itemAcao:nth-child(2) a{
    color: #0d6efd !important;
}

.card .title {
    color: #5a5a5a;
    font-weight: 400;
}

.identidadeCard{
    display: flex;
}

.identidadeCard{
    display: flex;
}

.produtos_cadastrados_icone{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.produtos_cadastrados_icone i{
    padding: 0 25px;
}

.itemCardDashboard.green-color .card > a *{
    color: #35b653 !important;
}

.itemCardDashboard.primary-color .card > a *{
    color: #4650dd !important;
}

.itemCardDashboard.red-color .card > a *{
    color: #dc3545 !important;
}

.itemCardDashboard.blue-color .card > a *{
    color: #0d6efd !important;
}

.itemCardDashboard.nav-color .card > a *{
    color: #03cfb7 !important;
}

.itemCardDashboard .card > a h4.title{
    color: #6c757d !important;
}


.cabecalhoListagem {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* START MODAL CENTRALIZADO*/

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal.fade.in{
    background-color: rgb(0 0 0 / 42%);
}

/* END MODAL CENTRALIZADO*/

/* START MODAL VISUALIZAR CONTATO */

.itemInfoModal {
    display: block;
    width: 100%;
    margin: 2px 0;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modalVisuContato .imagem_produto_listar{
    text-align: center;
    margin: 0 auto 20px;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #b0a8aa;
}

.modalVisuContato .imagem_produto_listar img{
    width: 100% !Important;
    height: auto;
    border-radius: inherit;
    border: none;
}

.arquivosContatoModal, .arquivosContatoModal table{
    width: 100%;
}

.arquivosContatoModal h3 {
    color: #5a5a5a;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    text-decoration: underline;
}

.arquivosContatoModal td,  .arquivosContatoModal th{
    padding: 5px;
}

.arquivosContatoModal, .arquivosContatoModal table *{
    border-color: #ccc;
}

/* END MODAL VISUALIZAR CONTATO */

#lista > li{
    display: flex !Important;
    justify-content: space-between;
}

#lista > li .iconMove{
    border-left: 1px solid #ccc;
    display: flex;
    align-items: center;
    padding-left: 5px;
    justify-content: center;
}

#lista > li .iconMove i{
    margin-top: 2px;
    color: #ccc;
}

.campoNaLista{
    background-color: gray;
    margin: 0 10px;
    padding: 5px;
    cursor: pointer;
    width: 40%;
}

.campoNaLista.ativo{
    background-color: #dc3545;
}

.grupoCampoMovel{
    display: flex;
    background-color: black;
    width: 100% !Important;
    align-items: center;
    padding: 0 10px;
}

.grupoCampoMovel label{
    cursor: move;
}

#lista li {
    background-color: transparent !Important;
}

.link{
    cursor: pointer;
}

@media (min-width:992px) and (max-width:1325px){
    .vendas_hoje_icone, .produtos_cadastrados_icone {
        padding: 0;
    }
}

@media (max-width:767px){
    .oferta_horas_restante p {
        font-size: 20px;
    }
}

@media (max-width:362px){
    .vendas_hoje_icone, .produtos_cadastrados_icone {
        padding: 0;
    }
}