html,
body {
    height: 100%;
    margin: 0;
}
@media (max-width: 640px){
    #formButtons {
        display: table-row;
        float: left;
    }
    .cryptoWallets .mobtable td {
        display: block
    }
    .cryptoWallets .table-wire.labelblock {
        margin: 5px 20px 14px 20px !important;
    }
    .cryptoWallets .selectize-input.items.full.has-options.has-items {
        width: 90%!important;
    }
    .cryptoWallets .selectize-dropdown [data-selectable].option {
        white-space: break-spaces!important;
    }
    .cryptoWallets .labelblock input.input-text#ApplicationForm_amountfrommoney {
        width: 90%!important;
    }
}
body {
    background: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #FF0000;
    text-decoration: none;
}

h1 {
    margin: 10px;
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    color: #FF0000;
}

h2 {
    margin: 45px 0 0 0;
    font-size: 21px;
    font-weight: 700;
    color: #283d54;
    line-height: 20px;
}

.cryptoWallets h2 {
    margin: 34px 0 40px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
}

.cryptoWallets #ApplicationForm_from_gp h2,
.cryptoWallets #ApplicationForm_to_gp h2,
.cryptoWallets #ApplicationForm_info_gp h2,
.cryptoWallets #ApplicationForm_code_gp h2 {
    margin: 20px 0 0 0;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.87);
}

h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #444444;
    word-break: break-all;
    line-height: 24px;
}

.cryptoWallets h3 {
    font-size: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    word-break: break-all;
}

table {
    color: #283d54;
}

th {
    padding: 8px 0;
    font-weight: 400;
    color: #939ea9;
    font-size: 12px;
}

label {
    color: #aaaaaa;
    margin-top: 4px;
}

.app-label {
    font-size: 13px;
    color: #000000;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 5px 0 #ffffff, /* ваш box-shadow для :focus */ inset 0 0 0 50px #ffffff; /* цвет вашего фона */
    -webkit-text-fill-color: #000000; /* цвет текста */
}

.input-text {
    width: 100% !important;
    font-size: 13px;
    font-weight: 400;
    height: 29px;
    color: #000000;
    border: 0;
    border-bottom: 1px solid #c9cbd0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cryptoWallets .input-text {
    width: auto !important;
    max-width: 100%;
    min-width: 60%;
    min-height: 29px;
}

.cryptoWallets .login .input-text {
    width: 100% !important;
}

.input-pass-cell {
    width: 36px !important;
    font-size: 16px;
    font-weight: bold;
    height: 36px;
    color: #000000;
    text-align: center;
    background-color: #f3f4f5;
}

.cryptoWallets .input-pass-cell,
.cryptoWallets .input-pass-cell2 {
    height: 48px;
    min-width: 36px;
    max-width: 36px;
}

.cryptoWallets .table-wire.actionSign .table-buttons tr td:last-child {
    padding: 0 0 0 0;
}
.cryptoWallets .table-wire.actionSign #ApplicationForm_info_gp h2,
.cryptoWallets .table-wire.actionSign #ApplicationForm_code_gp h2 {
    white-space: nowrap
}
.cryptoWallets .table-wire.actionSign .table-buttons {
    padding: 0;
    width: 60%;
}
.cryptoWallets select.input-text,
.cryptoWallets .labelblock select.input-text {
    background: #f2f2f2;
    padding: 0 10px;
}
.cryptoWallets .actionSign {
    margin-left: 70px;
}
.cryptoWallets .actionSign td,
.cryptoWallets .actionSign td .app-label {
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.87);
}
.cryptoWallets .actionSign label {
    color: rgba(0, 0, 0, 0.6);
    margin-top: 0;
    white-space: nowrap;
}
.cryptoWallets .actionSign .data-block-title td {
    display: block
}
.cryptoWallets .actionSign #ApplicationForm_from_gp.data-block-title td h2 {
    margin-top: 0
}
.cryptoWallets .table-wire.actionSign tr td:first-child {
    font-weight: 400;
    padding-right: 0px;
    text-align: left;
}
.cryptoWallets .table-wire.actionSign tr td.labelStandart:first-child {
    width: 15%
}

.input-text:disabled {
    border-color: #a7a7a7;
}

.input-select {
    padding: 0;
}

.input-textarea {
    height: 100px;
    font-size: 13px;
    padding: 5px 10px;
    border: 1px solid #c9cbd0;
    border-radius: 2px;
    color: #000000;
    resize: none;
}

.input-textarea-mail {
    height: 160px;
    font-size: 13px;
    padding: 5px 10px;
    border: 1px solid #c9cbd0;
    color: #000000;
    resize: none;
}

.button {
    width: 100%;
    height: 39px;
    padding: 0 20px;
    display: block;
    background-color: #ffffff;
    border: 1px solid #FF0000;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    line-height: 37px;
    cursor: pointer;
    overflow: hidden;
}

.cryptoWallets .button {
    height: 48px;
}

