@charset "utf-8";
@font-face {
    font-family: "Icons-Common-sec";
    src:url("../fonts/icons-common-sec.eot");
    src:url("../fonts/icons-common-sec.eot?#iefix") format("embedded-opentype"),
    url("../fonts/icons-common-sec.woff") format("woff"),
    url("../fonts/icons-common-sec.ttf") format("truetype"),
    url("../fonts/icons-common-sec.svg#icons-common-sec") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "icomoon-admin";
    src: url("../fonts/icomoon.eot");
    src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.woff") format("woff"),
    url("../fonts/icomoon.ttf") format("truetype"),
    url("../fonts/icomoon.svg#icons-common") format("svg");
    font-weight: normal;
    font-style: normal;
}

.publish_button_container{
    position: absolute;
    left: 5px;
    top: 25px;
    z-index: 999999;
}
#transPublishDiv{
    display: block;
    background-color: rgb(90, 90, 90);
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0.9;
    z-index: 500000;
    height: 800px;
    width: 1600px;
}
#publish-loader{
    left: 705px;
    top: 50px;
    position: fixed;
    z-index: 500001;
}
#publish-loader div{
    color: #fff;
    font-family: OpelNextBold;
    font-size: 24px;
    margin-bottom: 20px;
    margin-left: -130px;
    text-align: center;
    width: 420px;
}
/* CSS Document */
.editPanelArea {
    border: 1px dashed #999;
    min-height: 42px;
    min-width:200px;
    height: 100%;
    position: relative;
    margin-right: -2px;
}
.editPanelArea:hover {
    border: 1px dashed #FFAE00;
}
.footer-info-content .editPanelArea {
    display: inline-block;
}
/*admin-offer*/
.admin-popup {
    max-width: 990px !important;
    padding: 0 !important;
}
.admin-popup.mk_mod{
    max-width: 1280px !important;
}
.admin-popup select.b-select_secondary-field{
    max-width: 100%;
}

.admin-popup .b-select_secondary:after {
    visibility: hidden;
}

.select_box{
    width: 90%;
    height: 40px;
    overflow: hidden;
    position: relative;
    border: none;
}
.select_box:after{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #15a6b7;
    position: absolute;
    top: 40%;
    right: 5px;
    content: "";
    z-index: 98;
}
.select_box select{
    width: 100%;
    height: 40px;
    position: relative;
    border: 1px solid #CCCCCC;
    z-index: 99;
    background: none;
    padding-left: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: unset;
    font-weight: bold;
    font-size: 12px;

}

.select-cars {
    display:flex;
}

.admin-popup select.b-select_secondary-field-promotion{
    max-width: 110%;
    width: 110%;
    height: 60px;
    border-color: #CCCCCC;
    font-family: unset;
    font-weight: bold;
    font-size: 12px;
}

.admin-popup .content {
    background: initial;
    display: table;
    min-height: 470px;
    padding: initial;
    position: relative;
    width: 100%;
    text-transform: none;
}
.admin-popup.button_popup .content{
    min-height: auto;
}
.admin-popup.button_popup .admin-popup-content{
    padding-bottom:20px;
}
.admin-popup .content .content {
    display: inline;
    min-height: auto;
}

.admin-popup .admin-popup-content {
    display: table-cell;
    min-width: 670px;
    padding: 20px 30px;
    /* background:url(../images/admin/page-bg.png) repeat; */
    vertical-align: top;
    padding-bottom: 70px;
    position: relative;
    color: #000000;
    text-align: left;
}

@media screen and (max-width: 850px) {
    .admin-popup .admin-popup-content {
        min-width: auto;
    }
}

.admin-popup-info {
    display: table-cell;
    width: 220px;
    background: #474747;
    color: #fff;
    font-size: 12px;
    line-height: 21px;
    vertical-align: top;
    padding: 60px 30px;


}

.admin-popup-info{
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 12;
    width:693px;
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
    box-sizing: border-box;
    background: #15a6b7;
    font-family: roboto;
    visibility:hidden;
    transition:all  .3s ease-in-out;
    transform:scale(0);
}
.admin-popup-info.active_info{
    visibility: visible;
    transform:scale(1);
    z-index: 200;
}
.admin-popup-info .info_icon{
    position: absolute;
    left: 10px;
    top: 14px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #fff;
}
.admin-popup-info .info_icon:before{
    font-family: icomoon-admin;
    content: "\e908";
    font-size: 31px;
    position: absolute;
    top: 6px;
    right: 1px;
    color: #15a6b7;
}
.admin-popup-info .close_info{
    position: absolute;
    right:10px;
    top:20px;
    cursor:pointer;
}
.admin-popup-info .close_info:before{
    font-family: icomoon-admin;
    color: #fff;
    content: "\e917";
    font-size: 18px;
}
.admin-popup-info .bold{
    font-size:25px;
    margin-bottom: 25px;
    font-weight: 100;
    font-family: roboto;
}
.admin-popup .action-tools{
    width: auto;
}
.admin-popup .action-tools a{
    margin-right: 8px;
}
.action-tool.icon-tick.active{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #cccccc;
    position: relative;
    margin-right: 8px;
}

.news-promo-edit .action-tool.icon-tick.active {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #cccccc;
    position: relative;
    margin-right: 6px;
}

.action-tool.icon-tick.active:hover{
    background: #15a6b7;
}
.action-tool.icon-tick.active:before
.admin-popup .admin-popup-info div:first-child{
    margin-bottom: 12px;
}
.admin-popup-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    color: #000;
    margin-bottom: 10px;
}
.admin-popup.mk_mod .admin-popup-title{
    color: #15a6b7;
}
.action-box-container{
    position: relative;
}
.admin-popup .action-tool.icon-cross:before{
    font-size: 20px;
}
.action-box-container a.arrow-link{
    position: absolute;
    z-index: 12;
    top: 50%;
    transform: translateY(-50%);
    right: 189px;
}
.action-box-container a.arrow-link.olp-admin-link{
    right: 282px;
}
.action-box-container a.arrow-link.olp-admin-linkservice_link{
    right:237px;
}
.action-box-container a.arrow-link:before{
    font-family: icomoon-admin;
    content: "\e901";
    font-size: 29px;
    font-weight: bold;
    color: #ccc;
}
.action-box-container a.arrow-link:hover:before{
    color: #15a6b7;
}

.action-tools a.arrow-link{
    position: absolute;
    z-index: 12;
    top: 50%;
    transform: translateY(-50%);
    right: 189px;
}

.action-tools a.arrow-link:before{
    font-family: icomoon-admin;
    content: "\e901";
    font-size: 29px;
    font-weight: bold;
    color: #ccc;
}
.action-tools a.arrow-link:hover:before{
    color: #15a6b7;
}

.admin-popup .action-box {
    border: 1px solid #DDDDDD;
    border-left: none;
    border-top: none;
    background: #fff;
    padding: 12px 20px;
    position: relative;
    height: 24px;
    cursor: pointer;
}
.editPanelArea .edit_panel_head .action-drag:before,
.admin-popup .action-box .action-drag:before,
.action-panel-drag-button-style .action-drag:before{
    float: left;
    font-family: "icons-common-sec";
    content: "v";
    color: #BDBDBD;
    font-size: 18px;
    line-height: 24px;
    cursor: move;
    margin-left: -5px;
    padding-right: 10px;
}
.drag-icon:before {
    float: left;
    font-family: "icons-common-sec";
    content: "v";
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    cursor: move;
    margin-left: -5px;
    padding-right: 10px;
}
.action-block {
    width: 1135px;
}
.action-block .action-block{
    width: 95%;
}

@media screen and (max-width: 850px) {
    .action-block .action-block {
        width: 95%;
    }
}

.action-block .action-box {
    border-top: none !important;
}

.admin-popup .action-box .option-title {
    font-size: 12px;
    line-height: 19px;
    float: left;
}
.social .b-checkbox--field{
    left: 42px !important;
    top: 15px !important;
}
.admin-popup .action-box .b-checkbox--field{
    opacity: 0;
    position: absolute;
    left: 23px;
    top: 18px;
    z-index: 1;
    cursor: pointer;
}

.admin-popup .action-box .b-checkbox--view{
    position: absolute;
    top: 15px;
    z-index: 0;
}
.admin-popup .action-box .b-checkbox--view:before{
    font-family: "icons-common-sec";
    content: "u";
    color: #ccc;
    font-size: 18px;
}
.admin-popup .action-box .b-checkbox--field:disabled + .b-checkbox--view:before{
    color: #d9d9d9;
}
.admin-popup .action-box .b-checkbox--field:checked + .b-checkbox--view:before{
    font-family: "icons-common-sec";
    content: "s";
    color: #90AA3F;
}
.gallery-item .action-tools {
    width: 145px;
    height: 26px;
    padding-top: 3px;
    position: absolute;
    background-color: #222222;
    display: none;
    z-index: 100;
}

.gallery-item:hover .action-tools{
    display:inline-block;
}
.action-tools-container{
    float:right;
}
.admin-popup .action-tool,
.news-promo-edit .action-tool{
    float: left;
    cursor: pointer;
    margin-right: 5px;
}
.admin-popup .action-tool:before {
    color: #CCCCCC;
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
}
.news-promo-edit .action-tool:before {
    color: #CCCCCC;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
}
.admin-popup .action-tool:hover:before,
.news-promo-edit .action-tool:hover:before {
    color: #15a6b7;
}

.admin-popup .product-box-item .action-tool{
    padding-top: 15px;
}

.icon-tick:before {
    font-family: "icons-common-sec";
    content: "s";
}
.icon-cross:before {
    font-family: "icomoon-admin";
    content: "\e907";
    font-size: 20px;
}
.icon-pen:before {
    font-family: "icomoon-admin";
    content: "\e90c";
}
.icon-download:before {
    font-family: "icons-common-sec";
    content: "M";
}
.icon-denied:before {
    font-family: "icons-common-sec";
    content: "u";
}
.news-promo-edit .action-tool.icon-tick.active:before {
    font-family: "icomoon-admin";
    content: "\f00c";
    position: absolute;
    color: #fff;
    top: 1.5px;
    right: 2px;
}
.action-tool.icon-tick.active:before {
    font-family: "icomoon-admin";
    content: "\f00c";
    position: absolute;
    font-size: 12px;
    color: #fff;
    top: 0.4px;
    right: 3.8px;
}
.action-tool.icon-pen.active:before {
    color: #000;
}
.admin-popup .savelink {
    position: absolute;
    bottom: 20px;
    right: 30px;
    padding: 0 20px;
}

.admin-popup .savelink a{
    display: inline-block;
    vertical-align: middle;
}
.admin-popup-content {
}
.admin-popup-title {
    width: 248px;
}

.carsedit-popup-tabs .selected {
    border-bottom: 4px solid #f7ff14;
}
.carsedit-popup-tabs ul {
    margin-bottom: 15px;;
    padding: 0;
    list-style-type: none;
}

.carsedit-popup-tabs  ul li {
    display: inline;
    padding-right: 39px;
}

