#main-content {
    background: #fff !important;
}
/* Menu fixes */
ul.sidebar-menu li ul.sub a.active {
    color: #fff;
}
ul.sidebar-menu li ul.sub li a {
    padding: 6px 0px 6px 25px;
}
body.popupmode .wrapper {
    margin-top: 0px !important;
}
/* jrfader css */
.jrfader .jrfader_menu ul {
    margin:0;
    padding:0;
}
.jrfader .jrfader_menu ul li {
    display: inline-block;
    list-style-type:none;
    padding: 10px;
    border-top:1px solid #2f323a;
    border-left:1px solid #2f323a;
    border-right:1px solid #2f323a;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #fff;
}
.jrfader .jrfader_menu:hover {
    cursor: pointer;
}
.jrfader .jrfader_menu ul li.active {
    background: #2f323a;
    color: #fff;
}
.jrfader .jrfader_content {
    border: 1px solid #2f323a;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 15px;
    display: none;
    margin: 0 auto 15px auto;
    background: #f7f7f7;
}
.jrfader .jrfader_content.active {
    display: block;
}
.sysmessages {
    margin: 0 auto;
    text-align: center;
    padding-top:15px;
}
.sysmessages .errMsgs {
    background: #F59393;
    color: #8C0000;
    font-size: 120%;
    padding: 10px 5px;
    border-radius: 5px;
    margin: 0 auto 10px auto;
}
.sysmessages .succMsgs {
    background: #95d60a;
    color: #006903;
    font-size: 120%;
    padding: 10px 5px;
    border-radius: 5px;
    margin: 0 auto 10px auto;
}
.fieldgroup {
    padding: 0 0 5px 0;
}
.fieldgroup:after {
    content: "";
    display: table;
    clear: both;
}
.top-menu .lang {
    margin-top: 15px;
}
.site-footer {
    background: #3b3944;
}
.panel-body {
    background: #fff;
    border: 2px solid #d0d9d2;
    border-radius: 10px;
}
img.img-preview {
    max-height:150px;
    max-width:150px;
}
.ordering-btn-up:hover {
    cursor: pointer;
    color: #0d6efd;
}
.ordering-btn-down:hover {
    cursor: pointer;
    color: #0d6efd;
}
.dataTable th.tdId,
.dataTable td.tdId {
    width: 3% !important;
    text-align: center !important;
}
.input-group-addon.remove-padding {
    padding: 0px 10px !important;
}
#current-tags {
    padding:10px;
    border: 1px solid #ccc;
    border-radius:5px;
    background: #fff;
}
#current-tags .tag {
    display: inline-block;
    padding: 2px 5px;
    border: 1px solid #ccc;
    background: #eee;
    border-radius:5px;
    margin: 0 5px 5px 0;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 18px;
}
#current-tags .tag .deleteTag {
    display: inline-block;
    font-size: 8px;
    line-height: 100%;
    padding: 2px 3px;
    color: #fff;
    background: #000;
    border: 1px solid #ccc;
    border-radius:10px;
    vertical-align: middle;
}
#current-tags .tag .deleteTag:hover {
    cursor: pointer;
    background: red;
}

/* ******************************* */
/* Listing page css */
.page_heaer .panel-body {
    margin-bottom: 15px;
}
#page_search .panel-body {
    margin-bottom: 15px;
}
#page_search label {
    font-size: 18px;
    display: inline-block;
    line-height: 180%;
}
#page_search label strong {
    vertical-align: middle;
}
.page_footer .panel-body {
    margin-bottom: 15px;
}
.listing .item {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
}
.listing .item h3 a {
    color: #222127;
}
div.img-preview {
    height:250px;
    overflow:hidden;
    text-align:center;
    margin-bottom:10px;
}
div.img-preview a {
    display:block;
}
.listing .item div.img-preview img.img-preview {
    height:auto !important;
    width:100% !important;
    max-height:2000px !important;
    max-width:100% !important;
}

.pagination-module {
    margin-bottom:10px;
}
@media (min-width: 760px) {
    .listing .item {
        
    }
}
@media (min-width: 761px) and (max-width: 1199px) {
    .listing .item {
        
    }
}
@media (min-width: 1200px) {
    .listing .item {
        height: 500px;
    }
}

/* ITEM PAGE CSS */
.item-images img.main-img-preview {
    max-width: 100%;
}
.main-image,
.main-360-image {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 5px;
}
.main-image {
    text-align: center;
}
.additional-images {
    padding: 10px 0;
    line-height: 140px;
    vertical-align: middle;
    text-align: center;
}
.additional-images .highslide img {
    border: none !important;
}
a.btn_additional_img {
    height: 150px;
    margin: 0 5px;
    padding: 5px;
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.additional-img-preview {
    max-width: 150px;
    max-height: 150px;
}
.item-sku {
    margin-bottom: 15px;
}
.item-desc {
    margin-bottom: 25px;
}
.item-specs {
    margin-bottom: 25px;
}
.item-profile h3 {
    margin: 0 0 15px 0;
}