﻿.readonly {
    /*pointer-events: none;*/
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;*/
    background-color: #F2F2F2;
    color:#666;
    font-weight:normal;
}
.rTab_btn {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #ff6000;
    font-size: 15px;
    color: #fff;
    height: 44px;
    line-height: 44px;
}
.breadcrumb > .active {
    color: #41403f;
}

.breadcrumb {
    padding: 0;
    background-color: none;
}


.pl-body {
    max-height: 410px;
    height: auto;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
}

.lP-list a {
    color: #333;
}

.lP-list-active > a {
    color: #fff;
}

.lP-list {
    /*min-height: auto;*/
    border-right: 0px;
    height: auto;
}

input[type=checkbox].checkbix + label {
    -webkit-box-align: inherit;
    margin-bottom: 8px;
}

input[type="text"],
input[type="password"] {
    display: inline-block;
    border: 1px solid rgba(220, 223, 230, 1);
    box-shadow: 0 1px rgba(0,0,0,0.1) inset;
    /*padding: 0.5em;*/
}

.list-more {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.5rem;
    background-color: #fafafa;
}

.btn-link {
    color: #0391d1;
    border-color: transparent;
}

#quantityDiscountTable th {
    background-color: #f48d35;
    color: #ffffff;
}

input[type=checkbox].checkbix + label > span {
    display: inline-block;
    vertical-align: sub;
}

.search input {
    border: 2px solid #ff6000;
}

p {
    margin: 0 0 10px;
}

.swiper-container {
    width: 80%;
    padding-left: 5px !important;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.slides-imgbox {
    border: 1px solid #8e8e8e;
}

.swiper-button-next, .swiper-button-prev {
    top: 90%;
}

.gallery-thumbs .swiper-slide {
    width: 60px !important;
    height:60px;
}

.viewer-fixed {
    z-index: 9999 !important;
}
