.comment-file {
    position: relative;
    max-width: 100px;
    max-height: 100px;
    display: inline-block;
}

.comment-file a{
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    width: 28px;
    text-align: center;
    color: white;
    font-size: 20px;
}

img.img-comment {
    max-width: 100px;
    max-height: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.main-sidebar, .left-side {
    padding-top: 0px;
}

.sidebar-toggle {
    display: none;
}

.sidebar-menu > li > a {
    padding: 8px 5px 8px 15px;
    display: block;
}

body .user-panel > .info {
    padding-left: 10px;
}

body a.asc:after,
body a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings', serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

body a.asc:after {
    content: "\e151";
}

body a.desc:after {
    content: "\e152";
}

body .sort-numerical a.asc:after {
    content: "\e153";
}

body .sort-numerical a.desc:after {
    content: "\e154";
}

body .sort-ordinal a.asc:after {
    content: "\e155";
}

body .sort-ordinal a.desc:after {
    content: "\e156";
}

body .grid-view th {
    white-space: nowrap;
}

.input-group-sp.input-group-addon {
    padding: 0 !important;
}

.main-header .header-title {
    float: left;
    color: White;
    font-size: 18px;
    background-color: transparent;
    background-image: none;
    padding-top: 12px;
    padding-left: 15px;
    letter-spacing: 1px;
}

.main-header .header-title i {
    font-size: 14px;
    margin-right: 6px;
}

blockquote {
    font-size: 14px;
}

input[type=checkbox]:checked:before {
    color: #515658;
    content: "\f00c";
    font-family: "FontAwesome", sans-serif;
    font-size: 14px;
    position: absolute;
    top: 1px;
    left: 1px;
}

.select2-container--krajee .select2-results > .select2-results__options {
    max-height: 500px !important;
}

input[type=checkbox] {
    position: relative !important;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    margin-top: 0px;
    margin-left: 4px;
    outline: 0;
    padding: 0 !important;
    width: 18px;
    -webkit-appearance: none;
    box-shadow: none;
    font-weight: 100;
    top: 4px;
    margin-right: 4px;
    border: 1px Solid silver;
}

input[type=checkbox]:focus {
    outline: none;
}

.content-header > h1 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

tr.divider td {
    background: #e0e0e0 !important;
}

tr.divider td {
    font-weight: 600;
}

.color-disabled {
    color: #d0d0d0;
    min-height: 20px;
}

.color-enabled {
    color: #343a40;
}

.tool-link {
    color: #49569c;
    font-weight: 400;
    font-family: verdana;
    font-size: 13px;
}

.tool-link i {
    padding-right: 4px;
    color: #49569c;
    margin-left: 15px;
}

.btn-quantity {
    width: 30px;
    height: 30px;
    border: 1px Solid silver;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-weight: bold;
    border-radius: 0;
    vertical-align: top;
    font-size: 20px;
}

.input-quantity {
    width: 50px;
    height: 30px;
    padding: 0;
    margin: 0;
    border: 1px Solid Silver;
    border-left: none;
    border-right: none;
    text-align: center;
    vertical-align: top;
}

div.pjax-load:after {
    content: '';
    z-index: 999999;
    background: Silver;
    position: absolute;
    opacity: 0.2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.counter {
    position: relative;
}

.float-box.form-group {
    position: fixed;
    top: 0;
    z-index: 9999;
    background: white;
    padding: 10px;
    right: 0;
    border-bottom: 1px Solid silver;
    border-left: 1px Solid silver;
    display: none;
}

#product-copy {
    position: absolute;
    right: 25px;
    top: 30px;
    color: gray;
    z-index: 9999;
    font-size: 16px;
    cursor: pointer;
}

#product-copy:hover {
    color: red;
}

.input-group {
    width: 100%;
}

#filter_box table td:nth-child(1) {
    background: #f1f1f1;
    font-weight: 600;
    border-bottom: 1px Solid white;
    text-align: left;
    width: 260px;
}

#filter_box table span.input-group-addon,
.input-lang {
    width: 130px;
    text-align: right;
    font-weight: 600;
    background-color: whitesmoke !important;
}

.table-box .table {
    margin-bottom: 0;
}

.rel-table {
    height: 220px !important;
    margin-bottom: 10px;
}

.color {
    width: 12px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
}

.scroll-box,
.table-box,
#product-catalogs {
    border: 1px Solid Silver;
    padding: 6px;
    height: 535px;
    overflow: auto;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.table-box tr {
    padding-top: 4px;
    clear: both;
    background: #f8f8f8;
    height: 60px;
    border: 2px Solid #e2dcdc;
    margin-bottom: 4px;
    border-left: 2px solid #e2dcdc;
}

.table-box .sorting {
    color: Gray;
    width: 24px;
    padding-left: 10px;
    cursor: pointer;
    padding-right: 10px;
    vertical-align: middle;
}

.table-box .remove {
    cursor: pointer;
    font-size: 33px;
    font-weight: bold;
    color: gray;
    width: 26px;
    padding-right: 15px;
}

.media-body .color {
    margin-top: 3px;
}

tr.sorting-row {
    border-left: 2px solid red;
}

tr.sorting-row td {
    background: #dedede;
}

table.sorting-table tbody tr:not(.sorting-row) td {
    opacity: 0.4;
}

.video-input {
    padding: 5px;
    margin-top: 6px;
    width: 100%;
    border: 1px Solid #f8f8f8;
}

.video-input:hover {
    border: 1px Solid SkyBlue;
}

.fastCatalog,
.fastList {
    max-height: 600px;
    overflow: auto;
}

.fastList .price {
    float: right;
}

.fastList > div {
    padding: 2px;
}

.fastCatalog > div {
    cursor: pointer;
}

