/* ########################################### */
/*               classes do body               */

body {
    color: #505050;
    font-family: 'Segoe UI', Tahoma, 'FontAwesome';
}

@media (min-width:768px) {
    body {
        overflow-y: hidden;
    }

    .bodyPrincipal {
        -ms-overflow-style: none !important;
    }

    /* ################################################ */
    /*              Tela Session                        */
    .bodySession {
        overflow-y: auto;
    }

    .dropdown-menu {
        top: 95%;
    }
}
/* ########################################### */
/*               classes do body               */

.note-editor.note-frame {
    margin-bottom: 0px;
}

.note-editor .note-editing-area .note-editable {
    padding-left: 36px !important;
}

li.tabdrop a {
    padding-top: 4px;
    padding-bottom: 4px;
}

.navmenu {
    -ms-overflow-style: -ms-autohiding-scrollbar !important;
}

#ulTabDrop li {
    border-width: 0px !important;
}

#ulTabDrop li.active a {
    background-color: #f5f5f5 !important;
}

#ulTabDrop li a:hover {
    color: #505050;
}

#ulTabDrop li:not(.active) a {
    background-color: white !important;
    border-width: 0px !important;
}

#ulTabDrop li:not(.active) a:hover {
    background-color: #f5f5f5 !important;
}

.dropdown:not(.dropdownBandeiras):hover .dropdown-menu {
    display: block;
}

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

.form {
    padding: 0px;
}

.abaDireita {
    margin-right: 5px;
}

.abaIcone {
    font-size: 15px !important;
    padding: 1px 8px;
}

.abaIconeTextoEsquerda {
    margin: 3px 3px 0 3px;
}

.abaIconeTextoDireita {
    float: left;
    margin: 3px 3px 0 3px;
}

.botaoIcone {
}

.botaoIconeTextoEsquerda {
    margin: 3px 0 0 4px;
}

.botaoIconeTextoDireita {
    float: left;
    margin: 3px 4px 0 0;
}

.acoesAba {
    margin-left: 5px;
}

.acoesAba li.aba a {
    background-color: #FCFCFC;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-top: 1px solid #DDD;
    color: #2e2e2e;
    cursor: pointer !important;
    font-size: 13px;
    margin-right: 0px;
    padding: 4px 8px;
}

.abaSeta a {
    background-color: transparent !important;
}

.acoesAba li.active a {
    /*o border-bottom do não-active está no css.ashx*/
    background-color: #F6F6F6 !important;
    border-bottom: 1px solid #F6F6F6 !important;
    font-weight: 600;
}

.acoesAba .setaDesabilitada a {
    background-color: #E5E5E5 !important;
    color: #444 !important;
}

.acoesAba .setaDesabilitada a:hover {
    cursor: not-allowed !important;
}

.scroll-menu {
    overflow-y: auto;
    height: auto;
}

.input-group-addon {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px;
    width: 4px !important;
}

.input-group-btn > button, .input-group-btn > label {
    border-radius: 0px;
    margin-right: -2px !important;
}

.input-group-addon.required {
    padding-top: 4px;
}

.input-group-addon.required span {
    font-size: 6px !important;
}

input.required, select.required, .fichaCampoExtend, textarea.required {
    border-right: none;
}

label {
    font-weight: normal;
    margin: 0px;
}

label.fichaCampo {
    white-space: pre-wrap;
    word-break: break-word;
}

.input-group > select {
    border-radius: 0px;
}

span.select2-selection {
    border-right: none !important;
}

@media (min-width:768px) {
    .input-group > .fichaCampo.required, .input-group > .fichaCampo.datePicker {
        border-radius: 0px;
    }
}

.fichaCampo.datePicker {
    border-right: none;
}

label.registroLista0, label.registroLista1 {
    cursor: text;
}

.registroLista0 td label a, .registroLista1 td label a {
    font-weight: 600;
}

input.datePicker + span:first-of-type {
    cursor: pointer;
}

.btnLupa {
    border-left: none;
}

label.readOnly {
    border: 1px solid #ccc;
    background-color: #eee;
    padding: 5px 10px !important;
    font-size: 12px;
    color: #777;
    cursor: not-allowed;
    line-height: 18px;
    min-height: 29px;
}

/* ############################################     */
/*          classes da barra do sistema (módulos)    */

#divModulos, #tabModulos, #tabModulos span {
    height: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
}

#tabModulos span label {
    float: right;
    margin: 6px 0px 0px 0px;
}

/*--Barra de módulos do dropdown--*/
#tabModulosMenu {
    margin-top: 42px;
}

