﻿/*------------------------------------*\
/*------------------------------------*\
ESTILO DE CSS VOLPELAB 2.0
- Novo Site
- 20/01/2015
- Versão 1.0
---------------------------------------
CONTENTS

RESET
CORES ZEUS
STRUCTURE - Grid - Titles - Mensagens - ui Spinner - Affix
LAYOUT - CheckBox/Tratamento - Helper para seleção da base do prisma - box infos basicas - Lentes - Grade - Infos Basicas - Tamanho Box - Tabela
PAGES - Receituário - Estoque - Notícias - Escolher Produto
HERDADOS - Itens herdados do PWI CMS 
PRINT
REFLOWS - Input - Menu - Avisos - divCarregando
\*------------------------------------*/


/*------------------------------------*\
    CORES ZEUS
\*------------------------------------*/

/* RODAPÉ INICIO */
.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(23,48,77);
    color: white;
    text-align: center;
}

.footer a {
    color: white;
}

.footer a:hover {
    color: white;
    opacity: 10;
}

/*#select2-drop-mask {
    display:none !important;
}
*/

.img-rodape {
    padding-right: 10px;
    text-align: right;
    padding-top: 5px;
    margin-bottom: 5px;
}

.titulo-rodape {
    font-size: 14px;
    margin-top: 2px;
}

.texto-rodape {
    font-size: 12px;
    margin-top: -5px;
    margin-left: 0px !important;
}

/*@media (max-width: 979px) and (min-width: 768px)
*/

@media (max-width: 768px) {
    .alinhamentoTextoRodape {
        display: none !important;
    }

    .img-rodape {
        padding-right: 0px;
        text-align: center;
    }
}
/* RODAPÉ FIM */

/* MODAL DESENHO MESA INICIO */
.ctnDesenharAro #drawingApp {
    border: 1px solid #ddd;
    /*padding: 20px;*/
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

.ctnDesenharAro canvas {
    display: block;
    border: 1px solid #000;
    touch-action: none;
    /*margin-bottom: 10px;*/
}

.ctnDesenharAro button {
    margin: 5px;
    padding: 10px 20px;
    border: none;
    color: #fff;
    cursor: pointer;
}

.ctnDesenharAro .ctnCores {
    text-align: right;
    margin-top: 5px;
}

.ctnDesenharAro #saveBtn, .ctnDesenharAro #newBtn {
    background-color: #007BFF;
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.ctnDesenharAro #blackBtn {
    background-color: #000000;
}

.ctnDesenharAro #redBtn {
    background-color: #FF0000;
}

.ctnDesenharAro #greenBtn {
    background-color: #008000;
}

.ctnDesenharAro #blueBtn {
    background-color: #0000FF;
}

#myModalDesenharAro {
    left: 50% !important;
}

@media (max-height: 810px) {
    #myModalDesenharAro {
        top: 2% !important;
    }
}

/*#myModalDesenharAro .modal-dialog {*/
/*    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
/*}*/
/* MODAL DESENHO MESA FIM */


/* Botão para desenhar o aro na mesa digitalizadora */
#btnDesenharAro {
    margin-top: 10px;
    width: 110px !important;
}

#btnFormatoAro {
    width: 110px !important
}

/* Remove o footer e o nav-bar da página pop-up de desenhar o aro */
body.popup-page .footer {
    display: none;
}

body.popup-page .navbar-top {
    display: none;
}

/* Para o rodapé ficar realmente no final da página - Rodrigo Cavalcante 02/06/2022 */
html {
    min-height: 100%;
    position: relative;
}

/* Para o rodapé ficar realmente no final da página - Rodrigo Cavalcante 02/06/2022 */
body {
    position: absolute;
    width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
}

.containerEsp {
    /*width: 300px;*/
    height: 200px;
    /*border: 1px solid;*/
}

#telaEspOd {
    width: 300px;
    height: 200px;
    border: 1px solid;
}

#telaEspOe {
    width: 300px;
    height: 200px;
    border: 1px solid;
}

#segundoparlabel-resumo {
    color: red;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(0.86, rgb(28,58,148)));*/
    background-color: #999999;
}


/* Topo do site - Barra superior */
.navbar-inverse .navbar-inner {
    background: #08c;
    border: none !important;
}

/* Topo do site - Cor do Título */
.navbar .brand {
    color: #ffffff;
}

/* Topo do site - Cor dos demais elementos da barra superior */
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #ffffff;
}

    .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
        color: #fff;
    }


.primary-sidebar {
    background: #efefef;
}

.sidebar-background {
    background-color: #efefef !important;
}

    .sidebar-background .primary-sidebar-background {
        background-color: #efefef !important;
    }

/* Menu lateral - Links PRIMEIRO NÍVEL */
.dark-nav {
    border: none !important;
    margin: 5px 10px !important;
}

    .dark-nav > a {
        color: #000 !important;
        background-color: transparent !important;
        border-bottom: 2px solid #ccc;
        transition: all .2s ease-in-out !important;
    }

        .dark-nav > a:hover {
            background: #CFCFCF !important;
        }

.primary-sidebar .nav li a {
    color: #000;
    border-left: 3px solid transparent;
    transition: all .2s ease-in-out !important;
}

.cntPrescricaoLado {
    border: 1px solid #cdcdcd !important;
}

.primary-sidebar > .nav > li > a {
    color: #000;
    border-left: 3px solid transparent;
}

.dark-nav > ul {
    background-color: transparent !important;
}

    .dark-nav > ul li a {
        color: #333;
        border: none;
        padding-left: 25px;
    }

.primary-sidebar .nav li a:hover {
    background: #CFCFCF55;
    color: #000;
    border-left: 3px solid #2f2f75;
}

.primary-sidebar .nav ul li.active > a {
    background: #CFCFCF;
    color: #000;
    border-left: 3px solid #2f2f75;
}

/* Menu lateral - Background dos links PRIMEIRO NÍVEL */
.primary-sidebar .nav > li > a:hover, .primary-sidebar .nav > li > a:focus {
    background: #d8d8d8;
    color: #000;
}

/* Menu lateral - Glow lateral do Menu */
.primary-sidebar .nav > li:hover .glow {
    background: #2f2f75;
    -webkit-box-shadow: 0 0 2px 1px #2f2f75 inset;
    -moz-box-shadow: 0 0 2px 1px #2f2f75 inset;
    box-shadow: 0 0 2px 1px #2f2f75 inset;
}

.primary-sidebar .nav > li.active .glow {
    background: #F2CE20;
    -webkit-box-shadow: 0 0 2px 1px #F2CE20 inset;
    -moz-box-shadow: 0 0 2px 1px #F2CE20 inset;
    box-shadow: 0 0 2px 1px #F2CE20 inset;
}

/* Menu lateral - Borda abaixo dos links PRIMEIRO NÍVEL */
.dark-nav .dropdown-menu:before {
    content: '';
    display: inline-block;
    border-top: 7px solid transparent !important;
    border-left: 7px solid transparent !important;
    border-right: 8px solid #2f2f75;
    border-bottom: 7px solid transparent !important;
    position: absolute;
    top: 12px;
    left: -15px;
}

/*}*/

