﻿@charset "utf-8";
/* CSS Document! */


.btn-primary {
    background-color: #706e5b !important;
    border-color: #706e5b !important;
    color: white !important;
}

.btn-default {
    border-color: #706e5b !important;
    color: #706e5b !important;
}

.container {
    width: 1220px;
    color: #454545;
    font-size: 12px;
}

.fir_header {
    width: 100%;
    /*	border:1px solid violet;*/
    position: relative;
    margin-bottom: 35px;
}

.fir_header p {
    color:white;
    display:block;
    position:absolute;
    left:50%;
    bottom:5px;
    /*border:1px solid blue;*/
    margin-left:-70px;
}

.banner_search {
    height: auto;
    width: auto\9;
    width: 100%;
}


.searchstr {
    width: 109px;
    height: 24px;
    border-radius: 12px;
    background-color: white;
    outline: none;
    color: #454545;
    border: none;
    font-size: 12px;
    line-height: 18px;
    padding-left: 20px;
    border:1px solid  #706e5b;
    margin-top:20px;
    margin-left:15px;
    /*position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -100px;*/
}

.dropdown {
    margin-top: 15px;
}

.btn_query {
    margin-top: 25px;
}

.olfractive {
    width: 100%;
    border: 2px solid white;
}

    .olfractive tr {
        border: 2px solid white;
        /*background-color:#e8e8e8;	*/
    }

.olf_header {
    height: 30px;
    background-color: #706e5b;
    color: white;
    padding-left: 10px;
}

.odorname, .checkbox1 {
    height: 10px;
    color: #454545;
    padding-left: 18px;
    background-color: #e8e8e8;
}

.odorname {
    width: 80%;
    background-color: #e8e8e8;
}

.checkbox1 {
    width: 20%;
    background-color: #e8e8e8;
}


.chk_1 {
    display: none;
}

    .chk_1 + label {
        background-color: #FFF;
        border: 1px solid #C1CACA;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        padding: 9px;
        border-radius: 5px;
        display: inline-block;
        position: relative;
        margin-right: 30px;
        margin-top: 10px;
    }

        .chk_1 + label:active {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
        }

    .chk_1:checked + label {
        background-color: #ECF2F7;
        border: 1px solid #92A1AC;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
        color: #243441;
    }

        .chk_1:checked + label:after {
            content: '\2714'; /*//勾选符号*/
            position: absolute;
            top: 0px;
            left: 0px;
            color: #454545; /*#758794;*/
            width: 100%;
            text-align: center;
            font-size: 1.4em;
            padding: 1px 0 0 0;
            vertical-align: text-top;
        }


.tbl_selection {
    width: 100%;
    min-height: 200px;
}

.p_name {
    width: 35%;
}

.fir_code {
    width: 15%;
}

.p_type {
    width: 8%;
}

.odor1 {
    width: 10%;
}

.odor2 {
    width: 10%;
}

.operation {
    width: 13%;
}

.tbl_selection th {
    height: 60px;
    color: #706e5b;
    border-bottom: 1px solid #706e5b;
}
a:hover{
    color: #706e5b;
}
a{
    color: #706e5b;
}
.prod_line {
    height: 60px;
    border-bottom: 1px solid #dbdbdb;
}

.round {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    color: white;
    background-color: #706e5b;
    padding-left: 4px;
    padding-top: 2px;
    float: left;
    margin-right: 3px;
}

.round_disable {
    background-color: #dbdbdb;
}

.page_control {
    list-style-image: none;
    margin-top: 15px;
}

.page {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    /*	-webkit-border-radius:50%; 
	-moz-border-radius:50%; 
	-o-border-radius:50%; 	*/
    border: 1px solid #706e5b;
    color: #706e5b;
    display: flex;
    justify-content: center;
    align-content: center;
    float: left;
    margin-right: 5px;
}
li{list-style-type:none;}
.round a{color:white;}
.page_actived {
    background-color: #706e5b;
    color: white;
}

.aldehyde {
    color: #b8cdda;
}

.floral {
    color: #dc0038;
}

.green {
    color: #76a315;
}

.key1, .key2 {
    width:109px;
    height:34px;
    border-radius:5px;
    line-height:30px;
    color:white;
    border:1px solid #706e5b;
    text-align:center;
    background-color:#706e5b;
}