@import url('https://fonts.googleapis.com/css2?family=Heebo&display=swap');

.nav-pills .nav-link.active,
.show > .nav-pills .nav-link {
    background: #0761ac !important;
}

.badge .badge-primary {
    background: #0761ac !important;
}

.btn-msr-outline-ecommerce {
    background-color: white;
    background-color: transparent;
    border: 2px solid #08477C;
    border-radius: 2px;
    color: #08477C;
    font-size: 0.875rem;
    padding: 0.4rem 1rem;
    text-transform: uppercase;
    transition: background-color 0.2s;
}

.btn-msr-ecommerce {
    background-color: #08477C;
    color: white;
    text-align: center;
    border-radius: 1px;
    font-size: 0.875rem;
    border: 2px solid #08477C;
    padding: 0.4rem 1rem;
    text-transform: uppercase;
    transition: background-color 0.2s;
}

.btn-msr-ecommerce-block {
    display: block;
    width: 100%
}

.btn-msr-outline-ecommerce:hover,
.btn-msr-outline-ecommerce:active {
    background-color: #08477C;

    color: white;
}

.btn-msr-ecommerce:hover,
.btn-msr-ecommerce:active {
    background-color: #084760;
    color: white;
}

.btn-msr-outline-ecommerce:focus {
    border: 2px solid #08477C;
}

.border-msr {
    border: 2px solid #08477C !important;
}

.table-striped-msr tbody tr:nth-of-type(odd) {
    background-color: rgba(8, 71, 124, 0.19);
}

.btn-card-msr {
    background: rgba(8, 71, 124, 0.9);
    /*background: transparent;*/
    border: none;
    font-family: 'Quantico';
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff !important;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.card-title-msr {
    font-family: 'Heebo', sans-serif;
}

.cart-table .table tbody tr td.t-qty .qty-box .quantity {
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 0 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.cart-table .table tbody tr div.t-qty .qty-box .quantity .qty {
    width: 35px;
    height: 32px;
    text-align: center;
    background-color: transparent;
    border: none;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    font-weight: 600;
}

.cart-table .table tbody tr div.t-qty .qty-box .quantity input {
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cart-table .table tbody tr div.t-qty .qty-box .quantity input::-webkit-outer-spin-button,
.cart-table .table tbody tr div.t-qty .qty-box .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

.cart-table .table tbody tr div.t-qty .qty-box .quantity .minus, .cart-table .table tbody tr div.t-qty .qty-box .quantity .plus {
    padding: 3px 10px;
    background: #fff;
    border: none;
    cursor: pointer;
}

.cart-table .table tbody tr div.t-qty .qty-box .quantity .minus:hover, .cart-table .table tbody tr div.t-qty .qty-box .quantity .plus:hover {
    color: #08477C;
}

.cart-table .table tbody tr td:nth-child(2) {
    max-width: 250px !important;
}

.card-msr-body {
    max-height: 250px !important;
    min-height: 250px !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

.card-msr-img {
    max-height: 250px !important;
    min-height: 250px !important;
}

/*CHECKLIST*/
.check-list {
    list-style: none;
    padding-left: 0;
}

.item-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 1.3em;
    color: #2f4f4f;
    padding: 5px;
}

.item-list:hover {
    cursor: pointer;
}

.item-list-selected {
    background: rgba(0, 255, 0, 0.31);
    text-decoration: line-through;
}

.item-list-unselected {
    background: rgba(255, 0, 0, 0.31);
    text-decoration: line-through;
    color: red;
}

.check-list .item-list .item {
    float: right;
    min-height: 30px !important;
    min-width: 30px !important;
    padding-left: 30px;
    cursor: pointer;
    vertical-align: middle;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}