.clr {
    clear: both;
    height: 0px;
    margin: 0px;
    font: 0px/0px Tahoma, Geneva, sans-serif;
}
/*lex*/
.cropped-text {
    color: #2675d7 !important;
    display: block;
    max-width: 400px;
}
.locale_popup p,
.search-popup-block p {
    padding: 0px;
    margin: 0px 0px 15px;
    line-height: 19px;
}
.search-popup-block input[type="text"],
.search-popup-block input[type="password"],
.search-popup-block textarea,
.locale_popup input[type="text"],
.locale_popup input[type="password"],
.locale_popup textarea {
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.locale-block.admin-locale-block textarea {
    font-size: 13px;
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.locale-block.admin-locale-block {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    border: 1px solid #78b7ea !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 4px #78b7ea;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.search-popup-block span.ext-tag-text, .search-popup-block div.ext-tag-text {
    display: none;
}
.textarea-disabled {
    color: #8c8c8c;
}
.show_requirements {
    margin-left: 1px;
}

.locale_mes {
    padding: 0;
    margin: 0;
    border: 0;
    color: red !important;
    font-style: normal
}
.locale_mes > *, .locale_mes a {
    color: red !important;
}
div.spacer {
    clear: both;
    height: 1px;
    width:100%;
}
.locale_popup {
    background-color: rgba(30, 36, 50, 0.94);
    border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border: 1px solid #181B20;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(212, 212, 212, 0.12) inset;
    font-family: Tahoma;
    font-size: 12px;
    z-index: 1000;
    position: absolute;
    display: block;
    top: 45px;
    right: 0;
    height: auto;
    width: auto;
}
.locale_popup_angle {
    background: url(/bitrix/images/accorsys.localization/select-popup-arrow.png) 0px 0px no-repeat;
    top: -9px;
    right: 8px;
    display: block;
    font-size: 0px;
    line-height: 0px;
    height: 10px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 17px;
}
.locale_popup ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.locale_popup ul li.locale_popup_separator {
    background: rgba(172, 179, 191, 0.2);
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    padding: 0px;
    margin: 0px;
    border:none !important;
}
.locale_popup ul li:hover a span {
    color:white;
}
.popupLNMenu .error_on_top_popup:last-of-type {
    margin-bottom: 20px;
}
.locale_popup ul li {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    display: block;
    min-width: 120px;
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    height: 28px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;

}
.locale_popup ul li a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    padding: 7px 15px 6px;
    text-overflow: ellipsis;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    color: #9CA4B2;
    text-decoration: none;
}

.locale_popup ul li a:hover, .locale_popup ul li:hover > a {
    background-image: -webkit-linear-gradient(top, #2a92d0, #1d66b5);
    background-image: -moz-linear-gradient(top, #2a92d0, #1d66b5);
    background-image: -ms-linear-gradient(top, #2a92d0, #1d66b5);
    background-image: -o-linear-gradient(top, #2a92d0, #1d66b5);
    background-image: linear-gradient(top, #2a92d0, #1d66b5);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.locale_popup ul li > ul {
    visibility:hidden;
    display:none;
    background-color: rgba(52, 59, 74, 0.94);
    border: 1px solid #181B20;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(212, 212, 212, 0.12) inset;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: none outside none;
    position: absolute;
    text-align: left;
    text-indent: 0;
    text-transform: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    word-spacing: normal;
    margin-left:100%;
    top:0px;}


.locale_popup ul li:hover ul { visibility:visible; display:block; }


.locale_popup ul li a .span-icon {
    background:url(/bitrix/images/accorsys.localization/icons/translate_icons.png) 0px 0px no-repeat;
    padding-left: 24px;
    height: 16px;
    display:inline-block;
    line-height: 16px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif  !important;
    font-size: 12px;
    font-weight: bold;
    color: #9ca4b2;
}

.locale_popup ul li a .span-icon.icon-ya {background-position:0px 0px;}
.locale_popup ul li a .span-icon.icon-microsoft {background-position:0px -16px;}
.locale_popup ul li a .span-icon.icon-google {background-position:0px -32px;}
.locale_popup ul li a .span-icon.icon-youtube {background-position:0px -48px;}
.locale_popup ul li a .span-icon.icon-wiki {background-position:0px -64px;}
.locale_popup ul li a .span-icon.icon-undo {background-position:0px -80px;}
.locale_popup ul li a .span-icon.icon-deactivate {background: url("/bitrix/images/accorsys.localization/icons/action_message_disable.png") no-repeat left center;}
.locale_popup ul li a .span-icon.icon-activate {background: url("/bitrix/images/accorsys.localization/icons/action_message_enable.png") no-repeat left center;}

.locale_popup ul li a span.arrow {background:url(/bitrix/images/accorsys.localization/arrows.png) 0px 0px no-repeat; width:5px; height:7px; display:inline-block; position:absolute; top:12px; right:10px;}
.locale_popup ul li a:hover span.arrow, .locale_popup ul li:hover > a span.arrow  {background:url(/bitrix/images/accorsys.localization/arrows.png) 0px -7px no-repeat; width:5px; height:10px; top:11px;}

div.locale-block {
    display: block;
    width: 100%;
    min-width: 300px;
    position: relative;
}

/*div.locale-block.last {
    padding-bottom: 0;
}*/

#about_loc_dp_bg {
    background: rgba(150, 150, 150, 0.2);
}

#about_loc_dp_bg > * {
    display: none;
}

div.locale-select {
    height: 100%;
}
div.locale-block .locale-flag {
    background-image: url(/bitrix/images/accorsys.localization/flags.png);
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    font: 0px/0px Tahoma, Geneva, sans-serif;
    width: 16px;
    height: 13px;
    display: block;
    float: left;
}
div.locale-block .locale-flag.ru {
    background: url(/bitrix/images/accorsys.localization/flags.png) no-repeat scroll left -5px transparent;
}
div.locale-block .locale-flag.it {
    background: url(/bitrix/images/accorsys.localization/flags.png) no-repeat scroll left -38px transparent;
}
div.locale-block .locale-flag.br {
    background: url(/bitrix/images/accorsys.localization/flags.png) no-repeat scroll left -71px transparent;
}
div.locale-block .locale-flag.de {
    background: url(/bitrix/images/accorsys.localization/flags.png) no-repeat scroll left -104px transparent;
}
div.locale-block .locale-flag.en {
    background: url(/bitrix/images/accorsys.localization/flags.png) no-repeat scroll left -137px transparent;
}
div.locale-block .locale-flag.cn {
    background: url(/bitrix/images/accorsys.localization/flags.png) no-repeat scroll left -170px transparent;
}
div.locale-block .locale-flag.fr {
    background: url(/bitrix/images/accorsys.localization/flags.png) no-repeat scroll left -203px transparent;
}
div.locale-block .locale-flag.es {
    background: url(/bitrix/images/accorsys.localization/flags.png) no-repeat scroll left -236px transparent;
}
div.locale-block .locale-flag.ua {
    background: url(/bitrix/images/accorsys.localization/flags.png) no-repeat scroll left -269px transparent;
}

.lc_about_close_text {
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 16px;
    line-height: 16px;
    z-index: 20000;
}

div.locale-block textarea {
    float: left;
    resize: none;
    display: block;
    /*width: calc(100% - 37px - 25px) !important;*/ /*old*/
    width: calc(100% - 37px - 42px) !important; /*new*/
    height: 61px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 5px 0 5px 5px;
    margin: 0 0 0 8px;
    padding: 6px 8px;
    font-size: 12px;
    font-family:  Tahoma,Geneva,sans-serif !important;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
    overflow: auto;
}

div.locale-click-wrapper {
    width: 36px;
    height: 37px;
    float: left;
    position:relative;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border: 0 5px 5px 0;
}
a.locale-click-arrow {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#20B3E0), to(#1B94D4));
    background: -webkit-linear-gradient(top, #20B3E0, #1B94D4);
    background: -moz-linear-gradient(top, #20B3E0, #1B94D4);
    background: -o-linear-gradient(top, #20B3E0, #1B94D4);
    background: -ms-linear-gradient(top, #20B3E0, #1B94D4);
    background: linear-gradient(top, #20B3E0, #1B94D4);
    background-size: 100%;
    background-color: #20B3E0;
    border-radius: 0 5px 6px 0;
    box-shadow: inset 0 -6px 0 -5px #555,
    0 1px 0px 0px rgba(0,0,0,0.2);
    border-bottom: 1px solid #999;
    outline: none;
}
a.locale-click-arrow.disabled {
    background: -webkit-gradient(linear, left top, right top, from(#58606B), to(#454C55));
    background: -webkit-linear-gradient(top, #58606B, #454C55);
    background: -moz-linear-gradient(top, #58606B, #454C55);
    background: -o-linear-gradient(top, #58606B, #454C55);
    background: -ms-linear-gradient(top, #58606B, #454C55);
    background: linear-gradient(top, #58606B, #454C55);
    background-color: #58606B;
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.2);
    opacity: 0.2;
    cursor: default;
}
a.locale-click-arrow:not(.active):after {
    content:'';
    display: block;
    position: absolute;
    top:  13px;
    left:  15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color:  transparent transparent transparent #fff;
}
a.locale-click-arrow:not(.disabled):hover {
    background: -webkit-gradient(linear, left top, right top, from(#2894B6), to(#237DAD));
    background: -webkit-linear-gradient(top, #2894B6, #237DAD);
    background: -moz-linear-gradient(top, #2894B6, #237DAD);
    background: -o-linear-gradient(top, #2894B6, #237DAD);
    background: -ms-linear-gradient(top, #2894B6, #237DAD);
    background: linear-gradient(top, #2894B6, #237DAD);
    background: -moz-linear-gradient(top, #2894B6, #237DAD);
}
a.locale-click-arrow.active {
    background: -webkit-gradient(linear, left top, right top, from(#58606B), to(#454C55));
    background: -webkit-linear-gradient(top, #58606B, #454C55);
    background: -moz-linear-gradient(top, #58606B, #454C55);
    background: -o-linear-gradient(top, #58606B, #454C55);
    background: -ms-linear-gradient(top, #58606B, #454C55);
    background: linear-gradient(top, #58606B, #454C55);
    background-color: #58606B;
    box-shadow: 0 2px 3px 0 #000000 inset,
    0 1px 0 0 rgba(0,0,0,0.2);
}
a.locale-click-arrow.active:hover {
    background: -webkit-gradient(linear, left top, right top, from(#58606B), to(#454C55));
    background: -webkit-linear-gradient(top, #58606B, #454C55);
    background: -moz-linear-gradient(top, #58606B, #454C55);
    background: -o-linear-gradient(top, #58606B, #454C55);
    background: -ms-linear-gradient(top, #58606B, #454C55);
    background: linear-gradient(top, #58606B, #454C55);
    background-color: #58606B;
}
a.locale-click-arrow.active:after {
    content:'';
    display: block;
    position: absolute;
    top:  16px;
    left:  12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #fff transparent transparent transparent ;
}
.locale_popup {
    width: 340px;
    display: none;
}
.popupLNMenu .error_on_top_popup {
    color: red;
    margin: 0 0 10px 24px;
    width: 400px;
}
.popupLNMenu .search-popup-block span.resize {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
    z-index: 1;
    cursor: nw-resize;
    padding: 0!important;
    background: url(/bitrix/images/accorsys.localization/resize.png) no-repeat -17px -17px;
}
.popupLNMenu .search-popup-block span.resize.top-right {
    position: absolute;
    top: 5px;
    bottom: auto;
    right: 5px;
    width: 15px;
    height: 15px;
    z-index: 1;
    cursor: sw-resize;
    padding: 0!important;
    background: url(/bitrix/images/accorsys.localization/resize.png) no-repeat -17px 0;
}
.search-popup-block {
    box-sizing: content-box;
}
.popupLNMenu.not_menu.mobile_pc_popup .search-popup-block span.resize {
    background: url("/bitrix/images/accorsys.localization/resize.png") no-repeat 0 -48px;
    width: 32px;
    height: 32px;
}
.popupLNMenu.not_menu.mobile_pc_popup.screen_max .search-popup-block span.resize {
    background: url("/bitrix/images/accorsys.localization/resize.png") no-repeat 0 -96px;
}

.popupLNMenu.not_menu.mobile_pc_popup .search-popup-block .adm-workarea span.resize {
    display: inline-block;
    position: static;
    padding: 0;
    vertical-align: middle;
    margin: 0;
    float: right;
}
.search-popup-block input[type="submit"],
.search-popup-block input[type="button"],
.search-popup-block input[type="reset"] {
    display: inline-block;
    height: 30px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    padding:0 13px;
    text-align: center;
}
.locale_popup input[type="submit"],
.locale_popup input[type="button"],
.locale_popup input[type="reset"] {
    background: url(/bitrix/images/accorsys.localization/btn_bg.png) 0 -105px repeat-x;
    border: 1px solid #5a8ab6;
    box-shadow: 1px 2px 4px #bdbdbd;
    color: #fff;
}
.locale_popup input[type="submit"]:hover,
.locale_popup input[type="button"]:hover,
.locale_popup input[type="reset"]:hover {
    background: url(/bitrix/images/accorsys.localization/btn_bg.png) 0 -140px repeat-x;
}
.company-popup {
    text-align: center;
}

.search-popup-block {
    /*padding: 15px;*/ /*old*/
    padding: 15px 15px 15px; /*new*/
    /*margin: 0 0 70px 0;*/ /*old*/
    margin: 0 0 60px 0; /*new*/
    min-width: 346px;
    font: 13px/1.4em Tahoma, Geneva, sans-serif !important;
    color: #2a2a2a;
    overflow-y: auto;
}
.padding-left-26 {padding-left:24px !important;}

.search-popup-block .separator {
    height:1px;
    background: #ebebeb;
    padding: 0;
    font:0px/0px Tahoma, Geneva, sans-serif;
    border:none !important;
    margin: 19px 0 20px;
}

.search-popup-block p {
    padding: 0;
    margin: 0 0 15px;
    font-size: 13px;
}
.search-popup-block .eula_inner {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.search-popup-block span.name-bold {
    display: block;
    margin: 0 0 15px;
}

.search-popup-block span.address-file {
    display: block;
    margin: 20px 0 20px 24px;
    word-wrap: break-word;
    width: 424px;
    color: #707070;
    background: url(/bitrix/images/accorsys.localization/icons/file_php.png) 0 3px no-repeat; padding-left: 20px;
}

.separator + span.name-bold {
    margin-bottom: 20px;
}

 span.address-file + span.name-bold {
    margin-bottom: -5px;
}

.search-popup-block input[type="text"] {
    width: calc(100% - 36px);
    padding: 6px 8px;
    border: 1px solid #CDCDCD;
    height: 30px;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
}

.search-popup-block select {
    width: calc(100% - 46px);
    padding-left: 4px;
    border: 1px solid #CDCDCD;
    height: 30px;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    margin-left: 8px;
}
.search-popup-block select.translation-service {
    margin-left: 24px;
}

p.version:first-letter {
    text-transform: uppercase;
}
.search-popup-block-results {
    overflow: hidden;
    height: 100%;
}

.search-popup-block-results:nth-last-of-type(2) > div.find-text-in-file:last-of-type {
    margin-bottom: 0;
}

.search-popup-block-results > div.find-text-in-file:nth-last-child {
    margin-bottom: 0px;
}
.search-popup-block-results > div.find-text-in-file {
    margin-bottom: 18px;
    overflow: hidden;
    height: 100%;
}
.search-popup-block-results input[type="checkbox"] {
    display: block;
    padding: 0;
    margin: 2px 0 0 0;
    float: left;
}
.search-popup-block-results label {
    display: block;
    padding: 0;
    margin: -2px 0 0 8px;
    float: left;
    color: #2675d7;
}
.search-popup-block-wrapper {
    position: relative;
    margin-bottom: 18px;
}
.search-popup-block-wrapper .selectblock, .locale-block .selectblock {
    position: absolute;
    top: 30px;
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    left: 0;
    z-index: 1000;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}
.bx-core-adm-dialog, .bx-core-adm-dialog a, .bx-core-adm-dialog span, .bx-core-adm-dialog .locale_popup {
    color:#E7E7E7;
    font-family: Tahoma,Geneva,sans-serif !important;
}
.search-popup-block-wrapper .selectblock li, .locale-block .selectblock li {
    display: block;
    margin: 0;
}
.search-popup-block-wrapper .selectblock li a, .locale-block .selectblock li a {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    color: #222;
}
.search-popup-block-wrapper .selectblock li a:hover, .locale-block .selectblock li a:hover {
    background: #eee;
}

.search-popup-block h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #25282c;
    font-size: 20px;
    line-height: 28px;
}
.search-popup-block img {
    margin-top: 8px;
    margin-bottom: 4px;
}
.company-popup .text-wrapper {
    overflow:hidden; height:100%;
}
.company-popup .text-wrapper .text {color:#777777;}
.company-popup .text-wrapper .readmore a {color:#0088CC;}

.lc_overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(150, 150, 150, 0.2);
    opacity: 0.4;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
.eula_inner {
    display:block;
    padding: 0 30px;
    text-align: justify;
    overflow-y: scroll;
}
.select_translate {
    display:block;
    float: left;
    margin-right: 5px;
    width:16px;
    height:16px;
}
span.eula {
    color: #0088cc;
    text-decoration:underline;
    cursor:pointer;
}
.select_translate.translate_ya {
    background: url(/bitrix/images/accorsys.localization/icons/translate_icons.png) 0 0 no-repeat;
}
.select_translate.googleTranslate {
    background: url(/bitrix/images/accorsys.localization/icons/translate_icons.png) 0 -32px no-repeat;
}
img.loader {
    width:30px;
    height:30px;
    z-index:99999;
}
span.file_found {
    color: #707070;
    font-size:0.9em;
}

/*********************BITRIX**********************/
body #bx-admin-prefix .bx-core-popup-menu, body #bx-admin-prefix.bx-core-popup-menu {
    padding: 0;
}
#bx-admin-prefix .bx-core-popup-menu, #bx-admin-prefix.bx-core-popup-menu.new_locale_menu {
    border: solid 1px #d5e1e4;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 18px 20px rgba(72, 93, 99, 0.3);
    box-shadow: 0 18px 20px rgba(72, 93, 99, 0.3);
    padding: 0;
}
#bx-admin-prefix .bx-core-popup-menu-single-item, #bx-admin-prefix.bx-core-popup-menu-single-item
{
    padding: 3px 0;
}

#bx-admin-prefix .bx-core-popup-menu-level0, #bx-admin-prefix.bx-core-popup-menu-level0
{
    background-color: #fff;
}

#bx-admin-prefix .bx-core-popup-menu-angle {
    top: -9px;
    background: url("/bitrix/images/accorsys.localization/popup_menu_sprite_1.png") no-repeat left -1480px;
}

#bx-admin-prefix .bx-core-popup-menu-angle-bottom {
    bottom: -9px;
    background: url("/bitrix/images/accorsys.localization/popup_menu_sprite_1.png") no-repeat left -1460px;
}

#bx-admin-prefix .bx-core-popup-menu-item
{
    border: none;
    border-top: solid 1px transparent;
    color: #2a2a2a !important;
}

#bx-admin-prefix .bx-core-popup-menu-item:hover,
#bx-admin-prefix .bx-core-popup-menu-item-opened
{
    background: #ebf2f4 !important;
    border-top: solid 1px #e3eaec;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

#bx-admin-prefix .bx-core-popup-menu-item-icon {
    width: 46px;
    background: url("/bitrix/images/accorsys.localization/popup_menu_sprite_1.png") no-repeat 6px -1080px;
}

#bx-admin-prefix .search-popup-block-wrapper .bx-core-popup-menu-item-icon {
    width: 18px;
}

#bx-admin-prefix .bx-core-popup-menu-item-text {
    font-size: 13px;
    font-weight: normal;
    text-shadow: 0 1px white;
    padding: 0 20px 0 46px;
    height: 30px;
    line-height: 30px;
}

#bx-admin-prefix .bx-core-popup-menu-item-default .bx-core-popup-menu-item-text
{
    /*font-weight: bold;*/
}

#bx-admin-prefix .bx-core-popup-menu-no-icons .bx-core-popup-menu-item-text
{
    padding-left: 21px;
}

#bx-admin-prefix .bx-core-popup-menu-item-opener .bx-core-popup-menu-item-text
{
    padding-right: 30px;
}

#bx-admin-prefix .bx-core-popup-menu-item-opener:hover .bx-core-popup-menu-item-text,
#bx-admin-prefix .bx-core-popup-menu-item-opened .bx-core-popup-menu-item-text
{
    background: url("/bitrix/images/accorsys.localization/popup_menu_sprite_1.png") no-repeat right -270px;
}

#bx-admin-prefix .bx-core-popup-menu-item-checked .bx-core-popup-menu-item-text
{
    background: url("/bitrix/images/accorsys.localization/popup_menu_sprite_1.png") no-repeat left -600px;
}
/***POPUPS**/

/*.bx-core-popup-menu-top,*/
.bx-core-popup-menu-angle,
.bx-core-popup-menu-angle-bottom {
    display: block;
    position: absolute;
    height: 10px;
    width: 17px;
    content: "";
    line-height: 1px;
    font-size: 1px;
    padding: 0;
    margin: 0;
}

.bx-core-popup-menu-angle {
    top: -9px;
    background: url("images/popup_menu_sprite_1.png") no-repeat left bottom;
}

.bx-core-popup-menu-angle-bottom {
    bottom: -9px;
    background: url("images/popup_menu_sprite_1.png") no-repeat left -1470px;
}

.bx-core-popup-menu-item {
    display: block;
    text-decoration: none;
    border-top: solid 1px transparent;
    border-right: solid 1px transparent;
    color: #9ca4b2 !important;
    min-width: 120px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.bx-ie8 .bx-core-popup-menu-item,
.bx-quirks .bx-core-popup-menu-item
{
    width: 220px;
    overflow-x: hidden;
}

.bx-core-popup-menu-item:hover,
.bx-core-popup-menu-item-opened
{
    border-top: solid 1px #55a8d9;
    border-right: solid 1px #2278b7;
    background-image: -webkit-linear-gradient(top, #2a92d0, #1d66b5);
    background-image: -moz-linear-gradient(top, #2a92d0, #1d66b5);
    background-image: -ms-linear-gradient(top, #2a92d0, #1d66b5);
    background-image: -o-linear-gradient(top, #2a92d0, #1d66b5);
    background-image: linear-gradient(top, #2a92d0, #1d66b5);
    -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: #ebebeb !important;
}

.bx-ie8 .bx-core-popup-menu-item-text,
.bx-quirks .bx-core-popup-menu-item-text
{
    overflow-x: hidden;
}

.bx-ie8 .bx-core-popup-menu-item:hover,
.bx-ie8 .bx-core-popup-menu-item-opened,
.bx-ie9 .bx-core-popup-menu-item:hover,
.bx-ie9 .bx-core-popup-menu-item-opened
{
    background-color: #257fc4;
}

.bx-core-popup-menu-item-text {
    display: block;
    padding: 0 10px 0 40px;
    height: 28px;
    line-height: 26px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bx-core-popup-menu-item-icon {
    display: block;
    position: absolute;
    height: 28px;
    width: 40px;
}
.bx-core-popup-menu-no-icons .bx-core-popup-menu-item-text {
    padding-left: 19px;
}
.bx-core-popup-menu-no-icons .bx-core-popup-menu-item-icon
{
    display: none;
}
.adm-menu-content {
    background: url("images/popup_menu_sprite_1.png") no-repeat left -30px;
}
.bx-core-popup-menu-item:hover .adm-menu-content,
.bx-core-popup-menu-item-opened .adm-menu-content
{
    background: url("images/popup_menu_sprite_1.png") no-repeat left -60px;
}
.adm-informer .alert-reindex-class.a-locale .adm-informer-icon {
    background: url(/bitrix/images/accorsys.localization/accorsys-informer-popup-sprite.png) 0px -209px no-repeat!important;
    width: 30px !important;
}
.adm-informer .alert-update-module-class.a-locale .adm-informer-icon {
    background: url(/bitrix/images/accorsys.localization/accorsys-informer-popup-sprite.png) 0px -167px no-repeat!important;
    width: 30px !important;
}
.adm-informer .alert-workflow-class.a-locale .adm-informer-icon {
    background: url(/bitrix/images/accorsys.localization/accorsys-informer-popup-sprite.png) 0px -251px no-repeat!important;
    width: 30px !important;
}
.adm-informer .alert-extend-user-class.a-locale .adm-informer-icon {
    background: url(/bitrix/images/accorsys.localization/accorsys-informer-popup-sprite.png) 0px 1px no-repeat!important;
    width: 30px !important;
}
.adm-informer .alert-user-limit-exceeded-class.a-locale .adm-informer-icon {
    background: url(/bitrix/images/accorsys.localization/accorsys-informer-popup-sprite.png) 0px -41px no-repeat!important;
    width: 30px !important;
}
.adm-informer .alert-update-period-expired.a-locale .adm-informer-icon {
    background: url(/bitrix/images/accorsys.localization/accorsys-informer-popup-sprite.png) 0px -128px no-repeat!important;
    width: 30px !important;
}
.adm-informer .alert-sale-class.a-locale .adm-informer-icon {
    background: url(/bitrix/images/accorsys.localization/accorsys-informer-popup-sprite.png) 0px -293px no-repeat!important;
    width: 30px !important;
    height: 29px !important;
    left: 14px !important;
    position: absolute !important;
    top: 13px !important;
}
.non-bullit li {
    list-style: outside none none;
}
.adm-informer .alert-sale-class.a-locale .adm-informer-item-html {
    font: 12px/17px "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    min-height: 37px !important;
    overflow: hidden !important;
    padding: 10px 10px 10px 55px !important;
    position: relative !important;
    text-shadow: 0 1px rgba(255, 255, 255, 0.7) !important;
}
.hide-admin-menu-line {
    opacity: 0.5;
    cursor: default;
}
.search-popup-block.company-popup {
    padding: 20px 20px 24px;
    margin: 0;
}
.bx-core-popup-menu-item.hide-admin-menu-line:hover, .bx-core-popup-menu-item-opened.hide-admin-menu-line {
    background: none;
    color: #9ca4b2 !important;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
}
.lang-span-text {
    display: block;
    position: absolute;
    top: 22px;
    width: 16px;
    font-size: 11px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    text-align: center !important;
    color: #2675d7 !important;
}

.adm-workarea .adm-btn-cancel {
    margin:0 5px;
}

.adm-workarea .adm-btn-save {
    margin:0 5px;
}

div.locale-block div.locale-select [class^="ico-flag"] {
    position: relative;
    top: 9px;
}
.adm-input-help-icon-locale {
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    text-decoration: none;
    background: url("/bitrix/panel/main/images/bx-admin-sprite.png") no-repeat scroll 1px -91px rgba(0, 0, 0, 0);
    outline: none;
}
.pc_el_loader_block {
    background: url("/bitrix/images/accorsys.localization/preloader.gif") no-repeat center center rgba(255, 255, 255, 0.2);
    vertical-align: middle;
    text-align: center;
    position: absolute;
    z-index: 10000;
}
.pc_el_loader_block_onbuttons {
    background: url("/bitrix/images/accorsys.localization/preloader.gif") no-repeat center center;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    z-index: 10000;
}
.pc_el_loader_block_notClick {
    background: rgba(255, 255, 255, 0.2);
    vertical-align: middle;
    text-align: center;
    position: absolute;
    z-index: 10000;
}
.pc_loader, .pc_el_loader {
    position: absolute;
    z-index: 10000;
}
.pc_el_loader {
    background: url("/bitrix/images/accorsys.localization/preloader.gif") no-repeat center center rgba(255, 255, 255, 0.2);
    vertical-align: middle;
    text-align: center;
}
.pc_loader_set_in_this_element {
    opacity: 0.3;
    /*visibility: hidden;*/
}

.pc_loader_set_in_this_element.bx-core-popup-menu-item {
    opacity: 1;
}

.pc_loader_set_in_this_element.bx-core-popup-menu-item .bx-core-popup-menu-item-text {
    opacity: 0.3;
}

.pc_locale_loader{
    background: url("loader.gif") no-repeat center center;
    width: 16px;
    height: 16px;
    display: inline-block;
}

/* css loader */

/* 64px */
#floatingCirclesG_64{
    position:relative;
    width:64px;
    height:64px;
    -moz-transform:scale(0.6);
    -webkit-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -o-transform:scale(0.6);
    transform:scale(0.6);
}

#floatingCirclesG_64 .f_circleG{
    position:absolute;
    background-color:#FFFFFF;
    height:12px;
    width:12px;
    -moz-border-radius:6px;
    -moz-animation-name:f_fadeG_64;
    -moz-animation-duration:1.04s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -webkit-border-radius:6px;
    -webkit-animation-name:f_fadeG_64;
    -webkit-animation-duration:1.04s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -ms-border-radius:6px;
    -ms-animation-name:f_fadeG_64;
    -ms-animation-duration:1.04s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -o-border-radius:6px;
    -o-animation-name:f_fadeG_64;
    -o-animation-duration:1.04s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    border-radius:6px;
    animation-name:f_fadeG_64;
    animation-duration:1.04s;
    animation-iteration-count:infinite;
    animation-direction:linear;
}

#floatingCirclesG_64 #frotateG_01{
    left:0;
    top:26px;
    -moz-animation-delay:0.39s;
    -webkit-animation-delay:0.39s;
    -ms-animation-delay:0.39s;
    -o-animation-delay:0.39s;
    animation-delay:0.39s;
}

#floatingCirclesG_64 #frotateG_02{
    left:8px;
    top:8px;
    -moz-animation-delay:0.52s;
    -webkit-animation-delay:0.52s;
    -ms-animation-delay:0.52s;
    -o-animation-delay:0.52s;
    animation-delay:0.52s;
}

#floatingCirclesG_64 #frotateG_03{
    left:26px;
    top:0;
    -moz-animation-delay:0.65s;
    -webkit-animation-delay:0.65s;
    -ms-animation-delay:0.65s;
    -o-animation-delay:0.65s;
    animation-delay:0.65s;
}

#floatingCirclesG_64 #frotateG_04{
    right:8px;
    top:8px;
    -moz-animation-delay:0.78s;
    -webkit-animation-delay:0.78s;
    -ms-animation-delay:0.78s;
    -o-animation-delay:0.78s;
    animation-delay:0.78s;
}

#floatingCirclesG_64 #frotateG_05{
    right:0;
    top:26px;
    -moz-animation-delay:0.91s;
    -webkit-animation-delay:0.91s;
    -ms-animation-delay:0.91s;
    -o-animation-delay:0.91s;
    animation-delay:0.91s;
}

#floatingCirclesG_64 #frotateG_06{
    right:8px;
    bottom:8px;
    -moz-animation-delay:1.04s;
    -webkit-animation-delay:1.04s;
    -ms-animation-delay:1.04s;
    -o-animation-delay:1.04s;
    animation-delay:1.04s;
}

#floatingCirclesG_64 #frotateG_07{
    left:26px;
    bottom:0;
    -moz-animation-delay:1.17s;
    -webkit-animation-delay:1.17s;
    -ms-animation-delay:1.17s;
    -o-animation-delay:1.17s;
    animation-delay:1.17s;
}

#floatingCirclesG_64 #frotateG_08{
    left:8px;
    bottom:8px;
    -moz-animation-delay:1.3s;
    -webkit-animation-delay:1.3s;
    -ms-animation-delay:1.3s;
    -o-animation-delay:1.3s;
    animation-delay:1.3s;
}

@-moz-keyframes f_fadeG_64{
    0%{background-color:#000000}
    100%{background-color:#FFFFFF}
}
@-webkit-keyframes f_fadeG_64{
    0%{background-color:#000000}
    100%{background-color:#FFFFFF}
}
@-ms-keyframes f_fadeG_64{
    0%{background-color:#000000}
    100%{background-color:#FFFFFF}
}
@-o-keyframes f_fadeG_64{
    0%{background-color:#000000}
    100%{background-color:#FFFFFF}
}
@keyframes f_fadeG_64{
    0%{background-color:#000000}
    100%{background-color:#FFFFFF}
}

/* 32px */
#floatingCirclesG_32{
    position:relative;
    width:32px;
    height:32px;
    -moz-transform:scale(0.6);
    -webkit-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -o-transform:scale(0.6);
    transform:scale(0.6);
}

#floatingCirclesG_32 .f_circleG{
    position:absolute;
    background-color:#FFFFFF;
    height:6px;
    width:6px;
    -moz-border-radius:3px;
    -moz-animation-name:f_fadeG_32;
    -moz-animation-duration:1.04s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -webkit-border-radius:3px;
    -webkit-animation-name:f_fadeG_32;
    -webkit-animation-duration:1.04s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -ms-border-radius:3px;
    -ms-animation-name:f_fadeG_32;
    -ms-animation-duration:1.04s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -o-border-radius:3px;
    -o-animation-name:f_fadeG_32;
    -o-animation-duration:1.04s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    border-radius:3px;
    animation-name:f_fadeG_32;
    animation-duration:1.04s;
    animation-iteration-count:infinite;
    animation-direction:linear;
}

#floatingCirclesG_32 #frotateG_01{
    left:0;
    top:13px;
    -moz-animation-delay:0.39s;
    -webkit-animation-delay:0.39s;
    -ms-animation-delay:0.39s;
    -o-animation-delay:0.39s;
    animation-delay:0.39s;
}

#floatingCirclesG_32 #frotateG_02{
    left:4px;
    top:4px;
    -moz-animation-delay:0.52s;
    -webkit-animation-delay:0.52s;
    -ms-animation-delay:0.52s;
    -o-animation-delay:0.52s;
    animation-delay:0.52s;
}

#floatingCirclesG_32 #frotateG_03{
    left:13px;
    top:0;
    -moz-animation-delay:0.65s;
    -webkit-animation-delay:0.65s;
    -ms-animation-delay:0.65s;
    -o-animation-delay:0.65s;
    animation-delay:0.65s;
}

#floatingCirclesG_32 #frotateG_04{
    right:4px;
    top:4px;
    -moz-animation-delay:0.78s;
    -webkit-animation-delay:0.78s;
    -ms-animation-delay:0.78s;
    -o-animation-delay:0.78s;
    animation-delay:0.78s;
}

#floatingCirclesG_32 #frotateG_05{
    right:0;
    top:13px;
    -moz-animation-delay:0.91s;
    -webkit-animation-delay:0.91s;
    -ms-animation-delay:0.91s;
    -o-animation-delay:0.91s;
    animation-delay:0.91s;
}

#floatingCirclesG_32 #frotateG_06{
    right:4px;
    bottom:4px;
    -moz-animation-delay:1.04s;
    -webkit-animation-delay:1.04s;
    -ms-animation-delay:1.04s;
    -o-animation-delay:1.04s;
    animation-delay:1.04s;
}

#floatingCirclesG_32 #frotateG_07{
    left:13px;
    bottom:0;
    -moz-animation-delay:1.17s;
    -webkit-animation-delay:1.17s;
    -ms-animation-delay:1.17s;
    -o-animation-delay:1.17s;
    animation-delay:1.17s;
}

#floatingCirclesG_32 #frotateG_08{
    left:4px;
    bottom:4px;
    -moz-animation-delay:1.3s;
    -webkit-animation-delay:1.3s;
    -ms-animation-delay:1.3s;
    -o-animation-delay:1.3s;
    animation-delay:1.3s;
}

@-moz-keyframes f_fadeG_32{
    0%{background-color:#000000}
    100%{background-color:#FFFFFF}
}
@-webkit-keyframes f_fadeG_32{
    0%{background-color:#000000}
    100%{background-color:#FFFFFF}
}
@-ms-keyframes f_fadeG_32{
    0%{background-color:#000000}
    100%{background-color:#FFFFFF}
}

@-o-keyframes f_fadeG_32{
    0%{background-color:#000000}
    100%{background-color:#FFFFFF}
}
@keyframes f_fadeG_32{
    0%{background-color:#000000}
    100%{background-color:#FFFFFF}
}
/* /css loader */

/* PCPopup */
.PCPopup.error_popup {
    background-color: #fff;
    border: 1px solid #d5e1e4;
    border-radius: 4px;
    box-shadow: 0 18px 20px rgba(72, 93, 99, 0.3);
    padding: 25px;
}

.error_on_buttons {
    background: #FFFFFF;
    /*position: absolute;*/
    width: 100%;
    text-align: center;
    padding: 0 0 10px 0;
    bottom: 50px;
    font-size: 12px;
    line-height: 13px;
    color: darkred;
}

.error_on_new {
    background: #FFFFFF;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    line-height: 14px;
    color: darkred;
}

#xspot_t { position:absolute; top:0; left:0; width:100%; height:250px; background: rgba(150, 150, 150, 0.2); }
#xspot_b { position:absolute; top:0; left:0; width:100%; height:100%; background: rgba(150, 150, 150, 0.2); }
#xspot_l { position:absolute; top:0; left:0; width:100%; height:250px; background: rgba(150, 150, 150, 0.2); }
#xspot_r { position:absolute; top:0; left:0; width:100%; height:250px; background: rgba(150, 150, 150, 0.2); }
#xspot {
    position:absolute;
    width:250px;
    height:250px;

    background-image: -ms-radial-gradient(center, circle closest-side, rgba(255, 255, 255, 0) 70%, rgba(150, 150, 150, 0.2) 100%);
    background-image: -moz-radial-gradient(center, circle closest-side, rgba(255, 255, 255, 0) 70%, rgba(150, 150, 150, 0.2) 100%);
    background-image: -o-radial-gradient(center, circle closest-side, rgba(255, 255, 255, 0) 70%, rgba(150, 150, 150, 0.2) 100%);
    background-image: -webkit-gradient(radial, center center, 0, center center, 140, color-stop(0.7, rgba(255, 255, 255, 0)), color-stop(1, rgba(150, 150, 150, 0.2)));
    background-image: -webkit-radial-gradient(center, circle closest-side, rgba(255, 255, 255, 0) 70%, rgba(150, 150, 150, 0.2) 100%);
    background-image: radial-gradient(circle closest-side at center, rgba(255, 255, 255, 0) 70%, rgba(150, 150, 150, 0.2) 100%);
}
/* /PCPopup */

span.locale-block {
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 425px;
}
span.locale-select {
    width: 100%;
    height: 100%;
    display: inline-block;
}
span.locale-select > div {
    position: relative;
    margin-bottom: 10px ;
    height: auto ;
}

span.locale-block textarea {
    height: 51px;
    border-radius: 3px 0 3px 3px;
    margin: 0;
    border: 1px solid #cdcdcd;
    resize:none;
    font-family: Tahoma,Geneva,sans-serif !important;
    color: #000;
    overflow: auto;
}
.locale-select-wrapp-pp textarea {
    width: 340px;
}
.locale-select-wrapp-em textarea {
    width: calc(100% - 26px - 70px);
}
span.locale-select div.locale-click-wrapper {
    display: inline-block;
    float: none;
    position: relative;
    left: -4px;
    margin: 0 ;
    width: 36px ;
    height: 37px ;
    vertical-align: top;
}

table.internal .rowcontrol {
    margin: 0;
}
.div-to-translate {
    margin-bottom: 26px;
}
.div-to-translate:first-of-type {
    margin-top: 12px;
}
.div-to-translate:last-of-type {
   margin-bottom: 0 ;
}
.div-to-translate textarea.path {
    float: none ;
    width: 380px;
    height: 51px;
    border: 1px solid #cdcdcd !important;
    resize: none;
    overflow: auto;
}
.bx-menu-placement table.internal {
    border-radius: 0 !important;
}
table.internal .rowcontrol.folder {
    display: inline-block;
    margin-bottom: 21px;
}

.width420 {
    min-width: 420px;
    vertical-align: top;
}

td[valign="top"] span{
    margin-top: 1px;
    display: block;
    color: #000;
}

td[valign="top"] span.drag {
    margin-top: 2px;
    display: block;
}

.search-popup-block .adm-workarea {
    background: #FFFFFF;
    position: absolute;
    left: 15px;
    bottom: 0;
    width: calc(100% - 33px);
    text-align: center;
    padding: 15px 0;
}

.search-popup-block .adm-workarea.shadow:before {
    content: '';
    display: block;
    position: absolute;
    top: -12px;
    left: -15px;
    width: calc(100% + 18px);
    height:13px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(216, 224, 227, 1) 90%));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(216, 224, 227, 1) 90%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(216, 224, 227, 1) 90%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(216, 224, 227, 1) 90%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(216, 224, 227, 1) 90%);
    background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(216, 224, 227, 1) 90%);
    background-color: rgba(0, 0, 0, 0);
}

.lang-trigger {
    display: inline-block;
    width: 16px;
    margin-right: 25px;
    text-decoration: none;
    color: #000;
}
.lang-trigger-flag {
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url("/bitrix/images/accorsys.localization/flags.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.lang-trigger-val {
    display: block;
    width: 16px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2675d7;
}
p.add_lang_wrapp {
    margin-top: 10px;
    margin-left: 24px;
    margin-bottom: 0;
}

.add_others_lang {
    display: inline-block;
    width: 16px;
    height: 11px;
    margin-right: 14px;
    margin-top: 4px;
    vertical-align: top;
    background: url("/bitrix/images/accorsys.localization/flags.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.cell-control {
    width: 30px;
}
.locale-block {
    display: block;
    padding-bottom: 18px;
}
.side_label {
    position: relative;
    display: table-cell;
    width: 30px;
    border-right: 1px solid #ebebeb;
    border-radius: 4px 0px 0px 4px;
    background: #ebebeb;
    overflow: hidden;
}

.side_label-right {
    border-radius: 0 4px 4px 0;
}

.side_label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 30px;
    background-color: rgba(235, 235, 235, 1);
    background: -webkit-gradient(linear, left top, right top, from(rgba(235, 235, 235, 1) 50%), to(rgba(235, 235, 235, 0)));
    background: -webkit-linear-gradient(top, rgba(235, 235, 235, 1) 50%, rgba(235, 235, 235, 0) );
    background: -moz-linear-gradient(top, rgba(235, 235, 235, 1) 50%, rgba(235, 235, 235, 0) );
    background: -o-linear-gradient(top, rgba(235, 235, 235, 1) 50%, rgba(235, 235, 235, 0) );
    background: -ms-linear-gradient(top, rgba(235, 235, 235, 1) 50%, rgba(235, 235, 235, 0) );
    background: linear-gradient(top, rgba(235, 235, 235, 1) 50%, rgba(235, 235, 235, 0) );
}
.side_label-title {
    position: absolute;
    left: 4px;
    bottom: -5px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    color: #fff;
    font-size: 19px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    white-space: nowrap;
    text-shadow: -1px 1px 0 #c3c3c3;
}
_:-moz-tree-row(hover), .side_label-title {left: 2px} /*hack for moz*/
.popup_menu {
    display: table-cell;
}

p.licence_agreement {
    margin-bottom: 0;
}
#bx-admin-prefix .locale-form-menu .internal td.number {
    padding-left: 18px !important;
    padding-right: 7px !important;
}
#bx-admin-prefix .locale-form-menu .internal td.menu-control {
    padding-left: 0 !important;
}
.bx-core-popup-menu-item .locale_mes {
    color: #9ca4b2 !important;
    font-style: normal;
}
.locale-menu-edit .path {
    height: 51px;
    padding: 5px;
}
#bx-admin-prefix .bx-core-popup-menu-item:first-of-type {
    margin-top: 8px;
}
#bx-admin-prefix .bx-core-popup-menu-item:last-of-type {
    margin-bottom: 8px;
}

.search-popup-block .message {
    margin: 0  7px 20px;
    line-height: 17px;
}
.search-popup-block .tips {
    margin: 0  7px 30px;
    line-height: 17px;
    font-style: italic;
}
.search-popup-block .advertis {
    margin: 0  7px 0;
    line-height: 17px;
    opacity: 0.99;
}
.search-popup-block b.dedicated_phrase {
    color: #2675d7;
}
.search-popup-block b.component {
    color: #000;
}

.new_locale_tag_form .block-lang-file:nth-of-type(n+4) {
    border-top: 1px solid #ebebeb;
    margin-top: 15px;
}

.advertis-text {
    margin-bottom: 26px;
}
.advertis-product {
    position: relative;
    margin: 0 10px;
    padding: 10px;
    background: #fff;
}
.advertis-product-border {
    position: relative;
    height: 83px;
}
.advertis-product-border:before,
.advertis-product-border:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    height: 20px;
}
.advertis-product-border:after {
    width: 45px;
    height: 37px;
    top: 15px;
    right: 15px;
    bottom:15px;
    left: 15px;
    margin: auto;
    box-shadow:  -143px -40px 0 #f1f5f9,
    143px -40px 0 #f1f5f9,
    143px 40px 0 #f1f5f9,
    -143px 40px 0 #f1f5f9;
}
.advertis-product:hover .advertis-product-border:after {
    box-shadow:  -143px -40px 0 #e5e9ea,
    143px -40px 0 #e5e9ea,
    143px 40px 0 #e5e9ea,
    -143px 40px 0 #e5e9ea;
}
.advertis-product-image,
.advertis-product-descr {
    float: left;
    vertical-align: top;
}
.advertis-product-image {
    position: relative;
    width: 74px;
    height: 78px;
    float:left;
}
.advertis-product-image img {
    display: block;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    margin: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.advertis-product-descr {
    margin-left: 3px;
    max-width: 215px;
    float:left;
}
.advertis-product-descr-name {
    max-height: 34px;
    overflow: hidden;
    color: #2675d7;
    font-size: 12px;
    font-weight: bold;
}
.advertis-product-descr-price {
    display: inline-block;
    margin: 6px 14px 6px 0;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}
.advertis-product-descr-buy {
    display: inline-block;
    height: 29px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    background-color: #86ad00!important;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.25), inset 0 1px 0 #cbdc00;
    box-shadow: 0 1px 1px rgba(0,0,0,.25), inset 0 1px 0 #cbdc00;
    border: solid 1px;
    border-color:#97c004 #7ea502 #648900;
    background-image: -webkit-linear-gradient(bottom, #729e00, #97ba00)!important;
    background-image: -moz-linear-gradient(bottom, #729e00, #97ba00)!important;
    background-image: -ms-linear-gradient(bottom, #729e00, #97ba00)!important;
    background-image: -o-linear-gradient(bottom, #729e00, #97ba00)!important;
    background-image: linear-gradient(bottom, #729e00, #97ba00)!important;
    color:#fff !important;
    text-shadow:0 1px rgba(0,0,0,0.1);
    -webkit-font-smoothing: antialiased;
    padding: 0 13px 2px;
    line-height:  29px;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.advertis-product-descr-buy:hover {
    background-color:#9ec710!important;
    background-image: -webkit-linear-gradient(top, #acce11, #8abb0d)!important;
    background-image: -moz-linear-gradient(top, #acce11, #8abb0d)!important;
    background-image: -ms-linear-gradient(top, #acce11, #8abb0d)!important;
    background-image: -o-linear-gradient(top, #acce11, #8abb0d)!important;
    background-image: linear-gradient(top, #acce11, #8abb0d)!important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 1px 0 #d5e71a inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 1px 0 #d5e71a inset;
    border-color:#97c004 #7ea502 #648900;
    text-decoration:none;
}
.advertis-product-descr-buy:active {
    background:#698f00!important;
    -webkit-box-shadow: inset 0 2px 1px rgba(66,84,17,.71)!important;
    box-shadow: inset 0 2px 1px rgba(66,84,17,.71) !important;
    border-color:transparent #698f00 #698f00 !important;
    border-top: 1px solid transparent;
}
.descr-group {
    display: table-cell;
    height: 61px;
    vertical-align: middle;
}
.search-popup-block a {
    color: #2675d7;
}
.jsToPopupOpen {
    background: rgba(0, 0, 0, 0.7) !important;
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    color: #FFFFFF !important;
}
.sup-sale {
    color: green;
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
    line-height: 20px;
}
.new_locale_tag_form {
    /*margin-bottom: -30px;*/
}
.copyright {
    text-align: left !important;
}


.sideband-l {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: calc(100% - 59px);
    background: #ebebeb;
}

.sideband-r {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: calc(100% - 59px);
    background: #ebebeb;
}

.padding_left {
    padding-left: 25px !important;
}

.padding_right {
    padding-right: 25px !important;
}

