@charset "UTF-8";

* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

body,
html {
    font-family: 'ITCAvantGardeStd', sans-serif;
    font-size: 12px;
}

body {
    background: #fff;
}

main .container {
    padding-bottom: 100px;
}

.width83 {
    width: 83% !important;
    margin: 0 auto;
}

a,
a:visited {
    color: #154882;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.container {
    width: unset;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.clearfix::before,
.clearfix::after {
    content: '';
    display: block;
}

.clearfix,
.clearfix::after {
    clear: both;
}

.hidden {
    opacity: 0;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.mr-10 {
    margin-right: 10px;
}

input:focus,
textarea:focus {
    outline: none;
}

input,
select,
textarea {
    box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
    margin-top: 0;
    vertical-align: middle;
}

option {
    color: #000;
}

select.appearance-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ui-dialog {
    outline: none;
}

.b-header {
    padding-top: 12px;
}

.b-header__nav {
    padding-top: 5px;
    padding-bottom: 6px;
}

.b-header__nav-item {
    float: left;
    position: relative;
}

.b-header__nav-item .sub-menu {
    position: absolute;
    z-index: 100;
    display: none;
}

.b-header__nav-item .sub-menu.show-menu {
    display: block;
    background-color: whitesmoke;
    padding: 10px;
}

.b-header__nav-item .sub-menu li {
    margin: 5px 0;
    cursor: pointer;
}

.b-header__nav-item i {
    margin: 0;
    font-size: 20px;
    cursor: pointer;
}

.b-header__nav-item:first-child {
    padding-left: 0;
    border-left: 0;
}

.b-header__nav-dropdown {
    padding-right: 18px;
}

.b-header__nav-dropdown::after {
    content: '';
    position: absolute;
    display: block;
    top: 5px;
    right: 7px;
    height: 6px;
    width: 9px;
    background: url("../images/icons/menu_drop-down.png") no-repeat;
    cursor: pointer;
}

.b-header__links-nav {
    float: right;
}

.b-header__links-user a {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/icons/user.png) no-repeat;
}

.b-header__links-search {
    height: 14px;
}

.b-header__links-search a {
    display: block;
    cursor: pointer;
    height: 18px;
    width: 18px;
    background: url("../images/icons/search.png") no-repeat;
}

.b-header__logo {
    position: relative;
}

.b-header__main-nav {
    display: flex;
    float: left;
}

.b-header__logo-link {
    display: block;
    float: right;
    font-size: 0;
    right: 0;
    top: 15px;
}

.b-header__logo-image {
    max-height: 60px;
}

.search {
    margin-top: 0;
}

.b-main {
    background: #fff;
}

.b-main__title {
    background-color: #fdfce5;
    border-top: 1px solid #d9d9d7;
    border-bottom: 1px solid #d9d9d7;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 4px 8px 3px;
}

.b-main .information {
    margin-top: 10px;
}

.b-main .information .b-form__block {
    padding: 0;
}

.b-main .information .b-form__checkbox {
    padding: 4px 10px 10px 10px;
}

.b-main .information .b-form__title {
    margin-bottom: 0;
}

.b-main .information .block-table {
    height: 435px;
    overflow-y: scroll;
}

.b-main .information .b-form__child-item {
    float: none;
}

.b-main .information .b-form__right-list {
    text-align: right;
}

.b-tabs__big-user::before {
    background: url("../images/icons/big_user.png") no-repeat;
    background-size: cover;
}

.b-tabs__home::before {
    background: url("../images/icons/singl_home.png") no-repeat;
    background-size: cover;
}

.b-tabs__mail::before {
    background: url("../images/icons/mail.png") no-repeat;
}

.b-tabs__home-bank::before {
    background: url("../images/icons/home.png") no-repeat;
    background-size: cover;

}

.b-tabs__home-doc::before {
    background: url("../images/icons/doc.png") no-repeat;
    background-size: cover;

}

.b-tabs__custom-item {
    padding-top: 10px;
}

.b-tabs__custom-item--left {
    float: left;
}

.b-tabs__custom-item--right {
    float: right;
}

.b-tabs__titles {
    padding-top: 10px;
    background: #F4F4F1;
    border-bottom: 1px solid #d9d9d7;
    background: #fff;
}

.b-tabs__titles-item {
    cursor: pointer;
    color: #989898;
    background: url("../images/icons/tab_bg.png") repeat-x;
    float: left;
    margin: 8px 16px 3px 0;
    position: relative;
    padding-left: 42px;
    border: 1px solid #d9d9d7;
    border-radius: 4px;
}

.b-tabs__titles-item::before {
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    top: -9px;
    left: 8px;
}

.b-tabs__titles-item span {
    margin: 5px 12px 2px 0;
    font-weight: bold;
    display: block;
}

.b-tabs__titles-item:hover {
    color: #666666;
}

.b-tabs__titles-item--current {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
    transform: translateY(4px);
    padding-bottom: 1px;
    color: black;
    background: white;
}

.b-tabs__container {
    background-color: white;
    padding: 8px 12px;
    border: 1px solid #d9d9d7;
    border-top: none;
    border-radius: 0 2px 2px 2px;
}

.b-tabs__block-left {
    float: left;
    width: 49%;
}

.b-tabs__block-right {
    float: right;
    width: 49%;
}

.register-user-block {
    display: flex;
    justify-content: space-between;
}

.register-user-block .search-block {
    width: 50%;
    padding: 15px 10px 10px 10px;
}

.register-user-block .search-block .block-table {
    height: 325px;
}

.register-user-block .search-block .loading {
    margin: 10px 0;
}

.register-user-block .b-form__block {
    background: #fff;
}

.register-user-block .search-block .b-tabs__table-info {
    padding: 0 0 0 10px;
}

.b-tabs__table-info {
    background: #fff;
    padding: 10px;
}

.b-tabs__table-info table {
    width: 100%;
}

.b-tabs__table-info tr {
    border-bottom: 1px solid #d9d9d7;
}

.b-tabs__table-info td {
    cursor: pointer;
    padding: 5px;
    vertical-align: middle;
}

.b-tabs__table-info img {
    width: 28px;
}

.b-tabs__text {
    background: #fdfce5;
    padding: 5px 10px;
    border-bottom: 1px solid #d9d9d7;
}

.btn {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-weight: normal;
    font-size: 12px;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    border-radius: 2px;
    white-space: nowrap;
    padding: 2px 8px;
    height: 21px;
    line-height: 16px;
    background: url("../images/icons/btn_bg.png") repeat-x;
    border: 1px solid #c0c2c6;
    color: #154882;
}

.btn--img {
    padding-left: 22px;
}

.btn--img img {
    position: absolute;
    top: 1px;
    left: 4px;
    width: 18px;
    height: 18px;
}

.btn__plus {
    padding: 0;
    height: 13px;
    width: 14px;
}

.btn__dark {
    color: #fff;
    background: url("../images/icons/btn_dark.png") repeat-x;
}

.btn__dark:hover {
    border-color: #044882;
    box-shadow: 0 0 2px 1px #9cbad7;
}

.btn__trash, .btn__descr {
    height: 20px;
    width: 20px;
    padding: 0;
}

.btn--light:hover {
    border-color: #8db0cf !important;
    box-shadow: 0 0 2px 1px #9cbad7;
}

.b-form__sub-header {
    padding: 4px 12px;
    height: 15px;
    font-weight: bold;
    font-size: 12px;
}

.b-form__sub-header span {
    font-weight: normal;
}

.b-form__title {
    height: 23px;
    cursor: pointer;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 14px;
    padding-left: 8px;
    margin-bottom: 6px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.b-form__title-dark {
    background-color: rgb(6, 73, 133);
    /*background: url("../images/icons/form_title.png") repeat-x;*/
    box-shadow: 0 1px 2px -1px #666;
    border: 1px solid #849ebd;
    color: #fff;
}

.b-form__title-light {
    background: url("../images/icons/light_bg.png") repeat-x;
    border: 1px solid #d0daed;
    text-shadow: 1px 1px 1px white;
}

.b-form__title-btn {
    border: 1px solid #d9d9d7;
    padding: 4px 12px;
    background: #f9faf3;
}

.b-form__list-view {
    border: 1px solid #d9d9d7;
    position: relative;
    padding: 10px 0;
    background: #f9faf3;
}

.b-form__list-view-item {
    float: left;
    width: 50%;
}

.b-form__list-view-item img {
    vertical-align: middle;
    margin-right: 5px;
}

.b-form__list-view-item a {
    display: block;
    padding: 0 12px 0;
    margin-bottom: 3px;
}

/*.b-form__list-view-item span {
    padding: 0 11px;
}*/

.b-form__list-view--horizontal .b-form__list-view-item {
    display: inline-block;
    width: auto;
}

.kinder {
    margin-top: 4px;
    font-size: 12px;
    color: #154882;
    display: flex;
    align-items: center;
    /*width: 100px;*/
}

.delete-area {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.b-form__block {
    background: #ededea;
    padding-left: 12px;
    padding-right: 4px;
    border: 1px solid #d9d9d7;
    box-sizing: border-box;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.b-form__left-list {
    width: 50%;
    float: left;
    border-right: none;
}

.b-form__right-list {
    width: 50%;
    float: right;
    border-left: none;
}

.b-form__group {
    padding: 10px 4px;
    box-sizing: border-box;
    position: relative;
    margin: 0 -4px 20px; /*was 4 left*/
}

.b-form__group--same-height {
    min-height: 92px;
}

.b-form__group--same-height70 {
    min-height: 70px;
}

.b-form__group::after {
    content: '';
    display: block;
    clear: both;
}

.b-form__child-item {
    float: left;
    padding-left: 5px;

}

.b-form__child-item > span > label {
    font-weight: normal;
}

.b-form__child-item .b-form__radio {
    display: inline-block;
}

.b-form__child-item__input-check {
    vertical-align: top;
    display: inline-flex;
}

.b-form__child-item__input-check span {
    /*margin-right: 10px;
    padding-left: 5px;*/
    width: 120px;
    margin: 0 10px 0 5px;
}

.b-form__child-item__input-check span:first-child {
    width: 90px;
}

.b-form__child-item__input-check span:last-child {
    width: 140px;
}

#vermietete_wohnfläche {
    text-align: right;
    padding-right: 20px;
}

.b-form__child-item h4 {
    color: #8e8e8e;
    font-size: 11px;
}

.b-form__child .b-buy__options {
    float: right;
}

.b-form__address span:first-child {
    margin-right: 8px;
}

.b-form__address-long, .b-form__address-short {
    float: left;
}

.b-form__address-long {
    width: 76%;
}

.b-form__address-short {
    width: 20%;
}

.b-form__radio-label > label {
    color: #8e8e8e;
    display: block;
    font-size: 11px;
    white-space: nowrap;
    padding-left: 1px;
    margin-bottom: 2px;
    height: 13px;
}

.b-form__radio, .b-form__checkbox {
    padding-right: 8px;
    padding-bottom: 10px;
    display: block;
}

.b-form__input {
    margin: 0;
}

.b-form__input, .b-form__phone {
    display: block;
    padding-bottom: 10px;
}

.b-form__input label, .b-form__phone label {
    color: #8e8e8e;
    display: block;
    font-size: 11px;
    white-space: nowrap;
    padding-left: 1px;
    margin-bottom: 2px;
    height: 13px;
}

.b-form__input input,
.b-form__input textarea,
.b-form__input select, .b-form__phone input,
.b-form__phone textarea,
.b-form__phone select {
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 2px;
    background-color: white;
    border: 1px solid #d9d9d7;
    width: 100%;
    font-size: 12px;
}

.b-form__input input, .b-form__phone input {
    height: 20px;
}

.b-form__input textarea, .b-form__phone textarea {
    resize: vertical;
}

.b-form__half-col {
    width: 49%;
    box-sizing: border-box;
    float: left;
}

.b-form__half-col--last {
    padding-left: 10px;
}

.b-form__half-col--first {
    padding-right: 10px;
}

.b-form__phone-tel {
    width: calc(65% - 10px) !important;
    float: right;
}

.b-form__phone-code {
    float: left;
    margin-right: 3px;
    width: 35% !important;
}

.b-form__inline > span {
    display: inline-block;
}

.b-form__inline > span > label,
label {
    font-weight: normal;
}

.b-form__vert .b-form__radio {
    padding-bottom: 2px;
}

.b-form__list::after {
    content: '';
    display: block;
    clear: both;
}

.b-form__list-item {
    width: 100%;
    box-sizing: border-box;
}

.b-form__list-item:nth-of-type(even) {
    padding-left: 0;
}

.b-form__list-item:nth-of-type(odd) {
    padding-right: 0;
}

.b-form__squere input {
    padding-right: 20px;
}

.b-form__squere::after {
    content: 'm²';
}

.b-form__euro input {
    padding-right: 12px;
}

.b-form__search {
    background: #fff;
    border-bottom: 2px solid #d9d9d7;
}

.b-form__search input {
    border: none;
    width: 96%;
    font-size: 16px;
    line-height: 2;
}

.b-form__search img {
    float: left;
    margin: 7px 4px 0 7px;
}

.b-form__euro::after {
    content: '€';
}

.b-form__address-long-m2 {
    position: relative;
}

.b-form__address-long-m2::after {
    content: 'm2';
    font-size: x-small;
}

.b-form__address-long-m2::after {
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    line-height: 5px;
}

.b-form__year input {
    padding-right: 38px;
}

.b-form__year::after {
    content: 'Jahre';
}

.b-form__percent input {
    padding-right: 18px;
}

.b-form__percent::after {
    content: '%';
}

.b-form__months input {
    padding-right: 48px;
}

.b-form__months::after {
    content: 'Monate';
}

.b-form__euro, .b-form__squere, .b-form__year, .b-form__percent, .b-form__months {
    position: relative;
}

.b-form__euro input, .b-form__squere input, .b-form__year input, .b-form__percent input, .b-form__months input {
    text-align: right;
}

.b-form__euro::after, .b-form__squere::after, .b-form__year::after, .b-form__percent::after, .b-form__months::after {
    display: block;
    position: absolute;
    right: 5px;
    top: 48%;
    line-height: 5px;
    font-size: 12px;
}

.bold-euro::after {
    top: 45% !important;
}

.b-form__block-inside {
    margin-bottom: 10px;
}

.b-form__buy-landplots {
    background: #fff;
    border: 1px solid #d9d9d7;
    border-top: none;
    padding: 10px;
}

.b-form__buy-landplots .b-form__input {
    width: 14%;
}

.b-form__buy-landplots .b-buy__options {
    float: right;
}

.b-form__buy-landplots .slash {
    font-size: 18px;
    margin-left: -10px;
}

.b-form__rights .b-form__list-view {
    padding: 10px;
}

.b-form__text {
    margin: 0 10px;
}

.b-form__fields .b-form__input,
.b-form__fields .b-form__checkbox {
    display: inline-block;
    margin-right: 5px;
}

.b-form__fields .b-form__input label,
.b-form__fields .b-form__checkbox label {
    color: #8e8e8e;
    font-size: 11px;
    white-space: nowrap;
    height: 13px;
    display: block;
    margin-right: -10px;
}

.b-form__fields .b-form__input-short {
    margin-right: 15px;
    width: 4%;
}

.b-form__input-middle {
    width: 10%;
}

.b-form__input-large {
    width: 200px;
}

.b-form__single ul {
    border-right: 2px solid #d9d9d7;
    padding-right: 10px;
}

.b-form__group-child span {
    display: inline-block;
    margin-right: 20px;
    /*color: #000000;*/
    font-size: 11px;
}

.b-form__group-child .text-title {
    margin-right: 15px;
}

.b-form__group-child-last {
    padding: 2px 0 0 0;
}

.sum {
    font-size: 12px !important;
    line-height: 20px;
}

.b-form__group-text {
    float: left;
}

.b-form__wrap-box .b-form__input {
    float: right;
}

.b-form__block-select {
    padding: 10px 0;
}

.b-form__loans {
    float: right;
    margin-right: 10px;
}

.b-form__loans .b-form__euro {
    color: #000;
}

.b-form__loans input {
    border-radius: 5px;
    width: 90px;
}

.b-form__results {
    overflow-y: auto;
}

.b-form__results table {
    width: 100%;
    color: #8c8c8c;
}

.b-form__results th {
    text-align: left;
    border-bottom: 1px solid #d9d9d7;
}

.b-form__results td {
    cursor: pointer;
    min-width: 168px;
}

.b-form__results tr {
    border-bottom: 1px solid #d9d9d7;
}

.b-form__results th, .b-form__results td {
    cursor: pointer;
    padding: 10px;
}

.b-form__results .first {
    min-width: 120px;
}

.b-form__results .column-number-op .number-op {
    font-weight: bold;
    color: #154882;
    line-height: 30px;
}

.b-form__results .column-number-op img {
    float: left;
    margin-right: 10px;
}

.b-form__results .manager img {
    float: left;
    margin-right: 10px;
}

.b-form__results .manager .company {
    color: #b3b2b2;
    margin-top: 3px;
}

.search-block {
    background: #fff;
}

.textarea-notes {
    padding-top: 5px;
}

.textarea-notes span {
    width: 100%;
}

.s-area {
    height: 0;
    margin-bottom: 2px;
}

.btn__image {
    margin-top: -7px;
    margin-left: 5px;
    cursor: pointer;
}

.first_form .wrap-form {
    width: 49%;
    float: left;
}

.first_form .wrap-form:nth-of-type(even) {
    margin-left: 1%;
}

.first_form .wrap-form:nth-of-type(odd) {
    margin-right: 1%;
}

.second_form {
    margin-bottom: 8px;
}

.child-form .b-form__title {
    margin-bottom: 0;
    border-bottom: none;
}

.child-form .b-form__title .b-form__list-view-item a {
    padding: 0;
    font-weight: normal;
}

.child-form .b-form__title .b-form__right-list {
    text-align: right;
}

.child-form .b-form__block {
    border-top: none;
}

.third_form .b-form__list-view {
    /*border-bottom: 0;*/
}

.third_form .b-form__list-view::before {
    content: '';
    display: block;
    position: absolute;
    left: 45%;
    top: 10px;
    bottom: 14px;
    width: 2px;
    margin-left: -1px;
    background-color: #d9d9d7;
}

.third_form .b-form__block {
    border-top: 0;
}

.third_form .b-form__list {
    width: 50%;
    float: left;
}

.forms_group .b-form__list-view {
    border-bottom: 0;
}

.forms_group .b-form__list-view::before {
    display: none;
}

.forms_group .b-form__block {
    border-top: 0;
}

.forms_group .b-form__block .b-form__input {
    display: inline-block;
    margin-right: 10px;
}

.fifth_form {
    margin-bottom: 10px;
}

.b-buy {
    min-height: 69px;
}

.b-buy::after {
    content: '';
    display: block;
    clear: both;
}

.b-buy__item {
    float: left;
    box-sizing: border-box;
    padding: 2px;
    min-height: 1px;
}

.b-buy__name {
    font-size: 11px;
    font-weight: bold;
    width: 100%;
}

.b-buy__bet {
    width: 25%;
    float: left;
}

.b-buy__bet-info {
    padding-left: 22px;
    line-height: 18px;
    display: block;
    background: url("../images/icons/info.png") no-repeat;
}

.b-buy__begin {
    width: 25%;
    float: left;
    margin: 0 !important;
}

.b-buy__options {
    margin-top: 14px;
    text-align: right;
    width: 54px;
    float: right;
}

.b-buy__options .btn__descr {
    margin-right: 4px;
}

.kinder_b-buy {
    margin-top: 13px;
}

.b-buy__checkbox {
    display: block;
    padding: 10px;
}

.b-buy__checkbox input {
    float: left;
}

.b-buy__checkbox label {
    font-size: 11px;
    float: right;
    width: 130px;
    line-height: 1.5;
}

.b-buy-single {
    border-bottom: none;
    min-height: 55px;
}

.b-banking__item {
    float: left;
    width: 14%;
    box-sizing: border-box;
    padding: 0 3px;
}

.b-banking__iban, .b-banking__kredit {
    width: 20%;
}

.bank-delete {
    margin-top: 15px;
    margin-left: 7px;

    position: absolute;
    right: 15px;
}

.block-left {
    float: left;
    width: 45%;
}

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

label.remarks {
    display: block;
    margin-bottom: 10px;
}

span.input-remarks {
    width: 100%;
    margin: 0;
}

.b-request .b-form__title {
    margin-bottom: 0;
    border-bottom: none;
}

.b-request .b-main {
    border-top: none;
}

.b-request__section {
    padding: 10px 0;
    border-bottom: 2px solid #d9d9d7;
}

.b-request__section p {
    line-height: 1.7;
}

.b-request__section:last-of-type {
    border-bottom: none;
}

.b-request__title {
    font-weight: bold;
    margin: 12px 5px 0 0;
}

.b-request__block {
    float: left;
    width: 50%;
    background: #f9faf3;
    border: 1px solid #d9d9d7;
    padding: 0 10px;
}

.b-request .b-form__fields > span, .b-request .b-form__fields div {
    float: left;

    /*fix bugs page kreditdaten 09/10*/
    /*margin-right: 20px;*/
}

.b-request .b-form__fields .b-buy__option {
    float: right;
}

.b-request .years {
    width: 200px;
}

.b-request .years select {
    width: 80%;
}

.b-request .years:after {
    content: 'Jahre';
}

.b-request__sub-group {
    width: 82%;
}

.b-request__sub-group > span {
    display: inline-block;
    border-right: 2px solid #fff;
    padding-right: 10px;
    margin-right: 5px;
}

.b-request__sub-group .b-form__euro::after {
    right: 15px;
}

.b-request .block-title {
    width: 9%;
}

.b-request .small-select
select {
    width: 175px;
}

.b-footer {
    height: 36px;
    width: auto;
    border-top: 5px solid #d9d9d7;
    border-bottom: 1px solid #d9d9d7;
    background: #ededea;
    box-shadow: 0 20px 20px -20px #888 inset;
}

.b-footer__nav-item {
    float: left;
    margin-right: 16px;
    position: relative;
    cursor: pointer;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-right: 10px;
    padding-left: 42px;
    background: #ddd;
    background: linear-gradient(top, #ddd, white);
    background: -moz-linear-gradient(top, #ddd, white);
    background: -webkit-linear-gradient(top, #ddd, white);
    background: -ms-linear-gradient(top, #ddd, white);
    height: 27px;
    line-height: 27px;
    font-weight: bold;
    font-size: 11px;
    box-shadow: 0 20px 20px -20px #888 inset;
}

.b-footer__nav-item::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 7px;
}

.b-footer__nav-bell::before {
    background: url("../images/icons/bell.png") no-repeat;
}

.b-footer__nav-user {
    float: right;
    margin-right: 0;
}

.b-footer__nav-user::before {
    background: url("../images/icons/card.png") no-repeat;
    background-size: cover;
}

.b-footer__nav-user::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-bottom: -10px;
    margin-left: 5px;
    height: 30px;
    width: 30px;
    background: url("../images/icons/circle.png") no-repeat;
}

.b-footer__nav-doc::before {
    background: url("../images/icons/doc.png") no-repeat;
}

.b-footer__nav-check::before {
    background: url("../images/icons/check.png") no-repeat;
}

.b-copy-right {
    background: url("../images/icons/copy_right.png") no-repeat;
    padding: 8px;
    color: #717171;
    font-size: 11px;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}

/*login*/
.europeace {
    background-color: #878787;
    position: relative;
    width: 100%;
    height: 1000px;
}

.habben {
    margin-left: 150px;
    font-size: 12px;
}

.habben, .email {
    display: inline-block;

}

.eur {
    margin-top: 50px;

}

.europeace2 {
    background-color: #616161;
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    border: 1px solid #999;
    top: 50px;
    height: 456px;
    box-sizing: border-box;
}

.europeace3 {
    position: relative;
    top: 100px;
    background-color: #616161;
    margin: 0 auto;
    max-width: 1000px;
    height: 293px;
    border: 1px solid #999;
    box-sizing: border-box;
}

.login-panel {
    background-color: white;
    border: 1px solid #d9d9d7;
    border-radius: 3px;
    width: 750px;
    margin: 45px auto 0;
}

.login-panel2 {
    background-color: white;
    border: 1px solid #d9d9d7;
    border-radius: 3px;
    padding: 6px 48px 24px;
    width: 640px;
    margin: 50px auto 0;
}

.europeace-photo {
    margin: 15px 0 12px 0;
    padding: 6px 48px 24px;
}

.europeace-photo2 {
    margin: 15px 0 12px 0;
    padding: 6px 0 24px 0;
}

.eingabeFelderPanel {
    display: flex;
    margin: 3px 6px;
    border-radius: 3px;
    box-shadow: 0 0 5px 1px #616161;
    /*width: 99%;*/
    /*margin: auto;*/
}

.description {
    color: #8e8e8e;
    font-size: 11px;
}

.links1 {
}

.tab {
    display: inline-block;
    width: 280px;
}

.benutzername {
    padding: 24px 44px 36px 44px;
}

.pass {
    margin: 12px 0 0 0;
}

.description2 {
    margin: 12px 0 0 0;
    font-size: 12px;
}

.menu {
    text-align: right;
    margin: 5px 30px 20px auto;
}

.menu a:first-child {
    padding-right: 5px;
    border-right: 1px solid #154882;

}

.email,
.password {
    width: 280px;
}

a {
    font-size: 11px;
    margin-top: 8px;
    color: #154882;
}

button {
    padding: 3px 8px;
    color: white;
    border: 1px solid #6c7e99 !important;
    background-color: #064985;
    height: 21px !important;
    border-radius: 3px;
}

button:hover {
    border-color: #044882 !important;
    box-shadow: 0 0 2px 1px #9cbad7;
}

#antrag {
    margin: 20px 0;
}

antrag:last-child .dropdown #myDropdown {
    top: -375px;
}

antrag:last-child .dropdown #tarifDropdown {
    top: -797px;
}

#myDropdownTwo {
    top: 35px;
}

.firstAreaDelete {
    position: absolute;
    margin-top: -1px;
}

/*modal*/

.ng-modal-overlay {
    /* A dark translucent div that covers the whole screen */
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
}

.ng-modal-dialog {
    /* A centered div above the overlay with a box shadow. */
    z-index: 10000;
    position: absolute;
    height: 90%;
    width: 80%; /* Default */
    top: 50%;
    left: 50%;
    overflow-y: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);

    background-color: #fff;
    box-shadow: 4px 4px 80px #000;
}