#tabModulosMenuRow div div {
    background-color: #D3D3D3;
    border-bottom: 2px solid #D3D3D3;
    padding: 0px;
    cursor: pointer;
    text-align: left;
}

.botaoModuloResponsivo {
    border: 0px;
    padding: 0px;
    margin: 0px;
    float: left;
}

/*--Logo--*/
#divLogo {
    margin-left: 10px;
    float: right;
    width: 135px;
    height: 42px;
    background-repeat: no-repeat;
    background-color: #DDD;
}

/*--Barra de histórico--*/
#divHistorico {
    width: auto;
    float: left;
    height: 100%;
    position: relative;
}

#tbHistorico {
    width: auto;
    float: left;
    height: 100%;
    margin: 10px 3px 0px 3px;
}

.historico {
    text-indent: 2px;
    font-size: 14px;
    white-space: nowrap;
    color: #fff;
}

.tituloModulo {
    text-indent: 3px;
    font-size: 18px;
    font-weight: normal !important;
}

.tituloModulo * {
    cursor: pointer !important;
}

.historicoFinal {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-indent: 3px;
    white-space: nowrap;
}

#tituloHistoricoResponsivo {
    margin-top: 10px;
    text-align: center;
}

.emailTopo {
    text-align: center;
    margin: 0px 10px;
}

/*--Menu Topo na direita--*/
.liTopo * {
    cursor: pointer !important;
}

#divMenu button {
    background-color: transparent;
}

#divMenuTopo .liTopo {
    padding: 2px 4px;
    text-align: center;
}

#divMenuTopo .liTopo > a {
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

#divMenuTopo .liTopo label {
    font-size: 10px;
}

#divMenuTopo ul .li-notificacao {
    padding: 0;
    position: relative;
}

#divMenuTopo ul .li-notificacao .dropdpown-notificacoes {
    margin-top: 0;
    border: 0 !important;
    padding-top: 10px;
    padding: 0;
    min-width: 240px;
    -webkit-animation-name: dropdownSlideInDown;
    -moz-animation-name: dropdownSlideInDown;
    -o-animation-name: dropdownSlideInDown;
    animation-name: dropdownSlideInDown;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-border-radius: 0 !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 0 !important;
    -moz-background-clip: padding !important;
    border-radius: 0 !important;
    background-clip: padding-box !important;
}

#divMenuTopo ul .li-notificacao .dropdpown-notificacoes li {
    border-bottom: 1px solid #f3f3f3;
    padding: 0;
    margin-bottom: 0;
}

#divMenuTopo ul .li-notificacao .dropdpown-notificacoes li.dropdown-header {
    border: 0;
    border-bottom-width: 3px;
    border-style: solid;
    border-color: #595959 !important;
    padding: 0 10px;
    line-height: 34px;
    margin-bottom: 0;
    text-shadow: none;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    color: #262626;
    cursor: initial !important;
}

#divMenuTopo ul .li-notificacao .dropdpown-notificacoes li.dropdown-header > i {
    display: inline-block;
    margin-right: 5px;
    color: #595959;
}

#divMenuTopo ul .li-notificacao .dropdpown-notificacoes li a {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 8px;
    white-space: pre-line;
    word-break: break-word;
}

#divMenuTopo ul .li-notificacao.open > a,
#divMenuTopo ul .li-notificacao:hover > a {
    -webkit-box-shadow: 0 2px 40px rgba(0,0,0,.4);
    -moz-box-shadow: 0 2px 40px rgba(0,0,0,.4);
    box-shadow: 0 2px 40px rgba(0,0,0,.4);
    border-top: 2px solid #FFF;
    background-color: transparent;
}

#divMenuTopo ul .li-notificacao a {
    line-height: 0;
    position: relative;
    padding: 5px 10px 5px 10px;
    border-top: 2px solid transparent;
}

#divMenuTopo ul .li-notificacao a.wave {
    overflow: visible;
    cursor: pointer;
    z-index: 10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.68,-.55,.265,1.55);
    -moz-transition: -moz-transform .3s cubic-bezier(.68,-.55,.265,1.55);
    transition: transform .3s cubic-bezier(.68,-.55,.265,1.55);
}

