#account, #account-2 {
    display: none;
}


#account #cube-sides {
    padding: 40px;
}

#account .container p {
    text-align: center;
    padding: 0 40px;
}
#account-2 .container p {
    text-align: center;
    padding: 0 40px;
}
#account #cube-sides .row, .add-row {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    display: none;
}
#account #cube-sides .row:nth-child(1),
#account #cube-sides .row:nth-child(2),
#account #cube-sides .row:nth-child(3),
#account #cube-sides .row:nth-child(4),
#account #cube-sides .row:nth-child(5),
#account #cube-sides .add-row {
    display: block;
}


#account .img-1 {
    display: block;
    height: 50px;
    width: 50px;
    background: #ddd;
    float: left;
    margin-right: 30px;
    text-align: center;
    line-height: 50px;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--single {
    height: 48px!important;
    line-height: 48px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px!important;
}
.select2-container {
    width: calc(100% - 80px)!important;
}
#salary:after {
    content: '€';
}
.salary-settings {
    padding: 40px;
}
#fulltime, #partial {
    width: 40px;
}
.salary-row {
    width: 100%;
}
#partial-input {
    display: none;
}