.selected {
    font-weight: 600;
}

.fastCatalog > div:nth-of-type(odd),
.fastList > div:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.actions-bar {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

td.product-title a {
    font-weight: 600;
}

.counter span {
    position: absolute;
    top: -5px;
    right: -3px;
    background: #caca91;
    width: 17px;
    font-size: 12px;
    border-radius: 50%;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

.catalog__itemFeatureItem {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 14px;
}

.catalog__itemFeatureItem:before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 13px;
    height: 15px;
    content: '';
    background: url(../img/detail__feature.png) 0 15px no-repeat
}

.catalog__itemFeatureItem--resolution:before {
    background-position: 0 0
}

.catalog__itemFeatureItem--cpu:before {
    background-position: 0 -16px
}

.catalog__itemFeatureItem--memory:before {
    background-position: 0 -32px
}

.catalog__itemFeatureItem--ram:before {
    background-position: 0 -48px
}

.catalog__itemFeatureItem--camera:before {
    background-position: 0 -64px
}

.catalog__itemFeatureItem--battery:before {
    background-position: 0 -80px
}

.catalog__itemFeatureItem--sim:before {
    background-position: 0 -96px
}

.catalog__itemFeatureItem--sim2:before {
    background-position: 0 -112px
}

.catalog__itemFeatureItem--os:before {
    background-position: 0 -128px
}

.catalog__itemFeatureItem--threeG:before {
    background-position: 0 -144px
}

.catalog__itemFeatureItem--hybrid:before {
    background-position: 0 -112px
}

.catalog__itemGalleryItem img {
    max-height: 60px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: 0px;
}

body .hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

body .error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

body .table .bootstrap-datetimepicker-widget {
    z-index: 9999;
}

#filter_box .help-block {
    display: none;
}

#filter_box .form-group {
    margin-bottom: 0px;
}

.media {
    padding: 10px 0;
}

.media-heading {
    font-weight: 600;
}

.action-block {
    background: #f5eadd;
    padding: 7px;
    border-radius: 5px;
}

.rating ul {
    padding: 4px;
    list-style: none;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #e1eaf3;
    border-color: #e1eaf3;
}

.product-manager {
    max-height: 600px;
    overflow: auto;
}

.boxImage {
    width: 50px;
    display: inline-block;
    float: left;
    font-size: 32px;
    padding-top: 5px;
    padding-left: 5px;
}

.boxTitle {
    font-size: 25px;
    font-weight: 600;
}

.boxHint {
    color: Green;
    font-size: 13px;
}

.boxSelect {
    min-width: 200px;
}

.product-title i {
    font-size: 10px;
    color: #1b1c1d;
}

.colorBox {
    width: 20px;
    height: 20px;
    display: inline-flex;
    margin-right: 8px;
    float: left;
    box-shadow: 1px 1px 1px silver;
}

.filters .form-control {
    padding: 6px 2px;
}

.small-image {
    width: 50px;
}

.small-image img {
    width: 30px;
    height: 30px;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
    background: #f7f7f7;
    padding: 3px;
}

.sort-scroll-sorting {
    background-color: rgba(255, 255, 255, 0.80);
}

.sort-scroll-element {
    margin-bottom: 5px;
}

.sort-scroll-element .box-title {
    font-size: 15px;
    font-weight: 500;
}

.btn-box-tool {
    color: darkcyan;
}

.sort-scroll-element:nth-of-type(1) .sort-scroll-button-up,
.sort-scroll-element:nth-last-of-type(1) .sort-scroll-button-down {
    pointer-events: none;
    cursor: default;
    color: #ddd;
}

.upload-kit .upload-kit-item.image > img {
    max-width: 160px;
}

.tab-data {
    display: none;
}

.tab-data.active {
    display: block;
}

.seo-block div {
    display: none;
}

.seo-block a {
    font-size: 17px;
    color: red;
    font-weight: bold;
    background: aliceblue;
    width: 100%;
    display: block;
    padding: 5px;
    margin-bottom: 10px;
}

.upload-full-info ul {
    width: 100%;
    background: #f8f8f8;
}

.upload-full-info ul li {
    height: 50px !important;
    width: 100%;
}

input.input-full {
    width: 70%;
    border: 2px Solid silver;
    color: black;
    padding: 4px;
}

.pb-bg-success {
    background-color: #28a745 !important;
}

.pb-bg-warning {
    background-color: #ffc107 !important;
}

.clone-bnt {
    margin: 10px 0;
}

.progress {
    height: 15px;
}

.progress-bar {
    height: 15px;
    font-size: 11px;
    line-height: 14px;
}

.nav-max{
    max-height: 800px;
    overflow: auto;
    background: White;
}

.no-brand-center{
    padding-top: 200px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: silver;
    text-shadow: 1px 1px 1px white;
}

.grid-selected a,
.grid-selected {
    background: #94c0da !important;
    color: white;
}

.product-controls {
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.product-controls button{
    width: 150px;
    margin: 10px 0;
    padding: 5px;
}

.upld-form {
	padding-top: 10px;
}

.upld-form-succes, .upld-form-error {
    padding-top: 10px;   
}

.upld-form-succes span {
    font-size: 16px;
    color:green;
}


.upld-form-error span {
    font-size: 16px;
    color:red;
}


.product-index .copy-photo-checkbox {
    display: block;
    margin-top: 10px;
}

.copy-photo-checkbox:after {
    content: attr(value);
    margin: -2px 25px;
    vertical-align: top;
    display: inline-block;
    white-space:nowrap;
    cursor:pointer;
}

.field-social-images .help-block{
    margin-top: 15px;
}

.field-social-images .upload-kit .upload-kit-item {
    margin-bottom: 25px;
}