#divMenuTopo ul .li-notificacao a.wave.in {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#divMenuTopo ul .li-notificacao a.wave.in:after {
    content: "";
    top: 0px;
    left: 50%;
    margin-left: -19px;
    display: table;
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    background-image: -webkit-radial-gradient(center center,farthest-side circle,rgba(26,175,93,0) 70%,#f5f5f5 100%);
    background-image: -moz-radial-gradient(center center,farthest-side circle,rgba(26,175,93,0) 70%,#f5f5f5 100%);
    background-image: radial-gradient(center center,farthest-side circle,rgba(26,175,93,0) 70%,#f5f5f5 100%);
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-animation: wave 2s 3s infinite linear;
    -moz-animation: wave 2s 3s infinite linear;
    animation: wave 2s 3s infinite linear;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#divMenuTopo ul .li-notificacao a i.corFonte {
    display: block;
    font-size: 16px;
    text-align: center;
    margin-bottom: 8px;
    -webkit-transition: line-height .3s ease;
    -moz-transition: line-height .3s ease;
    transition: line-height .3s ease;
}

#divMenuTopo ul .li-notificacao a > .label-icon-descricao {
    margin-bottom: 5px;
}

ul .menuTopo > li > a {
    background-color: transparent !important;
}

.idiomaAtual a {
    font-weight: bold !important;
}

.logoEmpresaTopo {
    background-image: url(images/empresa.gif) !important;
}

#liCadeado {
    float: right;
}

#cadeado {
    color: gray;
    margin-right: 3px;
}

/*--Menubar (menus primarios, filhos e netos)*/
.menubar {
    text-align: left !important;
    font-size: 15px !important;
    font-weight: normal !important;
    min-height: 23px;
    background-color: #DDD !important;
    background-image: none !important;
    border: 1px !important;
    width: 100%;
    margin-right: 0px;
}

.menubar > li > a {
    padding-right: 5px !important;
    min-height: 23px;
}

@media (max-width:768px) {
    .menubar > li {
        padding: 5px !important;
    }

    .menubar > li > a > span {
        border: none !important;
    }
}

.menubar > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.menubar > li > a > span {
    margin-right: 0px;
    margin-left: 5px;
    background-color: transparent !important;
}

.menubar li {
    background-color: transparent;
    color: #505050 !important;
}

.menubar li a {
    color: #505050 !important;
}

.menubar button {
    padding: 5px 6px;
    font-size: 20px;
    border: 0px;
}

.menubar button:focus, .menubar button:active {
    outline-width: 0px;
}

@media (min-width:768px) {
    .menubar div.container-fluid {
        padding-right: 3px;
        padding-left: 3px;
    }

    .menubar button {
        display: none;
    }
}

@media (max-width:768px) {
    .menubar button {
        margin-left: 4px;
    }
}
/*--Modulos*/
#modulo-toggle {
    height: 42px;
    width: auto;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    display: block !important;
    margin: 0px;
    padding: 0px;
}

#botaoColapseMenuTopo {
    font-size: 15px;
    margin-top: 4px !important;
}

#botaoColapseMenuTopo {
    border: 0px;
    background-color: transparent;
    padding-left: 10px;
    padding-right: 10px;
}

#botaoToggleModulo:focus, #botaoColapseMenuTopo:active {
    outline-width: 0px;
}

#modulo-toggle label {
    font-size: 16px;
    font-weight: 600;
    height: 42px;
    display: inline;
    margin-top: 55px;
    cursor: inherit;
}

#botaoColapseMenuTopo {
    margin: 0px;
}

#abaModulos {
    width: auto;
    max-width: 250px;
    min-width: 150px;
    background-color: #DDD;
    border-right: 1px solid #DDD !important;
}

#tabModulosMenu {
    padding: 0px !important;
    margin: 0px;
    font-size: 14px;
}

#tabModulosMenu li {
    border-bottom: 2px solid transparent;
}

#tabModulosMenu li:hover {
    background-color: #F8F8F8;
}

#tabModulosMenu li a {
    color: #505050;
}

#tabModulosMenu li.active a {
    background-color: #FFF;
    font-weight: bold;
    font-size: 14px;
}


@media (max-width:768px) {
    #divMenuTopo {
        width: 100%;
    }

    #divMenuTopo .dropdown-menu {
        background-color: white;
    }

    #divMenuTopo .dropdown-menu li:hover {
        background-color: #f5f5f5;
    }

    #botaoColapseMenuTopo {
        display: block !important;
    }
}

@media (min-width:768px) {
    #tabModulosMenu {
        padding: 15px;
    }

    #tabModulosDivContainer {
        width: 502px;
    }

    #tabModulosMenu.dropdown-menu {
        background-color: #DDD;
    }

    .navbar-collapse {
        padding: 0px;
    }

    .navbar-right {
        margin: 0px;
    }

    #divMenuTopo .liTopo i {
        font-size: 16px;
    }

    #botaoColapseMenuTopo {
        display: none !important;
    }
}

@media screen and (max-width:768px) {
    .liTopo {
        display: inline-block;
    }

    #divModulos {
        width: 100%;
    }

    #divMenuTopo, #divMenuTopo .liTopo img {
        display: inline-block;
        margin: 0 auto;
    }
}