/* Menu lateral - Borda abaixo dos links PRIMEIRO NÍVEL */
.primary-sidebar .nav > li a:before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
    left: 0;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background: -webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,transparent),color-stop(35%,rgba(10,65,128,0.8)),color-stop(50%,#20292f),color-stop(65%,rgba(10,65,128,0.8)),color-stop(100%,transparent));
    background: -webkit-linear-gradient(left,transparent 0,rgba(10,65,128,0.8) 35%,#2f2f75 50%,rgba(10,65,128,0.8) 65%,transparent 100%);
    background: -moz-linear-gradient(left,transparent 0,rgba(10,65,128,0.8) 35%,#2f2f75 50%,rgba(10,65,128,0.8) 65%,transparent 100%);
    background: -o-linear-gradient(left,transparent 0,rgba(10,65,128,0.8) 35%,#2f2f75 50%,rgba(10,65,128,0.8) 65%,transparent 100%);
    background: linear-gradient(left,transparent 0,rgba(10,65,128,0.8) 35%,#2f2f75 50%,rgba(10,65,128,0.8) 65%,transparent 100%);
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* Grid */
.margin-h {
    margin: 0 10px;
}


/* Títulos */
.title-secions {
    display: block;
    padding: 0 7px;
    font-size: 20px;
    color: #336B7C;
    /*border-bottom: 1px solid #E8E8E8;*/
}

/* Mensagens */
.error-state {
    color: red;
    font-weight: bold;
}

.success-state {
    color: green;
    font-weight: bold;
}

.aviso-lentes {
    color: #b41c1c;
    margin: 10px 0 10px 0;
}

/* UI Spinner */
.ui-spinner {
    position: relative;
}

.ui-spinner-button {
    width: 20px;
    height: 30px;
    position: absolute;
    padding: 5px 1px 0 3px;
    right: 16px;
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: inset 0 1px 2px white;
    -moz-box-shadow: inset 0 1px 2px white;
    box-shadow: inset 0 1px 2px white;
    background: #e9e9e9;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fdfdfd),color-stop(100%,#e9e9e9));
    background-image: -webkit-linear-gradient(top,#fdfdfd,#e9e9e9);
    background-image: -moz-linear-gradient(top,#fdfdfd,#e9e9e9);
    background-image: -o-linear-gradient(top,#fdfdfd,#e9e9e9);
    background-image: linear-gradient(top,#fdfdfd,#e9e9e9);
}

.ui-spinner-up {
    right: 0px;
    border-radius: 0 4px 4px 0;
}

.ui-spinner-down {
    left: 0;
    border-radius: 4px 0 0 4px;
}

input.ui-spinner-input {
    text-align: center;
    padding: 0;
}

/* Affix */
.not-affix {
    top: 30px;
}

/*------------------------------------*\
    LAYOUT
\*------------------------------------*/

/* Correção de tamanho para o container de tratamentos ficar alinhado com os campos de digitação da prescrição */
@media (min-width: 1200px) {
    .correcaoCntTratamento {
        width: 1031px !important;
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .correcaoCntTratamento {
        width: 724px !important;
    }
}

/* Correção para em telas pequenas o campo da ponte não jogar o * que marca o obrigatório do campo para baixo */
@media (max-width: 979px) and (min-width: 768px) {
    #cntPonte.correcaoTxtPonte {
        width: 45px;
    }
}

/* CheckBox/Tratamento */
.check-box-tratamento {
    padding: 5px 5px 2px 5px;
}

/* Correções logo topo */
#logoTopo {
    float: left;
    padding: 5px;
    width: auto;
    height: 45px;
    padding-top: 1px;
    padding-bottom: 1px;
}

/* Cria uma borda na div ao redor do tratamento para ser clicavel em dispositivos móveis */
@media (max-width: 1024px) {
    .check-box-tratamento {
        padding: 0px !important;
        border-style: solid !important;
        border-width: 10px 10px 10px 10px !important;
        border-color: RGBA(251,251,251,0) !important;
        z-index: 1;
    }

    .labelCheckBox {
        margin: 0px;
        z-index: 2;
    }

    .divClick {
        width: 380px;
        height: 20px;
        position: absolute;
        z-index: 3;
        background-color: RGBA(0,0,0,0);
        cursor: pointer;
    }
}

/* Cria uma borda na div ao redor do tratamento para ser clicavel em dispositivos móveis */
@media (max-height: 768px) {
    .check-box-tratamento {
        padding: 0px !important;
        border-style: solid !important;
        border-width: 10px 10px 10px 10px !important;
        border-color: RGBA(251,251,251,0) !important;
        z-index: 1;
    }

    .labelCheckBox {
        margin: 0px;
        z-index: 2;
    }

    .divClick {
        width: 380px;
        height: 20px;
        position: absolute;
        z-index: 3;
        background-color: RGBA(0,0,0,0);
        cursor: pointer;
    }
}

.check-box-tratamento label {
    top: 1px;
}

/* Cabeçalho tratamento */
.accordion-group {
    margin-left: 0 !important;
}

/* Helper para seleção da base do prisma */
button.btn.base-prisma-btn {
    height: 30px;
    padding: 2px 12px;
    position: absolute;
    top: 25px;
    right: 0;
}

.opcao-base-prisma {
    padding: 10px;
    top: 49px;
    left: -66px;
}

    .opcao-base-prisma li {
        padding: 2px 0 1px 5px;
        cursor: pointer;
    }

        .opcao-base-prisma li:hover {
            background-color: #F3F3F3;
            border-radius: 5px;
        }

/* Formato da cor */
.cor-box {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

/* Formato da lente */
.info-basicas-box {
    padding-left: 10px;
    margin-bottom: 0;
}

.info-basicas-input {
    padding-right: 15px;
}

/* Lentes */
.box-lentes {
    width: 14%;
    margin: 1%;
    float: left;
    position: relative;
    min-height: 258px;
}

    .box-lentes img {
        min-width: 100%;
    }


.titulo-lentes-editar {
    width: 155px;
    height: 20px;
    margin-top: 15% !important;
    margin-left: -8px !important;
}

.titulo-indice-editar {
    font-size: 45px;
    font-family: 'Open Sans';
    font-weight: 800;
    color: white;
}

.titulo-tratamento-editar {
    color: white;
    font-family: 'Open Sans' !important;
    font-size: 10px;
}

.titulo-descricao-editar {
    color: white;
    font-family: 'Arial' !important;
    font-size: 10px;
    font-weight: 700;
}

.titulo-material-editar {
    color: white;
    font-size: 10px;
}


.titulo-lentes {
    width: 155px;
    height: 165px;
    margin-left: 2% !important;
}

.titulo-indice {
    font-size: 55px;
    font-family: 'Open Sans';
    font-weight: 800;
    color: white;
}

.titulo-tratamento {
    color: white;
    font-family: 'Open Sans' !important;
    font-size: 15px;
}

.titulo-descricao {
    color: white;
    font-family: 'Arial' !important;
    font-size: 10px;
    font-weight: 700;
}

.titulo-material {
    color: white;
    font-size: 10px;
}

/* Lado dos olhos */
.box-olhos {
    margin: 0px 0 10px 0;
    display: block;
    position: relative;
}

.box-olhos-img {
    display: inline-block;
    width: 70px;
}

.box-olhos-title {
    display: inline-block;
    margin: 8px 0px 0px 20px;
    position: absolute;
}

/* Grade */
#tabela-grade * {
    text-align: center !important;
}

#tabela-consulta-estoque * {
    text-align: center !important;
}

.margin-grade-botton {
    margin-bottom: 40px
}

.input-total-grade {
    font-weight: bold;
    border: 2px solid #A9A9A9 !important;
}

.input-total-geral {
    font-weight: bold;
    border: 2px solid #A9A9A9 !important;
}

.grade-selecionada {
    background-color: #336B7C !important;
    color: #fff !important;
    font-weight: bold;
}

.input-grade,
.input-total-grade,
.input-total-geral {
    height: 25px !important;
    border: 1px solid #A9A9A9 !important;
}

.input-selecionado {
    border: 2px solid #336B7C;
}

.opcao-cor,
.opcao-tamanho,
.opcao-total {
    padding: 3px 3px;
    width: 40px;
    font-weight: 600;
}

.opcao-tamanho {
    height: 25px !important;
    border: 1px none;
    padding: 3px 3px;
    top: 0;
    position: sticky;
    font-weight: 600;
}


#tabela-grade td {
    background-color: #FBFBFB;
    border: 1px solid #A9A9A9;
    background: #b0daf2;
}

#tabela-consulta-estoque td {
    background-color: white;
    border: 1px solid #A9A9A9 !important;
    background: white;
}

.btn-finaliza-grade {
    height: 13px;
    margin-top: 15px;
    padding: 4px 0px 12px 0;
    border: none;
}

#myModalAlterarLoja {
    width: 80% !important;
    height: 80%;
    left: 10% !important;
    background-color: White;
    text-align: center;
    display: none;
    margin-left: 0px;
}

.modal-alterarloja {
    height: 80%;
}


/* Infos Basicas */
.infos-basicas .tratamento-item {
    display: block;
    padding: 3px 5px;
    width: 90%;
}

.infos-basicas img {
    display: block;
    margin: 10px auto;
    border-radius: 5%;
}


/* Tamanho Box */
.min-height-page {
    min-height: 360px;
    box-sizing: border-box;
}

/* Tabela */
.table-td-agrupado {
    padding: 0 11px !important;
    text-align: right !important;
}

.table-item-agrupado {
    border-bottom: 1px solid #E8E8E8;
    display: block;
    margin: 0 -11px;
    padding: 5px 10px 4px;
}

    .table-item-agrupado:last-child {
        border-bottom: none;
    }

.table-item-excluir {
    text-align: center !important;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* Receituário */
.selecionar-imagem {
    border: 2px solid #fbfbfb;
}

.selecionar-radio:checked + .selecionar-imagem {
    box-shadow: 0px 0px 6px rgba(90, 147, 187, 0.95);
    border: 2px solid #326A7B;
}

/* Formato da lente */
.lentes-box {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.lentes-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex: 0 15%;
    -ms-flex: 0 15%;
    margin: 0 0px 10px 10px;
    position: relative;
    border: 1px solid transparent;
    box-sizing: border-box;
}


/* Notícias */

.checkbox-pad {
    margin: 0 10px;
}

.news-list {
    position: relative;
    padding: 4px 0 10px 21px;
}

.news-list-glow {
    margin: -5px 0px -10px -20px;
    height: 100%;
    width: 3px;
    position: absolute;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    background: #1F2B42;
    -webkit-box-shadow: 0 0 2px 1px #434d59 inset;
    -moz-box-shadow: 0 0 2px 1px #434d59 inset;
    box-shadow: 0 0 2px 1px #434d59 inset;
}

.news-list-txt-box {
    position: relative;
    margin: 20px;
    background-color: #fff;
}

    .news-list-txt-box img {
        margin-bottom: 26px;
    }

.news-list-txt {
    color: #333333;
    font-size: 1.2em;
    letter-spacing: -0.02em;
    line-height: 1.45em;
    margin: 0 20px;
    position: relative;
}

.news-list-data {
    width: 100%;
    font-weight: bold;
}

.news-list-pkid {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 10px;
    border: 1px solid #CDCDCD;
    border-radius: 6px 0 0 0;
    border-right: none;
    border-bottom: none;
}

.news-img-box {
    display: block;
    margin: 40px 0 20px;
}

.news-img-list {
    list-style: none;
    display: inline-block;
}

    .news-img-list a {
        height: 150px;
        width: 250px;
        display: block;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

.news-img {
    width: 200px;
    height: 150px;
    margin: 0 0 0 2px !important;
}



/* Escolher Produto */
.escolhe-produto-title {
    margin: 9px 0 0 -10px;
    padding: 6px 10px;
    border-bottom: 1px solid #E8E8E8;
}

.escolhe-produto-box label {
    margin: 0px 0 -8px 10px;
    width: 100%;
    position: relative;
}

.escolhe-produto-box span {
    display: inline-block;
    margin: 9px 0 0 10px;
    position: absolute;
}

.escolhe-produto-actions {
    border-top: 1px solid #E8E8E8;
    margin: 15px 0 0 -10px;
    padding: 15px;
}

/* Escolher Produto */
.pedido-infos-basicas .info-basicas-input {
    padding-right: 0px;
}

/* Ajuste na div das opções de montagem para telas grandes */
@media (min-width: 1024px) {
    .ajusteDivMontagem {
        margin-left: -45px !important;
    }
}

/* Correções nas divs de informações dos pedidos que estavam quebrando o layout para telas pequenas */
@media (max-width: 767px) {
    #OE {
        margin-left: 0px;
    }

    .divInfoBasica {
        margin-left: 0px !important;
    }

    .divInfoPedido {
        margin-left: 0px !important;
    }
}

/* Removi os estilos que estavam inline nestas classes */
@media (min-width: 768px) {
    .divInfoBasica {
        margin-left: -20px !important;
    }

    .divInfoPedido {
        margin-left: 30px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    /* Adjust box infos basicas width */
    .infos-basicas {
        width: 150px;
    }

    .infos-produto {
        width: 240px;
    }


    .l-alerta {
        top: 50% !important;
    }
}

@media (max-width: 766px) {
    /* Adjust box infos basicas width */
    .infos-basicas,
    .infos-produto {
        width: 100%;
        position: initial;
    }
}


/*------------------------------------*\
    HERDADOS
\*------------------------------------*/

.foto-editar-noticia {
    margin: 10px 0;
    width: 110px;
}

.LabelBold {
    font-weight: bold;
    font-size: 14px;
}

.LabelNaoBold {
    font-size: 11px;
    word-wrap: break-word;
    display: block;
    max-width: 150px;
    height: 30px;
    line-height: normal;
    overflow: hidden;
}

.Galeria {
    width: 70%;
    position: relative;
    float: left;
    height: 600px;
    overflow: scroll;
}

.DetalheGaleria {
    width: 30%;
    position: relative;
    float: left;
    background-color: #f5f5f5;
}

.GaleriaLink {
    text-align: left;
    font-family: Arial;
    font-size: small;
}

.GaleriaContainer {
    width: 100%;
}

.filedWidth {
    width: 200px;
}

.ImageDetalhe {
    width: 95px;
    height: 53px;
}

.ImageGaleria {
    width: 150px;
    height: 84px;
}

.button {
    height: 30px;
}

.ContainerDetalhe {
    display: none;
    padding: 0 10px;
}

    .ContainerDetalhe input {
        width: 200px;
    }

.UploadArquivo {
    text-align: center;
    float: left;
    position: relative;
}

.Galeria input[type='checkbox'] {
    display: none;
    position: absolute;
    position: absolute;
    margin-top: -84px;
    margin-left: 120px;
    width: 36px;
    height: 27px;
}

.fileUpload {
    width: 300px;
    text-align: center;
}

.removerArquivo {
    color: red;
}



div.upload {
    content: 'Selecione o(s) Arquivo(s)';
    display: inline-block;
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
    margin: 0 0% 0 40%;
    width: 350px;
    overflow: hidden;
}

.label-upload {
    color: red;
    text-align: center;
}

.DesabilitaAnexo {
    display: none;
}

.HabilitaAnexo {
    display: block;
}

.filename {
    width: 200px !important;
}

.chamar-atencao {
    border: 1px solid #E42525 !important;
}

.opcoes-pos-salvar {
    margin: 0;
}

    .opcoes-pos-salvar li {
        list-style: none;
    }

    .opcoes-pos-salvar .nav-header {
        padding: 10px 0px;
    }

    .opcoes-pos-salvar .divider {
        border-bottom: 1px solid #CDCDCD;
        margin-top: 10px;
    }

.tituloNoticiaPost {
    height: 45px !important;
    font-size: 20px !important;
}

.noticiaCheck {
    float: left;
    margin: 3px 5px 0 0 !important;
    width: 13px !important;
}

#cke_1_contents {
    height: 380px;
}

/* Editor de Texto */
.mce-btn button {
    height: auto !important;
    width: auto !important;
}

/*TAGS*/
.visivel {
    display: inline-block;
}

.tags-cms {
    margin: 10px 0;
}

    .tags-cms .tags-cms-lista {
        list-style-type: none;
    }

    .tags-cms .tags-cms-container {
        border: 1px solid #ddd;
        background: #fdfdfd;
        padding: 5px;
        width: 100%;
        overflow-y: auto;
    }

    .tags-cms .tags-cms-lista li, .tags-cms .tags-cms-escolidas, .tags-cms .tags-cms-escolidas ul {
        display: inline;
    }

        .tags-cms .tags-cms-escolidas ul li {
            display: block;
            float: left;
            padding: 0 8px;
            margin: 5px 5px 5px 5px;
            line-height: 23px;
            font-size: 11px;
            border: 1px solid #d2d2d2;
            background: #f2f2f2;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fcfcfc),color-stop(100%,#f2f2f2));
            background-image: -webkit-linear-gradient(top,#fcfcfc,#f2f2f2);
            background-image: -moz-linear-gradient(top,#fcfcfc,#f2f2f2);
            background-image: -o-linear-gradient(top,#fcfcfc,#f2f2f2);
            background-image: linear-gradient(top,#fcfcfc,#f2f2f2);
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
        }

    .tags-cms .colecao-tagutocomplete {
        z-index: 10;
        max-width: 340px;
        display: inline-block;
        position: absolute;
        background-color: #fff;
        list-style: none;
    }

        .tags-cms .colecao-tagutocomplete .item-tagautocomplete {
            padding: 3px;
            text-align: left;
        }

            .tags-cms .colecao-tagutocomplete .item-tagautocomplete:hover {
                border-radius: 5px;
                background-color: #ccccd0;
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
                background-color: #08c;
            }

    .tags-cms .tags-cms-lista li span {
        padding: 1px; /*margin-right: 5px;*/
        cursor: pointer;
    }

    .tags-cms .tags-cms-escolidas ul {
        margin-left: 10px;
    }

    .tags-cms .txtIncluirTag[type=text] {
        width: auto !important;
        border: none;
        padding: 5px 8px 6px 8px;
        background: transparent;
        margin: 5px 5px 0 4px;
    }

        .tags-cms .txtIncluirTag[type=text]:focus {
            border: none;
            background: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

    .tags-cms .colecao-tagutocomplete .item-tagautocomplete {
        cursor: pointer;
    }

    .tags-cms .colecao-tagutocomplete .nav-header {
        margin: 0;
        padding: 0;
    }

.ChamarAtencao {
    background-color: #003d6c;
    border-radius: 5px;
    padding: 2px !important;
    color: #fff;
}

.tags-cms-conulta {
    list-style: none;
    margin: 0;
}

    .tags-cms-conulta li {
        display: inline;
        margin: 5px;
    }

    .tags-cms-conulta .nav-header {
        display: block;
        padding: 0;
        margin: 0;
    }

    .tags-cms-conulta .ChamarAtencao a {
        color: #fff;
        cursor: pointer;
    }

        .tags-cms-conulta .ChamarAtencao a:hover {
            text-decoration: none;
        }
/*TAGS*/

.icon-blue {
    color: #08c;
}

.titulo-negrito {
    font-weight: 600;
}

.titulo-col01 {
    display: table-row;
    width: 90%;
}

.titulo-col02 {
    position: relative;
    float: left;
    width: 10%;
}

.legenda {
    margin: 30px 0 15px 0;
}


.box-consultar select {
    width: 100%;
}

.info-motivo {
    cursor: pointer;
}

.modal.large {
    width: 80%;
    margin-left: -40%; /* width/2) */
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/
.print-infos {
    display: none;
}

img.img-print {
    display: none;
}

/*------------------------------------*\
    REFLOWS
\*------------------------------------*/

/*-- Input ---*/
input {
    height: 30px !important;
}

.tratamento-item-check {
    height: 20px !important;
}

.input-item {
    height: 36px !important;
}

/*--- Menu ---*/
/*.menu-vertical{position:absolute;z-index: 10;width: 30%;}*/

#DsObservacao {
    height: 60px;
}


/*--- Avisos ---*/
.gritter-title {
    font-size: 17px;
}

.gritter-item p {
    font-size: 15px;
}

.grade-sem-estoque {
    color: #FA8072 !important;
    background-color: #FA8072 !important;
    text-align: center;
}

    .grade-sem-estoque:hover {
        color: #FA8072 !important;
        background-color: #FA8072 !important;
        text-align: center;
    }

.grade-com-estoque {
    color: #00FA9A !important;
    background-color: #00FA9A !important;
    text-align: center;
}

    .grade-com-estoque:hover {
        color: #00FA9A !important;
        background-color: #00FA9A !important;
        text-align: center;
    }

/*--- divCarregando ---*/
.box-lentes .div-carregando {
    top: 0 !important;
    height: auto !important;
    bottom: 21px;
    border-radius: 0 0px 8px 8px;
    left: 0 !important;
    right: 0;
    margin: 0 !important;
}

.box-lentes .container-gif-loading {
    padding: 0;
    width: 162px;
}

.box-lentes #noTrespassingOuterBarG {
    width: 160px !important;
}


.vermelho {
    color: red !important;
}

.azul {
    color: blue !important;
}

.prescricao-finalizada {
    background-color: #d9edf7 !important;
    border-color: #bce8f1;
}

.prescricao-nao-finalizada {
    background-color: #f2dede !important;
    border-color: #ebccd1;
}

.prescricao-legenda {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 5px 10px -5px 10px;
}

.previsao-entrega-negativo {
    color: #cc3b49;
    border-color: #ffffff;
}

.previsao-entrega-negativoLegenda {
    background-color: #cc3b49;
}

.previsao-entrega-hoje {
    color: #fcab64;
    border-color: #ffffff;
}

.previsao-entrega-hojeLegenda {
    background-color: #fcab64;
}

.previsao-entrega-vazio {
}

.previsao-entrega-vazioLegenda {
    background: #fff;
    border: 1px solid;
}

.previsao-entrega-noprazo {
    color: #009689;
    border-color: #ffffff;
}


.previsao-entrega-finalizado {
    color: #006dcc;
    border-color: #ffffff;
}


.previsao-entrega-finalizadoLegnda {
    background-color: #006dcc;
}

.previsao-entrega-noprazoLegenda {
    background-color: #009689;
}

span.prescricao-nao-finalizada {
    border: 2px solid #a94442;
}

span.prescricao-finalizada {
    border: 2px solid #31708f;
}


.legenda-box {
    margin-bottom: 20px;
}


.btnPremiacao, .btnFechar {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    padding: 6px 14px;
    border-radius: 5px;
    cursor: pointer;
}

.btnCancelar {
    color: #ffffff;
    background-color: #e74c3c;
    padding: 8px 14px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
}


.Premiacao-texto-titulo {
    font-size: 18px;
}

.Premiacao-texto-sigla {
    font-size: 15px;
}

.Premiacao-input {
    width: 100%;
    height: 35px;
    border-radius: 5px;
    padding: 18px;
    box-sizing: border-box;
    margin-top: 10px;
    font-size: 15px;
}

.modal-crm-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.modal-crm-header div:nth-child(1) {
    width: 70%
}

.modal-crm-header div:nth-child(2) {
    width: 20%
}

.Premiacao-Select {
    width: 70%;
    height: 35px;
    font-size: 15px;
}

.label-mensagem-premiacao {
    font-size: 15px;
    color: Red;
    text-align: left;
    display: block;
}

.Invisible {
    display: none;
}

.visible {
    display: block;
}

.btnPesquisar {
    text-align: center;
    margin-top: 25px;
}

.btnPesquisarGerenciador {
    margin-top: 26px;
    float: left;
    margin-left: 20px;
}

.btnGerenciadorPedidos {
    margin-top: 26px;
}

.visible {
    display: block;
}

.js-produto-premiacao {
    display: none;
}

.linhaNoticia {
    margin-bottom: 20px;
}

/*.containerOculos {
    width: 768px;
    height: 300px;
    display: block;
    margin: 0 auto 40px;
}*/

/* Correção da div utilizada do carregando no modal de confirmação do pedido */
#ModalConfirmarPedido .div-carregando {
    top: 0px !important;
}

.espessuraImg {
    background-image: url('../../Images/esp.jpg');
    background-repeat: no-repeat;
    top: -301px;
    left: -1px;
    z-index: 20;
    background-size: contain;
}

.oculosBase {
    background-image: url('../../Images/bg1.jpg');
    background-repeat: no-repeat;
    top: -301px;
    left: -1px;
    z-index: 20;
    background-size: contain;
}

.oculosBase1 {
    background-image: url('../../Images/bg2.jpg');
    background-repeat: no-repeat;
    top: -301px;
    left: -1px;
    z-index: 20;
    background-size: contain;
}

.oculosBase2 {
    background-image: url('../../Images/bg3.jpg');
    background-repeat: no-repeat;
    top: -301px;
    left: -1px;
    background-size: contain;
}

.oculosBase3 {
    background-image: url('../../Images/bg4.jpg');
    background-repeat: no-repeat;
    top: -301px;
    left: -1px;
    background-size: contain;
}

.oculosBase4 {
    background-image: url('../../Images/bg5.jpg');
    background-repeat: no-repeat;
    top: -301px;
    left: -1px;
    background-size: contain;
}

/* INICIO - Ajustes no tamanho e margem da div que contém a imagem do aro para manter a responsividade do background-image */
@media (min-width: 1250px) {
    #CntContainerOculos {
        margin-left: 15%;
    }
}

@media (min-width: 1100px) and (max-width: 1299px) {
    #CntContainerOculos {
        margin-left: 10%;
    }
}

@media (max-width: 1099px) {
    #CntContainerOculos {
        margin-left: 3%;
    }
}

#CntContainerOculos {
    width: 95%;
    height: 300px;
    margin-bottom: 40px;
}

#idImgAro {
    width: 95%;
    height: 300px;
}

@media(max-width: 979px) {
    #CntContainerOculos {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    #CntContainerOculos {
        height: 300px;
    }

    #idImgAro {
        height: 300px;
    }
}

@media(max-width: 730px) {
    #CntContainerOculos {
        height: 260px;
    }

    #idImgAro {
        height: 260px;
    }
}