.cryptoWallets .newtable td {
    width: 100%;
    padding-right: 0 !important;
}
.cryptoWallets div.pages {
    display: none
}
.cryptoWallets thead#testthead {
    background: rgba(11, 154, 120, 0.1);
}
.cryptoWallets #mp_table td {
    font-size: 12px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.87);
    padding: 8px 0;
}
.cryptoWallets #mp_table td span {
    color: rgba(0, 0, 0, 0.6);
}
.cryptoWallets .newtable .input-text {
    width: 80% !important;
}
.cryptoWallets .newtable input.input-text {
    width: 85% !important;
    font-size: 14px;
    font-weight: 400;
    height: 48px;
    border: 0;
    border-bottom: 1px solid #c9cbd0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}

.button-primary {
    width: 100%;
    height: 39px;
    padding: 0 20px;
    display: block;
    background-color: #FFFFFF!important;
    border: 1px solid #FF0000!important;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
    text-align: center;
    text-decoration: none;
    line-height: 37px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
}

.cryptoWallets .button-primary {
    height: 48px;
    line-height: 47px;
    font-size: 14px;
    font-weight: 500;
}

.button-small {
    width: 100%;
    min-width: 72px;
    height: 30px;
    padding: 0 18px 0 8px;
    display: block;
    background-color: #ffffff;
    background: url("img/arrow_right_active.svg") no-repeat 90%;
    background-size: 6px 10px;
    border: 1px solid #FF0000;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    line-height: 29px;
    cursor: pointer;
    overflow: hidden;
}


.button-green {
    width: 100%;
    min-width: 72px;
    height: 30px;
    padding: 0 8px;
    display: block;
    background-color: #20C261;

    background-size: 6px 10px;
    border: 1px solid transparent;
    border-radius: 3px;
    box-sizing: border-box;
    color: white;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    line-height: 29px;
    cursor: pointer;
    overflow: hidden;
}

.button-wait {
    min-width: 72px;
    height: 30px;
    padding: 0 18px 0 8px;
    background-color: #ffffff;
    border: 1px solid #FF0000;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    line-height: 29px;
    cursor: pointer;
    overflow: hidden;
}

.button-wait:disabled {
    border-color: #888888;
    color: #888888;
    cursor: wait;
}

.btn-border {
    background: #0b9a78;
    border: 1px solid #0b9a78;
    color: white !important;
}

.btn-border:hover {
    background-color: #5365ca;
    border-color: #5365ca;
    color: white !important;
}

.btn-border:active {
    background-color: #505db9;
    border-color: #505db9;
    color: white !important;
}

.ico-card-add-new {
    padding-left: 20px !important;
    padding-right: 0px !important;
    background: #0b9a78 url("img/card_add_new.svg") no-repeat 15px;
    background-size: 22px 20px;
}

.required {
    color: #ff0000;
    vertical-align: super;
}

.datepicker {
    cursor: pointer;
}

.checkbox label {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    height: 17px;
    line-height: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

.wrapper {
    display: flex;
}

.navigation a {
    color: #3d3d3d;
    text-decoration: none;
}

.navigation a:hover {
    color: #f2b74e;
}

.header {
    width: 100%;
    max-width: 1400px;
    height: 84px;
    padding: 0 34px 0 7px;
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #3d3d3d;
}

.cryptoWallets .header {
    padding: 0 10px 0 7px;
    color: rgba(0, 0, 0, 0.87);
}

.header-user-name {
    margin-left: 8px;
    padding: 7px 0 7px 35px;
    display: inline-block;
    background-image: url("img/user.svg");
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: 22px 22px;
}

.header-language-current {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    line-height: 37px;
    text-decoration: none;
    background-image: url("img/arrow_down_white.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 10px 6px;
}

.header-language-current:hover {
    background-image: url("img/arrow_down_active.svg");
    color: #0b9a78;
}

.header-theme-current {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    line-height: 36px;
    margin-right: 20px;
    display: block;
    width: 40px;
    text-decoration: none;
    background-image: url("img/arrow_down_white.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 10px 6px;
}

.header-theme-current:hover {
    background-image: url("img/arrow_down_active.svg");
}

.box {
    position: relative;
    margin: 20px 10px;
    padding: 10px;
    /*background: rgba(226,227,228,0.2);*/
    background: #ffffff;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(54, 55, 81, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(54, 55, 81, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(54, 55, 81, 0.1);
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(54, 55, 81, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(54, 55, 81, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(54, 55, 81, 0.3);*/
}

.cryptoWallets .box {
    margin: 0px 10px 20px 10px;
    padding: 20px 20px;
}

.box-email {
    position: relative;
    margin: 20px 10px;
    padding: 10px;
    background: #ffffff;
    border: #c9cbd0 1px solid;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box-title-right span {
    display: inline-block;
    font-size: 21px;
    line-height: 24px;
}

.box-title-right .dropdown-sm {
    top: 28px;
}

.box-filters {
    padding: 10px 20px 0 20px;
}

.box-content {
    margin: 0 0 24px 0;
    padding: 0 20px;
    overflow: hidden;
}

.box-footer {
    padding: 0 20px 14px 20px;
}

table img {
    vertical-align: middle;
}

.table-report {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

.table-report a {
    text-decoration: none;
    color: #000000;
}

.table-report a:hover{
    text-decoration: none;
    color: #FF0000;
}

.table-report tr {
    border-bottom: 1px solid #c9cbd0;
}

.cryptoWallets .labelblock td {
    display: block
}
.cryptoWallets .table-wire.labelblock tr td:first-child {
    text-align: left;
}
.cryptoWallets .table-wire.labelblock {
    width: 80%;
    margin: 25px 24px 14px 70px;
}
.cryptoWallets .labelblock td label {
    color: rgba(0, 0, 0, 0.6);
    margin-top: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;}
.cryptoWallets .labelblock input.input-text {
    padding: 0 12px;
    background: #f2f2f2;
    width: 60%!important;
}
.cryptoWallets .labelblock .button-primary {
    width: 60%
}
.cryptoWallets .labelblock .input-text {
    font-size: 13px;
    font-weight: 400;
    height: 48px;
    color: rgba(0, 0, 0, 0.87);
    border: 0;
    border-bottom: 0px solid #c9cbd0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 20px;
    padding: 0 0px;
    border-radius: 3px;
}

::-webkit-input-placeholder {color:rgba(0, 0, 0, 0.48);}
::-moz-placeholder          {color:#rgba(0, 0, 0, 0.48);}
:-moz-placeholder           {color:#rgba(0, 0, 0, 0.48);}
:-ms-input-placeholder      {color:#rgba(0, 0, 0, 0.48);}
.cryptoWallets .table-wire.labelblock td {
    padding-top: 0px;
    padding-bottom: 0px;
}
.cryptoWallets .table-wire.labelblock tr td:last-child {
    padding-bottom: 20px;
}
.cryptoWallets labelblock .input-text.error {
    border:1px solid red
}

.card-icon-status-success {
    width: 22px;
    height: 18px;
    margin: -2px 4px 0 0;
    display: inline-block;
    background: url("img/card_successfully.svg") no-repeat center;
    background-size: 22px 18px;
    vertical-align: middle;
}

.card-icon-status-waiting {
    width: 22px;
    height: 18px;
    margin: -2px 4px 0 0;
    display: inline-block;
    background: url("img/card_new.svg") no-repeat center;
    background-size: 22px 18px;
    vertical-align: middle;
}

.icon-status-waiting {
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    display: inline-block;
    background: url("img/status_pending.svg") no-repeat center;
    background-size: 16px 16px;
    vertical-align: middle;
}

.icon-status-error {
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    display: inline-block;
    background: url("img/status_declined.svg") no-repeat center;
    background-size: 16px 16px;
    vertical-align: middle;
}

.card-icon-status-hard-error {
    width: 22px;
    height: 18px;
    margin: -2px 4px 0 0;
    display: inline-block;
    background: url("img/card_hard_blocked.svg") no-repeat center;
    background-size: 22px 18px;
    vertical-align: middle;
}

.card-icon-status-error {
    width: 22px;
    height: 18px;
    margin: -2px 4px 0 0;
    display: inline-block;
    background: url("img/card_blocked.svg") no-repeat center;
    background-size: 22px 18px;
    vertical-align: middle;
}

.template-icon i {
    position: relative;
    width: 42px;
    height: 54px;
    display: inline-block;
    border-radius: 3px;
    background: #3b8ba9;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    line-height: 54px;
}

.template-icon i:after {
    position: absolute;
    top: -1px;
    right: 0;
    content: " ";
    width: 14px;
    height: 15px;
    display: block;
    background: url("img/attachment_corner.svg") no-repeat right top;
    background-size: 20px 20px;
}

.template-title {
    width: calc(100% - 56px);
    height: 54px;
    padding: 0 0 0 14px;
}

.footer {
    color: #FFFFFF;
}

.footer a {
    color: #FFFFFF;
}

.footer-info {
    color: #afbed6;
}

.footer-additional-info {
    color: #afbed6;
}

.dropdown-sm {
    position: absolute;
    right: 0;
    display: none;
    background: #ffffff;
    white-space: nowrap;
    color: #555555;
    text-align: right;
    -webkit-box-shadow: 10px 10px 23px 10px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 10px 10px 23px 10px rgba(0, 0, 0, 0.24);
    box-shadow: 10px 10px 23px 10px rgba(0, 0, 0, 0.24);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 3;
}

.dropdown-sm a {
    padding: 5px 10px;
    display: block;
    color: #555555;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}

.dropdown-sm a:hover {
    background-color: #FF0000;
    color: #ffffff;
}

.dropdown-sm-light {
    position: absolute;
    right: 0;
    display: none;
    background: #ffffff;
    border: 1px solid #3b8ba9;
    border-radius: 3px;
    white-space: nowrap;
    color: #3b8ba9;
    text-align: right;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(54, 55, 81, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(54, 55, 81, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(54, 55, 81, 0.1);
    z-index: 3;
}

.dropdown-sm-light ul {
    margin: 0;
    padding: 0;
}

.dropdown-sm-light li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #c9cbd0;
}

.dropdown-sm-light li:last-child {
    border: 0;
}

.dropdown-sm-light a {
    padding: 5px 10px;
    display: block;
    text-decoration: none;
}

.dropdown-sm-light a:hover {
    background-color: #d1ebf5;
}

.table-draft-list tr th:nth-child(2),
.table-draft-list tr td:nth-child(2) {
    padding: 0;
    text-align: center;
}

.table-draft-list tr td:last-child {
    position: relative;
    width: 65px;
    text-align: right;
    overflow: visible !important;
}

.table-draft-list tr th:first-child,
.table-draft-list tr td:first-child {
    width: 17px;
    padding-left: 0;
    padding-right: 0;
}

.table-draft-list .checkbox {
    margin: 6px 0 6px 8px;
}

.table-draft-list .checkbox i {
    margin-right: 8px;
}

.table-draft-list tr td:nth-child(2) {
    width: 70px;
    white-space: nowrap;
    text-align: left;
}

.table-draft-list tr td:nth-child(3) {
    width: 70px;
    white-space: nowrap;
}

.table-draft-list tr td:nth-child(4) {
    width: 120px;
    white-space: nowrap;
}

.table-draft-list tr td:nth-child(5),
.table-draft-list tr td:nth-child(6) {
    width: 65px;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.table-draft-list tr td:nth-child(6) {
    width: 50px;
    text-align: center;
    white-space: nowrap;
}

.table-draft-list tr td:nth-child(7) {
    width: 300px;
    white-space: nowrap;
}

.table-draft-list tr td:nth-child(8) {
    width: 100px;
    white-space: nowrap;
}

.table-cards-list tr th:first-child,
.table-cards-list tr td:first-child {
    padding-left: 0;
    padding-right: 0 !important;
    text-align: left;
}

.table-statement tr {
    border-bottom: 1px solid #c9cbd0;
}

.email-info {
    width: 100%;
    border: 0;
    border-top: 1px solid #e7e7e7;
    border-collapse: collapse;
}

.email-add-reply {
    padding: 34px 0 0 0;
    border-top: 1px solid #e7e7e7;
}

.attached-file-name {
    background: url("img/icon_file_attached.svg") no-repeat left;
    color: #283d54;
    padding-left: 15px;
    margin-left: 5px;
}

.attached-item-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #ffffff;
    z-index: 2;
}

.table-email-acc tr {
    border-bottom: 1px solid #c9cbd0;
}

.table-email-list tr {
    border-bottom: 1px solid #c9cbd0;
}

.email-list-time {
    display: block;
    font-style: normal;
    font-size: 11px;
    color: #9a9a9a;
}

/* jQuery-UI Styles */

.ui-button {
    margin-right: 0;
}

.ui-selectmenu-button {
    width: 100%;
    height: 29px;
    font-size: 13px;
    wont-weight: 400;
    padding: 0;
    color: #000000;
    border: 0;
    border-bottom: 1px solid #c9cbd0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 28px;
}

.ui-selectmenu-menu .ui-menu {
    margin-top: -1px;
    padding: 0;
    background: #ffffff;
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    max-height: 220px;
    -webkit-box-shadow: 10px 10px 23px 10px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 10px 10px 23px 10px rgba(0, 0, 0, 0.24);
    box-shadow: 10px 10px 23px 10px rgba(0, 0, 0, 0.24);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ui-menu .ui-state-active {
    margin: 0;
    background-color: #0b9a78;
    color: #ffffff;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 0 10px;
}

.ui-datepicker {
    margin: -1px 0 0 0;
    background-color: #ffffff;
    -webkit-box-shadow: 10px 10px 23px 10px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 10px 10px 23px 10px rgba(0, 0, 0, 0.24);
    box-shadow: 10px 10px 23px 10px rgba(0, 0, 0, 0.24);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ui-datepicker td a {
    border-radius: 3px;
    color: #555555;
    text-align: center;
}

.ui-datepicker td a:hover,
.ui-datepicker td a.ui-state-highlight {
    background-color: #0b9a78;
    color: #ffffff;
}

#errors {
    color: #ff6060;
    font-style: oblique;
    font-weight: 400;
}

.amount {
    color: #283d54;
    font-size: 14px;
    font-weight: 700;
}

.adesc {
    color: #283d54;
    font-size: 15.5px;
    font-weight: bold;
    padding-left: 27px !important;
    background: url("img/icon_account.svg") no-repeat left;
    background-size: 17px 17px;
}

.statement-total-title {
    color: #283d54;
    font-size: 13px;
    font-weight: 500;
}

.statement-total-amount {
    color: #283d54;
    font-size: 13px;
    font-weight: 500;
}

.empty {
    text-align: right;
}

.table-collapse:after {
    content: "";
    display: table;
    clear: both;
}

.mobile-header {
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    background-size: 30px 26px;
}

.desktop-header {
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    background-size: 30px 26px;
}

.bubble {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 18px;
    color: #616b95;
    float: none;
    text-align: center;
    min-width: 18px;
    height: 18px;
    padding-left: 3px;
    padding-right: 2px;
    margin-left: 6px;
    margin-top: 0;
    font-weight: 600;
    font-size: 12px;
    background-color: #ffffff;
    border-radius: 9px;
}

.warning {
    position: relative;
    margin: 20px 10px;
    min-height: 26px;
    margin-left: 10px;
    vertical-align: bottom;
    color: #eaf1c4;
    background: url("img/sign_attention.svg") no-repeat left;
    background-size: 28px 24px;
    padding: 10px 0 0 36px;
}

.tooltip:hover:before {
    content: attr(data-title);
    white-space: pre-line;
    position: absolute;
    z-index: 999;
    font-size: 11px;
    font-weight: 400;
    width: 230px;
    margin-left: -250px;
    margin-top: 15px;
    padding: 10px;
    border: 2px solid;
    opacity: .9;
    color: #222;
    background-color: #efefef;
    -moz-border-radius: 16px 0 16px 16px;
    border-radius: 16px 0 16px 16px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .5) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .5) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 1px 0 rgba(90, 90, 90, .2) inset;
}

/* :: Main left menu :: */

.ico svg {
    fill: #3d3d3d;
}

#menu .active .ico svg {
    fill: #FF0000;
}

#menu a:hover .ico svg, #menu a:focus .ico svg {
    fill: #FF0000;
}

.menu li a:hover,
.menu .active a {
    color: #FF0000;
}

.tr-info {
    border-bottom: 1px solid #F5F5F5 !important;
}

.tr-info.last-tr {
    border-bottom: 1px solid #c9cbd0 !important;
}

.cell-name {
    color: #939ea9;
}

.trans-id {
    color: #0b9a78;
}

.btn-activate-now {
    background: #0b9a78 url(img/card_activate.svg) no-repeat 10px;
    color: #FFFFFF;
}

.payinst-list {
    padding-left: 15px;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 2px 5px;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

table.search-results {
    width: 100%;
}

table.search-results td {
    padding-left: 5px;
    color: #000000;

}

/* :: Swift :: */
.autocomplete-suggestions {
    background: #FFF;
}

.autocomplete-suggestion {
    color: #283d54;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-group strong {
    border-bottom: 1px solid #000;
}

table.search-results td {
    padding-left: 5px;
}

.error-status {
    color: #ff6060;
}

@media all and (max-width: 1000px) {
    .autocomplete-suggestion {
        border-bottom: 1px solid #c9cbd0;
    }
}

.autocomplete-suggestion, .search-results {
    border-bottom: 1px solid #c9cbd0;
}

.sw-data {
    color: #0b9a78;
}

.search-results td {
    color: #939ea9 !important;
}

/* :: END Swift :: */

/** Fee */
.fee-title {
    color: #283d54;
}

.fee-table tr {
    border-top: 1px solid #c9cbd0;
    border-left: 1px solid #c9cbd0;
    border-right: 1px solid #c9cbd0;
    border-bottom: none;
}

.fee-table tr:last-child {
    border-bottom: 1px solid #c9cbd0;
}

.fee-table tr td:last-child {
    width: 120px;
}

.mob-col-name {
    color: #939ea9;
}

/** Fee END */
.attached-label {
    color: #aaaaaa;
}

.dropdown-menu:before{
    color: #4a547c;
}
.dropdown-menu:after{
    background-color: rgba(255, 255, 255, 0.68);
}
.dropdown-container:after{
    background-color: rgba(255, 255, 255, 0.30);
}

.disabled {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
#recaptchaBlock {
    width: 304px;
    margin: 0 auto;
}

.box-title-left .-name {
    color: #283D54;
}
.api.-header {
    color: #283D54;
    border-bottom: 1px solid #C9CBD0;
}
.api.-in-row .-label {
    color: #283D54;
}
.api .-validuntil{
    color: #939EA9;
}

.masspayments-error-handling {
    display: flex;
    margin-top: 60px;
}

.masspayments-column {
    margin-right: 140px;
}

.masspayments-column h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;

}

.masspayments-dropdown-menu {
    position: relative;
    cursor: pointer;
}


.masspayments-dropdown-menu .ico:before {
    transition: all 250ms ease 0s;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    vertical-align: 4px;
    content: "";
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    position: absolute;
    right: 25px;
    top: 13px;
    z-index: 9;
    transform: rotate(0deg);
}

.masspayments-dropdown-menu.open .ico:before {
    top: 12px;
    transform: rotate(180deg);
}

.masspayments-dropdown-menu .ico:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    right: 22px;
    top: 7px;
    border-radius: 40px;
}

.masspayments-dropdown-menu.open .dropdown-container {
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
    height: 100%;
}

.masspayments-row {
    display: flex;
}

.masspayments-dropdown-menu a:hover,
.masspayments-dropdown-menu a.active {
    background-image: url("img/mmenu_masspayments_active.svg");
}

.masspayments-dropdown-menu a {
    background-image: url("img/mmenu_masspayments.svg");
}

.menu-masspayments_internal a {
    background-image: url("img/mmenu_massinternal.svg");
}

.menu-masspayments_internal a:hover,
.menu-masspayments_internal a.active {
    background-image: url("img/mmenu_massinternal_active.svg");
}

.menu-masspayments_international a {
    background-image: url("img/mmenu_massinternational.svg");
}

.menu-masspayments_international a:hover,
.menu-masspayments_international a.active {
    background-image: url("img/mmenu_massinternational_active.svg");
}

.menu-masspayments_european a {
    background-image: url("img/mmenu_masseuropean.svg");
}

.menu-masspayments_european a:hover,
.menu-masspayments_european a.active {
    background-image: url("img/mmenu_masseuropean_active.svg");
}

.masspayments_helprow {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;

}

.masspayments_helprow_file {
    display: flex;
    max-width: 500px;
    align-items: flex-end;
}

#masspaymentsinput {
    border: 1px solid #C9CBD0 !important;
    box-sizing: border-box;
    border-radius: 4px;
}

.masspaymentsview_table td {
    padding: 0;
    margin: 0;
}

.masspaymentsview_table p {
    padding: 3px;
    margin: 0;
}

.masspaymentsview_table {
    border-spacing: 0;
    border-collapse: collapse;
}

.masspayments_view {
    display: flex;
    align-items: baseline;
}

.masspayments_view_content h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #79C2BE;
    margin-bottom: 10px;
}

.masspayments-rowview {
    display: flex;
    margin-bottom: -18px;
}

h2.masspayments_viewh2 {
    margin-right: 60px;
}

.ajax-loader {
    margin-left: 3px;
    margin-top: -6px;
}

.helpbox {
    padding: 50px 0px 180px 30px;
}

.helpbox h2 {
    margin-bottom: 30px;
}

.tabs {
    display: flex;
}

.tabs p {
    margin-right: 10px;
    border: 3px solid transparent;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #515151;
    margin-bottom: 0px;
}

.tabs p:hover {
    border-bottom: 3px solid #0b9a78;
    color: #0b9a78;
    cursor: pointer;
}

.line {
    background: #E5E4E2;
    transform: matrix(1, 0, 0, -1, 0, 0);
    width: 100%;
    height: 1px;
}

.masspayments_helprow {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;

}

.masspayments_helprow_file {
    display: flex;
    max-width: 500px;
    align-items: flex-end;
}

.mass_element_inst {
    align-self: flex-end;
    margin: 0 auto !important;
}

@media all and (max-width: 1180px) and (min-width:961px) {

    .mass_element_inst {
        margin: inherit !important;
    }
}

@media all and (max-width: 872px) {

    .mass_element_inst {
        margin: inherit !important;
    }
}

.mass_element_inst a {
    display: flex;
    align-items: center;
}

.mass_element_inst img {
    margin: 13px;
}

.mass_element {
    margin-right: 20px;
    margin-top: 20px;
    align-self: center;
}

.mass_element h3 label {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #283D54;

}

.mass_element h3 {

    margin-bottom: 10px;

}

#modal-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .50;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1000;
}

#modal-content {
    background-color: white;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    display: none;
    height: 400px;
    left: 30%;
    margin: -180px 0 0 -160px;
    padding: 30px 30px 0px 30px;
    position: absolute;
    width: 500px;
    z-index: 1000;
}

#modal-content p {
    color: #515151;
    font-size: 15px;
}

.buttons_mass {
    display: flex;
    justify-content: center;
}

.modal-error-text {
    max-width: 200px;
    margin: 0 auto;
}

#modal-background-error.active,
#modal-content-error.active, #modal-content-error2.active, #modal-content-error3.active {
    display: block;
    text-align: center;
}
#modal-background.active{background: rgba(0,0,0,1)}
#modal-background-error {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .50;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1000;
}

#modal-content-error, #modal-content-error2, #modal-content-error3{
    background-color: white;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    display: none;
    height: 400px;
    left: 30%;
    margin: -180px 0 0 -160px;
    padding: 30px 30px 0px 30px;
    position: absolute;
    top: 28%;
    width: 500px;
    z-index: 1000;
}