/* ############################################ */
/*               classes do login               */
.bodyLogin {
    background-color: #E7EBEC;
    font-size: 14px;
    overflow-x: auto;
    overflow-y: auto;
}

.containerLogin {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
}

.containerTermo {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
}

.containerTermo label {
    text-align: justify;
    white-space: pre-wrap;
}

@media screen and (min-width:768px) {
    .containerLogin div.row {
        width: 50%;
    }
}

.containerLogin div.row {
    display: inline-block;
    min-width: 200px;
    max-width: 400px;
}

.containerTermo div.row {
    display: inline-block;
    min-width: 400px;
}

.divLogin {
    margin-left: 0px;
    display: inline-block;
    width: 100%;
}

.divLogoLogin {
    background-image: url('images/empresaLogin.gif');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    height: 191px;
    background-color: white !important;
}

.divCamposLogin {
    background-color: #f6f6f6;
    border-radius: 4px;
}

.addonLogin span {
    min-width: 11px;
}

.empresaLogo {
    background-repeat: no-repeat;
    max-height: 300px;
    vertical-align: middle;
    max-width: 350px;
    min-width: 300px;
    width: 100%;
    display: inline;
}

.msgErro {
    color: red;
    text-align: center;
}

.linkSenha {
    margin-bottom: 15px;
}

.menuBandeiras {
    min-width: 0px;
}

.divBotaoLogin {
    margin: 15px 0px;
}

.cabEntrar {
    font-size: 2.1em;
    margin-bottom: 20px;
}

.itensAtualizacao {
    list-style: none;
}

.divReCaptcha {
    margin: 40px;
    margin-top: 1px;
}

.botaoTermo {
    margin: 15px;
}

.botaoRecusar {
    background-color: red;
}

/* ############################################ */
/*           classes do modo lista            */

.listaTabDet, .divTabDetLista {
    padding: 0px;
    margin-bottom: 0px !important;
}

table.listaTabDet {
    border-bottom: none;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(100% - 10px);
}

table.listaTabDet th {
    font-size: 13px;
    font-weight: 600;
    padding: 1px 3px;
}

table.listaTabDet td {
    padding: 1px 3px;
}

table.listaTabDet input, table.listaTabDet select, table.listaTabDet span {
    border-radius: 0px !important;
}

.tabelaB2 th:not(:last-child), .tabelaA th {
    border-right: 1px solid rgb(235,235,235) !important;
}

.listaSemModoMaster {
    border-bottom: 1px solid !important;
    border-collapse: inherit;
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 0px;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(100% - 10px);
}

.totalLista {
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    min-height: 18px;
    text-align: right;
    background-color: #EAEAEA;
}

/*Menu que contem o botao "lapis" do menuSuspenso*/
.opcoesRegistro {
    cursor: pointer;
    padding-right: 5px;
}

#buttonMenuSuspenso {
    font-size: 12px;
    padding: 5px 10px;
}

#menuSuspenso .fa {
    padding-right: 5px;
}

@media screen and (max-width:768px) {
    /*bugfix para o menu suspenso no IE responsivo*/
    #buttonMenuSuspenso.IE {
        margin-top: -15px;
        margin-left: -15px;
    }

    .divMenuSuspenso.IE {
        position: absolute;
        z-index: 10000;
    }

    #menuSuspenso {
        margin-top: -2px !important;
    }
}

/*Fontes de tudo*/
.tabelaA, td.tabelaAInicio, .tabelaAEdicao, .registroLista0, .registroLista1, .registroListaOrdenado {
    font-size: 14px;
    font-weight: normal;
}

/*Tudo que tem tabelaA é cabeçalho de listas de Tela Master apenas*/
/*Tudo que tem tabelaB2 é cabeçalho da lista não-Master*/
.tabelaB2 {
    background: #f7f7f7;
    font-size: 14px;
    height: 29px !important;
    padding-bottom: 5px;
    font-weight: normal;
}

.tabelaA {
    height: 29px !important;
}

.tabelaA th {
    padding: 1px 3px;
}

.tabelaB2 th {
    vertical-align: middle;
    background-color: #f7f7f7;
}

#TDPin {
    /*Pin*/
    width: 20px !important;
    cursor: pointer;
    text-align: center;
}

.tabelaAInicio, .registroListaSeta {
    /*Setas para cima e para baixo de navegação master*/
    cursor: pointer;
    text-align: center;
    width: 25px;
}

.tabelaAEdicao, .tabelaB2 {
    padding-top: 5px;
}

.registroLista0, .registroLista1, .tabelaAEdicao, .tabelaB2, .registroListaOrdenado {
    min-height: 18px;
    padding: 1px 3px;
    text-align: left;
    margin: 0px 0px;
}

