﻿.selectboxit-container,.test2, .test2 .selectboxit, .test2 .selectboxit-options,.selectboxit-option-anchor {
  width: 100%;
   font-family: Trebuchet MS;
}
.selectboxit-optgroup-header.undefined
{
	
	display:none;
}
.selectboxit-container .selectboxit,#ddlCategorySelectBoxIt{
    width: 100%;
     font-family: Trebuchet MS;
    cursor: pointer;    
    border-radius: 0px !important;
    overflow: hidden;
    display: block;
    position: relative;
    color:white;
    height: 29px;
    background: url("../img/dropdown/dropdown.png") black no-repeat right 50% !important ;
    border-right-width: 0px;
}
li.selectboxit-option {
    height: 25px;
    line-height: 25px;
    }
.selectboxit-container span, .selectboxit-container .selectboxit-options a{
    height: 25px;
    line-height: 25px;
    display: block;
}
.selectboxit-option-icon-container
{
	font-family: Trebuchet MS;
}
    selectboxit-arrow-container {
      
        background-image: url("../img/dropdown/dropdown.png");
        background-repeat: no-repeat;
        background-position: right;
        font-family: Trebuchet MS;
        font-size: 15px;
        font-weight: lighter;
       
    }
.selectboxit-option-anchor
{
    width:100%;
    padding: 4px 12px;
}
.dropdown-menu{
    max-width:450px;
    overflow-x: hidden;
}
.dropdown-menu > li
{
    border-bottom:2px groove #7C7C82;
}
.selectboxit-container .selectboxit-options {   
    width:80%;
    max-height: 240px;
    overflow-y:scroll;
}
.selectboxit-arrow.caret{
    display:none;
}
.sdv-filter .btn:hover, .sdv-filter .btn:focus {
    color: white;
    text-decoration: none;
}
.dropdown-menu .active>a, .dropdown-menu .active>a:hover {
   
    text-decoration: none;
    background-color: #8B8B8C;
    	background-repeat: repeat-x;
	outline: 0;
	background-image: linear-gradient(to bottom,#CECED8,#7C7C82);
}
.jc-dropdownlist select {
    margin: 0;
    padding: 0;
	background: url(../img/dropdown/dropdown.png) black no-repeat right 50%;
    font-size: 13px;
    font-weight: lighter;
    line-height: 30px;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    /*text-overflow: '';*/
    color: white;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	width: 100%;
	padding-left:15px;
}
#selectCity 
{
	text-transform:none;	
	font: 14px Helvetica, Arial;
}
.jc-dropdownlist > select::-ms-expand {
    display: none;
}
.jc-dropdownlis select 
{
  -webkit-appearance:none;
  -moz-appearance:none;
  -o-appearance:none;
   appearance:none; 
}

.jc-dropdownlist select option, .jc-dropdownlist select optgroup {
    background-color: #FBFCFA;
    color: #999;
    cursor:pointer;
    border-bottom: 1px solid #eee;
    line-height: 30px;
}

.jc-dropdownlist select option:hover {
    background-color: #999;
    cursor:pointer;
 }


/* barre de dÃ©filement */
.jc-scrollc {
    border: 1px solid red;
    height: 251px;
    width: 20px;
    display: none;
    position: relative;
    bottom: 267px;
    left: 439px;
}

.jc-scrollb {
    width: 100%;
    height: 50%;
    background-color: black;
    position: relative;
}

@media screen and (max-width: 1024px)
{
    .dropDownDiv > div {  
	    margin-bottom: 10px;
	    width:100%;
	}
	
}