.select2-container--default{
	width: 100% !important;
}

.select2-container--default .select2-selection--single{
	border-radius: 0;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    font: 400 15px / 18px "Roboto", sans-serif;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
    box-sizing: border-box;
    background: transparent;    
    display: block;
    height: 35px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: 5px;
	padding-top: 0px;
	line-height: 35px;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
	border-radius: 0;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    font: 400 15px / 18px "Roboto", sans-serif;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
    box-sizing: border-box;
    background: transparent;    
    display: block;
}

.select2-dropdown {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border: none;
    border-radius: 1px;
}

/*.select2-container--default .select2-results__option[aria-selected=true]{
	background-color: #ececec;
    color: #333;
}*/

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #879643;
}

.select2-label{
    margin-top: -13px !important;
    margin-left: 0px !important;
    margin-bottom: -10px !important;
}

.select2-container--default .select2-selection--single{
    border: 1px solid #33333394;
    height: 33px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    line-height: 31px !important;
}