.registroListaLink {
    cursor: pointer;
    padding-left: 2px;
    font-weight: bold;
    min-width: 20px;
    text-align: center;
}

table.listaSemModoMaster tr td {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

table.listaSemModoMaster tr td div {
    margin: 0px 5px 0px 0px !important;
    padding: 0px;
    float: left;
    width: 99%;
}

/*Checkboxes dos headers*/
table.listaSemModoMaster tr th input {
    margin-right: 2px;
    float: left;
}

/*Para os textboxes e selects da Lista terem um width minimo*/
table.listaSemModoMaster input[type='text'], table.listaSemModoMaster input.datePicker, table.listaSemModoMaster select {
    min-width: 80px;
}

/*BG color para os registros virtuais*/
tr.registroVirtual {
    background-color: #CCC !important;
}

.listaSemModoMaster > tbody > tr:hover > td {
    background-color: #DDD !important;
}

.tableOrdenacao {
    display: inline-block;
}

/*Imagens de ações registro, log de operação setas quando o campo é Order e Ícones de ações de registro*/
.imgBarraRegistro, .acaoLogOperacao, .mostrarSetasordenacao, .hrefBarraRegistro {
    cursor: pointer;
    float: left;
}

.btnLogOperacoes {
    padding-right: 3px;
}

#div_acoes_registro {
    margin: 0px !important;
}

#div_acoes_registro button i {
    font-size: 17px;
}

.btnBarraRegistro {
    border: none;
    background-color: transparent !important;
    padding: 2px !important;
}

.btnBarraRegistro i {
    color: #505050 !important;
}

.acaoLogOperacao {
    float: right;
}

.ordenacao {
    padding-right: 5px;
}

#overlayModal #formulario {
    font-size: 11px;
    padding: 10px 10px 10px 10px;
}

#overlayModal .btn {
    margin-top: 10px;
}

#overlayModal .trSenha {
    padding-top: 10px;
    font-weight: bold;
    width: 100%;
}

.trSenha input {
    width: 100%;
}

/* ########################################### */
/*             classes do modo ficha           */
.divFicha {
    background-color: #F6F6F6;
    border-style: solid;
    border-top: none;
    border-width: 1px;
    margin-left: 5px;
    margin-right: 7px;
    text-align: left;
    width: 99%;
    padding-top: 5px;
}

.divFicha input, .divFicha select, .divFicha span {
    border-radius: 0px !important;
}

.divFicha label:not(.readOnly):not(.fichaErro):not(.fichaCampo) {
    font-size: 13px;
    font-weight: 600;
    height: 30px;
}

.divFicha > .form-group.row {
    margin-bottom: 5px;
}

.divFicha .form-group {
    /*Diminuindo a margem entre as linhas de 15 do BS para 10px e adicionando padding pra nao grudar na parede esquerda*/
    margin-bottom: 5px !important;
}

.divFicha > .row > .form-group {
    margin: 0px;
}

.fichaTitulo {
    text-align: left !important;
    min-width: 125px !important;
}

/*.fichaCampo {
    min-width: 150px !important;
}*/

.fichaCampoImagem {
    cursor: pointer;
    position: relative;
}

.excluirImagem {
    position: absolute;
    padding-top: 0px !important;
    top: 0;
    left: 3px;
}

.excluirImagem:hover {
    color: red;
}

div.bootstrap-filestyle {
    margin-top: 0px !important;
}

span.group-span-filestyle > label {
    border-radius: 0px !important;
}

.formGroupComCheckbox {
    min-height: 57px;
}

.formGroupComCheckbox input[type="checkbox"] {
    margin-top: 8px;
}

span.select2 {
    width: 100% !important;
    height: 30px !important;
}

span.select2 span span {
    height: 30px !important;
    border-color: rgb(204,204,204) !important;
}

.semRegistros {
    padding: 5px;
}

.grupoTitulo {
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
}

.textAreaComTamanho {
    min-width: 100%;
    width: auto !important;
}

textarea[disabled] {
    color: #777 !important;
}

/* ########################################### */
/*        classes da navegacao e edicao        */
.navbar-rodape {
    background-color: transparent;
    min-height: 69px;
}

.navbar-rodape div {
    padding-left: 0px;
    padding-right: 0px;
}

#btnGrpDemais button {
    padding-bottom: 9px;
    padding-top: 9px;
}

#btnGrpNavegacao button {
    padding-bottom: 9px !important;
    padding-top: 9px !important;
}

.botaoRetornaLista {
    padding: 15px 15px !important;
    margin: 3px;
    background-image: url(images/retorna_lista_icone.png) !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: 0px;
}

