@font-face {
    font-family: "Roboto Thin";
    src: local(Roboto Thin), url("../fonts/roboto/roboto-thin.ttf") format("truetype");
    font-weight: 200;
}
@font-face {
    font-family: "Roboto Light";
    src: local(Roboto Light), url("../fonts/roboto/roboto-light.ttf") format("truetype");
    font-weight: 300;
}
@font-face {
    font-family: "Roboto";
    src: local(Roboto), url("../fonts/roboto/roboto-regular.ttf") format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: "Roboto Medium";
    src: local(Roboto Medium), url("../fonts/roboto/roboto-medium.ttf") format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: "Roboto Bold";
    src: local(Roboto Bold), url("../fonts/roboto/roboto-bold.ttf") format("truetype");
    font-weight: 700;
}
body {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    padding-top: 0px;
}

.icone-1v2 {
    font-size: 1.2em;
}
.clicavel:hover {
    cursor: pointer;
}
.tooltip, .popover {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
input[type="radio"] {
    /*margin-top:3px !important;*/
}
/*--- ajuste posicionamento feedback dentro de select ---*/
select+.form-control-feedback {
    right: 8px;
}
/*--- container criado para funcionalidades versao anterior ----*/
.container-l {
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    /*padding-top: 15px;*/
    margin-right: auto;
    margin-left: auto;
}
.container-l:before,
.container-l:after {
    display: table;
    content: " ";
}
.container-l:after {
    clear: both;
}
/*--- nav brand  ----*/
.navbar-brand span {
    display: none;
}
.navbar-brand img {
    height: 25px;
}
/*--- fim nav brand  ----*/
/*--- navs ----*/
.navbarTopo {
    border-color: #e7e7e7;
}
.navbarTopo {
    background: url(../img/bglogin2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: transparent;
}
.navbarTopo .navbar-nav>li>a {
    color: #fff
}
.navbar-inverse {
    background-color: rgba(125, 125, 125, 0.5);
    /*-- opacity 0.5 --*/
    border-color: #666;
}
header .navbar-right {
    margin-right: 0px;
}
.row>.col-lg-offset-4 {
    margin-bottom: -30px;
}
#menuPesquisa a:hover,
#menuPesquisa a:focus,
#menuEmpresa a:hover,
#menuEmpresa a:focus,
#menuCanalIdeia a:hover,
#menuCanalIdeia a:focus,
#menuIndiqueEGanhe a:hover,
#menuIndiqueEGanhe a:focus,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: rgba(0, 0, 0, 0.5)
        /*#eee*/
    ;
    text-decoration: none;
}
#menuEmpresa a,
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    height: 60px;
}
.navModulos>ul>li.open>a,
.navModulos>ul>li>a:hover,
.navModulos>ul>li>a:focus {
    background-color: rgba(125, 125, 125, 0.5) !important;
    text-decoration: none;
}
.navModulos .navbar-nav>li>a {
    height: 69px;
    transition: height 300ms ease-in, padding-top 300ms ease-in;
}
.navModulos {
    background-color: rgba(255, 139, 8, 0.4) !important;
}
.iconeNavModulos {
    display: block;
    margin-bottom: 5px;
    margin-right: 5px;
    text-align: center;
}
/*--- fim navs ----*/
/*--- temas cabecalho  ----*/
.branco-cinza .navbar-brand>img,
.branco-laranja .navbar-brand>img {
    opacity: 0;
}
.branco-cinza .navbar-brand,
.branco-laranja .navbar-brand {
    background: transparent url("../img/logo-sistema-cor.png") no-repeat scroll center 15px;
}
.branco-cinza .navbar-inverse,
.branco-laranja .navbar-inverse {
    background-color: #ffffff !important;
}
.branco-cinza #menuEmpresa a,
.branco-cinza .navbar-inverse .navbar-nav>li>a,
.branco-laranja #menuEmpresa a,
.branco-laranja .navbar-inverse .navbar-nav>li>a {
    color: #7d7d7d !important;
}
.branco-cinza .navbarTopo .navbar-nav>li>a,
.branco-laranja .navbarTopo .navbar-nav>li>a {
    color: #ffffff !important;
}
.branco-cinza .navModulos {
    background-color: #7d7d7d !important;
}
.branco-laranja .navModulos {
    background-color: #FF8B08 !important;
}
.branco-cinza #menuPesquisa a:hover,
.branco-cinza #menuPesquisa a:focus,
.branco-cinza #menuEmpresa a:hover,
.branco-cinza #menuEmpresa a:focus,
.branco-cinza #menuCanalIdeia a:hover,
.branco-cinza #menuCanalIdeia a:focus,
.branco-cinza #menuIndiqueEGanhe a:hover,
.branco-cinza #menuIndiqueEGanhe a:focus,
.branco-cinza .navbar-inverse .navbar-nav>.open>a,
.branco-cinza .navbar-inverse .navbar-nav>.open>a:hover,
.branco-cinza .navbar-inverse .navbar-nav>.open>a:focus,
.branco-laranja #menuPesquisa a:hover,
.branco-laranja #menuPesquisa a:focus,
.branco-laranja #menuEmpresa a:hover,
.branco-laranja #menuEmpresa a:focus,
.branco-laranja #menuCanalIdeia a:hover,
.branco-laranja #menuCanalIdeia a:focus,
.branco-laranja #menuIndiqueEGanhe a:hover,
.branco-laranja #menuIndiqueEGanhe a:focus,
.branco-laranja .navbar-inverse .navbar-nav>.open>a,
.branco-laranja .navbar-inverse .navbar-nav>.open>a:hover,
.branco-laranja .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #7d7d7d !important;
    color: #fff !important;
}
.branco-cinza .navModulos>ul>li.open>a,
.branco-cinza .navModulos>ul>li>a:hover,
.branco-cinza .navModulos>ul>li>a:focus,
.branco-laranja .navModulos>ul>li.open>a,
.branco-laranja .navModulos>ul>li>a:hover,
.branco-laranja .navModulos>ul>li>a:focus {
    background-color: #EEE !important;
    color: #7d7d7d;
}
/*--- fim temas cabecalho ----*/
/*--- mega menu  ----*/
.mega-menu .row {
    margin: 0;
    width: 300px;
    max-width: 100%;
}
.mega-menu .row:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}
.mega-menu .col {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    z-index: 1000;
    width: 100%;
}
.mega-menu, .mega-menu ul {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
}
.mega-menu ul {
    display: block !important;
    overflow-x: hidden;
    position: static;
    padding: 0;
}
.mega-menu ul li,
ul.mega-menu li {
    list-style-type: none !important;
}
.scroll-down,
.scroll-up {
    background-color: white !important;
}
.infoListaVazia {
    border-bottom: 1px solid #dedede;
    color: #7d7d7d;
    cursor: default !important;
    display: block;
    padding: 15px !important;
    text-align: center;
}
.infoListaVazia:hover {
    background-image: none !important;
}
.headerMegaMenu {
    border-bottom: 1px solid #dedede;
    color: #7d7d7d;
    font-size: 12px;
    padding: 10px;
}
/*--- fim mega menu  ----*/
/*--- glyphs icones nav  ----*/
.icone-adm:before {
    content: "\f013";
}
.icone-cad:before {
    /*content: "\f022";*/
    content: "\f1c0";
}
.icone-com:before {
    /*content: "\f06b";*/
    content: "\f073";
}
.icone-con:before {
    content: "\f1ec";
}
.icone-fin:before {
    content: "\f155";
}
.icone-log:before {
    content: "\f0d1";
}
.icone-mat:before {
    content: "\f1b3";
}
.icone-pro:before {
    content: "\f275";
}
.icone-wms:before {
    width: 15px;
    display: inline-block;
    content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" data-prefix="fas" data-icon="warehouse" class="svg-inline--fa" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="%23fff" d="M504 352H136.4c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8H504c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0 96H136.1c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0-192H136.6c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8H504c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm106.5-139L338.4 3.7a48.15 48.15 0 0 0-36.9 0L29.5 117C11.7 124.5 0 141.9 0 161.3V504c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8V256c0-17.6 14.6-32 32.6-32h382.8c18 0 32.6 14.4 32.6 32v248c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8V161.3c0-19.4-11.7-36.8-29.5-44.3z"></path></svg>');
}
.caminhoFavorito .icone-wms:before,
#preresultadoPesquisa .icone-wms:before {
    width: 12px;
    display: inline-block;
    content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" data-prefix="fas" data-icon="warehouse" class="svg-inline--fa" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="%23333" d="M504 352H136.4c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8H504c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0 96H136.1c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0-192H136.6c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8H504c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm106.5-139L338.4 3.7a48.15 48.15 0 0 0-36.9 0L29.5 117C11.7 124.5 0 141.9 0 161.3V504c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8V256c0-17.6 14.6-32 32.6-32h382.8c18 0 32.6 14.4 32.6 32v248c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8V161.3c0-19.4-11.7-36.8-29.5-44.3z"></path></svg>');
}
.icone-pro,
.icone-log {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
#menuEmpresa .fa,
#menuPesquisa .glyphicon-search,
#menuNotificacao .glyphicon-bell,
#menuFavoritos .fa-star,
#menuCanalIdeia .fa-lightbulb-o,
#menuIndiqueEGanhe .fa-hand-o-right,
#menuUsuario>a .glyphicon-user {
    font-size: 25px;
}
#menuCanalIdeia .fa-lightbulb-o {
    font-size: 30px;
}
#menuUsuario .glyphicon,
#menuEmpresa .fa {
    margin-right: 2px;
}
#menuEmpresa .fa {
    margin-top: 2px;
    vertical-align: top;
}
#menuCanalIdeia .fa {
    margin-top: -3px;
    vertical-align: top;
}
.empresaNavbar,
.usuarioNavbar {
    font-size: 0.8em;
    line-height: 120%;
}
#menuPesquisa {
    cursor: pointer;
}
#menuFavoritos>a {
    padding-left: 7px;
    padding-right: 7px;
}
#menuFavoritos .fa-star,
#menuCanalIdeia .fa-lightbulb-o {
    height: 30px;
}
#menuUsuario {
    max-width: 185px;
}
#menuUsuario .iconeNavFerramenta {
    display: inline-block;
    height: 30px;
    margin-right: 5px;
    margin-top: -2px;
    width: 30px;
}
#menuUsuario .iconeNavFerramenta.glyphicon-user {
    height: 25px;
    margin-top: 0;
    width: 25px;
}
#menuUsuario .iconeNavFerramenta.glyphicon-user img {
    display: none;
}
#menuUsuario .iconeNavFerramenta img {
    border-radius: 20px;
    width: 100%;
}
#menuUsuario>a {
    display: inline-block;
}
.usuarioNavbar {
    animation: mostra-nome-usuario 300ms ease-in forwards;
    display: block;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.consulta-rapida-for-bootstrap>.ui-select-container {
    width: 100%;
    display: inherit;
}
.consulta-rapida-for-bootstrap>.ui-select-container .ui-select-match {
    margin: 0;
}
.consulta-rapida-for-bootstrap>.ui-select-bootstrap span.ui-select-toggle span.ui-select-placeholder,
.consulta-rapida-for-bootstrap>.ui-select-bootstrap span.ui-select-toggle span.ui-select-match-text {
    display: inline-block;
    margin-top: 1px;
    font-size: inherit;
}
.consulta-rapida-for-bootstrap>.ui-select-bootstrap .ui-select-toggle>a.btn {
    margin-top: 1px;
}
.consulta-rapida-for-bootstrap>.ui-select-bootstrap span.ui-select-toggle,
.consulta-rapida-for-bootstrap>.ui-select-bootstrap input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
@keyframes mostra-nome-usuario {
    0% {
        max-width: 0px;
        opacity: 0;
    }
    100% {
        max-width: 120px;
        opacity: 1;
    }
}
.btnContrast {
    color: #666;
}
#menuEmpresa.ocultaOpacity+ul#menuBarraFerramentas #menuPesquisa>a {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff !important;
}
/*--- fim glyphs icones nav  ----*/
/*--- pesquisa cabecalho  ----*/
#caixaPesquisa {
    margin: 10px auto 0;
    opacity: 0;
    position: fixed;
    right: 500px;
    top: 10px;
    width: 0;
    z-index: -1;
}
.pesquisaVisivel {
    opacity: 1 !important;
    width: 60% !important;
    z-index: 1 !important;
}
/*#caixaPesquisa > div {
    margin-left: 9px;
    padding: 10px 0;
    position: relative;
}*/
.clearInput {
    color: #ccc;
    cursor: pointer;
    float: right;
    font-size: 14px;
    /*height: 14px; correcao para exibicao no container*/
    margin: auto;
    position: relative;
    right: 12px;
    top: -25px;
}
.input-group+.clearInput {
    margin-bottom: -20px;
    right: 97px;
    z-index: 2;
}
.clearInput:hover {
    background-color: transparent !important;
}
.fecharPesquisa {
    background-color: rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.78);
    cursor: pointer;
    padding: 5px;
    position: absolute;
    right: 10%;
    text-align: center;
    top: 10px;
}
#caixaPesquisa input.campoPesquisaAtivo {
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #66afe9;
    border-right: 1px solid #66afe9;
    border-top: 1px solid #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 -2px 8px rgba(102, 175, 233, 0.6);
}
#preresultadoPesquisa {
    background-color: #fff;
    border-bottom: 1px solid #66afe9;
    border-right: 1px solid #66afe9;
    border-left: 1px solid #66afe9;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 6px 8px rgba(102, 175, 233, 0.6);
    display: none;
    list-style-type: none;
    max-height: 740%;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.pesquisaVisivel #preresultadoPesquisa {
    display: unset;
}
#preresultadoPesquisa li div {
    border-bottom: 1px solid #dedede;
    color: #337ab7;
    cursor: pointer;
    padding: 10px;
}
#preresultadoPesquisa li div:focus,
#preresultadoPesquisa li:focus,
#preresultadoPesquisa li div:active,
#preresultadoPesquisa li div:hover {
    background-color: #eee;
}
#preresultadoPesquisa li:hover .tituloMenuPesquisa,
#preresultadoPesquisa li:active .tituloMenuPesquisa {
    color: #23527c;
}
#preresultadoPesquisa li .caminhoMenuPesquisa {
    color: #999;
    display: block;
    font-size: 0.8em;
}
li.preresultadoPesquisaVazio {
    padding: 20px 0;
}
/*--- fim pesquisa cabecalho  ----*/
/*----- favoritos navbar megamenu -----*/
#navFavoritos li {
    display: block;
    padding: 0;
}
#navFavoritos li div {
    display: block;
    padding: 7px 15px 2px;
}
#navFavoritos li div:hover {
    background-image: url("../img/grippy_large.png");
    background-position: left center;
    background-repeat: repeat-y;
    background-color: #eee;
    text-decoration: none;
    transition: none;
}
#ordenarFavoritos {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #666;
    float: right;
    font-size: 1.2em;
    padding-left: 0;
    padding-right: 0;
}
#ordenarFavoritos:hover {
    color: #999;
}
.ui-sortable-helper,
.ui-sortable-helper a {
    background-color: #e9e9e9 !important;
    cursor: grabbing !important;
    text-transform: none !important;
}
#navFavoritos .btn {
    background: transparent none repeat scroll 0 0;
    border: none;
    color: #dedede;
    float: right;
}
#navFavoritos .btn:hover {
    color: #a94442;
}
#navFavoritos .btn:active {
    box-shadow: none;
}
.tituloFavorito {
    color: #337ab7;
    cursor: pointer;
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 248px;
}
#navFavoritos li div:hover .tituloFavorito {
    color: #23527c;
}
.caminhoFavorito {
    color: #999;
    display: inline-block;
    font-size: 0.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 248px;
}
.caminhoFavorito:first-letter {
    text-transform: capitalize;
}
.dndPlaceholder {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #999;
    display: block;
    font-size: 0.9em;
    min-height: 51px;
    padding: 16px 0 0 !important;
    text-align: center;
    opacity: 1;
}
.dndDraggingSource {
    display: none !important;
}
/*----- fim favoritos navbar megamenu -----*/
/*---- notificacoes navbar megamenu ----*/
.navbar .numeroNotificacao {
    background-color: crimson;
    left: 33px;
    position: absolute;
    top: 10px;
    /*    z-index: 2;*/
}
#navNotificacoes li {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 15px 5px;
    cursor: pointer;
}
#navNotificacoes li:hover,
#arquivoNotificacoes li:hover {
    background-color: #f5f5f5;
}
.notificacaoNaoLida {
    border-bottom: 1px solid #e7e7e7 !important;
}
.notificacaoNaoLida .tituloNotificacao {
    font-size: 0.9em;
    font-weight: 700;
    word-break: break-all;
}
.notificacaoArquivada {
    background-color: #f3f3f3;
}
#arquivarTodasNotificacoes .glyphicon+.glyphicon {
    margin-left: -8px;
    top: 1px;
}
#arquivarTodasNotificacoes {
    background: transparent none repeat scroll 0 0;
    color: inherit;
    float: none;
    position: absolute;
    right: 10px;
    top: 9px;
}
.arquivarNotificacao {
    background: transparent none repeat scroll 0 0;
    color: #dedede;
    float: right;
    padding-left: 0;
    padding-right: 0;
}
.arquivarNotificacao:hover,
#arquivarTodasNotificacoes:hover {
    color: #40b942;
}
.tituloNotificacao {
    display: block;
    margin-top: 5px;
}
.dataNotificacao {
    color: #777;
    display: block;
    font-size: 0.9em;
    text-align: right;
}
.notificacao-interna-erpwebmais {
    background-color: #286090;
}
.categoria2 {
    background-color: #449D44;
}
.atualizacao-legal {
    background-color: #31B0D5;
}
.informativo-webmais {
    background-color: #EC971F;
}
.atualizacao-erpwebmais {
    background-color: #C9302C;
}
.itemListaBarraFerramenta.ng-leave {
    animation: remover-lista .5s cubic-bezier(.55, -0.04, .91, .94) forwards;
    width: 100%;
}
@keyframes remover-lista {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        margin-left: 500px;
    }
}
#navNotificacoes .infoListaVazia.ng-enter {
    animation: mostrar-estado-vazio 1s cubic-bezier(.55, -0.04, .91, .94) forwards;
}
@keyframes mostrar-estado-vazio {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#linkAcessoNotificacoes {
    display: block;
    padding: 5px;
    text-align: center;
}
/*---- fim notificacoes navbar megamenu ----*/
/*---- arquivo notificacoes ----*/
#infoResultadosPesquisaNotificacao {
    margin: 10px 0 -30px 1px;
}
#arquivoNotificacoes .caixaFerramentas .dropdown-menu li {
    border-bottom: medium none;
}
#arquivoNotificacoes .caixaFerramentas li a {
    cursor: pointer;
}
#acoesArquivoNotificacoes,
#acoesArquivoNotificacoes .dropdown,
ul .caixaFerramentas .acoesCaixaFerramentas {
    display: inline;
}
#acoesArquivoNotificacoes .fa-trash {
    color: #333;
}
#infoConfirmaExclusaoNotificacoes {
    margin-left: 5px;
    display: inline-block;
}
ul#arquivoNotificacoes {
    margin-top: 30px;
    padding-left: 0;
}
#arquivoNotificacoes li.caixaFerramentas:hover {
    background-color: transparent;
}
#arquivoNotificacoes li {
    border-bottom: 1px solid #e7e7e7;
    list-style: outside none none;
    padding: 5px 0;
}
#arquivoNotificacoes li.ativo {
    background-color: rgba(255, 113, 8, 0.15);
}
#arquivoNotificacoes .checkAcaoArquivoNotificacao {
    background: transparent none repeat scroll 0 0;
    color: #dedede;
    float: left;
    height: 20px;
    margin: 0 5px;
    padding: 0;
}
#arquivoNotificacoes span.badge {
    margin-left: 25%;
    max-width: 75%;
}
#arquivoNotificacoes span.badge,
ul.listaBordaInferior span.badge {
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#arquivoNotificacoes span.badge.ativo,
.listaBordaInferior span.badge.ativo {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px rgba(255, 113, 8, 0.9);
    cursor: default;
}
#arquivoNotificacoes span.badge.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
#arquivoNotificacoes .row {
    margin-bottom: 3px;
    margin-top: 5px;
}
#arquivoNotificacoes .tituloNotificacao {
    margin-top: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}