@media(max-width: 600px) {
    #CntContainerOculos {
        height: 200px;
    }

    #idImgAro {
        height: 200px;
    }
}

@media(max-width: 500px) {
    #CntContainerOculos {
        height: 170px;
    }

    #idImgAro {
        height: 170px;
    }
}

@media(max-width: 375px) {
    #CntContainerOculos {
        height: 130px;
    }

    #idImgAro {
        height: 130px;
    }
}
/* FIM - Ajustes no tamanho e margem da div que contém a imagem do aro para manter a responsividade do background-image */

/* INICIO - Ajustes no tamanho e posicionamento das divs de seleção de produtos, da lupa do F4 e da combo de marca própria da lente, para manter a responsividade em telas menores */
@media(max-width: 1199px) and (min-width: 768px) {
    .easy-autocomplete {
        width: 380px !important;
    }
}

@media(max-width: 979px) and (min-width: 768px) {
    #cntLupaF4Lente {
        padding-left: 75px;
    }

    #cntMarcaPropriaLente {
        padding-left: 40px;
        width: 200px;
    }
}

@media(max-width: 767px) {
    #cntFkProduto {
        width: 89%;
    }

    #cntFkProduto-od {
        width: 89%;
    }

    #cntFkProduto-oe {
        width: 89%;
    }

    .easy-autocomplete {
        width: 100% !important;
    }

    #cntLupaF4Lente {
        margin-top: -55px;
        margin-left: 89%;
    }

    #cntMarcaPropriaLente {
        margin-top: 14px;
    }
}
/* FIM - Ajustes no tamanho e posicionamento das divs de seleção de produtos, da lupa do F4 e da combo de marca própria da lente, para manter a responsividade em telas menores */

