html,
body {
    height: 100%;
    margin: 0;
}

body {
    background: rgba(242,248,255,1);
    background: -moz-linear-gradient(-45deg, rgba(242,248,255,1) 0%, rgba(182,212,255,1) 0%, rgba(219,234,255,1) 38%, rgba(224,237,255,1) 43%, rgba(194,219,255,1) 62%, rgba(182,212,255,1) 70%, rgba(81,150,245,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(242,248,255,1)), color-stop(0%, rgba(182,212,255,1)), color-stop(38%, rgba(219,234,255,1)), color-stop(43%, rgba(224,237,255,1)), color-stop(62%, rgba(194,219,255,1)), color-stop(70%, rgba(182,212,255,1)), color-stop(100%, rgba(81,150,245,1)));
    background: -webkit-linear-gradient(-45deg, rgba(242,248,255,1) 0%, rgba(182,212,255,1) 0%, rgba(219,234,255,1) 38%, rgba(224,237,255,1) 43%, rgba(194,219,255,1) 62%, rgba(182,212,255,1) 70%, rgba(81,150,245,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(242,248,255,1) 0%, rgba(182,212,255,1) 0%, rgba(219,234,255,1) 38%, rgba(224,237,255,1) 43%, rgba(194,219,255,1) 62%, rgba(182,212,255,1) 70%, rgba(81,150,245,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(242,248,255,1) 0%, rgba(182,212,255,1) 0%, rgba(219,234,255,1) 38%, rgba(224,237,255,1) 43%, rgba(194,219,255,1) 62%, rgba(182,212,255,1) 70%, rgba(81,150,245,1) 100%);
    background: linear-gradient(135deg, rgba(242,248,255,1) 0%, rgba(182,212,255,1) 0%, rgba(219,234,255,1) 38%, rgba(224,237,255,1) 43%, rgba(194,219,255,1) 62%, rgba(182,212,255,1) 70%, rgba(81,150,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f8ff', endColorstr='#5196f5', GradientType=1 );
    background-attachment: fixed;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
}

a {
    color: #566fe0;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

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

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

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

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;
}

.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 #1871f1;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #1871f1;
    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;
}

.button-primary {
    width: 100%;
    height: 39px;
    padding: 0 20px;
    display: block;
    background-color: #1871f1;
    border: 1px solid #1871f1;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    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;
}

.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 #1871f1;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #1871f1;
    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 #566fe0;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #566fe0;
    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: #566fe0;
    border: 1px solid #566fe0;
    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: #566fe0 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: #ffffff;
    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: #ffffff;
}

.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: #566fe0;
}

.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: #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);
}

.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: #566fe0;
}

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

.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: #566fe0;
    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: #566fe0;
    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: #566fe0;
    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: white;
}

#menu .active .ico svg {
    fill: #2d3f7f;
}

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

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

.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: #566fe0;
}

.btn-activate-now {
    background: #566fe0 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: #566fe0;
}

.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;
}