1494 lines
36 KiB
CSS
1494 lines
36 KiB
CSS
.aspro-admin-hidden {
|
|
display: none !important;
|
|
}
|
|
.adm-workarea-wrap {
|
|
height: 100%;
|
|
}
|
|
#adm-workarea {
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
#aspro_admin_area {
|
|
position: relative;
|
|
overflow: hidden;
|
|
min-height: 50px;
|
|
}
|
|
#aspro_admin_area iframe {
|
|
border: medium none;
|
|
height: 100%;
|
|
position: relative;
|
|
width: 100%;
|
|
z-index: 1;
|
|
box-sizing: border-box;
|
|
}
|
|
#aspro_admin_area.aspro-admin-ready iframe {
|
|
border: 1px solid #cfd8d7;
|
|
background-color: white;
|
|
}
|
|
.aspro-admin-waiter {
|
|
background: rgba(0, 0, 0, 0) url("../../images/aspro.allcorp3/waiter.gif") no-repeat scroll 0 0 / 100% auto;
|
|
border: medium none;
|
|
content: " ";
|
|
display: block;
|
|
height: 37px;
|
|
position: absolute;
|
|
width: 35px;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
.aspro-admin-ready .aspro-admin-waiter {
|
|
display: none;
|
|
}
|
|
.aspro-admin-row {
|
|
display: block;
|
|
min-width: 610px;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
margin: 0 -4px;
|
|
}
|
|
*[class^="aspro-admin-col"] {
|
|
display: block;
|
|
width: 100%;
|
|
float: left;
|
|
padding: 5px 4px 7px;
|
|
box-sizing: border-box;
|
|
}
|
|
.aspro-admin-col12 {
|
|
}
|
|
.aspro-admin-col6 {
|
|
width: 50%;
|
|
}
|
|
.aspro-admin-col4 {
|
|
width: 33.3%;
|
|
}
|
|
.aspro-admin-col3 {
|
|
width: 25%;
|
|
}
|
|
.aspro-admin-col2 {
|
|
width: 16.6%;
|
|
}
|
|
.aspro-admin-col1 {
|
|
width: 8.3%;
|
|
}
|
|
|
|
.aspro-admin-option-title {
|
|
text-align: right;
|
|
padding-top: 9px;
|
|
}
|
|
.aspro-admin-option-value {
|
|
}
|
|
.aspro-admin-option-note {
|
|
}
|
|
.aspro-admin-option-subscription {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin-left: 4px;
|
|
}
|
|
.aspro-admin-option-radio,
|
|
.aspro-admin-option-select,
|
|
.aspro-admin-option-text {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
.aspro-admin-option-html {
|
|
text-align: center;
|
|
padding-top: 9px;
|
|
}
|
|
|
|
.aspro-admin-item-table {
|
|
margin: 0 auto !important;
|
|
}
|
|
.aspro-admin-item {
|
|
text-align: center;
|
|
}
|
|
.aspro-admin-item.new {
|
|
display: none;
|
|
}
|
|
.aspro-admin-item .rowcontrol > span {
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
display: inline-block;
|
|
height: 16px;
|
|
margin: 0 3px 0 0;
|
|
overflow: hidden;
|
|
width: 16px;
|
|
cursor: pointer;
|
|
}
|
|
.aspro-admin-item .rowcontrol > span:hover {
|
|
opacity: 0.5;
|
|
}
|
|
.aspro-admin-item .rowcontrol > span.up {
|
|
background-image: url("../../images/aspro.allcorp3/up.gif");
|
|
}
|
|
.aspro-admin-item .rowcontrol > span.down {
|
|
background-image: url("../../images/aspro.allcorp3/down.gif");
|
|
}
|
|
.aspro-admin-item .rowcontrol > span.remove {
|
|
background-image: url("../../images/aspro.allcorp3/remove.gif");
|
|
}
|
|
.aspro-admin-item-table .aspro-admin-item.first .rowcontrol > span.up,
|
|
.aspro-admin-item-table .aspro-admin-item.last .rowcontrol > span.down {
|
|
visibility: hidden;
|
|
}
|
|
.aspro-admin-item-table .aspro-admin-option-text {
|
|
min-width: 100%;
|
|
}
|
|
.adm-btn {
|
|
white-space: nowrap;
|
|
}
|
|
.adm-workarea .adm-btn.adm-btn--vk-auth {
|
|
--btn-background-color: #0077ff;
|
|
align-items: center;
|
|
background-color: var(--btn-background-color) !important;
|
|
background-image: none !important;
|
|
box-shadow: none;
|
|
color: #fff;
|
|
display: inline-flex;
|
|
font-size: 14px;
|
|
gap: 8px;
|
|
justify-content: center;
|
|
line-height: 22px;
|
|
padding: 2px 16px;
|
|
|
|
&:hover {
|
|
--btn-background-color: #0071f2;
|
|
}
|
|
|
|
&:disabled {
|
|
filter: grayscale(1);
|
|
cursor: not-allowed;
|
|
opacity: 0.6;
|
|
}
|
|
}
|
|
|
|
.inner_wrapper:has(.adm-btn--vk-auth) {
|
|
width: 100%;
|
|
|
|
.value_wrapper {
|
|
display: flex;
|
|
gap: 8px;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.adm-btn--vk-auth {
|
|
text-shadow: none;
|
|
}
|
|
|
|
input:placeholder-shown + .adm-btn--vk-auth {
|
|
filter: grayscale(1);
|
|
cursor: not-allowed;
|
|
opacity: 0.6;
|
|
}
|
|
}
|
|
#bx-admin-prefix .inner_wrapper:has(.adm-btn--vk-auth) .adm-info-message--conditional {
|
|
margin-top: 0px;
|
|
}
|
|
#wait_window_div {
|
|
display: none !important;
|
|
}
|
|
|
|
.response {
|
|
padding: 10px 0px 0px;
|
|
display: inline-block;
|
|
}
|
|
.response.error,
|
|
.status_send.error {
|
|
color: #c00;
|
|
}
|
|
.response.success,
|
|
.status_send.success {
|
|
color: #78b344;
|
|
}
|
|
.action-delete {
|
|
background: scroll transparent url("/bitrix/images/form/options_buttons.gif") no-repeat -29px 0;
|
|
}
|
|
.action-send {
|
|
background: scroll transparent url("/bitrix/panel/main/images/popup_menu_sprite_2.png") no-repeat -9px -696px;
|
|
}
|
|
.action-send[data-disabled="disabled"] {
|
|
opacity: 0.3;
|
|
cursor: default;
|
|
}
|
|
.form-action-button {
|
|
display: inline-block;
|
|
height: 17px;
|
|
width: 17px;
|
|
}
|
|
.btn_copy_link {
|
|
color: #333;
|
|
background-color: #fff;
|
|
padding: 1px 5px;
|
|
font-size: 12px;
|
|
line-height: 1.5;
|
|
border-radius: 3px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
cursor: pointer;
|
|
user-select: none;
|
|
background-image: none;
|
|
border: 1px solid #ccc;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
}
|
|
.btn_copy_link:hover {
|
|
color: #333;
|
|
background-color: #e6e6e6;
|
|
border-color: #adadad;
|
|
text-decoration: none;
|
|
}
|
|
.btn_copy_link .fa {
|
|
margin: 0 5px 0 0;
|
|
font-size: 14px;
|
|
line-height: 18px;
|
|
}
|
|
#bx-admin-prefix .adm-detail-content-item-block table.amocrm_options_table {
|
|
margin: 10px 0 0 0;
|
|
width: 100%;
|
|
}
|
|
.amocrm_options_table tr td:nth-of-type(1) {
|
|
text-align: right;
|
|
}
|
|
.amocrm_options_table tr td:nth-of-type(2) {
|
|
text-align: left;
|
|
}
|
|
.amocrm_options_table .fa {
|
|
margin: 0 5px 0 0;
|
|
font-size: 14px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.max_options.views .adm-detail-content {
|
|
background: #f5f9f9;
|
|
padding: 20px 20px 30px;
|
|
}
|
|
.max_options.views .adm-detail-title {
|
|
display: none;
|
|
}
|
|
.max_options.views .adm-detail-content-item-block {
|
|
padding: 0px;
|
|
border: none;
|
|
}
|
|
|
|
.tabs-wrapper {
|
|
position: relative;
|
|
min-height: 173px;
|
|
}
|
|
.adm-detail-title-setting {
|
|
display: none;
|
|
}
|
|
|
|
.main-grid-loader-container {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
z-index: 100000000;
|
|
display: none;
|
|
margin-left: -55px;
|
|
margin-top: -55px;
|
|
width: 110px;
|
|
height: 110px;
|
|
pointer-events: none;
|
|
}
|
|
.tabs-wrapper .tabs {
|
|
position: relative;
|
|
}
|
|
.tabs-wrapper.loading:before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 69px;
|
|
left: 0px;
|
|
right: 0px;
|
|
bottom: 0px;
|
|
display: block;
|
|
opacity: 0.5;
|
|
background: #fff;
|
|
z-index: 1;
|
|
}
|
|
.tabs-wrapper.loading .main-grid-loader-container {
|
|
display: block;
|
|
}
|
|
|
|
.tabs-wrapper:after,
|
|
.tabs-wrapper .tabs:after {
|
|
content: "";
|
|
display: block;
|
|
height: 1px;
|
|
width: 100%;
|
|
clear: both;
|
|
}
|
|
.tabs-wrapper .tabs-heading-wrapper {
|
|
width: 295px;
|
|
float: left;
|
|
}
|
|
.tabs-wrapper .tabs-heading {
|
|
float: left;
|
|
width: 295px;
|
|
border: 1px solid #dce7ed;
|
|
border-radius: 0px 0px 3px 3px;
|
|
background: #fff;
|
|
}
|
|
.tabs-wrapper .tabs-heading + .tabs-heading {
|
|
margin-top: 20px;
|
|
}
|
|
.tabs-wrapper .tabs-heading > .head {
|
|
border-top: 1px solid #dce7ed;
|
|
padding: 13px 17px 14px;
|
|
font-size: 14px;
|
|
color: #4c6267;
|
|
font-weight: bold;
|
|
position: relative;
|
|
line-height: 18px;
|
|
margin-top: -1px;
|
|
}
|
|
.tabs-wrapper .tabs-heading > .head[data-code="REQUIRED"]:after {
|
|
content: "";
|
|
display: block;
|
|
background: url("/bitrix/components/aspro/theme.allcorp3/templates/.default/images/svg/star.svg") 0px 0px no-repeat;
|
|
position: absolute;
|
|
right: 18px;
|
|
top: 18px;
|
|
width: 8px;
|
|
height: 8px;
|
|
}
|
|
.tabs-wrapper .tabs-heading > .head.active,
|
|
.tabs-wrapper .tabs-heading > .head:hover {
|
|
background: #f8fbfb;
|
|
color: #333333;
|
|
}
|
|
.tabs-wrapper .tabs-heading > .head.active:before {
|
|
content: "";
|
|
display: block;
|
|
width: 1px;
|
|
left: 0px;
|
|
top: 0px;
|
|
bottom: 0px;
|
|
background: #000;
|
|
position: absolute;
|
|
}
|
|
.tabs-wrapper .tabs-heading > .head:not(.active) {
|
|
cursor: pointer;
|
|
}
|
|
.tabs-wrapper .tabs-content {
|
|
padding-left: 354px;
|
|
}
|
|
.tabs-wrapper .tabs-content .form {
|
|
position: relative;
|
|
}
|
|
#bx-admin-prefix .tabs-wrapper .tabs-content .form.sending .adm-btn-load {
|
|
height: 18px !important;
|
|
line-height: 16px !important;
|
|
padding: 6px 15px 5px !important;
|
|
}
|
|
.tabs-wrapper .tabs-content .form.sending .adm-btn-load:before {
|
|
background: url(/bitrix/panel/main/images/waiter-button-light.gif) no-repeat 0 0;
|
|
content: "";
|
|
height: 20px;
|
|
left: 50%;
|
|
top: 50%;
|
|
position: absolute;
|
|
width: 20px;
|
|
margin: -10px 0 0 -10px;
|
|
}
|
|
.tab-sharepreset .sharepreset-error {
|
|
margin-top: 25px;
|
|
}
|
|
.tab-sharepreset .adm-info-message-wrap {
|
|
padding: 0 !important;
|
|
}
|
|
.tab-sharepreset .adm-info-message {
|
|
margin: 0 !important;
|
|
}
|
|
.tab-sharepreset .groups_block .block_wrapper .item {
|
|
width: 100%;
|
|
}
|
|
.tab-sharepreset .sharepreset-blocks__actions {
|
|
margin: 17px 0 17px 0;
|
|
}
|
|
.tab-sharepreset .sharepreset-blocks__action {
|
|
margin-right: 10px;
|
|
text-decoration: none;
|
|
border-bottom: 1px dotted;
|
|
}
|
|
.tab-sharepreset .sharepreset-blocks .options label:not(.adm-designed-checkbox-label) {
|
|
margin: 1px 15px 10px 0;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
.tabs-wrapper .tabs-content .tab:not(.active) {
|
|
display: none;
|
|
}
|
|
.tabs-wrapper .tabs-content .title {
|
|
font-weight: bold;
|
|
margin: 28px 0px 20px;
|
|
font-size: 14px;
|
|
color: #4c6267;
|
|
}
|
|
.tabs-wrapper .tabs-content .tab > .title + .groups_block .title {
|
|
margin-top: -4px;
|
|
}
|
|
.tabs-wrapper .tabs-content .subtitle {
|
|
margin: 0px 0px 7px;
|
|
font-size: 13px;
|
|
color: #000;
|
|
}
|
|
.tabs-wrapper .tabs-content .title.bg {
|
|
padding: 9px 12px;
|
|
background: #e0e8ea;
|
|
margin: 0px;
|
|
border-radius: 2px;
|
|
margin-bottom: 31px;
|
|
}
|
|
.tabs-wrapper .tabs-content .item > div {
|
|
border: 1px solid #dce7ed;
|
|
border-radius: 3px;
|
|
padding: 19px 24px 20px;
|
|
margin: -1px 0px -1px;
|
|
}
|
|
.tabs-wrapper .tabs-content .item.array > div {
|
|
padding-left: 44px;
|
|
}
|
|
.groups_block .block_wrapper .item.array > div {
|
|
padding-left: 20px;
|
|
}
|
|
.groups_block .block_wrapper .array.empty_block > div {
|
|
padding-left: 0px;
|
|
}
|
|
.groups_block .block_wrapper .title {
|
|
margin-left: 7px;
|
|
}
|
|
|
|
.tabs-wrapper .tabs-content .item > div[data-optioncode="BASE_COLOR"],
|
|
.tabs-wrapper .tabs-content .item > div[data-optioncode="BGCOLOR_THEME"] {
|
|
padding-bottom: 9px;
|
|
}
|
|
.tabs-wrapper .tabs-content .item > div * {
|
|
box-sizing: border-box;
|
|
}
|
|
[data-goal] h3 {
|
|
margin-top: 0;
|
|
margin-bottom: 5px;
|
|
}
|
|
.tab-sharepreset .value_wrapper {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
.tab-sharepreset .value_wrapper {
|
|
margin-right: 10px;
|
|
}
|
|
.tab-sharepreset .groups_block .block_wrapper .item {
|
|
display: block;
|
|
}
|
|
.tabs-wrapper .tabs-content .tab-sharepreset .item.with-hint + .notes-block .adm-info-message-wrap {
|
|
padding: 0px 7px;
|
|
border: none;
|
|
}
|
|
.tabs-wrapper .tabs-content .item > div .inner_wrapper {
|
|
display: inline-block;
|
|
position: relative;
|
|
margin: 0;
|
|
}
|
|
.tabs-wrapper .tabs-content .item > div .inner_wrapper.checkbox {
|
|
margin: 2px 0px -11px;
|
|
cursor: pointer;
|
|
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.tabs-wrapper .tabs-content .item > div .inner_wrapper.checkbox label {
|
|
cursor: pointer;
|
|
}
|
|
.tabs-wrapper .tabs-content .item > div .inner_wrapper.checkbox .value_wrapper {
|
|
float: left;
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
}
|
|
.tabs-wrapper .tabs-content .item > div .inner_wrapper.checkbox .title_wrapper {
|
|
float: right;
|
|
margin: 0px 0px 0px 25px;
|
|
}
|
|
.tabs-wrapper .tabs-content .item > div .inner_wrapper.checkbox:after {
|
|
content: "";
|
|
display: block;
|
|
height: 1px;
|
|
clear: both;
|
|
}
|
|
|
|
.tabs-wrapper .tabs-content .item > div .inner_wrapper.fons {
|
|
}
|
|
|
|
.tabs-wrapper .tabs-content .item > div .outer_wrapper {
|
|
padding: 5px 0px 8px 0px;
|
|
}
|
|
.tabs-wrapper .tabs-content .item > div .outer_wrapper:last-child {
|
|
padding-bottom: 0px;
|
|
}
|
|
.tabs-wrapper
|
|
.tabs-content
|
|
.item
|
|
> div[data-optioncode="ONECLICKBUY_REQUIRED_PROPERTIES"]
|
|
.outer_wrapper:not(.checked) {
|
|
opacity: 0.5;
|
|
}
|
|
.tabs-wrapper .tabs-content .item > div .props + select {
|
|
display: none;
|
|
}
|
|
|
|
.tabs-wrapper .tabs-content .item > div.parent-wrapper {
|
|
display: none;
|
|
|
|
padding: 0px;
|
|
border: none;
|
|
margin: 0px;
|
|
}
|
|
.tabs-wrapper .tabs-content .item > div.parent-wrapper .block:not(.sub) {
|
|
padding: 0px;
|
|
}
|
|
|
|
.tabs-wrapper .tabs-content .item > div.parent-wrapper .sub {
|
|
border: 1px solid #dce7ed;
|
|
border-radius: 3px;
|
|
padding: 21px 24px 29px 49px;
|
|
margin: -1px 0px -1px;
|
|
}
|
|
.tabs-wrapper .tabs-content .item > div.parent-wrapper .sub .drag {
|
|
left: -33px;
|
|
top: 11px;
|
|
}
|
|
.tabs-wrapper .tabs-content .item > div.parent-wrapper .inner_wrapper > .title_wrapper {
|
|
font-weight: bold;
|
|
flex-grow: 1;
|
|
}
|
|
.tabs-wrapper .tabs-content .item > div.template-wrapper {
|
|
padding: 0px;
|
|
margin: 20px 0px 0px;
|
|
border: none;
|
|
}
|
|
.tabs-wrapper .tabs-content .item > div.template-wrapper > .sub-block {
|
|
}
|
|
|
|
.tabs-wrapper .search_wrapper {
|
|
margin: 0px 0px 30px;
|
|
}
|
|
.tabs-wrapper .search_wrapper input[type="text"] {
|
|
width: 100%;
|
|
max-width: none;
|
|
box-sizing: border-box;
|
|
height: 39px;
|
|
}
|
|
.tabs-wrapper.searched .item:not(.visible_block),
|
|
.tabs-wrapper.searched .js_block:not(.visible_block),
|
|
.tabs-wrapper.searched .tabs-heading > .head:not(.visible_block),
|
|
.tabs-wrapper.searched .tabs-heading:not(.visible_block),
|
|
.tabs-wrapper.searched .tabs-content > .tab:not(.visible_block),
|
|
.tabs-wrapper.searched .tabs-content > .tab > .block:not(.visible_block) {
|
|
display: none;
|
|
}
|
|
|
|
.item .bases_block {
|
|
font-size: 0px;
|
|
}
|
|
.item .bases_block .base_color {
|
|
font-size: 12px;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
float: none;
|
|
}
|
|
.item .bases_block .base_color > span {
|
|
border-radius: 100%;
|
|
background: #fff;
|
|
overflow: hidden;
|
|
padding: 5px;
|
|
width: 38px;
|
|
height: 38px;
|
|
margin: 0px 7px 7px 0px;
|
|
border: 1px solid #e2e2e2;
|
|
display: block;
|
|
cursor: pointer;
|
|
}
|
|
.item .bases_block .base_color:not(.current) > span:hover {
|
|
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
|
|
border-color: #fff;
|
|
}
|
|
.item .bases_block > div.base_color.current > span,
|
|
.item .bases_block > div.base_color.current > span:hover {
|
|
border: 2px solid #333;
|
|
padding: 4px;
|
|
background: #fff;
|
|
cursor: default;
|
|
}
|
|
.item .bases_block .base_color span span {
|
|
border-radius: 100%;
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.custom_block.picker .options .base_color_custom {
|
|
position: relative;
|
|
max-width: 225px;
|
|
}
|
|
.base_color_custom > span span {
|
|
background-image: url("/bitrix/components/aspro/theme.allcorp3/templates/.default/images/svg/colorpicker.svg") !important;
|
|
background-repeat: no-repeat !important;
|
|
background-position: center center !important;
|
|
}
|
|
.custom_block.picker .options .base_color_custom > span {
|
|
border-radius: 4px;
|
|
width: 100%;
|
|
position: relative;
|
|
height: 33px;
|
|
border: 1px solid #c1d2db;
|
|
display: block;
|
|
cursor: pointer;
|
|
background: #fff;
|
|
overflow: hidden;
|
|
padding: 4px;
|
|
}
|
|
.custom_block.picker .options .base_color_custom > span span {
|
|
border-radius: 3px;
|
|
float: right;
|
|
width: 29px;
|
|
height: 100%;
|
|
}
|
|
body .custom_block.picker .base_color_custom span.vals {
|
|
position: absolute;
|
|
top: 5px;
|
|
left: 14px;
|
|
bottom: 5px;
|
|
height: auto;
|
|
right: 53px;
|
|
width: auto;
|
|
background: none !important;
|
|
font-size: 13px;
|
|
line-height: 24px;
|
|
color: #cfcfcf;
|
|
}
|
|
body .custom_block.picker .base_color_custom.current span.vals {
|
|
color: #333;
|
|
}
|
|
.sp-replacer.custom_picker_replacer {
|
|
display: none;
|
|
}
|
|
.sp-container.custom_picker_container {
|
|
background: #4b5b62 none repeat scroll 0 0;
|
|
border: 1px solid #3e484e;
|
|
box-shadow: -5px 10px 30px #2c393f;
|
|
left: 0px !important;
|
|
position: absolute !important;
|
|
top: auto !important;
|
|
z-index: 3002;
|
|
}
|
|
.sp-container.custom_picker_container {
|
|
border: none;
|
|
}
|
|
.sp-container.custom_picker_container .sp-cancel {
|
|
color: #fff !important;
|
|
display: inline-block;
|
|
margin: 5px 5px 0 0;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
text-decoration: none;
|
|
}
|
|
.sp-container.custom_picker_container .sp-picker-container {
|
|
border: none;
|
|
}
|
|
.sp-container.custom_picker_container .sp-choose {
|
|
width: 73px;
|
|
background: #252d31 none repeat scroll 0 0;
|
|
border: 1px solid #252d31;
|
|
border-radius: 2px;
|
|
box-sizing: border-box;
|
|
color: #fdfdfd;
|
|
display: inline-block;
|
|
line-height: 25px;
|
|
margin: 3px 0 6px 0;
|
|
padding: 0 10px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
|
|
text-transform: none;
|
|
vertical-align: top;
|
|
-webkit-transition: all ease-out 0.2s;
|
|
-moz-transition: all ease-out 0.2s;
|
|
-o-transition: all ease-out 0.2s;
|
|
transition: all ease-out 0.2s;
|
|
font-size: 12px;
|
|
}
|
|
.sp-container.custom_picker_container .sp-choose:hover {
|
|
background: #364247 none repeat scroll 0 0;
|
|
}
|
|
.sp-container.custom_picker_container .sp-cancel {
|
|
color: #ffffff !important;
|
|
display: inline-block;
|
|
margin: 5px 5px 0 0;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
text-decoration: none;
|
|
}
|
|
.sp-container.custom_picker_container .sp-cancel:hover {
|
|
text-decoration: underline !important;
|
|
border: none;
|
|
}
|
|
.sp-container.custom_picker_container .sp-input:focus {
|
|
border-color: transparent;
|
|
}
|
|
.custom_block.picker .options .base_color_custom.current > span,
|
|
.custom_block.picker .options .base_color_custom.current > span:hover {
|
|
border: 2px solid #333;
|
|
padding: 4px;
|
|
background: #fff;
|
|
}
|
|
.custom_block.picker .options .base_color_custom:not(.current) > span:hover {
|
|
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
|
|
border-color: #fff;
|
|
}
|
|
|
|
.adm-workarea input[type="text"] {
|
|
height: 33px;
|
|
box-shadow: none;
|
|
border-color: #c1d2db;
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
width: 100%;
|
|
max-width: 222px;
|
|
}
|
|
.adm-workarea div[data-optioncode="GOOGLE_RECAPTCHA_PUBLIC_KEY"] input[type="text"],
|
|
.adm-workarea div[data-optioncode="GOOGLE_RECAPTCHA_PRIVATE_KEY"] input[type="text"],
|
|
.adm-workarea div[data-optioncode="GOOGLE_RECAPTCHA_MASK_PAGE"] input[type="text"] {
|
|
max-width: none;
|
|
}
|
|
.adm-workarea div[data-optioncode="API_TOKEN_INSTAGRAMM"] input[type="text"] {
|
|
max-width: 486px;
|
|
}
|
|
.adm-workarea div[data-optioncode="API_TOKEN_YOUTUBE"] input[type="text"] {
|
|
max-width: 486px;
|
|
}
|
|
|
|
.adm-workarea div[data-optioncode="GOOGLE_RECAPTCHA_MASK_PAGE"] textarea,
|
|
.adm-workarea div[data-optioncode="MIN_ORDER_PRICE_TEXT"] textarea {
|
|
resize: none;
|
|
box-shadow: none;
|
|
border-color: #c1d2db;
|
|
width: 100%;
|
|
}
|
|
.value_wrapper select {
|
|
height: 33px;
|
|
box-shadow: none;
|
|
border-color: #c1d2db;
|
|
width: 100%;
|
|
max-width: 222px;
|
|
min-width: 94px;
|
|
}
|
|
#bx-admin-prefix .item .adm-input-file-control .adm-input-file,
|
|
#bx-admin-prefix .item .adm-input-file-control .adm-input-file *,
|
|
body .item .adm-btn-save.adm-btn-add,
|
|
body .tabs-content .item .adm-btn {
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.tabs-wrapper .tabs-content .tab[data-prop_code="CATALOG_PAGE"] .item > div select {
|
|
max-width: 392px;
|
|
}
|
|
.tabs-wrapper .tabs-content .tab[data-prop_code="QUANTITY"] .item > div select {
|
|
max-width: 374px;
|
|
}
|
|
.tabs-wrapper .tabs-content .tab[data-prop_code="ONECLICKBUY"] .item > div select {
|
|
max-width: 322px;
|
|
}
|
|
.tabs-wrapper .tabs-content .tab div.BUYNOPRICEGGOODS_GROUP .item > div select {
|
|
max-width: 312px;
|
|
}
|
|
|
|
.item .aspro-admin-item {
|
|
text-align: left;
|
|
position: relative;
|
|
}
|
|
.item .aspro-admin-item .drag {
|
|
opacity: 0.4;
|
|
text-align: center;
|
|
position: absolute;
|
|
left: -28px;
|
|
top: 50%;
|
|
margin-top: -11px;
|
|
width: 20px;
|
|
height: 20px;
|
|
cursor: move;
|
|
cursor: -webkit-grabbing;
|
|
background: url(../../images/aspro.allcorp3/dragarrow_admin.svg) center center no-repeat;
|
|
}
|
|
|
|
.item .aspro-admin-item .drag:hover {
|
|
opacity: 1;
|
|
}
|
|
.item.array .aspro-admin-item .wrapper {
|
|
position: relative;
|
|
margin-bottom: 10px;
|
|
}
|
|
.item.array .aspro-admin-item .wrapper .inner_wrapper {
|
|
display: inline-block;
|
|
position: relative;
|
|
font-size: 0;
|
|
}
|
|
.item.array .aspro-admin-item .wrapper .value_wrapper {
|
|
margin: 5px 2px;
|
|
}
|
|
.item.array .aspro-admin-item .wrapper .inner {
|
|
display: inline-block;
|
|
position: relative;
|
|
}
|
|
.item.array .aspro-admin-item .wrapper .remove {
|
|
display: block;
|
|
position: absolute;
|
|
width: 20px;
|
|
height: 20px;
|
|
background: url(../../images/aspro.allcorp3/delete.svg) center center no-repeat;
|
|
cursor: pointer;
|
|
opacity: 0.7;
|
|
top: 7px;
|
|
right: -29px;
|
|
}
|
|
.item.array .aspro-admin-item .wrapper .remove:hover {
|
|
opacity: 1;
|
|
}
|
|
.item.array .aspro-admin-item .wrapper.has_title {
|
|
height: 22px;
|
|
overflow: hidden;
|
|
margin: 0;
|
|
}
|
|
.item.array.empty_block .aspro-admin-item .wrapper.has_title {
|
|
display: none;
|
|
}
|
|
|
|
.item.array[data-class="HEADER_PHONES"] .aspro-admin-item .wrapper .inner {
|
|
width: 50%;
|
|
}
|
|
.item.array[data-class="HEADER_PHONES"] input[type="text"] {
|
|
max-width: 100%;
|
|
}
|
|
.item.array[data-class="HEADER_PHONES"] .aspro-admin-item .wrapper .inner:nth-of-type(3) {
|
|
width: initial;
|
|
}
|
|
.item.array[data-class="HEADER_PHONES"] .aspro-admin-item .wrapper .inner:nth-of-type(4) {
|
|
width: calc(100% - 36px);
|
|
}
|
|
.item.array[data-class="HEADER_PHONES"] .aspro-admin-item .wrapper + .wrapper {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.item.array[data-class="PRIORITY_SECTION_DESCRIPTION_SOURCE"] .aspro-admin-item .subtitle {
|
|
margin: 0;
|
|
}
|
|
.item.array[data-class="PRIORITY_SECTION_DESCRIPTION_SOURCE"] .aspro-admin-item .wrapper {
|
|
padding: 5px 0px 8px 0;
|
|
margin: 0;
|
|
}
|
|
.item.array[data-class="PRIORITY_SECTION_DESCRIPTION_SOURCE"] .aspro-admin-item .wrapper.disabled .subtitle {
|
|
color: rgb(170, 170, 170);
|
|
}
|
|
.item.array[data-class="PRIORITY_SECTION_DESCRIPTION_SOURCE"]
|
|
.aspro-admin-item:not(.sortable-started)
|
|
.wrapper:nth-of-type(1)
|
|
.subtitle:before {
|
|
content: "1.";
|
|
margin-right: 5px;
|
|
}
|
|
.item.array[data-class="PRIORITY_SECTION_DESCRIPTION_SOURCE"]
|
|
.aspro-admin-item:not(.sortable-started)
|
|
.wrapper:nth-of-type(2)
|
|
.subtitle:before {
|
|
content: "2.";
|
|
margin-right: 5px;
|
|
}
|
|
.item.array[data-class="PRIORITY_SECTION_DESCRIPTION_SOURCE"]
|
|
.aspro-admin-item:not(.sortable-started)
|
|
.wrapper:nth-of-type(3)
|
|
.subtitle:before {
|
|
content: "3.";
|
|
margin-right: 5px;
|
|
}
|
|
.tabs-wrapper .tabs-content .item.array[data-class="PRIORITY_SECTION_DESCRIPTION_SOURCE"] > div {
|
|
border: none;
|
|
padding: 0 24px 0;
|
|
}
|
|
|
|
.groups_block .block_wrapper {
|
|
border: 1px solid #dce7ed;
|
|
border-radius: 3px;
|
|
padding: 18px 17px 2px;
|
|
font-size: 0px;
|
|
}
|
|
.groups_block.block + .groups_block.block {
|
|
margin-top: -1px;
|
|
}
|
|
.groups_block.block + .groups_block.block > .title {
|
|
margin-top: 29px;
|
|
}
|
|
.groups_block .block_wrapper .item {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
width: 33.33%;
|
|
margin: 0px 0px 19px;
|
|
padding: 0px 7px;
|
|
box-sizing: border-box;
|
|
}
|
|
.groups_block .item.array {
|
|
width: 100%;
|
|
}
|
|
.groups_block .item.big-block input[type="text"] {
|
|
max-width: 316px;
|
|
}
|
|
.groups_block .block_wrapper .item > div {
|
|
border: none;
|
|
padding: 0px;
|
|
}
|
|
.groups_block.SOCIAL .block_wrapper .item .value_wrapper {
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
.groups_block.SOCIAL .block_wrapper .item {
|
|
--x-pos: 2px;
|
|
--y-pos: 0px;
|
|
|
|
&:not(.includefile) .value_wrapper:after {
|
|
background: url("../../images/aspro.allcorp3/social.svg") var(--x-pos) var(--y-pos) no-repeat;
|
|
content: "";
|
|
display: block;
|
|
height: 20px;
|
|
opacity: 0.3;
|
|
position: absolute;
|
|
right: 4px;
|
|
top: 8px;
|
|
width: 22px;
|
|
}
|
|
|
|
[data-optioncode="SOCIAL_FACEBOOK"] {
|
|
--x-pos: -90px;
|
|
--y-pos: 0px;
|
|
}
|
|
[data-optioncode="SOCIAL_TWITTER"] {
|
|
--x-pos: 4px;
|
|
--y-pos: -46px;
|
|
}
|
|
[data-optioncode="SOCIAL_INSTAGRAM"] {
|
|
--x-pos: -138px;
|
|
--y-pos: -141px;
|
|
}
|
|
[data-optioncode="SOCIAL_TELEGRAM"] {
|
|
--x-pos: -326px;
|
|
--y-pos: -141px;
|
|
}
|
|
[data-optioncode="SOCIAL_YOUTUBE"] {
|
|
--x-pos: -91px;
|
|
--y-pos: -141px;
|
|
}
|
|
[data-optioncode="SOCIAL_GOOGLEPLUS"] {
|
|
--x-pos: -46px;
|
|
--y-pos: -141px;
|
|
}
|
|
[data-optioncode="SOCIAL_MAIL"] {
|
|
--x-pos: -138px;
|
|
--y-pos: 0px;
|
|
}
|
|
[data-optioncode="SOCIAL_ODNOKLASSNIKI"] {
|
|
--x-pos: -44px;
|
|
--y-pos: 0px;
|
|
}
|
|
[data-optioncode="SOCIAL_PINTEREST"] {
|
|
--x-pos: -185px;
|
|
--y-pos: 0px;
|
|
}
|
|
[data-optioncode="SOCIAL_LINKEDIN"] {
|
|
--x-pos: -90px;
|
|
--y-pos: -94px;
|
|
}
|
|
[data-optioncode="SOCIAL_SNAPCHAT"] {
|
|
--x-pos: -514px;
|
|
--y-pos: -94px;
|
|
}
|
|
[data-optioncode="SOCIAL_ZEN"] {
|
|
--x-pos: -466px;
|
|
--y-pos: -141px;
|
|
}
|
|
[data-optioncode="SOCIAL_TIKTOK"] {
|
|
--x-pos: -514px;
|
|
--y-pos: -141px;
|
|
}
|
|
[data-optioncode="SOCIAL_RUTUBE"] {
|
|
--x-pos: -610px;
|
|
--y-pos: 0px;
|
|
}
|
|
}
|
|
|
|
.groups_block .block_wrapper .item .value_wrapper input[type="text"] {
|
|
padding-right: 27px;
|
|
width: 100%;
|
|
}
|
|
.groups_block .block_wrapper .item.includefile {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
width: 25%;
|
|
}
|
|
|
|
.groups_block.EXPRESSION_ORDER_GROUP .block_wrapper .item:last-of-type {
|
|
width: 66.66%;
|
|
}
|
|
.groups_block .block_wrapper .item div[data-optioncode="EXPRESSION_ORDER_TEXT"] .value_wrapper input[type="text"] {
|
|
max-width: none;
|
|
}
|
|
|
|
.tabs-wrapper .tabs-content .title_wrapper + .value_wrapper .block_with_img {
|
|
padding-top: 10px;
|
|
margin: 0px 0px -15px;
|
|
}
|
|
.tabs-wrapper .block_with_img {
|
|
margin-bottom: -15px;
|
|
}
|
|
.block_with_img .link-item {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
font-size: 13px;
|
|
line-height: 20px;
|
|
color: #212121;
|
|
background: #fff;
|
|
padding: 5px 15px 6px;
|
|
border: 1px solid #dce7ed;
|
|
border-radius: 4px;
|
|
margin: 0px 10px 10px 0px;
|
|
min-width: 100px;
|
|
}
|
|
.block_with_img:not([data-code="FONT_STYLE"]) .link-item:not(.block) {
|
|
padding-top: 9px;
|
|
padding-bottom: 11px;
|
|
}
|
|
.block_with_img .link-item.block {
|
|
display: block;
|
|
margin-bottom: 14px;
|
|
padding: 3px 19px 9px 19px;
|
|
margin-right: 0px;
|
|
margin-bottom: 0px !important;
|
|
height: 100%;
|
|
}
|
|
.block_with_img .link-item.block .inner-table-block span {
|
|
text-align: left;
|
|
}
|
|
.block_with_img .link-item.block:last-of-type {
|
|
margin-bottom: 15px;
|
|
}
|
|
.block_with_img .rows > div {
|
|
margin-bottom: 15px;
|
|
}
|
|
.block_with_img .link-item.current:not(.block):not(.preset-block) {
|
|
color: #fff;
|
|
border-color: transparent;
|
|
}
|
|
.block_with_img .link-item.current.block {
|
|
border-width: 2px;
|
|
padding: 2px 18px 8px 18px;
|
|
border-color: #546772;
|
|
}
|
|
.block_with_img .link-item:not(.current):hover {
|
|
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
|
|
border-color: #dce7ed;
|
|
cursor: pointer;
|
|
}
|
|
.block_with_img .link-item img,
|
|
.block_with_img .link-item span {
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
.block_with_img .rows {
|
|
margin-left: -9px;
|
|
margin-right: -7px;
|
|
display: block;
|
|
font-size: 0;
|
|
}
|
|
.block_with_img .rows > div {
|
|
padding-left: 9px;
|
|
padding-right: 7px;
|
|
float: none;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
width: 172px;
|
|
}
|
|
|
|
.HEADER_FIXED .block_with_img .rows > div,
|
|
.HEADER_TYPE_GROUP .block_with_img .rows > div,
|
|
.FOOTER_GROUP .block_with_img .rows > div,
|
|
.HEADER_MOBILE_FIXED_GROUP .block_with_img .rows > div,
|
|
.block_with_img.in_row .rows > div {
|
|
width: 100%;
|
|
}
|
|
.HEADER_FIXED .block_with_img .rows > div .link-item,
|
|
.HEADER_TYPE_GROUP .block_with_img .rows > div .link-item,
|
|
.FOOTER_GROUP .block_with_img .rows > div .link-item,
|
|
.HEADER_MOBILE_FIXED_GROUP .block_with_img .rows > div .link-item,
|
|
.block_with_img.in_row .rows > div .link-item {
|
|
padding: 15px 19px 15px 19px;
|
|
max-width: 515px;
|
|
}
|
|
.HEADER_FIXED .block_with_img .rows > div .link-item > span,
|
|
.HEADER_TYPE_GROUP .block_with_img .rows > div .link-item > span,
|
|
.FOOTER_GROUP .block_with_img .rows > div .link-item > span,
|
|
.HEADER_MOBILE_FIXED_GROUP .block_with_img .rows > div .link-item > span,
|
|
.block_with_img.in_row .rows > div .link-item > span {
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
}
|
|
.HEADER_FIXED .block_with_img .rows > div .link-item > span:first-of-type,
|
|
.HEADER_TYPE_GROUP .block_with_img .rows > div .link-item > span:first-of-type,
|
|
.FOOTER_GROUP .block_with_img .rows > div .link-item > span:first-of-type,
|
|
.HEADER_MOBILE_FIXED_GROUP .block_with_img .rows > div .link-item > span:first-of-type,
|
|
.block_with_img.in_row .rows > div .link-item > span:first-of-type {
|
|
width: 10px;
|
|
padding: 0px 20px 0px 0px;
|
|
}
|
|
.HEADER_FIXED .block_with_img .rows > div .link-item > span:last-of-type,
|
|
.HEADER_TYPE_GROUP .block_with_img .rows > div .link-item > span:last-of-type,
|
|
.FOOTER_GROUP .block_with_img .rows > div .link-item > span:last-of-type,
|
|
.HEADER_MOBILE_FIXED_GROUP .block_with_img .rows > div .link-item > span:last-of-type,
|
|
.block_with_img.in_row .rows > div .link-item > span:last-of-type {
|
|
padding: 0px 5px 0px;
|
|
}
|
|
|
|
.block_with_img .rows .link-item span.title {
|
|
margin: 0px -10px;
|
|
padding-top: 7px;
|
|
padding-bottom: 3px;
|
|
color: #000;
|
|
font-weight: normal;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.REGIONALITY_VIEW_GROUP .block_with_img .rows .link-item[data-value="SELECT"] span.title {
|
|
margin: 0px -8px;
|
|
}
|
|
.RECENT_VIEWED_GROUP .block_with_img .rows .link-item span.title {
|
|
margin: 0px -7px;
|
|
}
|
|
.block_with_img .link-item img {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
margin: auto;
|
|
}
|
|
.block_with_img .link-item span + span {
|
|
padding: 5px 0px;
|
|
}
|
|
.block_with_img .rows .link-item span + span {
|
|
padding: 5px 5px 15px;
|
|
}
|
|
.block_with_img .rows .link-item .subs {
|
|
padding: 0px 5px 5px 5px;
|
|
}
|
|
.block_with_img .rows .link-item .subs .inner_wrapper {
|
|
display: block;
|
|
}
|
|
.block_with_img .rows .link-item .subs .inner_wrapper.checkbox .title_wrapper {
|
|
float: none;
|
|
}
|
|
.block_with_img .rows .link-item .subs .inner_wrapper + .inner_wrapper:not(.checkbox) {
|
|
margin-top: 20px;
|
|
}
|
|
.block_with_img .rows .link-item .subs select {
|
|
width: 100%;
|
|
}
|
|
.FOOTER_GROUP .block_with_img .rows .link-item .subs,
|
|
.HEADER_FIXED_GROUP .block_with_img .rows .link-item .subs,
|
|
.HEADER_TYPE_GROUP .block_with_img .rows .link-item .subs,
|
|
.HEADER_MOBILE_FIXED_GROUP .block_with_img .rows .link-item .subs {
|
|
padding: 15px 10px 0px 34px;
|
|
}
|
|
|
|
.flex-column {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
}
|
|
.gap--15 {
|
|
gap: 15px;
|
|
}
|
|
.tabs-wrapper .tabs-content .subtitle.link {
|
|
color: #305adc;
|
|
}
|
|
.tabs-wrapper .tabs-content .subtitle.link:hover {
|
|
color: #000;
|
|
}
|
|
|
|
.tabs-wrapper .tabs-content .item.with-hint > div {
|
|
border-bottom: none;
|
|
}
|
|
.tabs-wrapper .tabs-content .item.with-hint.includefile > div {
|
|
padding-bottom: 16px;
|
|
}
|
|
.tabs-wrapper .tabs-content .notes-block .adm-info-message-wrap {
|
|
text-align: left;
|
|
padding: 5px 7px;
|
|
}
|
|
.tabs-wrapper .tabs-content .item.with-hint + .notes-block .adm-info-message-wrap {
|
|
padding: 0px 24px 4px;
|
|
margin: -16px 0px -1px;
|
|
border: 1px solid #dce7ed;
|
|
border-top: none;
|
|
border-radius: 0px 0px 3px 3px;
|
|
}
|
|
.tabs-wrapper .tabs-content .notes-block .adm-info-message-wrap a {
|
|
color: #716538;
|
|
}
|
|
|
|
.searched .item.js_block.with-hint + .notes-block {
|
|
display: none;
|
|
}
|
|
.searched .item.js_block.with-hint.visible_block + .notes-block {
|
|
display: block !important;
|
|
}
|
|
.searched .groups_block.block.EXPRESSION_QUANTITY_GROUP.visible_block + .EXPRESSION_QUANTITY_GROUP2,
|
|
.searched .groups_block.block.EXPRESSION_SUBSCRIBE_GROUP.visible_block + .EXPRESSION_ORDER_GROUP {
|
|
display: block;
|
|
}
|
|
.searched .groups_block.block.EXPRESSION_QUANTITY_GROUP.visible_block + .EXPRESSION_QUANTITY_GROUP2 .item.js_block,
|
|
.searched .groups_block.block.EXPRESSION_SUBSCRIBE_GROUP.visible_block + .EXPRESSION_ORDER_GROUP .item.js_block {
|
|
display: inline-block;
|
|
}
|
|
|
|
.tabs .main-grid-empty-inner {
|
|
margin: auto;
|
|
text-align: center;
|
|
position: relative;
|
|
display: none;
|
|
}
|
|
.tabs .main-grid-empty-image {
|
|
margin: auto auto 40px auto;
|
|
width: 87px;
|
|
height: 111px;
|
|
background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2087%20111%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%20%7B%20fill%3A%20%23535c69%3B%20fill-rule%3A%20evenodd%3B%20opacity%3A%200.12%3B%20%7D%3C/style%3E%3C/defs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M86.93%2025.17l.018-.018L61.884.032l-.03.03v-.05H.012v111h86.8v-.008h.17V31.988h.034v-6.82h-.085zM61.84%209.63l15.504%2015.54H61.84V9.63zm18.336%2094.564H6.816V6.83h48.222v18.34h-.02v6.818h25.16v72.206zM56.91%2044.814L44.43%2057.32%2031.95%2044.812%2026.576%2050.2l12.48%2012.508-12.48%2012.507%205.376%205.388L44.43%2068.1l12.48%2012.508%205.377-5.388-12.48-12.508L62.288%2050.2z%22/%3E%3C/svg%3E");
|
|
background-repeat: no-repeat;
|
|
}
|
|
.tabs .main-grid-empty-text {
|
|
color: #c6c8cc;
|
|
font: 32px "Helvetica Neue", Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
.tabs-wrapper .search_wrapper .buttons {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 3px;
|
|
padding: 0 5px;
|
|
height: 39px;
|
|
width: 60px;
|
|
box-sizing: border-box;
|
|
}
|
|
.tabs-wrapper .search_wrapper .buttons > div {
|
|
position: absolute;
|
|
top: 0;
|
|
cursor: pointer;
|
|
opacity: 0.3;
|
|
height: 39px;
|
|
display: none;
|
|
}
|
|
.tabs-wrapper .search_wrapper .buttons > div:hover {
|
|
opacity: 1;
|
|
}
|
|
.tabs-wrapper .search_wrapper .buttons .search {
|
|
right: 8px;
|
|
z-index: 1;
|
|
width: 25px;
|
|
right: 25px;
|
|
background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20fill%3D%22%23535C68%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1.33%205.5c0-2.304%201.866-4.17%204.17-4.17S9.67%203.195%209.67%205.5c0%202.305-1.865%204.17-4.17%204.17-2.305%200-4.17-1.865-4.17-4.17m12.528%206.944l-3.816-3.817-.014-.008C10.64%207.73%2011%206.66%2011%205.5%2011%202.462%208.537%200%205.5%200S0%202.462%200%205.5%202.463%2011%205.5%2011c1.158%200%202.232-.36%203.118-.972.004.004.005.01.01.014l3.816%203.817c.372.37.982.37%201.354%200l.06-.063c.372-.372.372-.982%200-1.354%22/%3E%3C/svg%3E");
|
|
background-position: center 12px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.tabs-wrapper .search_wrapper .buttons .delete {
|
|
right: 5px;
|
|
width: 20px;
|
|
background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2211%22%20viewBox%3D%220%200%2012%2011%22%3E%3Cpath%20fill%3D%22%23535C69%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.587%205.503l4.4-4.398-1.132-1.13-4.4%204.397L2.06-.026l-1.13%201.13%204.397%204.4L.927%209.9l1.13%201.132%204.4-4.398%204.398%204.398%201.13-1.13-4.398-4.4z%22/%3E%3C/svg%3E");
|
|
background-repeat: no-repeat;
|
|
background-position: center 14px;
|
|
}
|
|
|
|
.tabs-wrapper .tabs-content .SECTION_CONTACTS_GROUP3 .item {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.tabs-wrapper .tabs-content .item > div.ones {
|
|
border-bottom: none;
|
|
border-top: none;
|
|
padding-bottom: 0px;
|
|
}
|
|
.tabs-wrapper .tabs-content .item > div.ones.checkbox {
|
|
padding-top: 18px;
|
|
}
|
|
.tabs-wrapper .tabs-content .item > div.ones.checkbox + .ones.checkbox {
|
|
padding-top: 21px;
|
|
}
|
|
.tabs-wrapper .tabs-content .item > div.note {
|
|
border-top: none;
|
|
padding-top: 8px;
|
|
padding-bottom: 16px;
|
|
}
|
|
.tabs-wrapper .tabs-content .item > div.note .adm-info-message-wrap {
|
|
text-align: left;
|
|
}
|
|
#bx-admin-prefix .tabs-wrapper .tabs-content .item > div.note .adm-info-message-wrap .adm-info-message {
|
|
margin-bottom: 4px;
|
|
}
|
|
.tabs-wrapper .tabs-content .item > div.to_top {
|
|
border-top: none;
|
|
margin-top: -21px;
|
|
background: #f5f9f9;
|
|
}
|
|
|
|
.FONT_GROUP .item.text {
|
|
width: 66.66%;
|
|
}
|
|
.FONT_GROUP .item.text .value_wrapper input[type="text"] {
|
|
max-width: none;
|
|
}
|
|
|
|
.item.selectbox .aspro-admin-item .drag {
|
|
margin-top: -14px;
|
|
}
|
|
|
|
.tab.visible_block[data-prop_code="INDEX_PAGE"] > .block.visible_block > div[data-class="INDEX_TYPE"] .sub-block.item {
|
|
display: block;
|
|
}
|
|
|
|
body#bx-admin-prefix .flexbox {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
body#bx-admin-prefix .rows.flexbox {
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-flex-wrap: wrap;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
}
|
|
body#bx-admin-prefix .rows.flexbox > div {
|
|
margin-left: -1px;
|
|
}
|
|
|
|
.tab[data-prop_code="ADV"] .groups_block {
|
|
font-size: 0px;
|
|
padding-left: 1px;
|
|
}
|
|
.tab[data-prop_code="ADV"] > .groups_block .item {
|
|
width: 33.33%;
|
|
display: inline-block;
|
|
margin: 0px 0px 1px -1px;
|
|
text-align: center;
|
|
}
|
|
.tab[data-prop_code="ADV"] > .groups_block .item:hover {
|
|
background: #ffffff;
|
|
}
|
|
.tab[data-prop_code="ADV"] > .groups_block .item .img {
|
|
padding-top: 22px;
|
|
}
|
|
|
|
.max_options.views .adm-detail-content-btns {
|
|
padding: 12px 20px 14px;
|
|
border-top: 1px solid #dce7ed;
|
|
}
|
|
|
|
#tabs_settings {
|
|
float: right;
|
|
z-index: 1;
|
|
display: block;
|
|
position: relative;
|
|
margin-top: -30px;
|
|
right: 40px;
|
|
}
|
|
|
|
.adm-info-message-red #tabs_settings {
|
|
float: none;
|
|
margin: 0;
|
|
right: 0;
|
|
}
|
|
|
|
.additional-options {
|
|
position: relative;
|
|
}
|
|
.tabs-wrapper .tabs-content .item > div .inner_wrapper.checkbox .additional-options .title_wrapper {
|
|
float: none;
|
|
}
|
|
|
|
.index-block-top-options {
|
|
float: right;
|
|
display: flex;
|
|
}
|
|
.index-block-top-options__inner {
|
|
display: flex;
|
|
margin-left: 19px;
|
|
}
|
|
.index-block-top-options__value {
|
|
display: flex;
|
|
}
|
|
.index-block-top-options__title {
|
|
margin-left: 10px !important;
|
|
}
|
|
|
|
.index-block-bottom-options {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
clear: both;
|
|
flex-basis: 100%;
|
|
}
|
|
.index-block-bottom-options__item {
|
|
margin: 17px 0;
|
|
}
|
|
.index-block-bottom-options .title_wrapper {
|
|
float: none !important;
|
|
}
|
|
.index-block-bottom-options .value_wrapper {
|
|
position: relative !important;
|
|
left: 0px !important;
|
|
margin-left: 25px;
|
|
}
|
|
|
|
@media (max-width: 1400px) {
|
|
.groups_block .block_wrapper .item.includefile {
|
|
width: 50%;
|
|
}
|
|
.groups_block .block_wrapper .item {
|
|
width: 50%;
|
|
}
|
|
.groups_block.FONT_GROUP .block_wrapper .item {
|
|
width: 100%;
|
|
}
|
|
}
|
|
@media (max-width: 1100px) {
|
|
.groups_block .block_wrapper .item,
|
|
.block_with_img .rows > div,
|
|
.groups_block .block_wrapper .item.includefile {
|
|
width: 100%;
|
|
}
|
|
.tabs-wrapper .tabs-heading,
|
|
.tabs-wrapper .tabs-heading-wrapper {
|
|
width: 195px;
|
|
}
|
|
.tabs-wrapper .tabs-content {
|
|
padding-left: 230px;
|
|
}
|
|
}
|
|
.landing-acloud-frame {
|
|
width: 100%;
|
|
height: 1800px;
|
|
}
|
|
#bx-admin-prefix .adm-detail-subtab--disabled {
|
|
pointer-events: none;
|
|
cursor: default;
|
|
color: #ced2d5;
|
|
background-position: 0 -2525px;
|
|
}
|
|
|
|
.FORMS_OPTIONS_GROUP [data-optioncode^="AGREEMENT_"] .inner_wrapper {
|
|
padding: 16px;
|
|
background: #f9f3cc;
|
|
border-radius: 6px;
|
|
}
|