@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;
}
.login_button {
    color: #000;
    font-size: 15px;
    left: -30px;
    position: absolute;
    top: 102px;
}

.publish_button{
    position: absolute;
    left: 15px;
    top: 25px;
    z-index: 13;
}
#transDiv{
    position:fixed;
    z-index:104;
    *z-index:0;
    background-color:#5a5a5a;
    display:none;
    filter: alpha(opacity=70);
    opacity:.7;
    zoom: 0;
    margin-top:-161px;"
}
#waiting-loader{
    left: 705px;
    top: 50px;
    position: fixed;
    z-index: 500001;
    display: none;
}
#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: OpelSansBoldCondensed;
    font-size: 24px;
    margin-bottom: 20px;
    margin-left: -130px;
    text-align: center;
    width: 420px;
}
.publishMessage{
    color: #000;
    font-size: 12px;
}
/* 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: 1200px !important;
}
.admin-popup select.b-select_secondary-field{
	max-width: 100%;	
}

.admin-popup .content {
    background: initial;
    display: table;
    min-height: 470px;
    padding: initial;
    position: relative;
    width: 100%;
}
.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;
}
.admin-popup .admin-popup-info {
    display: table-cell;
    width: 220px;
    background: #474747;
    color: #fff;
    font-size: 12px;
    line-height: 21px;
    vertical-align: top;
    padding: 60px 30px;
    
	
}

.mk_mod.admin-popup .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);
}
.mk_mod.admin-popup .admin-popup-info.active_info{
	visibility: visible;
	transform:scale(1);
}
.mk_mod.admin-popup .admin-popup-info .info_icon{
	position: absolute;
    left: 10px;
    top: 14px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #fff;
}
.mk_mod.admin-popup .admin-popup-info .info_icon:before{
	font-family: icomoon-admin;
    content: "\e908";
    font-size: 31px;
    position: absolute;
    top: 6px;
    right: 1px;
    color: #15a6b7;
}
.mk_mod.admin-popup .admin-popup-info .close_info{
	position: absolute;
	right:10px;
	top:20px;
	cursor:pointer;
}
.mk_mod.admin-popup .admin-popup-info .close_info:before{
	font-family: icomoon-admin;
    color: #fff;
    content: "\e917";
    font-size: 18px;
}
.mk_mod.admin-popup .admin-popup-info .bold{
	font-size:25px;
	margin-bottom: 25px;
	font-weight: 100;
    font-family: roboto;
}
.admin-popup .action-tools{
    width: 128px;
}
.admin-popup .action-tools a{
    margin-right: 8px;
}
.mk_mod.admin-popup .action-tools a{
    margin-right: 25px;
}
.action-tool.icon-tick.active{
	width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #cccccc;
    position: relative;
    margin-right: 8px;
}
.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: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;
}
.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;
}
.admin-popup .action-box .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: 100%;
}
.action-block .action-box {
//    border-top: none !important;
}
.admin-popup .action-block:first-child .action-box {
    border-top: 1px solid #DDDDDD;
}
.admin-popup .action-block .action-box {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
.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;
}

.gallery-item:hover .action-tools{
    display:inline-block;
}
.action-tools-container{
    float:right;
}
.admin-popup .action-tool {
    float: left;
    cursor: pointer;
    margin-right: 5px;
}
.admin-popup .action-tool:before {
    color: #CCCCCC;
    font-size: 20px;
    font-weight: normal;
}
.admin-popup .action-tool:hover:before {
    color: #15a6b7;
}
.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";
}
.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-content {
    max-height: 573px !important;
}
.carsedit-popup-tabs .selected {
    border-bottom: 4px solid #F7D900;
}
.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: 'OpelSansCondensed-Bd';
    text-transform: uppercase;
    outline: none;
}

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

.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;
}
.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%;
}
.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: 95px !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;
}
.product-options-block {
    border: 1px solid #DDDDDD;
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
}
.product-option {
    float: left;
    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 .option-location {
    width: 122px;
}
.product-option .option-nr {
    width: 70px;
}
.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: 228px;
    height: 236px;
    overflow: hidden;
    overflow-y: auto;
    margin-right: 15px;
}
.admin-popup .product-box-item {
    width: 205px;
    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: 10px;
}
.admin-popup .product-box-item .product-box-title {
    font-size: 11px;
    font-weight: bold;
    height: 43px;
    width: 115px;
    float: left;
    overflow: hidden;
}
.admin-popup .product-selected-box {
    float: left;
    width: 326px;
    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;
}
.block-expandable-title {
    font-size: 11px;
    color: #000;
    font-weight: bold;
}
.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: #f7d900;
}
.b-input-url {
    position: relative;
    display: inline-block;
}
.openLinkTree:after {
    font-family: "icons-common-sec";
    content: "t";
    color: #6C6D6D;
    font-size: 16px;
    background-color: #fff;
    padding-left: 4px;
}
.b-input-url .b-input-text {
    padding-right: 25px;
    width: 340px;
}
.stock-location-url {
    margin: 15px 0;
}
.stock-location-url label {
    font-size: 12px;
    margin-right: 10px;
}
.upload-block-main {
    float: left;
    width: 203px;
    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;
}
.upload-block-right {
    float: right;
    width: 373px;
}
.upload-block-right input[type=text], .upload-block-right .b-input-url {
    width: 100%;
}
.upload-block-right label {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    margin-right: 10px;
}
.upload-block-right .stock-location-url {
    margin-top: 18px;
    margin-bottom: 0;
}
.uploaded-preview {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.button-upload-box {
    margin-top: 10px;
}
/*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;
}
.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;
}
.action-block-content {
    width: 510px;
    margin-left: 20px;
    font-size: 12px;
    margin-bottom: 20px;
}
.action-block-table {
    display: table;
    width: 100%;
    border-spacing: 10px;
}
.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;
    width: 140px;    
    min-width: 140px;
    vertical-align: top;
    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-inputcell .b-input-text, .action-block-inputcell .b-input-url {
    width: 100%;
}
.b-input-headline {
    width: 70% !important;
}
.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{
	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;
}
.admin-popup.mk_mod .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;
}
.option-icon {
    float: left;
    margin-right: 17px;
    line-height: 24px;
    width: 31px;
    height: 31px;
}
.option-icon:before {
    background: -webkit-linear-gradient(#B1B4B7, #717377);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "icons-common-sec";
    width: 31px;
    text-align: center;
    display: block;
}
.admin-popup .action-box .option-title {
    line-height: 24px;
}
.icon-home:before {
    content: "i";
    font-size: 23px;
}
.icon-calc:before {
    content: "J";
    font-size: 22px;
}
.icon-service:before {
    content: "L";
    font-size: 23px;
}
.icon-testdrive:before {
    content: "d";
    font-size: 24px;
}
.icon-letter:before {
    content: "e";
    font-size: 24px;
}
.icon-config:before {
    content: "c";
    font-size: 31px;
}
.icon-tunning:before {
    content: "K";
    font-size: 30px;
}
.action-tool.icon-cross:hover:before {
    color: #15a6b7;
}
.edit-content {
    width: 650px;
    height: 380px;
    overflow: auto;
}
.action-side_secondary {
    background: #ECEDEE;
    border: 1px solid #DADADA;
    padding: 15px 11px;
    padding-bottom: 0;
}
.admin-gallery-item {
    width: 196px;
    height: 151px;
    margin-right: 10px;
    margin-bottom: 15px;
    position: relative;
    float: left;
}
.admin-gallery-item:nth-of-type(3n) {
    margin-right: 0;
}
.admin-gallery-item .preview-image {
    height: 96px;
    width: 100%;
    display: block;
}
.admin-gallery-item .title-block {
    background: #fff;
    padding: 10px;
    padding-right: 7px;
    border: 1px solid #DADADA;
    font-size: 11px;
    color: #000;
    line-height: 18px;
    font-weight: bold;
    height: 55px;
    box-sizing: border-box;
    border-top: none;
    position: relative;
    display: table;
    width: 100%;
}
.admin-gallery-item .title-block-cell {
    display: table-cell;
    vertical-align: top;
}
.title-block-content {
    height: 35px;
    font-size: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.admin-gallery-item .action-tool {
    margin: 0;
    float: none;
}
.title-block-cell:nth-of-type(2) {
    padding-left: 5px;
    width: 20px;
}
.admin-gallery-item .delete-link {
    position: absolute;
    top: 0;
    right: 10px;
    width: 24px;
    height: 24px;
    background: #fff;
    text-align: center;
    cursor: pointer;
    color: #940E0E;
}
.admin-gallery-item .delete-link:before {
    font-family: "icons-common-sec";
    content: "w";
    font-size: 15px;
    line-height: 24px;
}
.admin-gallery-item .delete-link:hover {
    color: #fff;
    background: #940E0E;
}
.image-library {
    padding: 15px 27px !important;
}
.image-library .b-popup-close:before {
    color: #000;
}
.image-library .top-part {
    margin-bottom: 15px;
}
.searchbar {
    float: left;
    margin-left: 15px;
}
.searchbar .b-input-text {
    width: 270px;
    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 {
    /*display: table-cell;*/
    vertical-align: top;
    /*background-color: #3A3A3A;
    background: -webkit-linear-gradient(top, #171717, #3A3A3A);
    background: -o-linear-gradient(bottom, #171717, #3A3A3A);
    background: -moz-linear-gradient(bottom, #171717, #3A3A3A);
    background: linear-gradient(to bottom, #171717, #3A3A3A);*/
    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.1%;
}
.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: #f7d900;
}
.image-library .tab-bar .tab-item em div:hover{
    color: #fff;
}
.image-library .tab-bar .tab-item div:hover{
    color: #f7d900;
}
.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:415px;
    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-input{
    margin-bottom: 15px;
}
.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;
}
.button-add {
    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;
}
.button-add:before {
    font-family: "icons-common-sec";
    content: "I";
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
    vertical-align: bottom;
    line-height: 28px;
}
.b-button {
    cursor: pointer;
}
.admin-popup-imagelibrary-edit-panel{
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    padding: 25px 20px 50px 20px;
}
.admin-popup-imagelibrary-crop-submit-input{
    font-size: 14px;
    line-height: 24px;
    padding-left: 10px;
    margin: -120px 0 20px 50px;
}
.admin-popup-cancel-link{
    color: #000 !important;
    text-decoration: underline;
}
.admin-popup-imagelibrary-crop-submit-input div{
    float:left;
    margin-right: 7px;
}

