/*Base price list styling (used on Settings price list and accessory price list)*/
#location-settings-pricelist-modal .shared-prices-service {
    text-align: left;
    padding-left: 30px;
}

#location-settings-pricelist-modal .shared-prices-price {
    padding-right: 10px;
    font-weight: 600;
}

#location-settings-pricelist-modal
    #location-shared-pricelist-table
    th[title~="Service"] {
    text-align: left;
    padding-left: 30px;
}

#location-settings-pricelist-modal
    #location-shared-pricelist-table
    th[title~="Price"] {
    text-align: center;
    padding-left: 10px;
}

#location-settings-pricelist-modal .shared-prices-row-height {
    height: 63px;
}

#location-settings-pricelist-modal
    tr
    td.shared-prices
    input[type="checkbox"].checkbox:disabled
    + span:before {
    background-color: #c5c5c5;
}

#location-settings-pricelist-modal
    tr
    td.shared-prices
    input[type="checkbox"].checkbox
    + span:before {
    color: #fff;
    background-color: #fff;
}

#location-settings-pricelist-modal .shared-price-navigation-container {
    padding: 0;
}

#location-settings-pricelist-modal .shared-price-navigation {
    padding: 2em 2.5em 0.5em 1.3em;
}

#location-settings-pricelist-modal .pl-utility-options-wrapper table,
#location-settings-pricelist-modal .pl-utility-options-wrapper {
    width: 100%;
}
#location-settings-pricelist-modal
    .pl-utility-options-wrapper
    table
    tr
    td:nth-child(2) {
    text-align: right;
}

#location-settings-pricelist-modal
    .pl-utility-options-wrapper
    table
    tr
    td:nth-child(2)
    div {
    float: right;
}

.pl-utility-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.7em 0;
    background-color: #c7e7f4;
    border-top: 2px solid #009fdf;
}
.pl-utility-row .pl-item {
    cursor: pointer;
    height: 35px;
    width: 124px;
    border-radius: 17.5px;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1em;
    border-radius: 17.5px;
    border: none;
    background-color: inherit;
    color: #6c6f70;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    outline: none;
}
.pl-utility-row .pl-item:last-child {
    margin-right: 0px;
}
.pl-utility-row .pl-item-active {
    background-color: #009fdf;
    color: #fff;
}
.pl-utility-row .pl-item:hover {
    background-color: #009fdf;
    color: #fff;
}
.pl-utility-row .pl-utility-options-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8em;
    margin-left: 1px;
}
.pl-utility-row .pl-utility-add-button {
    padding: 0 0.5em;
    cursor: pointer;
}
.pl-utility-row .pl-utility-add-button .fa {
    color: #333;
}
.pl-utility-row .pl-utility-add-button:hover .fa {
    color: #009fdf;
}
.pl-utility-row .pl-item .pl-item-text {
    font-size: 0.65em;
}
.lg-modal__section.lg-modal__button-section {
    margin-bottom: 1.2em;
    position: relative;
}
.pricelist-header-name {
    margin-bottom: 20px;
}
.pricelist-header-name input[type="text"] {
    width: 100%;
    font-size: 1.2em;
}
.lg-modal__section.lg-modal__table-section {
    position: relative;
}

