.edit-form .form-group {
    vertical-align: middle;
}

.edit-form h2.text-justify {
    color: #272727;
    font-family: LatoSemibold, sans-serif;
}

.edit-form .edit-block {
    background: #fff;
    padding: 30px 40px;
}

input[type=checkbox]:checked + label {
    color: #000000;
}

.edit-form .edit-block.edit-block-transparent {
    background: transparent;
}

.edit-form .edit-block.edit-block-no-padding {
    padding: 0;
}

.edit-form .edit-block.edit-block-no-padding-bottom {
    padding-bottom: 0;
}

.edit-form .edit-block.edit-block-underline {
    margin-bottom: 3px;
}

.edit-form div.vs-block-header h3 {
    padding-left: 60px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    margin: 0 0 15px 0;
    font-family: LatoMedium, sans-serif;
    color: #868686;
}

.edit-form div.vs-block-header > a {
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    font-family: LatoMedium, sans-serif;
}

.edit-form div.vs-person h3 {
    background: url(../img/person-45-42.png) no-repeat;
}

.edit-form div.vs-tool h3 {
    background: url(../img/tool-45-40.png) no-repeat;
}

.edit-form div.vs-list h3 {
    background: url(../img/list-45-39.png) no-repeat;
}

.edit-form div.vs-payments h3 {
    background: url(../img/list-45-40.png) no-repeat;
}

.edit-form .form-group {
    margin: 0;
    min-height: 40px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vs-documents-mini.edit-form .form-group {
    min-height: none;
}

.edit-form .edit-row + .edit-row {
    padding-top: 10px;
}

.vs-documents-mini.edit-form .edit-row + .edit-row {
    padding-top: 2px;
}

.vs-documents-mini.edit-form .form-group {
    margin-bottom: 5px;
}

.edit-form .label-cnt {
    height: 40px;
    line-height: 40px;
}

.edit-form .history-event-date{
    padding-right: 10px;
}

.vs-documents-mini.edit-form .label-cnt {
    height: 20px;
    line-height: 20px;
}

.edit-form label:not(.document-upload-btn) {
    margin-top: 8px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-transform: none;
}

.edit-form .border-bottom {
    border-bottom: 1px solid #dedede;
}

.edit-form .datepicker {
    padding: 6px 14px;
}

.edit-form .vs-input-date > label {
    top: 0;
}

.edit-form div.checkbox {
    margin: 0;
}

.edit-form .checkbox label {
    margin: inherit;
    line-height: inherit;
}

.edit-form .vs-button {
    margin: 0;
}

.edit-form .vs-button-wide {
    margin-right: 10px;
    font-size: 12px;
    height: 40px;
    width: 250px;
    padding: 0;
    text-align: center;
}

.edit-form .vs-button-action {
    font-size: 12px;
    width: 245px;
    padding: 2px 2px;
}

.edit-form .vs-button-edit-action {
    font-size: 12px;
    min-height: 31px;
    width: 245px;
    padding: 2px 2px;
}

.edit-form .vs-button-left {
    margin-right: 10px;
}

.edit-form input.error-field,
.edit-form textarea.error-field,
.edit-form .input-group-addon.error-field,
.edit-form span.btn.error-field,
.edit-form div.error-field.bootstrap-select button.btn,
.edit-form .document-upload-btn span.error-field,
.edit-form div.doc-copy-block.error-field,
.edit-form div.doc-sign.error-field {
    border-color: #CE0000;
}

.edit-form div.doc-copy-block.error-field,
.edit-form div.doc-sign.error-field {
    border-width: 2px;
    border-style: solid;
}

.edit-form hr {
    padding: 0px 50px;
    margin: 10px 0;
}

.edit-form .vs-select .btn,
.edit-form .btn-group.open .dropdown-toggle {
    border-color: #e4ecf2;
}

.edit-form input:focus,
.edit-form .vs-select .btn:focus,
.edit-form .vs-select.open .btn {
    border-color: #66afe9;
}

.edit-form .document-upload-btn span {
    color: #1677e5;
    font-size: 11px;
    height: 31px;
    width: 255px;
    border-color: #1677e5;
    background: #ffffff;
}

.edit-form div[data-role='signature'][data-view='empty'] {
    padding-top: 5px;
}

.edit-form .button-blue span {
    font-size: 11px;
    height: 31px;
    width: 255px;
    color: #fff;
    border-color: #1677e5;
    background: #1677e5;
}

.edit-form .document-upload-btn span[disabled] {
    color: #cccccc;
    border-color: #cccccc;
    opacity: 1;
}

.edit-form .document-upload-btn span.error-field {
    border-color: #CE0000;
    background: #CE0000;
}

.edit-form .label-cnt.vs-checkbox {
    line-height: 18px;
    vertical-align: middle;
}

.edit-form .label-cnt.vs-checkbox div.checkbox {
    margin-top: 6px;
}

.edit-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #aaa;
}