#arquivoNotificacoes .tituloNotificacao:hover {
    cursor: pointer;
}
#arquivoNotificacoes .dataNotificacao {
    display: inline;
    float: right;
    margin-right: 5px;
}
#arquivoNotificacoes .infoListaVazia:hover {
    background-color: transparent;
}
#arquivoNotificacoes .infoListaVazia .glyphicon {
    display: block;
    opacity: 0.65;
    padding: 20px 0 15px !important;
}
/*---- dropdown com checkbox ----*/
.dropdown-checkbox {
    height: 30px;
}
.dropdown-checkbox:hover {
    cursor: default;
}
.dropdown-checkbox input[type=checkbox] {
    margin-top: 2px;
}
.dropdown-checkbox .areaCliqueCaret {
    cursor: pointer;
    display: inline;
    padding-top: 5px;
}
.dropdown-checkbox .areaCliqueCaret.disabled {
    cursor: not-allowed;
}
.dropdown-checkbox .caret {
    height: 10px;
}
/*---- fim arquivo notificacoes ----*/
/*--- breadcrumb cabecalho ---*/
.breadcrumb {
    background-color: white;
    border-radius: 0;
    margin-bottom: 0;
}
.breadcrumb .glyphicon-home {
    margin-right: 5px;
}
.breadcrumb li div {
    display: inline;
}
.breadcrumb li {
    color: #999 !important;
}
.breadcrumb div span.ng-binding:last-of-type {
    color: #333;
}
.selecaoFavorito,
.selecaoFavorito:active,
.selecaoFavorito:focus {
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none;
    padding: 0;
}
.selecaoFavorito .fa-star {
    color: #FF8B08;
    font-size: 1.2em;
}
.selecaoFavorito .fa-star-o {
    color: #999;
    font-size: 1.2em;
}
.infoFavoritoAdicionado,
.infoFavoritoRemovido {
    animation: mostrar-info-acao-fav 3s cubic-bezier(.55, -0.04, .91, .94) forwards;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    margin-left: 3px;
    opacity: 0;
}
@keyframes mostrar-info-acao-fav {
    0% {
        opacity: 0
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 0.99;
    }
    100% {
        opacity: 0
    }
}
/*--- fim breadcrumb cabecalho ---*/
/*--- breadcrumbs alternativos ---*/
.breadcrumb .linkBreadcrumb {
    color: #999;
    margin-right: 4px;
    text-decoration: underline;
}
.breadcrumbsAlternativos {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    /*border-radius: 6px;*/
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: block !important;
    left: 0;
    margin-top: 7px;
    opacity: 0;
    position: absolute;
    transition: all 300ms ease-in;
    visibility: hidden;
    width: 101%;
}
.breadcrumb a:hover .breadcrumbsAlternativos {
    opacity: 1;
    text-decoration: none;
    visibility: visible;
}
.breadcrumbsAlternativos>.arrow,
.breadcrumbsAlternativos>.arrow::after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.breadcrumbsAlternativos>.arrow {
    border-width: 11px;
}
.breadcrumbsAlternativos>.arrow::after {
    border-width: 10px;
    content: "";
}
.breadcrumbsAlternativos>.arrow {
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
    left: 40px;
    margin-left: -11px;
    top: -11px;
}
.breadcrumbsAlternativos>.arrow::after {
    border-bottom-color: #fff;
    border-top-width: 0;
    content: " ";
    margin-left: -10px;
    top: 1px;
}
.conteudoBreadcrumbsAlternativos {
    cursor: default;
    display: block !important;
    padding: 5px 15px 5px 30px;
}
.conteudoBreadcrumbsAlternativos ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.conteudoBreadcrumbsAlternativos li span {
    width: 10px;
}
.conteudoBreadcrumbsAlternativos li {
    display: block;
    font-size: 1em;
    overflow: visible;
    padding: 3px;
    width: inherit;
}
/*--- fim breadcrumbs alternativos ---*/
/*---- selecao empresa nav ----*/
#menuEmpresa {
    margin: 0 15%;
    text-align: center;
    position: fixed;
    width: 70%;
    opacity: 1;
}
.ocultaOpacity {
    opacity: 0 !important;
    visibility: hidden;
    z-index: -1;
}
#menuEmpresa a {
    display: inline-block;
    padding: 15px;
}
.codigoEmpresaAtual {
    margin-right: 3px;
}
.cnpjEmpresaAtual {
    margin-left: 3px;
}
.empresaNavbar {
    display: inline-block;
    max-width: 250px;
    overflow-x: hidden;
    text-align: left !important;
}
.nomeEmpresaAtual {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nomeEmpresaAtual .codigoEmpresaAtual {
    animation: oculta-codigo-nome-empresa 500ms ease-in forwards;
}
@keyframes oculta-codigo-nome-empresa {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: -22px;
    }
}
.linha2MenuEmpresa {
    animation: mostra-linha2-empresa 500ms ease-in forwards;
}
@keyframes mostra-linha2-empresa {
    0% {
        margin-left: -127px;
        opacity: 0;
    }
    100% {
        margin-left: 0px;
        opacity: 1;
    }
}
/*---- fim selecao empresa nav ----*/
/*---- modal selecao empresa ----*/
.rowSelEmpresa {
    margin: 0 7px 15px;
}
.listaModalSelEmpresa {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
}
.listaModalSelEmpresa li {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #dedede;
    border-radius: 4px;
    display: inline-block;
    margin: 0 1% 8px;
    overflow: hidden;
    width: 48%;
}
.listaModalSelEmpresa li:hover {
    background-color: #fefefe !important;
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    cursor: pointer;
}
.listaModalSelEmpresa li:hover .codigoListaEmpresas {
    background-color: #337ab7;
    transition: all 300ms ease 0s;
}
.listaModalSelEmpresa li.ng-leave {
    display: none;
}
.listaModalSelEmpresa a:hover,
.listaModalSelEmpresa a:focus {
    text-decoration: none;
}
.caixaLogoListaEmpresas {
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #dedede;
    height: 67px;
    line-height: 67px;
    margin-right: 2%;
    overflow: hidden;
    position: relative;
    width: 27%;
    text-align: center;
}
.caixaLogoListaEmpresas img {
    /*margin-left: -8px;
    width: 87px;*/
    max-height: 70px;
    max-width: 102%;
}
.codigoListaEmpresas {
    background: rgba(51, 51, 51, 0.85) none repeat scroll 0 0;
    border-radius: 4px 0;
    color: white;
    left: 0;
    line-height: 20px;
    padding: 2px 5px;
    position: absolute;
    top: 0;
}
li.empresaSelecionadaModal,
li.empresaSelecionadaModal:hover {
    background-color: #fff !important;
    border-color: #FF8B08;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 9px rgba(255, 113, 8, 0.9);
    outline: 0 none;
}
li.empresaSelecionadaModal,
li.empresaSelecionadaModal a,
li.empresaSelecionadaModal a .nomeListaEmpresas,
li.empresaSelecionadaModal a .cnpjListaEmpresas,
li.empresaSelecionadaModal a .localListaEmpresa,
li.empresaSelecionadaModal a .ufListaEmpresa {
    cursor: default;
}
.empresaSelecionadaModal .codigoListaEmpresas,
li.empresaSelecionadaModal:hover .codigoListaEmpresas {
    background-color: #FF8B08;
}
.nomeListaEmpresas,
.cnpjListaEmpresas,
.localListaEmpresa,
.ufListaEmpresa {
    color: #333;
    font-size: 9pt;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nomeListaEmpresas,
.cnpjListaEmpresas {
    display: block;
    width: 71%;
}
.nomeListaEmpresas {
    padding: 5px 0 3px;
}
.cnpjListaEmpresas {
    padding-bottom: 2px;
}
.localListaEmpresa,
.ufListaEmpresa {
    display: inline-block;
    font-weight: 700;
}
.localListaEmpresa {
    max-width: 59%
}
.ufListaEmpresa {
    margin: 0 0 0 3px;
}
.ufListaEmpresa:before {
    content: "- ";
}
/*---- filtro vazio pesquisa empresa administrador ----*/
li.listaModalSelEmpresaFiltroVazio,
li.preresultadoPesquisaVazio,
.administradorFiltroVazio {
    animation: mostrar-retorno-filtro-vazio 0.5s cubic-bezier(.55, -0.04, .91, .94) forwards;
    background: transparent none repeat scroll 0 0;
    border: medium none !important;
    color: #7d7d7d;
    text-align: center;
    width: 100%;
}
@keyframes mostrar-retorno-filtro-vazio {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
li.listaModalSelEmpresaFiltroVazio span,
li.preresultadoPesquisaVazio span,
.administradorFiltroVazio span,
.painelBordoVazio span {
    opacity: 0.65;
}
li.listaModalSelEmpresaFiltroVazio:hover,
li.listaModalSelEmpresaFiltroVazio:focus,
li.preresultadoPesquisaVazio:hover,
li.preresultadoPesquisaVazio:focus {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    cursor: default;
}
/*---- modal notificacao ----*/
#modalViewNotificacao h5 {
    font-size: 18px;
    font-weight: 700;
}
#modalViewNotificacao em {
    font-size: 1em;
    margin-bottom: 30px;
    text-align: left;
}
/*---- fim modal notificacao ----*/
/*---- caixa alerta breadcrumb e modal ----*/
#caixaAlertas .alert {
    position: relative;
}
#caixaAlertas .alert {
    border-radius: 0;
    padding: 7px;
    position: absolute;
    text-align: center;
    width: 100%;
}
header #caixaAlertas .alert {
    margin: 0;
}
#caixaAlertas .alert .close {
    margin-left: 5px;
    position: unset;
    right: 20px;
    top: 0;
    vertical-align: middle;
}
.ocultarRetorno {
    animation: fadeout 0.5s;
}
/*---- caixa alerta modal ----*/
.caixaAlertaModal .alert {
    border-radius: 0;
    border-top: medium none;
    margin: 0 0 0 -15px;
    padding: 7px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
}
.caixaAlertaModal .alert .close {
    margin-left: 5px;
    position: unset;
    right: 20px;
    top: 0;
    vertical-align: middle;
}
/*.modal #caixaAlertas .alert {
    border-top: medium none;
    margin: 0 0 0 -15px;
    top: 0;
}*/
@keyframes fadeout {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.feedbackTemporario {
    animation: feedback-temporario 5s cubic-bezier(.55, -0.04, .91, .94) forwards;
    opacity: 0;
}
@keyframes feedback-temporario {
    0% {
        opacity: 0
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 0.99;
    }
    100% {
        opacity: 0
    }
}
/*---- fim caixa alerta breadcrumb e modal ----*/
/*--- cabecalho collapse ---*/
#iconeMenuCollapse {
    color: #333;
    margin-top: 77px;
    opacity: 0.5;
    padding: 0 6px;
    position: absolute;
    right: 0;
}
#iconeMenuCollapse:hover {
    opacity: 0.8;
}
body.rotuloMenuCollapse #iconeMenuCollapse {
    margin-top: 37px;
}
body.rotuloMenuCollapse {
    padding-top: 100px;
}
body.rotuloMenuCollapse .navbar-brand {
    height: 28px;
    padding: 4px;
}
body.rotuloMenuCollapse .branco-cinza .navbar-brand,
body.rotuloMenuCollapse .branco-laranja .navbar-brand {
    background: transparent url("../img/logo-sistema-cor.png") no-repeat scroll 4px 5px / 92% auto;
}
body.rotuloMenuCollapse .navbar-brand img {
    height: 20px;
}
body.rotuloMenuCollapse #menuEmpresa a {
    height: 28px;
    padding-top: 1px;
}
body.rotuloMenuCollapse #menuSelEmpresa {
    padding-bottom: 0;
    padding-top: 0;
}
body.rotuloMenuCollapse #menuSelEmpresa .iconeNavFerramenta {
    margin-top: 4px;
    vertical-align: top;
}
body.rotuloMenuCollapse .empresaNavbar {
    padding-top: 7px;
}
body.rotuloMenuCollapse .nomeEmpresaAtual .codigoEmpresaAtual {
    animation: mostra-codigo-nome-empresa 500ms ease-in forwards;
}
@keyframes mostra-codigo-nome-empresa {
    0% {
        margin-left: -22px;
    }
    100% {
        margin-left: 0px;
    }
}
body.rotuloMenuCollapse .linha2MenuEmpresa {
    animation: oculta-linha2-empresa 500ms ease-in forwards;
}
@keyframes oculta-linha2-empresa {
    0% {
        margin-left: 0px;
        opacity: 1;
    }
    100% {
        margin-left: -127px;
        opacity: 0;
    }
}
body.rotuloMenuCollapse #menuEmpresa .fa,
body.rotuloMenuCollapse #menuPesquisa .glyphicon-search,
body.rotuloMenuCollapse #menuNotificacao .glyphicon-bell,
body.rotuloMenuCollapse #menuFavoritos .fa-star,
body.rotuloMenuCollapse #menuUsuario>a .glyphicon-user {
    font-size: 20px;
}
body.rotuloMenuCollapse #menuCanalIdeia .fa-lightbulb-o {
    font-size: 25px;
}
body.rotuloMenuCollapse #menuUsuario .iconeNavFerramenta {
    margin-right: 0px;
    margin-top: 2px;
    width: 22px;
}
body.rotuloMenuCollapse #menuUsuario>a {
    padding: 0 10px;
}
body.rotuloMenuCollapse .usuarioNavbar {
    animation: oculta-nome-usuario 300ms ease-in forwards;
}
@keyframes oculta-nome-usuario {
    0% {
        max-width: 120px;
        opacity: 1;
    }
    99% {
        max-width: 0px;
        opacity: 0;
    }
    100% {
        max-width: 0px;
        opacity: 0;
        display: none;
    }
}
body.rotuloMenuCollapse #caixaPesquisa {
    margin-top: 8px;
}
body.rotuloMenuCollapse .navModulos .iconeNavModulos {
    margin-bottom: 6px;
}
body.rotuloMenuCollapse .navModulos .navbar-nav>li>a {
    height: 27px;
    padding-top: 6px;
    overflow: hidden;
}
body.rotuloMenuCollapse .breadcrumb .glyphicon-home {
    position: initial;
    vertical-align: calc(-2px);
}
body.rotuloMenuCollapse .navbar-inverse .navbar-nav>li>a {
    height: 28px;
    padding-top: 3px;
}
body.rotuloMenuCollapse .navbar .numeroNotificacao {
    top: 8px;
}
/*--- fim cabecalho collapse ---*/
/*--- pagina atencao ---*/
.tituloAtencao {
    background: transparent url("../img/atencao.png") no-repeat scroll left center / 27px auto;
    padding-left: 30px;
}
.assinaturaAtencao {
    font-weight: bold;
}
.funcionalidade-desativada~.container-l {
    display: none;
}
/*--- paginacao  ----*/
.paginacaoModal,
.pagination {
    /*display: block;*/
    margin: 0 auto;
    /*text-align: center;*/
}
.pagination ul {
    border-radius: 4px;
    display: inline-block;
    margin: 5px 0;
    padding-left: 0;
}
.pagination ul>li {
    display: inline;
}
.pagination ul>li>a,
.pagination ul>li>span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #337ab7;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}
.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination ul>li>a:hover,
.pagination ul>li>span:hover,
.pagination ul>li>a:focus,
.pagination ul>li>span:focus {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination ul>.active>a,
.pagination ul>.active>span,
.pagination ul>.active>a:hover,
.pagination ul>.active>span:hover,
.pagination ul>.active>a:focus,
.pagination ul>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination ul>.disabled>span,
.pagination ul>.disabled>span:hover,
.pagination ul>.disabled>span:focus,
.pagination ul>.disabled>a,
.pagination ul>.disabled>a:hover,
.pagination ul>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
/*--- fim paginacao  ----*/
/*--- modal sessao expirada  ----*/
#modalSessaoExpirada .modal-body h4 {
    color: #7d7d7d;
    text-align: center;
}
#modalSessaoExpirada .modal-body .fa {
    margin-bottom: 10px;
    opacity: 0.65;
}
/*--- fim sessao expirada  ----*/
/*---- tela login ativacao ----*/
footer address {
    color: #fff;
    font-weight: 600;
    clear: both;
    text-shadow: 0 1px #7d7d7d;
}
#empresaCnpjDiv {
    border-radius: 4px;
    height: inherit !important;
    width: inherit !important;
}
#empresaCnpjDiv span::before {
    content: ":";
    left: 35px;
    position: absolute;
}
#empresaCnpjDiv span {
    background-color: #fff;
    font-weight: 700;
    left: 10px;
    position: absolute;
    top: 0;
    word-spacing: 3px;
    z-index: 2;
}
#empresaCnpj {
    padding: 6px 12px !important;
    width: 100% !important;
}
/*---- fim tela login ativacao ----*/
/*--- lista videos sidebar principal ---*/
.listaVideos {
    list-style: outside none none;
    margin-bottom: 0px;
    padding: 0;
}
.listaVideos li {
    margin-bottom: 20px;
    position: relative;
}
.caixaImagemVideo {
    height: 68px;
    overflow: hidden;
    position: absolute;
    width: 100px;
}
.caixaImagemVideo a {
    display: block;
    overflow: hidden;
    position: relative;
}
.caixaImagemVideo img {
    margin-top: -10px;
    margin-left: -10px;
}
.duracaoVideo {
    background: rgba(85, 85, 85, 0.75) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 0.8em;
    padding: 3px;
    position: absolute;
    right: 0;
}
.infosVideo {
    display: block;
    margin-left: 110px;
    position: relative;
}
.tituloVideo {
    display: block;
    font-size: 0.9em;
    font-weight: 700;
    max-height: 3em;
}
.dataVideo,
.visualizacoesVideo {
    display: block;
    font-size: 0.8em;
}
.maisVideos {
    display: block;
    font-size: 0.9em;
    margin-bottom: 0 !important;
    text-align: center;
}
/*--- fim lista videos sidebar principal ---*/
/*--- hover transition ---*/
/*#navFavoritos li:hover,*/
.btnContrast,
#caixaPesquisa,
.pesquisaVisivel,
#menuEmpresa,
.selecaoTema label span,
.caixaImagemUsuario .alteraImagemPerfil,
#navFavoritos .btn,
.arquivarNotificacao,
#arquivarTodasNotificacoes,
.redesSociais a,
#ordenarFavoritos,
/*transicao para collapse do cabecalho*/
body,
#iconeMenuCollapse,
.navbar-inverse .navbar-nav>li>a,
.navModulos .navbar-nav>li>a,
.navbar .numeroNotificacao,
.navbar-brand, .navbar-brand img,
#menuEmpresa a,
#menuSelEmpresa,
#menuSelEmpresa .iconeNavFerramenta,
#menuEmpresa .fa,
#menuPesquisa .glyphicon-search,
#menuNotificacao .glyphicon-bell,
#menuFavoritos .fa-star,
#menuUsuario>a .glyphicon-user,
#menuUsuario .iconeNavFerramenta,
#menuUsuario>a {
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.listaModalSelEmpresa li,
.listaModalSelIndicador li {
    -webkit-transition: border-color 300ms ease-in, box-shadow 300ms ease-in;
    -moz-transition: border-color 300ms ease-in, box-shadow 300ms ease-in;
    -o-transition: border-color 300ms ease-in, box-shadow 300ms ease-in;
    -ms-transition: border-color 300ms ease-in, box-shadow 300ms ease-in;
    transition: border-color 300ms ease-in, box-shadow 300ms ease-in;
}
/*--- comportamento limpar inputs ---*/
.textoTransp {
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
    color: transparent;
}
/*---- listas principais func pagina principal ----*/
input::-moz-focus-inner,
button,
a {
    outline: 0 !important;
}
ol.ultimosAcessados,
ol.maisAcessados {
    padding-left: 20px;
}
.ultimosAcessados~.carregarMais,
.maisAcessados~.carregarMais {
    font-size: 0.9em;
    text-align: center;
}
.tituloMaisAcessados,
.tituloUltimosAcessados {
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 93%;
}
.caminhoMaisAcessados,
.caminhoUltimosAcessados {
    color: #999;
    display: block;
    font-size: 0.8em;
}
.tab-content {
    padding-top: 15px;
}
.panel-webmais {
    border-color: #7d7d7d;
}
.panel-webmais>.panel-heading {
    background-color: #7d7d7d;
    border-color: #7d7d7d;
    color: #fff;
}
/*---- fim listas principais func pagina principal ----*/