.admin-popup-imagelibrary-crop-submit-input input{
    min-height:16px;
}
.admin-popup-imagelibrary-save-button{
    width: 96px;
    text-align: center;
    height: 29px;
    line-height: 25px !important;
    background: -webkit-linear-gradient(top, #ffc90f, #feae00);
    background: linear-gradient(to bottom, #ffc90f, #feae00);
    color:#333;
    font-weight: bold;
}

.admin-popup-imagelibrary-cancel-link{
    position: absolute;
    bottom: -50px;
    left: 40px;
}
.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;
    background-color: #717171;
    color: #fff;
    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;
    width: 450px;
    top: 185px;
    box-shadow: 0 0 20px 5px;
}

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

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

.admin-popup-imagelibrary-confirm .cancel{
    float: left;
    margin-left: 20px;
}
.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;
}
.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 .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: 27px;
    height: 27px;
    -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;
}
.admin-popup input[type=text], .admin-popup textarea {
    font-size: 12px;
}
.empty-row {
    line-height: 0;
}
.icon-expander:before {
    font-family: "icons-common-sec";
    content: "b";
    font-size: 15px;
    cursor: pointer;
}
.icon-collapser:before {
    font-family: "icons-common-sec";
    content: "b";
    font-size: 15px;
    cursor: pointer;
    display: inline-block;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
    line-height: 23px;
}
.option-icon.icon-expander, .option-icon.icon-collapser {
    margin-right: 0;
}
.menu-manageable > .block-expandable {
    padding: 0;
    background: none;
    border: none;
    margin-left: 20px;
}