input:focus, select:focus {
    background-color: #ffeacf;
}

.eac-square input {
    background-image: url("/images/icon_search.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.js-qt-dias {
    position: absolute;
    margin-left: -23px;
    margin-top: 12px;
    font-weight: bold;
}

.etapa-grade {
    cursor: pointer;
    font-weight: bold !important;
}

.editor-label, label, .pertoOD, .pertoOE {
    font-size: 14px;
}

.noticiaBox {
    border-radius: 5px;
    height: 160px;
    -webkit-box-shadow: 0px 6px 15px 3px rgba(0,0,0,0.20);
    box-shadow: 0px 6px 15px 3px rgba(0,0,0,0.20);
    margin-left: 15px !important;
    padding: 10px 20px;
}

.titleNoticia {
    color: #2f2f75;
    font-weight: 600;
    width: 100%;
}

.dataNoticia {
    font-size: 12px;
    margin-top: -8px;
}

.mancheteNoticia {
    font-size: 14px;
}

.categoryNoticia {
    margin: 10px 0;
}

    .categoryNoticia span {
        margin-right: 5px;
    }

.modaContainer {
    display: block;
    width: 95%;
}

.modal .fade.in {
    top: 2% !important;
    left: 20% !important;
}

.modal-body #lentes-container {
    min-height: 160px;
    padding: 10px;
}

