body {
    padding-top: 60px;
    /*background: url(../images/fundo.jpg) center center fixed;*/
    background-color: #67778e;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #242a30;
    padding-right: 0px !important;
}

body p {
    color: #FFFFFF;
}

label,
legend,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #FFFFFF;
}

label {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0px;
    width: 100%;
}

.text-top>label {
    white-space: inherit;
}

.label-warning-total {
    padding: .2em 0em .3em;
}

.label-warning>label {
    margin-bottom: -2px;
}

.label-warning-total {
    border-radius: 0;
}

.h3,
h3 {
    font-size: 20px;
}

.navbar-brand {
    font-size: 16px;
}

.header {
    z-index: 1100;
}

.alert-success {
    color: #3c763d;
}

.alert-success label {
    color: #3c763d;
}

.alert-warning label {
    color: inherit;
}

.alert-info label {
    color: #31708f;
}

#navegacao .caret{
    margin-bottom: 3px!important;
}
/* ==========================================================================
JQUERY BOXES (MENSAGENS)
========================================================================== */

.alert .zzBoxes_overlay {
    z-index: 1200;
}

.alert .zzBoxes_inner {
    z-index: 1201;
}

.modal-dialog {
    z-index: 2000;
}


/* ==========================================================================
MENU DE NAVEGACAO
========================================================================== */

.navbar-brand img {
    width: 30px;
}

.navbar-brand {
    margin-right: 0px;
    padding: 12px 18px;
    width: auto;
}

.nome_usuario {
    text-transform: uppercase;
}

#opcoes {
    display: none;
}

@media(max-width: 991px) {
    .nome_usuario {
        text-overflow: ellipsis;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        vertical-align: middle;
        max-width: 300px;
    }
}

@media(max-width: 768px) {
    #navegacao {
        display: none;
    }
    .navbar-brand {
        font-size: 12px;
    }
    #opcoes {
        display: block;
    }
    .sidebar {
        z-index: 1101;
    }
}


/* ==========================================================================
MENU DE NAVEGACAO EM GUIAS
========================================================================== */

.tab-content {
    padding: 0px;
    padding-top: 15px;
    background: none;
}


/* ==========================================================================
MENU DE NAVEGACAO BARRA DE ROLAGEM
========================================================================== */

.sidebar .barra-rolagem {
    max-height: 100%;
    overflow: auto;
}

.barra-rolagem {
    max-height: 400px;
    overflow: auto;
}

.barra-rolagem::-webkit-scrollbar {
    width: 10px;
}

.barra-rolagem::-webkit-scrollbar {
    width: 5px;
}

.barra-rolagem::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    width: 10px;
    position: absolute;
    top: 95px;
    opacity: 0.4;
    display: block;
    border-radius: 7px;
    z-index: 99;
    right: 1px;
    height: 30px;
}

.barra-rolagem::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 0px;
    background: #242a30;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.barra-rolagem table {
    margin-bottom: 0px;
}

.barra-rolagem-cabecalho table {
    margin-bottom: 0px;
}

.barra-rolagem::-webkit-scrollbar-thumb {
    background: #00ffff;
}


/* ==========================================================================
LOGIN
========================================================================== */

.form-login {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 40px;
    border-radius: 10px;
    background: url(../images/transparente.png) repeat;
    text-align: center;
    color: #ffffff;
}

.form-login input {
    margin-bottom: 10px;
}

.form-login img {
    width: 30%;
}

.form-login a {
    color: #ffffff;
}

#mostrarSenha {
    color: #00447e;
    font-size: 20px;
    cursor: pointer;
    float: right;
    top: -41px;
    margin: 0px 10px -20px;
    display: none;
}

/* ==========================================================================
AVISO DE CAMPO
========================================================================== */

.aviso {
    z-index: 2001;
    background: #ffaaaa;
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    -moz-box-shadow: 0px 2px 2px #888;
    -webkit-box-shadow: 0px 2px 2px #888;
    box-shadow: 0px 2px 2px #888;
}

.aviso-positivo {
    z-index: 2001;
    background: #80FF86;
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    -moz-box-shadow: 0px 2px 2px #888;
    -webkit-box-shadow: 0px 2px 2px #888;
    box-shadow: 0px 2px 2px #888;
}