.carsedit-popup-tabs ul li a
{
    text-decoration: none;
    font-size:18px;
    font-family: OpelNextBold;
    text-transform: uppercase;
    outline: none;
}

.carsedit-popup-tabs ul li a:hover
{
    text-decoration: none;
    border-bottom: 4px solid #f7ff14;
}

.carsedit-popup-content form {
}
.carsedit-popup-content .carsedit-select {
    background-color: #ECEDEE;
    padding: 14px;
    border: thin solid #DDDDDD;
}
.carsedit-select-block {
    float: left;
    width: 310px;
}
.panel_drag_content.active .overplay-page:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 38;
}
.panel_drag_content.active .integrate_panel{
    z-index:40
}
.carsedit-popup-content .inner_block {
    margin-bottom: 10px;
}
.carsedit-popup-content .inner_block.mod_mk{
    display: flex;
    align-items: center;
    width: 100%;
}
.carsedit-popup-content .inner_block.mod_mk label.chk_lbl{
    display: flex;
    margin: 0;
    flex-grow: 1;
    justify-content: flex-end;
    margin-right: 11px;
}
.carsedit-popup-content .inner_block label:not(.chk_lbl) {
    width: 90px;
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
}
div.carsedit-popup-content .inner_block-colors label,div.carsedit-popup-content .inner_block-colors input{
    vertical-align: top;
}
.carsedit-popup-content .inner_block select.short_dropdown {
    background-color: white;
    border-top: solid thin #AAADB2;
    border-bottom: thin solid #E2E9EF;
    border-left: thin solid #E3E3EB;
    border-right: thin solid #DBDFE6;
    height: 25px;
    width: 180px;
}
.carsedit-popup-content .inner_block:first-of-type select.short_dropdown[multiple='multiple']{
    height: 60px;
}
.carsedit-popup-content .inner_block select.short_dropdown[multiple='multiple']{
    height: 100px
}
.carsedit-popup-content .inner_block input[type="checkbox"], .price_interval input[type="checkbox"]{
    display: none;
}
label.chk_lbl {
    width: 20px;
    vertical-align: top;
}
.carsedit-popup-content .price_interval + .inner_block label.chk_lbl{
    position: relative;
    top: -18px
}
.carsedit-popup-content .price_interval a.ui-slider-handle{
    width: 15px;
    height: 15px;
    border: 2px solid #555;
    top: -6px;
}
.carsedit-popup-content .price_interval .ui-slider .ui-slider-range{
    border: 1px solid #555
}
label.chk_lbl span:before {
    color: #CCCCCC;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    font-family: "icons-common-sec";
    content: "u";
    vertical-align: top;
}
.carsedit-popup-content .price_interval label,.carsedit-popup-content .colors_box label{
    font-size: 12px;
}
.carsedit-popup-content .price_interval .ui-slider{
    width: auto;
    height: 8px;
    background: #fff;
    border: 1px solid #888;
}
.carsedit-popup-content .inner_block input[type=checkbox]:checked + span:before, .price_interval input[type=checkbox]:checked + span:before {
    border-radius: 3px;
    color: #90AA3F;
    font-family: "icons-common-sec";
    content: "s";
    font-size: 20px;
    line-height: 20px;
}
.carsedit-popup-content .inner_block .inner_block-colors {
}
.carsedit-popup-content ul.car_colors {
    width: 180px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
}
.carsedit-popup-content ul.car_colors li {
    width: 35px;
    display: inline-block;
    margin-right: 1px
}
.carsedit-popup-content ul.car_colors li a {
}
.carsedit-popup-content ul.car_colors li a img {
}
.carsedit-popup-content .price_interval {
    width: 310px;
}
.carsedit-popup-content .interval_text_car {
    width: 180px;
    display: inline-block;
}
.carsedit-popup-content .interval_text_car p {
    margin: 0;
}
.carsedit-select-block .price_interval_td1 {
    width: 90px;
}
.carsedit-popup-content .carsedit-select .carsedit-form-block{
    margin-left: 28px;
}
.carsedit-listblock-item {
    margin-bottom: 5px;
}
.carsedit-item input{
    display: inline-block;
    vertical-align: middle;
}
.carsedit-item .carsedit-item-image {
    max-width: 78px;
    display: inline-block;
    vertical-align: middle;
}
.carsedit-item .carsedit-item-title {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
}
.step-3 .carsedit-results-block {
    clear: both;
    background-color: #fff;
}
.step-3 .order-by.inner_block{
    float: right;
}
.step-3 .select-all{
    float: left;
    margin-right: 50px;
}
.step-3 .pageing{
}
.step-3 .carsedit-item {
    margin-bottom: 0;
    padding: 12px 18px;
}
.step-3 .carsedit-results-block {
    clear: both;
    background-color: #fff;
}

.step-3 .carsedit-item {
    margin-bottom: 0;
    padding: 12px 18px;
    border-bottom: thin solid #DDDDDD;
}

.step-3 img.carsedit-item-image {
    min-width: 190px;
}

.step-3 .carsedit-item-title {
    font-size: 12px;
    font-weight: bold;
    width: auto;
    max-width: 375px;
}

.step-3 .item-price {
    width: 290px;
}

.step-3 .carsedit-item-price {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.step-3 .result-block {
    height: 341px;
    overflow-y: scroll;
    width: 100%;
}

.step-3 .pageing .first,
.step-3 .pageing .last {
    display: none !important;
}
.step-3 .pageing a {
    display: inline-block;
    line-height: 25px;
    min-width: 25px;
    text-align: center;
    margin: 0;
}
.step-3 .pageing a span {
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
    text-decoration: none;
}
.step-3 .pageing a:hover,
.step-3 .pageing a[disabled="disabled"] {
    display: inline-block;
    line-height: 25px;
    min-width: 25px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
    font-style: normal;
    background: #f7ff14;
}
.step-3 .pageing a[disabled="disabled"] {
    cursor: auto;
}
.step-3 .pageing .prev,
.step-3 .pageing .next {
    display: inline-block;
    text-indent: -999em;
    min-width: 15px !important;
    background: transparent !important;
    outline: 0;
}
.step-3 .pageing .prev:before {
    font-family: icons-common;
    content: "f";
    color: #000;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    float: left;
    text-indent: 0;
}
.step-3 .pageing .next:before {
    font-family: icons-common;
    content: "e";
    color: #000;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    float: right;
    text-indent: 0;
}

.carsedit-listblock-item * {
    display: inline-block;
    vertical-align: middle;
}
.step-5 .carsedit-form-block {
    margin-left: 0 !important;}

.step-5 .carsedit-form-block .inner_block label {
    width: 143px;
    word-break: break-all;
    vertical-align: top;
}
.step-5 .carsedit-form-block .inner_block textarea {
    height: 83px;
    width: 444px;
}
.display-mode-img{
    margin-left: 20px;
}
.update-as-save {
}
.button-small {
    padding-right: 0;
    min-width: 170px !important;
    text-align: center;
}
.admin-popup .cancel {
    position: absolute;
    bottom: 20px;
    left: 30px;
    font-size: 11px;
    line-height: 21px;
    color: #000;
    cursor: pointer;
    margin-top: 10px;
    text-decoration: none;
}
.block-expandable {
    background: #ECEDEE !important;
    border: 1px solid #DADADA !important;
    border-top: none !important;
    padding: 15px !important;
    min-height: 40px;
}
.block_expanded .block-expandable {
    display: block;
}

.block-expandable .product-options-block {
    display: flex;
    align-items: center;
}

.product-settings-block {
    background: #fff;
    display: block;
    margin-bottom: 15px;
}

.product-options-block {
    border: 1px solid #DDDDDD;
    background: #fff;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    margin-bottom: 15px;
}
.product-option {
    float: left;
    flex: 1;
    margin-right: 5px;
}
.product-option label {
    display: block;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
}
.product-option .option-status {
    width: 139px;
}
.product-option .option-model {
    width: 140px;
}
.product-option.promo-box-show-cheapest {
    width: 50px;
}
.product-option .option-fuel-type {
    width: 140px;
}
.product-option .option-nr {
    width: 70%;
}
.product-option.search {
    margin-right: 0;
    width: 90px;
    margin-top: 19px;
}
.product-option .option-nr input[type=text] {
    width: 100%;
}

.admin-popup .product-box {
    border: 1px solid #DDDDDD;
    background: #fff;
    padding-left: 15px;
    float: left;
    width: 94%;
    height: 236px;
    overflow: hidden;
    overflow-y: auto;
    margin-right: 15px;
}
.admin-popup .product-box-item {
    display: flex;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
    margin-bottom: 10px;
    height: 38px;
}
.admin-popup .product-box-item:first-child {
    padding-top: 10px;
}
.admin-popup .product-box-item:last-child {
    padding-bottom: 0px;
    border: none;
}
.admin-popup .product-box-item .product-box-image {
    float: left;
    width: 78px;
    height: 38px;
    margin-right: 40px;
    transform: scale(1.8);
    padding-left: 10px;
}
.admin-popup .product-box-item .product-box-title {
    font-size: 12px;
    font-weight: bold;
    height: 43px;
    width: 115px;
    float: left;
    overflow: hidden;
    padding-top: 18px;
    flex: 1;
}


.product-box::-webkit-scrollbar {
    width: 13px;
}

.product-box::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.product-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #15a6b7;
}

.b-select_secondary-field-promotion::-webkit-scrollbar{
    width: 10px;
}

.b-select_secondary-field-promotion::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;

}

.b-select_secondary-field-promotion::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #15a6b7;
}

a.first:hover {
    color:#15a6b7;
}

a.prev:hover {
    color:#15a6b7;
}

a.next:hover {
    color:#15a6b7;
}

a.last:hover {
    color:#15a6b7;
}

.goto a span{
    text-decoration: none;
}

.goto a span:hover {
    color: #15a6b7;
}

.goto a[disabled] {
    color: #15a6b7;
}

.admin-popup .product-selected-box {
    float: left;
    width: 94%;
    border: 1px solid #DDDDDD;
    background: #fff;
    padding: 10px 15px;
    height: 216px;
    font-size: 11px;
    font-weight: bold;
    overflow: hidden;
    overflow-y: auto;
}
.carsedit-subtitle {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 25px;
}
.button-update {
    height: 33px;
    line-height: 31px;
    background: #90AA3F;
    padding: 0 15px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}
