/* .custom-combobox {
    position: relative;
    display: inline-block;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
  } */
  
 /*  div.radio-box {
  	border: 1px solid;
  	padding: .5rem;
  	border-color: #ccc;
  	box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
  	box-sizing: border-box;
  	line-height: .5;
  	border-radius:5px;
  	margin-bottom: .5rem;
	} */
	
	
	/* input[type=text]{
  		-moz-border-radius:5px;
  		-webkit-border-radius: 5px;
  		border-radius:5px;
  		height:29px;
  		font-size: .875rem; 		
  		font-family: SofiaProRegular,Sofia Pro,sans-serif;
    	font-weight: 400;
    	font-style: normal;
    	line-height: 1.3;
    	color: #444;
    	margin-bottom: 0px;
	}
	 */
	.select2-container--default .select2-selection--single{
    	font-size: .875rem; 
	}
	
	
	
	
	
	.text{
		font-size: .875rem;
		line-height: 1.3;
	}
	
	.text-right{
		font-size: .875rem;
		line-height: 1.3;
	}
	
	/* #row-margin{
		width: 100%;
		margin-top: 14px;
		float:left;
		display: block;
	} */
	
li.select2-selection__choice {
    max-width: 100%;
    overflow: hidden;
    /*Altered two below to make word wrap work */
    word-wrap: normal !important;
    white-space: normal;
}
ul.select2-selection__rendered {
    padding-right: 12px !important;
}
	
	
	