.modalTinyAlert {
    margin-top: 10%;
}

    .modalTinyAlert .modal-body {
        padding: 10px !important;
    }

.infoFirsRow {
    margin: 10px 0;
}

.hrModal {
    margin: 0 !important;
}

.textAreaObs {
    resize: none !important;
    width: 97% !important;
}

.easy-autocomplete.eac-square input {
    font-style: none !important;
}

.accordionReceituario {
    /* Alterei pois estava inconsistente com o tamanho da div superior, passei a usar a classe span do bootstrap na div para configurar o tamanho */
    /*width: 88%;*/
    border: 1px solid #9E9E9E;
}

.minusPadding {
    margin-left: -22px;
}

.checkbox-pad > div {
    /*border: 1px solid;*/
}


.easy-autocomplete-container ul {
    position: absolute;
    border: 1px solid rgb(228, 228, 228);
    list-style: none;
    padding: 10px;
    margin: 0px 0px 10px;
    display: none;
    background: white;
    z-index: 20;
}

    .easy-autocomplete-container ul li:nth-child(odd) {
        background: #E8E8E8;
    }

    .easy-autocomplete-container ul li {
        padding: 10px;
    }

        .easy-autocomplete-container ul li .eac-item {
            font-size: 10px !important;
        }

.modalPreview {
    /*top: 2% !important;*/
    left: 20%;
}

.modalVendaFutura {
    /*top: 2% !important;*/
    left: 20%;
}

.modal .table th, .modal .table td {
    padding: 2px !important;
}

.modal.fade.in {
    top: 6% !important;
}

.l-alerta {
    top: 40% !important;
}

.modal-header-alerta {
    background-color: #DEDEDE;
    padding: 0 0px !important;
}

    .modal-header-alerta h4 {
        font-size: 13px;
        padding: 10px !important;
    }

div.modal-body-alerta {
    padding: 10px !important;
}

.alertaPedido {
    padding: 10px;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    float: right;
    font-size: 15px;
    font-weight: bold;
    color: #BD2B2B;
}


/*.modalResumo {
    top: 2% !important;
    left: 20% !important;
}*/

.readMore {
    position: absolute !important;
    bottom: 8% !important;
}

.modal-body {
    padding: 0 !important;
}

.modal-header {
    padding: 0 15px;
}

.primary-sidebar .nav > li {
    position: initial;
    border-bottom: none;
    border: 2px solid #f2f2f2;
    margin: 10px 5px;
}

    .primary-sidebar .nav > li a:before {
        position: initial;
    }

    .primary-sidebar .nav > li > a {
        padding-left: 5px;
        text-shadow: none;
    }

.dark-nav > ul {
    box-shadow: none;
}

.dark-nav a i:nth-child(1) {
    display: inline-block !important !important;
}

li a .font-white {
    display: none !important !important;
}

.glow {
    position: absolute !important;
    height: 0 !important;
    width: 0 !important;
    transition: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background: transparent !important;
    -webkit-transition: none !important;
}

.spinner-finalizado {
    text-align: left !important;
    padding-left: 5px !important;
}

.font-white, .dropdown-menu .font-white {
    color: #333 !important;
}


.dark-nav > ul li.active a {
    color: #333 !important;
    text-shadow: none !important;
}

.modalEstoqueItens .modal-body {
    max-height: 480px;
}


.imgArmacao {
    width: 150px;
}

.easy-autocomplete-container ul li {
    padding: 0 !important;
}


    .easy-autocomplete-container ul li .eac-item {
        font-size: 14px !important;
        margin: 5px 0 !important;
        padding: 10px !important;
        cursor: pointer !important;
    }

.easy-autocomplete-container {
    position: relative !important;
    display: block !important;
    margin-top: -22px !important;
}

.lenteCarregando {
    margin-left: 95% !important;
}

.easy-autocomplete-container ul {
    margin-top: 20px !important;
}

.tracer-box {
    width: 80%;
}

.imgTracerModal {
    width: 70%;
}

.labelAdjustment label.error {
    position: absolute;
    margin: 30px 5px;
    color: #e74c3c;
}

.modalReceita {
    padding: 0;
}


.labelReceitaModal.fade.in {
    top: 30% !important;
}

.ReceitaAviso {
    background-color: #F5FFA6;
    color: #000000;
    text-align: center;
    min-height: 50px;
    padding-top: 3px;
}

.ReceitaAtencao {
    background-color: #FFA6A6;
    color: #000000;
    text-align: center;
    min-height: 50px;
    padding-top: 3px;
}

.gritter-close {
    font-size: 25px;
    display: block !important;
    margin-right: -272px;
    margin-top: 3px;
}

.l-columnCorrection .padded {
    min-height: 360px;
}

.easy-autocomplete-container ul {
    max-height: 300px;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-header .close {
    margin-top: 0;
    padding: 8px 20px !important;
}

.h-rowMargin10 {
    margin-left: 10% !important;
}

.h-rowMargin9 {
    margin-left: 9% !important;
}

.h-rowMargin3 {
    margin-left: 3% !important;
}

@media (min-width: 1600px) {
    /* Adjust box infos basicas width */
    .infos-basicas {
        width: 300px;
    }

    .infos-produto {
        width: 390px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    /* Adjust box infos basicas width */
    .infos-basicas {
        width: 260px;
    }

    .infos-produto {
        width: 350px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    /* Adjust box infos basicas width */
    .infos-basicas {
        width: 260px;
    }

    .infos-produto {
        width: 350px;
    }
}

@media (min-width: 1920px) {
    .modalArmacao {
        left: 41% !important;
    }

    .modalMsg {
        left: 50% !important;
    }

    .modalPreview {
        left: 17%;
    }

    .modalVendaFutura {
        left: 17%;
    }

    .modal {
        left: 17% !important;
    }
}

@media (min-width: 1080px) {
    /* Correções para o modal de alerta da plata em telas grandes (utilizado no excluir por exemplo) */
    .modalTinyAlert {
        left: 32.5% !important;
        right: 32.5%;
        width: 35%;
    }

    /* Modal de confirmação da transposição */
    #myModalConfirmacao {
        left: 32.5% !important;
        right: 32.5%;
        width: 35%;
    }

    
}

/* Modal de seleção do produto filtrando as categorias */
#myModalCategoria {
    width: 554px;
    margin-left: -277px;
    left: 50% !important;
    top: 6% !important;
}

@media (max-width: 767px) {
    /* Modal de seleção do produto filtrando as categorias */
    #myModalCategoria {
        width: 320px;
        margin-left: -160px;
        left: 50% !important;
    }

        /* A combo de seleção da subcategoria volta ao tamanho 100% ao ser posicionada abaixo da combo de categoria neste resolução */
        #myModalCategoria .subcategoria {
            width: 100% !important;
        }
}

