html, body {
    background: #fbfbfb;
    width: 100%;
    height: 100%;
    float: left;
}
.wrap-content{
    width: 100%;
    min-height: 100%;
    float: left;
    /*border:solid red 1px;*/
    padding-bottom: 35px;
}
.footer-custom{
    float: left;
    height: 35px;
    margin-top: -35px;
}
.footer-custom p{
    font-size: 12px;
}
a.bg-amgen:hover, a.bg-amgen:focus,
button.bg-amgen:hover,
button.bg-amgen:focus {
  background-color: #237ad6 !important;
}
.cursor-pointer{
    cursor: pointer;
}
.bg-amgen {
  background-color: #1458a0 !important;
}

.btn-primary{
    background-color: #1458a0;
    border-color: #1458a0;
}
.text-amgen{
    color: #1458a0 !important;
    font-weight: bold;
}
.btn-outline-primary{
    border-color: #1458a0;
    color: #1458a0;
}
.btn-outline-primary:hover{
    background-color: #1458a0;
    border-color: #1458a0;
}
.bg-light-2{
    background: #d6d6d6;
}
.gj-datepicker .gj-icon{
    top: 6px !important;
}
.page-item.active .page-link{
    background-color: #1458a0;
    border-color: #1458a0;
}

#navbar-home .card-img-overlay{
    background-image: url('/img/bg-transparent.png');
}
.bem-vindo{
    color: #1458a0;
    position: relative;
    top: 40%;
    margin-top: -2.5rem;
}
.valores .barra{
    width: 1080px;
    height: auto;
    display: flex;
    background-image: url("/img/barra-branca.png");
    background-position-y: 38px;
    background-repeat: no-repeat;
    background-position-x: 170px;
    background-size: 800px 10px;
}
.valores p{
    font-size: 14px;
}
.text-info{
    color: #0177bf !important;
}
.bg-info{
    background-color: #0177bf !important;
}
.page-item .page-link{
    color: #1458a0;
}

.nav-tabs.border-secondary, .tab-content.border-secondary{
    border-color: #dee2e6 !important;
}
.progresso-pedido{
    height: 50px;
    float: left;
    margin: 0;
    padding: 0;
}
.progresso-pedido li{
    width: 200px;
    height: 10px;
    background: #f2f2f2;
    text-align: left;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
}
.progresso-pedido li.active{
    background-color: #1d68b9;
    z-index: 1000;
}
.progresso-pedido li .circulo{
    width: 150px;
    top: -15px;
    left: 50%;
    margin-left: -75px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}
.progresso-pedido li span{
    font-size: 13px;
    color: #000;
    position: relative;
    top: 30px;
    text-align: center;
}
.progresso-pedido li.inactive .circulo{
    background-image: url("/img/circulo-desmarcado.png");
}
.progresso-pedido li.active .circulo{
    background-image: url("/img/circulo-marcado.png");
}
table.dataTable thead th, table.dataTable.no-footer{
    border-bottom: none;
}
.dataTables_filter input{
    border-radius: 5px;
    border: solid 1px #d6d6d6;
    height: 35px;
}
.dataTable, .dataTable tr, .dataTable th, .dataTable td, .dataTable thead, .dataTable tbody{
    /* border: solid 1px #d6d6d6 !important; */
}
.dataTable{
    /* border-collapse: collapse !important; */
}
table.dataTable, table.dataTable th, table.dataTable td {
    box-sizing: border-box;
}
.dataTables-custom tbody, .dataTables-custom thead, .dataTables-custom tr, .dataTables-custom td{
    /* border: none !important; */
}
td, td p, th {
    white-space: nowrap;
}
.notificacoes-cards .dataTables_length{
    display: none !important;
}
.home-notificacao .box{
    height: 90px;
}
.home-notificacao .box span{
    font-size: 35px;
    line-height: 35px;
    font-weight: bold;
}
.home-notificacao a:hover{
    text-decoration: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    color: #FFFFFF !important;
    border: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color: #FFFFFF !important;
    border: none !important;
    background: #237ad6 !important;
}
.paginate_button{
    padding: 3px 10px !important;
    border-radius: 5px !important;
}
.paginate_button.current{
    background: #1458a0 !important;
}
.bg-imagen{
    background-color: none;
    background-position: 24% 80%;
    background-size: 600px;
}
.bg-venda{
    background-image: url('/img/icone-venda.png');
}
.bg-carta-acordo{
    background-image: url('/img/icone-carta-acordo.png');
}
.bg-tabela-preco{
    background-image: url('/img/icone-table.png');
}

.estoque legend:first-child {
    border: 1px solid #dee2e6;
    margin-bottom: 0px;
    border-bottom: 0px;
    background-color: #dee2e6;
}

.notificacoes-cards .col-md-6 .bg-primary{
    background-color: #FFFFFF !important;
}

.notificacoes-cards .col-md-6 .bg-primary h3, .notificacoes-cards .col-md-6 .bg-primary p{
    color: rgb(52, 58, 64) !important;
}

.no-wrap{
    white-space: nowrap !important;
}
.texto-atendimento-pendencias{
    font-size: 11px;
    margin-top: 5px;
}
.texto-atendimento{
    font-size: 14px;
    margin-top: 2px;
}
.min-width150{
    min-width: 150px !important;
}

@media (max-width: 768px) {
    #navbar-home{
        height: 300px !important;
    }
    #navbar-home .card-img{
        width: 320%;
        margin-left: -400px;
        position: relative;
        /*display: none;*/
    }
    .bem-vindo{
        font-size: 22px;
        top: 25%;
    }
    .logo-amgen-menu{
        display: none;
    }
    .valores p{
        font-size: 15px;
    }
    .valores .barra{
        width: 320px;
        display: block;
        background-image: none;
    }
}


#modal_filtro_us .select2 {
    width: 100% !important;
}

.select2-container--open {
    z-index: 9999999
}

.spinner {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 30%;
}

.sort {
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    padding: 10px 18px !important;
}

.sorting {
    background-image: url(../img/sort_both.png);
}

.sorting_asc {
    background-image: url(../img/sort_asc.png);
}

.sorting_desc {
    background-image: url(../img/sort_desc.png);
}

.btn-success-custom {
    background: #218838;
}
