.envelope-editor-page {
    overflow: scroll;
    overflow-x: hidden;
}

.envelope-editor-page .current-state {
    position: absolute;
    z-index: 99;

    top: 26px;
    left: 75px;

    font-weight: 500;
    font-size: 14px;

    color: #333;
}

.envelope-editor-page .page-content {
    display: flex;
    flex-direction: column;

    align-items: center;

    height: 100%;
}

.envelope-editor-page .envelope-configuration {
    width: 725px;

    padding: 32px 0px 24px 0px;

    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.envelope-editor-page .title {
    font-size: 16px;
    font-weight: normal;
    color: black;
    padding-left: 15px;
}
.envelope-editor-page .title:not(:first-child) {
    margin-top: 32px;
}

.envelope-editor-page .envelope-name {
    margin: 16px;
    margin-top: 38px;
    margin-bottom: 0px;
}
.envelope-editor-page .envelope-name md-input-container {
    width: 100%;
    margin: 0;
}

.envelope-editor-page .pick-signature-type {
    display: flex;
    flex-direction: row;
}
.envelope-editor-page .signature-type-picker:first-child {
    margin-right: 8px;
}
.envelope-editor-page .signature-type-picker:last-child {
    margin-left: 8px;
}

.envelope-editor-page .signature-type-picker {
    display: flex;
    align-items: center;
    outline: none;
    width: 100%;
    position: relative;
    border-radius: 20px;
    border: 1px solid lightgray;
    cursor: pointer;
    margin-top: 16px;
}
.envelope-editor-page .signature-type-picker.selected {
    background: rgba(92, 200, 255, 0.3);
}
.envelope-editor-page .signature-type-picker:not(.selected):hover {
    background: rgba(0, 0, 0, 0.03);
}


.envelope-editor-page .signature-type-picker .picker-body {
    flex: 1;
    padding: 12px 12px 12px 0px;
    display: flex;
    flex-direction: column;
}
.envelope-editor-page .signature-type-picker .picker-image-placeholder {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}
.envelope-editor-page .signature-type-picker .picker-image {
    width: 52px;
    height: 52px;
}
.envelope-editor-page .signature-type-picker .picker-title {
    font-size: 12px;
    color: black;
}
.envelope-editor-page .signature-type-picker .picker-description {
    font-size: 10px;
    color: #555;
    margin-top: 2px;
    margin-bottom: 8px;
}
.envelope-editor-page .signature-type-picker .picker-checkbox {
    position: absolute;
    pointer-events: none;

    right: 4px;
    bottom: 10px;
}
.envelope-editor-page .signature-type-picker .picker-checkbox md-checkbox {
    margin: 0;
}


.envelope-editor-page .document-drop-container {
    margin-top: 32px;
    margin-bottom: 32px;
}

.envelope-editor-page .document-upload {
}
.envelope-editor-page .document-upload-box {
    min-height: 450px;
    height: auto;
}
.envelope-editor-page .document-upload-tips {
    width: 50%;
    margin: 24px 0px;
    margin-top: 0px;
}
.envelope-editor-page .document-upload-toolbar {
    margin: 0;
    padding: 0;
}
.envelope-editor-page .document-upload-tips .document-upload-tip {
    padding-top: 8px;
}
.envelope-editor-page .document-upload-tips .document-upload-progress-tip {
    display: flex;
    flex-direction: row;
}
.envelope-editor-page .document-upload-tips .document-upload-progress-tip .min-progress {
    margin-right: 8px;
}
.envelope-editor-page .document-upload-tips .document-upload-progress-tip .max-progress {
    margin-left: 8px;
}
.envelope-editor-page .document-upload-tips .document-upload-progress-tip .current-progress {
    width: 100%;
    position: relative;

    display: flex;
    align-self: flex-end;
}
.envelope-editor-page .document-upload-tips .document-upload-progress-tip .current-progress .progress {
    position: absolute;
    top: -18px;
}

.envelope-editor-page .document-drop-list-container {
    position: relative;
    
    display: flex;
    flex-direction: column;
    flex: 1;

    border: 2px dashed #d3d3d3;
    border-radius: 4px;
    
    width: 100%;
    height: 100%;

    padding: 12px 8px;
}
.envelope-editor-page .document-drop-list-container-item {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 8px;

    background: #afc0c91f;
    border-radius: 8px;

    position: relative;
}
.envelope-editor-page .document-drop-list-container-item:not(:last-child) {
    margin-bottom: 8px;
}

.envelope-editor-page .document-drop-list-container-item .document-delete-button-placeholder {
    position: absolute;
    z-index: 0;
    
    top: -6px;
    right: -10px;

    width: 20px;
    height: 20px;

    display: block;
}
.envelope-editor-page .document-drop-list-container-item .document-delete-button-placeholder .document-delete-button {
    width: 20px;
    height: 20px;

    background: white;
    border-radius: 50%;

    display: block;
}
.envelope-editor-page .document-drop-list-container-item .document-delete-button-placeholder .document-delete-button md-icon {
    width: 18px;
    min-width: 18px;

    height: 18px;
    min-height: 18px;

    font-size: 18px;
}

.envelope-editor-page .document-drop-list-container-item .document-item-properties {
    display: flex;
    flex-direction: row;
    align-items: center;

    padding-top: 4px;
    padding-bottom: 4px;
}
.envelope-editor-page .document-drop-list-container-item .document-item-properties .document-property {
    width: 50%;
    font-weight: 500;
}
.envelope-editor-page .document-drop-list-container-item .document-item-properties .document-property.left {
    text-align: left;
    padding-right: 12px;
}
.envelope-editor-page .document-drop-list-container-item .document-item-properties .document-property.right {
    text-align: right;
    padding-left: 12px;
}
.envelope-editor-page .document-drop-list-container-item .document-item-properties .document-property .document-name {
    background: white;
    border-radius: 8px;

    display: flex;
    align-items: center;

    height: 25px;
    padding-left: 8px;

    font-size: 10px;
}
.envelope-editor-page .document-drop-list-container-item .document-item-properties .document-property .document-name input {
    font-weight: 500;
    border: transparent;
    width: 100%;
}
.envelope-editor-page .document-drop-list-container-item .document-item-properties .document-property .document-name input:focus {
    outline-color: transparent;
}
.envelope-editor-page .document-drop-list-container-item .document-item-properties .document-property .document-name md-icon {
    height: 14px;
    min-height: 14px;
    
    width: 14px;
    min-width: 14px;
    
    margin-right: 8px;
    font-size: 14px;
}

.envelope-editor-page .document-drop-list-container-item .document-item-properties .document-property .link {
    font-size: 10px;
    font-weight: 500;
}

.envelope-editor-page .document-drop-list-container-item .document-item-properties .custom-select-container {
    border-radius: 8px;
    background: white;
}
.envelope-editor-page .document-drop-list-container-item .document-item-properties .custom-select-container .selected-option {
    border: none;
    
    padding-left: 8px;
    font-size: 10px;

    height: 20px;
    min-height: 20px;
}

.envelope-editor-page .document-drop-list-container-item .document-item-properties .document-progress-status {
    width: 50%;

    text-align: right;
    font-weight: 500;
}
.envelope-editor-page .document-drop-list-container-item .document-item-properties .document-progress-status .success md-icon {
    color: #1d71b8;
    font-size: 14px;
    
    height: 14px;
    width: 14px;
    min-width: 14px;
    min-height: 14px;

    margin: 0;
    margin-left: 8px;
}
.envelope-editor-page .document-drop-list-container-item .document-item-properties .document-progress-status .error md-icon {
    color: rgb(226 0 0);
    font-size: 14px;
    
    height: 14px;
    width: 14px;
    min-width: 14px;
    min-height: 14px;

    margin: 0;
    margin-left: 8px;
}
.envelope-editor-page .document-drop-list-container-item .document-item-properties .document-progress-status .success {
    font-size: 10px;
    font-weight: 500;
    color: #1d71b8;
    
    width: 100%;
    text-align: right;

    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.envelope-editor-page .document-drop-list-container-item .document-item-properties .document-progress-status .error {
    font-size: 10px;
    font-weight: 500;
    color: rgb(226 0 0);
    
    width: 100%;
    text-align: right;

    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.envelope-editor-page .document-drop-list-container-item md-progress-linear {
    height: 10px;

    margin-top: 6px !important;
    margin-bottom: 6px !important;
}
.envelope-editor-page .document-drop-list-container-item md-progress-linear .md-container .md-bar {
    height: 8px;
}
.envelope-editor-page .document-drop-list-container-item md-progress-linear .md-container {
    border-radius: 8px;
    height: 8px;
}
.envelope-editor-page .document-drop-list-container-item md-progress-linear.md-warn .md-bar {
    background-color: rgb(226 0 0);
}


.envelope-editor-page .documents-recipients-configuration {
    display: flex;
    flex-direction: row;
    align-items: center;

    width: 100%;

    box-sizing: border-box;

    padding: 24px;
    padding-bottom: 0;
}
.envelope-editor-page .documents-recipients-configuration md-checkbox {
    width: 100%;
}
.envelope-editor-page .documents-recipients-configuration custom-select {
    width: 100%;

    border: 1px solid lightgray;
    border-radius: 8px;
}
.envelope-editor-page .documents-recipients-configuration .custom-select-container .selected-option {
    border-bottom: none;

    padding: 4px;
    padding-left: 12px;
}
.envelope-editor-page .documents-recipients-configuration-divider {
    width: 100%;

    margin-top: 26px;
    margin-bottom: 14px;
}


.envelope-toolbar {
    display: flex;
    align-items: center;
    align-items: flex-end;
    justify-content: flex-end;

    width: 800px;
    box-sizing: border-box;
}
.envelope-toolbar > div[class$=placeholder] {
    width: 129px;
}
.envelope-toolbar .button {
    flex: 1;
    font-size: 12px;
    margin-left: 4px;

    height: 35px;
    width: 125px;
    max-width: 125px;
}
.envelope-toolbar .save-button-placeholder {
    margin-right: 44px;
    position: relative;
}
.envelope-toolbar .next-button-placeholder {
    position: relative;
}
.envelope-toolbar .send-button-placeholder {
    position: relative;
}
.envelope-toolbar .button.save-button {
    margin-right: auto;
}
.envelope-toolbar .button.send-button {
    font-weight: 500;
    color: white;
}
.envelope-toolbar .button.send-button:hover {
    /*
    background: #f3bb3d;
    background: #1387c1;
    border-color: #1387c1;
    */
}
.envelope-toolbar .button.next-button {
}
.envelope-toolbar .button.prev-button {
}
.envelope-toolbar .button-tooltip-placeholder, .envelope-toolbar .icon-tooltip-placeholder {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 316px;
    height: 100%;
}
.envelope-configuration + .envelope-toolbar-placeholder .envelope-toolbar {
    width: 570px;
}
.envelope-toolbar-placeholder {
    position: sticky;
    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    bottom: 0px;
    right: 17px;
    
    width: 100%;
    height: 52px;

    background: white;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    
    margin-bottom: auto;
}
.envelope-toolbar-placeholder.at-bottom {
    border-color: white;
}

.envelope-editor-page .recipients-configuration-placeholder .recipients-configuration:not(:first-child) {
    margin-top: 0;
    padding-top: 0;
}
.envelope-editor-page .place-signatures .pdf-info-wrapper.active {
    background-color: rgb(191 214 255 / 60%);
}
.envelope-editor-page .place-signatures .pdf-info-placeholder {
    padding: 12px;
    cursor: pointer;
}
.envelope-editor-page .place-signatures .pdf-info-placeholder .pdf-info {
    width: 100%;
    padding-left: 12px;
}
.envelope-editor-page .place-signatures .pdf-info-placeholder .pdf-info .pdf-name {
    font-size: 12px;
    font-weight: 500;

    padding-bottom: 4px;
}
.envelope-editor-page .place-signatures .pdf-info-placeholder .pdf-info .pdf-pages-count {
    font-size: 10px;
    font-weight: normal;
}

.envelope-editor-page .send-document-form .title {
    font-weight: 600;
    font-size: 12px;
    padding: 0;
}

.envelope-editor-page .send-document-form .signers-list {
    border: none;
}
.envelope-editor-page .send-document-form .signer {
    display: flex;
    flex-direction: column;

    margin-bottom: 12px;
}

.envelope-editor-page .send-document-form .recipients-documents-list { 
    width: 100%;
    padding-top: 8px;
}
.envelope-editor-page .send-document-form .documents-list {
    display: flex;
    flex-direction: column;

    width: 100%;

    border-right: 1px solid #ccc;
    border-radius: 4px;

    position: relative;
    margin: 0;
    padding: 0;
}

.envelope-editor-page .send-document-form .documents-list:before {
    content: "";
    display: block;
    
    position: absolute;
    top: -24px;
    bottom: 12px;
    left: 12px;

    
    width: 0;
    border-left: 1px solid #ccc;
}
.envelope-editor-page .send-document-form .block-group:not(:first-child) .documents-list:before {
    top: -24px;
    bottom: 12px;
}

.envelope-editor-page .send-document-form .document {
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.envelope-editor-page .send-document-form .document-data {
    position: relative;
    padding: 0px 24px;
    margin-left: 16px;

    flex: 1;
    display: flex;
    flex-direction: column;
}
.envelope-editor-page .send-document-form .document-data .document-name {
    display: flex;
    align-items: center;

    height: 24px;
    font-size: 10px;
}

.envelope-editor-page .send-document-form .document-data:before {
    content: "";
    display: block;

    width: 16px;
    height: 0;

    border-top: 1px solid #ccc;
    margin-top: -1px;
    
    position: absolute;
    top: 13px;
    left: -4px;
}
.envelope-editor-page .send-document-form .document-data:after {
    content: "";
    
    width: 9px;
    height: 9px;
    
    position: absolute;
    left: 8px;
    top: 8px;
    
    border-radius: 50%;
    background: #ccc;
    text-align: center;
    
    font-size: 8px;
    font-weight: bold;
    line-height: 12px;
}

.envelope-editor-page .send-document-form .document-menu-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    
    height: 24px;
    padding: 0px 12px;
}
.envelope-editor-page .send-document-form .document-menu .md-icon-button {
    padding: 0px;
    margin: 0;

    width: 24px;

    height: 24px;
    min-height: 24px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.envelope-editor-page .send-document-form .document-menu {
    width: 100%;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
}
.envelope-editor-page .send-document-form .document-menu .md-button {
    margin: 0;

    width: 100%;
    height: 100%;

    box-sizing: border-box;

    height: 32px;
    min-height: 32px;
}

md-menu-item.document-menu-item{
    height: 32px;
    display: flex;
    flex-direction: column;
    flex: none;
    min-height: 32px;
}
md-menu-item.document-menu-headline {
    display: flex;
    align-items: center;
    padding: 0px 16px;
    font-weight: 500;
    height: 32px;
    min-height: 32px;
}
md-menu-item.document-menu-item .md-button {
    font-size: 11px;
    height: 34px;
    min-height: 34px;
    line-height: 34px;
    padding-left: 32PX;
}
md-menu-item.document-menu-item .md-button md-icon {
    margin-right: 4px;
    font-size: 16px;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
}

.envelope-editor-page .send-document-form .recipient-identity-configuration {
    border-left: 1px solid #ccc;
}
.envelope-editor-page .send-document-form .sms-consumition-advice {
    padding-left: 0;
    padding-bottom: 0px;
}


.envelope-list-page .envelope-documents-list {
    background: #f6f6f6;
    border-radius: 12px;
}
.envelope-list-page .envelope-documents-list .participants-list {
    margin-left: 38px;
    margin-right: 18px;

    background: #ffffffd6;
}