table.ib-fieldedit-multilingual-value
{
}

/*Для картинки поле дата*/
.t-calendar-trigger {
    position: absolute;
}
/*Представляем div как таблицу*/
.ib-table-field {
    display: table;
    width: 100%;
    height: 100%;
}

/*Input*/
.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: auto;
}
/*Расскраска input*/
.disabled-field {
    background-color: #f4f4f4;
    border: 1px solid #ececec;
    text-align: left;
    height: 28px;
    padding: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
}
.enabled-field {
    background-color: #FFFFFF;
    border: 1px solid #adb1b8;
    text-align: left;
    height: 28px;
    padding: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
}
/*Кнопка выбора*/
.ib-select-button {
    cursor: pointer;
    background: url("../../images/corelib/fieldedit/selectFromListBtn.svg") no-repeat;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    margin-left: -1px;
}
.ib-lookup-button:active, .ib-select-button:active, .ib-eraser-button:active  {
    background-color: #ebeced;
}

.ib-select-size {
    display: table-cell;
    width: 28px;}
/*Кнопка удаления*/
.ib-eraser-button {
    cursor: pointer;
    background: url("../../images/corelib/fieldedit/eraserBtn.svg") no-repeat;
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
    margin-left: -1px;
}

.ib-eraser-size {
    display: table-cell;
    width: 28px;
}
/*Кнопка подбора значения*/
.ib-lookup-button {
    cursor: pointer;
    background: url("../../images/corelib/fieldedit/lookup.svg") no-repeat;
    width: 28px;
    height: 28px;
    margin-left: -1px;
    background-size: 28px 28px;
}

.ib-lookup-size {
    display: table-cell;
    width: 26px;
}

/*Подпись для Input*/
.ib-label-left, .ib-label-right {
    height: 38px;
    float: left;
}
.ib-label-left {
    text-align: right;
    margin-right: 10px;
}
.ib-label-right {
    text-align: left;
    margin-right: 10px;
}

/*Для FieldEditValue*/
.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: 42px;
}
.ib-value-boolean{
    margin-right: 10px;
}
.ib-value-date {
    position: relative;
}

.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: 34px;
    width: 100%;
}

.ib-multy-text span {
    text-align: left;
    line-height: 34px;
    vertical-align: middle;
}

.ib-multy-field textarea {
    height: 49px;
}

.ib-file {
    cursor: pointer;
    height: 30px;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    top: 0;
}

.t-zone select[id*="selectmultiple"], .ib-value-textarea select[id*="selectmultiple"]
{width: 100%;
    min-width: 100%;}

.ib-file input {
    height: 20px;
    opacity: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}

.document-button-left {
    background: url('../../images/corelib/fieldedit/buttFPartL.gif') no-repeat scroll right top transparent;
    height: 19px;
    width: 3px;
    padding: 0px;
    empty-cells: show;
}
.document-button {
    background: url('../../images/corelib/fieldedit/buttFPartB.gif') repeat-x scroll center top transparent;
    color: #3D3D3D;
    font-weight: bold;
    height: 19px;
    padding: 0px;
    text-decoration: none;
    white-space: nowrap;
}
.document-button-right {
    background: url('../../images/corelib/fieldedit/buttFPartR.gif') no-repeat scroll left top transparent;
    height: 19px;
    width: 3px;
    padding: 0px;
    empty-cells: show;
}

/*Кнопка Обзор...*/
#getImages {
    position: relative;
    float: left;
}

.button-view-all {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.button-view-all label {
    color: #007f42;
    line-height: 36px;
}
.button-view-all .ib-base-button-text {
    padding-right: 10px;
    padding-right: 10px;
}
.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: 0px;
}
#getImages input {
    height: 34px;
    position: relative;
    -moz-opacity:0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    line-height: 33px;
    width: 81px;
}
/*Конец кнопки*/
.ib-file-list {
    float: left;
}
.ib-file-list #attachedFiles {
}
.dell-file, .rename-file {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}
.name-file {
    display: inline-block;
}
.file-desc-attachments {
    display: block;
    margin-top: 12px;
    margin-bottom: 6px;
}
.inp-rename {
    display: inline-block;
}
.inp-rename input {
    width: 200px;
}

.padding-left {
    padding-left: 12px;
}
.ib-panel .ib-label-left label {
    color: #4C4C4C;
    font-family: OpenSansRegular, sans-serif;
    font-size: 14px;
}
.ib-value-reference input, .ib-value-string input, .ib-value-integer input, .ib-value-money input, .ib-value-date input,
.ib-value-boolean input, .ib-value-timestamp input, .ib-value-fixed input, .ib-value-time input,
.ib-value-reference label, .ib-value-string label, .ib-value-integer label, .ib-value-money label, .ib-value-date label,
.ib-value-boolean label, .ib-value-timestamp label, .ib-value-fixed label, .ib-value-time label, .ib-panel .ib-label-right label, select, textarea {
    color: #4C4C4C;
    font-family: OpenSansRegular, sans-serif;
    font-size: 14px;
}
.enabled-field:focus {
    border: 1px solid #238441;
}
.ib-label-nowrap {
    white-space: nowrap;
}
.middle-label-height{
    width: 120px;
    height: auto;
}

.big-label-height{
    width: 150px;
    height: auto;
}

.repayment-label {
    width: 200px;
}

fieldset.ib-fieldset .repayment-label {
    width: 190px;
}

fieldset.ib-fieldset fieldset.ib-fieldset .repayment-label {
    width: 180px;
}

fieldset.ib-fieldset fieldset.ib-fieldset fieldset.ib-fieldset .repayment-label {
    width: 170px;
}

.repayment-label-height {
    width: 200px;
    height: auto;
}

.big-width-label {
    width: 230px;
}

.standart-width-label {
    width: 225px;
}

fieldset.ib-fieldset .standart-width-label {
    width: 190px;
    margin-left: 25px;
}

.join-ca-panel .ib-value-textarea textarea {
    height: 55px;
}

.join-ca-panel .ib-value-textarea {
    margin-bottom: 0;
    margin-top: 5px;
}

.very-big-width-label {
    width: 285px;
}

.max-width-label {
    width: 900px;
}

.big-label-fieldset-height{
    width: 135px;
    height: auto;
}

.long-label-fieldset {
    width: 250px;
}

.very-long-label-fieldset {
    width: 355px;
}

.ib-value-auto-height  {
    float: left;
    height: auto;
}
.ib-label-left-very-big {
    height: 60px;
}

.ib-label-left-indent {
    margin-left: 15px;
}

.ib-label-bottom-indent {
    margin-bottom: 5px;
    display: block;
}

div.ib-value-date.only-datePicker > div > div {
    width: 22px;
}

div.ib-value-date.only-datePicker > div > div > input {
    color: white;
    border: 0px;
}

div.ib-value-date.only-datePicker > div > div > input:focus {
    border: 0px;
}

div.ib-value-date.only-datePicker > div > div > input::selection {
    background-color: white;
    color: white;
}

#depositDetailsZone div.ib-value-date.only-datePicker > div > div > input {
    margin-right: -43px !important;
    margin-top: -3px !important;
}

#paymentDocumentZone div.ib-value-date.only-datePicker > div > div > input {
    margin-right: -43px !important;
    margin-top: -3px !important;
}

.width-five {
    width: 90px;
}

.ib-label-height-70 {
    height: 70px;
}

.select-agreement .my-checkbox-box {
    float: right;
}