.button-update:before {
    font-family: "icomoon-admin";
    content: "\e90e";
    font-weight: normal;
    font-size: 17px;
    color: #fff;
    vertical-align: bottom;
    margin-right: 5px;
}
.update-as-save .button-update {
    position: absolute;
    bottom: 20px;
    right: 30px;
    background: #15a6b7;
    color: #fff;
    box-shadow: none;
    border-radius: 40px;
    padding: 0;
    font-size: 14px;
}
.button-update-box {
    margin-top: 15px;
}
.button-update-box .button-update {
    float: right;
}
.button-preview-box {
    margin-top: 15px;
}
.button-preview-box .button-preview {
    float: left;
}
.stock-location-select {
    margin: 10px 0;
}
.stock-location-select .b-select_secondary-label {
    font-size: 12px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.66);
    vertical-align: middle;
    margin-right: 5px;
}
.stock-location-select .b-select_secondary {
    width: 227px;
    display: inline-block;
    vertical-align: middle;
}
.location-checkbox-cell {
    /*float:left;*/
    margin-right: 10px;
    min-width: 103px;
}
.location-checkbox-cell .b-checkbox {
    display: block;
    margin-bottom: 3px;
}
.b-checkbox_small .b-checkbox--label {
    font-weight: normal;
    vertical-align: sub;
    margin-left: -5px;
}
.b-checkbox_small .b-checkbox--view {
    transform: scale(0.7);
    margin-top: 4px;
}
.b-checkbox_small .b-checkbox--field:checked + .b-checkbox--view:before {
    color: #f7ff14;
}
.b-input-url {
    position: relative;
    display: inline-block;
}
.openLinkTree:after {
    font-family: "icons-common-sec";
    content: "t";
    color: #15a6b7;
    font-size: 26px;
    background-color: #fff;
    padding-left: 4px;
}
.b-input-url .b-input-text {
    padding-right: 25px;
    width: 340px;
}
.upload-block-main {
    float: left;
    width: fit-content;
    height: 112px;
    background: #fff;
    position: relative;
    margin-right: 10px;
    margin-bottom: 5px;
}
.button-upload {
    height: 29px;
    line-height: 29px;
    background: #717171;
    padding: 0 15px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    border: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}
.button-upload:before {
    font-family: "icons-common-sec";
    content: "z";
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
    vertical-align: bottom;
}
.upload-button-block input[type=file] {
    position: relative;
    width: 114px;
    height: 29px;
    z-index: 0;
}
.upload-button-block {
    height: 29px;
    position: relative;
}
.upload-block-main .upload-button-block {
    position: absolute;
    left: 45px;
    top: 42px;
}
.upload-button-block .button-upload {
    pointer-events: none;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    min-width: 84px;
}
.center-aligned {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.uploaded-preview {
    width: auto;
    height: auto;
    max-height: 100px;
    max-width: 200px;
    position: relative;
    z-index: 2;
}
/*end of admin-offer*/
/*admin-offer-2part*/
.addnew {
    background: #717171;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    padding: 0 31px;
    display: inline-block;
    position: relative;
    height: 32px;
    margin-bottom: 8px;
    border-radius: 40px;
    font-weight: bold;
}
.addnew-icon {
    vertical-align: middle;
    margin-right: 3px;
    font-weight: 100;
}
.addnew-icon:before {
    font-family: "icons-common-sec";
    content: "I";
    font-size: 14px;
}
.admin-popup-preview {
    float: right;
    height: 38px;
    margin-top: -7px;
    min-width: 75px;
    text-align: center;
}
.floating-menu.admin-popup-preview{
    float: right;
    height: 38px;
    margin-top: -7px;
    min-width: 75px;
    text-align: center;
}
.admin-popup-preview img {
    height: 38px;
    margin-right: 10px;
}
.admin-popup-preview video {
    height: 38px;
    margin-right: 10px;
}
.floating-menu.admin-popup-preview img {
    height: 38px;
}
.banner-tooltip {
    display: none;
    left: 100px;
    overflow: visible;
    padding: 8px 0 0 8px;
    position: fixed;
    top: 100px;
    z-index: 500;
}
.admin-popup-preview:hover + .banner-tooltip {
    display: block;
}
.action-block.block_expanded > .action-box .option-title {
    font-weight: bold;
}

.promotion-action-block-content {
    width: 550px;
    font-size: 12px;
    margin-bottom: 10px;
}

.promotion-action-block-table {
    display: table;
    width: 196%;
    -webkit-border-vertical-spacing: 20px;
}

.action-block-content {
    width: 550px;
    margin-left: 20px;
    font-size: 12px;
    margin-bottom: 20px;
    text-align: left;
}
.action-block-table {
    display: table;
    width: 100%;
    border-spacing: 10px;
}
.bottom-wrapper {
    display: flex;
}
.action-block-flex-row-top {
    display: flex;
    margin-bottom: 30px;
}
.action-block-flex-row {
    display: flex;
}
.action-block-row {
    display: table-row;
}
.action-block-row.not-table {
    width: 500px;
    display: block;
}
.action-block-row.marg_top .action-block-inputcell input:first-child{
    margin-left:0;
}
.action-block-row.marg_top{
    height: 36px
}
.action-block-row.marg_top .action-block-inputcell{
    vertical-align: middle;
}
.action-block-titlecell {
    display: table-cell;
    min-width: 130px;
    vertical-align: top;
    word-wrap: break-word;
}

.action-block-first-titlecell {
    display: table-cell;
    width: 130px;
    min-width: 130px;
    padding-top: 11px;
    vertical-align: top;
    word-wrap: break-word;
}
.action-block-second-titlecell {
    display: table-cell;
    width: 120px;
    min-width: 120px;
    margin-left: 70px;
    vertical-align: top;
    padding-top: 11px;
    word-wrap: break-word;
}
.showroom-edit-panel-7s .action-block-titlecell{
    max-width: 140px;
    padding-right: 5px;
}
.action-block-inputcell {
    display: table-cell;
    vertical-align: top;
}

.action-block-dropdown {
    display: flex;
}

.formbox-radio label {
    margin-left: 5px;
}

.formbox-radio label:after {
    content: "\a";
    white-space: pre;
}

.action-block-inputcell .b-input-text, .action-block-inputcell .b-input-url {
    width: 100%;
}
.action-block .b-input-color {
    width: 50%;
}
.action-block-inputcell input[type=checkbox], .multiple-checkboxes input[type=checkbox], .action-block-inputcell input[type=radio] {
    vertical-align: text-bottom;
    min-height: inherit !important;
}
.action-block-inner-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 25px;
}
.multiple-checkboxes .checkbox-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    width: 116px;
    font-size: 12px;
    margin-bottom: 10px;
}
.multiple-checkboxes .checkbox-item:nth-of-type(5n) {
    margin-right: 0;
}
.b-popup-close {
    right: 10px !important;
    top: 22px !important;
    z-index: 10;
}

