.noselect {
		outline: none!important;
	}
	
	select{
		/*font-size: 50px; */ /*hack za mobile, glej http://stackoverflow.com/questions/6483425/prevent-iphone-from-zooming-in-on-select-in-web-app  */
	}
	#select_modal .modal-body .select2-container{position:relative!important;top:0px!important;left:0px!important;padding:0px;}
	.modal-body .select2-container{width:100%!important;}
	.modal-body .select2-container .select2-search__field{width:100%!important;}
	#select_modal .modal-body .select2-dropdown{width:100%!important;;position:relative;}
	.select2-container--open .select2-dropdown--below {border-top: 1px solid #66afe9!important;border-top-left-radius: 3px!important; border-top-right-radius: 3px!important;}

/*label - napis mora bit širok čez cel element*/
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field { width: 100%!important;}
   