.ng-modal-dialog-content {
    padding: 10px;
    text-align: left;
    position: relative;
}

.ng-modal-close {
    position: absolute;
    top: 3px;
    right: 5px;
    padding: 5px;
    cursor: pointer;
    font-size: 120%;
    display: inline-block;
    font-weight: bold;
    font-family: 'ITCAvantGardeStd', 'sans-serif';
    z-index: 1000;
}

/*search*/

.search-input {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid rgba(221, 221, 220, 1);
    width: 90%;
}

.b-form__results table {
    width: 100%;
    color: #8c8c8c;
}

.b-form__results th {
    text-align: left;
    border-bottom: 1px solid #d9d9d7;
}

.b-form__results td {
    cursor: pointer;
}

.b-form__results tr {
    border-bottom: 1px solid #d9d9d7;
    cursor: pointer;
}

.b-form__results tr:hover {
    background-color: #fdfce5;
}

.b-form__results th, .b-form__results td {
    padding: 5px;
    min-width: 50px;
    cursor: pointer;
}

.b-form__results .first {
}

.b-form__results .column-number-op .number-op {
    font-weight: bold;
    color: #154882;
    line-height: 30px;
}

.b-form__results .column-number-op img {
    float: left;
    margin-right: 10px;
}

.b-form__results .manager img {
    float: left;
    margin-right: 10px;
}

