* {
    outline: 0;
}

em {
    font-style: normal;
}

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

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

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

input[type="radio"]
{
    margin: 0;
    padding: 0;
   display: none;
}

input[type="radio"]+label
{
    display: inline-block;
    margin: 0;
    font-family: SF Pro Display;
    background: #FFFFFF;
    color: #162645;
    opacity: 0.5;
    border: 1px solid #F0F8F1;
    white-space: nowrap;
    width: 72px;
    text-align: center;
    padding-top:3px;
    padding-bottom:3px;
    margin-right: -4px;
    cursor: pointer;
    padding:5px 20px 5px 20px;

}
input[type="radio"]:checked+label
{
    border: 1px solid #524FA1;

    opacity: 1;
    color:#FFFFFF;
    background: #524FA1;

}

input[type="radio"]+label:first-of-type
{
    border-radius: 5px 0px 0px 5px;
}

input[type="radio"]+label:last-child
{
    border-radius: 0px 5px 5px 0px;
}
.checkbox label input {
    display: none;
}

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

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

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

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

.formBlockStandart .checkbox2 label {
    cursor: pointer;
}

.checkbox2 label input {
    display: none;
}



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

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

.checkbox2 label span {
    height: 17px;
    color: #0a7298;
    line-height: 17px;
}

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

#ApplicationForm_chargestype input[type="radio"]+label, #ApplicationForm_prioritet input[type="radio"]+label {
    padding: 7px 20px;
    width: auto;
}

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

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

.navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 290px;
    background: rgba(82,79,161,0.04);
    color: #162645;
    z-index: 2;
}

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

.logo-login {
    position: absolute;
    height: 28px;
    left: 0px;
    right: 0px;
    top: 30px;
    z-index: 2;
    margin-top: 5px;
    display: flex;
}

.logo img,
.logo-login img {
    margin: 25px 0 0 18px;
    display: block;
    width: 173px;
    height: 28px;
}

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

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

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

.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% - 290px);
    margin-left: 290px;
}

.header-info {
    width: 61%;
    height: 23px;
    margin: 0;
    padding: 60px 0 0 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    color: #162645;
}

.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 {
    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: none;
    border-radius: 25px;
}

.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: 20px -18px 0 60px;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    text-align: left;
}

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

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

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

.header-language .dropdown-sm i {
    margin: 0;
    display: none;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

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

.icon-theme {
    background-image: url("img/top_theme.svg");
    background-repeat: no-repeat;
    background-position: left;
    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: 48px;
    vertical-align: top;
    text-align: right;
}

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

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

.content-draft {
    padding-top: 13px !important;
}

.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: 50%;
    float: left;
}

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

.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 h2 {
    font-weight: 500;
    font-size: 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;
}
.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: 10px;
    right: 20px;
    text-align: right;
}

.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: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-order-card {
    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;
}

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

.footer-phone-icon {
    background: url("img/footer_icon_phone.svg") no-repeat;
}

.footer-phone-uk {
    background: url("img/footer_flag_uk.svg") no-repeat 0px / 36px;
}

.footer-phone-pol {
    background: url("img/footer_flag_poland.svg") no-repeat 0px / 36px;
}

.footer-message-icon {
    background: url("img/footer_icon_chat.svg") no-repeat;
}

.footer-skype-icon {
    background: url("img/footer_icon_skype.svg") no-repeat;
}

.footer-email-icon {
    background: url("img/footer_icon_email.svg") no-repeat;
}

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

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

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

.content-wire {
    position: relative;
}

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

.table-draft-filter .button-primary{float: right}


.formBlockStandart .input-text:focus {
    border: 1px solid #524FA1;
}

.ui-selectmenu-button:focus {
    border: 1px solid #524FA1;
}

.ui-selectmenu-button:hover {
    border: 1px solid #524FA1;
}

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

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

.table-wire tr td:first-child {
    width: 22%;
    padding-right: 20px;
    text-align: left;
    white-space: nowrap;
}
.content-email#mail .table-wire tr td:first-child {

    white-space: normal;
}

.content-email#mail .table-wire tr td{ line-height: 24px;}

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

.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: 95%;
    margin: 0 24px;
}

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

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

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

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

