/*Base price list styling (used on Settings price list and accessory price list)*/
.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;
}
.ticker-header-name {
    margin-bottom: 20px;
}
.ticker-header-name input[type="text"] {
    width: 100%;
    font-size: 1.2em;
}
#ticker-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
#ticker-modal-header #ticker-title {
    width: 75%;
}
#ticker-modal-header #ticker-add-button {
    width: 25%;
    text-align: right;
}
#ticker-modal-header #ticker-add-button i {
    font-size: 2em;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 27px;
}
#ticker-modal-header #ticker-add-button i:hover {
    color: #009fdf;
}
#ticker-info-form h2,
#ticker-info-form2 h2,
#ticker-info-form3 h2,
#ticker-info-form4 h2 {
    font-size: 1.2em;
}
#ticker-info-form p,
#ticker-info-form2 p,
#ticker-info-form3 p,
#ticker-info-form4 p {
    margin-top: 0px;
    font-size: 0.8em;
    line-height: 1.6;
}
#ticker-info-form .no-pricing,
#ticker-info-form2 .no-pricing,
#ticker-info-form3 .no-pricing,
#ticker-info-form4 .no-pricing {
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
    padding-top: 15px;
}
#ticker-info-form .lg-modal__actions button,
#ticker-info-form2 .lg-modal__actions button,
#ticker-info-form3 .lg-modal__actions button,
#ticker-info-form4 .lg-modal__actions button {
    display: inline-block;
}
.location-ticker-table-wrapper {
    overflow: auto;
}
#location-ticker-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
#location-ticker-table tbody {
    font-weight: 700;
}
#location-ticker-table a.lgfe-cm-utility-button {
    color: #333;
    width: auto;
    height: auto;
}
#location-ticker-table a.lgfe-cm-utility-button:hover {
    color: #009fdf;
}
#location-ticker-table tr th {
    position: relative;
    border-bottom: 1px solid #009fdf;
    font-weight: 400;
    font-size: 0.8em;
    padding-bottom: 5px;
}
#location-ticker-table thead th .accessory-pricelist-checkbox-value {
    font-weight: 400;
    font-size: 0.8em;
}
#location-ticker-table thead th:first-child {
    padding: 0px;
}
#location-ticker-table tbody th,
#location-ticker-table tbody td {
    cursor: auto;
}
#location-ticker-table tbody tr:hover {
    background-color: #ffffff;
}
#location-ticker-table tbody tr:nth-child(even) {
    background-color: #e9eee9;
}
#location-ticker-table tbody tr:nth-child(even):hover {
    background-color: #e9eee9;
}
#location-ticker-table tbody tr:hover,
#location-ticker-table tbody tr:hover {
    background-color: inherit;
}
#location-ticker-table tr td {
    text-align: center;
    padding: 4px 10px !important;
    border-bottom: 1px solid #009fdf;
    border-right: 0;
    position: relative;
}
#location-ticker-table tr td .js-drag-drop-ticker-widget-handle {
    cursor: -webkit-grab;
    cursor: grab;
}
#location-ticker-table tr td .js-drag-drop-ticker-widget-handle span {
    padding-top: 6px;
}
#location-ticker-table tr:last-child td {
    border-bottom: none;
}
#location-ticker-table tr td .lgfe-input-text {
    resize: none;
    display: block;
    overflow: hidden;
    padding: 12px 12px 12px 15px;
}
#location-ticker-table tr td .switch-container {
    height: 42px;
    position: relative;
}

#location-ticker-table tr td .switch-container .switch {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    display: inline-block;
}
#location-ticker-table tr td .switch-container .switch .slider {
    margin-top: 13px;
}
#location-ticker-table
    tr
    td
    .switch-container
    .switch
    .slider
    .slider-icons:before {
    left: 2px;
}
#location-ticker-table
    tr
    td
    .switch-container
    .switch
    .slider
    .slider-icons:after {
    right: 4px;
    font-size: 11px;
}
#location-ticker-table tr td .lgfe-input-text.lgfe-input-service {
    width: 100%;
}
#location-ticker-table tr td .lgfe-input-text.lgfe-input-price {
    max-width: 100px;
    text-align: center;
}
#location-ticker-table tr td .price-container {
    position: relative;
}
#location-ticker-table tr td .price-container .price-ask-retailer {
    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;
}
#location-ticker-table tr td .lgfe-input-text.lgfe-input-price.inactive {
    background-color: #e9eee9;
}
#location-ticker-table tr td input[type="checkbox"].checkbox + span,
#location-ticker-table tr th input[type="checkbox"].checkbox + span {
    position: initial;
}
#location-ticker-table tr td input[type="checkbox"].checkbox + span:before,
#location-ticker-table tr th input[type="checkbox"].checkbox + span:before {
    color: transparent;
    background-color: #fff;
}
#location-ticker-table
    tr
    td
    input[type="checkbox"].checkbox:checked
    + span:before,
#location-ticker-table
    tr
    th
    input[type="checkbox"].checkbox:checked
    + span:before {
    color: #fff;
    background-color: #2196f3;
    border: 2px solid #2196f3;
}
#location-ticker-table tr td input[type="checkbox"].checkbox + span:after,
#location-ticker-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-ticker-table tr td .bl-thumbnail-delete {
    font-size: 19px;
}
#location-ticker-table tr.js-drag-drop-ticker-container-add.sortable-ghost {
    width: 100%;
    background-color: #c7e7f4;
    font-size: 1.8em;
}
#location-ticker-table
    tr.js-drag-drop-ticker-container-add.sortable-ghost
    .pl-utility-add-button {
    padding: 0.3em 0;
}
/*When price list item is inactive*/
#location-ticker-table
    tr
    td
    input[type="checkbox"].checkbox:disabled
    + span:before {
    background-color: #ebebe4;
}
#location-ticker-table
    tr
    td
    input[type="checkbox"].checkbox:checked:disabled
    + span:before {
    color: #dcdcdc;
    border: 2px solid #ccc;
    color: #dcdcdc;
}
#location-ticker-table tr.inactive td {
    color: #dcdcdc;
}
#location-ticker-table tr td .bl-thumbnail-delete:disabled:hover {
    color: #dcdcdc;
}

#location-settings-ticker-modal .lg-modal--large .lg-modal__sidebar {
    width: 15%;
}
#location-settings-ticker-modal .lg-modal--large .lg-modal__panel {
    padding: 1.5em;
}

#location-settings-ticker-modal .lg-modal--large .lg-modal__content {
    width: 85%;
    margin-left: 15%;
}

#location-settings-ticker-modal .lg-modal__disclaimer {
    position: absolute;
    font-style: italic;
    font-size: 0.75em;
    margin-top: 8px;
}

@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 {
        margin-right: auto;
        margin-left: 0;
        margin-top: 10px;
    }
    .lg-modal__section.lg-modal__button-section {
        margin-bottom: 0em;
    }
    #location-ticker-table tr td .lgfe-input-text {
        font-size: 12px;
    }
    #location-ticker-table tbody {
        font-size: 12px;
    }
}