.b-form__results .manager .company {
    color: #b3b2b2;
    margin-top: 3px;
}

/*dropdown*/

.dropbtn {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-weight: normal;
    font-size: 12px;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    border-radius: 2px;
    white-space: nowrap;
    padding: 2px 8px;
    height: 21px;
    line-height: 16px;
    background: url(../images/icons/btn_bg.png) repeat-x;
    border: 1px solid #c0c2c6;
    color: #154882;
}

.dropdown {
    position: relative;
    display: inline-block;
    overflow: visible;

}

#myDropdown {
    overflow: visible;
    width: 300px;
}

.dropdown-content {
    /*display: none;*/
    position: absolute;
    background-color: #f9f9f9;
    width: 360px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    left: 0;
    border: 1px solid #d9d9d7;
    z-index: 1;
}

.show-dropdown-content {
    display: block !important;
}

.dropdown-content > div > a {
    color: #154882;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    margin-top: 0;
}

.dropdown-content > div > h4 {
    margin: 10px 0 10px 16px;
}

.dropdown-content > div {
    border: 1px solid #d9d9d7;
}

.dropdown a:hover {
    background-color: #f1f1f1
}

.show {
    display: block;
}

/*.dropdown:hover .dropdown-content {*/
/*display: block;*/
/*padding: 10px;*/
/*}*/