@media (min-width: 768px) {
    /* Modal de cadastro do balconista da premiação */
    #myModalPremio, #myModalPremioCrm {
        left: 50% !important;
    }

    /* Modal de selecionar a cor da coloração */
    #myModalCor {
        left: 50% !important;
    }


    /* Modal consulta de quantidade em estoque */
    #modalEstoqueItens {
        left: 50% !important;
    }

    /* Modal de aviso da quantidade em estoque */
    #msgAlerta {
        left: 50% !important;
    }

    /* Modal utilizado para notificar que a notícia foi incluida e perguntar o próximo passo */
    #opcoes-pos-salvar-container {
        left: 50% !important;
    }

    /* Modal utilizado para validar a compensação em lentes individualizadas */
    #myModalProdutoIndividualizado {
        left: 50% !important;
    }

    /* Modal utilizado para confirmar sinais diferentes de esférico na tela de prescrição */
    #myModalConfirmarSinaisDiferentes {
        left: 50% !important;
    }

    /* Modal utilizado para confirmar adições diferentes na tela de prescrição */
    #myModalConfirmarAdicaoDiferente {
        left: 50% !important;
    }

    /* Modal utilizado para mostrar as mensagens de retorno do WS */
    #myModalReceita {
        left: 50% !important;
    }

    /* Modal utilizado para no upgrade de produtos da tela de prescrição */
    #myModalUpgradeProduto {
        left: 50% !important;
    }

    /* Modal utilizado para selecionar o tipo de tracer */
    #myModalTracer {
        left: 50% !important;
    }

    #ModalConfirmarPedidoSeguranca {
        left: 50% !important;
    }

    #myModalFinalizarPedido {
        left: 50% !important;
    }

    #marcacao-lente {
        left: 50% !important;
    }
    
}

@media (max-width: 1079px) {
    /* Correções para o modal de alerta da plata em telas pequenas (utilizado no excluir por exemplo) */
    .modalTinyAlert {
        left: 20% !important;
        right: 20% !important;
        width: 60% !important;
    }

    /* Modal de confirmação da transposição */
    #myModalConfirmacao {
        left: 20% !important;
        right: 20% !important;
        width: 60% !important;
    }


    
}

/* Correções para o modal de alerta da plata (utilizado no excluir por exemplo) */
.modalTinyAlert {
    margin-left: 0px;
    text-align: center;
    font-size: 13px;
}

/* Modal de confirmação da transposição */
#myModalConfirmacao {
    top: 30% !important;
    margin-left: 0px;
    font-size: 13px;
    text-align: center;
}

    /* Alinhando texto no centro do modal de transposição */
    #myModalConfirmacao p {
        text-align: center !important;
    }

/* Media query para dispositivos com pouca altura */
@media (max-height: 780px) {
    /* Modal de resumo do pedido para confirmar o envio */
    #ModalConfirmarPedido {
        top: 2% !important;
    }

    /* Modal de preview do pedido da tela de consultar */
    #ModalPreview {
        top: 2% !important;
    }

    /* Modal de venda futura */
    #ModalVendaFutura {
        top: 2% !important;
    }
}

/* Media query para dispositivos com bastante altura */
@media (min-height: 781px) {
    /* Modal de resumo do pedido para confirmar o envio */
    #ModalConfirmarPedido {
        top: 6% !important;
    }

    /* Modal de preview do pedido da tela de consultar */
    #ModalPreview {
        top: 6% !important;
    }

    /* Modal de venda futura */
    #ModalVendaFutura {
        top: 6% !important;
    }

}

/* Modal de resumo do pedido para confirmar o envio */
#ModalConfirmarPedido {
    left: 5% !important;
    right: 5% !important;
    margin-left: 0px;
    max-height: 580px;
}

/* Modal de preview do pedido da tela de consultar */
#ModalPreview {
    left: 2.5% !important;
    right: 2.5% !important;
    width: 95%;
    margin-left: 0px;
    display: none;
}


/* Modal de venda futura */
#ModalVendaFutura {
    left: 2.5% !important;
    right: 2.5% !important;
    width: 95%;
    margin-left: 0px;
    display: none;
}

/* Modal de F4 dos aros na prescrição */
#myModalFormato {
    width: 80% !important;
    left: 10% !important;
    right: 10% !important;
    top: 6% !important;
    margin-left: 0px;
}

/* Modal consulta de quantidade em estoque */
#modalEstoqueItens {
    top: 20% !important;
}

/* Modal de aviso da quantidade em estoque */
#msgAlerta {
    top: 30% !important;
}

/* Modal utilizado para notificar que a notícia foi incluida e perguntar o próximo passo */
#opcoes-pos-salvar-container {
    top: 30% !important;
}

/* Modal utilizado para validar a compensação em lentes individualizadas */
#myModalProdutoIndividualizado {
    top: 30% !important;
}

/* Modal utilizado para confirmar sinais diferentes de esférico na tela de prescrição */
#myModalConfirmarSinaisDiferentes {
    top: 30% !important;
}

/* Modal utilizado para confirmar adições diferentes na tela de prescrição */
#myModalConfirmarAdicaoDiferente {
    top: 30% !important;
}

/* Modal utilizado para mostrar as mensagens de retorno do WS */
#myModalReceita {
    top: 30% !important;
}

#divImg {
    text-align: center;
}

@media (min-width: 1366px) and (max-width: 1919px) {
    .modalMsg {
        left: 50% !important;
    }

    .modalArmacao {
        left: 45% !important;
    }

    .modalPreview {
        top: 2%;
        left: 23% !important;
    }

    .modalVendaFutura {
        top: 2%;
        left: 23% !important;
    }

    .modalResumo {
        top: 2%;
        left: 25% !important;
    }

    .myModalFinalizarPedido {
        top: 2%;
        left: 23% !important;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .modalArmacao {
        left: 45% !important;
    }

    .modalMsg {
        left: 50% !important;
    }

    .modal.fade.in {
        top: 2% !important;
        left: 30%;
    }

    .modalPreview {
        left: 24% !important;
    }

    .modalVendaFutura {
        left: 24% !important;
    }
}

@media (min-width: 1140px) and (max-width: 1279px) {
    .modalArmacao {
        left: 45% !important;
    }

    .modalMsg {
        left: 50% !important;
    }

    .modal.fade.in {
        top: 2% !important;
        left: 30%;
    }

    .modalPreview {
        left: 26% !important;
    }

    .modalVendaFutura {
        left: 26% !important;
    }
}

@media (min-width: 1024px) and (max-width: 1139px) {
    .modalArmacao {
        left: 44% !important;
    }

    .modalMsg {
        left: 50% !important;
    }

    .modal.fade.in {
        top: 2% !important;
        left: 33%;
    }

    .modalPreview {
        left: 29% !important;
    }

    .modalVendaFutura {
        left: 29% !important;
    }

    .noticiaBox {
        border-radius: 5px;
        min-height: 165px !important;
        -webkit-box-shadow: 0px 6px 15px 3px rgba(0,0,0,0.50);
        box-shadow: 0px 6px 15px 3px rgba(0,0,0,0.50);
    }

    .padded {
        padding: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    .modalArmacao {
        left: 41% !important;
    }

    .modalMsg {
        left: 50% !important;
    }

    .noticiaBox {
        border-radius: 5px;
        min-height: 165px !important;
        -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.20);
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.20);
    }

    .modal.fade.in {
        top: 2%;
        left: 39%;
    }

    .modalResumo {
        top: 2%;
        left: 42% !important;
    }

    .l-columnCorrection {
        width: 48.61878% !important;
    }

    .l-columnCorrectionMargin {
        margin-left: 8% !important;
    }

    .l-titleCorrectionMargin {
        margin-left: 6% !important;
    }

    .accordionReceituario {
        width: 100% !important;
    }

    .easy-autocomplete.eac-square input {
        max-width: 350px !important;
    }

    .tratamento-item-check {
        border: 1px solid;
        /*Estava fazendo a checkbox padrão aparecer em dispositivos com telas pequenas*/
        /*opacity: 1 !important;
        visibility: visible !important;*/
    }

    .noticiaCheck {
        border: 1px solid;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .textAreaObs {
        resize: none !important;
        width: 80% !important;
    }

    .tracer-box {
        width: 115% !important;
    }

    /*.containerOculos {
        width: 768px;
        height: 30px;
        display: blocks;
        margin: 0 auto;
    }*/

    .oculosBase {
        background-image: url('../../Images/bg1.jpg');
        background-repeat: no-repeat;
        top: -385px;
        left: -25px;
        z-index: 20;
        background-size: contain;
    }

    .oculosBase1 {
        background-image: url('../../Images/bg2.jpg');
        background-repeat: no-repeat;
        top: -385px;
        left: -25px;
        z-index: 20;
        background-size: contain;
    }

    .oculosBase2 {
        background-image: url('../../Images/bg3.jpg');
        background-repeat: no-repeat;
        top: -385px;
        left: -25px;
        background-size: contain;
    }

    .oculosBase3 {
        background-image: url('../../Images/bg4.jpg');
        background-repeat: no-repeat;
        top: -385px;
        left: -25px;
        background-size: contain;
    }

    .oculosBase4 {
        background-image: url('../../Images/bg5.jpg');
        background-repeat: no-repeat;
        top: -385px;
        left: -25px;
        background-size: contain;
    }

    .ajusteResponsive {
        margin-top: 400px;
    }

    .ajusteSpan3 {
        margin-left: 65px !important;
    }

    .ajusteSpan2Responsive {
        width: 19% !important;
    }

    .ajusteCampoSpan2Responsive {
        width: 20% !important;
    }

    .ajusteImgArmacaoResponsive {
        margin-left: 20px !important;
    }

    .icheckbox_flat-aero, .iradio_flat-aero {
        /*background: none !important;*/
        border: none !important;
        /*margin-top: -10px;*/
    }

    .h-rowMargin10 {
        margin-left: 10% !important;
    }

    .h-rowMargin9 {
        margin-left: 9% !important;
    }

    .h-rowMargin3 {
        margin-left: 3% !important;
    }

    .modalPreview {
        left: 2%;
    }

    .modalVendaFutura {
        left: 2%;
    }

}

@media (min-width: 360px) and (max-width: 414px) {
    .h-rowMargin10 {
        margin-left: 0 !important;
    }

    .h-rowMargin9 {
        margin-left: 0 !important;
    }

    .h-rowMargin3 {
        margin-left: 0 !important;
    }

    .modalPreview {
        left: 0;
    }

    .modalVendaFutura {
        left: 0;
    }

    .l-imgFormato {
        display: inherit;
        margin: 0 auto;
    }
}


/*.icheckbox_flat-aero, .iradio_flat-aero {
    border: 1px solid lightgray;
    border-radius: 2px;
}

.iCheck-helper {
    background: none !important;
    display: none !important;
}*/

.sac-noticias {
    background-color: #f6f5ca;
    padding: 15px 20px;
    text-align: center;
    font-size: 14px;
}

.top-cliente {
    color: #100f0f;
    background: white;
    padding: 6px 10px;
    border-radius: 3px;
    margin: 0;
    float: right;
}

@media (min-width: 360px) and (max-width: 767px) {
    .top-cliente {
        display: none;
    }
}

/* CHECKBOX BOOTSTRAP */
/* Container onde fica o checkbox */
.ctnCheckBox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Esconde o checkbox padrão */
    .ctnCheckBox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Cria o checkbox customizado */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 20px;
    background-color: #eee;
}