#modal-content-error p, #modal-content-error2 p, #modal-content-error3 p {
    color: #515151;
    font-size: 15px;
}

.buttons_mass {
    display: flex;
    justify-content: center;
}

#modal-background.active,
#modal-content.active {
    display: block;
    text-align: center;
}

.mass_element p {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #283D54;
    margin-top: 0px;

}

p.infosteps {
    color: #515151;
    margin-right: 20px;
    width: 100%;
}

.infotext p {
    color: #515151;
    max-width: 500px;
}

.infobutton {
    width: 100px;
    margin-top: 20px;
}

.buttons_mass {
    display: flex;
    justify-content: center;
}

.action_buttons_mass {
    display: flex;
    justify-content: flex-end;
    margin-right: 15px;
}

/*.massbutton {
    display: flex;
    justify-content: center;
    width: 25%;
    margin: 10px;
}*/

.downmass {
    border: 1px dashed #c9cbd0;
    padding: 10px 10px 0px 10px;
    height: 39px;
}

.disabledclass {
    background: #E5E4E2 !important;
    color: #BBBBBB !important;
    width: 100%;
    height: 39px;
    padding: 0 20px;
    display: block;
    border: 1px solid #E5E4E2 !important;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    line-height: 37px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    overflow: hidden;
    cursor: default;
}