.show-tarif:hover .tarif-dropdown-content {
    display: block !important;
    padding: 10px;
}

/*dropIn*/

.dropbtnIn {
    display: inline-block;
    cursor: pointer;
    position: relative;
    overflow: visible;
    font-size: 12px;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    white-space: nowrap;
    height: 21px;
    line-height: 16px;
    color: #154882;
    margin: 5px 0 5px 15px;

}

.dropdownIn {
    position: relative;
    display: inline-block;

}

.dropdown-contentIn {
    /*display: none;*/
    position: absolute;
    background-color: #f9f9f9;
    width: 360px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    left: 0;
    border: 1px solid #d9d9d7;
    z-index: 1;
}

.dropdown-contentIn > div > a {
    color: #154882;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    margin-top: 0;
}

.dropdown-contentIn > div > h4 {
    margin-left: 15px;
}

.dropdown-contentIn > div {
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    margin-top: 0;
    border: 1px solid #d9d9d7;
}

.dropdownIn a:hover {
    background-color: #f1f1f1
}

/*.dropdownIn:hover .dropdown-contentIn {*/
/*display: block;*/
/*}*/

/*dropTwo*/

.dropbtnTwo {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-weight: normal;
    font-size: 12px;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    border-radius: 2px;
    white-space: nowrap;
    padding: 2px 8px;
    height: 21px;
    line-height: 16px;
    background: url(../images/icons/btn_bg.png) repeat-x;
    border: 1px solid #c0c2c6;
    color: #154882;
    top: 14px;

}