/* Coloca um cinza mais escuro ao passar o mouse no checkbox */
.ctnCheckBox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* Quando o checkbox é marcado deixa o background azul */
.ctnCheckBox input:checked ~ .checkmark {
    background-color: RGB(0,118,177);
}

/* Cria o marcador, fica invisivel se não estiver com a check */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Mostra o checkmark ao clicar na ckeckbox */
.ctnCheckBox input:checked ~ .checkmark:after {
    display: block;
}

/* Style do marcador da checkbox */
.ctnCheckBox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* FIM CHECKBOX BOOTSTRAP */

/* Fim estilos botões para salvar e pesquisar XML */
.botaoNf {
    float: right;
    padding: 10px;
}

.btnPesquisarNf {
    text-align: center;
    margin-top: 15px;
}

.textoInformativoBaixarXml {
    display: flex;
    position: center;
    float: left;
    padding: 4px;
    margin-top: 13px;
}

/* Fim estilos botões para salvar e pesquisar XML */

/* Tratando valor total no resumo do pedido */
.valorTotalResumo {
    text-align: left;
    margin-left: 0px !important;
}

/* Fim tratando valor total no resumo do pedido */

#footerCarrinhoPrescricaoNaoExibir {
    position: fixed;
    cursor: pointer;
    width: 1%;
    height: 5%;
    bottom: 0;
    right: 0;
    padding: 5px 20px 15px 5px;
    background-color: #f2f2f2;
    border: 1px solid lightgrey;
    border-radius: 3px;
}

#footerCarrinhoPrescricaoExibir {
    position: fixed;
    padding: 0 16px;
    width: 25%;
    bottom: 5%;
    right: 0;
}

@media (max-width: 800px) {
    #footerCarrinhoPrescricaoExibir {
        flex-direction: column-reverse;
        position: relative;
        width: 100%;
    }

    .containerCarrinhoPrescricao {
        margin-bottom: 20px;
    }
}

.containerCarrinhoPrescricao {
    background-color: #f2f2f2;
    padding: 5px 20px 15px 20px;
    border: 1px solid lightgrey;
    border-radius: 3px;
    opacity: 0.65;
}

.tituloCarrinhoPrescricao {
    margin: 0;
}

.precoCarrinhoPrescricao {
    float: right;
}

/* Style the close button (span) */
.closeCarrinhoPrescricao {
    cursor: pointer;
    float: right;
    right: 0;
    font-size: medium;
    transform: translate(0%, -50%);
}

/* Serviços escolhidos*/
ul.servicosescolhidos {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 60%;
}

    ul.servicosescolhidos li {
        border: 1px solid #ddd;
        margin-top: -1px;
        background-color: #f6f6f6;
        padding: 12px;
        text-decoration: none;
        font-size: 12px;
        color: black;
        display: block;
        position: relative;
    }

        ul.servicosescolhidos li:hover {
            background-color: #eee;
        }


/*Disponibilidade de estoque cor*/
.disponibilidadeGradeIndisponivel {
    width: 10px;
    height: 10px;
    background-color: #FF0000;
    border-radius: 50%;
    float: right;
    padding: 5px;
    margin-top: 8px;
    margin-right: 7px;
}

.disponibilidadeGradeAlta {
    width: 10px;
    height: 10px;
    background-color: limegreen;
    border-radius: 50%;
    float: right;
    padding: 5px;
    margin-top: 8px;
    margin-right: 7px;
}


.disponibilidadeGradeMedia {
    width: 10px;
    height: 10px;
    background-color: yellow;
    border-radius: 50%;
    float: right;
    padding: 5px;
    margin-top: 8px;
    margin-right: 7px;
}

/*Fim disponibilidade de estoque*/

.legenda-produto-title {
    background-color: #f2f2f2;
    height: 16px;
    padding: 1px 10px;
    border-bottom: 1px solid #E8E8E8;
}

.legenda-produto-title-branco {
    background-color: #00FFFFFF;
    height: 12px;
    padding: 1px 10px;
    border: solid 1px;
    background: transparent;
    border: none;
}


/**********************/
/*Frete - Lente pronta*/
/**********************/

@importfrete url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

.grade-frete-icon > a:after {
    float: right !importantfrete;
    font-family: FontAwesome;
    content: "\f068";
    text-align: left;
}

.grade-frete-icon > a.collapsed:after {
    float: right !importfrete;
    content: "\f067";
    text-align: left;
}

.grade-frete-icon > a:hover,
.grade-frete-icon > a:active,
.grade-frete-icon > a:focus {
    text-decoration: none;
}

.row-line-one {
    padding: 1px 10px;
}