.seta-cima {
    z-index: 2001;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ffaaaa;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.seta-cima-positivo {
    z-index: 2001;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #80FF86;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.aviso-sucesso {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 20px;
    padding-top: 20px;
    color: #204021;
    z-index: 2001;
}


/* ==========================================================================
AVISO PROTEÇÃO DE DADOS
========================================================================== */

.aviso_dados {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 30px;
    margin-left: -33px
}

.aviso_dados p {
    color: #3E4095;
    font-size: 14px;
}

.aviso_dados h3 {
    color: #3E4095;
    font-weight: bold;
    margin: 0!important;
}

.linha-separador {
    width: 35px;
    border: solid 2px #3e4095;
    border-radius: 25px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: left;
}

.btn-dados {
    border: solid 2px #3e4095;
    padding: 8px 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3e4095;
    font-size: 14px;
    transition: ease all .2s;
    cursor: pointer;
    border-radius: 3px;
}

.btn-dados:hover {
    background: #3e4095;
    color: #fff;
    transition: ease all .2s;
}


/* ==========================================================================
CONTEUDO GERAL TABELAS
========================================================================== */

.table {
    margin-bottom: 0px;
    background: url(../images/transparente.png) repeat;
    margin-bottom: 15px;
    border-radius: 5px;
}

.table input[type="checkbox"] {
    margin-top: -2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background: none;
}

.table-striped>tbody>tr:nth-child(odd)>th {
    background: none;
}

.table-striped>tbody>tr>td {
    background-color: #DADADA
}

.tabela-crud>thead>tr>th {
    color: white;
}

.table>tbody>tr.vermelho>td {
    background-color: #ff7d7d;
}

.table>tbody>tr.verde>td {
    background-color: #73ec71;
}

.table>tbody>tr.amarelo>td {
    background-color: #e8ef81;
}

.table>tbody>tr.azul>td {
    background-color: #8796ff;
}

.table>tbody>tr.laranja>td {
    background-color: #ff9a44;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
    padding: 5px;
    color: #202325;
}

.table {
    white-space: normal;
    width: 100%;
    margin: 0px;
    border-radius: 0px;
}

.table-primary {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
    padding: 5px;
    border: 0px;
    border-bottom: 0px;
}

.table>thead>tr>th {
    border-bottom: 0px !important;
}

.table.fixedHeader-floating thead>tr>th,
.table>tbody+thead>tr>th {
    border-top: none;
    border-bottom-width: 0px!important;
}

table>tbody>tr>td.actions {
    width: 5%;
}

.table-striped>tbody>tr.ativo>td {
    background: #94d699;
}

.cor {
    color: white;
}

tbody>tr:nth-child(odd)>th.titulo-tabela {
    background-color: #191970;
    font-size: 15px;
    color: #ffffff
}

.somente-imprimir {
    display: none;
}

.tabela-filtro {
    background: none;
}

.tabela-filtro tbody>tr>td {
    padding-bottom: 0px;
    padding-top: 0px;
}

.pager {
    margin: 10px 0;
}

.pager .badge {
    margin-top: 3px;
}

.nao-quebra-linha {
    white-space: nowrap;
}

.linha-clicavel {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: 0px;
    }
}

.font-itens {
    font-size: 10px;
    font-style: italic;
}

.glyphicon {
    top: 2px;
}


/* ==========================================================================
TABELAS COM ORDENAÇÃO
========================================================================== */

#myTable>thead>tr>th {
    padding-right: 20px;
}


/* ==========================================================================
CONTEUDO GERAL FORMULARIOS
========================================================================== */

.alinhamento-horizontal {
    padding-top: 2%;
}

.form-control {
    color: #212121;
}

.has-success .form-control {
    border-color: rgb(76, 174, 76);
    border: 3px solid rgb(76, 174, 76)!important;
}

input[type="radio"] {
    margin-top: 2px;
    vertical-align: middle;
}

input[type="checkbox"] {
    margin-top: 0px;
    vertical-align: middle;
}

input[type=checkbox] {
    -ms-transform: scale(1.5);
    /* IE */
    -moz-transform: scale(1.5);
    /* FF */
    -webkit-transform: scale(1.5);
    /* Safari and Chrome */
    -o-transform: scale(1.5);
    /* Opera */
    margin-right: 3px;
    margin-left: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    opacity: 10;
}

.content {
    margin-left: 220px;
    padding: 0px 33px;
}

.titulo-principal {
    border-bottom: 1px solid #e1e6e9;
    margin-bottom: 20px;
    padding-top: 15px;
}

.subtitulo {
    margin-bottom: 10px;
}

.grupo {
    margin-bottom: 10px;
    padding: 15px;
    background: url(../images/transparente.png) repeat;
    border-radius: 5px;
}

.btn-primary {
    background-color: #00447e;
}

.btn-success-escuro {
    background-color: #326332;
    border-color: #428A42;
}

.btn-success-escuro:hover {
    background-color: #295229;
}

@media (max-width: 991px) {
    .btn {
        margin-bottom: 15px;
    }
    .titulo-principal:after {
        display: none;
    }
    .titulo-principal:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .titulo-principal {
        font-size: 24px;
    }
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border: 2px solid #147794;
}

