/**
* @Aldrin's Custom Styles
* @start
**/
.product-picker-container {
    margin: 20px auto;
    position: relative;
}

.product-picker-container button {
    background-color: #fff !important;
    color: black;
}

.product-picker-container button i {
    color: #00aeef;
}

.collapse .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.product-group .label-icon-summary {
    position: relative;
}

.product-selections {
    text-transform: inherit;
}

.product-selected-box {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    padding: 5px;
    border-radius: 5px;
    margin: 0px 5px;
    font-size: 13px;
}

.product-group .label-icon-summary i {
    vertical-align: middle;
    font-size: 18px;
}

.product-group .label-summary .agegroup,
.product-group .label-summary .agenumber {
    margin: 5px auto;
}

.product-group .label-summary .agegroup {
    font-weight: bold;
    vertical-align: middle;
    font-size: 17px;
    line-height: 25px;
    font-family: "Roboto", sans-serif;
    color: var(--td_text_color, #111111);
    font-weight: 400;
    margin: 6px 0;
}

.product-group .product-picker {
    margin: 15px auto;
}

.product-group .product-picker button.enabled {
    color: #00aeef;
}

.product-group .product-picker button {
    border-color: #fff;
}

.label-product-picker .product-picker .product-box input {
    /*width:50%;*/
    text-align: center;
    padding: 0;
    /*float: left;*/
    background: #fff;
    font-size: 1.4rem;
    border-color: #d9dad0;
    border-radius: 3px;
    width: 40px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
}

.label-product-picker .product-picker .product-box {
    display: inline;
}

.product-picker-container .glyphicon {
    color: #00aeef;
}

.dropdown-menu,
.collapse {
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 7px;
    z-index: 1000;
    display: none;
    min-width: 280px;
    padding: 5px 0;
    margin: 14px -2px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.btn {
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn .caret {
    margin-left: 0;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.label-summary {
    margin: 5px;
    width: 100px;
}

/**
* @Aldrin's Custom Styles
* @end
**/