.telaLogin {
	background: url(../img/fundowebmais.webp) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 80px
}
.formLogin {
	background-color: rgba(255, 255, 255, 0.85);
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 10px;
}
.form-input {
	padding-bottom: 25px;
}
.label-input{
	color: white;
	font-weight: initial;
	font-size: 20px;
	padding-left: 5%;
}
.logo-webmais{
	max-width: 300px;
	padding-bottom: 10%;
	padding-top: 2%;
}
.div-logo-webmais{
	height: 50%;
	width: 50%;
}
.field-input {
	font-size: 20px;
	background: initial;
	color: white;
	border-radius: 100px;
	height: 100%;
	min-width: 20px;
}
.field-input:focus{
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 15px rgba(255, 139, 8, 0.9);
}
.formLogin .alert span {
	margin-right: 5px;
}
.formLogin .input-group {
	margin-bottom: 15px
}
.formLogin h2 {
	margin-top: 0;
}
#botaoLogin {
	width: 50%;
	background-color: #ff5f00;
	border-color: #ff5f00;
	color: white;
	font-weight: bold;
	border-radius: 100px;
}
#botaoLogin:hover{
	background-color: #d14d00;
	border-color: #d14d00;
}

/*--- redes sociais ---*/
footer .redesSociais {
    margin: 0 auto;
    width: 200px;
    padding: 0;
	margin-left: 0px;
}
.redesSociais li {
    float: left;
    list-style-type: none;
    margin: 0px 5px 30px;
    padding: 0;
    width: 40px;
    text-align: center;
    vertical-align: middle;
}
.redesSociais a {
    color: #000000;
    background-color: #ffffff;
    border-radius: 30px;
    display: block;
}
.redesSociais a:hover,
.colunaDireita .redesSociais a:hover {
    background-color: #e0e0e0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 9px rgba(255, 139, 8, 0.9);
}
footer .redesSociais span {
    height: 40px;
    line-height: 40px;
}
.colunaDireita .redesSociais {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 200px;
}
.colunaDireita .redesSociais li {
    margin-bottom: 0;
    width: 40px;
}
.colunaDireita .redesSociais span {
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.colunaDireita .redesSociais span.fa-2x {
    font-size: 1.5em;
}
/*--- fim redes sociais ---*/
/*--- comunicacao visao geral + icones ItemPerfil e ColunaPerfil ---*/
.bannerFidelizacaoLogin {
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 100%;
}
.bannerFidelizacaoLogin.hidden-lg img {
    width: 100%;
}
.bannerFidelizacaoVisaoGeral {
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 130px;
    width: 100%;
}
.fidelizacaoVisaoGeral {
    cursor: pointer;
    overflow: hidden;
    max-height: 130px;
}
.fidelizacaoVisaoGeral .row {
    margin-bottom: 0;
}
.center {
    margin-left: auto;
    margin-right: auto;
    border: #0099ee;
}
.fidelizacaoVisaoGeral .iconeItemPerfil+h3 {
    color: #3fc99b;
    font-size: 20px;
    margin-top: 10px;
}
.fidelizacaoVisaoGeral .iconeItemPerfil.perfilCompleto+h3,
.fidelizacaoVisaoGeral .iconeItemPerfil.lembrarAtualizarPerfil+h3 {
    color: #333;
}
.fidelizacaoVisaoGeral .iconeItemPerfil,
.iconeColunaPerfil {
    border: 1px solid #3fc99b;
    background-color: #3fc99b;
    border-radius: 6px;
    display: block;
    height: 85px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    vertical-align: bottom;
    width: 85px;
}
.fidelizacaoVisaoGeral .iconeItemPerfil .glyphicon,
.fidelizacaoVisaoGeral .iconeItemPerfil .fa {
    display: inline-block;
    color: #f5f5f5;
    font-size: 3em;
    margin-top: 20px;
    position: relative;
    vertical-align: bottom;
    width: 100%;
}
.fidelizacaoVisaoGeral .iconeItemPerfil.perfilCompleto span,
.iconeColunaPerfil.perfilCompleto span {
    color: gold;
    font-size: 5em;
    margin-top: 10px;
}
.fidelizacaoVisaoGeral .iconeItemPerfil.lembrarAtualizarPerfil span,
.fidelizacaoVisaoGeral .iconeItemPerfil.comemorarAniversario span,
.iconeColunaPerfil.lembrarAtualizarPerfil span,
.iconeColunaPerfil.comemorarAniversario span {
    font-size: 4em;
    margin-top: 15px;
}
.iconeItemPerfil.lembrarAtualizarPerfil,
.iconeColunaPerfil.lembrarAtualizarPerfil {
    background-color: #337ab7;
    border: 1px solid #337ab7;
    color: white;
}
.iconeItemPerfil.comemorarAniversario,
.iconeColunaPerfil.comemorarAniversario {
    background-color: #FF7100;
    border: 1px solid #FF7100;
    color: white;
}
.fidelizacaoVisaoGeral .progress-bar-success {
    background-color: #3fc99b;
}
/*--- fim comunicacao visao geral + icones ItemPerfil e ColunaPerfil ---*/
/*--- caixa imagem usuario ---*/
.caixaImagemUsuario {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    display: block;
    margin: 0 auto 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 230px
}
.caixaImagemUsuario a {
    background-color: #ccc;
    border-radius: 4px;
    display: block;
    margin: 10px;
    height: 207px;
    overflow: hidden;
}
.caixaImagemUsuario a.usuarioSemFoto {
    background-image: url(../img/usuariopadrao.jpg);
}
.caixaImagemUsuario a img {
    max-width: 100%;
}
.caixaImagemUsuario a .alteraImagemPerfil {
    background: rgba(85, 85, 85, 0.55) none repeat scroll 0 0;
    border-radius: 4px;
    bottom: 10px;
    color: #fff;
    font-size: 0.8em;
    height: 207px;
    left: 10px;
    line-height: 23px;
    opacity: 0;
    padding: 80px 76px 0;
    position: absolute;
}
.caixaImagemUsuario a:hover .alteraImagemPerfil {
    opacity: 1;
}
div.upload {
    display: block;
    margin-bottom: 10px;
    margin-top: 150px;
    overflow: hidden;
    text-align: center;
    text-indent: 10px;
    width: 150px;
}
div.upload input {
    display: inline-block !important;
    left: -119px;
    opacity: 0 !important;
    overflow: hidden !important;
    position: relative;
    width: 100%;
}
div.uploadLink {
    color: #337ab7;
    display: block;
    height: 20px;
    overflow: hidden;
    text-align: center;
    width: 126px;
}
div.uploadLink:hover,
div.uploadLink:focus {
    color: #23527c;
    cursor: pointer;
    text-decoration: underline;
}
div.uploadLink input {
    cursor: pointer;
    display: inline-block !important;
    left: 0;
    opacity: 0 !important;
    overflow: hidden !important;
    position: relative;
    top: -23px;
    width: 100%;
}
/*--- imagem carregada ---*/
#imagemCarregada {
    background: #ccc none repeat scroll 0 0;
    border-radius: 4px;
    display: block;
    margin: 15px 5%;
    padding: 1%;
    text-align: center;
    width: 500px;
    height: 300px;
}
#imagemCarregada img {
    border-radius: 4px;
    max-height: 375px;
    max-width: 100%;
}
/*--- modal aleracao foto perfil ---*/
#modalSelecaoFoto .modal-body {
    min-height: 400px;
    padding-bottom: 0;
}
/*--- fim caixa imagem usuario ---*/
/*--- form perfil usuario ---*/
form .row {
    margin-bottom: 0 !important;
}
.labelRadiosHorizontal {
    margin-right: 5px;
}
.campoAbsolut {
    position: absolute;
}
.perfilUsuario h3 {
    margin-bottom: 20px;
    margin-top: 10px;
}
.perfilUsuario .nomeUsuario {
    /*font-weight: bolder;*/
}
.perfilUsuario select {
    width: 100% !important;
}
.perfilUsuario .glyphicon-calendar {
    color: #0099ee;
}
/*--- avaliacao senha ---*/
.caixaAvalSenha {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    opacity: 1;
}
.caixaAvalSenha.invisible {
    opacity: 0;
}
.caixaAvalSenha>.arrow,
.caixaAvalSenha>.arrow::after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.caixaAvalSenha>.arrow {
    border-width: 11px;
}
.caixaAvalSenha>.arrow::after {
    border-width: 10px;
    content: "";
}
.caixaAvalSenha>.arrow {
    border-left-width: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
    left: -10px;
    top: 34px;
}
.caixaAvalSenha>.arrow::after {
    border-left-width: 0;
    border-right-color: #fff;
    bottom: -10px;
    content: " ";
    left: 1px;
}
.conteudoAvalSenha {
    padding: 15px;
}
.conteudoAvalSenha ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.conteudoAvalSenha li span {
    width: 20px;
}
/*--- fim avaliacao senha ---*/
/*--- selecao tema perfil ---*/
.selecaoTema {
    list-style-type: none;
    margin: 30px 0;
    padding: 0;
}
.selecaoTema img {
    width: 185px;
}
.selecaoTema li {
    display: inline-block;
    margin: 0 1%;
    padding: 0;
    width: 30%;
}
.selecaoTema label span {
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    height: 85px;
    margin-top: 5px;
    overflow: hidden;
}
.selecaoTema label span:hover {
    background-color: #fefefe !important;
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    cursor: pointer;
}
.temaSelecionado label span,
.temaSelecionado label span:hover {
    background-color: #fff !important;
    border-color: #FF8B08;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 9px rgba(255, 139, 8, 0.9);
    outline: 0 none;
}
.perfilUsuario .tab-content {
    margin-bottom: 15px;
}
/*--- fim selecao tema perfil ---*/
/*--- coluna direita perfil ---*/
.colunaPerfil {
    color: #666666;
}
.iconeColunaPerfil {
    margin-bottom: 10px;
    margin-right: auto;
}
.panel.perfilCompleto {
    border-color: #3fc99b;
}
.panel-heading.perfilCompleto {
    background-color: #3fc99b;
    border-color: #3fc99b;
    color: white;
}
.panel.comemorarAniversario {
    border-color: #ff7100;
}
.panel-heading.comemorarAniversario {
    background-color: #ff7100;
    border-color: #ff7100;
    color: white;
}
.colunaPerfil .progress {
    margin-bottom: 0;
}
.colunaPerfil div.list-group-item {
    cursor: pointer;
}
.colunaPerfil div.list-group-item:hover {
    background-color: #f5f5f5;
}
/*--- fim coluna direita perfil ---*/
/*--- menu accordion administrador ---*/
.formFiltroAdministrador {
    margin-bottom: 20px;
}
.accordionAdministrador .panel-heading {
    padding: 0;
}
.accordionAdministrador .panel-title a {
    display: block;
    padding: 10px 15px;
    width: 99%;
}
.accordionAdministrador .panel-title a .glyphicon {
    margin-right: 5px
}
.accordionAdministrador .panel-title a:active,
.accordionAdministrador .panel-title a:focus,
.accordionAdministrador .panel-title a:hover {
    text-decoration: none
}
.accordionAdministrador .panel-title a .glyphicon-remove {
    display: inline;
}
.accordionAdministrador .panel-title a .glyphicon-plus {
    display: none;
}
.accordionAdministrador .panel-title a.collapsed .glyphicon-plus {
    display: inline;
}
.accordionAdministrador .panel-title a.collapsed .glyphicon-remove {
    display: none;
}
/*--- correcao para cabecalho na abertura de modal ---*/
/*body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    padding-right: 0px !important;
    overflow-y: auto;
}*/
/*--- loader de pagina ---*/
.camada-loader {
    width: 100%;
    position: fixed;
    background: #FFF none repeat scroll 0% 0%;
    height: 100%;
    z-index: 1050;
    top: 0px;
}
.bloco-loader {
    margin: 32vh auto 0px;
    text-align: center;
    width: 115px;
}
.loader-pontinhos {
    color: rgb(153, 153, 153);
    display: block;
    text-align: left;
    margin-left: 22px;
    margin-top: 30px;
}
.loader-pontinhos:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(5, end) 1500ms infinite;
    animation: ellipsis steps(5, end) 1500ms infinite;
    content: "\2026";
    /* ascii code for the ellipsis character */
    width: 0px;
}
@keyframes ellipsis {
    to {
        width: 1.25em;
    }
}
@-webkit-keyframes ellipsis {
    to {
        width: 1.25em;
    }
}
.loader {
    height: 4.5714em;
    position: relative;
    margin: 30px auto;
    right: 2.43em;
    width: 125px;
}
.loader::before {
    border: 10px solid rgba(0, 0, 0, 0.1);
    border-radius: 500rem;
    content: "";
    position: absolute;
}
.loader::after {
    animation: 1.5s linear 0s normal none infinite running loader;
    border-color: #ff8b08 transparent transparent;
    border-radius: 500rem;
    border-style: solid;
    border-width: 9px;
    box-shadow: 0 0 0 1px transparent;
    content: "";
    position: absolute;
}
.loader::after,
.loader::before {
    height: 4.5714em;
    width: 4.5714em;
}
@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*--- fim loader de pagina ---*/
/*--- modais tamanho grande e  ---*/
/*.modal-lg {
    width: 810px;
}*/
.modal-md {
    width: 410px;
}
.modal-altura-max .modal-dialog {
    margin-top: 2vh !important;
}
.modal-altura-max .modal-body {
    max-height: 75vh;
    overflow-y: scroll;
}
/*--- configuracao envio email  ---*/
#modalCadastroContaEmail select+.fa-trash {
    font-size: 1.3em;
    margin-left: 1%;
    vertical-align: middle;
}
.style-form-control {
    resize: none;
}
#modalCadastroContaEmail .has-feedback .form-control {
    padding-right: 0;
}
#selectSelecaoContaEmail {
    display: inline-block;
    width: 90%;
}
#tamanhoMaximoAnexos {
    width: 75px;
}
#formCadastroConfiguracao {
    min-height: 232px;
}
#formCadastroConfiguracao p .form-group {
    width: 275px;
}
/*--- passo a passo wizard  ---*/
.bs-wizard {
    margin-top: 15px;
    padding: 0 0 10px 0;
}
.bs-wizard>.bs-wizard-step {
    padding: 0;
    position: relative;
}
.bs-wizard>.bs-wizard-step+.bs-wizard-step {}
.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
    font-size: 12px;
    margin-bottom: 5px;
}
.bs-wizard>.bs-wizard-step.complete .bs-wizard-stepnum {
    color: #ff8b08;
}
.bs-wizard>.bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}
.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    border: 1px solid transparent;
    border-radius: 50%;
    display: block;
    height: 15px;
    left: 50%;
    margin-top: 1px;
    margin-left: -10px;
    position: absolute;
    top: 20px;
    width: 15px;
}
.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
    background: #ccc;
    border-radius: 50px;
    content: ' ';
    height: 9px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 9px;
}
.bs-wizard>.bs-wizard-step.complete a.bs-wizard-dot {
    background-color: transparent;
    border-color: transparent;
}
.bs-wizard>.bs-wizard-step.active a.bs-wizard-dot {
    background: #fff;
    border: 1px solid #ccc;
    cursor: default;
}
.bs-wizard>.bs-wizard-step.complete a.bs-wizard-dot:after {
    background-color: #ff8b08;
}
.bs-wizard>.bs-wizard-step>.progress {
    background-color: #ccc;
    border-radius: 0px;
    box-shadow: none;
    height: 1px;
    margin: 10px 0;
    position: relative;
}
.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
    background: #ff8b08;
    box-shadow: none;
    width: 0px;
}
.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
    width: 100%;
}
.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
    width: 50%;
}
.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
    width: 0%;
}
.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
    width: 100%;
}
.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
    background-color: transparent;
}
.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
    background-color: #ccc;
}
.bs-wizard>.bs-wizard-step:first-child>.progress {
    left: 50%;
    width: 50%;
}
.bs-wizard>.bs-wizard-step:last-child>.progress {
    width: 50%;
}
.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
    border-color: transparent;
    pointer-events: none;
}
.linkCancelarWizard {
    font-size: 12px;
}
/*--- fim passo a passo wizard  ---*/
/*--- ul lista borda inferior  ---*/
ul.listaBordaInferior {
    padding: 0;
    list-style: outside none none;
}
ul.listaBordaInferior .row {
    margin-bottom: 0px;
}
ul.listaBordaInferior li.cabecalhoListaBordaInferior {
    border-bottom: 2px solid #ccc;
    font-weight: bold;
    padding: 5px 0;
}
ul.listaBordaInferior li.itensListaBordaInferior {
    border-bottom: 1px solid #f0f0f0;
    padding: 5px 0;
}
ul.listaBordaInferior li.itensListaBordaInferior:hover {
    background-color: #f5f5f5;
}
.cabecalhoListaBordaInferior .clicavel:hover,
.itensListaBordaInferior .clicavel:hover,
.itensListaBordaInferior.clicavel:hover,
.itensListaBordaInferior a:hover {
    cursor: pointer;
}
ul.listaBordaInferior .cabecalhoListaBordaInferior a {
    color: #333;
}
ul.listaBordaInferior .cabecalhoListaBordaInferior a:hover {
    color: #666;
}
ul.listaBordaInferior .caixaFerramentas {
    min-height: 30px;
}
/*--- cores fonticons  ---*/
.fa-trash {
    color: #145ECB;
}
/*--- lista permissoes painel bordo ---*/
#listaPermissoesPainelBordo .badge {
    height: 18px;
    margin-top: 3px;
}
#listaPermissoesPainelBordo .badge:empty {
    background-color: transparent;
    cursor: default;
}
#listaPermissoesPainelBordo .usuarioPermissoesPainelBordo {
    font-weight: bold;
}
/*----- painel de bordo -----*/
#painelBordo .row {
    margin-bottom: 15px;
}
#painelBordo .linhaSeparadora {
    border-color: #ddd;
    margin: 5px 0;
}
.painelBordoVazio {
    animation: mostrar-feed-back-painel-vazio 300ms linear forwards;
    padding: 30px 0;
}
@keyframes mostrar-feed-back-painel-vazio {
    0% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.painelBordoVazio+.gridster.gridster-loaded {
    display: none;
}
.painelBordoVazio a {
    color: #7d7d7d;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.painelBordoVazio a:focus {
    outline: none;
}
.expandirPainelBordo,
.reduzirPainelBordo {
    cursor: pointer;
    margin-bottom: -1px;
    opacity: 0.5;
    transition: all 300ms ease-in;
    vertical-align: baseline;
    width: 14px;
    display: inline-block;
}
.expandirPainelBordo {
    margin-bottom: -1px;
    width: 14px;
    height: 14px;
    background: transparent url(../img/expandir.svg) repeat scroll 0 0;
}
.reduzirPainelBordo {
    margin-bottom: -2px;
    width: 16px;
    height: 16px;
    background: transparent url(../img/reduzir.svg) repeat scroll 0 0;
}
.expandirPainelBordo:hover,
.reduzirPainelBordo:hover {
    opacity: 1;
}
#filtrosPainelBordo .input-group-addon:hover {
    cursor: pointer;
}
#dataPainelBordo {
    margin-top: 30px;
    line-height: 1.1;
    text-align: right;
}
.daterangepicker .input-mini,
.daterangepicker .input-mini+i {
    opacity: 0.4;
}
.daterangepicker .input-mini.active,
.daterangepicker .input-mini.active+i {
    opacity: 1;
}
.daterangepicker .calendar {
    background: transparent none repeat scroll 0 0;
    border: medium none !important;
    font-family: inherit !important;
}
.daterangepicker .calendar table {
    font-family: inherit !important;
    font-size: 14px;
}
.daterangepicker td.today.start-date,
.daterangepicker td.today.end-date {
    color: #ffffff;
}
/*.daterangepicker .calendar tbody td.weekend {color: inherit;}*/
#filtrosPainelBordo .popover {
    border: 1px solid rgba(0, 0, 0, 0.15);
    max-width: 355px;
    top: 22px !important;
    z-index: 1029;
}
#groupFiltroEmpresa .arrow {
    border-bottom-color: rgba(0, 0, 0, 0.15);
    border-width: 7px;
    left: 20px;
    top: -14px !important;
}
#filtrosPainelBordo .popover-content {
    max-height: 170px;
    overflow-y: auto;
}
#filtrosPainelBordo .popover.bottom .checkbox {
    display: block;
    max-width: 320px;
    overflow: hidden;
}
#filtrosPainelBordo .popover.bottom .checkbox label {
    display: block;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#filtrosPainelBordo .popover.bottom label input[type="checkbox"] {
    vertical-align: sub;
}
#filtrosPainelBordo .popover.bottom .codigoEmpresa {
    margin-left: 5px;
    text-align: right;
    width: 20px;
}
#filtroEmpresa,
#caixaSelecaoPeriodo .date-picker {
    width: 170px;
}
#botaoAtualizarPainelBordo {
    position: relative;
    transition: all 300ms ease-in;
    width: 100px;
}
#botaoAtualizarPainelBordo.atualizacaoPendente,
.daterangepicker .input-mini.active {
    border-color: #ff8b08;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 9px rgba(255, 113, 8, 0.9);
    outline: 0 none;
}
.barraProgressoBotao {
    background-color: #ff8b08;
    bottom: 0;
    height: 3px;
    left: 0;
    position: absolute;
}
.botaoBloqueado .barraProgressoBotao {
    animation: mostrar-barra-progresso 16s linear forwards;
}
@keyframes mostrar-barra-progresso {
    0% {
        width: 1%;
    }
    90% {
        width: 100%;
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/*---- modificacao switch  ----*/
.bootstrap-switch-on .bootstrap-switch-label {
    background-color: #337ab7;
    border-left: 1px solid #ccc;
    padding: 6px 0 !important;
    width: 15px !important;
}
.bootstrap-switch-off .bootstrap-switch-label {
    border-right: 1px solid #ccc;
    padding: 6px 0 !important;
    width: 13px !important;
}
.bootstrap-switch-off.bootstrap-switch-focused .bootstrap-switch-label {
    border-left: 1px solid #ccc;
}
.bootstrap-switch-off .bootstrap-switch-handle-off {
    width: 62px !important;
}
.bootstrap-switch-off .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch-on .bootstrap-switch-handle-on.bootstrap-switch-default {
    background-color: #fff;
}
/*--- gridster custom ---*/
.gridster {
    background-color: #f5f5f5;
    border-radius: 4px;
}
.gridster>ul:empty {
    height: 100%;
}
.gridster.ng-leave {
    display: none;
}
.gridster-preview-holder {
    opacity: 1 !important;
    z-index: 0 !important;
}
/*.gridster-item {
    z-index: unset !important;
}*/
.gridster-item-resizable-handler.handle-e,
.gridster-item-resizable-handler.handle-w {
    width: 5px;
}
.gridster-item-resizable-handler.handle-s,
.gridster-item-resizable-handler.handle-n,
.gridster-item-resizable-handler.handle-ne,
.gridster-item-resizable-handler.handle-sw,
.gridster-item-resizable-handler.handle-nw {
    height: 5px;
}
/*.gridster-item.gridster-preview-holder::before,*/
.gridster::before {
    content: "Carregando...";
    color: #888;
    margin-top: -5px;
    position: absolute;
    text-align: center;
    top: 45%;
    width: 100%;
}
.gridster-loaded.gridster::before {
    content: "";
}
/*--- indicadores generico ---*/
#painelBordo .panel {
    height: 100%;
    padding-top: 40px;
    position: relative;
}
#painelBordo .panel-heading {
    margin-top: -40px;
    padding: 0 15px 0 0;
    position: absolute;
    width: 100%;
    /*z-index: 1;*/
}
#painelBordo .panel table {
    margin-bottom: 0;
}
.panel .tituloIndicador {
    cursor: grab;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 0 10px 15px;
    white-space: nowrap;
    width: 95%;
}
.panel .tituloIndicador:hover {
    cursor: -webkit-grab;
}
#painelBordo .gridster-item-moving .tituloIndicador {
    cursor: grabbing;
}
#painelBordo .gridster-item-moving .tituloIndicador:hover {
    cursor: -webkit-grabbing !important;
}
.panel-heading .fa,
#expandirPainel {
    cursor: pointer;
    opacity: 0.5;
    transition: all 300ms ease-in;
}
.panel-heading .funcoesIndicador {
    position: absolute;
    right: 11px;
    top: 11px;
}
.funcoesIndicador .fa:hover,
#expandirPainel:hover {
    opacity: 1;
}
.funcoesIndicador .dropdown {
    cursor: pointer;
    display: inline;
}
.funcoesIndicador .dropdown-menu {
    left: inherit;
    right: 0;
}
.funcoesIndicador .dropdown span.fa {
    margin-right: 0;
    padding: 0 3px;
}
#painelBordo .panel .panel-body {
    height: 100%;
    overflow: auto;
    position: relative;
}
#painelBordo .panel-success .panel-body {
    background-color: #dff0d8;
    color: #3c763d;
}
#painelBordo .panel-danger .panel-body {
    background-color: #f2dede;
    color: #a94442;
}
#painelBordo .panel-warning .panel-body {
    background-color: #fcf8e3;
    color: #8a6d3b;
}
#painelBordo .panel-info .panel-body {
    background-color: #d9edf7;
    color: #31708f;
}
#painelBordo .table>thead>tr>th,
#painelBordo .table>tbody>tr>th,
#painelBordo .table>tfoot>tr>th,
#painelBordo .table>thead>tr>td,
#painelBordo .table>tbody>tr>td,
#painelBordo .table>tfoot>tr>td {
    font-size: 0.9em;
}
.indicadorSemPermissao,
.indicadorCarregando {
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 45%;
    width: 100%;
}
.indicadorCarregando .loader-pontinhos {
    margin: 0 auto;
    width: 90px;
}
/*--- fim indicadores generico ---*/
/*--- indicador numero ---*/
.rowIndicadorNumero {
    height: 39px;
    margin-left: -15px;
    margin-top: -23px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.valorIndicadorNumero {
    font-size: 1.8em;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
}
.panelIndicadorNumero .panel-heading {
    background-color: transparent;
    border: none;
}
/*----- fim painel de bordo -----*/
/*---- modal selecao indicador ----*/
#modalSelIndicador .modal-body {
    min-height: 490px;
}
.rowSelIndicador {
    margin: 0 7px 15px;
}
.listaModalSelIndicador {
    list-style: outside none none;
    padding: 0;
}
.listaModalSelIndicador li {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #dedede;
    border-radius: 4px;
    display: inline-block;
    margin: 0 1% 8px;
    overflow: hidden;
    position: relative;
    width: 47%;
}
.listaModalSelIndicador li:hover {
    background-color: #fefefe !important;
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    cursor: pointer;
}
.listaModalSelIndicador li.ng-leave {
    display: none;
}
.listaModalSelIndicador a:hover,
.listaModalSelIndicador a:focus {
    text-decoration: none;
}
.caixaLogoListaIndicador {
    background-color: #e6e7e8;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #dedede;
    height: 67px;
    line-height: 67px;
    margin-right: 2%;
    overflow: hidden;
    position: relative;
    width: 27%;
    text-align: center;
}
.caixaLogoListaIndicador img {
    max-height: 70px;
    max-width: 105%;
}
.nomeListaIndicador,
.descricaoListaIndicador,
.moduloListaIndicador {
    color: #333;
    display: block;
    font-size: 9pt;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.novoListaIndicador {
    background: rgba(51, 51, 51, 0.85) none repeat scroll 0 0;
    border-radius: 4px 0;
    color: white;
    font-size: 10px;
    left: 0;
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    top: 0;
}
.nomeListaIndicador {
    font-weight: 700;
    padding: 5px 0 3px;
}
.descricaoListaIndicador {
    padding-bottom: 2px;
}
/*---- filtro vazio pesquisa indicador ----*/
li.listaModalSelIndicadorFiltroVazio {
    animation: mostrar-retorno-filtro-vazio 0.5s cubic-bezier(.55, -0.04, .91, .94) forwards;
    background: transparent none repeat scroll 0 0;
    border: medium none !important;
    color: #7d7d7d;
    cursor: pointer;
    text-align: center;
    width: 100%;
}
@keyframes mostrar-retorno-filtro-vazio {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
li.listaModalSelIndicadorFiltroVazio span {
    opacity: 0.65;
}
li.listaModalSelIndicadorFiltroVazio:hover,
li.listaModalSelIndicadorFiltroVazio:focus {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    cursor: default;
}
.listaModalSelIndicadorFiltroVazio.ng-animate+.listaModalSelIndicadorFiltroVazio.ng-animate {
    display: none;
}
/*---- fim modal selecao indicador ----*/
/*--- status notafiscal + modal ---*/
.statusNF .caret {
    margin-left: 10px;
}
#modalManutCertDigital {
    font-size: 14px;
}
#modalManutCertDigital .modal-body {
    min-height: 423px;
}
#modalManutCertDigital .modal-footer {
    height: 70px;
}
#modalManutCertDigital .form-horizontal .form-group {
    margin-bottom: 0;
}
#modalManutCertDigital .form-horizontal.atualizado {
    animation: feedback-atualizado 2s cubic-bezier(.55, -0.04, .91, .94) forwards;
    border-radius: 4px;
    transition: all 300ms ease 0s;
}
@keyframes feedback-atualizado {
    50% {
        background: #dff0d8 none repeat scroll 0 0;
        border: 1px solid #d6e9c6;
    }
    100% {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #fff;
    }
}
#confCertificadoAjuda {
    margin-top: 40px;
}
.listaOpcoesCompraCertificado {
    list-style-type: none;
    padding: 0;
}
.listaOpcoesCompraCertificado li {
    display: inline-block;
}
.select-container {
    background-color: #F8FAFC;
    border: 1px solid #C9D3DD;
    border-radius: 4px;
    height: 100px;
    margin-left: 3px;
    margin-top: 15px;
    padding-left: 8px;
    padding-top: 25px;
    position: relative;
    transition: all 300ms ease 0s;
    width: 135px;
}
.select-container:hover {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    transition: all 300ms ease 0s;
}
.ultimaCertificadora {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px 0;
    color: #fff;
    left: 0;
    line-height: 100%;
    padding: 5px 5px 0;
    position: absolute;
    top: 0;
}
#confCertificadoPassoFinal {
    margin-top: 50px;
}
/*--- fim status notafiscal + modal ---*/
/*---- componente consulta rapida ----*/

