#bar-inventory-notification-1{
    padding:7px;
    border-top-left-radius:15px;
    border-bottom-left-radius:15px;
}

#bar-inventory-notification-2{
    border-left:1px solid #092680;
    border-right:none;
    padding:7px;
    border-top:1px solid #092680;
    border-bottom:1px solid #092680;
}

#bar-inventory-notification-3{
    padding: 7px;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    border-top-right-radius:15px;
    border-bottom-right-radius:15px;
}
.inventory-badge{
    text-align: right;
}
.card-unique-identifier{
    text-align: right;

}
.modal-notification{
    max-width: 50%;
}

@media(max-width: 768px){

    .typeahead.dropdown-menu{
        max-width: 90%;
        overflow-x: auto;
    }

    .dropdown-menu.show{
        max-width: 80%;
    }
    .modal-notification{
        max-width: 100%;
    }
    .table-discount-notification{
        font-size: 3vw;
    }
    .text-inventory-history{
        font-size: 2vw;
    }
    .text-inventory-history thead th{
        padding: 2px;
    }
    .text-inventory-history tr td{
        padding: 2px;
    }

    .navbar .navbar-nav .nav-item .top-bar-dollar{
        font-size: 10px;
    }
    .inventory-card-name{
        text-align: center;
    }
    .btn-inventory{
        width:100%;
    }
    .inventory-badge{
        margin-top:10px;
        text-align: center;
    }
    .btn.buttons-cards{
        font-size:0.5rem;
    }
    .card-products{
        text-align: center;
    }
    .card-unique-identifier{
        text-align: center;
        font-size: 3vw

    }

    .card-name{
        font-size: 3.6vw;
    }

    #bar-inventory-notification-1{
    border-bottom-left-radius:0;
    border-top-right-radius:15px;

    }
    #bar-inventory-notification-2{
        border-right: 1px solid #092680;
        border-bottom:none;
    }
    #bar-inventory-notification-3{
        border-bottom-left-radius: 15px;
        border-top-right-radius: 0;
    }
    .button-inventory-notification.col-sm-12{
        padding:0;
    }
    .collapse-button-inventory-notification.btn{
        padding:0;
        margin-bottom: 9px;
        margin-top: 9px;
    }
    .button-inventory-notification .collapse-button-inventory-notification .btn-circle{
        border-radius: 13px;
        width: 100%;
        height: 2rem;
    }

    .table-inventory-notification{
        font-size: 12px;
    }
    .table-inventory-notification{
        font-size: 12px;
    }
    .table-inventory-notification tr td button{
        font-size: 12px;
    }


    .table-adaptive table {
        width:100%;
    }
    .table-adaptive thead {
        display: none;
    }
    .table-adaptive tr:nth-of-type(2n) {
        background-color: inherit;
    }
    .table-adaptive tr td:first-child {
        background: #f0f0f0;
        font-weight:bold;
        font-size:1.3em;
    }
    .table-adaptive tbody td {
        display: block;
        text-align:center;
    }
    .table-adaptive tbody td:before {
        content: attr(data-th);
        display: block;
        text-align:center;
    }

}