.content-container {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.produtos-box {
    width: 65%;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

    .produtos-box .produtos-box-header {
        margin-bottom: 10px;
        padding-top: 20px;
    }

        .produtos-box .produtos-box-header h1 {
            margin-bottom: 20px;
        }

        .produtos-box .produtos-box-header p {
            font-size: 16px;
        }

    .produtos-box .produto-item {
        width: 100%;
        background-color: #F5F5F5;
        border-radius: 8px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0.5rem 2rem;
        display: flex;
    }

        .produtos-box .produto-item img {
            border-radius: 8px;
            height: 190px;
            margin: 20px 0 0 15px;
        }

        .produtos-box .produto-item .produto-descricao {
            flex: 1;
            display: flex;
            flex-direction: column;
            padding: 12px 25px;
        }

            .produtos-box .produto-item .produto-descricao .produto-descricao-header {
                display: flex;
                justify-content: space-between;
            }

                .produtos-box .produto-item .produto-descricao .produto-descricao-header h3 {
                    font-size: 18px;
                    line-height: 100%;
                }

                .produtos-box .produto-item .produto-descricao .produto-descricao-header .descricao-header-icones {
                    display: flex;
                    justify-content: flex-end;
                    padding-top: 8px;
                    margin-left: 15px;
                    min-width: 50px;
                }

                    .produtos-box .produto-item .produto-descricao .produto-descricao-header .descricao-header-icones i {
                        font-size: 20px;
                        color: black;
                    }

            .produtos-box .produto-item .produto-descricao .produto-descricao-body .produtos-for-repeat {
                position: relative;
                margin: 8px 0;
                padding-top: 8px;
                border-top: 1px solid #ccc;
            }

                .produtos-box .produto-item .produto-descricao .produto-descricao-body .produtos-for-repeat .confirm-excluir {
                    position: absolute;
                    top: 8px;
                    right: 3px;
                }

                    .produtos-box .produto-item .produto-descricao .produto-descricao-body .produtos-for-repeat .confirm-excluir i {
                        color: #f00;
                        font-size: 20px;
                    }

            .produtos-box .produto-item .produto-descricao .produto-descricao-footer {
                display: flex;
                align-items: center;
                justify-content: flex-end;
                font-weight: 600;
                font-size: 16px;
            }

.finalizacao-box {
    width: 350px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    padding: .8rem 2rem;
    background-color: #F5F5F5;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0.5rem 2rem;
    position: sticky;
    top: 80px;
}

    .finalizacao-box h2 {
        margin: 10px 0;
        font-size: 22px;
    }

    .finalizacao-box .finalizacao-preco {
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        font-weight: 600;
    }

    .finalizacao-box .finalizacao-botoes {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: 30px 0;
    }

        .finalizacao-box .finalizacao-botoes button {
            border: none;
            text-transform: uppercase;
            color: #fff;
            height: 40px;
            border-radius: 5px;
        }

            .finalizacao-box .finalizacao-botoes button:nth-child(1) {
                background-color: #2F2F75;
            }

        .finalizacao-box .finalizacao-botoes a {
            background-color: #18A0FB;
            color: #fff;
            width: 100%;
            height: 40px;
            border-radius: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            text-transform: uppercase;
        }

.container-inclusao {
    width: 100%;
    display: flex;
    justify-content: center;
}

    .container-inclusao .box-inclusao {
        width: 100%;
        min-width: 620px;
        /*margin: 20px 0;*/
        padding: 20px 50px;
        /*background-color: #f5f5f5;*/
    }

.pedido-infos-basicas-inclusao {
    width: 100%;
    height: 100%;
}

#separator {
    width: 100%;
    height: 1px;
    background-color: #E1E3E5;
    margin: 20px 0;
}

.informacoes-basicas-botes {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    width: 100%;
    margin: 15px 0 0 0;
}

    .informacoes-basicas-botes button {
        border: none;
        text-transform: uppercase;
        color: #fff;
        background-color: #2F2F75;
        height: 40px;
        border-radius: 5px;
        width: 20%;
        margin-right: 30px;
    }

    .informacoes-basicas-botes a {
        text-decoration: none;
        background-color: #169ED3;
        color: #fff;
        width: 20%;
        height: 40px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        text-transform: uppercase;
    }

.textInclusao {
    width: 99% !important;
    height: 170px !important;
}

/* Comentei pois estava quebrando o layout e não vi a necessidade de existir - 23/08/2022*/
/*.solicitacao-entrega {
    margin-top: -25px !important;
}*/

.pedido-consultar-container {
    padding: 0 20px;
}

.consultar-container {
    padding: 0 20px;
}

.boleto-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.boleto-card {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 180px;
    height: 80px;
    padding: 5px 10px;
    border-radius: 5px;
    background: #08c;
}

    .boleto-card h3 {
        font-size: 18px;
        line-height: 110%;
        color: #fff;
    }

.para-vencer {
    background-color: #dfdfdf;
    justify-content: center;
    gap: 20px;
}

    .para-vencer h3:first-child {
        color: #000;
        font-size: 30px;
        padding: 0;
        width: fit-content;
    }

    .para-vencer h3 {
        color: #000;
        width: 50%;
        text-align: left;
    }

.pedido-pesquisa-box {
    margin: 20px 0 0 0;
    display: flex;
    align-items: flex-start;
}

.pesquisar-margin {
    margin-left: 15px;
}

.pesquisar-button {
    padding: 5px 50px;
    background-color: #08c;
    color: #fff;
    border: none;
    border-radius: 3px;
    transition: all .2s ease-in-out;
}

    .pesquisar-button:hover {
        opacity: 85%;
    }

.box {
    border: none !important;
}

#GradePedido {
    border-radius: 5px;
}

.sorting_desc {
    border: none !important;
    background: none !important;
    background-color: #0088CC33 !important;
    background-image: none;
}

/* Comentei pois está muito genérico, deixando elementos errados, não sei se havia motivo para existir - 23/08/2022 */
/*    .sorting_desc a, span {
        color: #5F5F5F !important;
    }*/


.rodape-tabela {
    border: none !important;
}

    .rodape-tabela td {
        border: none !important;
        background-color: #dbdbdb;
        color: #5f5f5f
    }

.box-botao-incluir-pedido {
    margin: 25px 15px;
    display: flex;
    align-items: flex-end;
}

.box-botao-consultar-qrcode {
    margin: 25px 15px;
    margin-left: 0px;
    display: flex;
    align-items: flex-end;
}

.botao-incluir-pedido {
    background-color: #5bb65b !important;
    color: #fff;
    padding: 5px 50px;
    font-size: 14px;
    border-radius: 3px;
    transition: all .2s ease-in-out;
    display: flex;
    flex-shrink: 0;
    white-space: nowrap;
}

.botao-incluir-pedido:hover {
    color: #FFF !important;
    opacity: 85%;
}

.botao-consultar-qrcode {
    background-color: #304D63 !important;
    color: #fff;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 3px;
    transition: all .2s ease-in-out;
    flex-shrink: 0;
}

.botao-consultar-qrcode:hover {
    color: #FFF !important;
    opacity: 85%;
}

.title-home {
    color: #2b2b2b;
}

    .title-home:after {
        content: '';
        width: 100%;
        align-self: end;
        height: 2px;
        margin: 8px 0;
        background-color: #dfdfdf;
        display: block;
    }

.dropdown-toggle span span {
    color: #fff !important;
}

.inclusao-pedidos-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .inclusao-pedidos-box a {
        color: #fff;
        background: rgb(30,153,213);
        background: linear-gradient(90deg, rgba(30,153,213,1) 52%, rgba(17,133,190,1) 100%);
        height: 50px;
        width: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        margin-bottom: 16px;
        border-radius: 3px;
        transition: all .2s ease-in-out;
    }

        .inclusao-pedidos-box a:hover {
            opacity: 80%;
        }

#pesquisaNotaFiscal {
    margin: 0 10px !important;
}

.header-consulta-box {
    margin: 0 10px !important;
}

.news-list {
    display: flex;
    flex-direction: column;
    padding: 0 20px !important;
}

.go-back-button {
    padding: 10px 50px;
    background-color: #08c !important;
    color: #fff !important;
    border: none;
    border-radius: 3px;
    transition: all .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50px;
}

    .go-back-button:hover {
        opacity: 80%;
    }

.filtroSelect {
    width: 80% !important;
}

.filtro-estoque-box {
    display: flex;
    align-items: center;
}

.escolhe-produto-filtro {
    display: flex;
    align-items: flex-start;
}

.container-fluid:before, .container-fluid:after {
    content: '' !important;
    display: none !important;
}

.qtdNoticias {
    background-color: #08c;
    color: #fff !important;
    display: inline-table;
    height: 20px;
    width: 20px;
    text-align: center;
    float: right;
    border-radius: 50%;
}

.lembrete-obrigatorio {
    color: #f00 !important;
}

.box-total-contacorrente {
    border: 2px solid #ccc;
    padding-top: 10px;
    display: flex;
    justify-content: center;    
    align-items: center;
}

    .box-total-contacorrente .extrato-titulo {
        font-size: 15px;
        text-transform: uppercase
    }

.contacorrente-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 5px 0;
}
    
.contacorrente-card {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 170px;
    height: 60px;
    padding: 5px 10px;
    border-radius: 5px;
    background: #08c;
}

.contacorrente-entrada-card {
    background-color: #72B5A4;
}

.contacorrente-entrada-color {
    color: #72B5A4;
}

.contacorrente-saida-card {
    background-color: #F15E5E;
}

.contacorrente-saida-color {
    color: #F15E5E;
}


.contacorrente-saldo-card {
    background-color: #304D63;
}

.contecorrente-extrato-titulo {
    font-size: 15px;
    line-height: 150%;
    color: #fff;
    text-transform: uppercase;
}

.vendafutura-pesquisa-box {
    margin: 20px 0 0 0;
    display: flex;
    align-items: flex-start;
}


/*********************************/
/*Financeiro - Posição de pedidos*/
/*********************************/

.container-total {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0px;
}