.table-draft-list th {
    white-space: nowrap;
    text-align: left;
    background: rgba(82,79,161,0.1);
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #162645;
    opacity: 0.5;
}

.table-draft-list td {
    border-bottom: none;
    font-size: 13px;
    padding: 16px 20px;
}

.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, .table-draft-list th {

    overflow: auto;
}

.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-holds-list {
    width: calc(100% - 48px);
    margin: 0 24px 24px 24px;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

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

.table-holds-list tr {
    border-bottom: 1px solid #EBF1F3;
}

.table-holds-list td {
    padding: 8px;
    overflow: auto;
    text-align: center;
}

.table-holds-list tr th:first-child,
.table-holds-list tr td:first-child {
    width: 80px;
    text-align: left;
}

.table-holds-list tr th:nth-child(2),
.table-holds-list tr td:nth-child(2) {
    width: 80px;
    white-space: nowrap;
}

.table-holds-list tr th:nth-child(6),
.table-holds-list tr td:nth-child(6),
.table-holds-list tr th:last-child,
.table-holds-list tr td:last-child {
    text-align: left;
}

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

.table-holds-list tr td:nth-child(4),
.table-holds-list tr td:nth-child(5) {
    width: 80px;
    font-weight: 900;
    white-space: nowrap;
    text-align: right;
}

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

.table-cards-list tr {
    border-bottom: 1px solid #EBF1F3;
}

.table-cards-list tr:last-child {
    border: 0;
}

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

.table-cards-list td {
    padding: 8px;
    text-align: center;
}

.table-cards-list tr td:nth-child(5),
.table-cards-list tr td:nth-child(6) {
    font-weight: 900;
    white-space: nowrap;
    text-align: right;
}

.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: 0px solid #c9cbd0;
}

.table-template-list th {

    white-space: nowrap;
    text-align: left;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #162645;
    opacity: 0.5;
}

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

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

.table-template-list td {
    padding: 16px 20px;
    overflow: auto;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #162645;
}

.table-template-list tr td:first-child a {

    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #524FA1;

    /* Inside Auto Layout */

/*    flex: none;
    order: 1;
    align-self: center;
    flex-grow: 0;
    margin: 8px 0px;*/
}

.table-template-list tr td:first-child {
    position: relative;
    text-align: left;
    padding-left: 50px;

}

.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 20px;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

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

    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    /* identical to box height */


    /* Big Stone */

    color: #162645;
    opacity: 0.5;
}

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

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

.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: 0px;
}

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

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

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

.email-info tr td:first-child {

}

.email-info tr td:last-child {

}

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

.email-info-name {
    color: #FFFFFF;
    text-align: center;
    padding-top: 13px;
    font-size: 20px;
    font-weight: 600;
}
h3.mail-theme
{
    font-family: "Gilroy";
    height:36px;
    line-height: 150%;
    font-size: 24px;
    font-weight: 600;
    color: #162645;
}
.email-info-avatar img {
    max-width: 100%;
}

.email-info-from {
    font-family: "Gilroy";
    padding-left: 10px;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
}

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

.email-info-time {
    color: rgba(22,38,69,0.5);
    margin-right: 10px; margin-left: 20px;
}
.email-info-date {
    color: rgba(22,38,69,0.75);
}

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

.email-content {
    padding: 0 0 24px 10px;
    color: #687281;
}

.email-content p {
    margin: 10px 0 0 0;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #687281;
}

.mail-attach
{
    padding: 8px 5px 6px 12px;
    height:36px;
    border: 1px solid #F0F8F1;
    box-sizing: border-box;
    display: inline-block;

}

.mail-attach-cont
{
    display: inline-block;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding-left: 15px;
}

.reminder-info {
    list-style-type: none;
    margin: 0px;
}

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

.table-add-reply {
    width: 100%;
    border: 0;
    margin: 5px 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 30px;
}

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

.attached-file {

}