.dropdownTwo {
    position: relative;
    display: inline-block;

}

.dropdown-contentTwo {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 360px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    left: 0;
    border: 1px solid #d9d9d7;
    z-index: 1;
    padding: 10px;
}

.dropdown-contentTwo > ul {
    display: inline-block;
}

.dropdown-contentTwo > ul > li {

}

.dropdown-contentTwo > ul > li > input {
    width: 13px;
    height: 13px;
}

#andere {
    height: 20px;
    width: 80px;
}

#rate {
    height: 20px;
    width: 80px;
}

.dropdown-contentTwo > div > h4 {
    margin-left: 15px;
}

.dropdown-contentTwo > div {
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    margin-top: 0;
    border: 1px solid #d9d9d7;
}

.dropdownTwo a:hover {
    background-color: #f1f1f1
}

.dropdownTwo:hover .dropdown-contentTwo {
    display: block;
}

.show {
    display: block;
}

.annu-list-one,
.annu-list-two {
    display: inline-block;
}

#nafir {
    padding: 0;
}

#nasec {
    margin-left: 25px;
}

#einmalzahlung {
    width: 50px;
}

#anpassen {
    width: 100px;
}

.new-area {
    padding: 5px;
}

.new-area > span {
    padding: 5px 13px;
    border-right: 2px solid #fff;
}

.tilgu-p {
    display: inline-block;
}

#sofortz,
#verrech {
    width: 13px;
    height: 13px;
}

.big-bank-area {
    position: relative;
    border-top: none;
}

.big-bank-area-head {
    margin-bottom: 0;
}

.delete-bank {
    position: absolute;
    top: 15px;
    right: 15px;
}

input[type=file] {
    display: inline-block;
}

input {
    font-size: 12px;
    padding-bottom: 3px;
}

.bankverbindung {
    background: #f9faf3;
    color: #154882;
    border: 1px solid #ccc;
    padding: 10px 0 10px 12px;
    font-size: 12px;
}

.third_tab_item {
    border-bottom: 5px solid #ccc;
}

.anfrage_item {
    border: 1px solid rgb(220, 208, 204);
    margin: 0;
}

.anfrage-radio {
    margin-right: 5px !important;
}

.anfrage-radio label {
    margin: 0 0 5px 0;
}

.anfrage-radio input[type='date'] {
    width: 115px;
}

.iterate_header {
    background: url(../images/icons/light_bg.png) repeat-x;
    border: 1px solid #d0daed;
    text-shadow: 1px 1px 1px white;
    color: #000;
}

.dropdown_bg {
    background: #ededea;
}

.documents-list > .item {
    color: #908a8a;
    border: 1px solid #000;
    padding: 10px 15px;
    font-size: 15px;
    margin: 20px auto;
    position: relative;
}

.document-input {
    display: inline-block;
}

.add-document-button {
    cursor: pointer;
}

.no-float {
    float: none;
    width: 100%;
}

.no-float > span {
    display: inline-block;
}

.label {
    margin-top: 20px;
    color: #908a8a;
    padding-left: 5px;
}

.user > .username {
    color: #908a8a;
    padding-left: 5px;
}

.user > .password-label {
    color: #908a8a;
    padding-left: 5px;
}

.user > .remove-user {
    cursor: pointer;
}

.delete-button {
    cursor: pointer;
}

.initial-pass {
    margin-left: 100px;
    color: #908a8a;
}

.group-item {
    display: block;
    float: none;
    margin: 10px;
}

.group-item > input {
    display: inline-block;
    width: auto;
    margin-top: 0px;
    height: auto;
}

.group-item > label {
    display: inline-block !important;
    width: auto;
    margin-top: -15px;
}

.arrow {
    height: 30px;
    width: 30px;
    margin-left: -9px;
    position: absolute;
    margin-top: -40px;
    transition: 0.3s ease-in all;
    cursor: pointer;
    outline: none;
    transform: rotate(-90deg);
}

.arrow.show {
    transform: rotate(0deg);
}

.weitere span {
    margin-right: 4%;
}

.short_input {
    width: 100px !important;
}

.short_span {
    width: 100px !important;
    margin-right: 20px
}

.dashboard_list li {
    padding-left: 16px !important;
}

select.ng-invalid-required.ng-touched {
    border: 1px solid red;
}

.next-button button {
    margin-left: 5px;
    background: #ccc !important;
}

.antrag-container {
    border: 10px solid #ccc;
    margin-left: -13px;
}

.flex-grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex: 1;
}

.row {
    -webkit-flex-direction: row;
    flex-direction: row;
    flex: 1;
}

.column {
    -webkit-flex-direction: column;
    flex-direction: column;
    flex: 1;
}

.nutzung-radio {
    display: inline-block;
    padding-left: 10px;
}

.nutzung-radio label {
    float: right;
    height: 24px;
    line-height: 2;
    color: #000;
}

.nutzung-radio input {
    width: auto;
}

input[type=date] {
    font-size: 12px;
    font-family: 'ITCAvantGardeStd', sans-serif;
    width: 120px;
}

.content-block {
    width: 80%;
    margin: 0 auto;
}

.content-block-one {
    border-bottom: 2px solid #dedede;
    height: 25px;
}

.content-block-one > a {
    font-size: inherit;
    width: 20%;
    float: left;
    margin: 0;
}

.top-part {
    width: 25%;
    float: left;
}

.top-part a:first-of-type {
    border-right: 1px solid #8c8c8c;
    padding-right: 4px;
}

.sort {
    width: 50%;
    float: left;
}

.content-block-two {
    margin-top: 10px;
}

.cbt1,
.cbt2,
.cbt3 {
    float: left
}

.cbt1 {
    width: 20%;
}

.cbt1 span {
    display: block;
}

.cbt1-title,
.cbt2-middle-top {
    display: flex;
    margin: 5px 0;
}

.cbt2-middle-top {
    padding: 5px;
    box-sizing: border-box;
}

.item-cbt2-middle-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.cbt1-title-img img {
    width: 10px;
}

.cbt1-title h4 {
    margin: 0;
}

.cbt2 {
    width: 45%;
    border: 1px solid #dedede;

}

.cbt2-middle-top h3 {
    margin: 0 20px;
    width: 90%;
    font-size: 14px;
    font-weight: bold;
}

