@font-face {
    font-family: 'magento-icons';
    src: url('../fonts/Magento-Icons.woff2') format('woff2'), url('../fonts/Magento-Icons.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}


.message.company-warning {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #ff0101;
    border-color: none;
    color: #ffffff;
    margin-bottom: 0;
    text-align: center;
}
.message.company-warning a {
    color: #006bb4;
}
.message.company-warning a:hover {
    color: #006bb4;
}
.message.company-warning a:active {
    color: #ff5501;
}
.message.company-warning._hidden {
    display: none;
}
.negotiable-quote-errors .error-wrap {
    display: none;
}

.field-attachment._disabled {
    cursor: default;
    opacity: .5;
    pointer-events: none;
}
.quote-comments-block .quote-block-title {
    display: none;
}
.quote-comments-block .comments-block-item:not(:last-child) {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.quote-comments-block .comments-block-item .comments-block-item-date-time {
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.quote-comments-block .comments-block-item .comments-block-item-comment {
    font-size: 1.4rem;
    margin-bottom: 5px;
    word-break: break-all;
}
.quote-comments-block .comments-block-item .attachments-list span.attachments-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 250px;
}
.quote-comments-block ._disabled {
    opacity: .5;
    pointer-events: none;
}
.quote-history-log-block .history-log-block-list {
    list-style-type: none;
    padding-left: 0;
}
.quote-history-log-block .history-log-block-item-info {
    word-break: break-all;
}
.quote-history-log-block .history-log-block-item {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.quote-history-log-block .history-log-block-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.quote-history-log-block .history-log-block-item .history-log-block-item-action-describe {
    padding-bottom: 5px;
    padding-top: 10px;
}
.quote-history-log-block .history-log-block-item .history-log-block-item-action-describe:last-child {
    padding-bottom: 0;
}
.quote-history-log-block .history-log-block-item b,
.quote-history-log-block .history-log-block-item strong {
    font-weight: 600;
}
.quote-history-log-block .history-log-block-item-title {
    font-size: 1.4rem;
    margin-bottom: 5px;
}
.quote-history-log-block .history-log-block-item-old {
    margin-right: 5px;
    text-decoration: line-through;
}
.comments-field .comments-field-label {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.quote-attach-file {
    text-align: right;
}
.attachments-list {
    padding-top: 10px;
}
.attachments-list .attachments-item {
    padding-bottom: 5px;
}
.attachments-list .attachments-item span {
    padding-right: 5px;
}
.attachments-list .attachments-item .action-delete {
    display: inline-block;
    text-decoration: none;
    position: relative;
    top: -.2rem;
}
.attachments-list .attachments-item .action-delete > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.attachments-list .attachments-item .action-delete:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.4rem;
    line-height: inherit;
    color: #8f8f8f;
    content: '\e604';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}


.attachments-list .attachments-item .action-delete:hover:before {
    color: #333333;
}
.attachments-list .attachments-item .action-delete:active:before {
    color: #8f8f8f;
}
.attachments-list .attachments-item .action-delete:focus {
    box-shadow: 0 0 3px 1px #00699d;
}
.field-attachment input {
    display: none;
}

.field-attachment label {
    display: inline-block;
    text-decoration: none;
    color: #1979c3;
    cursor: pointer;
    font-size: 1.4rem;
    margin-left: 20px;
    margin-top: 10px;
    position: relative;
}
.field-attachment label:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #1979c3;
    content: '\e900';
    font-family: 'magento-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.field-attachment label:before {
    left: -20px;
    position: absolute;
}
.field-attachment.loading label {
    color: inherit;
    pointer-events: none;
}
.field-attachment:after {
    content: attr(data-progress);
    padding-left: 20px;
}
.field-attachment._disabled {
    opacity: .5;
    pointer-events: none;
}

.page-main .selectmenu .action-save,
.page-main .selectmenu .action-delete {
    color: #41362f;
    padding: 0 5px 0 0;
}
.page-main .selectmenu .action-save:hover,
.page-main .selectmenu .action-delete:hover {
    border: 0;
}
.page-main .selectmenu .action-delete {
    display: none;
}


.attachments-list .attachments-item .action-delete{
    line-height: 1.42857143;
    padding: 0;
    color: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    font-weight: 400;
    border-radius: 0;
}

.attachments-list .attachments-item .action-delete:visited{
    color: #006bb4;
    text-decoration: none;
}

.attachments-list .attachments-item .action-delete:hover{
    color: #006bb4;
    text-decoration: underline;
}

.attachments-list .attachments-item .action-delete:active
{
    color: #ff5501;
    text-decoration: underline;
}

.attachments-list .attachments-item .action-delete:hover,
.attachments-list .attachments-item .action-delete:active,
.attachments-list .attachments-item .action-delete:focus{
    background: none;
    border: 0;
}

.attachments-list .attachments-item .action-delete.disabled,
.attachments-list .attachments-item .action-delete[disabled],
fieldset[disabled] .attachments-list .attachments-item .action-delete{
    color: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
}

.attachments-list .attachments-item .action-delete:active,
.attachments-list .attachments-item .action-delete:not(:focus){
    box-shadow: none;
}

.quote-actions-toolbar .action {
    padding-right: 25px;
}

.quote-actions-toolbar {
    clear: both;
}
