* {

    outline: 0;
}

body {
    background: #403E3C;
    background: -moz-linear-gradient(45deg, #403E3C 30%, #898D8E);
    background: -webkit-linear-gradient(45deg, #403E3C 30%, #898D8E);
    background: linear-gradient(45deg, #403E3C 30%, #898D8E);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#403E3C', endColorstr='#898D8E', GradientType=1);
    background-attachment: fixed;
    font-family: "Roboto", sans-serif;
    //font-family: "Norms", sans-serif;
    //font-family: sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
}

em {
    font-style: normal;
}

a {
    color: #566fe0;

    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

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

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

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

table {
    color: #403E3C;
}

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

td {
    font-size: 13px;
    font-weight: 400
}

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

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear {
    clear: both;
}

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

.alt {
    overflow: auto;
    word-break: break-all;
    white-space: pre-wrap;
}

.app-label {
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    color: #283D54;
}


.tooltipmass .tooltiptextmass {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-left: 10px;
}

.tooltipmass:hover .tooltiptextmass {
    visibility: visible;
}

.tooltipmass {
    cursor: pointer;
}

label#ApplicationForm_fileforupload {
    cursor: pointer;
}

div#available_text {
    font-size: 13px;
    font-weight: 400;
}

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

.input-text:focus {
    //	background-color: #fffde2;
    //	border-color: #d4d5d6;
}

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

.input-error {
    //	background-color: #ffe2e2;
    //	border-color: #eb6c6c;
}

.input-select {
    //	padding: 0 6px;
    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;
}


.input-group {
    width: calc(100% + 10px);
    margin: 0 -5px;
}

.input-group .col-1 {
    width: calc(20% - 10px);
    margin: 0 5px;
    float: left;
}

.input-group .col-2 {
    width: calc(40% - 10px);
    margin: 0 5px;
    float: left;
}

.input-group .col-3 {
    width: calc(60% - 10px);
    margin: 0 5px;
    float: left;
}

.input-group .col-4 {
    width: calc(80% - 10px);
    margin: 0 5px;
    float: left;
}

.input-group .col-half {
    width: calc(50% - 10px);
    margin: 0 5px;
    float: left;
}

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

.button:hover {
    border-color: #2D9F99;
    color: #2D9F99;
}

.button:active {
    border-color: #FF8D6B !important;
    color: #FF8D6B !important;
}

.button-primary {
    width: 100%;
    height: 39px;
    padding: 0 20px;
    display: block;
    background-color: #79C2BE !important;
    border: 1px solid #79C2BE !important;
    border-radius: 0px;
    -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: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
}

.button-primary:hover {
    border-color: #2D9F99;
    background-color: #2D9F99;
    color: #ffffff;
}

.button-primary:active {
    border-color: #FF8D6B !important;
    background-color: #FF8D6B !important;
    color: #ffffff;

}

.button-primary:disabled {
    background: #E5E4E2 !important;
    color: #BBBBBB !important;
    border-color: #E5E4E2 !important;
    cursor: default;
}

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

/* .disabledclass:hover {
    background: #E5E4E2;
    color: #BBBBBB;
    width: 100%;
    height: 39px;
    padding: 0 20px;
    display: block;
    border: 1px solid #E5E4E2;
    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;

} */

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

.editeddate {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #898D8E;
    margin:0 auto;

}

.underlinedmass {
    color: #566fe0;
}

.underlinedmass:hover {
    cursor: pointer;
}

.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 #79C2BE;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #79C2BE;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    line-height: 29px;
    cursor: pointer;
    overflow: hidden;
}

.button-small:hover {
    border-color: #2D9F99;
    color: #2D9F99;
}

.button-small:active {
    border-color: #FF8D6B;
    color: #FF8D6B;
}

.button-wait {
    min-width: 72px;
    height: 30px;
    padding: 0 18px 0 8px;
    background-color: #ffffff;
    border: 1px solid #79C2BE;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #79C2BE;
    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;
}

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

.checkbox label input {
    display: none;
}

.checkbox label i {
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: top;
    background: url("img/checkbox_empty.svg") no-repeat left top;
}

.checkbox input:checked+i {
    background: url("img/checkbox_active.svg") no-repeat left top;
}

.checkbox label span {
    height: 17px;
    display: inline-block;
    color: #0a7298;
    line-height: 17px;
}

.checkbox-inline {
    margin: 0 20px 10px 0;
    display: inline-block;
    vertical-align: middle;
}

.row-selected {
    background-color: #fffde2;
}

.wrapper {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

.mass_expand_wrapper {
    padding: 20px;
}

.mass_search {
    width: auto;
}

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

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

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

.tooltips {
    position: relative;
}

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


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

}





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

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

.massalign {
    align-items: flex-end;
}

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

.wrapper,
.navigation,
.content-section {
    position: relative;
}

.navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 290px;
    background: transparent;
    color: #eef3f7;
    z-index: 2;
}

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

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