#tbCopyRight {
    padding-right: 10px;
    padding-top: 4px;
    font-size: 12px;
    width: 100%;
    transition: all ease-in-out 1s;
}

#tbCopyRight span {
    float: right;
}

#liPaginacao {
    margin: 0px 3px;
}

#liPaginacao div {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 3.7px;
}

#liPaginacao div span {
    vertical-align: middle;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

#tbEdicao {
    margin: 5px 0px 0px 5px;
    padding: 5px !important;
    width: calc(100% - 10px);
    background: rgba(200, 200, 200, 0.5);
    float: left;
}

#tbEdicao .barraEdicao {
    float: left;
}

#tbEdicao .barraNavegacao {
    float: right;
}

@media (max-width:768px) {
    .navbar-rodape .navbar-header {
        margin-left: 0px;
        margin-right: 0px;
    }

    #tbEdicao li {
        display: inline-block;
        margin-bottom: 5px;
    }

    #tbEdicao ul {
        margin: 0px;
    }

    #tbEdicao input {
        border-radius: 4px;
    }
}

#sel_pag {
    padding: 0px 0px 0px 6px;
    max-height: 24px;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 600;
    border: 0 !important;
}

/* ########################################### */
/*           Barra do Desenvolvedor            */
#barraDev {
    position: absolute;
    height: 82px;
}

#barraDev #barraDevOpcoes {
    vertical-align: middle;
}

#barraDev #barraDevAba {
    cursor: pointer;
}

#barraDev * {
    margin: 0px;
    display: inline-block;
}

#barraDev .barraDevTelas label {
    display: block;
}

#barraDev #barraDevBotoes, #barraDev .barraDevTelas {
    margin: 10px 0px 0px 10px;
    vertical-align: top;
}

#telas-checkout option {
    display: block;
}

#barraDev #barraDevBotoes a {
    padding: 26px !important;
    background-color: White;
    background-repeat: no-repeat !important;
    background-position: center;
    border: 2px solid #DDD;
    margin-right: 10px;
}

#barraDev label {
    margin: 0px 5px;
    font-size: 12px !important;
}

/*Esconde a barra inteira quando o width é menor que 768*/
@media only screen and (max-width:768px) {
    #barraDev, .desenv {
        display: none !important;
    }
}

.botaoOlharTela {
    background-image: url(images/EngineOlharTela.gif);
}

.botaoCadastroTela {
    background-image: url(images/EngineCadastroTela.gif);
}


/* ########################################### */
/*            classes do bootstrap        */

select.form-control {
    cursor: pointer; /*para os Selects do sistema aparecerem com cursor de mao*/
}

input[type='checkbox'] {
    cursor: pointer; /*para os Checkboxes do sistema aparecerem com cursor de mao*/
}

.form-control {
    border: 1px ridge #ccc !important;
    box-shadow: none !important;
}

/* ########################################### */
/*                Loading                      */
#divLoading {
    background-color: white;
    display: none;
    filter: alpha(opacity=40);
    left: 0;
    opacity: 0.7;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    z-index: 99;
}

.sp {
    width: 100px;
    height: 100px;
    clear: both;
    margin: 0 auto;
}

/* Spinner Circle Rotation */
.sp-circle {
    /*cor do círculo = border-top-color está no css.ashx*/
    border: 4px rgba(0, 0, 0, 0.25) solid;
    border-top: 4px #505050 solid;
    border-radius: 50%;
    -webkit-animation: spCircRot .6s infinite linear;
    animation: spCircRot .6s infinite linear;
    position: absolute;
}

#spinnerLoading {
    position: absolute;
}

/* ########################################### */
/*                Modal e Confirm               */
#divfrmJanela .modal-dialog {
    width: 90%;
    height: 90%;
}

#divfrmJanela .modal-content {
    width: 100%;
    height: 100%;
}

#divfrmJanela .modal-body {
    width: 100%;
    height: 90%;
    padding: 0px;
}

#divfrmJanela .modal-header {
    width: 100%;
    height: 5%;
}

#divfrmJanela .modal-title {
    font-size: 15px;
}

#divfrmJanela .modal-header {
    padding: 7px 7px 15px 15px;
}

@media screen and (max-height: 600px) {
    #divfrmJanela .modal-title {
        font-size: 14px;
    }

    #divfrmJanela .modal-header {
        padding: 4px 4px 15px 15px;
    }
}

@media screen and (max-height: 300px) {
    #divfrmJanela .modal-title {
        font-size: 12px;
    }

    #divfrmJanela .modal-header {
        padding: 2px 2px 15px 15px;
    }
}

