/* Resize flags for Select2CountryDropDownList */
.img-flag {
		  height: 15px;
          width: 18px;
}

/* Resize button for Select2CountryDropDownList */
/* .btn {
    height: 15px;
    min-height: 28px;
    min-width: 28px;
	line-height: 1;
} */

/* Add space between select2 list and button */
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
  margin-left: 5px; 
}


/* Add rounded corners on left side of button */
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