.logo {
    position: absolute;
    top: 0;
    left: 37px;
    height: 99px;
    width: 290px;
    z-index: 2;
}

.logo-login {
    position: absolute;
    top: 0px;
    left: 37px;
    height: 99px;
    //background: #003878;
    z-index: 2;
}

.logo img,
.logo-login img {
    margin: 35px 0 0 8px;
    display: block;
    height: 34px;
    width: 196px;
}

.navigation-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    bottom: 20px;
}

.navigation .mCSB_dragger_bar {
    //	background-color: rgba(255, 255, 255, 0.5) !important;
}

.navigation .mCSB_scrollTools {
    right: -5px;
}

.navigation .header-user,
.navigation .header-language,
.navigation .footer,
.navigation .navigation-logo {
    display: none;
}

.menu {
    margin: 105px 5px 0 0;
}

.menu ul {
    margin: 0;
    padding: 0;
    transition: all 450ms ease 0s;

}

.menu li {
    margin: 0;
    padding: 0 0 18px 40px;
    list-style: none;

}

.menu li a {
    margin-bottom: 10px;
    padding: 0 20px 0 40px;
    min-width: 207px;
    max-width: 207px;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 700;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 26px;
    vertical-align: baseline;
    line-height: 28px;
}

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

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


.valid_total{
    color:green;
}

.invalid_total{
    color:red;
}


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




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

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

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


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

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

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

.dropdown-arrow {
    position: absolute;
    background-color: transparent;
    width: 20px;
    height: 30px;
    display: block;
    top: 0px;
    right: 20px;
    border-radius: 15px 15px 0 0;
}

.dropdown-block {
    overflow: hidden;
    position: relative;
    border-radius: 7px 0 7px 7px;
    margin-left: -10px;
}

.dropdown-container {
    position: relative;
    height: 0;
    transition: all 450ms ease 0s;
    overflow-y: hidden;
    padding: 0;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.dropdown-container:after {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 14px);
    left: 62px;
    top: 0;
}

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

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

.dropdown-container ul li {
    padding: 0px 0px 0px 55px;
}

.dropdown-container a {
    font-size: 13px !important;
    min-width: inherit !important;
    max-width: inherit !important;
}

.ico svg {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 250ms ease 0s;
    width: 27px;
    height: 27px;
}

.dropdown-container .ico svg {
    width: 24px;
    height: 24px;
}

.masspayments-row {
    display: flex;
}

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

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

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

.mass_note {
    color: #aaaaaa;
    margin-right: 5px;
}

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

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

.menu li a .ico {
    padding-right: 15px;
}

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

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

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

.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-accounts a {
    background-image: url("img/mmenu_accounts.svg");
}

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

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

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

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

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

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

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

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

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

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

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

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

.mmenu_api a:hover,
.mmenu_api a.active {
    background-image: url("img/mmenu_api_active.svg");
}

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

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

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

.menu-logout a:hover {
    background-image: url("img/mmenu_logout_active.svg");
}

.menu-otp a {
    background-image: url("img/Icon Token for web v2 - green.png");
}

.menu-otp a:hover {
    background-image: url("img/Icon Token for web - selected v2 - green.png");
}

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

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

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


.support {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 84px;
    display: table;
    background-color: #2c2d41;
}

.support-container {
    width: 100%;
    padding: 0 24px;
    display: table-cell;
    vertical-align: middle;
    line-height: 18px;
}

.support-container>a {
    display: block;
}

.support-avatar {
    position: relative;
    width: 37px;
    height: 37px;
    margin: 0 20px 0 0;
    display: block;
    float: left;
    border-radius: 18px;
}

.support-title i {
    font-size: 13px;
    font-style: normal;
    opacity: 0.65;
}

.content-section {
    width: calc(100% - 310px);
    margin-left: 310px;
    padding-bottom: 84px;
}

.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 #566FE0;
    color: #566fe0;
    cursor: pointer;
}


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

}

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

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

.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_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_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 30px 30px;
    position: absolute;
    top: 28%;
    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 {
    display: block;
    text-align: center;
}

#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 {
    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 {
    color: #515151;
    font-size: 15px;
}

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

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

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

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

}


