.custom-combobox-input {
    height: 20px;
}
.ui-button.ui-widget.custom-combobox-toggle {
    height: 24px;
    margin-bottom: 1px;
}
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    overflow-y: scroll;
    max-height: 250px;
    overflow-x: hidden;
}
.alterego_block {
    /*display: inline-block;
    margin: 0px 0 0 50px;*/
    margin-bottom: 20px;
}
.alterego_block a {
    position: relative;
    top: 10px;
}
.alterego_block img {
    width: 25px;
}
.ui-dialog-content.ui-widget-content a {
    color: #2067b0;
}
.ui-dialog-content.ui-widget-content ul {
    overflow-y: scroll;
    height: 250px;
}
.ui-dialog-content.ui-widget-content ul li.line {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}
.workarea-content-paddings {
    position: relative;
}
.workarea-content-paddings .alterego_loading_block {
    width: 100%;
    height: 100%;
    background: #ccc;
    position: absolute;
    z-index: 999;
    opacity: 0.96;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacityopacity=60);
}
.atools-deal-show input.crm-lead-header-edit-field {
    height: 17px;
}
.atools-deal-show textarea.crm-lead-header-edit-field {
    min-width: 550px;
    min-height: 200px;
}
.atools-form-ajax-js.work .webform-buttons {
    opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacityopacity=60);
}
.atools-deal-show .crm-lead-header-inner-cell {
    padding: 3px 10px 3px;
}
.atools-deal-show .webform-button {
    height: 30px;
    line-height: 30px;
}
.atools-deal-show .webform-buttons {
    margin: 0;
}
.atools-deal-show .webform-buttons .webform-button-text {
    line-height: 30px !important;
}
.alterego_queue {
    position: relative;
    top: 10px;
}
.webform-button.webform-button-blue .webform-button-text {
    color: #fff;
}
.alterego_queue_loader {
    position: relative;
    display: inline-block;
    top: 18px;
}
.atoolsDatePicker {
    width: 80px;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
    z-index: 1001;
}
.atools-notice-message {
    height: 17px;
    background: red;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#change-beacon-popup__button {
    display: block;
    margin: 10px auto -10px;
    width: 150px;
    cursor:pointer;
    height: 40px;
    border-radius: 5px;
    font-size:13px;
    font-weight: bold;
    background: #bbed21;
    color:#535c69;
}
#change-beacon-popup__button:disabled {
    background: rgba(187, 237, 33, .05);
}

#change-beacon-popup-content {
    padding: 10px;
}

@media (max-width: 1000px) {
    .hscroll #workarea-content{
        overflow: auto;
    }
    .hscroll .crm-deal-check{
        width: auto;
        padding-right: 0;
    }
    .hscroll .workarea-content-paddings{
        overflow-x: visible;
    }
    .hscroll .bx-layout-inner-center{
        width: 2000px;
    }
    body.hscroll{
        overflow-x: scroll;
    }
}

@media (max-width: 1000px) {
    .crm-deal-check {
        width: 2000px;
        padding-right: 360px;
    }
}

.beacon_add_block .atools-input-wrapper input,
.beacon_add_block .atools-input-wrapper select {
    width: 90%;
}

#atools_financial_informations_tabs .tooltip-link {
    width: 18px;
    height: 18px;
    background: url(/bitrix/js/alterego.tools/images/help.png) no-repeat;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

#atools_financial_informations_tabs .tooltip-link:hover {
    opacity: 0.6;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacityopacity=60);
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    z-index: 9999;
}
.webform-buttons.webform-buttons-left {
    text-align: left;
}
.webform-buttons.webform-buttons-bottom {
    margin-bottom: 50px;
}
table.atools-contragent {
    margin-right: 15px;
}
table.atools-contragent th {
    text-align: right;
}
.crm-detail-info-resp-header {
    white-space: nowrap;
    min-width: 200px;
}
.bx-interface-form.bx-crm-edit-form .atools-deal-show .crm-lead-header-inner-cell {
    width: auto;
}