.mass_search {
    width: auto;
}

.uploaded_element {
    margin-right: 41px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.uploaded_element h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #283D54;
    margin-bottom: 10px;
}

.uploaded_element_period {
    margin-right: 41px;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 48%;
}

.uploaded_element_period h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #283D54;
    margin-bottom: 10px;
}

.input-masstext {
    width: 100% !important;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
    color: #000000;
    border: 1px solid #C9CBD0;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 0 10px;
}

.mass_expandsection_active {
    display: none;
}

.mass_expandsection {
    background: #F9F9F9;
    padding: 20px;
    margin-top: 20px;
    cursor: pointer;
}

.expand-one a {
    display: flex;
    align-items: center;
}

.expand-one img {
    margin-right: 15px;
}

.mass_expandsection_active {
    display: none;
}

.mass_expand_wrapper {
    padding: 20px;
}

.cryptoWallets table.table-statement.table-collapse.data-table.tablemass a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.67);
}

table.table-statement.table-collapse.data-table.tablemass a {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 130%;
    color: #515151;
}

table.table-statement.table-collapse.data-table.tablemass .table_awaiting a {
    color: #42CA60;
}

table.table-statement.table-collapse.data-table.tablemass .table_underreview a {
    color: #D94B4B;
}

table.table-statement.table-collapse.data-table.tablemass .table_inprocess a {
    color: #6C6F72;
}

