/*filter*/
.filterbxcntnt_inner {
    margin: 0px;
    padding: 10px 10px 0px 10px;
    min-height: 40px;
}

.filterbxcntnt_inner ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.filterbxcntnt_inner li {
    margin: 0px;
    padding: 5px 10px 5px 10px;
    float: left;
    font-size: 11px;
    color: #2bad0f;
    font-weight: bold;
    position: relative;
}

.filterbxcntnt_inner_bot {
    margin: 0px;
    padding: 0px 10px 0px 70px;
    min-height: 30px;
    position: relative;
}

.filterbxcntnt_left {
    margin: 0px;
    padding: 5px 0px 0px 10px;
    float: left;
    font-size: 12px;
    /*color: #fff;*/
    position: absolute;
    width: 120px;
    top: 3px;
    left: 10px;
}

.filterbxcntnt_right {
    margin: 0px;
    padding: 8px 0px 0px 60px;
    /*float: left;*/
    font-size: 12px;
}

.filterbxcntnt_right ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.filterbxcntnt_right li {
    margin: 0px 8px 8px 0px;
    float: left;
    padding: 2px 32px 2px 10px;
    position: relative;
    height: 24px;
    display: block;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0.1em 0.1em #b88826;
    border: #b6880d 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #16A085;
    -moz-box-shadow: 0 0 3px #fff;
    -webkit-box-shadow: 0 0 3px #fff;
    box-shadow: 0 0 3px #fff;
}

.filterbxcntnt_right li a {
    background: url(../img/filter_close.png) no-repeat;
    width: 16px;
    height: 15px;
    position: absolute;
    top: 3px;
    right: 5px;
}

.drop {
  position: absolute;
  width: 200px;
  min-height: 0px;
  background: #fff;
  color: #000;
  left: 0px;
  top: 30px;
  z-index: 50;
  padding: 10px 10px 10px 5px;
  -moz-box-shadow: 0px 0px 8px #9b9b9b;
  -webkit-box-shadow: 0px 0px 8px #9b9b9b;
  box-shadow: 0px 0px 8px #9b9b9b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 3px #fff solid;
}

.droparrow {
  position: absolute;
  width: 20px;
  height: 18px;
  left: 170px;
  top: -18px;
  background: url(../img/drop-arrow.png) no-repeat;
}

.drop input[type="search"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px #dddddd solid;
  padding: 4px 5px;
  font-size: 12px;
  -moz-box-shadow: inset 0px 0px 3px #e2e3e3;
  -webkit-box-shadow: inset 0px 0px 3px #e2e3e3;
  box-shadow: inset 0px 1px 5px #e2e3e3;
}

.drop select[type='search'] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px #dddddd solid;
  padding: 4px 5px;
  font-size: 12px;
  -moz-box-shadow: inset 0px 0px 3px #e2e3e3;
  -webkit-box-shadow: inset 0px 0px 3px #e2e3e3;
  box-shadow: inset 0px 1px 5px #e2e3e3;
}

.drop input[type="submit"] {
  padding: 5px 8px;
  margin: 8px 0px 3px 3px;
  background: #16A085;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0px #b58530 solid;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  width: 65px;
  height: 28px;
}
#sortable1,#sortable2,#sortable3{list-style-type:none;padding:5px;width:100%;overflow: hidden;}
#sortable1 li,#sortable2 li,#sortable3 li{text-align: center;vertical-align: middle;float:left;margin:2px;cursor:pointer;}
#sortable1:after,#sortable2:after,,#sortable3:after {
    content: "";
    display: block;
    clear: both;
}

.aclose {
    background: url(../img/filter_close.png) no-repeat;
    width: 16px;
    height: 15px;
    position: absolute;
    top: 3px;
    right: 5px;
}

.smart-style-1 .btn-header>:first-child>a{
  background: #922B7E;
  border: 1px solid #922B7E;
}

#main{
  min-height: 500px;
}

.header-btn{
  margin: 12px 5px 20px;
  background: #922B7E;
  border: 1px solid #922B7E;
}

.header-btn:hover{
  margin: 12px 5px 20px;
  background: #0066A4;
  border: 1px solid #0066A4;
}