.copy-btn-wrapper {
    margin-right: 5px;
    background-color: #e9faef;
}

.copy-btn {
    height: inherit;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    cursor: pointer;
}

.icon-copy {
    background: url("../../../../img/icon-copy.png") no-repeat center;
    background-size: 14px 14px;
}

.selected-email {
    font-weight: bold;
}

.icon-pdf {
    background: url("../../../../img/icon-pdf.png") no-repeat center;
    background-size: 24px 24px;
    cursor: pointer;
}

.icon-word {
    background: url("../../../../img/icon-word.png") no-repeat center;
    background-size: 24px 24px;
    cursor: pointer;
}

.icon-mail {
    background: url("../../../../img/icon-email.png") no-repeat center;
    background-size: 12px 12px;
    cursor: pointer;
}

.download-docs-modal-container {
  height: 90vh!important;
}

.download-docs-modal-container .template-row {
    display: flex;
    align-items: center;
    padding: 0;
}

.download-docs-modal-container .template-row .x-form-item-body {
    display: flex;
    align-items: center;
}

.download-docs-modal-container .template-row .x-form-display-field {
 padding: 0!important;
}

.download-docs-modal-container .template-row .icon {
    top: 2px!important;
}

.download-docs-modal-container .scroll-container .x-box-inner {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.download-docs-modal-container .scroll-container .x-box-inner .x-form-display-field {
    padding-top: 0 !important;
}

.download-docs-modal-container .icon-word, .icon-pdf {
    top: -2px !important;
}

.custom-toolbar-container {
    padding: 5px;
}

.custom-toolbar-text {
    color:#4c4c4c;
    font-size: 11px;
    margin: 0 10px;
}

.default-button-inside-tbar {
    font-size: 11px;
    color: #333333;
    cursor: pointer;
    height: 22px;
    border-radius: 3px;
    padding: 2px 8px;
    border-width: 1px;
    border-style: solid;
    background-color: white;
    background-image: -webkit-linear-gradient(top, #ffffff, #f9f9f9 48%, #e2e2e2 52%, #e7e7e7);
    border-color: #d1d1d1;
}

.default-button-inside-tbar:hover {
    border-color: #b0ccf2;
    background-color: #e4f3ff;
    background-image: -webkit-linear-gradient(top, #e4f3ff, #d9edff 48%, #c2d8f2 52%, #c6dcf6);
}

.fixed-width-panel {
    width: 920px !important;
    margin: 0 auto;
}

.deals-summary-table-wrapper {
    padding: 5px;
    background-image: -webkit-linear-gradient(top, #dfe9f5, #d3e1f1);
}

.deals-summary-table {
    display: flex;
    flex-direction: column;
}

.deals-summary-table-header, .deals-summary-table-row {
    display: flex;
    flex-direction: row;
}

.deals-summary-table-header {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}
.deals-summary-table-header .deals-summary-table-cell {
    font-size: 12px;
    color: #1b8b8f;
    font-weight: 600;
}

.deals-summary-table-cell {
    flex: 1;
    text-align: left;
    padding: 5px;
    border-right: 1px solid #ccc;
    font-size: 11px;
}

.deals-summary-table-cell:last-child {
    border-right: none;
}

.wrap-columns {
    display: flex;
    flex-wrap: wrap;
}

.deals-summary-table-currency-row {
    flex: 0 0 50%;
    box-sizing: border-box;
    padding: 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-bbar {
    width: 920px!important;
}

.custom-bbar.full-width {
    display: flex;
    justify-content: flex-end;
    width: 100% !important;
}
