@import '/rsrc/css/newstyle.css';
@import 'scholier.css';
@import '/wise-modules/angular_mwise-main/0/css/mwise-main.css';

.swiper-widget {
    background: #fff;
    margin-bottom: 20px;
    height:310px;
    overflow: hidden;
}

.swiper-header {
    background: #ddd;
    padding:0 0 0 15px;
}

.swiper-header h2 {
    padding:12px 20px 8px;
    margin:0;
    display: inline-block;
    color:#545054;
}

.swiper-header h2.active {
    background: #fff;
    color:#ff7320;
    border-top:1px solid #ccc;
}

.swiper-widget-content {
    padding: 0 20px;
    overflow: hidden;
    position: relative;
}

.swiper-widget-content:before, .swiper-widget-content:after {
    content:' ';
    background-color: white;
    width:10px;
    z-index: 2;
    height:100%;
    top:0;
    position: absolute;
}

.swiper-widget-content:before {
    background-image: -webkit-linear-gradient(-360deg, white 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(90deg,white 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
    background-color: transparent;
    left: 20px;
}

.swiper-widget-content:after {
    background-color: white;
    background-image: -webkit-linear-gradient(-180deg, white 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(-90deg,white 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
    background-color: transparent;
    right: 20px;
}

.swiper-widget * {
    box-sizing: content-box !important;
}

.swiper-slide {
    position: relative;
    height:240px;
    width:120px;
}
.swiper-slide img {
    position: absolute;
    bottom:5px;
    left: calc(50% - 60px);
    width:120px;
}

.main-content {
    float: left;
    width: 75%;
    margin-right: 20px;
    min-height: 10px;
}

@media screen and (max-width: 1100px) {
    .main-content {
        width: 100%;
    }
}

.widget-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