table.table-statement.table-collapse.data-table.tablemass .table_partially a {
    color: #2F80ED;
}

table.table-statement.table-collapse.data-table.tablemass .table_executed a {
    color: #79C2BE;
}

table.table-statement.table-collapse.data-table.tablemass .table_draft a {
    color: #42CA60;
}

table.table-statement.table-collapse.data-table.tablemass .table_invalid a {
    color: #D94B4B;
}

table.table-statement.table-collapse.data-table.tablemass .table_archived a {
    color: #8a1783;
}

table.table-statement.table-collapse.data-table.tablemass .table_cancelled a {
    color: #cf6617;
}





table.table-statement.table-collapse.data-table.tablemass .table_awaiting {
    color: #42CA60;
}

table.table-statement.table-collapse.data-table.tablemass .table_underreview {
    color: #D94B4B;
}

table.table-statement.table-collapse.data-table.tablemass .table_inprocess {
    color: #6C6F72;
}

table.table-statement.table-collapse.data-table.tablemass .table_partially {
    color: #2F80ED;
}

table.table-statement.table-collapse.data-table.tablemass .table_executed {
    color: #79C2BE;
}

table.table-statement.table-collapse.data-table.tablemass .table_draft {
    color: #42CA60;
}

table.table-statement.table-collapse.data-table.tablemass .table_invalid {
    color: #D94B4B;
}