.modalConfirm {
    z-index: 9999 !important;
}

.modalConfirm button {
    color: #333;
    background-color: rgb(255, 255, 255);
    border-color: #ccc;
}

.modalConfirm button:hover {
    background-color: rgb(230, 230, 230);
    color: #505050;
    border-color: #ccc;
}

.modal-open .modal {
    background-color: rgba(255, 255, 255, 0.66);
}

/* ########################################### */
/*            classes do importador            */
#Tabela > .row {
    padding-bottom: 25px;
    font-size: 10px;
}

.textoImportTitulo {
    font-size: 12px;
    font-weight: bold;
    padding-top: 15px;
}

.textoImportMsg {
    color: #191970;
}

.campoImport {
    width: 100%;
}

#uplArquivo:hover {
    cursor: default;
}

#lstColLayout, #lstColArquivo {
    height: 140px;
    overflow-x: auto;
}

/* ################################################ */
/*            classes da tela Relatório HTML        */
.abaRelatorioFundo {
    text-align: right;
    width: 100%;
}

.abaRelatorio {
    background-color: #f6f6f6;
    border: solid 1px;
    border-bottom-color: #f6f6f6;
    cursor: pointer;
    font-size: 14px !important;
    font-weight: 600;
    padding: 0px 6px;
    white-space: nowrap;
}

.relatorioHeaderResult {
    margin: 5px 10px 0px 5px;
}

.btn-relatorio {
    margin: 10px;
    display: flex;
    align-items: center;
}

.btn-relatorio span {
    margin-left: 10px;
    margin-top: 5px;
}

.tableTelaRelatorio {
    width: 99%;
}

.tableSemRegistro {
    width: 99%;
    background-color: #F6F6F6;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    margin-left: 5px;
}

/* ################################################ */
/*            Recursos e botões do Engine           */

span.linkDEV {
    cursor: pointer;
    font-size: smaller;
    padding: 0 2px;
}

span.linkDEV:hover {
    color: red !important;
}

button.linkDEV {
    color: #777 !important;
    font-size: 15px !important;
    padding: 8px 4px 9px 4px !important;
}

/* ################################################     */
/*            Implementação para drop "up"              */
.bottom-up {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
}
/*Classe para colocar na UL de dropdown do Bootstrap para abrir para cima*/
.navbar .dropdown-menu.bottom-up:before {
    border-bottom: 0px solid transparent !important;
    border-top: 7px solid rgba(0, 0, 0, 0.2);
    top: auto !important;
    bottom: -7px;
}

.navbar .dropdown-menu.bottom-up:after {
    border-bottom: 0px solid transparent !important;
    border-top: 6px solid white;
    top: auto !important;
    bottom: -6px;
}

/* ################################################ */
/*               Colorpicker bootstrap              */

div.minicolors, div.minicolors-picker, div.minicolors-picker div, div.minicolors-panel {
    padding: 0px !important;
}

span.minicolors-swatch {
    left: 1px !important;
    top: 1px !important;
}

/* ################################################ */
/*               fileupload bootstrap               */
div.bootstrap-filestyle {
    padding: 0px !important;
    margin-top: 5px !important;
}

div.bootstrap-filestyle > input {
    height: 31px !important;
    border-right-width: 0px;
}

/* ################################################ */
/*               Mensagens de erro                  */

.tbMensagem {
    display: block;
    float: left;
    height: auto;
    min-height: 30px;
    padding: 2px 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    text-align: center;
    top: 0px;
    z-index: 100000;
    min-width: 500px;
}

.fichaErro {
    display: none !important;
    height: 0px !important;
    width: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}

.fichaAviso {
    color: #196118;
}

#imgMensagem {
    float: left;
    display: block;
    padding-top: 1px;
}

.has-success .fichaErro, .has-error .fichaErro, .tbMensagem .fichaErro {
    display: block;
}

.table-responsive {
    overflow-x: visible !important;
    overflow-y: visible !important;
    border: none;
}

/* #################################### */
/*          classes do popover          */
.popover-title {
    display: none !important;
}

.close-popover {
    margin-left: 10px;
}

.tela-erro {
    height: 100%;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.tela-erro body {
    text-align: center;
    display: table;
    height: 100%;
    margin: 0 auto;
}

.tela-erro #formErro {
    display: table-cell;
    vertical-align: middle;
    table-layout: fixed;
    width: 600px;
}