.blocoConsultaRapida {
    position: relative;
    display: inline-block;
    float: left;
    width: 70%;
    margin-right: 5px;
    padding-right: 20px;
}
.blocoConsultaRapida .clicavel.ng-scope {
    position: absolute;
    top: 0;
    right: 0;
}
.blocoConsultaRapida .caret {
    display: none;
}
.blocoConsultaRapida .glyphicon-remove:before {
    color: #999;
    opacity: 0.7;
    transition: ease all 0.3s;
}
.blocoConsultaRapida .ui-select-container+.fa-info-circle {
    display: inline-block;
    transition: ease all 0.3s;
}
.blocoConsultaRapida .ui-select-container:hover .glyphicon-remove:before {
    opacity: 1;
}
.blocoConsultaRapida .ui-select-bootstrap .ui-select-toggle>a.btn {
    right: 0;
    margin-right: 0 !important;
}
.blocoConsultaRapida .ui-select-bootstrap>.ui-select-match>.btn,
.blocoConsultaRapida .ui-select-bootstrap input {
    height: 24px;
    line-height: 1.9;
    padding: 0;
    text-indent: 6px;
    width: 100%!important;
}
.blocoConsultaRapida .text-muted {
    font-size: 12px;
}
.blocoConsultaRapida+span {
    line-height: 2.1em;
    padding-left: 1px;
}
.ui-select-container+.fa-info-circle {
    display: inline-block;
    font-size: 1.5em;
    margin-left: 3px;
    margin-top: 5px;
    vertical-align: top;
}
.ui-select-bootstrap input {
    border: 1px solid #66afe9 !important;
    font-weight: normal !important;
}
.ui-select-match {
    overflow: hidden;
}
.ui-select-bootstrap span.ui-select-toggle:hover {
    background-color: #f4f4f4;
}
.ui-select-bootstrap .ui-select-match-text span {
    font-size: 12px;
    margin-top: 1px;
    text-overflow: ellipsis;
    width: 93%;
}
.ui-select-bootstrap .btn-default-focus>span {
    border: 1px solid #66afe9;
}
.ui-select-bootstrap .ui-select-toggle>a.btn {
    color: #ccc;
    margin-top: 2px;
}
.ui-select-bootstrap>.ui-select-choices,
.ui-select-bootstrap>.ui-select-no-choice {
    min-width: 750px;
    padding: 0;
    margin-top: 1px;
}
.consulta-rapida-for-bootstrap>.ui-select-bootstrap>.ui-select-choices,
.consulta-rapida-for-bootstrap>.ui-select-bootstrap>.ui-select-no-choice {
    width: 100%;
}
.ui-select-bootstrap>.ui-select-no-choice {
    color: rgb(153, 153, 153);
    padding: 10px;
}
.ui-select-bootstrap>.ui-select-no-choice .loader-pontinhos {
    margin-left: 0;
    margin-top: 0;
}
.ui-select-bootstrap .ui-select-choices-row>span {
    border-bottom: 1px solid #dedede;
    cursor: default;
    padding: 10px;
    height: 50px;
}
.ui-select-bootstrap .ui-select-choices-row.active>span,
.ui-select-bootstrap .ui-select-choices-row.active span.linha2 {
    color: #fff;
}
.ui-select-bootstrap .ui-select-choices-row.active a {
    color: #fff;
    text-decoration: underline;
}
.ui-select-bootstrap .ui-select-choices-row.active a:hover {
    text-decoration: none;
}
/*--- extrutura template produto tela pedido ---*/
.itemResultadoFiltro .col1,
.itemResultadoFiltro .col2,
.itemResultadoFiltro .col3 {
    display: inline-block;
    vertical-align: top;
}
.itemResultadoFiltro .col1 {
    width: 35%;
    margin-left: 70px;
}
.itemResultadoFiltro .col2 {
    margin: 0 1%;
    width: 40%;
}
.itemResultadoFiltro .col3 {
    width: 25%
}
.itemResultadoFiltro .descricaoItemLista {
    display: inline-block;
    margin-left: 2%;
    width: 85%;
}
.itemResultadoFiltro .codigoItemLista {
    display: inline-block;
    width: 18%
}
.itemResultadoFiltro .valorColSimples {
    display: block;
    min-height: 20px;
    margin-left: 8px;
}
.itemResultadoFiltro .valorTruncado {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}
.itemResultadoFiltro .valorAgregado {
    font-weight: bold;
}
.itemResultadoFiltro .linha2 {
    color: #999;
    display: block;
    font-size: 0.8em;
}
/*ajuste para linha2 que esta embaixo de linha1 dividida*/
.itemResultadoFiltro .linha2.sobreColDividida {
    margin-top: -6px;
}
.itemResultadoFiltro .fa {
    font-size: 16px;
    margin-left: 10px;
}
/*---- fim componente consulta rapida ----*/
/*--- conteudo extra ---*/
.conteudoExtraLateral {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.09);
    bottom: -1px;
    box-shadow: 0 6px 5px rgba(0, 0, 0, 0.176);
    left: auto;
    min-width: unset;
    padding: 0;
    position: fixed;
    right: -20vw;
    top: 159px;
    transition: all 300ms ease-in;
    width: 20vw;
    z-index: 1029;
}
body.rotuloMenuCollapse .conteudoExtraLateral {
    top: 90px;
}
.conteudoExtraLateral.active {
    right: 0;
}
.conteudoExtraLateral button.close {
    border: medium none;
    color: #000;
    line-height: 1;
    margin: 5px;
    padding: 0;
}
.conteudoExtraLateral h4 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.conteudoExtraLateral h4+span {
    display: inline-block;
    line-height: 0.8;
    max-width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.conteudoExtraLateral>.conteudoExtraLateralWrapper {
    font-size: 14px;
    line-height: 1.42857;
    padding: 0 10px 10px;
    position: absolute;
    bottom: 0;
    top: 27px;
    overflow: auto;
    width: 100%;
}
.conteudoExtraLateral .blocoImagem {
    background: url(../img/produtoSemfotos.png) no-repeat center center;
    display: block;
    height: 10vw;
    margin-bottom: 10px;
    text-align: center;
}
.conteudoExtraLateral .blocoImagem .carousel .item {
    background-color: #FFF;
    height: 10vw;
    overflow: hidden;
    width: 19vw;
}
.conteudoExtraLateral .blocoImagem .carousel img {
    margin: auto;
    max-height: 10vw;
}
.conteudoExtraLateral p.marcaProduto,
.conteudoExtraLateral p.precoProduto {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.conteudoExtraLateral p.comentariosProduto {
    overflow-wrap: break-word;
}
/*--- come?o das extens?es ---*/
.unique-background {
    background: #EEEEEE;
}
/* --- PADR??O BOT??O INSTALAR --- */

.button-card {
    margin: 35px 0 0 0; 
    height: 29px;
    overflow: visible;
    padding: 0.5px;
    width: 240px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.button-card:active:hover,
.button-card.active:hover,
.button-card:active:focus,
.button-card.active:focus {
    outline: none;
}
.button-card:focus {
    outline: none;
}
/* ------------------------------- */
/* --- PADR??O BOT??O MODAL --- */
.button-style:active:hover,
.button-style.active:hover,
.button-style:active:focus,
.button-style.active:focus {
    outline: none;
    border-color: #5cb85c;
}
.button-style:focus {
    outline: none;
    border-color: #5cb85c;
}
/* ------------------------------- */
.lista-card-extensao li {
    background-color: white;
    border: 1px solid #dedede;
    border-radius: 4px;
    display: inline-block;
    margin: 0 1% 8px;
    overflow: hidden;
    width: 280px;
    height: 300px;
    margin-top: 25px;
    outline: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
.lista-card-extensao {
    margin-bottom: 0px;
}
.dropdown-extensao {
    margin-top: 20px;
    margin-left: 20px;
}
.img-cobranca {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90px;
    height: auto;
    margin-top: 20px;
}
.title-card {
    text-align: center;
    height: 20px;
}
.text-card {
    text-align: center;
}
.title-card-cobranca {
    margin: 15px auto 10px auto;
    font-family: "Roboto Medium";
    font-weight: 500;
    opacity: 0.8;
    font-size: 16px;
    text-align: left;
    display: block;
    color: #696969;
    width: 215px;
    text-transform: uppercase;
    line-height: normal;
}
.text-card-cobranca {
    font-size: 14px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #696969;
    opacity: 0.8;
    width: 215px;
    margin-top: 0px;
    letter-spacing: .01em;
    line-height: normal;
    margin-bottom: 0;
}
.dropdrop {
    margin-left: 10px;
}
.dropdown-filter-edit {
    margin-top: -8.5px;
    border-width: 0 0 1.4px;
    height: 35px;
    line-height: 30px;
    box-sizing: border-box;
    background: none;
    order: 2;
    outline: none;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #696969;
    border-color: #BDBDBD;
    padding: 6px 0px;
    padding-right: 3px;
    margin-left: 3px;
}
.dropdown-filter-edit:hover {
    border-width: 0 0 1.4px;
    height: 35px;
    line-height: 30px;
    box-sizing: border-box;
    background: none;
    order: 2;
    outline: none;
    color: #696969;
    border-color: #BDBDBD;
}
.dropdown-filter-edit:focus {
    border-width: 0 0 1.4px;
    height: 35px;
    line-height: 30px;
    box-sizing: border-box;
    background: none;
    order: 2;
    outline: none;
    color: #696969;
    box-shadow: none;
}
.filter-title {
    padding: 0px 0 10px 45px;
    display: inline-block;
    font-size: 16px;
    color: #696969;
}
.row-card-extensao {
    margin-top: -1.5%;
    margin-right: 0px;
}
/*--- Come?o do card desinstalado ---*/
.lista-card-extensao-cancel li {
    background-color: white;
    border: 1px solid #dedede;
    border-radius: 4px;
    display: inline-block;
    margin: 0 1% 8px;
    overflow: hidden;
    width: 280px;
    height: 275px;
    margin-top: -350px;
    margin-left: 310px;
    margin-bottom: 16px;
    outline: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
.valorExtensao {
    width: 70px;
    height: 30px;
    background: #1976D2;
    border-radius: 0 0 6px 6px;
    ;
    margin-left: 18px;
    box-shadow: 0 3px 6px rgba(161, 161, 161, 0.16), 0 3px 6px rgba(139, 139, 139, 0.23);
    position: absolute;
}
.valorExtensao>p {
    color: white;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    padding-top: 5px;
}
.glyphicon-cancel {
    float: right;
    margin-right: 18px;
    font-size: 28px;
    color: #BDBDBD;
    cursor: pointer;
    margin-top: 15px;
}
.img-cobranca-cancel {
    width: 100px;
}

.imagemCardExtensoes {
    position: relative;
    width: 175px;
    height: auto;
    left: 53%;
    padding: 40px 0 0 0;
}

.user-cancel {
    margin-right: 210px;
    font-size: 19px;
    margin-top: 5px;
    color: black;
    opacity: 0.4;
}
.text-card-cobranca-cancel {
    font-weight: 500 !important;
    font-size: 14px;
    text-align: left;
    margin-left: 50px;
    margin-right: auto;
    display: block;
    color: #696969;
    opacity: 0.8;
    width: 240px;
    margin-top: -20px;
    letter-spacing: .01em;
}
/** --- Primeira modal --- */
.close-edit {
    width: 55px;
    margin-top: 15px;
}
.modal-body-notification {
    width: 620px;
    margin-left: auto;
    margin-right: auto;
    min-height: 456px;
}
.body-modal-notificacaoCobranca {
    width: 500px;
    margin-top: 0;
    min-height: 448px;
}
.modal-buttonback {
    border: none;
}
.fa-more_money {
    float: left;
    margin-top: 12px;
    font-size: 20px;
    color: #696969;
    opacity: 0.7;
    margin-right: 10px;
    padding-bottom: 20px;
}
.fa-more_gears {
    float: left;
    margin-top: 12px;
    font-size: 20px;
    color: #696969;
    opacity: 0.7;
    margin-right: 10px;
    padding-bottom: 20px;
}
.fa-more_comments {
    float: left;
    margin-top: 22px;
    font-size: 23px;
    color: #696969;
    opacity: 0.7;
    margin-right: 10px;
    padding-bottom: 20px;
}
.all_text-config {
    color: #696969;
    font-size: 16px;
    font-weight: 500 !important;
    letter-spacing: .01em;
    line-height: 24px;
    margin-top: 10px;
    text-align: left;
}
.img-computer {
    margin-top: 35px;
}
.img-modal-computer {
    width: 149px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.color-text {
    color: #E53935;
}
.modal-ncobranca {
    width: 50%;
}
.dropdown-centered {
    margin-left: auto;
    margin-right: auto;
}
/** --- Fim da primeira modal --- */
.email-to-win>.textarea {
    color: green;
    margin-top: 10px;
}
/* -- T?tulos a vencer e titulos vencidos ---*/
.modal_title-standard {
    text-transform: uppercase;
    text-align: center;
    border: none;
    font-size: 18px;
    margin: 15px auto auto auto;
}

.ajusteTituloModalIBTP {
    margin-top: 0;
}
.title-standard-edit {
    margin-top: 50px;
}
.edit-for-notification {
    margin-left: -20px;
}
.config_group {
    padding-bottom: 30px;
}
.row-style {
    color: #696969;
}
#corpoEmailTitulosVencer {
    resize: none;
    height: 215px;
    color: #696969;
}
#corpoEmailTitulosVencidos {
    resize: none;
    height: 215px;
    color: #696969;
}
.define-body-size {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.error-define-config {
    width: 300px;
}
.modalCorpoEmail {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.buttonsEmail {
    margin-bottom: 5px;
}
/* --- Edi??o de e-mail ---*/
.email_config-one {
    width: 500px;
    outline: none;
    box-shadow: none;
    border-radius: 6px;
}
.email_config-one:focus {
    box-shadow: none;
    color: #696969;
}
.email_config-two {
    width: 500px;
    height: 250px;
    border-radius: 6px;
    border-width: 0.6px 1px 0.6px;
    margin-top: 20px;
}
.email_config-two:focus {
    outline: none;
    box-shadow: none;
}
.email-to-win {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    margin-bottom: auto;
}
.modal-alerta {
    margin-top: 90px !important;
}
.configEmail {
    margin-right: -5px;
    margin-top: -170px;
}
.erroResolve {
    width: 270px;
    float: left;
}
/*--- Winner ---*/
.img-modal-winner {
    width: 215px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}
.winner-title {
    width: 350px;
    display: inline-block;
    color: #696969;
    font-size: 16px;
    font-weight: 500 !important;
    letter-spacing: .01em;
    line-height: 24px;
}
.align-winner {
    width: 350px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.img-modal-winner {
    width: 215px;
    height: auto;
}
/** --- Switch ---**/
.label_primary-edit {
    background-color: #43A047;
}
.material-switch>input[type="checkbox"] {
    display: none;
}
.material-switch>label {
    cursor: pointer;
    height: 0px;
    position: relative;
}
.material-switch>label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 13px;
    margin-top: -11px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 30px;
}
.material-switch>label::after {
    background: #EEEEEE;
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 15px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 15px;
}
.material-switch>input[type="checkbox"]:checked+label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch>input[type="checkbox"]:checked+label::after {
    background: inherit;
    left: 20px;
}
.pull_right-edit {
    float: left !important;
    margin-top: 60px;
}
.pull_right-config {
    margin-left: -5px;
}
/* --- Modal confgura??o --- */
.dropdown-size_config {
    width: 400px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.dropdown-config {
    border-width: 1px;
    background: none;
    border-color: #696969;
    width: 100%;
    color: #696969;
    text-align: right;
    opacity: 0.4;
}
.tipo_cobranca {
    font-weight: 500 !important;
    font-size: 16px;
    color: #696969;
    opacity: 0.8;
    letter-spacing: .01em;
    line-height: 24px;
    width: 290px;
    margin-top: 30px;
}
.partOneDefine {
    margin-top: 30px;
}
.textConfigFinal {
    margin-top: 20px !important
}
.dropdown-config:hover {
    border-width: 1px;
    background: none;
    border-color: #696969;
    width: 100%;
    color: #696969;
    text-align: right;
    opacity: 0.4;
    outline: none;
}
.dropdown-config:active:hover,
.dropdown-config.active:hover,
.open>.dropdown-toggle.dropdown-config:hover,
.dropdown-config:active:focus,
.dropdown-config.active:focus,
.open>.dropdown-toggle.dropdown-config:focus,
.dropdown-config:active.focus,
.dropdown-config.active.focus,
.open>.dropdown-toggle.dropdown-config.focus {
    background: none;
    border-color: #696969;
}
.dropdown-config:active,
.dropdown-config.active,
.open>.dropdown-toggle.dropdown-config {
    background: none;
    border-color: #696969;
}
.dropdownfe_config {
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border: none;
}
.part-one {
    width: 340px;
}
.part-two {
    width: 300px;
}
/* --- Configura??es ---*/
.headerConfiguracao>.nav-tabs>li>a {
    text-transform: uppercase;
    color: #696969;
    cursor: pointer;
    font-weight: 500 !important;
    font-size: 14px;
    font-weight: 500 !important;
}
.headerConfiguracao>.nav-tabs>li.active>a,
.headerConfiguracao>.nav-tabs>li.active>a:hover,
.headerConfiguracao>.nav-tabs>li.active>a:focus {
    border-bottom: 4px solid #FF8B08;
    border-bottom-color: #FF8B08;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
}
.headerConfiguracao>.nav-tabs>li>a:hover {
    background: #EEEEEE;
}
.headerConfiguracao>.nav-tabs>li>a {
    border: none;
    border-radius: 2px;
    height: 40px;
}
.new_sty {
    text-transform: uppercase;
    border-bottom: 0px;
    color: #696969 !important;
    font-size: 16px;
    font-weight: 500 !important;
    letter-spacing: .01em;
    line-height: 24px;
}
.new_sty>li.active>a,
.new_sty>li.active>a:hover,
.new_sty>li.active>a:focus {
    border-color: transparent;
    border-bottom-color: #FF8B08;
    border-width: 0 0 3.3px;
}
.new_sty-modal {
    padding: 0px;
    padding-top: 15px;
    padding-left: 15px;
}
.new_sty>li>a:hover,
.new_sty>li>a:focus {
    background: none;
    border-color: transparent;
}
.new_sty>li>a {
    border: transparent;
}
.ac-new_sty {
    color: #696969;
}
.ac-new_sty:hover {
    color: #424242;
}
.button-situation_config {
    margin-top: -35px;
    margin-left: 18px;
}
.check_button-config {
    margin-left: 87px;
    margin-top: 30px;
}
.check_situation-config {
    width: 455px;
}
.input_group-config {
    margin-top: 35px;
    display: block;
    width: 325px;
}
.input_group-config_text {
    width: 323px;
    margin-left: 0px;
    margin-top: 15px;
}
.text_config {
    font-size: 16px;
    opacity: 0.8;
    margin-top: 40px;
}
.text_config-all {
    width: 400px;
    margin-top: 90px;
}
.input-group .only_text-config:last-child {
    border-radius: 4px;
}
.email_config {
    width: 512px;
    background-color: #FF8B08;
    outline: none;
    border: none;
    box-shadow: none;
    border-radius: 4px 4px 0px 0px;
}
.email_config:focus {
    border: none;
    box-shadow: none;
    color: white;
}
.email_config-text {
    width: 512px;
    height: 250px;
    border-radius: 0px 0px 4px 4px;
    border-width: 0px 1px 0.6px;
}
.email_config-text:focus {
    outline: none;
    box-shadow: none;
}
.switch-config-organize {
    margin-left: 10px;
}
.pull_right-config {
    margin-top: 15px;
}
.text_config-all_edit {
    margin-top: 50px;
    margin-left: -5px;
}
.close-config {
    margin-right: 15px;
}
.modal-header .close-config {
    margin-top: 2px;
}
.btn-group-organization-config {
    float: right;
    margin-top: 170px;
    margin-right: -340px;
}
.modal-config-size {
    min-height: 480px;
}
.collapse-size {
    width: auto;
    margin-top: 5px;
}
.organize-all {
    margin-top: 10px;
}
.define-config {
    width: 530px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
.style-define-t {
    color: red;
}
.config-two-define {
    margin-top: 10px;
}
.tagOne-define-ellipsis {
    max-width: 20ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.heightModalDefine {
    margin-top: 35px !important;
}
.tagTwo-define-ellipsis {
    max-width: 80ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.limitePeriodo {
    color: #696969;
    font-weight: 500 !important;
    opacity: 0.8;
    letter-spacing: .01em;
}
.erroFooter {
    margin-right: 9px;
    line-height: 35px !important;
    border-radius: 2px;
}
.ajusteAlerta {
    width: 413px;
    border-radius: 6px;
    height: auto;
    background-color: #FFEBEE;
}
#ajustePosicao {
    position: absolute;
}
.defineTopo {
    margin-top: 0;
}
/*--- MODAL ALERTA E FEEDBACK TEXTO PADR??O ---*/
.small-body-size {
    width: auto;
}
.modais-extra {
    font-weight: 500 !important;
    font-size: 16px;
    color: #696969;
    opacity: 0.8;
    letter-spacing: .01em;
    margin-top: 20px;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
}
.define-size-alerta {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.title-feedback {
    margin-left: auto;
    margin-right: auto;
    width: 298px;
    margin-top: 15px;
    opacity: 9;
    font-size: 18px;
}
.text-drop-edit {
    float: left;
}
.align-dropdownfe {
    margin-top: -175px;
}
#feedbackMensagem {
    resize: none;
}
.feedback-error {
    font-weight: 500 !important;
    font-size: 14px;
    color: #F44336;
    opacity: 0.8;
    letter-spacing: .01em;
    line-height: 24px;
}
.error-define-three {
    margin-top: 5px;
}
.collapse-define {
    margin-top: -2px;
    padding: 0 !important;
}
/*-- SLIDER AND TEXT --- */
.slider-and-text {
    font-weight: 500 !important;
    font-size: 16px;
    color: #696969;
    opacity: 0.8;
    letter-spacing: .01em;
    line-height: 24px;
    display: inline-block;
    margin-left: 45px;
}
/* ------------------------------- */
/* -- BUTTON GROUPS E-MAIL --*/
.btn-group-organization {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
.btn_default-standard {
    color: #696969;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
}
.btn_default-standard:hover {
    color: #696969;
    border: none;
    text-transform: uppercase;
    background-color: #EEEEEE;
    border-radius: 2px;
}
.btn_default-standard:active:hover,
.btn_default-standard.active:hover,
.btn_default-standard:active:focus,
.btn_default-standard.active:focus {
    color: #696969;
    background-color: rgb(221, 221, 221);
    border: none;
    outline: none;
    border-radius: 2px;
    box-shadow: none;
    transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1), background-color .4s cubic-bezier(.25, .8, .25, 1);
}
.btn_default-standard:focus {
    color: #696969;
    border: none;
    text-transform: uppercase;
    background-color: rgb(221, 221, 221);
    outline: none;
    border-radius: 2px;
    transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1), background-color .4s cubic-bezier(.25, .8, .25, 1);
}
/* ------------------------------- */
/* --- PADR??O BOT??O DESINSTALAR --- */
.button-card-cancel {
    background: none;
    color: #696969;
    font-weight: 500;
    box-shadow: none;
    border: none;
}
.button-card-cancel:active:hover,
.button-card-cancel.active:hover,
.button-card-cancel:active:focus,
.button-card-cancel.active:focus {
    color: #fff;
    background: rgba(218, 218, 218, 0.809);
    border: none;
    color: #424242;
    outline: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.022);
}
.button-card-cancel:focus,
.button-card-cancel.focus {
    background: none;
    color: #424242;
    font-weight: 500;
    width: 240px;
    outline: none;
}
.button-card-cancel:hover {
    background: rgb(235, 235, 235);
    color: #424242;
    font-weight: 500;
    width: 240px;
}
/* ------------------------------- */
/*-- END --- */
/*--- fim das extens?es ---*/
/*--- Nova Consulta do pedido ---*/
.blockDefineAllConsulta {
    width: 100%;
    margin: auto;
}
.cardBodyConsulta {
    width: 100%;
    position: relative;
    height: 500px;
    background: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin-top: 10px;
}
.blockBotaoNovoPedido {
    width: 95%;
    height: 35px;
    margin: auto;
}
.switchConsultaPedido {
    margin-left: 25px;
    margin-top: 10px;
    position: absolute;
}
.switchConsultatextMod {
    margin-left: 125px;
    margin-top: 5px;
}
.switchConsultaPrimary {
    background-color: #43A047 !important;
}
.switchConsultatext {
    font-size: 14px;
}
.consultaBarraFiltros {
    width: 98%;
    margin: auto;
}
.consultaOcultarFiltros {
    border: none;
    text-transform: uppercase;
    color: #1976D2;
    font-weight: 600 !important;
    font-size: 14px;
    margin-top: 15px;
    opacity: 0.7;
}
.consultaOcultarFiltrosRight {
    float: right;
    color: #696969;
    font-weight: 600 !important;
    font-size: 14px;
    opacity: 0.7;
}
/* --- Anima??o coelho
.img-coelho {
    width: 100px;
    height: 100px;
    position: absolute;
    animation-name: example;
    animation-duration: 3.5s;
    margin-left: 750px;
}
@keyframes example {
    0%  {top:-22px;}
    20% {top:-0px;}
}
.img-coelho:hover {
    cursor: pointer;
    margin-top: -20px;
    animation: 5s linear 2s infinite alternate;
}
.img-coelho-teste {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 500px;
    margin-top: 95px;
    width: 100px;
}
.col-lg-12 {
    margin-top: 40px;
}
fim anima??o coelho ---*/
/*--- fim conteudo extra ---*/
/*--- Laudo Tecnico ---*/
.bodyGeral {
    width: 95%;
    margin: auto;
}
.cardLaudo {
    background: white;
    width: 100%;
    height: auto;
    margin: 15px 0 80px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 2px;
}
.botaoPesquisaFiltro {
    margin-left: 0 !important;
}
.botaoEnviarPorEmail {
    margin-top: 10px;
}
.containerLaudo {
    width: auto;
}
.tableTest {
    display: inline-block;
}
.bodyModalPadrao {
    width: 560px;
    margin: -10px auto auto auto;
}
.numeroLaudo {
    display: inline-block;
    margin-left: 280px;
    color: #696969;
}
.tituloDemoModalPadrao {
    font-family: 'Roboto Medium';
    font-weight: 500;
    opacity: 0.7;
    display: inline-block;
    margin-left: 33px;
    color: #696969;
}
.subTituloDemoModalPadrao {
    margin: 0 0 20px 15px !important;
}
.headerDemoModalPadrao {
    border: none;
    margin-top: 10px;
}
.footerDemoModalPadrao {
    border: none;
    padding: 10px;
}
.botoesFooterDemoModalPadrao {
    margin-right: 20px;
    margin-bottom: 15px !important;
}
.rowCheckboxPadrao {
    width: 10px;
}
.checkboxPadrao {
    margin-left: 15px !important;
    margin-right: 15px !important;
    height: 16px;
    width: 16px;
    background-color: #eee;
}
.labelCheckboxPadrao {
    margin-bottom: 0px !important;
}
.tipoDataPadrao {
    width: 227px !important;
}
.grupoParamentrosAnalise {
    font-weight: 500;
    height: 250px;
}
.titulosParametros {
    font-weight: 500;
    font-size: 16px;
    color: #696969;
    margin-left: 15px;
}
.dropdownModalLaudo {
    margin-left: 50px;
    display: inline-block;
}
.estiloLabelPadrao {
    font-weight: 500;
}
.laudoColPadraoCaledario {
    margin-top: 25px;
}
.laudoListaGrupo {
    height: 130px;
}
.labelEstiloDois {
    text-transform: none;
    opacity: none;
}
.laudoFormGroupEsquerda {
    padding: 0;
}
.padraoParametrosAnalise {
    margin-top: 20px !important;
}
.iconModalFeedback {
    width: 15%;
    height: auto;
    margin: 20px auto auto auto;
}
.laudoFraseExcluir {
    font-size: 16px;
    letter-spacing: .01em;
    text-align: center;
    margin: 20px auto auto auto;
}
.iconExcluirLaudo {
    font-size: 100px;
    margin-left: 40% !important;
    margin-top: 20px;
    opacity: 0.6;
}
.iconeLaudoExcluir {
    opacity: 0.6;
    margin-right: auto;
    font-size: 90px;
    opacity: 0.5;
    margin-left: 40%;
    margin-top: 20px;
}
.laudoTextoExcluir {
    font-family: "Roboto Medium";
    font-weight: 500;
}
.alteraPaddings {
    padding: 0px 30px 0px 0px;
}
.textoAdicionarNovoParametroLaudo {
    font-family: "Roboto Medium";
    font-weight: 500;
    color: #696969;
    text-align: center;
}
.popoverLaudo {
    display: block;
    margin: -25px 20px 0 275px;
}
.alteraPaddingProduto {
    padding: 6px;
}

/* FIM DO LAUDO */
/* DROPDOWN PADR??O */
.dropdownPadrao>.dropdown-toggle {
    border-width: 0 0 1.4px;
    box-sizing: border-box;
    background: none;
    order: 2;
    outline: none;
    border-radius: 0px;
    font-weight: 500;
    color: #696969;
    border-color: #BDBDBD;
    width: 227px;
}
.dropdownPadrao>.dropdown-toggle:focus {
    background: none;
    border-width: 0 0 1.5px;
}
.dropdownPadrao.open>.dropdown-toggle.btn-default:hover,
.dropdownPadrao.open>.dropdown-toggle.btn-default:focus,
.dropdownPadrao.open>.dropdown-toggle.btn-default.focus {
    border-color: #1565C0;
    background: none;
    outline: none;
    order: 2;
}
.caretPadrao {
    margin-right: -160px;
}
.textoBotaoDropdownPadrao {
    float: left;
    margin-left: -10px;
    opacity: 0.8;
}
.openDropdownPadrao {
    margin-top: -35px;
    width: 230px;
}
.dropdownPadrao>.dropdown-menu>li>a {
    font-family: "Roboto";
    font-weight: 400;
    text-align: center;
    padding: 8px;
}
.dropdownPadrao>.dropdown-menu>li>a:hover {
    background-color: #EEEEEE;
}
/* FIM DROPDOWN PADR??O */
/* limitando altura do box */
.parametrosAnalise {
    height: 250px;
    overflow: auto;
    max-width: 500px;
    margin: auto;
}
/* configurando scroll */
.parametrosAnalise::-webkit-scrollbar {
    width: 4px;
    background: #f4f3f1;
}
.parametrosAnalise::-webkit-scrollbar-track {
    background: rgb(221, 221, 221);
}
.parametrosAnalise::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #bababa;
}
textarea {
    resize: none;
}
.modal-header, .modal-footer {
    border: none;
}
.fieldset {
    padding: 20px 20px 0px 0px;
    position: relative;
    max-height: none !important;
}
.modal-fluid {
    width: 80%;
}
.container-fluid label {
    display: block;
}
.container-fluid label,
table.table th,
table.table td {
    font-family: "Roboto Medium";
    font-weight: 500;
    color: #696969;
}
table.table th {
    color: #424242;
}
table.table td {
    font-family: "Roboto";
    font-weight: 400;
}
.modal-content label,
.modal-content h4 {
    font-family: "Roboto Medium";
    font-weight: 500;
    color: #696969;
}
/* -- PADR?ES DO SISTEMA 2018/B ---*/
.fullWidthSelectPadrao {
    width: 100% !important;
}
.titulosPadrao {
    font-family: "Roboto Medium";
    font-weight: 500;
    color: #696969;
    font-size: 18px;
}
.textoApoioAposTitulo {
    font-family: "Roboto Medium";
    font-weight: 500;
    color: #696969;
    font-size: 16px;
}
.textoAposTituloPadrao {
    font-family: "Roboto";
    font-weight: 400;
    color: #696969;
    font-size: 16px;
    margin-bottom: 25px;
}
.card {
    border-radius: 4px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    transition: .2s transform cubic-bezier(.155, 1.105, .295, 1.12), .2s box-shadow, .2s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
    cursor: pointer;
}
.card:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}
.panelPadrao {
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
}
.panelPadrao input[type="search"] {}
.paddingBottompadrao {
    padding-bottom: 15px;
}
.nav-pills>li>a {
    border-radius: 0;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: #1E88E5;
}
.ajustaFeedbackErroModalFooterPagamento {
    float: left;
}
.fa-university {
    opacity: 0.7;
}
.padraoModalScroll {
    max-height: 525px;
    overflow-y: auto;
}
.hoverBlocoPadrao:hover {
    background: #E0E0E0;
    border-radius: 5px;
}
.botaoDropdownPadrao {
    font-family: "Roboto Medium";
    font-weight: 500;
    color: #696969;
    border: none;
    outline: none;
    background: none;
}
.checkboxTabelaPadrao {
    margin: 0;
}
/*-- DESIGN SYSTEM ---*/
body .container-lPadraoDs {
    background: none;
    padding: 10px 30px 0 30px;
    color: #696969 !important;
}
.rowPadraoPaginaPrincipal {
    margin: 20px -15px 0 -15px;
}
.rowPadraoModal {
    padding-top: 20px;
}
.dropdown-menuPadrao {
    top: 60%;
    left: 50%
}
.btn-groupPadrao {
    float: right;
}
.labelPadrao {
    font-family: "Roboto Medium";
    font-weight: 500;
    color: #696969;
}
/* -- FIM PADR?ES DO SISTEMA 2018/B -- */
/* -- WMS -- */
/* -- CONFIGURADOR -- */
.nomeNivelConfigurador {
    font-family: "Roboto Medium";
    font-weight: 500;
    font-size: 16px;
}
.statusPanelConfiguradorSucessor .panel-body {
    z-index: 1;
    position: relative;
    background: #fff;
}
.addNivelSucessor {
    margin-top: -25px;
    font-size: 23px;
    color: #757575;
    float: right;
    margin-right: -20px;
    cursor: pointer;
    opacity: 0.7;
}
.addNivelSucessor:hover {
    opacity: 1;
    transition: ease all 0.3s;
}
.labelNiveis {
    color: #696969;
    display: inline-grid;
}
.labelNivelAntecessor {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 14px;
}
.labelNivelSucessor {
    font-size: 16px;
    font-family: "Roboto Medium";
    font-weight: 500;
}
.trocarArmazemConfigurador {
    padding-left: 10px;
}
/* -- FIM CONFIGURADOR -- */
/* -- FIM WMS -- */
/* -- PAGAMENTO ELETR?NICO -- */
.estilizaTituloFiltrarPagamento {
    margin-top: 30px;
}

.panel-body .table {
    margin-bottom: 0px;
}
.BotaoEnviarParaConferencia {
    float: right;
    margin-bottom: 100px;
}
.blocosInternoValoresSaldos {
    text-align: center;
}
.blocoValorPagar {
    float: right;
}
.verdeValorPagar {
    width: 10px;
    height: 20;
    color: green;
}
.filtroPagamentoDatas {
    margin-top: 4%;
    display: inline-block;
}
.bodyFooterPagamentoEletronico {
    margin-bottom: 0 !important;
}

.panel-body>.col-md-8>h1 {
    font-family: "Roboto Medium";
    font-weight: 500;
    color: #696969;
    font-size: 16px;
    margin-top: 0 !important;
}
.panel-body>.col-md-8>h2,
.panel-body>.col-md-8>h3 {
    font-family: "Roboto Medium";
    font-weight: 500;
    color: #696969;
    font-size: 14px;
    margin-top: 0 !important;
    opacity: 0.8;
}
.imagemContaFixerFooter {
    max-width: 65px;
    margin-top: 7px;
}
.infoBancoFooter {
    font-family: "Roboto Medium";
    font-weight: 500;
    color: #696969;
    float: left;
    display: inline-flex;
}
.conteudoContaSelecionadaFooter {
    display: inline-grid;
    margin: 0 0 0 10px;
}
.conteudoInfoBancoFooter {
    display: inline-block;
    float: left;
    margin-bottom: 0 !important;
}
.tituloDescricaoModalDadosBoleto {
    font-family: "Roboto";
    font-weight: 400;
    float: right;
    font-size: 16px;
    color: #696969;
    float: left;
}
.card {
    border-radius: 4px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    transition: .2s transform cubic-bezier(.155, 1.105, .295, 1.12), .2s box-shadow, .2s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
    cursor: pointer;
}
.card:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}
.panelPadrao {
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
}
.panelPadrao .blocoConsultaRapida {
    width: 100%;
}
.paddingBottompadrao {
    padding-bottom: 15px;
}
.nav-pills>li>a {
    border-radius: 0;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: #1E88E5;
}
.ajustaFeedbackErroModalFooterPagamento {
    float: left;
}
.fa-university {
    opacity: 0.7;
}
.padraoModalScroll {
    max-height: 525px;
    overflow-y: auto;
}
.hoverBlocoPadrao:hover {
    background: #E0E0E0;
    border-radius: 5px;
}
.botaoDropdownPadrao {
    font-family: "Roboto Medium";
    font-weight: 500;
    color: #696969;
    border: none;
    outline: none;
    background: none;
}
.checkboxTabelaPadrao {
    margin: 0;
}
/*-- DESIGN SYSTEM ---*/
body .container-lPadraoDs {
    background: none;
    padding: 10px 30px 0 30px;
    color: #696969 !important;
}
.rowPadraoPaginaPrincipal {
    margin: 20px -15px 0 -15px;
}
.rowPadraoModal {
    padding-top: 20px;
}
.dropdown-menuPadrao {
    top: 60%;
    left: 50%
}
.btn-groupPadrao {
    float: right;
}
.labelPadrao {
    font-family: "Roboto Medium";
    font-weight: 500;
    color: #696969;
}
/* -- FIM PADR?ES DO SISTEMA 2018/B -- */
/* -- WMS -- */
/* -- CONFIGURADOR -- */
.statusPanelConfiguradorAntecessor {
    border-left-width: 5px;
    border-left-color: #A5D6A7;
    position: relative;
    z-index: 1;
}
.statusPanelConfiguradorSucessor {
    border-left-width: 5px;
    border-left-color: #43A047;
}
.statusPanelConfiguradorInativo {
    border-left-width: 5px;
    border-left-color: #757575;
}
/*
.statusPanelConfiguradorSucessor::before {
    content: '';
    width: 100%;
    height: 50%;
    border-left: solid 4px #1e88e5;
    display: block;
    position: absolute;
    right: -50%;
    top: -50%;
    z-index: 0;
}
@media screen and (min-width: 992px) {
    .statusPanelConfiguradorSucessor::before {
        width: 80%;
        top: -30%;
        border-left: solid 4px #1e88e5;
        border-bottom: solid 4px #1e88e5;
        right: 30%;
    }
}
*/
.statusPanelConfiguradorSucessor .panel-body {
    z-index: 1;
    position: relative;
    background: #fff;
}
.addNivelSucessor {
    margin-top: -25px;
    font-size: 23px;
    color: #757575;
    float: right;
    margin-right: -25px;
    cursor: pointer;
}
.labelNiveis {
    color: #696969;
    display: inline-grid;
}
.labelNivelAntecessor {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 14px;
}
.labelNivelSucessor {
    font-size: 16px;
    font-family: "Roboto Medium";
    font-weight: 500;
}
.trocarArmazemConfigurador {
    padding-left: 10px;
}
/* -- FIM CONFIGURADOR -- */
/* -- FIM WMS -- */

.badge-blue, .badge-orange, .badge-red, .badge-yellow, .badge-green, .badge-gray {
	width: 15px;
	height: 15px;
}

.badge-blue {
    background-color: #2196F3;
}

.badge-orange {
    background-color: #FF9800;
}

.badge-red {
    background-color: #F44336;
}

.badge-yellow {
    background-color: #FFC107;
}

.badge-green {
    background-color: #4CAF50;
}

.badge-gray {
    background-color: #9E9E9E;
}

.textoModalPadrao {
    font-size: 16px;
    color: #696969;
    padding-bottom: 20px;
}

.alignTextStatusConsulta {
    display: inline-flex;
}

.subtitleModal {
    color: #757575;
    font-size: 16px;
    font-family: "Roboto Medium";
    font-weight: 500;
}

.textModal {
    color: #757575;
    font-size: 16px;
}

.modalAssuntoEmail {
    margin-top: 30px;
}
.filtroConsultaPedido {
    margin: 10px 0 20px -20px;
}

.botoesAcoesEmMassa {
    margin-top: 10px;
    float: right;
}

.marginRight {
    margin-right: 15px;
}

.iconStatusNotaFiscalAutorizada {
    color: #43A047;
    font-size: 20px;
}

.iconStatusNotaFiscalRejeitada {
    color: #E53935;
    font-size: 20px;
}

.paddingLeftDefault {
    padding-left: 10px;
}

.zeraPaddingLeft {
    padding-left: 0;
}

.zeraPaddingRight {
    padding-right: 0;
}

.tituloCardBannerConsultaBeta {
    color: #FB8C00;
}

.textoCardBannerConsultaBeta {
    font-size: 12px;
    color: #696969;
}

.botaoCardBannerConsultaBeta {
    background: #FB8C00;
    width: 100%;
    text-transform: uppercase;
    margin-top: 10px;
}

.imgCardBannerConsultaBeta {
    margin-top: 23px;
}

.imgTristeRetornoConsultaBeta {
    width: 40%;
    margin-left: 30%;
    margin-bottom: 10px;
}

.conteudoModalRetornoConsultaAntiga {
    font-size: 16px;
    font-family: Roboto Medium;
    color: #696969;
    text-align: center;
}

.TextoRadioFeedbackConsultaNova {
    font-family: "Roboto";
    margin-bottom: 40px;
    margin-top: 40px;
}

.dialogoFeedbackConsultaNova {
    margin-top: 10px;
    height: 120px!important;
}

.textoDialogoFeedbackConsultaNova {
    font-family: Roboto Medium;
    margin-top: 20px;
    font-size: 14px;
    color: #696969;
}

.marginBotton5pxDefault {
    margin-bottom: 5px!important;
}

/* -- PAGAMENTO ELETR?NICO -- */
.panelPadrao .blocoConsultaRapida .ui-select-bootstrap>.ui-select-match>.btn,
.panelPadrao .blocoConsultaRapida .ui-select-bootstrap input {
    height: 34px;
    line-height: 2.3;
    text-indent: 10px;
    width: 100% !important;
}
.panelPadrao .blocoConsultaRapida .text-muted {
    font-size: 14px;
    line-height: 2.4;
}
.estilizaTituloFiltrarPagamento {
    margin-top: 30px;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
    border-top: 0;
    padding: 12px 8px;
}
.panel-body>.table {
    margin-bottom: 0px;
}
.BotaoEnviarParaConferencia {
    float: right;
    margin-bottom: 100px;
}
.blocosInternoValoresSaldos {
    text-align: center;
}
.blocoValorPagar {
    float: right;
}
.verdeValorPagar {
    width: 10px;
    height: 20;
    color: green;
}
.filtroPagamentoDatas {
    margin-top: 4%;
    display: inline-block;
}

.botaoLimparFiltros {
    float: right;
    font-family: "Roboto Medium";
    font-weight: 500;
    border: none;
    text-transform: uppercase;
    color: #696969;
    opacity: 0.8;
}
.footerFixadoBottom {
    margin-left: 73px;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: white;
    color: white;
    text-align: center;
    z-index: 999;
    padding-right: 73px;
}
.bodyFooterPagamentoEletronico {
    margin-bottom: 0 !important;
}
.botaoSelecionarConta {
    margin-top: 18px;
}
.botaoEnviarPagamento {
    float: right;
    margin-top: 18px;
}
.botaoEnviarPagamento:focus {
    outline: none;
}
.panel-body>.col-md-8>h1 {
    font-family: "Roboto Medium";
    font-weight: 500;
    color: #696969;
    font-size: 16px;
    margin-top: 0 !important;
}
.panel-body>.col-md-8>h2,
.panel-body>.col-md-8>h3 {
    font-family: "Roboto Medium";
    font-weight: 500;
    color: #696969;
    font-size: 14px;
    margin-top: 0 !important;
    opacity: 0.8;
}
.imagemContaFixerFooter {
    max-width: 65px;
    margin-top: 7px;
}
.infoBancoFooter {
    font-family: "Roboto Medium";
    font-weight: 500;
    color: #696969;
    float: left;
    display: inline-flex;
}
.conteudoContaSelecionadaFooter {
    display: inline-grid;
    margin: 0 0 0 10px;
}
.conteudoInfoBancoFooter {
    display: inline-block;
    float: left;
    margin-bottom: 0 !important;
}
.tituloDescricaoModalDadosBoleto {
    font-family: "Roboto";
    font-weight: 400;
    float: right;
    font-size: 16px;
    color: #696969;
    float: left;
    margin-top: 10px;
}
.valorDescricaoModalDadosBoelto {
    font-family: "Roboto Medium";
    font-weight: 500;
    font-size: 16px;
    color: #696969;
}
.secaoValorTotalModalDadosBoleto {
    display: inline-grid;
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #43A047;
    margin-top: 10px;
    padding: 10px 0 0 10px;
}
.imgSemBancoAtivoPagamentoEletronico {
    text-align: center;
}
.imgSemBancoPagamentoEletronico {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.secaoValoresSaldos {
    display: inline-grid;
    color: #696969;
    font-family: "Roboto Medium";
    font-weight: 500;
    float: left;
}
.tituloDescricaoFooter {
    font-size: 16px;
}
.valorDescricaoFooter {
    font-family: "Roboto";
    font-weight: 400;
    display: inline-flex;
}
.borderValorTotal {
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #43A047;
    padding: 10px;
}
.marginValorTotalTituloModal {
    margin: 20px 0 0 0;
}
.paddingOutrosValores {
    padding: 10px;
}
.trocarContaBancoPagamento:hover {
    cursor: pointer;
}
.paddingHoverBlocoPadrao {
    padding: 0 13px 0 5px;
}
.paddingHoverBlocoPadrao:hover {
    padding: 0 13px 0 5px;
}

/* -- FIM PAGAMENTO ELETR??NICO -- */

.iconMaisProdutoNfXml {
    margin-left: 5px;
}

.linhaSeparacaoBloco {
    border: 1px solid #E0E0E0;
    position: absolute;
    left: 2%;
    width: 96%;
    margin: 20px 0 20px 0;
}






/* -- IBPT -- */

.btnTestarToken {
    float: right;
    margin: 10px 0 0 0;
}

.ng-isolate-scope > .steps-1 {
    opacity: -0.7;
}
/* ANIMA????ES */
@-webkit-keyframes slide-tr {
    0% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
    100% {
        -webkit-transform: translateY(-100px) translateX(100px);
        transform: translateY(-100px) translateX(100px);
    }
}
@keyframes slide-tr {
    0% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
    100% {
        -webkit-transform: translateY(-100px) translateX(100px);
        transform: translateY(-100px) translateX(100px);
    }
}
@-webkit-keyframes fade-out-tr {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50px) translateY(-50px);
        transform: translateX(50px) translateY(-50px);
        opacity: 0;
    }
}
@keyframes fade-out-tr {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50px) translateY(-50px);
        transform: translateX(50px) translateY(-50px);
        opacity: 0;
    }
}
@-webkit-keyframes slide-out-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
}
@keyframes slide-out-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
}
@keyframes tick-visible {
    100% {
        opacity: 1;
    }
}
/* FIM ANIMA????ES */