table.table-statement.table-collapse.data-table.tablemass .table_archived {
    color: #8a1783;
}

table.table-statement.table-collapse.data-table.tablemass .table_cancelled {
    color: #cf6617;
}

table.table-statement.table-collapse.data-table.tablemass .table_rejected {
    color: #FF007F;
}

.tablemass tbody tr:hover {
    background: #f7f7ff;
}

.tablemass {
    margin-top: 20px;
    margin-left: 0 !important;
}

.tablemass tr th:first-child,
.tablemass tr td:first-child {
    text-align: inherit;
    padding: 8px 0;
}

.cryptoWallets .tablemass tr th:first-child,
.cryptoWallets .tablemass tr td:first-child {
    padding-left: 8px;
}

.tablemass th {
    text-align: initial;
}

.cryptoWallets .tablemass tr th:last-child,
.cryptoWallets .tablemass tr td:last-child {
    padding-left: 20px
}

.tablemass tr th:nth-child(5),
.tablemass tr th:nth-child(6),
.tablemass tr th:nth-child(7) {
    text-align: initial;
}

.tablesorter-bootstrap thead th,
.tablesorter-bootstrap thead td,
.tablesorter-bootstrap tfoot th,
.tablesorter-bootstrap tfoot td {
    font: 14px/20px Arial, Sans-serif;
    font-weight: normal !important;
    padding: 4px;
    margin: 0 0 18px;
    background-color: initial !important;
}