.cbt2-img-home {
    display: flex;
    align-items: center;
    width: 20%;
}

.cbt2-img-home img {
    margin-left: 40px;
    width: 20px;
    margin-right: 5px;
}

.cbt2-middle-bottom {
    text-align: right;
    background: #dedede;
    padding: 5px;
}

.cbt2-middle-bottom img,
.cbt3-big-user img {
    border: 1px solid #bdbcbc;
    background: #fff;
}

.cbt3 {
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 0 20px 20px;
    border: 1px solid #dedede;
}

.cbt3-title,
.cbt3-big-user,
.comment,
.alarm {
    border-bottom: 2px solid #dedede;
    margin-bottom: 10px;
}

.cbt3-title img {
    width: 20px;
    float: right;
}

.big-user-title {
    display: inline-block;
}

.big-user-title p {
    margin: 5px 0;
}

.comment,
.alarm {
    min-height: 60px;
}

.del {
    margin-bottom: 10px;
}

.del img {
    vertical-align: middle;
    cursor: pointer;
}

.cbt3 h3 {
    margin: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

.cbt3 ul {
    list-style-type: none;
    padding-left: 0;
}

.cbt3 textarea {
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 2px;
    background-color: white;
    border: 1px solid #d9d9d7;
    width: 90%;
    float: right;
    height: 50px;
    resize: none;
}

.wiedervorlage {
    margin-top: 20px;
}

.wiedervorlage-list-search {
    display: flex;
}

.wiedervorlage-list-search img {
    margin: 7px 4px 11px 7px;
}

.wiedervorlage-type-block {
    display: flex;
    flex-direction: column;
}

.type-block-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.type-block-bottom {
    display: flex;
}

.type-block-bottom span {
    margin: 0 8px 0 10px;
}

.wiedervorlage-type-block .type-icons {
    display: flex;
    align-items: center;
}

.wiedervorlage-type-block span.b-form__input {
    margin: 0 10px;
}

textarea {
    font-family: 'ITCAvantGardeStd', sans-serif;
}

.b-form__group-child.flexible-row {
    display: flex;
    align-items: flex-end;
}

.text-title {
    color: #8e8e8e;
    display: block;
    font-size: 11px;
    white-space: nowrap;
    padding-left: 1px;
    margin-bottom: 2px;
    height: 13px;
}

.download-button {
    position: absolute;
    right: 10px;
    top: 3px;
    margin: 0;
}

.briefvorlagen-button {
    position: absolute;
    right: 50px;
    top: -5px;
}

.briefvorlagen-button i {
    font-size: 30px;
    color: #000000;
}

.confirm-dialog,
.briefvorlagen-dialog-window,
.anfrage-dialog-window,
.wiedervolage-dialog {
    width: max-content !important;
    height: max-content !important;
    min-height: 50px !important;
    background: #fff;
    padding: 20px;
    position: fixed;
    top: 50vh;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -100px auto 0 auto;
    z-index: 100;
    border: 1px solid #dedede;
}

.confirm-dialog .button-block,
.briefvorlagen-dialog-window .button-block,
.anfrage-dialog-window .button-block,
.wiedervolage-dialog .button-block {
    margin: 30px 0 0 0;
    display: flex;
    justify-content: space-around;
}

.confirm-dialog .button-block button,
.briefvorlagen-dialog-window .button-block button,
.anfrage-dialog-window .button-block button,
.wiedervolage-dialog .button-block button {
    cursor: pointer;
    margin: 0 10px;
}

.briefvorlagen-dialog-window .disabled-button:disabled {
    background: grey;
    outline: none;
}

.ui-dialog-titlebar button[type='button'] {
    display: none;
}

.download-button img {
    height: 30px;
}

/***** bugs *****/

#darl {
    width: 70%;
}

.darl,
.grunduch,
.blatt {
    margin-top: 10px;
}

.b-form__block.banking span {
    width: 30%;

}

.smaller input {
    width: 20%;
}

.b-form__squere.smaller::after,
.b-form__euro.smaller::after {
    right: 81%;
}

.b-form__address-short.b-form__squere::after {
    right: 20%;
}

#beschreibung {
    width: 200px !important;
}

#grund,
#netto {
    width: 100%;
}

.divider {
    width: 97%;
    height: 2px;
    background: #fff;
    margin-bottom: 10px;
}

.anteil::after {
    content: "/";
    font-size: 14px;
    margin-left: 6px;
}

#blatt {
    width: 50%;
}

.b-form__address-short.flur {
    margin-right: 0;
}

.b-form__address.address .short_span {
    margin-right: 0;
}

.b-form__address-short.trash {
    text-align: right;
    width: 35% !important;
}

.b-form__input.date {
    width: 100%;
    margin-right: 0;
}

.smaller-date {
    width: 12%;
    margin-left: 1px;
}

.b-form__list-view--horizontal.horizontal:before {
    display: none;
}

.b-form__list-view .b-form__half-col {
    width: 50%;
}

.third_form .b-form__list-view::before {
    left: 50%;
}

.antrag-first .firstAreaDelete label {
    margin-bottom: 4px;
}

.antrag-container .antrag-first span:nth-of-type(1),
.antrag-container .antrag-first span:nth-of-type(3) {
    width: 12%;
}

.b-form__input.comments {
    padding-bottom: 0;
    vertical-align: top;
    width: 100px;
    display: none;
}

.b-form__input.ablehnungsgrund select {
    padding: 0;
    height: 20px;
}

.antrag-container .antrag-first span:nth-of-type(7) input {
    padding: 0 2px 0 0;
    text-align: right;
}

.antrag-container .antrag-first span:nth-of-type(9) {
    margin-left: 25px;
}

#anzahl {
    width: 30%;
}

#beschäftigt {
    width: 90%;
}

.situation {
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}

.rente-row .short_span {
    margin-right: 15px;
}

.block-right .b-remarks {
    margin-left: 4px;
}

.block-right .braus {
    display: flex;
    justify-content: space-between;
    margin-right: 0;
    padding-right: 2px;
}

#cash {
    padding: 0;
    margin: 0 140px 5px 0;
}

/*.gr-erfassen .darlehen-list .b-form__euro::after {*/
/*right: 25px;*/
/*}*/

.gr-erfassen .darlehen-list .delete {
    width: 85px !important;
    margin: 10px 0 0 0;
    text-align: right;
}

.darlehen-list span {
    margin-top: 10px;
}

.no-float .b-form__input:last-child {
    vertical-align: bottom;
}

.no-float .b-form__input:last-child button {
    height: 20px !important;
    padding: 2px 8px;
}

.anfrage_item span img {
    /*margin-top: 33px;*/
}

.eur-block {
    width: 99%;
    display: flex;
    margin-right: 0 !important;
    justify-content: flex-end;
}

.eur-block input,
#betrag-eur,
#total_commission,
#commission_consultants {
    text-align: right;
    width: 100px;
}

.del-row {
    margin-top: 13px;
    margin-right: 4px !important;
}

.variables {
    margin-left: -11px;
}

.eur-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 0 30px;
}

.eur-list .text-title {
    line-height: 30px;
}

.bausparvertrag {
    width: 66%;
}

.priv input {
    text-align: right;
}

.priv input[type='date'] {
    width: 150px;
    text-align: left;
}

.delete-area.comments-button {
    display: flex;
    align-items: flex-end;
    width: 33px;
    margin-right: 7px;
}

.b-form__input.tarif {
    vertical-align: top;
    padding-right: 8px;
}