.attached-file-remove {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(img/close1_default.svg) no-repeat center;
    background-size: 16px 16px;
    margin-left: -30px;
    margin-top: 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: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 td {
    padding: 15px 20px;
    overflow: auto;
}

.table-email-acc tr td:first-child{
    padding-left: 40px;
}
.theme-header th{
    color: #162645;
    opacity: 0.5;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}


.table-email-acc tr th:first-child{text-align: center}

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

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

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

.table-email-list tr td:first-child,
.table-email-list tr th:first-child {
    padding-left: 40px;
}
.table-email-list tr th{background: rgba(82,79,161,0.1);padding: 20px}
.table-email-list tr td:nth-child(2) {
    min-width: 250px;
    font-weight: 400;
}

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

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

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


.icon-status-mail {
    width: 16px;
    height: 16px;
    margin-top: -3px;
}

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

.email-create-body {
    margin: 0px 50px 0 0;

}

h2.message-title
{
    float: left;
    margin-left: 40px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #162645;
}
a.new-mail-message{
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    margin-left: 10px;
    float: left;"

}
.table-email-create{
    margin: 0px 0px;
}

.table-email-create {
    width: 100%;
    border-top: 1px solid #E4E9EF;
    background: #FBFBFD;


}
.table-email-create2 {
    width: 100%;


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

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

.email-create-body .input-textarea {
    height: 300px;
}

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

.ui-selectmenu-button.ui-button {
    width: auto;
    min-width: 200px;
}

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

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

.ui-selectmenu-button-closed .ui-selectmenu-icon {
    transform: rotate(0deg);
    transition: all 0.3s;
}

.ui-selectmenu-button-open .ui-selectmenu-icon {
    transform: rotate(180deg);
    transition: all 0.3s;
}

.ui-menu .ui-menu-item {
    height: 30px;
    padding: 0;
    padding-top: 8px;
    line-height: 30px;
    overflow: hidden;
    color:#454F63;
}

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

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


input.moneyFormat {
    font-weight: bold;
}

label.error {
    color: red;
}

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

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

.tooltip {
    border-bottom: 1px dotted #0077AA;
    cursor: help;
}

/* :: OpenAPI page :: */
.open-api-tbl .-action {
    width: 124px;
    float: right;
}

.open-api-tbl .-action-td {
    width: 200px !important;
    text-align: right;

}

.open-api-tbl .-action-th {
    width: 200px !important;
    text-align: right;
}

.open-api-tbl .-action-td {
    width: 200px !important;
    display: block !important;
    text-align: right;
    float: right;
}

@media (max-width: 640px) {
    .open-api-tbl .-action {
        margin-top: 5px;
        float: inherit;
    }

    .open-api-tbl .-action-td {
        text-align: left;
        float: inherit;
    }

    .open-api-tbl tr td:first-child {
        padding-left: 0 !important;
    }
}
/* dropdown-owner */
.switch-owner{
    margin-bottom: 20px;
}
.switchAccount ._title{
    color: #566fe0;
}
.OwnerSwitch:before, .OwnerSwitch:after{
    content: unset !important;
}
.switch-owner{
    width: 100%;
    display: inline-flex;
    align-items: center;
    color: black;
}
.switch-owner .header-user-name{
    height: 13px;

    margin-left: 0;
    padding: 7px 0 7px 0;
    display: inline-block;
    background: none;
}
.dropdown-owner{
    display: inline-flex;
}
.dropdown-owner .ui-selectmenu-button{
    color: white;
}
.switch-owner .ui-selectmenu-icon {
    width: 28px;
    height: 28px;
    background: transparent url("img/arrow_down_active2.svg") no-repeat 100% 50%;
    background-size: 10px 6px;
}
.switch-owner .ui-selectmenu-icon:hover {
    background: transparent url("img/arrow_down_active2.svg") no-repeat 100% 50%;
    background-size: 10px 6px;
}
.hidden{
    display: none !important;
}

.switchAccount.ui-dropdown-field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    z-index: 100;
    width: 100%;
    background-color: transparent;
}
.switchAccount.ui-dropdown-field .dropdown-toggle {

    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;

    padding: 0;
    position: relative;
    margin: 0;
    line-height: 30px;
    height: 30px;
    border-bottom: solid 1px rgba(51, 167, 165, 0.38);
    transition: all 250ms ease 0s;

    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #33A7A5;
}
.switchAccount.ui-dropdown-field .dropdown-toggle:hover{
    border-bottom: solid 1px #33A7A5;
}
.switchAccount.ui-dropdown-field .dropdown-toggle:hover .ico{
    opacity: 1;
}

.switchAccount.ui-dropdown-field .dropdown-menu {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 24;
    display: none;

    margin-top: -1px;
    padding: 0;
    background: #ffffff;
    color: #000000;
    font-size: 13px;

    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;
}
.switchAccount.ui-dropdown-field.open {
    z-index: 101;
}
.switchAccount .dropdown-menu.open {
    display: flex;
    width:  100%;
}
.rs-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    color: black;

    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    overflow: hidden;
}
.rs-link.selected{
    background-color: #566fe0;
    color: #ffffff;
}
.rs-link:hover{
    background-color: rgba(86, 111, 224, 0.09);
    color: #566fe0;
}