.form-group input[type=text],
.form-group textArea,
.row input[type=text] {
    text-transform: uppercase;
}

.form-group #nomeLogin,
.row #nomeLogin,
.form-group #descricaoLogin,
.row #descricaoLogin {
    text-transform: lowercase;
}

.form-group input[type=email],
.row input[type=email] {
    text-transform: lowercase;
}

.fonte-menor {
    font-size: 9px;
}

.row-same-height {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0px 0px;
}

@media (min-width: 990px) {
    .col-sm-height {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
}


/* ==========================================================================
GRUPO DE BOTOES
========================================================================== */

.theme-panel {
    top: 90px;
    min-width: 200px;
    right: -200px;
}

.theme-panel .theme-collapse-btn {
    font-size: 20px;
    top: 0px;
    margin-top: 0px;
}

@media (max-width: 991px) {
    .btn {
        margin-bottom: 0px;
    }
}

table {
    background-color: #aaa;
}

td {
    padding: 3px 10px;
}


/* ==========================================================================
CHCKBOX E RADIO PERSONALIZADOS
========================================================================== */

.checkbox,
.radio {
    margin-top: 0px;
    margin-bottom: 0px;
}

.checkbox label,
.radio label {
    padding-left: 0px;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
    opacity: .5;
}


/* ==========================================================================
ESTILO DE BOTÃO REDONDO
========================================================================== */

.botao-redondo {
    display: none;
    position: fixed;
    right: 3%;
    z-index: 1000;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}

a.botao-redondo span {
    padding-top: 10px;
}

.botao-redondo.voltar {
    top: 80px;
}

.botao-redondo.imprimir {
    top: 140px;
}


/* ==========================================================================
BOTAO FILE
========================================================================== */

input[type='file'] {
    display: none
}

.nome-arquivo {
    color: #ffffff;
    font-size: 14px;
}


/* ==========================================================================
MENU DE AVISO
========================================================================== */

.media-heading {
    font-weight: 500;
    color: #242a30;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #333;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #333;
}

.dropdown-menu.media-list {
    max-width: 340px;
    padding: 0;
}

.fa-bell-o {
    font-size: 20px;
}

.media-body {
    vertical-align: middle;
}

.badge-notificacao {
    padding-bottom: 1px;
    line-height: 2.25;
}

.dropdown-header {
    margin: 0 0 0px;
}

.dropdown-menu.media-list {
    width: 260px;
    padding: 0;
}

.icone-download {
    font-size: 20px;
}


/* ==========================================================================
MODAL - INICIO
========================================================================== */

.modal {
    z-index: 1100;
}

.modal-content {
    background-color: #9ba5b9;
}

.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    padding-right: 0px !important;
}

.modal-dialog {
    max-width: 500px;
    margin: 80px auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
}

.modal-body {
    color: #000;
}

.modal-body label {
    color: #000;
}

.table-modal {
    background-color: #aaa;
}

.modalCapsLock {
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #b8c6db;
    background-image: linear-gradient(315deg, #b8c6db 0%, #f5f7fa 74%);
    width: 75%;
    margin: 9px auto;
    border-radius: 7px;
    color: #00447e;
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
}


/* ==========================================================================
MODAL - FIM
========================================================================== */

.panel-title {
    font-size: 16px;
}

.cor1 {
    background-color: #5dbc5e;
}

.menu-tabs>ul>li>a {
    height: 60px;
}

.conteudo-promocao {
    background: white;
    width: 320px;
    height: 480px;
    display: block;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 0.5cm;
    margin-top: 0cm;
    box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
}


/* ==========================================================================
CONTROLE DE HREF DESABILITADO
========================================================================== */

a[disabled="disabled"] {
    pointer-events: none;
}

/* ==========================================================================
TELA COMPROVANTE PAGAMENTO
========================================================================== */

.row-aviso-forma-inclusao-pagamento .glyphicon-warning-sign{
    font-size: 29px;
    color: #fb2424;
    display: flex;
    justify-content: center;
}

.row-aviso-forma-inclusao-pagamento{
    margin-top: 15px;
    margin-bottom: 0;
    min-height: 65px;
}

.aviso-forma-inclusao-pagamento{
    color: #fb2424;
    margin-bottom: 0;
}

.alinha-cols-horizontal{
    display: flex;
    align-items: center;
    width: 100%;
}

/* ==========================================================================
TELA GRUPOS/LOJAS
========================================================================== */

.btn-adicionar-remover-tudo{
    width: 40px;
    position: absolute;
    top: 2px;
    right: 18px;
}


/* ==========================================================================
CENTRALIZAR DIV
========================================================================== */

.centraliza-div {
    display: flex;
    justify-content: center;
}