#pricelist-info-form-my-pricelist {
    position: relative;
}
#pricelist-info-form h2,
#pricelist-info-form-my-pricelist h2 {
    font-size: 1.2em;
}
#pricelist-info-form p,
#pricelist-info-form-my-pricelist p {
    margin-top: 0px;
    font-size: 13px;
    line-height: 1.6;
}
#pricelist-info-form .no-pricing,
#pricelist-info-form-my-pricelist .no-pricing {
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
    padding-top: 15px;
}
#pricelist-info-form .lg-modal__actions button,
#pricelist-info-form-my-pricelist .lg-modal__actions button {
    display: inline-block;
    margin-right: 5px;
}
.location-pricelist-table-wrapper {
    overflow: auto;
    position: relative;
}
#location-pricelist-table,
#location-shared-pricelist-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
#location-pricelist-table tbody,
#location-shared-pricelist-table tbody {
    font-size: 0.875em;
}
#location-pricelist-table a.lgfe-cm-utility-button,
#location-shared-pricelist-table a.lgfe-cm-utility-button {
    color: #333;
    width: auto;
    height: auto;
}
#location-pricelist-table a.lgfe-cm-utility-button:hover,
#location-shared-pricelist-table a.lgfe-cm-utility-button:hover {
    color: #009fdf;
}
#location-pricelist-table tr th,
#location-shared-pricelist-table tr th {
    position: relative;
    padding: 10px 0px;
    font-weight: 500;
    font-size: 0.8em;
}
#location-pricelist-table thead th:first-child,
#location-shared-pricelist-table thead th:first-child {
    padding: 0px;
}
#location-pricelist-table tbody th,
#location-pricelist-table tbody td,
#location-shared-pricelist-table tbody th,
#location-shared-pricelist-table tbody td {
    cursor: auto;
}
#location-pricelist-table tbody tr:hover,
#location--sharedpricelist-table tbody tr:hover {
    background-color: #ffffff;
}
#location-pricelist-table tbody:nth-child(even),
#location-shared-pricelist-table tbody:nth-child(even) {
    background-color: #e9eee9;
}
#location-pricelist-table tbody:nth-child(even):hover,
#location-shared-pricelist-table tbody:nth-child(even):hover {
    background-color: #e9eee9;
}
#location-pricelist-table tbody tr:hover,
#location-pricelist-table tbody:hover,
#location-shared-pricelist-table tbody tr:hover,
#location-shared-pricelist-table tbody:hover {
    background-color: inherit;
}
#location-pricelist-table tr td,
#location-shared-pricelist-table tr td {
    text-align: center;
    padding: 2px;
    border-right: 0;
    position: relative;
    font-weight: 400;
}

#location-pricelist-table thead th,
#location-shared-pricelist-table thead th {
    font-weight: bold;
}
#location-pricelist-table thead th:nth-child(3) {
    text-align: left;
    padding-left: 30px;
}
#location-pricelist-table tr td:nth-child(3),
#location-shared-pricelist-table tr td:nth-child(3) {
    text-align: left;
    padding-left: 30px;
}
#location-pricelist-table tr td.location-pricelist-table-button,
#location-shared-pricelist-table tr td.location-pricelist-table-button {
    padding: 8px 0px;
}
#location-pricelist-table tbody tr:first-child td,
#location-shared-pricelist-table tbody tr:first-child td {
    border-top: 1px solid #009fdf;
}
#location-pricelist-table tbody tr.location-pricelist-table-extras td,
#location-shared-pricelist-table tbody tr.location-pricelist-table-extras td {
    border-top: 1px solid #ccc;
    padding: 20px;
}
#location-pricelist-table tbody td {
    border-bottom: none;
    padding: 13px 0;
}
#location-shared-pricelist-table tbody td {
    border-bottom: none;
    padding: 19px 0;
}
#location-pricelist-table tr td .lgfe-input-text,
#location-shared-pricelist-table tr td .lgfe-input-text {
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 1em;
    padding: 5px;
}
#location-pricelist-table tr td .pricelist-extras,
#location-shared-pricelist-table tr td .pricelist-extras {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}
#location-pricelist-table tr td .pricelist-extras p,
#location-shared-pricelist-table tr td .pricelist-extras p {
    font-weight: 700;
}

.pricelist-extras-col {
    padding: 0px 5px;
    width: 50%;
}
#location-pricelist-table tr td .pricelist-extras-inner,
#location-shared-pricelist-table tr td .pricelist-extras-inner {
    display: inline-block;
    text-align: left;
}
#location-pricelist-table
    tr
    td
    .pricelist-extras-checkbox-set
    .pricelist-extras-checkbox,
#location-shared-pricelist-table
    tr
    td
    .pricelist-extras-checkbox-set
    .pricelist-extras-checkbox {
    position: relative;
    margin-bottom: 10px;
}
#location-pricelist-table
    tr
    td
    .pricelist-extras-checkbox-set
    .pricelist-extras-checkbox
    input[type="checkbox"].checkbox
    + span:before,
