﻿ 
.right{
    float:right;
}
.carousel-indicators{
    text-align:left;
}
#carousel .carousel-li {
    text-align: left;
    background: #000;
    border: 1px solid #fff;
}
#carousel ol .active{
    background:#fff;
    border:1px solid #000;
}
@media screen and (min-width:0px) {

    .carousel-img {
        /*height: 100px !important;*/
        /*margin: 50px auto;*/
        
    }
    #carousel .item {
        width: 100%;
        /*height: 150px;*/
    }
    .param-title {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #090218;
        letter-spacing: 0;
        font-weight: bold;
        padding-bottom: 10px;
    }
    .select-on {
        background: #037AFF !important;
    }
    .code {
        font-size: 14px;
        font-family: Roboto-Bold;
        color: #090218 !important;
        letter-spacing: 0;
        padding: 20px 0px 10px 0px;
    }
    .products{
        /*min-height:200px;*/
    }
    .container > .navbar-header {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .table-responsive{
        border:0px !important;
    }
    .container {
        padding: 0px;
    }
    .panel{
        margin-top:0px !important;
        box-shadow:none !important;
    }
    .panel-heading{
        padding:0px 2px;
    }
    .nav-title {
        font-size: 10px !important; 
        color: #090218 !important;
        letter-spacing: 0;
        font-weight: bold;
        cursor: pointer;
    } 
    .list-group {
        border-bottom: 1px solid #adadad;
        border-top: 0px !important;
        margin-bottom:0px;
        border-radius:0px !important;
        box-shadow:none !important;
    }
    .list-group .panel{
        border-radius:0px;
    }
    .list-group-item {
        border: 0px; 
        border-radius:0px !important;
        font-size: 10px !important;
        color: #090218 !important;
        letter-spacing: 0;
        line-height: 30px;
        font-weight:normal;
        cursor:pointer;
        padding:0px 2px;
    }
    .checkBox {
        border: 1px solid #ADADAD;
        background: #fff;
        width: 7pt;
        height: 7pt;
        display: inline-block;
        margin-right:5px;
    }
    #carousel-generic {
        padding-top:10px;
    }
}

@media screen and (min-width:480px) {
}

@media screen and (min-width:768px) {
    .carousel-img, #noImage {
        width: 360px !important;
        height: 202px !important;
    }
    #carousel .item {
        width: 100%;
        /*height: 200px;*/
    }
    .carousel-img {
        /*height: 150px !important;*/
        /*margin: 75px auto;*/

    }
    .param-title {
        font-size: 18px;
        padding-bottom: 15px;
    }
    .code {
        font-size: 18px;
        padding: 30px 0px 15px 0px;
    }
    .panel-heading {
        padding: 10px 15px;
    }
    .nav-title {
        font-size: 16px !important; 
    }
    .list-group {
        margin-bottom:20px;
        padding:10px 15px;
    }
    .list-group-item {
        font-size: 14px !important;
    }
    .checkBox { 
        width:10pt;
        height:10pt;
        margin-right: 10px;
    }
    .products {
        /*min-height: 700px;*/
    }
}

@media screen and (min-width:960px) {
    .carousel-img, #noImage {
        width: 425px !important;
        height: 241px !important;
    }
    #carousel .item {
        width: 100%;
        /*height: 350px !important;*/
    }
    .carousel-img {
        /*height: 200px;*/
        /*margin: 100px auto;*/
    }
    .param-title {
        font-size: 21px;
        padding-bottom: 20px;
    }
    .code { 
        font-size: 21px; 
        padding:40px 0px 20px 0px;
    }
}

@media screen and (min-width:1024px) {
}

@media screen and (min-width:1200px) {
}
 