@media screen and (min-width: 768px) {
    #logoNav {
        /*width: 30%;*/
        height: 100%;
    }
}

@media screen and (max-width: 768px) {
    #logoNav {
        width: 50%; 
        height: 100%;
    }
}

/*@media screen and (max-width: 991px) {
    #btnNav {
        margin-top: 5px; 
    }
}*/

/*.border-nav-navbar {
    border-top: 5px solid rgb(45,168,54);
    position: fixed !important;
}

.px-navbar, .px-navbar .dropdown-menu, .px-navbar .dropdown-multi-column, .px-navbar .navbar-collapse {
    background: #ddd !important;
}

.px-nav-toggle {
    color: #626b7a;
    background: #ddd !important;
}

.px-nav-toggle .navbar-toggle-icon, .px-nav-toggle .navbar-toggle-icon::after, .px-nav-toggle .navbar-toggle-icon::before {
    background: #626b7a;
}

.px-navbar .navbar-header {
    background: #ddd !important;
}

.px-navbar, .px-navbar .dropdown-menu a, .px-navbar .navbar-nav a {
    color: #000;
    font-size: 16px;
}

.px-navbar, .px-navbar .dropdown-menu a, .px-navbar .navbar-nav a.menu-dropdown-navbar {
    font-size: 13px;
}*/

.pedidos {
    font-size: 18px;
    padding: 10px !important;
    padding-top: 40px !important;
}

.dia-pedido {
    font-size: 55px;
    font-weight: bold;
    margin-top: -15px;
}

.mesAno-pedido {
    font-size: 14px;
    display: block;
    font-weight: 500;
    margin-top: -15px;
}

.status-pedido {
    font-size: 18px;
}

.valor-pedido {
    font-size: 18px;
}

.border-round-info-identity {
    border-radius: 20px;
}

.panel-exibir-info-identity {
    margin-bottom: 0 !important;
}

.panel-title>a>span {
    font-weight: bold;
    font-size: 18px;
}

strong>a>i.fa-trash-o {
    font-size: 25px;
    color: brown;
}

.modal-padding{
    margin-top: 10px;
    padding: 15px;
}

.insereCustoUsuario {
    color: #337ab7;
    position: relative;
    top: 8px;
}

.px-nav-icon {
    font-size: 20px !important;
}

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

.icon-edit {
    font-size: 24px;
    /*color: rgb(45, 168, 54);*/
    color: #414551;
}

.tooltip-inner {
    font-size: 14px;
}

.bg-primary-payment {
    padding: 10px;
}

#valorTotalPn {
    font-size: 18px;
}

@media (max-width: 992px) {
    .modal-lg {
        width: 600px;
    }
}

@media (max-width: 753px) {
    .modal-dialog {
        width: 400px;
    }
}

.pointer-click {
    cursor: pointer;
}

.btn-acessar, .btn-primary {
    background: #414551;
    border-color: #414551;
    color: #ffffff;
}

.label-info-valid {
    background: #20B9D7;
    border-color: #20B9D7;
}

.fundo-nav {
    background: #414551 !important;
}

.panel-login {
    background-color: #414551;
}

.text-white {
    color: #ffffff !important;
}

.text-blue {
    color: #20B9D7 !important;
}

.btn-login {
    background: #20B9D7;
    border-color: #20B9D7;
    color: #ffffff;
}

.btn:hover {
    background: #20B9D7;
    border-color: #20B9D7;
}

.btn-login:hover {
    background: #DADADA;
    border-color: #DADADA;
    color: #242830;
}

.panel-dark > .panel-heading > h4 > a, .nav.nav-tabs>li.active>a {
    background: #414551 !important;
    border-color: #414551 !important;
}

.panel-group .panel-success.panel-dark>.panel-collapse>.panel-body, .panel-success.panel-dark, .nav.nav-tabs>li.active>a {
    border-color: #414551 !important;
}

.dz-upload-icon, .bg-success {
    background-color: #414551 !important;
}

.nav.nav-tabs>li.active>a { 
    color: #ffffff;
}

.nav.nav-tabs>li.active>a:hover { 
    color: #ffffff;
}

.px-nav-tooltip {
    background:#414551 !important;
    color:#fff
}

.px-nav-tooltip:before {
    border-right-color:#414551 !important;
}

.px-nav-tooltip:before {
    border-left-color:#414551 !important;
}

.table-primary thead th, .table-primary thead tr, .table-success .table-header, .table-success thead tr, .table-success thead th {
    background: #414551 !important;
}

.table-primary .table-header, .table-primary thead, .table-primary thead th, .table-primary thead tr, .table-success .table-header, .table-success thead tr, .table-success thead th {
    border-color:#ffffff !important;
}

.table-success .table {
    border-color:#ffffff !important;
}

p strong {
    color: #414551 !important;
}

.pagination>li.active>a, .pagination>li.active>a:active, .pagination>li.active>a:focus, .pagination>li.active>a:hover, .pagination>li.active>span {
    background:#414551 !important;
    color:#fff;
    border-color: #414551 !important;
}

input:focus, select:focus {
    border-color: #414551 !important;
}

.alert-warning {
    background-color: rgb(218,218,218) !important;
}

.alert-warning strong {
    color: #414551;
    font-weight: 200;
}

.titulo-home {
    color: #414551;
    font-weight: 400;
}