﻿[a2bw] {
    max-width:var(--a2bw-body-width, 1100px);
}

[a2bW_id="a2bW_BODY"] {
    padding: 20px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    background-color: var(--a2bw-body-background-color, #fff);
}

[a2bW_id="a2bW_TABLE"] {
    width:100%;
}

[a2bW_id="a2bW_TITLE"] {
    line-height: 38px;
    padding: 0 50px 0 12px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    font-size: var(--a2bw-title-font-size, 18px);
    color: var(--a2bw-title-color, #fff);
    background-color: var(--a2bw-title-background-color, #33db9e);
}

[a2bW_id="a2bW_CLOSE"] {
    position: absolute;
    font-weight: bold;
    right: 0;
    top: 0;
    padding: 0 12px;
    cursor: pointer;
}

.a2bW_input {
    box-sizing: border-box;
    height: 32px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 12px;
    padding: 5px;
}

textarea.a2bW_input {
    min-height: 60px;
}

.a2bW_button {
    padding: 0.8rem 2rem;
    border-radius: 1rem;
    border: 2px solid #0087C1;
    background-color: #0087C1;
    cursor: pointer;
    color: white !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
/*    font-family: 'TTHoves-Regular';*/
    float: right;
}

[a2bW_id="a2bW_BUTTON_SEND"] {
    margin-left: 50%;
}

[a2bW_id="a2bW_BLACKOUT"] {
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10001;
}

[a2bW_id="a2bW_FULL_BODY"] {
    border-radius: var(--a2bw-body-border-radius, 7px);
    overflow: hidden;
    border: 1px solid var(--a2bw-container-border-color, #E0E0E0);
    z-index: 10002;
}

.a2bW_fb_fc {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 800px;
    width: 50%;
    transform:translate(-50%,-50%);
    min-width: 400px;
}

[a2bW_id="a2bW_COMMENT"] {
    resize:vertical;
}