table.ib-fieldedit-multilingual-value {
}

.t-calendar-trigger {
    position: absolute;
}

.ib-table-field {
    display: table;
    width: 100%;
    height: 100%;
}

.ib-input {
    display: table-cell;
    vertical-align: middle;
}

.ib-field {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.ib-button {
    display: table-cell;
    vertical-align: middle;
}

.ib-value-textarea textarea {
    height: 50px;
    resize: none;
    overflow: auto;
}

.disabled-field {
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    border-radius: 3px;
    text-align: left;
    height: 40px;
    padding: 0 17px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: OpenSansRegular, "Nimbus Sans L", sans-serif;
    font-size: 15px;
    color: #575d61;
    text-overflow: ellipsis;
}

.enabled-field {
    background-color: #fff;
    border: 1px solid #d3dde2;
    border-radius: 3px;
    text-align: left;
    height: 38px;
    padding: 0 10px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: OpenSansRegular, "Nimbus Sans L", sans-serif;
    font-size: 15px;
    color: #000203;
    text-overflow: ellipsis;
}

input.enabled-field:focus, textarea.enabled-field:focus, textarea:focus, input:focus, select:focus {
    border: 1px solid #018742;
    box-shadow: 0 0 2px #018742;
    outline: none;
}

.ib-select-button {
    cursor: pointer;
    background: url("../../images/corelib/fieldedit/selectFromListBtn.svg") no-repeat center;
    width: 32px;
    height: 32px;
    background-size: 16px 16px;
}

.ib-select-size {
    display: table-cell;
    width: 12px;
    height: 36px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #d3dde2;
    border-radius: 2px;
}

.ib-select-size a, .ib-eraser-size a, .ib-lookup-size a {
    display: inline-block;
}

.ib-eraser-button {
    cursor: pointer;
    background: url("../../images/corelib/fieldedit/eraserBtn.png") no-repeat center;
    background-size: 11px 11px;
    width: 32px;
    height: 32px;
}

.ib-eraser-size {
    display: table-cell;
    width: 30px;
    height: 36px;
    vertical-align: middle;
    background-color: #fff;
    border: 0;
    border: 1px solid #d3dde2;
    border-radius: 2px;
}

.ib-lookup-button {
    cursor: pointer;
    background: url("../../images/corelib/fieldedit/lookup.png") no-repeat center;
    width: 22px;
    height: 32px;
    background-size: 15px 16px;
}

.ib-lookup-size {
    display: table-cell;
    width: 20px;
    height: 30px;
    vertical-align: middle;
    background-color: #fff;
    border: 0;
}

div.ib-label-left {
    width: 280px;
    text-align: left;
    margin-right: 0;
    padding-right: 27px;
    box-sizing: border-box;
}
.ib-label-left.small-label {
     width: 160px;
}
.ib-label-left.min-label {
    width: 70px;
}

.ib-label-left + .ib-label-left {
    width: 400px;
    padding-right: 0px;
}

.ib-label-left + .ib-label-left label {
    color: #424649;
    font-family: RobotoLight, "Nimbus Sans L", sans-serif;
    font-size: 16px;
}

.ib-radio {
    position: relative;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 14px;
    margin-top: 16px;
}

.ib-radio input {
    border: none;
    padding: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    position: absolute;
}

.ib-radio input[type="radio"] + div.falsch-radio {
    background: url("../../images/corelib/fieldedit/radio-big-falsch.svg") no-repeat top center;
    background-position: 0 -20px;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
}

.ib-radio input[type="radio"]:checked + div.falsch-radio {
    background-position: 0 0;
}

.ib-radio input[type="radio"]:disabled:checked + div.falsch-radio {
    background-position: 0 -40px;
}

.ib-radio input[type="radio"]:disabled + div.falsch-radio {
    background-position: 0 -60px;
}

.ib-radio-text span, .ib-radio-text label {
    color: #424649;
    font-family: RobotoLight, "Nimbus Sans L", sans-serif;
    font-size: 16px;
    line-height: 22px;
    float: left;
    margin-right: 35px;
    display: inline-block;
    margin-top: 16px;
}

.ib-value-timestamp {
    height: auto;
    min-height: 60px;
}

.ib-value-timestamp.ib-label-right {
    height: 60px;
}

.ib-label-left, .ib-label-right {
    height: 60px;
    float: left;
}

.ib-label-left {
    text-align: right;
    margin-right: 27px;
}

.ib-label-right {
    text-align: left;
    margin-right: 10px;
}

.ib-label-left label, .ib-label-left span {
    color: #484848;
    font-family: OpenSansRegular, "Nimbus Sans L", sans-serif;
    font-size: 16px;
    line-height: 18px;
}

.ib-label-right label, .ib-label-right span {
    color: #111111;
    font-family: OpenSansRegular, "Nimbus Sans L", sans-serif;
    font-size: 16px;
    line-height: 17px;
}

.ib-value-reference, .ib-value-string, .ib-value-integer, .ib-value-money, .ib-value-date, .ib-value-boolean,
.ib-value-timestamp, .ib-value-fixed, .ib-value-time {
    float: left;
    height: 60px;
}
.ib-value-money {
    padding-right: 10px;
}

.ib-value-boolean {
    margin-right: 10px;
}

.ib-value-multilingual {
    float: left;
}

.ib-label-table {
    height: 100%;
    width: 100%;
    display: table;
}

.ib-label-cell {
    display: table-cell;
    vertical-align: middle;
}

.ib-multy-table {
    display: table;
    width: 100%;
    height: 100%;
}

.ib-multy-row {
    width: 100%;
    display: table-row;
}

.ib-multy-text {
    display: table-cell;
    width: 100px;
    vertical-align: middle;
    padding-right: 10px;
}

.ib-multy-field {
    display: table-cell;
    vertical-align: middle;
    line-height: 60px;
    width: 100%;
}

.ib-multy-text span {
    text-align: left;
    line-height: 60px;
    vertical-align: middle;
}

.ib-multy-field textarea {
    height: 60px;
}

.ib-value-textarea {
    height: 70px;
    float: left;
}

.ib-value-textarea .disabled-field {
    border: 1px solid #d3dde2;
    border-radius: 5px;
    margin-left: -1px;
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ib-value-textarea .enabled-field {
    border: 1px solid #d3dde2;
    border-radius: 5px;
    margin-left: -1px;
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ib-file {
    cursor: pointer;
    height: 20px;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    top: 0;
}

.ib-file input {
    height: 20px;
    opacity: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}

#getImages {
    position: relative;
    float: left;
    margin-top: 6px;
    margin-bottom: 5px;
}

.button-view-all {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.button-view-all .ib-base-button-text {
    float: left;
    background-color: #b1e8af;
    border-radius: 3px;
    box-shadow: 0 2px #87da8e;
    transform: translateY(2px);
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 34px;
    font-family: OpenSansRegular,"Nimbus Sans L", sans-serif;
    font-size: 14px;
    color: #3a4751;
}

.upload_btn {
    position: relative;
    border-radius: 22px;
    background-color: #b1e8af;
    display: inline-block;
    text-align: center;
    width: 97px;
    height: 37px;
    font-size: 14px;
    line-height: 37px;
    color: #3a4751;
    box-shadow: 0 2px #87da8e;
    overflow: hidden;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
}
.upload_btn:hover {
    background-color: #aae398;
}

.upload_btn > input[type="file"] {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    font-size: 200px;
    opacity: 0;
}

.upload_btn > input[type="file"] {
    filter: alpha(opacity=0);
}

.button-view-all .ib-base-button-text {
}

.button-view-all .ib-base-button-left, .button-view-all .ib-base-button-center, .button-view-all .ib-base-button-right, .button-view-all .ib-base-button-text label {
    cursor: pointer;
}

.button-view-all .ib-base-button-right {
    padding-right: 0;
}

.ib-file-list {
    float: left;
    padding-bottom: 10px;
}
#attachedFiles {
    display: table;
    padding-top: 10px;
}

.ib-file-list #attachedFiles a {
    max-width: 600px;
    word-wrap: break-word;
    white-space: normal;
}
#attachedFiles a, #attachedFiles label  {
    color: #018742;
    display: table-cell;
}

