/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * 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@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

input.disabled { background: #eee !important; pointer-events: none; }
textarea.disabled { background: #eee !important; pointer-events: none; }
select.disabled { background: #eee !important; pointer-events: none; }
select.disabled-change:not([name*="[unit_of_measure]"]):not([name*="[sku]"]) { background: #eee !important; pointer-events: none; }

.login-form  { padding:27px 57px 35px 57px; text-align:left; }
.login-container  { width:581px; margin:170px auto; padding-left:32px; background: none;}
.logo  { float:left; margin:5px 20px 5px 27px; height:65px; }
.header { background:url(images/lightstripe.png) repeat #d3d3d3; text-align:right; background-position: 0 0; }
.header-right { color:#000; }
.header-right a { color:#000; }

/* custom lists */
.note-list-raw li { margin-top:0px !important; padding-bottom:0px;}


div#sales_order_view table.actions,
div#sales_order_view table.actions td { border: none !important; padding: 0 !important; }
div#sales_order_view table.data { padding: 0px; }

.entry-edit .collapse { display: none; }
.entry-edit .item-list .item { width: 300px; margin-right: 10px; float: left; }
.entry-edit .item-list .item .links-container {font-weight: bold; }
.entry-edit .popup-fieldset { margin: 15px 0px 15px 0px; }
.grid table tr.collapse td { border-width: 0px 0px 1px 0px; padding-left: 0px;}

div#sales_order_view table,
div#sales_order_view table td {border: none !important; padding: 0 !important;}
/* Extra Grid */
/* @see module BuyerQuest_PostProcessing */
.grid-col-word-wrap {word-wrap: break-word; max-width: 120px;}
.content-header-wrapper {min-height: 0; padding-top:0; padding-bottom:0;}
.operation_details .form-list td.label {padding-top: 5px !important;}
.operation_details h5.head-edit-form {background: #d6d6d6 none repeat scroll 0 0; color: #6d6868; padding: 5px;}
.operation_details .head-edit-form {background-image: none; color: #6D6868;}
#attributes-search-filtered-notification {display: block; overflow: hidden; margin: 5px;}
#accounting_labels.grid td input.input-text { width: 100% }

.widget-savings .value { font-size: 150%; margin: 5px 0; color: #f89406; }
.widget-savings .description { font-size: 65%; }
.catalogs-supplier-ext {display: none;}

#content_group_fieldset td.label,
#supplier_tabs_catalog_filter_content td.label { display: none }

.hintBlock {
    display:none;
    position:absolute;
    border:1px solid #333;
    background-color:#161616;
    border-radius:5px;
    padding:10px;
    color:#fff;
    font-size:12px;
    z-index: 1000;
}

.elect {
    padding-right: 20px;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block !important;
    max-height: 1.428571429em;
}

#supplier_tabs_catalog_filter_content .entry-edit-head.collapseable {
    position: static;
}

#supplier_tabs_catalog_filter_content .entry-edit {
    position: relative;
}

#supplier_tabs_catalog_filter_content .entry-edit-head.collapseable .popover {
    max-width: 80%;
}

#supplier_tabs_catalog_filter_content .entry-edit-head.collapseable .popover-title,
#cmsBlockGrid_table .popover-title{
    display: none;
}

#cmsBlockGrid_table .ellipsis,
#cmsBlockGrid_table .has-ellipsis,
#cmsPageGrid_table .ellipsis,
#cmsPageGrid_table .has-ellipsis,
#cmsPageGrid_table .has-ellipsis,
#productGrid_table .has-ellipsis,
#catalog_grid_table .has-ellipsis {
    max-width: 275px;
}

.comment .blockquote-comment { word-wrap: break-word; }
.item-text .item-comment { max-width: 600px; word-wrap: break-word; }

#customer_info_tabs_account_content > .entry-edit .store-scope {
    padding-right: 0;
}

#customer_info_tabs_account_content > .entry-edit .select2-container {
    width: 95% !important;
}

#customer_info_tabs_account_content > .entry-edit .elect {
    padding-right: 30px;
}