.tooltip {
    position: absolute;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.73);
    width: 150px;
    height: max-content;
    z-index: 9999;
    padding: 10px;
    opacity: 1;
    right: 0;
    top: -62px;
}

.anfrage-tooltip {
    top: -77px;
}

.tooltip .close-tooltip {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 15px;
    color: #8e8e8e;
    cursor: pointer;
}

.tooltip label {
    text-align: left;
}

.tooltip textarea {
    resize: none;
}

/**new styles**/

.editor-block {
    display: flex;
    margin-top: 20px;
}

.editor-list-block {
    width: 20%;
    margin-left: auto;
    transition: .2s;
}

.editor-list-block .variables-block {
    padding: 0;
    margin: 0;
    text-align: center;
}

.editor-list-block .variables-block li {
    height: 0;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
}

.editor-list-block .variables-block li a {
    font-size: 12px;
}

.editor-list-block .variables-block li:first-child {
    height: 35px;
    line-height: 35px;
    background: #0440a8;
}

.open-list-block li {
    transition: .2s;
    height: 35px !important;
    line-height: 35px !important;
    border-bottom: 1px solid #dedede;
}

.editor-menu {
    width: 20%;
}

.editor-menu ul {
    border: 1px solid #dedede;
    width: 80%;
    padding: 0;
    margin: 0;
}

.editor-menu ul:last-child {
    border-bottom: none;
}

.editor-menu li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    padding: 10px;
    border-bottom: 1px solid #dedede;
    cursor: pointer;
}

.editor-menu li:first-child {
    cursor: auto;
}

.editor-menu .b-buy__options {
    margin-top: 0;
}

.editor-menu a {
    font-size: 12px;
    margin: 0;
}

.editor-content {
    width: 85%;
    display: flex;
    flex-direction: column;
}

.editor-content button {
    padding: 2px 8px;
    font-size: 12px;
}

.editor-content .b-form__title-btn {
    display: flex;
    justify-content: space-around;
    border: none;
    background: none;
}

.editor-screen {
    min-height: 300px;
}

.right-column {
    display: inline-block;
    width: 10%;
}

.client-partner-list {
    width: 100%;
    height: 100px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #8c8c8cd1;
    border-top: 0;
    box-sizing: border-box;
}

@media screen and (max-width: 1170px) {

    .user-wrap {
        padding-left: 15px;
    }

    .container {
        width: 100%;
    }

    .b-tabs__container,
    .b-form__list-view-item span {
        padding: 0;
        border: none;
    }

    .first_form .wrap-form,
    .b-tabs__block-left,
    .b-tabs__block-right {
        width: 100%;
        float: none;
    }

    .b-form__group {
        margin-right: 0;
        /*--------------------*/
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
    }

    .antrag-container {
        margin-left: 0;
    }

    .arrow {
        margin-left: 0;
    }

    .antrag-first {
        padding: 0 10px;
    }

    .b-buy__checkbox label {
        float: none;
    }

    .b-form__block-select {
        padding: 10px;
    }

    .anfrage_item span img {
        margin-top: 0;
    }

    .b-form__child-item_normal {
        padding-left: 0;
    }

    .no-margin-top {
        margin-top: 0;
    }

    .first_form .wrap-form:nth-of-type(even) {
        margin-left: 0;
    }

    .b-form__sub-header,
    .b-header__nav,
    .b-form__title-btn,
    .b-form__list-view-item a {
        padding-left: 15px;
    }

    .b-header__logo {
        padding-right: 15px;
    }

    .b-buy__name {
        width: 100%;
    }

    .b-form__half-col {
        width: 50%;
    }

    .b-buy__begin,
    .b-buy__bet {
        width: 20%;
    }

    .b-form__block {
        padding-right: 12px;
    }

    .b-form__address span:first-child {
        margin-right: 19px;
    }

}

/*------------------------------*/

/*--------------------------*/
/*Adressenverwaltung page*/
/*--------------------------*/
.banken-page .kinder,
.partner-page .kinder {
    margin: 0;
}

.banken-page .b-form__half-col,
.partner-page .b-form__half-col {
    width: 50%;
}

.rating {
    display: flex;
}

.rating > a {
    width: 30px !important;
    height: 30px !important;
    margin-right: 20px;
    cursor: pointer;
    margin-top: 0;
}

.rating .bronze {
    background-image: url(../../content/images/rating/bronze_transparent.svg);
}

.rating .silver {
    background-image: url(../../content/images/rating/silver_transparent.svg);
}

.rating .gold {
    background-image: url(../../content/images/rating/gold_transparent.svg);
}

.rating .bronze.active {
    background-image: url(../../content/images/rating/bronze.svg);
}

.rating .silver.active {
    background-image: url(../../content/images/rating/silver.svg);
}

.rating .gold.active {
    background-image: url(../../content/images/rating/gold.svg);
}

/*.bronze.active:hover .bronze.active::before {*/
    /*content: 'bronze';*/
/*}*/

.banken-page .b-form__title {
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.partner-page .b-form__title {
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.partner-page .tab-partner div {
    width: 50%;
    text-align: center;
    /*padding: 10px;*/
    /*margin: 10px 30px;*/
    height: 20px;
    color: #989898;
    /*background:#EEEEEC;*/
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    /*border: 1px solid #d9d9d7;*/
}

.partner-page .tab-partner div:hover {
    color: #fff;
}

.banken-page .b-form__block,
.ansprechpartner-page .b-form__block,
.partner-page .b-form__block {
    padding: 0;
}

.banken-page .b-tabs__block-left,
.ansprechpartner-page .b-tabs__block-left,
.partner-page .b-tabs__block-left {
    width: 28%;
}

.banken-page .block-table {
    height: 525px;
    overflow-y: scroll;
}

.partner-page .block-table {
    height: 410px;
    overflow-y: scroll;
}

.ansprechpartner-page .block-table {
    height: 592px;
    overflow-y: scroll;
}

.banken-page .ansprechpartner-label {
    display: flex;
    justify-content: space-between;
}

.partner-group {
    margin: 20px 0 0 0 !important;
}

.partner-group .group-table {
    height: max-content;
}

.banken-page .b-tabs__block-right,
.ansprechpartner-page .b-tabs__block-right,
.partner-page .b-tabs__block-right {
    width: 70%;
}

.ansprechpartner-page .loading,
.partner-page .loading,
.banken-page .loading {
    margin: 30px 0;
    text-align: center;
}

.banken-page .b-tabs__block-right .b-form__block,
.ansprechpartner-page .b-tabs__block-right .b-form__block,
.partner-page .b-tabs__block-right .b-form__block {
    padding: 10px;
}

.banken-page .b-tabs__block-right #plz,
.banken-page .b-tabs__block-right #plz-Postf,
.partner-page .b-tabs__block-right #plz,
.partner-page .b-tabs__block-right #plz-Postf {
    width: 28%;
}

.banken-page .b-tabs__block-right #ort,
.banken-page .b-tabs__block-right #ort-Postf,
.partner-page .b-tabs__block-right #ort,
.partner-page .b-tabs__block-right #ort-Postf {
    width: 70%;
}

.banken-page .partner-block {
    width: 100%;
    padding: 5px !important;
    display: flex;
    justify-content: space-between;
}

.banken-page .partner-block .b-banking__item {
    width: 17% !important;
}

.banken-page .partner-block input[type=checkbox],
.partner-page input[type=checkbox] {
    width: 13px;
    height: 13px;
    margin: 5px 10px;
}

.banken-page .selected-bank {
    display: flex;
    align-items: center;
    position: relative;
}