.admin-popup.mk_mod .b-popup-close::before{
    font-family: icomoon-admin;
    color: #15a6b7;
    content: "\e917";
    font-size:18px;
    font-weight: bold;
}
.admin-popup.mk_mod .info_popup{
    position: absolute;
    right: 50px;
    top: 11px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 2px solid #15a6b7;
    cursor:pointer;
    z-index: 2;
}
.admin-popup.mk_mod .info_popup:before{
    font-family: icomoon-admin;
    color: #15a6b7;
    content: "\e908";
    font-size: 31px;
    position: absolute;
    top: 1px;
    right: 1px;
}
.admin-popup .action-side {
    overflow-x: hidden;
    overflow-y: auto;
}
.admin-popup.mk_mod .b-button{
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    background: #15a6b7;
    color: #fff;
    border-radius: 40px;
    padding: 0;
    font-size: 14px;
}
.admin-popup.mk_mod .b-button input{
    color: #fff;
    background:transparent;
    font-size: 14px;
    font-family: Verdana;
    font-weight: bold;
}
.admin-popup.mk_mod .cancel a, .admin-popup-content .cancel a {
    display: flex;
    width: 170px;
    padding: 0;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    text-decoration: none;
    background: #EEEEEE;
    color: #535353;
    font-size: 14px;
    font-weight: bold;
}
.admin-popup.mk_mod .upload-images-save {
    float: left;
}
.admin-popup.mk_mod .cancel a.cancelAbs{
    right: auto;
    z-index: 1;
}
.admin-popup .action-box .option-title {
    line-height: 24px;
}
.action-box-edit{
    width: 78%;
}
.action-tool.icon-cross:hover:before {
    color: #15a6b7;
}
.image-library {
    z-index: 999;
}
.image-library .b-popup-close:before {
    color: #000;
}
.image-library .top-part {
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 50px;
}
.searchbar {
    float: left;
    margin-left: 15px;
}
.searchbar .b-input-text {
    width: auto !important;
    float: left;
    height: 29px !important;
    line-height: 29px !important;
    border-right: none;
    outline-style: none;
}
.searchbar .search-button {
    float: left;
    width: 31px;
    text-align: center;
    height: 29px;
    background-color: #feae00;
    background: -webkit-linear-gradient(top, #ffc90f, #feae00);
    background: -o-linear-gradient(bottom, #ffc90f, #feae00);
    background: -moz-linear-gradient(bottom, #ffc90f, #feae00);
    background: linear-gradient(to bottom, #ffc90f, #feae00);
    margin-left: -1px;
    position: relative;
}
.searchbar .search-button:before {
    font-family: "icons-common-sec";
    line-height: 29px;
    font-size: 21px;
    content: "N";
    color: #fff;
}
.searchbar .search-button .hidden-submit {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 31px;
    background: none;
}
.image-library .content {
    width: 100%;
}
.image-library .library-sidebar {
    vertical-align: top;
    width: 27.5%;
    position: relative;
    float:left;
    background-color:#fff;
}
.image-library .library-content {
    /*display: table-cell;*/
    float:left;
    vertical-align: top;
    background: url(../images/admin/page-bg.png) repeat;
    border: 1px solid #DDDDDD;
    border-left: none;
    width: 72.5%;
    box-sizing: border-box;
}
.image-library .tab-bar {
    height: 40px;
    background-color: #515151;
    background: -webkit-linear-gradient(top, #515151, #414141);
    background: -o-linear-gradient(bottom, #515151, #414141);
    background: -moz-linear-gradient(bottom, #515151, #414141);
    background: linear-gradient(to bottom, #515151, #414141);
}
.image-library .tab-bar .tab-item {
    float: left;
    height: 40px;
    line-height: 40px;
    color: #fff;
    width: 45px;
    text-align: center;
    border-right: 1px solid #000;
    font-size: 20px;
    cursor: pointer;
}
.image-library .tab-bar .tab-item.selected {
    background: #000;
    border: none;
    color: #f7ff14;
}
.image-library .tab-bar .tab-item em div:hover{
    color: #fff;
}
.image-library .tab-bar .tab-item div:hover{
    color: #f7ff14;
}
.image-library .tab-bar .icon-cloud:before {
    font-size: inherit;
    color: inherit;
    font-family: "icons-common-sec";
    content: "z";
}
.image-library .tab-bar .icon-folder_add:before {
    font-size: inherit;
    color: inherit;
    font-family: "icons-common-sec";
    content: "t";
}
.image-library .tab-bar .icon-folder_add {
    position: relative;
}
.action-box.libraryLinkSelected {
    font-weight: bold;
}
.image-library .tab-bar .icon-folder_add:after {
    content: "+";
    position: absolute;
    right: 9px;
    top: -9px;
    font-size: 12px;
    font-weight: bold;
}
.image-library .tab-bar .icon-pen:before {
    font-size: inherit;
    color: inherit;
    font-family: "icons-common-sec";
    content: "r";
}
.image-library .tab-bar .icon-close {
    margin-top: 8px;
    margin-right: 10px;
}
.image-library .tab-bar .icon-close:before {
    font-family: "icons-common-sec";
    content: "w";
    color: #A4A4A4;
    font-size: 20px;
    width: 20px;
}
.library-sidebar-content {
    /*padding: 15px;*/
    height:430px;
    background-color: #fff;
}
.library-sidebar-content table:nth-child(2) {
    margin-top: 15px !important;
}
.library-sidebar-content .wicket-tree-content {
    margin-left: 15px !important;
}
.library-sidebar-content-child{
    padding: 15px;
    background: linear-gradient(to bottom, #171717, #3A3A3A);
    height:400px
}
.library-sidebar-title {
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    font-weight: bold;
}
.library-sidebar-content .b-input-text {
    width: 100%;
    border-radius: 0 !important;
    font-size: 12px !important;
}
.library-sidebar-content input[type=file] {
    color: #fff;
}
.library-sidebar-content > * {
    margin-bottom: 15px;
}
#treePanel{
    overflow-y: auto;
    max-height: 100%;
}
.library-sidebar-content .buttons {
    left: 15px;
    right: 15px;
    margin: 0;
    bottom: 0;
    position: absolute;
}
.library-sidebar-content .cancel {
    color: #fff;
}
.library-content .gallery-content {
    width: 100%;
    height: 468px;
    padding: 15px;
    box-sizing: border-box;
    overflow: auto;
    padding-bottom: 0;
}
.library-content .gallery-item {
    display: inline-block;
    vertical-align: top;
    width: 145px;
    color: #2E2F34;
    margin-bottom: 15px;
    margin-right: 10px;
    position: relative;
}
.library-content .gallery-item:nth-of-type(3n) {
    /*margin-right: -8px;*/
}
.library-content .gallery-image {
    width: 145px;
    height: 77px;
}
.library-content .gallery-title {
    font-weight: bold;
    font-size: 12px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 2px;
    display: -webkit-box;
}
.library-content .gallery-image-res {
    font-size: 11px;
}
.b-button {
    cursor: pointer;
}
.admin-popup-imagelibrary-edit-panel{
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    padding: 25px 20px 80px 20px;
}

.admin-popup-imagelibrary-cancel-link{
    position: absolute;
    bottom: -60px;
    left: 40px;
    display: flex;
    width: 170px;
    padding: 0;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    text-decoration: none;
    background: #EEEEEE;
    color: #535353;
    font-size: 14px;
    font-weight: bold;
}
.b-button {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffc90f, #feae00) repeat scroll 0 0;
    box-shadow: 1px 1px 1px #7d7d7d;
    color: #000;
    display: inline-block;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    padding-right: 20px;
    position: relative;
    text-decoration: none;
}
.buttons .button-small {
    float:right;
    margin-right:0px;
    line-height: 28px;
}
/* image library crop panel icons */
.admin-popup-imagelibrary-icon{
    width:33px;
    height:33px;
    display:block;
    margin-right:10px;
    color: #000000;
    font-size: 23px;
    line-height: 33px;
    text-align: center;
    font-family: "icons-common-sec";
}

.il_zoomin:before{
    content: "P";
}

.il_zoomout:before{
    content: "O";
}

.il_zoom:before{
    font-size: 28px;
    line-height: 35px;
    content: "N";
}

/* image library confirmation popup */

.admin-popup-imagelibrary-confirm {
    position: absolute;
    top: 185px;
    box-shadow: 0 0 1px 2px white;
    width: 430px;
    height: 160px;
    background: white;
    display: flex;
    flex-direction: column;
}

.admin-popup-imagelibrary-confirm .confirm-popup-content {
    flex-grow: 1;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.admin-popup-imagelibrary-confirm .confirm-popup-button-wrapper {
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
}

.admin-popup-imagelibrary-confirm .confirm-popup-button-wrapper .confirm-popup-cancel {
    background: #535353;
    border-radius: 35px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    color: white;
    width: 100%;
    max-width: 120px;
    font-size: 16px;
}
.admin-popup-imagelibrary-confirm .confirm-popup-button-wrapper .confirm-popup-save {
    background: #15A6B7;
    border-radius: 35px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    color: white;
    width: 100%;
    max-width: 120px;
    font-size: 16px;
}

.admin-popup-imagelibrary-confirm .confirm-popup-content .confirm-popup-content-title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #535353;
}

.admin-popup-imagelibrary-confirm .confirm{
    height: 145px;
}

.admin-popup-imagelibrary-confirm .confirmTitle{
    padding-top: 25px;
    font-size: 30px;
}

.admin-popup-imagelibrary-confirm .cancel{
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: flex;
    width: 170px;
    padding: 0;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    text-decoration: none;
    background: #EEEEEE;
    color: #535353;
    font-size: 14px;
    font-weight: bold;
}
.admin-popup-imagelibrary-confirm form{
    margin-top: 20px;
}
/*---*/
.action-block_secondary {
    border: 1px solid #DDDDDD;
    background: #fff;
    padding: 5px 25px;
    font-size: 12px;
    margin-bottom: 15px;
}
.action-block_secondary .action-block-titlecell, .action-block_tertiary .action-block-titlecell {
    padding-top: 7px;
}
.action-block_secondary.bg {
    background: #ECEDEE;
}
.action-block-inputcell .b-textarea {
    width: 100%;
    min-height: 100px;
    padding: 5px;
    font-size: 12px;
    height: 27px;
    border: 1px solid #E2E8EE;
    border-top: 1px solid #AAADB1;
    border-radius: 2px;
}
.action-block-inputcell .image-upload-part {
    width: calc(100% + 15px);
    margin-bottom: 15px;
}
.action-block_secondary .upload-block-main, .action-block_tertiary .upload-block-main {
    width: 166px;
    height: 94px;
    margin-right: 15px;
}
.action-block_secondary .upload-block-main, .action-block_tertiary .image-upload-part .upload-block-main {
    width: unset;
}
.action-block_secondary .upload-block-main .upload-button-block, .action-block_tertiary .upload-block-main .upload-button-block {
    left: 12px;
    top: 32px;
}
.delete-button {
    font-size: 11px;
    color: #000;
    line-height: 21px;
    cursor: pointer;
}
.delete-button span {
    text-decoration: underline;
}
.delete-button:before {
    font-family: "icons-common-sec";
    content: "I";
    color: #990000;
    font-size: 13px;
    top: 3px;
    position: relative;
    margin-right: -2px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);
    display: inline-block
}
.vspace_bottom_10 {
    margin-bottom: 10px;
}
.vspace_bottom_15 {
    margin-bottom: 15px;
}
.vspace_top_5 {
    margin-top: 5px;
}
.action-block .option-select-item {
    float: left;
    margin-right: 25px;
}
.textarea_short {
    min-height: 58px !important;
    width: 85% !important;
}
input[type="button"], input[type="submit"] {
    border: medium none;
    cursor: pointer;
}
input[type=text].b-input-text {
    line-height: 40px;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 5px;
    padding-right:5px;
    background: 0;
    border:1px solid #E2E8EE;
    border-top:1px solid #AAADB1;
    border-radius:2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    resize:none;
    font-size:11px;
    background:#fff;
    width: 100%;
}
.admin-popup input[type=text], .admin-popup textarea {
    font-size: 12px;
    font-family: unset;
    font-weight: bold;
}
.menu-manageable > .block-expandable {
    padding: 0;
    background: none;
    border: none;
    margin-left: 20px;
}

.action-block.menu-manageable > div:last-child{
    padding-left:40px!important;
}

.action-block.menu-manageable.defaultMembersGroup > .action-box .action-drag{
    display: none;
    /*visibility: hidden;*/
}

.block-expandable .action-box {
    border-left: none;
}
.width_230 {
    width: 230px !important;
}
.width_340 {
    width: 340px !important;
}
.disabled {
    pointer-events: none;
}
input[type=text]:disabled, textarea:disabled {
    background: #D1D1D1;
    opacity: 0.6;
}
.action-block_tertiary {
    border: 1px solid #DDDDDD;
    background: #ECEDEE;
    padding: 5px 25px;
    font-size: 12px;
    margin-bottom: 15px;
}
.edit-button, .editArea {
    height: 31px;
    line-height: 31px;
    background: #90AA3F;
    padding: 0 15px;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana;
    color: #fff;
    border: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

.editArea {
    line-height: 35px;
    height: 35px;
}
.edit-button:before, .editArea:before {
    font-family: "icons-common-sec";
    content: "r";
    font-weight: normal;
    font-size: 17px;
    color: #fff;
    vertical-align: bottom;
    margin-right: 5px;
}
.reservBannerTitle {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}
.place-holder {
    border: dashed 1px #000 !important;
    width: 100%;
    height: 47px;
    margin-bottom: 1px;
    box-sizing:border-box;
}
.product-selected-box .product-box-item {
    width: 100% !important;
    position: relative;
}

.product-selected-box::-webkit-scrollbar {
    width: 13px;
}

.product-selected-box::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.product-selected-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #15a6b7;
}

.ui-widget-content a {
    color: #fff !important;
}
.b-input-url .openLinkTree {
    position: absolute;
    right: 5px;
    top: 0;
}
.html-editor textarea {
    max-height: 380px;
    height: 380px
}
.admin-popup-content .upload-block-main {
    height: auto;
    justify-content: left !important;
}

.admin-popup-content .floatL {
    display: inline-block;
}

.openLinkTree_input {
    width: 20px;
    height: 20px;
}

.openLinkTree_input input {
    position: absolute;
    left: 1px;
    width: 20px;
    top: 0;
    right: 19px;
    bottom: 0;
    opacity: 0;
}
.button-update input {
    color: inherit;
    background-color: #90AA3F;
    height: 31px;
    line-height: 27px;
}
.editArea {
    display: none;
    position: absolute;
    z-index: 30;
    left: 0px;
    top: -15px;
}
.editPanelArea:hover .editArea {
    display: block;
}

.b-popup.admin-popup.mk_mod #dragable {
    border-left: 3px solid #15a6b7;
    padding-left: 0;
}

.children-container .block-expandable {
    padding-right: 0 !important;
    padding-bottom: 63px !important;
    position: relative;
}
/*edit panel new design */
.integrate_panel .edit_panel_head{
    display: flex;
    height: 49px;
    align-items: center;
    padding: 0 15px;
}
.integrate_panel .edit_panel_head .edit_panel_title {
    font-family: 'Arial';
    font-size: 13px;
    font-weight:bold;
    color:#1AA6B7;
    flex-grow: 1;
}

.integrate_panel .edit_panel_head .icon_panel.icon-tick {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #aaa;
    position: relative;
    margin-right: 0;
    cursor:pointer;
}
.integrate_panel .edit_panel_head .icon_panel.icon-tick:hover{
    background: #15a6b7;
}
.integrate_panel .edit_panel_head .icon_panel.icon-tick:before{
    font-family: "icomoon-admin";
    content: "\f00c";
    position: absolute;
    font-size: 12px;
    color: #fff;
    top: 4.4px;
    right: 3.5px;
}
.integrate_panel .edit_panel_head .icon_panel{
    color: #aaa;
    font-size: 20px;
    cursor:pointer;
    outline: none;
    margin-left: 18px;
}
.page-sidebar .icon_panel {
    margin-left: 5px !important;
}
.integrate_panel .edit_panel_head .icon_panel.icon-denied:before{
    font-family: "icons-common-sec";
    content: "u";
}
.integrate_panel .edit_panel_head .icon_panel.settings{
    margin: 0px;
}
.integrate_panel .edit_panel_head .icon_panel.settings:before{
    font-family: "icomoon-admin";
    content: "\e90c";
}
.integrate_panel .edit_panel_head div.settings_action{
    margin-right: 18px;
    z-index: 100;
}
.integrate_panel .edit_panel_head .icon_panel.icon-tick:hover:before{
    color: #fff;
}
.integrate_panel .edit_panel_head .icon_panel:hover:before{
    color: #15a6b7;
}
.integrate_panel .edit_panel_head .icon_panel.info_popup_button{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #aaa;
    cursor: pointer;
    position: relative;
}
.integrate_panel .edit_panel_head .icon_panel.info_popup_button:hover{
    border: 2px solid #15a6b7;
}
.integrate_panel .edit_panel_head .icon_panel.info_popup_button:before{
    font-family: icomoon-admin;
    content: "\e908";
    font-size: 25px;
    position: absolute;
    top: -3px;
    right: -4px;
}

div.settings_action{
    position: relative;
}
.cancel_mk{
    display: flex;
    width: 170px;
    padding: 0;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    text-decoration: none;
    background: #eeeeee;
    color: #535353;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    position:absolute;
    left:26px;
    bottom:15px;
}
.save_mk{
    width: 170px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    background: #15a6b7;
    color: #fff;
    border-radius: 40px;
    padding: 0;
    font-size: 14px;
    font-family: Roboto;
    font-weight: bold;
    position:absolute;
    right:26px;
    bottom:15px;
}
.integrate_panel{
    margin:0 auto;
    max-width: 1182px;
    margin-bottom:24px;
}
.edit_inline_panel .topposition {
    position: initial;
}
.edit_inline_panel .inline_panel_content{
    position:relative;
    padding-bottom: 67px;
}
.integrate_panel .slides-preview-wrapper-7s{
    float: none;
}
.integrate_panel{
    padding:1px;
    border: none;
    background-image: linear-gradient(to right, black 60%, transparent 40%), linear-gradient(to right, black 60%, transparent 40%), linear-gradient(to bottom, black 60%, transparent 40%), linear-gradient(to bottom, black 60%, transparent 40%);
    background-position: left top, left bottom, left top, right top;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
}
.integrate_panel:hover{
    border: none;
    background-image: linear-gradient(to right, #15a6b7 60%, transparent 40%), linear-gradient(to right, #15a6b7 60%, transparent 40%), linear-gradient(to bottom, #15a6b7 60%, transparent 40%), linear-gradient(to bottom, #15a6b7 60%, transparent 40%);
    background-position: left top, left bottom, left top, right top;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
}
.integrate_panel.white{
    background-image: linear-gradient(to right, white 60%, transparent 40%), linear-gradient(to right, white 60%, transparent 40%), linear-gradient(to bottom, white 60%, transparent 40%), linear-gradient(to bottom, white 60%, transparent 40%);
}

.edit_inline_panel .inline_panel_content .slides-preview-image-container-7s {
    background: #dadada;
    position:relative;
}

.olp_page .video-thumbnail:before{
    background-color:rgba(0,0,0,0.2)
}



.edit_inline_panel .inline_panel_content .ui-draggable{
    z-index:0;
}
.integrate_panel .slides-preview-wrapper-7s.txt_img_edit{
    display:flex;
}
/* edit panel new design  end*/

.children-container li.action-block li.action-block {
    width: 100%;
}

@media screen and (max-width: 850px) {
    .children-container li.action-block li.action-block {
        width: 500px;
    }
}

.editPanelArea.integrate_panel {
    background-color: #f3f3f3;
}
.editPanelArea.integrate_panel.white {
    background-color: #000;
}

.claim-link-view-edit-panel {
    .footer-title {
        display: none;
    }

    .footer-services {
        display: none;
    }

    .footer-quick-links {
        display: none;
    }

    .footer-social-media {
        display: none;
    }

    .footer-legal-note {
        display: none;
    }

    .footer-header-separator {
        display: none;
    }
}

.action-block .action-block .action-box {
    border-left: 3px solid #717171;
}

.children-container .block-expandable .block-expandable {
    padding-right: 15px !important;
    background-color: #fff !important;
    padding-bottom: 15px !important;
    border-left: 3px solid #717171 !important;
}
.txt_img_edit .txt_img_row{
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.txt_img_edit .txt_img_row textarea{
    width:100% !important;
    height:77px;
    padding:10px;
    box-sizing: border-box;
    font-family: 'OpelNextExBold';
    font-size: 28px;
    color: #000000;
    resize:none;
}
.txt_img_edit .txt_tooltip_row {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
}
.txt_img_edit .action-block-titlecell {
    padding-bottom: 5px;
    color:#333;
}
.txt_img_edit .detail_butt{
    margin-top:15px;
}
.children-container .block-expandable .block-expandable .button-update {
    background: #717171;
}

.children-container .block-expandable .block-expandable .button-update input {
    background: #717171;
}
.children-container .parent-form {
    padding-right: 15px;
}

.children-container .block-expandable .action-side {
    max-height: inherit;
}

.children-container .block-expandable .button-update-box{
    margin: 15px;
}

.children-container .block-expandable .block-expandable .button-update-box{
    right: 35px;
}
.admin-action-controls {
    position: absolute;
    right: 0;
    top: 0;
}
/****************** CARLINE STYLES 7S ************************/

.showroom-page-7s .product{
    margin-top:50px;
    position:relative;
}
.topposition .showroom-page-7s .product {
    width: calc((100% - 52px)/3);
}
.topposition .product-image img{
    max-width: 256px;
    max-height: none;
}
.topposition .product-preview{
}

.showroom-page-7s .action-tools-container-7s{
    width: 100%;
    position: absolute;
    top: -27px;
}
.showroom-page-7s div.drag.drag-7s{
    cursor: move;
    float: left;
}
.showroom-page-7s div.drag.drag-7s:before{
    font-family: "icons-common-sec";
    content: "v";
    color: #BDBDBD;
    font-size: 18px;
    line-height: 22px;
    cursor: move;
    width: 18px;
    height: 20px;
    display: inline-block;
    margin: 0;
}
.showroom-page-7s .action-tools-container-7s .action-tools-tick-cross-7s{
    float: left;
}
.showroom-page-7s .action-tool.icon-tick,
.showroom-page-7s .action-tool.icon-denied {
    height: 20px;
    display: inline-block;
    margin: 0 4px 0 20px;
}
.showroom-page-7s .action-tool.icon-tick:before {
    line-height: 20px;
    height: 20px;
    font-size: 14px;
    left:2.8px;
}

.showroom-page-7s .action-tool.icon-denied:before {
    line-height: 20px;
    height: 20px;
    font-size: 20px;
}
.showroom-page-7s .action-tool.icon-denied:before {
    color: #B9B9B9;
}
.showroom-page-7s .action-tool.icon-cross {
    display: inline-block;
    height: 20px;
    margin: 0px 7px;
}
.showroom-page-7s .icon-cross:before {
    font-family: "icomoon-admin";
    content: "\e907";
    font-size: 20px;
    color: #B9B9B9;
}
.showroom-page-7s div.action-tool.icon-pen {
    display: none;
}
.showroom-page-7s a.action-tool.icon-pen{
    float: right;
    display: inline-block;
    margin: 0 33px 0 0;
}
.showroom-page-7s .action-tool.icon-pen:before {
    font-size: 20px;
    height: 20px;
    color: #B9B9B9;
}
.showroom-page-7s .action-tool.icon-pen:hover:before,
.showroom-page-7s .action-tool.icon-denied:hover:before {
    color:black;
}

.showroom-page-7s .addNewItem {
    background-color: #717171;
    width: 100%;
    min-height: 242px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
}
.showroom-page-7s .addNewItem:before {
    font-family: "icons-common-sec";
    content: "I";
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    vertical-align: bottom;
    margin-right: 5px;
}
.showroom-edit-panel-7s .image-panel-7s {
    width: 33%;
    float: right;
}

.image-panel-7s .action-block-inputcell {
    height: 112px;
    vertical-align: middle;
}

.showroom-edit-panel-7s .action-block_secondary {
    background-color: #ECEDEE;
    padding-right: 10px;
}
.showroom-edit-panel-7s .action-block-table:first-child>div:first-child {
    width: 62%;
    float: left;
}

.showroom-edit-panel-7s .action-block-table {
    border-spacing: 0 10px;
}

.showroom-edit-panel-7s .action-block-table .action-block-row .action-block-inputcell input[type="checkbox"] {
    height: 37px;
    width: 20px !important;
}

.buttons-container-7s .action-block_tertiary {
    width: 268px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px 10px;
    background-color:#fff;
}

.buttons-container-7s .action-block_tertiary:nth-child(2n) {
    float: right;
    margin-right: 0;
}

.buttons-container-7s .action-block-table {
    width: 100%;
    display: inline-block;
}

.buttons-container-7s .action-block-table .action-block-row {
    display: block;
}

.buttons-container-7s .action-block-table .action-block-row .action-block-titlecell {
    display: block;
    width: 100%;
    padding: 17px 0 7px;
}

.buttons-container-7s .action-block-table .action-block-row .action-block-inputcell {
    width: 100%;
    display: block;
}

.buttons-container-7s h6 {
    font-size: 12px;
    font-weight: bold;
}

.showroom-edit-panel-7s .buttons-container-7s .action-block-table .action-block-row .action-block-inputcell input[type="checkbox"] {
    width: auto !important;
    height: auto;
    display: inline-block;
    float: left;
    margin-top: 20px;
    margin-right: 10px;
}

.image-panel-7s .upload-block-main {
    width: 200px;
    margin: 10px auto;
}

.image-panel-7s .action-block-inputcell .image-upload-part .floatL {
    float: none;
}
.tinymc-7s .action-block-titlecell {
    width: 118px;
}

.tinymc-7s .action-block-inputcell {
    width: 483px;
}

.tinymc-7s table[role="presentation"] {
    width: 100px !important;
}
.image-panel-7s .action-block-titlecell {
    display: block;
    width: 100%;
    padding:7px 0 5px;
}

.image-panel-7s .action-block-inputcell {
    display: block;
}

.slider-form-7s .action-block-content {
    margin: 5px;
    width: 613px;
}

.slider-form-7s .action-block-table {
    border-spacing: 0;
    padding-bottom: 15px;
}

.slider-form-7s .action-block-titlecell {
    vertical-align: middle;
    display: table-cell !important;
    min-width: 140px;
    width: 160px;
}

.slider-form-7s hr {
    margin-bottom: 15px;
}
.slider-form-7s .cke_contents_ltr hr {
    margin: 4px 0;
    height: 4px;
    background: #717171;
}
.slides-container-7s {
    display: inline-block;
    width: 100%;
}
.slides-list-item-7s .action-drag:before{
    font-family: "icons-common-sec";
    content: "v";
    color: #BDBDBD;
    font-size: 18px;
    line-height: 24px;
    cursor: move;
    margin-left: -5px;
    padding-right: 10px;
    position: absolute;
    right: -26px;
}

.product-box-item .action-drag:before {
    font-family: "icons-common-sec";
    content: "v";
    color: #BDBDBD;
    font-size: 20px;
    cursor: move;
    margin-left: -5px;
    padding-right: 20px;
}

.product-box-item .action-drag {
    padding-top: 12px;
}

.slides-list-wrapper-7s {
    float: left;
    margin-left: -15px;
}

.slides-list-title-7s {margin-bottom: 10px;}

.slides-list-box-7s {
    width: 175px;
    height: 227px;
    overflow-y: auto;
    overflow-x: hidden;
}

ul.slides-list-7s {}

li.slides-list-item-7s {
    height: 71px;
    width: 141px;
    background: #fff;
    margin: 0 0 5px 0;
    border-left: 4px solid #ECEDEE;
    position: relative;
}

img.slides-list-item-image-7s {
    width: 141px;
}

.slides-preview-wrapper-7s {
    display: flex;
}

.slides-preview-title-7s {
    margin-bottom: 10px;
}

.slides-preview-image-container-7s {
    width: 450px;
    height: 227px;
    background: #fff;
}
.slides-preview-image-container-7svideo {
    width: 450px;
    background: #fff;
}

img.slides-preview-image-7s {
    width: 450px;
}
.slides-list-box-7s span.addNewItem {
    background-color: #717171;
    width: 141px;
    min-height: 71px;
    color: #fff;
    font-weight: normal;
    font-size: 11px;
    cursor: pointer;
    border-left: 4px solid #ECEDEE;
}
li.slides-list-item-7s .image-container{
    max-height: 100%;
    overflow: hidden;
}
.slides-list-box-7s span.addNewItem em {
    font-style: normal;
    width: 90%;
}

.slider-container-7s .slider-title-7s {
    font-size: 24px;
    font-family: 'OpelNextBold';
    background: #f7ff14;
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #000;
    margin-top:30px;
}
.slider-container-7s .slide-caption-7s{
    font-size: 12px;
    font-family: verdana;
    background: #f7ff14;
    display: inline-block;
    padding: 16px 18px;
    color:#000;
}
.slider-container-7s .slide-caption-7s.slide-selected-caption-7s{
    font-size: 12px;
    font-family: verdana;
    background: #303030;
    display: inline-block;
    padding: 16px 18px;
    color:#fff;
}
li.slides-list-item-7s.selectedSlider{
    border-left: solid 4px #febe10;
}
/* link tree popup */
.selectlink-popup {
    width:432px;
    padding:20px !important;
    padding-bottom: 15px !important;
    box-shadow:1px 1px 8px #000;
}
.selectlink-popup .buttons {
    left: 21px !important;
    right: 20px;
    bottom: 20px;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.selectlink-popup .cancel {
    margin-right: 0;
    position: static;
}

.selectlink-popup .content{
    background: none;
    display: initial;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    margin-left: 2px !important;
    margin-top: 4px !important;
}

.admin-popup-content .selectlink-popup {
    width:inherit;
}

.admin-popup-content .video-thumbnail:before  {
    display: none;
}

.selectlink-content {
    width:400px;
    border:1px solid #DDDDDD;
    background:#fff;
    padding:10px;
    padding-right:0;
    box-sizing: border-box;
    margin-top:20px;
    height:290px;
    overflow:auto;
}
.selectlink-content .content{
    min-height: inherit;
}

table.wicket-tree-content table.icon-panel a span{
    padding:0px !important; color:#666;
}
/* end of link tree popup */

.team-panel-7s > ul > li > div.action-box > .action-tools {
    width: auto;
}

.team-panel-7s > ul > li > div.action-box > .action-tools + div .action-tools div.icon-pen {
    display: none;
}

.team-panel-7s > ul > li > div.action-box > .action-tools + div .action-tools {
    width: auto;
}
.footer-social .editPanelArea {
    margin-left: -200px;
    padding-left: 200px;
}
.drt *{
    margin: 0;
}

.product-link a{
    padding-left: 5px;
    margin-bottom: 5px;
    text-decoration: none;

}
.topposition ul#dragable{
    display: flex;
    flex-wrap: wrap;
}
.topposition .showroom-page.showroom-page-7s ul#dragable{
    max-width:800px;
}

.admin-metadata-button{
    padding: 8px;
    background: #717171;
    color: #fff;
    font-weight: bold;
}
.admin-metadata-button:before{
    font-family: 'icomoon-admin';
    content: 'o';
    font-size: 15px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
    font-weight: normal;
}
.showroom-edit-panel-7s.modern_edit_panel .action-block-table:first-child>div:first-child{
    width: 100%;
}
.showroom-edit-panel-7s.modern_edit_panel .Left_part_panel{
    float:left;
}
.showroom-edit-panel-7s.modern_edit_panel .image-panel-7s{
    width: auto;
    float: none;
    text-align: left;
    display: flex;
    justify-content: center;
}
.showroom-edit-panel-7s.modern_edit_panel .image-panel-7s .action-block-inputcell{
    display: table-cell;
}
.title_style_container{
    position: relative;
    padding: 20px;
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    align-items: center;
}
.title_style_text{
    font-family: 'OpelNextExBold';
    font-size: 18px;
    line-height: 24px;
    color: #000;
}
.title_style_input.b-input-text{
    width:250px;
    margin-left:20px;
}


.mk_admin_mod .main_form_mk{
    width: 100%;
}
.mk_admin_mod .main_form_mk .left_sect{
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    float: left;
}
.mk_admin_mod .main_form_mk .right_sect{
    width: 25%;
    float: left;
}
.mk_admin_mod .main_form_mk .action-block-table{
    width: 49%;
}
.mk_admin_mod  .left_sect .action-block-table:nth-child(2n + 1){
    margin-right:2%;
}
.mk_admin_mod .main_form_mk .right_sect .action-block-table,.mk_admin_mod .action-block-content{
    width: 100%;
    margin-left:0;
}
.mk_admin_mod .main_form_mk .external_url{
    width:36.75%;
}
.mk_100{
    width: 100%;
}
.mk_admin_mod  .inp_cont_mk{
    width: 75%;
}
.mk_admin_mod input[type=text].b-input-text{
    height:35px;
    outline:none;
    border: 1px solid rgb(204,204,204);
    font-size:14px;
    font-family:Roboto;
    color:#333;
    font: 400 13.3333px Arial;
}
.mk_admin_mod .action-block-titlecell{
    font-size: 14px;
    vertical-align: middle;
}
.button-update{
    width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 40px;
    background: #002D40;
}
.button-update input{
    background: #002D40;
    font-size: 14px;
    font-weight: bold;
    outline:none;
}
.button-update.loading:before{
    visibility:visible;
    animation: anim_update .3s linear 0s infinite;
}

.admin_olp_buttons.action-block-table{
    display:flex;
    flex-wrap:wrap;
    padding: 10px 20px;
}
.admin_olp_buttons.action-block-table .action-block-row{
    display:flex;
    margin-right: 15px;
}
.but_cont_olp .action-block-row.alt_container{
    display:flex;
    flex-direction: column
}
.but_cont_olp .action-block-row.alt_container .action-block-titlecell{
    margin-bottom: 7px;
}
.but_cont_olp .action-block-row.alt_container input, .alt_mod .action-block-inputcell input{
    outline: none;
    border: 1px solid #bbb3b3;
    width: 164px!important;
    font-size: 12px;
}
.alt_mod .action-block-titlecell{
    margin-right: 10px;
    padding: 0;
    width: auto;
    min-width: auto;
    margin-left: 10px;
    padding-top:6px;
}
.action-side.n_mod .action-block {
    width: 1096px;
}
.button-update-box.new_d {
    position: absolute;
    bottom: 0;
    right: 15px;
}
.alt_mod{
    display: flex;
    margin-left: 10px;
}
.img_position{
    margin-left: 20px;
}
.but_cont_olp{
    display:flex;
}
.but_cont_olp .admin_olp_buttons.action-block-table{
    width: calc(100% - 225px);
}
.admin_olp_buttons.action-block-table .action-block-titlecell{
    width: auto;
    min-width: auto;
    display: flex;
    margin-bottom: 10px;
}
.admin_olp_buttons.action-block-table .addnew{
    display:flex;
    font-family:Roboto;
}
.admin_olp_buttons.action-block-table .addnew.deleteImage{
    background:#aaa;
}
.admin_olp_buttons.action-block-table .addnew .addnew-icon:before{
    margin-right:5px;
}
.admin_olp_buttons.action-block-table .addnew.deleteImage .addnew-icon:before{
    font-family: "icomoon-admin";
    content: "\e907";
    font-size: 11px;
}
.select_olp_container{
    border: 1px solid #717171;
    position: relative;
    overflow: hidden;
    line-height: 23px;
    height: 32px;
    width:250px;
    border-radius: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial;
    font-size: 12px;
    padding-right: 15px;
    margin-left: 20px;
}
.select_olp_container .b-select-field{
    color:#000;
}
.select_olp_container .b-select-field option {
    color: #000;
}
.select_olp_container:after {
    position: absolute;
    right: 9px;
    top: 4px;
    text-indent: 0;
    z-index: 1;
    font-family: "Icons-Common";
    content: "d";
    font-size: 12px;
    color: #717171;
}
@keyframes anim_update {
    0%   {transform: rotate(0);}
    100% {transform: rotate(-360deg);}
}

.action-block-inputcell.select_mk{
    position: relative;
    line-height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #717171;
    font-family: Arial;
    font-size: 14px;
    padding-right: 15px;
    height:35px;
    outline:none;
    border: 1px solid rgb(204,204,204);
    width: 100%;
}
.action-block-inputcell.select_mk .validation-container{
    position: initial;
}
.action-block-inputcell.select_mk select{
    background: #fff;
    line-height: 35px;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    color: #717171;
    padding-left: 10px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    min-width: 100%;
    padding-right: 27px;
    height:33px;
}
.action-block-inputcell.select_mk:after {
    position: absolute;
    right: 9px;
    bottom: 0;
    top: 0;
    font-family: "icomoon-admin";
    content: "j";
    font-size: 9px;
    color: #15a6b7;
}
.mk_admin_mod input[type=text]:disabled,.mk_admin_mod textarea:disabled, .action-block-inputcell.select_mk select:disabled{
    background: #ddd;
    opacity:1;
    color: #333;
}
.mk_admin_mod .menu-manageable > .block-expandable{
    margin-right: 0;
}
.block-expandable{
    padding-left:40px!important;
}
.mk_checkbox label{
    display:flex;
    height: 32px;
    align-items: center;
}
.mk_checkbox label  .check_icon{
    position:relative;
    width:17px;
    height:17px;
    border:1px solid #ccc;
    background: #fff;
    margin-right: 26px;
}
.mk_checkbox input:checked + label  .check_icon:after{
    content:'';
    width:21px;
    height:16px;
    background:url('../images/admin/check1.png');
    position:absolute;
    left:0;
    top:0;
}
.mk_checkbox input:disabled + label .check_icon{
    background: #ddd;
}
.mk_checkbox input:disabled + label .check_icon:after{
    background:none;
}
.mk_checkbox input:disabled:checked + label  .check_icon:after{
    background:url('../images/admin/check2.png');
}
.mk_checkbox input{
    display:none;
}

.bordered {
    border: 1px solid rgb(204,204,204);
    padding: 0 5px 0 5px;
}
.confirmBottom {
}
.menu-manageable > .block-expandable{
    margin-left:0;
}
.dialogWindow{
    transform:initial !important;
    top:0!important;
}
.button_popup .site-tree .b-input-url{
    width: 100%;
}
.button_popup .site-tree .b-input-url > span{
    display:block;
    width: 100%;
    border-left: 3px solid #15a6b7;
    border-top: 1px solid #DDDDDD;
}
.button_popup .site-tree .b-input-url > span > label{
    display: flex;
    width: 100%;
    padding: 15px 20px;
    position: relative;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    box-sizing: border-box;
}
.button_popup .site-tree .b-input-url > span > label:before{
    position: absolute;
    right: 20px;
    top:12px;
    font-family: 'icomoon-admin';
    content: "B";
    font-size: 22px;
    color: #ccc;
}
.button_popup .site-tree .b-input-url > span > input{
    display:none;
}
.button_popup .site-tree .b-input-url > span > input:checked +label:before{
    color: #15a6b7;
}
.button_popup .site-tree .b-input-url > span > br{
    display:none;
}
.button_popup .b-input-url{
    margin-top:25px;
}
.button_popup .site-tree .b-input-url .b-input-text{
    width:100%;
    height: 35px;
    outline: none;
    border: 1px solid rgb(204,204,204);
}
.button_popup .site-tree .b-input-url .openLinkTree{
    top:9px;
}
.input_button_cont{
    height: 35px;
    outline: none;
    border: 1px solid rgb(204,204,204);
    padding: 0 10px;
    color: #000;
    resize: none;
    font-size: 11px;
    background: #fff;
    width: 250px;
}
.admin-popup .olp_textarea_admin{
    height: 83px;
    resize: none;
    width: 700px;
    border: 1px solid rgb(204,204,204);
    padding: 10px;
    background: #fff;
    font-family: Arial;
    font-size: 18px;
}
.admin-popup .olp_textarea_admin.mod1{
    font-family: 'OpelNextExBold';
    font-size: 36px;
}
.product-options-block.admin_olp_option{
    display:flex;
    flex-wrap:wrap;
    background: #f3f3f3;
    position:relative;
    padding: 15px 25px;
}

.product-options-block.product-options-up  {
    background: #fff;
    padding-left: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}

.product-options-block.product-options-down  {
    background: #fff;
    padding-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 0px;
    margin-top: 30px;
    border-top: 0px;
}

.product-options-block.admin_olp_option .product-option{
    display:flex;
    align-items:center;
    width:35%;
    margin-bottom:15px;
}
.product-options-block.admin_olp_option .product-option:nth-child(2n){
    margin-left:40px;
}
.product-options-block.admin_olp_option .product-option label{
    margin-right:15px;
    min-width:140px;
}
.product-options-block.admin_olp_option .action-block-inputcell.select_mk{
    width: 232px;
}
.product-options-block.admin_olp_option .action-block-inputcell.select_mk select{
    max-width:100%;
}
.button_olp_search{
    width: 170px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    background: #15a6b7;
    color: #fff;
    border-radius: 40px;
    padding: 0;
    font-size: 14px;
    outline:none;
    font-family: Verdana;
    font-weight: bold;
    text-decoration: none;
}
.product-options-block.admin_olp_option .product-option.search{
    position:absolute;
    right: 60px;
    top: 47px;
    width: auto;
}
.admin-popup.popup2 .action-block-titlecell, .product-options-block.admin_olp_option .product-option label{
    color: #333;
    font-size: 14px;
    font-family: Roboto;
    font-weight:normal;
}
.cars_list_olp{
    padding: 10px 25px;
    padding-left: 181px;
}
.admin-popup.popup2 .button-update-box{
    position: absolute;
    bottom: 15px;
    right: 25px;
}
.admin-popup.popup2{
    padding-bottom: 12px!important;
    border-bottom:1px solid rgb(204,204,204);
}
.olp_col_edit .olp_panel_colum .one_col{
    width:320px;
    background:#fff;
    margin-bottom:0;
}
.olp_col_edit .title_olp_edit{
    color: #717171;
    font-size: 20px;
    font-family: Roboto;
    font-weight:bold;
}
.olp_col_edit input[type=text].b-input-text{
    width:230px;
}
.edit_olp_inp_container, .edit_olp_inp_container .top_inp, .edit_olp_inp_container .bottom_inp{
    display: flex;
    flex-wrap:wrap;
}
.edit_olp_inp_container{
    margin-left: 40px;
    margin-top:20px;
}
.edit_olp_inp_container .action-block-row{
    margin-bottom:15px;
}
.edit_olp_inp_container .top_inp .action-block-row:nth-child(2),
.edit_olp_inp_container .top_inp .action-block-row:nth-child(4),
.edit_olp_inp_container .top_inp .action-block-row:nth-child(6){
    margin-left: 25px;
}
.edit_olp_inp_container, .edit_olp_inp_container .top_inp .width-100{
    width:100%;
}
.edit_olp_inp_container .bottom_inp .action-block-row{
    width:100%;
}
.inline_panel_content .drt .drag-icon{
    left: auto !important;
    right: -19px!important;
    background: #F3F3F3;
    width: 19px!important;
    height: 33px!important;
    top: 0!important;
}
.border_inline_edit{
    padding:1px;
    background-image: linear-gradient(to right, #ccc 60%, transparent 40%), linear-gradient(to right, #ccc 60%, transparent 40%), linear-gradient(to bottom, #ccc 60%, transparent 40%), linear-gradient(to bottom, #ccc 60%, transparent 40%);
    background-position: left top, left bottom, left top, right top;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 20px 2px, 20px 2px, 2px 20px, 2px 20px;
}
.inline_panel_content .drt .drag-icon:before {
    float: right;
    font-family: "icons-common-sec";
    content: "v";
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    cursor: move;
    margin-left: 0;
    padding-right: 0;
    margin-top: 4px;
    color: #BDBDBD;
}
.edit_olp_inp_container .bottom_inp .action-block-row input{
    width:629px;
}
.edit_olp_inp_container.mod{
    flex-direction:column;
}
.edit_olp_inp_container .action-block-row1{
    display:flex;
}
.edit_olp_inp_container .dp_inp{
    position:relative;
}
.edit_olp_inp_container .dp_inp:before{
    content:'';
    background:url(../img/calend.png);
    background-repeat:no-repeat;
    background-size:cover;
    position:absolute;
    right:10px;
    top:5px;
    width:23px;
    height:23px;
    cursor: pointer;
}
.radio_but_container .radio_but_cont .radio_lab1{
    position:relative;
    display:flex;
    align-items:center;
    margin-bottom: 10px;
    font-size: 14px;
}
.radio_but_container .radio_but_cont .radio_lab1 input{
    display:none;
}
.radio_but_container .radio_but_cont .radio_lab:before{
    content:'';
    width:17px;
    min-width:17px;
    height:17px;
    border:1px solid rgb(204,204,204);
    border-radius:17px;
    display:block;
    margin-right:15px;
    background: #fff;
}
.radio_but_container .radio_but_cont input:checked + .radio_lab:after{
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 11px;
    height: 11px;
    background: #15a6b7;
    border-radius: 10px;
    display: block;
}
.olp_col_edit .input_subtitle input[type=text].b-input-text.width_500{
    width:500px;
}
.edit_olp_flex{
    display:flex;
}
.edit_olp_flex .olp_panel_colum{
    margin-top:0;
    margin-bottom:0;
}
.olp_col_edit.mk_admin_mod .action-block_secondary{
    padding-bottom: 56px;
    margin-bottom: 0;
}
.admin-popup-content .star_radio{
    position: absolute;
    z-index: 12;
    right: 220px;
}
.admin-popup-content .star_radio input{
    display:none;
}
.admin-popup-content .star_radio .star_radio_icon:before {
    position: absolute;
    right: 20px;
    top: 12px;
    font-family: 'icomoon-admin';
    content: "B";
    font-size: 22px;
    color: #ccc;
}
.admin-popup-content .star_radio input:checked + .star_radio_icon:before{
    color:#15a6b7;
}
.prev_img_admin{
    width: 63px;
    height: 32px;
    position: absolute;
    right: 160px;
    top: 6px;
}
.admin-popup-content .olp_offer_textarea{
    height:50px;
    width:900px;
    outline: none;
    border: 1px solid rgb(204,204,204);

    font-family:Roboto;
}
.olp_panel_bottom.mod{
    padding:0;
}
.olp_panel_bottom.mod .col1{
    width:335px;
    height: 279px;
}

.olp_phone_label {
    width: 60%;
}

.free2move-header {
    cursor: pointer;
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px;
    background-color: white;
}

.free2move-header, .free2move-sub-header {
    margin-top: 10px;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.free2move-header .header-toggle {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header-toggle.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.free2MoveConfigContent {
    display: none;
}

.free2MoveConfigContent.show {
    display: block;
}

.free2move-panel {
    margin-top: 15px;
}

.campaign-container {
    display: flex;
    flex-direction: column;
    width: 100% !important;
}

.campaign-container .campaign-input-cell{
    min-width: 224px;
    padding-right: 30px;
}

.location-page-form {
    margin-bottom: 30px;
}

.location-page-form .update-as-save {
    position: relative;
}

.location-page-form .update-as-save input {
    bottom: initial;
}

.campaign-container .campaign-input-cell select{
    height: 35px;
    width: 100%;
}

.headline-image-right-panel {
    flex: 1 1 50%;
    margin-left: 20px;
}

.headline-image-left-panel {
    flex: 1 1 50%;
    margin-left: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.management-body {
    background-color: white;
    padding: 0 !important;
}

.management-body .content-tab {
    line-height: 20px;
    margin-left: 0px;
    margin-right: 0px;
}

.management-body .content-tab li {
    border: none;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 6px 25px 6px 20px;
}

.management-body .content-tab li.selected {
    border-bottom: 1px solid #e1e1e1;
}

.management-general-settings {
    padding-left: 30px;
    padding-right: 30px;
}

.management-head-items {
    padding-top: 15px;
    padding-bottom: 15px;
}

.management-title {
    font-size: 25px;
    color: #19A5B7;
    font-family: "Roboto Light";
    margin-bottom: 10px;
    font-weight: normal;
}

.management-button {
    display: inline-block;
    border: none;
    border-radius: 20px;
    padding: 4px 10px;
    background-color: #1AA6B7;
    color: #fff;
    font-family: "Roboto-Bold";
    font-size: 14px;
    margin: 0 5px;
    width: 200px;
    text-align: center;
    float: right;
}

.management-button-import {
    margin-top: 5px;
}

.management-import {
    float: none;
    margin-top: 45px;
    width: 90px;
}

.management-export {
    float: none;
    width: 90px;
}

.management-cancel {
    float: left;
    width: 80px;
}

.management-save {
    float: right;
    width: 80px;
}

.management-download-form {
    padding-top: 15px;
    line-height: 25px;
}

.management-label-export {
    line-height: 25px;
    margin-bottom: 15px;
}

.management-label-import {
    line-height: 25px;
}

.management-import-export-form {
    display: grid;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 25px;
}

.editform .management-download-form input[type="text"] {
    border-color: #1AA6B7 #e9eaeb #e9eaeb;
}

.management-to-span {
    margin-left: 50px;
}

.management-table {
    float: left;
    overflow: hidden;
    margin-top: 15px;
    width: 100%;
}

.management-table table.html4_cellspacing_0 {
    width: 100%;
}

.management-table-header {
    line-height: 50px;
    border: 1px solid #e1e1e1;
    font-size: 12px;
    font-weight: bold;
    background-color: #ededed;
    z-index: 10;
    top: 0;
    position: sticky;
}

.management-table-line {
    border: 1px solid #e1e1e1;
    line-height: 30px;
}

.management-cell {
    border: 1px solid #e1e1e1;
    padding-left: 10px !important;
}

.management-cell-keycontainer {
    width: 25%;
}

.management-cell-valuecontainer {
    width: 55%;
}

.management-cell-fromcontainer {
    width: 10%;
}

.management-cell-actioncontainer {
    width: 10%;
}

.management-save-form {
    line-height: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    float: right;
}

.management-cancel-submit {
    padding-top: 10px;
}

.management-file-upload {
    border: 1px solid #e1e1e1;
    line-height: 40px;
    display: inline-block;
    width: 350px;
    cursor: pointer;
    margin-left: 15px;
    padding-left: 10px;
    margin-right: 10px;
}

.management-openlink::after {
    font-family: "icons-common-sec";
    content: "t";
    color: #15a6b7;
    font-size: 26px;
    background-color: #fff;
    float: right;
    padding-left: 4px;
    padding-right: 7px;
}

.management-addnew {
    position: relative;
    background: white;
}

.management-addnew:before {
    font-family: icomoon-admin;
    content: "I";
    position: relative;
    font-size: 25px;
    right: 3.8px;
    top: 5px;
    color: #cccccc;
}

.management-addnew:hover:before {
    color: #15a6b7;
}

.management-delete {
    position: relative;
    background: white;
}

.management-delete:before {
    font-family: icomoon-admin;
    content: "w";
    position: relative;
    font-size: 25px;
    right: 3.8px;
    top: 5px;
    color: #cccccc;
}

.management-delete:hover:before {
    color: #15a6b7;
}

div.imxt-container1 {
    overflow: hidden;
}

div.imxt-vista div.imxt-head-container {
    position: sticky;
    top: 0;
}

th.imxt-padding {
    display:none;
}

div.imxt-vista div.imxt-head-container1 {
    line-height: 50px;
    border: 1px solid #e1e1e1;
    font-size: 12px;
    font-weight: bold;
    background-color: #ededed;
    top: 0;
    position: sticky;
    z-index: 10;
}

div.imxt-vista table.imxt-head th {
    background-color: #ededed;
    font-weight:bold;
    padding-left:10px !important;
}

div.imxt-vista td.imxt-cell {
    padding-left: 10px !important;
    line-height:30px;
}

div.imxt-vista tr.imxt-odd {
    background-color: rgb(255,255,255);
}

div.imxt-nowrap div, div.imxt-nowrap {
    white-space: normal;
}

.imxt-selectable tr div a {
    position: relative;
}

div.imxt-edit a.imxt-edit-submit:before {
    font-family: icomoon-admin;
    content: "s";
    position: relative;
    font-size: 25px;
    color: #cccccc;
    right: 3.8px;
    top: 5px;
}

div.imxt-edit a.imxt-edit-cancel:before {
    font-family: icomoon-admin;
    content: "w";
    position: relative;
    font-size: 25px;
    right: 3.8px;
    top: 5px;
    color: #cccccc;
}

div.imxt-edit a.imxt-edit-submit:hover:before {
    color: #15a6b7;
}

div.imxt-edit a.imxt-edit-cancel:hover:before {
    color: #15a6b7;
}

div.imxt-edit a.imxt-edit-submit img {
    visibility: hidden;
}

div.imxt-edit a.imxt-edit-cancel img {
    visibility: hidden;
}

div.imxt-edit a.imxt-edit-delete img {
    visibility: hidden;
}

.change-text-container {
    float: left;
    width: 100%;
}

.change-text-area {
    width: 99%;
    height: 155px;
}

.collectorMainContainer {
    display: flex;
    flex-direction: column;
}

.collectorMainContainer > div {
    display: flex;
}

.collectorMainContainer .addNewItem {
    margin: 5px;
    padding: 30px;
    background-color: #717171;
}

.addNewPromotion {
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    display: flex;
    align-items: center;
}

.error-message {
    display: block;
    color: #EC1C24;
    visibility: visible;
    padding-top: 10px;
    transition: all 0s ease 9999s;
}

.hidden-error-message {
    display: block;
    color: #EC1C24;
    visibility: hidden;
}

.error-message:hover {
    transition-delay: 0s;
    visibility: hidden;
}

.addnew-disabled {
    background: #e7e7e7;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    padding: 0 31px;
    display: inline-block;
    position: relative;
    height: 32px;
    margin-bottom: 8px;
    border-radius: 40px;
    font-weight: bold;
    cursor: default;
}

div.metadata_robots_container {
    display: flex;
    justify-content: space-evenly;
}

.hidden {
    display: none;
}

.add-tooltip {
    width: 100px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #15a6b7;
    color: #fff;
    font-size: 11px;
    border-radius: 35px;
    font-weight: bold;
    margin-top: 5px;
}

.invisible {
    display: none;
}

.tooltip-popup-content {
    width: 100%;
    max-width: 441px;
    box-sizing: border-box;
    height: fit-content;
    background-color: #FFFFFF;
    border-radius: 12px;
}

.tooltip-popup-header {
    width: 100%;
    background-color: #F3F3F3;
    color: #15A6B7;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    height: 40px;
    text-align: left;
    padding: 12px;
    box-sizing: border-box;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.tooltip-popup-close-icon {
    width: 12px;
    height: 12px;
    background: url("/assets/common/images/admin/close_icon.svg") no-repeat center;
    cursor: pointer;
    text-align: right;
}

.tooltip-popup-content-header {
    width: 100%;
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    height: 40px;
    text-align: left;
    padding: 12px;
    box-sizing: border-box;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.tooltip-popup-content-container {
    padding: 0 12px 12px 12px;
    display: flex;
    height: 81px;
}

.tooltip-popup-content-textarea {
    width: 100%;
    font-family: monospace;
    padding: 2px;
    border-image: initial;
    border-color: rgb(133, 133, 133);
    border-style: solid;
    border-width: 1px;
    margin: 0em;
}

.tooltip-popup-button-row {
    display: flex;
    flex-flow: row nowrap;
    padding: 12px;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    gap: 10px;
    background-color: #F3F3F3;
}

.tooltip-popup-button {
    display: flex;
    align-items: center;
    padding: 6px 24px;
    background: #15A6B7;
    color: #FFFFFF;
    border-radius: 35px;
    border: none;
    cursor: pointer;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    height: 40px;
}

.disabled-button {
    cursor: auto !important;
    background: #D7D7D7FF;
}

.dark {
    background: #535353;
}

.banner-tooltip-element-admin {
    color: #4CC9F9;
    cursor: pointer;
    vertical-align: super;
}

.banner-tooltip-element-admin-banner-head {
    color: #4CC9F9;
    cursor: pointer;
    vertical-align: super;
}

.banner-tooltip-element-admin-banner-subhead {
    color: #4CC9F9;
    cursor: pointer;
    vertical-align: super;
}

.banner-tooltip-element-admin-header-head {
    color: #4CC9F9;
    cursor: pointer;
    vertical-align: super;
}

.banner-tooltip-element-admin-header-subhead {
    color: #4CC9F9;
    cursor: pointer;
    vertical-align: super;
}

.banner-tooltip-element-admin-header-disclaimer {
    color: #4CC9F9;
    cursor: pointer;
    vertical-align: super;
}

.catwalk-admin {
    width: 1100px;
}

.ui-tooltip, .arrow:after {
    border: 1px solid #787B80;
}
.ui-tooltip {
    color: #787B80 !important;
    font-size:12px !important;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.ui-widget.ui-widget-content {
    border: 1px solid #787B80 !important;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); background: white;
}
.arrow.top:after {
    bottom: -20px;
    top: auto; border: 1px solid #787B80;
}

.admin-tooltip-preview-title-headline {
    margin-top: 10px;
    margin-bottom: 10px;
    min-width: 120px;
}

.admin-tooltip-textarea {
    padding: 5px;
    background: white;
    border: 1px solid rgb(118, 118, 118);
    max-width: 330px;
    display: table-cell;
    vertical-align: top;
    font-weight: bold;
}

.admin-tooltip-textfield {
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #E2E8EE;
    border-top: 1px solid #AAADB1;
    border-radius: 2px;
    font-weight: bold;
    box-sizing: border-box;
    background: white;
    word-wrap: break-word;
}

.admin-tooltip-textarea label {
    max-width: 400px;
    display: inline-block;
    overflow: hidden;
    word-wrap: break-word;
    min-height: 100px;
}

.admin-tooltip-headline-textarea {
    margin-top: 10px;
    margin-bottom: 10px;
    background: white;
    border: 1px solid black;
    min-height: 160px;
}

.action-block-tooltip-inputcell {
    vertical-align: top;
    min-width: 400px;
}

.action-block-tooltip-inputcell .b-textarea {
    width: 100%;
    min-height: 100px;
    padding: 5px;
    font-size: 12px;
    height: 27px;
}

.input-type-elements {
    display: flex !important;
    flex-flow: column;
}

.input-type-elements .b-input-url {
    width: 100%;
}

.input-type-elements input[type=text] {
    width: 100%;
    min-height: 40px;
}

.hidden-menu-element {
    font-style: italic;
}

.metadata-tabs-container {
    margin-top: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.metadata-tabs {
    background-color: #ffffff;
    position: relative;
}

.metadata-tabs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    border-bottom: 1px solid #e1e1e1;
}

.metadata-tabs ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.metadata-tabs ul li a {
    display: block;
    padding: 6px 25px 6px 20px;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    line-height: 20px;
    background-color: #f3f3f3;
    color: #535353;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.metadata-tabs ul li.selected a {
    background-color: #ffffff;
    border-bottom-color: #ffffff;
    color: #15a6b7;
    font-weight: bold;
}

.metadata-tabs ul li a:hover {
    color: #15a6b7;
}

.metadata-tabs > div > div {
    padding: 20px;
    background-color: #ffffff;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
