img.delete_brand,
img.delete_dealer,
img.upload_brand,
img.add_dealer_param,
img.del_dealer_param {
    cursor: pointer;
}

select.select {
    font-size: 14px;
    padding:5px 5px  6px 5px;
    width:80%;
}
select.select option {
    padding: 2px 5px 3px 5px;
}
.chosen {
    width:340px;
    z-index: 1000;
}

span.exist {
    display: block;
    width: 60%;
    background-color:#00BC44;
    color:#fff;
    padding: 2px 10px;
    text-align: center;
}

span.not_exist {
    display: block;
    width: 60%;
    background-color:#EB1D00;
    color:#fff;
    padding: 2px 10px;    
    text-align: center;
}

table.inputs {
    margin: 0px !important;
}
table.inputs td {
    border: 0px solid #fff !important;
    padding:0px !important;
}
div.error-message{
    color: #fff;
    font-weight: bold;
    background-color: #EB1D00;
    border-radius:10px;
    width: 90%;
    padding: 0 0 0 20px;
    margin: 3px auto;
}


.attribute {
    border-collapse: collapse;
    width: 600px;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    margin-bottom: 20px;
}

.attribute thead td, .attribute thead tr td:first-child {
    color: black;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}

.attribute tr td:first-child {
    color: black;
    font-weight: bold;
    text-align: right;
    width: 20%;
}


.attribute thead td, .attribute thead tr td:first-child {
    color: black;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}


div.block_content > ul > li{
    margin-top: 10px;
}


.attribute td {
    padding: 7px;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

li div.liconteiner {
    clear: both;
    height: 30px;
    border-radius: 3px;
    margin: 1px;
    padding: 0 3px 0 0;
}

li div.liconteiner div.name {
    /*padding: 4px 0 0 10px;*/
    display: inline-block;
    width:80%;
}

li div.liconteiner div.name a{
    display: inline-block;
    width: 90%;
    line-height: 30px;
    padding-left: 10px;
}

li div.liconteiner div.attr {
    border: 1px solid #CCC;
    padding: 3px;
    width: 16px;
    float: right;
    display: inline-block;
    margin: 3px 0 0 0;
    border-radius: 3px;
    text-align: center;
}


li div.liconteiner div.attr_left {
    border: 1px solid #CCC;
    padding: 3px;
    width: 16px;
    float: left;
    display: inline-block;
    margin: 3px 0 0 0;
    border-radius: 3px;
    text-align: center;
}