﻿body {
}

/*Search giá*/

.filter {
    display: block;
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

ul, ol {
    list-style: none;
}

.filter li:nth-child(1) {
    margin-left: 0;
}
.filter li {
    display: inline-block;
    height: 40px;
    width: auto;
    vertical-align: top;
    font-size: 14px;
    position: relative;
    white-space: nowrap;
}

.filter li.title a {
    color: #333;
}
.filter li a {
    color: #288ad6;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    line-height: 40px;
}

.filter li a {
    color: #288ad6;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    line-height: 40px;
}

.manuwrap {
    padding-top: 10px;
}

.manunew {
    clear: both;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    flex: 1 100%;
}

.manunew a {
    display: inline-block;
    width: 12.4%;
    border: 1px solid #eee;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    margin-left: -1px;
    margin-bottom: -1px;
    transition: all ease 300ms;
    color: #288ad6;
}

.manunew a img {
    display: inline-block;
    max-height: 25px;
    vertical-align: middle;
}

.filter li .criteria, .filter li .selected {
    display: inline-block;
    overflow: hidden;
    color: #288ad6;
    padding-left: 10px;
    cursor: pointer;
    line-height: 40px;
}

.taskSearch{
    background: #fbfbfb;
    padding: 40px 0 40px;
}

.taskSearch h2{
    padding-left: 160px;
}

.choosedfilter {
    display: block;
    overflow: hidden;
    background: #fff;
    margin-top: -40px;
    height: 50px;
}

.choosedfilter a {
    display: inline-block;
    vertical-align: text-bottom;
    padding: 6px;
    background: #288ad6;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    /*margin: -14px 169px;*/
}

.choosedfilter a h2 {
    display: inline;
    color: #fff;
    font-size: 12px;
}

.watching {
    float: right;
    white-space: nowrap;
    line-height: 30px;
}

.watching h2 {
    display: inline;
    font-weight: bold;
    text-transform: uppercase;
}

.choosedfilter a.reset {
    background: #c10017;
}

.icontgdd-clearfil {
    background-position: -249px -31px;
    width: 10px;
    height: 10px;
    margin: -1px 0 0 3px;
    vertical-align: middle;
}