.action-block.menu-manageable > div:nth-child(3){
    padding: 0 !important;
    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;
}
.disabled:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #D1D1D1;
    content: "";
    z-index: 10;
    opacity: 0.6;
}
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;
}
.icon-folder_expanded:before {
    content: "t";
    font-size: 22px;
}
.icon-folder_collapsed:before {
    content: "D";
    font-size: 22px;
}
.uppercase {
    text-transform: uppercase;
}
.option-icon_secondary {
    margin-right: 3px;
}
.option-title + .option-icon:before {
    font-size: 11px;
}
.option-icon_secondary:before {
    color: #717171;
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}
.reservBannerTitle {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}
.place-holder {
    border: dashed 1px #000 !important;
    width: 648px;
    height: 47px;
    margin-bottom: 1px;
}
.product-selected-box .product-box-item {
    width: 100% !important;
    position: relative;
}
.ui-widget-content a {
    color: #fff !important;
}
.b-input-url .openLinkTree {
    position: absolute;
    right: 3px;
    top: 4px;
}
.html-editor textarea {
    max-height: 380px;
    height: 380px
}
.admin-popup-content .upload-block-main {
    height: auto;
}
.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;
}

.children-container .block-expandable {
    padding-right: 0 !important;
    padding-bottom: 63px !important;
    position: relative;
}

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