.cryptoWallets #statement-info span{
    font-style: normal;
    font-weight: 400;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;}
.cryptoWallets #statement-info table td{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.87);
    text-align: left;
    padding-right: 10px;
    padding-bottom: 8px;
}
.cryptoWallets .activegreen {
    color: #07BB4F!important;
    background: rgba(7, 187, 79, 0.1);
    padding: 5px 10px; border-radius: 5px
}

.tooltips .tooltiptext {
    visibility: hidden;
    width: 190px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 80%;
    left: 50%;
    margin-left: -103px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltips .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltips:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.valid_total{
    color:green;
}

.invalid_total{
    color:red;
}

.massbutton {
    width: 20%;
    margin: 10px;
}

.preloader {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    /* фоновый цвет */
    background: #FFFFFF;
    opacity: 0.9;
    z-index: 1001;
}

.preloader__image {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}

@keyframes preloader-rotate {
    100% {
        transform: rotate(360deg);
    }
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

.cryptoWallets h2 {
    margin: 34px 0 40px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
}

.cryptoWallets #ApplicationForm_from_gp h2,
.cryptoWallets #ApplicationForm_to_gp h2,
.cryptoWallets #ApplicationForm_info_gp h2,
.cryptoWallets #ApplicationForm_code_gp h2 {
    margin: 20px 0 0 0;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.87);
}