.banken-page .selected-bank button {
    margin: 0 10px 0 0;
}

/*partner*/
.partner-page .tab-partner button {
    margin-right: 30px;
}

.partner-page .b-tabs__block-right .b-form__title {
    cursor: inherit;
    margin: 0 0 20px 0;
}

.partner-page .b-tabs__block-right .b-form__title .id-partner {
    background-color: #0440a8;
    box-shadow: 0 1px 2px -1px #666;
    border: 1px solid #849ebd;
    color: #fff;
    height: 21px;
    padding: 3px 8px;
}

.partner-page .person-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.partner-page .person-block .b-form__input {
    width: 23%;
}

.partner-page .result {
    margin-top: 7px;
    display: flex;
    align-items: center;
}

.phone-field {
    position: relative;
}

.phone-field input {
    padding: 0 20px 0 0;
}

.phone-field .material-icons {
    position: absolute;
    right: 5px;
    bottom: 13px;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
}

.phone-field .material-icons:focus {
    border: 0;
}

.partner-page .result span {
    position: absolute;
}

.partner-page .ng-isolate-scope,
.search-block .ng-isolate-scope,
.wiedervorlage .ng-isolate-scope {
    margin: 0 auto;
    text-align: center;
    height: 50px;
}

.partner-page .klient-table {
    height: 690px;
    border: 1px solid #d9d9d7;
}

.partner-page .no-data {
    text-align: center;
    height: 100%;
}

.partner-page .screen {
    height: auto !important;
    min-height: 20px;
    text-align: left;
}

.partner-page .connected-apps-container a {
    color: #000 !important;
    margin: 0;
}

.partner-page .connected-apps-container .app {
    display: flex;
    justify-content: space-between;
}

.partner-page .connected-apps-container .delete-partner i {
    font-size: 13px;
    cursor: pointer;
    display: none;
}

.partner-page .connected-apps-container .app:hover .delete-partner i {
    display: block;
}

.partner-page .no-data h3 {
    line-height: 690px;
}

.partner-page .klient-table .loading {
    margin-top: 320px;
}

.tab-partner .add-document-button {
    color: #6c7e99;
}

.active.add-document-button {
    color: #ffffff;
}

.selected-partner-button-block {
    display: flex;
    align-items: center;
    position: relative;
}

.selected-partner-button-block button {
    margin: 0 10px 0 0;
}

.select-client-block {
    position: relative;
}

.select-client-block ul {
    max-height: 150px;
    overflow-y: auto;
    position: absolute;
    background: #fff;
    width: 100%;
    border: 1px solid #8c8c8cd1;
    border-top: 0;
    box-sizing: border-box;
}

.select-client-block ul li {
    cursor: pointer;
}

/*--------------------------------------------------*/
/*dialog window*/
/*---------------------------------------------------*/
.second_form {
    position: relative;
}

.dialog-select-partner {
    position: absolute;
    width: 100%;
    top: -271px;
}

.dialog-select-partner .ng-modal-close {
    top: 0;
    padding: 0;
}

.dialog-select-partner .block-table {
    height: 200px;
    overflow-y: scroll;
}

.dialog-select-partner .b-form__block {
    padding: 0 !important;
}

/*--------------------------------------------------*/
/*editor block*/
/*---------------------------------------------------*/

.editor-menu ul {
    width: 100%;
}

.editor-menu {
    width: 15%;
}

.editor-block .editor-content .b-form__block {
    padding: 0;
}

.disabled-button {
    opacity: .7;
}

.disabled-button:hover {
    border-color: none;
    box-shadow: none;
}

.editor-block .button-user p {
    margin: 10px 0;
}

.editor-content .user-id {
    margin: 10px 50px 9px 20px;
}

.editor-content .user-id .id-label {
    margin: 0 50px 0 0;
}

.ta-scroll-window > .ta-bind {
    width: 795px;
    box-sizing: border-box;
    min-height: 29.7cm !important;
    padding: 1cm 85px 2cm !important;
    margin: 0.5cm auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.ta-scroll-window > .ta-bind span,
.ta-scroll-window > .ta-bind p {
    font-size: 10.4px !important;
    font-family: times new roman;
}

.ta-scroll-window > .ta-bind p {
    margin: 10px 0;
}

.ta-scroll-window.form-control {
    max-height: 450px;
}

.right-button li {
    cursor: pointer;
}

.variables-block li {
    padding: 10px;
    cursor: pointer;
}

.kooperationspartner {
    position: absolute;
    left: 50.5%;
}

.kooperationspartner .edit-block {
    margin: 0 10px;
    opacity: 0;
}

.kooperationspartner i {
    font-size: 15px;
    margin-top: 1px;
    color: #FFFFFF;
}

.kooperationspartner select {
    width: 205px;
    color: #000;
}

.change-partner-dialog-window {
    width: max-content !important;
    height: max-content !important;
    min-height: 50px !important;
    background: #fff;
    color: #000;
    padding: 20px;
    position: fixed;
    top: 50vh;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -100px auto 0 auto;
    z-index: 100;
    border: 1px solid #dedede;
}

.change-partner-dialog-window .button-block {
    margin: 30px 0 0 0;
    display: flex;
    justify-content: space-around;
}

.kooperationspartner .partner-name:hover .edit-block {
    opacity: 1;
}

.child-item-not-paddingL {
    padding-left: 0;
}

.registration-button button {
    margin-bottom: -2px;
}

/*new editor*/
.cke_contents {
    height: 502px !important;
    padding: 30px 0;
    box-sizing: border-box;
}

/*-------------------------------------*/
/*kreditdaten*/
/*-------------------------------------*/
.custom-euro-input {
    position: relative;
}

.custom-euro-input:before {
    content: '€' !important;
    display: block;
    position: absolute;
    right: 2px;
    top: 25%;
    font-size: 12px;
    line-height: 5px;
}

.new-antrag-block {
    display: flex;
    align-items: center;
}

.new-antrag-block .add-antrag-button {
    width: 50.5%;
}

.check-employee {
    display: flex;
    padding: 5px 30px 5px 0;
}

.check-employee #partners {
    min-width: 150px;
    height: 19px;
}

.check-employee #partners:disabled {
    padding: 0 4px;
}

.check-employee .disabled-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.check-employee .title-employee {
    margin: 0 5px 0 0;
}

.check-employee i {
    font-size: 15px;
    margin: 0 0 0 5px;
    cursor: pointer;
}

.check-employee .partner-name {
    display: flex;
}

.check-employee:hover .edit-block {
    display: block;
    height: 19px;
}

.check-employee .edit-block {
    display: none;
}

.custom-euro-input input {
    padding-right: 12px;
    width: calc(100% - 12px);
    float: right;
}

.credit-inform {
    display: flex;
}

.credit-inform .b-form__input {
    margin: 0 20px 0 0;
}

.borderGreen {
    border: 1px solid green !important;
}

.pagination {
    margin: 0 !important;
}

.fixed {
    position: fixed;
    top: 0;
}

/*statistic page*/
.statistic-page .descending{
transform: rotate(180deg);
}

/*.statistic-page .head-table > tr {*/
    /*display: flex;*/
/*}*/

.statistic-page .head-table tr  th > div {
    display: flex;
    align-items: center;
}

.statistic-page td {
    vertical-align: middle;
}

.statistic-page .download-file-button {
    display: flex;
}

.statistic-page .download-file-button img{
    width: 25px;
    margin: 0 0 0 15px;
    cursor: pointer;
}