.switchAccount.ui-dropdown-field .dropdown-toggle .ico {
    position: absolute;
    right: 5px;
    top: 11px;
    opacity: .5;
    z-index: 1001;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
}
.ico.caret-default {
    width: 12px;
    height: 7px;
    background-image: url('img/arrow_down_white.svg');
}
.switchAccount.ui-dropdown-field.open .dropdown-toggle .ico {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.check_box {
    display:none;
}

/*.check_box + label{
    background:url('img/checked.svg') no-repeat;
    height: 16px;
    width: 16px;
    display:inline-block;
    padding: 0 0 0 0px;
}*/

.check_box + label{
    padding-left: 36px;
    display: inline-block;
    vertical-align: top;
    background: url("img/notchecked.svg") no-repeat;
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #162645;
    opacity: 0.5;

}

.check_box:checked + label{
    background: url("img/checked.svg") no-repeat;
    opacity: 1;
}

.popup
{
    display: none;
    min-width: 312px;
    height: 222px;
  /*  left: 534px;
    top: 521px;*/
    background: #FFFFFF;
    box-shadow: 0px 9px 7px rgba(82, 79, 161, 0.13), 0px 2.71324px 2.1103px rgba(82, 79, 161, 0.0872039), 0px 1.12694px 0.876509px rgba(82, 79, 161, 0.0653654), 0px 0.407592px 0.317016px rgba(82, 79, 161, 0.0461623);
    border-radius: 5px;
    margin: 0px 10px;
    padding: 20px 20px 10px 20px;
}

.popup .cancel-button
{
    float: left;font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #A5C3D2;
    /*margin: 10px 0px*/
    padding: 15px 30px;
    cursor: pointer;
}

.popup .cancel-button:hover {
    background-color: #FBFBFB;
}

.popup .save-button
{
    float: right;font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #524FA1;
    /*margin: 10px 0px;*/
    padding: 15px 30px;
    cursor: pointer;
}

.popup .save-button:hover {
    background-color: #FBFBFB;
}

.popup .input-name
{
    background: #FFFFFF;
    width: 100%;
    margin: 0 auto;
    height:40px;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 5px;font-family: SF Pro Display;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;text-align:center ;
    color: #162645;
}

.popup .template-hint
{
    height: 20px;
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #687282;
    margin: 10px 0px;
}

.popup .template-name {
    height: 36px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #162645;
    margin: 10px 0px;
    text-align: center;

}


.button-new-primary
{

    background: #FFFFFF;
    padding: 14px 0px 0px 48px;

    height: 50px;
    min-width: 160px;

    border: 1px solid #E8EAED;
    box-sizing: border-box;
    border-radius: 5px;

    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;

    text-align: center;
    color: #A2A8B5;
    padding:10px 20px;
    cursor: pointer;
}


.create-button {
    background-color: #E8EAED;
    margin-left: 25px;
}

.create-button[disabled]:hover
{
    background-color: #E8EAED;
    color: #A2A8B5;
    cursor: not-allowed;
}
.create-button:hover
{
    background: #524FA1;
    color: #FFFFFF;
}
#ApplicationForm_template_gp
{
    display: none;
}

.template-button[disabled]:hover
{
    color: #A2A8B5;
    cursor: not-allowed;

}
.template-button:hover:enabled
{
    border:1px solid #524FA1;
    color:#524FA1;
}