#location-shared-pricelist-table
    tr
    td
    .pricelist-extras-checkbox-set
    .pricelist-extras-checkbox
    input[type="checkbox"].checkbox
    + span:before {
    margin-right: 5px;
}
#location-pricelist-table tr td .lgfe-input-text.lgfe-input-service,
#location-shared-pricelist-table tr td .lgfe-input-text.lgfe-input-service {
    resize: none;
}
#location-pricelist-table tr td .lgfe-input-text.lgfe-input-price,
#location-shared-pricelist-table tr td .lgfe-input-text.lgfe-input-price {
    max-width: 100px;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
}
#location-pricelist-table tr td .price-container,
#location-shared-pricelist-table tr td .price-container {
    position: relative;
    max-width: 100px;
    margin: 0 auto;
}
#location-pricelist-table tr td .price-container .price-overlay,
#location-shared-pricelist-table tr td .price-container .price-overlay {
    background-color: #e9eee9;
    border: 1px solid #d0d0d0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0.2143em;
    font-weight: 600;
    word-break: break-word;
}

#location-pricelist-table tr td .price-container .price-complimentary,
#location-shared-pricelist-table tr td .price-container .price-complimentary {
    font-size: 0.8em;
}

#location-pricelist-table tr td .lgfe-input-text.lgfe-input-price.inactive,
#location-shared-pricelist-table
    tr
    td
    .lgfe-input-text.lgfe-input-price.inactive {
    background-color: #e9eee9;
}
#location-pricelist-table tr td input[type="checkbox"].checkbox + span,
#location-pricelist-table tr th input[type="checkbox"].checkbox + span,
#location-shared-pricelist-table tr td input[type="checkbox"].checkbox + span,
#location-shared-pricelist-table tr th input[type="checkbox"].checkbox + span {
    position: initial;
}
#location-pricelist-table tr td input[type="checkbox"].checkbox + span:before,
#location-pricelist-table tr th input[type="checkbox"].checkbox + span:before,
#location-shared-pricelist-table
    tr
    td
    input[type="checkbox"].checkbox
    + span:before,
#location-shared-pricelist-table
    tr
    th
    input[type="checkbox"].checkbox
    + span:before {
    color: transparent;
    background-color: #fff;
}
#location-pricelist-table
    tr
    td
    input[type="checkbox"].checkbox:checked
    + span:before,
#location-pricelist-table
    tr
    th
    input[type="checkbox"].checkbox:checked
    + span:before,
#location-shared-pricelist-table
    tr
    td
    input[type="checkbox"].checkbox:checked
    + span:before,
#location-shared-pricelist-table
    tr
    th
    input[type="checkbox"].checkbox:checked
    + span:before {
    color: #fff;
    background-color: #2196f3;
    border: 2px solid #2196f3;
}
#location-pricelist-table tr td input[type="checkbox"].checkbox + span:after,
#location-pricelist-table tr th input[type="checkbox"].checkbox + span:after,
#location-shared-pricelist-table
    tr
    td
    input[type="checkbox"].checkbox
    + span:after,
#location-shared-pricelist-table
    tr
    th
    input[type="checkbox"].checkbox
    + span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}
#location-pricelist-table tr td .bl-thumbnail-options,
#location-shared-pricelist-table tr td .bl-thumbnail-options {
    position: relative;
    font-size: 1.4em;
}
#location-pricelist-table
    tr
    td
    .bl-thumbnail-options
    .pricelist-extras-indicator,
