/**
 * 2007-2019 PrestaShop.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 *
 * @author    PrestaShop SA <contact@prestashop.com>
 * @copyright 2007-2019 PrestaShop SA
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of PrestaShop SA
 */
a:active, a:hover {
  outline: 0 !important; }

a:focus, :focus {
  outline: none !important; }

.filter_list .filter_list_item {
  display: block;
  width: 100%;
  padding: 2px 6px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .filter_list .filter_list_item .icon-move {
    cursor: move; }
  .filter_list .filter_list_item .icon-arrow-right, .filter_list .filter_list_item .icon-arrow-left {
    cursor: pointer; }
  .filter_list .filter_list_item .i_btn {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    padding: 6px 10px; }

.filter_list .disabled_filters .filter_list_item .icon-arrow-left, .filter_list .enabled_filters .filter_list_item .icon-arrow-right {
  display: none; }

.filter_panel {
  margin-bottom: 20px; }
  .filter_panel header {
    margin-bottom: 7px; }

.st_filter_list > label.control-label {
  display: none; }

.st_filter_list > .col-lg-9 {
  width: 100%; }

.fliter_sub_content {
  display: none;
  margin: 6px;
  padding: 6px;
  background-color: #fafafa;
  border: 1px solid #d9d9d9; }

.filter_list_item.st_open .fliter_sub_content {
  display: block; }
  .disabled_filters .filter_list_item.st_open .fliter_sub_content {
    display: none; }

.sortable-ghost {
  background: #C8EBFB !important; }

.filtered {
  background: #FFF6B2 !important; }

.st_toggle_sub i {
  margin-left: 4px; }

.disabled_filters .hidden_item {
  display: none; }

.disabled_filters .st_toggle_sub {
  color: #555; }
  .disabled_filters .st_toggle_sub:hover {
    color: #555;
    text-decoration: none;
    cursor: default; }
  .disabled_filters .st_toggle_sub .icon-edit {
    display: none; }

.st_flex_container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  -ms-flex-pack: justify;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }

.st_flex_child {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.st_flex_child_2 {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2; }

.sub_sortable > li {
  padding: 2px 6px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }


/*# sourceMappingURL=back.css.map*/