.edit-form ::-moz-placeholder { /* Firefox 19+ */
    color: #aaa;
}

.edit-form :-ms-input-placeholder { /* IE 10+ */
    color: #aaa;
}

.edit-form :-moz-placeholder { /* Firefox 18- */
    color: #aaa;
}

.edit-form .help {
    box-shadow: rgba(117, 151, 189, 0.498039) 0px 0px 10px;
    border-radius: 10px;
    border: 1px solid rgb(117, 151, 189);
    margin: 0 0 25px 0;
    padding: 20px 25px 20px 90px;
    color: rgb(117, 151, 189);
    font-size: 12px;
    font-family: LatoRegular, sans-serif;
    background: url(../img/message_logo.png) no-repeat 25px 15px;
    font-weight: normal;
    min-height: 72px;
}
.edit-form .help-toggle ~ .help{
	margin-top: 10px;
}

.edit-form .help span {
    display: inline-block;
}

.edit-form .help span + span {
    padding-top: 10px;
}

.edit-form .help a,
.edit-form .help strong {
    font-family: LatoBold, sans-serif;
    font-weight: bold;
}

.edit-form .edit-block.edit-block-transparent .help {
    color: #666;
}

.edit-form textarea {
    resize: vertical;
}

.edit-form .input-group-addon {
    background-color: #fff;
}

.edit-form .input-group > * {
    padding-left: 3px;
}

.edit-form .input-group > .phone-field {
    padding-left: 8px;
}

.edit-form .input-group-addon:first-child {
    padding-right: 3px;
    padding-left: 12px;
}

.edit-form .text-block {
    word-wrap: break-word;
    font-family: LatoSemibold, sans-serif;
}

.edit-form .table-col .text-block {
    max-width: 700px;
}

.edit-form .form-control:hover,
.edit-form .vs-select .btn:hover {
    border-color: #afb4b7;
}

div.vs-bottom-btn a.vs-button,
div.vs-bottom-btn input.vs-button,
div.vs-bottom-btn button.vs-button {
    margin: 15px 0px 0px 10px;
    font-size: 12px;
    height: 40px;
    line-height: 36px;
    vertical-align: middle;
}

.edit-form .vs-margin-top-15 {
    margin-top: 15px;
}

.edit-form .edit-row label.info {
    font-size: 14px;
    margin: 0;
}

.table-container {
    display: table;
    width: 100%;
}

.table-container .signature-block-view{
    display:block;
	margin-bottom:10px
}

.table-container .sign-view{
    display: inline-block;
}

.table-container .table-row {
    height: 100%;
    width: 100%;
    float: none;
    display: table;
    margin-left: 0;
}

.table-container .table-row .table-col {
    height: 100%;
    display: table-cell;
    float: none;
    vertical-align: top;
}

.edit-form .border-right {
    border-right: 1px solid #dedede;
}

.edit-form .attachment .block {
    display: block;
    clear: both;
}

.edit-form a.staple,
.edit-form a.sign {
    min-height: 30px;
    max-width: 300px;
    line-height: 18px;
    vertical-align: middle;
    padding-left: 40px;
    display: inline-block;
    margin-bottom: 5px;
    float: left;
    word-wrap: break-word;
}

.check .edit-form a.staple,
.check .edit-form a.sign {
    min-width: 300px;
}

.edit-form a.staple:before,
.edit-form a.sign:before {
    position: absolute;
    display: block;
    left: 15px;
    width: 30px;
    height: 30px;
    content: "";

    border: 1px solid #e4e4e4;
    border-radius: 5px;

    background-color: #fafafa;
    background-image: url('../img/document/staple.png');
    background-repeat: no-repeat;
    background-size: 23px 23px;
    background-position: 3px 3px;
}

.edit-form a.staple {
    font-family: LatoBold, sans-serif;
}

.edit-form a.sign:before {
    background-image: url('../img/document/signature.png');
}

.edit-form a.remove {
    font-size: 16px;
    margin-top: 4px;
    float: right;
}

.table-col textarea.form-control {
    height: 80px;
}

a.decline {
    font-family: LatoMedium, sans-serif;
}

.edit-form .vs-font-14 {
    color: #8a8fa5;
    font-size: 14px;
    font-family: LatoSemibold, sans-serif;
}

.form-control.thin-control {
    padding: 2px 14px;
    height: 31px;
}

input.btn.btn-blue {
    font-size: 11px;
    color: #fff;
    border-color: #1677e5;
    background: #1677e5;
    text-transform: uppercase;
}