/*Новые стандартные стили. Старыми пользоваться запрещено, из форм убрать*/
.ib-layout-main-menu-main-menu {
}
/*Выравнивание поля по правому краю*/
.right {
    float: right;
}
/*Отступ слева в 6px*/
.margin-ls {
    margin-left: 6px;
}
/*Отступ справа в 6px*/
.margin-rs {
    margin-right: 6px;
}
/*Отступ слева в 10px*/
.margin-lb {
    margin-left: 10px;
}
/*Отступ справа в 10px*/
.margin-rb {
    margin-right: 10px;
}
/*Использовать такую ширину для полей: Дата, Номер, Бик, ККБ, ИНН и т.п.*/
.width-very-small{
    width: 115px;
}
.width-currency-rate {
    width: 130px;
}

.width-small{
    width: 150px;
}
/*Использовать такую ширину для полей типа Счет*/
.width-medium {
    width: 245px;
}

.width-medium-select {
    width: 230px;
}

.width-medium-second {
    width: 255px;
}

.width-small-height {
    width: 145px;
    height: auto;
}

.width-medium-plus {
    width: 335px;
}

.medium-label-fieldset {
    width: 200px;
}

.ib-panel fieldset.ib-fieldset .medium-label-fieldset {
    width: 185px;
}

.very-big-label {
    width: 250px;
}

.very-big-label-fieldset {
    width: 235px;
}

.very-big-label-height {
    width: 250px;
    height: auto;
}

.very-big-label-fieldset-height {
    width: 235px;
    height: auto;
}

/*Использовать такую ширину для наименований и т.п.*/
.width-big {
    width: 445px;
}

.width-miltiline-300 {
    width: 535px;
    height: 80px;
}

.width-miltiline-300 textarea {
    min-height: 80px;
}

.width-long {
    width: 560px;
}

.width-long-height {
    width: 560px;
    height: auto !important;
    margin: 5px 0;
}

/*Использовать для поля Валюта*/
.width-currency {
    width: 84px;
    margin-left: 10px;
}
/*Ширина для небольших наименований форм*/
.small-label{
    width: 90px;
}
.currency-to-label {
    width: 57px;
}
/*Ширина для наименований в fieldset соответствующая 90px*/
.small-label-fieldset {
    width: 75px;
}
/*Ширина для средних по длине наименований форм*/
.middle-label{
    width: 120px;
}
/*Ширина для наименований в fieldset соответствующая 120px*/
.middle-label-fieldset {
    width: 105px;
}
/*Ширина для длинных наименований форм*/
.big-label{
    width: 150px;
}

/*Ширина для наименований в fieldset соответствующая 150px*/
.big-label-fieldset {
    width: 135px;
}

.big-plus-label {
    width: 200px;
}

.big-plus-label-fieldset {
    width: 185px;
}

/*Ширина для самых маленьких наименований форм*/

.very-mini-label-fieldset {
    width: 40px;
}

.mini-label-fieldset {
    width: 60px;
}

/*������ ��� �������� ������������ ����*/
.huge-label{
    width: 300px;
}
/*Ширина для самых огромных наименований форм*/
.huge-plus-label{
    width: 380px;
}

/*������ ��� ������������ � fieldset ��������������� 300px*/
.huge-label-fieldset {
    width: 290px;
}

/*Заголовок для справочников*/
.form-title {
    background:transparent url(../../images/iclient/top_panel.gif) repeat-x top;
    text-align: center;
    line-height: 33px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
    margin-right: -10px;
    width: 100%;
}

.form-title-text {
    float: left;
    margin-right: 6px;
    text-align: right;
    line-height: 25px;
}
/*Отсутпы для таблиц*/
.ib-panel table.ib-datagrid {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 950px;
    min-width: 100%;
}
.ib-panel-wide {
    background-color: #f9f9fb;
    border: 1px solid #afb1a7;
    width: 99%;
    padding: 10px;
    display: inline-block;
}
/*Отступ снизу*/
.margin-bot {
    margin-bottom: 16px;
}
.center-text {
    text-align: center;
}

/*Сообщение об ошибке*/
.error-text {
    color: #F36523;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
}
.success-text {
    color: green;
    margin-bottom: 5px;
    text-align: left;
}

/*Выделение жирным шрифтом*/
.bold {
    font-weight: bold;
}

span.ul-li-default-style ul li {
    display: list-item;
    list-style: disc inside;
    padding: 10px;
}

span.b-bold b {
    font-weight: bold;
}
/*Конец новых стилей*/
.otherButtons {
    background: #e8e8e8;
    border: 1px solid #c5c7c7;
    position: absolute;
}
.otherButtons td {
    margin: auto;
    min-width: 64px;
    padding-right: 3px;
}
.div-table{
    display: table;
}
.div-tr{
    display: table-row;
}
.div-td {
    display: table-cell;
}
.al-middle {
    vertical-align: middle
}
#viewOther{
    position:relative;
    display:none;
    width: 64px;
    margin: auto;
    z-index: 1;
}