.dell-file, .rename-file {
    display: table-cell;
    width: 24px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}
.name-file {
    display: table-cell;
}

.name-file label {
    display: inline-block;
    word-wrap: break-word;
    white-space: normal;
    vertical-align: middle;
}

.file-desc-attachments, .file-desc-attachments label {
    vertical-align: middle;
    cursor: pointer;
    color: #018742;
    text-decoration: underline;
    font-size: 14px;
    display: table;
}

.size-file-label {
    display: inline-block;
}

.name-file-label {
    display: block;
    cursor: pointer;      
}

.ib-value-boolean input[type="checkbox"] + img + div, .simple-check + img + div {
    background: url("../../images/corelib/fieldedit/fons-checkbox.svg") no-repeat left center;
    background-position: 0 -40px;
    display: inline-block;
    height: 20px;
    width: 20px;
}

/*.ib-value-boolean input[type="checkbox"]:hover + img + div, input.simple-check[type="checkbox"]:hover + img + div {
    background-position: 0 -20px;
}*/

.ib-value-boolean input[type="checkbox"]:checked + img + div, input.simple-check[type="checkbox"]:checked + img + div {
    background-position: 0 -60px;
}

/*.ib-value-boolean input[type="checkbox"]:checked:hover + img + div, input.simple-check[type="checkbox"]:checked + img + div  {
    background-position: 0 0;
} */

.ib-value-boolean input[type="checkbox"]:checked:disabled + img + div, input.simple-check[type="checkbox"]:disabled:checked + img + div {
    background-position: 0 -20px;
}

.ib-value-boolean input[type="checkbox"]:disabled + img + div, input.simple-check[type="checkbox"]:disabled + img + div {
    background-position: 0 0;
}

.ib-value-boolean input[type="checkbox"], .confirmCheckbox .simple-check input[type="checkbox"] {
    position: absolute;
    z-index: 2;
    opacity: 0;
    width: 60px;
    height: 20px;
}

.ib-value-boolean input[type="checkbox"]:not([disabled]) {
    cursor: pointer;
}

.ib-value-date .ib-cell {
    position: relative;
}

IMG.t-calendar-trigger {
    padding-left: 3px;
    top: 19px;
    right: 10px;
    cursor: pointer;
}
.info-panel-text {
    font-family: OpenSansItalic;
    font-size: 15px;
    color: #018742;
    padding-bottom: 10px;
    display: inline-block;
}
.confirmCheckbox {
    width: 20px;
    height: 20px;
    position: relative;
    float: left;
    margin-right: 14px;
    margin-top: 30px;
}
input.simple-check {
    height: 30px;
    border: 0;
    border-radius: 0;
    padding: 0px;
    margin: 0px;
    width: 20px;
    position: absolute;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

input.simple-check[type="checkbox"]:disabled {
    cursor: auto;
}
.clear-mask {
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-top: 8px;
}