.cryptoWallets h3 {
    font-size: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    word-break: break-all;
}

.cryptoWallets .input-text {
    width: auto !important;
    max-width: 100%;
    min-width: 60%;
    min-height: 29px;
}

.cryptoWallets .login .input-text {
    width: 100% !important;
}

.cryptoWallets .input-pass-cell,
.cryptoWallets .input-pass-cell2 {
    height: 48px;
    min-width: 36px;
    max-width: 36px;
}

.cryptoWallets .table-wire.actionSign .table-buttons tr td:last-child {
    padding: 0 0 0 0;
}
.cryptoWallets .table-wire.actionSign #ApplicationForm_info_gp h2,
.cryptoWallets .table-wire.actionSign #ApplicationForm_code_gp h2 {
    white-space: nowrap
}
.cryptoWallets .table-wire.actionSign .table-buttons {
    padding: 0;
    width: 60%;
}
.cryptoWallets select.input-text,
.cryptoWallets .labelblock select.input-text {
    background: #f2f2f2;
    padding: 0 10px;
}
.cryptoWallets .actionSign {
    margin-left: 70px;
}
.cryptoWallets .actionSign td,
.cryptoWallets .actionSign td .app-label {
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.87);
}
.cryptoWallets .actionSign label {
    color: rgba(0, 0, 0, 0.6);
    margin-top: 0;
    white-space: nowrap;
}
.cryptoWallets .actionSign .data-block-title td {
    display: block
}
.cryptoWallets .actionSign #ApplicationForm_from_gp.data-block-title td h2 {
    margin-top: 0
}
.cryptoWallets .table-wire.actionSign tr td:first-child {
    font-weight: 400;
    padding-right: 0px;
    text-align: left;
}
.cryptoWallets .table-wire.actionSign tr td.labelStandart:first-child {
    width: 15%
}

.cryptoWallets .button {
    height: 48px;
}

.cryptoWallets .newtable td {
    width: 100%;
    padding-right: 0 !important;
}
.cryptoWallets div.pages {
    display: none
}
.cryptoWallets thead#testthead {
    background: rgba(11, 154, 120, 0.1);
}
.cryptoWallets #mp_table td {
    font-size: 12px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.87);
    padding: 8px 0;
}
.cryptoWallets #mp_table td span {
    color: rgba(0, 0, 0, 0.6);
}
.cryptoWallets .newtable .input-text {
    width: 80% !important;
}
.cryptoWallets .newtable input.input-text {
    width: 85% !important;
    font-size: 14px;
    font-weight: 400;
    height: 48px;
    border: 0;
    border-bottom: 1px solid #c9cbd0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}

.cryptoWallets .button-primary {
    height: 48px;
    line-height: 47px;
    font-size: 14px;
    font-weight: 500;
}

.cryptoWallets .header {
    padding: 0 10px 0 7px;
    color: rgba(0, 0, 0, 0.87);
}

.cryptoWallets .box {
    margin: 0px 10px 20px 10px;
    padding: 20px 20px;
}

.cryptoWallets .labelblock td {
    display: block
}
.cryptoWallets .table-wire.labelblock tr td:first-child {
    text-align: left;
}
.cryptoWallets .table-wire.labelblock {
    width: 80%;
    margin: 25px 24px 14px 70px;
}
.cryptoWallets .labelblock td label {
    color: rgba(0, 0, 0, 0.6);
    margin-top: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;}
.cryptoWallets .labelblock input.input-text {
    padding: 0 12px;
    background: #f2f2f2;
    width: 60%!important;
}
.cryptoWallets .labelblock .button-primary {
    width: 60%
}
.cryptoWallets .labelblock .input-text {
    font-size: 13px;
    font-weight: 400;
    height: 48px;
    color: rgba(0, 0, 0, 0.87);
    border: 0;
    border-bottom: 0px solid #c9cbd0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 20px;
    padding: 0 0px;
    border-radius: 3px;
}

.cryptoWallets .table-wire.labelblock td {
    padding-top: 0px;
    padding-bottom: 0px;
}
.cryptoWallets .table-wire.labelblock tr td:last-child {
    padding-bottom: 20px;
}
.cryptoWallets labelblock .input-text.error {
    border:1px solid red
}

.cryptoWallets table.table-statement.table-collapse.data-table.tablemass a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.67);
}

.cryptoWallets .tablemass tr th:first-child,
.cryptoWallets .tablemass tr td:first-child {
    padding-left: 8px;
}

.cryptoWallets .tablemass tr th:last-child,
.cryptoWallets .tablemass tr td:last-child {
    padding-left: 20px
}

.cryptoWallets #statement-info span{
    font-style: normal;
    font-weight: 400;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;}
.cryptoWallets #statement-info table td{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.87);
    text-align: left;
    padding-right: 10px;
    padding-bottom: 8px;
}
.cryptoWallets .activegreen {
    color: #07BB4F!important;
    background: rgba(7, 187, 79, 0.1);
    padding: 5px 10px; border-radius: 5px
}