.tela-erro .imagem img {
    display: block;
    width: 22%;
    height: auto;
    margin: 0 auto;
    -webkit-filter: drop-shadow(0px 2px 1px #bfbfbf);
    filter: drop-shadow(0px 2px 1px #bfbfbf);
}

.tela-erro .texto h1 {
    font-weight: 500;
    color: #4d4d4d;
    font-size: 27px;
    padding: 10px 0;
}

.tela-erro .texto h3 {
    font-weight: 400;
    font-size: 17px;
    color: #595959;
}

@media (max-width: 480px) {
    .tela-erro #formErro {
        padding: 30px 0;
    }
}
/********************* Fundo de erro *********************************/
.InputComErro {
    background-color: #fba !important
}

.InputSemErro {
    background-color: White
}

.escondido {
    display: none;
}

.limiteLookup {
    color: red !important;
}

/* Modal Excel 
=============================================================== */
.modalExcel .modal-content {
    box-shadow: none;
}

.modalExcel .modal-header {
    border-bottom: 0;
}

.modalExcel .modal-header .close {
    background-color: transparent;
    box-shadow: none;
    outline: none;
    opacity: initial;
}

.modalExcel .modal-header .bootstrap-dialog-header .bootstrap-dialog-title {
    font-weight: 600;
}

.modalExcel .modal-body,
.modalExcel .modal-footer {
    text-align: center;
    border: 0;
}

.modalExcel .modal-footer .btn-modal-footer.btn-modal-eis.disabled:disabled input,
.modalExcel .modal-footer .btn-modal-footer.btn-modal-eis.disabled:disabled input:hover {
    opacity: .4 !important;
    cursor: inherit;
}

.modalExcel .modal-footer .btn-modal-footer {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 2px;
    outline: none;
    padding: 0;
    position: relative;
}

.modalExcel .modal-footer .btn-modal-footer:hover,
.modalExcel .modal-footer .btn-modal-footer:hover input,
.modalExcel .modal-footer .btn-modal-footer:focus input,
.modalExcel .modal-footer .btn-modal-footer.btn-modal-eis.disabled:disabled,
.modalExcel .modal-footer .btn-modal-footer.btn-modal-eis.disabled:disabled input {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

.modalExcel .bootstrap-dialog-footer-buttons:hover .btn-modal-footer {
    opacity: 0.5;
    transition: 0.6s;
}

.modalExcel .bootstrap-dialog-footer-buttons:hover .btn-modal-footer:hover {
    opacity: 1;
    transition: 0.6s;
}

.modalExcel .bootstrap-dialog-message {
    position: relative;
}

.modalExcel .bootstrap-dialog-message:before,
.modalExcel .bootstrap-dialog-message:after {
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.modalExcel .bootstrap-dialog-message:before {
    content: '';
    position: absolute;
    width: 110px;
    height: 2px;
    background-color: #d6dbe2;
}

.modalExcel .bootstrap-dialog-message:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #0cc652;
}

.modalExcel .btn-modal-eis {
    position: relative;
}

.modalExcel .btn-modal-eis.btn.disabled, .modalExcel .btn-modal-eis.btn[disabled] {
    opacity: inherit;
}

.modalExcel .btn-modal-eis .badge-icon {
    position: absolute;
    top: 0px;
    right: 17px;
    padding: 4px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    color: #a94442;
    background: #f2dede;
    width: 30px;
    height: 30px;
    border: 2px solid #ebccd1;
}

.modalExcel .btn-modal-eis .badge {
    position: absolute;
    top: 1px;
    right: 16px;
    padding: 7px;
    border-radius: 50%;
    cursor: pointer;
}

.modalExcel .btn-modal-eis .badge.alert {
    background: #cc4b37;
    color: #fefefe;
}

.modalExcel .tooltip > .tooltip-inner {
    background-color: #cc4b37;
}

.modalExcel .tooltip > .tooltip-arrow {
    border-top-color: #cc4b37;
}

/* animações css 3
================================================================= */
@-webkit-keyframes wave {
    5% {
        opacity: .6
    }

    27% {
        -webkit-transform: scale(1.8);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes wave {
    5% {
        opacity: .6
    }

    27% {
        -moz-transform: scale(1.8);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes wave {
    5% {
        opacity: .6;
    }

    27% {
        -o-transform: scale(1.8);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes wave {
    5% {
        opacity: .6
    }

    27% {
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -ms-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes spCircRot {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes spCircRot {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@-webkit-keyframes dropdownSlideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes dropdownSlideInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }

    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes dropdownSlideInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }

    100% {
        -o-transform: translateY(0);
    }
}

@keyframes dropdownSlideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

/* Slider do ECM */
.lightgallery-itens {
    position: absolute;
    left: -1000px;
    visibility: hidden;
}

/* Email do ECM */
.ecm-email-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ecm-email-icon {
    float: left;
    padding: 20px;
    font-size: 100px !important;
}