/*--- ajustes breakpoints ---*/
@media (min-width: 768px) {
    .container {
        padding-top: 15px;
    }
}
@media (max-width: 1500px) {
    #caixaPesquisa {
        width: 40% !important;
    }
}
@media (max-width: 1280px) {
    #caixaPesquisa {
        width: 35% !important;
    }

	#menuEmpresa {
        padding-right: 50px;
    }
}
@media (max-width: 1199px) {
    #painelBordo .panel-body i.fa-3x {
        font-size: 1.3em;
    }
    .rowIndicadorNumero {
        height: unset;
        margin-top: -18px;
        top: 12px;
    }
    .valorIndicadorNumero {
        font-size: 1.1em;
    }
}
@media (max-width: 1024px) {
    #caixaPesquisa {
        left: 0;
        margin-left: 1%;
        margin-right: 0;
        position: fixed;
        top: 0;
        width: 63% !important;
    }
    .bannerFidelizacaoVisaoGeral {
        overflow: hidden;
        text-align: center;
    }
    .bannerFidelizacaoVisaoGeral img {
        width: 100%;
    }
}
@media (max-width: 768px) {
    #arquivoNotificacoes span.badge {
        float: left;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    body {
        padding-top: 120px;
    }
    header .navbar-right {
        margin-right: -15px;
    }
    .container .row {
        margin-bottom: 0;
    }
    .navbar-fixed-top {
        position: absolute;
    }
    .navModulos {
        background-color: rgba(255, 139, 8, 1) !important;
    }
    #menuEmpresa a,
    .navbar-inverse .navbar-nav>li>a {
        height: auto;
    }
    .branco-cinza .navbar-inverse,
    .branco-laranja .navbar-inverse {
        border-bottom: 1px solid #dedede;
    }
    .navbar-inverse .navbar-collapse {
        background-color: #7d7d7d;
    }
    .branco-cinza .navbar-toggle {
        background-color: #7d7d7d;
        border-color: transparent;
    }
    .branco-laranja .navbar-toggle {
        background-color: #ff8b08;
        border-color: transparent;
    }
    .branco-cinza #menuEmpresa a,
    .branco-cinza .navbar-inverse .navbar-nav>li>a,
    .branco-laranja #menuEmpresa a,
    .branco-laranja .navbar-inverse .navbar-nav>li>a {
        color: #fff !important;
    }
    .navbar-fixed-top .navbar-collapse {
        max-height: 400px !important;
        z-index: 2;
    }
    .iconeNavModulos {
        display: inline;
        margin-right: 5px;
        text-align: left;
    }
    .navbar .numeroNotificacao {
        left: 35px;
        right: auto;
        top: 5px;
    }
    #menuFavoritos>a {
        padding-left: 15px;
        padding-right: 50px;
    }
    .tituloFavorito {
        width: 90%;
    }
    .caminhoFavorito {
        clear: both;
    }
    #menuEmpresa {
        margin: 0;
        position: relative;
        text-align: left;
        width: 100%;
    }
    #menuEmpresa a {
        padding: 15px 0 0;
    }
    #menuEmpresa a:hover,
    #menuEmpresa a:focus {
        background-color: transparent !important;
        color: white !important;
    }
    #menuEmpresa.ocultaOpacity {
        opacity: 1 !important;
    }
    #menuUsuario {
        max-width: 100%;
    }
    .usuarioNavbar {
        display: inline-block;
        vertical-align: bottom;
    }
    #menuUsuario .dropdown-menu {
        background-color: #fff;
    }
    #caixaPesquisa {
        left: 50px;
        top: 98px;
        width: 90% !important;
        z-index: 1;
    }
    .mega-menu {
        position: static !important;
    }
    .mega-menu,
    .mega-menu ul,
    .mega-menu .row {
        width: 100% !important;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
    }
    #navNotificacoes li {
        padding: 0 5px;
    }
    .localListaEmpresa {
        max-width: 52%;
    }
    .colunaPerfil {
        margin-top: 30px;
    }
    #caixaSelecaoPeriodo.hidden+#botaoAtualizarPainelBordo {
        margin-top: 0;
    }
    #botaoAtualizarPainelBordo {
        margin-top: 15px;
    }
}
@media (max-width: 720px) {
    .rowIndicadorNumero {
        margin-top: -15px;
    }
    .valorIndicadorNumero {
        font-size: 1.5em;
        font-weight: 500;
    }
}
@media (max-width: 488px) {
    #caixaPesquisa {
        width: 83% !important;
        right: 0;
    }
}
@media (max-width: 470px) {
    #buttonAdicionarIndicador {
        margin-top: 15px;
    }
    #painelBordo h3 {
        font-size: 22px;
    }
}
@media (max-width: 360px) {
    .listaModalSelEmpresa li {
        float: none;
        width: 98% !important;
    }
}
@media (max-height: 834px) {
    body.telaLogin {
        padding-top: 55px;
    }
}
@media (max-height: 768px) {
    body.telaLogin {
        padding-top: 0;
    }
    #botaoLogin {
        font-size: 1.1em;
        padding: 5px 10px;
        width: 150px;
    }
    .input-group-lg>.form-control,
    .input-group-lg>.input-group-addon,
    .input-group-lg>.input-group-btn>.btn {
        font-size: 1em;
        height: 41px;
    }
}
@media (max-height: 674px) {
    .container .row {
        margin-bottom: 15px;
    }
    .telaLogin .redesSociais li {
        margin-bottom: 20px;
    }
    footer address {
        margin-bottom: 0px;
    }
    .alert {
        padding: 10px;
    }
}
@media (min-height: 361px) {
    #modalSelEmpresa .modalBodySelecaoEmpresa,
    #modalSelIndicador .modal-body {
        min-height: 490px;
    }
    .listaModalSelEmpresa,
    .listaModalSelIndicador {
        height: 322px;
        margin-bottom: 8px;
        overflow: hidden;
    }
}
.element-inline {
    display: inline-block;
}
/* --- Placeholder -- */
/* Chrome, Safari, Opera */
.email_config::-webkit-input-placeholder {
    color: white;
}
/* Firefox 18- */
.email_config:-moz-placeholder {
    color: white;
}
/* Firefox 19+ */
.email_config::-moz-placeholder {
    color: white;
}
/* IE10+ */
.email_config:-ms-input-placeholder {
    color: white;
}
/* Chrome, Safari, Opera */
.email_config-text::-webkit-input-placeholder {
    margin-top: -150px;
}
/* Firefox 18- */
.email_config-text:-moz-placeholder {
    margin-top: -50px;
}
/* Firefox 19+ */
.email_config-text::-moz-placeholder {
    margin-top: -50px;
}
/* IE10+ */
.email_config-text:-ms-input-placeholder {
    margin-top: -50px;
}
/* Chrome, Safari, Opera */
.email_config-one::-webkit-input-placeholder {
    color: #696969;
    opacity: 0.7;
}
/* Firefox 18- */
.email_config-one:-moz-placeholder {
    color: #696969;
    opacity: 0.7;
}
/* Firefox 19+ */
.email_config-one::-moz-placeholder {
    color: #696969;
    opacity: 0.7;
}
/* IE10+ */
.email_config-one:-ms-input-placeholder {
    color: #696969;
    opacity: 0.7;
}
/* Chrome, Safari, Opera */
.email_config-two::-webkit-input-placeholder {
    color: white;
}
/* Firefox 18- */
.email_config-two:-moz-placeholder {
    color: white;
}
/* Firefox 19+ */
.email_config-two::-moz-placeholder {
    color: white;
}
/* IE10+ */
.email_config-two:-ms-input-placeholder {
    color: white;
}
.email_config-one:focus::-webkit-input-placeholder {
    color: transparent;
}
.email_config-one:focus:-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
}
.email_config-one:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
}
.email_config-one:focus:-ms-input-placeholder {
    color: transparent;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 0;
}