.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-info {
    width: 61%;
    height: 23px;
    margin: 0;
    padding: 30px 0 0 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.menu-toggle {
    position: absolute;
    top: 16px;
    left: 10px;
    width: 23px;
    height: 23px;
    display: none;
    float: left;
    background: url("img/mobile_mainmenu_default.svg") no-repeat left top;
    cursor: pointer;
    z-index: 4;
}

.menu-toggle:hover {
    background: url("img/mobile_mainmenu_active.svg") no-repeat left top;
}

.menu-toggle.toggling {
    background: url("img/mobile_close_default.svg") no-repeat left top;
}

.menu-toggle.toggling:hover {
    background: url("img/mobile_close_active.svg") no-repeat left top;
}


.header-user {
    height: 50px;
    float: left;
    display: inline-block;
    white-space: nowrap;
    text-align: left;
}

.header-user-avatar {
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
    float: left;
    //	display: inline-block;
    display: none;
    border-radius: 25px;
}

.header-user-name {
    height: 38px;
    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;
}

.navigation-user .header-user-name {
    background-position: left 58%;
}

.header-user-name i {
    font-size: 13px;
    font-style: normal;
    opacity: 0.85;
}

.header-language {
    position: relative;
    height: 34px;
    margin: 0 10px 0 60px;
    //	padding: 4px 0;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    text-align: left;
}

.header-theme {
    position: relative;
    height: 34px;
    margin: 0 0 0 10px;
    //	padding: 8px 0;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    text-align: left;

}

.header-language-icon {
    width: 34px;
    height: 34px;
    display: inline-block;
}

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

.header-language .dropdown-sm,
.header-theme .dropdown-sm {
    right: 0;
    left: auto;
    min-width: 80px;
    text-align: center;
}

.header-language .dropdown-sm i {
    //	width: 16px;
    //	height: 16px;
    //	margin: 0 5px 0 0;
    margin: 0;
    display: none; //inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.icon-flag-ru {
    //	background-image: url("img/icon-ru.png");
}

.icon-flag-en {
    //	background-image: url("img/icon-en.png");
}

.theme {
    width: 85px;
    height: 25px;
}

.icon-theme {
    background-image: url("img/top_theme.svg");
    background-repeat: no-repeat;
    bacground position: left middle;
    background-size: 24px 16px;
}

.icon-theme:hover {
    background-image: url("img/top_theme_active.svg");
}

.theme-dark {
    background: #303d53;
    background: -moz-linear-gradient(45deg, #303d53 30%, #495276);
    background: -webkit-linear-gradient(45deg, #303d53 30%, #495276);
    background: linear-gradient(45deg, #303d53 30%, #495276);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303d53', endColorstr='#495276', GradientType=1);
}

.theme-medium {
    background: #616b95;
    background: -moz-linear-gradient(45deg, #616b95 30%, #95ecdc);
    background: -webkit-linear-gradient(45deg, #616b95 30%, #95ecdc);
    background: linear-gradient(45deg, #616b95 30%, #95ecdc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#616b95', endColorstr='#95ecdc', GradientType=1);
}

.theme-light {
    background: #edeef0;
}

.header-date {
    height: 36px;
    margin: 0 10px 0 0;
    padding: 7px 0;
    float: right;
    display: inline-block;
    text-align: left;
}

.header-date i {
    font-size: 13px;
    font-style: normal;
    opacity: 0.85;
}

.header-session {
    height: 36px;
    padding: 7px 0;
    display: inline-block;
}

.session-progress {
    width: 100%;
    height: 3px;
    margin: 10px 0 0 0;
    display: block;
    background: #2a2944;
}

.session-progress b {
    width: 60%;
    height: 3px;
    display: block;
    background: #9594a2;
}

.header-chart {
    width: 39%;
    display: table-cell;
    padding-top: 28px;
    vertical-align: top;
    text-align: right;

}

.session-progress-wide {
    display: none;
}

.content {
    padding: 0 5px 0 5px;
    max-width: 1400px;
}

.content-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1000px;
    left: 0;
    background: rgba(55, 56, 83, 0.4);
    display: none;
    z-index: 3;
}

.column-left {
    width: 60%;
    float: left;
}

.column-right {
    width: 40%;
    float: right;
}

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

.column-left .box:last-child,
.column-right .box:last-child {
    margin-bottom: 0;
}

.box-title {
    padding: 14px 20px;
    font-weight: 400;
}

.box-title-left {
    float: left;
    text-align: left;
}

.box-title-left a,
.box-title-left span {
    display: inline-block;
    font-size: 21px;
    color: #0a7298;
    line-height: 24px;
}

.box-title-left span.box-title-breadcrumb {
    position: relative;
    padding-left: 23px;
    color: #858586;
}

.box-title-left span.box-title-breadcrumb:before {
    position: absolute;
    left: 0;
    content: "\\";
    margin: 0 0 0 5px;
    color: #d3d3d3;
}

.box-title-right {
    position: absolute;
    top: 15px;
    right: 20px;
    text-align: right;
}

.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-col-1 {
    width: 40%;
}

.table-col-2 {
    width: 20%;
}

.table-col-3 {
    width: 16%;
}

.table-col-4 {
    width: 24%;
}

.table-report th {
    text-align: left;
}

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

.table-report tr:last-child {
    border: 0;

}

.table-report tr th:nth-child(2),
.table-report tr th:nth-child(3) {
    text-align: center;
}

.table-report tr th:last-child {
    text-align: center;
}

.table-report td {
    padding: 8px 0;
    overflow: auto;
}

.table-report tr td:nth-child(2) {
    text-align: center;
}

.table-report tr td:nth-child(3) {
    text-align: center;
}

.table-report tr td:last-child {
    text-align: right;
    overflow: visible !important;
}

.icon-status-success {
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    display: inline-block;
    background: url("img/status_complete.svg") no-repeat center;
    background-size: 16px 16px;
    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;
}

.table-total {
    padding: 0 20px 14px 20px;
    line-height: 24px;
}

.table-total-title {
    display: inline-block;
    float: left;
}

.table-total-amount {
    display: inline-block;
    float: right;
    font-size: 18px;
    line-height: 24px;
}

.table-total-amount b {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
}

.box-balance {
    padding: 24px 30px;
    background-color: #fffdea;
}

.box-balance-item {
    width: 50%;
    float: left;
}

.box-balance-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
}

.box-balance-content {
    position: relative;
    margin: 10px 0 0 0;
    display: inline-block;
}

.box-balance-content .show-dropdown {
    font-size: 18px;
    font-weight: 400;
}

.box-template-item {
    padding: 7px 0;
}

.box-template-item .template {
    width: 100%;
    display: table;
}

.box-template-item .template .template-icon,
.box-template-item .template .template-title {
    display: table-cell;
    vertical-align: middle;
}

.template-icon {
    width: 42px;
}

.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 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 84px;
    display: table;
    font-size: 13px;
    color: #ffffff;
}

.footer a {
    color: #cad7ec;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-container {
    width: 100%;
    padding: 34px 34px 0;
    display: table-cell;
    //	display: none;
    vertical-align: bottom;
    text-align: left;
    color: #cad7ec;
}

.footer-call-local {
    display: inline-block;
    text-align: left;
    margin-left: 20px;
    font-size: 13px;
}

.footer-call-ww {
    width: 40%;
    max-width: 400px;
    display: table-cell;
    text-align: left;
    margin: 30px 35px 0 0;
    padding: 0 35px 0 35px;
    line-height: 20px;
}

.footer-logo {
    width: 15%;
    display: table-cell;
    text-align: left;
    margin: 30px 35px 0 0;
    padding: 0 35px 0 35px;
    line-height: 20px;
    background: url("img/payally_footer_logo.svg") no-repeat left top;
    background-size: 56px 16px;
}


.footer-call-local b,
.footer-call-ww b {
    font-size: 16px;
    font-weight: 300;
}

.footer-copyright {
    width: 100%;
    float: center;
    display: inline-block;
    text-align: center;
    line-height: 20px;
}

.footer-links {
    display: inline-block;
    //	line-height: 20px;
    font-size: 12px;
}

.footer-links a {
    margin: 0 10px;
    display: inline-block;
}

.disabled-status {
    background: #FBFBFB;
}

.dropdown-sm {
    position: absolute;
    right: auto;
    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 ul {
    margin: 5px 0;
    padding: 0;
}

.dropdown-sm li {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

.content-settings .column-left,
.content-settings .column-right {
    width: 50%;
}

.content-wire {
    position: relative;
}

.content-wire .column-left {
    width: 100%;
    float: none;
}

.table-wire {
    width: 90%;
    margin: 14px 24px;
}

.table-wire td {
    padding-top: 6px;
    padding-bottom: 6px;
}

.table-wire tr td:first-child {
    width: 22%;
    padding-right: 20px;
    text-align: right;
}

.table-wire tr td:last-child {
    width: 70%;
    text-align: left;
}

.table-wire .checkbox {
    padding-top: 11px;
}

.table-wire .table-buttons tr td {
    padding: 0 5px;
}

.table-wire .table-buttons tr td:first-child {
    width: auto;
    padding: 0 5px 0 0;
}

.table-wire .table-buttons tr td:last-child {
    padding: 0 0 0 5px;
}

.wire-total {
    font-size: 18px;
    font-weight: 400;
}

.content-draft .column-left {
    width: 100%;
    float: none;
}

.draft-filter {
    margin: 14px 0;
}

.table-draft-filter {
    width: 90%;
    margin: 0 24px;
}

.table-draft-filter td {
    padding-top: 10px;
    //	padding-bottom: 10px;
}

.table-draft-filter tr td:first-child {
    width: 20%;
    padding-right: 20px;
    padding-top: 16px;
    text-align: right;
}

.table-draft-filter tr td:last-child {
    width: 80%;
    text-align: left;
}

.table-draft-filter .checkbox {
    padding-top: 11px;
}

.table-draft-filter .table-buttons {
    margin: 24px 0;
}

.table-draft-filter .table-buttons tr td {
    padding: 0 5px;
}

.table-draft-filter .table-buttons tr td:first-child {
    width: auto;
    padding: 0 5px 0 0;
}

.table-draft-filter .table-buttons tr td:last-child {
    padding: 0 0 0 5px;
}

.draft-filter-extended {
    display: none;
}

.draft-search-button {
    display: none;
}

.draft-action {
    margin: 0 24px;
    padding: 10px 0;
    border-top: 1px solid #c9cbd0;
    border-bottom: 1px solid #c9cbd0;
}

.draft-action a {
    margin: 0 34px 0 0;
    padding: 4px 0 4px 22px;
    display: inline-block;
}

.table-draft-sort {
    display: none;
}

.table-draft-list {
    width: calc(100% - 48px);
    margin: 0 24px 24px 24px;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

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

.table-draft-list th {
    padding: 8px 11px 8px 9px;
    white-space: nowrap;
    text-align: left;
}

.table-draft-list tr th:nth-child(3) {
    text-align: center;
    padding-right: 20px;
}

.table-draft-list tr th:nth-child(5) {
    text-align: right;
}

.table-draft-list tr th:last-child {
    text-align: right;
}

.table-draft-list td {
    padding: 8px;
    overflow: auto;
}

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

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

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

.draft-list-more {
    width: 23px;
    height: 23px;
    margin-bottom: -3px;
    display: inline-block;
    background: url("img/list_actions.svg") no-repeat left top;
    background-size: 3px 15px;
}

.draft-list-more:hover {
    background: url("img/list_actions_active.svg") no-repeat left top;
}

.table-draft-list .dropdown-sm {
    right: 8px;
}

.table-template-list {
    width: calc(100% - 48px);
    margin: 0 24px 24px 24px;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

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

.table-template-list th {
    padding: 8px 11px 8px 0;
    white-space: nowrap;
    text-align: left;
}

.table-template-list tr th:first-child {
    text-align: left;
}

.table-template-list tr th:last-child {
    text-align: right;
}

.table-template-list td {
    padding: 8px 0;
    overflow: auto;
}

.table-template-list tr td:first-child {
    position: relative;
    text-align: left;
    padding-left: 24px;
    background: url("img/icon_template_list.svg") no-repeat left center;
    background-size: 14px 18px;
}

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

.table-statement {
    width: calc(100% - 48px);
    margin: 0 0 20px 0px;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

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

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

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

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


.table-statement th {
    padding: 8px;
    padding-right: 0;
    white-space: nowrap;
    text-align: left;
}

.table-statement td {
    padding: 8px;
    padding-right: 0;
    overflow: hidden;
    white-space: pre-line;
}

.table-statement tr th:first-child,
.table-statement tr td:first-child {
    text-align: center;
    padding: 8px 0;
}

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

.table-statement tr th:nth-child(5),
.table-statement tr th:nth-child(6),
.table-statement tr th:nth-child(7) {
    text-align: right;
}


.label-xxs {
    display: none;
}

.show-draft-filter.toggled {
    background-position: left bottom;
}

.content-email-single .column-left,
.content-email .column-left,
.content-email-new .column-left,
.content-cards-order .column-left {
    width: 100%;
    float: none;
}

.content-email-search {
    margin: 14px 14px 0 14px;
    display: none;
}

.content-email .content-email-search {
    margin: 0;
}

.content-email-search .input-group {
    padding: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.email-single-header {
    position: relative;
    padding-bottom: 21px;
}

.email-single-header h3 {
    float: left;
}

.email-single-header .dropdown-sm {
    top: 38px;
    right: 20px;
}

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

.email-info tr td {
    padding: 24px 0 14px 0;
}

.email-info tr td:first-child {
    width: 40%;
}

.email-info tr td:last-child {
    width: 30%;
    text-align: right;
}

.email-info-avatar {
    width: 38px;
    height: 38px;
    margin: 0 10px 0 0;
    display: inline-block;
    float: left;
    background: url("img/tsupport_avatar.svg") no-repeat left top;
    bacground-size: 38px 38px;
}

.email-info-avatar img {
    max-width: 100%;
}

.email-info-from {
    display: inline-block;
    font-weight: 400;
}

.email-info-to {
    display: inline-block;
}

.email-info-time {
    display: block;
    color: #9a9a9a;
}

.email-info-reply {
    width: auto;
    display: inline-block;
}

.email-content {
    padding: 0 0 24px 0;
}

.email-content p {
    margin: 10px 0 0 0;
    word-break: break-all;
}

.email-info .dropdown-sm-light {
    right: 30px;
}

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

.table-add-reply {
    width: 100%;
    border: 0;
    margin: 14px 0 0 0;
    padding: 0;
    border-collapse: collapse;
    vertical-align: top;
}

.table-add-reply tr td {
    vertical-align: top;
}

.table-add-reply tr td:first-child {
    width: 60%;
}

.table-add-reply tr td:last-child {
    width: 40%;
}

.table-add-reply .input-group div {
    margin-bottom: 10px;
}

.table-add-reply .button-primary,
.table-add-reply .button {
    padding: 0;
}

.new-email-xxs {
    display: none;
}

/*.attach-file {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	background: url("img/icon_file_attached.svg") no-repeat center;
	background-size: 25px 31px;
} */
.attached-file {
    height: 24px;
    margin: 7px 34px 0 0;
    float: left;
}

.attached-file-name {
    height: 24px;
    padding: 0 0 0 27px;
    display: block;
    float: left;
    background: url("img/icon_file_attached.svg") no-repeat left;
    background-size: 25px 31px;
    color: #403E3C;
    line-height: 24px;
}

.attached-file-remove {
    width: 24px;
    height: 24px;
    display: block;
    float: left;
    background: url("img/close1_default.svg") no-repeat center;
    background-size: 16px 16px;
}

.attached-file-remove:hover {
    background: url("img/close1_active.svg") no-repeat center;
    background-size: 16px 16px;
}

.attached-content {
    margin: 24px 0 0 0;
}

.attached-content-info {
    margin: 0 0 10px 0;
    font-size: 13px;
    font-weight: 400;
}

.attached-item {
    position: relative;
    width: 170px;
    min-height: 100px;
    margin: 0 34px 10px 0;
    float: left;
    background: #5edcdb;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(94, 220, 219, 0.3);
    -moz-box-shadow: 0px 2px 3px 0px rgba(94, 220, 219, 0.3);
    box-shadow: 0px 2px 3px 0px rgba(94, 220, 219, 0.3);
}

.attached-item:after {
    position: absolute;
    top: -3px;
    right: -3px;
    content: " ";
    width: 24px;
    height: 24px;
    display: block;
    background: url("img/attachment_corner.svg") no-repeat left top;
    background-size: 24px 24px;
    z-index: 3;
}

.hasattachment {
    background: url("img/attachment_staple.svg") no-repeat left top;
    background-size: 8px 18px;
}

.attachment-item-download {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 36px;
    height: 36px;
    display: block;
    background: url("img/attachment_button.svg") no-repeat center;
    background-size: 32px 32px;
}

.attached-item img {
    max-width: 100%;
    display: block;
    border-radius: 3px;
}

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

.attached-item:hover .attached-item-overlay {
    display: block;
}

.attachment-item-file {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    font-weight: 400;
}

.attachment-item-size {
    position: absolute;
    top: 30px;
    left: 10px;
    display: inline-block;
}

.email-content-reply {
    position: relative;
    padding-top: 24px;
    text-align: right;
}

.email-content-reply .dropdown-sm {
    right: 10px;
}

.table-email-acc {
    width: 100%;
    border: 0;
    margin: 2px 2px;
    padding: 0;
    border-collapse: collapse;
    text-align: left;
}

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

.table-email-acc td {
    padding: 8px;
    overflow: auto;
}

.table-email-acc tr td:first-child,
.table-email-acc tr th:first-child {
    padding-left: 24px;
}


.table-email-acc tr td:last-child {
    font-size: 12px;
}


.table-email-list {
    width: calc(100% - 48px);
    border: 0;
    margin: 14px 14px;
    padding: 0;
    border-collapse: collapse;
    text-align: left;
}

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

.table-email-list td {
    padding: 8px;
    overflow: auto;
}

.table-email-list tr td:first-child,
.table-email-list tr th:first-child {
    padding-left: 24px;
}

.table-email-list tr td:nth-child(3) {
    min-width: 250px;
    font-weight: 400;
}

.table-email-list tr td:nth-child(4) {
    width: 24px;
}

.table-email-list tr td:nth-child(6) {
    text-align: center;
    font-size: 12px;
}

.email-unread {
    background: url("img/new_message.svg") no-repeat left 50%;
    background-size: 16px 12px;
}

.email-read {
    background: url("img/read_message.svg") no-repeat left 50%;
    background-size: 16px 18px;
}

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

.email-list-more {
    width: 23px;
    height: 23px;
    margin-bottom: -3px;
    display: inline-block;
    background: url("img/list_actions.svg") no-repeat center center;
    background-size: 3px 15px;
}

.email-list-more:hover {
    background: url("img/list_actions_active.svg") no-repeat center center;
    background-size: 3px 15px;
}

.table-email-list .dropdown-sm {
    right: 34px;
}

.email-list-footer {
    padding: 10px 24px 14px 24px;
}

.email-list-footer .paginator {
    float: right;
}

.email-list-rows {
    position: relative;
    height: 30px;
    float: left;
    font-size: 18px;
    line-height: 30px;
}

.email-list-rows a {
    font-weight: 400;
}

.email-list-rows .dropdown-sm-light {
    text-align: center;
}

.email-list-rows .dropdown-sm-light a {
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
}

.table-email-create,
.email-create-body {
    margin: 14px 24px;
}

.table-email-create {
    width: calc(100% - 48px);
}

.table-email-create td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.table-email-create tr td:first-child {
    width: 65px;
    //	padding-right: 20px;
}

//.table-email-create tr td:last-child {
//	width: 90%;
//}
.email-create-body .input-textarea {
    height: 300px;
}

.column-wide {
    width: 100%;
    float: none;
}

/* jQuery-UI Styles */

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

.ui-selectmenu-button {
    width: 100%;
    height: 40px;
    font-size: 13px;
    padding: 6px 10px 0 10px;
    color: #000000;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 28px;
    border: 1px solid #C9CBD0;
    border-radius: 4px;
}


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

.ui-selectmenu-button:focus {
    //	background-color: #fffde2;
    //	border-color: #ebbf6c;
}

.ui-selectmenu-button.ui-button {
    width: 100%;
    background: white;
}

.ui-selectmenu-button.ui-selectmenu-disabled
.ui-selectmenu-icon {
    display: none;
}

.ui-selectmenu-icon {
    width: 28px;
    height: 28px;
    background: transparent url("img/arrow_down.svg") no-repeat 100% 50%;
    background-size: 10px 6px;
}

.tablemass {
    margin-top: 20px;
}

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


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

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

.tablemass th {
    text-align: initial;
}

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

.ui-selectmenu-icon:hover {
    background: transparent url("img/arrow_down_active.svg") no-repeat 100% 50%;
    background-size: 10px 6px;
}

.ui-selectmenu-menu .ui-menu {
    margin-top: -1px;
    padding: 0;
    background: #ffffff;
    color: #000000;
    font-size: 13px;
    font-weight: regular;
    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-menu-item {
    height: 30px;
    padding: 0;
    line-height: 30px;
    overflow: hidden;
}

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

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

.ui-datepicker {
    margin: -1px 0 0 0;
    background-color: #ffffff;
    //border: 1px solid #3b8ba9;
    -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 th {
    font-weight: 300;
    font-size: 12px;
    color: #b5b5b5;
    text-transform: uppercase;
}

.ui-datepicker td {
    font-weight: 400;
    font-size: 12px;
}

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

.ui-datepicker-prev {
    background: url("img/arrow_left.svg") no-repeat center;
    background-size: 6px 10px;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev-hover {
    background: url("img/arrow_left_active.svg") no-repeat center;
    background-size: 6px 10px;
    top: 2px;
    left: 2px;
}

.ui-datepicker-next {
    background: url("img/arrow_right.svg") no-repeat center;
    background-size: 6px 10px;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next-hover {
    background: url("img/arrow_right_active.svg") no-repeat center;
    background-size: 6px 10px;
    top: 2px;
    right: 2px;
}

.print-logo {
    position: relative;
    width: 300px;
    height: 114px;
}

.print-name {
    position: absolute;
    :
        color: #000000;
    width: 100%;
    top: 55px;
    left: 150px;
    font-family: 'Homenaje';
    font-size: 24pt;
}

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


#disclaimer_text {
    word-break: normal !important;
}

#amountto_text {
    margin-top: 8px;
}

#balance_text,
#balancedebit_text,
#balancecredit_text {
    margin-top: 8px;
}


input.moneyFormat {
    font-weight: bold;
}

label.error {
    color: red;
}

.info {
    max-width: 300px;
    owerflow: auto;
    word-break: normal;
    white-space: pre-wrap !important;
}

.amount {
    color: #403E3C;
    font-size: 14px;
    font-weight: 700;
}

.adesc {
    color: #403E3C;
    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: #403E3C;
    font-size: 13px;
    font-weight: 500;
}

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


.empty {
    text-align: right;
}

.table-collapse:after {
    display: table;
    clear: both;
    border: 0;
}

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

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

.thread {
    background: url("img/thread.svg") no-repeat left;
    background-size: 18px 15px;
    padding-left: 22px !important;
    font-size: 12px;
}

.additional-logo {
    position: absolute;
    top: 14px;
    left: 45px;
}

.hide {
    display: none;
}

.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 {
    border-bottom: 1px dotted #0077AA;
    cursor: help;
}

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

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

}

.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 :: */

/* :: Swift :: */

.autocomplete-suggestion {
    margin: 0;
    padding: 8px 0;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
}


.autocomplete-group strong {
    display: block;
}

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

table.search-results td {
    color: #000000;
}

.iban-validation-status,
.extbankswift-validation-status,
.intbankswift-validation-status {
    margin-left: 0;
}

.error-status {
    display: inline-block;
    margin-left: 30px;
    font-style: oblique;
}

.iban-validation,
.extbankswift-validation,
.intbankswift-validation {
    display: none;

}

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

.input-size-3 {
    width: 350px !important;
}

.extbankswift-validation-status,
.intbankswift-validation-status {
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
}

.i-two {
    position: relative;
}

.autocomplete-suggestions {
    overflow: auto;
    margin-right: 30px;
    width: calc(50% - 50px) !important;
}

@media all and (max-width: 639px) {
    .autocomplete-suggestions {
        width: calc(100% - 50px) !important;
    }
}

@media all and (max-width: 975px) {
    .input-size-3 {
        width: 72% !important;
    }

    .iban-validation-status {
        margin-left: 7px !important;
        width: 88px !important;
    }
}

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

@media all and (max-width: 1000px) {
    .autocomplete-suggestion {
        flex-flow: column;
    }

    .autocomplete-suggestion>div {
        width: 100%;
    }

    .autocomplete-suggestions .search-results {
        display: none;
    }
}

.autocomplete-suggestion>div {
    padding-left: 5px;
}


.sw-data {
    width: 25%;
}

.sw-name {
    width: 30%;
}

.sw-address {
    width: 30%;
}

.sw-country {
    width: 15%;
}

.search-results td {
    padding: 8px 0;
    font-weight: 400;
    font-size: 12px;
}

/* :: END Swift :: */

/* :: Profile dropdown :: */
.header-user {
    position: relative;
}

.btn-user-profile {
    cursor: pointer;
    padding-right: 20px;
}

.dropdown-content {
    /*display: none;*/
    display: block;
    position: absolute;
    top: 35px;
    width: 260px;
    min-height: 300px;
    background-color: white;
    z-index: -1;
    padding: 20px 20px 25px 20px;
    border-radius: 7px;

    white-space: normal;
    box-shadow: 0 32px 56px 3px rgba(0, 0, 0, 0.22);

    transform: translate(-220px, 0);
    transition: all 250ms ease 0s;
    opacity: 0;
}

.dropdown.open .dropdown-content {
    z-index: 79;
    opacity: 1;
    transform: translate(0, 0);
}

.navigation-user .dropdown.open .dropdown-content {
    z-index: 79;
    opacity: 1;
    transform: translate(-40px, 0);
    width: 250px;
    border-radius: 0px;
}

.profile-avatar {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-color: #293D53;
    margin-bottom: 20px;
}

.profile-info {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #D4D5D6;
}

.profile-fio {
    color: #283d54;
    font-size: 21px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 10px;
}

.profile-address,
.profile-phone {
    font-weight: 400;
    color: #939ea9;
    font-size: 13px;
    margin-bottom: 10px;
}

.profile-city,
.profile-address {
    font-size: 13px;
}

.profile-phone {
    font-size: 15px;
}

.change-payment-pas a,
.change-login-pas a {
    color: #283d54;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    transition: all 250ms ease 0s;
}

.change-payment-pas a:hover,
.change-login-pas a:hover {
    color: #566fe0;
}

.change-payment-pas {
    margin-bottom: 20px;
}

.box.-api {
    padding: 80px 180px;
}

.box.-api .box-title {
    padding: 0;
}

.box-title-left .-name {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    margin: 0;
}

.api.-wrapper {
    width: 380px;
}

.api.-header {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    padding-top: 41px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.api.-in-list .-in-row:last-child {
    margin-bottom: 0;
}

.api.-in-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.api.-in-row .-label img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.api.-in-row .-label {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
}

.api.-in-row .-label .-label-cell {
    display: flex;
    align-items: center;
}

.api .-validuntil {
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 9px;
}

.api.-in-row .-action {
    width: 90px;
    height: 24px;
    font-weight: bold;
    font-size: 10px;
    line-height: 24px;
    padding: 0px;
}

table.th-bottom th {
    vertical-align: bottom;
}

.checkbox.checkbox-inline span.tooltip-label {
    opacity: 0;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    display: inline-block;
    visibility: collapse;
}

.checkbox.checkbox-inline:hover span.tooltip-label {
    opacity: 1;
    display: inline-block;
    visibility: visible;
}