#location-shared-pricelist-table
    tr
    td
    .bl-thumbnail-options
    .pricelist-extras-indicator {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: 4px;
    background-color: #2196f3;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
#location-pricelist-table
    tbody.js-drag-drop-pricelist-container-add.sortable-ghost,
#location-shared-pricelist-table
    tbody.js-drag-drop-pricelist-container-add.sortable-ghost {
    width: 100%;
    background-color: #c7e7f4;
    font-size: 1.8em;
}
#location-pricelist-table
    tbody.js-drag-drop-pricelist-container-add.sortable-ghost
    .pl-utility-add-button,
#location-shared-pricelist-table
    tbody.js-drag-drop-pricelist-container-add.sortable-ghost
    .pl-utility-add-button {
    padding: 0.3em 0;
}

#location-pricelist-table tr td .bl-thumbnail-delete,
#location-shared-pricelist-table tr td .bl-thumbnail-delete {
    font-size: 20px;
}
#location-pricelist-table tr td .js-drag-drop-pricelist-widget-handle,
#location-shared-pricelist-table tr td .js-drag-drop-pricelist-widget-handle {
    cursor: -webkit-grab;
    cursor: grab;
}
#location-pricelist-table tr td .js-drag-drop-pricelist-widget-handle span,
#location-shared-pricelist-table
    tr
    td
    .js-drag-drop-pricelist-widget-handle
    span {
    padding-top: 4px;
}
#location-pricelist-table
    tr
    td
    input[type="checkbox"].checkbox:disabled
    + span:before,
#location-shared-pricelist-table
    tr
    td
    input[type="checkbox"].checkbox:disabled
    + span:before {
    background-color: #ebebe4;
}
#location-pricelist-table
    tr
    td
    input[type="checkbox"].checkbox:checked:disabled
    + span:before,
#location-shared-pricelist-table
    tr
    td
    input[type="checkbox"].checkbox:checked:disabled
    + span:before {
    color: #dcdcdc;
    border: 2px solid #ccc;
    color: #dcdcdc;
}
#location-pricelist-table tr.inactive td,
#location-shared-pricelist-table tr.inactive td {
    color: #dcdcdc;
}
#location-pricelist-table tr td .bl-thumbnail-delete:disabled:hover,
#location-shared-pricelist-table tr td .bl-thumbnail-delete:disabled:hover {
    color: #dcdcdc;
}

#location-settings-pricelist-modal .location-pricelist-table-extras {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

#location-settings-pricelist-modal .lg-modal--large .lg-modal__sidebar {
    width: 15%;
}
#location-settings-pricelist-modal .lg-modal--large .lg-modal__panel {
    padding: 1.5em;
}

#location-settings-pricelist-modal .lg-modal--large .lg-modal__content {
    width: 85%;
    margin-left: 15%;
}

#location-settings-pricelist-modal .loader {
    top: 5em;
    right: 2em;
}

#location-settings-pricelist-modal .loader-modal__panel {
    padding: 3em 1.5em !important;
}

#location-settings-pricelist-modal .loader-modal {
    position: relative;
}

#location-settings-pricelist-modal .loader-modal .loader {
    left: 0;
    top: 0em;
}

@media (max-width: 41.875em) {
    .pl-utility-row .pl-item {
        width: 100%;
        margin-bottom: 0.2em;
        margin-right: 0px;
    }
    #pricelist-info-form .pl-utility-row .pl-utility-options-wrapper,
    #pricelist-info-form-my-pricelist
        .pl-utility-row
        .pl-utility-options-wrapper {
        margin-right: auto;
        margin-left: 0;
        margin-top: 10px;
    }
    .lg-modal__section.lg-modal__button-section {
        margin-bottom: 0em;
    }
    #location-pricelist-table tr td .lgfe-input-text,
    #location-shared-pricelist-table tr td .lgfe-input-text {
        font-size: 12px;
    }
    #location-pricelist-table tbody,
    #location-shared-pricelist-table tbody {
        font-size: 12px;
    }
    #location-settings-pricelist-modal .lg-modal--large .lg-modal__sidebar {
        width: 15%;
    }
    #location-settings-pricelist-modal .lg-modal--large .lg-modal__content {
        width: 85%;
        margin-left: 15%;
    }
}

#location-settings-pricelist-modal .lg-modal__disclaimer {
    position: absolute;
    font-style: italic;
    font-size: 0.75em;
    margin-top: 8px;
}