.pagination li a {
  color: #696969;
  background: none;
  border: none;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination li a:hover {
  color: white;
  background-color: #1E88E5;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus  {
  background-color: #1E88E5;
}

.table-fixed {
  table-layout:fixed;
}

.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
input[type='checkbox'] {
  cursor:pointer;
}
.media {
  margin-top: 25px;
}
.media-right {
  vertical-align: middle;
}
.timeline h5 {
  margin: 0 0 5px 0;
  font-weight: bold;
  text-transform: capitalize;
}
.timeline small {
  font-size: 75%;
  color: #777;
}
.timeline p {
	margin: 0;
}
.timeline .media-text {
	margin-left: 10px;
	border-left: 3px solid #EB8B6E;
	padding-left: 10px;
}
.timeline .no-user span {
  width: 40px;
  display: block;
}

.no-user {
  background-color: #ccc;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}
.dropdown-menu li a i {
  margin-right: 5px;
}
.pesquisa-sem-resultado {
   background: transparent url("../img/pesquisa-sem-resultado.png") no-repeat;
   background-position: 250px 20px;
   width: 400px;
   min-height: 160px;
   margin: 35px auto 20px;
   padding: 20px 30px;
   border: 1px solid #ddd;
   border-radius: 5px;
   box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
}
.logo-serasa, .logo-certsign, .logo-valid, .logo-caixa {
	width: 110px;
	height: 50px;
	display:block;
}
.logo-serasa {
  background: url("../img/serasa-icon.png") no-repeat;
}
.logo-certsign {
  background: url("../img/certsign-icon.png") no-repeat;
}
.logo-valid {
  background: url("../img/valid-icon.png") no-repeat;	
}
.logo-caixa {
  background: url("../img/caixa-icon.png") no-repeat;
}

  .img-comentario {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-35%, 25%);
  }

  .padding-top-15 {
      padding-top: 15px;
  }

  #paperClipComentario {
      transform : rotate(90deg);
  }