.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;
}

.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{
    position: absolute;
    bottom: 15px;
    right: 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{
    height: 163px;
}

.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,
.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 .image-upload-part {
    text-align: center;
}

.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: 139px !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;
}
.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 {
    float: right;
}

.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: 'OpelSansCondensed-Bd';
    background: #F7D900;
    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: #F7D900;
    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:280px;
    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;
}
.selectlink-content {
    width:242px;
    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;
}
.selectlink-item {
    font-size:11px;
    color:#000;
    margin-bottom:10px;
}
.selectlink-item.expanded {
    cursor:default;
}
.selectlink-item.collapsed {
    font-weight:bold;
    cursor:pointer;
}
.selectlink-item:before {
    font-family:"icons-common-sec";
    color:#f7d900;
    vertical-align:middle;
    font-size:15px;
    margin-right:5px;
    float:left;
}
.selectlink-item.collapsed:before {
    content:"D";
}
.selectlink-item.expanded:before {
    content: "t";
    font-size: 16px;
    margin-left: 1px;
    margin-right: 4px;
}
.selectlink-sub-block {
    margin-left:10px;
    display:none;

    margin-left: 10px;
    border-left: 1px dotted;
    /* padding-left: 10px; */
    padding-top: 7px;
    margin-top:10px;
}
.selectlink-item.expanded .selectlink-sub-block {
    display:block;
}
.selectlink-sub-block .selectlink-item {
    padding-left:15px;
    position:relative;
}
.selectlink-sub-block .selectlink-item:after {
    content: "";
    width:10px;
    height:1px;
    border-bottom:1px dotted;
    top:5px;
    left:0;
    position:absolute;
}

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;
}
.wicket-mfu-container {
    color: #fff;
    height: 215px;
    margin-top: 5px;
    overflow: auto;
}
.wicket-mfu-container div{
    display: block;
    padding: 10px 0;
    position: relative;
    word-break: break-word;
    padding-right:30px;
}
.wicket-mfu-container div.wicket-mfu-caption{
    display: none;
}
.wicket-mfu-container div input{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-indent: -9999px;
    background-color: transparent;
    z-index: 2;
	width:15px;
	height:15px;
}
.wicket-mfu-container div:after{
    font-family: "Icons-Common-sec";
    content: "\e900";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}
.wicket-mfu-caption {
    display: none;
}
.drt *{
    margin: 0;
}
.product {
    width: 208px;
    border: none;
    margin: 0 8px;
    margin-bottom: 15px;
    float: left;
    background: #fff;
}
.product-title {
    font-family: 'OpelSansCondensed-ExBd';
    font-size: 18px;
    line-height: 24px;
    color: #000;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
}
.product-preview {
    width: 100%;
}
.product-image {
    height: 75px;
    text-align: center;
}
.product-image img {
    max-height: 75px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.product .b-button {
    display: block;
    margin: 10px auto;
    max-width: 83px;
    text-align: center;
}
.product-link a{
    padding-left: 5px;
    margin-bottom: 5px;
    text-decoration: none;

}
.topposition ul#dragable{
    display: flex;
    flex-wrap: wrap;
}
.product .b-button-left-arrow:before{
    text-transform: lowercase;
    top: 0;
    left: 12px;
}

.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: 'OpelSansCondensed-ExBd';
    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);
}
.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;
}
@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);
}
.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;
}
.confirmBottom {
    background: #3e3e3e;
}
.menu-manageable > .block-expandable{
	margin-left:0;
}
.popup-background{
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 102;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0,0,0,0.5);
    padding:50px 0;
}
.popup-background > div{
	position: relative;
    width: 100%;
    margin: 0 auto!important;
    max-width:1200px;
}
.dialogWindow{
	transform:initial !important;
	top:0!important;
}