/* This stylesheet should be used to add your custom styles to the back-office without using the Sass sources. It will be loaded after all the default styles. 
You should NOT edit any other exisiting back-office CSS file manually: they are generated by the Sass preprocessor: http://www.sass-lang.com/ . */

.ingrediente-icono-eco {
    width: 20px;
    margin-left: 4px;
}
.multiselect {
    width: 200px;
}

.selectBox {
    position: relative;
}

.selectBox select {
    width: 100%;
    font-weight: bold;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes input {
    margin-right: 10px;
}

#checkboxes {
    display: none;
    background: #ecf6fb;
    position: absolute;
    width: 200px;
    border: none;
    border-radius: inherit;
}

#checkboxes label {
    display: block;
    padding: 5px 10px;
}

#checkboxes label:hover {
    background-color: #1e90ff;
}

#start_products .dropdown-menu {
    left: -50px;
}

#start_products a.bulk_action.disabled {
    pointer-events: none;
    color:#3333335e;
}

.panel.customer-orders-info .order-info-summarize{
    line-height: 28px;
}
.panel.customer-orders-info .order-info-summarize.incident{
    background-color: #fba53b;
    font-weight: 800;
    color: #281A08;
}
.panel.customer-orders-info .order-info-summarize.incident .label-warning{
    background-color: #281A08;
}
.panel.customer-orders-info .order-info-summarize.incident .text-danger{
    color:#870c09;
}
.well.list-detail .text-incident{
    display: none;
}
.well.list-detail.guest{
    background-color: #fdf9ef;
    border: 1px solid #fcc94f;
}
.well.list-detail.incident .badge-warning {
    background-color: #281A08;
}
.well.list-detail.incident .text-incident{
    display: block;
    background-color: #fba53b;
    color:#870c09;
    font-weight: 800;
    padding: 6px;
    margin-top: 6px;
}

#merge-customer-modal .modal-dialog {
    width: 60vw;
}

#merge-customer-modal .merge-customer_search {
    padding: 0 3px;
    margin-top: 20px;
}

#merge-customer-modal .merge-customer_search i{
    margin-top: 3px;
}

.searched-results-to-merge {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 60vh;
}
.searched-results-to-merge .table {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 10px;
    width: 100%;
}

.searched-results-to-merge .row {
    display: flex;
    border-bottom: 1px solid #eee;
}

.searched-results-to-merge .cell {
    flex: 1;
    padding: 10px;
    text-align: left;
}

.searched-results-to-merge .cell.mrg-id-customer {
    flex: 0 0 15%;
}

.searched-results-to-merge .cell.mrg-button {
    flex: 0 0 15%;
}

.searched-results-to-merge .cell button {
    width: 100%;
    box-sizing: border-box;
}

.searched-results-to-merge .row:last-child {
    border-bottom: none;
}

.searched-results-to-merge .btn {
    font-weight: 600;
    text-transform: uppercase;
}