/*Двухстрочные label*/
.tall-label {
    padding-bottom: 10px;
}
.margin-left-big {
    margin-left: 150px;
}
.big-field {
    width: 675px;
}
#depositDetailsZone .rateWaiterButton {
    margin-left: 210px;
    margin-top: 10px;
}

.deposit-panel-zone {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
}

.deposit-detail-zone, .panel-deposit-information {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
}

.deposit-detail-zone {
    align-items: flex-start;
}

.panel-deposit-information {
    align-items: flex-end;
}

.panel-deposit-information fieldset.ib-fieldset {
    padding: 10px 5px;
}

.panel-deposit-information fieldset.ib-fieldset .medium-label-fieldset {
    width: 200px;
}

.label-max-height {
    height: auto;
}

.right.deposit-other-bank {
    position: relative;
    top:-34px;
}

.right.deposit-our-bank {
    position: relative;
    bottom: 68px;
    right: 173px;
}

.margin-btm {
    margin-bottom: 10px;
}
.layout-main-work-left {
    width: 265px;
}
.refresh-button {
    display: block;
}
.refresh-button .ib-button-text {
    height: 28px;
    line-height: 24px;
    margin-top: 7px;
    border: 1px solid #007f42;
    background: transparent;
    color: #007f42;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}
.refresh-button .ib-button-text span {
    font-size: 14px;
}
.refresh-button .ib-button-text:hover, .refresh-button .ib-button-text:active {
    background: #fff;
    box-shadow: none;
    border: 1px solid #2AB361;
    color: #2AB361;
}
.wrapper {
    position: relative;
    height: 280px;
    width: 400px;
}
.bg-block-logo {
    position: absolute;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}
.layer-text-wrapper {
    background-color: #6dc242;
    position: absolute;
    width: 329px;
    height: 130px;
    top: 55px;
    opacity: 0.20;
}
.text-balance {
    font-family: OpenSansSemiBold, "Nimbus Sans L", sans-serif;
    position: absolute;
    bottom: 20px;
    font-size: 14px;
 }
.card-info-wrapper {
    position: absolute;
    top: 85px;
}
.card-info-first-name {
    margin-bottom: 40px;
}
.card-info {
    font-family: OpenSansSemiBold, "Nimbus Sans L", sans-serif;
    position: relative;
    margin-left: 18px;
    font-size: 14px;
    color: white;
    bottom: 5px;
}
.boldtext {
    font-weight: bold;
    font-size: 16px;
}
.image-position {
    margin-left: 5px;
    display: inline-block;
}
.image-position:hover {
    cursor: pointer;
}
.edit-png {
    margin-left: 12px;
    margin-right: 14px;
    vertical-align: baseline;
    margin-top: -3px;
}
.name-card {
    font-family: OpenSansSemiBold, "Nimbus Sans L", sans-serif;
    font-size: 16px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
    line-height: 16px;
    display: inline-block;
}
.card-value-string {
    position: relative;
    top: 1px;
    height: 20px;
    width: auto;
}
.block-date-and-number {
    position: relative;
    right: 2px;
    width: 100%;
}
.block-date-and-number .ib-cell label {
    text-align: right;
    font-size: 18px;
}
.block-date-and-number .ib-cell input {
    font-size: 18px;
    height: 35px;
    right: 45px;
}
.root-table-block-card {
    display: grid;
    grid-template-columns: auto  500px;
    grid-template-rows: 65px 280px;
}
.date-and-number-info-right {
    position: absolute;
    right: 5px;
}
.date-info-card input {
    width: 120px;
    height: 35px;
}
.date-info-card-label label{
    right: 155px;
    bottom: 10px;
    position: absolute;
}
.pin-info-card {
    margin-top: 40px;
    height: 100px;
}
.pin-info-card .big-label-pin {
    font-family: OpenSansSemiBold, "Nimbus Sans L", sans-serif;
    color: #4C4C4C;
    position: relative;
    display: inline-block;
    width: 110px;
    font-size: 20px;
    bottom: 15px;
}
.pin-info-card .big-input {
    display: inline-block;
    font-size: 20px;
    position: relative;
}
.big-input input {
    border: 1px solid #797979;
    height: 35px;
}
.text-pin-card {
    font-family: OpenSansSemiBold, "Nimbus Sans L", sans-serif;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;
    left: 113px;
}
.text-info-card {
    font-family: OpenSansSemiBold, "Nimbus Sans L", sans-serif !important;
    color: #4C4C4C;
    font-size: 14px;
}
